:root{--blue-dark:#0f172a;--blue-mid:#1e293b;--blue-light:#334155;--blue-accent:#3b82f6;--blue-bright:#60a5fa;--cyan:#22d3ee;--white:#ffffff;--gray-light:#e2e8f0;--gray:#94a3b8}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Open Sans,sans-serif;background:var(--blue-dark);color:var(--white);min-height:100vh;overflow-x:hidden}.index-root .page-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:radial-gradient(ellipse at 20% 20%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(34,211,238,.1) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(59,130,246,.05) 0%,transparent 70%),linear-gradient(180deg,#0f172a,#1e293b)}.index-root .shapes{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.index-root .shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#3b82f61a,#22d3ee0d);animation:float 20s ease-in-out infinite}.shape:nth-child(1){width:400px;height:400px;top:-100px;right:-100px;animation-delay:0s}.shape:nth-child(2){width:300px;height:300px;bottom:-50px;left:-50px;animation-delay:-5s}.shape:nth-child(3){width:200px;height:200px;top:50%;left:10%;animation-delay:-10s}.index-root @keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(5deg)}}.index-root .logo{font-family:Rajdhani,sans-serif;font-size:1.4rem;font-weight:700;color:var(--white);letter-spacing:3px;display:inline-flex;align-items:center;gap:.5rem}.index-root .logo-icon{font-size:1.15rem;line-height:1}.index-root .logo-text{display:inline-block}.index-root .nav-links{display:flex;gap:.5rem;align-items:center}.index-root .hero{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:7rem 2rem 4rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.index-root .tagline span{position:relative;padding:.5rem 0}.index-root .tagline span:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--blue-accent),transparent);opacity:.5}.index-root .subtitle strong{color:var(--cyan);font-weight:600}.index-root .stat:hover{transform:translateY(-8px);border-color:var(--blue-accent);box-shadow:0 20px 40px #3b82f633;background:linear-gradient(135deg,#3b82f61a,#22d3ee0d)}.index-root .stat-label{font-size:.8rem;color:var(--gray);text-transform:uppercase;letter-spacing:2px}.features{position:relative;z-index:1;padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-size:.85rem;color:var(--blue-bright);text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem}.section-title{font-family:Rajdhani,sans-serif;font-size:2.5rem;color:var(--white);margin-bottom:1rem}.section-desc{color:var(--gray);max-width:500px;margin:0 auto;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.feature-card{background:linear-gradient(135deg,#1e293b99,#3341554d);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:hover{transform:translateY(-10px);border-color:#3b82f666;box-shadow:0 25px 50px #0000004d;background:linear-gradient(135deg,#3b82f61a,#1e293bcc)}.feature-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--blue-accent),var(--cyan));border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem;box-shadow:0 10px 30px #3b82f64d}.feature-title{font-family:Rajdhani,sans-serif;font-size:1.35rem;font-weight:600;margin-bottom:.75rem;color:var(--white)}.feature-desc{font-size:.9rem;color:var(--gray);line-height:1.7}.cta-section{position:relative;z-index:1;padding:5rem 2rem;text-align:center}.cta-box{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#3b82f626,#22d3ee1a);border:1px solid rgba(59,130,246,.3);border-radius:24px;padding:4rem 3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.cta-title{font-family:Rajdhani,sans-serif;font-size:2rem;color:var(--white);margin-bottom:1rem}.cta-text{color:var(--gray-light);margin-bottom:2rem;font-size:1.1rem}.footer{position:relative;z-index:1;text-align:center;padding:2.5rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-links{display:flex;justify-content:center;gap:2.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer-links a{color:var(--gray);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--blue-bright)}.footer p{color:var(--gray);font-size:.85rem}@media (max-width:768px){.header{padding:1rem 1.5rem}.nav-link{display:none}.hero{padding:6rem 1.5rem 3rem}.title{letter-spacing:3px}.tagline{flex-direction:column;gap:.75rem}.tagline span:after{display:none}.stats{gap:1rem}.stat{padding:1.25rem 1.75rem;min-width:140px}.stat-value{font-size:2.25rem}.cta-buttons{flex-direction:column;width:100%;padding:0 1rem}.btn{width:100%;justify-content:center}.cta-box{padding:2.5rem 1.5rem}.features{padding:3rem 1.5rem}}.index-root .header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1rem 3rem;background:#0f172acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(59,130,246,.2)}.index-root .header{padding:1rem 3rem!important}.index-root .logo{font-family:Rajdhani,sans-serif;font-size:1.4rem;font-weight:700;color:var(--white);letter-spacing:3px}.index-root .nav-links{display:flex;gap:.5rem;align-items:center;padding:.25rem 0}.index-root .nav-link{color:var(--gray);text-decoration:none;font-size:.9rem;font-weight:500;padding:.6rem 1rem;border-radius:8px;transition:all .2s}.index-root .nav-link:hover{color:var(--white);background:#ffffff1a}.index-root .nav-btn{background:linear-gradient(135deg,var(--blue-accent),var(--blue-bright));color:var(--white);padding:.6rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s;box-shadow:0 4px 15px #3b82f64d}.index-root .nav-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #3b82f666}.index-root .hero{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:7rem 2rem 4rem;background:transparent!important;border-bottom:none!important}.index-root .badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f626;border:1px solid rgba(59,130,246,.3);padding:.6rem 1.25rem;border-radius:50px;font-size:.85rem;color:var(--blue-bright);margin-bottom:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.index-root .badge-dot{width:8px;height:8px;background:var(--cyan);border-radius:50%;animation:pulse 2s infinite;box-shadow:0 0 10px var(--cyan)}.index-root .title{font-family:Rajdhani,sans-serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;letter-spacing:6px;margin-bottom:1.5rem;line-height:1.1;color:var(--white);text-shadow:0 0 60px rgba(59,130,246,.3)}.index-root .section-title{font-family:Rajdhani,sans-serif;font-size:2.5rem!important;color:var(--white);margin-bottom:1rem;padding-bottom:0!important;border-bottom:none!important}.index-root .tagline{display:flex;align-items:center;justify-content:center;gap:2rem;font-size:.95rem;letter-spacing:4px;color:var(--gray);margin-bottom:2rem;flex-wrap:wrap}.index-root .subtitle{font-size:1.2rem;color:var(--gray-light);max-width:650px;line-height:1.8;margin-bottom:3.5rem}.index-root .stats{display:flex;gap:1.5rem;margin-bottom:3.5rem;flex-wrap:wrap;justify-content:center}.index-root .stat{background:linear-gradient(135deg,#1e293bcc,#33415580);border:1px solid rgba(59,130,246,.2);border-radius:16px;padding:1.75rem 2.5rem;text-align:center;min-width:170px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s}.index-root .stat-value{font-family:Rajdhani,sans-serif;font-size:2.75rem;font-weight:700;background:linear-gradient(135deg,var(--blue-bright),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;line-height:1;margin-bottom:.5rem}.index-root .cta-buttons{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center}.index-root .btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.25rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;cursor:pointer}.index-root .btn-primary{background:linear-gradient(135deg,var(--blue-accent),#2563eb);color:#fff;border:none;box-shadow:0 8px 30px #3b82f666}.index-root .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #3b82f680}.index-root .btn-secondary{background:#ffffff0d;color:var(--white);border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.index-root .btn-secondary:hover{border-color:var(--blue-accent);background:#3b82f61a;box-shadow:0 8px 30px #3b82f633}.index-root .btn{width:auto!important;max-width:none}.index-root .cta-buttons .btn{min-width:0!important}.index-root .features{position:relative;z-index:1;padding:5rem 2rem;max-width:1200px;margin:0 auto}.index-root .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:1100px){.index-root .features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.index-root .cta-box{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#3b82f626,#22d3ee1a);border:1px solid rgba(59,130,246,.3);border-radius:24px;padding:4rem 3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.index-root .footer{position:relative;z-index:1;text-align:center;padding:2.5rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.index-root .footer-links{display:flex;justify-content:center;gap:2.5rem;margin-bottom:1.5rem;flex-wrap:wrap}@media (max-width:768px){.index-root .header{padding:1rem 1.5rem}.index-root .hero{padding:6rem 1.5rem 3rem}.index-root .title{letter-spacing:3px}.index-root .tagline{flex-direction:column;gap:.75rem}.index-root .tagline span:after{display:none}.index-root .stats{gap:1rem}.index-root .stat{padding:1.25rem 1.75rem;min-width:140px}.index-root .stat-value{font-size:2.25rem}.index-root .cta-buttons{flex-direction:column;width:100%;padding:0 1rem}.index-root .btn{width:100%;justify-content:center}.index-root .cta-box{padding:2.5rem 1.5rem}.index-root .features{padding:3rem 1.5rem}}body.light-mode{--blue-dark: #f7fafc;--blue-mid: #e2e8f0;--blue-light: #cbd5e1;--blue-accent: #2563eb;--blue-bright: #3b82f6;--cyan: #0ea5a0;--white: #0f172a;--gray-light: #334155;--gray: #475569}body.light-mode{background:linear-gradient(135deg,#f7fafc,#fff);color:#0f172a}body.light-mode .index-root .page-bg{background:radial-gradient(ellipse at 20% 20%,rgba(37,99,235,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(14,165,160,.06) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(37,99,235,.03) 0%,transparent 70%),linear-gradient(180deg,#f7fafc,#fff)}body.light-mode .index-root .shape{background:linear-gradient(135deg,#2563eb0f,#0ea5a008)}body.light-mode .index-root .header{background:#ffffffe6;border-bottom:1px solid rgba(37,99,235,.15)}body.light-mode .index-root .logo,body.light-mode .index-root .title{color:#0f172a;text-shadow:0 0 60px rgba(37,99,235,.1)}body.light-mode .index-root .nav-link{color:#64748b}body.light-mode .index-root .nav-link:hover{color:#0f172a;background:#2563eb14}body.light-mode .index-root .badge{background:#2563eb1a;border:1px solid rgba(37,99,235,.2);color:#2563eb}body.light-mode .index-root .stat{background:linear-gradient(135deg,#ffffffe6,#f8fafccc);border:1px solid rgba(37,99,235,.15)}body.light-mode .index-root .stat:hover{border-color:#2563eb;box-shadow:0 20px 40px #2563eb1a;background:linear-gradient(135deg,#fff,#eef2ffe6)}body.light-mode .feature-card{background:linear-gradient(135deg,#ffffffe6,#f8fafcb3);border:1px solid rgba(37,99,235,.12)}body.light-mode .feature-card:hover{border-color:#2563eb4d;box-shadow:0 25px 50px #2563eb14;background:linear-gradient(135deg,#eef2ff80,#fffffff2)}body.light-mode .index-root .cta-box{background:linear-gradient(135deg,#eef2ff99,#f0fdfa80);border:1px solid rgba(37,99,235,.2)}body.light-mode .index-root .footer{border-top:1px solid rgba(37,99,235,.12)}body.light-mode .index-root .btn-secondary{background:#2563eb0d;color:#0f172a;border:2px solid rgba(37,99,235,.2)}body.light-mode .index-root .btn-secondary:hover{border-color:#2563eb;background:#2563eb1a;box-shadow:0 8px 30px #2563eb26}body:has(.login-page-root){display:flex!important;align-items:center!important;justify-content:center!important;padding:1rem!important;margin:0!important}.login-page-root{--bg-dark: #0a0e17;--bg-card: #111827;--bg-card-alt: #1e293b;--border: #1e3a5f;--accent: #10b981;--warning: #f59e0b;--danger: #ef4444;--text: #f1f5f9;--text-dim: #64748b;--blue: #3b82f6}.login-page-root *{margin:0;padding:0;box-sizing:border-box}.login-page-root .login-container{width:100%;max-width:520px}.login-page-root .logo{text-align:center;margin-bottom:2rem}.login-page-root .logo-icon{font-size:4rem;margin-bottom:.5rem}.login-page-root .logo-text{font-family:Rajdhani,sans-serif;font-size:2rem;font-weight:700}.login-page-root .logo-sub{color:var(--accent);font-size:.9rem;text-transform:uppercase;letter-spacing:2px}.login-page-root .card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden}.login-page-root .card-header{background:linear-gradient(135deg,#10b98126,#3b82f626);padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);text-align:center;flex:0 0 auto}.login-page-root .card-title{font-weight:600;font-size:1.1rem}.login-page-root .card-body{padding:1.5rem}.login-page-root .card.view{display:none;opacity:0;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease}.login-page-root .card.view.show{display:block;opacity:1;transform:translateY(0)}@media (max-height: 720px){.login-page-root .logo{margin-bottom:.5rem}.login-page-root .logo-icon{font-size:3rem}.login-page-root .logo-text{font-size:1.4rem}.login-page-root .form-group{margin-bottom:.6rem}.login-page-root .form-label{font-size:.85rem}.login-page-root .form-input{padding:.5rem .75rem;font-size:.95rem}.login-page-root .btn{padding:.6rem 1rem;font-size:.95rem}}@media (max-height: 640px){.login-page-root .logo{display:none}.login-page-root .card-header{padding:.6rem .8rem}.login-page-root .form-group{margin-bottom:.5rem}.login-page-root .form-label{font-size:.8rem;margin-bottom:.3rem}.login-page-root .form-input{padding:.45rem .6rem;font-size:.95rem}.login-page-root .btn{padding:.55rem .8rem;font-size:.95rem}.login-page-root .info-box{display:none}}.login-page-root .form-group{margin-bottom:1.25rem}.login-page-root .form-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem}.login-page-root .form-input{width:100%;padding:.75rem 1rem;background:var(--bg-dark);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem}.login-page-root .form-input:focus{outline:none;border-color:var(--accent)}.login-page-root .btn{width:100%;padding:.85rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;transition:all .2s;font-size:1rem}.login-page-root .btn-primary{background:var(--accent);color:#000}.login-page-root .btn-primary:hover{background:#0d9668}.login-page-root .btn-primary:disabled{background:var(--text-dim);cursor:not-allowed}.login-page-root .btn-secondary{background:var(--bg-card-alt);color:var(--text);border:1px solid var(--border)}.login-page-root .check-code-btn{width:auto;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:.75rem .6rem;font-size:1rem;min-width:42px;border-radius:6px}.login-page-root .forgot-link{text-align:left;margin-bottom:1rem;margin-left:.5rem}.login-page-root .forgot-link a{color:var(--accent);text-decoration:none;font-size:.75rem}.login-page-root .forgot-link a:hover{text-decoration:underline}.login-page-root .alert{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.login-page-root .alert-error{background:#ef444426;border:1px solid var(--danger);color:var(--danger)}.login-page-root .alert-success{background:#10b98126;border:1px solid var(--accent);color:var(--accent)}.login-page-root .alert-info{background:#3b82f626;border:1px solid var(--blue);color:var(--blue)}.login-page-root .divider{display:flex;align-items:center;margin:1.5rem 0;color:var(--text-dim);font-size:.85rem}.login-page-root .divider:before,.login-page-root .divider:after{content:"";flex:1;height:1px;background:var(--border)}.login-page-root .divider span{padding:0 1rem}.login-page-root .info-box{background:var(--bg-card-alt);border-radius:8px;padding:1rem;margin-top:1.5rem;font-size:.85rem;color:var(--text-dim);text-align:center}.login-page-root .info-box strong{color:var(--text)}.login-page-root .password-requirements{font-size:.8rem;color:var(--text-dim);margin-top:.5rem}.login-page-root .password-requirements li{margin-bottom:.25rem}.login-page-root .req-met{color:var(--accent)}.login-page-root .loading{display:inline-block;width:20px;height:20px;border:2px solid rgba(0,0,0,.3);border-radius:50%;border-top-color:#000;animation:spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.login-page-root .hidden{display:none!important}.login-page-root .create-account-bar{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;padding:.5rem .9rem;background:linear-gradient(90deg,#10b9810f,#3b82f609);border:1px solid var(--border);border-radius:999px;color:var(--text);font-weight:600;font-size:.95rem;box-shadow:0 6px 20px #02061729}.login-page-root .create-account-bar .muted{color:var(--text-dim);font-weight:400}.login-page-root .create-account-bar a{color:var(--accent);text-decoration:none;font-weight:700}.login-page-root .create-account-bar a:hover{text-decoration:underline}.login-page-root #schoolCodeModal{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;z-index:1200;background:#0009}.login-page-root #schoolCodeModal.show{display:flex}.login-page-root #schoolCodeModalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1200}body.light-mode .login-page-root{--bg-dark: #f7fafc;--bg-card: #ffffff;--bg-card-alt: #f3f4f6;--border: #e2e8f0;--accent: #0ea5a0;--warning: #f59e0b;--danger: #ef4444;--text: #0f172a;--text-dim: #475569;--blue: #2563eb}body.light-mode .login-page-root .btn-primary{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff}body.light-mode .login-page-root .btn-primary:hover{box-shadow:0 6px 20px #2563eb1f}body:has(.match-page-root){display:block!important;align-items:stretch!important;justify-content:flex-start!important;padding:0!important;margin:0!important}.match-page-root{font-family:Open Sans,sans-serif;background:linear-gradient(135deg,#0a0e17,#1a1a2e);color:#f1f5f9;min-height:100vh}.match-page-root .container{max-width:700px;margin:2.5rem auto;background:#111827;border-radius:16px;box-shadow:0 4px 24px #0000001a;padding:2rem 2.5rem}.match-page-root .match-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.match-page-root .match-title{font-family:Rajdhani,sans-serif;font-size:2rem;font-weight:700;color:#10b981}.match-page-root .match-meta{font-size:1rem;color:#64748b}.match-page-root .teams-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.match-page-root .team-card{background:#1e293b;border-radius:10px;padding:1.25rem 2rem;min-width:180px;text-align:center}.match-page-root .team-name{font-size:1.2rem;font-weight:600;color:#10b981}.match-page-root .school-name{font-size:.95rem;color:#f1f5f9;margin-bottom:.5rem}.match-page-root .score-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:120px}.match-page-root .score{font-size:2.5rem;font-weight:700;color:#3b82f6}.match-page-root .score-label{font-size:.9rem;color:#64748b}.match-page-root .match-status-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.match-page-root .match-status-badge{display:inline-block;padding:.2rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600}.match-page-root .match-status-badge.completed{background:#22c55e26;color:#22c55e}.match-page-root .match-status-badge.pending{background:#eab30826;color:#eab308}.match-page-root .match-status-badge.bye{background:#94a3b81a;color:#94a3b8}.match-page-root .match-winner{font-size:1rem;font-weight:600;color:#22c55e}.match-page-root .match-info{margin-bottom:2rem;font-size:1.1rem;color:#f1f5f9}.match-page-root .back-link{display:inline-block;margin-top:1rem;color:#10b981;text-decoration:none;font-weight:600;font-size:1rem}.match-page-root .back-link:hover{text-decoration:underline}body.light-mode .match-page-root{background:linear-gradient(135deg,#f7fafc,#fff);color:#0f172a}body.light-mode .match-page-root .video-container{background:#111827}body.light-mode .match-page-root .match-info{color:#0f172a}body.light-mode .match-page-root .back-link{color:#0ea5a0}@media (max-width: 600px){.match-page-root .container{margin:1rem auto;padding:1.25rem;border-radius:12px}.match-page-root .match-header{flex-direction:column;gap:.5rem;text-align:center}.match-page-root .match-title{font-size:1.5rem}.match-page-root .teams-section{flex-direction:column;gap:1rem}.match-page-root .team-card{min-width:unset;width:100%;padding:1rem}.match-page-root .score{font-size:2rem}.match-page-root .score-section{min-width:unset}}body:has(.player-dashboard-page-root){display:block!important;align-items:stretch!important;justify-content:flex-start!important;padding:0!important;margin:0!important}.player-dashboard-page-root{--bg-dark: #0a0e17;--bg-card: #111827;--bg-card-alt: #1e293b;--bg-hover: rgba(255, 255, 255, .03);--border: #1e3a5f;--accent: #10b981;--accent-dim: #065f46;--warning: #f59e0b;--danger: #ef4444;--success: #10b981;--text: #f1f5f9;--text-dim: #64748b;--blue: #3b82f6;--purple: #8b5cf6;--red: #ef4444;font-family:Open Sans,sans-serif;background:linear-gradient(135deg,#0a0e17,#1a1a2e);min-height:100vh;color:var(--text)}.player-dashboard-page-root *{margin:0;padding:0;box-sizing:border-box}body:not(.tcc-ready) .player-dashboard-page-root .header,body:not(.tcc-ready) .player-dashboard-page-root .sidebar,body:not(.tcc-ready) .player-dashboard-page-root .main-container{visibility:hidden;opacity:0}.player-dashboard-page-root .header{background:linear-gradient(135deg,#0f3460,#1a1a2e);padding:.45rem 1.25rem;height:56px;min-height:56px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);overflow:hidden}.player-dashboard-page-root .header>*{flex:0 1 auto;min-width:0}.player-dashboard-page-root .logo{display:flex;align-items:center;gap:.75rem}.player-dashboard-page-root .logo-icon{font-size:1.75rem}.player-dashboard-page-root .logo-text{font-family:Rajdhani,sans-serif;font-size:1.28rem;font-weight:700;line-height:1;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-dashboard-page-root .logo-sub{font-size:.7rem;color:var(--accent);text-transform:uppercase;letter-spacing:1px}.player-dashboard-page-root .header-right{display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap}.player-dashboard-page-root .school-badge{background:var(--bg-card-alt);padding:.35rem .75rem;border-radius:8px;font-size:.82rem;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-dashboard-page-root .school-badge strong{color:var(--accent)}.player-dashboard-page-root .user-menu{display:flex;align-items:center;gap:.75rem}.player-dashboard-page-root .avatar{width:36px;height:36px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#000;font-size:.85rem}.player-dashboard-page-root .btn-logout{background:var(--bg-card-alt);border:1px solid var(--border);color:var(--text);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.8rem}.player-dashboard-page-root .btn-logout:hover{border-color:var(--danger);color:var(--danger)}.player-dashboard-page-root .main-container{display:flex;min-height:calc(100vh - 56px)}.player-dashboard-page-root .sidebar{width:240px;background:var(--bg-card);border-right:1px solid var(--border);padding:1.25rem 0}.player-dashboard-page-root .nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;color:var(--text-dim);cursor:pointer;transition:all .2s;border-left:3px solid transparent}.player-dashboard-page-root .nav-item:hover{background:var(--bg-card-alt);color:var(--text)}.player-dashboard-page-root .nav-item.active{background:var(--bg-card-alt);color:var(--accent);border-left-color:var(--accent)}.player-dashboard-page-root .nav-icon{font-size:1.25rem;width:28px;text-align:center}.player-dashboard-page-root .nav-label{font-size:.9rem;font-weight:500}.player-dashboard-page-root .nav-section{padding:.5rem 1.5rem;font-size:.7rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;margin-top:1.5rem}.player-dashboard-page-root .nav-badge{background:var(--danger);color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:10px;margin-left:auto}.player-dashboard-page-root .content{flex:1;padding:1.5rem;overflow-y:auto}.player-dashboard-page-root .page-title{font-family:Rajdhani,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.player-dashboard-page-root .page-subtitle{color:var(--text-dim);margin-bottom:1.5rem}.player-dashboard-page-root .card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.player-dashboard-page-root .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.player-dashboard-page-root .card-title{font-family:Rajdhani,sans-serif;font-size:1.25rem;font-weight:600}.player-dashboard-page-root .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.player-dashboard-page-root .stat-card{background:linear-gradient(315deg,var(--bg-card-alt) 0%,var(--bg-card) 100%);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.player-dashboard-page-root .stat-card.highlight{border-color:var(--accent);background:linear-gradient(315deg,var(--accent-dim) 0%,var(--bg-card) 100%)}.player-dashboard-page-root .stat-icon{font-size:1.5rem;margin-bottom:.5rem}.player-dashboard-page-root .stat-value{font-family:Rajdhani,sans-serif;font-size:2rem;font-weight:700;color:var(--accent)}.player-dashboard-page-root .stat-label{font-size:.8rem;color:var(--text-dim)}.player-dashboard-page-root .btn{padding:.6rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;gap:.5rem}.player-dashboard-page-root .btn-primary{background:linear-gradient(135deg,var(--accent) 0%,#059669 100%);color:#000}.player-dashboard-page-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #10b98166}.player-dashboard-page-root .btn-secondary{background:var(--bg-card-alt);border:1px solid var(--border);color:var(--text)}.player-dashboard-page-root .btn-secondary:hover{border-color:var(--accent)}.player-dashboard-page-root .btn-sm{padding:.4rem .8rem;font-size:.75rem}.player-dashboard-page-root .teams-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.player-dashboard-page-root .team-roster-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.player-dashboard-page-root .team-roster-card-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.player-dashboard-page-root .team-roster-card-title{font-family:Rajdhani,sans-serif;font-size:1.15rem;font-weight:700;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.player-dashboard-page-root .team-roster-card-school{font-size:.8rem;color:var(--text-dim)}.player-dashboard-page-root .team-roster-card-body{padding:1rem 1.25rem}.player-dashboard-page-root .roster-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.75rem;font-weight:600}.player-dashboard-page-root .roster-player{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.player-dashboard-page-root .roster-player:last-child{border-bottom:none}.player-dashboard-page-root .player-name{flex:1;font-weight:500}.player-dashboard-page-root .player-gamertag{color:var(--accent);font-size:.85rem}.player-dashboard-page-root .div-badge{padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:700}.player-dashboard-page-root .div-badge.d1{background:#3b82f6;color:#fff}.player-dashboard-page-root .div-badge.d2{background:#f59e0b;color:#fff}.player-dashboard-page-root .div-badge.d3{background:#10b981;color:#fff}.player-dashboard-page-root .div-badge.ms{background:#8b5cf6;color:#fff}.player-dashboard-page-root .game-badge{padding:.2rem .5rem;background:var(--bg-hover);border-radius:4px;font-size:.7rem;color:var(--text-dim)}.player-dashboard-page-root .match-card{background:var(--bg-hover);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:.75rem;transition:box-shadow .18s ease,border-color .18s ease}.player-dashboard-page-root .match-card:hover{box-shadow:0 8px 24px #0000001a,0 0 18px #22c55e0d;border-color:#22c55e1a}.player-dashboard-page-root .match-card.upcoming{border-left:3px solid var(--accent)}.player-dashboard-page-root .match-date{font-size:.75rem;color:var(--text-dim);margin-bottom:.25rem}.player-dashboard-page-root .match-teams{font-weight:600;margin-bottom:.5rem}.player-dashboard-page-root .match-meta{display:flex;gap:.75rem;font-size:.75rem;color:var(--text-dim)}.player-dashboard-page-root .msg-thread{padding:1rem}.player-dashboard-page-root .msg-item{display:flex;gap:.75rem;margin-bottom:1.25rem}.player-dashboard-page-root .msg-item.announcement{background:#00d4aa0d;padding:1rem;border-radius:8px;border-left:3px solid var(--accent)}.player-dashboard-page-root .msg-avatar{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.player-dashboard-page-root .msg-content{flex:1;min-width:0}.player-dashboard-page-root .msg-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.player-dashboard-page-root .msg-sender{font-weight:600;font-size:.9rem}.player-dashboard-page-root .msg-time{font-size:.7rem;color:var(--text-dim)}.player-dashboard-page-root .msg-body{font-size:.9rem;line-height:1.5;color:var(--text)}.player-dashboard-page-root .msg-body a{color:var(--accent)}.player-dashboard-page-root .form-row{display:flex;gap:1rem;flex-wrap:wrap}.player-dashboard-page-root .form-group{display:flex;flex-direction:column;gap:.4rem;min-width:180px}.player-dashboard-page-root .form-label{font-size:.85rem;color:var(--text-dim)}.player-dashboard-page-root .form-input,.player-dashboard-page-root .form-select,.player-dashboard-page-root .form-textarea{background:var(--bg-dark);border:1px solid var(--border);color:var(--text);padding:.6rem;border-radius:8px}.player-dashboard-page-root .form-input:focus,.player-dashboard-page-root .form-select:focus,.player-dashboard-page-root .form-textarea:focus{outline:none;border-color:var(--accent)}.player-dashboard-page-root .table-container{overflow-x:auto;border-radius:8px;border:1px solid var(--border)}.player-dashboard-page-root table{width:100%;border-collapse:collapse}.player-dashboard-page-root th,.player-dashboard-page-root td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.player-dashboard-page-root th{font-weight:600;color:var(--text-dim);background:var(--bg-card-alt)}.player-dashboard-page-root tbody tr:hover{background:var(--bg-hover)}.player-dashboard-page-root .badge{display:inline-flex;padding:.25rem .6rem;border-radius:20px;font-size:.7rem;font-weight:600}.player-dashboard-page-root .badge-win{background:var(--accent-dim);color:var(--accent)}.player-dashboard-page-root .badge-loss{background:#ef444433;color:var(--danger)}.player-dashboard-page-root .hidden{display:none!important}.player-dashboard-page-root .loading{text-align:center;padding:2rem;color:var(--text-dim)}.player-dashboard-page-root .btn-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.15);border-top-color:var(--text);border-radius:50%;display:inline-block;margin-right:.5rem;vertical-align:middle;animation:spin 1s linear infinite}.player-dashboard-page-root .hamburger-btn{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.4rem;border-radius:6px;line-height:1}.player-dashboard-page-root .hamburger-btn:hover{background:var(--bg-card-alt)}.player-dashboard-page-root .sidebar-overlay{display:none}@media (max-width: 900px){.player-dashboard-page-root .hamburger-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.player-dashboard-page-root .sidebar{position:fixed;left:0;top:0;height:100vh;width:240px;z-index:300;transform:translate(-100%);transition:transform .24s ease-in-out}.player-dashboard-page-root .sidebar.mobile-open{transform:translate(0);box-shadow:0 12px 40px #00000080}.player-dashboard-page-root .sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:299}.player-dashboard-page-root .main-container{flex-direction:column}.player-dashboard-page-root .header{padding:.5rem .75rem;overflow:visible}.player-dashboard-page-root .header-right{gap:.4rem}.player-dashboard-page-root .school-badge,.player-dashboard-page-root .logo{display:none}.player-dashboard-page-root .user-menu>span{display:none}.player-dashboard-page-root .user-menu{gap:.4rem}.player-dashboard-page-root .avatar{width:30px;height:30px;font-size:.75rem}.player-dashboard-page-root .btn-logout{padding:.35rem .6rem;font-size:.75rem}.player-dashboard-page-root .content{padding:1rem;overflow:hidden}.player-dashboard-page-root .stats-grid{grid-template-columns:repeat(2,1fr)}.player-dashboard-page-root .teams-card-grid{grid-template-columns:1fr}.player-dashboard-page-root .form-row{flex-direction:column}.player-dashboard-page-root .form-group{min-width:unset;width:100%}.player-dashboard-page-root .table-container{margin-left:-1rem;margin-right:-1rem;border-radius:0;border-left:none;border-right:none}.player-dashboard-page-root .chat-layout{grid-template-columns:1fr!important;height:auto!important}.player-dashboard-page-root .chat-layout>.card{max-height:50vh}}@media (max-width: 480px){.player-dashboard-page-root .stats-grid{grid-template-columns:1fr}}body.light-mode .player-dashboard-page-root{--bg-dark: #f7fafc;--bg-card: #ffffff;--bg-card-alt: #f3f4f6;--bg-hover: rgba(15, 23, 42, .05);--border: #e2e8f0;--accent: #0ea5a0;--accent-dim: #0b7a6b;--warning: #f59e0b;--danger: #ef4444;--success: #0ea5a0;--text: #0f172a;--text-dim: #475569;--blue: #2563eb;--purple: #7c3aed;--red: #ef4444;background:linear-gradient(135deg,#f7fafc,#fff)}body.light-mode .player-dashboard-page-root .sidebar{background:linear-gradient(180deg,#eef2ff,#f8fafc);border-right-color:var(--border)}body.light-mode .player-dashboard-page-root .header{background:linear-gradient(135deg,#eef2ff,#f8fafc);border-bottom-color:var(--border)}body.light-mode .player-dashboard-page-root .btn-primary{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;border:1px solid rgba(37,99,235,.12)}body.light-mode .player-dashboard-page-root .btn-primary:hover{box-shadow:0 6px 20px #2563eb1f;transform:translateY(-2px)}body:has(.producer-dashboard-page-root){display:block!important;align-items:stretch!important;justify-content:flex-start!important;padding:0!important;margin:0!important}.producer-dashboard-page-root{--bg-dark: #0a0e17;--bg-card: #111827;--bg-card-alt: #1e293b;--bg-hover: rgba(255, 255, 255, .03);--border: #1e3a5f;--accent: #10b981;--accent-dim: #065f46;--warning: #f59e0b;--danger: #ef4444;--success: #10b981;--text: #f1f5f9;--text-dim: #64748b;--blue: #3b82f6;--purple: #8b5cf6;--red: #ef4444;font-family:Open Sans,sans-serif;background:linear-gradient(135deg,#0a0e17,#1a1a2e);min-height:100vh;color:var(--text)}.producer-dashboard-page-root *{margin:0;padding:0;box-sizing:border-box}body:not(.tcc-ready) .producer-dashboard-page-root .header,body:not(.tcc-ready) .producer-dashboard-page-root .sidebar,body:not(.tcc-ready) .producer-dashboard-page-root .main-container{visibility:hidden;opacity:0}.producer-dashboard-page-root .header{background:linear-gradient(135deg,#0f3460,#1a1a2e);padding:.45rem 1.25rem;height:56px;min-height:56px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);overflow:hidden}.producer-dashboard-page-root .header>*{flex:0 1 auto;min-width:0}.producer-dashboard-page-root .logo{display:flex;align-items:center;gap:.75rem}.producer-dashboard-page-root .logo-icon{font-size:1.75rem}.producer-dashboard-page-root .logo-text{font-family:Rajdhani,sans-serif;font-size:1.12rem;font-weight:700;line-height:1;max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.producer-dashboard-page-root .logo-sub{font-size:.7rem;color:var(--accent);text-transform:uppercase;letter-spacing:1px}.producer-dashboard-page-root .header-right{display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap}.producer-dashboard-page-root .user-menu{display:flex;align-items:center;gap:.75rem}.producer-dashboard-page-root .avatar{width:36px;height:36px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#000;font-size:.85rem}.producer-dashboard-page-root .btn-logout{background:var(--bg-card-alt);border:1px solid var(--border);color:var(--text);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.8rem}.producer-dashboard-page-root .btn-logout:hover{border-color:var(--danger);color:var(--danger)}.producer-dashboard-page-root .main-container{display:flex;min-height:calc(100vh - 56px)}.producer-dashboard-page-root .sidebar{width:240px;background:var(--bg-card);border-right:1px solid var(--border);padding:1.25rem 0}.producer-dashboard-page-root .nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;color:var(--text-dim);cursor:pointer;transition:all .2s;border-left:3px solid transparent}.producer-dashboard-page-root .nav-item:hover{background:var(--bg-card-alt);color:var(--text)}.producer-dashboard-page-root .nav-item.active{background:var(--bg-card-alt);color:var(--accent);border-left-color:var(--accent)}.producer-dashboard-page-root .nav-icon{font-size:1.25rem;width:28px;text-align:center}.producer-dashboard-page-root .nav-label{font-size:.9rem;font-weight:500}.producer-dashboard-page-root .nav-section{padding:.5rem 1.5rem;font-size:.7rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;margin-top:1.5rem}.producer-dashboard-page-root .nav-badge{background:var(--danger);color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:10px;margin-left:auto}.producer-dashboard-page-root .content{flex:1;padding:1.5rem;overflow-y:auto}.producer-dashboard-page-root .page-title{font-family:Rajdhani,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.producer-dashboard-page-root .page-subtitle{color:var(--text-dim);margin-bottom:1.5rem}.producer-dashboard-page-root .card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.producer-dashboard-page-root .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.producer-dashboard-page-root .card-title{font-family:Rajdhani,sans-serif;font-size:1.25rem;font-weight:600}.producer-dashboard-page-root .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.producer-dashboard-page-root .stat-card{background:linear-gradient(315deg,var(--bg-card-alt) 0%,var(--bg-card) 100%);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.producer-dashboard-page-root .stat-card.highlight{border-color:var(--accent);background:linear-gradient(315deg,var(--accent-dim) 0%,var(--bg-card) 100%)}.producer-dashboard-page-root .stat-icon{font-size:1.5rem;margin-bottom:.5rem}.producer-dashboard-page-root .stat-value{font-family:Rajdhani,sans-serif;font-size:2rem;font-weight:700;color:var(--accent)}.producer-dashboard-page-root .stat-label{font-size:.8rem;color:var(--text-dim)}.producer-dashboard-page-root .btn{padding:.6rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;gap:.5rem}.producer-dashboard-page-root .btn-primary{background:linear-gradient(135deg,var(--accent) 0%,#059669 100%);color:#000}.producer-dashboard-page-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #10b98166}.producer-dashboard-page-root .btn-secondary{background:var(--bg-card-alt);border:1px solid var(--border);color:var(--text)}.producer-dashboard-page-root .btn-secondary:hover{border-color:var(--accent)}.producer-dashboard-page-root .btn-sm{padding:.4rem .8rem;font-size:.75rem}.producer-dashboard-page-root .tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.producer-dashboard-page-root .tool-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s}.producer-dashboard-page-root .tool-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.producer-dashboard-page-root .tool-icon{font-size:2rem;margin-bottom:.75rem}.producer-dashboard-page-root .tool-title{font-weight:600;font-size:1.1rem;margin-bottom:.5rem}.producer-dashboard-page-root .tool-description{color:var(--text-dim);font-size:.85rem;line-height:1.4}.producer-dashboard-page-root .msg-thread{padding:1rem}.producer-dashboard-page-root .msg-item{display:flex;gap:.75rem;margin-bottom:1.25rem}.producer-dashboard-page-root .msg-item.announcement{background:#00d4aa0d;padding:1rem;border-radius:8px;border-left:3px solid var(--accent)}.producer-dashboard-page-root .msg-avatar{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.producer-dashboard-page-root .msg-content{flex:1;min-width:0}.producer-dashboard-page-root .msg-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.producer-dashboard-page-root .msg-sender{font-weight:600;font-size:.9rem}.producer-dashboard-page-root .msg-time{font-size:.7rem;color:var(--text-dim)}.producer-dashboard-page-root .msg-body{font-size:.9rem;line-height:1.5;color:var(--text)}.producer-dashboard-page-root .msg-body a{color:var(--accent)}.producer-dashboard-page-root .form-row{display:flex;gap:1rem;flex-wrap:wrap}.producer-dashboard-page-root .form-group{display:flex;flex-direction:column;gap:.4rem;min-width:180px}.producer-dashboard-page-root .form-label{font-size:.85rem;color:var(--text-dim)}.producer-dashboard-page-root .form-input,.producer-dashboard-page-root .form-select,.producer-dashboard-page-root .form-textarea{background:var(--bg-dark);border:1px solid var(--border);color:var(--text);padding:.6rem;border-radius:8px}.producer-dashboard-page-root .form-input:focus,.producer-dashboard-page-root .form-select:focus,.producer-dashboard-page-root .form-textarea:focus{outline:none;border-color:var(--accent)}.producer-dashboard-page-root .table-container{overflow-x:auto;border-radius:8px;border:1px solid var(--border)}.producer-dashboard-page-root table{width:100%;border-collapse:collapse}.producer-dashboard-page-root th,.producer-dashboard-page-root td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.producer-dashboard-page-root th{background:var(--bg-dark);font-size:.75rem;font-weight:600;color:var(--text-dim);text-transform:uppercase}.producer-dashboard-page-root tbody tr:hover{background:#10b9810d}.producer-dashboard-page-root .btn-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:1px solid rgba(245,158,11,.2)}.producer-dashboard-page-root .btn-warning:hover{box-shadow:0 4px 12px #f59e0b33;transform:translateY(-1px)}.producer-dashboard-page-root .hidden{display:none!important}.producer-dashboard-page-root .loading{text-align:center;padding:2rem;color:var(--text-dim)}.producer-dashboard-page-root .btn-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.15);border-top-color:var(--text);border-radius:50%;display:inline-block;margin-right:.5rem;vertical-align:middle;animation:spin 1s linear infinite}.producer-dashboard-page-root #aboutMeEditor .ql-editor{min-height:120px}.producer-dashboard-page-root .ql-toolbar.ql-snow{border-color:var(--border);border-radius:8px 8px 0 0}.producer-dashboard-page-root .ql-container.ql-snow{border-color:var(--border)}.producer-dashboard-page-root .hamburger-btn{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.4rem;border-radius:6px;line-height:1}.producer-dashboard-page-root .hamburger-btn:hover{background:var(--bg-card-alt)}.producer-dashboard-page-root .sidebar-overlay{display:none}@media (max-width: 900px){.producer-dashboard-page-root .hamburger-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.producer-dashboard-page-root .sidebar{position:fixed;left:0;top:0;height:100vh;width:240px;z-index:300;transform:translate(-100%);transition:transform .24s ease-in-out}.producer-dashboard-page-root .sidebar.mobile-open{transform:translate(0);box-shadow:0 12px 40px #00000080}.producer-dashboard-page-root .sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:299}.producer-dashboard-page-root .main-container{flex-direction:column}.producer-dashboard-page-root .header{padding:.5rem .75rem;overflow:visible}.producer-dashboard-page-root .header-right{gap:.4rem}.producer-dashboard-page-root .logo{display:none}.producer-dashboard-page-root .user-menu>span{display:none}.producer-dashboard-page-root .user-menu{gap:.4rem}.producer-dashboard-page-root .avatar{width:30px;height:30px;font-size:.75rem}.producer-dashboard-page-root .btn-logout{padding:.35rem .6rem;font-size:.75rem}.producer-dashboard-page-root .header-right button[style]{padding:.35rem .6rem!important;font-size:.8rem!important;gap:5px!important}.producer-dashboard-page-root .content{padding:1rem;overflow:hidden}.producer-dashboard-page-root .stats-grid{grid-template-columns:repeat(2,1fr)}.producer-dashboard-page-root .tools-grid{grid-template-columns:1fr}.producer-dashboard-page-root .form-row{flex-direction:column}.producer-dashboard-page-root .form-group{min-width:unset;width:100%}.producer-dashboard-page-root .table-container{margin-left:-1rem;margin-right:-1rem;border-radius:0;border-left:none;border-right:none}}@media (max-width: 480px){.producer-dashboard-page-root .stats-grid{grid-template-columns:1fr}}body.light-mode .producer-dashboard-page-root{--bg-dark: #f7fafc;--bg-card: #ffffff;--bg-card-alt: #f3f4f6;--bg-hover: rgba(15, 23, 42, .05);--border: #e2e8f0;--accent: #0ea5a0;--accent-dim: #0b7a6b;--warning: #f59e0b;--danger: #ef4444;--success: #0ea5a0;--text: #0f172a;--text-dim: #475569;--blue: #2563eb;--purple: #7c3aed;--red: #ef4444;background:linear-gradient(135deg,#f7fafc,#fff)}body.light-mode .producer-dashboard-page-root .sidebar{background:linear-gradient(180deg,#eef2ff,#f8fafc);border-right-color:var(--border)}body.light-mode .producer-dashboard-page-root .header{background:linear-gradient(135deg,#eef2ff,#f8fafc);border-bottom-color:var(--border)}body.light-mode .producer-dashboard-page-root .btn-primary{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;border:1px solid rgba(37,99,235,.12)}body.light-mode .producer-dashboard-page-root .btn-primary:hover{box-shadow:0 6px 20px #2563eb1f;transform:translateY(-2px)}.tec-toast-container{position:fixed;bottom:20px;right:20px;z-index:100000;display:flex;flex-direction:column-reverse;gap:10px;pointer-events:none}.tec-toast{min-width:250px;max-width:350px;background:#222;color:#fff;border-radius:8px;box-shadow:0 2px 8px #0003;padding:16px 20px;font-size:1rem;opacity:0;transform:translateY(20px);transition:opacity .3s,transform .3s;pointer-events:auto;border-left:6px solid #2196f3}.tec-toast-success{border-left-color:#4caf50}.tec-toast-error{border-left-color:#f44336}.tec-toast-info{border-left-color:#2196f3}.tec-toast-show{opacity:1;transform:translateY(0)}@media (max-width: 600px){.tec-toast-container{left:10px;right:10px;bottom:10px}.tec-toast{min-width:unset;max-width:none;width:100%}}body:has(.caster-dashboard-page-root){display:block!important;align-items:stretch!important;justify-content:flex-start!important;padding:0!important;margin:0!important}.caster-dashboard-page-root{--bg-dark: #0a0e17;--bg-card: #111827;--bg-card-alt: #1e293b;--bg-hover: rgba(255, 255, 255, .03);--border: #1e3a5f;--accent: #10b981;--accent-dim: #065f46;--warning: #f59e0b;--danger: #ef4444;--success: #10b981;--text: #f1f5f9;--text-dim: #64748b;--blue: #3b82f6;--purple: #8b5cf6;--red: #ef4444;font-family:Open Sans,sans-serif;background:linear-gradient(135deg,#0a0e17,#1a1a2e);min-height:100vh;color:var(--text)}.caster-dashboard-page-root *{margin:0;padding:0;box-sizing:border-box}body:not(.tcc-ready) .caster-dashboard-page-root .header,body:not(.tcc-ready) .caster-dashboard-page-root .sidebar,body:not(.tcc-ready) .caster-dashboard-page-root .main-container{visibility:hidden;opacity:0}.caster-dashboard-page-root .header{background:linear-gradient(135deg,#0f3460,#1a1a2e);padding:.45rem 1.25rem;height:56px;min-height:56px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);overflow:hidden}.caster-dashboard-page-root .header>*{flex:0 1 auto;min-width:0}.caster-dashboard-page-root .logo{display:flex;align-items:center;gap:.75rem}.caster-dashboard-page-root .logo-icon{font-size:1.75rem}.caster-dashboard-page-root .logo-text{font-family:Rajdhani,sans-serif;font-size:1.12rem;font-weight:700;line-height:1;max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.caster-dashboard-page-root .logo-sub{font-size:.7rem;color:var(--accent);text-transform:uppercase;letter-spacing:1px}.caster-dashboard-page-root .header-right{display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap}.caster-dashboard-page-root .user-menu{display:flex;align-items:center;gap:.75rem}.caster-dashboard-page-root .avatar{width:36px;height:36px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#000;font-size:.85rem}.caster-dashboard-page-root .btn-logout{background:var(--bg-card-alt);border:1px solid var(--border);color:var(--text);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.8rem}.caster-dashboard-page-root .btn-logout:hover{border-color:var(--danger);color:var(--danger)}.caster-dashboard-page-root .main-container{display:flex;min-height:calc(100vh - 56px)}.caster-dashboard-page-root .sidebar{width:240px;background:var(--bg-card);border-right:1px solid var(--border);padding:1.25rem 0}.caster-dashboard-page-root .nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;color:var(--text-dim);cursor:pointer;transition:all .2s;border-left:3px solid transparent}.caster-dashboard-page-root .nav-item:hover{background:var(--bg-card-alt);color:var(--text)}.caster-dashboard-page-root .nav-item.active{background:var(--bg-card-alt);color:var(--accent);border-left-color:var(--accent)}.caster-dashboard-page-root .nav-icon{font-size:1.25rem;width:28px;text-align:center}.caster-dashboard-page-root .nav-label{font-size:.9rem;font-weight:500}.caster-dashboard-page-root .nav-section{padding:.5rem 1.5rem;font-size:.7rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;margin-top:1.5rem}.caster-dashboard-page-root .nav-badge{background:var(--danger);color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:10px;margin-left:auto}.caster-dashboard-page-root .content{flex:1;padding:1.5rem;overflow-y:auto}.caster-dashboard-page-root .page-title{font-family:Rajdhani,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.caster-dashboard-page-root .page-subtitle{color:var(--text-dim);margin-bottom:1.5rem}.caster-dashboard-page-root .card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.caster-dashboard-page-root .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.caster-dashboard-page-root .card-title{font-family:Rajdhani,sans-serif;font-size:1.25rem;font-weight:600}.caster-dashboard-page-root .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.caster-dashboard-page-root .stat-card{background:linear-gradient(315deg,var(--bg-card-alt) 0%,var(--bg-card) 100%);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.caster-dashboard-page-root .stat-card.highlight{border-color:var(--accent);background:linear-gradient(315deg,var(--accent-dim) 0%,var(--bg-card) 100%)}.caster-dashboard-page-root .stat-icon{font-size:1.5rem;margin-bottom:.5rem}.caster-dashboard-page-root .stat-value{font-family:Rajdhani,sans-serif;font-size:2rem;font-weight:700;color:var(--accent)}.caster-dashboard-page-root .stat-label{font-size:.8rem;color:var(--text-dim)}.caster-dashboard-page-root .btn{padding:.6rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;gap:.5rem}.caster-dashboard-page-root .btn-primary{background:linear-gradient(135deg,var(--accent) 0%,#059669 100%);color:#000}.caster-dashboard-page-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #10b98166}.caster-dashboard-page-root .btn-secondary{background:var(--bg-card-alt);border:1px solid var(--border);color:var(--text)}.caster-dashboard-page-root .btn-secondary:hover{border-color:var(--accent)}.caster-dashboard-page-root .btn-sm{padding:.4rem .8rem;font-size:.75rem}.caster-dashboard-page-root .tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.caster-dashboard-page-root .tool-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s}.caster-dashboard-page-root .tool-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.caster-dashboard-page-root .tool-icon{font-size:2rem;margin-bottom:.75rem}.caster-dashboard-page-root .tool-title{font-weight:600;font-size:1.1rem;margin-bottom:.5rem}.caster-dashboard-page-root .tool-description{color:var(--text-dim);font-size:.85rem;line-height:1.4}.caster-dashboard-page-root .msg-thread{padding:1rem}.caster-dashboard-page-root .msg-item{display:flex;gap:.75rem;margin-bottom:1.25rem}.caster-dashboard-page-root .msg-item.announcement{background:#00d4aa0d;padding:1rem;border-radius:8px;border-left:3px solid var(--accent)}.caster-dashboard-page-root .msg-avatar{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.caster-dashboard-page-root .msg-content{flex:1;min-width:0}.caster-dashboard-page-root .msg-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.caster-dashboard-page-root .msg-sender{font-weight:600;font-size:.9rem}.caster-dashboard-page-root .msg-time{font-size:.7rem;color:var(--text-dim)}.caster-dashboard-page-root .msg-body{font-size:.9rem;line-height:1.5;color:var(--text)}.caster-dashboard-page-root .msg-body a{color:var(--accent)}.caster-dashboard-page-root .form-row{display:flex;gap:1rem;flex-wrap:wrap}.caster-dashboard-page-root .form-group{display:flex;flex-direction:column;gap:.4rem;min-width:180px}.caster-dashboard-page-root .form-label{font-size:.85rem;color:var(--text-dim)}.caster-dashboard-page-root .form-input,.caster-dashboard-page-root .form-select,.caster-dashboard-page-root .form-textarea{background:var(--bg-dark);border:1px solid var(--border);color:var(--text);padding:.6rem;border-radius:8px}.caster-dashboard-page-root .form-input:focus,.caster-dashboard-page-root .form-select:focus,.caster-dashboard-page-root .form-textarea:focus{outline:none;border-color:var(--accent)}.caster-dashboard-page-root .table-container{overflow-x:auto;border-radius:8px;border:1px solid var(--border)}.caster-dashboard-page-root table{width:100%;border-collapse:collapse}.caster-dashboard-page-root th,.caster-dashboard-page-root td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.caster-dashboard-page-root th{background:var(--bg-dark);font-size:.75rem;font-weight:600;color:var(--text-dim);text-transform:uppercase}.caster-dashboard-page-root tbody tr:hover{background:#10b9810d}.caster-dashboard-page-root .btn-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:1px solid rgba(245,158,11,.2)}.caster-dashboard-page-root .btn-warning:hover{box-shadow:0 4px 12px #f59e0b33;transform:translateY(-1px)}.caster-dashboard-page-root .hidden{display:none!important}.caster-dashboard-page-root .loading{text-align:center;padding:2rem;color:var(--text-dim)}.caster-dashboard-page-root .btn-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.15);border-top-color:var(--text);border-radius:50%;display:inline-block;margin-right:.5rem;vertical-align:middle;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.caster-dashboard-page-root #aboutMeEditor .ql-editor{min-height:120px}.caster-dashboard-page-root .ql-toolbar.ql-snow{border-color:var(--border);border-radius:8px 8px 0 0}.caster-dashboard-page-root .ql-container.ql-snow{border-color:var(--border)}.caster-dashboard-page-root .hamburger-btn{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.4rem;border-radius:6px;line-height:1}.caster-dashboard-page-root .hamburger-btn:hover{background:var(--bg-card-alt)}.caster-dashboard-page-root .sidebar-overlay{display:none}@media (max-width: 900px){.caster-dashboard-page-root .hamburger-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.caster-dashboard-page-root .sidebar{position:fixed;left:0;top:0;height:100vh;width:240px;z-index:300;transform:translate(-100%);transition:transform .24s ease-in-out}.caster-dashboard-page-root .sidebar.mobile-open{transform:translate(0);box-shadow:0 12px 40px #00000080}.caster-dashboard-page-root .sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:299}.caster-dashboard-page-root .main-container{flex-direction:column}.caster-dashboard-page-root .header{padding:.5rem .75rem;overflow:visible}.caster-dashboard-page-root .header-right{gap:.4rem}.caster-dashboard-page-root .logo{display:none}.caster-dashboard-page-root .user-menu>span{display:none}.caster-dashboard-page-root .user-menu{gap:.4rem}.caster-dashboard-page-root .avatar{width:30px;height:30px;font-size:.75rem}.caster-dashboard-page-root .btn-logout{padding:.35rem .6rem;font-size:.75rem}.caster-dashboard-page-root .header-right button[style]{padding:.35rem .6rem!important;font-size:.8rem!important;gap:5px!important}.caster-dashboard-page-root .content{padding:1rem;overflow:hidden}.caster-dashboard-page-root .stats-grid{grid-template-columns:repeat(2,1fr)}.caster-dashboard-page-root .tools-grid{grid-template-columns:1fr}.caster-dashboard-page-root .form-row{flex-direction:column}.caster-dashboard-page-root .form-group{min-width:unset;width:100%}.caster-dashboard-page-root .table-container{margin-left:-1rem;margin-right:-1rem;border-radius:0;border-left:none;border-right:none}}@media (max-width: 480px){.caster-dashboard-page-root .stats-grid{grid-template-columns:1fr}}body.light-mode .caster-dashboard-page-root{--bg-dark: #f7fafc;--bg-card: #ffffff;--bg-card-alt: #f3f4f6;--bg-hover: rgba(15, 23, 42, .05);--border: #e2e8f0;--accent: #0ea5a0;--accent-dim: #0b7a6b;--warning: #f59e0b;--danger: #ef4444;--success: #0ea5a0;--text: #0f172a;--text-dim: #475569;--blue: #2563eb;--purple: #7c3aed;--red: #ef4444;background:linear-gradient(135deg,#f7fafc,#fff)}body.light-mode .caster-dashboard-page-root .sidebar{background:linear-gradient(180deg,#eef2ff,#f8fafc);border-right-color:var(--border)}body.light-mode .caster-dashboard-page-root .header{background:linear-gradient(135deg,#eef2ff,#f8fafc);border-bottom-color:var(--border)}body.light-mode .caster-dashboard-page-root .btn-primary{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;border:1px solid rgba(37,99,235,.12)}body.light-mode .caster-dashboard-page-root .btn-primary:hover{box-shadow:0 6px 20px #2563eb1f;transform:translateY(-2px)}body:has(.coach-dashboard-page-root){display:block!important;align-items:stretch!important;justify-content:flex-start!important;padding:0!important;margin:0!important}.coach-dashboard-page-root{--bg-dark: #0a0e17;--bg-card: #111827;--bg-card-alt: #1e293b;--border: #1e3a5f;--accent: #10b981;--accent-dim: #065f46;--warning: #f59e0b;--danger: #ef4444;--text: #f1f5f9;--text-dim: #64748b;--blue: #3b82f6;--jersey-preview-bg: #1a1a2e;font-family:Open Sans,sans-serif;background:linear-gradient(135deg,#0a0e17,#1a1a2e);min-height:100vh;color:var(--text)}.coach-dashboard-page-root *{margin:0;padding:0;box-sizing:border-box}body:not(.tcc-ready) .coach-dashboard-page-root .header,body:not(.tcc-ready) .coach-dashboard-page-root .sidebar,body:not(.tcc-ready) .coach-dashboard-page-root .main-container{visibility:hidden;opacity:0}.coach-dashboard-page-root .header{background:linear-gradient(135deg,#0f3460,#1a1a2e);padding:.45rem 1.25rem;height:auto;min-height:56px;display:flex;align-items:center;position:relative;z-index:100;overflow:visible;justify-content:space-between;border-bottom:1px solid var(--border);flex-wrap:nowrap}.coach-dashboard-page-root .logo{display:flex;align-items:center;gap:.75rem}.coach-dashboard-page-root .logo-icon{font-size:1.75rem}.coach-dashboard-page-root .logo-text{font-family:Rajdhani,sans-serif;font-size:1.28rem;font-weight:700;line-height:1}.coach-dashboard-page-root .logo-sub{font-size:.7rem;color:var(--accent);text-transform:uppercase;letter-spacing:1px}.coach-dashboard-page-root .header-right{display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap;position:relative;z-index:101;overflow:visible}.coach-dashboard-page-root .school-badge{background:var(--bg-card-alt);padding:.35rem .75rem;border-radius:8px;font-size:.82rem;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coach-dashboard-page-root .school-badge strong{color:var(--accent)}.coach-dashboard-page-root .school-code-box{background:var(--bg-card-alt);border-radius:8px;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;position:relative;min-width:180px;-webkit-user-select:none;user-select:none;overflow:visible}.coach-dashboard-page-root .school-code-label{font-size:.85rem;color:var(--text-dim);line-height:20px;display:inline-flex;align-items:center}.coach-dashboard-page-root .school-code-value{font-family:monospace;font-size:1.1rem;letter-spacing:.1em;color:var(--text);cursor:pointer;line-height:20px;display:inline-flex;align-items:center}.coach-dashboard-page-root .school-code-copy{margin-left:.5rem;position:relative;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);line-height:1;height:20px;width:20px}.coach-dashboard-page-root .school-code-copy svg{display:block;width:20px;height:20px}.coach-dashboard-page-root .school-code-refresh-wrapper{margin-left:.5rem;position:relative;display:inline-flex;align-items:center;justify-content:center;line-height:1}.coach-dashboard-page-root .school-code-refresh{color:var(--accent);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;height:20px;width:20px}.coach-dashboard-page-root .refresh-icon{display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;width:20px;height:20px}.coach-dashboard-page-root .school-code-copy-hint{z-index:99999!important;pointer-events:none!important}.coach-dashboard-page-root .user-menu{display:flex;align-items:center;gap:.75rem}.coach-dashboard-page-root .avatar{width:36px;height:36px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#000;font-size:.85rem}.coach-dashboard-page-root .btn-logout{background:var(--bg-card-alt);border:1px solid var(--border);color:var(--text);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.8rem}.coach-dashboard-page-root .btn-logout:hover{border-color:var(--danger);color:var(--danger)}.coach-dashboard-page-root .main-container{display:flex;min-height:calc(100vh - 56px)}.coach-dashboard-page-root .sidebar{width:240px;background:var(--bg-card);border-right:1px solid var(--border);padding:1.5rem 0}.coach-dashboard-page-root .nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:var(--text-dim);cursor:pointer;transition:all .2s;border-left:3px solid transparent}.coach-dashboard-page-root .nav-item:hover{background:var(--bg-card-alt);color:var(--text)}.coach-dashboard-page-root .nav-item.active{background:var(--bg-card-alt);color:var(--accent);border-left-color:var(--accent)}.coach-dashboard-page-root .nav-icon{font-size:1.25rem;width:28px;text-align:center}.coach-dashboard-page-root .nav-label{font-size:.9rem;font-weight:500}.coach-dashboard-page-root .nav-section{padding:.5rem 1.5rem;font-size:.7rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;margin-top:1.5rem}.coach-dashboard-page-root .nav-badge{background:var(--danger);color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:10px;margin-left:auto}.coach-dashboard-page-root .content{flex:1;padding:1.5rem;overflow-y:auto}.coach-dashboard-page-root .page-title{font-family:Rajdhani,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.coach-dashboard-page-root .page-subtitle{color:var(--text-dim);margin-bottom:1.5rem}.coach-dashboard-page-root .card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.coach-dashboard-page-root .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.coach-dashboard-page-root .card-title{font-family:Rajdhani,sans-serif;font-size:1.25rem;font-weight:600}.coach-dashboard-page-root .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.coach-dashboard-page-root .stat-card{background:linear-gradient(315deg,var(--bg-card-alt) 0%,var(--bg-card) 100%);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.coach-dashboard-page-root .stat-card.highlight{border-color:var(--accent);background:linear-gradient(315deg,var(--accent-dim) 0%,var(--bg-card) 100%)}.coach-dashboard-page-root .stat-icon{font-size:1.5rem;margin-bottom:.5rem}.coach-dashboard-page-root .stat-value{font-family:Rajdhani,sans-serif;font-size:2rem;font-weight:700;color:var(--accent)}.coach-dashboard-page-root .stat-label{font-size:.8rem;color:var(--text-dim)}.coach-dashboard-page-root .btn{padding:.6rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;gap:.5rem}.coach-dashboard-page-root .btn-primary{background:linear-gradient(135deg,var(--accent) 0%,#059669 100%);color:#000}.coach-dashboard-page-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #10b98166}.coach-dashboard-page-root .btn-secondary{background:var(--bg-card-alt);border:1px solid var(--border);color:var(--text)}.coach-dashboard-page-root .btn-secondary:hover{border-color:var(--accent)}.coach-dashboard-page-root .btn-sm{padding:.4rem .8rem;font-size:.75rem}.coach-dashboard-page-root .teams-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.coach-dashboard-page-root .team-roster-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.coach-dashboard-page-root .team-roster-card-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.coach-dashboard-page-root .team-roster-card-title{font-family:Rajdhani,sans-serif;font-size:1.15rem;font-weight:700;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.coach-dashboard-page-root .team-roster-card-school{font-size:.8rem;color:var(--text-dim)}.coach-dashboard-page-root .team-roster-card-body{padding:1rem 1.25rem}.coach-dashboard-page-root .roster-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.75rem;font-weight:600}.coach-dashboard-page-root .roster-player{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid var(--border)}.coach-dashboard-page-root .roster-player:last-child{border-bottom:none}.coach-dashboard-page-root .player-name{flex:1;font-weight:500}.coach-dashboard-page-root .player-gamertag{color:var(--accent);font-size:.85rem}.coach-dashboard-page-root .div-badge{padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:700}.coach-dashboard-page-root .div-badge.d1{background:#3b82f6;color:#fff}.coach-dashboard-page-root .div-badge.d2{background:#f59e0b;color:#fff}.coach-dashboard-page-root .div-badge.d3{background:#10b981;color:#fff}.coach-dashboard-page-root .game-badge{padding:.2rem .5rem;background:var(--bg-card-alt);border-radius:4px;font-size:.7rem;color:var(--text-dim)}.coach-dashboard-page-root .msg-thread{padding:1rem}.coach-dashboard-page-root .msg-item{display:flex;gap:.75rem;margin-bottom:1.25rem}.coach-dashboard-page-root .msg-item.announcement{background:#00d4aa0d;padding:1rem;border-radius:8px;border-left:3px solid var(--accent)}.coach-dashboard-page-root .msg-avatar{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.coach-dashboard-page-root .msg-content{flex:1;min-width:0}.coach-dashboard-page-root .msg-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.coach-dashboard-page-root .msg-sender{font-weight:600;font-size:.9rem}.coach-dashboard-page-root .msg-time{font-size:.7rem;color:var(--text-dim)}.coach-dashboard-page-root .msg-body{font-size:.9rem;line-height:1.5;color:var(--text)}.coach-dashboard-page-root .resource-content{line-height:1.8}.coach-dashboard-page-root .resource-content h4{color:var(--accent);margin:1.5rem 0 .75rem;font-size:1rem}.coach-dashboard-page-root .resource-content h4:first-child{margin-top:0}.coach-dashboard-page-root .resource-content ul,.coach-dashboard-page-root .resource-content ol{margin-left:1.5rem;margin-bottom:1rem}.coach-dashboard-page-root .resource-content li{margin-bottom:.5rem;color:var(--text-dim)}.coach-dashboard-page-root .resource-content li strong{color:var(--text)}.coach-dashboard-page-root .resource-content p{color:var(--text-dim);margin-bottom:1rem}.coach-dashboard-page-root .form-row{display:flex;gap:1rem;flex-wrap:wrap}.coach-dashboard-page-root .form-group{display:flex;flex-direction:column;gap:.4rem;min-width:180px}.coach-dashboard-page-root .form-label{font-size:.85rem;color:var(--text-dim)}.coach-dashboard-page-root .form-input,.coach-dashboard-page-root .form-select,.coach-dashboard-page-root .form-textarea{background:var(--bg-dark);border:1px solid var(--border);color:var(--text);padding:.6rem;border-radius:8px}.coach-dashboard-page-root .form-input:focus,.coach-dashboard-page-root .form-select:focus,.coach-dashboard-page-root .form-textarea:focus{outline:none;border-color:var(--accent)}.coach-dashboard-page-root .table-container{overflow-x:auto;border-radius:8px;border:1px solid var(--border)}.coach-dashboard-page-root table,.coach-dashboard-page-root .data-table{width:100%;border-collapse:collapse}.coach-dashboard-page-root th,.coach-dashboard-page-root td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.coach-dashboard-page-root th{background:var(--bg-dark);font-size:.75rem;font-weight:600;color:var(--text-dim);text-transform:uppercase}.coach-dashboard-page-root tr:hover{background:#10b9810d}.coach-dashboard-page-root .alert{padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem}.coach-dashboard-page-root .alert-info{background:#3b82f61a;border:1px solid var(--blue)}.coach-dashboard-page-root .alert-warning{background:#f59e0b1a;border:1px solid var(--warning)}.coach-dashboard-page-root .alert-success{background:#10b9811a;border:1px solid var(--accent)}.coach-dashboard-page-root .alert-icon{font-size:1.25rem}.coach-dashboard-page-root .alert-content{flex:1}.coach-dashboard-page-root .alert-title{font-weight:600;margin-bottom:.25rem}.coach-dashboard-page-root .alert-text{font-size:.85rem;color:var(--text-dim)}.coach-dashboard-page-root .badge{display:inline-flex;padding:.25rem .6rem;border-radius:20px;font-size:.7rem;font-weight:600}.coach-dashboard-page-root .badge-active{background:var(--accent-dim);color:var(--accent)}.coach-dashboard-page-root .badge-pending{background:#f59e0b33;color:var(--warning)}.coach-dashboard-page-root .badge-inactive{background:#64748b33;color:var(--text-dim)}.coach-dashboard-page-root .badge-rejected{background:#dc262633;color:#ef4444}.coach-dashboard-page-root .reg-info-box{padding:.6rem .75rem;background:linear-gradient(180deg,rgba(255,255,255,.01),transparent);border-radius:8px;color:var(--text);font-weight:600;border-left:4px solid rgba(16,185,129,.12);box-shadow:0 1px #00000040 inset}.coach-dashboard-page-root .bulkadd-selected-games-list .bulk-game-item,.coach-dashboard-page-root .bulkadd-selected-game-row .bulk-game-item{display:grid;grid-template-columns:28px 1fr 220px;gap:.5rem;align-items:center;padding:.35rem .5rem;border-radius:6px;background:var(--bg);border:1px solid var(--border);margin-bottom:.4rem}.coach-dashboard-page-root .bulk-game-item .remove-btn{cursor:pointer;color:#c00;font-weight:700;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.coach-dashboard-page-root .bulk-game-item .game-label{min-width:110px;font-weight:600;color:var(--text)}.coach-dashboard-page-root .bulk-game-item .ig-input{width:100%;padding:.4rem;font-size:.85rem;border-radius:6px;background:var(--bg-dark);border:1px solid var(--border);color:var(--text);box-sizing:border-box}.coach-dashboard-page-root .bulk-game-item .team-select{width:100%;max-width:220px;box-sizing:border-box;justify-self:end}.coach-dashboard-page-root .bulk-game-item .right-column{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.coach-dashboard-page-root .bulk-game-item .right-column .ig-input{width:200px}.coach-dashboard-page-root .qe-ig-hint{position:absolute;top:100%;left:0;font-size:.7rem;color:var(--text-dim);background:var(--bg-dark);padding:.25rem .5rem;border-radius:4px;border:1px solid var(--border);margin-top:.25rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;z-index:10}.coach-dashboard-page-root .qe-ig-hint.visible{opacity:1}.coach-dashboard-page-root .hidden{display:none!important}.coach-dashboard-page-root .loading{text-align:center;padding:2rem;color:var(--text-dim)}.coach-dashboard-page-root .hamburger-btn{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.4rem;border-radius:6px;line-height:1}.coach-dashboard-page-root .hamburger-btn:hover{background:var(--bg-card-alt)}.coach-dashboard-page-root .sidebar-overlay{display:none}@media (max-width: 900px){.coach-dashboard-page-root .hamburger-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.coach-dashboard-page-root .sidebar{position:fixed;left:0;top:0;height:100vh;width:240px;z-index:300;transform:translate(-100%);transition:transform .24s ease-in-out}.coach-dashboard-page-root .sidebar.mobile-open{transform:translate(0);box-shadow:0 12px 40px #00000080}.coach-dashboard-page-root .sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:299}.coach-dashboard-page-root .main-container{flex-direction:column}.coach-dashboard-page-root .header{padding:.5rem .75rem}.coach-dashboard-page-root .header-right{gap:.4rem}.coach-dashboard-page-root .school-badge,.coach-dashboard-page-root .school-code-box,.coach-dashboard-page-root .logo{display:none}.coach-dashboard-page-root .user-menu>span{display:none}.coach-dashboard-page-root .user-menu{gap:.4rem}.coach-dashboard-page-root .avatar{width:30px;height:30px;font-size:.75rem}.coach-dashboard-page-root .btn-logout{padding:.35rem .6rem;font-size:.75rem}.coach-dashboard-page-root .content{padding:1rem;overflow:hidden}.coach-dashboard-page-root .stats-grid{grid-template-columns:repeat(2,1fr)}.coach-dashboard-page-root .teams-card-grid{grid-template-columns:1fr}.coach-dashboard-page-root .form-row{flex-direction:column}.coach-dashboard-page-root .form-group{min-width:unset;width:100%}.coach-dashboard-page-root .table-container{margin-left:-1rem;margin-right:-1rem;border-radius:0;border-left:none;border-right:none}.coach-dashboard-page-root .chat-layout{grid-template-columns:1fr!important;height:auto!important}.coach-dashboard-page-root .chat-layout>.card{max-height:50vh}.coach-dashboard-page-root .msg-coaches-layout{grid-template-columns:1fr!important}.coach-dashboard-page-root .division-cards-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 480px){.coach-dashboard-page-root .stats-grid{grid-template-columns:1fr}.coach-dashboard-page-root .division-cards-grid{grid-template-columns:1fr!important}}.coach-dashboard-page-root .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.coach-dashboard-page-root .modal-content{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.coach-dashboard-page-root .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border)}.coach-dashboard-page-root .modal-header h3{font-family:Rajdhani,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text)}.coach-dashboard-page-root .modal-close{background:none;border:none;color:var(--text-dim);font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.coach-dashboard-page-root .modal-close:hover{background:var(--bg-hover);color:var(--text)}.coach-dashboard-page-root .modal-body{padding:1.5rem}.coach-dashboard-page-root .modal-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid var(--border);justify-content:flex-end}.coach-dashboard-page-root .rule-tabs{display:flex;gap:.5rem;align-items:center;justify-content:center;margin-bottom:.9rem}.coach-dashboard-page-root .rule-tab{padding:.55rem .9rem;border-radius:8px;background:#ffffff03;border:1px solid rgba(255,255,255,.03);color:var(--text);cursor:pointer;font-weight:700;transition:background .22s ease,box-shadow .22s ease,transform .16s ease}.coach-dashboard-page-root .rule-tab:focus{outline:2px solid rgba(59,130,246,.18)}.coach-dashboard-page-root .rule-tab.active{background:linear-gradient(90deg,#10b9812e,#3b82f61f);border-color:#10b98129;color:var(--text);box-shadow:0 10px 28px #02061761;transform:translateY(-3px)}.coach-dashboard-page-root #view-resource-rulebook{--card-pad: 1.35rem;max-width:1140px;margin:0 auto;padding:0 1.5rem}.coach-dashboard-page-root #view-resource-rulebook .toc{background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);border:1px solid var(--border);padding:1rem;border-radius:10px;width:100%;max-width:none}.coach-dashboard-page-root #view-resource-rulebook .toc h2{font-size:1.05rem;margin-bottom:.5rem;color:var(--accent)}.coach-dashboard-page-root #view-resource-rulebook .toc ul{display:flex;flex-direction:column;gap:.6rem;list-style:none;padding:0;margin:0}.coach-dashboard-page-root #view-resource-rulebook .toc-grid li,.coach-dashboard-page-root #view-resource-rulebook .toc-list li{background:#ffffff05;padding:.45rem .7rem;border-radius:8px;border:1px solid rgba(255,255,255,.03)}.coach-dashboard-page-root #view-resource-rulebook .toc-grid li{min-width:200px;padding:.6rem .9rem}.coach-dashboard-page-root #view-resource-rulebook .toc-list li{margin-bottom:.45rem}.coach-dashboard-page-root #view-resource-rulebook .toc a{color:var(--text);text-decoration:none;font-weight:600;font-size:.9rem}.coach-dashboard-page-root #view-resource-rulebook .toc a:hover{color:var(--accent);text-decoration:underline}.coach-dashboard-page-root #view-resource-rulebook .section{margin-bottom:1.25rem;padding:.9rem;background:linear-gradient(180deg,rgba(255,255,255,.01),transparent);border-radius:10px;border:1px solid var(--border)}.coach-dashboard-page-root #view-resource-rulebook .definition-list{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.coach-dashboard-page-root #view-resource-rulebook .definition-item{background:#ffffff03;padding:.6rem;border-radius:8px;border:1px solid rgba(255,255,255,.03)}.coach-dashboard-page-root #view-resource-rulebook .definition-term{font-weight:700;color:var(--accent);display:block;margin-bottom:.25rem}.coach-dashboard-page-root #view-resource-rulebook .definition-desc{color:var(--text-dim)}.coach-dashboard-page-root #view-resource-rulebook .highlight-box,.coach-dashboard-page-root #view-resource-rulebook .warning-box,.coach-dashboard-page-root #view-resource-rulebook .danger-box{padding:.8rem;border-radius:8px;margin:.75rem 0}.coach-dashboard-page-root #view-resource-rulebook .highlight-box{background:linear-gradient(90deg,#10b9810f,#3b82f608);border:1px solid rgba(16,185,129,.06)}.coach-dashboard-page-root #view-resource-rulebook .warning-box{background:linear-gradient(90deg,#f59e0b0f,#ef444405);border:1px solid rgba(245,158,11,.06)}.coach-dashboard-page-root #view-resource-rulebook .danger-box{background:linear-gradient(90deg,#ef44440f,#ef444408);border:1px solid rgba(239,68,68,.08)}.coach-dashboard-page-root #view-resource-rulebook .highlight-box strong,.coach-dashboard-page-root #view-resource-rulebook .warning-box strong,.coach-dashboard-page-root #view-resource-rulebook .danger-box strong{color:var(--text)}.coach-dashboard-page-root #view-resource-rulebook .game-header{display:flex;gap:.75rem;align-items:center;margin-bottom:.5rem}.coach-dashboard-page-root #view-resource-rulebook .game-icon{font-size:1.65rem}.coach-dashboard-page-root #view-resource-rulebook .game-title{font-weight:700;font-size:1.05rem}.coach-dashboard-page-root #view-resource-rulebook .settings-table{width:100%;border-collapse:collapse;margin:.5rem 0}.coach-dashboard-page-root #view-resource-rulebook .settings-table th,.coach-dashboard-page-root #view-resource-rulebook .settings-table td{padding:.6rem;border:1px solid rgba(255,255,255,.04);font-size:.9rem}.coach-dashboard-page-root #view-resource-rulebook .settings-table th{background:#ffffff05;color:var(--text-dim);font-weight:700}.coach-dashboard-page-root #view-resource-rulebook .settings-table tr:nth-child(2n) td{background:#ffffff03}.coach-dashboard-page-root .resource-table{width:100%;border-collapse:collapse;margin:1rem 0}.coach-dashboard-page-root .resource-table th,.coach-dashboard-page-root .resource-table td{padding:.75rem;border:1px solid var(--border);text-align:left;font-size:.85rem}.coach-dashboard-page-root .resource-table th{background:var(--bg-dark);color:var(--text-dim);font-weight:600}.coach-dashboard-page-root .resource-table td{color:var(--text-dim)}.coach-dashboard-page-root .form-download{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--bg-card-alt);border-radius:8px;margin-bottom:.75rem}@media (max-width: 900px){.coach-dashboard-page-root #view-resource-rulebook .toc ul{flex-direction:column}.coach-dashboard-page-root #view-resource-rulebook .definition-list{grid-template-columns:1fr}}.coach-dashboard-page-root .jersey-designer{font-size:.9rem}.coach-dashboard-page-root .jersey-style-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}.coach-dashboard-page-root .jersey-style-box{background:var(--bg-card-alt);border:2px solid var(--border);border-radius:8px;padding:.6rem .4rem;text-align:center;cursor:pointer;transition:all .2s}.coach-dashboard-page-root .jersey-style-box:hover{border-color:var(--accent);background:#10b9810d}.coach-dashboard-page-root .jersey-style-box.active{border-color:var(--accent);background:#10b98126;box-shadow:0 0 12px #10b9814d}.coach-dashboard-page-root .jersey-color-section{margin-bottom:.6rem}.coach-dashboard-page-root .jersey-color-grid{display:flex;flex-wrap:wrap;gap:5px}.coach-dashboard-page-root .jersey-color-swatch{width:26px;height:26px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:transform .15s,border-color .15s;box-shadow:inset 0 0 0 1px #ffffff26}.coach-dashboard-page-root .jersey-color-swatch:hover{transform:scale(1.2);border-color:#ffffff80}.coach-dashboard-page-root .jersey-color-swatch.active{border-color:var(--accent);transform:scale(1.25);box-shadow:0 0 8px #10b98180,inset 0 0 0 1px #ffffff26}.coach-dashboard-page-root .jersey-preview-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.coach-dashboard-page-root .jersey-preview-container svg{width:100%;height:auto}.coach-dashboard-page-root .jersey-color-legend{display:flex;gap:1rem;flex-wrap:wrap}.coach-dashboard-page-root .jersey-legend-item{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--text-dim)}.coach-dashboard-page-root .jersey-legend-dot{width:14px;height:14px;border-radius:3px;display:inline-block;border:1px solid rgba(255,255,255,.2);flex-shrink:0}.coach-dashboard-page-root .jersey-text-settings{display:flex;flex-direction:column;gap:.5rem;background:var(--bg-card-alt);border:1px solid var(--border);border-radius:8px;padding:.75rem}.coach-dashboard-page-root .jersey-text-row{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.coach-dashboard-page-root .jersey-text-row .form-input,.coach-dashboard-page-root .jersey-text-row .form-select{font-size:.8rem}.coach-dashboard-page-root .jersey-manual-entry-form,.coach-dashboard-page-root .jersey-summary{background:var(--bg-card-alt);border:1px solid var(--border);border-radius:8px;padding:.75rem}@media (max-width: 700px){.coach-dashboard-page-root .jersey-preview-container{grid-template-columns:1fr}.coach-dashboard-page-root .jersey-text-row{flex-direction:column;align-items:stretch}.coach-dashboard-page-root .jersey-text-row .form-input,.coach-dashboard-page-root .jersey-text-row .form-select{width:100%!important;max-width:none!important}.coach-dashboard-page-root .jersey-style-grid{grid-template-columns:repeat(auto-fill,minmax(65px,1fr))}}body.light-mode .coach-dashboard-page-root{--bg-dark: #f7fafc;--bg-card: #ffffff;--bg-card-alt: #f3f4f6;--border: #e2e8f0;--accent: #0ea5a0;--accent-dim: #0b7a6b;--warning: #f59e0b;--danger: #ef4444;--text: #0f172a;--text-dim: #475569;--blue: #2563eb;--jersey-preview-bg: #374151;background:linear-gradient(135deg,#f7fafc,#fff)}body.light-mode .coach-dashboard-page-root .header{background:linear-gradient(135deg,#eef2ff,#f8fafc);border-bottom-color:var(--border)}body.light-mode .coach-dashboard-page-root .qe-ig-hint,body.light-mode .coach-dashboard-page-root .btn-wrapper .qe-ig-hint,body.light-mode .coach-dashboard-page-root .ig-hint,body.light-mode .coach-dashboard-page-root .floating-hint,body.light-mode .coach-dashboard-page-root .tooltip-hint,body.light-mode .coach-dashboard-page-root .school-code-copy-hint{background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.04);box-shadow:0 6px 16px #0206170f}body.light-mode .coach-dashboard-page-root .btn-primary{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;border:1px solid rgba(37,99,235,.12)}body.light-mode .coach-dashboard-page-root .btn-primary:hover{box-shadow:0 6px 20px #2563eb1f;transform:translateY(-2px)}body.light-mode .coach-dashboard-page-root .jersey-color-swatch{box-shadow:inset 0 0 0 1px #0000001a}body.light-mode .coach-dashboard-page-root .jersey-color-swatch:hover{border-color:#0000004d}body.light-mode .coach-dashboard-page-root .jersey-color-swatch.active{box-shadow:0 0 8px #0ea5a080,inset 0 0 0 1px #0000001a}body.light-mode .coach-dashboard-page-root .jersey-legend-dot{border-color:#00000026}body:has(.profile-page-root){display:block!important;padding:0!important;margin:0!important}.profile-page-root{--bg: linear-gradient(180deg, #061018 0%, #071726 100%);--card: #0f1724;--muted: #9aa7bd;--accent: #10b981;--glass: rgba(255, 255, 255, .03);--text-color: #e6eef8;width:100%;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background:var(--bg);background-attachment:fixed;color:var(--text-color)}html[data-theme-loading]{overflow:hidden}:root[data-theme-loading] .page-content{display:none}#themeLoader{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999;background:var(--bg);color:var(--text-color);font-weight:600}.profile-page-root .container{width:100%;max-width:980px}.profile-page-root .card{background:var(--card);border:1px solid rgba(255,255,255,.04);padding:1.25rem;border-radius:12px;box-shadow:0 8px 30px #02061799}.profile-page-root .row{display:flex;gap:1rem;align-items:flex-start}.profile-page-root .left{width:160px}.profile-page-root .avatar{width:128px;height:128px;border-radius:14px;background:linear-gradient(135deg,var(--accent),#059669);display:flex;align-items:center;justify-content:center;font-weight:800;color:#000;font-size:32px}.profile-page-root .meta{flex:1}.profile-page-root .meta h1{margin:0 0 .25rem;font-family:Rajdhani,Segoe UI;font-size:1.6rem}.profile-page-root .meta p{margin:0;color:var(--muted)}.profile-page-root .links{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.profile-page-root a.link{display:inline-flex;align-items:center;gap:.5rem;padding:0;background:transparent;border-radius:6px;border:0;color:var(--muted);text-decoration:none;font-size:.95rem;transition:color .12s ease}.profile-page-root a.link svg{width:20px;height:20px;flex:0 0 20px}.profile-page-root .social-icon{width:20px;height:20px;display:inline-block;vertical-align:middle}.profile-page-root a.link span.social-label{color:inherit;margin-left:6px;word-break:break-all}.profile-page-root a.link:hover,.profile-page-root a.link:focus{color:var(--link-hover-color, #ffffff)}.profile-page-root #socialLinks{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.profile-page-root .section{margin-top:1rem}.profile-page-root .label{font-size:1.15rem;color:var(--text-color);font-weight:700;margin:0 0 .6rem;padding-bottom:.35rem;border-bottom:1px solid rgba(255,255,255,.06)}.profile-page-root pre{background:#06121a;padding:.75rem;border-radius:8px;color:#88a4c8;overflow:auto}.profile-page-root .grid{display:grid;grid-template-columns:1fr 320px;gap:1rem;margin-top:1rem}.profile-page-root .profile-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.profile-page-root #displayHeader{width:100%;margin:0;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.profile-page-root #displayName{margin:0}.profile-page-root .section{border-top:1px solid rgba(255,255,255,.04);padding-top:1rem;margin-top:1rem}.profile-page-root .section:first-child{border-top:0;padding-top:0;margin-top:0}.profile-page-root .contact-card{background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);border:1px solid rgba(255,255,255,.03);padding:.75rem;border-radius:10px}@media (max-width: 820px){.profile-page-root .row{flex-direction:column}.profile-page-root .grid{grid-template-columns:1fr}.profile-page-root .left{width:100%}.profile-page-root .avatar{width:96px;height:96px;font-size:22px}}:root.profile-theme-light .profile-page-root{--bg: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);--card: #ffffff;--muted: #6b7280;--accent: #2563eb;--text-color: #061226;--link-hover-color: #000000}:root.profile-theme-green .profile-page-root{--bg: linear-gradient(180deg, #071522 0%, #042418 100%);--card: #071a18;--muted: #9ad6c8;--accent: #10b981;--text-color: #e6f7ef;--link-hover-color: #ffffff}:root.profile-theme-blue .profile-page-root{--bg: linear-gradient(180deg, #041229 0%, #031028 100%);--card: #081427;--muted: #9fbfe6;--accent: #3b82f6;--text-color: #e8f3ff;--link-hover-color: #ffffff}:root.profile-theme-warm .profile-page-root{--bg: linear-gradient(180deg, #2b0a00 0%, #3b1200 100%);--card: #3a1608;--muted: #f0d6c2;--accent: #fb923c;--text-color: #fff6ea;--link-hover-color: #ffffff}:root.profile-theme-high-contrast .profile-page-root{--bg: #000000;--card: #000000;--muted: #9aa7bd;--accent: #ffeb3b;--text-color: #ffffff;--link-hover-color: #ffffff}:root.profile-theme-pastel .profile-page-root{--bg: linear-gradient(180deg, #fffaf0 0%, #f0f9ff 100%);--card: #ffffff;--muted: #7b8794;--accent: #f472b6;--text-color: #071422;--link-hover-color: #000000}:root.profile-theme-mint .profile-page-root{--bg: linear-gradient(180deg, #f6fffb 0%, #ecfdf5 100%);--card: #ffffff;--muted: #6b8f82;--accent: #34d399;--text-color: #062018;--link-hover-color: #000000}:root.profile-theme-sunrise .profile-page-root{--bg: linear-gradient(180deg, #fff7ed 0%, #fff1f0 100%);--card: #fffaf5;--muted: #7a6b5a;--accent: #fb923c;--text-color: #2b1608;--link-hover-color: #000000}:root.profile-theme-midnight .profile-page-root{--bg: linear-gradient(180deg, #020617 0%, #021226 100%);--card: #071426;--muted: #90a4c2;--accent: #06b6d4;--text-color: #e6f4ff;--link-hover-color: #ffffff}:root.profile-theme-violet .profile-page-root{--bg: linear-gradient(180deg, #0a0426 0%, #120428 100%);--card: #0f0428;--muted: #b5a7d6;--accent: #8b5cf6;--text-color: #efe8ff;--link-hover-color: #ffffff}:root.profile-theme-charcoal .profile-page-root{--bg: linear-gradient(180deg, #0b0b0b 0%, #1a1a1a 100%);--card: #0f1113;--muted: #9aa7b3;--accent: #9ca3af;--text-color: #e9eef3;--link-hover-color: #ffffff}body:has(.school-registration-page-root){display:block!important;align-items:stretch!important;justify-content:flex-start!important;padding:0!important;margin:0!important}.school-registration-page-root{--bg-dark: #0a0e17;--bg-card: #111827;--bg-card-alt: #1e293b;--border: #1e3a5f;--accent: #10b981;--accent-dim: #065f46;--warning: #f59e0b;--danger: #ef4444;--text: #f1f5f9;--text-dim: #64748b;--blue: #3b82f6;font-family:Open Sans,sans-serif;background:linear-gradient(135deg,#0a0e17,#1a1a2e);min-height:100vh;color:var(--text)}.school-registration-page-root *{margin:0;padding:0;box-sizing:border-box}.school-registration-page-root .header{background:linear-gradient(135deg,#0f3460,#1a1a2e);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.school-registration-page-root .logo{display:flex;align-items:center;gap:.75rem}.school-registration-page-root .logo-icon{font-size:1.75rem}.school-registration-page-root .logo-text{font-family:Rajdhani,sans-serif;font-size:1.5rem;font-weight:700}.school-registration-page-root .logo-sub{font-size:.7rem;color:var(--accent);text-transform:uppercase;letter-spacing:1px}.school-registration-page-root .header-links{display:flex;gap:1rem}.school-registration-page-root .header-links a{color:var(--text);text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;transition:all .2s}.school-registration-page-root .header-links a:hover{background:#ffffff1a}.school-registration-page-root .btn-login{background:var(--accent);color:#000;font-weight:600}.school-registration-page-root .btn-login:hover{background:#0d9668}.school-registration-page-root .hero{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-bottom:1px solid var(--border)}.school-registration-page-root .hero h1{font-family:Rajdhani,sans-serif;font-size:3rem;margin-bottom:1rem}.school-registration-page-root .hero p{font-size:1.2rem;color:var(--text-dim);max-width:600px;margin:0 auto}.school-registration-page-root .container{max-width:800px;margin:0 auto;padding:2rem}.school-registration-page-root .benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:2rem 0}.school-registration-page-root .benefit-card{background:var(--bg-card-alt);border-radius:8px;padding:1.25rem;text-align:center}.school-registration-page-root .benefit-icon{font-size:2rem;margin-bottom:.5rem}.school-registration-page-root .benefit-title{font-weight:600;margin-bottom:.25rem}.school-registration-page-root .benefit-text{font-size:.85rem;color:var(--text-dim)}.school-registration-page-root .tabs{display:flex;gap:.5rem;margin-bottom:2rem;justify-content:center}.school-registration-page-root .tab{padding:.75rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text-dim);cursor:pointer;font-weight:500;font-size:1rem}.school-registration-page-root .tab.active{background:var(--accent);color:#000;border-color:var(--accent)}.school-registration-page-root .card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden}.school-registration-page-root .card-header{padding:1.5rem;border-bottom:1px solid var(--border);text-align:center}.school-registration-page-root .card-title{font-size:1.3rem;font-weight:600}.school-registration-page-root .card-subtitle{color:var(--text-dim);font-size:.9rem;margin-top:.25rem}.school-registration-page-root .card-body{padding:2rem}.school-registration-page-root .form-group{margin-bottom:1.25rem}.school-registration-page-root .form-label{display:block;margin-bottom:.5rem;font-weight:500}.school-registration-page-root .form-label .required{color:var(--danger)}.school-registration-page-root .form-input,.school-registration-page-root .form-select,.school-registration-page-root .form-textarea{width:100%;padding:.75rem 1rem;background:var(--bg-dark);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;font-family:inherit}.school-registration-page-root .form-input:focus,.school-registration-page-root .form-select:focus,.school-registration-page-root .form-textarea:focus{outline:none;border-color:var(--accent)}.school-registration-page-root .form-textarea{min-height:100px;resize:vertical}.school-registration-page-root .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.school-registration-page-root .form-hint{font-size:.8rem;color:var(--text-dim);margin-top:.25rem}.school-registration-page-root .btn{padding:.85rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;transition:all .2s;font-size:1rem;width:100%}.school-registration-page-root .btn-primary{background:var(--accent);color:#000}.school-registration-page-root .btn-primary:hover{background:#0d9668}.school-registration-page-root .btn-primary:disabled{background:var(--text-dim);cursor:not-allowed}.school-registration-page-root .section-title{font-size:1rem;font-weight:600;color:var(--accent);margin:1.5rem 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.school-registration-page-root .checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.school-registration-page-root .checkbox-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg-card-alt);border-radius:6px;cursor:pointer}.school-registration-page-root .checkbox-item:hover{background:var(--border)}.school-registration-page-root .checkbox-item input{accent-color:var(--accent)}.school-registration-page-root .alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem}.school-registration-page-root .alert-success{background:#10b98126;border:1px solid var(--accent);color:var(--accent)}.school-registration-page-root .alert-info{background:#3b82f626;border:1px solid var(--blue);color:var(--blue)}.school-registration-page-root .success-view{text-align:center;padding:2rem}.school-registration-page-root .success-icon{font-size:4rem;margin-bottom:1rem}.school-registration-page-root .loading{display:inline-block;width:20px;height:20px;border:2px solid rgba(0,0,0,.3);border-radius:50%;border-top-color:#000;animation:school-reg-spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes school-reg-spin{to{transform:rotate(360deg)}}.school-registration-page-root .hidden{display:none!important}@media (max-width: 768px){.school-registration-page-root .hero h1{font-size:2rem}.school-registration-page-root .hero{padding:2rem 1rem}.school-registration-page-root .form-row{grid-template-columns:1fr}.school-registration-page-root .header{flex-direction:column;gap:1rem}.school-registration-page-root .tabs{flex-wrap:wrap}}body.light-mode .school-registration-page-root{--bg-dark: #f7fafc;--bg-card: #ffffff;--bg-card-alt: #f3f4f6;--border: #e2e8f0;--accent: #0ea5a0;--accent-dim: #0b7a6b;--warning: #f59e0b;--danger: #ef4444;--text: #0f172a;--text-dim: #475569;--blue: #2563eb}body.light-mode .school-registration-page-root .btn-primary{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff}body.light-mode .school-registration-page-root .btn-primary:hover{box-shadow:0 6px 20px #2563eb1f}body:has(.admin-dashboard-page-root){display:block!important;align-items:stretch!important;justify-content:flex-start!important;padding:0!important;margin:0!important}.admin-dashboard-page-root{--bg-dark: #0a0e17;--bg-card: #111827;--bg-elevated: #1a2234;--bg-hover: #1f2937;--accent: #00d4aa;--accent-dim: rgba(0, 212, 170, .15);--blue: #3b82f6;--purple: #a855f7;--orange: #f59e0b;--red: #ef4444;--green: #10b981;--text: #f3f4f6;--text-dim: #9ca3af;--text-muted: #6b7280;--border: #374151;font-family:"Exo 2",sans-serif;background:var(--bg-dark);color:var(--text);min-height:100vh;display:flex}.admin-dashboard-page-root *{margin:0;padding:0;box-sizing:border-box}body:not(.tcc-ready) .admin-dashboard-page-root .sidebar,body:not(.tcc-ready) .admin-dashboard-page-root .main{visibility:hidden;opacity:0}.admin-dashboard-page-root .sidebar{width:260px;background:linear-gradient(180deg,#0f172a,#0a0e17);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto;z-index:100}.admin-dashboard-page-root .logo{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px}.admin-dashboard-page-root .logo-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--accent),var(--blue));border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.admin-dashboard-page-root .logo-text{font-family:Rajdhani,sans-serif;font-size:1.5rem;font-weight:700}.admin-dashboard-page-root .logo-text span{color:var(--accent)}.admin-dashboard-page-root .nav-section{padding:1rem 0;border-bottom:1px solid var(--border)}.admin-dashboard-page-root .nav-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);padding:0 1.25rem;margin-bottom:.5rem}.admin-dashboard-page-root .nav-item{display:flex;align-items:center;gap:12px;padding:.75rem 1.25rem;color:var(--text-dim);cursor:pointer;transition:all .15s;border-left:3px solid transparent}.admin-dashboard-page-root .nav-item:hover{background:var(--bg-hover);color:var(--text)}.admin-dashboard-page-root .nav-item.active{background:var(--accent-dim);color:var(--accent);border-left-color:var(--accent)}.admin-dashboard-page-root .nav-badge{margin-left:auto;background:var(--accent);color:#000;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:10px}.admin-dashboard-page-root .badge-red{background:var(--red);color:#000}.admin-dashboard-page-root .badge-green{background:var(--green);color:#000}.admin-dashboard-page-root .main{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh}.admin-dashboard-page-root .header{background:var(--bg-card);border-bottom:1px solid var(--border);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50}.admin-dashboard-page-root .page-title{font-family:Rajdhani,sans-serif;font-size:1.75rem;font-weight:700}.admin-dashboard-page-root .header-actions{display:flex;align-items:center;gap:1rem}.admin-dashboard-page-root .content{padding:2rem;flex:1}.admin-dashboard-page-root .content>.view{display:none}.admin-dashboard-page-root .content>.view.active{display:block}.admin-dashboard-page-root .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.admin-dashboard-page-root .stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s}.admin-dashboard-page-root .stat-card:hover{border-color:var(--accent);transform:translateY(-2px)}.admin-dashboard-page-root .stat-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.admin-dashboard-page-root .stat-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.admin-dashboard-page-root .stat-card-value{font-size:2rem;font-weight:700}.admin-dashboard-page-root .page-subtitle{font-size:.95rem;color:var(--text-dim);margin-bottom:1.5rem}.admin-dashboard-page-root .btn{display:inline-flex;align-items:center;gap:8px;padding:.6rem 1.25rem;border-radius:8px;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;border:none}.admin-dashboard-page-root .btn-primary{background:linear-gradient(135deg,var(--accent),#00b894);color:#000}.admin-dashboard-page-root .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00d4aa4d}.admin-dashboard-page-root .btn-secondary{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border)}.admin-dashboard-page-root .btn-secondary:hover{background:var(--bg-hover)}.admin-dashboard-page-root .btn-sm{padding:.4rem .75rem;font-size:.8rem}.admin-dashboard-page-root .icon-btn{background:transparent;border:none;padding:.25rem;margin:0;color:var(--text-dim);font-size:1.05rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.admin-dashboard-page-root .icon-btn:hover{color:var(--text)}.admin-dashboard-page-root .btn-wrapper{position:relative;display:inline-flex}.admin-dashboard-page-root .btn-wrapper .qe-ig-hint{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(6px);background:var(--bg-dark);color:var(--text-dim);border:1px solid var(--border);padding:.45rem .6rem;border-radius:8px;font-size:.78rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:9999;box-shadow:0 6px 16px #02061759}.admin-dashboard-page-root .btn-wrapper:hover .qe-ig-hint{opacity:1;transform:translate(-50%) translateY(0)}#announcementEditor .ql-editor{min-height:120px}.admin-dashboard-page-root .btn-logout{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.8rem}.admin-dashboard-page-root .btn-logout:hover{border-color:var(--red);color:var(--red)}.admin-dashboard-page-root .card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:.75rem;margin-bottom:1rem}.admin-dashboard-page-root .card-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.admin-dashboard-page-root .card-title{font-weight:700;font-size:1.05rem}.admin-dashboard-page-root .card-body{padding:1rem}.admin-dashboard-page-root .form-row{display:flex;gap:1rem;flex-wrap:wrap}.admin-dashboard-page-root .form-group{display:flex;flex-direction:column;gap:.4rem;min-width:180px}.admin-dashboard-page-root .form-label{font-size:.85rem;color:var(--text-dim)}.admin-dashboard-page-root .form-input,.admin-dashboard-page-root .form-select,.admin-dashboard-page-root .form-textarea{background:var(--bg-dark);border:1px solid var(--border);color:var(--text);padding:.6rem;border-radius:8px}.admin-dashboard-page-root .form-input:focus,.admin-dashboard-page-root .form-select:focus,.admin-dashboard-page-root .form-textarea:focus{outline:none;border-color:var(--accent)}.admin-dashboard-page-root .leaderboard-table{border-collapse:collapse;width:100%}.admin-dashboard-page-root .leaderboard-table th,.admin-dashboard-page-root .leaderboard-table td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.02)}.admin-dashboard-page-root .leaderboard-table thead th{color:var(--text-dim);font-size:.85rem}.admin-dashboard-page-root .table-container{overflow-x:auto;border-radius:8px;border:1px solid var(--border)}.admin-dashboard-page-root table{width:100%;border-collapse:collapse}.admin-dashboard-page-root th,.admin-dashboard-page-root td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.admin-dashboard-page-root th{background:var(--bg-dark);font-size:.75rem;font-weight:600;color:var(--text-dim);text-transform:uppercase}.admin-dashboard-page-root tbody tr:hover{background:#6366f10d}.admin-dashboard-page-root .btn-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:1px solid rgba(245,158,11,.2)}.admin-dashboard-page-root .btn-warning:hover{box-shadow:0 4px 12px #f59e0b33;transform:translateY(-1px)}.admin-dashboard-page-root .alert{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;border-radius:8px;margin-bottom:1rem}.admin-dashboard-page-root .alert-success{background:#10b98114;border:1px solid rgba(16,185,129,.12);color:var(--text)}.admin-dashboard-page-root .alert-error{background:#ef44440f;border:1px solid rgba(239,68,68,.12);color:var(--text)}.admin-dashboard-page-root .alert-info{background:#3b82f60f;border:1px solid rgba(59,130,246,.12);color:var(--text)}.admin-dashboard-page-root .badge{display:inline-block;padding:.25rem .6rem;border-radius:999px;background:var(--bg-elevated);color:var(--text);font-weight:700;font-size:.7rem}.admin-dashboard-page-root .league-badge{display:inline-block;font-size:.65rem;padding:.08rem .32rem;border-radius:4px;margin-left:.4rem;font-weight:700;color:#fff;vertical-align:middle;line-height:1}.admin-dashboard-page-root .league-badge.jobcorps{background:#b91c1c}.admin-dashboard-page-root .league-badge.piea{background:#047857}.admin-dashboard-page-root .resource-card{cursor:pointer;transition:all .2s}.admin-dashboard-page-root .resource-card:hover{border-color:var(--accent);transform:translateY(-3px)}.admin-dashboard-page-root .resource-content{line-height:1.8}.admin-dashboard-page-root .resource-content h4{color:var(--accent);margin:1.5rem 0 .75rem;font-size:1rem}.admin-dashboard-page-root .resource-content h4:first-child{margin-top:0}.admin-dashboard-page-root .resource-content ul,.admin-dashboard-page-root .resource-content ol{margin-left:1.5rem;margin-bottom:1rem}.admin-dashboard-page-root .resource-content li{margin-bottom:.5rem;color:var(--text-dim)}.admin-dashboard-page-root .resource-content li strong{color:var(--text)}.admin-dashboard-page-root .resource-content p{color:var(--text-dim);margin-bottom:1rem}.admin-dashboard-page-root .hidden{display:none!important}.admin-dashboard-page-root .loading{text-align:center;padding:2rem;color:var(--text-dim)}.admin-dashboard-page-root .hamburger-btn{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.4rem;border-radius:6px;line-height:1}.admin-dashboard-page-root .hamburger-btn:hover{background:var(--bg-hover)}.admin-dashboard-page-root .sidebar-overlay{display:none}@media (max-width: 1024px){.admin-dashboard-page-root .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.admin-dashboard-page-root .hamburger-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.admin-dashboard-page-root .sidebar{transform:translate(-100%);position:fixed;left:0;top:0;height:100vh;width:260px;transition:transform .24s ease-in-out;display:flex;z-index:300;background:linear-gradient(180deg,#0f172a,#0a0e17)}.admin-dashboard-page-root .sidebar.mobile-open{transform:translate(0);box-shadow:0 12px 40px #00000080}.admin-dashboard-page-root .sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:299}.admin-dashboard-page-root{overflow-x:hidden;max-width:100vw}.admin-dashboard-page-root .main{margin-left:0;min-width:0;overflow-x:hidden}.admin-dashboard-page-root .stats-grid{grid-template-columns:1fr}.admin-dashboard-page-root .header{padding:.6rem 1rem}.admin-dashboard-page-root .header .page-title{display:none}.admin-dashboard-page-root .header-actions{flex-shrink:0;gap:.4rem!important}.admin-dashboard-page-root .header-actions .btn{padding:.4rem .6rem;font-size:.75rem;margin-left:0!important}.admin-dashboard-page-root .header-actions button[style]{padding:.35rem .6rem!important;font-size:.8rem!important;gap:5px!important}.admin-dashboard-page-root .header-actions select{font-size:.72rem;padding:.25rem .4rem;max-width:110px}.admin-dashboard-page-root .content{padding:.75rem;overflow-x:hidden;min-width:0}.admin-dashboard-page-root .form-row{flex-direction:column}.admin-dashboard-page-root .form-group{min-width:unset;width:100%}.admin-dashboard-page-root .table-container{margin-left:-.75rem;margin-right:-.75rem;border-radius:0;border-left:none;border-right:none;overflow-x:auto}.admin-dashboard-page-root .msg-coaches-layout{grid-template-columns:1fr!important}.admin-dashboard-page-root .card{overflow-x:auto;max-width:100%;min-width:0}.admin-dashboard-page-root table{min-width:600px}.admin-dashboard-page-root th,.admin-dashboard-page-root td{padding:.4rem .35rem;font-size:.75rem;white-space:nowrap}.admin-dashboard-page-root .leaderboard-table{min-width:700px}.admin-dashboard-page-root .view{min-width:0;overflow-x:auto}.admin-dashboard-page-root .card-header{flex-wrap:wrap;gap:.5rem;padding:.5rem .75rem}.admin-dashboard-page-root .card-header h3{font-size:.95rem}.admin-dashboard-page-root .schools-card-grid{grid-template-columns:1fr!important}.admin-dashboard-page-root .division-summary-grid{grid-template-columns:repeat(2,1fr)!important}.admin-dashboard-page-root .online-users-grid,.admin-dashboard-page-root .jersey-detail-grid{grid-template-columns:1fr!important}}.admin-dashboard-page-root .jersey-color-dot{display:inline-block;width:14px;height:14px;border-radius:3px;border:1px solid rgba(255,255,255,.2)}.admin-dashboard-page-root .jersey-size-badge{padding:.2rem .5rem;border-radius:4px;font-size:.8rem;background:var(--bg-dark)}.admin-dashboard-page-root .jersey-detail-modal{border:1px solid var(--border);box-shadow:0 20px 60px #00000080}body.light-mode .admin-dashboard-page-root{--bg-dark: #f7fafc;--bg-card: #ffffff;--bg-elevated: #f8fafc;--bg-hover: #f3f4f6;--accent: #0ea5a0;--accent-dim: rgba(14, 165, 160, .1);--blue: #2563eb;--purple: #7c3aed;--orange: #f59e0b;--red: #ef4444;--green: #0ea5a0;--text: #0f172a;--text-dim: #64748b;--text-muted: #94a3af;--border: #e2e8f0;background:linear-gradient(135deg,#f7fafc,#fff)}body.light-mode .admin-dashboard-page-root .sidebar{background:linear-gradient(180deg,#eef2ff,#f8fafc);border-right-color:var(--border)}body.light-mode .admin-dashboard-page-root .btn-primary{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;border:1px solid rgba(37,99,235,.12)}body.light-mode .admin-dashboard-page-root .btn-primary:hover{box-shadow:0 6px 20px #2563eb1f;transform:translateY(-2px)}.admin-dashboard-page-root .school-code-box{background:var(--bg-elevated);border-radius:8px;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;position:relative;min-width:180px;-webkit-user-select:none;user-select:none;overflow:visible}.admin-dashboard-page-root .school-code-label{font-size:.85rem;color:var(--text-dim);line-height:20px;display:inline-flex;align-items:center}.admin-dashboard-page-root .school-code-value{font-family:monospace;font-size:1.1rem;letter-spacing:.1em;color:var(--text);cursor:pointer;line-height:20px;display:inline-flex;align-items:center}.admin-dashboard-page-root .school-code-copy{margin-left:.5rem;position:relative;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);line-height:1;height:20px;width:20px}.admin-dashboard-page-root .school-code-copy svg{display:block;width:20px;height:20px}.admin-dashboard-page-root .school-code-refresh-wrapper{margin-left:.5rem;position:relative;display:inline-flex;align-items:center;justify-content:center;line-height:1}.admin-dashboard-page-root .school-code-refresh{color:var(--accent);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;height:20px;width:20px}.admin-dashboard-page-root .refresh-icon{display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;width:20px;height:20px}.admin-dashboard-page-root .school-code-copy-hint{z-index:99999!important;pointer-events:none!important}body:has(.coach-info-page-root){display:block!important;align-items:stretch!important;justify-content:flex-start!important;padding:0!important;margin:0!important}.coach-info-page-root{--bg-dark: #0a0e17;--bg-card: #111827;--bg-card-alt: #1e293b;--border: #1e3a5f;--accent: #10b981;--text: #f1f5f9;--text-dim: #64748b;--blue: #3b82f6;--yellow: #f59e0b;font-family:Open Sans,sans-serif;background:linear-gradient(135deg,#0a0e17,#1a1a2e);min-height:100vh;color:var(--text)}.coach-info-page-root *{margin:0;padding:0;box-sizing:border-box}.coach-info-page-root .header{background:linear-gradient(135deg,#0f3460,#1a1a2e);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.coach-info-page-root .logo{display:flex;align-items:center;gap:.75rem}.coach-info-page-root .logo-icon{font-size:1.75rem}.coach-info-page-root .logo-text{font-family:Rajdhani,sans-serif;font-size:1.5rem;font-weight:700}.coach-info-page-root .logo-sub{font-size:.7rem;color:var(--accent);text-transform:uppercase;letter-spacing:1px}.coach-info-page-root .container{max-width:700px;margin:0 auto;padding:2rem}.coach-info-page-root .hero{text-align:center;padding:2rem 0}.coach-info-page-root .hero-icon{font-size:3.5rem;margin-bottom:1rem}.coach-info-page-root .hero h1{font-family:Rajdhani,sans-serif;font-size:2.2rem;margin-bottom:.5rem}.coach-info-page-root .status-badge{display:inline-block;background:#f59e0b33;border:1px solid var(--yellow);color:var(--yellow);padding:.5rem 1.25rem;border-radius:50px;font-weight:600;font-size:.85rem;margin:1rem 0}.coach-info-page-root .hero p{color:var(--text-dim);font-size:1.05rem;line-height:1.7;max-width:550px;margin:0 auto}.coach-info-page-root .launch-box{background:linear-gradient(135deg,#10b98126,#3b82f626);border:1px solid var(--accent);border-radius:12px;padding:1.25rem;margin:1.5rem 0;text-align:center}.coach-info-page-root .launch-label{font-size:.8rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:1px}.coach-info-page-root .launch-date{font-family:Rajdhani,sans-serif;font-size:1.75rem;font-weight:700;color:var(--accent)}.coach-info-page-root .card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-top:2rem}.coach-info-page-root .card-header{background:var(--bg-card-alt);padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.coach-info-page-root .card-title{font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.coach-info-page-root .card-body{padding:1.5rem}.coach-info-page-root .info-text{color:var(--text-dim);font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.coach-info-page-root .form-group{margin-bottom:1.25rem}.coach-info-page-root .form-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.95rem}.coach-info-page-root .form-label .required{color:#ef4444}.coach-info-page-root .form-input,.coach-info-page-root .form-select{width:100%;padding:.75rem 1rem;background:var(--bg-dark);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;font-family:inherit;transition:border-color .2s}.coach-info-page-root .form-input:focus,.coach-info-page-root .form-select:focus{outline:none;border-color:var(--accent)}.coach-info-page-root .form-input::placeholder{color:var(--text-dim)}.coach-info-page-root .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.coach-info-page-root .form-hint{font-size:.8rem;color:var(--text-dim);margin-top:.35rem}.coach-info-page-root .btn{width:100%;padding:.9rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;font-size:1rem;transition:all .2s;margin-top:.5rem}.coach-info-page-root .btn-primary{background:var(--accent);color:#000}.coach-info-page-root .btn-primary:hover{background:#0d9668}.coach-info-page-root .btn-primary:disabled{background:var(--text-dim);cursor:not-allowed}.coach-info-page-root .features-section{margin-top:2rem;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px}.coach-info-page-root .features-title{font-weight:600;margin-bottom:1rem;color:var(--accent);font-size:1rem}.coach-info-page-root .features-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.coach-info-page-root .feature-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;color:var(--text-dim);font-size:.9rem}.coach-info-page-root .feature-icon{font-size:1.1rem}.coach-info-page-root .note-box{background:#3b82f61a;border:1px solid var(--blue);border-radius:8px;padding:1rem 1.25rem;font-size:.9rem;color:var(--blue);margin-top:1.5rem}.coach-info-page-root .success-view{text-align:center;padding:2rem 1rem}.coach-info-page-root .success-icon{font-size:4rem;margin-bottom:1rem}.coach-info-page-root .success-view h2{margin-bottom:1rem;color:var(--accent)}.coach-info-page-root .success-view p{color:var(--text-dim);line-height:1.7}.coach-info-page-root .contact{text-align:center;margin-top:2rem;color:var(--text-dim);font-size:.9rem}.coach-info-page-root .contact a{color:var(--accent);text-decoration:none}.coach-info-page-root .contact a:hover{text-decoration:underline}.coach-info-page-root .footer{text-align:center;padding:2rem;color:var(--text-dim);font-size:.85rem}.coach-info-page-root .loading{display:inline-block;width:18px;height:18px;border:2px solid rgba(0,0,0,.3);border-radius:50%;border-top-color:#000;animation:coach-info-spin 1s ease-in-out infinite;margin-right:.5rem;vertical-align:middle}@keyframes coach-info-spin{to{transform:rotate(360deg)}}.coach-info-page-root .hidden{display:none!important}@media (max-width: 600px){.coach-info-page-root .form-row,.coach-info-page-root .features-grid{grid-template-columns:1fr}.coach-info-page-root .hero h1{font-size:1.8rem}.coach-info-page-root .header{flex-direction:column;gap:.5rem;text-align:center}}body.light-mode .coach-info-page-root{--bg-dark: #f7fafc;--bg-card: #ffffff;--bg-card-alt: #f3f4f6;--border: #e2e8f0;--accent: #0ea5a0;--text: #0f172a;--text-dim: #475569;--blue: #2563eb;--yellow: #f59e0b}body.light-mode .coach-info-page-root .btn-primary{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff}body.light-mode .coach-info-page-root .btn-primary:hover{box-shadow:0 6px 20px #2563eb1f}body:has(.contact-page-root){display:block!important;align-items:stretch!important;justify-content:flex-start!important;padding:0!important;margin:0!important}.contact-page-root{--bg-dark: #0a0e17;--bg-card: #111827;--bg-card-alt: #1e293b;--border: #1e3a5f;--accent: #10b981;--text: #f1f5f9;--text-dim: #64748b;--blue: #3b82f6;font-family:Open Sans,sans-serif;background:linear-gradient(135deg,#0a0e17,#1a1a2e);min-height:100vh;color:var(--text)}.contact-page-root *{margin:0;padding:0;box-sizing:border-box}.contact-page-root .header{background:linear-gradient(135deg,#0f3460,#1a1a2e);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.contact-page-root .logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text)}.contact-page-root .logo-icon{font-size:1.75rem}.contact-page-root .logo-text{font-family:Rajdhani,sans-serif;font-size:1.5rem;font-weight:700}.contact-page-root .logo-sub{font-size:.7rem;color:var(--accent);text-transform:uppercase;letter-spacing:1px}.contact-page-root .header-links a{color:var(--text);text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;transition:all .2s}.contact-page-root .header-links a:hover{background:#ffffff1a}.contact-page-root .container{max-width:600px;margin:0 auto;padding:2rem}.contact-page-root .hero{text-align:center;padding:2rem 0}.contact-page-root .hero-icon{font-size:3.5rem;margin-bottom:1rem}.contact-page-root .hero h1{font-family:Rajdhani,sans-serif;font-size:2.2rem;margin-bottom:.5rem}.contact-page-root .hero p{color:var(--text-dim);font-size:1rem}.contact-page-root .card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-top:2rem}.contact-page-root .card-header{background:var(--bg-card-alt);padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.contact-page-root .card-title{font-size:1.2rem;font-weight:600}.contact-page-root .card-body{padding:1.5rem}.contact-page-root .form-group{margin-bottom:1.25rem}.contact-page-root .form-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.95rem}.contact-page-root .form-label .required{color:#ef4444}.contact-page-root .form-input,.contact-page-root .form-select,.contact-page-root .form-textarea{width:100%;padding:.75rem 1rem;background:var(--bg-dark);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;font-family:inherit;transition:border-color .2s}.contact-page-root .form-input:focus,.contact-page-root .form-select:focus,.contact-page-root .form-textarea:focus{outline:none;border-color:var(--accent)}.contact-page-root .form-input::placeholder,.contact-page-root .form-textarea::placeholder{color:var(--text-dim)}.contact-page-root .form-textarea{min-height:120px;resize:vertical}.contact-page-root .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-page-root .btn{width:100%;padding:.9rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;font-size:1rem;transition:all .2s;margin-top:.5rem}.contact-page-root .btn-primary{background:var(--accent);color:#000}.contact-page-root .btn-primary:hover{background:#0d9668}.contact-page-root .btn-primary:disabled{background:var(--text-dim);cursor:not-allowed}.contact-page-root .contact-info{margin-top:2rem;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px}.contact-page-root .contact-info-title{font-weight:600;margin-bottom:1rem;color:var(--accent)}.contact-page-root .contact-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.contact-page-root .contact-item:last-child{border-bottom:none}.contact-page-root .contact-icon{font-size:1.25rem}.contact-page-root .contact-item a{color:var(--blue);text-decoration:none}.contact-page-root .contact-item a:hover{text-decoration:underline}.contact-page-root .success-view{text-align:center;padding:2rem 1rem}.contact-page-root .success-icon{font-size:4rem;margin-bottom:1rem}.contact-page-root .success-view h2{margin-bottom:1rem;color:var(--accent)}.contact-page-root .success-view p{color:var(--text-dim);line-height:1.7}.contact-page-root .footer{text-align:center;padding:2rem;color:var(--text-dim);font-size:.85rem}.contact-page-root .footer a{color:var(--accent);text-decoration:none}.contact-page-root .loading{display:inline-block;width:18px;height:18px;border:2px solid rgba(0,0,0,.3);border-radius:50%;border-top-color:#000;animation:contact-spin 1s ease-in-out infinite;margin-right:.5rem;vertical-align:middle}@keyframes contact-spin{to{transform:rotate(360deg)}}.contact-page-root .hidden{display:none!important}@media (max-width: 600px){.contact-page-root .form-row{grid-template-columns:1fr}.contact-page-root .hero h1{font-size:1.8rem}.contact-page-root .header{flex-direction:column;gap:.5rem;text-align:center}}body.light-mode .contact-page-root{--bg-dark: #f7fafc;--bg-card: #ffffff;--bg-card-alt: #f3f4f6;--border: #e2e8f0;--accent: #0ea5a0;--text: #0f172a;--text-dim: #475569;--blue: #2563eb}body.light-mode .contact-page-root .btn-primary{background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff}body.light-mode .contact-page-root .btn-primary:hover{box-shadow:0 6px 20px #2563eb1f}body:has(.redirect-page-root){display:flex!important;align-items:center!important;justify-content:center!important;padding:1rem!important;margin:0!important}.redirect-page-root{font-family:Inter,Segoe UI,Arial,sans-serif;background:#071022;color:#d1e7ef;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.redirect-page-root .redirect-card{max-width:720px;width:100%;background:#071226;border:1px solid #102033;padding:2rem;border-radius:12px;text-align:center}.redirect-page-root .redirect-icon{font-size:48px}.redirect-page-root h1{font-family:Rajdhani,sans-serif;margin:.5rem 0}.redirect-page-root .redirect-message{color:#9fb3c9;margin:1rem 0}.redirect-page-root .redirect-hint{color:#7f98a7;font-size:.9rem}.theme-toggle{position:fixed;right:16px;bottom:16px;z-index:99999;display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-card);border:1px solid var(--border);padding:6px 10px;border-radius:999px;box-shadow:0 8px 20px #0206171f;cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;transition:all .2s}.theme-toggle:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0206172e}.theme-toggle .dot{width:36px;height:22px;border-radius:999px;background:var(--bg-dark);position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.theme-toggle .knob{position:absolute;width:16px;height:16px;background:var(--text-dim);border-radius:50%;top:3px;left:17px;transition:all .3s cubic-bezier(.4,0,.2,1)}body.light-mode .theme-toggle .dot{background:var(--accent)}body.light-mode .theme-toggle .knob{left:3px;background:#fff}:root{--bg-dark: #0a0e17;--bg-card: #111827;--bg-card-alt: #1e293b;--bg-hover: #1e293b;--border: #1e3a5f;--accent: #10b981;--accent-dim: #065f46;--warning: #f59e0b;--danger: #ef4444;--success: #10b981;--text: #f1f5f9;--text-dim: #64748b;--blue: #3b82f6;--blue-dark: #0f172a;--white: #ffffff;--red: #ef4444;--green: #10b981}body.light-mode{--bg-dark: #f7fafc;--bg-card: #ffffff;--bg-card-alt: #f3f4f6;--bg-hover: #f3f4f6;--border: #e2e8f0;--accent: #0ea5a0;--accent-dim: #0b7a6b;--warning: #f59e0b;--danger: #ef4444;--success: #0ea5a0;--text: #0f172a;--text-dim: #475569;--blue: #2563eb;background:linear-gradient(300deg,#edeff1,#fff)!important}body{font-family:Open Sans,sans-serif;background:linear-gradient(135deg,#0a0e17,#1a1a2e);color:var(--text);min-height:100vh}a{color:inherit}.page{padding:5rem 1.5rem;max-width:1200px;margin:0 auto}.ql-indent-1{padding-left:3em!important}.ql-indent-2{padding-left:6em!important}.ql-indent-3{padding-left:9em!important}.ql-indent-4{padding-left:12em!important}.ql-indent-5{padding-left:15em!important}.ql-indent-6{padding-left:18em!important}.ql-indent-7{padding-left:21em!important}.ql-indent-8{padding-left:24em!important}.ql-align-center{text-align:center!important}.ql-align-right{text-align:right!important}.ql-align-justify{text-align:justify!important}.ql-direction-rtl{direction:rtl;text-align:inherit}.ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-size-small{font-size:.75em}.ql-size-large{font-size:1.5em}.ql-size-huge{font-size:2.5em}
