*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,sans-serif;background-color:#ddd;color:#121212;min-height:100vh;display:flex;flex-direction:column}.header{background:#212a37;color:#fff;padding:1rem;text-align:center;box-shadow:0 2px 10px #0000001a;position:relative}.header h1{font-size:2.5rem;font-weight:400;letter-spacing:-.025em}.header h2{font-size:1.1rem;font-weight:300;opacity:.9;max-width:600px;margin:0 auto}#app-container{display:flex;flex:1;max-width:1600px;width:100%;margin:0 100px;gap:2rem;padding:2rem}#left-panel{height:100%;display:flex;flex-direction:column}#sidebar{width:250px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:1.5rem;height:fit-content;position:sticky;top:2rem}#sidebar h2{color:#121212;margin-bottom:1rem;font-size:1.3rem;border-bottom:2px solid #3498db;padding-bottom:.5rem}.inner-nav{margin-bottom:10px;text-decoration:none;color:#121212;cursor:pointer}.inner-nav:hover{color:#007bff}#welcome-banner{max-width:600px;margin:2rem auto;padding:1.8rem;border-radius:1rem;background:linear-gradient(135deg,#212a37,#1e3c72);color:#fff;box-shadow:0 6px 18px #00000040;font-family:Segoe UI,Roboto,sans-serif;animation:fadeIn .8s ease-in-out}#welcome-banner h2{margin:0 0 .5rem;font-size:1.8rem;text-align:center}#welcome-banner .subtitle{font-size:1rem;text-align:center;margin-bottom:1.2rem;color:#d0d8f0}#welcome-banner ul{list-style:none;padding:0;margin:0 0 1.2rem}#welcome-banner li{margin:.5rem 0;font-size:1rem;display:flex;align-items:center;gap:.4rem}.credit{text-align:center;font-size:.9rem;margin-top:1rem;color:#c7d2f5}.credit a{color:#ffda79;text-decoration:none;font-weight:600}.credit a:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#app-body{flex:1;background:#eee;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem}.menu{margin-bottom:2rem;border:1px solid #e1e8ed;border-radius:8px;overflow:hidden;z-index:1}.menu-title{background:#f8f9fa;padding:1rem 1.5rem;margin:0;color:#121212;font-size:1.2rem;font-weight:600;border-bottom:1px solid #e1e8ed;transition:background .2s ease}.menu-content{padding:1.5rem}.menu-content>text{display:block;color:#6c757d;margin-bottom:1.5rem;font-style:italic;font-size:15px}.mobile-toggle-buttons{display:none;flex-direction:row;border-bottom:1px solid #e9ecef}.toggle-btn{flex:1;padding:12px;background:#f8f9fa;border:none;border-right:1px solid #e9ecef;cursor:pointer;font-size:14px;font-weight:500;color:#6c757d;transition:all .2s ease}.toggle-btn:last-child{border-right:none}.toggle-btn.active{background:#fff;color:#007bff;border-bottom:2px solid #007bff}.toggle-btn:hover{background:#e9ecef}.toggle-btn.active:hover{background:#fff}.settings-content{display:flex;flex-direction:row;justify-content:space-between;gap:1.5rem}.setting h4{margin-bottom:.75rem;color:#121212;font-size:1rem}.setting label{display:flex;align-items:center;margin-bottom:.3rem;cursor:pointer;padding:.3rem;border-radius:6px;transition:background .2s ease}.setting label:hover{background:#f8f9fa}.setting input[type=radio]{display:none}.custom-radio{width:18px;height:18px;border:2px solid #3498db;border-radius:50%;margin-right:.75rem;position:relative;transition:all .2s ease}.setting input[type=radio]:checked+.custom-radio{background:#3498db;border-color:#3498db}.setting input[type=radio]:checked+.custom-radio:after{content:"";position:absolute;top:3px;left:3px;right:3px;bottom:3px;background:#fff;border-radius:50%}input[type=radio]:checked+.custom-radio:after{opacity:1}#roster-container{width:100%;display:flex;flex-direction:row}#roster{width:70%;flex:1}#roster-right-panel{flex:1;position:relative;background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:325px;min-width:325px;max-height:700px;color:#333}#league-importer-container h2{margin:0 0 24px;font-size:24px;font-weight:600;text-align:center}.new-badge{background-color:#f44;color:#fff;font-size:.6em;padding:2px 6px;border-radius:3px;margin-left:8px;font-weight:400;vertical-align:top}.provider-group{display:flex;flex-direction:column;margin-bottom:.75rem}.provider-group>div{display:flex;flex-direction:column;gap:8px}.label{font-weight:500;color:#374151;font-size:14px;margin-bottom:4px}.select{width:100%;padding:12px 16px;font-size:14px;border:2px solid #d1d5db;border-radius:8px;background-color:#fff;color:#1f2937;transition:all .2s ease;cursor:pointer}.select:hover{border-color:#9ca3af}.select:focus{outline:none;border-color:#3b82f6}.button-styled{padding:12px 24px;font-size:14px;font-weight:500;border:none;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;cursor:pointer;transition:all .2s ease;text-align:center}.button-styled:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.button-styled:active{transform:translateY(0);box-shadow:0 2px 4px #3b82f64d}.button-styled:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.provider-section.hidden{display:none}.provider-section{margin-top:20px;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.center{display:flex;justify-content:center}.league-select{margin-bottom:1rem}.league-select label{display:block;margin-bottom:8px}.league-settings{margin:20px 0;padding:16px;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.checkbox-group{display:flex;align-items:center;gap:8px;margin-bottom:12px}.checkbox-group:last-child{margin-bottom:0}.checkbox-group input[type=checkbox]{width:16px;height:16px;accent-color:#3b82f6;cursor:pointer}.checkbox-group label{margin:0;cursor:pointer;color:#374151;font-weight:400}.button-green{width:100%;background:linear-gradient(135deg,#10b981,#059669)}#yahoo-import-roster{width:100%;background:linear-gradient(135deg,#8b5cf6,#7c3aed);margin-top:10px}#sleeper-import-roster{width:100%;margin-top:10px;background:#3f5865}.button-green:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.button-green:active{transform:translateY(0);box-shadow:0 2px 4px #10b9814d}#yahoo-import-roster:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 4px 12px #8b5cf64d}.username-section{position:relative;padding:12px 12px 22px;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb;display:flex;gap:10px;align-items:end}.username-section .label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px}.username-section .input-field{width:100%;padding:10px 16px;border:2px solid #ccc;border-radius:8px;background-color:#fff;font-size:14px;color:#121212;transition:all .2s ease}.username-section .input-field:hover{border-color:#9ca3af}.username-section .input-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.username-section .input-field::placeholder{color:#9ca3af}.button-styled-2{width:30%;padding:10px 6px;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center}.user-not-found{position:absolute;display:block;color:#dc2626;font-size:12px;margin-top:1px;font-weight:400}.roster-actions{display:flex;gap:.5rem;margin-bottom:1rem}.player{height:65px;width:75%;display:flex;flex-direction:row;border:1px solid #121212;border-radius:12px;margin-bottom:10px}.player img{border:1px solid #616161;color:#f5f5f5}.player-img{margin:2.5px;width:55px;height:55px;border-radius:50%;border:2px solid #121212;font-size:12px;text-align:center}.remove-broken-img-icon{font-weight:900;font-size:60px;line-height:0;color:#eee;text-align:center;content:attr(alt)}.player.player-t{margin:3px;width:98%}.player-info{width:85%;display:flex;justify-content:space-between;align-items:end;padding-left:5px;padding-bottom:10px}.delete-player{width:max-content;display:flex;justify-content:center;align-items:center;margin:0 10px}.player-dropdown{margin:0 5px;display:inline-block}.player-dropdown-button{width:55px;padding:7.5px 0;font-size:14px;font-weight:500;border-radius:16px}.player-dropdown-menu{display:none;position:absolute;background-color:#eee;box-shadow:0 8px 16px #0003;z-index:1000;margin-top:5px;border-radius:8px;width:70px;cursor:pointer}.player-dropdown-menu a{color:#121212;padding:12px 16px;text-decoration:none;display:block;font-size:16px;z-index:100}.player-dropdown-menu a:hover{background-color:#ddd}.player-dropdown.show .player-dropdown-menu{display:block}.player-list{width:100%;margin-left:5px}.player-name{font-size:16px;width:100%;max-width:300px;padding-top:12px;border:2px solid #ccc;border-radius:8px;background-color:#eee;text-indent:10px;color:#121212;padding-bottom:3px}.player-name:hover{border-color:#9ca3af}.player-name:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.suggestions-list{list-style-type:none;margin-top:5px;border-radius:8px;max-height:250px;width:275px;background-color:#eee;color:#121212;overflow-y:auto;display:none;position:absolute;z-index:100}.suggestions-list.player-t{width:250px}.suggestions-list::-webkit-scrollbar{width:10px}.suggestions-list::-webkit-scrollbar-track{background:#eee;border-radius:10px}.suggestions-list::-webkit-scrollbar-thumb{background-color:#666;border-radius:10px}.suggestions-list li{padding:10px;border-bottom:1px solid #f1f1f1;cursor:pointer;font-size:16px}.dropdown-menu li:last-child{border-bottom:none}.suggestions-list li:hover{background-color:#ddd}#import-roster{background:#28a745}.action-icon,.icon{background:#3498db;color:#fff;border:none;padding:.75rem;border-radius:12px;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center}.action-icon:hover,.icon:hover{background:#2980b9}.action-icon svg,.icon svg{width:16px;height:16px;fill:currentColor}.trade{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.trade-container{width:100%;height:30rem;border:2px dashed #dee2e6;border-radius:8px;padding:1rem;min-height:200px}.trade-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e8ed}.trade-header h4{color:#121212;font-size:1.1rem}.trade-controls{width:30%;display:flex;justify-content:end}.add-player,.remove-player{background:#28a745;color:#fff;border:none;padding:.5rem;margin-left:10px;border-radius:4px;cursor:pointer}.remove-player{background:#dc3545}.add-player:hover{background:#218838}.remove-player:hover{background:#c82333}.add-player svg,.remove-player svg{width:14px;height:14px;fill:currentColor}.trade-box{min-height:25rem;background:#f8f9fa;border-radius:6px;border:1px solid #e1e8ed}.submit{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-top:2rem;border-top:1px solid #e1e8ed}.submit-top{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.submit-bottom{width:100%;height:25px;display:flex;flex-direction:row;align-items:center;justify-content:center}.submit-button{font-family:Montserrat,sans-serif;font-size:24px;letter-spacing:-.025em;background:linear-gradient(135deg,coral,tomato);color:#eee;border:none;padding:1rem 3rem;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #28a7454d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000004d;background:linear-gradient(135deg,tomato,#ff4500)}.grade-panel{width:100%;height:200px;display:flex;flex-direction:column;justify-content:center;margin-top:2rem;background:#f8f9fa;border-radius:8px;text-align:center;border:2px solid #e1e8ed}.grade-letter .letter h2{font-size:4rem}.stars{width:100%;height:100%}.stars svg{width:65px}.foot{background:#2c3e50;color:#fff;text-align:center;padding:1.5rem;margin-top:2rem}.hidden{display:none}.spinner{border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite}#import-helper{position:absolute;width:120px;height:60px;bottom:0}.tooltip{position:absolute;display:inline-block;cursor:pointer;bottom:10px}.tooltip-text{visibility:hidden;width:max-content;max-width:250px;background-color:#333;color:#fff;text-align:left;border-radius:8px;padding:8px 12px;position:absolute;z-index:1;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s;font-size:.9rem;white-space:normal;box-shadow:0 2px 8px #0000004d}.tooltip-text:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#333 transparent transparent transparent}.tooltip:hover .tooltip-text{visibility:visible;opacity:1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submit-error{color:#dc3545;font-size:.9rem}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background-color:#fff;margin:15% auto;padding:2rem;border-radius:12px;width:90%;max-width:400px;text-align:center;box-shadow:0 10px 30px #0000004d}.modal-content p{margin-bottom:2rem;font-size:1.1rem;color:#121212}.modal-content button{background:#3498db;color:#fff;border:none;padding:.75rem 2rem;margin:0 .5rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .2s ease}.modal-content button:hover{background:#2980b9}.modal-content button#save-roster-no{background:#6c757d}.modal-content button#save-roster-no:hover{background:#545b62}.score-icon{position:absolute;right:35px;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.score-icon:hover{background:#f8f9fa}.score-grade-container{display:flex;align-items:center;margin-bottom:.75rem}.score-popup{display:none;position:absolute;bottom:80px;right:70px;width:550px;z-index:9999;color:#eee}.score-popup-content{background-color:#0c0a09;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:10px}.score-header{display:flex;justify-content:center;padding:5px;width:100%;height:fit-content}.score-header h2{color:#fff;font-weight:400;letter-spacing:-.025em;text-align:center;font-size:32px}.score-body{width:100%;height:fit-content;display:flex;flex-direction:column;align-items:flex-start;padding:5px}.score-grade-container{width:100%;height:55px;display:flex;align-items:center;justify-content:space-around}.score-letter{width:12.5%;height:85%;display:flex;justify-content:center;align-items:center;border:2px solid #161616;border-radius:5px}.score-explained{width:80%;height:85%;display:flex;justify-content:flex-start;align-items:center;border:2px solid #161616;border-radius:5px}.score-explained text{font-size:.9rem;color:#fff;font-weight:400;font-size:15px;text-align:center;padding:5px;text-align:start}.score-letter h4{font-weight:400;letter-spacing:-.025em;text-align:center;font-size:24px;width:30px;height:30px;background:#3498db;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}@media screen and (max-width: 1024px){#app-container{flex-direction:column-reverse;gap:1.5rem;margin:0 auto;padding:1.5rem}#left-panel{width:100%}.settings-content{flex-wrap:wrap;gap:1rem}.setting{min-width:150px}}@media screen and (max-width: 768px){.header{padding:1rem .5rem}.header h1{font-size:2rem}.header h2{font-size:1rem;padding:0 1rem}.mobile-toggle-buttons{display:flex}#roster-right-panel{min-width:auto}.mobile-view #roster.mobile-hidden,.mobile-view #roster-right-panel.mobile-hidden{display:none}#league-importer-container{margin-bottom:12px;padding:16px}.provider-group{gap:10px}.username-section{gap:5px}.button-styled-2{padding:6px;font-size:12px}#app-container{flex-direction:column;gap:1rem;padding:1rem;max-width:100%}#left-panel{width:100%;position:static;order:2}#app-body{padding:1rem;order:1}#welcome-banner{margin:1rem;padding:1.2rem;border-radius:.8rem}#welcome-banner h2{font-size:1.4rem}#welcome-banner .subtitle{font-size:.9rem;margin-bottom:1rem}#welcome-banner .section-title{font-size:1rem}#welcome-banner .feature-list li{font-size:.9rem}#welcome-banner .contact{font-size:.85rem}.menu-content{padding:1rem}.settings-content{flex-direction:column;gap:1.5rem}.setting{width:100%}.setting h4{font-size:1.1rem;margin-bottom:1rem}.trade{grid-template-columns:1fr;gap:1rem}.trade-container{height:auto;min-height:250px;padding:.75rem}.trade-header{flex-direction:column;align-items:flex-start;gap:.5rem}.trade-controls{width:100%;justify-content:flex-start}.player{width:100%;flex-direction:row;align-items:center;padding:.5rem}.player-img{width:50px;height:50px;flex-shrink:0}.icon{padding:0}.player-info{flex:1;padding-bottom:0;align-items:center;width:100%}.player-name{text-indent:0px;letter-spacing:0em;max-width:100%;font-size:13px;font-weight:500;padding:.75rem}.delete-player{margin:0}.suggestions-list{width:max-content}.suggestions-list li{padding:5px;font-size:13px}.player-dropdown-button{margin:0;padding:6px 0;font-size:12px}.remove-broken-img-icon{content:unset;color:unset}.player-dropdown-menu{width:max-content}.player-dropdown-menu a{padding:8px 10px;font-size:12px}.player-list{margin-left:2.5px}.submit{padding-top:1.5rem}.submit-button{font-size:20px;padding:.875rem 2rem;width:100%;max-width:280px}.score-popup{width:calc(100vw - 2rem);max-width:400px;right:1rem;bottom:60px}.score-popup-content{padding:1rem}.score-header h2{font-size:24px}.score-grade-container{height:45px;margin-bottom:.5rem}.score-explained text{font-size:13px}.grade-panel{height:150px;margin-top:1rem}.grade-letter .letter h2{font-size:3rem}.stars svg{width:45px}.modal-content{margin:25% auto;width:95%;max-width:350px;padding:1.5rem}.modal-content button{padding:.625rem 1.5rem;font-size:.9rem;margin:0 .25rem}.expanded-roster{max-height:400px;padding-right:10px}.foot{padding:1rem;font-size:.9rem}.action-icon{padding:0}.tooltip{bottom:10px}.tooltip-text{bottom:120%;left:125%}}@media screen and (max-width: 480px){.header h1{font-size:1.75rem}.header h2{font-size:.9rem}#app-container,#app-body{padding:.75rem}.menu-title{font-size:16px;padding:12px}.toggle-btn{padding:10px 8px;font-size:13px}#league-importer-container{padding:12px}#league-importer-container h2{font-size:18px;margin-bottom:12px}.menu-content{padding:.75rem}.trade-container{padding:.5rem;min-height:200px}.player{height:auto;min-height:60px;padding:.4rem}.player-dropdown{width:45px;margin:0}.player-img{width:35px;height:35px}.player-name{padding:.625rem}.delete-player{margin:0 5px}.submit-button{font-size:18px;padding:.75rem 1.5rem}.score-popup{width:100%;left:.5rem;bottom:110px}.score-header h2{font-size:20px}.score-grade-container{height:40px}.score-letter h4{font-size:.9rem;width:25px;height:25px}.score-explained text{font-size:12px}.grade-letter .letter h2{font-size:2.5rem}.stars svg{width:35px}.action-icon,.icon{touch-action:manipulation}.action-icon svg,.icon svg{width:18px;height:18px}}@media screen and (max-width: 360px){.header{padding:.75rem .25rem}.header h1{font-size:1.5rem}.header h2{font-size:.85rem}#app-container{padding:.5rem;gap:.75rem}#app-body,.menu-content{padding:.5rem}.submit-button{font-size:16px;padding:.75rem 1rem}.player-name{font-size:12px}.modal-content{padding:1rem;margin:30% auto}}@media screen and (max-height: 600px) and (orientation: landscape){.header h1{font-size:1.75rem}.header h2{font-size:.9rem}#app-container{padding:1rem}.trade-container{min-height:180px}.expanded-roster{max-height:250px}.score-popup{bottom:50px}.modal-content{margin:10% auto}}@media (hover: none) and (pointer: coarse){.setting label{padding:.75rem .5rem;margin-bottom:.5rem}.custom-radio{width:20px;height:20px;margin-right:1rem}.player-dropdown-button{margin:0;padding:5px 0;min-height:36px}.suggestions-list li{font-size:13px;min-height:30px}.action-icon,.icon,.add-player,.remove-player{min-height:32px;min-width:32px}.submit-button{min-height:50px;padding:1rem 2rem}}@supports (-webkit-touch-callout: none){.modal{height:-webkit-fill-available}body{min-height:-webkit-fill-available}}@media screen and (max-width: 768px){body{overflow-x:hidden}*{max-width:100%;box-sizing:border-box}}
