@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--primary:#4f46e5;--primary-hover:#4338ca;--secondary:#10b981;--background:#0f172a;--surface:#1e293b;--surface-glass:#1e293bb3;--text-main:#f8fafc;--text-muted:#94a3b8;--border:#334155;--danger:#ef4444;--warning:#f59e0b}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;display:flex}a{color:inherit;text-decoration:none}.glass-panel{background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff1a;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), #6366f1);color:#fff;box-shadow:0 4px 14px #4f46e563}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}h1,h2,h3{letter-spacing:-.025em;margin-bottom:1rem;font-weight:700}h1{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s forwards fadeIn}@keyframes pulse-red{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.recording-pulse{background:var(--danger);cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;animation:2s infinite pulse-red;display:flex}.tooltip-container{position:relative}.tooltip-container .tooltip-content{visibility:hidden;opacity:0;color:#fff;text-align:left;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;background:#0f172af2;border:1px solid #ffffff1a;border-radius:12px;width:280px;max-height:350px;padding:12px;font-size:11px;transition:all .2s ease-out;position:absolute;bottom:140%;right:0;overflow-y:auto;transform:translateY(10px);box-shadow:0 10px 25px -5px #0006,0 8px 10px -6px #0006}.tooltip-container:hover .tooltip-content{visibility:visible;opacity:1;transform:translateY(0)}@keyframes popIn{0%{opacity:0;transform:scale(.9)translateY(12px)}60%{transform:scale(1.03)translateY(-2px)}to{opacity:1;transform:scale(1)translateY(0)}}.coach-bubble{background:#4f46e51f;border:1px solid #4f46e54d;border-radius:16px;margin-top:15px;padding:18px;position:relative;box-shadow:0 10px 30px #00000040}.coach-bubble:before{content:"";background:#181b36;border-top:1px solid #4f46e54d;border-left:1px solid #4f46e54d;width:14px;height:14px;position:absolute;top:-8px;left:50%;transform:translate(-50%)rotate(45deg)}.coach-bubble-pop{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards popIn}.scorecard-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}@media (min-width:1024px){.scorecard-grid{grid-template-columns:repeat(3,1fr)}}:root{--spring-easing:linear(0, .016 0.5%, .06 1%, .226 2%, 1.116 5.4%, 1.375 6.6%, 1.527 7.7%, 1.565 8.2%, 1.585 8.8%, 1.581 9.3%, 1.559 9.8%, 1.458 10.9%, .937 14.3%, .784 15.5%, .693 16.6%, .67 17.1%, .657 17.7%, .671 18.7%, .729 19.8%, 1.042 23.3%, 1.13 24.5%, 1.182 25.6%, 1.201 26.7%, 1.192 27.7%, 1.156 28.8%, .977 32.2%, .925 33.4%, .894 34.5%, .882 35.6%, .887 36.6%, .907 37.7%, 1.045 42.4%, 1.069 44.5%, 1.059 46.3%, .979 50.9%, .96 53.4%, .966 55.3%, 1.013 59.9%, 1.024 62.3%, .986 71.2%, 1.008 79.9%, .995 88.9%, 1);--neon-purple-glow:0 0 15px #8b5cf699;--neon-blue-glow:0 0 15px #00e5ff99;--neon-gold-glow:0 0 15px #f59e0b99}.animate-spring-pop{animation:springPop .8s var(--spring-easing) forwards;display:inline-block}@keyframes springPop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.achievement-slide{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards slideIn}@keyframes slideIn{0%{opacity:0;transform:translate(120%)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes discoveryFlash{0%{border-color:#f59e0bbf;box-shadow:0 0 #f59e0b8c}50%{border-color:#10b981d9;box-shadow:0 0 0 12px #f59e0b26}to{border-color:#10b98173;box-shadow:0 0 #f59e0b00}}.discovery-unlock-flash{animation:2.2s ease-in-out 2 discoveryFlash}@keyframes discoveryFloatUp{0%{opacity:0;transform:translateY(0)scale(.85)}12%{opacity:1;transform:translateY(-6px)scale(1.05)}75%{opacity:1;transform:translateY(-48px)scale(1)}to{opacity:0;transform:translateY(-64px)scale(.95)}}.discovery-floating-particle{text-shadow:0 2px 8px #000000e6;pointer-events:none;white-space:nowrap;z-index:20;text-overflow:ellipsis;max-width:92%;font-size:.9rem;font-weight:800;animation:3.6s cubic-bezier(.25,1,.45,1) forwards discoveryFloatUp;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}.discovery-panel-highlight{border-radius:12px;animation:2.2s ease-in-out 2 discoveryFlash}
