.student-page{--font-mono:ui-monospace,"JetBrains Mono",Menlo,Monaco,Consolas,monospace;--ease-out:cubic-bezier(0.16,1,0.3,1);--surface-page:var(--color-background-light);--text-primary:var(--color-primary);--text-secondary:#4a4a4a;--text-muted:rgba(0,0,0,.5);--banana-50:var(--color-banana-50);--banana-300:var(--color-banana-300);--banana-400:var(--color-banana-400);--banana-700:var(--color-banana-700);--lime-50:var(--color-lime-50);--lime-300:var(--color-lime-300);--lime-400:var(--color-lime-400);--lime-700:var(--color-lime-700);--coral-300:var(--color-coral-300);--coral-400:var(--color-coral-400);--coral-500:var(--color-coral-500);--coral-600:var(--color-coral-600);--coral-700:var(--color-coral-700);--purple-200:var(--color-purple-200);--purple-300:var(--color-purple-300);background:var(--surface-page);color:var(--text-primary);overflow-x:hidden}.student-page *{box-sizing:border-box}.student-page ::-moz-selection{background:var(--lime-300);color:#000}.student-page ::selection{background:var(--lime-300);color:#000}.student-page a{color:inherit;text-decoration:none}.student-page .container{max-width:1240px;margin:0 auto;padding:0 28px}@media (max-width:640px){.student-page .container{padding:0 20px}}.student-page .site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,245,.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:2px solid #000}.student-page .nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;padding-bottom:14px}.student-page .nav-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:22px;letter-spacing:-.02em;color:#000;min-width:0;flex-shrink:1}.student-page .nav-logo svg{max-width:100%;height:auto}@media (max-width:640px){.student-page .nav-logo svg{width:auto;height:28px}}.student-page .nav-logo .pill{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border:1.5px solid #000;border-radius:999px;background:var(--lime-300);margin-left:4px}.student-page .nav-links{display:flex;gap:28px;align-items:center}.student-page .nav-links a{font-size:14px;font-weight:500}.student-page .nav-links a:hover{color:#000;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}@media (max-width:820px){.student-page .nav-links{display:none}}.student-page .btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:600;font-size:15px;padding:13px 22px;border:2px solid #000;border-radius:8px;cursor:pointer;box-shadow:5px 5px 0 0 #000;transition:transform .2s var(--ease-out),box-shadow .2s var(--ease-out);background:#fff;color:#000;white-space:nowrap}.student-page .btn:hover{transform:translate(-3px,-3px);box-shadow:8px 8px 0 0 #000}.student-page .btn:active{transform:translate(2px,2px);box-shadow:0 0 0 0 #000}.student-page .btn-lime{background:var(--lime-300)}.student-page .btn-banana{background:var(--banana-400)}.student-page .btn-coral{background:var(--coral-400);color:#fff}.student-page .btn-ink{background:#000;color:#fff}.student-page .btn-sm{padding:8px 16px;font-size:13px;box-shadow:3px 3px 0 0 #000}.student-page .btn-sm:hover{box-shadow:5px 5px 0 0 #000}.student-page .btn-lg{padding:17px 30px;font-size:17px}@media (max-width:640px){.student-page .btn-sm{padding:7px 14px;font-size:12px;box-shadow:2px 2px 0 0 #000}.student-page .btn-sm:hover{box-shadow:3px 3px 0 0 #000}}.student-page .hero{position:relative;background:#0c0c0e;color:#fff;border-bottom:2px solid #000;overflow:hidden;padding:96px 0 120px}.student-page .hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}@media (max-width:980px){.student-page .hero-grid{grid-template-columns:1fr;gap:48px}}.student-page .hero-eyebrow{display:inline-flex;gap:8px;align-items:center;font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:7px 14px;border:1.5px solid #fff;border-radius:999px;background:transparent;margin-bottom:28px;color:#fff}.student-page .live-dot{width:8px;height:8px;border-radius:999px;background:var(--lime-300);box-shadow:0 0 0 0 hsla(82,85%,67%,.8);animation:studenter-pulse-lime 1.6s ease-out infinite}@keyframes studenter-pulse-lime{0%{box-shadow:0 0 0 0 hsla(82,85%,67%,.7)}to{box-shadow:0 0 0 12px hsla(82,85%,67%,0)}}.student-page .hero h1{font-family:var(--font-display);font-weight:700;font-size:clamp(40px,9vw,116px);line-height:.92;letter-spacing:-.04em;margin:0 0 28px;color:#fff}@media (max-width:540px){.student-page .hero{padding:64px 0 88px}.student-page .hero h1 .swap{padding:.22em 12px .32em;border-width:2.5px;box-shadow:4px 4px 0 0 #000}.student-page .hero h1 .word-cycle{padding:.22em 10px .32em;border-width:2.5px;box-shadow:4px 4px 0 0 var(--coral-400)}.student-page .hero p.lede{font-size:17px}}.student-page .hero h1 .swap{display:inline-block;position:relative;padding:.22em 18px .32em;background:var(--lime-300);color:#000;border:3px solid #000;border-radius:12px;transform:rotate(-2.5deg);box-shadow:6px 6px 0 0 #000;line-height:1.05}.student-page .hero h1 .strike{text-decoration:line-through;text-decoration-thickness:6px;text-decoration-color:var(--coral-400);color:hsla(0,0%,100%,.45)}.student-page .hero h1 .word-cycle{display:inline-block;position:relative;background:var(--banana-400);color:#000;padding:.22em 14px .32em;border:3px solid #000;border-radius:12px;transform:rotate(1.5deg);box-shadow:6px 6px 0 0 var(--coral-400);min-width:5ch;text-align:center;line-height:1.05}.student-page .hero p.lede{font-size:20px;line-height:1.45;color:hsla(0,0%,100%,.78);margin:0 0 36px;max-width:560px}.student-page .hero p.lede strong{color:#fff;font-weight:600}.student-page .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px}.student-page .hero-proof{display:flex;align-items:center;gap:10px;color:hsla(0,0%,100%,.7);flex-wrap:wrap}.student-page .hero-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border:1.5px solid hsla(0,0%,100%,.3);border-radius:999px;color:hsla(0,0%,100%,.9);max-width:100%}.student-page .hero-badge .dot{width:7px;height:7px;border-radius:999px;flex-shrink:0}.student-page .hero-badge .dot-lime{background:var(--lime-300)}.student-page .hero-badge .dot-banana{background:var(--banana-400)}.student-page .avatars{display:flex}.student-page .avatars .avatar{width:38px;height:38px;border-radius:999px;border:2px solid #000;margin-left:-10px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:13px;color:#000}.student-page .avatars .avatar:first-child{margin-left:0;background:var(--banana-400)}.student-page .avatars .avatar:nth-child(2){background:var(--lime-300)}.student-page .avatars .avatar:nth-child(3){background:var(--purple-300)}.student-page .avatars .avatar:nth-child(4){background:var(--coral-400)}.student-page .proof-text{font-size:14px}.student-page .proof-text strong{color:#fff;font-weight:600}.student-page .hero-sparkles{position:absolute;inset:0;z-index:0;background-image:radial-gradient(circle,hsla(0,0%,100%,.06) 1.5px,transparent 0);background-size:28px 28px;pointer-events:none}.student-page .hero-glow{position:absolute;z-index:0;pointer-events:none;width:720px;height:720px;background:radial-gradient(circle at center,rgba(250,204,21,.16),transparent 60%);top:-260px;right:-180px}.student-page .hero-glow-2{position:absolute;z-index:0;pointer-events:none;width:600px;height:600px;background:radial-gradient(circle at center,hsla(82,85%,67%,.1),transparent 60%);bottom:-200px;left:-160px}.student-page .floating-sparkle{position:absolute;pointer-events:none;color:var(--banana-400);animation:studenter-float-sparkle 6s ease-in-out infinite}@keyframes studenter-float-sparkle{0%,to{transform:translateY(0) rotate(0deg);opacity:.7}50%{transform:translateY(-18px) rotate(15deg);opacity:1}}.student-page .phone-stage{position:relative;display:flex;justify-content:center;align-items:center;min-height:580px}.student-page .phone{position:relative;width:320px;height:640px;background:#fffdf5;border:3px solid #000;border-radius:44px;box-shadow:10px 10px 0 0 #000,10px 10px 0 4px var(--lime-300);padding:14px;transform:rotate(-3deg);overflow:hidden;z-index:2}.student-page .phone-notch{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:110px;height:28px;background:#000;border-radius:999px;z-index:3}.student-page .phone-screen{width:100%;height:100%;background:var(--surface-page);border:2px solid #000;border-radius:32px;overflow:hidden;display:flex;flex-direction:column;position:relative}.student-page .phone-status{height:44px;padding:14px 24px 0;font-family:var(--font-mono);font-size:11px;font-weight:600;display:flex;justify-content:space-between;align-items:flex-start}.student-page .phone-content{flex:1;position:relative}.student-page .screen-phase{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:8px 20px 62px;opacity:0;transform:translateY(16px) scale(.97);transition:opacity .42s var(--ease-out),transform .42s var(--ease-out);pointer-events:none}.student-page .screen-phase.active{opacity:1;transform:none;transition-delay:.14s}.student-page .phone-steps{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:3}.student-page .phone-step{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border:1.5px solid #000;border-radius:999px;background:#fff;color:rgba(0,0,0,.5);transition:background .3s var(--ease-out),color .3s var(--ease-out),box-shadow .3s var(--ease-out),transform .3s var(--ease-out)}.student-page .phone-step.on{background:var(--banana-400);color:#000;box-shadow:2px 2px 0 0 #000;transform:translate(-1px,-1px)}.student-page .ai-orb{width:96px;height:96px;border-radius:999px;background:var(--banana-400);border:3px solid #000;box-shadow:6px 6px 0 0 #000;display:flex;align-items:center;justify-content:center}.student-page .ai-orb svg{width:42px;height:42px;color:#000;animation:studenter-orb-sparkle 1.9s ease-in-out infinite}@keyframes studenter-orb-sparkle{0%,to{transform:rotate(-10deg) scale(1)}50%{transform:rotate(10deg) scale(1.14)}}.student-page .phone-ai-lines{width:100%;display:flex;flex-direction:column;gap:9px;padding:0 10px}.student-page .phone-ai-lines .ai-line{height:9px}.student-page .screen-phase .ai-line:before{animation:none}.student-page .screen-phase.active .ai-line:before{animation:studenter-line-fill 2.6s var(--ease-out) infinite}.student-page .screen-phase.active .ai-line.l2:before{animation-delay:.25s}.student-page .screen-phase.active .ai-line.l3:before{animation-delay:.5s}.student-page .screen-phase.active .ai-line.l4:before{animation-delay:.75s}.student-page .result-list{width:100%;display:flex;flex-direction:column;gap:9px;padding:0 6px}.student-page .result-chip{display:flex;align-items:center;gap:10px;background:#fff;border:2px solid #000;border-radius:10px;padding:9px 12px;box-shadow:3px 3px 0 0 #000;font-family:var(--font-body);font-weight:600;font-size:13.5px;line-height:1.2;opacity:0}.student-page .screen-phase.active .result-chip{animation:studenter-chip-in .48s var(--ease-out) both}.student-page .screen-phase.active .result-chip:first-child{animation-delay:.2s}.student-page .screen-phase.active .result-chip:nth-child(2){animation-delay:.34s}.student-page .screen-phase.active .result-chip:nth-child(3){animation-delay:.48s}.student-page .screen-phase.active .result-chip:nth-child(4){animation-delay:.62s}@keyframes studenter-chip-in{0%{opacity:0;transform:translateY(14px) scale(.94)}65%{opacity:1;transform:translateY(-2px) scale(1.02)}to{opacity:1;transform:none}}.student-page .result-chip .ric{width:30px;height:30px;flex-shrink:0;border:2px solid #000;border-radius:8px;background:var(--lime-300);display:flex;align-items:center;justify-content:center}.student-page .result-chip:nth-child(2) .ric{background:var(--banana-400)}.student-page .result-chip:nth-child(3) .ric{background:var(--purple-200)}.student-page .result-chip:nth-child(4) .ric{background:var(--coral-300)}.student-page .result-chip .sub{display:block;font-weight:600;letter-spacing:.05em;margin-top:2px}.student-page .phone-label,.student-page .result-chip .sub{font-family:var(--font-mono);font-size:10px;text-transform:uppercase;color:var(--text-muted)}.student-page .phone-label{letter-spacing:.1em}.student-page .phone-title{font-family:var(--font-display);font-weight:700;font-size:20px;letter-spacing:-.01em;text-align:center}.student-page .phone-time{font-family:var(--font-mono);font-size:32px;font-weight:700;color:#000;letter-spacing:.04em}.student-page .rec-button{width:132px;height:132px;border-radius:999px;border:3px solid #000;background:var(--coral-400);box-shadow:6px 6px 0 0 #000;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.student-page .rec-button:before{inset:-10px;animation:studenter-rec-ring 1.6s ease-out infinite}.student-page .rec-button:after,.student-page .rec-button:before{content:"";position:absolute;border:2px solid var(--coral-400);border-radius:999px;opacity:0}.student-page .rec-button:after{inset:-22px;animation:studenter-rec-ring 1.6s ease-out .4s infinite}@keyframes studenter-rec-ring{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.4);opacity:0}}.student-page .rec-inner{width:38px;height:38px;border-radius:8px;background:#fff;border:2px solid #000}.student-page .phone-wave{display:flex;align-items:center;justify-content:center;gap:4px;height:56px;width:100%}.student-page .phone-wave .bar{width:5px;height:100%;background:#000;border-radius:4px;--min:0.12;transform:scaleY(var(--min));transform-origin:center;will-change:transform;animation:studenter-wave var(--t,1.1s) ease-in-out var(--d,0s) infinite}@keyframes studenter-wave{0%,to{transform:scaleY(var(--min,.12))}50%{transform:scaleY(var(--amp,.9))}}.student-page .deco-sparkle{position:absolute;pointer-events:none;z-index:1}.student-page .deco-sparkle.s1{top:4%;right:0;color:var(--banana-400);animation:studenter-float-sparkle 4s ease-in-out infinite}.student-page .deco-sparkle.s2{bottom:8%;right:5%;color:var(--lime-300);animation:studenter-float-sparkle 5s ease-in-out .5s infinite}.student-page .deco-sparkle.s3{top:22%;left:0;color:var(--coral-400);animation:studenter-float-sparkle 4.5s ease-in-out 1s infinite}.student-page .zzz-note{position:absolute;top:12%;right:-30px;background:var(--banana-400);color:#000;border:2.5px solid #000;border-radius:14px;padding:12px 16px;font-family:var(--font-display);font-weight:700;font-size:15px;box-shadow:5px 5px 0 0 #000;transform:rotate(8deg);z-index:4;max-width:170px;line-height:1.2}.student-page .zzz-note small{display:block;font-family:var(--font-mono);font-weight:500;font-size:10px;letter-spacing:.06em;text-transform:uppercase;opacity:.7;margin-top:4px}.student-page .tag-callout{position:absolute;bottom:8%;left:-30px;background:var(--lime-300);color:#000;border:2.5px solid #000;border-radius:10px;padding:10px 14px;font-family:var(--font-display);font-weight:700;font-size:14px;box-shadow:5px 5px 0 0 #000;transform:rotate(-6deg);z-index:4;animation:studenter-tag-pop .42s var(--ease-out)}.student-page .tag-callout[data-phase=rec]{background:var(--coral-300)}.student-page .tag-callout[data-phase=ai]{background:var(--banana-400)}.student-page .tag-callout[data-phase=done]{background:var(--lime-300)}@keyframes studenter-tag-pop{0%{transform:rotate(-6deg) scale(.85)}60%{transform:rotate(-6deg) scale(1.06)}to{transform:rotate(-6deg) scale(1)}}.student-page .marquee{background:var(--banana-400);border-bottom:2px solid #000;overflow:hidden;padding:18px 0;position:relative}.student-page .marquee-track{display:flex;gap:48px;animation:studenter-marquee 28s linear infinite;white-space:nowrap;width:-moz-max-content;width:max-content}.student-page .marquee-track span{font-family:var(--font-display);font-weight:700;font-size:28px;letter-spacing:-.01em;display:inline-flex;align-items:center;gap:28px}.student-page .marquee-track svg{color:#000}@keyframes studenter-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.student-page section.section{padding:110px 0}.student-page .section-eyebrow{display:inline-flex;gap:8px;align-items:center;font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border:1.5px solid #000;border-radius:999px;background:#fff;margin-bottom:18px}.student-page .section-head{margin-bottom:64px;max-width:760px}.student-page .section-head.center{text-align:center;margin-left:auto;margin-right:auto}.student-page .section-head h2{font-family:var(--font-display);font-weight:700;font-size:clamp(38px,5.5vw,72px);line-height:1;letter-spacing:-.03em;margin:0 0 18px}.student-page .section-head p{font-size:19px;color:var(--text-secondary);margin:0;line-height:1.45}.student-page .section-problem{background:#0c0c0e;color:#fff;border-top:2px solid #000;border-bottom:2px solid #000}.student-page .section-problem .section-eyebrow{background:var(--coral-400);color:#000;border-color:#000}.student-page .section-problem h2{color:#fff}.student-page .section-problem .section-head p{color:hsla(0,0%,100%,.7)}.student-page .feels{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:2px solid #fff;background:#fff}@media (max-width:900px){.student-page .feels{grid-template-columns:1fr}}.student-page .feel-cell{background:#0c0c0e;color:#fff;padding:36px 32px;border-right:2px solid #fff;border-bottom:2px solid #fff}.student-page .feel-cell:nth-child(3n){border-right:0}.student-page .feel-cell:nth-last-child(-n+3){border-bottom:0}@media (max-width:900px){.student-page .feel-cell{border-right:0;border-bottom:2px solid #fff}.student-page .feel-cell:last-child{border-bottom:0}}.student-page .feel-cell .num{font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--lime-300);font-weight:600;margin-bottom:16px}.student-page .feel-cell h3{font-family:var(--font-display);font-weight:700;font-size:26px;line-height:1.15;margin:0 0 12px;color:#fff}.student-page .feel-cell p{color:hsla(0,0%,100%,.65);font-size:15px;line-height:1.5;margin:0}.student-page .feel-cell .stamp{margin-top:24px;font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;display:inline-block;padding:6px 12px;border:2px solid var(--coral-400);color:var(--coral-400);border-radius:4px;transform:rotate(-2deg)}.student-page .section-loop{background:var(--surface-page);position:relative}.student-page .loop{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:2px solid #000;background:#fff;box-shadow:8px 8px 0 0 #000;overflow:hidden}@media (max-width:980px){.student-page .loop{grid-template-columns:1fr}}.student-page .loop-step{padding:40px 36px;border-right:2px solid #000;position:relative;min-height:480px;display:flex;flex-direction:column}.student-page .loop-step:last-child{border-right:0}@media (max-width:980px){.student-page .loop-step{border-right:0;border-bottom:2px solid #000}.student-page .loop-step:last-child{border-bottom:0}}.student-page .loop-step:first-child{background:var(--coral-300)}.student-page .loop-step:nth-child(2){background:var(--banana-400)}.student-page .loop-step:nth-child(3){background:var(--lime-300)}.student-page .loop-num{font-family:var(--font-display);font-weight:700;font-size:110px;line-height:1;letter-spacing:-.04em;margin:0 0 4px;color:#000}.student-page .loop-tag{font-family:var(--font-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;margin-bottom:8px}.student-page .loop-step h3{font-family:var(--font-display);font-weight:700;font-size:28px;line-height:1.1;margin:0 0 8px}.student-page .loop-step p{font-size:15px;line-height:1.5;margin:0 0 24px;color:rgba(0,0,0,.75)}.student-page .loop-visual{margin-top:auto;background:#fff;border:2px solid #000;border-radius:10px;padding:14px;min-height:160px;position:relative;overflow:hidden}.student-page .live-wave{display:flex;align-items:center;justify-content:center;gap:4px;height:100%}.student-page .live-wave .bar{width:6px;height:78%;background:#000;border-radius:3px;--min:0.16;transform:scaleY(var(--min));transform-origin:center;will-change:transform;animation:studenter-wave var(--t,1.1s) ease-in-out var(--d,0s) infinite}.student-page .live-wave-meta{position:absolute;top:10px;left:12px;right:12px;display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:11px;font-weight:600}.student-page .rec-dot{width:8px;height:8px;border-radius:999px;background:var(--coral-500);display:inline-block;margin-right:6px;animation:studenter-blink 1s ease-in-out infinite}@keyframes studenter-blink{0%,to{opacity:1}50%{opacity:.3}}.student-page .ai-lines{display:flex;flex-direction:column;gap:10px}.student-page .ai-line{height:10px;border-radius:4px;background:rgba(0,0,0,.12);position:relative;overflow:hidden}.student-page .ai-line.l1{width:92%}.student-page .ai-line.l2{width:80%}.student-page .ai-line.l3{width:96%}.student-page .ai-line.l4{width:70%}.student-page .ai-line.l5{width:88%}.student-page .ai-line:before{content:"";position:absolute;inset:0;background:#000;transform-origin:left;transform:scaleX(0);animation:studenter-line-fill 3.2s ease-out infinite}.student-page .ai-line.l1:before{animation-delay:0s}.student-page .ai-line.l2:before{animation-delay:.3s}.student-page .ai-line.l3:before{animation-delay:.6s}.student-page .ai-line.l4:before{animation-delay:.9s}.student-page .ai-line.l5:before{animation-delay:1.2s}@keyframes studenter-line-fill{0%{transform:scaleX(0);opacity:1}45%{transform:scaleX(1);opacity:1}80%{transform:scaleX(1);opacity:1}92%{transform:scaleX(1);opacity:0}to{transform:scaleX(0);opacity:0}}.student-page .cards-stack{position:relative;width:100%;height:132px;perspective:800px}.student-page .flash-card{position:absolute;inset:0;background:#fff;border:2px solid #000;border-radius:10px;box-shadow:4px 4px 0 0 #000;padding:14px 16px;font-family:var(--font-body);font-size:13px;font-weight:500;display:flex;flex-direction:column;justify-content:center;transform-style:preserve-3d;animation:studenter-card-shuffle 8s ease-in-out infinite}.student-page .flash-card:first-child{animation-delay:0s}.student-page .flash-card:nth-child(2){animation-delay:-2.66s}.student-page .flash-card:nth-child(3){animation-delay:-5.32s}@keyframes studenter-card-shuffle{0%,28%{transform:translate(0) rotate(-2deg);z-index:3;opacity:1}33%{transform:translate(-110%,12px) rotate(-12deg);opacity:0;z-index:1}34%{transform:translateY(8px) rotate(2deg);opacity:0;z-index:1}39%{transform:translateY(8px) rotate(2deg);opacity:1;z-index:2}62%{transform:translateY(4px) rotate(2deg);opacity:1;z-index:2}66%{transform:translate(0) rotate(-2deg);opacity:1;z-index:1}to{transform:translate(0) rotate(-2deg);z-index:1;opacity:1}}.student-page .flash-card .q{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.student-page .flash-card .a{font-family:var(--font-display);font-weight:700;font-size:16px;line-height:1.2}.student-page .section-features{background:#fffdf5;border-top:2px solid #000}.student-page .bento{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(220px,auto);gap:20px}@media (max-width:980px){.student-page .bento{grid-template-columns:repeat(2,1fr)}}.student-page .bento-card{border:2px solid #000;border-radius:14px;background:#fff;box-shadow:6px 6px 0 0 #000;padding:28px;display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden;transition:transform .2s var(--ease-out),box-shadow .2s var(--ease-out)}.student-page .bento-card:hover{transform:translate(-3px,-3px);box-shadow:9px 9px 0 0 #000}.student-page .bento-record{grid-column:span 3;grid-row:span 2;background:#0c0c0e;color:#fff}.student-page .bento-summary{grid-column:span 3;background:var(--lime-300)}.student-page .bento-quiz{grid-column:span 2;background:var(--banana-400)}.student-page .bento-flash{grid-column:span 2;background:var(--purple-200)}.student-page .bento-snooze{grid-column:span 2;background:var(--coral-300)}@media (max-width:980px){.student-page .bento-flash,.student-page .bento-quiz,.student-page .bento-record,.student-page .bento-snooze,.student-page .bento-summary{grid-column:span 2;grid-row:auto}}.student-page .bento-tag{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:rgba(0,0,0,.6)}.student-page .bento-record .bento-tag{color:hsla(0,0%,100%,.55)}.student-page .bento-card h3{font-family:var(--font-display);font-weight:700;font-size:26px;line-height:1.1;letter-spacing:-.01em;margin:0}.student-page .bento-record h3{color:#fff;font-size:38px}.student-page .bento-card p{font-size:14px;line-height:1.45;color:rgba(0,0,0,.7);margin:0}.student-page .bento-record p{color:hsla(0,0%,100%,.7);font-size:16px}.student-page .bento-icon{width:48px;height:48px;border:2px solid #000;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:3px 3px 0 0 #000}.student-page .bento-record .bento-icon{background:var(--coral-400);border-color:#fff;box-shadow:3px 3px 0 0 #fff}.student-page .viz{margin-top:auto;display:flex;align-items:end;justify-content:center;gap:5px;height:88px}.student-page .viz .b{width:7px;height:100%;border-radius:4px;background:var(--lime-300);--min:0.18;transform:scaleY(var(--min));transform-origin:bottom;will-change:transform;animation:studenter-wave var(--t,1.4s) ease-in-out var(--d,0s) infinite}.student-page .viz .b:nth-child(odd){background:var(--banana-400)}.student-page .viz .b:nth-child(3n){background:var(--coral-400)}.student-page .timer{font-family:var(--font-mono);font-weight:600;font-size:14px;color:var(--lime-300);display:flex;align-items:center;gap:8px}.student-page .rec-pulse{width:10px;height:10px;border-radius:999px;background:var(--coral-400);animation:studenter-blink 1s ease-in-out infinite}.student-page .doc-preview{margin-top:auto;background:#fff;border:1.5px solid #000;border-radius:8px;padding:14px}.student-page .doc-preview .doc-title{font-family:var(--font-display);font-weight:700;font-size:14px;margin-bottom:10px}.student-page .doc-preview .doc-bullets{display:flex;flex-direction:column;gap:6px;margin-top:4px}.student-page .doc-preview .dl{height:7px;border-radius:3px;background:rgba(0,0,0,.15)}.student-page .doc-preview .dl.full{width:100%}.student-page .doc-preview .dl.l{width:80%}.student-page .doc-preview .dl.m{width:60%}.student-page .doc-preview .dot{display:inline-block;width:6px;height:6px;background:#000;border-radius:999px;margin-right:8px;vertical-align:middle;flex-shrink:0}.student-page .doc-preview .bullet{display:flex;align-items:center}.student-page .doc-preview .bullet .dl{flex:1}.student-page .quiz-mini{margin-top:auto;background:#fff;border:1.5px solid #000;border-radius:8px;padding:12px 14px}.student-page .quiz-mini .q{font-family:var(--font-display);font-weight:700;font-size:13px;margin-bottom:8px;line-height:1.3}.student-page .quiz-opts{display:flex;flex-direction:column;gap:5px}.student-page .quiz-opt{display:flex;align-items:center;gap:8px;font-size:12px;padding:5px 8px;border:1.5px solid #000;border-radius:5px;background:#fff}.student-page .quiz-opt.right{background:var(--lime-300);animation:studenter-pop .5s var(--ease-out) .5s both}.student-page .quiz-opt .marker{width:14px;height:14px;border:1.5px solid #000;border-radius:999px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.student-page .quiz-opt.right .marker{background:#000}.student-page .quiz-opt.right .marker svg{color:var(--lime-300)}@keyframes studenter-pop{0%{transform:scale(.94)}60%{transform:scale(1.04)}to{transform:scale(1)}}.student-page .flash-mini{margin-top:auto;position:relative;height:88px;perspective:600px}.student-page .flash-card-mini{position:absolute;inset:0;border:2px solid #000;border-radius:8px;background:#fff;padding:10px 12px;box-shadow:3px 3px 0 0 #000;font-size:12px;line-height:1.35;transform-style:preserve-3d;transform-origin:center;animation:studenter-flip-mini 5s ease-in-out infinite}.student-page .flash-card-mini .q{font-family:var(--font-mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}.student-page .flash-card-mini strong{font-family:var(--font-display);font-weight:700;font-size:14px;display:block}.student-page .flash-card-mini.back{background:var(--banana-400);transform:rotateY(180deg);backface-visibility:hidden;animation-name:studenter-flip-mini-back}.student-page .flash-card-mini.front{backface-visibility:hidden}@keyframes studenter-flip-mini{0%,40%{transform:rotateY(0)}50%,90%{transform:rotateY(180deg)}to{transform:rotateY(1turn)}}@keyframes studenter-flip-mini-back{0%,40%{transform:rotateY(180deg)}50%,90%{transform:rotateY(1turn)}to{transform:rotateY(540deg)}}.student-page .bento-snooze .zzz{margin-top:auto;display:flex;gap:10px;align-items:end;font-family:var(--font-display);font-weight:700}.student-page .bento-snooze .zzz span{font-size:56px;line-height:.8;animation:studenter-zzz-bob 2.4s ease-in-out infinite}.student-page .bento-snooze .zzz span:nth-child(2){animation-delay:.2s;font-size:44px}.student-page .bento-snooze .zzz span:nth-child(3){animation-delay:.4s;font-size:32px}@keyframes studenter-zzz-bob{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-8px) rotate(3deg)}}.student-page .section-tasks{background:var(--purple-200);border-top:2px solid #000;border-bottom:2px solid #000;position:relative;overflow:hidden}.student-page .section-tasks .tasks-eyebrow{background:#000;color:#fff;border-color:#000}.student-page .section-tasks .tasks-eyebrow .live-dot{background:var(--lime-300)}.student-page .tasks-deco{position:absolute;color:#000;opacity:.12;pointer-events:none;animation:studenter-float-sparkle 6s ease-in-out infinite}.student-page .tasks-deco.t1{top:12%;right:8%}.student-page .tasks-deco.t2{bottom:14%;left:6%;animation-delay:1.4s}.student-page .tasks-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}@media (max-width:980px){.student-page .tasks-grid{grid-template-columns:1fr;gap:32px}}.student-page .tasks-app{background:#fff;border:2px solid #000;border-radius:16px;box-shadow:8px 8px 0 0 #000;overflow:hidden}.student-page .tasks-app-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:var(--banana-400);border-bottom:2px solid #000}.student-page .tasks-app-title{font-family:var(--font-display);font-weight:700;font-size:22px;line-height:1}.student-page .tasks-app-sub{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;color:rgba(0,0,0,.6);margin-top:5px}.student-page .tasks-count{font-family:var(--font-mono);font-size:12px;font-weight:600;padding:5px 11px;background:#000;color:#fff;border-radius:999px}.student-page .tasks-notice{display:flex;align-items:center;gap:8px;padding:11px 20px;background:var(--lime-300);border-bottom:2px solid #000;font-family:var(--font-mono);font-size:11.5px;letter-spacing:.02em;font-weight:600}.student-page .tasks-notice svg{color:#000;flex-shrink:0}.student-page .tasks-list{padding:12px;display:flex;flex-direction:column;gap:10px}.student-page .task-row{position:relative;display:flex;align-items:flex-start;gap:12px;padding:13px 14px;background:#fff;border:2px solid #000;border-radius:10px;box-shadow:3px 3px 0 0 #000;transition:transform .16s var(--ease-out),box-shadow .16s var(--ease-out);width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.student-page .task-row:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 0 #000}.student-page .task-row:active{transform:translate(0);box-shadow:1px 1px 0 0 #000}.student-page .task-row:focus-visible{outline:3px solid var(--banana-400);outline-offset:2px}.student-page .task-row.done{background:#fbfbfb}.student-page .task-confetti{position:absolute;left:25px;top:50%;width:7px;height:7px;border-radius:1.5px;pointer-events:none;z-index:5;transform:translate(-50%,-50%);animation:studenter-task-confetti .64s var(--ease-out) forwards}@keyframes studenter-task-confetti{0%{transform:translate(-50%,-50%) scale(.4) rotate(0deg);opacity:1}to{transform:translate(calc(-50% + var(--dx)),calc(-50% + var(--dy))) scale(1) rotate(var(--rot));opacity:0}}.student-page .task-celebrate{position:absolute;left:25px;top:50%;font-size:22px;line-height:1;pointer-events:none;z-index:6;transform:translate(-50%,-50%);animation:studenter-task-celebrate .72s var(--ease-out) forwards}@keyframes studenter-task-celebrate{0%{transform:translate(-50%,-50%) scale(.2);opacity:0}35%{transform:translate(-50%,-130%) scale(1.25);opacity:1}to{transform:translate(-50%,-200%) scale(1);opacity:0}}@media (prefers-reduced-motion:reduce){.student-page .task-celebrate,.student-page .task-confetti{display:none}}.student-page .task-check{width:22px;height:22px;flex-shrink:0;margin-top:1px;border:2px solid #000;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center}.student-page .task-row.done .task-check{background:var(--lime-300)}.student-page .task-check svg{color:#000}.student-page .task-main{flex:1;min-width:0}.student-page .task-text{font-family:var(--font-body);font-weight:600;font-size:15px;line-height:1.3}.student-page .task-row.done .task-text{text-decoration:line-through;text-decoration-color:rgba(0,0,0,.4);color:var(--text-muted)}.student-page .task-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.student-page .task-due,.student-page .task-source{font-family:var(--font-mono);font-size:10.5px;font-weight:600;letter-spacing:.04em;padding:3px 9px;border-radius:999px;border:1.5px solid #000}.student-page .task-source{background:var(--purple-200)}.student-page .task-due{background:#fff}.student-page .task-due.soon{background:var(--coral-400)}.student-page .task-row.done .task-due,.student-page .task-row.done .task-source{opacity:.45}.student-page .task-add{display:flex;align-items:center;gap:10px;padding:12px 14px;margin-top:2px;border:2px dashed rgba(0,0,0,.35);border-radius:10px;background:transparent;font-family:var(--font-body);font-weight:600;font-size:14px;color:var(--text-secondary);cursor:default;width:100%;text-align:left}.student-page .task-add-icon{width:22px;height:22px;flex-shrink:0;border:2px solid rgba(0,0,0,.35);border-radius:6px;display:flex;align-items:center;justify-content:center}.student-page .tasks-points{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:22px}.student-page .tasks-points li{display:flex;align-items:flex-start;gap:14px}.student-page .tasks-point-icon{width:30px;height:30px;flex-shrink:0;margin-top:2px;border:2px solid #000;border-radius:8px;background:var(--lime-300);box-shadow:3px 3px 0 0 #000;display:flex;align-items:center;justify-content:center}.student-page .tasks-points strong{display:block;font-family:var(--font-display);font-weight:700;font-size:19px;line-height:1.2;margin-bottom:5px}.student-page .tasks-points li>div{font-size:15px;line-height:1.5;color:var(--text-secondary)}.student-page .tasks-privacy{display:flex;align-items:flex-start;gap:14px;padding:22px;background:#0c0c0e;color:#fff;border:2px solid #000;border-radius:14px;box-shadow:6px 6px 0 0 #000}.student-page .tasks-privacy-icon{width:40px;height:40px;flex-shrink:0;border:2px solid #fff;border-radius:10px;color:var(--lime-300);display:flex;align-items:center;justify-content:center}.student-page .tasks-privacy strong{display:block;font-family:var(--font-display);font-weight:700;font-size:18px;line-height:1.25;margin-bottom:6px;color:#fff}.student-page .tasks-privacy>div{font-size:14.5px;line-height:1.5;color:hsla(0,0%,100%,.72)}.student-page .section-compare{background:#fffdf5}.student-page .compare{display:grid;grid-template-columns:1fr 1fr;gap:0;border:2px solid #000;border-radius:14px;overflow:hidden;box-shadow:8px 8px 0 0 #000}@media (max-width:820px){.student-page .compare{grid-template-columns:1fr}}.student-page .compare-side{padding:36px}.student-page .compare-old{background:#f4f4f5;border-right:2px solid #000;color:rgba(0,0,0,.6)}@media (max-width:820px){.student-page .compare-old{border-right:0;border-bottom:2px solid #000}}.student-page .compare-new{background:var(--lime-300)}.student-page .compare-side .label{font-family:var(--font-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;margin-bottom:12px}.student-page .compare-old .label{color:var(--coral-700)}.student-page .compare-side h3{font-family:var(--font-display);font-weight:700;font-size:32px;line-height:1.1;margin:0 0 24px;color:#000}.student-page .compare-side ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.student-page .compare-side li{display:flex;align-items:flex-start;gap:12px;font-size:16px;line-height:1.4}.student-page .compare-side li .ico{width:22px;height:22px;border-radius:6px;border:1.5px solid #000;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.student-page .compare-old .ico{background:#fff}.student-page .compare-new .ico{background:#000}.student-page .compare-new .ico svg{color:var(--lime-300)}.student-page .compare-old li{text-decoration:line-through;text-decoration-color:rgba(0,0,0,.4)}.student-page .section-testimonials{background:var(--surface-page)}.student-page .quotes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:980px){.student-page .quotes-grid{grid-template-columns:1fr}}.student-page .quote-card{border:2px solid #000;border-radius:14px;padding:28px;box-shadow:6px 6px 0 0 #000;display:flex;flex-direction:column;gap:18px}.student-page .quote-card.q1{background:var(--banana-400);transform:rotate(-1deg)}.student-page .quote-card.q2{background:var(--purple-200)}.student-page .quote-card.q3{background:var(--lime-300);transform:rotate(1deg)}.student-page .quote-card .stars{display:flex;gap:2px}.student-page .quote-card .stars svg{color:#000}.student-page .quote-card .quote{font-family:var(--font-display);font-weight:500;font-size:19px;line-height:1.35;margin:0}.student-page .quote-card .who{display:flex;align-items:center;gap:12px;margin-top:auto}.student-page .quote-card .who .av{width:40px;height:40px;border-radius:999px;border:2px solid #000;background:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:14px}.student-page .quote-card .who .name{font-weight:600;font-size:14px}.student-page .quote-card .who .role{font-size:12px;color:rgba(0,0,0,.6);font-family:var(--font-mono)}.student-page .section-faq{background:#fffdf5;border-top:2px solid #000}.student-page .faq{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.student-page .faq-item{border:2px solid #000;border-radius:12px;background:#fff;box-shadow:5px 5px 0 0 #000;overflow:hidden}.student-page .faq-q{width:100%;text-align:left;padding:22px 26px;background:transparent;border:0;font-family:var(--font-display);font-weight:700;font-size:19px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;color:#000;list-style:none}.student-page .faq-q::-webkit-details-marker{display:none}.student-page .faq-q .plus{width:28px;height:28px;border:2px solid #000;border-radius:999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s var(--ease-out),background .2s var(--ease-out)}.student-page .faq-item[open] .plus{transform:rotate(45deg);background:var(--lime-300)}.student-page .faq-a{padding:0 26px 22px;font-size:15px;line-height:1.55;color:var(--text-secondary)}.student-page .faq-item[open] .faq-q{border-bottom:1.5px solid rgba(0,0,0,.15)}.student-page .faq-educator{max-width:880px;margin:36px auto 0;border:2px solid #000;border-radius:16px;background:var(--purple-200);box-shadow:5px 5px 0 0 #000;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.student-page .faq-educator-copy{flex:1;min-width:240px}.student-page .faq-educator-tag{display:inline-block;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;border:1.5px solid #000;border-radius:999px;background:#fff;margin-bottom:12px}.student-page .faq-educator h3{font-family:var(--font-display);font-weight:700;font-size:22px;line-height:1.25;letter-spacing:-.015em;margin:0 0 8px;color:#000}.student-page .faq-educator p{font-size:15px;line-height:1.55;color:var(--text-secondary);margin:0}@media (max-width:640px){.student-page .faq-educator{padding:24px 22px}.student-page .faq-educator h3{font-size:19px}}.student-page .section-waitlist{background:var(--lime-300);border-top:2px solid #000;border-bottom:2px solid #000;padding:110px 0;position:relative;overflow:hidden}.student-page .wl-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;z-index:2}@media (max-width:980px){.student-page .wl-grid{grid-template-columns:1fr;gap:40px}}.student-page .wl-copy h2{font-family:var(--font-display);font-weight:700;font-size:clamp(44px,7vw,92px);line-height:.92;letter-spacing:-.04em;margin:0 0 20px}.student-page .wl-copy h2 em{font-style:normal;background:#000;color:var(--lime-300);padding:0 14px;border-radius:8px;display:inline-block;transform:rotate(-1.5deg)}.student-page .wl-copy p{font-size:19px;margin:0 0 22px;line-height:1.45;max-width:480px}.student-page .wl-stats{display:flex;gap:24px;flex-wrap:wrap;margin-top:32px}.student-page .wl-stat{display:flex;flex-direction:column;gap:4px}.student-page .wl-stat .num{font-family:var(--font-display);font-weight:700;font-size:38px;line-height:1}.student-page .wl-stat .lbl{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgba(0,0,0,.7)}.student-page .wl-form{background:#fff;border:2.5px solid #000;border-radius:16px;padding:32px;box-shadow:10px 10px 0 0 #000;position:relative}.student-page .wl-form-tag{position:absolute;top:-16px;right:24px;background:var(--coral-400);color:#000;font-family:var(--font-display);font-weight:700;font-size:13px;padding:6px 14px;border:2px solid #000;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;transform:rotate(4deg);box-shadow:3px 3px 0 0 #000}.student-page .wl-form h3{font-family:var(--font-display);font-weight:700;font-size:24px;line-height:1.15;margin:0 0 6px}.student-page .wl-form .sub{font-size:14px;color:var(--text-secondary);margin:0 0 22px}.student-page .field{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.student-page .field label{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.student-page .field input,.student-page .field select{border:2px solid #000;border-radius:8px;padding:13px 14px;font-size:16px;font-family:var(--font-body);background:#fff;box-shadow:3px 3px 0 0 #000;transition:all .2s var(--ease-out);outline:none}.student-page .field input:focus,.student-page .field select:focus{box-shadow:5px 5px 0 0 var(--banana-400);transform:translate(-1px,-1px)}.student-page .checkbox-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:6px}.student-page .checkbox-row label{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:2px solid #000;border-radius:999px;font-family:var(--font-body);font-size:14px;font-weight:500;cursor:pointer;background:#fff;transition:all .15s var(--ease-out);-webkit-user-select:none;-moz-user-select:none;user-select:none;text-transform:none;letter-spacing:0}.student-page .checkbox-row input{display:none}.student-page .checkbox-row input:checked+label,.student-page .checkbox-row label.checked{background:var(--banana-400);box-shadow:3px 3px 0 0 #000;transform:translate(-1px,-1px)}.student-page .submit-row{display:flex;gap:10px;align-items:center;margin-top:16px}.student-page .wl-fine{font-size:14px;color:var(--text-muted);margin-top:10px;line-height:1.4}.student-page .wl-fine a{text-decoration:underline}.student-page .wl-error{font-size:14px;color:var(--coral-700);margin:12px 0 0;padding:10px 14px;border:2px solid var(--coral-400);border-radius:8px;background:var(--color-coral-50);font-weight:500}.student-page .wl-bullets{list-style:none;padding:0;margin:32px 0 0;display:flex;flex-direction:column;gap:14px}.student-page .wl-bullets li{display:flex;align-items:center;gap:14px;font-size:17px;font-weight:500;line-height:1.35;color:rgba(0,0,0,.85)}.student-page .wl-bullet-icon{width:28px;height:28px;border-radius:999px;background:#000;color:var(--lime-300);display:inline-flex;align-items:center;justify-content:center;border:2px solid #000;flex-shrink:0}.student-page .wl-bullet-icon svg{width:14px;height:14px}.student-page .wl-success{text-align:center;padding:24px 8px}.student-page .wl-success .check-big{width:80px;height:80px;border-radius:999px;background:var(--lime-300);border:2.5px solid #000;box-shadow:5px 5px 0 0 #000;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;animation:studenter-pop .6s var(--ease-out)}.student-page .wl-success h3{font-family:var(--font-display);font-weight:700;font-size:28px;margin:0 0 8px}.student-page .wl-success p{font-size:15px;color:var(--text-secondary);margin:0 0 18px}.student-page .wl-queue{display:inline-flex;align-items:center;gap:12px;background:var(--banana-400);border:2px solid #000;border-radius:999px;padding:10px 18px;box-shadow:3px 3px 0 0 #000;font-family:var(--font-display);font-weight:700}.student-page footer{background:#000;color:#fff;padding:64px 0 28px}.student-page .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}@media (max-width:980px){.student-page .footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:540px){.student-page .footer-grid{grid-template-columns:1fr}}.student-page .footer-brand p{color:hsla(0,0%,100%,.7);font-size:14px;max-width:320px;margin:16px 0 0;line-height:1.5}.student-page footer h4{font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.55);margin:0 0 16px}.student-page footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.student-page footer a{color:hsla(0,0%,100%,.85);font-size:14px}.student-page footer a:hover{color:var(--lime-300)}.student-page .footer-bottom{border-top:1px solid hsla(0,0%,100%,.15);padding-top:24px;display:flex;justify-content:space-between;font-size:13px;color:hsla(0,0%,100%,.5);flex-wrap:wrap;gap:12px}.student-page .mono{font-family:var(--font-mono)}.student-page .reveal{opacity:0;transform:translateY(24px);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out)}.student-page .reveal.in{opacity:1;transform:translateY(0)}.student-page .reveal.delay-1{transition-delay:.1s}.student-page .reveal.delay-2{transition-delay:.2s}.student-page .reveal.delay-3{transition-delay:.3s}@media (prefers-reduced-motion:reduce){.student-page *,.student-page :after,.student-page :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.student-page .reveal{opacity:1;transform:none}}