@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Orbitron:wght@500;600;700&display=swap";:root{--primary-bg: #0b0b0f;--secondary-bg: rgba(22, 33, 62, .9);--card-bg: rgba(26, 26, 46, .85);--surface-glass: rgba(26, 26, 46, .6);--text-primary: #ffffff;--text-secondary: #b8b8b8;--text-muted: #6b7280;--neon-cyan: #00f5ff;--neon-purple: #8a2be2;--neon-green: #39ff14;--neon-pink: #ff073a;--positive: #39ff14;--negative: #ff4d6d;--accent-teal: #00f5ff;--accent-purple: #8a2be2;--accent-blue: #4f46e5;--sidebar-width: 270px;--base-font-size: 16px;--font-primary: "Inter", "Roboto", sans-serif;--font-heading: "Orbitron", "Exo 2", sans-serif}body{font-family:var(--font-primary, "Inter", sans-serif);background:radial-gradient(circle at 10% 10%,rgba(138,43,226,.18),transparent 45%),radial-gradient(circle at 80% 0%,rgba(0,245,255,.16),transparent 52%),#050508;color:var(--text-primary);display:flex;min-height:100vh;font-size:var(--base-font-size, 16px);letter-spacing:.01em}body.theme-dark{background:var(--primary-bg)}body.theme-light{--primary-bg: #f5f7ff;--secondary-bg: rgba(255, 255, 255, .92);--card-bg: rgba(255, 255, 255, .88);--surface-glass: rgba(255, 255, 255, .7);--text-primary: #121212;--text-secondary: #4b4b56;--text-muted: #6b7280;--neon-cyan: #00bcd4;--neon-purple: #7c3aed;--neon-green: #22c55e;--neon-pink: #f43f5e;--accent-teal: #0ea5e9;--accent-purple: #7c3aed;--accent-blue: #2563eb;background:linear-gradient(160deg,#7c3aed14,#00bcd41a),#f5f7ff;color:var(--text-primary)}body.theme-light .sidebar{background:linear-gradient(180deg,#ffffffd9,#e7f6ffe6);border-right:1px solid rgba(15,23,42,.08);box-shadow:5px 0 24px #0f172a14}body.theme-light .sidebar .logo{margin-left:8px;padding:12px 10px;background:#0f172a38;border-radius:18px;box-shadow:0 10px 22px #0f172a29;filter:none;display:flex;align-items:center;justify-content:center}body.theme-light .menu-item{color:#111827b8}body.theme-light .menu-item:before{background:linear-gradient(135deg,#0ea5e91f,#7c3aed1f)}body.theme-light .menu-item:hover{color:#0f172aeb;background:#0ea5e914}body.theme-light .menu-item .icon{background:linear-gradient(135deg,#0ea5e929,#7c3aed1a);box-shadow:inset 0 0 0 1px #0ea5e92e}body.theme-light .menu-item.active{background:linear-gradient(135deg,#0ea5e92e,#7c3aed33);color:#0f172aeb;box-shadow:0 12px 26px #7c3aed2e}body.theme-light .card{background:linear-gradient(145deg,#fffffff2,#ecf4ffeb);border:1px solid rgba(124,58,237,.12);box-shadow:0 18px 32px #94a3b838;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body.theme-light .search-input{border:1px solid rgba(148,163,184,.32)}body.theme-light .help-card{background:linear-gradient(135deg,#7c3aed1f,#0ea5e91f);border:1px solid rgba(124,58,237,.16);color:var(--text-primary)}body.theme-light .menu-section{color:#1b23378f}body.theme-light .main-content{background:linear-gradient(160deg,#ffffffa6,#edf6ffcc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}body.theme-light .section-title{color:#1b2337c7}body.theme-light .overview-score{background:#2563eb14;border-color:#2563eb2e;box-shadow:none}h1,h2,h3,.page-header h1,.card h2,.card h3{font-family:var(--font-heading, "Orbitron", sans-serif);letter-spacing:.08em;text-transform:uppercase}p,span,li,button,input,select{font-family:inherit}.sidebar{width:var(--sidebar-width);background:linear-gradient(180deg,#101428f2,#0b0b0ffa);padding:20px;display:flex;flex-direction:column;position:fixed;height:100vh;overflow-y:auto;border-right:1px solid rgba(0,245,255,.16);box-shadow:10px 0 30px #0a0a148c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sidebar .logo{display:flex;justify-content:center;align-items:center;margin:0 0 24px;padding:15px 0;filter:drop-shadow(0 0 16px rgba(0,245,255,.35))}.menu{flex:1}.menu-item{display:flex;align-items:center;padding:12px 16px;color:#ffffffad;text-decoration:none;border-radius:12px;margin-bottom:5px;position:relative;overflow:hidden;transition:color .25s ease,transform .25s ease}.menu-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:linear-gradient(135deg,#00f5ff14,#8a2be214);opacity:0;transition:opacity .25s ease;z-index:1}.menu-item:hover{color:var(--text-primary);transform:translate(4px)}.menu-item:hover:before{opacity:1}.menu-item.active{background:linear-gradient(135deg,#00f5ff2e,#8a2be22e);color:var(--text-primary);box-shadow:0 10px 24px #00f5ff2e}.menu-item span{position:relative;z-index:1}.menu-item .icon{margin-right:12px;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#00f5ff24,#8a2be21f);display:inline-flex;align-items:center;justify-content:center;color:#00f5ffe6;box-shadow:inset 0 0 0 1px #00f5ff2e;transition:background .25s ease,box-shadow .25s ease,transform .25s ease,color .25s ease}.menu-item .icon svg{width:18px;height:18px;fill:currentColor}.menu-item:hover .icon,.menu-item.active .icon{background:linear-gradient(135deg,#00f5ff40,#8a2be238);box-shadow:inset 0 0 0 1px #ffffff2e,0 8px 16px #00f5ff24;color:#fff}body.theme-light .menu-item .icon{background:linear-gradient(135deg,#0ea5e929,#7c3aed1f);box-shadow:inset 0 0 0 1px #0ea5e92e;color:#2563ebd1}body.theme-light .menu-item:hover .icon,body.theme-light .menu-item.active .icon{background:linear-gradient(135deg,#ecf4fffa,#dbeafeeb);box-shadow:inset 0 0 0 1px #7c3aed38;color:#0ea5e9e6}.menu-section{margin-top:30px;margin-bottom:10px;font-size:12px;color:#ffffff73;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.help-card{background:linear-gradient(145deg,#16213ee6,#101428eb);border-radius:18px;padding:22px;text-align:center;margin-top:20px;border:1px solid rgba(0,245,255,.18);box-shadow:0 14px 30px #00f5ff26}.help-icon{width:40px;height:40px;background:var(--accent-teal);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;font-weight:700}.help-card h3{font-size:16px;margin-bottom:8px}.help-card p{font-size:14px;color:var(--text-secondary);margin-bottom:15px}.btn-docs{background:var(--text-primary);color:var(--primary-bg);border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;font-size:12px}.main-content{margin-left:var(--sidebar-width);flex:1;padding:32px 34px;max-width:calc(100vw - var(--sidebar-width));background:linear-gradient(145deg,#16213e66,#0b0b0f66);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative}.main-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% -10%,rgba(0,245,255,.22),transparent 55%),radial-gradient(circle at 85% 10%,rgba(255,7,58,.16),transparent 60%);pointer-events:none;z-index:0}.main-content>*{position:relative;z-index:1}.dashboard-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch;margin-bottom:24px}.dashboard-left,.dashboard-right{display:flex;flex-direction:column;gap:20px}.dashboard-right .performance-overview{flex:1;display:flex;flex-direction:column}.header{margin-bottom:30px;display:flex;justify-content:flex-end}.search-input{background:var(--secondary-bg);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px 20px;color:var(--text-primary);width:250px}.search-input::placeholder{color:var(--text-secondary)}.big-cards{display:grid;grid-template-columns:1fr 1.2fr;gap:20px;margin-bottom:16px}.card{background:radial-gradient(circle at 0% 0%,rgba(0,245,255,.18),transparent 45%) no-repeat,linear-gradient(150deg,#16213eeb,#0b0b0ff0);border-radius:22px;padding:22px;position:relative;border:1px solid rgba(0,245,255,.12);box-shadow:0 20px 44px #050a1e8c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:hidden;z-index:1}.glow-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 30px;border-radius:16px;border:none;font-size:14px;font-weight:700;letter-spacing:.3px;cursor:pointer;color:#0a0e1a;background:linear-gradient(135deg,#4fd1c5f2,#3b82f6f2,#9f7aeaf2);box-shadow:0 18px 36px #3f83f84d;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.glow-button:hover,.glow-button:focus-visible{transform:translateY(-3px);box-shadow:0 24px 44px #3f83f866;filter:brightness(1.05)}.glow-button:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.glow-button.slim{padding:10px 22px;font-size:13px;border-radius:14px}.ghost-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:14px;border:1px solid rgba(79,209,197,.38);background:#ffffff08;color:var(--text-primary);font-size:13px;font-weight:600;cursor:pointer;transition:border-color .25s ease,background .25s ease,color .25s ease,transform .25s ease}.ghost-button:hover,.ghost-button:focus-visible{background:#4fd1c526;border-color:#4fd1c599;transform:translateY(-2px)}.ghost-button:disabled{cursor:not-allowed;opacity:.45;transform:none}.ghost-button.subtle{border-color:#ffffff24;background:#ffffff05;color:var(--text-secondary)}.ghost-button.subtle:hover,.ghost-button.subtle:focus-visible{border-color:#ffffff47;background:#ffffff14;color:var(--text-primary)}.text-button{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:none;color:var(--accent-teal);font-size:13px;font-weight:600;cursor:pointer;transition:color .2s ease}.text-button:hover,.text-button:focus-visible{color:#4fd1c5d9;text-decoration:underline}.score-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(120px,.8fr);align-items:center;background:linear-gradient(145deg,#16213ef5,#0e0e1af0);border:1px solid rgba(0,245,255,.22);box-shadow:0 26px 48px #050a1e8c;gap:12px;min-height:200px;position:relative;overflow:hidden;padding-right:140px;animation:cardFloat 9s ease-in-out infinite alternate}.score-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(255,7,58,.2),transparent 60%);opacity:.6;pointer-events:none}.score-card>*{position:relative;z-index:1}.score-content{display:flex;flex-direction:column;gap:6px;max-width:72%}.score-visual{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:36px;transform:translateY(-50%);pointer-events:none}.overview-score .score-circle{position:relative;top:auto;left:auto;transform:none;margin:12px auto}.overview-score .score-circle.tiny{width:96px;height:96px}.overview-score .score-circle.tiny .score-value{font-size:36px;letter-spacing:.08em}body.theme-light .score-card{background:linear-gradient(145deg,#f7fafff2,#e8f4ffeb);border:1px solid rgba(124,58,237,.18);box-shadow:0 26px 48px #94a3b840}body.theme-light .score-card:after{background:radial-gradient(circle at 80% 20%,rgba(236,72,153,.18),transparent 60%);opacity:.8}.score-title{font-size:42px;letter-spacing:.06em;white-space:nowrap}.score-label{font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px}.overview-score .score-label{align-items:center;font-size:11px;letter-spacing:.22em;gap:2px}.score-label .label-sub{font-size:11px;letter-spacing:.08em;text-transform:none;color:#ffffffad}body.theme-light .score-label{color:#374151b8}body.theme-light .score-label .label-sub{color:#374151ad}.overview-score{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.overview-score.compact{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px;gap:12px;width:100%}.overview-score.compact .overview-score-left{display:flex;flex-direction:column;gap:8px}.overview-score.compact .overview-score-right{display:flex;align-items:center;justify-content:center}.overview-score.compact .overview-score-left{flex:1 1 auto;align-items:flex-start}.overview-score.compact .overview-score-right{flex:0 0 auto;margin-left:18px}.overview-score.compact .score-label{font-size:14px;text-align:left}.overview-score.compact .mini-score-title{font-family:var(--font-heading, "Orbitron", "Exo 2", sans-serif);font-size:20px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--text-primary)}.overview-score.compact .label-sub{display:block;font-size:12px;color:var(--text-muted);letter-spacing:.04em}.overview-score.compact .read-more{font-size:13px;text-transform:none}.overview-score.compact .score-circle.tiny{width:96px;height:96px;margin:0}.overview-score.compact .score-circle.tiny .score-value{font-size:36px;letter-spacing:.08em}.overview-score strong{font-size:44px}.overview-score .read-more{display:inline-flex;align-items:center;gap:6px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--neon-cyan);font-weight:700}.overview-score .score-circle.small{margin-top:8px}.overview-score .read-more:hover{text-decoration:underline}.overview-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.metric-pill .pill-label{display:flex;flex-direction:column;gap:4px}.metric-pill .pill-label .label-sub{font-size:11px;letter-spacing:.04em;color:var(--text-muted)}.metric-pill .pill-value{font-size:20px;font-weight:700}.weapons-table-wrapper{width:100%;overflow-x:auto}.weapons-table{width:100%;border-collapse:collapse;min-width:480px}.weapons-table th,.weapons-table td{padding:12px 16px;text-align:left;font-size:13px;border-bottom:1px solid rgba(255,255,255,.08)}.detail-table th,.detail-table td{font-size:12px;letter-spacing:.05em}.weapons-table th{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#ffffff9e}.weapons-table td{color:#ffffffe6}body.theme-light .weapons-table th{color:#374151ad;border-bottom:1px solid rgba(148,163,184,.18)}body.theme-light .weapons-table td{color:#0f172ad1;border-bottom:1px solid rgba(148,163,184,.18)}.weapons-mini-card{width:100%}.weapons-mini-card .mini-header{margin-bottom:12px}.session-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 24px;border-radius:18px;background:linear-gradient(135deg,#080c18eb,#050812e0);border:1px solid rgba(0,245,255,.14);box-shadow:0 18px 28px #050a1e61;margin-bottom:18px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.session-row:hover{transform:translateY(-4px);box-shadow:0 22px 36px #050a1e73}.session-row-main{display:flex;flex-direction:column;gap:8px}.session-row-title{font-size:18px;font-weight:700}.session-row-file{font-size:13px;color:#94a3b8cc;letter-spacing:.02em;word-break:break-all}.session-row-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:var(--text-muted)}.session-row-meta span:before{content:"•";margin-right:8px;color:#00f5ff80}.session-row-meta span:first-child:before{content:"";margin-right:0}.session-row-score{min-width:120px;display:flex;flex-direction:column;align-items:center;gap:6px}.session-row-score .score-label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.session-score-ring{position:relative;width:72px;height:72px}.session-score-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.session-ring-track,.session-ring-value{fill:none;stroke-linecap:round;stroke-width:6}.session-ring-track{stroke:#94a3b833}.session-ring-number{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:var(--text-primary)}body.theme-light .session-row{background:linear-gradient(135deg,#f7f9fff2,#eaf4ffe6);border:1px solid rgba(124,58,237,.18);box-shadow:0 16px 28px #94a3b840}body.theme-light .session-row-meta span:before{color:#7c3aed80}body.theme-light .session-row-score strong{color:#0f172aeb}body.theme-light .session-row-score .score-label{color:#374151ad}.weapons-mini-card .chip{letter-spacing:.08em}.label{color:var(--text-muted);font-size:14px;margin-bottom:5px}.update{color:var(--text-muted);font-size:13px;margin-bottom:6px}@keyframes cardFloat{0%{transform:translateY(-2px);box-shadow:0 26px 48px #050a1e8c}50%{transform:translateY(-10px);box-shadow:0 32px 52px #050a1e8c}to{transform:translateY(-4px);box-shadow:0 24px 44px #050a1e73}}.score-circle{position:relative;width:190px;height:190px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 50% 45%,#00f5ff1f,#050c20eb);box-shadow:inset 0 0 28px #00f5ff42;overflow:hidden}.score-circle:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;border:1px solid rgba(255,255,255,.12);opacity:.65}.score-progress-ring{position:absolute;top:0;right:0;bottom:0;left:0;transform:rotate(-90deg)}.score-progress-ring circle{fill:none;stroke-linecap:round}.progress-track{stroke:#ffffff1f;stroke-width:8}.progress-value{stroke:url(#scoreGradient);stroke-width:8;filter:drop-shadow(0 0 16px rgba(0,245,255,.45));transition:stroke-dashoffset 1.6s cubic-bezier(.33,1,.68,1)}.score-circle.animate:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:radial-gradient(circle,#00f5ff2e,#0000);opacity:.8;animation:score-glow 2.4s ease-in-out infinite alternate}@keyframes score-glow{0%{opacity:.55;filter:blur(0)}to{opacity:.95;filter:blur(2px)}}.score-value{position:relative;font-size:58px;font-weight:800;color:var(--text-primary);z-index:1}body.theme-light .score-circle{background:radial-gradient(circle at 50% 45%,#3b82f633,#ecf8fff2);box-shadow:inset 0 0 22px #3b82f642,0 14px 30px #94a3b847}body.theme-light .progress-track{stroke:#94a3b840}body.theme-light .progress-value{filter:drop-shadow(0 0 18px rgba(37,99,235,.4))}.badge{position:absolute;bottom:40px;background:var(--accent-purple);padding:5px 15px;border-radius:15px;font-size:14px;z-index:1}.promo-card{background:linear-gradient(145deg,#16213eeb,#0b0b0ff0);color:var(--text-primary);border:1px solid rgba(0,245,255,.2);box-shadow:0 24px 44px #050a1e80;min-height:150px;display:flex;align-items:center;position:relative;overflow:hidden}.promo-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(0,245,255,.22),transparent 55%),radial-gradient(circle at 80% 0%,rgba(255,7,58,.18),transparent 60%);pointer-events:none}.promo-card>*{position:relative;z-index:1}body.theme-light .promo-card{background:linear-gradient(145deg,#f8fafff2,#e9f4ffe6);border:1px solid rgba(124,58,237,.18);box-shadow:0 28px 44px #94a3b840}body.theme-light .promo-card:after{background:radial-gradient(circle at 20% 20%,rgba(14,165,233,.22),transparent 55%),radial-gradient(circle at 80% 0%,rgba(244,114,182,.18),transparent 60%)}.promo-content h2{font-size:28px;margin-bottom:12px;letter-spacing:.08em;text-transform:uppercase}.promo-content p{line-height:1.6;margin-bottom:20px;color:#ffffffe6}body.theme-light .promo-content p{color:#111827c7}.read-more{color:var(--accent-teal);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:5px}.stats-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.stat-card{background:linear-gradient(145deg,#16213eeb,#0c0e1ceb);border-radius:18px;padding:22px;display:flex;align-items:center;gap:15px;border:1px solid rgba(0,245,255,.14);box-shadow:0 18px 36px #050a1e73;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,245,255,.18),transparent);transition:left .5s}.stat-card:hover:before{left:100%}body.theme-light .stat-card{background:linear-gradient(145deg,#f7f9fff2,#eaf4ffeb);border:1px solid rgba(124,58,237,.15);box-shadow:0 20px 36px #94a3b838}body.theme-light .stat-card:before{background:linear-gradient(90deg,transparent,rgba(124,58,237,.22),transparent)}.stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;background:#00f5ff29;box-shadow:inset 0 0 12px #00f5ff33}body.theme-light .stat-icon{background:#7c3aed29;box-shadow:inset 0 0 12px #7c3aed33}.stat-info{flex:1}.stat-label{color:var(--text-muted);font-size:13px;margin-bottom:5px}.stat-info h3{font-size:24px;display:flex;align-items:center;gap:10px}.change{font-size:14px;font-weight:600}.change.positive{color:var(--positive)}.change.negative{color:var(--negative)}.analytics-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:18px;margin-bottom:22px;align-items:stretch}.analytics-column{display:flex;flex-direction:column;gap:16px}.analytics-column .card{flex:1;display:flex;flex-direction:column}.analytics-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.subtitle{color:var(--text-muted);font-size:13px;line-height:1.6}.select-wrapper{position:relative;min-width:140px}.select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:10px 36px 10px 14px;border-radius:14px;border:1px solid rgba(0,245,255,.22);background:#050812d9;color:var(--text-primary);font-size:13px;font-weight:600;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}body.theme-light .select-wrapper select{border-color:#7c3aed33;background:#ffffffeb;color:#111827d1;box-shadow:0 12px 24px #94a3b829}.select-wrapper select option{color:var(--text-primary);background:var(--secondary-bg)}body.theme-light .select-wrapper select option{color:#111827d1;background:#fffffffa}.select-wrapper:after{content:"▾";position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--neon-cyan);pointer-events:none;font-size:12px}body.theme-light .select-wrapper:after{color:#7c3aed99}body.theme-light .select-wrapper select:hover{border-color:#7c3aed61;background:#ecf4fff2}body.theme-light .select-wrapper select:focus{border-color:#0ea5e98c;box-shadow:0 0 0 4px #0ea5e92e}.select-wrapper select:hover{border-color:#00f5ff66;background:#080c18f2}.select-wrapper select:focus{outline:none;border-color:#00f5ffa6;box-shadow:0 0 0 4px #00f5ff26}.accuracy-legend{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.legend-item{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted)}.legend-dot{width:12px;height:12px;border-radius:50%;box-shadow:0 0 12px #00f5ff59}.legend-dot.overall{background:linear-gradient(135deg,#3b82f6d9,#4f46e5d9)}.legend-dot.headshot{background:linear-gradient(135deg,#ec4899d9,#f472b6d9)}.trend-chart{width:100%;height:auto;max-width:none;margin:0 auto}.trend-axis{stroke:#00f5ff38;stroke-width:.6}body.theme-light .trend-axis{stroke:#7c3aed38}.trend-line{fill:none;stroke-width:1.1;stroke-linecap:round}.aim-trajectory .chart-line{fill:none;stroke:var(--neon-cyan);stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(0,245,255,.18))}.aim-trajectory .chart-point{fill:#7ef0ff;stroke:#00cfcf;stroke-width:.4}.aim-trajectory .zero-line{stroke:#fff;stroke-width:1;opacity:.95;stroke-dasharray:3 3}.aim-trajectory .target-line{stroke:#ffc800f2;stroke-width:.9;stroke-dasharray:4 3}.aim-trajectory .offset-line{stroke:#ffffff2e;stroke-width:.6}.feedback-list,.practice-list{list-style:disc inside;padding-left:8px;margin:8px 0 0;font-size:14px;line-height:1.6;color:#ffffffeb}.feedback-item,.practice-item{margin-bottom:10px;white-space:pre-wrap}.feedback-list.feedback-lines,.practice-list{margin-left:4px}body.theme-light .feedback-list,body.theme-light .practice-list{color:#111827e6}.trend-dot{stroke:#0000002e;stroke-width:.3;fill:#fffffff2}.trend-dot.overall{fill:#3b82f6eb}.trend-dot.headshot{fill:#ec4899e6}.trend-dot.active{filter:drop-shadow(0 0 8px rgba(0,245,255,.45))}.trend-bar{filter:drop-shadow(0 8px 16px rgba(0,245,255,.18))}.trend-bar.active{filter:drop-shadow(0 12px 22px rgba(0,245,255,.35))}.trend-bar.latest{stroke:#ffffffa6;stroke-width:1.2}.trend-dot.latest{stroke:#ffffffe6;stroke-width:.8;filter:drop-shadow(0 8px 18px rgba(0,245,255,.18))}.trend-latest-badge{font-size:11px;fill:#00f5ff;font-weight:600;text-anchor:middle;pointer-events:none}.trend-tick,.trend-value,.trend-axis-label{font-size:12px;fill:#ffffffbf}.trend-tick{font-size:10px;fill:#ffffffa6;text-anchor:middle}.trend-axis-label{text-anchor:middle}body.theme-light .trend-tick,body.theme-light .trend-value,body.theme-light .trend-axis-label{fill:#374151b3}.analytics-summary{display:flex;gap:16px;flex-wrap:wrap}.analytics-view{overflow-x:auto}.all-time-summary{font-size:11px;color:#ffffffad;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.weapons-mini-card{gap:16px}.weapons-wide-card{margin-bottom:28px;display:flex;flex-direction:column;gap:18px}.weapons-wide-card .weapons-table-wrapper{border-radius:16px;border:1px solid rgba(0,245,255,.12);background:linear-gradient(135deg,#00f5ff0d,#8a2be20d);padding:10px}.weapons-wide-card .weapons-table{min-width:640px}body.theme-light .weapons-wide-card .weapons-table-wrapper{border-color:#7c3aed1f;background:linear-gradient(135deg,#ecf4fff5,#dbeafeeb)}.mini-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.weapons-mini-list{list-style:none;display:flex;flex-direction:column;gap:14px}.weapons-mini-list li{display:flex;flex-direction:column;gap:8px}.weapon-info{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted)}.weapon-name{font-weight:600;color:var(--text-primary)}.weapon-bar{width:100%;height:8px;background:#00f5ff14;border-radius:999px;overflow:hidden}.weapon-bar span{display:block;height:100%;background:linear-gradient(90deg,#00f5ffd9,#8a2be2cc);border-radius:inherit;transition:width 1.1s cubic-bezier(.23,1,.32,1)}body.theme-light .weapon-bar{background:#7c3aed1f}body.theme-light .weapon-bar span{background:linear-gradient(90deg,#7c3aedd9,#0ea5e9cc)}.summary-item{flex:1;min-width:120px;background:linear-gradient(145deg,#080c18d1,#050812e6);border:1px solid rgba(0,245,255,.18);border-radius:18px;padding:18px;box-shadow:0 18px 32px #050a1e66}body.theme-light .summary-item{background:linear-gradient(145deg,#f7f9fff2,#eaf4ffe6);border:1px solid rgba(124,58,237,.16);box-shadow:0 18px 28px #94a3b838}.summary-label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--text-muted);margin-bottom:6px}.summary-value{font-size:22px;font-weight:700;color:var(--text-primary)}.performance-overview{display:flex;flex-direction:column;gap:24px}.overview-grid{display:grid;grid-template-columns:6.3fr 3.7fr;grid-template-areas:"score metrics" "hitmap hitmap" "feedback feedback" "focus focus";column-gap:24px;row-gap:24px;align-items:start}.overview-score{background:linear-gradient(145deg,#0b0e1ceb,#050812eb);border-radius:22px;padding:26px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;border:1px solid rgba(0,245,255,.22);box-shadow:0 24px 40px #050a1e7a;grid-area:score}body.theme-light .overview-score{background:linear-gradient(145deg,#f7fafff5,#e8f4fff0);border:1px solid rgba(124,58,237,.18);box-shadow:0 24px 38px #94a3b840}.metric-pill{border-radius:18px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;font-weight:700;border:1px solid rgba(0,245,255,.2);background:linear-gradient(135deg,#080c18d9,#050812e6);color:var(--text-primary);box-shadow:0 18px 28px #050a1e59}body.theme-light .metric-pill{background:linear-gradient(135deg,#f7f9fff2,#eaf4ffe6);border:1px solid rgba(124,58,237,.16);box-shadow:0 18px 26px #94a3b838;color:var(--text-primary)}.overview-top-metrics{grid-area:metrics;display:flex;flex-direction:column;gap:12px;width:100%}.overview-top-metrics .metric-pill{min-width:0}.overview-top-metrics .metric-pill.active{border-color:#00f5ff73;box-shadow:0 18px 32px #00f5ff40}.overview-top-metrics .metric-pill .pill-value{font-size:20px;font-weight:800}.overview-top-metrics .metric-pill .pill-label{font-size:14px;font-weight:700}.overview-top-metrics .metric-pill{padding:14px 20px;border-radius:22px}.overview-hitmap{grid-area:hitmap;display:grid;grid-template-columns:180px minmax(0,1fr);gap:24px;align-items:center}.hit-figure{width:100%;max-width:180px;display:flex;align-items:center;justify-content:center;padding:5px;border-radius:28px;background:radial-gradient(circle at 20% 20%,#00f5ff38,#0a0e1ceb);transition:background .3s ease,box-shadow .3s ease;--figure-head-base: #ffffff;--figure-body-base: #ffffff;--figure-limb-base: #ffffff}.hit-figure-svg{width:100%;transform:scale(1.2);transform-origin:center center}.hit-figure .figure-silhouette>*{transition:fill .25s ease}.hit-figure .figure-head{fill:var(--figure-head-base)}.hit-figure .figure-shoulder,.hit-figure .figure-body,.hit-figure .figure-arm{fill:var(--figure-body-base)}.hit-figure .figure-leg{fill:var(--figure-limb-base)}.hit-figure.zone-head .figure-head{fill:var(--zone-highlight);filter:drop-shadow(0 0 16px var(--zone-highlight-glow))}.hit-figure.zone-body .figure-body,.hit-figure.zone-body .figure-shoulder,.hit-figure.zone-body .figure-arm{fill:var(--zone-highlight);filter:drop-shadow(0 0 12px var(--zone-highlight-glow))}.hit-figure.zone-limb .figure-leg{fill:var(--zone-highlight);filter:drop-shadow(0 0 14px var(--zone-highlight-glow))}body.theme-light .hit-figure{background:radial-gradient(circle at 20% 20%,#3b82f62e,#ecf4fffa)}.hit-zone-list{list-style:none;padding:0;margin:0;display:grid;gap:10px;height:20rem}.zone-row{--zone-accent: rgba(0, 245, 255, .55);--zone-active: rgba(0, 245, 255, .95);--zone-label: rgba(255, 255, 255, .82);--zone-hits: rgba(148, 163, 184, .7);display:grid;grid-template-columns:2fr 50px 60px;align-items:center;gap:16px;padding:14px 16px 14px 12px;border-radius:14px;background:#0c101ca6;border:1px solid transparent;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}body.theme-light .zone-row{background:#edf2ffcc;border-color:#7c3aed2e;--zone-accent: rgba(59, 130, 246, .55);--zone-active: rgba(59, 130, 246, .9);--zone-label: rgba(30, 41, 59, .78);--zone-hits: rgba(71, 85, 105, .7)}.zone-row:focus{outline:none;border-color:var(--zone-active)}.zone-row:hover{transform:translateY(-1px)}.zone-row .zone-label{font-size:24px;font-weight:700;color:var(--zone-label);white-space:nowrap;letter-spacing:0}.zone-row .zone-percent{font-size:24px;font-weight:700;color:var(--zone-accent);justify-self:end;font-variant-numeric:tabular-nums;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zone-row .zone-hits{font-size:13px;color:var(--zone-hits);justify-self:end;font-variant-numeric:tabular-nums}.zone-row.active,.zone-row:hover{border-color:var(--zone-active);background:#0c101cd9}.zone-row.active{--zone-accent: var(--zone-active);--zone-label: var(--zone-active);--zone-hits: var(--zone-active)}.zone-row.active .zone-percent,.zone-row:hover .zone-percent{color:var(--zone-active);text-shadow:0 0 6px var(--zone-active),0 0 14px var(--zone-active)}body.theme-light .zone-row.active,body.theme-light .zone-row:hover{border-color:var(--zone-active);background:#e0e7fff2}.overview-feedback,.overview-focus{border-radius:20px;padding:22px 26px;border:1px solid rgba(0,245,255,.12);display:flex;flex-direction:column;gap:14px;background:linear-gradient(145deg,#080c18c7,#050812e0);box-shadow:0 20px 36px #050a1e59}.overview-feedback,.overview-focus{grid-column:1 / -1}.overview-feedback{grid-area:feedback}.overview-focus{grid-area:focus}body.theme-light .overview-feedback,body.theme-light .overview-focus{background:linear-gradient(145deg,#f7fafff2,#eaf4ffe6);border:1px solid rgba(124,58,237,.15);box-shadow:0 20px 32px #94a3b838}.section-title{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--neon-cyan)}.overview-feedback p,.overview-focus p{font-size:14px;line-height:1.6;color:#ffffffe6}body.theme-light .overview-feedback p,body.theme-light .overview-focus p{color:#111827d1}.bottom-section{display:grid;grid-template-columns:1.6fr 1fr;gap:20px;margin-bottom:30px}.weapons-table{width:100%;margin-top:20px}.weapons-table th{font-size:12px;color:var(--text-secondary);font-weight:600;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.1)}.weapons-table th:not(:first-child),.weapons-table td:not(:first-child){text-align:center}.weapons-table td{padding:12px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}.weapon-icon{margin-right:10px}.progress-bar{width:120px;height:4px;background:#ffffff1a;border-radius:2px;display:inline-block;margin-right:10px}.progress{height:100%;background:linear-gradient(90deg,var(--accent-teal) 0%,var(--accent-purple) 100%);border-radius:2px}.timeline{margin-top:30px}.timeline-item{display:flex;align-items:flex-start;gap:15px;margin-bottom:25px;position:relative}.timeline-item:not(:last-child):after{content:"";position:absolute;left:6px;top:25px;width:1px;height:40px;background:#ffffff1a}.dot{width:12px;height:12px;border-radius:50%;margin-top:5px}.dot.green{background:var(--positive)}.dot.red{background:var(--negative)}.timeline-item p{font-size:14px;line-height:1.5}.timeline-item strong{font-size:18px}.footer{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:var(--text-secondary)}.footer-links a{color:var(--text-secondary);text-decoration:none}.footer-links a:hover{color:var(--text-primary)}@media (max-width: 1400px){.dashboard-split,.big-cards,.analytics-section,.bottom-section{grid-template-columns:1fr}.overview-grid{grid-template-columns:1fr;grid-template-areas:"score" "metrics" "hitmap" "feedback" "focus"}.overview-top-metrics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.overview-hitmap{grid-template-columns:minmax(200px,1fr);justify-items:center}}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.main-content{margin-left:0;max-width:100vw}.overview-hitmap{grid-template-columns:1fr;justify-items:center}.hit-figure{max-width:200px}.stats-cards{grid-template-columns:repeat(2,1fr)}.analytics-controls{width:100%;justify-content:flex-start;gap:10px}.analytics-controls .select-wrapper{flex:1 1 100%}.select-wrapper select{width:100%}.overview-score{flex-direction:row;justify-content:space-between}.overview-score strong{font-size:32px}.metric-pill{flex-direction:column;align-items:flex-start;gap:6px}.dashboard-split{gap:18px}.score-card{grid-template-columns:1fr;padding-right:24px}.score-content{max-width:none}.score-visual{position:static;transform:none;margin-top:24px;pointer-events:auto;justify-content:center}}.sessions-results{display:flex;flex-direction:column;gap:18px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.page-header h1{font-size:28px;margin-bottom:6px}.page-header p{color:var(--text-muted);font-size:14px}.header-link{color:var(--neon-cyan);font-size:13px;text-decoration:none;font-weight:600}.header-link:hover{text-decoration:underline}.analysis-page .upload-card,.analysis-page .analyze-faq{margin-bottom:24px}.analytics-card{display:flex;flex-direction:column;gap:20px}.analysis-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.analytics-info h3,.performance-overview h3{margin-bottom:5px}.analytics-tabs{display:inline-flex;background:#ffffff0a;border-radius:999px;padding:4px;gap:6px}.analytics-tabs .tab{border:none;background:transparent;color:var(--text-secondary);font-size:12px;font-weight:600;letter-spacing:.4px;padding:8px 16px;border-radius:999px;cursor:pointer;transition:all .25s ease}.analytics-tabs .tab.active{background:linear-gradient(135deg,#00f5ff40,#8a2be240);color:var(--text-primary);box-shadow:0 6px 18px #00f5ff40}.analytics-legend{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.analytics-legend[hidden]{display:none!important}.legend-item{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--text-secondary)}.analytics-view{display:block}.analytics-view[hidden]{display:none!important}.select-wrapper.compact{min-width:100px}.select-wrapper.compact select{padding:8px 30px 8px 12px}.upload-card{display:flex;flex-direction:column;gap:24px}.upload-instructions h2{font-size:24px;margin-bottom:10px}.upload-instructions p{color:var(--text-muted);font-size:14px;line-height:1.6}.upload-hint{margin-top:6px;font-size:13px;color:#00f5ffcc}.upload-caution{margin-top:4px;font-size:12px;color:#ffffffb3;white-space:pre-line}body.theme-light .upload-caution{color:#374151b8}.upload-dropzone{position:relative;border:2px dashed rgba(0,245,255,.45);border-radius:24px;padding:72px 32px;min-height:320px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-muted);cursor:pointer;background:linear-gradient(140deg,#00f5ff1f,#8a2be21f);transition:border-color .3s ease,background .3s ease,transform .3s ease}.upload-dropzone:hover,.upload-dropzone.dragging{border-color:#00f5ffd9;background:linear-gradient(140deg,#00f5ff2e,#8a2be224);transform:translateY(-3px)}.dropzone-inner{display:flex;flex-direction:column;gap:14px;align-items:center;max-width:480px;pointer-events:none}.drop-icon{font-size:52px;filter:drop-shadow(0 12px 24px rgba(0,245,255,.35))}.drop-title{font-size:20px;font-weight:700;color:var(--text-primary)}.drop-subtitle{font-size:14px}.drop-warning{margin-top:4px;padding:10px 16px;border-radius:14px;border:1px dashed rgba(0,245,255,.24);background:#080c1880;font-size:12px;line-height:1.6;color:var(--text-muted)}.upload-meta{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-radius:18px;border:1px solid rgba(0,245,255,.25);background:#00f5ff1f}.upload-meta-text{display:flex;flex-direction:column;gap:6px}.upload-meta .file-name{font-weight:600;color:var(--text-primary);font-size:14px}.upload-meta .file-size{color:var(--text-muted);font-size:12px}.session-detail-page,.analysis-page{position:relative}body.theme-light .analysis-page .upload-card{background:linear-gradient(145deg,#ffffffeb,#f0f9ffe6);border:1px solid rgba(124,58,237,.12);box-shadow:0 16px 32px #94a3b82e}body.theme-light .analysis-page .upload-dropzone{border-color:#7c3aed47;background:linear-gradient(140deg,#0ea5e929,#7c3aed1f)}body.theme-light .analysis-page .upload-dropzone:hover,body.theme-light .analysis-page .upload-dropzone.dragging{border-color:#0ea5e973;background:linear-gradient(140deg,#0ea5e938,#7c3aed2e)}body.theme-light .analysis-page .drop-warning{border-color:#7c3aed42;background:#ecf4ffcc;color:#1e293bc7}body.theme-light .analysis-page .upload-meta{border-color:#7c3aed33;background:#ecf4ffd9}body.theme-light .analysis-page .phase-list li{border-color:#7c3aed2e;background:#ecf4ff99;color:#1e293bb8}body.theme-light .analysis-page .phase-list li.active{border-color:#0ea5e999;background:#0ea5e92e;color:var(--text-primary);box-shadow:0 12px 28px #0ea5e92e}.text-button{background:none;border:none;color:var(--neon-cyan);font-size:13px;font-weight:600;cursor:pointer}.text-button:hover{text-decoration:underline}.progress-area{display:flex;flex-direction:column;gap:16px}.progress-top{display:flex;justify-content:space-between;font-size:14px;color:var(--text-muted)}.phase-list{display:flex;gap:12px;list-style:none;padding:0;margin:0}.phase-list li{flex:1;padding:12px 14px;border-radius:14px;border:1px solid rgba(0,245,255,.18);text-align:center;font-size:13px;transition:border-color .3s ease,color .3s ease,background .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.phase-list li.active{border-color:#00f5ffd9;color:var(--text-primary);background:#00f5ff2e;box-shadow:0 12px 28px #00f5ff33}.phase-list.single{display:block}.phase-list.single li{width:100%}.phase-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#26a0ff73,#8a2be261);border-radius:inherit;transition:width .15s linear;z-index:0;pointer-events:none}.upload-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.upload-actions .glow-button{min-width:200px}.upload-status{font-size:13px}.status-message{color:var(--text-muted)}.status-message.error{color:#f87171}.retry-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.analyze-faq .faq-list{list-style:none;display:flex;flex-direction:column;gap:12px;font-size:13px}.analyze-faq strong{display:inline-block;min-width:140px}.sessions-toolbar{margin-bottom:20px}.toolbar-row{display:flex;flex-direction:column;gap:16px}.search-box{display:flex;align-items:center;gap:10px;background:var(--secondary-bg);border:1px solid rgba(0,245,255,.18);border-radius:14px;padding:10px 14px;font-size:14px}body.theme-light .search-box{background:#ffffffeb;border:1px solid rgba(124,58,237,.2)}.search-box input{background:transparent;border:none;outline:none;color:var(--text-primary);flex:1}.toolbar-actions{display:flex;flex-wrap:wrap;gap:12px}.toolbar-actions .select-wrapper{flex:0 1 160px}.date-range{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.date-range input{background:var(--secondary-bg);border:1px solid rgba(0,245,255,.2);border-radius:10px;padding:8px 12px;color:var(--text-primary)}body.theme-light .date-range input{background:#ffffffeb;border:1px solid rgba(124,58,237,.2);color:#1e293bcc}.sessions-results{display:grid;gap:18px}.session-card{display:grid;grid-template-columns:220px 1fr;gap:20px;border-radius:18px;border:1px solid rgba(0,245,255,.18);background:linear-gradient(135deg,#0b0e1ce6,#080c18eb);overflow:hidden;transition:transform .3s ease,border-color .3s ease;cursor:pointer;box-shadow:0 20px 36px #050a1e73}body.theme-light .session-card{background:linear-gradient(135deg,#f7f9fff2,#eaf4ffe6);border:1px solid rgba(124,58,237,.18);box-shadow:0 20px 32px #94a3b838}.session-card.disabled{cursor:default;opacity:.85}.session-card:not(.disabled):hover{transform:translateY(-2px);border-color:#00f5ff66}.session-thumb{position:relative;background:radial-gradient(circle at 30% 30%,rgba(0,245,255,.2),transparent 60%),linear-gradient(135deg,#8a2be247,#090e1ce6);display:flex;align-items:center;justify-content:center;color:#ffffffd9;font-size:40px}body.theme-light .session-card .session-thumb{background:radial-gradient(circle at 30% 30%,rgba(124,58,237,.18),transparent 60%),linear-gradient(135deg,#ece9ffe6,#dbeafed9);color:#1e293bd1}.session-thumb .play-badge{display:inline-flex;width:56px;height:56px;border-radius:50%;border:2px solid rgba(255,255,255,.6);align-items:center;justify-content:center;font-size:20px;background:#0a0e1a66;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.session-content{padding:20px 22px;display:flex;flex-direction:column;gap:12px}.session-title{display:flex;justify-content:space-between;gap:12px;font-size:16px;font-weight:600}.session-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:13px;color:var(--text-muted)}.session-meta span{display:inline-flex;gap:6px;align-items:center}.session-meta .meta-date{color:var(--text-primary);font-weight:600}.session-actions{display:flex;justify-content:flex-end;margin-top:auto}.view-session{min-width:140px}.view-session.disabled{opacity:.6;cursor:default;pointer-events:none}.status-pill{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.6px}.status-pill.completed{background:#39ff142e;color:#a6ff96}.status-pill.processing{background:#8a2be22e;color:#c4b5fd}.status-pill.queued{background:#fff80029;color:#fef08a}.status-pill.failed{background:#ff073a2e;color:#fca5a5}.pagination{display:flex;justify-content:center}.detail-header .meta-grid{margin-top:10px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;font-size:13px;color:var(--text-secondary)}.detail-header{display:flex;justify-content:space-between;gap:24px}.header-actions{display:flex;gap:12px;align-items:center}.select-wrapper.compact{min-width:110px}.detail-header .meta-grid strong{display:block;margin-top:4px;color:var(--text-primary)}.back-link{display:inline-block;font-size:13px;color:#22d3eee6;cursor:pointer;margin-bottom:12px;text-decoration:none;transition:color .2s ease;background:none;border:none;padding:0}.back-link:hover,.back-link:focus{color:#bff8fff2}.detail-top-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:24px;align-items:stretch;grid-auto-rows:1fr}.detail-side-stack{display:grid;grid-template-rows:auto auto;gap:12px;height:auto}.detail-player{display:flex;flex-direction:column;gap:18px;height:100%}.session-detail-layout{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:32px}.session-detail-layout>.content-section{margin-bottom:0!important}@media (min-width: 901px){.session-detail-page .session-detail-layout{grid-template-columns:minmax(0,4fr) minmax(0,6fr);grid-template-areas:"vps video" "hitmap damage" "weapon weapon" "timeline timeline" "aim aim";column-gap:14px;row-gap:14px;align-items:start}.session-detail-page .session-layout-video{grid-area:video}.session-detail-page .session-layout-vps{grid-area:vps;align-self:stretch;height:100%;display:flex}.session-detail-page .session-layout-vps .overview-score.compact.detail-vps-mini{height:100%;align-content:stretch}.session-detail-page .session-layout-hitmap{grid-area:hitmap}.session-detail-page .session-layout-damage{grid-area:damage}.session-detail-page .session-layout-weapon{grid-area:weapon}.session-detail-page .session-layout-damage-chart{grid-area:timeline}.session-detail-page .session-layout-aim{grid-area:aim}}.video-shell{position:relative;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(0,245,255,.12),transparent 60%),radial-gradient(circle at 80% 80%,rgba(138,43,226,.16),transparent 55%);display:flex;align-items:center;justify-content:center;aspect-ratio:16 / 9;min-height:240px}.video-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;font-size:18px;color:var(--text-secondary)}.video-placeholder span{font-size:48px}.video-overlay{position:absolute;top:14px;right:14px;background:#0f172a99;padding:8px 12px;border-radius:12px;font-size:12px;color:var(--text-primary);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.detail-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:18px;margin-bottom:24px}.kpi-card{border-radius:16px;padding:16px 18px;background:linear-gradient(135deg,#00f5ff14,#8a2be20f);border:1px solid rgba(0,245,255,.18)}.kpi-card span{font-size:12px;text-transform:uppercase;letter-spacing:.6px;color:var(--text-secondary)}.kpi-card strong{display:block;font-size:22px;margin-top:6px}.charts-grid{display:grid;grid-template-columns:1fr;gap:28px;margin-bottom:32px}.session-detail-page .charts-grid{gap:30px}.chart-card .chart-canvas{min-height:280px;background:linear-gradient(145deg,#0f172a8c,#080d1ead);border-radius:22px;border:1px solid rgba(0,245,255,.14);padding:24px;color:#fff6;font-size:13px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:inset 0 0 28px #00f5ff14,0 22px 44px #050a1e73}.session-detail-page .chart-card .card-header-row{margin-bottom:22px}.session-detail-page #damage-chart{min-height:210px;padding:16px 18px}.line-chart{width:100%;height:auto;aspect-ratio:16 / 9}.session-detail-page #damage-chart .line-chart{aspect-ratio:18 / 7}.session-detail-page #damage-chart .damage-chart-frame{display:grid;grid-template-columns:auto 1fr;align-items:stretch}.session-detail-page #damage-chart .damage-chart-axis-svg{display:block;flex:0 0 auto}.session-detail-page #damage-chart .damage-chart-viewport{width:100%;overflow:hidden;min-height:144px;min-width:0}.session-detail-page #damage-chart .damage-chart-plot-svg{width:100%;height:100%;display:block}.session-detail-page #damage-chart .damage-time-direction{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;font-size:12px;color:#cbd5f5db;letter-spacing:.02em}.session-detail-page #damage-chart .damage-time-arrow{color:#00f5ffeb;font-weight:600}.session-detail-page #damage-chart .damage-pan-slider{width:100%;margin-top:8px}body.theme-light .session-detail-page #damage-chart .damage-time-direction{color:#475569e6}body.theme-light .session-detail-page #damage-chart .damage-time-arrow{color:#0e7490e6}.session-detail-page #damage-chart .damage-grid-line{stroke:#94a3b840;stroke-width:.6}.session-detail-page #damage-chart .damage-axis-value{fill:#cbd5f5e6;font-size:.65rem;font-weight:500;dominant-baseline:middle}.session-detail-page #damage-chart .damage-axis-title{fill:#cbd5f5c7;font-size:.62rem;font-weight:500;letter-spacing:.01em}body.theme-light .session-detail-page #damage-chart .damage-grid-line{stroke:#64748b3d}body.theme-light .session-detail-page #damage-chart .damage-axis-value,body.theme-light .session-detail-page #damage-chart .damage-axis-title{fill:#475569eb}.chart-axis{stroke:#00f5ff47;stroke-width:.55}.chart-axis-label{font-size:.4rem;fill:#cbd5f5;font-family:inherit;dominant-baseline:hanging}.chart-label{font-size:.3rem;fill:#cbd5f5;font-family:inherit;dominant-baseline:hanging}.chart-line{fill:none;stroke:var(--neon-cyan);stroke-width:1;opacity:.92;stroke-linecap:round;filter:drop-shadow(0 0 6px rgba(0,245,255,.5))}.chart-point{fill:#fffffff2;stroke:#00f5ffd9;stroke-width:1}body.theme-light .chart-axis{stroke:#94a3b873}body.theme-light .chart-line{stroke:#2563ebcc}body.theme-light .chart-point{fill:#2563ebe6}.chart-tick{font-size:5px;fill:#ffffff73}.aim-trajectory{display:flex;flex-direction:column;gap:10px;width:100%;background:#0f172a52;border:1px dashed rgba(255,255,255,.1);border-radius:14px;padding:16px;color:var(--text-primary)}.trajectory-label{font-size:12px;line-height:1.2;margin-bottom:4px;color:#ffffffb3}.aim-trajectory h4{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}body.theme-light .aim-trajectory{background:#ecf4ffcc;border-color:#94a3b833;color:#0f172ad1}body.theme-light .trajectory-label{color:#374151bf}.aim-trajectory-player{gap:12px}.trajectory-plot-shell{display:flex;justify-content:center}.aim-trajectory-plot{width:min(100%,420px);height:auto;aspect-ratio:1 / 1;background:#02081738;border:1px solid rgba(255,255,255,.12);border-radius:10px}.aim-trajectory-grid line{stroke:#94a3b838;stroke-width:.8}.aim-trajectory-center{stroke:#ffffff80;stroke-width:1;stroke-dasharray:3 3}.aim-trajectory-path-all{fill:none;stroke:#7ef0ff52;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.aim-trajectory-path-active{fill:none;stroke:#7ef0ff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(126,240,255,.35))}.aim-trajectory-segment{stroke-width:2;stroke-linecap:round}.aim-trajectory-point{fill:#7ef0ff59;stroke:#00cfcf59;stroke-width:.4}.aim-trajectory-point.active{fill:#7ef0ffb3;stroke:#00cfcfbf}.aim-trajectory-current-point{fill:#fff;stroke:#00f5ff;stroke-width:1.3}.trajectory-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.trajectory-play-btn{border:1px solid rgba(0,245,255,.45);background:#00f5ff1f;color:#dffcff;border-radius:8px;font-size:12px;padding:6px 12px;cursor:pointer}.trajectory-play-btn:disabled{opacity:.4;cursor:not-allowed}.trajectory-speed{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#cbd5f5e6}.trajectory-speed select{border-radius:8px;border:1px solid rgba(148,163,184,.4);background:#0f172acc;color:inherit;font-size:12px;padding:4px 8px}.trajectory-index{margin-left:auto;font-size:12px;color:#cbd5f5cc}.trajectory-legend{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center}.trajectory-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#cbd5f5e6}.trajectory-legend-swatch{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.35)}.trajectory-slider{width:100%}body.theme-light .aim-trajectory-plot{background:#f8fafcd9;border-color:#94a3b859}body.theme-light .trajectory-play-btn{color:#0f172a;background:#38bdf829;border-color:#0ea5e980}body.theme-light .trajectory-speed{color:#0f172acc}body.theme-light .trajectory-speed select{background:#f1f5f9e6;color:#0f172ad9}body.theme-light .trajectory-index{color:#0f172aad}body.theme-light .trajectory-legend-item{color:#0f172ad1}body.theme-light .trajectory-legend-swatch{border-color:#0f172a33}.chart-bars{display:flex;align-items:flex-end;gap:8px;width:100%;height:160px}.chart-bars .bar{flex:1;position:relative;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#00f5ffe6,#8a2be299)}.chart-bars .bar span{position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:10px;color:#fff9}.chart-stems{display:flex;align-items:flex-end;gap:6px;width:100%;height:160px}.chart-stems .stem{position:relative;width:10px;height:0;flex:1;border-radius:999px}.chart-stems .stem.hit{height:140px;background:linear-gradient(180deg,#10b981e6,#059669b3)}.chart-stems .stem.miss{height:60px;background:linear-gradient(180deg,#f87171e6,#ef444499)}.chart-stems .stem span{position:absolute;bottom:-18px;left:50%;transform:translate(-50%);font-size:10px;color:#fff9}.chart-list{display:flex;flex-direction:column;gap:12px;width:100%}.chart-list-row{display:flex;align-items:center;gap:12px;font-size:13px;width:100%}.chart-list-row span{width:120px}.chart-list-bar{flex:1;position:relative;border-radius:999px;background:#ffffff14;overflow:hidden}.chart-list-fill{position:relative;display:block;height:100%;min-height:10px;border-radius:inherit;background:linear-gradient(90deg,#00f5ffe6,#8a2be2cc);color:#0a0e1a;font-weight:600;font-size:12px;text-align:right;padding-right:10px;display:flex;align-items:center;justify-content:flex-end}.chip{font-size:11px;text-transform:uppercase;letter-spacing:.6px;background:#00f5ff26;border-radius:999px;padding:6px 12px;color:var(--text-secondary)}.sync-indicator{background:#8a2be226}.heatmap-card .heatmap-tabs{display:flex;gap:8px}.heatmap-card .tab{border:none;background:#00f5ff1f;color:var(--text-secondary);border-radius:10px;padding:8px 12px;cursor:pointer;font-size:12px}.heatmap-card .tab.active{background:#00f5ff40;color:var(--text-primary)}.heatmap-preview{min-height:220px;border-radius:12px;margin-top:16px;background:radial-gradient(circle at 50% 40%,#ffffff47,#0000000d),linear-gradient(135deg,#00f5ff2e,#8a2be22e);display:flex;align-items:center;justify-content:center;color:#0f172ab3;font-size:13px}.feedback-card{display:flex;flex-direction:column;gap:12px;min-height:0}.feedback-card h3{font-size:16px}.feedback-card ul{list-style:disc;padding-left:18px;font-size:13px;line-height:1.6;flex:1;display:flex;flex-direction:column;gap:10px;margin:0}.detail-mini-card{padding:14px 16px}.overview-score.compact.detail-vps-mini{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"left score" "metrics metrics";align-items:center;align-content:stretch;justify-content:stretch;gap:6px 12px;width:100%;padding:6px 8px;height:100%}.overview-score.compact.detail-vps-mini .overview-score-left{grid-area:left;min-width:0;align-self:center}.overview-score.compact.detail-vps-mini .overview-score-right{grid-area:score;margin-left:0;align-self:center}.overview-score.compact.detail-vps-mini .score-circle.tiny{width:96px;height:96px}.overview-score.compact.detail-vps-mini .detail-vps-metrics{grid-area:metrics;display:flex;flex-direction:column;gap:8px;width:100%;height:100%;align-self:stretch}.overview-score.compact.detail-vps-mini .detail-vps-metrics .metric-pill{width:100%;padding:8px 12px;border-radius:16px;flex:1}.overview-score.compact.detail-vps-mini .detail-vps-metrics .metric-pill .pill-label,.overview-score.compact.detail-vps-mini .detail-vps-metrics .metric-pill .pill-value{white-space:nowrap}.detail-vps-metrics .pill-label{font-size:15px;line-height:1.2}.detail-vps-metrics .pill-value{font-size:22px;line-height:1.1}.session-detail-page .detail-vps-mini .mini-score-title{font-size:22px}.session-detail-page .detail-vps-mini .score-circle.tiny .score-value{font-size:40px}.overview-hitmap.hitmap-mini{width:100%;grid-template-columns:clamp(128px,34%,180px) minmax(0,1fr);gap:12px;align-items:start}.overview-hitmap.hitmap-mini .hit-figure{max-width:180px;padding:8px}.overview-hitmap.hitmap-mini .hit-figure-svg{max-width:90%}.overview-hitmap.hitmap-mini .hit-zone-list{min-width:0;height:auto;gap:4px}.overview-hitmap.hitmap-mini .zone-row{grid-template-columns:minmax(0,1fr) auto;padding:9px 12px;gap:10px}.overview-hitmap.hitmap-mini .zone-row .zone-label{font-size:16px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview-hitmap.hitmap-mini .zone-row .zone-percent{font-size:20px;line-height:1.1}.session-detail-page .session-layout-hitmap .overview-hitmap.hitmap-mini{height:100%}.session-detail-page .session-layout-hitmap .overview-hitmap.hitmap-mini .hit-zone-list{height:100%;align-content:stretch;grid-auto-rows:1fr}.charts-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:20px}.chart-card.chart-wide{grid-column:1 / -1}.chart-card.chart-narrow{grid-column:1 / 2}.heatmap-card.chart-broad{grid-column:2 / 3}.detail-analysis-split{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr);gap:20px;align-items:start;margin-bottom:24px}.damage-timeline-card .chart-canvas{min-height:300px}.analysis-right-stack{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.analysis-right-stack .card{width:100%}@media (max-width: 900px){.detail-analysis-split{grid-template-columns:1fr}.analysis-right-stack{align-items:stretch}}@media (max-width: 900px){.session-card{grid-template-columns:1fr}.session-thumb{height:140px}.upload-dropzone{padding:56px 24px;min-height:260px}.drop-title{font-size:18px}.session-row{flex-direction:column;align-items:flex-start;gap:12px}.session-row-score{align-items:flex-start}.toolbar-actions{flex-direction:column;align-items:stretch}.toolbar-actions .select-wrapper,.date-range{width:100%}.date-range{justify-content:space-between}.detail-top-grid{grid-template-columns:1fr}.detail-side-stack{display:flex;flex-direction:column;height:auto}.player-controls{flex-direction:column;align-items:flex-start}.charts-grid{grid-template-columns:1fr}.chart-card.chart-wide,.chart-card.chart-narrow,.heatmap-card.chart-broad{grid-column:auto}}.aim-card{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.session-detail-page #damage-chart,.session-detail-page #weapon-performance,.session-detail-page #aim-trajectory-x,.session-detail-page #aim-trajectory-y{width:100%}.billing-section{display:grid;grid-template-columns:1fr 1.5fr;gap:30px;margin-bottom:30px}.billing-left,.billing-right{display:flex;flex-direction:column;gap:25px}.credit-card-display{background:linear-gradient(135deg,#1e3a8a,#3b82f6,#6366f1);padding:30px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(79,209,197,.3);box-shadow:0 8px 30px #3b82f666;position:relative;overflow:hidden}.credit-card-display:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:shimmer 3s infinite}@keyframes shimmer{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.card-header h3{font-size:24px;font-weight:600}.mastercard-logo{display:flex;gap:-10px}.mastercard-logo .circle{width:30px;height:30px;border-radius:50%}.mastercard-logo .circle.red{background:#eb001b;margin-right:-10px}.mastercard-logo .circle.orange{background:#f79e1b}.card-number{font-size:22px;letter-spacing:2px;margin-bottom:20px;font-weight:500}.card-details{display:flex;gap:40px}.card-details .label{font-size:10px;text-transform:uppercase;opacity:.8;margin-bottom:5px}.card-details .value{font-size:16px;font-weight:600}.status-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}.status-card{background:var(--secondary-bg);border-radius:15px;padding:25px;display:flex;flex-direction:column;align-items:center;text-align:center}.status-icon{width:50px;height:50px;background:var(--accent-teal);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:15px}.status-info h4{font-size:14px;color:var(--text-secondary);margin-bottom:10px;font-weight:600}.status-pro{font-size:28px;font-weight:700;margin-bottom:5px}.status-price{font-size:18px;margin-top:5px}.status-price span{font-size:12px;color:var(--text-secondary)}.next-date{font-size:32px;font-weight:700}.upgrade-card{background:linear-gradient(135deg,#1e3a8a,#3b82f6,#8b5cf6);text-align:center;padding:35px 25px;border:1px solid rgba(79,209,197,.3);box-shadow:0 8px 30px #3b82f666;position:relative;overflow:hidden}.upgrade-card:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:slide 3s infinite}@keyframes slide{0%{left:-100%}to{left:200%}}.upgrade-icon{width:60px;height:60px;background:#fff3;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:30px;margin:0 auto 20px}.upgrade-card h3{font-size:22px;margin-bottom:10px}.upgrade-card p{color:#ffffffe6;margin-bottom:25px;font-size:14px}.btn-upgrade{background:#fff;color:#667eea;border:none;padding:15px 40px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s}.btn-upgrade:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.card-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.card-header-row h3{font-size:20px}.btn-add-card,.btn-view-all{background:transparent;border:1px solid var(--accent-teal);color:var(--accent-teal);padding:10px 20px;border-radius:10px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s}.btn-add-card:hover,.btn-view-all:hover{background:var(--accent-teal);color:var(--primary-bg)}.payment-cards{display:flex;flex-direction:column;gap:15px}.payment-card-item{background:var(--card-bg);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;display:flex;align-items:center;gap:15px}.card-icon{width:50px;height:35px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ffffff1a}.card-icon.mastercard{background:transparent;display:flex;gap:-5px}.card-icon.mastercard .circle{width:20px;height:20px;border-radius:50%}.card-icon.visa{font-size:24px}.payment-card-item span{font-size:16px;letter-spacing:1px}.invoices-list{display:flex;flex-direction:column;gap:0}.invoice-item{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.05)}.invoice-item:last-child{border-bottom:none}.invoice-date .date{font-size:16px;margin-bottom:5px}.invoice-date .invoice-id{font-size:12px;color:var(--text-secondary)}.invoice-amount{display:flex;align-items:center;gap:20px}.invoice-amount .price{font-size:20px;font-weight:600}.btn-pdf{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--text-secondary);padding:8px 15px;border-radius:8px;font-size:12px;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:5px}.btn-pdf:hover{background:var(--card-bg);color:var(--text-primary)}@media (max-width: 1200px){.billing-section,.status-cards{grid-template-columns:1fr}}@media (max-width: 768px){.payment-cards{gap:10px}.invoice-amount{flex-direction:column;align-items:flex-end;gap:10px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-bg: #0b0b0f;--secondary-bg: rgba(22, 33, 62, .9);--card-bg: rgba(26, 26, 46, .85);--text-primary: #ffffff;--text-secondary: #b8b8b8;--text-muted: #6b7280;--neon-cyan: #00f5ff;--neon-purple: #8a2be2;--neon-green: #39ff14;--neon-pink: #ff073a;--accent-teal: #00f5ff;--accent-purple: #8a2be2;--accent-blue: #4f46e5;--font-primary: "Inter", "Roboto", sans-serif;--font-heading: "Orbitron", "Exo 2", sans-serif}body{font-family:var(--font-primary, "Inter", sans-serif);background:radial-gradient(circle at 10% 10%,rgba(138,43,226,.18),transparent 50%),radial-gradient(circle at 80% 0%,rgba(0,245,255,.16),transparent 55%),#050508;color:var(--text-primary);min-height:100vh;letter-spacing:.01em}.auth-with-intro{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.auth-intro{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 50%,#000a1eeb,#000000f2);color:#fff;font-family:var(--font-heading, "Orbitron", sans-serif);text-transform:uppercase;letter-spacing:.24em;font-size:clamp(32px,4vw,56px);z-index:999;opacity:0;pointer-events:none;animation:authIntroFade 2.4s ease forwards}.toggle-container{display:inline-flex;align-items:center;gap:10px;cursor:pointer}.toggle-label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:6px;border:2px solid rgba(0,245,255,.5);background:#00000059;box-shadow:0 2px 6px #00000059;transition:border-color .2s ease,background .2s ease}.toggle-label:after{content:"";position:absolute;left:5px;top:50%;transform:translateY(-50%) scale(0) rotate(-45deg);width:10px;height:6px;border-left:2px solid #0bf5ff;border-bottom:2px solid #0bf5ff;border-radius:2px;transition:transform .22s ease,opacity .2s ease;opacity:0}.toggle-input:checked~.toggle-label:after{transform:translateY(-50%) scale(1) rotate(-45deg);opacity:1}.toggle-input:checked~.toggle-label:before{background:#00f5ff2e;border-color:#8a2be28c}.toggle-input:focus-visible~.toggle-label:before{outline:2px solid rgba(0,245,255,.6);outline-offset:2px}.logo .logo-img,.logo img{display:block;max-width:100%;height:auto}.logo-img{width:80%;max-width:260px;padding:0;height:auto}.auth-container{min-height:100vh;display:flex;flex-direction:column;padding:28px 30px 100px;max-width:1400px;margin:0 auto}.auth-container .logo{position:fixed;top:30px;left:50px;z-index:1200;display:flex;align-items:center;gap:12px;pointer-events:auto}.auth-container .logo-img{width:auto;height:48px;max-width:260px}@media (max-width: 640px){.auth-container .logo{top:12px;left:12px}.auth-container .logo-img{height:36px;max-width:180px}}@media (max-width: 420px){.auth-container .logo{top:8px;left:8px}.auth-container .logo-img{height:32px;max-width:140px}}body.debug-auth .auth-container{outline:2px dashed rgba(255,0,0,.6)}body.debug-auth .auth-content{outline:2px dashed rgba(0,255,0,.5)}body.debug-auth .auth-hero{outline:2px dashed rgba(0,0,255,.45)}body.debug-auth .auth-form{outline:2px dashed rgba(255,165,0,.6)}body.debug-auth .logo{outline:1px dotted rgba(255,255,255,.6)}.logo h1{font-size:24px;color:var(--neon-cyan);font-family:var(--font-heading, "Orbitron", sans-serif);letter-spacing:.12em;text-transform:uppercase}.auth-content{flex:1;justify-content:center;padding:0 20px 60px;gap:80px;position:relative;z-index:1;width:100%;max-width:1500px;margin:0 auto}.auth-content.sign-in-layout{align-items:center;justify-content:center;gap:110px;padding:0 24px;max-width:1200px;width:100%;margin:0 auto}.auth-content.centered{justify-content:center}.auth-form{max-width:420px;width:100%;margin:0 auto;flex:0 0 420px}.auth-hero{flex:0 0 560px;display:flex;flex-direction:column;justify-content:center;gap:18px;align-items:flex-start;background:linear-gradient(145deg,#000a1ea6,#05192dd9);border-radius:28px;padding:44px 48px;box-shadow:0 30px 60px #050c208c;max-width:600px;align-self:600px}.auth-hero h2{font-family:var(--font-heading, "Orbitron", sans-serif);font-size:clamp(24px,3vw,40px);letter-spacing:.18em;text-transform:uppercase}.signup-form{background:linear-gradient(145deg,#16213eeb,#0b0b0ff0);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:2px solid rgba(0,245,255,.35);border-radius:24px;padding:36px 32px;box-shadow:0 32px 68px #050a1e99,0 0 40px #00f5ff38;position:relative;overflow:hidden;max-width:420px;margin:0 auto}.signup-form:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,245,255,.4),rgba(138,43,226,.4),transparent)}.signup-form:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(138,43,226,.4),rgba(0,245,255,.4),transparent)}.auth-form h2{font-size:36px;margin-bottom:10px;font-family:var(--font-heading, "Orbitron", sans-serif);letter-spacing:.12em;text-transform:uppercase}.auth-hero h2,.auth-form h2{width:100%;text-align:center}.auth-hero{align-items:center}.auth-content.sign-in-layout .auth-form h2{font-size:clamp(40px,6.5vw,60px);line-height:1;margin-bottom:12px}@media (max-width: 1024px){.auth-content.sign-in-layout .auth-form h2{font-size:clamp(32px,5.5vw,40px)}}.form-subtitle{color:var(--text-muted);font-size:15px;margin-bottom:28px}.subtitle{color:var(--text-muted);margin-bottom:30px;line-height:1.5}.signup-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:48px 24px 60px}.signup-page .logo{align-self:flex-start;margin:0 0 44px 24px}.signup-page .logo-img{width:34%;max-width:260px}.signup-page .auth-content{flex:1;display:flex;align-items:center;gap:96px;width:100%;max-width:1180px;margin:0 auto;padding:0}.signup-page .auth-content.centered,.auth-content.signup-layout{padding:0 24px;max-width:1200px;margin:0 auto}.signup-hero{flex:0 0 520px;max-width:560px}.signup-hero p{max-width:380px}.social-auth{margin-bottom:25px}.social-auth .label{font-size:14px;color:var(--text-muted);margin-bottom:10px}.btn-google{width:50px;height:50px;border-radius:12px;border:1px solid rgba(0,245,255,.25);background:#080c18d9;color:var(--text-primary);font-size:20px;font-weight:700;cursor:pointer;transition:all .3s}.btn-google:hover{background:#00f5ff1f;border-color:#00f5ff73;box-shadow:0 0 24px #00f5ff59}.google-icon{display:inline-block}.divider{display:flex;align-items:center;margin:25px 0;color:var(--text-muted);font-size:14px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#00f5ff33}.divider span{padding:0 15px}form{display:flex;flex-direction:column;gap:20px}.form-group label{display:block;font-size:14px;color:var(--text-muted);margin-bottom:6%}.form-group input[type=email],.form-group input[type=password],.form-group input[type=text]{width:100%;padding:15px 20px;background:#080c18d9;border:1px solid rgba(0,245,255,.25);border-radius:12px;color:var(--text-primary);font-size:14px;transition:all .3s;box-shadow:inset 0 2px 8px #00000073}.form-group input:focus{outline:none;border-color:#00f5ff8c;background:#0d1220f0;box-shadow:0 0 18px #00f5ff47,inset 0 2px 8px #00000073}.form-group input::placeholder{color:var(--text-muted)}.toggle-container{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:26px}.toggle-input{position:absolute;opacity:0;width:1px;height:1px;margin:-1px;padding:0;border:0}.toggle-slider{display:none}.toggle-label{font-size:14px;color:var(--text-muted);font-weight:600;position:relative;padding-left:30px}.auth-form .form-group .toggle-container{display:flex;align-items:center;justify-content:flex-start;width:100%}.btn-primary{width:100%;padding:14px;background:linear-gradient(135deg,#00f5fff2,#8a2be2e6);color:#050508;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;margin-bottom:12px;box-shadow:0 10px 20px #00f5ff29}.btn-primary:hover{transform:translateY(-2px);background:linear-gradient(135deg,#00f5ff,#8a2be2f2);box-shadow:0 22px 40px #00f5ff52}.btn-primary:active{transform:translateY(-2px);box-shadow:0 12px 24px #00f5ff47}.auth-footer{margin-top:0;text-align:center;font-size:14px;color:var(--text-muted)}.auth-footer a{color:var(--neon-cyan);text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.auth-showcase{flex:1;display:flex;align-items:center;justify-content:center}.device-mockup{max-width:600px;width:100%;position:relative}.device-mockup img{width:100%;height:auto;border-radius:20px;box-shadow:0 28px 60px #050a1e73,0 0 40px #00f5ff2e}body.theme-light{background:linear-gradient(160deg,#e5f6ffcc,#ffffffe6);color:#0f172a}body.theme-light .auth-container:before{background:radial-gradient(circle at 25% 40%,rgba(14,165,233,.18) 0%,transparent 55%),radial-gradient(circle at 80% 25%,rgba(124,58,237,.14) 0%,transparent 52%)}body.theme-light .signup-page:before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path d="M0,300 Q300,200 600,300 T1200,300" stroke="rgba(14,165,233,0.18)" fill="none" stroke-width="2"/><path d="M0,350 Q300,250 600,350 T1200,350" stroke="rgba(124,58,237,0.18)" fill="none" stroke-width="2"/></svg>') no-repeat center top,radial-gradient(circle at 50% -10%,rgba(236,253,245,.7) 0%,transparent 55%)}body.theme-light .signup-form{background:linear-gradient(145deg,#fffffff2,#ecf4ffeb);border:2px solid rgba(124,58,237,.18);box-shadow:0 28px 52px #94a3b847}body.theme-light .subtitle,body.theme-light .social-auth .label,body.theme-light .divider,body.theme-light .form-group label,body.theme-light .toggle-label,body.theme-light .auth-footer,body.theme-light .auth-page-footer,body.theme-light .footer-links a{color:#374151cc}body.theme-light .btn-google{background:#ffffffeb;border:1px solid rgba(124,58,237,.18);color:#0f172a}body.theme-light .btn-google:hover{background:#0ea5e924;border-color:#0ea5e952;box-shadow:0 0 24px #0ea5e938}body.theme-light .auth-hero{background:linear-gradient(145deg,#ecf4ffeb,#dbeafee0);color:#0f172aeb;box-shadow:0 24px 48px #94a3b840}body.theme-light .auth-hero p{color:#374151d1}body.theme-light .form-group input[type=email],body.theme-light .form-group input[type=password],body.theme-light .form-group input[type=text]{background:#ffffffeb;border:1px solid rgba(124,58,237,.2);box-shadow:inset 0 2px 8px #94a3b82e;color:#0f172a}body.theme-light .form-group input:focus{background:#ecf4fff2;border-color:#0ea5e973;box-shadow:0 0 18px #0ea5e93d,inset 0 2px 8px #94a3b82e}body.theme-light .auth-footer a{color:#0ea5e9e6}body.theme-light .auth-page-footer{border-top-color:#7c3aed1f}body.theme-light .footer-links a:hover{color:#0ea5e9d9}.auth-page-footer{padding:30px 80px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(0,245,255,.1);font-size:13px;color:var(--text-muted);position:relative;z-index:1}.auth-with-intro .auth-page-footer{position:fixed;left:50%;transform:translate(-50%);bottom:18px;width:auto;max-width:720px;padding:8px 12px;justify-content:center;background:transparent;border-top:none;box-shadow:none;text-align:center;pointer-events:none}.auth-with-intro .auth-page-footer p{margin:0;pointer-events:auto}@media (max-width: 480px){.auth-with-intro .auth-page-footer{bottom:8px;max-width:92%;padding:6px 10px;font-size:12px}}.footer-links{display:flex;gap:20px}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--neon-cyan)}@media (max-width: 1024px){.auth-content{padding:0 24px 50px;gap:48px;align-items:center}.auth-content.sign-in-layout,.auth-content.signup-layout{gap:32px;max-width:1980px}.auth-hero{width:100%;padding:32px 28px;flex:initial;max-width:none}.auth-form{flex:initial;max-width:420px}.auth-showcase{display:none}}@media (max-width: 768px){.auth-content,.auth-page-footer{padding-left:20px;padding-right:20px}.signup-page .auth-content{padding:40px 20px 24px;align-items:center;justify-content:flex-start}.signup-page .signup-form{margin-top:0}.auth-page-footer{flex-direction:column;gap:15px;text-align:center}.logo{left:20px;top:20px}}@keyframes authIntroFade{0%{opacity:0}20%{opacity:1}70%{opacity:1}to{opacity:0}}@keyframes authIntroText{0%{opacity:0;transform:translateY(18px)}25%{opacity:1;transform:translateY(0)}70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}body.auth-intro-hide .auth-intro,body.auth-intro-hide .auth-intro-text{display:none}.profile-page{display:flex;flex-direction:column;gap:30px;padding-bottom:60px}.header-actions{display:flex;gap:15px;align-items:center}.icon-btn{width:40px;height:40px;background:var(--secondary-bg);border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.icon-btn:hover{background:var(--card-bg)}.section-intro h1{font-size:28px;background:linear-gradient(120deg,var(--neon-cyan),var(--neon-purple));-webkit-background-clip:text;background-clip:text;color:transparent}.password-section button{align-self:flex-start}body.theme-light .password-section{border-top:1px solid rgba(148,163,184,.18)}body.theme-light .section-intro h1{background:linear-gradient(120deg,#0ea5e9d9,#7c3aede0);-webkit-background-clip:text;background-clip:text;color:transparent}.section-intro p{margin-top:8px;color:var(--text-secondary);max-width:600px;line-height:1.6}.settings-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;align-items:stretch;grid-auto-rows:1fr}.account-card,.preferences-card{background:var(--secondary-bg);border:1px solid rgba(79,209,197,.15);box-shadow:0 16px 32px #06081059;border-radius:20px;display:flex;flex-direction:column}.card-header-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.card-header-row h2{font-size:20px}.profile-form,.preferences-form{display:flex;flex-direction:column;gap:18px;flex:1}.profile-form label,.preferences-form label{display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--text-secondary)}.password-section{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:14px}.password-section h3{font-size:15px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.profile-form input,.preferences-form select,.preferences-form input[type=text]{background:var(--secondary-bg);border:1px solid rgba(79,209,197,.2);border-radius:12px;padding:12px 16px;color:var(--text-primary);font-size:14px;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.profile-form input:focus,.preferences-form select:focus{border-color:#4fd1c599;box-shadow:0 0 0 4px #4fd1c51f}.account-overview{display:flex;flex-direction:column;gap:18px}.account-meta{display:grid;gap:12px}.account-meta-row{display:flex;justify-content:space-between;align-items:baseline;padding:14px 18px;border-radius:14px;background:#0b101ca6;border:1px solid rgba(79,209,197,.16)}.account-meta dt{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}.account-meta dd{margin:0;font-size:16px;font-weight:600;color:var(--text-primary)}.account-note{font-size:13px;line-height:1.7;color:var(--text-secondary);background:#0c14268c;border:1px dashed rgba(79,209,197,.28);border-radius:14px;padding:16px 20px}.select-wrapper{position:relative}.select-wrapper:after{content:"▾";position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--text-secondary);pointer-events:none}.form-actions{display:flex;gap:12px;justify-content:flex-end}.pref-group{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.pref-group.theme-options{border:1px solid rgba(79,209,197,.15);border-radius:14px;padding:16px;background:#4fd1c50a}.group-label{font-size:12px;letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary)}.radio-chip{position:relative;display:inline-flex;align-items:center;gap:10px}.radio-chip input{position:absolute;opacity:0;pointer-events:none}.radio-chip span{padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:#ffffff0a;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.radio-chip span:hover,.radio-chip input:focus-visible+span{border-color:#4fd1c573;box-shadow:0 0 0 3px #4fd1c52e}.radio-chip input:checked+span{border-color:#4fd1c599;background:#4fd1c538;color:var(--primary-bg);box-shadow:0 0 20px #4fd1c547}.preview-text{background:#4fd1c514;border:1px solid rgba(79,209,197,.25);border-radius:14px;padding:16px;color:var(--text-secondary);line-height:1.6}body.theme-light .account-card,body.theme-light .preferences-card{box-shadow:0 12px 24px #0f172a1f;border:1px solid rgba(20,24,36,.08)}body.theme-light .account-meta-row{background:#f4f8ffe6;border-color:#2563eb2e}body.theme-light .account-note{background:#e2e8f0b3;border-color:#2563eb3d}body.theme-light .radio-chip span{border-color:#0f172a14;background:#2563eb0a}body.theme-light .radio-chip input:checked+span{color:var(--text-primary);box-shadow:0 0 16px #2563eb2e}body.theme-light .preview-text{background:#2563eb14;border-color:#2563eb2e}@media (max-width: 768px){.form-actions{flex-direction:column;align-items:stretch}.pref-group{align-items:flex-start}}.app-shell{display:flex;min-height:100vh;background:var(--app-bg, #0b0b12);width:100%}.main-column{flex:1;display:flex;flex-direction:column;background:var(--content-bg, #0f101c);margin-left:var(--sidebar-width);max-width:none;width:calc(100vw - var(--sidebar-width))}.page-area{flex:1;width:100%;max-width:none;padding:2.5rem clamp(2rem,4vw,3.5rem);overflow-y:auto}.page-container{box-sizing:border-box;margin-left:var(--sidebar-width);width:calc(100vw - var(--sidebar-width));min-height:100vh;padding:2.5rem clamp(2rem,4vw,3.5rem);background:var(--content-bg, #0f101c)}.page-description{margin:0;color:#ffffffa6;font-size:.95rem}.content-section{border-radius:1.25rem;background:#111321e6;border:1px solid rgba(255,255,255,.05);padding:1.5rem}.page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.5rem}.header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;gap:1.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.search-area{flex:1}.header-controls{display:flex;align-items:center;gap:.75rem}.search-input{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);background:#0c0e19cc;color:inherit}.control-select{padding:.65rem .9rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);background:#0c0e19cc;color:inherit}.icon-button{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem .9rem;border-radius:.75rem;background:#4f46e526;border:1px solid rgba(79,70,229,.4);color:inherit}.icon-label{font-size:.85rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,2vw,2.25rem)}.analytics-view ul{list-style:none;padding:0;margin:0}.damage-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.damage-bar{flex:1;margin-left:1rem;height:.75rem;border-radius:999px;background:#4f46e529}.damage-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#4f46e5,#22d3ee);text-indent:-9999px}.analytics-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1.5rem}.summary-item{display:flex;flex-direction:column;gap:.4rem}.summary-value{font-size:1.2rem;font-weight:700}.sessions-controls{display:flex;gap:1rem;align-items:center}.session-list{display:grid;gap:1.25rem}.session-card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:1.25rem;background:#111321e6;border:1px solid rgba(255,255,255,.05)}.session-card-header{display:flex;gap:1rem;align-items:center}.session-thumbnail{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;font-size:1.5rem;background:#4f46e533}.session-metrics{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.session-metrics div{display:flex;flex-direction:column;gap:.2rem}.session-card-footer{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.9rem;color:#ffffffb3}.back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#fffc}.session-detail{display:flex;flex-direction:column;gap:1.5rem}.session-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.session-toggles{display:flex;gap:1rem}.session-toggles label{display:inline-flex;gap:.5rem;align-items:center}.video-placeholder{padding:2.5rem;border-radius:1.25rem;background:#4f46e51f;text-align:center}.video-placeholder.overlay-on{border:2px dashed rgba(34,211,238,.6)}.timeline-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.timeline-list li{padding:.75rem;border-radius:.85rem;background:#0f101ccc;border:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between}.notes-column ul{list-style:disc;padding-left:1.5rem}.notes-column ul li+li{margin-top:.5rem}.auth-layout{display:grid;min-height:100vh;grid-template-columns:minmax(320px,420px) 1fr;background:radial-gradient(circle at top left,rgba(34,211,238,.2),transparent 50%),#050510}.auth-aside{padding:3rem 2.5rem;background:#0c0e1999;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;flex-direction:column;gap:1.5rem}.auth-logo{width:160px;object-fit:contain}.auth-content{display:flex;align-items:center;justify-content:center;padding:3rem}.auth-card{width:min(420px,100%);padding:2.5rem;border-radius:1.5rem;background:#0f101cf2;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:1.5rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form label{display:flex;flex-direction:column;gap:.5rem}.auth-form input{padding:.75rem 1rem;border-radius:.85rem;border:1px solid rgba(255,255,255,.1);background:#080912e6;color:inherit}.auth-message{font-size:.9rem;color:#22d3eee6}.auth-switch{font-size:.9rem}.not-found{padding:4rem;text-align:center;display:grid;gap:1.5rem}@media (max-width: 960px){.app-shell{flex-direction:column}.main-column{margin-left:0;width:100%}.sidebar{position:sticky;top:0;flex-direction:row;width:100%;overflow-x:auto}.main-column{min-height:calc(100vh - 120px)}.header,.page-area{padding:1.5rem}.page-container{margin-left:0;width:100%;min-height:auto;padding:1.5rem}}#root{flex:1;display:flex}.badge{margin-left:auto;padding:.25rem .6rem;border-radius:999px;background:#22d3ee26;color:#22d3ee;font-size:.75rem}.muted{color:#fff9;font-size:.9rem}.session-notes{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.notes-column{display:grid;gap:.75rem}.table-caption{font-size:.85rem;color:#ffffffa6}.billing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.payment-cards,.invoices-list{display:grid;gap:1rem;padding:0;margin:1rem 0 0;list-style:none}.payment-card-item,.invoice-item{display:flex;align-items:center;gap:1rem;padding:1rem;display:grid;grid-template-columns:1fr auto auto;border:1px solid rgba(255,255,255,.05)}.card-header-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.card-header-row .zone-row .zone-label{white-space:nowrap}.card-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#4f46e533}.mastercard-logo{position:relative;width:36px;height:24px}.mastercard-logo .circle{position:absolute;top:0;width:24px;height:24px;border-radius:50%;opacity:.8}.mastercard-logo .circle.red{left:0;background:#ef4444}.mastercard-logo .circle.orange{right:0;background:#f97316}.invoice-amount{margin-left:auto;display:flex;align-items:center;gap:.75rem}.not-found .glow-button{justify-self:center}.radio-options{display:flex;gap:.75rem}.radio-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#4f46e51f}.radio-chip.checked{border-color:#22d3ee99}.radio-chip input{accent-color:#22d3ee}@media (max-width: 720px){.header-controls{flex-wrap:wrap}.auth-layout{grid-template-columns:1fr}.auth-aside{display:none}}.status-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:1.25rem;background:#0f101cd9;border:1px solid rgba(255,255,255,.05)}.status-icon{font-size:1.5rem;width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#22d3ee2e}.status-price span{font-size:.85rem;color:#fff9}html[data-theme=light] body{background:#f4f6ff;color:#0f172a}html[data-theme=light] .main-column,html[data-theme=light] .page-area,html[data-theme=light] .card,html[data-theme=light] .session-card,html[data-theme=light] .auth-card{background:#fff;color:#0f172a}html[data-theme=light] .sidebar{background:linear-gradient(180deg,#eef2ff,#e0f2fe);color:#0f172a}html[data-theme=light] .search-input,html[data-theme=light] .control-select{background:#f1f5f9;color:inherit}.table-container{width:100%;overflow-x:auto;margin-top:1rem}.members-table{width:100%;border-collapse:collapse;min-width:600px}.members-table th,.members-table td{padding:12px 16px;text-align:left;font-size:14px;border-bottom:1px solid rgba(255,255,255,.08)}.members-table th{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#ffffff9e;font-weight:600}.members-table td{color:#ffffffe6}.members-table tbody tr:hover{background:#ffffff08}body.theme-light .members-table th{color:#374151ad;border-bottom:1px solid rgba(148,163,184,.18)}body.theme-light .members-table td{color:#0f172ad1;border-bottom:1px solid rgba(148,163,184,.18)}body.theme-light .members-table tbody tr:hover{background:#00000005}.team-management-page{display:flex;flex-direction:column;gap:2rem}.team-management-header h1{margin:0;font-size:clamp(2rem,3vw,3rem)}.team-management-card{background:linear-gradient(150deg,#16213ed9,#0c0e19eb);border-radius:2.5rem;padding:2.5rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 40px #050a1e66}.team-management-empty{display:grid;gap:1rem;justify-items:center;text-align:center;color:#ffffffbf}.team-management-fields{display:grid;gap:1.75rem}.team-management-field h2{margin:0 0 .75rem;font-size:1.6rem}.team-management-input{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.5rem;border-radius:1.1rem;background:#0a0c18b3;border:1px solid rgba(255,255,255,.18);color:var(--text-primary)}.team-management-input span{font-size:1.05rem;font-weight:600;letter-spacing:.02em}.team-management-copy{border:none;background:none;color:var(--text-secondary);font-weight:600;cursor:pointer;transition:color .2s ease,opacity .2s ease}.team-management-copy:hover,.team-management-copy:focus-visible{color:var(--text-primary)}.team-management-copy:disabled{cursor:not-allowed;opacity:.5}.team-management-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.team-management-title-row h2{margin:0;font-size:1.6rem}.team-management-count{font-size:.9rem;color:var(--text-secondary)}.team-members-table{margin-top:1.5rem;padding:1rem 1.5rem;border-radius:1.75rem;background:#0c0e19b3;border:1px solid rgba(255,255,255,.08)}.team-members-table table{width:100%;border-collapse:collapse}.team-members-table th,.team-members-table td{text-align:left;padding:.85rem .2rem}.team-members-table thead th{font-size:.9rem;letter-spacing:.08em;color:var(--text-secondary);font-weight:600}.team-members-table tbody tr{border-top:1px solid rgba(255,255,255,.12);transition:background .2s ease}.team-members-table tbody tr:hover{background:#ffffff0a}.team-members-table td:last-child{text-align:right}.team-members-name-button{border:none;background:none;color:inherit;font-weight:600;cursor:pointer;padding:0;text-align:left;transition:color .2s ease}.team-members-name-button:hover,.team-members-name-button:focus-visible{color:var(--accent-teal)}.team-members-action{font-weight:600;color:var(--negative)}.team-members-empty{padding:1.5rem 0;text-align:center;color:#fff9}body.theme-light .team-management-card{background:linear-gradient(150deg,#ffffffeb,#ecf4ffe6);border-color:#0f172a1a;box-shadow:0 20px 32px #0f172a1f}body.theme-light .team-management-input{background:#fffffff2;border-color:#0f172a26;color:var(--text-primary)}body.theme-light .team-management-copy{color:#0f172a99}body.theme-light .team-management-copy:hover,body.theme-light .team-management-copy:focus-visible{color:#0f172ae6}body.theme-light .team-members-table{background:#fffffff2;border-color:#0f172a1f}body.theme-light .team-members-table thead th{color:#0f172a99}body.theme-light .team-members-table tbody tr{border-top:1px solid rgba(15,23,42,.12)}body.theme-light .team-members-table tbody tr:hover{background:#0f172a0a}body.theme-light .team-members-action{color:#ef4444}@media (max-width: 960px){.team-management-card{padding:2rem;border-radius:2rem}.team-members-table{padding:.75rem 1rem}}@media (max-width: 720px){.team-management-card{padding:1.5rem}.team-management-field h2,.team-management-title-row h2{font-size:1.35rem}.team-members-table th,.team-members-table td{font-size:.9rem}}.stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;text-align:center}.stat-label{font-size:.875rem;color:#ffffff9e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:600;color:#fffffff2}body.theme-light .stat-card{background:#00000005;border:1px solid rgba(0,0,0,.08)}body.theme-light .stat-label{color:#374151ad}body.theme-light .stat-value{color:#0f172af2}.video-player-container{position:relative;width:100%;background:#000;border-radius:8px;overflow:hidden}.video-element{width:100%;max-height:480px;display:block}.video-controls{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#000c;color:#fff}.control-btn{background:transparent;border:none;color:#fff;font-size:1.25rem;cursor:pointer;padding:.25rem .5rem;transition:opacity .2s}.control-btn:hover{opacity:.7}.time-display{font-size:.875rem;color:#ffffffe6;min-width:100px}.seek-bar{flex:1;height:6px;background:#ffffff4d;border-radius:3px;cursor:pointer;position:relative}.seek-progress{height:100%;background:#22d3ee;border-radius:3px;transition:width .1s}.volume-slider{width:80px;cursor:pointer}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#22d3ee;border-radius:50%;cursor:pointer}.volume-slider::-moz-range-thumb{width:12px;height:12px;background:#22d3ee;border-radius:50%;cursor:pointer;border:none}.profile-edit-form{display:flex;flex-direction:column;gap:1.5rem;max-width:500px}.profile-edit-form .form-group{display:flex;flex-direction:column;gap:.5rem}.profile-edit-form label{font-size:.875rem;font-weight:600;color:#fffc}.profile-edit-form input{padding:.75rem 1rem;font-size:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fffffff2;transition:border-color .2s}.profile-edit-form input:focus{outline:none;border-color:#22d3ee}.form-actions{display:flex;gap:1rem;margin-top:.5rem}body.theme-light .profile-edit-form label{color:#0f172acc}body.theme-light .profile-edit-form input{background:#00000005;border:1px solid rgba(0,0,0,.1);color:#0f172af2}body.theme-light .profile-edit-form input:focus{border-color:#0ea5e9}.account-meta-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.account-meta-row:last-child{border-bottom:none}.account-meta-row dt{font-weight:600;color:#ffffffb3}.account-meta-row dd{color:#fffffff2}body.theme-light .account-meta-row{border-bottom:1px solid rgba(0,0,0,.08)}body.theme-light .account-meta-row dt{color:#0f172ab3}body.theme-light .account-meta-row dd{color:#0f172af2}.damage-stats-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1.5rem;background:#ffffff05;border-radius:8px}.damage-stat-item{text-align:center;padding:1rem;border-radius:6px;background:#ffffff08;border:1px solid rgba(255,255,255,.08)}.damage-stat-item .stat-label{font-size:.875rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.damage-stat-item .stat-value{font-size:2rem;font-weight:700;color:#fffffff2}.stat-dealt{color:#22d3ee!important}.stat-received{color:#f59e0b!important}.stat-diff.positive{color:#10b981!important}.stat-diff.negative{color:#ef4444!important}@media (max-width: 768px){.damage-stats-container{grid-template-columns:1fr;gap:1rem}}body.theme-light .damage-stats-container{background:#00000003}body.theme-light .damage-stat-item{background:#00000005;border:1px solid rgba(0,0,0,.08)}body.theme-light .damage-stat-item .stat-label{color:#0f172a99}body.theme-light .damage-stat-item .stat-value{color:#0f172af2}.matches-hierarchy{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.match-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.match-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.match-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.match-header h3{font-size:1.25rem;font-weight:600;color:#fffffff2;margin:0}.match-date{font-size:.875rem;color:#fff9}.match-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.match-info{display:flex;justify-content:space-between;align-items:center}.match-info .label{font-size:.875rem;color:#fff9;font-weight:500}.match-info .value{font-size:.875rem;color:#fffffff2}.match-actions{display:flex;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}body.theme-light .match-card{background:#00000005;border:1px solid rgba(0,0,0,.08)}body.theme-light .match-header{border-bottom:1px solid rgba(0,0,0,.08)}body.theme-light .match-header h3{color:#0f172af2}body.theme-light .match-date,body.theme-light .match-info .label{color:#0f172a99}body.theme-light .match-info .value{color:#0f172af2}body.theme-light .match-actions{border-top:1px solid rgba(0,0,0,.08)}.coach-dashboard-header{margin-bottom:14px;padding:18px 20px}.coach-dashboard-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.coach-dashboard-title{margin:0;font-size:1.1rem;font-weight:700;color:#fffffff5}.coach-dashboard-subtitle{margin:.4rem 0 0;font-size:.9rem;color:#ffffffb3}.coach-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:14px;align-items:start}.coach-player-card{min-width:0}.coach-player-card-inner{background:linear-gradient(145deg,#16213ef5,#0e0e1af0);border:1px solid rgba(0,245,255,.18);border-radius:18px;padding:10px;box-shadow:0 20px 38px #050a1e66;display:flex;flex-direction:column;gap:8px}.coach-card-header{padding:4px 8px 0}.coach-card-title-wrap{display:flex;flex-direction:column;gap:4px}.coach-card-title{margin:0;font-size:1.05rem;font-weight:700;color:#f8fafc}.coach-detail-link{color:#00f5ffeb;text-decoration:none;font-size:.9rem;font-weight:700;width:fit-content}.coach-detail-link:hover,.coach-detail-link:focus-visible{text-decoration:underline}.coach-detail-link.disabled{color:#94a3b8e6;pointer-events:none}.coach-section-card{background:#080c18d1;border:1px solid rgba(0,245,255,.08);border-radius:14px;padding:12px}.coach-section-heading,.coach-section-heading-row .coach-section-heading{color:#fffffff5;font-weight:700;font-size:.96rem;line-height:1.35}.coach-section-heading-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.coach-section-eyebrow{margin:0;color:#ffffffeb;font-size:.95rem;font-weight:700;line-height:1.35}.coach-ops-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.coach-ops-copy{min-width:0}.coach-ops-label{margin-top:8px;color:#fff;font-size:2.05rem;line-height:1;font-weight:800;letter-spacing:.03em}.coach-ring-wrap{position:relative;width:112px;height:112px;display:grid;place-items:center}.coach-score-ring{width:112px;height:112px;transform:rotate(-90deg)}.coach-score-track,.coach-score-value{fill:none;stroke-linecap:round;stroke-width:12}.coach-score-track{stroke:#00f5ff24}.coach-score-value{stroke:#00f5ffe0;transition:stroke-dashoffset .45s ease;filter:drop-shadow(0 0 10px rgba(0,245,255,.2))}.coach-score-center{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:2rem;font-weight:800;color:#f8fafc}.coach-pill-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;margin-bottom:10px}.coach-pill-stat{border-radius:8px;background:#0a101fc7;border:1px solid rgba(0,245,255,.07);padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#fffffff5;font-size:.82rem}.coach-pill-stat span{color:#ffffffeb;font-weight:700}.coach-pill-stat strong{color:#fff;font-weight:800;font-size:.95rem}.coach-hit-grid{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:stretch}.coach-hit-figure{background:#0a101fc7;border:1px solid rgba(0,245,255,.07);border-radius:8px;display:flex;align-items:center;justify-content:center;padding:8px 4px}.coach-hit-figure svg{width:74px;height:118px}.coach-hit-figure svg circle,.coach-hit-figure svg rect{fill:#cffafedb}.coach-hit-shape{cursor:pointer;transition:fill .18s ease,filter .18s ease,opacity .18s ease}.coach-hit-shape.active{fill:#00f5fffa;filter:drop-shadow(0 0 8px rgba(0,245,255,.28))}.coach-zone-tags{display:flex;flex-direction:column;gap:8px}.coach-zone-tag{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;text-align:left;background:#0a101fd6;border:1px solid rgba(0,245,255,.07);border-radius:8px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.coach-zone-tag:hover,.coach-zone-tag:focus-visible,.coach-zone-tag.active{border-color:#00f5ff47;background:#00f5ff14;box-shadow:inset 0 0 0 1px #00f5ff1f}.coach-zone-tag:focus-visible{outline:2px solid rgba(0,245,255,.35);outline-offset:2px}.coach-zone-tag span{color:#ffffffeb;font-size:.78rem;font-weight:700}.coach-zone-tag strong{color:#fff;font-size:.82rem}.coach-trend-toggle{background:#00f5ff0d;border:1px solid rgba(0,245,255,.1);border-radius:999px;padding:3px;display:inline-flex;gap:4px}.coach-trend-toggle-btn{border:none;background:transparent;color:#e2e8f0d1;font-size:.72rem;font-weight:700;border-radius:999px;padding:5px 9px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.coach-trend-toggle-btn.active{background:#00f5ff2e;color:#dcfcfffa;box-shadow:inset 0 0 0 1px #00f5ff2e}.coach-trend-chart{min-height:126px;background:#0a101fc7;border:1px solid rgba(0,245,255,.07);border-radius:10px;margin-bottom:8px;overflow:hidden}.coach-trend-chart-svg{width:100%;height:126px;display:block}.coach-trend-empty{min-height:126px;display:grid;place-items:center;padding:12px;text-align:center;color:#ffffff8f;font-size:.9rem;line-height:1.4}.coach-trend-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.coach-trend-summary-item{background:#0a101fcc;border:1px solid rgba(0,245,255,.07);border-radius:8px;padding:8px 9px;display:flex;flex-direction:column;gap:4px}.coach-trend-summary-item span{color:#fff9;font-size:.67rem;font-weight:600}.coach-trend-summary-item strong{color:#fff;font-size:.9rem;line-height:1.1}.coach-mini-table-wrapper{background:#0a101fc7;border:1px solid rgba(0,245,255,.07);border-radius:10px;padding:8px}.coach-mini-table{width:100%;border-collapse:collapse;table-layout:fixed}.coach-mini-table th,.coach-mini-table td{padding:5px 4px;border-bottom:1px solid rgba(0,245,255,.08);text-align:left;color:#fffffff2;font-size:.75rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coach-mini-table th{color:#ffffffb3;font-weight:700}.coach-mini-table tbody tr:last-child td{border-bottom:none}.coach-mini-table th:nth-child(2),.coach-mini-table th:nth-child(3),.coach-mini-table td:nth-child(2),.coach-mini-table td:nth-child(3){text-align:right}.coach-section-empty{color:#ffffffa6;font-size:.86rem;padding-top:4px}body.theme-light .coach-player-card-inner{background:linear-gradient(145deg,#f7fafff2,#e8f4ffeb);border-color:#0ea5e929;box-shadow:0 14px 26px #94a3b833}body.theme-light .coach-card-title,body.theme-light .coach-dashboard-title,body.theme-light .coach-section-heading,body.theme-light .coach-section-heading-row .coach-section-heading,body.theme-light .coach-section-eyebrow,body.theme-light .coach-ops-label,body.theme-light .coach-score-center{color:#111827f2}body.theme-light .coach-dashboard-subtitle{color:#374151bf}body.theme-light .coach-section-card,body.theme-light .coach-pill-stat,body.theme-light .coach-hit-figure,body.theme-light .coach-zone-tag,body.theme-light .coach-trend-chart,body.theme-light .coach-trend-summary-item,body.theme-light .coach-mini-table-wrapper{background:#ffffffc7;border-color:#0ea5e91a}body.theme-light .coach-score-track{stroke:#0ea5e92e}body.theme-light .coach-score-value{stroke:#0ea5e9e6}body.theme-light .coach-hit-figure svg circle,body.theme-light .coach-hit-figure svg rect{fill:#475569cc}body.theme-light .coach-hit-shape.active{fill:#0ea5e9f2;filter:drop-shadow(0 0 7px rgba(14,165,233,.2))}body.theme-light .coach-pill-stat,body.theme-light .coach-zone-tag,body.theme-light .coach-mini-table th,body.theme-light .coach-mini-table td{color:#111827eb}body.theme-light .coach-zone-tag:hover,body.theme-light .coach-zone-tag:focus-visible,body.theme-light .coach-zone-tag.active{border-color:#0ea5e942;background:#0ea5e912;box-shadow:inset 0 0 0 1px #0ea5e91f}body.theme-light .coach-pill-stat span,body.theme-light .coach-zone-tag span{color:#374151d9}body.theme-light .coach-trend-empty,body.theme-light .coach-section-empty,body.theme-light .coach-trend-summary-item span,body.theme-light .coach-mini-table th{color:#475569b3}body.theme-light .coach-trend-toggle{background:#0ea5e90f;border-color:#0ea5e91f}body.theme-light .coach-trend-toggle-btn{color:#334155d1}body.theme-light .coach-trend-toggle-btn.active{background:#0ea5e924;color:#0c4a6ef5;box-shadow:inset 0 0 0 1px #0ea5e92e}@media (min-width: 1481px){.coach-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1480px){.coach-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1180px){.coach-dashboard-grid{grid-template-columns:minmax(0,1fr)}.coach-player-card-inner{gap:10px}}@media (max-width: 900px){.coach-dashboard-header{padding:16px}.coach-card-header{padding:2px 4px 0}.coach-section-card{padding:10px}.coach-ops-card{grid-template-columns:1fr;justify-items:start}.coach-ring-wrap,.coach-score-ring{width:96px;height:96px}.coach-score-center{font-size:1.6rem}.coach-hit-grid{grid-template-columns:1fr}.coach-hit-figure{min-height:120px}}@media (max-width: 720px){.coach-dashboard-header-row{flex-direction:column;align-items:flex-start}.coach-dashboard-title{font-size:1rem}.coach-dashboard-subtitle{font-size:.82rem}.coach-section-heading-row{flex-direction:column;align-items:flex-start}.coach-trend-summary-grid,.coach-pill-row{grid-template-columns:1fr}.coach-trend-chart,.coach-trend-chart-svg,.coach-trend-empty{min-height:112px;height:112px}}@media (max-width: 520px){.coach-dashboard-header{padding:14px;margin-bottom:10px}.coach-player-card-inner{border-radius:14px;padding:8px}.coach-card-title{font-size:.98rem}.coach-detail-link{font-size:.82rem}.coach-section-heading,.coach-section-heading-row .coach-section-heading,.coach-section-eyebrow{font-size:.88rem}.coach-ops-label{font-size:1.6rem;margin-top:6px}.coach-ring-wrap,.coach-score-ring{width:84px;height:84px}.coach-score-track,.coach-score-value{stroke-width:10}.coach-score-center{font-size:1.35rem}.coach-pill-stat{padding:7px 8px;font-size:.76rem}.coach-pill-stat strong{font-size:.86rem}.coach-zone-tag{padding:7px 8px}.coach-zone-tag span{font-size:.74rem}.coach-zone-tag strong{font-size:.78rem}.coach-trend-toggle-btn{font-size:.68rem;padding:4px 8px}.coach-trend-summary-item{padding:7px 8px}.coach-trend-summary-item strong{font-size:.84rem}.coach-mini-table-wrapper{overflow-x:auto}.coach-mini-table{min-width:260px}.coach-mini-table th,.coach-mini-table td{font-size:.7rem;padding:4px}}
