*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#f97316;--orange-dark:#ea580c;--orange-light:#fed7aa;--blue:#1d4ed8;--blue-dark:#1e3a8a;--blue-light:#bfdbfe;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-300:#d1d5db;--gray-500:#6b7280;--gray-700:#374151;--gray-900:#111827}body{background:var(--gray-50);color:var(--gray-900);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}.lp-root{color:#e2e8f0;background:#07090e;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}@keyframes lp-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-18px)rotate(5deg)}}@keyframes lp-fade-up{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lp-pulse-glow{0%,to{opacity:.4}50%{opacity:.7}}@keyframes lp-helix-drift{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.lp-reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.lp-reveal.lp-revealed{opacity:1;transform:none}.lp-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#07090ed9;border-bottom:1px solid #ffffff12;position:fixed;top:0;left:0;right:0}.lp-nav-inner{align-items:center;gap:2rem;max-width:1200px;height:64px;margin:0 auto;padding:0 2rem;display:flex}.lp-nav-logo{color:#f1f5f9;letter-spacing:.3px;flex-shrink:0;align-items:center;gap:10px;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.lp-nav-logo strong{color:#f97316}.lp-logo-mark{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.lp-logo-mark--sm{border-radius:6px;width:26px;height:26px}.lp-nav-links{flex:1;gap:2rem;margin-left:1.5rem;display:flex}.lp-nav-link{color:#94a3b8;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.lp-nav-link:hover{color:#f1f5f9}.lp-nav-actions{align-items:center;gap:.75rem;display:flex}.lp-nav-signin{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:color .2s,background .2s}.lp-nav-signin:hover{color:#f1f5f9;background:#ffffff0f}.lp-nav-cta{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s,transform .15s}.lp-nav-cta:hover{background:#ea580c;transform:translateY(-1px)}.lp-hero{background:radial-gradient(80% 60% at 60% 40%,#f973161f 0%,#0000 60%),radial-gradient(60% 50% at 20% 70%,#3b82f61a 0%,#0000 55%),#07090e;align-items:center;min-height:100vh;padding:100px 2rem 4rem;display:flex;position:relative;overflow:hidden}.lp-hero:after{content:"";pointer-events:none;background:linear-gradient(#0000,#07090e);height:120px;position:absolute;bottom:0;left:0;right:0}.lp-hero-inner{grid-template-columns:1fr 340px;align-items:center;gap:5rem;width:100%;max-width:1200px;margin:0 auto;display:grid}.lp-hero-copy{animation:.8s both lp-fade-up}.lp-eyebrow{letter-spacing:3px;text-transform:uppercase;color:#f97316;background:#f973161f;border:1px solid #f9731640;border-radius:100px;margin-bottom:1.5rem;padding:.3rem .85rem;font-size:.7rem;font-weight:700;display:inline-block}.lp-hero-title{letter-spacing:-1px;color:#f1f5f9;margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:800;line-height:1.1}.lp-gradient-text{background:linear-gradient(120deg,#f97316,#fbbf24,#f97316) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite lp-gradient-shift}@keyframes lp-gradient-shift{0%{background-position:0%}to{background-position:200%}}.lp-hero-sub{color:#94a3b8;max-width:540px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.lp-hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;display:flex}.lp-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #f9731659}.lp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f9731680}.lp-btn-primary--lg{padding:1rem 2.25rem;font-size:1.1rem}.lp-btn-outline{color:#e2e8f0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.lp-btn-outline:hover{background:#ffffff17;border-color:#ffffff47;transform:translateY(-1px)}.lp-hero-note{color:#475569;font-size:.78rem}.lp-hero-visual{justify-content:center;animation:.9s .15s both lp-fade-up;display:flex;position:relative}.lp-helix-wrap{filter:drop-shadow(0 0 30px #f9731633);animation:8s ease-in-out infinite lp-helix-drift}.lp-helix{width:160px;height:auto}.lp-hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex;position:absolute}.lp-hero-badge--left{top:20%;left:-30px}.lp-hero-badge--right{bottom:25%;right:-20px}.lp-badge-num{color:#f97316;font-size:1.6rem;font-weight:800;line-height:1}.lp-badge-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600;line-height:1.4}.lp-trust{background:#ffffff08;border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;flex-wrap:wrap;justify-content:center;gap:0;padding:1rem 2rem;display:flex}.lp-trust-item{color:#64748b;white-space:nowrap;border-right:1px solid #ffffff12;align-items:center;gap:.6rem;padding:.6rem 2rem;font-size:.82rem;font-weight:600;display:flex}.lp-trust-item:last-child{border-right:none}.lp-trust-icon{color:#f97316;display:flex}.lp-section{padding:6rem 2rem}.lp-section--dark{background:#060810}.lp-section-inner{width:100%;max-width:1200px;margin:0 auto}.lp-section-header{text-align:center;margin-bottom:4rem}.lp-section-eyebrow{letter-spacing:3px;text-transform:uppercase;color:#f97316;margin-bottom:1rem;font-size:.7rem;font-weight:700;display:inline-block}.lp-section-title{letter-spacing:-.5px;color:#f1f5f9;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2}.lp-section-sub{color:#64748b;max-width:560px;margin:0 auto;font-size:1rem;line-height:1.7}.lp-steps{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.lp-step{background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;padding:2rem;transition:background .2s,border-color .2s,transform .2s;position:relative}.lp-step:hover{background:#ffffff0e;border-color:#ffffff21;transform:translateY(-4px)}.lp-step-num{opacity:.85;border:2px solid;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.25rem;font-size:1.1rem;font-weight:900;line-height:1;display:flex}.lp-step-line{display:none}.lp-step-title{color:#f1f5f9;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.lp-step-desc{color:#64748b;font-size:.9rem;line-height:1.7}.lp-cat-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.lp-cat-card{cursor:default;background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;padding:1.75rem;transition:transform .25s,border-color .25s,background .25s;position:relative;overflow:hidden}.lp-cat-card:before{content:"";background:var(--cat-color);opacity:.8;height:3px;position:absolute;top:0;left:0;right:0}.lp-cat-card:after{content:"";background:radial-gradient(ellipse at top left, var(--cat-color), transparent 70%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.lp-cat-card:hover{border-color:var(--cat-color);background:#ffffff0d;transform:translateY(-5px)}.lp-cat-card:hover:after{opacity:.06}.lp-cat-icon{color:var(--cat-color);z-index:1;margin-bottom:1rem;position:relative}.lp-cat-title{color:#f1f5f9;z-index:1;margin-bottom:.4rem;font-size:1rem;font-weight:700;position:relative}.lp-cat-sub{color:#64748b;z-index:1;margin-bottom:1rem;font-size:.8rem;line-height:1.5;position:relative}.lp-cat-types{z-index:1;flex-wrap:wrap;gap:.4rem;display:flex;position:relative}.lp-cat-tag{color:#94a3b8;letter-spacing:.3px;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:100px;padding:.25rem .6rem;font-size:.7rem;font-weight:600}.lp-audience{background:#07090e}.lp-audience-inner{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:3rem;display:grid}.lp-audience-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:1.25rem;padding:2.5rem;transition:border-color .3s,transform .3s;display:flex}.lp-audience-card--coach:hover{border-color:#f9731666;transform:translateY(-4px)}.lp-audience-card--student:hover{border-color:#3b82f666;transform:translateY(-4px)}.lp-audience-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.lp-audience-card--coach .lp-audience-icon{color:#f97316;background:#f973161f;border:1px solid #f9731633}.lp-audience-card--student .lp-audience-icon{color:#3b82f6;background:#3b82f61f;border:1px solid #3b82f633}.lp-audience-title{color:#f1f5f9;font-size:1.4rem;font-weight:800}.lp-audience-desc{color:#64748b;font-size:.9rem;line-height:1.7}.lp-audience-list{flex-direction:column;flex:1;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.lp-audience-list li{color:#94a3b8;align-items:flex-start;gap:.65rem;font-size:.875rem;line-height:1.5;display:flex}.lp-check{flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.lp-audience-card--coach .lp-check{color:#f97316}.lp-audience-card--student .lp-check{color:#3b82f6}.lp-audience-btn{cursor:pointer;border:none;border-radius:10px;align-self:flex-start;align-items:center;gap:.5rem;margin-top:auto;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.lp-audience-btn--coach{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 16px #f973164d}.lp-audience-btn--coach:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f9731673}.lp-audience-btn--student{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 16px #3b82f64d}.lp-audience-btn--student:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f673}.lp-audience-divider{justify-content:center;align-items:center;width:40px;display:flex}.lp-audience-divider span{color:#334155;text-transform:uppercase;letter-spacing:2px;background:#07090e;padding:.5rem 0;font-size:.75rem;font-weight:600}.lp-cta{background:linear-gradient(135deg,#0d1117 0%,#0f1520 50%,#0d1117 100%);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;justify-content:center;padding:7rem 2rem;display:flex;position:relative;overflow:hidden}.lp-cta-glow{pointer-events:none;border-radius:50%;width:500px;height:500px;animation:4s ease-in-out infinite lp-pulse-glow;position:absolute}.lp-cta-glow--left{background:radial-gradient(circle,#f9731624 0%,#0000 70%);top:-150px;left:-150px}.lp-cta-glow--right{background:radial-gradient(circle,#3b82f61a 0%,#0000 70%);animation-delay:2s;bottom:-150px;right:-100px}.lp-cta-inner{z-index:1;grid-template-columns:140px 1fr;align-items:center;gap:4rem;width:100%;max-width:900px;display:grid;position:relative}.lp-cta-helix{opacity:.6;animation:10s ease-in-out infinite lp-helix-drift}.lp-cta-helix .lp-helix{width:120px}.lp-cta-copy{flex-direction:column;gap:1.5rem;display:flex}.lp-cta-title{letter-spacing:-.5px;color:#f1f5f9;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.2}.lp-cta-sub{color:#64748b;max-width:480px;font-size:1rem;line-height:1.7}.lp-footer{background:#060810;border-top:1px solid #ffffff0f;padding:2rem}.lp-footer-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.lp-footer-brand{color:#64748b;align-items:center;gap:8px;font-size:.875rem;font-weight:600;display:flex}.lp-footer-brand strong{color:#f97316}.lp-footer-copy{color:#334155;font-size:.8rem}@media (width<=900px){.lp-hero-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.lp-hero-sub{margin-left:auto;margin-right:auto}.lp-hero-actions{justify-content:center}.lp-hero-visual{order:-1}.lp-hero-badge--left{left:5%}.lp-hero-badge--right{right:5%}.lp-helix-wrap .lp-helix{width:120px}.lp-steps{grid-template-columns:1fr}.lp-cat-grid{grid-template-columns:repeat(2,1fr)}.lp-audience-inner{grid-template-columns:1fr}.lp-audience-divider{flex-direction:row;width:100%;height:24px}.lp-cta-inner{text-align:center;grid-template-columns:1fr}.lp-cta-helix{display:none}.lp-cta-copy{align-items:center}}@media (width<=600px){.lp-nav-links{display:none}.lp-cat-grid{grid-template-columns:1fr}.lp-trust{gap:0}.lp-trust-item{border-bottom:1px solid #ffffff12;border-right:none;justify-content:center;width:100%;padding:.5rem 1rem}.lp-trust-item:last-child{border-bottom:none}.lp-footer-inner{text-align:center;flex-direction:column}}.app{flex-direction:column;min-height:100vh;display:flex}.nav{background:var(--blue-dark);justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex}.nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo-icon{background:var(--orange);width:36px;height:36px;color:var(--white);border-radius:8px;justify-content:center;align-items:center;font-size:18px;font-weight:900;display:flex}.nav-logo-text{color:var(--white);letter-spacing:.3px;font-size:1.1rem;font-weight:700}.nav-logo-text span{color:var(--orange)}.hero{background:linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 55%, #2563eb 100%);flex:1;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 70%,#f973162e 0%,#0000 65%);position:absolute;inset:0}.hero-inner{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1000px;display:flex;position:relative}.hero-copy{color:var(--white);flex:1}.hero-eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:var(--orange-light);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.hero-title{margin-bottom:1rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.1}.hero-title span{color:var(--orange)}.hero-subtitle{opacity:.85;max-width:380px;font-size:1rem;line-height:1.65}.card{background:var(--white);border-radius:16px;width:100%;max-width:360px;padding:2.25rem 2rem;box-shadow:0 20px 60px #0000004d}.card-title{color:var(--gray-900);margin-bottom:.3rem;font-size:1.4rem;font-weight:700}.card-subtitle{color:var(--gray-500);margin-bottom:1.75rem;font-size:.875rem}.form-label{color:var(--gray-700);letter-spacing:.4px;text-transform:uppercase;margin-bottom:.4rem;font-size:.78rem;font-weight:600;display:block}.form-input{border:1.5px solid var(--gray-300);width:100%;color:var(--gray-900);background:var(--white);border-radius:8px;outline:none;padding:.65rem .875rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-light)}.form-row{justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:.82rem;display:flex}.form-checkbox{color:var(--gray-700);cursor:pointer;align-items:center;gap:6px;display:flex}.form-checkbox input{accent-color:var(--blue);width:14px;height:14px}.forgot-link{color:var(--blue);font-weight:600;text-decoration:none}.forgot-link:hover{text-decoration:underline}.btn-primary{background:var(--orange);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:8px;margin-bottom:1.25rem;padding:.75rem;font-size:.95rem;font-weight:700;transition:background .15s,transform .1s}.btn-primary:hover{background:var(--orange-dark)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.divider{color:var(--gray-500);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.divider:before,.divider:after{content:"";background:var(--gray-300);flex:1;height:1px}.btn-google{background:var(--white);width:100%;color:var(--gray-700);border:1.5px solid var(--gray-300);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-bottom:1.5rem;padding:.65rem;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.btn-google:hover{background:var(--gray-50);border-color:var(--gray-500)}.card-footer{text-align:center;color:var(--gray-500);font-size:.82rem}.card-footer a{color:var(--blue);font-weight:600;text-decoration:none}.card-footer a:hover{text-decoration:underline}.message{border-radius:8px;margin-bottom:1rem;padding:.65rem .875rem;font-size:.85rem}.message-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.message-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.nav-signout{color:#fffc;cursor:pointer;background:0 0;border:1.5px solid #ffffff59;border-radius:6px;padding:.4rem 1rem;font-size:.82rem;font-weight:600;transition:border-color .15s,color .15s}.nav-signout:hover{border-color:var(--orange);color:var(--orange)}.dashboard{background:var(--gray-100);flex:1;justify-content:center;align-items:flex-start;padding:3rem 1.5rem;display:flex}.dashboard-inner{width:100%;max-width:800px}.dashboard-title{color:var(--blue-dark);margin-bottom:.25rem;font-size:2rem;font-weight:800}.dashboard-sub{color:var(--gray-500);margin-bottom:2rem;font-size:.9rem}.dashboard-placeholder{background:var(--white);border:2px dashed var(--gray-300);text-align:center;color:var(--gray-500);border-radius:12px;padding:3rem}.footer{background:var(--blue-dark);color:#ffffff73;text-align:center;padding:1rem;font-size:.78rem}.footer span{color:var(--orange)}.admin-panel{color:#e2e8f0;background:#0a0c0f;flex:1;padding:2rem}.admin-container{max-width:1200px;margin:0 auto}.admin-panel h1{color:#fff;margin-bottom:2rem;font-size:2rem;font-weight:800}.admin-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.admin-section{background:#111418;border:1px solid #ffffff0f;border-radius:8px;padding:2rem}.admin-section h2{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.admin-list{width:100%}.admin-list p{color:#94a3b8;margin-bottom:1rem}.empty-state{text-align:center;color:#64748b;padding:2rem}.students-table{border-collapse:collapse;width:100%;font-size:.9rem}.students-table thead{border-bottom:1px solid #ffffff1f}.students-table th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 0;font-size:.8rem;font-weight:600}.students-table td{color:#e2e8f0;border-bottom:1px solid #ffffff0f;padding:.75rem 0}.students-table tr:hover{background:#ffffff05}.admin-creation{width:100%}.admin-creation form{flex-direction:column;gap:1rem;display:flex}.admin-creation .form-group{margin-bottom:0}.admin-creation .form-label{color:#94a3b8;text-transform:capitalize;margin-bottom:.5rem;font-size:.85rem}.admin-creation .form-input{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1f;padding:.6rem .75rem;font-size:.9rem}.admin-creation .form-input::placeholder{color:#64748b}.admin-creation .form-input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.admin-creation .btn-primary{background:#6366f1;margin-top:.5rem;margin-bottom:0}.admin-creation .btn-primary:hover{background:#4f46e5}.admin-resources{flex-direction:column;gap:1rem;display:flex}.pdf-export-card{background:#0f172a8c;border:1px solid #94a3b82e;border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.pdf-export-card h3{color:#e2e8f0;margin:0;font-size:1rem}.pdf-export-card p{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.45}.pdf-export-card label{color:#cbd5e1;font-size:.85rem;font-weight:600}.pdf-export-card select{color:#e2e8f0;background:#0f172abf;border:1px solid #94a3b847;border-radius:6px;padding:.65rem .7rem;font-size:.92rem}.pdf-export-card select:focus{border-color:#1db954cc;outline:none;box-shadow:0 0 0 2px #1db95438}.btn-pdf-download{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s}.btn-pdf-download:hover{background:#ea580c}.btn-pdf-download:active{background:#c2410c}.student-dashboard{color:#e2e8f0;background:#0a0c0f;flex:1;padding:2rem}.student-nav{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.75rem 0;display:flex}.student-nav-brand{color:#fff;letter-spacing:.01em;font-size:1rem;font-weight:700}.student-nav-signout{color:#fff6;cursor:pointer;letter-spacing:.05em;background:0 0;border:1px solid #ffffff1f;border-radius:2px;padding:5px 10px;font-family:inherit;font-size:.75rem;transition:border-color .15s,color .15s}.student-nav-signout:hover{color:#ffffffb3;border-color:#ffffff4d}.dashboard-container{max-width:700px;margin:0 auto}.dashboard-header{margin-bottom:3rem}.dashboard-header h1{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:800}.dashboard-subtitle{color:#94a3b8;font-size:1rem}.success-message{text-align:center;background:#111418;border:1px solid #ffffff0f;border-radius:8px;padding:3rem 2rem}.success-icon{color:#000;background:#1db954;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:28px;font-weight:700;display:flex}.success-message h2{color:#fff;margin-bottom:1rem;font-size:1.5rem}.success-message p{color:#94a3b8;margin-bottom:1rem;line-height:1.6}.intake-form{flex-direction:column;gap:2rem;display:flex}.form-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;margin-bottom:1rem;padding:1rem}.form-section{background:#111418;border:1px solid #ffffff0f;border-radius:8px;padding:2rem}.form-section h2{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.section-subtitle{color:#64748b;margin-bottom:1.5rem;font-size:.9rem}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-label{color:#94a3b8;text-transform:capitalize;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.required{color:#f97316}.form-input{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:6px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:#f97316;outline:none;box-shadow:0 0 0 2px #f973161a}.form-input::placeholder{color:#64748b}.input-with-unit{align-items:center;display:flex;position:relative}.input-with-unit .form-input{padding-right:3rem}.unit{color:#64748b;font-size:.85rem;font-weight:500;position:absolute;right:.75rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.radio-group{flex-direction:column;gap:.75rem;display:flex}.radio-label{cursor:pointer;color:#e2e8f0;border-radius:4px;align-items:center;gap:.75rem;padding:.5rem;transition:background .2s;display:flex}.radio-label:hover{background:#ffffff0d}.radio-label input[type=radio]{cursor:pointer;accent-color:#f97316}.file-input{cursor:pointer;background:#f973160d;border:2px dashed #f973164d;padding:1.5rem}.file-input:hover{background:#f9731614;border-color:#f9731680}.file-help{color:#64748b;margin-top:-.5rem;margin-bottom:.75rem;font-size:.85rem}.file-count{color:#1db954;margin-top:.5rem;font-size:.85rem}.btn-submit{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:6px;align-self:flex-start;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.btn-submit:hover:not(:disabled){background:#ea580c}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.submissions-list{flex-direction:column;gap:1rem;display:flex}.submission-item{background:#ffffff05;border:1px solid #ffffff14;border-radius:6px;padding:1.5rem;transition:all .2s}.submission-item:hover{background:#ffffff0a;border-color:#f973164d}.submission-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.submission-info{flex:1}.submission-email{color:#fff;margin-bottom:.25rem;font-weight:600}.submission-time{color:#64748b;font-size:.85rem}.status-badge{white-space:nowrap;border-radius:4px;padding:.4rem .8rem;font-size:.8rem;font-weight:600}.submission-details{border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;padding:1rem 0;display:grid}.detail-row{justify-content:space-between;gap:1rem;display:flex}.detail-label{color:#64748b;font-size:.85rem;font-weight:500}.detail-value{color:#e2e8f0;text-align:right;font-weight:500}.btn-review{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .2s}.btn-review:hover{background:#4f46e5}.empty-submissions{color:#64748b;text-align:center;padding:2rem}.loading-text,.error-text{color:#64748b;text-align:center;padding:1.5rem}.error-text{color:#fca5a5}.profile-header{text-align:center;margin-bottom:2rem}.profile-header h1{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:800}.profile-subtitle{color:#94a3b8;font-size:.95rem}.profile-cards{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.profile-card{background:#111418;border:1px solid #ffffff0f;border-radius:8px;padding:1.5rem}.profile-card h3{color:#fff;margin-bottom:1.5rem;font-size:1.1rem}.measurements-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.measurement-item{background:#ffffff05;border-radius:6px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.measurement-item .label{color:#64748b;font-size:.85rem;font-weight:500}.measurement-item .value{color:#f97316;font-size:1.5rem;font-weight:700}.movement-tests{flex-direction:column;gap:1rem;display:flex}.test-item{background:#ffffff05;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.test-item .label{color:#94a3b8;font-size:.9rem}.test-item .value{color:#1db954;font-weight:600}.status-info{background:#ffffff05;border-radius:6px;padding:1rem}.status-text{color:#94a3b8;margin-bottom:1.5rem;line-height:1.6}.status-timeline{flex-direction:column;gap:1.5rem;display:flex}.timeline-item{opacity:.6;gap:1rem;display:flex}.timeline-item.completed{opacity:1}.timeline-dot{background:#64748b;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:2px}.timeline-item.completed .timeline-dot{background:#1db954}.timeline-content{flex:1}.timeline-title{color:#e2e8f0;margin-bottom:.25rem;font-weight:600}.timeline-date{color:#64748b;font-size:.85rem}.empty-profile{text-align:center;background:#111418;border:1px solid #ffffff0f;border-radius:8px;padding:3rem 2rem}.empty-profile h2{color:#fff;margin-bottom:1rem}.empty-profile p{color:#94a3b8}.report-container{max-width:900px}.report-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;padding-bottom:2rem;display:flex}.report-title-block h1{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.report-student{color:#f97316;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.report-date{color:#64748b;font-size:.9rem}.report-actions{gap:1rem;display:flex}.btn-report-action{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s}.btn-report-action:hover{background:#4f46e5}.report-section{margin-bottom:3rem}.report-section h2{color:#fff;border-bottom:2px solid #f973164d;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:700}.classifications-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem;display:grid}.classification-card{background:#111418;border:1px solid #ffffff0f;border-left:4px solid #f97316;border-radius:8px;padding:1.5rem}.classification-type{color:#f97316;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.classification-description{color:#e2e8f0;margin-bottom:1rem;font-style:italic}.classification-details{border-top:1px solid #ffffff0f;padding-top:1rem}.classification-details p{color:#94a3b8;margin-bottom:.75rem;line-height:1.5}.classification-details strong{color:#fff}.one-line-feel-section{background:linear-gradient(135deg,#f973161a,#1db9541a);border:2px solid #f973164d;border-radius:8px;padding:2rem}.one-line-feel{color:#f97316;margin:1.5rem 0;font-size:1.8rem;font-weight:700;line-height:1.6}.feel-explanation{color:#94a3b8;font-size:.95rem;font-style:italic}.miss-table{border:1px solid #ffffff0f;border-radius:8px;flex-direction:column;gap:0;display:flex;overflow:hidden}.table-header{color:#f97316;background:#f973161a;border-bottom:2px solid #f973164d;grid-template-columns:100px 1fr 1fr;gap:1rem;padding:1rem;font-weight:700;display:grid}.table-row{border-bottom:1px solid #ffffff0f;grid-template-columns:100px 1fr 1fr;gap:1rem;padding:1rem;display:grid}.table-row:last-child{border-bottom:none}.table-row:hover{background:#ffffff05}.table-cell{color:#94a3b8}.miss-label{color:#fff;font-weight:600}.fix-label{color:#1db954;font-weight:600}.practice-plan{gap:1.5rem;display:grid}.drill-card{background:#111418;border:1px solid #ffffff0f;border-radius:8px;gap:1.5rem;padding:1.5rem;display:flex}.drill-number{color:#000;background:#f97316;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:700;display:flex}.drill-content h4{color:#fff;margin-bottom:.25rem}.drill-duration{color:#64748b;margin-bottom:.75rem;font-size:.85rem}.drill-description{color:#94a3b8;line-height:1.6}.measurements-section{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;padding:2rem}.measurements-summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.measurements-summary .measurement-item{text-align:center;background:0 0;border:1px solid #ffffff0f;padding:1.5rem}.measurements-summary .measurement-item .value{font-size:2rem}.review-container{background:#111418;border:1px solid #ffffff0f;border-radius:8px;max-height:90vh;padding:0;overflow-y:auto}.review-header{z-index:10;background:#111418;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:2rem;display:flex;position:sticky;top:0}.review-header h2{color:#fff;font-size:1.5rem}.btn-close{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:color .2s;display:flex}.btn-close:hover{color:#e2e8f0}.review-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:0;margin:0;padding:1rem 2rem}.review-content{padding:2rem}.intake-summary{margin-bottom:2rem}.intake-summary h3{color:#fff;margin-bottom:.5rem;font-size:1.3rem}.submitted-date{color:#64748b;margin-bottom:1.5rem;font-size:.9rem}.summary-grid{grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.summary-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:6px;padding:1rem}.summary-card h4{color:#f97316;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.9rem;font-weight:700}.summary-card p{color:#e2e8f0;margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.status-section{border-top:1px solid #ffffff0f;margin-bottom:2rem;padding-top:2rem}.status-section h4{color:#fff;margin-bottom:1rem}.status-controls{flex-direction:column;gap:.5rem;display:flex}.status-select{color:#e2e8f0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:6px;padding:.75rem;font-size:.9rem}.status-select:focus{border-color:#f97316;outline:none}.status-help{color:#64748b;margin-top:.5rem;font-size:.85rem}.videos-section{background:#ffffff05;border:1px solid #ffffff0f;border-radius:6px;margin-bottom:2rem;padding:1.5rem}.videos-section h4{color:#fff;margin-bottom:1rem}.video-group{margin-bottom:1.5rem}.video-group:last-child{margin-bottom:0}.video-group h5{color:#f97316;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.9rem}.video-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.video-item{background:#f9731614;border:1px solid #f9731640;border-radius:6px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.video-player{background:#000;border-radius:4px;width:100%;max-height:220px}.video-download-link{color:#94a3b8;text-align:right;font-size:.78rem;text-decoration:none}.video-download-link:hover{color:#f97316}.video-play-error{color:#f87171;margin:0;padding:.25rem 0;font-size:.78rem}.video-unavailable{color:#f87171;background:#ef444414;border:1px solid #ef444433;border-radius:4px;flex-direction:column;gap:.4rem;padding:.75rem;font-size:.8rem;display:flex}.video-unavailable code{color:#94a3b8;word-break:break-all;font-size:.72rem}.video-error-banner{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:4px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.no-videos-info{padding:1rem}.no-videos-hint{color:#64748b;margin-top:.5rem;font-size:.82rem;line-height:1.5}.no-videos-hint code{background:#ffffff0d;border-radius:3px;padding:1px 4px;font-size:.8rem}.video-label{color:#94a3b8;margin-bottom:.75rem;font-size:.85rem}.video-link{color:#f97316;background:#f9731633;border-radius:4px;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.video-link:hover{color:#ff8c42;background:#f973164d}.video-ready{color:#1db954;margin-top:.5rem;font-size:.9rem;font-weight:600}.video-path{color:#64748b;word-break:break-all;margin-top:.5rem;font-size:.75rem}.no-videos{color:#64748b;text-align:center;padding:1rem;font-style:italic}.debug-info{background:#64748b1a;border:1px solid #64748b4d;border-radius:6px;margin-bottom:1.5rem;padding:1rem;font-family:Monaco,Menlo,monospace;font-size:.85rem}.debug-info summary{color:#64748b;cursor:pointer;padding:.5rem;font-weight:600}.debug-info summary:hover{color:#94a3b8}.debug-info pre{color:#e2e8f0;background:#0000004d;border-radius:4px;margin:.5rem 0 0;padding:1rem;overflow-x:auto}@media (width<=480px){.app{min-height:100vh}.nav{height:56px;padding:0 1rem}.nav-logo{gap:6px}.nav-logo-icon{width:32px;height:32px;font-size:16px}.nav-logo-text{font-size:.95rem}.hero{padding:1.5rem 1rem}.hero-inner{flex-direction:column;gap:1.5rem}.hero-copy{text-align:center;flex:none}.hero-title{font-size:clamp(1.5rem,4vw,2rem)}.hero-subtitle{max-width:100%;font-size:.9rem}.card{border-radius:12px;max-width:100%;padding:1.5rem 1rem;box-shadow:0 10px 30px #0003}.card-title{font-size:1.2rem}.card-subtitle{font-size:.8rem}.form-input,.form-label{font-size:16px}.btn-primary,.btn-google{padding:.7rem 1rem;font-size:.9rem}.divider{font-size:.75rem}.dashboard{padding:1.5rem 1rem}.dashboard-inner{max-width:100%}.dashboard-title{font-size:1.5rem}.footer{padding:.75rem;font-size:.7rem}.admin-panel{padding:1rem}.admin-grid{grid-template-columns:1fr;gap:1rem}.admin-section{padding:1.5rem 1rem}.admin-section h2{font-size:1.1rem}.students-table{font-size:.8rem}.students-table th,.students-table td{padding:.5rem .25rem}.pdf-export-card{gap:.5rem;padding:1rem}.pdf-export-card h3{font-size:.95rem}.pdf-export-card p{font-size:.85rem}.student-dashboard{padding:1rem}.dashboard-container{max-width:100%}.dashboard-header{margin-bottom:1.5rem}.dashboard-header h1{font-size:1.5rem}.dashboard-subtitle{font-size:.9rem}.intake-form{gap:1rem}.form-section{border-radius:8px;padding:1.25rem}.form-section h2{font-size:1.1rem}.section-subtitle{font-size:.85rem}.form-row{grid-template-columns:1fr;gap:.75rem}.input-with-unit .form-input{padding-right:2.5rem}.unit{font-size:.75rem}.btn-submit{align-self:stretch;width:100%;padding:.9rem 1rem}.profile-cards{grid-template-columns:1fr;gap:1rem}.profile-header h1{font-size:1.5rem}.measurements-grid{grid-template-columns:1fr}.measurement-item .value{font-size:1.2rem}.report-header{flex-direction:column;gap:1rem;margin-bottom:1.5rem}.report-title-block h1{font-size:1.8rem}.report-actions{flex-direction:column;width:100%}.btn-report-action{width:100%}.report-section h2{margin-bottom:1rem;font-size:1.2rem}.classifications-grid{grid-template-columns:1fr;gap:1rem}.classification-card{padding:1.25rem}.one-line-feel-section{padding:1.5rem 1rem}.one-line-feel{font-size:1.3rem}.table-header,.table-row{grid-template-columns:60px 1fr 1fr;gap:.5rem;padding:.75rem .5rem}.table-header{font-size:.75rem}.table-row{font-size:.8rem}.drill-card{flex-direction:column;gap:1rem;padding:1.25rem}.drill-number{width:36px;height:36px;font-size:1rem}.drill-content h4{font-size:.95rem}.measurements-section{padding:1.5rem 1rem}.measurements-summary{grid-template-columns:1fr;gap:1rem}.review-container{border-radius:0;max-height:95vh}.review-header{padding:1rem}.review-header h2{font-size:1.2rem}.review-content{padding:1rem}.summary-grid{grid-template-columns:1fr;gap:.75rem}.summary-card{padding:.75rem}.summary-card h4{font-size:.8rem}.summary-card p{font-size:.75rem}.video-list{grid-template-columns:1fr}.video-item{padding:.75rem}.video-player{max-height:180px}.submission-item{padding:1rem}.submission-header{flex-direction:column;gap:.5rem}.submission-details{grid-template-columns:1fr;gap:.75rem}.detail-row{flex-direction:column;gap:.25rem}.detail-value{text-align:left}.review-actions{flex-direction:column-reverse}.btn-primary,.btn-secondary,.btn-danger{width:100%}.btn-close{width:28px;height:28px;font-size:1.2rem}}@media (width<=768px){.nav{padding:0 1.5rem}.nav-logo-text span{display:none}.hero{padding:2rem 1.5rem}.hero-inner{gap:2rem}.card{max-width:90%}.dashboard{padding:2rem 1.5rem}.admin-grid{grid-template-columns:1fr}.admin-section{padding:1.5rem}.form-row{grid-template-columns:1fr 1fr}.profile-cards{grid-template-columns:1fr;gap:1.5rem}.measurements-grid,.classifications-grid{grid-template-columns:1fr}.summary-grid{grid-template-columns:1fr 1fr}.report-header,.report-actions{flex-direction:column}.btn-report-action{width:100%}.table-header,.table-row{grid-template-columns:100px 1fr 1fr;font-size:.85rem}.video-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.drill-card{gap:1rem}.classifications-preview{grid-template-columns:1fr}.review-actions{flex-direction:column}}@media (width<=1024px){.hero-inner{gap:2rem}.admin-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.profile-cards,.summary-grid,.classifications-grid{grid-template-columns:1fr}.table-header,.table-row{grid-template-columns:80px 1fr 1fr}.report-header{flex-direction:column;gap:1rem}.review-actions{flex-direction:column-reverse}}.review-actions{border-top:1px solid #ffffff0f;justify-content:flex-end;gap:1rem;padding-top:2rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s}.btn-primary:hover:not(:disabled){background:#ea580c}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.btn-secondary:hover{color:#e2e8f0;background:#ffffff0d}.btn-danger{color:#fca5a5;cursor:pointer;background:#ef444433;border:1px solid #ef444480;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.btn-danger:hover:not(:disabled){color:#ff6b6b;background:#ef44444d;border-color:#ef4444b3}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.report-preview{max-height:60vh;padding:2rem;overflow-y:auto}.classifications-preview{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.preview-card{background:#f973161a;border:1px solid #f973164d;border-radius:6px;padding:1rem}.preview-card h4{color:#f97316;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.preview-type{color:#fff;margin-bottom:.5rem;font-weight:600}.preview-text{color:#94a3b8;font-size:.9rem;line-height:1.5}.one-line-section{background:#1db9541a;border:1px solid #1db9544d;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.one-line-section h4{color:#1db954;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.one-line-text{color:#e2e8f0;font-size:1.1rem;font-weight:600}.miss-section,.practice-section{margin-bottom:1.5rem}.miss-section h4,.practice-section h4{color:#fff;margin-bottom:.75rem}.miss-item{background:#ffffff05;border-left:3px solid #f97316;border-radius:4px;margin-bottom:.5rem;padding:.75rem}.miss-item p{color:#94a3b8;margin:0;font-size:.9rem}.practice-section ul{color:#94a3b8;padding:0;font-size:.9rem;list-style:none}.practice-section li{background:#ffffff05;border-left:3px solid #6366f1;border-radius:4px;margin-bottom:.5rem;padding:.5rem}@media print{body{color:#000;background:#fff}.student-dashboard{background:#fff;padding:0}.dashboard-container{max-width:100%}.no-print{display:none!important}.report-section h2{color:#000;page-break-after:avoid;border-bottom-color:#ccc}.report-section{page-break-inside:avoid}.classification-card{color:#000;background:#fff;border-color:#ccc}.classification-type,.one-line-feel{color:#ff6b35}.drill-number{background:#ff6b35}.btn-report-action,.btn-review,.btn-submit{display:none!important}.hero-inner{flex-direction:column;gap:2rem}.hero-copy{text-align:center}.hero-subtitle{max-width:100%;margin:0 auto}.card{max-width:100%}.admin-grid{grid-template-columns:1fr}.admin-panel{padding:1rem}.admin-section{padding:1.5rem}}
