.auth-form .error-message{margin-bottom:.5rem}.auth-toggle{text-align:center;margin-top:1rem;color:var(--text-muted);font-size:.85rem}.auth-toggle button{background:none;border:none;color:var(--electric-blue);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;padding:0}.auth-toggle button:hover{text-decoration:underline}.success-message{padding:.75rem 1rem;background:#c8ff0014;border:1px solid rgba(200,255,0,.15);border-radius:10px;color:var(--accent);font-size:.85rem;text-align:center;margin-bottom:.75rem}.request-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.request-textarea{resize:vertical;min-height:80px;line-height:1.5}.request-success{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;background:#17e9fc0f;border:1px solid rgba(23,233,252,.12);border-radius:14px;text-align:center;margin-bottom:1.5rem}.request-success svg{width:32px;height:32px;color:var(--electric-blue)}.request-success strong{color:var(--electric-blue);font-size:.95rem}.request-success span{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.request-pending-banner{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;background:#17e9fc0f;border:1px solid rgba(23,233,252,.12);border-radius:10px;color:var(--electric-blue);font-size:.85rem;font-weight:500;margin-bottom:.5rem}.request-card{width:100%;max-width:500px}.request-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-label{color:var(--text-secondary);font-size:.8rem;font-weight:600;letter-spacing:.02em}.request-textarea{resize:vertical;min-height:72px;line-height:1.5}.links-list{display:flex;flex-direction:column;gap:.5rem}.link-row{display:flex;gap:.4rem;align-items:center}.link-row .form-input{flex:1}.btn-remove-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;background:#ffffff0f;border:1px solid var(--glass-border);border-radius:8px;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.btn-remove-link:hover{color:var(--rose);border-color:#ff6b6b4d;background:#ff6b6b1a}.btn-add-link{display:flex;align-items:center;gap:.4rem;padding:.45rem .75rem;background:none;border:1px dashed var(--glass-border);border-radius:8px;color:var(--text-muted);font-family:inherit;font-size:.8rem;cursor:pointer;transition:all .15s ease;width:fit-content}.btn-add-link:hover{color:var(--electric-blue);border-color:#17e9fc4d}.agreement-section{margin-top:.5rem;padding:1rem;background:#ffffff0a;border:1px solid var(--glass-border);border-radius:12px}.agreement-title{font-size:.9rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.agreement-intro{font-size:.8rem;color:var(--text-secondary);line-height:1.5;margin-bottom:.75rem}.agreement-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem}.agreement-list li{font-size:.78rem;color:var(--text-secondary);line-height:1.5;padding-left:1rem;position:relative}.agreement-list li:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:var(--electric-blue)}.agreement-list li strong{color:var(--text-primary)}.agreement-checkbox{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer;font-size:.8rem;color:var(--text-secondary);line-height:1.4}.agreement-checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;min-width:18px;border:1px solid var(--glass-border);border-radius:4px;background:#ffffff0f;cursor:pointer;margin-top:1px;transition:all .15s ease}.agreement-checkbox input[type=checkbox]:checked{background:var(--electric-blue);border-color:var(--electric-blue)}.agreement-checkbox input[type=checkbox]:checked:after{content:"";display:block;width:5px;height:9px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg);margin:2px auto 0}.btn-back{display:block;width:100%;margin-top:.75rem;padding:.7rem;background:none;border:none;color:var(--text-muted);font-family:inherit;font-size:.85rem;cursor:pointer;transition:color .15s ease}.btn-back:hover{color:var(--text-primary)}@font-face{font-family:Inter;font-style:normal;font-weight:300 800;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2")}@font-face{font-family:Designer;src:url(/fonts/Designer.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Firula;src:url(/fonts/FirulaBlack.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}:root{--bg-dark: #0a0a0b;--bg-card: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--glass-highlight: rgba(255, 255, 255, .05);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .6);--text-muted: rgba(255, 255, 255, .4);--accent: #c8ff00;--accent-glow: rgba(200, 255, 0, .3);--accent-subtle: rgba(200, 255, 0, .1);--electric-blue: #17E9FC;--rose: #FF1F6D;--sidebar-width: 84px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{background:var(--bg-dark);background-image:radial-gradient(circle at 30% 20%,rgba(23,233,252,.06) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(23,233,252,.04) 0%,transparent 50%);background-attachment:fixed;min-height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;background:transparent;color:var(--text-primary);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.app-layout{display:flex;min-height:100vh}.main-content{flex:1;margin-left:var(--sidebar-width);overflow-y:auto;min-height:100vh}.glass-card{background:var(--bg-card);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid var(--glass-border);border-radius:24px;padding:2rem;position:relative;overflow:hidden}.glass-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--glass-highlight),transparent)}.form-input{width:100%;padding:.875rem 1rem;background:#ffffff08;border:1px solid var(--glass-border);border-radius:12px;color:var(--text-primary);font-family:inherit;font-size:.95rem;transition:all .2s ease;outline:none}.form-input::placeholder{color:var(--text-muted)}.form-input:focus{border-color:#17e9fc66;background:#ffffff0d}.btn-primary{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;background:var(--electric-blue);color:#000;font-family:inherit;font-size:.95rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-oauth{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;background:#ffffff08;border:1px solid var(--glass-border);border-radius:12px;color:var(--text-primary);font-family:inherit;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-oauth:hover{background:#ffffff0f;border-color:#ffffff26}.btn-oauth svg{width:20px;height:20px;flex-shrink:0}.divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--glass-border)}.divider span{color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.error-message{padding:.75rem 1rem;background:#ff1f6d1a;border:1px solid rgba(255,31,109,.2);border-radius:10px;color:var(--rose);font-size:.85rem;text-align:center}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%}.loading-spinner{width:32px;height:32px;border:3px solid var(--glass-border);border-top-color:var(--electric-blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sidebar{position:fixed;top:12px;left:12px;width:60px;height:calc(100vh - 24px);background:var(--bg-card);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid var(--glass-border);border-radius:16px;display:flex;flex-direction:column;z-index:100;transition:width .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.sidebar:hover{width:240px}.sidebar-brand{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem .5rem;border-bottom:1px solid var(--glass-border);min-height:60px}.sidebar:hover .sidebar-brand{justify-content:flex-start;padding:1.25rem .75rem}.sidebar-logo{width:32px;height:32px;object-fit:contain;flex-shrink:0}.sidebar-title{font-size:.9rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em;white-space:nowrap;display:none}.sidebar:hover .sidebar-title{display:inline}.sidebar-nav{flex:1;padding:.75rem .5rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto}.sidebar-link{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.65rem;border-radius:10px;color:var(--text-secondary);font-size:.85rem;font-weight:500;transition:all .15s ease;text-decoration:none;border:1px solid transparent;white-space:nowrap}.sidebar:hover .sidebar-link{justify-content:flex-start;padding:.65rem .75rem}.sidebar-link:hover{color:var(--text-primary);background:#ffffff0a}.sidebar-link.active{color:var(--electric-blue);background:transparent;border-color:transparent}.sidebar-link svg{width:20px;height:20px;flex-shrink:0;opacity:.7}.sidebar-link.active svg{opacity:1}.sidebar-link-label{display:none}.sidebar:hover .sidebar-link-label{display:inline}.sidebar-footer{padding:.75rem;border-top:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;gap:.5rem}.sidebar:hover .sidebar-footer{justify-content:space-between}.sidebar-user{display:flex;align-items:center;gap:.5rem;min-width:0}.sidebar-avatar{width:28px;height:28px;border-radius:50%;background:#17e9fc1f;color:var(--electric-blue);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.sidebar-username{color:var(--text-secondary);font-size:.8rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:none}.sidebar:hover .sidebar-username{display:inline}.sidebar-signout{background:none;border:none;color:var(--text-muted);font-size:.75rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;flex-shrink:0;white-space:nowrap;display:none;transition:color .15s ease,background .15s ease}.sidebar:hover .sidebar-signout{display:inline}.sidebar-signout:hover{color:var(--rose);background:#ff1f6d14}@media(max-width:768px){:root{--sidebar-width: 0px}.sidebar{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%!important;height:auto;flex-direction:row;align-items:center;border-radius:0;border:none;border-top:1px solid var(--glass-border);z-index:100}.sidebar-brand,.sidebar-footer{display:none}.sidebar-nav{flex-direction:row;justify-content:center;gap:1rem;padding:.6rem 1rem;width:100%;overflow-x:auto}.sidebar-link{padding:.6rem 1rem;font-size:.75rem;gap:.4rem}.sidebar-link-label{display:inline;opacity:1}.sidebar-link svg{width:18px;height:18px}.main-content{margin-left:0!important;padding-bottom:60px}}.page-container{padding:2rem 2.5rem;max-width:1200px}.section-label{color:var(--electric-blue);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.page-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem}.stub-text{color:var(--text-muted);font-size:.95rem;line-height:1.6}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.auth-card{width:100%;max-width:420px}.auth-brand{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.auth-logo{width:64px;height:64px;object-fit:contain}.auth-title{font-size:1.25rem;font-weight:700;text-align:center}.auth-subtitle{color:var(--text-muted);font-size:.85rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-form .form-input{height:48px}.auth-oauth-group{display:flex;flex-direction:column;gap:.5rem}.auth-footer{text-align:center;margin-top:1.5rem;color:var(--text-muted);font-size:.8rem}.auth-footer a{color:var(--electric-blue)}.auth-footer a:hover{text-decoration:underline}.access-denied-icon{width:48px;height:48px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#ff1f6d1a;border-radius:50%}.access-denied-icon svg{width:24px;height:24px;color:var(--rose)}.access-denied-title{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:.75rem}.access-denied-text{color:var(--text-secondary);font-size:.9rem;text-align:center;line-height:1.6;margin-bottom:1.5rem}.access-denied-actions{display:flex;flex-direction:column;gap:.5rem}.btn-signout{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem;background:#ff1f6d1a;border:1px solid rgba(255,31,109,.2);border-radius:12px;color:var(--rose);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-signout:hover{background:#ff1f6d26}.btn-contact{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem;background:transparent;border:1px solid var(--glass-border);border-radius:12px;color:var(--text-secondary);font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s ease}.btn-contact:hover{background:#ffffff08}@media(max-width:768px){.page-container{padding:1.5rem 1rem}.page-title{font-size:1.25rem}}.press-box{max-width:1400px}.press-box-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.press-box-content{min-height:300px}.section-divider{height:1.5rem}.league-toggle{display:flex;gap:0;flex-shrink:0}.league-toggle button{padding:.4rem 1rem;border:none;border-bottom:2px solid transparent;font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;background:transparent;color:var(--text-muted)}.league-toggle button:hover{color:var(--text-secondary)}.league-toggle button.active{color:var(--electric-blue);border-bottom-color:var(--electric-blue)}.tab-bar{display:flex;gap:0;border-bottom:1px solid var(--glass-border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-bar::-webkit-scrollbar{display:none}.tab-bar button{padding:.75rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);font-family:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.tab-bar button:hover{color:var(--text-secondary)}.tab-bar button.active{color:var(--electric-blue);border-bottom-color:var(--electric-blue)}.stat-mode-toggle{display:flex;gap:0}.stat-mode-toggle button{padding:.3rem .75rem;border:none;border-bottom:2px solid transparent;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;background:transparent;color:var(--text-muted)}.stat-mode-toggle button:hover{color:var(--text-secondary)}.stat-mode-toggle button.active{color:var(--electric-blue);border-bottom-color:var(--electric-blue)}.tab-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;padding:.6rem .75rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--glass-border);white-space:nowrap;-webkit-user-select:none;user-select:none}.data-table th.sortable{cursor:pointer}.data-table th.sortable:hover{color:var(--text-secondary)}.data-table th.sorted{color:var(--electric-blue)}.sort-arrow{font-size:.6rem}.column-group-header{text-align:center!important;padding:.4rem .5rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--electric-blue);border-bottom:1px solid var(--glass-border);border-left:1px solid rgba(255,255,255,.06);white-space:nowrap}.column-group-header:first-child{border-left:none}.data-table thead tr:nth-child(2) th{font-size:.6rem;padding:.35rem .5rem}.data-table thead tr:nth-child(2) th:first-child{border-left:1px solid rgba(255,255,255,.06)}.data-table td{padding:.6rem .75rem;font-size:.85rem;border-bottom:1px solid rgba(255,255,255,.03);white-space:nowrap}.data-table tr:hover td{background:#ffffff05}.data-table .text-right{text-align:right}.data-table .text-center{text-align:center}.team-cell{display:flex;align-items:center;gap:.5rem}.team-cell-abbr{font-weight:600;color:var(--text-primary)}.team-cell-name{color:var(--text-muted);font-size:.8rem}.team-logo{border-radius:4px;object-fit:contain}.player-cell{font-weight:500}.team-abbr-styled{font-size:.8rem;text-transform:uppercase;letter-spacing:.02em}.schedule-list{display:flex;flex-direction:column;gap:.5rem}.date-header{font-size:.8rem;font-weight:600;color:var(--text-secondary);padding:1rem 0 .5rem;text-transform:uppercase;letter-spacing:.03em}.date-header:first-child{padding-top:0}.game-card{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.03)}.game-card:last-child{border-bottom:none}.game-team{display:flex;align-items:center;gap:.5rem;min-width:100px}.game-team-away{justify-content:flex-start}.game-team-home{justify-content:flex-end}.game-team-abbr{font-weight:700;font-size:.95rem}.game-center{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;gap:.15rem}.game-score{font-size:1.2rem;font-weight:700;letter-spacing:.05em}.game-set-scores{display:flex;gap:.5rem;font-size:.75rem;color:var(--text-muted)}.set-score{padding:0 .25rem}.game-status-final{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.game-status-live{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:var(--accent)}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.game-status-pre{color:var(--text-muted);font-size:.85rem}.filter-group{display:flex;gap:.5rem}.filter-dropdown{position:relative}.filter-dropdown-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:20px;color:var(--text-secondary);font-family:inherit;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-dropdown-btn:hover{background:#ffffff12;border-color:#ffffff26}.filter-dropdown-btn.has-filter{background:#17e9fc0f;border-color:#17e9fc40;color:var(--electric-blue)}.filter-dropdown-label{color:var(--text-muted);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.filter-dropdown-btn.has-filter .filter-dropdown-label{color:#17e9fc80}.filter-dropdown-value{font-weight:600}.filter-dropdown-btn svg{opacity:.4;flex-shrink:0;transition:transform .2s ease}.filter-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:140px;background:#101012eb;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid var(--glass-border);border-radius:14px;padding:6px;z-index:50;display:flex;flex-direction:column;gap:2px;max-height:260px;overflow-y:auto;box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff08 inset}.filter-dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:none;border-radius:8px;color:var(--text-secondary);font-family:inherit;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .1s ease;text-align:left;white-space:nowrap}.filter-dropdown-item:hover{background:#ffffff0f;color:var(--text-primary)}.filter-dropdown-item.active{color:var(--electric-blue)}.filter-checkbox{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:1.5px solid rgba(255,255,255,.2);border-radius:4px;flex-shrink:0;transition:all .15s ease}.filter-checkbox.checked{background:var(--electric-blue);border-color:var(--electric-blue)}.filter-checkbox.checked svg{color:#000}.per-set-toggle{padding:.5rem 1rem;background:#ffffff0a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:20px;color:var(--text-muted);font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.per-set-toggle:hover{background:#ffffff12;border-color:#ffffff26;color:var(--text-secondary)}.per-set-toggle.active{background:#17e9fc0f;border-color:#17e9fc40;color:var(--electric-blue)}.tab-loading{display:flex;justify-content:center;padding:3rem 0}@media(max-width:1024px){.press-box{max-width:100%}}@media(max-width:768px){.press-box-toolbar{flex-wrap:wrap}.tab-bar button{padding:.6rem 1rem;font-size:.8rem}.tab-controls{flex-direction:column;align-items:flex-start}.game-team{min-width:70px}.game-team-abbr{font-size:.85rem}.game-score{font-size:1rem}.team-cell-name{display:none}.data-table th{padding:.5rem;font-size:.65rem}.data-table td{padding:.5rem;font-size:.8rem}}@media(max-width:480px){.page-container.press-box{padding:1rem}.game-card{padding:.5rem 0}}
