.theme-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:0;cursor:pointer;transition:all .2s ease;border:2px solid currentColor;position:relative}[data-theme=dark] .theme-toggle{box-shadow:0 0 6px #0066ff4d}[data-theme=dark] .theme-toggle:hover{transform:scale(1.08);box-shadow:0 0 10px #ff004080,0 0 15px #ff00404d}[data-theme=light] .theme-toggle{box-shadow:0 2px 4px #0003}[data-theme=light] .theme-toggle:hover{transform:scale(1.08);box-shadow:0 0 8px #06f6,0 3px 6px #0000004d}.theme-toggle:active{transform:scale(.96)}.theme-toggle:focus{outline:none;box-shadow:0 0 0 2px currentColor}.theme-toggle svg{transition:transform .2s ease}.theme-toggle:hover svg{transform:scale(1.05)}.footer{padding:24px 20px;border-radius:0}.footer-content{text-align:center;display:flex;flex-direction:column;gap:8px}.footer-content p{margin:0;font-weight:500}@media(min-width:769px){.footer{grid-column:2;margin-top:40px}}@media(min-width:769px)and (max-width:1024px){.footer{grid-column:2;margin-top:32px}}@media(max-width:768px){.footer{position:relative;margin-top:20px;border-left:none;border-right:none;border-bottom:none}}.layout{display:grid;grid-template-columns:260px 1fr 340px;min-height:100vh;width:100vw;gap:20px;padding:20px}.nav-sidebar{border-radius:0;padding:30px 20px 20px;position:sticky;top:20px;height:calc(100vh - 40px);overflow-y:auto;display:flex;flex-direction:column;transition:all .3s ease;border:3px solid}[data-theme=dark] .nav-sidebar{border-color:#ff0040;box-shadow:0 0 15px #ff004066}[data-theme=light] .nav-sidebar{border-color:#06f;box-shadow:0 4px 8px #0066ff4d;background:#fff3}.sidebar-header{margin-bottom:30px;padding-bottom:20px}.logo-container{display:flex;justify-content:center;margin-bottom:20px}.npl-logo-desktop{width:80px;height:auto;image-rendering:pixelated;display:block}.sidebar-header h2{font-size:1.4em;margin-bottom:5px;font-weight:600}.sidebar-header p{font-size:.9em;font-weight:400}.nav-menu{list-style:none;flex:1}.nav-item{margin-bottom:8px}.nav-link{display:block;text-decoration:none;padding:12px 16px;border-radius:0;transition:all .3s ease;font-weight:600;font-size:.95em;border:2px solid transparent;text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .nav-link{color:#acf}[data-theme=dark] .nav-link:hover{background:#ff00401a;border-color:#ff0040;color:#ff0040;text-shadow:0 0 10px currentColor;transform:translate(4px)}[data-theme=dark] .nav-link.active{background:#ff004033;border-color:#ff0040;color:#ff0040;font-weight:700;text-shadow:0 0 15px currentColor}[data-theme=light] .nav-link{color:#1a1a1a}[data-theme=light] .nav-link:hover{background:#0066ff26;border-color:#06f;color:#06f;transform:translate(4px)}[data-theme=light] .nav-link.active{background:#c033;border-color:#c03;color:#c03;font-weight:700;text-shadow:none}.main-content{padding:0;overflow-y:auto}.widgets-sidebar{border-radius:0;padding:20px;position:sticky;top:20px;height:calc(100vh - 40px);overflow-y:auto;transition:all .3s ease;border:3px solid}[data-theme=dark] .widgets-sidebar{border-color:#ff0040;box-shadow:0 0 15px #ff004066}[data-theme=light] .widgets-sidebar{border-color:#06f;box-shadow:0 4px 8px #0066ff4d;background:#fff3}.theme-toggle-container{margin-top:auto;padding-top:20px;display:flex;justify-content:flex-start}[data-theme=dark] .nav-sidebar::-webkit-scrollbar,[data-theme=dark] .widgets-sidebar::-webkit-scrollbar{width:8px}[data-theme=dark] .nav-sidebar::-webkit-scrollbar-track,[data-theme=dark] .widgets-sidebar::-webkit-scrollbar-track{background:#ff00401a}[data-theme=dark] .nav-sidebar::-webkit-scrollbar-thumb,[data-theme=dark] .widgets-sidebar::-webkit-scrollbar-thumb{background:#ff0040;border-radius:0;box-shadow:0 0 10px #ff0040cc}[data-theme=dark] .nav-sidebar::-webkit-scrollbar-thumb:hover,[data-theme=dark] .widgets-sidebar::-webkit-scrollbar-thumb:hover{background:#f36;box-shadow:0 0 15px #ff0040}[data-theme=light] .nav-sidebar::-webkit-scrollbar,[data-theme=light] .widgets-sidebar::-webkit-scrollbar{width:8px}[data-theme=light] .nav-sidebar::-webkit-scrollbar-track,[data-theme=light] .widgets-sidebar::-webkit-scrollbar-track{background:#0066ff1a}[data-theme=light] .nav-sidebar::-webkit-scrollbar-thumb,[data-theme=light] .widgets-sidebar::-webkit-scrollbar-thumb{background:#06f;border-radius:0}[data-theme=light] .nav-sidebar::-webkit-scrollbar-thumb:hover,[data-theme=light] .widgets-sidebar::-webkit-scrollbar-thumb:hover{background:#c03}.mobile-header,.mobile-menu-overlay,.mobile-nav-drawer{display:none}.desktop-only{display:flex}@media(max-width:1024px){.layout{grid-template-columns:220px 1fr;gap:16px;padding:16px}.nav-sidebar{padding:24px 16px 16px}.widgets-sidebar{position:static;height:auto;margin-top:16px}.main-content{padding:0}}@media(max-width:768px){.layout{grid-template-columns:1fr;gap:12px;padding:90px 8px 0}.desktop-only{display:none!important}.mobile-header{display:block;position:fixed;top:0;left:0;right:0;z-index:1000;border-radius:0;border:none;padding:0}.mobile-header-content{display:flex;justify-content:space-between;align-items:center;padding:16px 20px}.logo-placeholder{display:flex;align-items:center}.npl-logo-mobile{height:44px;width:auto;image-rendering:pixelated;display:block}.hamburger-menu{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:26px;height:20px;position:relative}.hamburger-icon span{display:block;width:100%;height:3px;background:currentColor;border-radius:2px;transition:all .3s ease}.hamburger-icon.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-overlay{display:block;position:fixed;inset:0;background:#0009;z-index:1001;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav-drawer{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;z-index:1002;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 12px #0000004d}.mobile-nav-drawer.open{transform:translate(0)}.mobile-drawer-header{padding:24px 20px;position:relative}.mobile-drawer-close{position:absolute;top:16px;right:16px;background:transparent;border-radius:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.mobile-drawer-close:hover{transform:scale(1.1);opacity:.8}.npl-logo-drawer{width:90px;height:auto;image-rendering:pixelated;display:block;margin-bottom:16px}.mobile-drawer-header h2{font-size:1.3em;margin-bottom:5px;font-weight:600}.mobile-drawer-header p{font-size:.9em;font-weight:400}.mobile-nav-menu{list-style:none;padding:0 12px;flex:1}.mobile-nav-menu .nav-item{margin-bottom:6px}.mobile-nav-menu .nav-link{display:block;text-decoration:none;padding:14px 16px;border-radius:0;transition:all .3s ease;font-weight:600;font-size:1em;border:2px solid transparent;text-transform:uppercase;letter-spacing:.05em}.theme-toggle-container{justify-content:flex-end;padding:20px 16px 24px}.main-content{padding:0}.widgets-sidebar{position:static;height:auto;margin-top:12px;border-left:none;border-right:none}}@media(max-width:480px){.layout{gap:10px;padding:85px 6px 0}.mobile-header-content{padding:14px 16px}.logo-text{font-size:1.3em}.mobile-nav-drawer{width:260px}.main-content{padding:0}}.blog-section{margin-top:40px}.blog-title{font-size:2em;margin-bottom:24px;font-weight:700}.blog-posts{display:flex;flex-direction:column;gap:20px}.blog-post{border-radius:0;overflow:hidden;transition:all .3s ease;border:2px solid}[data-theme=dark] .blog-post{border-color:#06f;box-shadow:0 0 15px #06f6}[data-theme=dark] .blog-post:hover{transform:scale(1.01);border-color:#ff0040;box-shadow:0 0 25px #ff004099}[data-theme=light] .blog-post{border-color:#06f;box-shadow:0 4px 8px #0066ff4d;background:#fff3!important}[data-theme=light] .blog-post:hover{transform:scale(1.01);border-color:#c03;box-shadow:0 6px 12px #c036}.blog-post-header{padding:24px 24px 16px}.blog-post-title{font-size:1.5em;margin:0 0 12px;font-weight:600}.blog-post-meta{display:flex;align-items:center;gap:8px;font-size:.9em;font-weight:500}.blog-post-separator{opacity:.5}.blog-post-content{padding:0 24px;transition:all .3s ease;line-height:1.6}.blog-post-content.collapsed{max-height:120px;overflow:hidden;position:relative}.blog-post-content.collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,currentColor);opacity:.1;pointer-events:none}[data-theme=dark] .blog-post-content.collapsed:after{background:linear-gradient(to bottom,transparent,#161b22)}[data-theme=light] .blog-post-content.collapsed:after{background:linear-gradient(to bottom,transparent,#ffffff)}.blog-post-content.expanded{max-height:none;padding-bottom:16px}.blog-post-content h1{font-size:1.8em;margin:24px 0 16px;font-weight:700}.blog-post-content h2{font-size:1.4em;margin:20px 0 12px;font-weight:600}.blog-post-content h3{font-size:1.2em;margin:16px 0 10px;font-weight:600}.blog-post-content p{margin:12px 0;line-height:1.7}.blog-post-content ul,.blog-post-content ol{margin:12px 0;padding-left:28px}.blog-post-content li{margin:8px 0;line-height:1.6}.blog-post-content hr{margin:24px 0;border:none;border-top:1px solid;opacity:.3}.blog-post-content strong{font-weight:700}.blog-post-content em{font-style:italic}.blog-post-content code{padding:2px 6px;border-radius:0;font-family:Courier New,monospace;font-size:.9em;border:1px solid currentColor}[data-theme=dark] .blog-post-content code{background:#ffffff1a}[data-theme=light] .blog-post-content code{background:#0000000d}.blog-post-toggle{width:100%;padding:16px 24px;background:none;border:none;cursor:pointer;font-weight:600;font-size:.95em;transition:all .3s ease;text-align:center}.blog-post-toggle:hover{opacity:.8}@media(max-width:1024px){.blog-section{margin-top:32px}.blog-title{font-size:1.8em}}@media(max-width:768px){.blog-section{margin-top:28px}.blog-title{font-size:1.6em;margin-bottom:20px}.blog-posts{gap:16px}.blog-post-header{padding:20px 20px 14px}.blog-post-title{font-size:1.3em}.blog-post-meta{font-size:.85em}.blog-post-content{padding:0 20px}.blog-post-content h1{font-size:1.5em}.blog-post-content h2{font-size:1.2em}.blog-post-content h3{font-size:1.1em}.blog-post-toggle{padding:14px 20px;font-size:.9em}}@media(max-width:480px){.blog-section{margin-top:24px}.blog-title{font-size:1.4em;margin-bottom:16px}.blog-post-header{padding:16px 16px 12px}.blog-post-title{font-size:1.2em}.blog-post-meta{font-size:.8em;flex-wrap:wrap}.blog-post-content{padding:0 16px}.blog-post-content.collapsed{max-height:100px}.blog-post-toggle{padding:12px 16px;font-size:.85em}}.power-rankings-section{margin-top:40px}.power-rankings-title{font-size:2em;margin-bottom:8px;font-weight:700}.power-rankings-subtitle{font-size:.95em;margin-bottom:24px;font-weight:500}.power-rankings-list{display:flex;flex-direction:column;gap:12px}.power-ranking-item{border-radius:0;padding:16px;transition:all .3s ease;display:flex;flex-direction:column;gap:10px;border:2px solid}.power-ranking-item:hover{transform:scale(1.02) translateY(-2px);transition:all .3s ease}[data-theme=light] .power-ranking-item{background:#ffffff1a!important}.ranking-info{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ranking-tier-badge{font-size:.7em;font-weight:700;padding:4px 10px;border:1px solid;border-radius:0;text-transform:uppercase;letter-spacing:.05em;margin-left:auto;white-space:nowrap}.ranking-position{font-size:1.3em;font-weight:700;min-width:40px}.ranking-avatar{width:32px;height:32px;border-radius:0;border:2px solid;object-fit:cover;image-rendering:pixelated}.ranking-team-name{font-size:1.1em;font-weight:600;flex:1}.ranking-stats{display:flex;align-items:center;gap:16px;font-size:.9em;font-weight:500;margin-left:52px}.ranking-record{min-width:60px}.ranking-bar-container{position:relative;height:32px;border-radius:0;overflow:hidden;margin-left:52px;border:2px solid currentColor}.ranking-bar{height:100%;transition:width .6s ease;display:flex;align-items:center;justify-content:flex-end;padding-right:12px;min-width:60px;border-radius:0;position:relative;box-shadow:inset 0 0 20px #0000004d}.ranking-score{font-size:.85em;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.3)}.power-rankings-legend{margin-top:24px;padding-top:16px;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.legend-item{display:flex;align-items:center;gap:8px}.legend-dot{width:12px;height:12px;border-radius:0;border:1px solid currentColor}.legend-label{font-size:.85em;font-weight:500}@media(max-width:1024px){.power-rankings-section{margin-top:32px}.power-rankings-title{font-size:1.8em}}@media(max-width:768px){.power-rankings-section{margin-top:28px}.power-rankings-title{font-size:1.6em}.power-rankings-subtitle{font-size:.9em;margin-bottom:20px}.power-rankings-list{gap:10px}.power-ranking-item{padding:14px}.ranking-position{font-size:1.1em;min-width:35px}.ranking-avatar{width:28px;height:28px}.ranking-team-name{font-size:1em}.ranking-stats{font-size:.85em;gap:12px;margin-left:47px}.ranking-tier-badge{font-size:.65em;padding:3px 8px}.ranking-bar-container{height:28px;margin-left:47px}.ranking-score{font-size:.8em;padding-right:10px}.power-rankings-legend{gap:16px;margin-top:20px;padding-top:14px}.legend-label{font-size:.8em}.legend-dot{width:10px;height:10px}}@media(max-width:480px){.power-rankings-section{margin-top:24px}.power-rankings-title{font-size:1.4em}.power-rankings-subtitle{font-size:.85em;margin-bottom:16px}.power-ranking-item{padding:12px;gap:8px}.ranking-position{font-size:1em;min-width:30px}.ranking-avatar{width:24px;height:24px}.ranking-team-name{font-size:.95em}.ranking-stats{font-size:.8em;gap:10px;margin-left:42px;flex-wrap:wrap}.ranking-tier-badge{font-size:.6em;padding:2px 6px;margin-left:0;width:100%;text-align:center}.ranking-record{min-width:50px}.ranking-bar-container{height:26px;margin-left:42px}.ranking-bar{padding-right:8px;min-width:50px}.ranking-score{font-size:.75em}.power-rankings-legend{gap:12px;margin-top:16px;padding-top:12px}.legend-label{font-size:.75em}.legend-dot{width:8px;height:8px}}.home-container{border-radius:0;padding:24px;transition:all .3s ease;border:3px solid;margin:0 20px 20px}[data-theme=dark] .home-container{border-color:#ff0040;box-shadow:0 0 15px #ff004066}[data-theme=light] .home-container{border-color:#06f;box-shadow:0 4px 8px #0066ff4d;background:#fff3}.home-title{font-size:2.5em;margin-bottom:30px;font-weight:700;text-align:center}.league-info{margin-top:30px;padding-top:30px}.info-section{margin-bottom:40px}.info-section:last-child{margin-bottom:0}.info-section h2{font-size:1.5em;margin-bottom:20px;font-weight:600}.info-section p{line-height:1.6;font-size:1.05em}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:20px}.info-item{display:flex;flex-direction:column;gap:8px;padding:12px 16px;border-left:3px solid;transition:all .2s ease}[data-theme=dark] .info-item{border-color:#0066ff80;background:#0066ff0d}[data-theme=light] .info-item{border-color:#0066ff80;background:#0066ff1a}.info-item:hover{transform:translate(4px)}[data-theme=dark] .info-item:hover{background:#0066ff26}[data-theme=light] .info-item:hover{background:#06f3}.info-label{font-size:.9em;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1.5em;font-weight:700}@media(max-width:1024px){.home-container{padding:20px}.home-title{font-size:2.2em}.info-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.home-container{padding:16px;border-radius:0;margin:0 0 12px}.home-title{font-size:1.8em;margin-bottom:24px}.league-info{margin-top:24px;padding-top:24px}.info-section{margin-bottom:32px}.info-section h2{font-size:1.3em;margin-bottom:16px}.info-section p{font-size:1em;line-height:1.5}.info-grid{grid-template-columns:repeat(2,1fr);gap:16px}.info-value{font-size:1.3em}}@media(max-width:480px){.home-container{padding:12px;margin:0 0 10px}.home-title{font-size:1.5em;margin-bottom:20px}.league-info{margin-top:20px;padding-top:20px}.info-section{margin-bottom:28px}.info-section h2{font-size:1.2em}.info-section p{font-size:.95em}.info-grid{grid-template-columns:1fr;gap:14px}.info-label{font-size:.85em}.info-value{font-size:1.2em}}.standings-container{border-radius:0;padding:30px;transition:all .3s ease;border:4px solid}[data-theme=dark] .standings-container{border-color:#ff0040;box-shadow:0 0 15px #ff004066}[data-theme=light] .standings-container{border-color:#06f;box-shadow:0 4px 8px #0066ff4d;background:#fff3}.standings-title{font-size:2em;margin-bottom:25px;text-align:center;font-weight:700}.team-card{border-radius:0;padding:20px;margin-bottom:12px;transition:all .3s ease;border:2px solid}[data-theme=dark] .team-card{border-color:#06f;box-shadow:0 0 15px #06f6}[data-theme=dark] .team-card:hover{transform:scale(1.02);border-color:#ff0040;box-shadow:0 0 25px #ff0040b3}[data-theme=light] .team-card{border-color:#06f;box-shadow:0 4px 8px #0066ff4d;background:#fff3}[data-theme=light] .team-card:hover{transform:scale(1.02);border-color:#c03;box-shadow:0 6px 12px #0006}.team-header{font-size:1.3em;margin:0 0 15px;display:flex;align-items:center;font-weight:600}.team-avatar{width:30px;height:30px;margin-left:10px;margin-right:10px;border-radius:0;box-shadow:0 0 10px currentColor;border:2px solid currentColor;image-rendering:pixelated}.team-stats{display:flex;gap:30px;font-size:1em}.stat-item{margin:0}.stat-label{font-weight:500}.stat-label:after{content:" ";white-space:pre}@media(max-width:1024px){.standings-container{padding:24px}.standings-title{font-size:1.8em}}@media(max-width:768px){.standings-container{padding:20px;border-radius:0}.standings-title{font-size:1.6em;margin-bottom:20px}.team-card{padding:16px;margin-bottom:10px}.team-header{font-size:1.1em;margin-bottom:12px}.team-avatar{width:26px;height:26px;margin-left:8px;margin-right:8px}.team-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:.95em}.record-stat{grid-column:1 / -1}}@media(max-width:480px){.standings-container{padding:16px}.standings-title{font-size:1.4em}.team-card{padding:14px}.team-header{font-size:1em}.team-avatar{width:24px;height:24px;margin-left:6px;margin-right:6px}.team-stats{font-size:.9em;gap:10px}}.matchups-container{border-radius:0;padding:30px;transition:all .3s ease;border:4px solid}[data-theme=dark] .matchups-container{border-color:#ff0040;box-shadow:0 0 15px #ff004066}[data-theme=light] .matchups-container{border-color:#06f;box-shadow:0 4px 8px #0066ff4d;background:#fff3}.matchups-title{font-size:2em;margin-bottom:25px;text-align:center;font-weight:700}.current-week-badge{font-weight:600;margin-left:10px;font-size:.7em}.week-selector{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:30px}.week-button{padding:10px 24px;border-radius:0;cursor:pointer;font-size:.95em;font-weight:700;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .week-button{background:#ff004033;color:#ff0040;border:3px solid #ff0040;text-shadow:0 0 10px currentColor}[data-theme=dark] .week-button:hover:not(:disabled){background:#ff004066;box-shadow:0 0 20px #ff0040cc;transform:scale(1.05)}[data-theme=dark] .week-button:disabled{background:#8888881a;color:#888;cursor:not-allowed;border-color:#888;opacity:.5;text-shadow:none}[data-theme=light] .week-button{background:#cc00334d;color:#fff;border:3px solid #cc0033;text-shadow:0 2px 4px rgba(0,0,0,.5)}[data-theme=light] .week-button:hover:not(:disabled){background:#cc003380;box-shadow:0 6px 12px #00000080;transform:scale(1.05)}[data-theme=light] .week-button:disabled{background:#cccccc4d;color:#ccc;cursor:not-allowed;border-color:#ccc;opacity:.5;text-shadow:none}.week-display{font-size:1.2em;font-weight:600}.matchup-card{border-radius:0;padding:20px;margin-bottom:15px;transition:all .3s ease;border:2px solid}[data-theme=dark] .matchup-card{border-color:#ff0040;box-shadow:0 0 15px #ff004066}[data-theme=dark] .matchup-card:hover{transform:scale(1.02);border-color:#06f;box-shadow:0 0 25px #0066ffb3}[data-theme=light] .matchup-card{border-color:#06f;box-shadow:0 4px 8px #0066ff4d;background:#fff3}[data-theme=light] .matchup-card:hover{transform:scale(1.02);border-color:#c03;box-shadow:0 6px 12px #0006}.matchup-team{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.team-info{display:flex;align-items:center;gap:10px;font-weight:500}.team-info.winning{font-weight:700}.matchup-avatar{width:28px;height:28px;border-radius:0;box-shadow:0 0 10px currentColor;border:2px solid currentColor;object-fit:cover;image-rendering:pixelated}.team-score{font-size:1.4em;font-weight:700}.team-score.winning{font-weight:800}.matchup-vs{text-align:center;margin:10px 0;font-weight:600;font-size:.9em}@media(max-width:1024px){.matchups-container{padding:24px}.matchups-title{font-size:1.8em}}@media(max-width:768px){.matchups-container{padding:20px;border-radius:0}.matchups-title{font-size:1.6em;margin-bottom:20px}.current-week-badge{display:block;margin-left:0;margin-top:8px;font-size:.65em}.week-selector{gap:12px;margin-bottom:24px;flex-wrap:wrap}.week-button{padding:8px 18px;font-size:.9em}.week-display{font-size:1.1em;width:100%;text-align:center;order:-1;margin-bottom:8px}.matchup-card{padding:16px;margin-bottom:12px}.team-score{font-size:1.2em}.matchup-avatar{width:24px;height:24px}}@media(max-width:480px){.matchups-container{padding:16px}.matchups-title{font-size:1.4em}.week-button{padding:8px 14px;font-size:.85em}.matchup-card{padding:14px}.team-info{font-size:.95em}.team-score{font-size:1.1em}.matchup-vs{font-size:.85em;margin:8px 0}.matchup-avatar{width:20px;height:20px}}.transactions-container{border-radius:0;padding:24px;transition:all .3s ease;border:3px solid;margin:0 20px 20px}[data-theme=dark] .transactions-container{border-color:#ff0040;box-shadow:0 0 15px #ff004066}[data-theme=light] .transactions-container{border-color:#06f;box-shadow:0 4px 8px #0066ff4d;background:#fff3}.transactions-title{margin:0 0 24px;font-size:2em;text-align:center;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.filter-buttons{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap;justify-content:center}.filter-button{padding:10px 20px;border-radius:0;font-size:.85em;font-weight:700;cursor:pointer;transition:all .2s ease;border:2px solid;outline:none;text-transform:uppercase;letter-spacing:.05em;background:transparent;font-family:var(--body-font)}[data-theme=dark] .filter-button:hover{background:#ff00401a}[data-theme=light] .filter-button:hover{background:#0066ff1a}.filter-button.active{font-weight:700}[data-theme=dark] .filter-button.active{background:#ff004033;text-shadow:0 0 5px currentColor}[data-theme=light] .filter-button.active{background:#c033}.transactions-table{display:flex;flex-direction:column;margin-bottom:24px}.transaction-row{padding:16px 0;transition:all .2s ease}.transaction-row:last-child{border-bottom:none!important}.transaction-main{display:flex;align-items:center;gap:20px}.transaction-icon-wrapper{display:flex;flex-direction:column;align-items:center;min-width:60px}.transaction-icon{font-size:1.8em;font-weight:700;margin-bottom:4px}.transaction-icon.trade,.transaction-icon.add{color:#00ff41!important;text-shadow:0 0 10px rgba(0,255,65,.6)}.transaction-icon.waiver{color:#fa0!important;text-shadow:0 0 10px rgba(255,170,0,.6)}[data-theme=dark] .transaction-icon.drop{color:#ff0040!important;text-shadow:0 0 10px rgba(255,0,64,.6)}[data-theme=light] .transaction-icon.drop{color:#c03!important;text-shadow:0 0 8px rgba(204,0,51,.4)}.transaction-type-label{font-size:.65em;font-weight:700;letter-spacing:.05em}.transaction-content{flex:1;min-width:0}.transaction-team-name{font-size:1em;font-weight:700;margin-bottom:6px}.transaction-description{font-size:.9em;line-height:1.4}.transaction-timestamp{display:flex;flex-direction:column;align-items:flex-end;min-width:120px}.transaction-date-display{font-size:.9em;font-weight:600;margin-bottom:4px}.transaction-time-display{font-size:.75em;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.no-transactions-message{text-align:center;padding:40px 20px;font-size:1em;font-weight:600}.pagination{display:flex;gap:12px;align-items:center;justify-content:center;margin-top:24px}.pagination-button{padding:10px 16px;border-radius:0;font-size:.85em;font-weight:700;cursor:pointer;transition:all .2s ease;border:2px solid;outline:none;text-transform:uppercase;letter-spacing:.05em;background:transparent;font-family:var(--body-font)}.pagination-button:hover:not(:disabled){transform:scale(1.05)}[data-theme=dark] .pagination-button:hover:not(:disabled){background:#ff00401a}[data-theme=light] .pagination-button:hover:not(:disabled){background:#0066ff1a}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-numbers{display:flex;gap:8px;align-items:center}.pagination-number{padding:8px 12px;border-radius:0;font-size:.85em;font-weight:700;cursor:pointer;transition:all .2s ease;border:2px solid;outline:none;background:transparent;font-family:var(--body-font);min-width:40px}.pagination-number:hover{transform:scale(1.1)}[data-theme=dark] .pagination-number:hover{background:#ff00401a}[data-theme=light] .pagination-number:hover{background:#0066ff1a}.pagination-number.active{font-weight:700}[data-theme=dark] .pagination-number.active{background:#ff004033;text-shadow:0 0 5px currentColor}[data-theme=light] .pagination-number.active{background:#c033}.pagination-ellipsis{padding:8px 4px;font-size:.85em;font-weight:700}@media(max-width:1024px){.transaction-main{gap:16px}.transaction-timestamp{min-width:100px}}@media(max-width:768px){.transactions-container{padding:16px;margin:0 0 12px}.transactions-title{font-size:1.5em;margin-bottom:16px}.filter-buttons{gap:8px;margin-bottom:16px}.filter-button{padding:8px 14px;font-size:.75em}.transaction-main{flex-direction:column;align-items:flex-start;gap:12px}.transaction-icon-wrapper{flex-direction:row;gap:12px;min-width:auto}.transaction-icon{font-size:1.5em}.transaction-type-label{font-size:.7em}.transaction-timestamp{align-items:flex-start;min-width:auto}.pagination{flex-wrap:wrap;gap:8px}.pagination-button{padding:8px 12px;font-size:.75em}.pagination-number{padding:6px 10px;font-size:.75em;min-width:36px}}.all-time-stats-container{display:flex;flex-direction:column;gap:20px}.all-time-stats-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid rgba(0,102,255,.3);border-top-color:#06fc;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.progress-bar{width:100%;max-width:400px;height:8px;border:1px solid;border-radius:0;overflow:hidden;background:#0003}.progress-fill{height:100%;transition:width .3s ease}.all-time-stats-error{padding:20px;text-align:center}.stats-section{border-radius:0;overflow:hidden;transition:all .3s ease}.stats-section-header{padding:16px 20px;cursor:pointer;user-select:none;transition:all .2s ease}.stats-section-header:hover{opacity:.8}.stats-section-header h3{margin:0;font-size:1.2em;font-weight:600}.stats-section-content{padding:20px;display:flex;flex-direction:column;gap:16px}.stat-item-row{display:flex;flex-direction:column;gap:8px;padding:12px 16px;transition:all .2s ease}[data-theme=dark] .stat-item-row{background:#0066ff0d}[data-theme=light] .stat-item-row{background:#0066ff1a}.stat-item-row:hover{transform:translate(4px)}[data-theme=dark] .stat-item-row:hover{background:#0066ff26}[data-theme=light] .stat-item-row:hover{background:#06f3}.stat-label{font-size:.9em;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:.95em;line-height:1.5}.stat-value strong{font-weight:700;font-size:1.1em}.stat-value .context{font-size:.85em;opacity:.8;font-style:italic}@media(max-width:768px){.all-time-stats-container{gap:16px}.stats-section-header h3{font-size:1em}.stats-section-content{padding:16px;gap:12px}.stat-item-row{padding:10px 14px}.stat-label{font-size:.85em}.stat-value{font-size:.9em}}@media(max-width:480px){.stats-section-header{padding:12px 16px}.stats-section-header h3{font-size:.95em}.stats-section-content{padding:12px}.stat-label{font-size:.8em}}.league-details-container{border-radius:0;padding:24px;transition:all .3s ease;border:3px solid;margin:0 20px 20px}[data-theme=dark] .league-details-container{border-color:#ff0040;box-shadow:0 0 15px #ff004066}[data-theme=light] .league-details-container{border-color:#06f;box-shadow:0 4px 8px #0066ff4d;background:#fff3}.league-details-title{margin:0 0 24px;font-size:2em;text-align:center;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.league-details-tabs{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap;justify-content:center;border-bottom:2px solid;padding-bottom:12px}[data-theme=dark] .league-details-tabs{border-color:#ff00404d}[data-theme=light] .league-details-tabs{border-color:#0066ff4d}.tab-button{padding:10px 20px;border-radius:0;font-size:.85em;font-weight:700;cursor:pointer;transition:all .2s ease;border:2px solid;outline:none;text-transform:uppercase;letter-spacing:.05em;background:transparent;font-family:var(--body-font)}[data-theme=dark] .tab-button:hover{background:#ff00401a}[data-theme=light] .tab-button:hover{background:#0066ff1a}.tab-button.active{font-weight:700}[data-theme=dark] .tab-button.active{background:#ff004033;text-shadow:0 0 5px currentColor}[data-theme=light] .tab-button.active{background:#c033}.tab-content{padding:20px 0}.rosters-section{display:flex;flex-direction:column;gap:0}.season-rosters-container{margin-bottom:20px}.roster-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.roster-card{border-radius:0;padding:20px;transition:all .3s ease}[data-theme=dark] .roster-card:hover{transform:scale(1.02);box-shadow:0 0 20px #0066ff80}[data-theme=light] .roster-card:hover{transform:scale(1.02);box-shadow:0 6px 12px #0000004d}.roster-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid}[data-theme=dark] .roster-header{border-color:#ff00404d}[data-theme=light] .roster-header{border-color:#0066ff4d}.roster-header h3{margin:0;font-size:1.2em}.roster-record{font-weight:700;font-size:.9em}.roster-starters h4,.roster-bench h4{margin:0 0 12px;font-size:.9em;text-transform:uppercase;letter-spacing:.05em}.players-list{display:flex;flex-direction:column;gap:8px}.player-item{padding:8px 12px;font-size:.85em;border-left:3px solid;transition:all .2s ease}[data-theme=dark] .player-item{border-color:#0066ff80;background:#0066ff0d}[data-theme=light] .player-item{border-color:#0066ff80;background:#0066ff1a}.player-item:hover{transform:translate(4px)}[data-theme=dark] .player-item:hover{background:#0066ff26}[data-theme=light] .player-item:hover{background:#06f3}.roster-bench{margin-top:16px}.bench-toggle{padding:8px 16px;margin-bottom:12px;border-radius:0;font-size:.85em;font-weight:700;cursor:pointer;transition:all .2s ease;border:2px solid;outline:none;text-transform:uppercase;letter-spacing:.05em;background:transparent;font-family:var(--body-font);width:100%}[data-theme=dark] .bench-toggle:hover{background:#ff00401a}[data-theme=light] .bench-toggle:hover{background:#0066ff1a}.bench-players .player-item{opacity:.7}.managers-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.manager-card{border-radius:0;padding:20px;text-align:center;transition:all .3s ease}[data-theme=dark] .manager-card:hover{transform:scale(1.02);box-shadow:0 0 20px #0066ff80}[data-theme=light] .manager-card:hover{transform:scale(1.02);box-shadow:0 6px 12px #0000004d}.manager-avatar{width:80px;height:80px;border-radius:0;margin:0 auto 16px;display:block;border:3px solid}[data-theme=dark] .manager-avatar{border-color:#06f;box-shadow:0 0 15px #06f9}[data-theme=light] .manager-avatar{border-color:#06f;box-shadow:0 4px 8px #06f6}.manager-card h3{margin:0 0 8px;font-size:1.3em}.manager-card p{margin:0 0 12px;font-size:1em}.manager-record{font-size:.85em;font-weight:600;margin-bottom:12px}.manager-bio{font-size:.85em;line-height:1.5;margin-top:16px;padding-top:16px;border-top:2px solid}[data-theme=dark] .manager-bio{border-color:#ff00404d}[data-theme=light] .manager-bio{border-color:#0066ff4d}.drafts-section{display:flex;flex-direction:column;gap:20px}.draft-card{border-radius:0;padding:24px}.draft-card h3{margin:0 0 16px;font-size:1.4em}.draft-card p{margin:8px 0;font-size:1em}.draft-rounds{display:flex;flex-direction:column;gap:16px;margin-top:12px}.draft-round{border-radius:0;overflow:hidden}.draft-round-header{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;user-select:none}.draft-round-header:hover{opacity:.8}.draft-picks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;padding:12px}.draft-pick-item{padding:12px 14px;transition:all .2s ease;display:flex;flex-direction:column;gap:4px}.draft-pick-item:hover{transform:translate(4px)}[data-theme=dark] .draft-pick-item:hover{background:#0066ff1a!important}[data-theme=light] .draft-pick-item:hover{background:#0066ff26!important}.pick-number{font-weight:700;font-size:.85em;letter-spacing:.05em}.pick-player{font-weight:600;font-size:.95em;line-height:1.3}.pick-team{font-size:.85em;font-style:italic}.trophy-room-section{display:flex;flex-direction:column;gap:20px}.trophy-card{border-radius:0;padding:24px;transition:all .3s ease;text-align:center}[data-theme=dark] .trophy-card{box-shadow:0 0 25px #fa09}[data-theme=light] .trophy-card{box-shadow:0 6px 16px #fa06}.trophy-card h3{margin:0 0 24px;font-size:1.6em}.trophy-placeholders{display:flex;flex-direction:column;gap:16px;margin-top:24px}.trophy-item{padding:16px;font-size:1.2em;font-weight:700;border:2px solid}[data-theme=dark] .trophy-item{border-color:#ffaa0080;background:#ffaa001a}[data-theme=light] .trophy-item{border-color:#ffaa0080;background:#ffaa0026}.records-section{display:flex;flex-direction:column;gap:20px}.record-category{border-radius:0;padding:20px;transition:all .3s ease}[data-theme=dark] .record-category:hover{transform:scale(1.01);box-shadow:0 0 20px #0066ff80}[data-theme=light] .record-category:hover{transform:scale(1.01);box-shadow:0 6px 12px #0000004d}.record-category h3{margin:0 0 16px;font-size:1.2em}.records-list{display:flex;flex-direction:column;gap:12px}.record-item{display:grid;grid-template-columns:50px 1fr auto auto;gap:16px;align-items:center;padding:12px 16px;border-left:3px solid;transition:all .2s ease}[data-theme=dark] .record-item{background:#0066ff0d}[data-theme=light] .record-item{background:#0066ff1a}.record-item:hover{transform:translate(4px)}[data-theme=dark] .record-item:hover{background:#0066ff26}[data-theme=light] .record-item:hover{background:#06f3}.record-rank{font-weight:700;font-size:1.1em}.record-team{font-weight:600;font-size:.95em}.record-details{font-size:.85em;font-style:italic}.record-score{font-weight:700;font-size:1em;text-align:right;min-width:80px;display:flex;flex-direction:column;gap:2px}.record-score-avg{font-size:.75em;font-weight:500;font-style:italic}.stats-grid{display:flex;flex-direction:column;gap:16px;padding:12px 0}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-left:3px solid;transition:all .2s ease}[data-theme=dark] .stat-item{border-color:#0066ff80;background:#0066ff0d}[data-theme=light] .stat-item{border-color:#0066ff80;background:#0066ff1a}.stat-item:hover{transform:translate(4px)}[data-theme=dark] .stat-item:hover{background:#0066ff26}[data-theme=light] .stat-item:hover{background:#06f3}.stat-label{font-size:.9em;font-weight:600}.stat-value{font-size:.95em;font-weight:700}@media(max-width:768px){.league-details-container{padding:16px;margin:0 0 12px}.league-details-title{font-size:1.5em;margin-bottom:16px}.league-details-tabs{gap:8px;margin-bottom:16px}.tab-button{padding:8px 14px;font-size:.75em}.roster-cards-grid,.managers-section{grid-template-columns:1fr}.record-item{grid-template-columns:35px 1fr auto auto;gap:10px;padding:10px 12px}.record-rank{font-size:1em}.record-team{font-size:.85em}.record-details{font-size:.75em}.record-score{font-size:.9em;min-width:65px}.record-score-avg{font-size:.7em}}.champion-widget{border-radius:0;padding:24px;margin-bottom:20px;transition:all .3s ease;border:3px solid}[data-theme=dark] .champion-widget{border-color:#fa0;box-shadow:0 0 25px #fa09,inset 0 0 15px #ffaa001a}[data-theme=dark] .champion-widget:hover{transform:scale(1.03);box-shadow:0 0 35px #fa0c,inset 0 0 20px #fa03}[data-theme=light] .champion-widget{border-color:#fa0;box-shadow:0 6px 16px #fa06;background:#fa03}[data-theme=light] .champion-widget:hover{transform:scale(1.03);box-shadow:0 8px 20px #0009}.champion-widget h3{margin:0 0 20px;font-size:1.1em;text-align:center;font-weight:600}.champion-content{text-align:center}.champion-season{font-size:.85em;margin-bottom:15px;font-weight:500}.champion-avatar{width:80px;height:80px;border-radius:0;margin:10px auto;display:block;box-shadow:0 0 20px #fa0;border:3px solid #ffaa00;image-rendering:pixelated}.champion-name{font-size:1.3em;font-weight:700;margin:15px 0}.champion-stats{display:flex;justify-content:space-around;margin-top:20px;padding-top:20px}.stat{display:flex;flex-direction:column;gap:6px}.stat-label{font-size:.8em;font-weight:500}.stat-value{font-size:1.3em;font-weight:700}@media(max-width:768px){.champion-widget{padding:20px;margin-bottom:16px}.champion-widget h3{font-size:1em;margin-bottom:16px}.champion-avatar{width:70px;height:70px}.champion-name{font-size:1.2em}.champion-stats{margin-top:16px;padding-top:16px}.stat-value{font-size:1.2em}}@media(max-width:480px){.champion-widget{padding:16px}.champion-widget h3{font-size:.95em}.champion-avatar{width:60px;height:60px}.champion-name{font-size:1.1em;margin:12px 0}.champion-season{font-size:.8em}.stat-label{font-size:.75em}.stat-value{font-size:1.1em}}.recent-transactions-widget{border-radius:0;padding:20px;margin-bottom:20px;transition:all .3s ease;border:3px solid}[data-theme=dark] .recent-transactions-widget{border-color:#ff0040;box-shadow:0 0 15px #ff004066}[data-theme=light] .recent-transactions-widget{border-color:#06f;box-shadow:0 4px 8px #0066ff4d;background:#fff3}.recent-transactions-widget h3{margin:0 0 16px;font-size:1.1em;text-align:center;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.no-transactions{text-align:center;padding:20px;font-size:.9em}.transactions-list{display:flex;flex-direction:column}.transaction-item{padding:12px 0;transition:all .2s ease}.transaction-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.transaction-type{font-size:1.2em;font-weight:700}.transaction-type.trade,.transaction-type.add{color:#00ff41!important;text-shadow:0 0 10px rgba(0,255,65,.6)}.transaction-type.waiver{color:#fa0!important;text-shadow:0 0 10px rgba(255,170,0,.6)}[data-theme=dark] .transaction-type.drop{color:#ff0040!important;text-shadow:0 0 10px rgba(255,0,64,.6)}[data-theme=light] .transaction-type.drop{color:#c03!important;text-shadow:0 0 8px rgba(204,0,51,.4)}.transaction-date{font-size:.75em;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.transaction-team{font-size:.9em;font-weight:600;margin-bottom:4px}.transaction-details{font-size:.85em;line-height:1.4}.view-all-button{display:block;text-align:center;padding:12px;margin-top:12px;text-decoration:none;font-weight:700;font-size:.85em;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease}[data-theme=dark] .view-all-button{color:#ff0040;text-shadow:0 0 5px currentColor}[data-theme=dark] .view-all-button:hover{text-shadow:0 0 10px currentColor,0 0 20px currentColor;transform:translate(4px)}[data-theme=light] .view-all-button{color:#06f}[data-theme=light] .view-all-button:hover{color:#c03;transform:translate(4px)}@media(max-width:768px){.recent-transactions-widget{padding:16px;margin-bottom:16px}.recent-transactions-widget h3{font-size:1em;margin-bottom:12px}.transaction-item{padding:10px 0}.transaction-type{font-size:1.1em}.transaction-date{font-size:.7em}.transaction-team{font-size:.85em}.transaction-details{font-size:.8em}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Geist Mono,monospace,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;transition:background-color .3s ease,color .3s ease;position:relative;overflow-x:hidden}[data-theme=dark] body{background-color:#000;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,0,64,.05) 2px,rgba(255,0,64,.05) 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(255,0,64,.05) 2px,rgba(255,0,64,.05) 4px);background-size:50px 50px;color:#fff}[data-theme=dark] body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,rgba(0,0,0,.15),rgba(0,0,0,.15) 1px,transparent 1px,transparent 2px);pointer-events:none;z-index:9999;opacity:.5}[data-theme=light] body{background-color:#f5f5f7;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,102,255,.08) 2px,rgba(0,102,255,.08) 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,102,255,.08) 2px,rgba(0,102,255,.08) 4px);background-size:50px 50px;color:#1a1a1a}.theme-transitioning,.theme-transitioning *{transition:background-color .3s ease,color .3s ease,border-color .3s ease!important}:root{font-family:Geist Mono,monospace,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--heading-font: "Jersey 25", sans-serif;--body-font: "Geist Mono", monospace;--neon-glow: 0 0 5px currentColor, 0 0 10px currentColor, 0 0 15px currentColor;--neon-glow-strong: 0 0 10px currentColor, 0 0 20px currentColor, 0 0 30px currentColor, 0 0 40px currentColor}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:400;letter-spacing:.05em;text-transform:uppercase}[data-theme=dark] a{font-weight:600;color:#ff0040;text-decoration:none;text-shadow:var(--neon-glow);transition:all .3s ease}[data-theme=dark] a:hover{color:#f36;text-shadow:var(--neon-glow-strong)}[data-theme=light] a{font-weight:600;color:#06f;text-decoration:none;transition:all .3s ease}[data-theme=light] a:hover{color:#04c;text-shadow:0 0 8px rgba(0,102,255,.5)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.5em;line-height:1.1}h2{font-size:2.5em;line-height:1.2}h3{font-size:1.8em;line-height:1.3}button{font-family:inherit;cursor:pointer;transition:all .25s ease}button:focus,button:focus-visible{outline:3px solid currentColor;outline-offset:3px;box-shadow:var(--neon-glow)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}html{scroll-behavior:smooth}[data-theme=dark] ::selection{background-color:#ff00404d;color:#ff0040;text-shadow:var(--neon-glow)}[data-theme=light] ::selection{background-color:#0066ff4d;color:#06f}[data-theme=dark] *:focus-visible{outline:3px solid #ff0040;outline-offset:3px;border-radius:0;box-shadow:var(--neon-glow)}[data-theme=light] *:focus-visible{outline:3px solid #0066ff;outline-offset:3px;border-radius:0;box-shadow:0 0 8px #0066ff80}
