@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&family=DM+Mono:wght@400;500&display=swap";
@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes glowPulse{0%,to{box-shadow:0 0 20px #ff3b3b40}50%{box-shadow:0 0 35px #ff3b3b40,0 0 50px #ff3b3b1a}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}:root{--bg-deep:#1b1f2a;--bg-primary:#1b1f2a;--bg-secondary:#2a2f3d;--bg-card:#232733;--bg-card-hover:#2d3242;--bg-elevated:#2a3142;--text-primary:#f8fafc;--text-secondary:#f8fafccc;--text-muted:#f8fafc99;--text-dim:#f8fafc66;--accent-primary:#ff3b3b;--accent-primary-light:#ff6b6b;--accent-glow:#ff3b3b40;--accent-bg:#ff3b3b1a;--accent-border:#ff3b3b26;--skill-writing:#10b981;--skill-speaking:#a855f7;--skill-reading:#06b6d4;--skill-listening:#f59e0b;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--info:#06b6d4;--border-subtle:#ffffff0d;--border-default:#ffffff14;--border-hover:#ffffff1f;--font-display:Space Grotesk,system-ui,sans-serif;--font-body:DM Sans,system-ui,sans-serif;--font-mono:DM Mono,ui-monospace,monospace;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #00000040;--shadow-lg:0 12px 32px #00000059;--shadow-glow:0 8px 24px #ff3b3b40}@keyframes metallicSheen{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}*{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{background-color:var(--bg-deep,#1b1f2a);color:var(--text-primary,#f8fafc);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(135deg,#0000 40%,#ffffff05 45%,#ffffff0a 50%,#ffffff05 55%,#0000 60%);background-size:400% 400%;flex-direction:column;min-height:100%;font-family:DM Sans,system-ui,sans-serif;line-height:1.5;animation:12s ease-in-out infinite metallicSheen;display:flex}:root{--bg-deep:#1b1f2a;--bg-primary:#1b1f2a;--bg-secondary:#2a2f3d;--bg-card:#232733;--bg-card-hover:#2d3242;--bg-elevated:#304058;--text-primary:#f8fafc;--text-secondary:#f8fafccc;--text-muted:#f8fafc99;--text-dim:#f8fafc66;--border-subtle:#ffffff0d;--border-default:#ffffff14;--border-hover:#ffffff1f;--glass-bg:#ffffff08;--glass-bg-hover:#ffffff0f;--glass-strong:#ffffff14;--shadow-card:0 4px 16px #0000004d;--shadow-elevated:0 8px 32px #0006;--accent-primary:#ff3b3b;--accent-primary-light:#ff6b6b;--accent-bg:#ff3b3b1a}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:#f8fafc;font-family:Space Grotesk,system-ui,sans-serif;font-weight:700}h1{font-size:2rem;line-height:1.2}@media (min-width:768px){h1{font-size:2.5rem}}h2{font-size:1.5rem;line-height:1.25}@media (min-width:768px){h2{font-size:1.75rem}}h3{font-size:1.25rem;line-height:1.3}h4{font-size:1.1rem}p{color:#f8fafccc;line-height:1.6}a{color:#ff6b6b;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1)}a:hover{color:#f99}.min-h-screen{min-height:100vh}.h-screen{height:100vh}.h-full{height:100%}.w-full{width:100%}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-7>*+*{margin-top:1.75rem}.space-y-8>*+*{margin-top:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.m-0{margin:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-xl{border-radius:16px}.rounded-2xl{border-radius:20px}.rounded-full{border-radius:9999px}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.uppercase{text-transform:uppercase}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.1em}.leading-relaxed{line-height:1.625}.text-primary{color:#f8fafc}.text-secondary{color:#f8fafccc}.text-muted{color:#f8fafc99}.text-dim{color:#f8fafc66}.text-accent{color:#ff6b6b}.text-success{color:#22c55e}.text-warning{color:#f59e0b}.text-error{color:#ef4444}.bg-primary{background-color:#1b1f2a}.bg-secondary{background-color:#2a2f3d}.bg-card{background-color:#232733}.bg-elevated{background-color:#2a3142}.transition-all{transition:all .2s cubic-bezier(.4,0,.2,1)}.transition-colors{transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}.transition-transform{transition:transform .2s cubic-bezier(.4,0,.2,1)}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.shrink-0{flex-shrink:0}.outline-none{outline:none}.resize-none{resize:none}.select-none{-webkit-user-select:none;user-select:none}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.md\:flex-row{flex-direction:row}.md\:hidden{display:none}.md\:block{display:block}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:p-8{padding:2rem}.md\:text-left{text-align:left}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff3b3b 0%,#c00 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:Space Grotesk,system-ui,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 8px 24px #ff3b3b40}.btn-primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 36px #ff3b3b59}.btn-primary:active{transform:translateY(0)scale(.98)}.btn-ghost{color:#f8fafc99;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:DM Sans,system-ui,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-ghost:hover{color:#f8fafc;background:#ffffff1a;border-color:#ffffff1f}.card{background:#232733;border:1px solid #ffffff14;border-radius:16px;transition:all .35s cubic-bezier(.4,0,.2,1)}.card:hover{background:#2d3242;border-color:#ffffff1f;transform:translateY(-3px);box-shadow:0 12px 32px #00000059}.card{padding:1.25rem}.badge{color:#ff3b3b;letter-spacing:.02em;background:#ff3b3b1f;border:1px solid #ff3b3b40;border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-family:DM Sans,system-ui,sans-serif;font-size:.7rem;font-weight:600;display:inline-flex}.badge-success{color:#22c55e;letter-spacing:.02em;background:#22c55e1f;border:1px solid #22c55e40;border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-family:DM Sans,system-ui,sans-serif;font-size:.7rem;font-weight:600;display:inline-flex}.badge-warning{color:#f59e0b;letter-spacing:.02em;background:#f59e0b1f;border:1px solid #f59e0b40;border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-family:DM Sans,system-ui,sans-serif;font-size:.7rem;font-weight:600;display:inline-flex}.input{color:#f8fafc;background:#2a2f3d;border:1px solid #ffffff14;border-radius:12px;width:100%;padding:.85rem 1rem;font-family:DM Sans,system-ui,sans-serif;font-size:.95rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.input::placeholder{color:#f8fafc66}.input:focus{border-color:#ff3b3b;outline:none;box-shadow:0 0 0 3px #ff3b3b1a}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#2a2f3d}::-webkit-scrollbar-thumb{background:#2a3142;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}*{scrollbar-width:thin;scrollbar-color:#2a3142 #2a2f3d}:focus-visible{outline-offset:2px;outline:2px solid #ff3b3b}button:focus,a:focus,input:focus,select:focus,textarea:focus{outline:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #ff3b3b}textarea{appearance:none}textarea:invalid{box-shadow:none;border-color:inherit;outline:none}::selection{color:#fff;background:#ff3b3b}@media (max-width:767px){button,a,[role=button]{touch-action:manipulation;-webkit-tap-highlight-color:#0000;min-height:44px}html{overscroll-behavior-y:none}body{-webkit-overflow-scrolling:touch;overscroll-behavior:none}nav,button,[role=button],.navItem{-webkit-user-select:none;user-select:none}section,[class*=card],[class*=Card]{border-radius:16px!important}*{scroll-behavior:smooth}button:active,a:active,[role=button]:active{transition:transform .1s;transform:scale(.97)}}
@keyframes Logo-module-scss-module__NO2gnq__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes Logo-module-scss-module__NO2gnq__fadeInScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes Logo-module-scss-module__NO2gnq__pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes Logo-module-scss-module__NO2gnq__glowPulse{0%,to{box-shadow:0 0 20px #ff3b3b40}50%{box-shadow:0 0 35px #ff3b3b40,0 0 50px #ff3b3b1a}}@keyframes Logo-module-scss-module__NO2gnq__slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}:root{--bg-deep:#1b1f2a;--bg-primary:#1b1f2a;--bg-secondary:#2a2f3d;--bg-card:#232733;--bg-card-hover:#2d3242;--bg-elevated:#2a3142;--text-primary:#f8fafc;--text-secondary:#f8fafccc;--text-muted:#f8fafc99;--text-dim:#f8fafc66;--accent-primary:#ff3b3b;--accent-primary-light:#ff6b6b;--accent-glow:#ff3b3b40;--accent-bg:#ff3b3b1a;--accent-border:#ff3b3b26;--skill-writing:#10b981;--skill-speaking:#a855f7;--skill-reading:#06b6d4;--skill-listening:#f59e0b;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--info:#06b6d4;--border-subtle:#ffffff0d;--border-default:#ffffff14;--border-hover:#ffffff1f;--font-display:Space Grotesk,system-ui,sans-serif;--font-body:DM Sans,system-ui,sans-serif;--font-mono:DM Mono,ui-monospace,monospace;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #00000040;--shadow-lg:0 12px 32px #00000059;--shadow-glow:0 8px 24px #ff3b3b40}.Logo-module-scss-module__NO2gnq__logoContainer{justify-content:center;align-items:center;display:flex;position:relative}.Logo-module-scss-module__NO2gnq__logoImg{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 6px #ff3b3b66);width:100%;height:100%;transition:transform .3s}.Logo-module-scss-module__NO2gnq__logoImg:hover{filter:drop-shadow(0 0 10px #ff3b3bb3);transform:scale(1.1)}
.Layout-module-scss-module__YPfFYW__header{padding-top:env(safe-area-inset-top,0px);height:calc(70px + env(safe-area-inset-top,0px));color:#f8fafc;z-index:30;background:#1b1f2a;border-bottom:none;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;position:fixed;top:0;left:0;right:0}@media (max-width:767px){.Layout-module-scss-module__YPfFYW__header{height:auto;min-height:48px}}.Layout-module-scss-module__YPfFYW__mobileMinimalHeader{display:none!important}@media (max-width:767px){.Layout-module-scss-module__YPfFYW__mobileMinimalHeader{height:56px;min-height:56px;display:flex!important}.Layout-module-scss-module__YPfFYW__desktopHeader{display:none!important}.Layout-module-scss-module__YPfFYW__headerHidden{opacity:0;pointer-events:none;transform:translateY(-100%)}}.Layout-module-scss-module__YPfFYW__headerContent{justify-content:space-between;align-items:center;max-width:1600px;height:56px;margin:0 auto;padding:0 1rem;display:flex}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__headerContent{height:100%;padding:0 2rem}}.Layout-module-scss-module__YPfFYW__mobileNavStrip{display:none}@media (max-width:767px){.Layout-module-scss-module__YPfFYW__mobileNavStrip{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.25rem;padding:0 .75rem .5rem;display:flex;overflow-x:auto}.Layout-module-scss-module__YPfFYW__mobileNavStrip::-webkit-scrollbar{display:none}}.Layout-module-scss-module__YPfFYW__mobileNavItem{color:#f8fafc80;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;flex-shrink:0;align-items:center;gap:.3rem;padding:.4rem .7rem;font-size:.72rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.Layout-module-scss-module__YPfFYW__mobileNavItem:active{transform:scale(.93)}.Layout-module-scss-module__YPfFYW__mobileNavEmoji{filter:grayscale(.4);font-size:.85rem;transition:filter .25s}.Layout-module-scss-module__YPfFYW__mobileNavIcon{opacity:.5;flex-shrink:0;width:14px;height:14px;transition:opacity .25s,color .25s}.Layout-module-scss-module__YPfFYW__mobileNavItemActive{color:#ff6b6b;background:#ff3b3b1f;border-color:#ff3b3b40}.Layout-module-scss-module__YPfFYW__mobileNavItemActive .Layout-module-scss-module__YPfFYW__mobileNavEmoji{filter:grayscale(0)drop-shadow(0 0 4px #ff3b3b80)}.Layout-module-scss-module__YPfFYW__mobileNavItemActive .Layout-module-scss-module__YPfFYW__mobileNavIcon{opacity:1;color:#ff6b6b}.Layout-module-scss-module__YPfFYW__headerLogo{align-items:center;display:flex}.Layout-module-scss-module__YPfFYW__logoLink{color:#f8fafc;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s;display:flex}.Layout-module-scss-module__YPfFYW__logoLink:hover{opacity:.85}.Layout-module-scss-module__YPfFYW__logoIcon{background:linear-gradient(135deg,#f97316,#ea580c);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;display:flex}.Layout-module-scss-module__YPfFYW__logoTextWrapper{flex-direction:column;display:flex}.Layout-module-scss-module__YPfFYW__logoText{letter-spacing:-.02em;color:#f8fafc;font-family:DM Sans,system-ui,sans-serif;font-size:1.15rem;font-weight:800}.Layout-module-scss-module__YPfFYW__logoAI{background:linear-gradient(135deg,#ff3b3b 0%,#ff6b6b 50%,#ff3b3b 100%) 0 0/200%;-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:900;animation:3s linear infinite Layout-module-scss-module__YPfFYW__shimmer-ai}@keyframes Layout-module-scss-module__YPfFYW__shimmer-ai{0%{background-position:200%}to{background-position:-200%}}.Layout-module-scss-module__YPfFYW__logoSubtext{color:#f8fafc66;letter-spacing:.08em;text-transform:uppercase;font-family:DM Sans,system-ui,sans-serif;font-size:.6rem;font-weight:600;display:none}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__logoSubtext{display:block}}.Layout-module-scss-module__YPfFYW__headerNav{align-items:center;gap:.25rem;display:none}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__headerNav{display:flex}}.Layout-module-scss-module__YPfFYW__headerNavLink{color:#f8fafc99;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-family:DM Sans,system-ui,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.Layout-module-scss-module__YPfFYW__headerNavLink:hover{color:#f8fafc;background:#ffffff0d}.Layout-module-scss-module__YPfFYW__headerNavLink svg{transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.Layout-module-scss-module__YPfFYW__headerNavLink:hover svg{transform:scale(1.15)}.Layout-module-scss-module__YPfFYW__headerNavLinkActive{color:#ff6b6b;background:#ff3b3b1a}.Layout-module-scss-module__YPfFYW__headerNavLinkActive:hover{background:#ff3b3b26}.Layout-module-scss-module__YPfFYW__profileBtn{color:#f8fafc99;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:.5rem;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.Layout-module-scss-module__YPfFYW__profileBtn:hover{color:#fff;background:#ff3b3b;transform:scale(1.1)}.Layout-module-scss-module__YPfFYW__userMenu{margin-left:.5rem;position:relative}.Layout-module-scss-module__YPfFYW__userMenuBtn{color:#f8fafc99;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:.5rem;padding:.35rem .75rem .35rem .35rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Layout-module-scss-module__YPfFYW__userMenuBtn:hover{background:#ffffff1a;border-color:#ffffff26}.Layout-module-scss-module__YPfFYW__userMenuBtn svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}.Layout-module-scss-module__YPfFYW__userMenuBtn svg.Layout-module-scss-module__YPfFYW__rotated{transform:rotate(180deg)}.Layout-module-scss-module__YPfFYW__avatarWrapper{display:flex;position:relative}.Layout-module-scss-module__YPfFYW__userAvatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:32px;height:32px}.Layout-module-scss-module__YPfFYW__userInitials{color:#fff;background:linear-gradient(135deg,#c00,#ff3b3b);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:600;display:flex}.Layout-module-scss-module__YPfFYW__avatarProBadge{color:#0f0f23;background:linear-gradient(135deg,#f59e0b,#d97706);border:2px solid #0f0f23;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 2px 6px #f59e0b66}.Layout-module-scss-module__YPfFYW__userDropdown{z-index:100;background:#1b1f2a;border:1px solid #ffffff1a;border-radius:12px;min-width:220px;animation:.15s cubic-bezier(.4,0,.2,1) Layout-module-scss-module__YPfFYW__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #0006}@keyframes Layout-module-scss-module__YPfFYW__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Layout-module-scss-module__YPfFYW__userInfo{flex-direction:column;gap:.25rem;padding:1rem;display:flex}.Layout-module-scss-module__YPfFYW__userName{color:#f8fafc;font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:600}.Layout-module-scss-module__YPfFYW__userEmail{color:#f8fafc66;font-size:.8rem}.Layout-module-scss-module__YPfFYW__dropdownDivider{background:#ffffff14;height:1px}.Layout-module-scss-module__YPfFYW__dropdownItem{color:#f8fafc99;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;font-family:DM Sans,system-ui,sans-serif;font-size:.9rem;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.Layout-module-scss-module__YPfFYW__dropdownItem:hover{color:#ff6b6b;background:#ff3b3b14}.Layout-module-scss-module__YPfFYW__dropdownItem svg{flex-shrink:0}.Layout-module-scss-module__YPfFYW__loginBtn{color:#fff;background:linear-gradient(135deg,#c00,#ff3b3b);border-radius:8px;margin-left:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.Layout-module-scss-module__YPfFYW__loginBtn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #8b5cf666}.Layout-module-scss-module__YPfFYW__loginBtnGhost{color:#f8fafc99;background:0 0;border:1px solid #ffffff1f;border-radius:8px;padding:.45rem .85rem;font-family:DM Sans,system-ui,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.Layout-module-scss-module__YPfFYW__loginBtnGhost:hover{color:#f8fafc;background:#ffffff0f;border-color:#fff3}.Layout-module-scss-module__YPfFYW__startFreeBtn{color:#fff;background:linear-gradient(135deg,#c00,#ff3b3b);border-radius:8px;align-items:center;gap:.35rem;padding:.5rem 1.1rem;font-family:DM Sans,system-ui,sans-serif;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #ff3b3b40}.Layout-module-scss-module__YPfFYW__startFreeBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;animation:3s ease-in-out infinite Layout-module-scss-module__YPfFYW__headerShimmer;position:absolute;top:0;left:-100%}.Layout-module-scss-module__YPfFYW__startFreeBtn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 6px 20px #ff3b3b66}.Layout-module-scss-module__YPfFYW__startFreeBtn svg{width:14px;height:14px}@keyframes Layout-module-scss-module__YPfFYW__headerShimmer{0%{left:-100%}60%,to{left:100%}}.Layout-module-scss-module__YPfFYW__container{min-height:100vh;padding-top:calc(70px + env(safe-area-inset-top,0px));background:#1b1f2a;flex-direction:column;flex:1;display:flex}@media (max-width:767px){.Layout-module-scss-module__YPfFYW__container{padding-top:calc(56px + env(safe-area-inset-top,0px));padding-bottom:88px}}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__container{flex-direction:row}}.Layout-module-scss-module__YPfFYW__mobileMenuToggle{display:none}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__mobileMenuToggle{display:none}}.Layout-module-scss-module__YPfFYW__sidebar{z-index:20;color:#f8fafc;background:#1b1f2a;border-right:1px solid #ffffff14;width:280px;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:70px;bottom:0;left:0;transform:translate(-100%)}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__sidebar{display:none}}.Layout-module-scss-module__YPfFYW__sidebarOpen{transform:translate(0)}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__sidebarOpen{display:block}}.Layout-module-scss-module__YPfFYW__sidebarHeader{border-bottom:1px solid #ffffff14;padding:1.5rem}.Layout-module-scss-module__YPfFYW__sidebarTitle{color:#f8fafc;font-family:DM Sans,system-ui,sans-serif;font-size:1.25rem;font-weight:800}.Layout-module-scss-module__YPfFYW__sidebarSubtitle{color:#f8fafc66;margin-top:.25rem;font-family:DM Sans,system-ui,sans-serif;font-size:.7rem}.Layout-module-scss-module__YPfFYW__nav{padding:1rem}.Layout-module-scss-module__YPfFYW__nav>*+*{margin-top:.375rem}.Layout-module-scss-module__YPfFYW__navLink{color:#f8fafc99;border-radius:12px;align-items:center;gap:.875rem;padding:.9rem 1.1rem;font-family:DM Sans,system-ui,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.Layout-module-scss-module__YPfFYW__navLink:hover{color:#f8fafc;background:#ffffff0d;transform:translate(4px)}.Layout-module-scss-module__YPfFYW__navLink svg{transition:all .25s cubic-bezier(.34,1.56,.64,1)}.Layout-module-scss-module__YPfFYW__navLink:hover svg{transform:scale(1.15)}.Layout-module-scss-module__YPfFYW__navLinkActive{color:#ff6b6b;background:#ff3b3b1a}.Layout-module-scss-module__YPfFYW__navLinkActive svg{color:#ff6b6b}.Layout-module-scss-module__YPfFYW__main{flex-direction:column;flex:1;min-height:calc(100vh - 70px);display:flex;overflow-y:auto}.Layout-module-scss-module__YPfFYW__mainContent{flex-direction:column;flex:1;display:flex}.Layout-module-scss-module__YPfFYW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:15;background:#0009;animation:.3s Layout-module-scss-module__YPfFYW__fadeIn;position:fixed;inset:70px 0 0}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__overlay{display:none}}@keyframes Layout-module-scss-module__YPfFYW__fadeIn{0%{opacity:0}to{opacity:1}}.Layout-module-scss-module__YPfFYW__themeToggle{cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-left:.5rem;font-size:1.1rem;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex}.Layout-module-scss-module__YPfFYW__themeToggle:hover{background:#fbbf241f;border-color:#fbbf244d;transform:rotate(20deg)}
@keyframes CommunityPopup-module-scss-module__UlLBtW__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes CommunityPopup-module-scss-module__UlLBtW__fadeInScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes CommunityPopup-module-scss-module__UlLBtW__pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes CommunityPopup-module-scss-module__UlLBtW__glowPulse{0%,to{box-shadow:0 0 20px #ff3b3b40}50%{box-shadow:0 0 35px #ff3b3b40,0 0 50px #ff3b3b1a}}@keyframes CommunityPopup-module-scss-module__UlLBtW__slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}:root{--bg-deep:#1b1f2a;--bg-primary:#1b1f2a;--bg-secondary:#2a2f3d;--bg-card:#232733;--bg-card-hover:#2d3242;--bg-elevated:#2a3142;--text-primary:#f8fafc;--text-secondary:#f8fafccc;--text-muted:#f8fafc99;--text-dim:#f8fafc66;--accent-primary:#ff3b3b;--accent-primary-light:#ff6b6b;--accent-glow:#ff3b3b40;--accent-bg:#ff3b3b1a;--accent-border:#ff3b3b26;--skill-writing:#10b981;--skill-speaking:#a855f7;--skill-reading:#06b6d4;--skill-listening:#f59e0b;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--info:#06b6d4;--border-subtle:#ffffff0d;--border-default:#ffffff14;--border-hover:#ffffff1f;--font-display:Space Grotesk,system-ui,sans-serif;--font-body:DM Sans,system-ui,sans-serif;--font-mono:DM Mono,ui-monospace,monospace;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #00000040;--shadow-lg:0 12px 32px #00000059;--shadow-glow:0 8px 24px #ff3b3b40}.CommunityPopup-module-scss-module__UlLBtW__overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.3s cubic-bezier(.4,0,.2,1) CommunityPopup-module-scss-module__UlLBtW__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes CommunityPopup-module-scss-module__UlLBtW__overlayFadeIn{0%{opacity:0}to{opacity:1}}.CommunityPopup-module-scss-module__UlLBtW__card{background:linear-gradient(135deg,#1e293b 0%,#1b1f2a 100%);border:1px solid #ffffff1f;border-radius:20px;width:100%;max-width:400px;padding:2rem;animation:.35s cubic-bezier(.4,0,.2,1) CommunityPopup-module-scss-module__UlLBtW__cardSlideUp;position:relative;box-shadow:0 20px 40px #0006}@keyframes CommunityPopup-module-scss-module__UlLBtW__cardSlideUp{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.CommunityPopup-module-scss-module__UlLBtW__closeBtn{color:#f8fafc66;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px;transition:all .15s cubic-bezier(.4,0,.2,1);position:absolute;top:12px;right:12px}.CommunityPopup-module-scss-module__UlLBtW__closeBtn:hover{color:#f8fafccc;background:#ffffff0d}.CommunityPopup-module-scss-module__UlLBtW__content{text-align:center}.CommunityPopup-module-scss-module__UlLBtW__iconBox{color:#38bdf8;background:#0088cc1f;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto .75rem;display:flex}.CommunityPopup-module-scss-module__UlLBtW__iconBox svg{width:28px;height:28px}.CommunityPopup-module-scss-module__UlLBtW__title{color:#f8fafc;margin:0 0 .5rem;font-family:Space Grotesk,system-ui,sans-serif;font-size:1.3rem;font-weight:800}.CommunityPopup-module-scss-module__UlLBtW__description{color:#f8fafc99;margin:0 0 1.5rem;font-family:DM Sans,system-ui,sans-serif;font-size:.88rem;line-height:1.55}.CommunityPopup-module-scss-module__UlLBtW__features{text-align:left;flex-direction:column;gap:.625rem;margin-bottom:1.5rem;display:flex}.CommunityPopup-module-scss-module__UlLBtW__featureItem{color:#f8fafc99;align-items:center;gap:.625rem;font-family:DM Sans,system-ui,sans-serif;font-size:.82rem;display:flex}.CommunityPopup-module-scss-module__UlLBtW__featureItem svg{color:#38bdf8;flex-shrink:0;width:16px;height:16px}.CommunityPopup-module-scss-module__UlLBtW__ctaBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#08c 0%,#06a 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem;font-family:Space Grotesk,system-ui,sans-serif;font-size:1rem;font-weight:700;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 6px 20px #0088cc40}.CommunityPopup-module-scss-module__UlLBtW__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0088cc59}.CommunityPopup-module-scss-module__UlLBtW__ctaBtn:active{transform:translateY(0)scale(.98)}.CommunityPopup-module-scss-module__UlLBtW__secondaryBtn{color:#f8fafccc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;width:100%;margin-top:.5rem;padding:.7rem;font-family:DM Sans,system-ui,sans-serif;font-size:.85rem;font-weight:600;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.CommunityPopup-module-scss-module__UlLBtW__secondaryBtn svg{color:#ff6b6b}.CommunityPopup-module-scss-module__UlLBtW__secondaryBtn:hover{color:#f8fafc;background:#ffffff1a;border-color:#ffffff2e}.CommunityPopup-module-scss-module__UlLBtW__skipBtn{color:#f8fafc66;cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:.5rem;font-family:DM Sans,system-ui,sans-serif;font-size:.78rem;transition:color .15s cubic-bezier(.4,0,.2,1)}.CommunityPopup-module-scss-module__UlLBtW__skipBtn:hover{color:#f8fafc99}
@keyframes Footer-module-scss-module__A5O-ua__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes Footer-module-scss-module__A5O-ua__fadeInScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes Footer-module-scss-module__A5O-ua__pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes Footer-module-scss-module__A5O-ua__glowPulse{0%,to{box-shadow:0 0 20px #ff3b3b40}50%{box-shadow:0 0 35px #ff3b3b40,0 0 50px #ff3b3b1a}}@keyframes Footer-module-scss-module__A5O-ua__slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}:root{--bg-deep:#1b1f2a;--bg-primary:#1b1f2a;--bg-secondary:#2a2f3d;--bg-card:#232733;--bg-card-hover:#2d3242;--bg-elevated:#2a3142;--text-primary:#f8fafc;--text-secondary:#f8fafccc;--text-muted:#f8fafc99;--text-dim:#f8fafc66;--accent-primary:#ff3b3b;--accent-primary-light:#ff6b6b;--accent-glow:#ff3b3b40;--accent-bg:#ff3b3b1a;--accent-border:#ff3b3b26;--skill-writing:#10b981;--skill-speaking:#a855f7;--skill-reading:#06b6d4;--skill-listening:#f59e0b;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--info:#06b6d4;--border-subtle:#ffffff0d;--border-default:#ffffff14;--border-hover:#ffffff1f;--font-display:Space Grotesk,system-ui,sans-serif;--font-body:DM Sans,system-ui,sans-serif;--font-mono:DM Mono,ui-monospace,monospace;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #00000040;--shadow-lg:0 12px 32px #00000059;--shadow-glow:0 8px 24px #ff3b3b40}.Footer-module-scss-module__A5O-ua__preFooterCta{text-align:center;background:linear-gradient(135deg,#ff3b3b0f,#a855f70a);border-top:1px solid #ff3b3b1a;border-bottom:1px solid #ffffff0d;padding:2.5rem 1.25rem;position:relative;overflow:hidden}.Footer-module-scss-module__A5O-ua__preFooterCta:before{content:"";background:linear-gradient(90deg,#0000,#ff3b3b4d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module-scss-module__A5O-ua__preFooterContent{max-width:560px;margin:0 auto}.Footer-module-scss-module__A5O-ua__preFooterTitle{color:#f8fafc;letter-spacing:-.02em;margin:0 0 .375rem;font-family:Space Grotesk,system-ui,sans-serif;font-size:1.35rem;font-weight:800}.Footer-module-scss-module__A5O-ua__preFooterSub{color:#f8fafc99;margin:0 0 1.25rem;font-family:DM Sans,system-ui,sans-serif;font-size:.88rem;line-height:1.5}.Footer-module-scss-module__A5O-ua__preFooterActions{margin-bottom:.75rem}.Footer-module-scss-module__A5O-ua__preFooterBtn{color:#fff;background:linear-gradient(135deg,#ff3b3b,#c00);border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-family:Space Grotesk,system-ui,sans-serif;font-size:1rem;font-weight:800;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #ff3b3b40}.Footer-module-scss-module__A5O-ua__preFooterBtn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1f,#0000);width:100%;height:100%;animation:3s ease-in-out infinite Footer-module-scss-module__A5O-ua__footerShimmer;position:absolute;top:0;left:-100%}.Footer-module-scss-module__A5O-ua__preFooterBtn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 28px #ff3b3b66}@keyframes Footer-module-scss-module__A5O-ua__footerShimmer{0%{left:-100%}60%,to{left:100%}}.Footer-module-scss-module__A5O-ua__preFooterTrust{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.Footer-module-scss-module__A5O-ua__preFooterTrust>span{color:#f8fafc66;align-items:center;gap:.3rem;font-family:DM Sans,system-ui,sans-serif;font-size:.72rem;display:flex}.Footer-module-scss-module__A5O-ua__preFooterTrust>span svg{color:#22c55e;width:12px;height:12px}.Footer-module-scss-module__A5O-ua__footer{background:#0003;border-top:1px solid #ffffff0d;margin-top:auto}.Footer-module-scss-module__A5O-ua__container{max-width:1200px;margin:0 auto;padding:2.5rem 1.25rem 1.5rem}.Footer-module-scss-module__A5O-ua__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2rem;margin-bottom:2rem;display:grid}.Footer-module-scss-module__A5O-ua__brand h3{color:#f8fafc;margin-bottom:.5rem;font-family:Space Grotesk,system-ui,sans-serif;font-size:1.1rem;font-weight:700}.Footer-module-scss-module__A5O-ua__brand p{color:#f8fafc66;max-width:280px;font-family:DM Sans,system-ui,sans-serif;font-size:.8rem;line-height:1.6}.Footer-module-scss-module__A5O-ua__brandStats{gap:1rem;margin-top:.75rem;display:flex}.Footer-module-scss-module__A5O-ua__brandStats>span{color:#f8fafc99;align-items:center;gap:.3rem;font-family:DM Sans,system-ui,sans-serif;font-size:.72rem;font-weight:600;display:flex}.Footer-module-scss-module__A5O-ua__brandStats>span svg{color:#ff6b6b;width:12px;height:12px}.Footer-module-scss-module__A5O-ua__linkGroup h4{color:#f8fafccc;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;font-family:Space Grotesk,system-ui,sans-serif;font-size:.75rem;font-weight:700}.Footer-module-scss-module__A5O-ua__linkGroup a{color:#f8fafc66;align-items:center;gap:.4rem;padding:.25rem 0;font-family:DM Sans,system-ui,sans-serif;font-size:.82rem;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.Footer-module-scss-module__A5O-ua__linkGroup a:hover{color:#f8fafc;transform:translate(2px)}.Footer-module-scss-module__A5O-ua__linkGroup a svg{opacity:.6;flex-shrink:0;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.Footer-module-scss-module__A5O-ua__linkGroup a:hover svg{opacity:1}.Footer-module-scss-module__A5O-ua__newsletter h4{color:#f8fafccc;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-family:Space Grotesk,system-ui,sans-serif;font-size:.75rem;font-weight:700}.Footer-module-scss-module__A5O-ua__newsletter>p{color:#f8fafc66;margin-bottom:.75rem;font-family:DM Sans,system-ui,sans-serif;font-size:.8rem;line-height:1.5}.Footer-module-scss-module__A5O-ua__privacyNote{color:#f8fafc66;opacity:.7;margin-top:.4rem;font-family:DM Sans,system-ui,sans-serif;font-size:.68rem}.Footer-module-scss-module__A5O-ua__form{gap:.4rem;display:flex}.Footer-module-scss-module__A5O-ua__form input{color:#f8fafc;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;outline:none;flex:1;min-width:0;padding:.55rem .75rem;font-family:DM Sans,system-ui,sans-serif;font-size:.8rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.Footer-module-scss-module__A5O-ua__form input::placeholder{color:#f8fafc66}.Footer-module-scss-module__A5O-ua__form input:focus{border-color:#ff3b3b;box-shadow:0 0 0 2px #ff3b3b40}.Footer-module-scss-module__A5O-ua__form button{color:#fff;cursor:pointer;background:#ff3b3b;border:none;border-radius:8px;flex-shrink:0;padding:.55rem .75rem;transition:all .35s cubic-bezier(.4,0,.2,1)}.Footer-module-scss-module__A5O-ua__form button:hover{background:#c00;transform:translateY(-1px)}.Footer-module-scss-module__A5O-ua__form button:disabled{opacity:.5;cursor:not-allowed;transform:none}.Footer-module-scss-module__A5O-ua__done{color:#22c55e;align-items:center;gap:.375rem;font-family:DM Sans,system-ui,sans-serif;font-size:.82rem;display:flex}.Footer-module-scss-module__A5O-ua__bottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.Footer-module-scss-module__A5O-ua__bottom span{color:#f8fafc66;font-family:DM Sans,system-ui,sans-serif;font-size:.72rem}.Footer-module-scss-module__A5O-ua__bottomLinks{align-items:center;gap:.5rem;display:flex}.Footer-module-scss-module__A5O-ua__bottomLinks a{color:#f8fafc66;align-items:center;gap:.25rem;font-family:DM Sans,system-ui,sans-serif;font-size:.72rem;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1);display:inline-flex}.Footer-module-scss-module__A5O-ua__bottomLinks a:hover{color:#f8fafccc}.Footer-module-scss-module__A5O-ua__bottomLinks span{color:#ffffff14}@media (max-width:768px){.Footer-module-scss-module__A5O-ua__grid{grid-template-columns:1fr 1fr;gap:1.5rem}.Footer-module-scss-module__A5O-ua__brand,.Footer-module-scss-module__A5O-ua__newsletter{grid-column:1/-1}}@media (max-width:480px){.Footer-module-scss-module__A5O-ua__grid{grid-template-columns:1fr}.Footer-module-scss-module__A5O-ua__bottom{text-align:center;flex-direction:column;gap:.5rem}.Footer-module-scss-module__A5O-ua__preFooterTitle{font-size:1.15rem}}
@keyframes BottomNav-module-scss-module__8pliIW__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes BottomNav-module-scss-module__8pliIW__fadeInScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes BottomNav-module-scss-module__8pliIW__pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes BottomNav-module-scss-module__8pliIW__glowPulse{0%,to{box-shadow:0 0 20px #ff3b3b40}50%{box-shadow:0 0 35px #ff3b3b40,0 0 50px #ff3b3b1a}}@keyframes BottomNav-module-scss-module__8pliIW__slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}:root{--bg-deep:#1b1f2a;--bg-primary:#1b1f2a;--bg-secondary:#2a2f3d;--bg-card:#232733;--bg-card-hover:#2d3242;--bg-elevated:#2a3142;--text-primary:#f8fafc;--text-secondary:#f8fafccc;--text-muted:#f8fafc99;--text-dim:#f8fafc66;--accent-primary:#ff3b3b;--accent-primary-light:#ff6b6b;--accent-glow:#ff3b3b40;--accent-bg:#ff3b3b1a;--accent-border:#ff3b3b26;--skill-writing:#10b981;--skill-speaking:#a855f7;--skill-reading:#06b6d4;--skill-listening:#f59e0b;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--info:#06b6d4;--border-subtle:#ffffff0d;--border-default:#ffffff14;--border-hover:#ffffff1f;--font-display:Space Grotesk,system-ui,sans-serif;--font-body:DM Sans,system-ui,sans-serif;--font-mono:DM Mono,ui-monospace,monospace;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #00000040;--shadow-lg:0 12px 32px #00000059;--shadow-glow:0 8px 24px #ff3b3b40}.BottomNav-module-scss-module__8pliIW__bottomNav{-webkit-backdrop-filter:blur(20px);padding:6px 8px;padding-bottom:max(6px,env(safe-area-inset-bottom));z-index:100;background:#1b1f2aeb;border-top:1px solid #ffffff0d;display:none;position:fixed;bottom:0;left:0;right:0}@media (max-width:767px){.BottomNav-module-scss-module__8pliIW__bottomNav{justify-content:space-around;align-items:center;display:flex}}.BottomNav-module-scss-module__8pliIW__navItem{color:#f8fafc66;cursor:pointer;-webkit-tap-highlight-color:#0000;touch-action:manipulation;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:56px;padding:8px 12px;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.BottomNav-module-scss-module__8pliIW__navItem:active{transform:scale(.85)}.BottomNav-module-scss-module__8pliIW__iconWrapper{border-radius:12px;justify-content:center;align-items:center;width:44px;height:28px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.BottomNav-module-scss-module__8pliIW__activeIndicator{z-index:-1;background:#ff3b3b1a;border-radius:12px;position:absolute;inset:-2px -8px}.BottomNav-module-scss-module__8pliIW__label{letter-spacing:.03em;font-family:DM Sans,system-ui,sans-serif;font-size:10px;font-weight:600;transition:all .2s}.BottomNav-module-scss-module__8pliIW__active{color:#ff6b6b}.BottomNav-module-scss-module__8pliIW__active .BottomNav-module-scss-module__8pliIW__iconWrapper{color:#ff6b6b;transform:scale(1.05)}.BottomNav-module-scss-module__8pliIW__active .BottomNav-module-scss-module__8pliIW__label{color:#ff6b6b;font-weight:700}.BottomNav-module-scss-module__8pliIW__active .BottomNav-module-scss-module__8pliIW__iconWrapper:after{content:"";background:#ff3b3b;border-radius:50%;width:4px;height:4px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%);box-shadow:0 0 6px #ff3b3b}.BottomNav-module-scss-module__8pliIW__navItem:before{content:"";opacity:0;background:#ffffff14;border-radius:16px;transition:opacity .15s;position:absolute;inset:0}.BottomNav-module-scss-module__8pliIW__navItem:active:before{opacity:1}
@keyframes MilestoneCelebration-module-scss-module__DFJFMq__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes MilestoneCelebration-module-scss-module__DFJFMq__fadeInScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes MilestoneCelebration-module-scss-module__DFJFMq__pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes MilestoneCelebration-module-scss-module__DFJFMq__glowPulse{0%,to{box-shadow:0 0 20px #ff3b3b40}50%{box-shadow:0 0 35px #ff3b3b40,0 0 50px #ff3b3b1a}}@keyframes MilestoneCelebration-module-scss-module__DFJFMq__slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}:root{--bg-deep:#1b1f2a;--bg-primary:#1b1f2a;--bg-secondary:#2a2f3d;--bg-card:#232733;--bg-card-hover:#2d3242;--bg-elevated:#2a3142;--text-primary:#f8fafc;--text-secondary:#f8fafccc;--text-muted:#f8fafc99;--text-dim:#f8fafc66;--accent-primary:#ff3b3b;--accent-primary-light:#ff6b6b;--accent-glow:#ff3b3b40;--accent-bg:#ff3b3b1a;--accent-border:#ff3b3b26;--skill-writing:#10b981;--skill-speaking:#a855f7;--skill-reading:#06b6d4;--skill-listening:#f59e0b;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--info:#06b6d4;--border-subtle:#ffffff0d;--border-default:#ffffff14;--border-hover:#ffffff1f;--font-display:Space Grotesk,system-ui,sans-serif;--font-body:DM Sans,system-ui,sans-serif;--font-mono:DM Mono,ui-monospace,monospace;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #00000040;--shadow-lg:0 12px 32px #00000059;--shadow-glow:0 8px 24px #ff3b3b40}@keyframes MilestoneCelebration-module-scss-module__DFJFMq__toastSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes MilestoneCelebration-module-scss-module__DFJFMq__toastGlow{0%,to{box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff14}50%{box-shadow:0 8px 32px #0000004d,0 0 20px #ff3b3b40}}@keyframes MilestoneCelebration-module-scss-module__DFJFMq__iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.MilestoneCelebration-module-scss-module__DFJFMq__toast{z-index:10001;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#2a3142;border:1px solid #ffffff1f;border-radius:16px;align-items:center;gap:12px;min-width:300px;max-width:420px;padding:14px 18px;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards MilestoneCelebration-module-scss-module__DFJFMq__toastSlideIn,2s ease-in-out .5s 3 MilestoneCelebration-module-scss-module__DFJFMq__toastGlow;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)}@media (max-width:480px){.MilestoneCelebration-module-scss-module__DFJFMq__toast{min-width:auto;left:16px;right:16px;transform:none}}.MilestoneCelebration-module-scss-module__DFJFMq__toastIcon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;animation:1s ease-in-out .3s 2 MilestoneCelebration-module-scss-module__DFJFMq__iconPulse;display:flex}.MilestoneCelebration-module-scss-module__DFJFMq__toastContent{flex:1;min-width:0}.MilestoneCelebration-module-scss-module__DFJFMq__toastTitle{color:#f8fafc;letter-spacing:-.01em;font-family:Space Grotesk,system-ui,sans-serif;font-size:.92rem;font-weight:800;display:block}.MilestoneCelebration-module-scss-module__DFJFMq__toastDesc{color:#f8fafc99;margin-top:2px;font-family:DM Sans,system-ui,sans-serif;font-size:.75rem;line-height:1.4;display:block}.MilestoneCelebration-module-scss-module__DFJFMq__toastClose{color:#f8fafc66;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex}.MilestoneCelebration-module-scss-module__DFJFMq__toastClose:hover{color:#f8fafc;background:#ffffff0f}@media (prefers-reduced-motion:reduce){.MilestoneCelebration-module-scss-module__DFJFMq__toast{animation:.2s forwards MilestoneCelebration-module-scss-module__DFJFMq__toastSlideIn}.MilestoneCelebration-module-scss-module__DFJFMq__toastIcon{animation:none}}
.PageTransition-module-scss-module__UnxysW__page{transition:opacity .2s,transform .2s}.PageTransition-module-scss-module__UnxysW__visible{opacity:1;transform:translateY(0)}.PageTransition-module-scss-module__UnxysW__entering{opacity:0;transform:translateY(8px)}
