@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg:#f5f7f3;--surface:#fff;--surface-soft:#edf4ef;--text:#27323c;--muted:#65717c;--heading:#11181f;--ink:#0b1117;--ink-soft:#101820;--line:#dce5df;--primary:#16836a;--primary-dark:#0e5f4f;--primary-soft:#e4f5df;--accent:#9be15d;--accent-dark:#7ecb45;--red:#d7534a;--green:#2f9466;--orange:#d88a2d;--navy:#2d5276;--shadow:0 18px 48px #11181f14;--shadow-soft:0 10px 28px #11181f0e;--shadow-panel:0 28px 82px #0b111738;--radius:8px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--heading);letter-spacing:0}h1{max-width:780px;font-size:clamp(2.6rem,7vw,5.6rem);font-weight:800;line-height:.98}h2{font-size:clamp(2rem,4vw,3.6rem);font-weight:800;line-height:1.04}h3{font-size:1.12rem;font-weight:800;line-height:1.2}.site-shell{overflow:hidden}.intro-splash{z-index:2000;background:radial-gradient(circle at 50% 44%, #e4f5dff2, #f5f7f300 36%), var(--bg);pointer-events:none;place-items:center;animation:1.68s cubic-bezier(.22,1,.36,1) both introSplashOverlay;display:grid;position:fixed;inset:0}.intro-splash-content{justify-items:center;gap:18px;animation:1.58s cubic-bezier(.22,1,.36,1) both introSplashContent;display:grid}.intro-splash-brand{color:#0b3d49;letter-spacing:-.04em;white-space:nowrap;align-items:center;gap:14px;font-size:4.9rem;font-weight:800;line-height:1;display:inline-flex}.intro-splash-mark{object-fit:contain;flex:none;width:84px;height:84px}.intro-splash-wordmark{align-items:baseline;display:inline-flex}.intro-splash p{color:var(--primary-dark);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:1rem;font-weight:760;animation:1.58s both introSplashSubtitle}.topbar{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f5f7f3e6;justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 40px);margin:0 auto;padding:18px 0;display:flex;position:sticky;top:0}.topbar:after{content:"";background:linear-gradient(90deg,#0000,#6473833d,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.brand,.nav-links,.hero-actions,.hero-proof,.hero-proof-wrap{align-items:center;display:flex}.brand{color:var(--heading);gap:7px;font-weight:800}.brand-name{color:inherit;white-space:nowrap}.brand-name-pro{color:#16836a}.brand-mark{object-fit:contain;flex:none;width:38px;height:38px;display:block}.nav-links{color:var(--muted);gap:28px;font-size:.95rem;font-weight:650}.nav-links a:hover,.nav-action:hover{color:var(--primary-dark)}.nav-action{color:var(--heading);font-weight:750}.nav-actions{align-items:center;gap:16px;display:flex}.nav-action.muted{color:var(--muted)}.button-link{font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.user-chip{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:42px;color:var(--heading);align-items:center;gap:10px;padding:6px 10px 6px 6px;display:inline-flex}.user-chip span{background:var(--primary-soft);width:30px;height:30px;color:var(--primary-dark);border-radius:50%;place-items:center;font-size:.84rem;font-weight:800;display:grid}.user-chip strong{text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:.92rem;overflow:hidden}.router-link-active:not(.brand):not(.button){color:var(--primary-dark)}.hero-section{grid-template-columns:1fr;align-items:start;gap:42px;width:min(1180px,100% - 40px);min-height:calc(100svh - 76px);margin:0 auto;padding:54px 0 84px;display:grid}.hero-copy{text-align:center;flex-direction:column;align-items:center;gap:22px;max-width:980px;margin:0 auto;display:flex}.daily-word-section{border-top:1px solid var(--line);grid-template-columns:minmax(0,.95fr) minmax(320px,.75fr);align-items:center;gap:42px;width:min(1180px,100% - 40px);margin:0 auto;padding:58px 0;display:grid;position:relative;overflow:hidden}.daily-word-section:before{content:"";background:linear-gradient(90deg,#0000,#16836a9e,#0000);width:42%;height:1px;animation:7.8s ease-in-out infinite dailyWordBorderSweep;position:absolute;top:0;left:0;transform:translate(-120%)}.daily-word-copy{gap:16px;display:grid}.daily-word-copy h2{font-size:clamp(2rem,4vw,3.4rem)}.daily-word-copy p{max-width:620px;color:var(--muted);font-size:1.06rem}.daily-word-copy .button{width:fit-content}.daily-word-card{border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);border:1px solid #16836a38;padding:22px;position:relative;overflow:hidden}.daily-word-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffffc7,#0000);width:36%;position:absolute;inset:0 auto 0 -42%;transform:skew(-18deg)}.daily-word-card.is-visible{animation:9s ease-in-out .9s infinite dailyWordCardFloat}.daily-word-card.is-visible:before{animation:8s ease-in-out .78s infinite dailyWordCardSweep}.daily-word-card-inner{z-index:1;gap:16px;display:grid;position:relative}.daily-word-card h3{color:var(--heading);margin-top:4px;font-size:clamp(2.2rem,6vw,4.4rem)}.daily-word-wordline{justify-content:space-between;align-items:center;gap:16px;display:flex}.daily-word-wordline h3,.word-day-topline h2{overflow-wrap:anywhere}.daily-word-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.daily-word-meta span{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);color:var(--heading);padding:12px;font-weight:800}.daily-word-card.is-visible .daily-word-meta span{animation:.72s cubic-bezier(.16,1,.3,1) both dailyWordChipRise}.daily-word-card.is-visible .daily-word-meta span:nth-child(2){animation-delay:.12s}.daily-word-card.is-visible .audio-icon-button{animation:2.9s ease-in-out 1.1s infinite dailyWordAudioPulse}.daily-word-card.is-visible h3{animation:.78s cubic-bezier(.16,1,.3,1) .18s both dailyWordTextPop}.daily-word-card p{color:var(--heading);font-size:1.2rem;font-weight:800}.daily-word-card small{color:var(--muted);font-size:.96rem}.eyebrow{color:var(--primary-dark);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.hero-text{max-width:780px;color:var(--muted);font-size:1.22rem}.hero-copy h1,.hero-copy .hero-seo-title{letter-spacing:0;text-wrap:balance;max-width:900px;font-weight:800}.hero-copy .hero-seo-title{box-sizing:border-box;color:#021f1c;white-space:nowrap;flex-wrap:nowrap;align-items:baseline;column-gap:.26em;width:100%;min-width:0;max-width:980px;font-size:4.35rem;line-height:.96;display:flex}.hero-seo-title span{animation:.72s cubic-bezier(.16,1,.3,1) both heroTitleWordRise;display:inline-block}.hero-seo-title span:nth-child(2){animation-delay:90ms}.hero-seo-title span:nth-child(3){animation-delay:.18s}.hero-title-accent{color:#021f1c;text-shadow:0 16px 40px #16836a24;-webkit-text-fill-color:transparent;background-color:#0000;background-image:linear-gradient(120deg,#16836a14,#9be15d52),linear-gradient(90deg,#021f1c,#0e5f4f 58%,#16836a);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;-webkit-background-clip:text;background-clip:text}.hero-copy .hero-brand-title{justify-content:center;align-items:center;gap:14px;width:min(720px,100%);margin:0;line-height:1;display:flex}.hero-brand-mark{object-fit:contain;flex:none;width:88px;height:88px;display:block}.hero-brand-wordmark{color:#0b3d49;letter-spacing:-.04em;white-space:nowrap;align-items:baseline;display:inline-flex}.hero-brand-wordmark .brand-name-pro{letter-spacing:-.04em;margin-left:0}.hero-brand-logo{width:min(640px,100%);height:auto;display:block}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px}.hero-disclaimer{color:#536a76;max-width:760px;margin:2px auto 0;font-size:.95rem;line-height:1.6}.hero-section .button.primary{color:var(--ink);background:var(--accent);box-shadow:0 16px 38px #7ecb453d}.hero-section .button.primary:hover{background:var(--accent-dark)}.button{border-radius:var(--radius);border:1px solid #0000;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:780;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.68;transform:none}.button.primary,.button.secondary{box-shadow:0 10px 26px #182f440f}.button.primary{color:#fff;background:var(--primary);box-shadow:0 12px 28px #16836a33}.button.primary:hover{background:var(--primary-dark)}.button.secondary{color:var(--heading);background:var(--surface);border-color:var(--line)}.button.secondary:hover{border-color:#16836a52;box-shadow:0 14px 30px #11181f14}.button.subtle{min-height:42px;color:var(--primary-dark);background:var(--primary-soft);border-color:#16836a2e;padding:0 14px}.button.subtle:hover{border-color:#16836a52;box-shadow:0 10px 24px #16836a17}.button.danger{color:#fff;background:var(--red)}.button.danger:hover{box-shadow:0 14px 30px #b543432e}.audio-icon-button{border-radius:var(--radius);background:var(--primary);color:#fff;cursor:pointer;border:1px solid #16836a47;flex:none;place-items:center;width:46px;height:46px;transition:transform .18s,box-shadow .18s,background .18s;display:inline-grid;box-shadow:0 12px 28px #16836a2e}.audio-icon-button:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 16px 32px #16836a38}.audio-icon-button.compact{width:40px;height:40px}.audio-icon-button svg{width:21px;height:21px}.audio-icon-button svg *{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.hero-proof-wrap{justify-content:center;max-width:min(100%,860px);padding:6px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.hero-proof{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:10px;font-size:.94rem}.hero-proof span{border:1px solid var(--line);background:#ffffffbd;border-radius:999px;padding:8px 12px;transition:border-color .18s,box-shadow .18s,color .18s,transform .18s;position:relative;overflow:hidden;box-shadow:0 8px 22px #11181f09}.hero-proof span:before{display:none}.hero-proof span:nth-child(2){--chip-delay:.4s}.hero-proof span:nth-child(3){--chip-delay:.8s}.hero-proof span:nth-child(4){--chip-delay:1.2s}.hero-proof span:nth-child(5){--chip-delay:1.6s}.hero-proof span:nth-child(6){--chip-delay:2s}.hero-proof span:hover{color:var(--heading);border-color:#16836a47;transform:translateY(-2px);box-shadow:0 14px 34px #11181f14}.hero-metrics{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffd6;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,680px);display:grid;overflow:hidden;box-shadow:0 18px 50px #182f4414}.hero-metrics div{gap:2px;padding:16px 18px;display:grid}.hero-metrics div+div{border-left:1px solid var(--line)}.hero-metrics strong{color:var(--heading);font-size:1.7rem;line-height:1}.hero-metrics span{color:var(--muted);font-size:.86rem;font-weight:720}.hero-showcase{border-radius:var(--radius);background:var(--ink);box-shadow:var(--shadow-panel);isolation:isolate;border:1px solid #ffffff14;gap:20px;padding:18px;display:grid;position:relative;overflow:hidden}.hero-showcase:before{z-index:-1;content:"";opacity:.72;background:linear-gradient(90deg,#0000,#9be15d29,#0000);width:32%;position:absolute;top:-30%;bottom:-30%;left:-40%;transform:skew(-18deg)}.showcase-header{color:#fff;justify-content:space-between;align-items:center;gap:18px;display:flex}.showcase-title{align-items:center;gap:12px;display:flex}.showcase-title strong,.showcase-title small{display:block}.showcase-title small{color:#ffffff94}.showcase-mark{border-radius:var(--radius);background:var(--accent);width:42px;height:42px;color:var(--ink);place-items:center;font-weight:800;display:grid;box-shadow:inset 0 0 0 1px #0b111714}.showcase-tabs{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.showcase-tabs button{appearance:none;color:#ffffffc2;cursor:pointer;font:inherit;background:0 0;border:1px solid #ffffff1a;border-radius:999px;padding:8px 12px;font-size:.8rem;font-weight:790;transition:background .18s,border-color .18s,box-shadow .18s,color .18s,transform .18s}.showcase-tabs button:hover,.showcase-tabs button:focus-visible{color:#fff;border-color:#9be15d57;transform:translateY(-1px)}.showcase-tabs button:focus-visible{outline-offset:2px;outline:2px solid #9be15d6b}.showcase-tabs button.is-active{color:#fff;background:#9be15d29;border-color:#9be15d85;box-shadow:0 10px 24px #00000029}.landing-console{grid-template-columns:minmax(0,.95fr) minmax(360px,.68fr);align-items:stretch;gap:18px;width:100%;display:grid}.dashboard-preview,.module-card,.price-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.dashboard-preview{border-color:#ffffff14;flex-direction:column;gap:24px;padding:26px;display:flex;transform:translateY(-6px);box-shadow:0 22px 58px #00000024}.hero-dashboard-preview{min-height:100%;transform:none}.exam-preview-panel{border-radius:var(--radius);background:var(--ink-soft);color:#fffc;border:1px solid #9be15d33;flex-direction:column;gap:22px;min-height:100%;padding:26px;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 58px #00000029}.exam-preview-panel:before{background:var(--preview-accent,var(--accent));content:"";height:3px;position:absolute;top:0;left:0;right:0}.exam-preview-panel .preview-header strong,.exam-preview-copy h2{color:#fff}.exam-preview-panel .small-label{color:#ffffff9e}.exam-preview-panel .status-pill{border:1px solid color-mix(in srgb, var(--preview-accent,var(--accent)) 42%, transparent);background:var(--preview-soft,#9be15d24);color:#f6fff1}.exam-preview-progress{background:#ffffff1f;border-radius:999px;height:8px;overflow:hidden}.exam-preview-progress span{border-radius:inherit;background:var(--preview-accent,var(--accent));transform-origin:0;height:100%;transition:width .52s cubic-bezier(.22,1,.36,1);display:block}.exam-preview-copy{border-radius:var(--radius);background:#ffffff0f;border:1px solid #ffffff1a;gap:10px;padding:18px;display:grid}.exam-preview-copy h2{font-size:1.35rem;line-height:1.18}.exam-preview-copy p{color:#ffffffc2}.exam-preview-options{gap:10px;margin-top:auto;display:grid}.exam-preview-options span{border-radius:var(--radius);background:#ffffff12;border:1px solid #ffffff1f;padding:12px 14px;font-weight:740}.exam-preview-options .is-selected{border-color:color-mix(in srgb, var(--preview-accent,var(--accent)) 58%, transparent);background:var(--preview-soft,#9be15d29);color:#eaffff;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--preview-accent,var(--accent)) 22%, transparent);position:relative}.exam-flow-section{width:min(1180px,100% - 40px);margin:0 auto;padding:0 0 92px}.flow-board{border-radius:var(--radius);background:#fff;border:1px solid #0f1f2e17;gap:24px;padding:28px;display:grid;box-shadow:0 24px 70px #182f441a}.flow-board-header{justify-content:space-between;align-items:end;gap:24px;display:flex}.flow-board-header>div{gap:12px;max-width:760px;display:grid}.flow-board-header h2{font-size:3rem}.flow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.flow-card{border:1px solid var(--line);border-radius:var(--radius);background:#fbfcfd;gap:12px;min-height:190px;padding:20px;display:grid}.flow-card span{background:var(--primary-soft);width:max-content;color:var(--primary-dark);border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:800}.flow-card h3{font-size:1.1rem}.flow-card p{color:var(--muted)}.flow-result{border-radius:var(--radius);background:#f2faf6;border:1px solid #2c8b6333;grid-template-columns:minmax(240px,.42fr) 1fr;align-items:center;gap:24px;padding:18px;display:grid}.flow-result strong{color:var(--heading);display:block}.flow-bars{gap:8px;display:grid}.flow-bars span{background:var(--green);border-radius:999px;height:10px;display:block}@keyframes introSplashOverlay{0%,78%{opacity:1}to{opacity:0}}@keyframes introSplashContent{0%{opacity:0;transform:translateY(22px)scale(.94)}18%,58%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-35vh)scale(.44)}}@keyframes introSplashSubtitle{0%,12%{opacity:0;transform:translateY(8px)}26%,60%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes heroReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes heroTitleWordRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes showcaseReveal{0%{opacity:0;transform:translateY(28px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes showcaseSweep{0%,38%{transform:translate(0)skew(-18deg)}68%,to{transform:translate(520%)skew(-18deg)}}@keyframes markPulse{0%,to{transform:translateY(0);box-shadow:0 0 #9be15d4d}50%{transform:translateY(-1px);box-shadow:0 0 0 9px #9be15d00}}@keyframes panelFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes panelFloatAlt{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes progressBreathe{0%,to{transform:scaleX(.94)}50%{transform:scaleX(1)}}@keyframes selectedGlow{0%,to{box-shadow:0 0 #9be15d00}50%{box-shadow:0 0 24px #9be15d29}}@keyframes chipDrift{0%,to{transform:translate(0)}50%{transform:translate(-18px)}}@keyframes chipSweep{0%,52%{transform:translate(-110%)}78%,to{transform:translate(110%)}}@keyframes dailyWordBorderSweep{0%,28%{transform:translate(-120%)}58%,to{transform:translate(290%)}}@keyframes dailyWordCardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes dailyWordCardSweep{0%,40%{opacity:0;transform:translate(0)skew(-18deg)}52%{opacity:.75}72%,to{opacity:0;transform:translate(430%)skew(-18deg)}}@keyframes dailyWordChipRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes dailyWordAudioPulse{0%,to{transform:translateY(0)scale(1);box-shadow:0 12px 28px #16836a2e}48%{transform:translateY(-1px)scale(1.04);box-shadow:0 14px 34px #16836a47}}@keyframes dailyWordTextPop{0%{opacity:0;transform:translateY(10px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.scroll-reveal{opacity:0;transition:opacity .76s cubic-bezier(.16,1,.3,1),transform .76s cubic-bezier(.16,1,.3,1),filter .76s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s);filter:blur(8px);will-change:opacity, transform, filter;transform:translateY(30px)}.scroll-reveal.reveal-card{transform:translateY(38px)scale(.97)}.scroll-reveal.is-visible{opacity:1;filter:blur();transform:translateY(0)scale(1)}.scroll-reveal.is-visible.reveal-card .module-icon,.scroll-reveal.is-visible.reveal-card>span:first-child{animation:.72s cubic-bezier(.16,1,.3,1) both cardAccentPop;animation-delay:calc(var(--reveal-delay,0s) + .12s)}@keyframes cardAccentPop{0%{transform:scale(.82)}56%{transform:scale(1.08)}to{transform:scale(1)}}.preview-header,.module-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.preview-header strong,.module-row strong{color:var(--heading);display:block}.small-label,.module-row small,.score-ring small,.price-card small{color:var(--muted)}.status-pill,.recommended{background:var(--primary-soft);color:var(--primary-dark);border-radius:999px;align-items:center;padding:7px 11px;font-size:.78rem;font-weight:800;display:inline-flex}.status-pill.active,.status-pill.trialing,.status-pill.processed,.status-pill.sent,.status-pill.completed{color:#1a6f43;background:#e5f5ec}.status-pill.failed,.status-pill.past_due,.status-pill.rate_limited,.status-pill.rejected{color:#9f2d2d;background:#fdeaea}.status-pill.expired,.status-pill.canceled,.status-pill.paused,.status-pill.processing,.status-pill.skipped,.status-pill.pending,.status-pill.open,.status-pill.in_review{color:#654180;background:#f3edf9}.score-ring{background:radial-gradient(circle at center, #fff 56%, transparent 57%), conic-gradient(var(--primary) 0 76%, #e8eef2 76% 100%);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-self:center;place-items:center;width:210px;height:210px;display:flex}.score-ring span{color:var(--heading);font-size:3rem;font-weight:800;line-height:1;display:block}.score-ring small{margin-top:7px;display:block}.module-list{gap:12px;display:grid}.module-row{border:1px solid var(--line);border-radius:var(--radius);background:#fff;min-height:64px;padding:12px}.module-row>div{flex:1}.module-dot,.module-icon{flex:none;place-items:center;display:grid}.module-dot{border-radius:50%;width:12px;height:12px}.module-icon{border-radius:var(--radius);color:#fff;width:42px;height:42px;font-weight:800}.blue{background:var(--primary)}.red{background:var(--red)}.green{background:var(--green)}.orange{background:var(--orange)}.navy{background:var(--navy)}.section,.method-section,.pricing-section,.reviews-section,.faq-section,.site-footer{width:min(1180px,100% - 40px);margin:0 auto;padding:92px 0}.section-heading,.pricing-copy{gap:16px;max-width:760px;margin-bottom:34px;display:grid}.section-heading p:not(.eyebrow),.method-copy p:not(.eyebrow),.pricing-copy p:not(.eyebrow),.module-card p,.step p,.price-card li,.review-card p,.faq-item p,.footer-brand p{color:var(--muted)}.module-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.module-card{min-height:260px;box-shadow:none;align-content:start;gap:16px;padding:22px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.module-card:hover{box-shadow:var(--shadow-soft);border-color:#16836a47;transform:translateY(-3px)}.practice-bank-section{border-block:1px solid #16836a24;grid-template-columns:minmax(0,.9fr) minmax(360px,.78fr);align-items:center;gap:38px;width:min(1180px,100% - 40px);margin:0 auto;padding:72px 0;display:grid}.practice-bank-copy{gap:16px;max-width:720px;display:grid}.practice-bank-copy h2{max-width:680px;font-size:clamp(2.15rem,4.2vw,4.15rem);line-height:1.02}.practice-bank-copy p:not(.eyebrow){color:var(--muted);font-size:1.08rem;line-height:1.72}.practice-bank-actions{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}.practice-bank-panel{background:linear-gradient(145deg,#fffffffa,#edf4efd1),#fff;border:1px solid #16836a2e;border-radius:16px;gap:18px;padding:22px;display:grid;box-shadow:0 24px 64px #11181f14}.practice-bank-topline{justify-content:space-between;align-items:center;gap:14px;display:flex}.practice-bank-topline span{color:var(--primary-dark);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.practice-bank-topline strong{color:var(--heading);font-size:.95rem}.practice-bank-list{gap:10px;display:grid}.practice-bank-list a{color:var(--heading);background:#ffffffc7;border:1px solid #dce5dfe0;border-radius:12px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:12px;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.practice-bank-list a:hover{border-color:color-mix(in srgb, var(--practice-accent) 38%, var(--line));transform:translateY(-2px);box-shadow:0 14px 30px #11181f12}.practice-bank-list a>span{background:color-mix(in srgb, var(--practice-accent) 18%, #fff);width:42px;height:42px;color:color-mix(in srgb, var(--practice-accent) 72%, #11181f);border-radius:12px;place-items:center;font-weight:950;display:grid}.practice-bank-list strong,.practice-bank-list small{display:block}.practice-bank-list small{color:var(--muted);margin-top:3px;font-weight:700;line-height:1.42}.support-tools-section{border-top:1px solid var(--line);padding-top:78px}.support-tool-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;display:grid}.support-tool-card{border:1px solid var(--line);min-height:246px;color:var(--heading);background:linear-gradient(#fffffffa,#f7fbf9f5),#fff;border-radius:18px;grid-column:span 2;grid-template-rows:auto 1fr auto;align-content:stretch;gap:18px;padding:24px;text-decoration:none;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 42px #182f440f,inset 0 1px #ffffffe6}.support-tool-card:nth-child(-n+2){grid-column:span 3;min-height:276px}.support-tool-card:before{content:"";background:linear-gradient(90deg,#16836af2,#9be15de6);height:4px;position:absolute;top:0;left:0;right:0}.support-tool-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#16836a14,#0000 68%);border-radius:50%;width:92px;height:92px;position:absolute;bottom:18px;right:18px}.support-tool-card:hover{background:#fff;border-color:#16836a4d;transform:translateY(-4px);box-shadow:0 24px 54px #182f441b,0 0 0 4px #16836a0e}.support-tool-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.support-tool-number{width:44px;height:44px;color:var(--primary-dark);background:#f3faf6;border:1px solid #16836a24;border-radius:14px;place-items:center;font-size:.82rem;font-weight:950;display:grid;box-shadow:0 10px 22px #182f440e}.support-tool-kicker{width:fit-content;color:var(--primary-dark);background:#edf4ef;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:900}.support-tool-card:nth-child(-n+2) h3{max-width:460px;font-size:clamp(1.35rem,2.2vw,1.72rem)}.support-tool-card h3{margin:0 0 9px;font-size:1.18rem;line-height:1.16}.support-tool-card p{max-width:520px;color:var(--muted);font-weight:750;line-height:1.55}.support-tool-card strong{width:fit-content;color:var(--primary-dark);background:#f3faf6;border:1px solid #16836a26;border-radius:999px;align-self:end;align-items:center;gap:7px;padding:9px 12px;font-size:.88rem;line-height:1;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.support-tool-card:hover strong{background:#e8f6ed;border-color:#16836a47;transform:translate(2px)}.method-section{border-block:1px solid var(--line);grid-template-columns:minmax(0,.95fr) minmax(360px,1fr);align-items:start;gap:46px;display:grid}.method-copy{gap:16px;display:grid;position:sticky;top:96px}.reviews-section{gap:10px;display:grid}.review-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.review-card{border:1px solid var(--line);border-radius:var(--radius);min-height:250px;box-shadow:var(--shadow-soft);background:#fff;align-content:start;gap:22px;padding:22px;display:grid}.review-topline{align-items:center;gap:12px;display:flex}.review-topline>span{border-radius:var(--radius);background:var(--ink);width:46px;height:46px;color:var(--accent);place-items:center;font-weight:800;display:grid}.review-topline strong,.review-topline small{display:block}.review-topline small{color:var(--muted)}.review-card p{font-size:1.02rem;line-height:1.72}.steps{gap:14px;display:grid}.step{border-radius:var(--radius);background:var(--surface-soft);border:1px solid #0000;gap:18px;padding:22px;display:flex}.step:hover{background:#fff;border-color:#16836a2e}.step span{color:var(--primary-dark);font-weight:800}.step h3{margin-bottom:6px}.pricing-section{grid-template-columns:minmax(0,.85fr) minmax(480px,1fr);align-items:start;gap:46px;display:grid}.faq-section{border-top:1px solid var(--line);grid-template-columns:minmax(0,.72fr) minmax(480px,1fr);align-items:start;gap:46px;display:grid}.faq-list{gap:12px;display:grid}.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 16px 42px #11181f0d}.faq-item summary{cursor:pointer;color:var(--heading);padding:20px;font-weight:800;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{float:right;color:var(--primary);content:"+"}.faq-item[open] summary:after{content:"-"}.faq-item p{padding:0 20px 20px}.site-footer{background:var(--ink);color:#ffffffb8;border-top:0;gap:28px;width:100%;margin-top:24px;padding:46px max(20px,50% - 590px) 30px;display:grid}.footer-cta{background:linear-gradient(135deg,#ffffff14,#ffffff09),#ffffff0a;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;gap:26px;padding:22px 24px;display:flex}.footer-cta h2{color:#fff;max-width:760px;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.1}.footer-cta .eyebrow{color:var(--accent);margin-bottom:10px}.footer-cta .button.primary{color:var(--ink);background:var(--accent);box-shadow:0 16px 38px #7ecb452e}.footer-main{grid-template-columns:minmax(240px,.45fr) minmax(0,1fr);align-items:start;gap:34px;display:grid}.footer-brand{border-right:1px solid #ffffff14;gap:14px;max-width:420px;padding-right:26px;display:grid}.footer-brand .brand{color:#fff}.footer-brand p{color:#fff9}.footer-social{flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;display:flex}.footer-social span{color:#ffffff7a;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900}.footer-social a{color:#ffffffb8;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:999px;padding:6px 9px;font-size:.82rem;font-weight:850;line-height:1}.footer-social a:hover{color:var(--accent);background:#9be15d1f;border-color:#9be15d66}.footer-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 30px;display:grid}.footer-columns div{align-content:start;gap:9px;min-width:0;display:grid}.footer-columns strong{color:#fff;letter-spacing:.02em;margin-bottom:4px;font-size:.88rem}.footer-columns a,.footer-link-button{color:#ffffff9e;font-size:.9rem;font-weight:700;line-height:1.35}.footer-link-button{width:fit-content;font:inherit;line-height:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.footer-columns a:hover,.footer-link-button:hover{color:var(--accent)}.footer-bottom{color:#ffffff80;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:18px;padding-top:22px;font-size:.92rem;display:flex}.footer-bottom a{color:var(--accent);font-weight:800}.footer-bottom a:hover{color:#fff}.pricing-section.standalone{max-width:900px;display:block}.legal-hero{gap:14px;width:min(980px,100% - 40px);margin:0 auto;padding:88px 0 36px;display:grid}.legal-hero h1{max-width:780px;font-size:clamp(2.6rem,7vw,5.4rem);line-height:.95}.legal-hero p{max-width:760px;color:var(--muted);font-size:1.08rem;line-height:1.7}.legal-hero span{color:var(--primary-dark);font-weight:800}.legal-layout{grid-template-columns:minmax(220px,.32fr) minmax(0,1fr);gap:24px;width:min(980px,100% - 40px);margin:0 auto;padding:0 0 92px;display:grid}.legal-note,.legal-document{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 28px #11181f0b}.legal-note{align-self:start;gap:10px;padding:18px;display:grid;position:sticky;top:96px}.legal-note strong{color:var(--heading)}.legal-note p{color:var(--muted);font-size:.94rem;line-height:1.6}.legal-document{gap:28px;padding:clamp(22px,4vw,44px);display:grid}.legal-document section{gap:12px;display:grid}.legal-document h2{color:var(--heading);font-size:clamp(1.25rem,2vw,1.7rem)}.legal-document p,.legal-document li{color:#3f5663;line-height:1.74}.legal-document ul{gap:8px;margin:0;padding-left:22px;display:grid}.legal-document strong{color:var(--heading)}.guide-page{background:linear-gradient(180deg, #edf4efb8, #f5f7f300 460px), var(--bg);min-height:100vh}.guide-hero,.guide-detail-hero,.guide-index-layout,.guide-detail-layout,.guide-related-section,.guide-missing{width:min(1120px,100% - 40px);margin:0 auto}.guide-hero{gap:18px;padding:88px 0 44px;display:grid}.guide-hero h1,.guide-detail-hero h1,.guide-missing h1{max-width:900px;font-size:clamp(2.55rem,6vw,5rem);line-height:.98}.guide-hero p,.guide-detail-hero>div>p:not(.eyebrow),.guide-index-intro p,.guide-missing p{max-width:760px;color:var(--muted);font-size:1.05rem;line-height:1.72}.guide-hero-actions,.guide-meta-row,.guide-related-grid{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.guide-index-layout{grid-template-columns:minmax(240px,.32fr) minmax(0,1fr);gap:28px;padding:0 0 92px;display:grid}.guide-index-intro{box-shadow:var(--shadow-soft);background:linear-gradient(145deg,#fffffff0,#edf4efc7),#fff;border:1px solid #16836a24;border-radius:12px;align-self:start;gap:12px;padding:22px;display:grid;position:sticky;top:96px}.guide-index-intro span,.guide-card span,.guide-related-card span,.guide-back-link{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:900}.guide-index-intro h2{font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.08}.guide-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.guide-card,.guide-quick-card,.guide-side-panel,.guide-article,.guide-related-card{border:1px solid var(--line);background:#fff;border-radius:12px;box-shadow:0 18px 46px #11181f0e}.guide-card{align-content:start;gap:12px;min-height:230px;padding:22px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.guide-card:hover,.guide-related-card:hover{border-color:#16836a47;transform:translateY(-3px);box-shadow:0 24px 64px #11181f14}.guide-card h3{font-size:1.22rem;line-height:1.22}.guide-card p{color:var(--muted);line-height:1.65}.guide-card small{color:var(--muted);align-self:end;font-weight:750}.guide-detail-hero{grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:end;gap:28px;padding:76px 0 34px;display:grid}.guide-back-link{margin-bottom:18px;display:inline-block}.guide-back-link:hover,.guide-side-link:hover{color:var(--primary)}.guide-meta-row span{color:var(--primary-dark);background:#ffffffbd;border:1px solid #16836a24;border-radius:999px;padding:7px 11px;font-size:.84rem;font-weight:850}.guide-quick-card,.guide-side-panel{gap:14px;padding:20px;display:grid}.guide-quick-card strong,.guide-side-panel strong{color:var(--heading);font-size:1rem}.guide-quick-card ul,.guide-article ul,.guide-article ol{gap:10px;margin:0;padding-left:22px;display:grid}.guide-quick-card li,.guide-side-panel p{color:var(--muted);line-height:1.62}.guide-detail-layout{grid-template-columns:minmax(220px,.28fr) minmax(0,1fr);align-items:start;gap:24px;padding:0 0 64px;display:grid}.guide-side-panel{position:sticky;top:96px}.guide-side-link{color:var(--primary-dark);font-weight:900}.guide-article{gap:30px;padding:clamp(24px,4vw,46px);display:grid}.guide-article section{gap:13px;display:grid}.guide-article h2{font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.15}.guide-article p,.guide-article li{color:#3f5663;font-size:1rem;line-height:1.78}.guide-highlight-section,.guide-disclaimer{background:#f4faf7;border:1px solid #16836a24;border-radius:12px;padding:20px}.guide-disclaimer{background:#fbfdfb}.guide-related-section{border-top:1px solid var(--line);gap:18px;padding:46px 0 92px;display:grid}.guide-related-section h2{font-size:clamp(1.8rem,3vw,2.6rem)}.guide-related-card{flex:260px;gap:8px;padding:18px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.guide-related-card strong{color:var(--heading);line-height:1.3}.guide-missing{align-content:center;justify-items:start;gap:18px;min-height:60vh;padding:80px 0;display:grid}.practice-seo-hero,.practice-section-grid,.practice-seo-layout{width:min(1120px,100% - 40px);margin:0 auto}.practice-seo-hero{grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:end;gap:30px;padding:76px 0 34px;display:grid}.practice-seo-hero-copy{gap:16px;display:grid}.practice-seo-hero h1{max-width:900px;font-size:clamp(2.55rem,6vw,5rem);line-height:.98}.practice-seo-hero-copy>p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:1.05rem;line-height:1.72}.practice-seo-actions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.practice-hub-proof{margin-top:2px}.practice-seo-summary{box-shadow:var(--shadow-soft);background:linear-gradient(145deg,#fffffff5,#edf4efd1),#fff;border:1px solid #16836a29;border-radius:12px;gap:16px;padding:22px;display:grid}.practice-seo-summary strong{color:var(--heading);font-size:1.1rem;line-height:1.35}.practice-seo-summary ul,.practice-sample-list{gap:12px;display:grid}.practice-seo-summary ul{margin:0;padding-left:22px}.practice-seo-summary li{color:var(--muted);line-height:1.58}.practice-section-grid{grid-template-columns:minmax(240px,.32fr) minmax(0,1fr);gap:28px;padding:0 0 42px;display:grid}.practice-section-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.practice-section-card{border:1px solid var(--line);min-height:210px;color:var(--heading);background:linear-gradient(145deg,#fffffffa,#fafdfbf0),#fff;border-radius:12px;align-content:start;gap:12px;padding:22px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 46px #11181f0e,inset 0 1px #ffffffeb}.practice-section-card:before{content:"";pointer-events:none;background:linear-gradient(90deg, #9be15d8c, #16836aad), var(--primary);opacity:0;height:3px;transition:opacity .18s;position:absolute;inset:0}.practice-section-card:after{content:"";pointer-events:none;opacity:.46;background:#e4f5dfb8;border-radius:999px;width:114px;height:114px;transition:opacity .18s,transform .18s;position:absolute;bottom:-42px;right:-34px}.practice-section-card>*{z-index:1;position:relative}.practice-section-card:hover,.practice-section-card:focus-visible{border-color:#16836a47;transform:translateY(-3px);box-shadow:0 24px 64px #11181f14}.practice-section-card:hover:before,.practice-section-card:focus-visible:before{opacity:1}.practice-section-card:hover:after,.practice-section-card:focus-visible:after{opacity:.76;transform:translate(-8px,-8px)scale(1.04)}.practice-section-card span,.practice-sample-list span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:900}.practice-section-card h3{font-size:1.22rem;line-height:1.22}.practice-section-card p{color:var(--muted);line-height:1.65}.practice-section-card small{width:fit-content;color:var(--primary-dark);background:#edf4efc2;border:1px solid #16836a1f;border-radius:999px;align-self:end;padding:7px 10px;font-size:.82rem;font-weight:900;line-height:1.25}.practice-hub-access-band,.practice-support-band{background:radial-gradient(circle at 92% 15%,#9be15d29,#0000 32%),linear-gradient(145deg,#edf4efc7,#fffffff0),#fff;border:1px solid #16836a24;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;width:min(1120px,100% - 40px);margin:0 auto 46px;padding:24px 28px;display:grid;box-shadow:0 24px 70px #11181f12,inset 0 1px #ffffffeb}.practice-support-band{margin-bottom:30px}.practice-hub-access-band span,.practice-support-band span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:900}.practice-hub-access-band h2,.practice-support-band h2{color:#021f1c;max-width:760px;margin-top:8px;font-size:clamp(1.65rem,3vw,2.6rem);line-height:1.08}.practice-hub-access-band p,.practice-support-band p{max-width:780px;color:var(--muted);margin-top:10px;line-height:1.68}.practice-seo-layout{grid-template-columns:minmax(220px,.28fr) minmax(0,1fr);align-items:start;gap:24px;padding:0 0 64px;display:grid}.practice-sample-section{background:#f4faf7;border:1px solid #16836a24;border-radius:12px;padding:20px}.home-page{--home-bg:#f8f6f2;--home-text:#1e1f23;--home-muted:#636663;--home-primary:#214032;--home-primary-hover:#2d5644;--home-orange:#d96c2d;--home-sage:#8fa38b;--home-card:#fff;--home-border:#e8e1d8;color:var(--home-text);background:radial-gradient(circle at 92% 4%,#8fa38b2e,#0000 26rem),linear-gradient(#f8f6f2 0%,#fbfaf7 48%,#f8f6f2 100%)}.home-page .button{letter-spacing:0;border-radius:8px;font-weight:800}.home-page .button.primary{border-color:var(--home-primary);background:var(--home-primary);color:#fff;box-shadow:0 16px 34px #2140322e}.home-page .button.primary:hover{border-color:var(--home-primary-hover);background:var(--home-primary-hover);transform:translateY(-2px);box-shadow:0 20px 42px #21403238}.home-page .button.secondary{color:var(--home-primary);background:#ffffffc7;border-color:#2140322e}.home-page .button.secondary:hover{background:#fff;border-color:#21403252;transform:translateY(-2px)}.home-page .eyebrow{color:var(--home-orange);letter-spacing:.11em;font-size:.76rem;font-weight:850}.home-page .section,.home-page .pricing-section,.home-page .daily-word-section,.home-page .faq-section,.home-page .support-tools-section,.home-page .method-section{max-width:1180px;margin-inline:auto;padding-inline:clamp(18px,4vw,44px)}.home-page .premium-hero-section{grid-template-columns:minmax(0,1.04fr) minmax(360px,.82fr);align-items:center;gap:clamp(34px,5vw,70px);width:min(1180px,100% - clamp(36px,8vw,88px));min-height:calc(100svh - 86px);margin:0 auto;padding:clamp(62px,8vw,104px) 0 clamp(70px,9vw,112px);display:grid}.home-page .premium-hero-copy{text-align:left;align-items:flex-start;max-width:720px;margin:0}.home-page .premium-hero-copy .hero-seo-title{max-width:760px;color:var(--home-text);letter-spacing:0;white-space:normal;font-size:clamp(3.35rem,6.8vw,5.8rem);line-height:.96;display:block}.home-page .hero-text{color:#4d514d;max-width:690px;font-size:clamp(1.02rem,1.6vw,1.18rem);line-height:1.68}.home-page .hero-actions{margin-top:8px}.home-page .hero-trust-line{color:#6c706b;max-width:660px;margin:6px 0 0;font-size:.9rem;line-height:1.55}.home-page .premium-hero-visual{min-width:0;box-shadow:none;background:0 0;border:0;padding:0;overflow:visible}.home-page .premium-dashboard-card{isolation:isolate;background:linear-gradient(180deg, #fffffff5, #ffffffe6), var(--home-card);border:1px solid #2140321f;border-radius:8px;padding:clamp(22px,3vw,30px);position:relative;box-shadow:0 28px 70px #21403229}.home-page .premium-dashboard-card:before{content:"";z-index:-1;border-radius:inherit;background:linear-gradient(135deg,#8fa38b29,#d96c2d14);position:absolute;inset:0;transform:translate(14px,14px)}.home-page .premium-card-topline,.home-page .premium-readiness-row,.home-page .premium-progress-row,.home-page .premium-feedback-note,.home-page .premium-preview-topline{align-items:center;display:flex}.home-page .premium-card-topline,.home-page .premium-readiness-row,.home-page .premium-progress-row{justify-content:space-between;gap:18px}.home-page .premium-card-topline{border-bottom:1px solid var(--home-border);padding-bottom:18px}.home-page .premium-card-topline strong{color:var(--home-text);margin-top:3px;font-size:1rem;display:block}.home-page .status-pill,.home-page .premium-progress-row em{color:var(--home-primary);white-space:nowrap;background:#21403217;border-radius:999px;padding:7px 10px;font-size:.73rem;font-style:normal;font-weight:850}.home-page .premium-readiness-row{align-items:center;margin:22px 0}.home-page .premium-score-ring{aspect-ratio:1;background:radial-gradient(circle at center, #fff 57%, transparent 58%), conic-gradient(var(--home-primary) 0 76%, #e9e2d8 76% 100%);border-radius:50%;flex:none;place-items:center;width:118px;display:grid}.home-page .premium-score-ring span,.home-page .premium-score-ring small{grid-area:1/1}.home-page .premium-score-ring span{color:var(--home-primary);margin-top:-12px;font-size:1.68rem;font-weight:900}.home-page .premium-score-ring small{color:var(--home-muted);margin-top:42px;font-size:.7rem;font-weight:750}.home-page .premium-readiness-row h2{color:var(--home-text);letter-spacing:0;margin:0 0 8px;font-size:clamp(1.22rem,2vw,1.5rem)}.home-page .premium-readiness-row p,.home-page .premium-feedback-note p{color:var(--home-muted);margin:0;line-height:1.55}.home-page .premium-progress-list{gap:10px;display:grid}.home-page .premium-progress-row{background:#fbfaf7;border:1px solid #21403217;border-radius:8px;padding:12px}.home-page .premium-progress-row>span{background:var(--home-primary);color:#fff;border-radius:8px;flex:none;place-items:center;width:36px;height:36px;font-size:.85rem;font-weight:900;display:grid}.home-page .premium-progress-row div{flex:1;min-width:0}.home-page .premium-progress-row strong,.home-page .premium-progress-row small{display:block}.home-page .premium-progress-row strong{color:var(--home-text);font-size:.94rem}.home-page .premium-progress-row small{color:var(--home-muted);margin-top:2px;font-size:.78rem}.home-page .premium-feedback-note{background:#d96c2d12;border:1px solid #d96c2d2e;border-radius:8px;align-items:flex-start;gap:12px;margin-top:16px;padding:14px}.home-page .premium-feedback-note span{color:var(--home-orange);flex:none;font-size:.76rem;font-weight:900}.home-page .premium-value-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;width:min(1180px,100% - clamp(36px,8vw,88px));margin:-22px auto clamp(76px,9vw,116px);display:grid}.home-page .premium-value-strip article,.home-page .premium-exam-card,.home-page .premium-choice-card,.home-page .premium-preview-card,.home-page .premium-keyword-panel,.home-page .premium-path-step,.home-page .premium-price-card,.home-page .daily-word-card,.home-page .support-tool-card,.home-page .faq-item{border:1px solid var(--home-border);background:#ffffffdb;border-radius:8px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;box-shadow:0 18px 44px #21403213}.home-page .premium-value-strip article{padding:16px}.home-page .premium-value-strip strong,.home-page .premium-value-strip span{display:block}.home-page .premium-value-strip strong{color:var(--home-primary);font-size:.9rem}.home-page .premium-value-strip span{color:var(--home-muted);margin-top:7px;font-size:.78rem;line-height:1.45}.home-page .premium-exam-section,.home-page .premium-choice-section,.home-page .premium-preview-section,.home-page .premium-seo-section,.home-page .premium-path-section,.home-page .premium-pricing-preview,.home-page .daily-word-section,.home-page .premium-support-section,.home-page .faq-section{margin-top:0;padding-top:clamp(64px,8vw,96px);padding-bottom:clamp(64px,8vw,96px)}.home-page .section-heading,.home-page .pricing-copy,.home-page .daily-word-copy,.home-page .method-copy,.home-page .premium-preview-copy{max-width:760px}.home-page .section-heading h2,.home-page .pricing-copy h2,.home-page .daily-word-copy h2,.home-page .method-copy h2,.home-page .premium-preview-copy h2,.home-page .premium-seo-copy h2,.home-page .footer-cta h2{color:var(--home-text);letter-spacing:0}.home-page .section-heading p,.home-page .pricing-copy p,.home-page .daily-word-copy p,.home-page .method-copy p,.home-page .premium-preview-copy p,.home-page .premium-seo-copy p{color:var(--home-muted);line-height:1.68}.home-page .premium-exam-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:34px;display:grid}.home-page .premium-exam-card{min-height:230px;color:inherit;flex-direction:column;padding:20px;text-decoration:none;display:flex}.home-page .premium-exam-card>span{width:max-content;max-width:100%;color:var(--home-primary);background:#21403214;border-radius:999px;padding:7px 10px;font-size:.73rem;font-weight:900}.home-page .premium-exam-card h3,.home-page .premium-choice-card h3,.home-page .premium-preview-card h3{color:var(--home-text);letter-spacing:0;margin:auto 0 10px;font-size:1.18rem}.home-page .premium-exam-card p,.home-page .premium-choice-card p,.home-page .premium-preview-card p,.home-page .premium-path-step p{color:var(--home-muted);margin:0;font-size:.92rem;line-height:1.55}.home-page .premium-exam-card:hover,.home-page .premium-choice-card:hover,.home-page .premium-preview-card:hover,.home-page .premium-path-step:hover,.home-page .premium-price-card:hover,.home-page .support-tool-card:hover{background:#fff;border-color:#21403242;transform:translateY(-5px);box-shadow:0 24px 58px #2140321f}.home-page .premium-choice-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:34px;display:grid}.home-page .premium-choice-card{min-height:250px;padding:20px}.home-page .premium-choice-card>span{width:38px;height:38px;color:var(--home-orange);background:#d96c2d1a;border-radius:8px;place-items:center;font-size:.78rem;font-weight:900;display:inline-grid}.home-page .premium-choice-card h3{margin-top:44px}.home-page .premium-preview-section,.home-page .premium-seo-section{grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);align-items:start;gap:clamp(24px,5vw,58px);width:min(1180px,100% - clamp(36px,8vw,88px));margin-inline:auto;display:grid}.home-page .premium-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.home-page .premium-preview-card{padding:18px}.home-page .premium-preview-topline{justify-content:space-between;gap:12px;margin-bottom:18px}.home-page .premium-preview-topline span{color:var(--home-orange);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:900}.home-page .premium-preview-topline strong{color:var(--home-primary);font-size:.82rem}.home-page .premium-preview-ui{gap:8px;margin-top:18px;display:grid}.home-page .premium-preview-ui span{background:#ede7dd;border-radius:999px;height:10px}.home-page .premium-preview-ui span:first-child{width:92%}.home-page .premium-preview-ui span:nth-child(2){background:#8fa38b59;width:72%}.home-page .premium-preview-ui span:nth-child(3){background:#d96c2d2e;width:82%}.home-page .premium-seo-section{align-items:center}.home-page .premium-keyword-panel{flex-wrap:wrap;gap:10px;padding:clamp(18px,3vw,26px);display:flex}.home-page .premium-keyword-panel span{color:var(--home-primary);background:#f8f6f2c7;border:1px solid #2140321f;border-radius:999px;padding:10px 13px;font-size:.86rem;font-weight:760}.home-page .premium-path{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:34px;display:grid}.home-page .premium-path-step{padding:18px}.home-page .premium-path-step span{color:var(--home-orange);font-size:.78rem;font-weight:900;display:block}.home-page .premium-path-step strong{color:var(--home-text);margin:36px 0 8px;font-size:1.02rem;display:block}.home-page .premium-pricing-preview{text-align:left}.home-page .premium-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:34px;display:grid}.home-page .premium-price-card{flex-direction:column;gap:18px;min-height:100%;padding:clamp(22px,3vw,30px);display:flex}.home-page .premium-price-card.featured{background:linear-gradient(#fffffff7,#f7faf6f7),#fff;border-color:#21403242}.home-page .premium-price-card .price{color:var(--home-primary)}.home-page .premium-price-card .button{align-self:flex-start;margin-top:auto}.home-page .premium-pricing-link{color:var(--home-primary);margin-top:22px;font-weight:850;text-decoration:none;display:inline-flex}.home-page .daily-word-section{grid-template-columns:minmax(260px,.7fr) minmax(0,1fr);gap:clamp(24px,5vw,58px)}.home-page .daily-word-card{background:#fff}.home-page .premium-support-section .support-tool-grid{margin-top:34px}.home-page .faq-section{background:0 0}.home-page .site-footer{border-top:1px solid var(--home-border);background:#fffdf9}.home-page .footer-cta{background:linear-gradient(135deg, #214032f5, #2d5644f0), var(--home-primary);border-radius:8px}@media (width<=1120px){.home-page .premium-exam-grid,.home-page .premium-choice-grid,.home-page .premium-path{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .premium-value-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=920px){.home-page .premium-hero-section,.home-page .premium-preview-section,.home-page .premium-seo-section,.home-page .daily-word-section{grid-template-columns:1fr}.home-page .premium-hero-section{min-height:auto;padding-top:44px}.home-page .premium-hero-copy .hero-seo-title{font-size:clamp(3.1rem,12vw,4.9rem)}.home-page .premium-dashboard-card:before{transform:translate(8px,8px)}}@media (width<=680px){.home-page .section,.home-page .pricing-section,.home-page .daily-word-section,.home-page .faq-section,.home-page .support-tools-section,.home-page .method-section{padding-inline:18px}.home-page .premium-hero-section,.home-page .premium-value-strip,.home-page .premium-preview-section,.home-page .premium-seo-section{width:calc(100% - 36px)}.home-page .premium-hero-section{gap:30px;padding-top:34px;padding-bottom:58px}.home-page .premium-hero-copy{gap:14px}.home-page .premium-hero-copy .hero-seo-title{overflow-wrap:normal;max-width:100%;font-size:clamp(2.85rem,14vw,4.15rem);line-height:.98}.home-page .hero-text{font-size:1rem;line-height:1.6}.home-page .hero-actions{grid-template-columns:1fr;width:100%;display:grid}.home-page .hero-actions .button{justify-content:center;width:100%}.home-page .premium-dashboard-card{padding:18px}.home-page .premium-card-topline,.home-page .premium-readiness-row,.home-page .premium-progress-row{align-items:flex-start}.home-page .premium-readiness-row{flex-direction:column}.home-page .premium-score-ring{width:104px}.home-page .premium-progress-row{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;display:grid}.home-page .premium-feedback-note{display:grid}.home-page .premium-value-strip,.home-page .premium-exam-grid,.home-page .premium-choice-grid,.home-page .premium-preview-grid,.home-page .premium-path,.home-page .premium-pricing-grid{grid-template-columns:1fr}.home-page .premium-value-strip{margin-bottom:42px}.home-page .premium-exam-section,.home-page .premium-choice-section,.home-page .premium-preview-section,.home-page .premium-seo-section,.home-page .premium-path-section,.home-page .premium-pricing-preview,.home-page .daily-word-section,.home-page .premium-support-section,.home-page .faq-section{padding-top:54px;padding-bottom:54px}.home-page .premium-exam-card,.home-page .premium-choice-card{min-height:0}.home-page .premium-exam-card h3,.home-page .premium-choice-card h3{margin-top:30px}.home-page .premium-keyword-panel span{font-size:.8rem}}.practice-resource-section{background:#fffdf7;border:1px solid #16836a24;border-radius:12px;padding:20px}.practice-resource-list{gap:10px;margin-top:14px;display:grid}.practice-resource-list a{color:var(--primary-dark);background:#ffffffc7;border:1px solid #16836a1f;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;padding:13px 14px;font-weight:850;line-height:1.35;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.practice-resource-list a:after{content:"Open";color:var(--muted);flex:none;font-size:.82rem;font-weight:850}.practice-resource-list a:hover,.practice-resource-list a:focus-visible{border-color:#16836a47;transform:translateY(-1px);box-shadow:0 14px 34px #11181f0f}.practice-sample-list{margin-top:4px}.practice-sample-list article{background:#ffffffbd;border:1px solid #16836a1f;border-radius:10px;gap:8px;padding:16px;display:grid}.practice-sample-list p{color:var(--heading);font-weight:850}.practice-sample-list small{color:var(--muted);font-size:.95rem;line-height:1.62}.free-practice-hero,.free-practice-section,.free-practice-routine,.free-practice-final{width:min(1120px,100% - 40px);margin:0 auto}.free-practice-page{background:linear-gradient(180deg, #edf4efdb 0, #f5f7f300 520px), var(--background);padding-bottom:max(64px, env(safe-area-inset-bottom));overflow:clip visible}.free-practice-hero{grid-template-columns:minmax(0,1fr) minmax(300px,390px);align-items:end;gap:34px;padding:76px 0 38px;display:grid}.free-practice-hero-copy{gap:16px;display:grid}.free-practice-hero h1{color:#021f1c;max-width:880px;font-size:clamp(2.6rem,6vw,5.2rem);line-height:.98}.free-practice-hero-copy>p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:1.08rem;line-height:1.72}.free-practice-actions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.free-practice-actions .button{white-space:nowrap}.free-practice-proof{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.free-practice-proof span{color:var(--muted);background:#ffffffc7;border:1px solid #16836a24;border-radius:999px;align-items:baseline;gap:7px;padding:8px 12px;font-size:.88rem;font-weight:800;line-height:1.2;display:inline-flex;box-shadow:0 10px 24px #11181f0b}.free-practice-proof strong{color:var(--primary-dark);font-size:1.02rem;font-weight:950}.free-practice-card{background:linear-gradient(145deg,#fffffffa,#edf4efdb),#fff;border:1px solid #16836a29;border-radius:12px;gap:16px;padding:24px;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s cubic-bezier(.22,1,.36,1),border-color .24s;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 64px #11181f14,inset 0 1px #ffffffeb}.free-practice-card:after{opacity:0;pointer-events:none;content:"";background:linear-gradient(110deg,#0000,#ffffff9e,#0000);width:62%;height:160%;transition:opacity .22s,transform .62s cubic-bezier(.22,1,.36,1);position:absolute;inset:-42% auto auto -22%;transform:translate(-36%)rotate(10deg)}.free-practice-card:hover,.free-practice-card:focus-within{border-color:#16836a47;transform:translateY(-7px);box-shadow:0 36px 86px #11181f21,inset 0 1px #fffffff5}.free-practice-card:hover:after,.free-practice-card:focus-within:after{opacity:1;transform:translate(185%)rotate(10deg)}.free-practice-card span,.free-practice-section-heading span,.free-exam-card span,.free-format-card span,.free-sample-card span,.free-plan-card span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:900}.free-practice-card ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.free-practice-card li{color:var(--muted);padding-left:22px;line-height:1.58;position:relative}.free-practice-card li:before{background:var(--primary);content:"";border-radius:999px;width:7px;height:7px;position:absolute;top:.62em;left:0;box-shadow:0 0 0 5px #16836a17}.free-practice-section{gap:24px;padding:42px 0;display:grid}#sample-questions,#free-covers-title,#sample-questions-title,#free-section-links-title,#free-plan-title,#routine-title,#free-faq-title,#free-final-title{scroll-margin-top:148px}.free-practice-section-heading{gap:10px;max-width:760px;display:grid}.free-practice-section-heading.compact{max-width:680px}.free-practice-section-heading h2,.free-practice-routine h2,.free-practice-final h2{color:#021f1c;font-size:clamp(2rem,4vw,3.15rem);line-height:1.04}.free-practice-section-heading h2{max-width:760px}.free-practice-section-heading p,.free-practice-final p{color:var(--muted);line-height:1.72}@keyframes freeCardLiftIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.free-exam-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.free-exam-card,.free-sample-card,.free-plan-card{border:1px solid var(--line);background:linear-gradient(#fff,#ffffffeb),#fff;border-radius:12px;align-content:start;gap:12px;padding:20px;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s cubic-bezier(.22,1,.36,1),border-color .24s,background .24s;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 46px #11181f11,inset 0 1px #ffffffeb}.free-exam-card{border-top-color:#16836a38;min-height:230px;animation:.52s cubic-bezier(.22,1,.36,1) both freeCardLiftIn}.free-exam-card:before{background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;transform-origin:0;content:"";height:4px;transition:opacity .22s,transform .26s cubic-bezier(.22,1,.36,1);position:absolute;inset:0 0 auto;transform:scaleX(.32)}.free-exam-card:after{opacity:0;pointer-events:none;content:"";background:radial-gradient(circle,#9be15d47,#9be15d00);border-radius:999px;width:132px;height:132px;transition:opacity .22s,transform .26s cubic-bezier(.22,1,.36,1);position:absolute;inset:-56px -64px auto auto;transform:scale(.7)}.free-exam-card:nth-child(2){animation-delay:45ms}.free-exam-card:nth-child(3){animation-delay:90ms}.free-exam-card:nth-child(4){animation-delay:.135s}.free-exam-card:nth-child(5){animation-delay:.18s}.free-exam-card:hover,.free-exam-card:focus-within,.free-format-card:hover,.free-plan-card:hover{border-color:#16836a38;transform:translateY(-8px);box-shadow:0 34px 84px #11181f21,inset 0 1px #fffffff5}.free-exam-card:hover,.free-exam-card:focus-within{background:linear-gradient(#fff,#f4faf7fa),#fff}.free-exam-card:hover:before,.free-exam-card:focus-within:before{opacity:1;transform:scaleX(1)}.free-exam-card:hover:after,.free-exam-card:focus-within:after{opacity:1;transform:scale(1)}.free-exam-card:hover h3,.free-exam-card:focus-within h3{color:var(--primary-dark)}.free-exam-card:hover .free-exam-access:not(.paid),.free-exam-card:focus-within .free-exam-access:not(.paid){background:#e4f5dff5;box-shadow:0 10px 22px #16836a17}.free-exam-card:hover .free-exam-cta,.free-exam-card:focus-within .free-exam-cta{color:var(--primary-dark);background:#e4f5dfc2;border-color:#16836a57;transform:translateY(-1px);box-shadow:0 12px 28px #16836a1c}.free-exam-card h3,.free-sample-card h3,.free-plan-card h3{color:var(--heading);font-size:1.16rem;line-height:1.25}.free-exam-card p,.free-plan-card p{color:var(--muted);line-height:1.62}.free-exam-card .free-exam-access{color:var(--primary-dark);background:#e4f5dfb8;border-radius:10px;margin-top:2px;padding:10px 12px;font-size:.92rem;font-weight:750;line-height:1.5}.free-exam-card .free-exam-access.paid{color:var(--body);background:#edf4efeb}.free-exam-cta{color:var(--primary-dark);text-align:center;white-space:normal;border:1px solid #16836a2e;border-radius:9px;align-self:end;margin-top:4px;padding:10px 12px;font-size:.92rem;font-weight:850;text-decoration:none;transition:background .16s,border-color .16s,color .16s,transform .16s,box-shadow .16s}.free-exam-cta:hover{background:var(--primary-soft);border-color:#16836a52;transform:translateY(-1px);box-shadow:0 10px 24px #16836a17}.free-exam-cta.paid{color:var(--heading)}.free-exam-card-actions{align-self:end;gap:8px;margin-top:2px;display:grid}.free-exam-link{color:var(--primary-dark);text-align:center;font-size:.9rem;font-weight:850;line-height:1.35;text-decoration:none}.free-exam-link:hover{text-underline-offset:3px;text-decoration:underline}.free-sample-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.free-mini-sample-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:2px;display:grid}.free-sample-card{background:linear-gradient(#f4faf7db,#fffffff5),#fff;min-height:238px}.free-sample-card p{color:var(--heading);font-weight:800;line-height:1.58}.free-sample-card.interactive{min-height:0}.free-sample-context{color:var(--body);background:#ffffffc7;border-left:3px solid #16836a52;border-radius:0 10px 10px 0;padding:12px 14px;font-weight:650}.free-sample-question{color:#021f1c;font-size:1.05rem;line-height:1.45}.free-sample-options{gap:10px;display:grid}.free-sample-options button{border:1px solid var(--line);color:var(--body);cursor:pointer;font:inherit;text-align:left;background:#fff;border-radius:10px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;padding:11px 12px;font-weight:720;line-height:1.35;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s;display:grid}.free-sample-options button:hover{border-color:#16836a4d;transform:translateY(-1px);box-shadow:0 10px 24px #11181f0f}.free-sample-options button span{background:var(--primary-soft);width:28px;height:28px;color:var(--primary-dark);border-radius:999px;place-items:center;font-size:.82rem;font-weight:900;display:inline-grid}.free-sample-options button.correct{background:#e4f5dfb8;border-color:#16836a6b}.free-sample-options button.wrong{background:#d7534a14;border-color:#d7534a61}.free-sample-feedback{color:var(--body);background:#d7534a14;border-radius:10px;padding:12px 14px;font-size:.94rem;font-weight:720}.free-sample-feedback.correct{color:var(--primary-dark);background:#e4f5dfdb}.free-format-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.free-format-card{background:linear-gradient(#fffffffa,#fafcf9f5),#fff;border:1px solid #16836a1f;border-radius:12px;gap:18px;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s;animation:.56s cubic-bezier(.22,1,.36,1) both freeCardLiftIn;display:grid;box-shadow:0 22px 58px #11181f13,inset 0 1px #ffffffeb}.free-format-card:nth-child(2){animation-delay:60ms}.free-format-card:nth-child(3){animation-delay:.12s}.free-format-card:nth-child(4){animation-delay:.18s}.free-format-card:nth-child(5){animation-delay:.24s}.free-format-card--reading,.free-format-card--writing,.free-format-card--speaking{grid-column:1/-1}.free-format-topline{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.free-format-topline h3{color:var(--heading);margin-top:6px;font-size:1.2rem;line-height:1.25}.free-format-topline small{max-width:230px;color:var(--primary-dark);text-align:right;background:#e4f5dfb8;border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:850;line-height:1.35}.free-format-workspace,.free-writing-workspace,.free-speaking-workspace{gap:14px;display:grid}.free-format-reading,.free-writing-workspace{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.free-format-listening,.free-format-knm{grid-template-columns:1fr}.free-speaking-workspace{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.free-format-passage,.free-format-answer-panel,.free-listening-stage,.free-knm-situation,.free-writing-task,.free-writing-composer,.free-speaking-media,.free-speaking-task{background:#f5f7f3ad;border:1px solid #0f1f2e14;border-radius:10px;padding:16px;box-shadow:inset 0 1px #fffc}.free-format-passage h4{color:var(--heading);margin:10px 0 8px;font-size:1.02rem}.free-format-passage p,.free-knm-situation p,.free-writing-task p{color:var(--body);font-weight:700;line-height:1.72}.free-format-answer-panel{background:#fff;gap:12px;display:grid}.free-format-answer-panel>strong,.free-writing-task>strong,.free-speaking-task>strong{color:#021f1c;font-size:1.04rem;line-height:1.45}.free-listening-stage{background:linear-gradient(145deg,#edf4eff5,#fffffff0),#fff;gap:12px;display:grid}.free-listening-screen{background:#fff;border:1px solid #16836a24;border-radius:10px;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;padding:14px;display:grid}.free-listening-speaker{background:radial-gradient(circle at 50% 35%,#ffffffd9 0 14%,#0000 15%),linear-gradient(145deg,#16836af2,#7ecb45e6);border-radius:999px;place-items:center;width:56px;height:56px;display:grid}.free-listening-speaker span{background:#fffc;border-radius:999px;width:22px;height:16px}.free-listening-copy strong{color:var(--heading);line-height:1.3}.free-listening-copy p{color:var(--muted);margin-top:4px;font-size:.92rem;line-height:1.48}.free-listening-player{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.free-listening-player button,.free-speaking-presenter button,.free-speaking-recorder button{color:#fff;font:inherit;background:#021f1c;border:0;border-radius:999px;min-width:108px;padding:8px 12px;font-size:.82rem;font-weight:900;transition:background .16s,transform .16s,box-shadow .16s}.free-listening-player.playing button,.free-speaking-presenter.playing button{background:var(--primary-dark)}.free-listening-player button:hover,.free-speaking-presenter button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #11181f29}.free-listening-player.playing div span{width:78%}.free-listening-player div{background:#0f1f2e1a;border-radius:999px;height:8px;overflow:hidden}.free-listening-player div span{border-radius:inherit;background:var(--primary);width:44%;height:100%;display:block}.free-listening-player time{color:var(--muted);font-size:.82rem;font-weight:850}.free-knm-situation{background:linear-gradient(145deg,#e4f5dfc2,#fffffff0),#fff;gap:10px;display:grid}.free-knm-badge{color:#fff;background:linear-gradient(135deg,#021f1cf0,#0e5f4fe6),#021f1c;border:1px solid #16836a2e;border-radius:10px;place-items:center;width:min(100%,180px);min-height:84px;font-weight:900;display:inline-grid}.free-writing-workspace{align-items:stretch}.free-writing-task,.free-writing-composer{gap:12px;display:grid}.free-writing-task ul{gap:8px;margin:0;padding-left:20px;display:grid}.free-writing-task li{color:var(--muted);line-height:1.48}.free-writing-composer{background:#fff}.free-writing-composer>div{border-bottom:1px solid #0f1f2e14;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:12px;padding-bottom:10px;display:grid}.free-writing-composer>div strong{color:var(--heading);overflow-wrap:anywhere}.free-writing-composer label{color:var(--heading);font-size:.9rem;font-weight:900}.free-writing-composer textarea{resize:none;border:1px solid var(--line);width:100%;min-height:132px;color:var(--body);font:inherit;background:#f5f7f39e;border-radius:10px;padding:13px;line-height:1.55}.free-speaking-media,.free-speaking-task{gap:12px;display:grid}.free-speaking-media{background:linear-gradient(145deg,#edf4eff5,#ffffffeb),#fff}.free-speaking-presenter{color:#fff;background:radial-gradient(circle at 15% 20%,#9be15d38,#0000 32%),linear-gradient(135deg,#021f1cf2,#0e5f4fe0);border-radius:10px;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:112px;padding:16px;display:grid}.free-speaking-presenter div{background:radial-gradient(circle at 50% 25%,#ffffffdb 0 18%,#0000 19%),linear-gradient(145deg,#ffffff6b,#e4f5df29);border-radius:999px 999px 22px 22px;width:70px;height:70px}.free-speaking-presenter p{color:#fff;max-width:360px;font-weight:850;line-height:1.45}.free-speaking-presenter button{color:#fff;background:#021f1c;justify-self:start}.free-speaking-recorder{background:#edf4efad;border:1px solid #16836a24;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.free-speaking-recorder>div{align-items:center;gap:4px;min-width:0;display:flex}.free-speaking-recorder>div span{background:#16836a59;border-radius:999px;width:6px;height:14px;display:block}.free-speaking-recorder>div span:nth-child(2n){height:24px}.free-speaking-recorder>div span:nth-child(3n){background:#7ecb45b3;height:30px}.free-speaking-recorder small{color:var(--muted);font-size:.82rem;font-weight:850}.free-mini-sample-card{background:#ffffffc2;border:1px solid #16836a1f;border-radius:12px;align-content:start;gap:10px;padding:18px;display:grid}.free-mini-sample-card span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.76rem;font-weight:900}.free-mini-sample-card h3{color:var(--heading);font-size:1.05rem;line-height:1.28}.free-mini-sample-card p{color:var(--heading);font-weight:760;line-height:1.55}.free-mini-sample-card small{color:var(--muted);font-size:.93rem;line-height:1.56}.free-mini-sample-card a{color:var(--primary-dark);justify-self:start;font-size:.9rem;font-weight:850;text-decoration:none}.free-sample-card small{color:var(--muted);font-size:.95rem;line-height:1.62}.free-plan-section{background:#edf4ef70;border-block:1px solid #16836a1f;width:100%}.free-plan-section>*{width:min(1120px,100% - 40px);margin-left:auto;margin-right:auto}.free-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.free-plan-card.highlighted{background:linear-gradient(145deg,#e4f5dfe6,#fffffff0),#fff;border-color:#16836a52}.free-plan-card{animation:.52s cubic-bezier(.22,1,.36,1) both freeCardLiftIn}.free-section-links{padding-top:56px}.free-section-link-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.free-section-link-card{background:linear-gradient(#fffffffa,#f4faf7db),#fff;border:1px solid #16836a21;border-radius:12px;align-content:start;gap:10px;min-height:188px;padding:18px;text-decoration:none;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),border-color .22s,background .22s;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 48px #11181f0f,inset 0 1px #ffffffeb}.free-section-link-card:before{background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;transform-origin:0;content:"";height:3px;transition:opacity .18s,transform .24s cubic-bezier(.22,1,.36,1);position:absolute;inset:0 0 auto;transform:scaleX(.34)}.free-section-link-card:hover,.free-section-link-card:focus-visible{background:linear-gradient(#fff,#f4faf7fa),#fff;border-color:#16836a47;transform:translateY(-6px);box-shadow:0 30px 72px #11181f1f,inset 0 1px #fffffff5}.free-section-link-card:hover:before,.free-section-link-card:focus-visible:before{opacity:1;transform:scaleX(1)}.free-section-link-card span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.76rem;font-weight:900}.free-section-link-card h3{color:var(--heading);font-size:1.08rem;line-height:1.24}.free-section-link-card p{color:var(--muted);line-height:1.56}.free-section-link-card small{color:var(--primary-dark);align-self:end;font-size:.84rem;font-weight:850;line-height:1.35}.free-practice-routine{background:#fff;border:1px solid #16836a24;border-radius:14px;grid-template-columns:minmax(240px,.35fr) minmax(0,1fr);align-items:start;gap:28px;margin-top:26px;margin-bottom:34px;padding:28px;display:grid;box-shadow:0 24px 64px #11181f12,inset 0 1px #ffffffeb}.free-practice-routine ol{gap:12px;margin:0;padding-left:22px;display:grid}.free-practice-routine li{color:var(--muted);line-height:1.64}.free-faq-list{gap:12px;display:grid}.free-faq-list details{border:1px solid var(--line);background:#fff;border-radius:12px;padding:18px 20px;box-shadow:0 14px 36px #11181f0b}.free-faq-list summary{color:var(--heading);cursor:pointer;font-weight:850;line-height:1.35}.free-faq-list p{color:var(--muted);margin-top:12px;line-height:1.66}.free-practice-final{color:#fff;background:radial-gradient(circle at 88% 18%,#9be15d2e,#0000 28%),linear-gradient(135deg,#021f1cf5,#0e5f4ff0),#021f1c;border:1px solid #ffffff1f;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(230px,auto);justify-content:space-between;align-items:center;gap:28px;margin-top:18px;margin-bottom:0;padding:30px;display:grid;box-shadow:0 30px 78px #021f1c38,inset 0 1px #ffffff1f}.free-practice-final>div:first-child{gap:10px;min-width:0;display:grid}.free-practice-final .eyebrow,.free-practice-final h2,.free-practice-final p{color:#fff}.free-practice-final h2{max-width:780px}.free-practice-final p{opacity:.78;max-width:740px}.free-final-actions{background:#ffffff12;border:1px solid #ffffff1a;border-radius:14px;flex:none;justify-items:stretch;gap:10px;min-width:238px;padding:12px;display:grid;box-shadow:inset 0 1px #ffffff14}.free-final-actions small{color:#ffffffc7;text-align:center;font-size:.82rem;font-weight:800;line-height:1.35}.free-practice-final .button.primary{background:linear-gradient(135deg, #9be15d, #16836a), var(--primary);color:#021f1c;white-space:nowrap;border:1px solid #ffffff2e;width:100%;min-width:210px;box-shadow:0 16px 34px #0000002e,inset 0 1px #ffffff6b}.free-practice-final .button.primary:hover{background:linear-gradient(135deg, #a9ec70, #1b9276), var(--primary);transform:translateY(-2px);box-shadow:0 20px 42px #00000038,inset 0 1px #ffffff7a}.writing-seo-hero,.writing-seo-section,.writing-seo-final{width:min(1120px,100% - 40px);margin:0 auto}.writing-seo-page{background:radial-gradient(circle at 82% 120px, #9be15d2e, transparent 260px), linear-gradient(180deg, #edf4efe0 0, #f5f7f300 560px), var(--background);padding-bottom:max(64px, env(safe-area-inset-bottom));overflow:clip visible}.writing-seo-page [id]{scroll-margin-top:208px}.writing-seo-hero{grid-template-columns:minmax(0,1fr) minmax(310px,380px);align-items:end;gap:34px;padding:76px 0 38px;display:grid}.writing-seo-hero-copy{gap:16px;display:grid}.writing-seo-hero h1{color:#021f1c;max-width:900px;font-size:clamp(2.55rem,5.6vw,5rem);line-height:.99}.writing-seo-hero-copy>p:not(.eyebrow){max-width:780px;color:var(--muted);font-size:1.08rem;line-height:1.72}.writing-seo-actions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.writing-seo-actions .button{white-space:nowrap}.writing-proof-row{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.writing-proof-row span{color:var(--muted);background:#ffffffc7;border:1px solid #16836a24;border-radius:999px;align-items:baseline;gap:7px;padding:8px 12px;font-size:.88rem;font-weight:800;line-height:1.2;display:inline-flex;box-shadow:0 10px 24px #11181f0b}.writing-proof-row strong{color:var(--primary-dark);font-size:1.02rem;font-weight:950}.writing-hero-panel,.writing-task-card,.writing-phrase-card,.writing-mistake-card,.writing-support-card,.writing-pattern-card,.writing-related-card,.writing-faq-list details{background:linear-gradient(#fffffffa,#fafcf9f2),#fff;border:1px solid #16836a21;border-radius:12px;box-shadow:0 22px 58px #11181f12,inset 0 1px #ffffffeb}.writing-hero-panel{gap:16px;padding:24px;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s cubic-bezier(.22,1,.36,1),border-color .24s;display:grid;position:relative;overflow:hidden}.writing-hero-panel:before{background:linear-gradient(90deg, var(--primary), var(--accent));content:"";height:4px;position:absolute;inset:0 0 auto}.writing-hero-panel:hover,.writing-hero-panel:focus-within{border-color:#16836a47;transform:translateY(-7px);box-shadow:0 36px 86px #11181f1f,inset 0 1px #fffffff5}.writing-hero-panel>span,.writing-section-heading span,.writing-official-copy span,.writing-task-card span,.writing-mistake-card span,.writing-support-card span,.writing-sheet-topline span,.writing-answer-sheet span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:900}.writing-panel-score{color:#fff;background:radial-gradient(circle at 90% 10%,#9be15d33,#0000 38%),linear-gradient(135deg,#021f1cf7,#0e5f4feb),#021f1c;border-radius:12px;gap:8px;padding:22px;display:grid}.writing-panel-score strong{color:#fff;font-size:3.1rem;line-height:.9}.writing-panel-score p{color:#ffffffc7;font-weight:780;line-height:1.45}.writing-hero-panel ul{gap:11px;margin:0;padding:0;list-style:none;display:grid}.writing-hero-panel li{color:var(--muted);padding-left:22px;line-height:1.55;position:relative}.writing-hero-panel li:before{background:var(--primary);content:"";border-radius:999px;width:7px;height:7px;position:absolute;top:.58em;left:0;box-shadow:0 0 0 5px #16836a17}.writing-seo-section{gap:24px;padding:42px 0;display:grid}.writing-section-heading{gap:10px;max-width:800px;display:grid}.writing-section-heading.compact{max-width:700px}.writing-section-heading h2,.writing-official-copy h2,.writing-seo-final h2{color:#021f1c;font-size:clamp(2rem,4vw,3.15rem);line-height:1.04}.writing-section-heading p,.writing-official-copy p,.writing-seo-final p{color:var(--muted);line-height:1.72}.writing-official-band{background:linear-gradient(145deg,#fffffff0,#e4f5df94),#fff;border:1px solid #16836a24;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:28px;box-shadow:0 24px 64px #11181f11}.writing-official-copy{gap:10px;display:grid}.writing-official-link{color:var(--primary-dark);text-align:center;white-space:nowrap;background:#fff;border:1px solid #16836a2e;border-radius:999px;padding:12px 16px;font-size:.92rem;font-weight:900;text-decoration:none;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s}.writing-official-link:hover{background:var(--primary-soft);border-color:#16836a52;transform:translateY(-1px);box-shadow:0 12px 26px #16836a1a}.writing-task-grid,.writing-phrase-grid,.writing-mistake-layout,.writing-support-grid,.writing-pattern-grid,.writing-related-grid{gap:16px;display:grid}.writing-task-grid,.writing-support-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.writing-phrase-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.writing-mistake-layout{grid-template-columns:repeat(3,minmax(0,1fr))}.writing-pattern-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.writing-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@keyframes writingCardLiftIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.writing-task-card,.writing-phrase-card,.writing-mistake-card,.writing-support-card,.writing-pattern-card,.writing-related-card{align-content:start;gap:12px;padding:20px;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),border-color .22s,background .22s;animation:.52s cubic-bezier(.22,1,.36,1) both writingCardLiftIn;display:grid;position:relative;overflow:hidden}.writing-task-card:before,.writing-phrase-card:before,.writing-mistake-card:before,.writing-support-card:before,.writing-pattern-card:before,.writing-related-card:before{background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;transform-origin:0;content:"";height:4px;transition:opacity .22s,transform .3s cubic-bezier(.22,1,.36,1);position:absolute;inset:0 0 auto;transform:scaleX(.28)}.writing-task-card:after,.writing-phrase-card:after,.writing-mistake-card:after,.writing-support-card:after,.writing-pattern-card:after,.writing-related-card:after{opacity:0;pointer-events:none;content:"";background:radial-gradient(circle,#9be15d3d,#9be15d00);border-radius:999px;width:150px;height:150px;transition:opacity .22s,transform .32s cubic-bezier(.22,1,.36,1);position:absolute;inset:auto -54px -64px auto;transform:scale(.7)}.writing-task-card>*,.writing-phrase-card>*,.writing-mistake-card>*,.writing-support-card>*,.writing-pattern-card>*,.writing-related-card>*{z-index:1;position:relative}.writing-task-card:nth-child(2),.writing-mistake-card:nth-child(2),.writing-support-card:nth-child(2){animation-delay:60ms}.writing-task-card:nth-child(3),.writing-mistake-card:nth-child(3),.writing-support-card:nth-child(3){animation-delay:.12s}.writing-pattern-card:nth-child(2),.writing-related-card:nth-child(2){animation-delay:45ms}.writing-pattern-card:nth-child(3),.writing-related-card:nth-child(3){animation-delay:90ms}.writing-pattern-card:nth-child(4),.writing-related-card:nth-child(4){animation-delay:.135s}.writing-pattern-card:nth-child(5){animation-delay:.18s}.writing-phrase-card:nth-child(2){animation-delay:45ms}.writing-phrase-card:nth-child(3){animation-delay:90ms}.writing-phrase-card:nth-child(4){animation-delay:.135s}.writing-task-card:hover,.writing-phrase-card:hover,.writing-mistake-card:hover,.writing-support-card:hover,.writing-pattern-card:hover,.writing-related-card:hover,.writing-task-card:focus-within,.writing-phrase-card:focus-within,.writing-mistake-card:focus-within,.writing-support-card:focus-within,.writing-pattern-card:focus-within,.writing-related-card:focus-within{background:linear-gradient(#fff,#f4faf7fa),#fff;border-color:#16836a3d;transform:translateY(-8px);box-shadow:0 34px 84px #11181f21,0 14px 34px #16836a14,inset 0 1px #fffffff5}.writing-task-card:hover:before,.writing-phrase-card:hover:before,.writing-mistake-card:hover:before,.writing-support-card:hover:before,.writing-pattern-card:hover:before,.writing-related-card:hover:before,.writing-task-card:focus-within:before,.writing-phrase-card:focus-within:before,.writing-mistake-card:focus-within:before,.writing-support-card:focus-within:before,.writing-pattern-card:focus-within:before,.writing-related-card:focus-within:before{opacity:1;transform:scaleX(1)}.writing-task-card:hover:after,.writing-phrase-card:hover:after,.writing-mistake-card:hover:after,.writing-support-card:hover:after,.writing-pattern-card:hover:after,.writing-related-card:hover:after,.writing-task-card:focus-within:after,.writing-phrase-card:focus-within:after,.writing-mistake-card:focus-within:after,.writing-support-card:focus-within:after,.writing-pattern-card:focus-within:after,.writing-related-card:focus-within:after{opacity:1;transform:scale(1)}.writing-task-card:hover h3,.writing-phrase-card:hover h3,.writing-mistake-card:hover h3,.writing-support-card:hover h3,.writing-pattern-card:hover h3,.writing-related-card:hover h3,.writing-task-card:focus-within h3,.writing-phrase-card:focus-within h3,.writing-mistake-card:focus-within h3,.writing-support-card:focus-within h3,.writing-pattern-card:focus-within h3,.writing-related-card:focus-within h3{color:var(--primary-dark)}.writing-task-card h3,.writing-phrase-card h3,.writing-mistake-card h3,.writing-support-card h3,.writing-pattern-card h3,.writing-related-card h3{color:var(--heading);font-size:1.12rem;line-height:1.28}.writing-task-card p,.writing-mistake-card p,.writing-support-card p,.writing-pattern-card p,.writing-related-card p{color:var(--muted);line-height:1.62}.writing-pattern-card span{background:var(--primary-soft);width:36px;height:36px;color:var(--primary-dark);letter-spacing:0;text-transform:none;border-radius:999px;place-items:center;font-size:.8rem;font-weight:950;display:inline-grid}.writing-pattern-card small{color:#021f1c;background:#edf4efc7;border-radius:9px;align-self:end;padding:9px 10px;font-size:.9rem;font-weight:850;line-height:1.38}.writing-related-card{min-height:190px;color:inherit;text-decoration:none}.writing-related-card span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.76rem;font-weight:900}.writing-preview-surface{background:linear-gradient(145deg,#edf4efe6,#fffffff5),#fff;border:1px solid #16836a1f;border-radius:14px;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:16px;padding:18px;display:grid;box-shadow:0 26px 70px #11181f14,inset 0 1px #ffffffeb}.writing-task-sheet,.writing-answer-sheet{background:#fff;border:1px solid #0f1f2e14;border-radius:12px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s}.writing-task-sheet:hover,.writing-answer-sheet:hover,.writing-task-sheet:focus-within,.writing-answer-sheet:focus-within{border-color:#16836a38;transform:translateY(-2px);box-shadow:0 14px 32px #11181f11}.writing-task-sheet{gap:14px;display:grid}.writing-sheet-topline{justify-content:space-between;align-items:center;gap:14px;display:flex}.writing-sheet-topline strong{background:var(--primary-soft);color:var(--primary-dark);white-space:nowrap;border-radius:999px;padding:7px 11px;font-size:.82rem;font-weight:900}.writing-task-sheet h3{color:#021f1c;font-size:1.32rem;line-height:1.24}.writing-task-sheet p{color:var(--body);font-weight:750;line-height:1.62}.writing-task-sheet ul{gap:9px;margin:0;padding-left:20px;display:grid}.writing-task-sheet li{color:var(--muted);line-height:1.5}.writing-answer-sheet{gap:12px;display:grid}.writing-answer-sheet>div{border-bottom:1px solid #0f1f2e14;grid-template-columns:94px minmax(0,1fr);align-items:center;gap:12px;padding-bottom:10px;display:grid}.writing-answer-sheet>div strong{color:var(--heading);overflow-wrap:anywhere}.writing-answer-sheet label{color:var(--heading);font-size:.9rem;font-weight:900}.writing-answer-sheet textarea{resize:none;border:1px solid var(--line);width:100%;min-height:164px;color:var(--body);font:inherit;background:#f5f7f39e;border-radius:10px;padding:13px;line-height:1.55}.writing-answer-sheet p{color:var(--body);background:#edf4efdb;border-radius:10px;padding:10px 12px;font-size:.92rem;font-weight:780;line-height:1.48}.writing-phrase-band{background:#edf4ef75;border-block:1px solid #16836a1f;width:100%}.writing-phrase-band>*{width:min(1120px,100% - 40px);margin-left:auto;margin-right:auto}.writing-phrase-card ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.writing-phrase-card li{color:var(--heading);background:#edf4efb3;border-radius:9px;padding:10px 11px;font-size:.94rem;font-weight:780;line-height:1.45;transition:background .18s,color .18s,transform .18s}.writing-phrase-card:hover li,.writing-phrase-card:focus-within li{color:#021f1c;background:#e4f5dfeb;transform:translate(2px)}.writing-support-card span{background:var(--primary-soft);border-radius:999px;place-items:center;width:38px;height:38px;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:inline-grid}.writing-support-card:hover span,.writing-support-card:focus-within span{background:var(--primary-dark);color:#fff;transform:translateY(-1px);box-shadow:0 10px 24px #16836a29}.writing-faq-list{gap:12px;display:grid}.writing-faq-list details{padding:18px 20px;transition:border-color .18s,box-shadow .18s,transform .18s}.writing-faq-list details:hover,.writing-faq-list details:focus-within{border-color:#16836a33;transform:translateY(-2px);box-shadow:0 22px 52px #11181f14,inset 0 1px #ffffffeb}.writing-faq-list summary{color:var(--heading);cursor:pointer;font-weight:850;line-height:1.35}.writing-faq-list p{color:var(--muted);margin-top:12px;line-height:1.66}.writing-seo-final{color:#fff;background:radial-gradient(circle at 92% 12%,#9be15d3d,#0000 30%),radial-gradient(circle at 8% 100%,#16836a6b,#0000 34%),linear-gradient(135deg,#021f1cf7,#0e5f4ff0),#021f1c;border:1px solid #ffffff29;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:stretch;gap:30px;margin-top:18px;margin-bottom:0;padding:32px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 78px #021f1c38,inset 0 1px #ffffff1f}.writing-seo-final:before{background:linear-gradient(90deg, var(--accent), var(--primary), #ffffff80);opacity:.9;content:"";height:4px;position:absolute;inset:0 0 auto}.writing-seo-final:after{pointer-events:none;content:"";background:radial-gradient(circle,#ffffff1a,#0000 66%);border-radius:999px;width:280px;height:280px;position:absolute;inset:auto -120px -140px auto}.writing-final-copy,.writing-final-actions{z-index:1;position:relative}.writing-final-copy{align-content:center;gap:12px;max-width:760px;display:grid}.writing-seo-final .eyebrow,.writing-seo-final h2,.writing-seo-final p{color:#fff}.writing-seo-final h2{max-width:720px;font-size:clamp(2.05rem,3.4vw,3.3rem)}.writing-seo-final p{opacity:.78}.writing-final-badges{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.writing-final-badges span{color:#ffffffdb;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;padding:8px 11px;font-size:.82rem;font-weight:850;line-height:1.25}.writing-final-actions{background:linear-gradient(#ffffff1c,#ffffff0f),#ffffff14;border:1px solid #ffffff24;border-radius:14px;align-content:center;justify-items:stretch;gap:12px;padding:18px;transition:border-color .2s,box-shadow .2s,transform .2s cubic-bezier(.22,1,.36,1),background .2s;display:grid;box-shadow:0 18px 44px #00000029,inset 0 1px #ffffff1f}.writing-final-actions:hover,.writing-final-actions:focus-within{background:linear-gradient(#ffffff26,#ffffff14),#ffffff1a;border-color:#9be15d61;transform:translateY(-3px);box-shadow:0 24px 58px #0003,inset 0 1px #ffffff29}.writing-final-actions>span{color:#9be15d;letter-spacing:.06em;text-transform:uppercase;font-size:.76rem;font-weight:900}.writing-final-actions strong{color:#fff;font-size:1.12rem;line-height:1.28}.writing-final-actions p{font-size:.92rem;line-height:1.56}.writing-seo-final .button.primary{background:linear-gradient(135deg, #9be15d, #16836a), var(--primary);color:#021f1c;white-space:nowrap;border:1px solid #ffffff2e;justify-content:center;min-width:0;box-shadow:0 16px 34px #0000002e,inset 0 1px #ffffff6b}.writing-seo-final .button.primary:hover{background:linear-gradient(135deg, #a9ec70, #1b9276), var(--primary);transform:translateY(-2px);box-shadow:0 20px 42px #00000038,inset 0 1px #ffffff7a}.writing-final-link{color:#ffffffd6;text-align:center;font-size:.9rem;font-weight:850;text-decoration:none}.writing-final-link:hover{color:#fff}.speaking-panel-score{background:radial-gradient(circle at 88% 12%,#9be15d38,#0000 38%),linear-gradient(135deg,#021f1cf7,#2d5276e6),#021f1c}.speaking-preview-surface{background:linear-gradient(145deg,#edf4efe6,#fffffff5),#fff;border:1px solid #16836a1f;border-radius:14px;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:16px;padding:18px;display:grid;box-shadow:0 26px 70px #11181f14,inset 0 1px #ffffffeb}.speaking-preview-stage,.speaking-recorder-preview{background:#fff;border:1px solid #0f1f2e14;border-radius:12px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s}.speaking-preview-stage:hover,.speaking-recorder-preview:hover,.speaking-preview-stage:focus-within,.speaking-recorder-preview:focus-within{border-color:#16836a38;transform:translateY(-2px);box-shadow:0 14px 32px #11181f11}.speaking-preview-stage{gap:14px;display:grid}.speaking-stage-topline,.speaking-recorder-topline{justify-content:space-between;align-items:center;gap:14px;display:flex}.speaking-stage-topline span,.speaking-recorder-topline span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:900}.speaking-stage-topline strong,.speaking-recorder-topline strong{background:var(--primary-soft);color:var(--primary-dark);white-space:nowrap;border-radius:999px;padding:7px 11px;font-size:.82rem;font-weight:900}.speaking-stage-screen{color:#fff;background:radial-gradient(circle at 18% 18%,#9be15d29,#0000 34%),linear-gradient(135deg,#021f1cf5,#2d5276e6),#021f1c;border:1px solid #16836a21;border-radius:12px;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:14px;padding:16px;display:grid}.speaking-stage-presenter{background:radial-gradient(circle at 50% 24%,#ffffffe6 0 18%,#0000 19%),linear-gradient(145deg,#ffffff70,#e4f5df29);border-radius:999px 999px 24px 24px;place-items:center;width:74px;height:74px;display:grid;position:relative}.speaking-stage-presenter:after{content:"";background:#021f1c85;border-radius:999px;width:18px;height:5px;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.speaking-stage-presenter.playing:after{animation:.42s ease-in-out infinite speakingMouth}.speaking-stage-screen h3{color:#fff;font-size:1.16rem;line-height:1.25}.speaking-stage-screen p{color:#ffffffc2;margin-top:4px;line-height:1.48}.speaking-play-button{color:#fff;cursor:pointer;font:inherit;background:#021f1c;border:0;border-radius:999px;justify-self:start;min-width:118px;padding:9px 14px;font-size:.88rem;font-weight:900;transition:background .16s,box-shadow .16s,transform .16s}.speaking-play-button:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 12px 26px #11181f29}.speaking-sample-question{color:var(--heading);background:#edf4efc7;border-radius:10px;padding:13px 14px;font-weight:780;line-height:1.58}.speaking-recorder-preview{align-content:start;gap:16px;display:grid}.speaking-recorder-meter{background:linear-gradient(#edf4efc7,#fffffff5),#fff;border:1px solid #16836a1f;border-radius:12px;align-items:end;gap:5px;min-height:84px;padding:16px;display:flex}.speaking-recorder-meter span{background:#16836a59;border-radius:999px;flex:1;min-width:4px;height:18px}.speaking-recorder-meter span:nth-child(2n){height:34px}.speaking-recorder-meter span:nth-child(3n){background:#7ecb45b8;height:48px}.speaking-recorder-meter span:nth-child(5n){background:#2d52765c;height:60px}.speaking-recorder-actions{flex-wrap:wrap;gap:10px;display:flex}.speaking-recorder-actions button{color:var(--body);font:inherit;background:#edf4efd1;border:1px solid #16836a29;border-radius:999px;padding:9px 14px;font-size:.86rem;font-weight:900}.speaking-recorder-preview>p{color:var(--body);background:#edf4efdb;border-radius:10px;padding:10px 12px;font-size:.92rem;font-weight:780;line-height:1.48}.speaking-method-band{background:#edf4ef75;border-block:1px solid #16836a1f;width:100%}.speaking-method-band>*{width:min(1120px,100% - 40px);margin-left:auto;margin-right:auto}.speaking-method-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.speaking-method-card span{background:var(--primary-soft);width:38px;height:38px;color:var(--primary-dark);border-radius:999px;place-items:center;font-size:.78rem;font-weight:900;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:inline-grid}.speaking-method-card:hover span,.speaking-method-card:focus-within span{background:var(--primary-dark);color:#fff;transform:translateY(-1px);box-shadow:0 10px 24px #16836a29}.speaking-method-card p{color:var(--muted);line-height:1.62}.speaking-flow-grid,.knm-routine-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.speaking-flow-card,.knm-routine-card{background:linear-gradient(#fffffffa,#fafcf9f2),#fff;border:1px solid #16836a21;border-radius:12px;align-content:start;gap:12px;padding:20px;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),border-color .22s,background .22s;animation:.52s cubic-bezier(.22,1,.36,1) both writingCardLiftIn;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 58px #11181f12,inset 0 1px #ffffffeb}.speaking-flow-card:before,.knm-routine-card:before{background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;transform-origin:0;content:"";height:4px;transition:opacity .22s,transform .3s cubic-bezier(.22,1,.36,1);position:absolute;inset:0 0 auto;transform:scaleX(.28)}.speaking-flow-card:after,.knm-routine-card:after{opacity:0;pointer-events:none;content:"";background:radial-gradient(circle,#9be15d3d,#9be15d00);border-radius:999px;width:150px;height:150px;transition:opacity .22s,transform .32s cubic-bezier(.22,1,.36,1);position:absolute;inset:auto -54px -64px auto;transform:scale(.7)}.speaking-flow-card>*,.knm-routine-card>*{z-index:1;position:relative}.speaking-flow-card:nth-child(2),.knm-routine-card:nth-child(2){animation-delay:45ms}.speaking-flow-card:nth-child(3),.knm-routine-card:nth-child(3){animation-delay:90ms}.speaking-flow-card:nth-child(4),.knm-routine-card:nth-child(4){animation-delay:.135s}.speaking-flow-card:hover,.speaking-flow-card:focus-within,.knm-routine-card:hover,.knm-routine-card:focus-within{background:linear-gradient(#fff,#f4faf7fa),#fff;border-color:#16836a3d;transform:translateY(-8px);box-shadow:0 34px 84px #11181f21,0 14px 34px #16836a14,inset 0 1px #fffffff5}.speaking-flow-card:hover:before,.speaking-flow-card:focus-within:before,.knm-routine-card:hover:before,.knm-routine-card:focus-within:before{opacity:1;transform:scaleX(1)}.speaking-flow-card:hover:after,.speaking-flow-card:focus-within:after,.knm-routine-card:hover:after,.knm-routine-card:focus-within:after{opacity:1;transform:scale(1)}.speaking-flow-card span,.knm-routine-card span{background:var(--primary-soft);width:36px;height:36px;color:var(--primary-dark);border-radius:999px;place-items:center;font-size:.8rem;font-weight:950;display:inline-grid}.speaking-flow-card h3,.knm-routine-card h3{color:var(--heading);font-size:1.12rem;line-height:1.28}.speaking-flow-card:hover h3,.speaking-flow-card:focus-within h3,.knm-routine-card:hover h3,.knm-routine-card:focus-within h3{color:var(--primary-dark)}.speaking-flow-card p,.knm-routine-card p{color:var(--muted);line-height:1.62}.speaking-flow-card small,.knm-routine-card small{color:#021f1c;background:#edf4efc7;border-radius:9px;align-self:end;padding:9px 10px;font-size:.9rem;font-weight:850;line-height:1.38}.speaking-seo-final{background:radial-gradient(circle at 92% 12%,#9be15d3d,#0000 30%),radial-gradient(circle at 8% 100%,#2d527673,#0000 34%),linear-gradient(135deg,#021f1cf7,#0e5f4ff0),#021f1c}@keyframes speakingMouth{0%,to{height:5px}50%{height:10px}}.knm-panel-score{background:radial-gradient(circle at 88% 12%,#9be15d3d,#0000 38%),linear-gradient(135deg,#021f1cf7,#0e5f4feb),#021f1c}.knm-topic-grid,.knm-contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.knm-preview-surface{background:linear-gradient(145deg,#edf4efe6,#fffffff5),#fff;border:1px solid #16836a1f;border-radius:14px;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:16px;padding:18px;display:grid;box-shadow:0 26px 70px #11181f14,inset 0 1px #ffffffeb}.knm-situation-panel,.knm-question-panel{background:#fff;border:1px solid #0f1f2e14;border-radius:12px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s}.knm-situation-panel:hover,.knm-question-panel:hover,.knm-situation-panel:focus-within,.knm-question-panel:focus-within{border-color:#16836a38;transform:translateY(-2px);box-shadow:0 14px 32px #11181f11}.knm-situation-panel{align-content:start;gap:14px;display:grid}.knm-situation-panel>span,.knm-question-panel>span,.knm-contact-card>span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:900}.knm-situation-badge{color:#fff;background:radial-gradient(circle at 82% 18%,#9be15d2e,#0000 38%),linear-gradient(135deg,#021f1cf5,#0e5f4feb),#021f1c;border:1px solid #16836a2e;border-radius:12px;place-items:center;width:min(100%,220px);min-height:120px;font-size:1.16rem;font-weight:950;display:inline-grid}.knm-situation-panel h3{color:#021f1c;font-size:1.28rem;line-height:1.25}.knm-situation-panel p,.knm-contact-card p{color:var(--muted);line-height:1.62}.knm-contact-card small{color:var(--muted);font-size:.9rem;font-weight:760;line-height:1.45}.knm-question-panel>strong{color:#021f1c;font-size:1.08rem;line-height:1.35}.knm-option-list{gap:10px;display:grid}.knm-option-list button{border:1px solid var(--line);color:var(--body);cursor:pointer;font:inherit;text-align:left;background:#fff;border-radius:10px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:12px;font-weight:760;line-height:1.35;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s;display:grid}.knm-option-list button:hover{border-color:#16836a4d;transform:translateY(-1px);box-shadow:0 10px 24px #11181f0f}.knm-option-list button span{background:var(--primary-soft);width:30px;height:30px;color:var(--primary-dark);border-radius:999px;place-items:center;font-size:.82rem;font-weight:950;display:inline-grid}.knm-option-list button.correct{background:#e4f5dfb8;border-color:#16836a6b}.knm-option-list button.wrong{background:#d7534a14;border-color:#d7534a61}.knm-sample-feedback{color:var(--body);background:#d7534a14;border-radius:10px;padding:12px 14px;font-size:.94rem;font-weight:760;line-height:1.5}.knm-sample-feedback.correct{color:var(--primary-dark);background:#e4f5dfe6}.knm-contact-band{background:#edf4ef75;border-block:1px solid #16836a1f;width:100%}.knm-contact-band>*{width:min(1120px,100% - 40px);margin-left:auto;margin-right:auto}.knm-contact-card{gap:10px;display:grid}.knm-contact-card h3{color:var(--heading);font-size:1.08rem;line-height:1.28}.knm-contact-card:hover h3,.knm-contact-card:focus-within h3{color:var(--primary-dark)}.knm-seo-final{background:radial-gradient(circle at 92% 12%,#9be15d3d,#0000 30%),radial-gradient(circle at 8% 100%,#16836a73,#0000 34%),linear-gradient(135deg,#021f1cf7,#0e5f4ff0),#021f1c}.reading-panel-score{background:radial-gradient(circle at 88% 12%,#9be15d38,#0000 38%),linear-gradient(135deg,#021f1cf7,#0e5f4feb),#021f1c}.reading-text-grid,.reading-strategy-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.reading-preview-surface{background:linear-gradient(145deg,#edf4efe6,#fffffff5),#fff;border:1px solid #16836a1f;border-radius:14px;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:16px;padding:18px;display:grid;box-shadow:0 26px 70px #11181f14,inset 0 1px #ffffffeb}.reading-passage-panel,.reading-question-panel{background:#fff;border:1px solid #0f1f2e14;border-radius:12px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s}.reading-passage-panel:hover,.reading-question-panel:hover,.reading-passage-panel:focus-within,.reading-question-panel:focus-within{border-color:#16836a38;transform:translateY(-2px);box-shadow:0 14px 32px #11181f11}.reading-passage-panel{gap:14px;display:grid}.reading-passage-topline{justify-content:space-between;align-items:center;gap:14px;display:flex}.reading-passage-topline span,.reading-question-panel>span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:900}.reading-passage-topline strong{background:var(--primary-soft);color:var(--primary-dark);white-space:nowrap;border-radius:999px;padding:7px 11px;font-size:.82rem;font-weight:900}.reading-passage-panel h3{color:#021f1c;font-size:1.32rem;line-height:1.24}.reading-passage-panel p{color:var(--body);font-weight:750;line-height:1.72}.reading-detail-strip{flex-wrap:wrap;gap:8px;display:flex}.reading-detail-strip span{color:var(--primary-dark);background:#edf4efd1;border:1px solid #16836a1f;border-radius:999px;padding:8px 11px;font-size:.82rem;font-weight:900}.reading-question-panel{gap:13px;display:grid}.reading-question-panel>strong{color:#021f1c;font-size:1.08rem;line-height:1.35}.reading-option-list{gap:10px;display:grid}.reading-option-list button{border:1px solid var(--line);color:var(--body);cursor:pointer;font:inherit;text-align:left;background:#fff;border-radius:10px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:12px;font-weight:760;line-height:1.35;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s;display:grid}.reading-option-list button:hover{border-color:#16836a4d;transform:translateY(-1px);box-shadow:0 10px 24px #11181f0f}.reading-option-list button span{background:var(--primary-soft);width:30px;height:30px;color:var(--primary-dark);border-radius:999px;place-items:center;font-size:.82rem;font-weight:950;display:inline-grid}.reading-option-list button.correct{background:#e4f5dfb8;border-color:#16836a6b}.reading-option-list button.wrong{background:#d7534a14;border-color:#d7534a61}.reading-sample-feedback{color:var(--body);background:#d7534a14;border-radius:10px;padding:12px 14px;font-size:.94rem;font-weight:760;line-height:1.5}.reading-sample-feedback.correct{color:var(--primary-dark);background:#e4f5dfe6}.reading-strategy-band{background:#edf4ef75;border-block:1px solid #16836a1f;width:100%}.reading-strategy-band>*{width:min(1120px,100% - 40px);margin-left:auto;margin-right:auto}.reading-strategy-card>span{background:var(--primary-soft);width:38px;height:38px;color:var(--primary-dark);border-radius:999px;place-items:center;font-size:.78rem;font-weight:900;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:inline-grid}.reading-strategy-card:hover>span,.reading-strategy-card:focus-within>span{background:var(--primary-dark);color:#fff;transform:translateY(-1px);box-shadow:0 10px 24px #16836a29}.reading-strategy-card p{color:var(--muted);line-height:1.62}.reading-seo-final{background:radial-gradient(circle at 92% 12%,#9be15d3d,#0000 30%),radial-gradient(circle at 8% 100%,#16836a73,#0000 34%),linear-gradient(135deg,#021f1cf7,#0e5f4ff0),#021f1c}.listening-panel-score{background:radial-gradient(circle at 88% 12%,#9be15d38,#0000 38%),linear-gradient(135deg,#021f1cf7,#2d5276e6),#021f1c}.listening-task-grid,.listening-method-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.listening-preview-surface{background:linear-gradient(145deg,#edf4efe6,#fffffff5),#fff;border:1px solid #16836a1f;border-radius:14px;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:16px;padding:18px;display:grid;box-shadow:0 26px 70px #11181f14,inset 0 1px #ffffffeb}.listening-audio-panel,.listening-question-panel{background:#fff;border:1px solid #0f1f2e14;border-radius:12px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s}.listening-audio-panel:hover,.listening-question-panel:hover,.listening-audio-panel:focus-within,.listening-question-panel:focus-within{border-color:#16836a38;transform:translateY(-2px);box-shadow:0 14px 32px #11181f11}.listening-audio-panel,.listening-question-panel{gap:13px;display:grid}.listening-audio-topline{justify-content:space-between;align-items:center;gap:14px;display:flex}.listening-audio-topline span,.listening-question-panel>span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:900}.listening-audio-topline strong{background:var(--primary-soft);color:var(--primary-dark);white-space:nowrap;border-radius:999px;padding:7px 11px;font-size:.82rem;font-weight:900}.listening-player-screen{color:#fff;background:radial-gradient(circle at 78% 16%,#9be15d29,#0000 32%),linear-gradient(135deg,#021f1cf5,#0e5f4feb),#021f1c;border:1px solid #16836a21;border-radius:12px;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:16px;min-height:150px;padding:18px;display:grid}.listening-speaker-icon{background:linear-gradient(#ffffff29,#ffffff0f),#ffffff14;border:1px solid #ffffff2e;border-radius:999px;place-items:center;width:76px;height:76px;display:grid;position:relative;box-shadow:0 18px 40px #00000029,inset 0 1px #ffffff29}.listening-speaker-icon:before{clip-path:polygon(0 28%,42% 28%,100% 0,100% 100%,42% 72%,0 72%);content:"";background:#9be15d;border-radius:7px 14px 14px 7px;width:28px;height:26px}.listening-speaker-icon span,.listening-speaker-icon:after{opacity:.68;content:"";border:2px solid #9be15dd1;border-color:#9be15dd1 #9be15dd1 #0000 #0000;border-radius:999px;position:absolute}.listening-speaker-icon span{width:40px;height:40px;transform:translate(4px)rotate(45deg)}.listening-speaker-icon:after{width:54px;height:54px;transform:translate(7px)rotate(45deg)}.listening-speaker-icon.playing span,.listening-speaker-icon.playing:after{animation:1.05s ease-in-out infinite listeningPulse}.listening-player-screen h3{color:#fff;font-size:1.18rem;line-height:1.25}.listening-player-screen p{color:#ffffffc2;margin-top:6px;line-height:1.52}.listening-play-button{background:var(--primary);color:#fff;cursor:pointer;min-height:46px;font:inherit;border:1px solid #16836a2e;border-radius:999px;justify-content:center;align-items:center;padding:11px 16px;font-weight:900;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.listening-play-button:hover{background:var(--primary-dark);border-color:#0e5f4f57;transform:translateY(-1px);box-shadow:0 12px 28px #16836a29}.listening-question-panel>strong{color:#021f1c;font-size:1.08rem;line-height:1.35}.listening-option-list{gap:10px;display:grid}.listening-option-list button{border:1px solid var(--line);color:var(--body);cursor:pointer;font:inherit;text-align:left;background:#fff;border-radius:10px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:12px;font-weight:760;line-height:1.35;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s;display:grid}.listening-option-list button:hover{border-color:#16836a4d;transform:translateY(-1px);box-shadow:0 10px 24px #11181f0f}.listening-option-list button span{background:var(--primary-soft);width:30px;height:30px;color:var(--primary-dark);border-radius:999px;place-items:center;font-size:.82rem;font-weight:950;display:inline-grid}.listening-option-list button.correct{background:#e4f5dfb8;border-color:#16836a6b}.listening-option-list button.wrong{background:#d7534a14;border-color:#d7534a61}.listening-sample-feedback,.listening-access-note{border-radius:10px;padding:12px 14px;font-size:.94rem;font-weight:760;line-height:1.5}.listening-sample-feedback{color:var(--body);background:#d7534a14}.listening-sample-feedback.correct{color:var(--primary-dark);background:#e4f5dfe6}.listening-access-note{color:var(--body);background:#edf4efdb}.listening-method-band{background:#edf4ef75;border-block:1px solid #16836a1f;width:100%}.listening-method-band>*{width:min(1120px,100% - 40px);margin-left:auto;margin-right:auto}.listening-method-card>span{background:var(--primary-soft);width:38px;height:38px;color:var(--primary-dark);border-radius:999px;place-items:center;font-size:.78rem;font-weight:900;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:inline-grid}.listening-method-card:hover>span,.listening-method-card:focus-within>span{background:var(--primary-dark);color:#fff;transform:translateY(-1px);box-shadow:0 10px 24px #16836a29}.listening-method-card p{color:var(--muted);line-height:1.62}.listening-seo-final{background:radial-gradient(circle at 92% 12%,#9be15d3d,#0000 30%),radial-gradient(circle at 8% 100%,#2d527673,#0000 34%),linear-gradient(135deg,#021f1cf7,#0e5f4ff0),#021f1c}.about-panel-score{background:radial-gradient(circle at 88% 12%,#9be15d38,#0000 38%),linear-gradient(135deg,#021f1cf7,#0e5f4feb),#021f1c}.about-intro-band,.about-principles-band{background:#edf4ef75;border-block:1px solid #16836a1f;width:100%}.about-intro-band>*,.about-principles-band>*{width:min(1120px,100% - 40px);margin-left:auto;margin-right:auto}.about-purpose-grid,.about-principles-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.about-exam-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.about-exam-card{background:linear-gradient(#fffffffa,#fafcf9f2),#fff;border:1px solid #16836a21;border-radius:12px;align-content:start;gap:10px;min-height:196px;padding:18px;text-decoration:none;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),border-color .22s,background .22s;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 58px #11181f12,inset 0 1px #ffffffeb}.about-exam-card:before{background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;transform-origin:0;content:"";height:4px;transition:opacity .22s,transform .3s cubic-bezier(.22,1,.36,1);position:absolute;inset:0 0 auto;transform:scaleX(.28)}.about-exam-card:hover,.about-exam-card:focus-visible{background:linear-gradient(#fff,#f4faf7fa),#fff;border-color:#16836a3d;transform:translateY(-8px);box-shadow:0 34px 84px #11181f21,0 14px 34px #16836a14,inset 0 1px #fffffff5}.about-exam-card:hover:before,.about-exam-card:focus-visible:before{opacity:1;transform:scaleX(1)}.about-exam-card span,.about-contact-copy>span,.about-contact-card>span,.about-limit-card>span{color:var(--primary-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:900}.about-exam-card h3{color:var(--heading);font-size:1.12rem;line-height:1.28;transition:color .18s}.about-exam-card:hover h3,.about-exam-card:focus-visible h3{color:var(--primary-dark)}.about-exam-card p,.about-principle-card p{color:var(--muted);line-height:1.62}.about-principle-card>span{background:var(--primary-soft);width:38px;height:38px;color:var(--primary-dark);border-radius:999px;place-items:center;font-size:.78rem;font-weight:900;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:inline-grid}.about-principle-card:hover>span,.about-principle-card:focus-within>span{background:var(--primary-dark);color:#fff;transform:translateY(-1px);box-shadow:0 10px 24px #16836a29}.about-limits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.about-limit-card,.about-contact-band,.about-contact-card{background:linear-gradient(#fffffffa,#fafcf9f2),#fff;border:1px solid #16836a21;border-radius:14px;box-shadow:0 22px 58px #11181f12,inset 0 1px #ffffffeb}.about-limit-card{gap:14px;padding:22px;display:grid}.about-limit-card.positive{border-color:#16836a2e}.about-limit-card.caution{border-color:#d88a2d33}.about-limit-card.caution>span{color:#9d5f12}.about-limit-card ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.about-limit-card li{color:var(--body);padding-left:22px;line-height:1.55;position:relative}.about-limit-card li:before{background:var(--primary);content:"";border-radius:999px;width:7px;height:7px;position:absolute;top:.58em;left:0;box-shadow:0 0 0 5px #16836a17}.about-limit-card.caution li:before{background:var(--orange);box-shadow:0 0 0 5px #d88a2d1a}.about-contact-band{grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:stretch;gap:20px;padding:26px}.about-contact-copy{align-content:center;gap:10px;display:grid}.about-contact-copy h2{color:#021f1c;font-size:clamp(2rem,4vw,3.15rem);line-height:1.04}.about-contact-copy p{color:var(--muted);line-height:1.72}.about-contact-card{align-content:center;gap:13px;padding:20px;display:grid}.about-contact-card a{color:var(--primary-dark);overflow-wrap:anywhere;font-weight:900;text-decoration:none}.about-contact-card>a{color:#021f1c;font-size:1.16rem}.about-contact-links{flex-wrap:wrap;gap:8px;display:flex}.about-contact-links a{color:var(--primary-dark);background:#edf4efc7;border:1px solid #16836a24;border-radius:999px;padding:8px 10px;font-size:.82rem;transition:background .16s,border-color .16s,transform .16s}.about-contact-links a:hover{background:var(--primary-soft);border-color:#16836a47;transform:translateY(-1px)}.about-final{background:radial-gradient(circle at 92% 12%,#9be15d3d,#0000 30%),radial-gradient(circle at 8% 100%,#16836a73,#0000 34%),linear-gradient(135deg,#021f1cf7,#0e5f4ff0),#021f1c}@keyframes listeningPulse{0%,to{opacity:.42;transform:translate(5px)rotate(45deg)scale(.96)}50%{opacity:.86;transform:translate(7px)rotate(45deg)scale(1.03)}}@media (prefers-reduced-motion:reduce){.free-exam-card,.free-format-card,.free-plan-card,.writing-task-card,.writing-phrase-card,.writing-mistake-card,.writing-support-card,.writing-pattern-card,.writing-related-card{animation:none}.free-exam-card,.free-practice-card,.free-format-card,.free-plan-card,.free-section-link-card,.free-section-link-card:before,.practice-section-card,.practice-section-card:before,.practice-section-card:after,.free-listening-player button,.free-speaking-presenter button,.free-practice-final .button.primary,.writing-hero-panel,.writing-task-card,.writing-phrase-card,.writing-mistake-card,.writing-support-card,.writing-pattern-card,.writing-related-card,.writing-task-card:before,.writing-phrase-card:before,.writing-mistake-card:before,.writing-support-card:before,.writing-pattern-card:before,.writing-related-card:before,.writing-task-card:after,.writing-phrase-card:after,.writing-mistake-card:after,.writing-support-card:after,.writing-pattern-card:after,.writing-related-card:after,.writing-task-sheet,.writing-answer-sheet,.writing-phrase-card li,.writing-support-card span,.writing-faq-list details,.writing-final-actions,.writing-official-link,.writing-seo-final .button.primary,.speaking-preview-stage,.speaking-recorder-preview,.speaking-flow-card,.speaking-flow-card:before,.speaking-flow-card:after,.knm-routine-card,.knm-routine-card:before,.knm-routine-card:after,.speaking-play-button,.speaking-method-card span,.knm-situation-panel,.knm-question-panel,.knm-option-list button,.reading-passage-panel,.reading-question-panel,.reading-option-list button,.reading-strategy-card>span,.listening-audio-panel,.listening-question-panel,.listening-play-button,.listening-option-list button,.listening-method-card>span,.about-exam-card,.about-exam-card:before,.about-principle-card>span,.about-contact-links a{transition:none}.speaking-stage-presenter.playing:after,.listening-speaker-icon.playing span,.listening-speaker-icon.playing:after,.speaking-flow-card,.knm-routine-card{animation:none}}@media (width<=900px){.guide-index-layout,.guide-detail-hero,.guide-detail-layout,.practice-seo-hero,.practice-section-grid,.practice-seo-layout,.practice-hub-access-band,.practice-support-band,.free-practice-hero,.free-practice-routine,.writing-seo-hero,.writing-official-band,.writing-preview-surface,.speaking-preview-surface,.knm-preview-surface,.reading-preview-surface,.listening-preview-surface,.about-contact-band,.writing-seo-final{grid-template-columns:1fr}.guide-index-intro,.guide-side-panel{position:static}.guide-card-grid,.practice-section-cards{grid-template-columns:1fr}.free-exam-grid,.free-format-grid,.free-mini-sample-grid,.free-plan-grid,.free-section-link-grid,.writing-task-grid,.writing-mistake-layout,.writing-support-grid,.writing-phrase-grid,.writing-pattern-grid,.writing-related-grid,.speaking-flow-grid,.knm-routine-grid,.speaking-method-grid,.knm-topic-grid,.knm-contact-grid,.reading-text-grid,.reading-strategy-grid,.listening-task-grid,.listening-method-grid,.about-purpose-grid,.about-principles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-exam-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.free-format-reading,.free-writing-workspace,.free-speaking-workspace{grid-template-columns:1fr}.guide-detail-hero{padding-top:54px}}@media (width<=640px){.free-practice-page,.writing-seo-page,.speaking-seo-page{padding-bottom:max(88px, calc(env(safe-area-inset-bottom) + 56px))}.guide-hero,.guide-detail-hero,.guide-index-layout,.guide-detail-layout,.guide-related-section,.guide-missing,.practice-seo-hero,.practice-section-grid,.practice-seo-layout,.practice-hub-access-band,.practice-support-band,.free-practice-hero,.free-practice-section,.free-practice-routine,.free-practice-final,.writing-seo-hero,.writing-seo-section,.writing-seo-final,.speaking-method-band,.knm-contact-band,.reading-strategy-band,.listening-method-band,.about-intro-band,.about-principles-band{width:min(100% - 28px,1120px)}.guide-hero,.guide-detail-hero,.practice-seo-hero,.free-practice-hero,.writing-seo-hero{padding-top:42px}.guide-card,.guide-quick-card,.guide-side-panel,.guide-article,.guide-related-card{border-radius:10px}.guide-card,.practice-section-card{min-height:0}.practice-hub-access-band,.practice-support-band{grid-template-columns:1fr}.free-practice-hero,.writing-seo-hero{gap:22px}.free-practice-hero h1,.writing-seo-hero h1{font-size:2.52rem}.free-practice-actions,.free-final-actions,.free-practice-final .button,.practice-hub-access-band .button,.practice-support-band .button,.writing-seo-actions,.writing-final-actions,.writing-seo-final .button{width:100%}.free-practice-final,.writing-seo-final{border-radius:12px;flex-direction:column;align-items:flex-start;padding:24px}.free-practice-final{grid-template-columns:1fr;gap:20px}.free-final-actions{min-width:0;padding:10px}.free-plan-section,.writing-phrase-band,.speaking-method-band,.knm-contact-band,.reading-strategy-band,.listening-method-band,.about-intro-band,.about-principles-band{width:100%}.free-plan-section>*,.writing-phrase-band>*,.speaking-method-band>*,.knm-contact-band>*,.reading-strategy-band>*,.listening-method-band>*,.about-intro-band>*,.about-principles-band>*{width:min(100% - 28px,1120px)}.free-final-actions,.writing-final-actions{justify-items:stretch}.free-final-actions small,.writing-final-link{text-align:center}.free-exam-grid,.free-format-grid,.free-sample-grid,.free-mini-sample-grid,.free-plan-grid,.free-section-link-grid,.writing-task-grid,.writing-phrase-grid,.writing-mistake-layout,.writing-support-grid,.writing-pattern-grid,.writing-related-grid,.speaking-flow-grid,.knm-routine-grid,.speaking-method-grid,.knm-topic-grid,.knm-contact-grid,.reading-text-grid,.reading-strategy-grid,.listening-task-grid,.listening-method-grid,.about-purpose-grid,.about-principles-grid,.about-limits-grid,.about-exam-grid{grid-template-columns:1fr}.free-format-card,.writing-hero-panel,.writing-preview-surface,.writing-official-band,.speaking-preview-surface,.knm-preview-surface,.reading-preview-surface,.listening-preview-surface{padding:16px}.free-format-topline{display:grid}.free-format-topline small{text-align:left;max-width:none}.free-listening-screen,.free-speaking-presenter,.free-writing-composer>div,.free-speaking-recorder,.writing-answer-sheet>div,.speaking-stage-screen,.listening-player-screen{grid-template-columns:1fr}.speaking-recorder-actions{display:grid}.free-listening-speaker,.free-speaking-presenter div,.listening-speaker-icon{width:54px;height:54px}.free-speaking-recorder>div{overflow:hidden}.free-exam-card,.free-sample-card{min-height:0}}.contact-layout{grid-template-columns:minmax(220px,.34fr) minmax(0,1fr);gap:24px;width:min(980px,100% - 40px);margin:0 auto;padding:0 0 92px;display:grid}.contact-note,.contact-form{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 16px 42px #11181f0d}.contact-note{align-self:start;gap:12px;padding:20px;display:grid;position:sticky;top:96px}.contact-note p{color:var(--muted);font-size:.94rem;line-height:1.65}.contact-note a{color:var(--primary-dark);overflow-wrap:anywhere;font-weight:900}.contact-social{border-top:1px solid #0f1f2e14;gap:10px;padding-top:16px;display:grid}.contact-social strong{color:var(--heading);font-size:.9rem}.contact-social div{flex-wrap:wrap;gap:8px;display:flex}.contact-social a{color:var(--primary-dark);background:#f3faf6;border:1px solid #16836a29;border-radius:999px;padding:7px 10px;font-size:.82rem;line-height:1;text-decoration:none}.contact-social a:hover{background:#e9f6ee;border-color:#16836a52}.contact-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:clamp(22px,4vw,44px);display:grid}.contact-form label{color:var(--heading);gap:8px;font-weight:800;display:grid}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--line);width:100%;color:var(--heading);font:inherit;background:#f8fbfc;border-radius:8px;padding:13px 14px;font-weight:650}.contact-form textarea{resize:vertical;min-height:190px;line-height:1.6}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #16836a1f}.contact-form .full-field,.contact-form .form-error,.contact-form .form-success,.contact-form-footer{grid-column:1/-1}.contact-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.contact-form-footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.contact-form-footer small{color:var(--muted);font-weight:800}.current-plan-banner{border-radius:var(--radius);background:var(--surface);border:1px solid #16836a47;justify-content:space-between;align-items:center;gap:24px;width:min(900px,100% - 40px);margin:26px auto 0;padding:22px;display:flex;box-shadow:0 18px 52px #182f4414}.current-plan-banner h2{margin:6px 0 8px;font-size:clamp(1.5rem,3vw,2.2rem)}.current-plan-banner p:not(.eyebrow){color:var(--muted)}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;scroll-margin-top:92px;display:grid}.learning-lock-banner{background:linear-gradient(135deg,#fffffffa,#edf4efc7),#fff;border:1px solid #16836a33;border-radius:14px;grid-template-columns:minmax(0,1.05fr) minmax(220px,.9fr);align-items:center;gap:18px;margin-bottom:18px;padding:clamp(18px,3vw,24px);display:grid;box-shadow:0 18px 46px #182f4414}.learning-lock-banner h2{color:var(--heading);margin:4px 0 7px;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.15}.learning-lock-banner p:not(.eyebrow){max-width:680px;color:var(--muted);font-weight:750;line-height:1.55}.learning-lock-banner ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.learning-lock-banner li{color:var(--heading);padding-left:20px;font-size:.9rem;font-weight:850;line-height:1.4;position:relative}.learning-lock-banner li:before{background:var(--primary);content:"";border-radius:999px;width:9px;height:9px;position:absolute;top:.45em;left:0}.learning-lock-actions{flex-wrap:wrap;grid-column:1/-1;gap:10px;display:flex}.pricing-assurance{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.pricing-assurance span{border:1px solid var(--line);border-radius:var(--radius);min-height:52px;color:var(--heading);background:#ffffffbd;padding:13px 14px 13px 32px;font-size:.86rem;font-weight:800;position:relative;box-shadow:0 8px 22px #11181f09}.pricing-assurance span:before{background:var(--primary);content:"";border-radius:50%;width:8px;height:8px;position:absolute;top:20px;left:14px}.summer-offer-banner{background:linear-gradient(135deg, #fffffffa, #e4f5dfa3), var(--surface);border:1px solid #16836a2e;border-radius:14px;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:center;gap:18px;margin:0 0 18px;padding:clamp(18px,3vw,24px);display:grid;box-shadow:0 18px 44px #182f4412}.summer-offer-banner h2{color:var(--heading);margin:4px 0 8px;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.16}.summer-offer-banner p:not(.eyebrow),.offer-code-card p{color:var(--muted);line-height:1.55}.offer-code-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.offer-code-card{background:#ffffffd1;border:1px solid #16836a2e;border-radius:12px;gap:7px;min-height:132px;padding:15px;display:grid;box-shadow:0 10px 26px #11181f0b}.offer-code-card span,.plan-offer-note span,.pricing-offer-inline strong,.landing-plan-offer{color:var(--primary);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900}.offer-code-card strong{color:var(--heading);letter-spacing:.02em;font-size:1.15rem}.plan-offer-note{background:#e4f5df8c;border:1px solid #16836a29;border-radius:10px;gap:5px;padding:12px;display:grid}.plan-offer-note strong{color:var(--heading);letter-spacing:.02em;font-size:1rem}.plan-offer-note p,.landing-plan-offer{margin:0}.plan-offer-note p{color:var(--muted);font-size:.9rem;line-height:1.45}.pricing-offer-inline{max-width:760px;color:var(--muted);background:#e4f5dfb3;border:1px solid #16836a2e;border-radius:999px;flex-wrap:wrap;align-items:center;gap:8px 10px;margin-top:14px;padding:10px 14px;font-size:.9rem;line-height:1.45;display:flex}.landing-plan-offer{color:var(--primary);line-height:1.4}.price-card{box-shadow:none;flex-direction:column;gap:20px;padding:26px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.price-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-3px)}.price-card.featured{box-shadow:var(--shadow);border-color:#16836a57}.price-card.featured:before{background:linear-gradient(90deg, var(--primary), var(--accent));content:"";height:4px;position:absolute;top:0;left:0;right:0}.plan-select{gap:8px;display:grid}.plan-select span{color:var(--heading);font-size:.82rem;font-weight:800}.plan-select select{border:1px solid var(--line);width:100%;color:var(--heading);font:inherit;background:#fff;border-radius:8px;padding:10px 12px}.price-card.current{border-color:var(--primary);outline:3px solid #16836a1a}.price{color:var(--heading);font-size:2.3rem;font-weight:800}.price-card ul{gap:10px;margin:0;padding-left:20px;display:grid}.price-card .button{margin-top:auto}.upgrade-note{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);gap:8px;margin-top:16px;padding:20px;display:grid}.upgrade-note strong{color:var(--heading)}.upgrade-note p{color:var(--muted)}.page-hero{gap:18px;width:min(960px,100% - 40px);margin:0 auto;padding:76px 0 22px;display:grid}.page-hero h1{font-size:clamp(2.4rem,5vw,4.6rem)}.page-hero p:not(.eyebrow){max-width:720px;color:var(--muted);font-size:1.1rem}.word-day-shell{gap:26px;width:min(960px,100% - 40px);margin:0 auto;padding:22px 0 84px;display:grid}.word-day-card{border-radius:var(--radius);background:var(--surface);border:1px solid #16836a38;gap:24px;padding:28px;display:grid;box-shadow:0 18px 52px #182f4414}.word-day-topline,.word-day-details{justify-content:space-between;align-items:start;gap:18px;display:flex}.word-day-topline h2{margin-top:4px;font-size:clamp(2.6rem,8vw,5.2rem)}.word-day-details{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.word-day-details>div,.word-day-example{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);gap:8px;padding:18px;display:grid}.word-day-details strong{color:var(--heading);font-size:1.15rem}.word-day-example p{color:var(--heading);font-size:1.35rem;font-weight:800}.word-day-example small,.word-day-source{color:var(--muted)}.word-day-source a{color:var(--primary-dark);font-weight:800}.word-history-section{gap:16px;display:grid}.word-history-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.word-history-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:left;font:inherit;cursor:pointer;gap:5px;padding:16px;display:grid}.word-history-item:hover,.word-history-item.active{background:#f6fbf8;border-color:#16836a6b}.word-history-item span,.word-history-item small{color:var(--muted)}.word-history-item strong{color:var(--heading);font-size:1.1rem}.vocabulary-page .app-content{gap:22px}.vocabulary-hero{width:100%;box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fffffff7,#edf4efb8),#fff;border:1px solid #0f1f2e14;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;padding:clamp(20px,3vw,30px);animation:.42s both heroReveal;display:flex}.vocabulary-hero h1{max-width:700px;color:var(--heading);font-size:clamp(1.9rem,3.2vw,2.75rem);line-height:1.08}.vocabulary-hero p:not(.eyebrow){max-width:620px;color:var(--muted)}.vocabulary-hero-steps{gap:8px;min-width:min(100%,230px);display:grid}.vocabulary-hero-steps span{color:var(--primary-dark);white-space:nowrap;background:#ffffffc7;border:1px solid #16836a29;border-radius:8px;align-items:center;gap:9px;padding:9px 11px;font-size:.86rem;font-weight:900;display:flex}.vocabulary-hero-steps span:before{background:var(--primary);content:"";border-radius:999px;width:8px;height:8px;display:block}.vocabulary-shell{gap:14px;width:100%;padding:0 0 56px;display:grid}.vocabulary-stats{border:1px solid var(--line);background:var(--line);border-radius:8px;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;display:grid;overflow:hidden;box-shadow:0 8px 24px #182f4409}.vocabulary-stats article{box-shadow:none;background:#fff;border-right:0;padding:14px 16px}.vocabulary-stats article:last-child{border-right:0}.vocabulary-stats span{color:var(--heading);font-size:1.35rem;font-weight:900;display:block}.vocabulary-stats p{color:var(--muted);margin-top:2px;font-size:.82rem;font-weight:800}.vocabulary-mode-tabs{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:7px;animation:.46s 60ms both heroReveal;display:grid;box-shadow:0 8px 24px #182f440a}.vocabulary-mode-tab{min-height:60px;color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;align-content:center;gap:3px;padding:10px 13px;transition:background .18s,border-color .18s,color .18s,transform .18s;display:grid}.vocabulary-mode-tab:hover{color:var(--heading);border-color:#16836a2e;transform:translateY(-1px)}.vocabulary-mode-tab.active{color:var(--primary-dark);background:#f2faf5;border-color:#16836a47;box-shadow:inset 0 0 0 1px #16836a14}.vocabulary-mode-tab strong{color:inherit;font-size:.95rem;line-height:1.2}.vocabulary-mode-tab span{font-size:.78rem;font-weight:750;line-height:1.35}.vocabulary-mode-panel{gap:14px;display:grid}.vocabulary-mobile-session{display:none}.vocabulary-toolbar{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:12px;padding:14px;display:flex}.vocabulary-toolbar label{min-width:min(100%,340px);color:var(--heading);gap:7px;font-weight:800;display:grid}.vocabulary-toolbar select,.vocabulary-library-header select,.vocabulary-test-controls select,.vocabulary-answer-input,.vocabulary-sentence-input{border:1px solid var(--line);width:100%;color:var(--heading);font:inherit;background:#fff;border-radius:8px;padding:10px 12px}.vocabulary-mode-tab:focus-visible,.vocabulary-toolbar select:focus-visible,.vocabulary-library-header select:focus-visible,.vocabulary-test-controls select:focus-visible,.vocabulary-answer-input:focus-visible,.vocabulary-sentence-input:focus-visible,.vocabulary-word-row .audio-icon-button:focus-visible{outline-offset:2px;outline:3px solid #16836a29}.vocabulary-library-panel,.vocabulary-test-panel{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #0f1f2e17;border-radius:8px;gap:16px;padding:20px;animation:.52s .1s both heroReveal;display:grid}.vocabulary-library-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-bottom:16px;display:flex}.vocabulary-library-controls{flex-wrap:wrap;justify-content:flex-end;align-items:end;gap:10px;display:flex}.vocabulary-count-pill{color:var(--primary-dark);white-space:nowrap;background:#f2faf5;border:1px solid #16836a29;border-radius:999px;padding:8px 11px;font-size:.78rem;font-weight:900}.vocabulary-library-header h2,.vocabulary-test-result h2{color:var(--heading);font-size:1.35rem;line-height:1.2}.vocabulary-library-header p:not(.eyebrow),.vocabulary-test-panel p,.vocabulary-test-result p{max-width:620px;color:var(--muted);line-height:1.45}.vocabulary-library-header label,.vocabulary-test-controls label{min-width:min(100%,260px);color:var(--heading);gap:7px;font-weight:850;display:grid}.vocabulary-word-list{gap:10px;display:grid}.vocabulary-word-row{border:1px solid var(--line);background:#fbfcfb;border-radius:8px;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);align-items:center;gap:16px;padding:13px 14px;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s;display:grid}.vocabulary-word-row:hover{background:#fff;border-color:#16836a38;transform:translateY(-1px);box-shadow:0 10px 22px #182f440b}.vocabulary-word-main{align-items:center;gap:10px;min-width:0;display:flex}.vocabulary-word-main>div,.vocabulary-word-usage{gap:3px;min-width:0;display:grid}.vocabulary-word-main strong{color:var(--heading);overflow-wrap:anywhere;font-size:.98rem}.vocabulary-word-main span,.vocabulary-word-usage small{color:var(--muted);font-size:.84rem;font-weight:750}.vocabulary-word-usage p{color:var(--heading);font-size:.95rem;font-weight:750;line-height:1.45}.audio-icon-button.small{flex:0 0 36px;width:36px;height:36px}.vocabulary-test-controls{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;grid-template-columns:minmax(220px,1fr) minmax(180px,.6fr) minmax(160px,.5fr) auto;align-items:end;gap:12px;padding:14px;display:grid}.vocabulary-test-card,.vocabulary-test-result,.vocabulary-history-list{border:1px solid var(--line);background:#fbfcfb;border-radius:8px;gap:14px;padding:16px;display:grid}.vocabulary-test-card{animation:.5s both heroReveal}.vocabulary-test-progress{color:var(--muted);gap:8px;font-weight:850;display:grid}.vocabulary-test-progress>div:first-child{justify-content:space-between;align-items:center;gap:14px;display:flex}.vocabulary-test-progress strong{color:var(--primary-dark)}.vocabulary-test-progress-track{background:#e8eef2;border-radius:999px;height:7px;overflow:hidden}.vocabulary-test-progress-track span{border-radius:inherit;background:var(--primary);height:100%;display:block}.vocabulary-test-question{gap:10px;display:grid}.vocabulary-test-question h3{color:var(--heading);overflow-wrap:anywhere;font-size:clamp(1.45rem,3vw,2.1rem);line-height:1.12}.vocabulary-test-review{gap:8px;max-height:360px;padding-right:4px;display:grid;overflow:auto}.vocabulary-test-review article,.vocabulary-history-list article{background:#fffaf2;border:1px solid #d88a2d38;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.vocabulary-test-review article.correct{background:#f2faf5;border-color:#16836a38}.vocabulary-test-review strong,.vocabulary-history-list strong{color:var(--heading)}.vocabulary-test-review span,.vocabulary-history-list span{color:var(--muted);font-weight:750}.vocabulary-history-list article{border-color:var(--line);background:#fff}.vocabulary-history-list p{color:var(--primary-dark);font-weight:950}.vocabulary-review-panel{border:1px solid var(--line);background:#fff;border-radius:8px;gap:12px;padding:14px;display:grid;box-shadow:0 12px 30px #182f440a}.vocabulary-review-panel h2{font-size:1.1rem}.vocabulary-list-tabs,.vocabulary-action-buttons,.vocabulary-word-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vocabulary-word-actions{justify-content:flex-end}.vocabulary-marked-list{gap:8px;display:grid}.vocabulary-marked-list article{border:1px solid var(--line);background:#f8fbf9;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.vocabulary-marked-list article>div{gap:2px;min-width:0;display:grid}.vocabulary-marked-list strong{color:var(--heading)}.vocabulary-marked-list span{color:var(--muted);font-size:.94rem}.vocabulary-trainer-card{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #0f1f2e17;border-radius:8px;gap:16px;padding:20px;animation:.52s .1s both heroReveal;display:grid}.vocabulary-card-top{background:linear-gradient(135deg,#e4f5dfc7,#ffffffeb),#fff;border:1px solid #0f1f2e14;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(190px,260px) auto;align-items:flex-start;gap:18px;padding:18px;display:grid}.vocabulary-word-profile{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;display:grid}.vocabulary-word-profile span{background:#ffffffb8;border:1px solid #0f1f2e14;border-radius:8px;gap:2px;padding:8px 9px;display:grid}.vocabulary-word-profile small{color:var(--muted);text-transform:uppercase;font-size:.68rem;font-weight:950;line-height:1.15}.vocabulary-word-profile strong{color:var(--heading);overflow-wrap:anywhere;font-size:.82rem;font-weight:950;line-height:1.2}.vocabulary-focus-copy{gap:7px;min-width:0;display:grid}.vocabulary-focus-label{width:fit-content;color:var(--primary-dark);background:#ffffffb8;border:1px solid #16836a2e;border-radius:999px;padding:4px 8px;font-size:.74rem;font-weight:900}.vocabulary-card-top h2{max-width:720px;color:var(--heading);overflow-wrap:anywhere;margin-top:0;font-size:clamp(1.45rem,2.6vw,2.1rem);line-height:1.14}.vocabulary-card-top p:not(.eyebrow){max-width:680px;color:var(--muted);font-size:.94rem;line-height:1.45}.vocabulary-stage-tabs{border:1px solid var(--line);background:#f8fbf9;border-radius:10px;flex-wrap:wrap;gap:5px;width:fit-content;max-width:100%;padding:4px;display:flex}.vocabulary-stage-pill{color:var(--muted);background:0 0;border:0;border-radius:7px;align-items:center;gap:7px;padding:8px 11px;font-size:.84rem;font-weight:900;transition:background .16s,color .16s,box-shadow .16s;display:inline-flex}.vocabulary-stage-pill span{width:20px;height:20px;color:var(--primary-dark);background:#edf4ef;border-radius:50%;place-items:center;font-size:.76rem;display:inline-grid}.vocabulary-stage-pill.active{color:var(--primary-dark);background:#fff;box-shadow:0 8px 18px #182f440f}.vocabulary-stage-pill.done{color:var(--heading)}.vocabulary-task-panel{background:#f7faf8;border:1px solid #0f1f2e0f;border-radius:8px;gap:16px;padding:18px;display:grid}.vocabulary-task-panel h3{color:var(--heading);font-size:1.08rem;line-height:1.25}.vocabulary-task-heading{gap:5px;display:grid}.vocabulary-task-heading p{max-width:720px;color:var(--muted);font-size:.9rem;font-weight:750;line-height:1.5}.vocabulary-options{gap:10px;display:grid}.vocabulary-answer-input{max-width:420px;font-size:1.05rem}.vocabulary-toolbar select:focus,.vocabulary-library-header select:focus,.vocabulary-test-controls select:focus,.vocabulary-answer-input:focus,.vocabulary-sentence-input:focus{border-color:#16836a6b;outline:3px solid #16836a24}.vocabulary-sentence-input{resize:vertical;min-height:112px;line-height:1.6}.vocabulary-feedback{border-radius:8px;padding:14px 16px}.vocabulary-feedback.correct{background:#edf8f3;border:1px solid #16836a3d}.vocabulary-feedback.wrong{background:#fff7ed;border:1px solid #d88a2d47}.vocabulary-feedback strong{color:var(--heading)}.vocabulary-feedback p{color:var(--muted)}.compact-example{padding:12px 14px}.compact-example p{font-size:.98rem}.vocabulary-memory-tip{border-top:1px solid var(--line);color:var(--primary-dark);margin-top:9px;padding-top:9px;font-size:.86rem;font-weight:850;line-height:1.45;display:block}.vocabulary-mini-tags{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.vocabulary-mini-tags span{color:var(--primary-dark);background:#f2faf5;border:1px solid #16836a29;border-radius:999px;padding:4px 7px;font-size:.72rem;font-weight:900;line-height:1.1}.vocabulary-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.vocabulary-actions>div{flex:1;min-width:180px}.vocabulary-actions .vocabulary-action-buttons{flex:none;min-width:0}.auth-page{min-height:100svh}.auth-panel{grid-template-columns:minmax(0,.9fr) minmax(360px,460px);align-items:start;gap:56px;width:min(1040px,100% - 40px);margin:0 auto;padding:84px 0;display:grid}.auth-panel.single{grid-template-columns:minmax(0,560px);justify-content:center}.auth-copy{gap:18px;display:grid}.auth-copy h1{font-size:clamp(2.2rem,5vw,4.4rem)}.auth-copy p:not(.eyebrow),.auth-card p{color:var(--muted)}.auth-card,.question-card,.readiness-card,.focus-card,.progress-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.auth-card{box-shadow:var(--shadow);gap:18px;padding:28px;display:grid}.auth-card.centered{text-align:center}.auth-card label{color:var(--heading);gap:8px;font-weight:750;display:grid}.auth-card input{border:1px solid var(--line);border-radius:var(--radius);width:100%;min-height:48px;color:var(--heading);font:inherit;background:#fff;padding:0 14px}.auth-card input:focus{border-color:var(--primary);outline:3px solid #16836a1f}.auth-card a{color:var(--primary-dark);font-weight:750}.google-button{border:1px solid var(--line);border-radius:var(--radius);width:100%;min-height:54px;color:var(--heading);font:inherit;cursor:pointer;background:#fff;justify-content:center;align-items:center;gap:12px;font-weight:800;transition:transform .18s,border-color .18s,box-shadow .18s;display:inline-flex}.google-button:hover:not(:disabled){border-color:#16836a61;transform:translateY(-1px);box-shadow:0 14px 32px #182f441a}.google-button:disabled{cursor:wait;opacity:.72}.google-mark{border:1px solid var(--line);color:#4285f4;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.form-error{border-radius:var(--radius);color:#9d2d2d;background:#fff3f3;padding:12px 14px;font-weight:700}.form-success{border-radius:var(--radius);color:#17644f;background:#eefaf6;padding:12px 14px;font-weight:700}.exam-warning-panel{background:#fff8eb;border:1px solid #d88a2d47;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px;display:grid;box-shadow:0 14px 32px #10223114}.exam-warning-panel h2{color:var(--heading);margin:4px 0 6px;font-size:1.2rem}.exam-warning-panel p{color:#654212;margin:0;line-height:1.55}.exam-warning-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.app-page{background:var(--bg);grid-template-columns:280px minmax(0,1fr);min-height:100svh;display:grid}.app-sidebar{background:#fbfcfd;border-right:1px solid #0f1f2e1a;flex-direction:column;gap:28px;height:100svh;padding:24px;display:flex;position:sticky;top:0}.side-nav{gap:8px;display:grid}.mobile-nav-menu{display:none}.side-nav a,.mobile-nav-list a,.text-button{border-radius:var(--radius);color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:12px;font-weight:750}.side-nav a:hover,.side-nav a.router-link-active,.mobile-nav-list a:hover,.mobile-nav-list a.router-link-active{color:var(--primary-dark);background:var(--primary-soft)}.side-nav a{transition:background .16s,color .16s,transform .16s}.mobile-nav-list a{transition:background .16s,color .16s}.side-nav a:hover{transform:translate(2px)}.side-nav-label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:14px 12px 2px;font-size:.72rem;font-weight:900}.text-button{margin-top:auto}.text-button.inline{color:var(--red);margin-top:0;padding:8px 10px}.text-button:hover{color:var(--red)}.app-content{align-content:start;gap:28px;width:min(100%,1240px);padding:36px;display:grid}.app-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.app-header h1{font-size:clamp(2rem,4vw,3.4rem)}.learn-page .app-content{gap:22px}.learn-hero{box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fffffff5,#edf4efb8),#fff;border:1px solid #0f1f2e14;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;padding:clamp(20px,3vw,30px);animation:.42s both heroReveal;display:flex}.learn-hero h1{max-width:680px;color:var(--heading);font-size:clamp(1.9rem,3.2vw,2.75rem);line-height:1.08}.learn-hero p:not(.eyebrow){max-width:660px;color:var(--muted)}.learn-hero-actions,.learn-action-bar,.learn-step-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.learn-progress-strip{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));animation:.46s 60ms both heroReveal;display:grid;overflow:hidden;box-shadow:0 8px 24px #182f4409}.learn-progress-strip article{border-right:1px solid var(--line);align-content:center;gap:4px;padding:14px 16px;display:grid}.learn-progress-strip article:last-child{border-right:0}.learn-progress-strip strong{color:var(--heading);font-size:1.18rem;font-weight:950;line-height:1.1}.learn-progress-strip span{color:var(--muted);font-size:.84rem;font-weight:850}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.module-panel-topline{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.module-panel-toggle{border:1px solid var(--line);width:38px;height:38px;color:var(--primary-dark);cursor:pointer;background:#fbfcfb;border-radius:8px;flex:none;place-items:center;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s;display:grid}.module-panel-toggle:hover{background:#f3faf6;border-color:#16836a52;box-shadow:0 8px 18px #182f440f}.module-panel-toggle>span[aria-hidden=true]{border-bottom:2px solid;border-left:2px solid;width:10px;height:10px;transition:transform .16s;transform:rotate(45deg)}.module-panel-toggle.collapsed>span[aria-hidden=true]{transform:rotate(225deg)}.learn-layout{grid-template-columns:minmax(300px,360px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.learn-layout.module-list-collapsed{grid-template-columns:84px minmax(0,1fr)}.learn-module-panel,.learn-workspace{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #0f1f2e14;border-radius:8px}.learn-module-panel{gap:16px;max-height:calc(100vh - 44px);padding:18px;animation:.5s .1s both heroReveal;display:grid;position:sticky;top:22px;overflow:hidden}.learn-layout.module-list-collapsed .learn-module-panel{gap:12px;padding:12px}.learn-layout.module-list-collapsed .module-panel-topline{justify-content:center}.learn-layout.module-list-collapsed .learn-panel-heading{display:none}.learn-layout.module-list-collapsed .module-panel-toggle{width:100%}.learn-panel-heading h2{color:var(--heading);font-size:1.2rem}.learn-panel-heading span{color:var(--muted);margin-top:4px;font-size:.85rem;font-weight:750;line-height:1.45;display:block}.learn-module-list{overscroll-behavior:contain;scroll-snap-type:y proximity;scrollbar-width:none;gap:12px;max-height:min(64vh,100vh - 190px);margin:-2px -8px -6px -2px;padding:4px 8px 18px 2px;display:grid;overflow-y:auto;-webkit-mask-image:linear-gradient(#000 0 calc(100% - 28px),#0000 100%);mask-image:linear-gradient(#000 0 calc(100% - 28px),#0000 100%)}.learn-module-list::-webkit-scrollbar{display:none}.learn-module-group{gap:8px;display:grid}.learn-module-group+.learn-module-group{border-top:1px solid var(--line);padding-top:14px}.learn-module-group-heading{gap:2px;display:grid}.learn-module-group-heading strong{color:var(--heading);font-size:.9rem;font-weight:950}.learn-module-group-heading span{color:var(--muted);font-size:.78rem;font-weight:750;line-height:1.4}.learn-module-card{scroll-snap-align:start;border:1px solid var(--line);color:var(--heading);font:inherit;text-align:left;cursor:pointer;background:#fbfcfb;border-radius:8px;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:11px;padding:12px;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s;display:grid}.learn-layout.module-list-collapsed .learn-module-card{grid-template-columns:1fr;justify-items:center;min-height:56px;padding:8px}.learn-layout.module-list-collapsed .learn-module-card>div{display:none}.learn-module-card:hover,.learn-module-card.active{background:#fff;border-color:#16836a52;transform:translateY(-2px);box-shadow:0 18px 34px #182f4417,0 0 0 3px #16836a0f}.learn-module-card.special{background:#fff}.learn-module-icon{background:linear-gradient(135deg, var(--primary), #2d5276);color:#fff;border-radius:8px;place-items:center;width:38px;height:38px;font-size:.78rem;font-weight:950;display:grid}.learn-layout.module-list-collapsed .learn-module-icon{width:42px;height:42px}.learn-module-card.special .learn-module-icon{background:linear-gradient(135deg, #2d5276, var(--primary));letter-spacing:0;font-size:.66rem}.learn-module-card strong{color:var(--heading);font-size:.95rem}.learn-module-card p{color:var(--muted);margin:2px 0 8px;font-size:.82rem;line-height:1.35}.learn-module-meta{color:var(--muted);justify-content:space-between;gap:8px;margin-bottom:7px;font-size:.75rem;font-weight:900;display:flex}.learn-module-meta span:last-child{color:var(--primary-dark);font-weight:950}.learn-workspace{gap:18px;padding:clamp(18px,3vw,26px);animation:.52s .14s both heroReveal;display:grid}.learn-workspace-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.learn-workspace-header h2{color:var(--heading);font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.12}.learn-workspace-header p:not(.eyebrow){max-width:680px;color:var(--muted)}.learn-workspace-meta{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.learn-workspace-meta span{color:var(--primary-dark);white-space:nowrap;background:#f2faf5;border:1px solid #16836a2e;border-radius:999px;padding:7px 10px;font-size:.82rem;font-weight:900}.learn-insight-grid{background:#f7faf8;border:1px solid #0f1f2e14;border-radius:8px;grid-template-columns:1.2fr 1fr .9fr;gap:10px;padding:10px;display:grid}.learn-insight-grid article{background:#fff;border:1px solid #0f1f2e0f;border-radius:8px;gap:4px;padding:11px 12px;display:grid}.learn-insight-grid span{color:var(--primary-dark);text-transform:uppercase;font-size:.72rem;font-weight:950}.learn-insight-grid strong{color:var(--heading);font-size:.9rem;font-weight:900;line-height:1.35}.learn-lesson-rail,.learn-step-tabs{flex-wrap:wrap;gap:7px;display:flex}.learn-lesson-pill,.learn-step-tab{border:1px solid var(--line);min-height:39px;color:var(--muted);font:inherit;cursor:pointer;background:#fff;border-radius:999px;padding:8px 11px;font-size:.84rem;font-weight:850}.learn-lesson-pill{border-radius:8px;align-items:center;gap:7px;display:inline-flex}.learn-lesson-pill span{min-width:24px;height:24px;color:var(--primary-dark);background:#edf4ef;border-radius:999px;place-items:center;padding:0 7px;font-size:.72rem;font-weight:950;display:grid}.learn-lesson-pill.active,.learn-step-tab.active{background:var(--primary-soft);color:var(--primary-dark);border-color:#16836a57}.learn-lesson-pill.done,.learn-step-tab.done{color:var(--heading);background:#f7fbf8;border-color:#16836a2e}.learn-step-tab.done:before{background:var(--primary);content:"";vertical-align:1px;border-radius:999px;width:7px;height:7px;margin-right:6px;display:inline-block}.learn-step-guide{background:#f6faf7;border:1px solid #16836a24;border-radius:8px;align-items:center;gap:10px;padding:11px 13px;display:flex}.learn-step-guide span{background:var(--primary);color:#fff;border-radius:999px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:.82rem;font-weight:950;display:grid}.learn-step-guide p{color:var(--heading);margin:0;font-size:.9rem;font-weight:800;line-height:1.45}.learn-step-card{border:1px solid var(--line);background:#fbfcfb;border-radius:8px;align-content:start;gap:16px;min-height:330px;padding:clamp(16px,2.4vw,22px);display:grid}.learn-step-card h3{max-width:760px;color:var(--heading);font-size:clamp(1.35rem,2.4vw,1.9rem);line-height:1.16}.learn-step-card p:not(.eyebrow),.learn-dialogue small{max-width:760px;color:var(--muted)}.learn-outcome-list{flex-wrap:wrap;gap:8px;display:flex}.learn-outcome-list span{color:var(--primary-dark);background:#f2faf5;border:1px solid #16836a29;border-radius:999px;padding:7px 10px;font-size:.82rem;font-weight:850}.learn-coach-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.learn-coach-panel article,.learn-pattern-callout{background:#fff;border:1px solid #16836a24;border-radius:8px;padding:13px 14px}.learn-coach-panel p{margin:4px 0 0;font-size:.92rem;font-weight:750;line-height:1.5;color:var(--text)!important}.learn-pattern-callout{background:linear-gradient(135deg,#fff,#f2faf5);gap:4px;display:grid}.learn-pattern-callout strong{color:var(--heading);font-size:1rem}.learn-pattern-callout span{color:var(--muted);font-size:.88rem;font-weight:800;line-height:1.45}.learn-phrase-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.learn-phrase-grid article{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:flex-start;gap:10px;min-height:86px;padding:12px;display:flex}.learn-phrase-grid strong{color:var(--heading);line-height:1.35;display:block}.learn-phrase-grid span{color:var(--muted);font-size:.86rem;font-weight:750}.learn-step-title-row{justify-content:space-between}.learn-dialogue{gap:12px;display:grid}.learn-dialogue article{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:40px minmax(0,1fr);gap:3px;padding:13px 15px;display:grid}.learn-dialogue span{width:30px;height:30px;color:var(--primary-dark);text-transform:uppercase;background:#edf4ef;border-radius:999px;grid-row:1/span 2;place-items:center;font-size:.76rem;font-weight:950;display:grid}.learn-dialogue p{color:var(--heading);margin:0;font-weight:850}.learn-dialogue small{grid-column:2}.learn-built-sentence{min-height:58px;color:var(--heading);background:#fff;border:1px dashed #16836a57;border-radius:8px;padding:16px;font-size:1.08rem;font-weight:850}.learn-token-grid{flex-wrap:wrap;gap:8px;display:flex}.learn-token-grid button{border:1px solid var(--line);color:var(--heading);font:inherit;cursor:pointer;background:#fff;border-radius:999px;padding:8px 11px;font-size:.9rem;font-weight:850}.learn-token-grid button:hover{background:var(--primary-soft);border-color:#16836a52}.learn-use-input{border:1px solid var(--line);width:100%;color:var(--heading);font:inherit;resize:vertical;background:#fff;border-radius:8px;padding:14px;line-height:1.6}.learn-prompt-box{border-left:4px solid var(--primary);background:#fff;border-radius:8px;padding:12px 14px;font-size:.98rem;font-weight:850;line-height:1.5;color:var(--heading)!important}.learn-check-list{gap:12px;display:grid}.learn-check-list article{gap:9px;display:grid}.learn-check-list article>div{gap:7px;display:grid}.learn-check-title{gap:5px;display:grid}.learn-check-title span{color:var(--primary-dark);text-transform:uppercase;font-size:.76rem;font-weight:950}.learn-check-title strong{color:var(--heading);font-size:1rem;line-height:1.4}.answer-option.compact{border-radius:8px;min-height:48px;padding:10px 12px;font-size:.95rem}.answer-option.correct{background:#edf8f3;border-color:#16836a6b}.answer-option.wrong{background:#fff7ed;border-color:#d88a2d6b}.learn-action-bar{border-top:1px solid var(--line);justify-content:space-between;padding-top:14px}.learn-action-bar p{max-width:420px;color:var(--muted);margin:0;font-size:.86rem;font-weight:800;line-height:1.45}.learn-action-bar>div{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.course-page .app-content{gap:22px}.course-hero{box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fffffff7,#edf4efb8),#fff;border:1px solid #0f1f2e14;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;padding:clamp(20px,3vw,30px);animation:.42s both heroReveal;display:flex}.course-hero h1{max-width:700px;color:var(--heading);font-size:clamp(1.9rem,3.2vw,2.75rem);line-height:1.08}.course-hero p:not(.eyebrow){max-width:720px;color:var(--muted)}.course-hero-actions,.course-action-bar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.course-stats{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));animation:.46s 60ms both heroReveal;display:grid;overflow:hidden;box-shadow:0 8px 24px #182f4409}.course-stats article{border-right:1px solid var(--line);align-content:center;gap:4px;padding:14px 16px;display:grid}.course-stats article:last-child{border-right:0}.course-stats strong{color:var(--heading);font-size:1.18rem;font-weight:950;line-height:1.1}.course-stats span{color:var(--muted);font-size:.84rem;font-weight:850}.course-layout{grid-template-columns:minmax(300px,360px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.course-layout.module-list-collapsed{grid-template-columns:84px minmax(0,1fr)}.course-panel,.course-workspace{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #0f1f2e14;border-radius:8px}.course-panel{gap:16px;max-height:calc(100vh - 44px);padding:18px;animation:.5s .1s both heroReveal;display:grid;position:sticky;top:22px;overflow:hidden}.course-layout.module-list-collapsed .course-panel{gap:12px;padding:12px}.course-layout.module-list-collapsed .module-panel-topline{justify-content:center}.course-layout.module-list-collapsed .course-panel-heading{display:none}.course-layout.module-list-collapsed .module-panel-toggle{width:100%}.course-panel-heading h2{color:var(--heading);font-size:1.2rem}.course-level-tabs{border:1px solid var(--line);background:#f7faf8;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:5px;display:grid}.course-layout.module-list-collapsed .course-level-tabs{background:0 0;border:0;grid-template-columns:1fr;gap:5px;padding:0}.course-level-tab{min-height:36px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;font-size:.86rem;font-weight:950}.course-layout.module-list-collapsed .course-level-tab{border:1px solid var(--line);background:#fbfcfb;min-height:32px;font-size:.78rem}.course-level-tab.active{color:var(--primary-dark);background:#fff;box-shadow:0 8px 18px #182f440e}.course-layout.module-list-collapsed .course-level-tab.active{background:#f3faf6;border-color:#16836a57}.course-module-list{overscroll-behavior:contain;scroll-snap-type:y proximity;scrollbar-width:none;gap:9px;max-height:min(62vh,100vh - 230px);margin:-2px -8px -6px -2px;padding:4px 8px 18px 2px;display:grid;overflow-y:auto;-webkit-mask-image:linear-gradient(#000 0 calc(100% - 28px),#0000 100%);mask-image:linear-gradient(#000 0 calc(100% - 28px),#0000 100%)}.course-module-list::-webkit-scrollbar{display:none}.course-module-card{scroll-snap-align:start;border:1px solid var(--line);color:var(--heading);font:inherit;text-align:left;cursor:pointer;background:#fbfcfb;border-radius:8px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px;padding:11px;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s;display:grid}.course-layout.module-list-collapsed .course-module-card{grid-template-columns:1fr;justify-items:center;min-height:54px;padding:8px}.course-layout.module-list-collapsed .course-module-card>div{display:none}.course-module-card:hover,.course-module-card.active{background:#fff;border-color:#16836a52;transform:translateY(-2px);box-shadow:0 18px 34px #182f4417,0 0 0 3px #16836a0f}.course-module-card>span{background:linear-gradient(135deg, #2d5276, var(--primary));color:#fff;border-radius:8px;place-items:center;height:38px;font-size:.75rem;font-weight:950;display:grid}.course-layout.module-list-collapsed .course-module-card>span{width:46px;height:36px;font-size:.68rem}.course-module-card.done>span{background:linear-gradient(135deg, var(--primary), #0e5f4f)}.course-module-card strong{color:var(--heading);font-size:.91rem;line-height:1.25;display:block}.course-module-card small{color:var(--muted);font-size:.76rem;font-weight:850}.course-workspace{gap:18px;padding:clamp(18px,3vw,26px);animation:.52s .14s both heroReveal;display:grid}.course-workspace-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.course-workspace-header h2{max-width:760px;color:var(--heading);font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.12}.course-workspace-header p:not(.eyebrow){max-width:760px;color:var(--muted)}.course-meta-pills{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.course-meta-pills span{color:var(--primary-dark);white-space:nowrap;background:#f2faf5;border:1px solid #16836a2e;border-radius:999px;padding:7px 10px;font-size:.82rem;font-weight:900}.course-insight-grid{background:#f7faf8;border:1px solid #0f1f2e14;border-radius:8px;grid-template-columns:1.2fr 1fr 1fr;gap:10px;padding:10px;display:grid}.course-insight-grid article{background:#fff;border:1px solid #0f1f2e0f;border-radius:8px;align-content:start;gap:5px;padding:12px;display:grid}.course-insight-grid span{color:var(--primary-dark);text-transform:uppercase;font-size:.72rem;font-weight:950}.course-insight-grid strong{color:var(--heading);font-size:.92rem;line-height:1.3}.course-insight-grid p{color:var(--muted);margin:0;font-size:.84rem;font-weight:750;line-height:1.45}.course-screen-tabs{flex-wrap:wrap;gap:7px;display:flex}.course-screen-tab{border:1px solid var(--line);min-height:39px;color:var(--muted);font:inherit;cursor:pointer;background:#fff;border-radius:999px;padding:8px 11px;font-size:.84rem;font-weight:850}.course-screen-tab.active{background:var(--primary-soft);color:var(--primary-dark);border-color:#16836a57}.course-screen-tab.done{color:var(--heading);background:#f7fbf8;border-color:#16836a2e}.course-screen-tab.done:before{background:var(--primary);content:"";vertical-align:1px;border-radius:999px;width:7px;height:7px;margin-right:6px;display:inline-block}.course-screen-card{border:1px solid var(--line);background:#fbfcfb;border-radius:8px;align-content:start;gap:18px;min-height:430px;padding:clamp(16px,2.4vw,22px);display:grid}.course-screen-heading{gap:6px;display:grid}.course-screen-heading h3{max-width:820px;color:var(--heading);font-size:clamp(1.35rem,2.4vw,1.9rem);line-height:1.16}.course-screen-heading p:not(.eyebrow){max-width:760px;color:var(--muted);line-height:1.55}.course-pattern-lab,.course-practice-coach{background:linear-gradient(135deg,#fff,#f2faf5);border:1px solid #16836a24;border-radius:8px;gap:10px;padding:14px;display:grid}.course-pattern-lab{grid-template-columns:1.25fr 1fr 1fr}.course-pattern-lab div,.course-practice-coach span{gap:4px;display:grid}.course-pattern-lab strong,.course-practice-coach strong{color:var(--heading);font-size:.98rem;font-weight:950;line-height:1.35}.course-pattern-lab p,.course-practice-coach span{color:var(--muted);margin:0;font-size:.88rem;font-weight:800;line-height:1.45}.course-focus-grid,.course-theory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.course-theory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.course-focus-grid article,.course-theory-grid article,.course-exercise-grid article,.course-mini-note{border:1px solid var(--line);background:#fff;border-radius:8px;padding:15px}.course-focus-grid strong,.course-theory-grid strong,.course-exercise-grid strong,.course-mini-note strong{color:var(--heading);font-weight:950;display:block}.course-focus-grid p,.course-theory-grid p,.course-mini-note span,.course-situation{color:var(--muted);line-height:1.55}.course-focus-grid ul,.course-theory-grid ul{color:var(--muted);margin:8px 0 0;padding-left:18px;line-height:1.5}.course-situation{border-left:4px solid var(--primary);max-width:820px;color:var(--heading);background:#fff;border-radius:8px;padding:14px;font-weight:850}.course-word-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.course-word-grid article,.course-sentence-list article{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:flex-start;gap:10px;padding:12px;display:flex}.course-word-grid strong,.course-sentence-list strong{color:var(--heading);line-height:1.35;display:block}.course-word-grid span,.course-sentence-list span{color:var(--muted);font-size:.86rem;font-weight:750}.course-sentence-list,.course-exercise-grid{gap:12px;display:grid}.course-exercise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.course-exercise-grid article{align-content:start;gap:12px;display:grid}.course-practice-card{transition:border-color .18s,box-shadow .18s,transform .18s}.course-practice-card.correct{background:#fbfffc;border-color:#2f946661}.course-practice-card.incorrect{background:#fffdfc;border-color:#d7534a57}.course-practice-card.reviewed{background:#fbfdff;border-color:#2d52763d}.course-practice-card-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.course-practice-card-header span{color:var(--primary-dark);text-transform:uppercase;font-size:.75rem;font-weight:950}.course-practice-card-header small{color:var(--muted);font-size:.74rem;font-weight:850}.course-exercise-grid p{border-top:1px solid var(--line);color:var(--muted);margin:4px 0 0;padding-top:8px;font-size:.88rem;font-weight:800;line-height:1.45}.course-choice-list{gap:8px;display:grid}.course-choice-button{border:1px solid var(--line);width:100%;color:var(--heading);font:inherit;text-align:left;cursor:pointer;background:#f8fbf9;border-radius:8px;padding:10px 11px;font-size:.92rem;font-weight:850;line-height:1.35;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s}.course-choice-button:hover,.course-choice-button.selected{background:#f0faf4;border-color:#16836a5c;transform:translateY(-1px);box-shadow:0 10px 22px #16836a12}.course-answer-field{gap:7px;display:grid}.course-answer-field span{color:var(--muted);font-size:.78rem;font-weight:900}.course-answer-field input,.course-answer-field textarea{border:1px solid var(--line);width:100%;color:var(--heading);font:inherit;resize:vertical;background:#f8fbf9;border-radius:8px;padding:11px 12px;font-weight:800;line-height:1.5}.course-answer-field input:focus,.course-answer-field textarea:focus{background:#fff;border-color:#16836a6b;outline:3px solid #16836a24}.course-practice-actions{flex-wrap:wrap;gap:8px;display:flex}.course-practice-actions .button{min-height:38px;padding:0 12px}.course-practice-feedback{background:#f7faf8;border:1px solid #0f1f2e14;border-radius:8px;padding:11px}.course-practice-feedback strong{margin-bottom:4px}.course-practice-feedback p{color:var(--text);border-top:0;margin:0;padding-top:0;font-weight:750}.course-practice-feedback small{color:var(--muted);margin-top:7px;font-size:.81rem;font-weight:850;line-height:1.45;display:block}.course-action-bar{border-top:1px solid var(--line);justify-content:space-between;padding-top:14px}.course-action-bar p{max-width:460px;color:var(--muted);margin:0;font-size:.86rem;font-weight:800;line-height:1.45}.course-action-bar>div{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.dashboard-page .app-content{gap:22px}.dashboard-app-header{border-bottom:1px solid #dce5dfb3;align-items:flex-end;padding-bottom:18px}.dashboard-page .app-header h1{letter-spacing:0;max-width:780px;font-size:clamp(2rem,3vw,2.85rem)}.dashboard-header-note{max-width:640px;color:var(--muted);margin:8px 0 0;font-size:.98rem;font-weight:750;line-height:1.55}.dashboard-layout{grid-template-columns:minmax(340px,430px) minmax(0,1fr);gap:16px;display:grid}.readiness-card,.focus-card,.progress-card,.question-card{padding:22px}.readiness-card{border:1px solid #16836a29;gap:18px;display:grid;box-shadow:0 18px 44px #182f4412}.readiness-body{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px;display:grid}.readiness-copy{gap:6px;display:grid}.readiness-copy strong{color:var(--heading);font-size:1.15rem;line-height:1.25}.readiness-copy p{color:var(--muted);margin:0;font-size:.92rem;font-weight:700;line-height:1.5}.dashboard-page .readiness-card .score-ring{flex:none;width:150px;height:150px;transform:translateY(1px)}.dashboard-page .readiness-card .score-ring span{font-size:2.35rem;line-height:.95}.dashboard-page .readiness-card .score-ring small{margin-top:6px;font-size:.72rem;font-weight:850}.focus-card{background:linear-gradient(135deg,#fffffffa,#f6fbf9f5),#fff;border-color:#16836a2e;align-content:center;gap:14px;display:grid;box-shadow:0 18px 44px #182f440f}.focus-card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.study-chip{background:var(--primary-soft);color:var(--primary-dark);border:1px solid #16836a33;border-radius:999px;align-items:center;padding:6px 10px;font-size:.76rem;font-weight:900;display:inline-flex}.dashboard-page .focus-card h2{max-width:820px;font-size:clamp(1.5rem,2.4vw,2.05rem);line-height:1.12}.dashboard-page .section-heading.compact h2{font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.18}.focus-card p,.progress-card p{color:var(--muted)}.focus-steps{color:var(--muted);gap:8px;margin:0;padding:0;font-size:.92rem;font-weight:700;list-style:none;display:grid}.focus-steps li{padding-left:22px;position:relative}.focus-steps li:before{background:var(--primary);content:"";border-radius:50%;width:9px;height:9px;position:absolute;top:.28rem;left:0;box-shadow:0 0 0 4px #16836a1a}.progress-section,.improvement-section{gap:14px;display:grid}.section-note{max-width:760px;color:var(--muted);font-size:.94rem;line-height:1.55}.plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.plan-card{background:#ffffffeb;border:1px solid #0f1f2e14;border-radius:14px;align-content:start;gap:10px;padding:17px;display:grid;box-shadow:0 10px 28px #182f440b}.plan-card:first-child{background:linear-gradient(135deg,#fff,#f4fbf7);border-color:#16836a3d}.plan-card h3{font-size:1rem;line-height:1.3}.plan-card p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.plan-link{color:var(--primary-dark);font-size:.92rem;font-weight:900}.plan-step{color:#fff;background:var(--primary);border-radius:50%;place-items:center;width:28px;height:28px;font-size:.85rem;font-weight:900;display:inline-grid}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.subscription-card{background:#fffffff0;border:1px solid #16836a2e;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex;box-shadow:0 12px 34px #182f440e}.subscription-card h2{margin:5px 0 6px;font-size:clamp(1.18rem,2vw,1.55rem)}.subscription-card p:not(.eyebrow){max-width:740px;color:var(--muted);font-size:.93rem;line-height:1.55}.subscription-date-grid{flex-wrap:wrap;gap:10px;margin:14px 0 0;display:flex}.subscription-date-grid div{background:#f7fbfa;border:1px solid #0f1f2e14;border-radius:10px;min-width:170px;padding:10px 12px}.subscription-date-grid dt{color:var(--muted);text-transform:uppercase;margin:0 0 4px;font-size:.74rem;font-weight:850}.subscription-date-grid dd{color:var(--heading);margin:0;font-size:.95rem;font-weight:850}.subscription-access-strip{color:var(--primary-dark);background:#f3faf6;border:1px solid #16836a2e;border-radius:999px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;padding:7px 11px;font-size:.82rem;font-weight:850;display:inline-flex}.subscription-access-strip small{color:var(--muted);font-size:.78rem;font-weight:750}.access-dot{background:var(--primary);border-radius:50%;flex:none;width:8px;height:8px;box-shadow:0 0 0 4px #16836a1c}.assessment-pending-card{border-radius:var(--radius);background:linear-gradient(135deg,#fff 0%,#fff8ed 100%);border:1px solid #d88a2d4d;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px;display:flex;box-shadow:0 14px 38px #182f440f}.assessment-pending-card h2{color:var(--heading);margin:4px 0 6px;font-size:clamp(1.25rem,2.2vw,1.8rem)}.assessment-pending-card p:not(.eyebrow){max-width:760px;color:var(--muted)}.exam-readiness-section{gap:14px;display:grid}.exam-readiness-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:12px;display:grid}.exam-readiness-card{background:linear-gradient(#fffffffc,#fafcfaf5),#fff;border:1px solid #0f1f2e14;border-radius:8px;align-content:start;gap:11px;min-width:0;padding:15px 14px 14px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 1px 2px #182f440a,0 12px 28px #182f440e}.exam-readiness-card:before{content:"";background:var(--exam-accent,var(--primary));height:3px;position:absolute;top:0;left:0;right:0}.exam-readiness-card:hover,.exam-readiness-card:focus-within{background:linear-gradient(#fff,#f8fbf9fa),#fff;border-color:#16836a38;transform:translateY(-2px);box-shadow:0 2px 6px #182f440d,0 18px 36px #182f4416}.exam-readiness-card.is-inactive{background:linear-gradient(#ffffffe6,#f4f7f5e6),#f7f9f7;border-color:#0f1f2e12;box-shadow:0 8px 20px #182f4409}.exam-readiness-card.is-inactive:before{background:#aeb9b4}.exam-readiness-card.is-inactive:hover,.exam-readiness-card.is-inactive:focus-within{border-color:#0f1f2e17;transform:none;box-shadow:0 10px 24px #182f440b}.exam-readiness-card.is-inactive .module-icon,.exam-readiness-card.is-inactive .exam-readiness-body,.exam-readiness-card.is-inactive .exam-readiness-track{opacity:.58;filter:grayscale(.35)}.exam-readiness-card.is-inactive .exam-readiness-note{color:#536673}.exam-readiness-card.is-inactive .exam-readiness-track span{background:#aeb9b4}.exam-readiness-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.exam-readiness-header .module-icon{border-radius:8px;width:34px;height:34px;font-size:.8rem;box-shadow:0 8px 16px #182f4414}.exam-readiness-title{min-width:0}.exam-readiness-header h3{color:var(--heading);margin:0;font-size:.94rem;line-height:1.2}.exam-readiness-header small,.exam-readiness-footer small{color:var(--muted);font-size:.7rem;font-weight:800}.exam-readiness-card .status-pill{white-space:nowrap;border:1px solid #0f1f2e0f;justify-self:end;max-width:100%;padding:5px 7px;font-size:.64rem}.exam-readiness-body{background:linear-gradient(135deg, #ffffffeb, #f8fbf9d6), var(--exam-accent-soft,#edf4ef);border:1px solid #0f1f2e0e;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;padding:10px;display:grid}.exam-readiness-ring{width:68px;height:68px;color:var(--heading);border-radius:50%;place-items:center;display:grid;box-shadow:inset 0 0 0 1px #0f1f2e0a,0 8px 18px #182f4414}.exam-readiness-ring span,.exam-readiness-ring small{grid-area:1/1}.exam-readiness-ring span{color:var(--heading);font-size:1rem;font-weight:900;line-height:1;transform:translateY(-4px)}.exam-readiness-ring small{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.5rem;font-weight:900;transform:translateY(12px)}.exam-readiness-metrics{gap:5px;min-width:0;display:grid}.exam-readiness-metrics span{background:#ffffffd1;border:1px solid #0f1f2e0d;border-radius:7px;justify-content:space-between;align-items:baseline;gap:8px;min-width:0;padding:4px 7px;display:flex}.exam-readiness-metrics small{color:var(--muted);text-transform:uppercase;font-size:.58rem;font-weight:900}.exam-readiness-metrics strong{color:var(--heading);white-space:nowrap;font-size:.78rem;font-weight:900}.exam-readiness-track{background:#e8eef2;border-radius:999px;height:5px;overflow:hidden}.exam-readiness-track span{border-radius:inherit;background:var(--exam-accent,var(--primary));height:100%;display:block}.exam-readiness-note{color:var(--muted);margin:0;font-size:.78rem;font-weight:750;line-height:1.38}.exam-readiness-footer{border-top:1px solid #0f1f2e14;justify-content:space-between;align-items:center;gap:8px;padding-top:8px;display:flex}.exam-readiness-footer small{min-width:0;line-height:1.25}.exam-readiness-action{background:var(--primary-dark);color:#fff;white-space:nowrap;border:1px solid #0e5f4f1f;border-radius:999px;flex:none;place-items:center;padding:6px 10px;font-size:.8rem;font-weight:900;line-height:1;text-decoration:none;transition:background .16s,box-shadow .16s,transform .16s;display:inline-grid;box-shadow:0 8px 16px #0e5f4f29}.exam-readiness-action:hover,.exam-readiness-action:focus-visible{background:var(--primary);outline:0;transform:translateY(-1px);box-shadow:0 10px 20px #0e5f4f33}.exam-readiness-card.is-inactive .exam-readiness-action{color:var(--primary-dark);box-shadow:none;background:#f3faf6;border:1px solid #16836a2e}@media (prefers-reduced-motion:reduce){.exam-readiness-card,.exam-readiness-action{transition:none}.exam-readiness-card:hover,.exam-readiness-card:focus-within,.exam-readiness-action:hover,.exam-readiness-action:focus-visible{transform:none}}@media (width<=1320px){.exam-readiness-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=860px){.exam-readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.attempt-history-section{order:20;gap:16px;display:grid}.attempt-list{gap:10px;display:grid}.attempt-card{border:1px solid var(--line);background:var(--surface);border-radius:12px;gap:8px;padding:13px 14px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:0 10px 26px #182f440b}.attempt-card.passed{border-color:#16836a3d}.attempt-card.failed{border-color:#9f2d2d38}.attempt-card.pending{border-color:#d88a2d4d}.attempt-card.is-expandable{cursor:pointer}.attempt-card.is-expandable:hover,.attempt-card.is-open{border-color:#16836a47;box-shadow:0 14px 30px #182f4412}.attempt-card.is-expandable:focus-visible{outline-offset:3px;outline:3px solid #16836a2e}.attempt-card-main{justify-content:space-between;align-items:center;gap:12px;display:flex}.attempt-title-block{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.attempt-title-block .module-icon{width:34px;height:34px;box-shadow:none;border-radius:9px;font-size:.8rem}.attempt-title-block>div{min-width:0}.attempt-topline{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.attempt-title-block h3{color:var(--heading);margin:0;font-size:.98rem;line-height:1.25}.attempt-topline strong{color:var(--primary-dark);margin-left:2px;font-size:1.05rem;line-height:1}.attempt-card .status-pill{padding:5px 8px;font-size:.68rem}.attempt-card-actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}.attempt-subline{color:var(--muted);flex-wrap:wrap;gap:6px 10px;margin:4px 0 0;font-size:.81rem;line-height:1.35;display:flex}.attempt-title-block p,.attempt-feedback,.attempt-meta-row,.attempt-answer-row small{color:var(--muted)}.attempt-expand-indicator{width:28px;height:28px;color:var(--primary-dark);background:#f8fbfa;border:1px solid #dce5dfe6;border-radius:50%;flex:none;place-items:center;font-size:1rem;font-weight:900;display:inline-grid}.attempt-card.is-open .attempt-expand-indicator{background:var(--primary);border-color:var(--primary);color:#fff}.attempt-feedback{max-width:980px;margin:0;font-size:.9rem;line-height:1.55}.attempt-meta-row{flex-wrap:wrap;gap:6px;font-size:.8rem;font-weight:750;display:flex}.attempt-meta-row span{background:#f4f8f8;border-radius:999px;padding:5px 8px}.attempt-next-note{color:var(--muted);margin:0;font-size:.88rem;font-weight:750}.attempt-detail-panel{background:#f8fbfa;border-radius:10px;gap:8px;margin-top:2px;padding:10px 12px;display:grid}.attempt-answer-row{background:#fff;border:1px solid #e8eef2e6;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px;display:grid}.attempt-answer-row strong{color:var(--heading);margin-bottom:3px;font-size:.92rem;display:block}.attempt-answer-row p{color:var(--text);margin:0 0 6px;font-size:.9rem;line-height:1.45}.attempt-answer-row small{margin-top:3px;display:block}.attempt-criteria-grid{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.attempt-criteria-grid span{color:var(--primary-dark);background:#eef8f8;border-radius:999px;padding:6px 9px;font-size:.78rem;font-weight:850}.subscription-meta{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:12px;display:flex}.subscription-end-note{color:var(--muted);margin:0;font-weight:750}.billing-dialog-backdrop{z-index:80;background:#0f1f2e75;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.billing-dialog{background:#fff;border:1px solid #0f1f2e1a;border-radius:14px;width:min(100%,520px);padding:24px;box-shadow:0 24px 70px #0f1f2e38}.billing-dialog-header h2{color:var(--heading);margin:5px 0 10px;font-size:1.45rem}.billing-dialog p{color:var(--muted);margin:0;line-height:1.6}.billing-dialog-list{gap:8px;margin:18px 0;padding:0;list-style:none;display:grid}.billing-dialog-list li{color:var(--heading);background:#f5fbf8;border:1px solid #16836a21;border-radius:10px;padding:10px 12px;font-size:.92rem;font-weight:760}.billing-dialog-actions{justify-content:flex-end;gap:10px;display:flex}.app-install-card{z-index:75;background:#fffffffa;border:1px solid #16836a29;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;width:min(100vw - 36px,760px);padding:14px;display:grid;position:fixed;bottom:18px;right:18px;box-shadow:0 22px 60px #0f1f2e2e}.app-install-icon{width:46px;height:46px;color:var(--primary-dark);background:#e4f5df;border-radius:8px;place-items:center;display:grid}.app-install-icon svg{fill:currentColor;width:25px;height:25px}.app-install-copy h2{color:var(--heading);margin:2px 0 4px;font-size:1.08rem}.app-install-copy p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.45}.app-install-steps{color:var(--body);gap:4px;margin:10px 0 0;padding-left:18px;font-size:.9rem;font-weight:720;display:grid}.app-install-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.service-status-banner{top:max(14px, env(safe-area-inset-top));z-index:95;background:linear-gradient(135deg,#fffffffa,#fff9eefa),#fff;border:1px solid #d88a2d42;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;width:min(100vw - 32px,880px);padding:14px 16px;display:grid;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 22px 70px #11181f2e}.service-status-mark{color:#8a5111;background:#d88a2d24;border-radius:8px;place-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:900;display:grid}.service-status-copy{min-width:0}.service-status-copy strong{color:var(--heading);font-size:1rem;display:block}.service-status-copy p{color:var(--muted);margin:3px 0 0;font-size:.92rem;line-height:1.45}.service-status-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (width<=560px){.billing-dialog{padding:20px}.billing-dialog-actions{flex-direction:column-reverse;align-items:stretch}.app-install-card{grid-template-columns:auto minmax(0,1fr);width:calc(100vw - 24px);bottom:12px;right:12px}.app-install-actions{grid-column:1/-1;justify-content:stretch}.app-install-actions .button{flex:140px}.app-install-actions .text-button{width:100%}.service-status-banner{grid-template-columns:auto minmax(0,1fr);width:calc(100vw - 20px);padding:12px;top:10px}.service-status-actions{grid-column:1/-1;justify-content:stretch}.service-status-actions .button{flex:1}}.metric-card,.empty-state{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.metric-card{border-color:#0f1f2e13;align-content:start;gap:5px;padding:16px;transition:transform .18s,border-color .18s;display:grid;box-shadow:0 10px 26px #182f440a}.metric-card:hover{border-color:#16836a3d;transform:translateY(-2px)}.metric-card small{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:900}.metric-card span{color:var(--heading);font-size:1.9rem;font-weight:800;line-height:1}.metric-card p,.empty-state p{color:var(--muted)}.metric-card p{margin:0;font-size:.86rem;font-weight:750;line-height:1.35}.empty-state{gap:12px;padding:24px;display:grid}.empty-state.compact{padding:16px}.empty-state strong{color:var(--heading);font-size:1.15rem}.section-heading.compact{margin-bottom:0}.progress-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.progress-card{border-radius:14px;align-content:start;gap:11px;padding:18px;display:grid;box-shadow:0 10px 28px #182f440b}.skill-score{justify-items:end;gap:2px;display:grid}.skill-score small{color:var(--muted);font-size:.74rem;font-weight:850}.skill-action{color:var(--muted);margin:0;font-size:.9rem;line-height:1.45}.skill-review-row{border-top:1px solid #0f1f2e14;justify-content:space-between;align-items:center;gap:12px;padding-top:10px;display:flex}.skill-review-row small{color:var(--muted);font-weight:800}.skill-review-row a{color:var(--primary-dark);font-size:.88rem;font-weight:900}.grammar-page .app-content{gap:20px}.grammar-hero{box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fffffffa,#edf4efbd),#fff;border:1px solid #0f1f2e14;border-radius:14px;justify-content:space-between;align-items:center;gap:22px;padding:clamp(20px,3vw,30px);display:flex}.grammar-hero h1{max-width:760px;margin:6px 0 8px;font-size:clamp(1.85rem,3vw,2.75rem);line-height:1.05}.grammar-hero p:not(.eyebrow){max-width:720px;color:var(--muted);font-weight:750;line-height:1.55}.grammar-hero-actions,.grammar-strip-actions,.grammar-dialogue-actions,.grammar-practice-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.grammar-hero-progress{background:#f4faf6;border:1px solid #16836a29;border-radius:12px;gap:2px;min-width:128px;padding:10px 12px;display:grid}.grammar-hero-progress strong{color:var(--primary-dark);font-size:1.12rem;line-height:1}.grammar-hero-progress span{color:var(--muted);font-size:.74rem;font-weight:850}.grammar-shell{gap:14px;display:grid}.grammar-command-strip{background:#fffffff0;border:1px solid #0f1f2e14;border-radius:14px;grid-template-columns:minmax(260px,1fr) auto auto;align-items:end;gap:12px;padding:14px;display:grid;box-shadow:0 12px 30px #182f440b}.grammar-select-block{gap:6px;display:grid}.grammar-select-block label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.74rem;font-weight:900}.grammar-select-block select{border:1px solid var(--line);width:100%;min-height:44px;color:var(--heading);font:inherit;background:#fff;border-radius:10px;padding:0 12px;font-weight:800}.grammar-select-block select:focus-visible,.grammar-rail-item:focus-visible,.grammar-step-tab:focus-visible,.grammar-choice-option:focus-visible{outline-offset:2px;outline:3px solid #16836a33}.grammar-strip-meta{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.grammar-strip-meta span{color:var(--primary-dark);background:#f3f8f5;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:900}.grammar-module-rail{scroll-snap-type:x proximity;scrollbar-width:none;gap:12px;margin-inline:-4px;padding:10px 4px 16px;scroll-padding-inline:4px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 22px calc(100% - 22px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 22px calc(100% - 22px),#0000 100%)}.grammar-module-rail::-webkit-scrollbar{display:none}.grammar-rail-item{scroll-snap-align:start;min-width:182px;max-width:224px;color:var(--text);text-align:left;cursor:pointer;background:linear-gradient(#fffffffa,#f8fbf9f0),#fff;border:1px solid #0f1f2e13;border-radius:12px;gap:8px;padding:13px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:grid;box-shadow:0 10px 24px #182f440e}.grammar-rail-item span{width:28px;height:28px;color:var(--primary-dark);background:#edf4ef;border-radius:50%;place-items:center;font-size:.74rem;font-weight:900;display:inline-grid}.grammar-rail-item strong{color:var(--heading);text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.86rem;line-height:1.25;display:-webkit-box;overflow:hidden}.grammar-rail-item.active{background:#fff;border-color:#16836a61;transform:translateY(-2px);box-shadow:0 18px 34px #182f441a,0 0 0 3px #16836a13}.grammar-rail-item:hover{border-color:#16836a3d;transform:translateY(-2px);box-shadow:0 16px 32px #182f4416}.grammar-rail-item.done span{background:var(--primary);color:#fff}.grammar-player{width:min(100%,980px);box-shadow:var(--shadow-soft);background:#fffffff5;border:1px solid #0f1f2e14;border-radius:16px;gap:14px;margin:0 auto;padding:clamp(18px,3vw,28px);display:grid}.grammar-player-header{border-bottom:1px solid #0f1f2e14;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:14px;display:flex}.grammar-player-header h2{margin:5px 0 7px;font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.15}.grammar-player-header p:not(.eyebrow){max-width:720px;color:var(--muted);font-weight:750;line-height:1.5}.grammar-player-score{background:#f3f8f5;border-radius:12px;flex:none;justify-items:end;gap:3px;padding:10px 12px;display:grid}.grammar-player-score strong{color:var(--primary-dark);font-size:1.55rem;line-height:1}.grammar-player-score span{color:var(--muted);font-size:.75rem;font-weight:850}.grammar-step-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.grammar-step-tab{border:1px solid var(--line);min-height:42px;color:var(--muted);cursor:pointer;background:#fff;border-radius:10px;font-weight:900}.grammar-step-tab.active{background:var(--primary);color:#fff;border-color:#16836a47}.grammar-step-tab.done:not(.active){color:var(--primary-dark);background:#eef8f3;border-color:#16836a33}.grammar-step-panel{gap:16px;min-height:360px;display:grid}.grammar-focus-heading{gap:6px;display:grid}.grammar-focus-heading span,.grammar-mistake-strip span,.grammar-practice-topline span{color:var(--primary-dark);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:950}.grammar-focus-heading h3{color:var(--heading);font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.2}.grammar-focus-heading p{max-width:760px;color:var(--muted);font-weight:750;line-height:1.55}.grammar-pattern-list{flex-wrap:wrap;gap:9px;display:flex}.grammar-pattern-list span{color:var(--primary-dark);background:#f2faf6;border:1px solid #16836a2e;border-radius:999px;padding:8px 12px;font-size:.92rem;font-weight:900}.grammar-rule-points,.grammar-example-list{gap:9px;display:grid}.grammar-rule-points p,.grammar-example-row,.grammar-practice-card{background:#fff;border:1px solid #0f1f2e14;border-radius:12px}.grammar-rule-points p{color:var(--text);margin:0;padding:12px 14px;font-weight:760;line-height:1.45}.grammar-mistake-strip{border-left:4px solid var(--orange);background:#fff8ed;border-radius:12px;gap:5px;padding:14px;display:grid}.grammar-mistake-strip strong{color:#9f2d2d}.grammar-mistake-strip p{color:var(--heading);margin:0;font-weight:850}.grammar-mistake-strip small{color:var(--muted);font-weight:750}.grammar-example-row{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.grammar-example-row strong{color:var(--heading);line-height:1.4;display:block}.grammar-example-row span,.grammar-example-row small{color:var(--muted);margin-top:3px;font-size:.86rem;font-weight:760;display:block}.grammar-dialogue-list{gap:10px;display:grid}.grammar-dialogue-line{background:#fff;border:1px solid #0f1f2e14;border-radius:14px 14px 14px 4px;justify-self:start;gap:4px;max-width:min(86%,680px);padding:12px 14px;display:grid}.grammar-dialogue-line.reply{background:#f5fbf7;border-color:#16836a2e;border-radius:14px 14px 4px;justify-self:end}.grammar-dialogue-line span{color:var(--primary-dark);font-size:.72rem;font-weight:950}.grammar-dialogue-line p{color:var(--heading);margin:0;font-weight:800;line-height:1.45}.grammar-dialogue-line small{color:var(--muted);font-weight:730}.grammar-practice-card{gap:14px;padding:18px;display:grid}.grammar-practice-topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.grammar-practice-card h4{color:var(--heading);font-size:clamp(1.12rem,2vw,1.42rem);line-height:1.35}.grammar-choice-grid{gap:9px;display:grid}.grammar-choice-option{border:1px solid var(--line);min-height:48px;color:var(--text);text-align:left;font:inherit;cursor:pointer;background:#fff;border-radius:10px;padding:12px;font-weight:800}.grammar-choice-option.selected{color:var(--primary-dark);background:#eef8f3;border-color:#16836a57}.grammar-practice-card textarea{resize:vertical;border:1px solid var(--line);width:100%;color:var(--text);font:inherit;background:#fff;border-radius:10px;padding:12px;line-height:1.5}.grammar-feedback{border-radius:12px;gap:4px;padding:12px 14px;display:grid}.grammar-feedback.correct{color:#17663a;background:#e9f8ef}.grammar-feedback.review{color:#7a4c16;background:#fff8ed}.grammar-feedback p,.grammar-feedback small{color:inherit;margin:0;font-weight:760}.grammar-bottom-bar{border-top:1px solid #0f1f2e14;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;display:flex}.conversation-page .app-content{gap:20px}.conversation-hero{box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fffffffa,#edf4efbd),#fff;border:1px solid #0f1f2e14;border-radius:14px;justify-content:space-between;align-items:center;gap:22px;padding:clamp(20px,3vw,30px);display:flex}.conversation-hero h1{max-width:760px;margin:6px 0 8px;font-size:clamp(1.85rem,3vw,2.75rem);line-height:1.05}.conversation-hero p:not(.eyebrow){max-width:740px;color:var(--muted);font-weight:750;line-height:1.55}.conversation-hero-actions,.conversation-strip-actions,.conversation-dialogue-actions,.conversation-bottom-bar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.conversation-hero-progress{background:#f4faf6;border:1px solid #16836a29;border-radius:12px;gap:2px;min-width:138px;padding:10px 12px;display:grid}.conversation-hero-progress strong{color:var(--primary-dark);font-size:1.12rem;line-height:1}.conversation-hero-progress span{color:var(--muted);font-size:.74rem;font-weight:850}.conversation-shell{gap:14px;width:100%;display:grid}.conversation-mobile-session,.conversation-mobile-picker{display:none}.conversation-command-strip{background:#fffffff0;border:1px solid #0f1f2e14;border-radius:14px;grid-template-columns:minmax(220px,.8fr) minmax(260px,1fr) auto;align-items:end;gap:12px;padding:14px;display:grid;box-shadow:0 12px 30px #182f440b}.conversation-command-strip label{gap:6px;display:grid}.conversation-command-strip label span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.74rem;font-weight:900}.conversation-command-strip select{border:1px solid var(--line);width:100%;min-height:44px;color:var(--heading);font:inherit;background:#fff;border-radius:10px;padding:0 12px;font-weight:800}.conversation-command-strip select:focus-visible,.conversation-rail-item:focus-visible,.conversation-step-tab:focus-visible{outline-offset:2px;outline:3px solid #16836a33}.conversation-rail{scroll-snap-type:x proximity;scrollbar-width:none;gap:12px;margin-inline:-4px;padding:10px 4px 16px;scroll-padding-inline:4px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 22px calc(100% - 22px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 22px calc(100% - 22px),#0000 100%)}.conversation-rail::-webkit-scrollbar{display:none}.conversation-rail-item{scroll-snap-align:start;min-width:190px;max-width:236px;color:var(--text);text-align:left;cursor:pointer;background:linear-gradient(#fffffffa,#f8fbf9f0),#fff;border:1px solid #0f1f2e13;border-radius:12px;gap:8px;padding:13px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:grid;box-shadow:0 10px 24px #182f440e}.conversation-rail-item span{width:34px;height:28px;color:var(--primary-dark);background:#edf4ef;border-radius:999px;place-items:center;font-size:.74rem;font-weight:900;display:inline-grid}.conversation-rail-item strong{color:var(--heading);text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.86rem;line-height:1.25;display:-webkit-box;overflow:hidden}.conversation-rail-item.active{background:#fff;border-color:#16836a61;transform:translateY(-2px);box-shadow:0 18px 34px #182f441a,0 0 0 3px #16836a13}.conversation-rail-item:hover{border-color:#16836a3d;transform:translateY(-2px);box-shadow:0 16px 32px #182f4416}.conversation-rail-item.done span{background:var(--primary);color:#fff}.conversation-player{width:min(100%,1000px);box-shadow:var(--shadow-soft);background:#fffffff5;border:1px solid #0f1f2e14;border-radius:16px;gap:14px;margin:0 auto;padding:clamp(18px,3vw,28px);display:grid}.conversation-player-header{border-bottom:1px solid #0f1f2e14;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:14px;display:flex}.conversation-player-header h2{margin:5px 0 7px;font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.15}.conversation-player-header p:not(.eyebrow){max-width:760px;color:var(--muted);font-weight:750;line-height:1.5}.conversation-score{background:#f3f8f5;border-radius:12px;flex:none;justify-items:end;gap:3px;padding:10px 12px;display:grid}.conversation-score strong{color:var(--primary-dark);font-size:1.55rem;line-height:1}.conversation-score span{color:var(--muted);font-size:.75rem;font-weight:850}.conversation-step-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.conversation-step-tab{border:1px solid var(--line);min-height:42px;color:var(--muted);cursor:pointer;background:#fff;border-radius:10px;font-weight:900}.conversation-step-tab.active{background:var(--primary);color:#fff;border-color:#16836a47}.conversation-step-tab.done:not(.active){color:var(--primary-dark);background:#eef8f3;border-color:#16836a33}.conversation-panel{gap:16px;min-height:360px;display:grid}.conversation-focus-heading{gap:6px;display:grid}.conversation-focus-heading span,.conversation-exam-bridge span,.conversation-practice-grid span{color:var(--primary-dark);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:950}.conversation-focus-heading h3{color:var(--heading);font-size:clamp(1.22rem,2vw,1.6rem);line-height:1.2}.conversation-focus-heading p{max-width:760px;color:var(--muted);font-weight:650;line-height:1.55}.conversation-dialogue-list{gap:10px;display:grid}.conversation-dialogue-line{background:#fff;border:1px solid #0f1f2e14;border-radius:14px 14px 14px 4px;grid-template-columns:auto minmax(0,1fr);justify-self:start;gap:10px;width:min(86%,720px);padding:12px 14px;display:grid}.conversation-dialogue-line.reply{background:#f5fbf7;border-color:#16836a2e;border-radius:14px 14px 4px;justify-self:end}.conversation-dialogue-line.third{background:#f4f8fb;border-color:#2d527629;border-radius:14px;justify-self:center}.conversation-dialogue-line div{gap:4px;min-width:0;display:grid}.conversation-dialogue-line span{color:var(--primary-dark);font-size:.72rem;font-weight:950}.conversation-dialogue-line p{color:var(--heading);margin:0;font-weight:650;line-height:1.45}.conversation-dialogue-line small{color:var(--muted);font-weight:600;line-height:1.45}.conversation-phrase-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px;display:grid}.conversation-phrase-grid article{background:#fff;border:1px solid #0f1f2e14;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:12px;display:grid}.conversation-phrase-grid strong{color:var(--heading);font-size:.95rem;line-height:1.35}.conversation-word-strip{flex-wrap:wrap;gap:8px;display:flex}.conversation-word-strip span{color:var(--primary-dark);background:#f2faf6;border:1px solid #16836a2e;border-radius:999px;padding:8px 11px;font-size:.82rem;font-weight:900}.conversation-practice-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.conversation-practice-grid article,.conversation-exam-bridge{background:#fff;border:1px solid #0f1f2e14;border-radius:12px;gap:6px;padding:14px;display:grid}.conversation-practice-grid p,.conversation-exam-bridge p{color:var(--muted);margin:0;font-weight:650;line-height:1.45}.conversation-exam-bridge{border-left:4px solid var(--primary);background:#f4faf6}.conversation-exam-bridge strong{color:var(--heading)}.conversation-bottom-bar{border-top:1px solid #0f1f2e14;justify-content:space-between;padding-top:14px}.learning-hero{width:100%;box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fffffffa,#edf4efc2),#fff;border:1px solid #0f1f2e13;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;padding:clamp(20px,3vw,30px);animation:.42s both heroReveal;display:flex}.learning-hero-copy{gap:6px;min-width:0;display:grid}.learning-hero h1{max-width:760px;color:var(--heading);margin:0;font-size:clamp(1.85rem,3vw,2.75rem);line-height:1.06}.learning-hero p:not(.eyebrow){max-width:740px;color:var(--muted);margin:0;font-weight:750;line-height:1.55}.learning-hero-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex}.learning-hero-progress{background:#f4faf6;border:1px solid #16836a29;border-radius:12px;gap:2px;min-width:138px;padding:10px 12px;display:grid}.learning-hero-progress strong{color:var(--primary-dark);font-size:1.12rem;line-height:1}.learning-hero-progress span{color:var(--muted);font-size:.74rem;font-weight:850;line-height:1.25}.learning-hero-flow{gap:8px;min-width:min(100%,230px);display:grid}.learning-shell{gap:14px;width:100%;display:grid}.learning-split-layout{grid-template-columns:minmax(300px,360px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.learning-split-layout.module-list-collapsed{grid-template-columns:84px minmax(0,1fr)}.learning-shell .empty-state,.learning-player .empty-state,.learning-workspace .empty-state{background:linear-gradient(135deg,#fff,#f7faf8),#fff;border-color:#0f1f2e14;border-radius:14px;box-shadow:0 12px 30px #182f440b}.learning-module-rail{scroll-snap-type:x proximity;scrollbar-width:none;gap:12px;margin-inline:-4px;padding:10px 4px 16px;scroll-padding-inline:4px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 22px calc(100% - 22px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 22px calc(100% - 22px),#0000 100%)}.learning-module-rail::-webkit-scrollbar{display:none}.learning-rail-item{scroll-snap-align:start;min-width:190px;max-width:236px;color:var(--text);text-align:left;cursor:pointer;background:linear-gradient(#fffffffa,#f8fbf9f0),#fff;border:1px solid #0f1f2e13;border-radius:12px;gap:8px;padding:13px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:grid;box-shadow:0 10px 24px #182f440e}.learning-rail-item:hover,.learning-rail-item.active{background:#fff;border-color:#16836a52;transform:translateY(-2px);box-shadow:0 18px 34px #182f4418,0 0 0 3px #16836a12}.learning-player,.learning-workspace,.learning-module-panel{box-shadow:var(--shadow-soft);background:#fffffff5;border:1px solid #0f1f2e14;border-radius:16px}.learning-player,.learning-workspace{gap:14px;padding:clamp(18px,3vw,28px);display:grid}.learning-player-header,.learning-workspace-header{border-bottom:1px solid #0f1f2e14;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:14px;display:flex}.learning-list-card{background:linear-gradient(#fffffffa,#f8fbf9f0),#fff;border-color:#0f1f2e13;box-shadow:0 12px 26px #182f440f}.learning-list-card:hover,.learning-list-card.active{background:#fff;border-color:#16836a4d;transform:translateY(-2px);box-shadow:0 18px 34px #182f4417,0 0 0 3px #16836a0f}.learning-studio-page{background:linear-gradient(180deg, #edf4efb3, #f5f7f300 360px), var(--bg);gap:0}.learning-studio-hero{grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:clamp(22px,4vw,44px);width:min(100% - 44px,1180px);margin:0 auto;padding:clamp(118px,12vw,150px) 0 34px;display:grid}.learning-studio-hero h1{max-width:780px;color:var(--heading);margin:6px 0 12px;font-size:clamp(2.35rem,5vw,4.6rem);line-height:.98}.learning-studio-hero p:not(.eyebrow){max-width:690px;color:var(--muted);font-size:1.06rem;font-weight:750;line-height:1.6}.learning-studio-actions{flex-wrap:wrap;gap:11px;margin-top:22px;display:flex}.learning-studio-panel{background:linear-gradient(135deg,#fffffffa,#edf4efc7),#fff;border:1px solid #0f1f2e14;border-radius:14px;align-self:end;gap:7px;padding:20px;display:grid;box-shadow:0 18px 44px #182f4414}.learning-studio-panel span{color:var(--primary-dark);letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:950}.learning-studio-panel strong{color:var(--heading);font-size:clamp(1.4rem,2.5vw,2.1rem);line-height:1.05}.learning-studio-panel p{color:var(--muted);margin:0;font-weight:750;line-height:1.5}.learning-studio-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(100% - 44px,1180px);margin:0 auto;display:grid}.learning-studio-strip article{background:#ffffffe6;border:1px solid #0f1f2e13;border-radius:12px;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;display:grid;box-shadow:0 12px 28px #182f440b}.learning-studio-strip article>span{width:38px;height:38px;color:var(--primary-dark);background:#edf4ef;border-radius:10px;place-items:center;font-size:.76rem;font-weight:950;display:grid}.learning-studio-strip strong{color:var(--heading);font-size:.96rem}.learning-studio-strip p{color:var(--muted);margin:2px 0 0;font-size:.86rem;font-weight:750;line-height:1.4}.learning-studio-modules,.learning-studio-note{width:min(100% - 44px,1180px);margin:0 auto}.learning-studio-modules{gap:18px;padding:70px 0 26px;display:grid}.learning-studio-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;display:grid}.learning-studio-card{background:linear-gradient(#fffffffc,#f8fbf9f0),#fff;border:1px solid #0f1f2e13;border-radius:14px;grid-column:span 2;grid-template-rows:auto auto auto 1fr;gap:15px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;box-shadow:0 14px 34px #182f440f}.learning-studio-card:nth-child(-n+2){grid-column:span 3;min-height:286px;padding:20px}.learning-studio-card:nth-child(-n+2) .learning-studio-mark{width:52px;height:52px}.learning-studio-card:nth-child(-n+2) h3{font-size:1.2rem}.learning-studio-card:hover{border-color:#16836a3d;transform:translateY(-3px);box-shadow:0 22px 46px #182f4418}.learning-studio-card.locked{border-color:#0f1f2e11}.learning-studio-card.locked:hover{border-color:#16836a33}.learning-studio-card.unlocked{border-color:#16836a29}.learning-studio-card-top{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.learning-studio-mark{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border-radius:12px;place-items:center;width:46px;height:46px;font-size:.82rem;font-weight:950;display:grid}.learning-studio-mark.navy{background:linear-gradient(135deg, #2d5276, var(--primary-dark))}.learning-studio-mark.lime{background:linear-gradient(135deg, var(--primary), #7ecb45)}.learning-studio-mark.soft{background:linear-gradient(135deg, #6a8f7d, var(--primary))}.learning-studio-mark.green{background:linear-gradient(135deg,#0e5f4f,#2fa37d)}.learning-studio-card small{color:var(--primary-dark);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:950}.learning-studio-card h3{color:var(--heading);margin:2px 0 0;font-size:1.12rem}.learning-studio-card p{color:var(--muted);margin:0;font-size:.92rem;font-weight:750;line-height:1.52}.learning-studio-card ul{flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;display:flex}.learning-studio-card li{color:var(--primary-dark);background:#edf4ef;border-radius:999px;padding:7px 9px;font-size:.78rem;font-weight:900}.learning-studio-card-footer{border-top:1px solid #0f1f2e14;justify-content:space-between;align-self:end;align-items:center;gap:12px;padding-top:13px;display:flex}.learning-studio-card-footer span{color:var(--muted);font-size:.82rem;font-weight:800;line-height:1.35}.learning-studio-card-footer a{color:var(--primary-dark);flex:none;font-weight:950}.learning-studio-card-action{flex:none;justify-items:end;gap:3px;display:grid}.learning-studio-card-action small{color:var(--primary-dark);letter-spacing:0;text-transform:none;background:#f3faf6;border:1px solid #16836a29;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:950}.learning-studio-note{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #0f1f2e14;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:22px;display:flex}.learning-studio-note h2{color:var(--heading);margin:4px 0 6px;font-size:clamp(1.35rem,2.5vw,2rem)}.learning-studio-note p:not(.eyebrow){max-width:760px;color:var(--muted);font-weight:750;line-height:1.55}.practice-layout{grid-template-columns:minmax(0,.95fr) minmax(380px,.8fr);gap:22px;display:grid}.practice-hero{gap:20px;width:min(1080px,100% - 40px);margin:0 auto;padding:46px 0 18px;display:grid}.practice-hero h1{margin-top:8px;font-size:clamp(2rem,4vw,3.7rem)}.exam-tabs{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.exam-tab{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--muted);font:inherit;border-radius:999px;flex:none;align-items:center;gap:8px;padding:0 14px;font-size:.92rem;font-weight:800;display:inline-flex}.exam-tab.active{background:var(--primary-soft);color:var(--primary-dark);border-color:#16836a61}.exam-tab:disabled:not(.active){cursor:not-allowed;opacity:.58}.exam-status{align-items:center;gap:10px;display:flex}.timer-pill{color:#fff;font-variant-numeric:tabular-nums;background:#102231;border-radius:999px;align-items:center;padding:7px 11px;font-size:.84rem;font-weight:800;display:inline-flex}.timer-pill.urgent{background:var(--red)}.practice-focus{width:min(1080px,100% - 40px);margin:0 auto;padding:20px 0 92px}.practice-modules{grid-template-columns:repeat(2,minmax(0,1fr))}.module-card.selectable{border:1px solid var(--line);color:inherit;font:inherit;text-align:left;cursor:pointer}.module-card.selectable:disabled{cursor:not-allowed;opacity:.62}.module-card.selectable.active{border-color:#16836a6b;box-shadow:0 18px 48px #182f441a}.question-card{box-shadow:var(--shadow);align-self:start;gap:22px;display:grid}.practice-question-card{gap:26px;padding:clamp(22px,4vw,40px)}.exam-protected{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.exam-protected input,.exam-protected textarea,.exam-protected select,.exam-protected [contenteditable=true],.exam-protected [data-allow-selection=true]{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text}.exam-protected img{-webkit-user-drag:none;user-drag:none}.exam-instructions{border:1px solid var(--line);border-radius:var(--radius);background:#fff;gap:10px;padding:18px;display:grid}.exam-instructions h2{font-size:clamp(1.35rem,3vw,2rem)}.exam-instructions ol{color:var(--muted);gap:4px;margin:0;padding-left:20px;font-weight:700;display:grid}.exam-overview{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);gap:14px;padding:16px;display:grid}.overview-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.overview-header h2{font-size:clamp(1.25rem,2vw,1.7rem)}.overview-grid{grid-template-columns:repeat(auto-fit,minmax(58px,1fr));gap:8px;display:grid}.overview-number{min-height:42px;color:var(--heading);font:inherit;cursor:pointer;border:2px solid #0000;border-radius:6px;font-weight:800}.overview-number.unanswered{background:#dce4ea}.overview-number.answered{color:#fff;background:#3f7182}.overview-legend{color:var(--muted);flex-wrap:wrap;gap:16px;font-size:.92rem;display:flex}.overview-legend span{align-items:center;gap:8px;display:inline-flex}.legend{border-radius:4px;width:16px;height:16px;display:inline-flex}.legend.selected{background:#ff9948}.legend.unanswered{background:#dce4ea}.legend.answered{background:#3f7182}.exam-workspace{grid-template-columns:minmax(0,1.14fr) minmax(320px,.86fr);align-items:start;gap:20px;display:grid}.answer-panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;gap:16px;padding:clamp(18px,2vw,24px);display:grid;position:sticky;top:88px}.question-passage{border-radius:var(--radius);background:var(--surface-soft);color:var(--heading);padding:clamp(20px,3vw,32px)}.question-passage p{white-space:pre-line;max-width:78ch;font-size:clamp(1.05rem,2vw,1.32rem);line-height:1.72}.answers{gap:12px;display:grid}.question-title{color:var(--heading);font-size:clamp(1.35rem,3vw,2rem);font-weight:800}.answer-option{border:1px solid var(--line);border-radius:var(--radius);min-height:64px;color:var(--heading);font:inherit;text-align:left;cursor:pointer;background:#fff;align-items:center;gap:14px;padding:14px 16px;display:flex}.answer-option:hover,.answer-option.selected{border-color:var(--primary);background:var(--primary-soft)}.answer-option span{background:var(--surface-soft);width:34px;height:34px;color:var(--primary-dark);border-radius:50%;flex:none;place-items:center;font-size:.9rem;font-weight:800;display:grid}.answer-option.selected span{background:var(--primary);color:#fff}.answer-option strong{font-weight:760}.answer-option:disabled{cursor:default}.question-progress,.practice-actions{gap:10px;display:grid}.question-progress span{color:var(--muted);font-size:.92rem;font-weight:750}.practice-actions{grid-template-columns:repeat(2,minmax(0,max-content));align-items:center}.practice-actions .button:disabled{cursor:not-allowed;opacity:.62;transform:none}.feedback{border-left:4px solid var(--primary);border-radius:var(--radius);background:#f3faf9;padding:14px 16px}.feedback strong{color:var(--heading)}.feedback p{color:var(--muted)}.results-panel{gap:22px;display:grid}.results-panel h2{font-size:clamp(2rem,4vw,3rem)}.results-panel>p:not(.eyebrow){color:var(--muted);font-size:1.1rem}.result-summary{align-items:center;gap:22px;display:flex}.result-score{background:radial-gradient(circle at center, #fff 58%, transparent 59%), conic-gradient(var(--primary) 0 var(--score,0%), #e8eef2 var(--score,0%) 100%);text-align:center;border-radius:50%;place-items:center;width:170px;height:170px;display:grid}.result-score span{color:var(--heading);font-size:2.5rem;font-weight:800;line-height:1;display:block}.result-score small{color:var(--muted)}.pass-chance-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);flex:1;gap:10px;min-width:0;padding:20px;display:grid}.pass-chance-card span{color:#fff;background:var(--red);border-radius:999px;justify-self:start;padding:6px 10px;font-size:.78rem;font-weight:800}.pass-chance-card.small span{background:var(--orange)}.pass-chance-card.reasonable span,.pass-chance-card.large span{background:var(--green)}.pass-chance-card h3{font-size:1.15rem}.pass-chance-card p,.pass-chance-card small{color:var(--muted)}.result-list{gap:10px;display:grid}.result-row{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:14px;padding:16px;display:flex}.result-row strong{color:var(--heading);margin-bottom:8px;display:block}.result-row p{color:var(--muted)}.result-marker{color:#fff;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-size:0;font-weight:900;display:grid}.result-marker:before{font-size:.78rem}.result-marker.correct{background:var(--green)}.result-marker.correct:before{content:"OK"}.result-marker.wrong{background:var(--red)}.result-marker.wrong:before{content:"X"}.practice-hero{grid-template-columns:minmax(0,1fr);padding-top:34px}.practice-hero h1{max-width:860px;line-height:1.02}.exam-tabs{border-bottom:1px solid var(--line);padding:0 0 12px}.exam-tab{background:#ffffffc7;border-radius:8px;min-height:46px;box-shadow:0 8px 22px #182f440d}.exam-tab.active{box-shadow:inset 0 -3px 0 var(--primary), 0 12px 28px #182f4414;background:#fff}.tab-badge{color:#fff;background:#102231;border-radius:999px;padding:3px 6px;font-size:.68rem;font-weight:900;line-height:1}.practice-focus{width:min(1240px,100% - 40px)}.practice-question-card{box-shadow:none;background:0 0;border:0;padding:0}.exam-command-bar{z-index:12;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #cbd6ded1;border-radius:8px;padding:16px 18px;position:sticky;top:0;box-shadow:0 18px 44px #182f441a}.exam-command-bar strong{margin-top:3px;font-size:clamp(1.05rem,2vw,1.35rem);display:block}.exam-command-bar p{color:var(--muted);font-size:.92rem;font-weight:750}.exam-status{justify-content:flex-end}.timer-pill{border-radius:8px;justify-content:center;min-width:94px;padding:10px 13px;font-size:.98rem}.exam-progress-card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:14px 16px;box-shadow:0 12px 32px #182f440f}.exam-progress-card>strong{color:var(--heading);justify-self:end;font-size:.92rem}.progress-track{background:#dbe5e9;border-radius:999px;height:9px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--primary);height:100%;display:block}.exam-overview,.exam-instructions,.answer-panel,.question-passage{border-radius:8px;box-shadow:0 16px 38px #182f4412}.exam-overview{background:#fff;gap:12px;padding:14px}.overview-grid{grid-template-columns:repeat(auto-fill,36px);justify-content:start}.overview-number{aspect-ratio:1;border-radius:7px;width:36px;height:36px;min-height:0;font-size:.88rem;transition:border-color .16s,background .16s,color .16s,transform .16s}.overview-number:hover{transform:translateY(-1px)}.overview-number.unanswered{color:#48616d;background:#eef3f5}.overview-number.answered{background:#17644f}.overview-number.selected{color:#102231;background:#ffd27a;border-color:#e8a23b}.exam-instructions{background:#fff}.reading-guidance h2{font-size:clamp(1.15rem,1.8vw,1.45rem)}.exam-workspace{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:16px}.exam-workspace.knm-workspace{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);align-items:stretch}.exam-workspace.listening-workspace{grid-template-columns:minmax(0,1.05fr) minmax(360px,.85fr);align-items:start}.listening-scenario-panel{gap:14px;display:grid}.listening-scenario-copy,.listening-instruction-panel,.listening-video-panel{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 16px 38px #182f4412}.listening-scenario-copy{gap:8px;padding:clamp(18px,2.4vw,28px);display:grid}.listening-scenario-copy h2{color:var(--heading);margin:0;font-size:clamp(1.35rem,2.3vw,1.85rem);line-height:1.18}.listening-scenario-copy p{color:#334b5a;max-width:62ch;font-size:1.02rem;line-height:1.68}.listening-instruction-panel{padding:clamp(16px,2vw,22px)}.listening-instruction-panel ol{color:#243b49;gap:8px;margin:10px 0 0;padding-left:20px;font-size:1rem;font-weight:800;display:grid}.listening-video-panel{color:var(--heading);background:#fff}.listening-video-header{justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.listening-video-header .panel-kicker{color:var(--muted)}.listening-video-header strong{color:var(--heading)}.listening-video-frame,.listening-video-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#742131d9,#2d5276c7),#102231;width:100%}.listening-video-frame video{object-fit:cover;background:#102231;width:100%;height:100%;display:block}.listening-video-placeholder{color:#ffffffd6;align-content:center;justify-items:center;gap:10px;font-weight:850;display:grid}.listening-video-placeholder .visual-symbol{background:#ffffff1f;width:58px;height:58px}.listening-conversation-player{background:#fff;display:grid}.listening-stage{--scene-bg:#f7efe2;--scene-accent-soft:#d88a2d33;--scene-second-soft:#16836a24;--scene-line:#0f1f2e14;background:linear-gradient(180deg, #ffffffd1, #ffffff7a), radial-gradient(circle at 16% 18%, var(--scene-accent-soft), transparent 30%), radial-gradient(circle at 84% 18%, var(--scene-second-soft), transparent 32%), linear-gradient(135deg, var(--scene-bg), #fff 72%);isolation:isolate;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));align-items:end;gap:clamp(10px,2vw,18px);min-height:320px;padding:clamp(34px,5vw,54px) clamp(16px,3vw,30px) clamp(22px,3vw,34px);display:grid;position:relative;overflow:hidden}.listening-stage.scene-tone-1{--scene-bg:#f7efe2;--scene-accent-soft:#d88a2d38;--scene-second-soft:#16836a24}.listening-stage.scene-tone-2{--scene-bg:#eef7f5;--scene-accent-soft:#16836a2e;--scene-second-soft:#2d527624}.listening-stage.scene-tone-3{--scene-bg:#f7eef1;--scene-accent-soft:#74213126;--scene-second-soft:#e8a23b29}.listening-stage.scene-tone-4{--scene-bg:#edf3f8;--scene-accent-soft:#2d52762b;--scene-second-soft:#5bb1b529}.listening-stage.scene-tone-5{--scene-bg:#f3f6e9;--scene-accent-soft:#7e973629;--scene-second-soft:#d88a2d24}.listening-stage:before{z-index:-1;border:1px solid var(--scene-line);content:"";background:#ffffff6b;border-radius:8px;position:absolute;inset:16px}.listening-stage.speakers-1{grid-template-columns:minmax(160px,240px);justify-content:center}.listening-stage.speakers-2{grid-template-columns:repeat(2,minmax(120px,220px));justify-content:center}.listening-character{color:#536673;opacity:.86;justify-items:center;gap:8px;min-width:0;transition:color .18s,opacity .18s,transform .18s;display:grid;transform:translateY(6px)}.listening-character.active{color:var(--heading);opacity:1;transform:translateY(0)}.listening-character strong,.listening-character small{overflow-wrap:anywhere;text-align:center;max-width:100%}.listening-character strong{font-size:.94rem;line-height:1.12}.listening-character small{color:#647985;font-size:.76rem;font-weight:850}.listening-character.active small{color:var(--primary)}.listening-avatar{filter:drop-shadow(0 16px 18px #182f4429);place-items:end center;width:clamp(76px,11vw,104px);height:clamp(106px,15vw,138px);display:grid;position:relative}.avatar-head,.avatar-body,.avatar-badge{position:absolute;left:50%;transform:translate(-50%)}.avatar-head{background:radial-gradient(circle at 36% 35%,#ffffff42,#0000 9%),#efc0a3;border-radius:48% 48% 44% 44%;width:62%;height:54%;top:0;box-shadow:inset 0 -8px #78463414,0 -12px 0 -5px #3a2b2adb}.avatar-eye{background:#102231;border-radius:50%;width:6px;height:6px;animation:4.8s infinite presenterBlink;position:absolute;top:38%}.avatar-eye.left{left:27%}.avatar-eye.right{right:27%}.avatar-mouth{background:#8e3945;border-radius:0 0 999px 999px;width:22px;height:6px;position:absolute;bottom:24%;left:50%;transform:translate(-50%)}.listening-character.active .avatar-mouth{animation:.46s ease-in-out infinite presenterTalk}.avatar-body{background:linear-gradient(90deg,#ffffff29,#0000 48%),#2d5276;border-radius:36px 36px 10px 10px;width:88%;height:52%;bottom:0}.avatar-badge{color:#fff;letter-spacing:.03em;background:#102231bd;border:1px solid #ffffff3d;border-radius:999px;place-items:center;min-width:34px;height:24px;font-size:.68rem;font-weight:950;display:grid;bottom:18%}.speaker-tone-1 .avatar-body{background:linear-gradient(90deg,#ffffff29,#0000 48%),#2d5276}.speaker-tone-2 .avatar-body{background:linear-gradient(90deg,#ffffff29,#0000 48%),#17644f}.speaker-tone-3 .avatar-body{background:linear-gradient(90deg,#ffffff29,#0000 48%),#742131}.speaker-tone-4 .avatar-body{background:linear-gradient(90deg,#ffffff29,#0000 48%),#7a5a27}.listening-sound-wave{align-items:end;gap:5px;height:34px;display:flex;position:absolute;bottom:22px;right:22px}.listening-sound-wave i{background:var(--primary);opacity:.38;border-radius:999px;width:5px;height:12px}.listening-conversation-player.playing .listening-sound-wave i{animation:.85s ease-in-out infinite presenterWave}.listening-conversation-player.playing .listening-sound-wave i:nth-child(2){animation-delay:.12s}.listening-conversation-player.playing .listening-sound-wave i:nth-child(3){animation-delay:.24s}.listening-conversation-player.playing .listening-sound-wave i:nth-child(4){animation-delay:.36s}.listening-player-controls{border-top:1px solid var(--line);justify-content:center;align-items:center;gap:14px;padding:14px 16px;display:flex}.listening-player-controls .button{white-space:nowrap}.listening-progress-track{background:#eef3f5;height:5px;overflow:hidden}.listening-progress-track span{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:0 999px 999px 0;height:100%;transition:width .22s;display:block}.listening-answer-panel{align-self:start;position:sticky;top:104px}.writing-workspace{grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);align-items:start;gap:clamp(18px,2.5vw,28px);display:grid}.writing-scenario-panel{gap:14px;display:grid}.writing-scenario-card,.writing-detail-card,.writing-instruction-card,.writing-answer-panel{border:1px solid var(--line);background:#fff;border-radius:8px;box-shadow:0 16px 38px #182f4412}.writing-scenario-card,.writing-detail-card,.writing-instruction-card{padding:clamp(16px,2vw,24px)}.writing-scenario-card h2{color:var(--heading);margin:8px 0 0;font-size:clamp(1.3rem,2vw,1.75rem);line-height:1.18}.writing-scenario-card p{color:#334b5a;margin-top:10px;line-height:1.66}.writing-detail-card ul,.writing-instruction-card ol{color:#243b49;gap:8px;margin:10px 0 0;padding-left:20px;line-height:1.55;display:grid}.writing-answer-panel{gap:18px;padding:clamp(18px,2.4vw,28px);display:grid}.writing-answer-header{justify-content:space-between;align-items:start;gap:16px;display:flex}.writing-answer-header h2{color:var(--heading);margin:6px 0 0;font-size:clamp(1.35rem,2.2vw,1.9rem);line-height:1.18}.writing-task-chip{color:#146b54;text-transform:uppercase;letter-spacing:.04em;background:#eefaf5;border:1px solid #146b5433;border-radius:999px;flex:none;padding:6px 10px;font-size:.76rem;font-weight:900}.writing-email-composer,.writing-form-answer{gap:12px;display:grid}.writing-form-additional{border-top:1px solid #0f172a1a;gap:12px;margin-top:4px;padding-top:16px;display:grid}.email-row{background:#f8fbfc;border:1px solid #dbe6ec;border-radius:8px;grid-template-columns:95px minmax(0,1fr);align-items:center;gap:12px;padding:10px 12px;display:grid}.email-row span,.writing-form-answer label span{color:#5a7180;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:900}.email-row strong{min-width:0;color:var(--heading);font-size:.95rem}.writing-email-composer textarea,.writing-form-answer textarea,.writing-form-answer input,.writing-plain-answer{color:#223846;width:100%;font:inherit;background:#fbfdfe;border:1px solid #cddce4;border-radius:8px;outline:none;line-height:1.55;transition:border-color .2s,box-shadow .2s,background .2s}.writing-email-composer textarea,.writing-form-answer textarea,.writing-plain-answer{resize:vertical;min-height:250px;padding:14px 15px}.writing-form-answer input{min-height:46px;padding:10px 12px}.writing-form-answer label{gap:7px;display:grid}.writing-form-answer textarea{min-height:110px}.writing-email-composer textarea:focus,.writing-form-answer textarea:focus,.writing-form-answer input:focus,.writing-plain-answer:focus{background:#fff;border-color:#2f8a72;box-shadow:0 0 0 3px #2f8a7224}.writing-answer-footer{color:#5a7180;justify-content:space-between;gap:12px;font-size:.86rem;font-weight:800;display:flex}.writing-score-summary{background:#f0faf6;border:1px solid #146b5429;border-radius:8px;align-items:center;gap:16px;padding:16px;display:flex}.writing-score-summary strong{color:#146b54;margin-bottom:6px;display:block}.question-passage{border:1px solid var(--line);background:#fff;padding:clamp(24px,3vw,36px)}.question-passage p{color:#243b49;max-width:68ch;font-size:clamp(1.02rem,1.25vw,1.12rem);line-height:1.84}.reading-passage-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:18px;display:flex}.reading-passage-header h3{color:var(--heading);margin:4px 0 0;font-size:clamp(1.2rem,1.9vw,1.55rem);line-height:1.3}.scenario-chip{color:#17644f;background:#eef5f1;border-radius:999px;flex:none;padding:7px 11px;font-size:.82rem;font-weight:800}.reading-passage-body{gap:14px;margin-top:18px;display:grid}.question-passage .reading-passage-body p{max-width:72ch;margin:0}.reading-passage-missing{color:var(--muted);margin-top:18px;font-weight:700}.knm-instructions{background:linear-gradient(135deg,#fffffff0,#edf4efe6),repeating-linear-gradient(90deg,#2d52760f 0 1px,#0000 1px 20px);border-color:#2d52762e}.knm-media-panel{background:#f8fbfa;border-color:#2d52762e;gap:16px;display:grid;overflow:hidden}.knm-question-panel{gap:10px;display:grid}.knm-photo-card,.knm-question-box{border:1px solid var(--line);background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 16px 38px #182f4412}.knm-photo-card{isolation:isolate;height:126px;min-height:0;position:relative}.knm-photo-card:before,.knm-photo-card:after{z-index:1;content:"";pointer-events:none;position:absolute}.knm-photo-card:before{background:linear-gradient(#0b111714,#0b1117c7),linear-gradient(90deg,#0b111775,#0000 58%);inset:0}.knm-photo-card:after{background:linear-gradient(90deg,#0000,#ffffff38,#0000);width:30%;animation:6.2s ease-in-out infinite knmLightSweep;top:0;bottom:0;left:-34%;transform:skew(-18deg)}.knm-photo-card img{object-fit:cover;width:100%;height:100%;min-height:0;animation:12s ease-in-out infinite knmImageDrift;display:block;transform:scale(1.02)}.knm-photo-label{z-index:2;color:#fff;gap:4px;display:grid;position:absolute;bottom:12px;left:14px;right:14px}.knm-photo-label span{color:#ffffffd1;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff3d;border-radius:999px;width:max-content;padding:5px 8px;font-size:.68rem;font-weight:900}.knm-photo-label strong{color:#fff;max-width:13ch;font-size:clamp(1.08rem,1.8vw,1.35rem);line-height:.98}.knm-question-box{gap:12px;padding:clamp(18px,2.2vw,24px);display:grid}.knm-question-box .question-title{border-bottom:0;margin-top:0;padding-bottom:0;font-size:clamp(1.25rem,2vw,1.65rem)}.knm-answer-panel{align-self:start;position:sticky;top:104px}.knm-answer-heading{border-bottom:1px solid var(--line);gap:4px;padding-bottom:12px;display:grid}.knm-answer-heading strong{color:var(--heading);font-size:1.05rem}.speaking-workspace{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);align-items:start;gap:16px;display:grid}.exam-welcome-panel,.speaking-welcome-panel{background:linear-gradient(135deg,#fffcf4fa,#eefaf6f5),repeating-linear-gradient(90deg,#10223109 0 1px,#0000 1px 20px);border:1px solid #165c551f;border-radius:8px;gap:20px;padding:clamp(22px,4vw,38px);display:grid;box-shadow:0 22px 56px #182f441c}.reading-welcome-panel{background:linear-gradient(135deg,#f4f9fffa,#effaf6f5),repeating-linear-gradient(90deg,#2d52760a 0 1px,#0000 1px 20px)}.knm-welcome-panel{background:linear-gradient(135deg,#fffaeffa,#f2faf4f5),repeating-linear-gradient(90deg,#8a571e0b 0 1px,#0000 1px 20px)}.listening-welcome-panel{background:linear-gradient(135deg,#fff7f7fa,#eff8fff5),repeating-linear-gradient(90deg,#912f410b 0 1px,#0000 1px 20px)}.writing-welcome-panel{background:linear-gradient(135deg,#f7fffbfa,#f1f7fff5),repeating-linear-gradient(90deg,#1c735d0b 0 1px,#0000 1px 20px)}.exam-welcome-panel h2,.speaking-welcome-panel h2{max-width:780px;font-size:clamp(2rem,4vw,3rem);line-height:1.02}.exam-welcome-panel p,.speaking-welcome-panel p{color:var(--muted);font-size:1.06rem}.exam-welcome-copy,.speaking-welcome-copy{gap:10px;max-width:760px;display:grid}.exam-welcome-stats{grid-template-columns:repeat(2,minmax(0,190px));gap:10px;display:grid}.exam-welcome-stats strong{color:#fff;background:linear-gradient(145deg,#102231fa,#2d5276f5),#102231;border:1px solid #ffffff1f;border-radius:8px;gap:3px;padding:14px;font-weight:850;display:grid;box-shadow:0 14px 30px #10223129}.exam-welcome-stats strong span{color:#9ed7ff;font-size:1.7rem;line-height:1}.knm-welcome-stats strong{background:linear-gradient(145deg,#4d3723fa,#1e6953f0),#4d3723}.knm-welcome-stats strong span{color:#ffd27a}.listening-welcome-stats strong{background:linear-gradient(145deg,#742131fa,#2d5276f0),#742131}.listening-welcome-stats strong span{color:#ffd2da}.writing-welcome-stats strong{background:linear-gradient(145deg,#146b54fa,#254670f0),#146b54}.writing-welcome-stats strong span{color:#bff3d6}.speaking-type-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.speaking-type-grid span{min-height:96px;color:var(--heading);background:#fff;border:1px solid #10223114;border-radius:8px;align-content:center;justify-items:center;gap:8px;padding:14px;font-weight:850;display:grid;box-shadow:0 12px 28px #182f440f}.speaking-type-grid span:first-child{background:linear-gradient(145deg,#fff7e6,#fff)}.speaking-type-grid span:nth-child(2){background:linear-gradient(145deg,#eaf7ff,#fff)}.speaking-type-grid span:nth-child(3){background:linear-gradient(145deg,#eff8ed,#fff)}.speaking-type-grid span:nth-child(4){background:linear-gradient(145deg,#f7efff,#fff)}.speaking-type-grid .visual-symbol{width:38px;height:38px;margin:0;font-size:0}.speaking-welcome-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.speaking-welcome-stats strong{color:#fff;background:linear-gradient(145deg,#102231fa,#165c55f0),#102231;border:1px solid #ffffff1f;border-radius:8px;gap:3px;padding:14px;font-weight:850;display:grid;box-shadow:0 14px 30px #10223129}.speaking-welcome-stats strong span{color:#b9f28b;font-size:1.7rem;line-height:1}.exam-start-note,.speaking-start-note{background:#ffffffd1;border:1px solid #165c5521;border-left:4px solid #1d8a71;border-radius:8px;max-width:620px;padding:12px 14px;box-shadow:0 10px 24px #182f440d}.reading-welcome-panel .exam-start-note{border-left-color:#2d7fbd}.knm-welcome-panel .exam-start-note{border-left-color:#c7812f}.exam-welcome-panel .button,.speaking-welcome-panel .button{justify-self:start}.speaking-prompt-card,.speaking-recorder-card{border:1px solid var(--line);background:#fff;border-radius:8px;gap:18px;padding:clamp(20px,3vw,30px);display:grid;box-shadow:0 16px 38px #182f4412}.speaking-prompt-card{background:linear-gradient(135deg,#fff,#f8fbfa),repeating-linear-gradient(90deg,#16836a0d 0 1px,#0000 1px 20px);align-content:start;min-height:360px}.speaking-prompt-card h2{margin-top:6px;font-size:clamp(1.1rem,1.6vw,1.45rem);font-weight:650;line-height:1.25}.speaking-question{color:var(--heading);gap:5px;font-size:clamp(1.05rem,1.45vw,1.28rem);font-weight:650;line-height:1.42;display:grid}.speaking-question span{display:block}.speaking-visual-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.speaking-visual-grid.items-1{grid-template-columns:1fr}.speaking-visual-grid.items-2{grid-template-columns:repeat(2,minmax(0,1fr))}.speaking-media-frame{aspect-ratio:16/9;border-radius:8px;width:100%;min-height:220px;display:grid;overflow:hidden}.speaking-media-frame.has-speaking-image{aspect-ratio:auto;min-height:0;overflow:visible}.speaking-media-frame.has-speaking-image.storyboard-image,.speaking-media-frame.has-speaking-image.kind-two_pictures,.speaking-media-frame.has-speaking-image.kind-three_pictures{aspect-ratio:16/9;min-height:220px;overflow:hidden}.speaking-media-frame>*{width:100%;height:100%;min-height:0}.speaking-media-frame.has-speaking-image>*{height:auto}.speaking-media-frame.has-speaking-image.storyboard-image>*,.speaking-media-frame.has-speaking-image.kind-two_pictures>*,.speaking-media-frame.has-speaking-image.kind-three_pictures>*{height:100%}.speaking-media-frame .speaking-visual-grid{align-items:stretch;height:100%}.speaking-media-frame .speaking-visual-card{min-height:0}.speaking-video-frame{--scene-bg:#f7efe2;--scene-deep:#2d5276;--scene-accent:#d88a2d;--scene-accent-soft:#d88a2d33;--scene-second-soft:#16836a24;--scene-line:#0f1f2e17;border:1px solid color-mix(in srgb, var(--scene-deep) 18%, transparent);background:linear-gradient(135deg, color-mix(in srgb, var(--scene-bg) 78%, #fff), #ffffffd1 62%), radial-gradient(circle at 8% 12%, var(--scene-accent-soft), transparent 30%), radial-gradient(circle at 92% 20%, var(--scene-second-soft), transparent 34%), color-mix(in srgb, var(--scene-bg) 82%, #fff);isolation:isolate;border-radius:8px;padding:clamp(10px,1.6vw,14px);display:grid;position:relative;overflow:hidden;box-shadow:0 16px 34px #1022311a}.speaking-video-frame:before{z-index:0;border:1px solid color-mix(in srgb, var(--scene-deep) 11%, transparent);background:radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--scene-accent) 18%, transparent), transparent 28%), #ffffff2e;content:"";border-radius:8px;position:absolute;inset:10px}.speaking-video-frame:after{z-index:0;background:radial-gradient(circle, color-mix(in srgb, var(--scene-accent) 14%, transparent), transparent 68%);opacity:.72;content:"";border-radius:999px;width:90px;height:90px;position:absolute;inset:auto 18px 18px auto}.speaking-video-frame video{z-index:1;object-fit:cover;background:#0b1117;border:1px solid #0f1f2e1a;border-radius:6px;width:100%;height:100%;display:block;position:relative;box-shadow:0 16px 26px #10223124}.speaking-image-frame{background:#f3f8f7;border:1px solid #2d527624;border-radius:8px;place-items:center;margin:0;padding:clamp(8px,1.5vw,14px);display:grid;overflow:visible;box-shadow:0 18px 36px #1022311a}.speaking-image-frame img{object-fit:contain;background:#f3f8f7;border-radius:6px;width:auto;max-width:100%;height:auto;max-height:min(68vh,680px);display:block}.speaking-image-frame.wide-storyboard img{width:100%;max-height:none}.speaking-image-frame.storyboard-image,.speaking-image-frame.kind-two_pictures,.speaking-image-frame.kind-three_pictures{box-sizing:border-box;width:100%;height:100%;min-height:0;padding:clamp(8px,1.3vw,12px);overflow:hidden}.speaking-image-frame.storyboard-image img,.speaking-image-frame.kind-two_pictures img,.speaking-image-frame.kind-three_pictures img{object-fit:contain;object-position:center;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;max-height:100%;display:block}.speaking-presenter-frame{--scene-bg:#f7efe2;--scene-deep:#2d5276;--scene-accent:#d88a2d;--scene-accent-soft:#d88a2d33;--scene-second-soft:#16836a24;--scene-line:#0f1f2e17;border:1px solid color-mix(in srgb, var(--scene-deep) 9%, transparent);background:linear-gradient(180deg, #ffffffc2, #ffffff5c), radial-gradient(circle at 12% 16%, var(--scene-accent-soft), transparent 30%), radial-gradient(circle at 88% 20%, var(--scene-second-soft), transparent 34%), linear-gradient(135deg, var(--scene-bg), color-mix(in srgb, var(--scene-deep) 8%, #fff) 72%);color:var(--heading);isolation:isolate;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 14px 30px #10223116}.speaking-presenter-frame:before{z-index:0;background:radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--scene-accent) 14%, transparent), transparent 30%), radial-gradient(circle at 80% 78%, #fff3, transparent 34%), #ffffff1a;content:"";border-radius:8px;position:absolute;inset:10px}.speaking-video-frame.scene-tone-1,.speaking-presenter-frame.scene-tone-1{--scene-bg:#f7efe2;--scene-deep:#8a5d28;--scene-accent:#d88a2d;--scene-accent-soft:#d88a2d33;--scene-second-soft:#16836a24}.speaking-video-frame.scene-tone-2,.speaking-presenter-frame.scene-tone-2{--scene-bg:#eef7f5;--scene-deep:#0e5f4f;--scene-accent:#16836a;--scene-accent-soft:#16836a33;--scene-second-soft:#2d527624}.speaking-video-frame.scene-tone-3,.speaking-presenter-frame.scene-tone-3{--scene-bg:#f7eef1;--scene-deep:#742131;--scene-accent:#b95a6a;--scene-accent-soft:#74213129;--scene-second-soft:#e8a23b26}.speaking-video-frame.scene-tone-4,.speaking-presenter-frame.scene-tone-4{--scene-bg:#edf3f8;--scene-deep:#2d5276;--scene-accent:#4b86a8;--scene-accent-soft:#2d52762e;--scene-second-soft:#5bb1b529}.speaking-video-frame.scene-tone-5,.speaking-presenter-frame.scene-tone-5{--scene-bg:#f3f6e9;--scene-deep:#61742d;--scene-accent:#7ecb45;--scene-accent-soft:#7e973629;--scene-second-soft:#d88a2d24}.speaking-video-frame.scene-variant-2:after,.speaking-presenter-frame.scene-variant-2 .presenter-scene:before{background:linear-gradient(135deg, color-mix(in srgb, var(--scene-accent) 10%, transparent), transparent 56%), #ffffff2e}.speaking-video-frame.scene-variant-3:after,.speaking-presenter-frame.scene-variant-3 .presenter-scene:before{background:radial-gradient(circle at 24% 24%, color-mix(in srgb, var(--scene-accent) 11%, transparent), transparent 26%), #ffffff2e}.speaking-video-frame.scene-variant-4:after,.speaking-presenter-frame.scene-variant-4 .presenter-scene:before{background:linear-gradient(45deg, #fff3, transparent 42%), color-mix(in srgb, var(--scene-accent) 8%, transparent)}.presenter-scene{z-index:1;isolation:isolate;place-items:center;height:100%;min-height:0;padding:clamp(22px,4vw,38px);display:grid;position:relative}.presenter-scene:before{z-index:-1;background:radial-gradient(circle at 50% 54%, #ffffff75, transparent 42%), radial-gradient(circle at 50% 72%, color-mix(in srgb, var(--scene-deep) 7%, transparent), transparent 46%);content:"";border-radius:8px;position:absolute;inset:16px}.presenter-portrait{place-items:center;display:grid}.presenter-photo{filter:drop-shadow(0 18px 20px #182f4424);background:0 0;border:0;border-radius:0;width:168px;height:214px;position:relative;overflow:visible}.presenter-photo:before{background:radial-gradient(circle at 50% 18%, #ffffff6b, transparent 38%), linear-gradient(180deg, color-mix(in srgb, var(--scene-bg) 64%, #fff), transparent 82%);content:"";border-radius:42% 42% 24% 24%;position:absolute;inset:14px 8px 8px}.portrait-hair,.portrait-face,.portrait-neck,.portrait-jacket{position:absolute;left:50%;transform:translate(-50%)}.portrait-hair{background:linear-gradient(90deg,#ffffff14,#0000 36%),#4b332b;border-radius:48% 48% 40% 40%;width:92px;height:112px;top:24px}.portrait-face{background:#efc0a3;border-radius:46% 46% 42% 42%;width:70px;height:84px;top:42px;box-shadow:inset 0 -8px #78463414}.portrait-eye{background:#102231;border-radius:50%;width:6px;height:6px;animation:4.8s infinite presenterBlink;position:absolute;top:34px}.portrait-eye.left{left:21px}.portrait-eye.right{right:21px}.portrait-mouth{background:#8e3945;border-radius:0 0 999px 999px;width:22px;height:6px;position:absolute;bottom:19px;left:50%;transform:translate(-50%)}.speaking-presenter-frame.talking .portrait-mouth{animation:.46s ease-in-out infinite presenterTalk}.portrait-neck{background:#e6ae93;width:30px;height:28px;top:118px}.portrait-jacket{background:linear-gradient(90deg,#20364a 0 48%,#f5f7f8 48% 54%,#20364a 54%),#20364a;border-radius:42px 42px 10px 10px;width:134px;height:82px;bottom:-10px}.presenter-caption{gap:8px;max-width:420px;display:grid}.presenter-caption span{color:#9ed7ff;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:900}.presenter-caption strong{text-shadow:0 2px 14px #00000052;font-size:clamp(1.5rem,3vw,2.35rem);line-height:1.08}.presenter-wave{align-items:end;gap:5px;height:34px;display:flex;position:absolute;bottom:28px;right:clamp(18px,4vw,34px)}.presenter-wave i{background:var(--primary);opacity:.38;border-radius:999px;width:5px;height:12px}.speaking-presenter-frame.talking .presenter-wave i{animation:.85s ease-in-out infinite presenterWave}.speaking-presenter-frame.talking .presenter-wave i:nth-child(2){animation-delay:.12s}.speaking-presenter-frame.talking .presenter-wave i:nth-child(3){animation-delay:.24s}.speaking-presenter-frame.talking .presenter-wave i:nth-child(4){animation-delay:.36s}.speaking-visual-card{color:#fff;background:linear-gradient(135deg,#102231eb,#16836ac2),repeating-linear-gradient(135deg,#ffffff1f 0 1px,#0000 1px 18px);border:1px solid #2d527629;border-radius:8px;align-content:center;place-items:center;gap:10px;min-height:124px;display:grid;overflow:hidden}.visual-symbol{background:#ffffff2e;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.visual-symbol:before{content:"";display:block}.visual-symbol.play:before{border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:15px solid #fff;width:0;height:0;margin-left:4px}.visual-symbol.image:before{background:radial-gradient(circle at 68% 34%,#fff 0 2px,#0000 3px),linear-gradient(135deg,#0000 48%,#ffffffe6 49% 62%,#0000 63%);border:2px solid #fff;border-radius:4px;width:22px;height:16px}.speaking-visual-card span{overflow-wrap:anywhere;text-align:center;background:#ffffff26;border-radius:999px;max-width:min(92%,260px);padding:8px 12px;font-weight:900;line-height:1.2}@keyframes presenterTalk{0%,to{border-radius:0 0 999px 999px;height:7px}50%{border-radius:999px;height:14px}}@keyframes presenterWave{0%,to{opacity:.55;height:12px}50%{opacity:1;height:32px}}@keyframes presenterBlink{0%,94%,to{transform:scaleY(1)}96%{transform:scaleY(.15)}}.speaking-tools{justify-items:start;gap:8px;margin-top:auto;display:grid}.speaking-recorder-card{position:sticky;top:104px}.speaking-recorder-card h2{margin-top:6px;font-size:clamp(1.35rem,2.4vw,1.9rem)}.speaking-recorder-card p{color:var(--muted)}.recorder-meter{border:1px solid var(--line);background:#f7fafb;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.recorder-meter span{background:#9daab4;border-radius:50%;width:14px;height:14px;display:block}.recorder-meter.active span{background:var(--red);animation:1.15s ease-in-out infinite recordingPulse}.recorder-meter strong{color:var(--heading);font-variant-numeric:tabular-nums;font-size:1.35rem}.recorder-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.recording-playback{width:100%}.saved-recording-note{border-left:4px solid var(--green);background:#f2faf6;border-radius:8px;padding:12px 14px}.speaking-score-summary{background:#f7fbff;border:1px solid #2d52761f;border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:18px;display:grid}.admin-review-page .app-content{gap:22px}.admin-review-page .app-header h1{max-width:none;font-size:clamp(1.6rem,2.4vw,2.25rem);line-height:1.18}.review-filter-bar{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:14px;display:grid}.review-filter-bar label{gap:6px;display:grid}.review-filter-bar span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:900}.review-filter-bar select,.review-filter-bar input{border:1px solid var(--line);width:100%;color:var(--heading);background:#f9fbfc;border-radius:8px;padding:10px 12px}.review-shell{grid-template-columns:minmax(260px,.36fr) minmax(0,1fr);align-items:start;gap:16px;display:grid}.review-list,.review-detail{border:1px solid var(--line);background:#fff;border-radius:8px;box-shadow:0 14px 34px #182f440f}.review-list{max-height:calc(100vh - 160px);display:grid;overflow:auto}.review-list-header{z-index:1;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;padding:14px;display:flex;position:sticky;top:0}.review-list-header small{color:var(--muted)}.review-list-item{border:0;border-bottom:1px solid var(--line);color:var(--heading);text-align:left;cursor:pointer;background:0 0;gap:5px;padding:13px 14px;display:grid}.review-list-item.active,.review-list-item:hover{background:#f3faf8}.review-list-item span,.review-list-item small{color:var(--muted);font-size:.8rem;font-weight:800}.review-list-item strong{overflow-wrap:anywhere;line-height:1.35}.review-detail{gap:18px;padding:clamp(18px,3vw,26px);display:grid}.review-detail-header{justify-content:space-between;gap:16px;display:flex}.review-status-control{justify-items:end;gap:9px;min-width:min(100%,420px);display:grid}.status-button-row{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.status-button{color:#263f4d;font:inherit;cursor:pointer;background:#fff;border:1px solid #2d527629;border-radius:999px;padding:8px 11px;font-size:.78rem;font-weight:900}.status-button:hover:not(:disabled),.status-button.active{color:#1a6f43;background:#e5f5ec;border-color:#16836a47}.status-button.rejected:hover:not(:disabled),.status-button.rejected.active{color:#9f2d2d;background:#fdeaea;border-color:#d7534a52}.status-button.pending_review:hover:not(:disabled),.status-button.pending_review.active,.status-button.needs_generation:hover:not(:disabled),.status-button.needs_generation.active{color:#654180;background:#f3edf9;border-color:#65418038}.status-button:disabled{cursor:not-allowed;opacity:.62}.review-detail-header h2{overflow-wrap:anywhere;max-width:980px;font-size:clamp(1.18rem,1.8vw,1.55rem);font-weight:750;line-height:1.32}.review-workbench-grid,.media-workbench-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);align-items:start;gap:16px;display:grid}.review-panel{background:#fff;border:1px solid #2d527624;border-radius:8px;gap:14px;padding:18px;display:grid}.review-panel-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.review-panel-heading.compact{align-items:center}.review-panel-heading strong{color:var(--heading);font-size:1rem}.panel-kicker{color:#4f6977;letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:900}.learner-preview-panel,.answer-key-panel,.media-workbench-panel{background:#fbfdfd}.speaking-preview-card,.question-preview-card{border:1px solid var(--line);background:#f7fbfc;border-radius:8px;gap:14px;padding:16px;display:grid}.practice-preview-card{background:0 0;border:0;padding:0}.admin-speaking-practice-preview{gap:14px;display:grid}.admin-learner-speaking-card,.admin-recorder-preview{min-height:0;padding:clamp(16px,2vw,22px);position:static}.admin-learner-speaking-card .speaking-question{font-size:clamp(1rem,1.35vw,1.18rem)}.admin-preview-tools .button:disabled,.admin-recorder-preview .button:disabled{cursor:default;opacity:.78}.admin-preview-placeholder{min-height:220px}.admin-preview-answers .answer-option{cursor:default}.admin-preview-answers .answer-option:hover{border-color:var(--line);background:#fff}.speaking-preview-card h3,.question-preview-card h3{color:var(--heading);overflow-wrap:anywhere;font-size:clamp(1.08rem,1.45vw,1.35rem);font-weight:750;line-height:1.34}.question-preview-card p{color:#263f4d;font-size:1rem;font-weight:650;line-height:1.6}.speaking-preview-question{color:#162f3f;background:#fff;border:1px solid #2d527624;border-radius:8px;gap:6px;padding:14px;font-size:1.04rem;font-weight:800;line-height:1.5;display:grid}.preview-options-list{gap:9px;display:grid}.preview-options-list span{color:#1d3949;background:#fff;border:1px solid #2d527624;border-radius:8px;padding:12px 14px;font-weight:800;line-height:1.45}.answer-key-list{gap:10px;display:grid}.answer-key-option,.answer-guidance{background:#fff;border:1px solid #2d527624;border-radius:8px;padding:14px}.answer-key-option.correct{background:#eefaf4;border-color:#167e5352}.answer-key-option strong,.answer-guidance strong{color:var(--heading)}.answer-key-option p,.answer-key-option small,.answer-guidance p,.answer-guidance li{color:#263f4d;line-height:1.6}.answer-key-option small{margin-top:6px;display:block}.review-media-frame{background:#f3f7f8;border:1px solid #2d527624;border-radius:8px;overflow:hidden}.review-media-frame img,.review-media-frame video{aspect-ratio:16/9;object-fit:cover;width:100%;max-height:460px;display:block}.learner-frame img,.learner-frame video{max-height:520px}.review-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-field{gap:7px;display:grid}.admin-field span,.option-edit-row label span{color:#4f6977;letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:900}.admin-field input,.admin-field select,.admin-field textarea,.option-edit-row input,.metadata-editor textarea{width:100%;color:var(--heading);font:inherit;background:#f9fbfc;border:1px solid #2d52762e;border-radius:8px;padding:11px 12px;font-weight:650}.admin-field.url-field input{color:#102231;text-overflow:ellipsis;background:#fff;min-height:50px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.94rem;font-weight:600;line-height:1.45;overflow:hidden}.admin-field.url-field input:focus{text-overflow:clip;overflow:visible}.admin-field textarea,.metadata-editor textarea{resize:vertical;line-height:1.55}.admin-field.compact input,.admin-field.compact select{min-height:44px}.manual-media-save{grid-template-columns:minmax(0,1fr);align-items:end;gap:10px;margin-top:12px;display:grid}.manual-media-save .admin-field.compact,.manual-media-save .button{width:min(100%,220px)}.media-candidate-panel{gap:12px;display:grid}.media-candidate-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;display:grid}.media-candidate{background:#fff;border:1px solid #2d527624;border-radius:8px;gap:9px;padding:10px;display:grid}.media-candidate img{aspect-ratio:1;object-fit:cover;border-radius:6px;width:100%}.media-candidate strong,.media-candidate small{display:block}.media-candidate small{color:#58717e}.question-edit-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.full-field{grid-column:1/-1}.options-editor{border-top:1px solid var(--line);gap:10px;padding-top:14px;display:grid}.option-edit-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto auto;align-items:end;gap:10px;display:grid}.option-edit-row label{gap:7px;display:grid}.checkbox-row{min-height:44px;color:var(--heading);align-items:center;gap:8px;font-weight:800;display:flex!important}.checkbox-row input{width:auto}.metadata-editor,.metadata-viewer{background:#f9fbfc;border:1px solid #2d527624;border-radius:8px;padding:14px}.metadata-editor summary,.metadata-viewer summary{color:var(--heading);cursor:pointer;font-weight:900}.metadata-editor textarea{margin-top:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.88rem;font-weight:500}.metadata-viewer pre{color:#edf9ff;white-space:pre-wrap;background:#102231;border-radius:8px;max-height:420px;margin-top:12px;padding:14px;overflow:auto}.danger-zone-panel{background:snow;border-color:#d7534a52}.danger-zone-panel p,.danger-zone-panel small{color:#68403b;line-height:1.55}.delete-actions{flex-wrap:wrap;gap:10px;display:flex}.review-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.review-info-grid>div{border:1px solid var(--line);background:#f9fbfc;border-radius:8px;padding:14px}.review-info-grid p,.review-info-grid li{color:var(--muted);line-height:1.55}.review-chip-row{flex-wrap:wrap;gap:8px;display:flex}.admin-dashboard-page .app-content{gap:22px}.admin-generated{color:var(--muted);font-size:.92rem}.admin-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;display:grid}.admin-card{border:1px solid var(--line);background:#fff;border-radius:8px;gap:18px;padding:20px;display:grid;box-shadow:0 14px 34px #182f440f}.admin-card.wide{grid-column:1/-1}.admin-card-heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.admin-card h2{font-size:clamp(1.35rem,2vw,2rem)}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:720px}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px}.admin-table th{color:var(--muted);text-transform:uppercase;font-size:.76rem;font-weight:900}.admin-table td strong,.admin-table td small{display:block}.admin-activity-table{min-width:900px}.admin-table td small,.admin-list-row small,.admin-user-result small{color:var(--muted)}.admin-list{gap:10px;display:grid}.admin-list.compact{gap:8px}.admin-list-row{border:1px solid var(--line);background:#f9fbfc;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.admin-list-row>div{min-width:0}.admin-list-row small{overflow-wrap:anywhere}.issue-row{align-items:flex-start}.issue-meta{color:var(--muted);text-align:right;flex:none;justify-items:end;gap:6px;font-size:.78rem;font-weight:800;display:grid}.admin-privacy-layout{grid-template-columns:minmax(260px,.95fr) minmax(280px,1.05fr);align-items:start;gap:16px;display:grid}.privacy-request-list{max-height:420px;overflow:auto}.privacy-review-form{border:1px solid var(--line);background:#f9fbfc;border-radius:8px;padding:14px}.admin-empty{color:var(--muted)}.admin-user-section{grid-template-columns:minmax(300px,.42fr) minmax(0,1fr);align-items:start;gap:16px;display:grid}.admin-search{grid-template-columns:1fr auto;gap:10px;display:grid}.admin-search input,.support-form input,.support-form select,.support-form textarea{border:1px solid var(--line);width:100%;color:var(--heading);font:inherit;background:#f9fbfc;border-radius:8px;padding:10px 12px}.user-results{max-height:430px;overflow:auto}.admin-user-result{border:1px solid var(--line);color:var(--heading);text-align:left;cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.admin-user-result:hover,.admin-user-result.active{background:#f3faf8;border-color:#16836a47}.admin-user-result strong,.admin-user-result small{display:block}.support-detail{gap:18px;display:grid}.admin-user-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.admin-user-facts>div{border:1px solid var(--line);background:#f9fbfc;border-radius:8px;padding:12px}.admin-user-facts span,.support-form span{color:var(--muted);text-transform:uppercase;font-size:.76rem;font-weight:900;display:block}.admin-user-facts strong{color:var(--heading);margin-top:5px;display:block}.support-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.support-form label{gap:7px;display:grid}.admin-help-text{color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}.admin-inline-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-inline-actions .button{flex:180px}.support-form .full-field,.support-form .button{grid-column:1/-1}.consent-shell{z-index:80;pointer-events:none;justify-items:center;display:grid;position:fixed;inset:auto 18px 18px}.consent-card{pointer-events:auto;background:linear-gradient(135deg,#fffffffa,#f7fcf9fa),#fff;border:1px solid #16836a2e;border-radius:14px;grid-template-columns:minmax(0,1.1fr) minmax(240px,.9fr);gap:18px;width:min(100%,980px);padding:18px;display:grid;box-shadow:0 22px 70px #11181f2e}.consent-copy{gap:8px;display:grid}.consent-copy h2{color:var(--heading);margin:0;font-size:1.12rem}.consent-copy p{color:var(--text);margin:0;line-height:1.65}.consent-links{flex-wrap:wrap;gap:12px;font-size:.9rem;font-weight:900;display:flex}.consent-links a{color:var(--primary-dark)}.consent-preferences{gap:8px;display:grid}.consent-toggle{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.consent-toggle strong,.consent-toggle small{display:block}.consent-toggle strong{color:var(--heading);font-size:.9rem}.consent-toggle small{color:var(--muted);margin-top:3px;font-size:.78rem;line-height:1.45}.consent-toggle input{width:18px;height:18px;accent-color:var(--primary)}.consent-toggle.required{background:#f7fbf8}.consent-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;align-items:center;gap:10px;display:flex}.consent-actions .text-button{color:var(--primary-dark)}.consent-actions .text-button:hover{color:var(--primary-dark);background:var(--primary-soft)}@media (width<=980px){.admin-panel-grid,.admin-user-section,.admin-privacy-layout{grid-template-columns:1fr}.admin-user-facts,.support-form,.admin-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.consent-card{grid-template-columns:1fr}}@media (width<=620px){.admin-user-facts,.support-form,.admin-metric-grid,.admin-search{grid-template-columns:1fr}.admin-card-heading,.admin-list-row,.admin-user-result{flex-direction:column;align-items:flex-start}.consent-shell{inset:auto 10px 10px}.consent-card{max-height:calc(100vh - 20px);padding:14px;overflow:auto}.consent-actions{flex-direction:column;align-items:stretch}.consent-actions .button{width:100%}}.review-chip-row span{color:var(--heading);background:#eaf4f1;border-radius:999px;padding:7px 10px;font-size:.86rem;font-weight:800}.speaking-score-summary.pending{background:linear-gradient(90deg,#2973b214,#6ebf7a1f),#fff;display:block}.speaking-score-summary h3{margin:8px 0}.status-pill.passed{color:#17663a;background:#e7f7ed}.app-page{background:linear-gradient(#f7f9f5 0%,#f3f6f2 100%)}.app-sidebar{background:#ffffffe6;box-shadow:inset -1px 0 #0f1f2e0a}.app-sidebar .brand{border-bottom:1px solid #0f1f2e14;padding-bottom:18px}.side-nav a,.text-button{align-items:center;gap:10px;min-height:42px;display:flex}.side-nav a.router-link-active{box-shadow:inset 3px 0 0 var(--primary)}.app-content{margin:0 auto}.app-header{padding-bottom:8px}.app-header h1{text-wrap:balance;max-width:760px}.readiness-card,.focus-card,.subscription-card,.metric-card,.progress-card,.plan-card,.attempt-card{box-shadow:var(--shadow-soft);background:#fffffff0;position:relative;overflow:hidden}.readiness-card:before,.focus-card:before,.subscription-card:before{background:linear-gradient(90deg, var(--primary), var(--accent));content:"";height:4px;position:absolute;top:0;left:0;right:0}.focus-card,.subscription-card{border-color:#16836a29}.dashboard-page .focus-card{background:linear-gradient(135deg,#fffffffa,#f6fbf9f5),#fff}.dashboard-page .subscription-card{background:#fffffff0}.dashboard-page .plan-card{background:#ffffffeb;box-shadow:0 10px 28px #182f440b}.dashboard-page .plan-card:first-child{background:linear-gradient(135deg,#fff,#f4fbf7)}.dashboard-page .attempt-card{background:var(--surface);box-shadow:0 10px 26px #182f440b}.metric-card{border-color:#0f1f2e14;align-content:start;min-height:104px}.metric-card span{letter-spacing:0}.progress-card{border-color:#0f1f2e14;min-height:184px;transition:border-color .18s,box-shadow .18s,transform .18s}.progress-card:hover{border-color:#16836a3d;transform:translateY(-2px);box-shadow:0 14px 34px #182f4412}.skill-meta{flex-wrap:wrap;gap:7px;display:flex}.skill-meta span{border:1px solid var(--line);color:#536673;background:#f6faf8;border-radius:999px;padding:5px 8px;font-size:.78rem;font-weight:850}.module-icon{letter-spacing:.02em;border-radius:10px;font-size:.9rem;box-shadow:inset 0 0 0 1px #fff3,0 10px 22px #11181f17}.module-icon.blue{background:linear-gradient(135deg,#16836a,#2d5276)}.module-icon.red{background:linear-gradient(135deg,#d7534a,#8e3945)}.module-icon.green{background:linear-gradient(135deg,#2f9466,#16836a)}.module-icon.orange{background:linear-gradient(135deg,#d88a2d,#9c6520)}.module-icon.navy{background:linear-gradient(135deg,#2d5276,#102231)}.status-pill{letter-spacing:.03em;text-transform:uppercase}.status-pill.free{color:#435966;background:#eef3f5}.status-pill.locked{color:#536673;background:#eef3f5}.practice-hero{width:min(1240px,100% - 40px);padding-top:38px}.practice-hero h1{max-width:860px;font-size:clamp(2rem,3.8vw,3.2rem)}.exam-tabs{background:#ffffffb8;border:1px solid #0f1f2e14;border-radius:10px;width:fit-content;max-width:100%;padding:6px;box-shadow:0 8px 24px #182f440a}.exam-tab{min-height:42px;box-shadow:none;border-radius:7px;transition:background .16s,border-color .16s,box-shadow .16s,color .16s,transform .16s}.exam-tab:hover:not(:disabled){color:var(--heading);transform:translateY(-1px)}.exam-tab.active{background:#fff;box-shadow:0 8px 22px #182f4412}.practice-focus{width:min(1240px,100% - 40px);padding-top:14px}.exam-command-bar{z-index:9;border-color:#0f1f2e1a;top:82px;box-shadow:0 14px 34px #182f4414}.exam-command-bar strong{color:var(--heading)}.timer-pill{border:1px solid #ffffff14;box-shadow:inset 0 0 0 1px #ffffff0a}.exam-overview,.exam-instructions,.answer-panel,.question-passage,.listening-scenario-copy,.listening-instruction-panel,.listening-video-panel,.writing-scenario-card,.writing-detail-card,.writing-instruction-card,.writing-answer-panel,.knm-answer-panel{box-shadow:var(--shadow-soft);background:#fff;border-color:#0f1f2e17}.question-passage{border:1px solid #0f1f2e17}.answer-panel,.knm-answer-panel,.listening-answer-panel{top:116px}.answer-option{border-color:#0f1f2e1a;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s;box-shadow:0 8px 18px #182f4409}.answer-option:hover{transform:translateY(-1px);box-shadow:0 12px 24px #182f440f}.answer-option span{border-radius:8px}.overview-number{box-shadow:inset 0 0 0 1px #0f1f2e0a}.exam-welcome-panel,.speaking-welcome-panel{box-shadow:var(--shadow);background:#fff;border-color:#0f1f2e17;position:relative;overflow:hidden}.exam-welcome-panel:before,.speaking-welcome-panel:before{background:linear-gradient(90deg, var(--primary), var(--accent));content:"";height:4px;position:absolute;top:0;left:0;right:0}.exam-welcome-stats strong{background:linear-gradient(145deg,#102231,#253f58);box-shadow:0 12px 28px #10223124}.speaking-feedback{color:var(--muted);margin-top:6px;line-height:1.5;display:block}.speaking-results-panel .result-marker.correct:before{content:"REC"}@keyframes recordingPulse{0%,to{box-shadow:0 0 #d7534a47}50%{box-shadow:0 0 0 9px #d7534a00}}.knm-topic-visual{color:#fff;isolation:isolate;background:linear-gradient(135deg,#102231f5,#184c52e6),repeating-linear-gradient(135deg,#ffffff17 0 1px,#0000 1px 18px);border:1px solid #2d52761f;border-radius:8px;align-content:end;gap:12px;min-height:320px;padding:clamp(20px,4vw,34px);display:grid;position:relative;overflow:hidden}.knm-topic-visual:before,.knm-topic-visual:after{z-index:-1;content:"";pointer-events:none;position:absolute}.knm-topic-visual:before{border:1px solid #ffffff1f;border-radius:8px;inset:18px}.knm-topic-visual:after{background:linear-gradient(90deg,#0000,#9be15d2e,#0000);width:28%;animation:5.8s ease-in-out infinite knmLightSweep;top:0;bottom:0;left:-30%;transform:skew(-18deg)}.knm-topic-visual span{background:var(--accent);width:72px;height:72px;color:var(--ink);border-radius:8px;place-items:center;font-size:1.35rem;font-weight:900;display:grid;box-shadow:0 16px 34px #0000002e}.knm-topic-visual strong{color:#fff;max-width:12ch;font-size:clamp(2rem,4vw,3.25rem);line-height:1}.knm-topic-visual p{color:#ffffffb8;max-width:46ch;font-size:1rem;line-height:1.55}.knm-image-frame{border:1px solid var(--line);aspect-ratio:4/3;background:#fff;border-radius:8px;overflow:hidden}.knm-image-frame img{object-fit:cover;width:100%;height:100%}.listen-button{justify-self:start}.listen-button:disabled{opacity:.54}.ai-voice-note{color:var(--muted);font-size:.78rem;font-weight:700}@keyframes knmLightSweep{0%,42%{transform:translate(0)skew(-18deg)}72%,to{transform:translate(560%)skew(-18deg)}}@keyframes knmImageDrift{0%,to{transform:scale(1.02)translate(0)}50%{transform:scale(1.06)translate(-8px)}}.panel-kicker{color:var(--primary-dark);text-transform:uppercase;margin-bottom:12px;font-size:.76rem;font-weight:900}.answer-panel{border-color:#16836a3d;padding:clamp(18px,2vw,26px);top:104px}.question-title{border-bottom:1px solid var(--line);margin-top:6px;padding-bottom:14px;font-size:clamp(1.18rem,1.8vw,1.5rem);line-height:1.28}.answer-option{border-radius:8px;min-height:58px;padding:13px 14px;box-shadow:0 8px 20px #182f440a}.answer-option span{width:30px;height:30px;font-size:.82rem}.answer-option:hover{transform:translateY(-1px)}.answer-option.selected{border-color:#16836ac2;box-shadow:0 14px 30px #16836a1f}.answer-option strong{line-height:1.35}.practice-actions{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #cbd6ded1;border-radius:8px;grid-template-columns:minmax(0,1fr) repeat(3,max-content);justify-content:end;align-items:center;padding:12px;position:sticky;bottom:14px;box-shadow:0 18px 44px #182f441f}.action-context{min-width:0;color:var(--muted);align-items:baseline;gap:6px;font-size:.92rem;font-weight:750;display:flex}.action-context strong{color:var(--heading);font-size:1rem}.finish-button{color:var(--red)}.results-panel{border:1px solid var(--line);background:#fff;border-radius:8px;padding:clamp(20px,4vw,34px);box-shadow:0 18px 46px #182f4414}.limit-panel{background:#fff;border:1px solid #d353483d;border-radius:8px;gap:14px;padding:clamp(22px,4vw,36px);display:grid;box-shadow:0 18px 46px #182f4414}.limit-panel h2{color:var(--heading);font-size:clamp(1.8rem,4vw,2.8rem)}.limit-panel p:not(.eyebrow){max-width:700px;color:var(--muted);font-size:1.06rem}.limit-actions{box-shadow:none;border:0;grid-template-columns:repeat(2,max-content);justify-content:start;margin-top:8px;padding:0;position:static}.result-summary{grid-template-columns:180px minmax(0,1fr);display:grid}.pass-chance-card{background:#f7fafb;border-radius:8px}.result-row{border-radius:8px;box-shadow:0 8px 22px #182f440a}@media (width<=980px){.nav-links{display:none}.hero-section,.daily-word-section,.practice-bank-section,.method-section,.pricing-section,.faq-section,.auth-panel,.practice-layout,.legal-layout,.contact-layout{grid-template-columns:1fr}.hero-section{min-height:auto;padding-top:38px}.hero-copy .hero-seo-title{font-size:3.6rem}.hero-copy .hero-brand-title{gap:12px}.hero-brand-mark{width:78px;height:78px}.showcase-header{flex-direction:column;align-items:flex-start}.showcase-tabs{justify-content:flex-start}.landing-console{grid-template-columns:1fr}.dashboard-preview,.exam-preview-panel{max-width:560px}.flow-board-header,.flow-result{grid-template-columns:1fr;align-items:start}.flow-board-header{flex-direction:column}.flow-board-header h2{font-size:2.4rem}.flow-grid{grid-template-columns:1fr}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.practice-bank-section{padding:58px 0}.support-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-tool-card,.support-tool-card:nth-child(-n+2){grid-column:span 1;min-height:236px}.support-tool-card:nth-child(5){grid-column:1/-1}.review-grid{grid-template-columns:1fr}.method-copy,.legal-note,.contact-note{position:static}.contact-form{grid-template-columns:1fr}.daily-word-copy .button{width:fit-content}.word-day-details,.word-history-grid,.vocabulary-hero{grid-template-columns:1fr}.vocabulary-stats,.vocabulary-mode-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.vocabulary-stats article{border-right:0;border-bottom:1px solid var(--line)}.vocabulary-stats article:nth-last-child(-n+3){border-bottom:0}.vocabulary-word-row{grid-template-columns:1fr}.vocabulary-test-controls{grid-template-columns:1fr 1fr}.pricing-assurance{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-cta{flex-direction:column;align-items:flex-start}.footer-main{grid-template-columns:1fr}.footer-brand{border-bottom:1px solid #ffffff14;border-right:0;max-width:640px;padding-bottom:20px;padding-right:0}.footer-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-legal-column{grid-column:auto}.grammar-hero,.conversation-hero,.conversation-player-header,.conversation-command-strip,.grammar-player-header,.grammar-command-strip{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.conversation-strip-actions,.grammar-strip-actions{width:100%}.conversation-step-tabs,.grammar-step-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.app-page{grid-template-columns:1fr}.app-sidebar{border-bottom:1px solid #0f1f2e1a;border-right:0;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:14px;height:auto;padding:16px 18px;display:grid;position:static}.app-sidebar .brand{border-bottom:0;flex:none;padding-bottom:0}.desktop-nav,.app-sidebar>.logout-button{display:none}.side-nav-label{margin:8px 8px 0;padding:8px 0 2px}.mobile-nav-menu{justify-self:stretch;min-width:0;display:block;position:relative}.mobile-nav-menu summary{min-height:48px;color:var(--heading);cursor:pointer;background:linear-gradient(135deg,#fffffffa,#f2faf5eb),#fff;border:1px solid #16836a29;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 12px 8px 14px;list-style:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;box-shadow:0 14px 30px #182f4412}.mobile-nav-menu summary:hover{border-color:#16836a47;transform:translateY(-1px);box-shadow:0 18px 34px #182f4417}.mobile-nav-menu summary::-webkit-details-marker{display:none}.mobile-nav-menu summary:after{width:30px;height:30px;color:var(--primary-dark);content:"";background:#fff;border:1px solid #16836a29;border-radius:10px;place-items:center;display:grid;box-shadow:0 8px 18px #182f440d}.mobile-nav-menu summary:before{border-right:2px solid var(--primary-dark);border-bottom:2px solid var(--primary-dark);content:"";z-index:1;width:9px;height:9px;transition:transform .16s;position:absolute;right:24px;transform:rotate(45deg)translateY(-2px)}.mobile-nav-menu[open] summary:before{transform:rotate(225deg)translate(-2px,-1px)}.mobile-nav-menu small,.mobile-nav-menu strong{min-width:0;display:block}.mobile-nav-menu small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:950}.mobile-nav-menu strong{color:var(--primary-dark);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;line-height:1.2;overflow:hidden}.mobile-nav-list{z-index:40;background:linear-gradient(#fffffffc,#f7fbf8fa),#fff;border:1px solid #16836a24;border-radius:16px;gap:6px;max-height:min(72vh,520px);padding:10px;animation:.16s both mobileMenuReveal;display:grid;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:auto;box-shadow:0 26px 70px #11181f33}.mobile-nav-list a,.mobile-nav-list .text-button{white-space:normal;border:1px solid #0000;border-radius:12px;margin-top:0;padding:12px 13px}.mobile-nav-list a{color:var(--heading);justify-content:space-between;align-items:center;gap:12px;font-size:.94rem;font-weight:850;display:flex}.mobile-nav-list a:after{content:"";opacity:.4;border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;transform:rotate(-45deg)}.mobile-nav-list a.router-link-active{background:linear-gradient(135deg, #e4f5dfeb, #f2faf5f5), var(--primary-soft);box-shadow:inset 3px 0 0 var(--primary);border-color:#16836a33}.mobile-nav-list a.router-link-active:after{opacity:.9}.mobile-nav-list .text-button{width:100%;color:var(--red);background:#fff7f7;justify-self:stretch;font-weight:850}.app-sidebar .text-button{margin-top:0}.dashboard-layout,.metric-grid,.plan-grid,.progress-grid{grid-template-columns:1fr}.dashboard-app-header{flex-direction:column;align-items:flex-start}.dashboard-layout{gap:12px}.readiness-body{grid-template-columns:1fr;justify-items:start}.subscription-card,.assessment-pending-card{flex-direction:column;align-items:flex-start}.attempt-card-main{flex-direction:row;align-items:center}.attempt-subline{font-size:.78rem}.attempt-answer-row{grid-template-columns:1fr}.current-plan-banner{flex-direction:column;align-items:flex-start}.exam-workspace,.exam-workspace.knm-workspace{grid-template-columns:1fr}.exam-workspace.listening-workspace{grid-template-columns:minmax(0,1fr)}.listening-scenario-panel,.listening-answer-panel{width:100%;min-width:0}.reading-passage-header{flex-direction:column;align-items:flex-start}.scenario-chip{white-space:normal}.speaking-workspace{grid-template-columns:1fr}.speaking-image-frame img{max-height:min(62vh,560px)}.speaking-image-frame.wide-storyboard img{max-height:none}.speaking-image-frame.storyboard-image img,.speaking-image-frame.kind-two_pictures img,.speaking-image-frame.kind-three_pictures img{height:100%;max-height:100%}.writing-workspace{grid-template-columns:1fr}.writing-answer-header{flex-direction:column;align-items:flex-start}.speaking-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.exam-command-bar{position:static}.overview-grid{grid-template-columns:repeat(auto-fill,34px)}.overview-number{width:34px;height:34px}.answer-panel,.knm-answer-panel,.listening-answer-panel,.speaking-recorder-card{position:static}.practice-actions{grid-template-columns:1fr;justify-content:stretch;position:static}.exam-warning-panel{grid-template-columns:1fr}.exam-warning-actions{justify-content:stretch}.exam-warning-actions .button{width:100%}.action-context{justify-content:center}}@media (width<=620px){.topbar,.hero-section,.page-hero,.practice-hero,.practice-focus,.daily-word-section,.practice-bank-section,.word-day-shell,.vocabulary-hero,.vocabulary-shell,.conversation-hero,.conversation-shell,.section,.method-section,.pricing-section,.reviews-section,.faq-section,.site-footer,.auth-panel{width:min(100% - 28px,1180px)}.topbar{gap:14px}.brand{font-size:.95rem}.intro-splash-brand{gap:8px;font-size:2.5rem}.intro-splash-mark{width:48px;height:48px}.intro-splash p{letter-spacing:.06em;font-size:.72rem}.nav-action,.nav-actions{display:none}.hero-section{gap:34px;padding-bottom:54px}.hero-copy .hero-seo-title{justify-content:center;column-gap:.14em;max-width:100%;padding-inline:2px;font-size:clamp(1.42rem,6.7vw,1.66rem);line-height:1}.hero-copy .hero-brand-title{gap:8px}.hero-brand-mark{width:44px;height:44px}.hero-actions,.button{width:100%}.hero-actions .button{max-width:320px}.practice-bank-actions{width:100%}.hero-copy .hero-seo-title{column-gap:.14em;font-size:clamp(1.42rem,6.7vw,1.66rem)}.practice-bank-list a{grid-template-columns:38px minmax(0,1fr)}.practice-bank-list a>span{width:38px;height:38px}.pricing-grid,.summer-offer-banner,.offer-code-grid{grid-template-columns:1fr}.pricing-offer-inline{border-radius:12px;align-items:flex-start}.pricing-assurance{grid-template-columns:1fr}.daily-word-copy .button{width:100%}.daily-word-card{padding:18px}.daily-word-meta{grid-template-columns:1fr}.hero-proof-wrap{-webkit-mask-image:none;mask-image:none}.hero-proof{animation:none}.hero-metrics{grid-template-columns:1fr}.hero-metrics div+div{border-top:1px solid var(--line);border-left:0}.dashboard-preview,.exam-preview-panel{padding:18px}.dashboard-page .app-content{gap:18px;padding:24px 16px}.dashboard-page .app-header h1{font-size:1.85rem}.dashboard-header-note{font-size:.9rem}.readiness-card,.focus-card,.subscription-card,.assessment-pending-card,.progress-card,.plan-card,.grammar-player,.grammar-command-strip,.grammar-hero,.conversation-player,.conversation-command-strip,.conversation-hero{padding:16px}.conversation-hero-actions,.conversation-strip-actions,.conversation-dialogue-actions,.conversation-bottom-bar,.grammar-hero-actions,.grammar-strip-actions,.grammar-practice-actions,.grammar-bottom-bar{flex-direction:column;align-items:stretch;width:100%}.grammar-step-panel,.conversation-panel{min-height:0}.conversation-dialogue-line,.grammar-dialogue-line{width:100%;max-width:100%}.grammar-example-row{align-items:start}.dashboard-page .readiness-card .score-ring{width:138px;height:138px}.dashboard-page .readiness-card .score-ring span{font-size:2.1rem}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.exam-readiness-grid{grid-template-columns:1fr}.exam-readiness-body{grid-template-columns:auto minmax(0,1fr)}.hero-showcase{padding:12px}.showcase-tabs button{padding:7px 10px}.score-ring{width:176px;height:176px}.score-ring span{font-size:2.5rem}.knm-photo-card,.knm-photo-card img{height:118px;min-height:0}.knm-photo-label strong{font-size:2rem}.recorder-actions,.speaking-type-grid,.speaking-visual-grid,.speaking-visual-grid.items-2,.exam-welcome-stats,.speaking-welcome-stats,.speaking-score-summary{grid-template-columns:1fr}.presenter-scene{text-align:center;grid-template-columns:1fr}.presenter-wave{right:18px}.review-filter-bar,.review-shell,.review-workbench-grid,.media-workbench-grid,.question-edit-form,.manual-media-save,.review-info-grid{grid-template-columns:1fr}.review-list{max-height:360px}.option-edit-row{grid-template-columns:1fr}.section,.method-section,.pricing-section,.reviews-section,.faq-section,.exam-flow-section{padding:64px 0}.site-footer{width:100%;padding:40px 14px 28px}.footer-cta{padding:18px}.footer-cta h2{font-size:2rem}.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}.footer-legal-column{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}.exam-flow-section{width:min(100% - 28px,1180px)}.flow-board{padding:18px}.flow-board-header h2{font-size:2rem}.word-day-card{padding:20px}.vocabulary-hero,.vocabulary-stats,.vocabulary-mode-tabs,.vocabulary-test-controls{grid-template-columns:1fr}.vocabulary-stats article,.vocabulary-stats article:nth-last-child(-n+3){border-right:0;border-bottom:1px solid var(--line)}.vocabulary-stats article:last-child{border-bottom:0}.vocabulary-toolbar,.vocabulary-library-header,.vocabulary-library-controls,.vocabulary-card-top,.vocabulary-actions,.vocabulary-word-actions,.vocabulary-action-buttons,.vocabulary-marked-list article{flex-direction:column;align-items:stretch}.vocabulary-card-top .audio-icon-button{width:46px}.vocabulary-test-progress,.vocabulary-test-review article,.vocabulary-history-list article,.word-day-topline{flex-direction:column;align-items:flex-start}.module-grid{grid-template-columns:1fr}.module-card{min-height:auto}.step{padding:18px}.auth-panel,.app-content{padding:48px 0}.app-sidebar{padding:18px}.app-content{width:min(100% - 28px,1180px);margin:0 auto}.app-header{flex-direction:column;align-items:flex-start}.review-detail-header,.review-status-control{place-items:flex-start start}.status-button-row{justify-content:flex-start}.practice-modules,.practice-actions{grid-template-columns:1fr}.subscription-meta{flex-direction:column;align-items:stretch;width:100%}.current-plan-banner{width:min(100% - 28px,900px)}.exam-status,.result-summary{flex-direction:column;align-items:flex-start}.listening-stage{min-height:280px;padding:34px 14px 22px}.listening-stage.speakers-2,.listening-stage.speakers-3{grid-template-columns:repeat(2,minmax(0,1fr))}.listening-player-controls{flex-direction:column;align-items:stretch}}@media (width<=980px){.learning-studio-hero,.learning-studio-strip{grid-template-columns:1fr}.learning-studio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.learning-studio-card,.learning-studio-card:nth-child(-n+2){grid-column:span 1;min-height:auto}.learning-studio-card:nth-child(5){grid-column:1/-1}.learning-studio-panel{align-self:stretch}.learning-studio-note{flex-direction:column;align-items:flex-start}.learning-lock-banner{grid-template-columns:1fr}.learning-hero,.learning-player-header,.learning-workspace-header{flex-direction:column;align-items:flex-start}.learning-hero{padding:22px}.learning-hero-actions{justify-content:flex-start;width:100%}.learning-split-layout,.learning-split-layout.module-list-collapsed{grid-template-columns:1fr}.vocabulary-hero{flex-direction:column;align-items:flex-start}.vocabulary-hero-steps{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.vocabulary-hero-steps span{justify-content:center}.vocabulary-card-top,.learn-insight-grid,.course-insight-grid,.course-pattern-lab{grid-template-columns:1fr}.learn-hero,.learn-workspace-header,.learn-step-title-row{flex-direction:column;align-items:flex-start}.learn-layout,.learn-layout.module-list-collapsed{grid-template-columns:1fr}.learn-module-panel{max-height:none;position:static}.learn-module-list{grid-template-columns:repeat(2,minmax(0,1fr))}.learn-workspace-meta{justify-content:flex-start}.course-hero,.course-workspace-header{flex-direction:column;align-items:flex-start}.course-layout,.course-focus-grid,.course-theory-grid,.course-exercise-grid,.course-layout.module-list-collapsed{grid-template-columns:1fr}.course-panel{max-height:none;position:static}.course-layout.module-list-collapsed .course-level-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.course-layout.module-list-collapsed .course-module-list{grid-template-columns:repeat(4,minmax(0,1fr))}.course-meta-pills{justify-content:flex-start}.course-stats,.learn-progress-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.course-stats article,.learn-progress-strip article{border-bottom:1px solid var(--line)}.course-stats article:nth-child(2n),.learn-progress-strip article:nth-child(2n){border-right:0}.course-stats article:nth-last-child(-n+2),.learn-progress-strip article:nth-last-child(-n+2){border-bottom:0}}@media (width<=620px){.learning-studio-hero,.learning-studio-strip,.learning-studio-modules,.learning-studio-note{width:min(100% - 28px,1180px)}.learning-studio-hero{padding-top:104px}.learning-studio-hero h1{font-size:2.15rem;line-height:1.05}.support-tool-grid{grid-template-columns:1fr}.support-tool-card,.support-tool-card:nth-child(-n+2),.support-tool-card:nth-child(5){border-radius:14px;grid-column:1/-1;min-height:auto;padding:20px}.support-tool-card-top{align-items:flex-start}.support-tool-number{border-radius:12px;width:40px;height:40px}.learning-studio-panel,.learning-studio-note,.learning-studio-strip article{border-radius:12px}.app-sidebar{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px}.app-sidebar .brand{min-width:0}.app-sidebar .brand-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.side-nav{grid-column:1/-1;margin-inline:-2px;padding-bottom:3px}.side-nav a,.app-sidebar .text-button{padding:8px 11px;font-size:.88rem}.app-sidebar .text-button{justify-self:end}.learning-hero{border-radius:12px;gap:16px;padding:18px}.learning-hero h1{font-size:1.72rem;line-height:1.12}.learning-hero p:not(.eyebrow){font-size:.94rem;line-height:1.5}.learning-studio-actions,.learning-studio-card-footer,.learning-lock-actions{flex-direction:column;align-items:stretch}.learning-lock-actions .button{width:100%}.learning-studio-grid{grid-template-columns:1fr}.learning-studio-card,.learning-studio-card:nth-child(-n+2),.learning-studio-card:nth-child(5){grid-column:1/-1;padding:18px}.learning-studio-card-footer a,.learning-studio-note .button{text-align:center;width:100%}.learning-studio-card-action{justify-items:stretch}.learning-studio-card-action small{justify-self:start}.learning-hero-actions{flex-direction:column;align-items:stretch}.learning-hero-progress,.learning-hero-flow{width:100%}.learning-module-rail{scroll-snap-type:x mandatory;margin-inline:-14px;padding:8px 14px 14px;-webkit-mask-image:none;mask-image:none}.learning-rail-item{min-width:min(78vw,260px);max-width:min(78vw,260px)}.grammar-module-rail,.conversation-rail{scroll-snap-type:x mandatory;margin-inline:-14px;padding:8px 14px 14px;-webkit-mask-image:none;mask-image:none}.grammar-rail-item,.conversation-rail-item{min-width:min(78vw,260px);max-width:min(78vw,260px)}.grammar-player-score,.conversation-score{justify-items:start;width:100%}.grammar-step-tabs,.conversation-step-tabs{gap:6px}.grammar-step-tab,.conversation-step-tab{min-height:40px;padding:0 8px;font-size:.86rem}.grammar-dialogue-line,.conversation-dialogue-line{padding:11px 12px}.conversation-dialogue-list{gap:9px}.conversation-dialogue-line{border-radius:14px 14px 14px 5px;width:min(88%,330px);max-width:88%;box-shadow:0 8px 18px #182f440b}.conversation-dialogue-line.reply{background:linear-gradient(135deg,#f2faf5fa,#e4f5dfb8),#f5fbf7;border-radius:14px 14px 5px;justify-self:end}.conversation-dialogue-line.third{border-radius:14px 14px 14px 5px;justify-self:start;width:min(88%,330px);max-width:88%}.conversation-dialogue-line.reply .audio-icon-button{order:2}.conversation-dialogue-line.reply div{text-align:right;order:1}.vocabulary-mode-tabs{scrollbar-width:none;grid-template-columns:none;gap:8px;margin-inline:-2px;display:flex;overflow-x:auto}.vocabulary-mode-tabs::-webkit-scrollbar{display:none}.vocabulary-mode-tab{flex:0 0 min(78vw,260px)}.vocabulary-library-panel,.vocabulary-test-panel,.vocabulary-trainer-card,.vocabulary-review-panel{padding:16px}.vocabulary-page .vocabulary-hero,.vocabulary-page .vocabulary-shell{width:100%}.vocabulary-hero-steps,.learn-progress-strip{grid-template-columns:1fr}.learn-progress-strip article{border-right:0;border-bottom:1px solid var(--line)}.learn-progress-strip article:last-child{border-bottom:0}.learn-module-list,.learn-phrase-grid,.learn-coach-panel,.vocabulary-word-profile{grid-template-columns:1fr}.learn-layout.module-list-collapsed .learn-module-list,.course-layout.module-list-collapsed .course-module-list{grid-template-columns:repeat(2,minmax(0,1fr))}.learn-module-card{grid-template-columns:36px minmax(0,1fr)}.learn-lesson-rail,.learn-step-tabs{flex-wrap:nowrap;padding-bottom:3px;overflow-x:auto}.learn-lesson-pill,.learn-step-tab{flex:none}.learn-step-card{min-height:auto}.learn-action-bar,.learn-hero-actions{flex-direction:column;align-items:stretch}.learn-action-bar>div{flex-direction:column}.learn-step-guide{align-items:flex-start}.learn-workspace-meta span{text-align:center;width:100%}.course-stats,.course-word-grid{grid-template-columns:1fr}.course-stats article{border-right:0;border-bottom:1px solid var(--line)}.course-stats article:last-child{border-bottom:0}.course-screen-tabs{flex-wrap:nowrap;padding-bottom:3px;overflow-x:auto}.course-screen-tab{flex:none}.course-screen-card{min-height:auto}.course-hero-actions,.course-action-bar{flex-direction:column;align-items:stretch}.course-action-bar>div{flex-direction:column}.course-meta-pills span{text-align:center;width:100%}.practice-focus,.practice-question-card,.exam-workspace,.exam-workspace.listening-workspace,.listening-scenario-panel,.listening-scenario-copy,.listening-instruction-panel,.listening-video-panel,.answer-panel,.listening-answer-panel,.answers{width:100%;min-width:0;max-width:100%}.exam-workspace,.exam-workspace.listening-workspace,.listening-scenario-panel{grid-template-columns:minmax(0,1fr)}.listening-answer-panel{justify-self:stretch;padding:16px}.listening-answer-panel .question-title{overflow-wrap:break-word;font-size:clamp(1.12rem,5vw,1.35rem);line-height:1.28}.listening-answer-panel .answer-option{align-items:flex-start;width:100%;min-width:0;padding:13px 12px}.listening-answer-panel .answer-option strong{overflow-wrap:anywhere;min-width:0}}@media (width<=380px){.intro-splash-brand{font-size:2.16rem}.intro-splash-mark{width:42px;height:42px}.hero-copy .hero-seo-title{column-gap:.1em;font-size:clamp(1.24rem,5.85vw,1.4rem)}.hero-brand-mark{width:40px;height:40px}.listening-answer-panel{padding:14px}.listening-answer-panel .answer-option{gap:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.scroll-reveal{opacity:1;filter:none;transform:none}}.vocabulary-trainer-card,.vocabulary-library-panel,.vocabulary-test-panel,.learn-workspace,.course-workspace,.grammar-player,.conversation-player,.learn-step-card,.course-screen-card,.grammar-step-panel,.conversation-panel{transition:border-color .18s,box-shadow .18s,transform .18s,background .18s}.vocabulary-trainer-card:hover,.vocabulary-library-panel:hover,.vocabulary-test-panel:hover,.learn-workspace:hover,.course-workspace:hover,.grammar-player:hover,.conversation-player:hover{border-color:#16836a29;box-shadow:0 22px 52px #182f4414}.learn-step-card,.course-screen-card,.grammar-step-panel,.conversation-panel,.vocabulary-task-panel{background:linear-gradient(#fffffffa,#f8fbf9f5),#fff}.learn-lesson-pill,.learn-step-tab,.course-screen-tab,.grammar-step-tab,.conversation-step-tab,.vocabulary-stage-pill,.vocabulary-mode-tab{transition:background .17s,border-color .17s,color .17s,box-shadow .17s,transform .17s}.learn-lesson-pill:hover,.learn-step-tab:hover,.course-screen-tab:hover,.grammar-step-tab:hover,.conversation-step-tab:hover,.vocabulary-stage-pill:hover{color:var(--primary-dark);border-color:#16836a42;transform:translateY(-1px);box-shadow:0 10px 22px #182f440e}@media (width<=980px){.learn-progress-strip,.course-stats{order:4}.learn-layout,.course-layout{order:3}.learn-workspace,.course-workspace{order:1}.learn-module-panel,.course-panel{order:2}.grammar-command-strip,.conversation-command-strip{order:1}.grammar-player,.conversation-player{order:2}.grammar-module-rail,.conversation-rail{order:3}.learn-module-panel,.course-panel{padding:14px}.learn-module-list,.course-module-list{max-height:min(42vh,360px);padding-bottom:6px;overflow:auto;-webkit-mask-image:none;mask-image:none}}@media (width<=620px){.learn-page .app-content,.course-page .app-content,.grammar-page .app-content,.conversation-page .app-content,.vocabulary-page .app-content{gap:16px}.learn-progress-strip,.course-stats,.vocabulary-stats{box-shadow:none;scrollbar-width:none;background:0 0;border:0;gap:8px;padding:0 2px 4px;display:flex;overflow-x:auto}.learn-progress-strip::-webkit-scrollbar{display:none}.course-stats::-webkit-scrollbar{display:none}.vocabulary-stats::-webkit-scrollbar{display:none}.learn-progress-strip article,.course-stats article,.vocabulary-stats article,.vocabulary-stats article:nth-last-child(-n+3){background:#fff;border:1px solid #0f1f2e14;border-radius:8px;flex:0 0 148px;min-height:66px;padding:11px 12px;box-shadow:0 10px 24px #182f440b}.learn-progress-strip strong,.course-stats strong,.vocabulary-stats span{font-size:1rem}.learn-progress-strip span,.course-stats span,.vocabulary-stats p{font-size:.76rem;line-height:1.25}.vocabulary-mode-panel{flex-direction:column;display:flex}.vocabulary-toolbar{order:1;align-items:stretch;gap:10px;padding:12px}.vocabulary-toolbar label,.vocabulary-toolbar .button{width:100%}.vocabulary-trainer-card,.vocabulary-test-card,.vocabulary-test-result{order:2}.vocabulary-stats{order:3}.vocabulary-review-panel{order:4}.vocabulary-card-top{gap:12px;padding:14px}.vocabulary-word-actions{justify-content:flex-start;align-items:stretch}.vocabulary-word-actions .button{width:100%}.vocabulary-stage-tabs{scrollbar-width:none;flex-wrap:nowrap;width:100%;overflow-x:auto}.vocabulary-stage-tabs::-webkit-scrollbar{display:none}.vocabulary-stage-pill{flex:1 0 auto;justify-content:center;min-width:104px}.vocabulary-actions{flex-direction:column;align-items:stretch}.vocabulary-actions>div,.vocabulary-actions .vocabulary-action-buttons,.vocabulary-action-buttons .button{width:100%}.vocabulary-action-buttons{align-items:stretch}.learning-player,.learning-workspace,.vocabulary-trainer-card,.vocabulary-library-panel,.vocabulary-test-panel{border-radius:12px;padding:16px}.learning-player-header,.learning-workspace-header{gap:10px;padding-bottom:10px}.learn-insight-grid,.course-insight-grid{gap:8px;padding:8px}.learn-insight-grid article,.course-insight-grid article{padding:10px}.learn-module-panel,.course-panel{max-height:340px;overflow:hidden}.learn-module-list,.course-module-list{max-height:236px}.grammar-command-strip,.conversation-command-strip{gap:10px;padding:12px}.grammar-strip-actions .button,.conversation-strip-actions .button{flex:1 1 0;min-width:0;min-height:38px;padding:0 10px;font-size:.82rem}.grammar-player,.conversation-player{gap:12px}.grammar-module-rail,.conversation-rail{padding-top:0}.grammar-step-tabs,.conversation-step-tabs{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:3px;display:flex;overflow-x:auto}.grammar-step-tabs::-webkit-scrollbar{display:none}.conversation-step-tabs::-webkit-scrollbar{display:none}.grammar-step-tab,.conversation-step-tab{flex:1 0 auto;min-width:116px}.grammar-bottom-bar,.conversation-bottom-bar,.learn-action-bar,.course-action-bar{align-items:stretch;gap:12px}}@media (prefers-reduced-motion:reduce){.vocabulary-trainer-card,.vocabulary-library-panel,.vocabulary-test-panel,.learn-workspace,.course-workspace,.grammar-player,.conversation-player,.learn-step-card,.course-screen-card,.grammar-step-panel,.conversation-panel,.learn-lesson-pill,.learn-step-tab,.course-screen-tab,.grammar-step-tab,.conversation-step-tab,.vocabulary-stage-pill,.vocabulary-mode-tab{transition-duration:1ms!important}}@keyframes mobileMenuReveal{0%{opacity:0;transform:translateY(-6px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=980px){.learn-module-panel,.course-panel{order:1}.learn-workspace,.course-workspace{order:2}}@media (width<=620px){.learn-module-panel,.course-panel{background:linear-gradient(135deg,#fffffffa,#f7fbf8fa),#fff;border-radius:12px;gap:12px;max-height:none;padding:13px;overflow:visible}.module-panel-topline{align-items:center}.learn-panel-heading,.course-panel-heading{min-width:0}.learn-panel-heading h2,.course-panel-heading h2{font-size:1rem;line-height:1.2}.learn-panel-heading .eyebrow,.course-panel-heading .eyebrow,.learn-panel-heading span{display:none}.module-panel-toggle{width:36px;height:36px}.learn-module-list,.course-module-list,.course-layout.module-list-collapsed .course-module-list,.learn-layout.module-list-collapsed .learn-module-list{scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;max-height:none;margin:0 -13px;padding:1px 13px 5px;scroll-padding-inline:13px;display:flex;overflow:auto hidden;-webkit-mask-image:none;mask-image:none}.learn-module-list::-webkit-scrollbar{display:none}.course-module-list::-webkit-scrollbar{display:none}.learn-module-card,.course-module-card,.learn-layout.module-list-collapsed .learn-module-card,.course-layout.module-list-collapsed .course-module-card{scroll-snap-align:start;flex:0 0 min(76vw,286px);transform:none}.learn-layout.module-list-collapsed .learn-module-card,.course-layout.module-list-collapsed .course-module-card{grid-template-columns:36px minmax(0,1fr);justify-items:stretch;min-height:auto;padding:11px}.learn-layout.module-list-collapsed .learn-module-card>div,.course-layout.module-list-collapsed .course-module-card>div{display:grid}.learn-module-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;display:-webkit-box;overflow:hidden}.course-level-tabs{scrollbar-width:none;gap:7px;padding-bottom:2px;display:flex;overflow-x:auto}.course-level-tabs::-webkit-scrollbar{display:none}.course-level-tab,.course-layout.module-list-collapsed .course-level-tab{flex:1 0 auto;min-width:72px}.learn-workspace,.course-workspace,.grammar-player,.conversation-player,.vocabulary-trainer-card{box-shadow:0 14px 34px #182f4411}.learn-workspace-header h2,.course-workspace-header h2,.grammar-player-header h2,.conversation-player-header h2{font-size:1.35rem;line-height:1.18}.learn-insight-grid,.course-insight-grid{scrollbar-width:none;gap:8px;margin-inline:-6px;padding:2px 6px 6px;display:flex;overflow-x:auto}.learn-insight-grid::-webkit-scrollbar{display:none}.course-insight-grid::-webkit-scrollbar{display:none}.learn-insight-grid article,.course-insight-grid article{flex:0 0 min(78vw,260px)}.vocabulary-mode-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-inline:0;padding:5px;display:grid;overflow:visible}.vocabulary-mode-tab{flex:initial;text-align:center;min-height:44px;padding:8px 7px}.vocabulary-toolbar{grid-template-columns:1fr;display:grid}.vocabulary-toolbar .button,.learn-action-bar .button,.course-action-bar .button{min-height:44px}.grammar-strip-actions,.conversation-strip-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.grammar-strip-actions .button,.conversation-strip-actions .button{border-radius:9px;min-height:38px;padding:0 9px;font-size:.8rem}.vocabulary-page .app-content{gap:12px;padding:12px}.vocabulary-page .app-sidebar{margin:-12px -12px 0}.vocabulary-hero{display:none}.vocabulary-shell{gap:10px;padding-bottom:28px}.vocabulary-mode-tabs{z-index:3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-radius:12px;gap:5px;padding:5px;position:sticky;top:0;box-shadow:0 12px 28px #182f4414}.vocabulary-mode-tab{text-align:center;border-radius:9px;min-height:42px;padding:8px 7px}.vocabulary-mode-tab strong{font-size:.82rem}.vocabulary-mode-tab span{display:none}.vocabulary-mode-tab.active{background:var(--primary);color:#fff;box-shadow:0 8px 18px #16836a2e}.vocabulary-stats{display:none}.vocabulary-mobile-session{background:linear-gradient(135deg,#e4f5dfe6,#fffffff5),#fff;border:1px solid #16836a24;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;padding:12px;display:grid;box-shadow:0 14px 30px #182f4412}.vocabulary-mobile-session>div:first-child{gap:2px;min-width:0;display:grid}.vocabulary-mobile-session span,.vocabulary-mobile-session small{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:950;line-height:1.2}.vocabulary-mobile-session strong{color:var(--heading);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:950;line-height:1.18;overflow:hidden}.vocabulary-mobile-session .progress-track{grid-column:1/-1;height:6px}.vocabulary-toolbar{background:#fff;border:0;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding:10px;display:grid;box-shadow:0 10px 24px #182f440b}.vocabulary-toolbar label{grid-column:1/-1;gap:5px;min-width:0}.vocabulary-toolbar label>span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:950}.vocabulary-toolbar select{min-height:44px;font-weight:850}.vocabulary-toolbar .button{white-space:nowrap;border-radius:10px;min-height:40px;padding:0 11px;font-size:.78rem}.vocabulary-toolbar .button.secondary{justify-self:stretch}.vocabulary-toolbar .button.subtle{box-shadow:none;background:#f8fbf9;border-color:#0f1f2e14}.vocabulary-trainer-card{box-shadow:none;background:0 0;border:0;border-radius:0;gap:12px;padding:0}.vocabulary-card-top{background:linear-gradient(160deg,#e4f5dfe6,#fffffff5),#fff;border:1px solid #16836a1f;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding:16px 14px 14px;box-shadow:0 16px 34px #182f4413}.vocabulary-focus-copy{gap:5px}.vocabulary-focus-copy .eyebrow{font-size:.68rem}.vocabulary-focus-label{padding:3px 8px;font-size:.7rem}.vocabulary-card-top h2{font-size:1.6rem;line-height:1.14}.vocabulary-card-top p:not(.eyebrow){font-size:.84rem;line-height:1.42}.vocabulary-word-actions{grid-area:1/2;justify-content:end;align-items:start}.vocabulary-word-actions .button{display:none}.vocabulary-word-profile{flex-wrap:wrap;grid-column:1/-1;gap:6px;display:flex}.vocabulary-word-profile span{background:#ffffffd1;border-radius:10px;flex:calc(50% - 6px);min-width:0;padding:7px 8px}.vocabulary-word-profile small{font-size:.62rem}.vocabulary-word-profile strong{font-size:.78rem}.vocabulary-stage-tabs{background:#edf4ef;border-radius:12px;width:100%;padding:4px}.vocabulary-stage-pill{border-radius:9px;flex:1 1 0;gap:5px;min-width:0;padding:7px 6px;font-size:.74rem}.vocabulary-stage-pill span{width:18px;height:18px;font-size:.68rem}.vocabulary-stage-pill.active{background:#fff;box-shadow:0 8px 18px #182f4414}.vocabulary-task-panel{background:#fff;border:1px solid #0f1f2e14;border-radius:12px;gap:12px;padding:14px;box-shadow:0 12px 26px #182f440e}.vocabulary-task-heading{gap:3px}.vocabulary-task-panel h3{font-size:1rem}.vocabulary-task-heading p{font-size:.82rem;line-height:1.4}.vocabulary-options{gap:8px}.vocabulary-options .answer-option{border-radius:12px;min-height:50px;padding:12px}.vocabulary-answer-input,.vocabulary-sentence-input{border-radius:12px;max-width:none;min-height:50px;font-size:1rem}.vocabulary-sentence-input{min-height:116px}.compact-example{border-radius:12px;padding:12px;box-shadow:0 10px 22px #182f440a}.compact-example p{font-size:.92rem}.vocabulary-memory-tip{font-size:.8rem}.vocabulary-actions{border-top:0;gap:12px;padding-top:0}.vocabulary-actions>div:first-child{display:none}.vocabulary-action-buttons{background:#ffffffeb;border:1px solid #0f1f2e14;border-radius:14px;grid-template-columns:1fr 1fr;gap:9px;width:100%;padding:8px;display:grid;box-shadow:0 14px 30px #182f4414}.vocabulary-action-buttons .button{white-space:nowrap;min-height:48px;padding-inline:10px}.vocabulary-action-buttons .button.primary:only-child{grid-column:1/-1}.vocabulary-review-panel,.vocabulary-library-panel,.vocabulary-test-panel{border-radius:14px}.vocabulary-library-panel,.vocabulary-test-panel{box-shadow:none;background:0 0;border:0;gap:12px;padding:0}.vocabulary-library-header,.vocabulary-test-controls,.vocabulary-test-card,.vocabulary-test-result,.vocabulary-history-list{background:#fff;border-radius:14px;box-shadow:0 14px 30px #182f440e}.vocabulary-library-header{border:1px solid #0f1f2e14;gap:12px;padding:14px;display:grid}.vocabulary-library-header h2,.vocabulary-test-result h2{font-size:1.08rem}.vocabulary-library-header p:not(.eyebrow),.vocabulary-test-panel p,.vocabulary-test-result p{font-size:.84rem}.vocabulary-library-controls,.vocabulary-library-header label{width:100%}.vocabulary-count-pill{width:fit-content}.vocabulary-word-list{gap:9px}.vocabulary-word-row{background:#fff;border-radius:14px;grid-template-columns:1fr;align-items:start;gap:10px;padding:13px;box-shadow:0 12px 24px #182f440b}.vocabulary-word-usage p{font-size:.88rem}.vocabulary-test-controls{border:1px solid #0f1f2e14;grid-template-columns:1fr;padding:12px}.vocabulary-test-controls label{min-width:0}.vocabulary-test-controls .button{width:100%}.vocabulary-test-card{padding:14px}.vocabulary-test-question h3{font-size:1.5rem}.conversation-page .app-content{gap:12px;width:100%;max-width:none;margin:0;padding:12px}.conversation-page .app-sidebar{margin:-12px -12px 0}.conversation-hero{display:none}.conversation-shell{gap:10px;width:100%;min-width:0;padding-bottom:24px}.conversation-command-strip{display:none}.conversation-mobile-session{background:#fff;border:1px solid #0f1f2e14;border-radius:14px;grid-template-columns:minmax(0,1fr);gap:7px;width:100%;min-width:0;padding:12px;display:grid;box-shadow:0 10px 24px #182f440b}.conversation-mobile-session>div{gap:2px;min-width:0;display:grid}.conversation-mobile-session span,.conversation-mobile-session small{color:var(--primary-dark);letter-spacing:.04em;text-transform:uppercase;background:0 0;border:0;border-radius:0;justify-self:start;padding:0;font-size:.72rem;font-weight:950;line-height:1.2}.conversation-mobile-session span{color:var(--primary-dark);padding-top:1px;font-size:.7rem}.conversation-mobile-session strong{color:var(--heading);text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.08rem;font-weight:950;line-height:1.22;display:-webkit-box;overflow:hidden}.conversation-mobile-session p{color:var(--muted);grid-column:1/-1;margin:0;font-size:.84rem;font-weight:750;line-height:1.42}.conversation-mobile-session .progress-track{grid-column:1/-1;height:6px}.conversation-mobile-picker{background:#fffffff5;border:1px solid #16836a1a;border-radius:16px;width:100%;min-width:0;display:block;box-shadow:0 8px 20px #182f440a}.conversation-mobile-picker summary{min-height:42px;color:var(--heading);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:0 13px;list-style:none;display:flex}.conversation-mobile-picker summary::-webkit-details-marker{display:none}.conversation-mobile-picker summary:after{content:"";border-right:2px solid var(--primary-dark);border-bottom:2px solid var(--primary-dark);flex:none;width:8px;height:8px;transition:transform .16s;transform:rotate(45deg)}.conversation-mobile-picker[open] summary:after{transform:rotate(225deg)}.conversation-mobile-picker summary span{color:var(--primary-dark);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:950}.conversation-mobile-picker summary strong{color:var(--heading);margin-left:auto;font-size:.84rem;font-weight:900}.conversation-mobile-picker>div{border-top:1px solid #0f1f2e12;gap:9px;padding:10px;display:grid}.conversation-mobile-picker label{gap:4px;display:grid}.conversation-mobile-picker label span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:950}.conversation-mobile-picker select{border:1px solid var(--line);width:100%;min-height:42px;color:var(--heading);font:inherit;background:#fff;border-radius:10px;padding:0 12px;font-size:.9rem;font-weight:850}.conversation-mobile-picker .conversation-strip-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.conversation-mobile-picker .conversation-strip-actions .button{border-radius:10px;min-height:38px;font-size:.78rem}.conversation-rail{display:none}.conversation-player{width:100%;min-width:0;box-shadow:none;background:0 0;border:0;border-radius:0;gap:12px;padding:0}.conversation-player:hover{box-shadow:none}.conversation-player-header{display:none}.conversation-step-tabs{background:#fffffff5;border:1px solid #0f1f2e12;border-radius:999px;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;width:100%;min-width:0;padding:5px;display:grid;overflow:visible;box-shadow:0 10px 22px #182f440e}.conversation-step-tab{letter-spacing:0;min-width:0;min-height:38px;box-shadow:none;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:.7rem;font-weight:950;display:inline-flex}.conversation-step-tab.active{background:var(--primary);color:#fff;box-shadow:none}.conversation-step-tab.done:not(.active){color:var(--primary-dark);background:#eef8f3;box-shadow:inset 0 0 0 1px #16836a14}.conversation-panel{background:linear-gradient(#fffffffa,#f7fbf8f2),#fff;border:1px solid #0f1f2e14;border-radius:14px;gap:12px;width:100%;min-width:0;min-height:auto;padding:14px;box-shadow:0 16px 34px #182f4411}.conversation-focus-heading{gap:4px}.conversation-focus-heading span,.conversation-exam-bridge span,.conversation-practice-grid span{font-size:.68rem}.conversation-focus-heading h3{font-size:1.08rem;line-height:1.22}.conversation-focus-heading p{font-size:.82rem;line-height:1.4}.conversation-dialogue-actions{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.conversation-dialogue-actions .button{white-space:nowrap;border-radius:11px;min-height:42px;padding-inline:11px;font-size:.82rem}.conversation-audio-control{justify-content:center}.conversation-audio-control:before{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:9px solid;width:0;height:0}.conversation-audio-control.is-playing:before{background:currentColor;border:0;border-radius:2px;width:10px;height:10px}.conversation-dialogue-list{background:#f7faf8;border-radius:14px;gap:9px;width:100%;min-width:0;padding:10px 8px}.conversation-dialogue-line{background:linear-gradient(#fffffffa,#f8fbf9fa),#fff;border-color:#0f1f2e12;border-radius:15px 15px 15px 5px;grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%;max-width:100%;padding:11px 11px 11px 12px;box-shadow:0 8px 18px #182f440b}.conversation-dialogue-line .audio-icon-button{order:2;grid-area:1/2}.conversation-dialogue-line div{order:1;grid-area:1/1}.conversation-dialogue-line.reply{background:linear-gradient(135deg,#f2faf5fa,#e4f5dfc7),#f5fbf7;border-color:#16836a33;border-radius:14px 14px 5px;grid-template-columns:auto minmax(0,1fr);justify-self:end}.conversation-dialogue-line.reply .audio-icon-button{grid-column:1;justify-self:start}.conversation-dialogue-line.reply div{text-align:right;grid-column:2}.conversation-dialogue-line.third{border-radius:15px 15px 15px 5px;justify-self:start;width:100%;max-width:100%}.conversation-dialogue-line span{font-size:.68rem}.conversation-dialogue-line p{font-size:.92rem;line-height:1.42}.conversation-dialogue-line small{font-size:.78rem}.conversation-phrase-grid,.conversation-practice-grid{grid-template-columns:1fr;gap:9px}.conversation-phrase-grid article,.conversation-practice-grid article,.conversation-exam-bridge{border-radius:13px;padding:12px}.conversation-word-strip{gap:6px}.conversation-word-strip span{padding:7px 9px;font-size:.78rem}.conversation-bottom-bar{background:#fffffff0;border:1px solid #0f1f2e14;border-radius:16px;grid-template-columns:minmax(0,.58fr) minmax(0,1.42fr);gap:8px;padding:8px;display:grid;box-shadow:0 14px 30px #182f4414}.conversation-bottom-bar .button{white-space:nowrap;border-radius:11px;min-height:46px;padding-inline:9px;font-size:.82rem}}.home-redesign-v2{--home-bg:#f8f6f2;--home-alt:#efe8dd;--home-text:#1e1f23;--home-secondary:#5f625d;--home-primary:#214032;--home-primary-hover:#2d5644;--home-orange:#d96c2d;--home-sage:#8fa38b;--home-card:#fff;--home-border:#e8e1d8;--home-shadow:0 22px 62px #1e1f2314;--home-shadow-strong:0 34px 86px #1e1f231f;background:linear-gradient(180deg, #fbfaf7 0%, var(--home-bg) 30%, #fffaf4 100%);color:var(--home-text)}.home-redesign-v2 .topbar{z-index:4;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f8f6f2db;border-bottom-color:#e8e1d8e6;max-width:1180px;min-height:76px;position:relative}.home-redesign-v2 .button,.home-redesign-v2 .nav-action{border-radius:12px}.home-redesign-v2 .button.primary{border-color:var(--home-primary);background:var(--home-primary);color:#fff;min-height:52px;box-shadow:0 16px 34px #21403233}.home-redesign-v2 .button.primary:hover{border-color:var(--home-primary-hover);background:var(--home-primary-hover)}.home-redesign-v2 .button.secondary{min-height:52px;color:var(--home-primary);background:#ffffffd1;border-color:#2140322e}.home-redesign-v2 .eyebrow{color:var(--home-orange);letter-spacing:.12em;font-size:.78rem;font-weight:900}.home-redesign-v2 .home-hero{isolation:isolate;grid-template-columns:minmax(0,1.04fr) minmax(390px,.84fr);gap:clamp(44px,6vw,84px);width:min(1180px,100% - 48px);min-height:calc(100svh - 76px);padding:clamp(70px,8vw,116px) 0 clamp(76px,9vw,128px);position:relative}.home-redesign-v2 .home-hero:before{content:"";z-index:-2;background:linear-gradient(115deg,#efe8ddb8,#f8f6f247),radial-gradient(circle at 80% 26%,#8fa38b38,#0000 28rem);border-radius:40px;position:absolute;inset:24px -36px 36px}.home-redesign-v2 .home-hero-glow{z-index:-1;aspect-ratio:1;filter:blur(54px);background:#8fa38b2e;border-radius:999px;width:min(520px,46vw);position:absolute;top:18%;right:18%}.home-redesign-v2 .premium-hero-copy .hero-seo-title{max-width:740px;color:var(--home-text);letter-spacing:-.02em;font-size:clamp(4rem,6.8vw,6.8rem);font-weight:900;line-height:.91}.home-redesign-v2 .hero-seo-title span{color:var(--home-orange);display:inline-block;position:relative}.home-redesign-v2 .hero-seo-title span:after{content:"";z-index:-1;background:#d96c2d2e;border-radius:999px;height:.18em;position:absolute;bottom:.02em;left:.03em;right:.03em}.home-redesign-v2 .hero-text{max-width:700px;color:var(--home-secondary);font-size:clamp(1.1rem,1.55vw,1.28rem);line-height:1.72}.home-redesign-v2 .hero-actions{flex-wrap:wrap;gap:12px;margin-top:2px;display:flex}.home-redesign-v2 .hero-actions .button{justify-content:center;min-width:176px}.home-redesign-v2 .hero-trust-line{color:#6b6e69;max-width:700px;font-size:.94rem}.home-redesign-v2 .premium-hero-visual{position:relative}.home-redesign-v2 .study-plan-preview{background:linear-gradient(180deg, #fffffffa, #fffdf9f0), var(--home-card);box-shadow:var(--home-shadow-strong);border:1px solid #e8e1d8f5;border-radius:28px;padding:clamp(22px,3vw,34px)}.home-redesign-v2 .study-plan-preview:before{background:linear-gradient(135deg,#21403224,#d96c2d1f);border-radius:30px;transform:translate(20px,20px)}.home-redesign-v2 .study-plan-header,.home-redesign-v2 .study-plan-main,.home-redesign-v2 .premium-progress-row,.home-redesign-v2 .mock-answer-row,.home-redesign-v2 .mock-feedback-row{align-items:center;display:flex}.home-redesign-v2 .study-plan-header,.home-redesign-v2 .study-plan-main,.home-redesign-v2 .premium-progress-row{justify-content:space-between;gap:18px}.home-redesign-v2 .study-plan-header{border-bottom:1px solid var(--home-border);padding-bottom:22px}.home-redesign-v2 .study-plan-header strong{margin-top:4px;font-size:1.08rem;display:block}.home-redesign-v2 .ai-status{color:var(--home-orange);background:#d96c2d1c}.home-redesign-v2 .study-plan-main{align-items:center;margin:26px 0 18px}.home-redesign-v2 .premium-score-ring small{text-align:center;max-width:74px;margin-top:48px;line-height:1.05}.home-redesign-v2 .study-plan-main h2{color:var(--home-text);letter-spacing:0;margin:0 0 7px;font-size:clamp(1.36rem,2vw,1.75rem)}.home-redesign-v2 .study-plan-main p{color:var(--home-secondary);margin:0;line-height:1.58}.home-redesign-v2 .study-plan-progress{background:#efe8dd;border-radius:999px;height:12px;overflow:hidden}.home-redesign-v2 .study-plan-progress span{border-radius:inherit;background:linear-gradient(90deg, var(--home-primary), var(--home-sage));width:72%;height:100%;display:block}.home-redesign-v2 .study-plan-insights{gap:12px;margin-top:18px;display:grid}.home-redesign-v2 .premium-progress-row{background:#fff;border-radius:16px;padding:14px}.home-redesign-v2 .premium-progress-row>span{border-radius:12px}.home-redesign-v2 .premium-feedback-note{background:linear-gradient(135deg,#d96c2d17,#ffffffc7);border-radius:18px;margin-top:18px}.home-redesign-v2 .premium-value-strip{border:1px solid var(--home-border);width:min(1120px,100% - 48px);box-shadow:var(--home-shadow);background:#ffffffe6;border-radius:24px;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin-top:-44px;margin-bottom:clamp(84px,9vw,126px);overflow:hidden}.home-redesign-v2 .premium-value-strip article{border:0;border-right:1px solid var(--home-border);min-height:118px;box-shadow:none;background:0 0;border-radius:0;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;padding:22px 18px;display:grid}.home-redesign-v2 .premium-value-strip article:last-child{border-right:0}.home-redesign-v2 .value-check{background:#2140321a;border-radius:999px;width:22px;height:22px;position:relative}.home-redesign-v2 .value-check:after{content:"";border:solid var(--home-primary);border-width:0 2px 2px 0;width:6px;height:10px;position:absolute;top:5px;left:7px;transform:rotate(42deg)}.home-redesign-v2 .premium-value-strip strong{color:var(--home-primary);font-size:.95rem}.home-redesign-v2 .premium-value-strip span:not(.value-check){color:var(--home-secondary);font-size:.82rem}.home-redesign-v2 .premium-exam-section,.home-redesign-v2 .premium-choice-section,.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-path-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview,.home-redesign-v2 .daily-word-section,.home-redesign-v2 .premium-support-section,.home-redesign-v2 .faq-section{padding-top:clamp(82px,9vw,126px);padding-bottom:clamp(82px,9vw,126px)}.home-redesign-v2 .premium-choice-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .daily-word-section{position:relative}.home-redesign-v2 .premium-choice-section:before,.home-redesign-v2 .daily-word-section:after{content:"";z-index:-1;background:var(--home-alt);position:absolute;inset:0 calc(50% - 50vw)}.home-redesign-v2 .section-heading h2,.home-redesign-v2 .premium-preview-copy h2,.home-redesign-v2 .method-copy h2,.home-redesign-v2 .premium-seo-copy h2,.home-redesign-v2 .pricing-copy h2,.home-redesign-v2 .daily-word-copy h2,.home-redesign-v2 .faq-section h2{color:var(--home-text);letter-spacing:-.018em;font-size:clamp(2.4rem,4.4vw,4.2rem);line-height:1.02}.home-redesign-v2 .section-heading p,.home-redesign-v2 .premium-preview-copy p,.home-redesign-v2 .method-copy p,.home-redesign-v2 .premium-seo-copy p,.home-redesign-v2 .pricing-copy p,.home-redesign-v2 .daily-word-copy p{color:var(--home-secondary);font-size:1.05rem;line-height:1.7}.home-redesign-v2 .premium-exam-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin-top:44px}.home-redesign-v2 .premium-exam-card{background:linear-gradient(#fff,#fffdf9e0),#fff;border-radius:24px;grid-column:span 2;min-height:292px;padding:24px}.home-redesign-v2 .premium-exam-card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.home-redesign-v2 .premium-exam-card-top>span,.home-redesign-v2 .premium-exam-card-top em{border-radius:999px;width:auto;height:auto;padding:8px 11px;font-size:.76rem;font-style:normal;font-weight:900}.home-redesign-v2 .premium-exam-card-top>span{color:var(--home-primary);background:#21403217}.home-redesign-v2 .premium-exam-card-top em{color:var(--home-orange);background:#d96c2d1a}.home-redesign-v2 .premium-exam-card h3{color:var(--home-primary);margin:auto 0 12px;font-size:clamp(1.5rem,2.3vw,2rem)}.home-redesign-v2 .premium-exam-card p{color:var(--home-secondary);font-size:1rem}.home-redesign-v2 .premium-exam-card small{color:#7a7d77;margin-top:18px;font-size:.84rem;font-weight:760;display:block}.home-redesign-v2 .premium-choice-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px;margin-top:44px;display:grid}.home-redesign-v2 .premium-choice-card{background:#ffffffeb;border-radius:24px;min-height:0;padding:24px}.home-redesign-v2 .premium-choice-card.is-featured{background:linear-gradient(150deg,#fff,#fff6eef0),#fff;border-color:#d96c2d33;flex-direction:column;grid-row:span 4;min-height:462px;display:flex}.home-redesign-v2 .premium-choice-card>span{width:max-content;height:auto;min-height:38px;color:var(--home-orange);background:#d96c2d1c;border-radius:999px;padding:10px 13px}.home-redesign-v2 .premium-choice-card h3{color:var(--home-text);margin:34px 0 12px;font-size:clamp(1.34rem,2vw,1.9rem)}.home-redesign-v2 .premium-choice-card.is-featured h3{margin-top:clamp(52px,7vw,84px);font-size:clamp(2rem,3vw,3.1rem);line-height:1}.home-redesign-v2 .choice-feature-meter{gap:10px;margin-top:28px;display:grid}.home-redesign-v2 .choice-feature-meter span{color:var(--home-primary);background:#fffc;border:1px solid #2140321a;border-radius:14px;padding:12px;font-size:.9rem;font-weight:800}.home-redesign-v2 .premium-preview-section{grid-template-columns:minmax(260px,.48fr) minmax(0,1fr);gap:clamp(34px,6vw,76px);width:min(1180px,100% - 48px)}.home-redesign-v2 .premium-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-redesign-v2 .premium-preview-card{background:#fff;border-radius:24px;min-height:282px;padding:22px}.home-redesign-v2 .premium-preview-topline{margin-bottom:22px}.home-redesign-v2 .premium-preview-topline span{color:var(--home-orange)}.home-redesign-v2 .premium-preview-topline strong{color:var(--home-primary)}.home-redesign-v2 .premium-preview-ui{gap:12px;margin-top:0;display:grid}.home-redesign-v2 .mock-question-block{border:1px solid var(--home-border);background:#fbfaf7;border-radius:16px;padding:16px}.home-redesign-v2 .mock-question-block span{color:var(--home-orange);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:900;display:block}.home-redesign-v2 .mock-question-block strong{color:var(--home-text);margin-top:10px;line-height:1.36;display:block}.home-redesign-v2 .mock-answer-row,.home-redesign-v2 .mock-feedback-row{background:#2140320b;border:1px solid #2140321a;border-radius:14px;gap:10px;padding:12px}.home-redesign-v2 .mock-answer-row span,.home-redesign-v2 .mock-feedback-row span{background:var(--home-primary);border-radius:999px;flex:none;width:10px;height:10px}.home-redesign-v2 .mock-answer-row p,.home-redesign-v2 .mock-feedback-row p,.home-redesign-v2 .preview-listening p{color:var(--home-secondary);margin:0;font-size:.94rem}.home-redesign-v2 .mock-audio-bar{border:1px solid var(--home-border);background:#fbfaf7;border-radius:18px;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:16px;display:grid}.home-redesign-v2 .mock-audio-bar span:first-child{background:var(--home-primary);border-radius:999px;width:42px;height:42px}.home-redesign-v2 .mock-audio-bar span:last-child{background:linear-gradient(90deg, var(--home-primary) 0 54%, #e8e1d8 54% 100%);border-radius:999px;height:10px}.home-redesign-v2 .premium-path-section{background:0 0}.home-redesign-v2 .premium-path{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid;position:relative}.home-redesign-v2 .premium-path:before{content:"";background:var(--home-border);height:2px;position:absolute;top:39px;left:9%;right:9%}.home-redesign-v2 .premium-path-step{background:#fff;border-radius:22px;min-height:190px;padding:22px;position:relative}.home-redesign-v2 .premium-path-step span{z-index:1;background:var(--home-primary);color:#fff;border-radius:999px;place-items:center;width:44px;height:44px;display:grid;position:relative}.home-redesign-v2 .premium-path-step:last-child span{background:var(--home-orange)}.home-redesign-v2 .premium-path-step strong{margin-top:42px;font-size:1.08rem}.home-redesign-v2 .premium-seo-section{grid-template-columns:minmax(260px,.48fr) minmax(0,1fr);align-items:stretch;width:min(1180px,100% - 48px)}.home-redesign-v2 .premium-seo-section:before{content:"";z-index:-1;background:#fff;position:absolute;inset:0 calc(50% - 50vw)}.home-redesign-v2 .premium-seo-editorial{background:var(--home-bg);border-radius:28px;gap:18px;padding:clamp(24px,4vw,38px);display:grid}.home-redesign-v2 .premium-seo-editorial p{color:var(--home-secondary);margin:0;font-size:1.03rem;line-height:1.78}.home-redesign-v2 .premium-keyword-panel{box-shadow:none;background:0 0;border:0;padding:0}.home-redesign-v2 .premium-keyword-panel span{background:#fff;border-color:#2140321f}.home-redesign-v2 .premium-pricing-grid{max-width:940px}.home-redesign-v2 .premium-price-card{border-radius:28px;padding:clamp(24px,4vw,38px)}.home-redesign-v2 .premium-price-card.featured{box-shadow:var(--home-shadow-strong);border-color:#21403247;position:relative}.home-redesign-v2 .premium-price-card.featured:before{content:"";pointer-events:none;border:1px solid #8fa38b4d;border-radius:22px;position:absolute;inset:12px}.home-redesign-v2 .pricing-intro{color:var(--home-secondary);margin:-6px 0 0;line-height:1.6}.home-redesign-v2 .daily-word-section{border-radius:0}.home-redesign-v2 .daily-word-card,.home-redesign-v2 .support-tool-card,.home-redesign-v2 .faq-item{border-radius:22px}@media (width<=1120px){.home-redesign-v2 .home-hero,.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .daily-word-section{grid-template-columns:1fr}.home-redesign-v2 .premium-value-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.home-redesign-v2 .premium-value-strip article{border-bottom:1px solid var(--home-border)}.home-redesign-v2 .premium-exam-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-redesign-v2 .premium-exam-card,.home-redesign-v2 .premium-exam-card:nth-child(4),.home-redesign-v2 .premium-exam-card:nth-child(5){grid-column:auto}}@media (width<=760px){.home-redesign-v2 .topbar{min-height:70px}.home-redesign-v2 .home-hero,.home-redesign-v2 .premium-value-strip,.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-seo-section{width:calc(100% - 36px)}.home-redesign-v2 .home-hero{min-height:auto;padding-top:42px;padding-bottom:72px}.home-redesign-v2 .home-hero:before{border-radius:28px;inset:10px -18px 28px}.home-redesign-v2 .premium-hero-copy .hero-seo-title{font-size:clamp(3rem,15vw,4.6rem);line-height:.94}.home-redesign-v2 .hero-actions{grid-template-columns:1fr;width:100%;display:grid}.home-redesign-v2 .hero-actions .button{width:100%}.home-redesign-v2 .study-plan-preview{border-radius:22px;padding:18px}.home-redesign-v2 .study-plan-main{flex-direction:column;align-items:flex-start}.home-redesign-v2 .premium-score-ring{width:112px}.home-redesign-v2 .premium-value-strip,.home-redesign-v2 .premium-exam-grid,.home-redesign-v2 .premium-preview-grid,.home-redesign-v2 .premium-pricing-grid{grid-template-columns:1fr}.home-redesign-v2 .premium-value-strip{margin-top:-34px}.home-redesign-v2 .premium-value-strip article{border-right:0;min-height:auto}.home-redesign-v2 .premium-choice-layout{grid-template-columns:1fr}.home-redesign-v2 .premium-choice-card.is-featured{grid-row:auto;min-height:0}.home-redesign-v2 .premium-path{grid-template-columns:1fr}.home-redesign-v2 .premium-path:before{width:2px;height:auto;inset:24px auto 24px 43px}.home-redesign-v2 .premium-path-step{min-height:0;padding-left:74px}.home-redesign-v2 .premium-path-step span{position:absolute;top:20px;left:20px}.home-redesign-v2 .premium-path-step strong{margin-top:0}.home-redesign-v2 .section-heading h2,.home-redesign-v2 .premium-preview-copy h2,.home-redesign-v2 .method-copy h2,.home-redesign-v2 .premium-seo-copy h2,.home-redesign-v2 .pricing-copy h2,.home-redesign-v2 .daily-word-copy h2,.home-redesign-v2 .faq-section h2{font-size:clamp(2.15rem,10vw,3.1rem)}}.home-redesign-v2{--home-bg:#f5f7f3;--home-alt:#edf4ef;--home-text:#11181f;--home-secondary:#65717c;--home-primary:#16836a;--home-primary-hover:#0e5f4f;--home-orange:#d88a2d;--home-sage:#e4f5df;--home-lime:#9be15d;--home-card:#fff;--home-border:#dce5df;--home-shadow:0 22px 62px #11181f14;--home-shadow-strong:0 34px 86px #0b111724;background:var(--home-bg)}.home-redesign-v2 .topbar{background:#f5f7f3e6;max-width:none;padding-inline:max(24px,50vw - 566px)}.home-redesign-v2 .home-hero{background:linear-gradient(90deg,#f5f7f3fc 0%,#f5f7f3f2 28%,#f5f7f3bd 48%,#f5f7f33d 100%),linear-gradient(#f5f7f324,#f5f7f30f),url(/images/home-hero-learner.png) 100%/cover no-repeat;grid-template-columns:minmax(320px,.88fr) minmax(370px,.72fr);align-items:center;width:100%;max-width:none;min-height:calc(100svh - 76px);margin:0;padding:clamp(58px,7vw,98px) max(24px,50vw - 566px) clamp(54px,7vw,82px)}.home-redesign-v2 .hero-seo-title span{color:var(--home-orange)}.home-redesign-v2 .hero-seo-title span:after{background:#9be15d52}.home-redesign-v2 .hero-text{color:#27323c;max-width:620px;font-size:clamp(1.04rem,1.35vw,1.17rem);font-weight:500}.home-redesign-v2 .hero-trust-line{color:#27323c;font-weight:600}.home-redesign-v2 .premium-hero-visual{justify-self:end;width:min(420px,100%)}.home-redesign-v2 .study-plan-preview{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;border-color:#dce5dfeb;padding:22px;box-shadow:0 26px 72px #0b111729}.home-redesign-v2 .ai-status,.home-redesign-v2 .premium-exam-card-top em{color:var(--home-primary-hover);background:#9be15d3d}.home-redesign-v2 .premium-feedback-note span{color:var(--home-primary-hover)}.home-redesign-v2 .premium-value-strip{border-color:#dce5dff0;margin-top:-28px}.home-redesign-v2 .premium-exam-card h3,.home-redesign-v2 .premium-preview-topline strong,.home-redesign-v2 .premium-choice-meter span,.home-redesign-v2 .choice-feature-meter span,.home-redesign-v2 .premium-pricing-link{color:var(--home-primary-hover)}.home-redesign-v2 .premium-choice-card>span{color:var(--home-primary-hover);background:#9be15d3d}.home-redesign-v2 .premium-choice-card.is-featured>span{background:var(--home-primary-hover);color:#fff}.home-redesign-v2 .premium-score-ring{background:radial-gradient(circle at center, #fff 57%, transparent 58%), conic-gradient(var(--home-primary-hover) 0 72%, #dce5df 72% 100%);width:96px}.home-redesign-v2 .study-plan-main{margin:14px 0 12px}.home-redesign-v2 .study-plan-main p{font-size:.92rem}.home-redesign-v2 .study-plan-insights{gap:9px;margin-top:14px}.home-redesign-v2 .premium-progress-row{padding:10px 12px}.home-redesign-v2 .premium-feedback-note{margin-top:12px;padding:10px 12px}.home-redesign-v2 .study-plan-preview .premium-feedback-note p{display:none}.home-redesign-v2 .study-plan-progress span{background:linear-gradient(90deg, var(--home-primary-hover), var(--home-lime))}@media (width<=1120px){.home-redesign-v2 .home-hero{background:linear-gradient(#f5f7f3fa 0%,#f5f7f3e6 52%,#f5f7f380 100%),url(/images/home-hero-learner.png) 100%/cover no-repeat;grid-template-columns:minmax(0,1fr)}.home-redesign-v2 .premium-hero-visual{justify-self:start}}@media (width<=760px){.home-redesign-v2 .topbar{padding-inline:18px}.home-redesign-v2 .home-hero{background:linear-gradient(#f5f7f3fc 0%,#f5f7f3f2 55%,#f5f7f3b8 100%),url(/images/home-hero-learner.png) 62% 100%/cover no-repeat;width:100%;min-height:calc(100svh - 70px);padding:42px 18px 58px}.home-redesign-v2 .premium-hero-copy .hero-seo-title{font-size:clamp(3.05rem,14vw,4.4rem);line-height:.96}.home-redesign-v2 .hero-text{font-size:1rem}.home-redesign-v2 .premium-hero-visual{width:100%}}.home-redesign-v2{--home-bg:#f5f7f3;--home-alt:#edf4ef;--home-text:#11181f;--home-ink:#0b1117;--home-body:#27323c;--home-secondary:#65717c;--home-primary:#16836a;--home-primary-hover:#0e5f4f;--home-orange:#16836a;--home-sage:#e4f5df;--home-lime:#9be15d;--home-accent:#7ecb45;--home-card:#fff;--home-border:#dce5df;--home-shadow:0 22px 62px #11181f14;--home-shadow-strong:0 34px 86px #0b111724;color:var(--home-body);background:linear-gradient(#f5f7f3 0%,#fff 42%,#f5f7f3 100%)}.home-redesign-v2 .topbar{background:#f5f7f3e6;border-bottom:1px solid #dce5dfe6;width:100%;max-width:none;min-height:72px;margin:0;padding:14px max(22px,50vw - 568px);box-shadow:0 14px 34px #11181f0b}.home-redesign-v2 .topbar:after{display:none}.home-redesign-v2 .brand-name-pro,.home-redesign-v2 .nav-links a:hover,.home-redesign-v2 .nav-action:hover{color:var(--home-primary-hover)}.home-redesign-v2 .nav-links{color:var(--home-secondary)}.home-redesign-v2 .nav-action,.home-redesign-v2 .nav-action.muted{color:var(--home-text)}.home-redesign-v2 .nav-actions .nav-action:not(.muted):not(.button-link){background:linear-gradient(135deg, var(--home-primary-hover), var(--home-primary));color:#fff;border:1px solid #0e5f4f2e;border-radius:999px;align-items:center;min-height:38px;padding:0 16px;display:inline-flex;box-shadow:0 14px 28px #0e5f4f2e}.home-redesign-v2 .nav-actions .nav-action:not(.muted):not(.button-link):hover{color:#fff;transform:translateY(-1px)}.home-redesign-v2 .button.primary{background:linear-gradient(135deg, var(--home-primary-hover), var(--home-primary));color:#fff;border-color:#0000;box-shadow:0 18px 38px #0e5f4f38,inset 0 1px #ffffff2e}.home-redesign-v2 .button.primary:hover{background:linear-gradient(135deg, #0a4a3f, var(--home-primary-hover));box-shadow:0 22px 44px #0e5f4f42,inset 0 1px #ffffff29}.home-redesign-v2 .button.secondary{color:var(--home-primary-hover);background:#ffffffb8;border-color:#0e5f4f2e;box-shadow:0 12px 28px #11181f0f}.home-redesign-v2 .button.secondary:hover{background:#fff;border-color:#0e5f4f57;transform:translateY(-2px)}.home-redesign-v2 .button:focus-visible,.home-redesign-v2 .nav-action:focus-visible,.home-redesign-v2 a:focus-visible,.home-redesign-v2 button:focus-visible{outline-offset:3px;outline:3px solid #16836a47}.home-redesign-v2 .eyebrow{width:fit-content;color:var(--home-primary-hover);background:#e4f5dfc7;border:1px solid #16836a26;border-radius:999px;padding:7px 11px;font-weight:900}.home-redesign-v2 .home-hero{background:linear-gradient(90deg,#f5f7f3fc 0%,#f5f7f3e6 28%,#f5f7f37a 48%,#f5f7f305 76%),radial-gradient(circle at 16% 75%,#e4f5dfb8,#0000 25rem),url(/images/home-hero-learner.png) 100%/cover no-repeat;border-radius:0;grid-template-columns:minmax(360px,.82fr) minmax(390px,.78fr);align-items:center;width:100%;max-width:none;min-height:calc(100svh - 72px);margin:0;padding:clamp(50px,6vw,82px) max(22px,50vw - 568px) clamp(44px,5vw,66px);position:relative;overflow:hidden}.home-redesign-v2 .home-hero:before,.home-redesign-v2 .home-hero-glow{display:none}.home-redesign-v2 .premium-hero-copy{max-width:660px;padding:clamp(14px,2vw,22px) 0}.home-redesign-v2 .premium-hero-copy .hero-seo-title{max-width:720px;color:var(--home-text);letter-spacing:0;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(3.75rem,5.45vw,5.65rem);line-height:.96}.home-redesign-v2 .hero-seo-title span{color:#0000;text-shadow:none;background:linear-gradient(100deg,#0e5f4f 0%,#16836a 45%,#7ecb45 78%,#9be15d 100%);-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.home-redesign-v2 .hero-seo-title span:after{background:linear-gradient(90deg,#9be15d5c,#16836a29);border-radius:999px;height:.16em;bottom:.03em;left:-.04em;right:-.04em}.home-redesign-v2 .hero-text{max-width:620px;color:var(--home-body);font-size:clamp(1.04rem,1.28vw,1.16rem);font-weight:560;line-height:1.72}.home-redesign-v2 .hero-actions .button{min-height:48px;padding-inline:19px}.home-redesign-v2 .hero-trust-line{max-width:640px;color:var(--home-body);font-size:.92rem;font-weight:720;line-height:1.58}.home-redesign-v2 .premium-hero-visual{place-self:center end;width:min(410px,100%)}.home-redesign-v2 .study-plan-preview{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffffeb,#ffffffc7),#ffffffe0;border:1px solid #dce5dfeb;border-radius:22px;padding:22px;overflow:hidden;box-shadow:0 30px 76px #0b111729,inset 0 1px #ffffffe6}.home-redesign-v2 .study-plan-preview:before{background:linear-gradient(135deg,#16836a21,#9be15d1f)}.home-redesign-v2 .study-plan-header,.home-redesign-v2 .study-plan-main,.home-redesign-v2 .premium-progress-row,.home-redesign-v2 .mock-answer-row,.home-redesign-v2 .mock-feedback-row{background:#ffffffd1;border-color:#dce5dfeb}.home-redesign-v2 .study-plan-header strong,.home-redesign-v2 .study-plan-main h2,.home-redesign-v2 .premium-progress-row strong,.home-redesign-v2 .premium-exam-card h3,.home-redesign-v2 .premium-choice-card h3,.home-redesign-v2 .premium-preview-topline strong,.home-redesign-v2 .premium-path-step strong,.home-redesign-v2 .premium-price-card h3,.home-redesign-v2 .daily-word-card h3,.home-redesign-v2 .support-tool-card h3,.home-redesign-v2 .faq-item summary{color:var(--home-text)}.home-redesign-v2 .ai-status,.home-redesign-v2 .premium-exam-card-top em,.home-redesign-v2 .recommended{color:var(--home-primary-hover);background:#e4f5dfe6;border:1px solid #16836a24}.home-redesign-v2 .premium-feedback-note{background:linear-gradient(135deg,#e4f5dfe6,#ffffffe0);border-color:#7ecb4547}.home-redesign-v2 .premium-feedback-note span,.home-redesign-v2 .premium-preview-topline span,.home-redesign-v2 .mock-question-block span,.home-redesign-v2 .premium-pricing-link,.home-redesign-v2 .premium-choice-meter span,.home-redesign-v2 .choice-feature-meter span{color:var(--home-primary-hover)}.home-redesign-v2 .premium-value-strip{z-index:2;background:#ffffffed;border:1px solid #dce5dff2;border-radius:18px;margin-top:-24px;position:relative;box-shadow:0 22px 58px #11181f13}.home-redesign-v2 .value-check{background:linear-gradient(135deg, var(--home-primary-hover), var(--home-primary));box-shadow:0 12px 24px #0e5f4f29}.home-redesign-v2 .premium-exam-card,.home-redesign-v2 .premium-choice-card,.home-redesign-v2 .premium-preview-card,.home-redesign-v2 .premium-price-card,.home-redesign-v2 .daily-word-card,.home-redesign-v2 .support-tool-card,.home-redesign-v2 .faq-item{background:linear-gradient(#fffffffc,#f7fbf9fa),#fff;border-color:#dce5dff5;box-shadow:0 18px 44px #11181f0e,inset 0 1px #fffffff0}.home-redesign-v2 .premium-exam-card:hover,.home-redesign-v2 .premium-choice-card:hover,.home-redesign-v2 .premium-preview-card:hover,.home-redesign-v2 .premium-price-card:hover,.home-redesign-v2 .daily-word-card:hover,.home-redesign-v2 .support-tool-card:hover,.home-redesign-v2 .faq-item:hover{border-color:#16836a42;transform:translateY(-4px);box-shadow:0 26px 60px #11181f17,0 0 0 4px #16836a0b}.home-redesign-v2 .premium-exam-card-top>span,.home-redesign-v2 .premium-choice-card>span,.home-redesign-v2 .premium-path-step span,.home-redesign-v2 .premium-progress-row>span,.home-redesign-v2 .mock-answer-row span,.home-redesign-v2 .mock-feedback-row span,.home-redesign-v2 .support-tool-number{color:var(--home-primary-hover);background:#e4f5dfe0;border-color:#16836a24}.home-redesign-v2 .premium-choice-card.is-featured{background:linear-gradient(145deg, #0e5f4f 0%, #16836a 58%, #7ecb45 140%), var(--home-primary-hover);color:#ffffffdb;border-color:#0e5f4f42;box-shadow:0 28px 70px #0e5f4f38}.home-redesign-v2 .premium-choice-card.is-featured h3,.home-redesign-v2 .premium-choice-card.is-featured p,.home-redesign-v2 .premium-choice-card.is-featured .choice-feature-meter span{color:#fff}.home-redesign-v2 .premium-choice-card.is-featured>span{color:#fff;background:#ffffff24;border-color:#ffffff2e}.home-redesign-v2 .choice-feature-meter span{background:#ffffff1f;border-color:#ffffff2e}.home-redesign-v2 .mock-question-block,.home-redesign-v2 .premium-preview-ui{background:#ffffffd6;border-color:#dce5dfeb}.home-redesign-v2 .mock-audio-bar span:first-child{background:linear-gradient(90deg, var(--home-primary-hover), var(--home-primary), var(--home-lime))}.home-redesign-v2 .premium-path-step:last-child span,.home-redesign-v2 .price-card.featured:before,.home-redesign-v2 .premium-price-card.featured:before{border-color:#7ecb4557}.home-redesign-v2 .premium-path-step:last-child span{background:linear-gradient(135deg, var(--home-primary-hover), var(--home-primary));color:#fff}.home-redesign-v2 .premium-choice-section:before,.home-redesign-v2 .daily-word-section:after{background:linear-gradient(#edf4ef,#f5f7f3)}.home-redesign-v2 .premium-seo-section:before{background:radial-gradient(circle at 20% 30%,#9be15d2e,#0000 20rem),radial-gradient(circle at 82% 74%,#16836a1a,#0000 22rem)}.home-redesign-v2 .scroll-reveal,.home-redesign-v2 .scroll-reveal.is-visible{filter:none;will-change:opacity, transform}.home-redesign-v2 .premium-keyword-panel span,.home-redesign-v2 .support-tool-kicker{color:var(--home-primary-hover);background:#e4f5dfd1;border:1px solid #16836a24}.home-redesign-v2 .site-footer{color:#ffffffc2;background:radial-gradient(circle at 16% 0,#9be15d29,#0000 24rem),linear-gradient(#0e5f4f 0%,#0b1117 68%);width:100%;margin-top:28px;padding:54px max(22px,50% - 590px) 32px}.home-redesign-v2 .footer-cta{background:linear-gradient(135deg,#ffffff24,#ffffff0f),#ffffff0d;border-color:#ffffff1f;border-radius:18px;box-shadow:inset 0 1px #ffffff1f}.home-redesign-v2 .footer-cta .eyebrow{color:var(--home-lime);background:#9be15d1f;border-color:#9be15d42}.home-redesign-v2 .footer-cta .button.primary{background:linear-gradient(135deg, var(--home-lime), var(--home-accent));color:var(--home-ink);box-shadow:0 18px 38px #7ecb4538}.home-redesign-v2 .footer-main{grid-template-columns:minmax(245px,.34fr) minmax(0,1fr);gap:38px}.home-redesign-v2 .footer-columns{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 26px}.home-redesign-v2 .footer-columns strong{color:#fff}.home-redesign-v2 .footer-columns a,.home-redesign-v2 .footer-link-button,.home-redesign-v2 .footer-social a{color:#ffffffb3}@media (width<=1120px){.home-redesign-v2 .home-hero{background:linear-gradient(#f5f7f3fc 0%,#f5f7f3e6 54%,#f5f7f37a 100%),url(/images/home-hero-learner.png) 100%/cover no-repeat;grid-template-columns:minmax(0,1fr);min-height:auto}.home-redesign-v2 .premium-hero-visual{justify-self:start}.home-redesign-v2 .footer-main{grid-template-columns:1fr}.home-redesign-v2 .footer-brand{border-bottom:1px solid #ffffff14;border-right:0;max-width:none;padding-bottom:24px;padding-right:0}.home-redesign-v2 .footer-columns{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.home-redesign-v2 .topbar{min-height:68px;padding-inline:18px}.home-redesign-v2 .home-hero{background:linear-gradient(#f5f7f3fc 0%,#f5f7f3f2 50%,#f5f7f3b3 100%),url(/images/home-hero-learner.png) 60% 100%/cover no-repeat;width:100%;min-height:calc(100svh - 68px);padding:40px 18px 56px}.home-redesign-v2 .premium-hero-copy .hero-seo-title{max-width:min(100%,420px);font-size:clamp(2.9rem,13vw,4.2rem);line-height:.98}.home-redesign-v2 .hero-actions{grid-template-columns:1fr;width:100%;display:grid}.home-redesign-v2 .hero-actions .button{width:100%}.home-redesign-v2 .premium-value-strip{width:calc(100% - 36px);margin-top:-22px}.home-redesign-v2 .premium-exam-card:hover,.home-redesign-v2 .premium-choice-card:hover,.home-redesign-v2 .premium-preview-card:hover,.home-redesign-v2 .premium-price-card:hover,.home-redesign-v2 .daily-word-card:hover,.home-redesign-v2 .support-tool-card:hover,.home-redesign-v2 .faq-item:hover{transform:none}.home-redesign-v2 .footer-cta,.home-redesign-v2 .footer-bottom{flex-direction:column;align-items:stretch}.home-redesign-v2 .footer-columns{grid-template-columns:1fr}}.home-redesign-v2{--home-shell-max:1360px;--home-page-gutter:clamp(20px, 3.2vw, 46px)}.home-redesign-v2 .topbar{padding-inline:max(var(--home-page-gutter), calc((100vw - var(--home-shell-max)) / 2 + var(--home-page-gutter)))}.home-redesign-v2 .home-hero{min-height:calc(100svh - 72px);padding:clamp(46px, 5.2vw, 76px) max(var(--home-page-gutter), calc((100vw - var(--home-shell-max)) / 2 + var(--home-page-gutter))) clamp(44px, 5vw, 70px);background:linear-gradient(90deg,#f5f7f3fc 0%,#f5f7f3e0 24%,#f5f7f361 42%,#f5f7f300 66%),radial-gradient(circle at 14% 74%,#e4f5dfb3,#0000 25rem),url(/images/home-hero-learner.png) 100%/cover no-repeat;grid-template-columns:minmax(500px,.86fr) minmax(360px,.58fr);column-gap:clamp(28px,4.5vw,76px)}.home-redesign-v2 .premium-hero-copy{max-width:700px}.home-redesign-v2 .premium-hero-copy .hero-seo-title{max-width:760px}.home-redesign-v2 .hero-text{max-width:670px}.home-redesign-v2 .hero-seo-title span{background:linear-gradient(100deg,#0e5f4f 0%,#16836a 18%,#7ecb45 36%,#9be15d 48%,#d88a2d 62%,#f0a043 72%,#16836a 88%,#0e5f4f 100%) 0 0/220% 100%;-webkit-background-clip:text;background-clip:text;animation:6.2s ease-in-out infinite confidenceGradientLoop}.home-redesign-v2 .hero-seo-title span:after{background:linear-gradient(100deg,#9be15d6b 0%,#16836a2e 46%,#d88a2d3d 65%,#9be15d5c 100%) 0 0/220% 100%;animation:6.2s ease-in-out infinite confidenceGradientLoop}@keyframes confidenceGradientLoop{0%,to{background-position:0%}48%,58%{background-position:100%}}.home-redesign-v2 .premium-hero-visual{place-self:end;width:min(324px,100%);margin-bottom:clamp(18px,4.4vh,54px);transform:translate(clamp(10px,2.6vw,36px))}.home-redesign-v2 .study-plan-preview{background:linear-gradient(#ffffffe0,#ffffffa8),#ffffffc2;border-radius:20px;padding:16px;position:relative;box-shadow:0 26px 70px #0b11172e,inset 0 0 0 1px #ffffff8f}.home-redesign-v2 .study-plan-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding:12px;display:grid}.home-redesign-v2 .ai-status{letter-spacing:.035em;justify-self:start;padding:6px 9px;font-size:.68rem}.home-redesign-v2 .study-plan-main{grid-template-columns:82px minmax(0,1fr);gap:12px;padding:12px}.home-redesign-v2 .premium-score-ring{width:82px}.home-redesign-v2 .premium-score-ring span{font-size:1.35rem}.home-redesign-v2 .study-plan-main h2{font-size:1.22rem}.home-redesign-v2 .study-plan-main p,.home-redesign-v2 .premium-progress-row small{font-size:.82rem}.home-redesign-v2 .study-plan-insights{gap:8px}.home-redesign-v2 .premium-progress-row{grid-template-columns:32px minmax(0,1fr) auto;padding:9px 10px}.home-redesign-v2 .premium-progress-row>span{width:32px;height:32px}.home-redesign-v2 .premium-feedback-note{padding:9px 10px}.home-redesign-v2 .premium-value-strip,.home-redesign-v2 .premium-exam-section,.home-redesign-v2 .premium-choice-section,.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-path-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview,.home-redesign-v2 .daily-word-section,.home-redesign-v2 .premium-support-section,.home-redesign-v2 .faq-section{width:min(var(--home-shell-max), calc(100% - (var(--home-page-gutter) * 2)))}.home-redesign-v2 .premium-exam-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.home-redesign-v2 .premium-exam-card,.home-redesign-v2 .premium-exam-card:nth-child(4),.home-redesign-v2 .premium-exam-card:nth-child(5){grid-column:span 2}.home-redesign-v2 .premium-exam-card:nth-child(4),.home-redesign-v2 .premium-exam-card:nth-child(5){grid-column:span 3}.home-redesign-v2 .premium-exam-card{min-height:260px;padding:24px}.home-redesign-v2 .premium-exam-card-top>span{border-radius:14px;justify-content:center;width:40px;height:40px;padding:0;font-size:.78rem}@media (width<=1180px){.home-redesign-v2 .home-hero{background:linear-gradient(#f5f7f3fc 0%,#f5f7f3e6 52%,#f5f7f36b 100%),url(/images/home-hero-learner.png) 100%/cover no-repeat;grid-template-columns:minmax(0,1fr)}.home-redesign-v2 .premium-hero-visual{place-self:auto start;width:min(390px,100%);margin-bottom:0;transform:none}.home-redesign-v2 .premium-exam-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-redesign-v2 .premium-exam-card,.home-redesign-v2 .premium-exam-card:nth-child(4),.home-redesign-v2 .premium-exam-card:nth-child(5){grid-column:auto}}@media (width<=760px){.home-redesign-v2{--home-page-gutter:18px}.home-redesign-v2 .home-hero{min-height:calc(100svh - 68px);padding:38px var(--home-page-gutter) 54px;background:linear-gradient(#f5f7f3fc 0%,#f5f7f3f5 48%,#f5f7f3c2 100%),url(/images/home-hero-learner.png) 60% 100%/cover no-repeat}.home-redesign-v2 .premium-hero-visual{width:100%}.home-redesign-v2 .study-plan-preview{max-width:100%}.home-redesign-v2 .premium-exam-grid{grid-template-columns:1fr}.home-redesign-v2 .premium-exam-card{min-height:auto}}.home-redesign-v2 .premium-exam-section .section-heading{margin-bottom:26px}.home-redesign-v2 .premium-exam-card{border-radius:18px;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;min-height:224px;padding:20px}.home-redesign-v2 .premium-exam-card-top{justify-content:flex-start;align-items:center;gap:12px}.home-redesign-v2 .premium-exam-card-top>div{flex-wrap:wrap;align-items:center;gap:9px;min-width:0;display:flex}.home-redesign-v2 .premium-exam-card-top>span{border-radius:13px;flex:0 0 38px;width:38px;height:38px}.home-redesign-v2 .premium-exam-card h3{margin:0;font-size:clamp(1.2rem,1.35vw,1.42rem);line-height:1.08}.home-redesign-v2 .premium-exam-card-top em{padding:6px 9px;font-size:.7rem}.home-redesign-v2 .premium-exam-card p{margin:0;font-size:.95rem;line-height:1.52}.home-redesign-v2 .premium-exam-card small{margin:0;font-size:.8rem;line-height:1.35}.home-redesign-v2 .premium-preview-section{background:linear-gradient(135deg,#fffffffa,#edf4efc7),#fff;border-radius:26px;grid-template-columns:minmax(280px,.34fr) minmax(0,1fr);align-items:start;gap:clamp(24px,4vw,44px);padding:clamp(26px,4.5vw,46px);display:grid}.home-redesign-v2 .premium-preview-copy{position:sticky;top:100px}.home-redesign-v2 .premium-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;max-width:none}.home-redesign-v2 .premium-preview-card{border-radius:18px;gap:12px;min-height:300px;padding:14px}.home-redesign-v2 .premium-preview-topline{gap:4px;min-height:42px}.home-redesign-v2 .premium-preview-topline span{font-size:.7rem}.home-redesign-v2 .premium-preview-topline strong{font-size:.94rem;line-height:1.18}.home-redesign-v2 .exam-screenshot-preview{background:linear-gradient(#fffffffa,#f7fbf9fa),#fff;border:1px solid #dce5dff2;border-radius:14px;align-content:start;gap:10px;min-height:224px;padding:10px;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffffeb,0 16px 30px #11181f0e}.home-redesign-v2 .exam-screenshot-topbar{border-bottom:1px solid #dce5dfd9;grid-template-columns:7px 7px 7px minmax(0,1fr);align-items:center;gap:5px;padding:0 0 8px;display:grid}.home-redesign-v2 .exam-screenshot-topbar>span{background:#dce5df;border-radius:50%;width:7px;height:7px}.home-redesign-v2 .exam-screenshot-topbar>span:first-child{background:#d7534a}.home-redesign-v2 .exam-screenshot-topbar>span:nth-child(2){background:#d88a2d}.home-redesign-v2 .exam-screenshot-topbar>span:nth-child(3){background:#16836a}.home-redesign-v2 .exam-screenshot-topbar strong{color:var(--home-secondary);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;font-weight:900;overflow:hidden}.home-redesign-v2 .exam-screenshot-question{background:#edf4ef8f;border:1px solid #dce5dfe6;border-radius:12px;gap:5px;padding:10px;display:grid}.home-redesign-v2 .exam-screenshot-question small{color:var(--home-primary-hover);text-transform:uppercase;font-size:.66rem;font-weight:900}.home-redesign-v2 .exam-screenshot-question strong,.home-redesign-v2 .exam-option-list span,.home-redesign-v2 .exam-writing-preview span{color:var(--home-text)}.home-redesign-v2 .exam-screenshot-question strong{font-size:.88rem;line-height:1.22}.home-redesign-v2 .exam-screenshot-question p{color:var(--home-secondary);margin:0;font-size:.72rem;line-height:1.34}.home-redesign-v2 .exam-option-list,.home-redesign-v2 .exam-writing-preview,.home-redesign-v2 .exam-speech-bars{gap:7px;display:grid}.home-redesign-v2 .exam-option-list span,.home-redesign-v2 .exam-writing-preview span{background:#ffffffe0;border:1px solid #dce5dfeb;border-radius:10px;padding:6px 8px;font-size:.66rem;font-weight:800;line-height:1.25}.home-redesign-v2 .exam-option-list .is-correct{color:var(--home-primary-hover);background:#e4f5dfcc;border-color:#16836a42}.home-redesign-v2 .exam-audio-preview{background:#edf4ef8f;border:1px solid #dce5dfe6;border-radius:14px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:12px;display:grid}.home-redesign-v2 .exam-audio-preview button{background:var(--home-primary-hover);border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.home-redesign-v2 .exam-audio-preview button:before{content:"";border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:10px solid #fff;width:0;height:0;margin-left:2px}.home-redesign-v2 .exam-audio-preview div{gap:7px;display:grid}.home-redesign-v2 .exam-audio-preview div span,.home-redesign-v2 .exam-speech-bars span{background:#edf4ef;border-radius:999px;height:7px;display:block;overflow:hidden}.home-redesign-v2 .exam-audio-preview div span:before{border-radius:inherit;background:linear-gradient(90deg, var(--home-primary-hover), var(--home-lime));content:"";width:72%;height:100%;display:block}.home-redesign-v2 .exam-audio-preview div span:nth-child(2):before{width:48%}.home-redesign-v2 .exam-score-panel,.home-redesign-v2 .exam-speaking-preview{background:#e4f5dfb8;border:1px solid #16836a2e;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.home-redesign-v2 .preview-writing .exam-writing-preview,.home-redesign-v2 .preview-writing .exam-score-panel{margin-top:2px}.home-redesign-v2 .exam-score-panel strong,.home-redesign-v2 .exam-speaking-preview strong{color:var(--home-primary-hover);font-size:1.55rem;line-height:1}.home-redesign-v2 .exam-score-panel span,.home-redesign-v2 .exam-speaking-preview small{color:var(--home-secondary);font-size:.68rem;font-weight:900;line-height:1.2}.home-redesign-v2 .exam-speaking-preview>span{background:radial-gradient(circle at 50% 36%,#f3c9aa 0 28%,#0000 29%),radial-gradient(circle at 50% 100%,#0e5f4f 0 42%,#0000 43%),#f8efe8;border-radius:50%;flex:0 0 44px;width:44px;height:44px;display:block}.home-redesign-v2 .exam-speech-bars i{border-radius:inherit;background:linear-gradient(90deg, var(--home-primary-hover), var(--home-primary));height:100%;display:block}.home-redesign-v2 .exam-speech-bars span:first-child i{width:86%}.home-redesign-v2 .exam-speech-bars span:nth-child(2) i{width:72%}.home-redesign-v2 .exam-speech-bars span:nth-child(3) i{width:64%}@media (width<=1180px){.home-redesign-v2 .premium-preview-section{grid-template-columns:1fr}.home-redesign-v2 .premium-preview-copy{position:static}.home-redesign-v2 .premium-preview-grid{grid-template-columns:1fr}}@media (width<=760px){.home-redesign-v2 .premium-preview-section{padding:22px}.home-redesign-v2 .premium-preview-card{min-height:0}}.home-redesign-v2 .product-cockpit-preview{background:linear-gradient(135deg,#fffffffa,#edf4efdb),#fff;border:1px solid #dce5dfeb;border-radius:28px;padding:clamp(18px,2.6vw,28px);transition:border-color .26s,box-shadow .26s,transform .26s;position:relative;overflow:hidden;transform:translate(0,0);box-shadow:0 34px 90px #11181f1a,inset 0 1px #ffffffe0}.home-redesign-v2 .product-cockpit-preview:before{content:"";background:linear-gradient(90deg, var(--home-primary-hover), var(--home-lime));opacity:.92;height:4px;position:absolute;inset:0 0 auto}.home-redesign-v2 .product-cockpit-preview:after{content:"";pointer-events:none;border-radius:inherit;opacity:.52;background:radial-gradient(circle at 16% 0,#ffffffb8,#0000 18rem),linear-gradient(115deg,#fff6,#0000 34%);position:absolute;inset:1px}.home-redesign-v2 .product-cockpit-preview:hover{border-color:#16836a33;transform:translateY(-5px)scale(1.004);box-shadow:0 44px 110px #11181f24,inset 0 1px #ffffffeb}.home-redesign-v2 .product-cockpit-preview>*{z-index:1;position:relative}.home-redesign-v2 .product-cockpit-topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:clamp(18px,2vw,24px);display:flex}.home-redesign-v2 .product-cockpit-topbar>div:first-child{align-items:center;gap:12px;min-width:0;display:flex}.home-redesign-v2 .product-cockpit-topbar strong,.home-redesign-v2 .product-cockpit-topbar small{display:block}.home-redesign-v2 .product-cockpit-topbar strong{color:var(--home-text);font-size:clamp(1.02rem,1vw,1.12rem);font-weight:850;line-height:1.15}.home-redesign-v2 .product-cockpit-topbar small{color:var(--home-secondary);margin-top:3px;font-size:.82rem;font-weight:650}.home-redesign-v2 .product-cockpit-topbar .showcase-mark{background:linear-gradient(135deg, var(--home-primary-hover), var(--home-primary));color:#fff;border-radius:14px;width:42px;height:42px;box-shadow:0 14px 30px #0e5f4f2e}.home-redesign-v2 .product-cockpit-tabs{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.home-redesign-v2 .product-cockpit-tabs span{color:var(--home-secondary);background:#ffffffbd;border:1px solid #dce5dfeb;border-radius:999px;padding:7px 10px;font-size:.74rem;font-weight:760;line-height:1;transition:border-color .22s,background .22s,color .22s,box-shadow .22s,transform .22s;position:relative;overflow:hidden}.home-redesign-v2 .product-cockpit-tabs .is-active{color:var(--home-primary-hover);background:linear-gradient(#e4f5dff5,#ffffffd1);border-color:#16836a38;animation:3.2s ease-in-out both productTabGlow;transform:translateY(-1px);box-shadow:0 10px 24px #16836a1f,inset 0 1px #ffffffe0}.home-redesign-v2 .product-cockpit-console{grid-template-columns:minmax(245px,.48fr) minmax(0,.72fr);align-items:stretch;gap:clamp(16px,2vw,22px)}.home-redesign-v2 .product-dashboard-preview,.home-redesign-v2 .product-exam-panel{border-radius:24px;transition:border-color .26s,box-shadow .26s,transform .26s,background .26s;transform:translate(0,0);box-shadow:0 22px 52px #11181f14,inset 0 1px #ffffffdb}.home-redesign-v2 .product-dashboard-preview:hover{border-color:#16836a33;transform:translateY(-4px);box-shadow:0 30px 70px #11181f1f,inset 0 1px #ffffffeb}.home-redesign-v2 .product-exam-panel:hover{border-color:#9be15d57;transform:translateY(-4px);box-shadow:0 32px 76px #0b111733,inset 0 1px #ffffff1f}.home-redesign-v2 .product-dashboard-preview{background:linear-gradient(#fffffffa,#f8fbf9f5),#fff;border-color:#dce5dff2;gap:18px;padding:clamp(18px,2vw,24px);transform:none}.home-redesign-v2 .product-dashboard-preview .preview-header strong,.home-redesign-v2 .product-dashboard-preview .module-row strong{color:var(--home-text)}.home-redesign-v2 .product-dashboard-preview .small-label,.home-redesign-v2 .product-dashboard-preview .module-row small{color:var(--home-secondary)}.home-redesign-v2 .product-dashboard-preview .status-pill{color:var(--home-primary-hover);background:#e4f5dfe0}.home-redesign-v2 .product-score-ring{background:radial-gradient(circle at center, #fff 57%, transparent 58%), conic-gradient(var(--home-primary-hover) 0 var(--product-score-progress,76%), #dce5df var(--product-score-progress,76%) 100%);width:clamp(158px,15vw,174px);height:clamp(158px,15vw,174px);transition:box-shadow .26s,transform .26s}.home-redesign-v2 .product-dashboard-preview:hover .product-score-ring{transform:scale(1.025);box-shadow:0 20px 42px #16836a1f,inset 0 0 0 1px #16836a14}.home-redesign-v2 .product-module-list .module-row:hover{background:#fffffffa;border-color:#16836a2e;transform:translateY(-2px);box-shadow:0 15px 34px #11181f13}.home-redesign-v2 .product-score-ring span{color:var(--home-text);font-size:clamp(2rem,3.1vw,2.75rem)}.home-redesign-v2 .product-score-ring small{color:var(--home-secondary);text-align:center;max-width:82px;font-weight:750}.home-redesign-v2 .product-module-list{gap:9px}.home-redesign-v2 .product-module-list .module-row{background:#ffffffe6;border-color:#dce5dfe6;border-radius:16px;min-height:56px;padding:10px 11px;transition:border-color .26s,background .26s,box-shadow .26s,transform .26s;position:relative;overflow:hidden}.home-redesign-v2 .product-module-list .module-row:after{content:"";background:linear-gradient(90deg, var(--home-primary-hover), var(--home-lime));opacity:0;transform-origin:0;border-radius:999px;height:3px;transition:opacity .26s,transform .26s;position:absolute;inset:auto 10px 8px 38px;transform:scaleX(.28)}.home-redesign-v2 .product-module-list .module-row.is-active{background:linear-gradient(#fffffffa,#edf4efc7);border-color:#16836a33;transform:translateY(-2px);box-shadow:0 18px 38px #11181f14,inset 0 1px #ffffffe6}.home-redesign-v2 .product-module-list .module-row.is-active:after{opacity:1;transform:scaleX(1)}.home-redesign-v2 .product-module-list .module-row>span:last-child{color:var(--home-primary-hover);font-size:.8rem;font-weight:900}.home-redesign-v2 .product-exam-panel{background:radial-gradient(circle at 88% 10%, #9be15d29, transparent 18rem), linear-gradient(180deg, #0f241f 0%, var(--home-ink) 100%);color:#ffffffc7;border-color:#0e5f4f38;gap:18px;padding:clamp(18px,2vw,24px)}.home-redesign-v2 .product-exam-content{gap:18px;height:100%;display:grid}.home-redesign-v2 .product-exam-panel:before{background:linear-gradient(90deg, var(--home-lime), var(--home-primary))}.home-redesign-v2 .product-exam-panel .status-pill{color:#eefde7;background:#9be15d24;border-color:#9be15d47}.home-redesign-v2 .product-exam-panel .exam-preview-progress span{background:linear-gradient(90deg, var(--home-lime), var(--home-primary));transition:width .52s cubic-bezier(.22,1,.36,1)}.home-redesign-v2 .product-exam-panel .exam-preview-copy{background:#fff1;border-color:#ffffff1c}.home-redesign-v2 .product-exam-panel .exam-preview-copy h3{color:#fff;letter-spacing:0;margin:0;font-size:clamp(1.25rem,2vw,1.78rem);font-weight:820;line-height:1.13}.home-redesign-v2 .product-exam-panel .exam-preview-copy p{color:#ffffffc2;font-size:.94rem;line-height:1.55}.home-redesign-v2 .product-feedback-panel{grid-template-columns:minmax(92px,.34fr) minmax(0,1fr);align-items:stretch;gap:14px;margin-top:auto;display:grid}.home-redesign-v2 .product-feedback-panel>div,.home-redesign-v2 .product-feedback-panel ul{background:#ffffff12;border:1px solid #ffffff1c;border-radius:18px;padding:16px;transition:border-color .24s,background .24s,box-shadow .24s,transform .24s}.home-redesign-v2 .product-feedback-panel>div:hover,.home-redesign-v2 .product-feedback-panel ul:hover{background:#ffffff1a;border-color:#9be15d38;transform:translateY(-2px);box-shadow:0 18px 38px #00000024,inset 0 1px #ffffff14}.home-redesign-v2 .product-feedback-panel>div{text-align:center;place-items:center;display:grid}.home-redesign-v2 .product-feedback-panel strong{color:var(--home-lime);font-size:clamp(2rem,3vw,2.7rem);line-height:1;display:block}.home-redesign-v2 .product-feedback-panel span{color:#ffffffad;margin-top:7px;font-size:.78rem;font-weight:800;line-height:1.25;display:block}.home-redesign-v2 .product-feedback-panel ul{gap:10px;margin:0;list-style:none;display:grid}.home-redesign-v2 .product-feedback-panel li{color:#ffffffc7;padding-left:20px;font-size:.88rem;font-weight:700;line-height:1.32;position:relative}.home-redesign-v2 .product-feedback-panel li:before{content:"";background:var(--home-lime);border-radius:50%;width:8px;height:8px;position:absolute;top:.42em;left:0;box-shadow:0 0 0 4px #9be15d1f}.product-cockpit-fade-enter-active,.product-cockpit-fade-leave-active{transition:opacity .26s,transform .26s,filter .26s}.product-cockpit-fade-enter-from,.product-cockpit-fade-leave-to{opacity:0;filter:blur(4px);transform:translateY(8px)scale(.992)}@keyframes productTabGlow{0%{box-shadow:0 8px 20px #16836a14,inset 0 1px #ffffffe0}45%{box-shadow:0 14px 30px #16836a29,inset 0 1px #ffffffe6}to{box-shadow:0 10px 24px #16836a1f,inset 0 1px #ffffffe0}}@media (width<=980px){.home-redesign-v2 .product-cockpit-topbar{flex-direction:column;align-items:flex-start}.home-redesign-v2 .product-cockpit-tabs{justify-content:flex-start}.home-redesign-v2 .product-cockpit-console{grid-template-columns:1fr}}@media (width<=620px){.home-redesign-v2 .product-cockpit-preview{border-radius:22px;padding:16px}.home-redesign-v2 .product-cockpit-tabs{display:none}.home-redesign-v2 .product-dashboard-preview,.home-redesign-v2 .product-exam-panel{border-radius:20px}.home-redesign-v2 .product-feedback-panel{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.home-redesign-v2 .product-cockpit-preview,.home-redesign-v2 .product-cockpit-tabs span,.home-redesign-v2 .product-dashboard-preview,.home-redesign-v2 .product-exam-panel,.home-redesign-v2 .product-score-ring,.home-redesign-v2 .product-module-list .module-row,.home-redesign-v2 .product-module-list .module-row:after,.home-redesign-v2 .product-feedback-panel>div,.home-redesign-v2 .product-feedback-panel ul,.home-redesign-v2 .product-exam-panel .exam-preview-progress span,.product-cockpit-fade-enter-active,.product-cockpit-fade-leave-active{transition:none;animation:none}.home-redesign-v2 .product-cockpit-preview:hover,.home-redesign-v2 .product-cockpit-tabs .is-active,.home-redesign-v2 .product-dashboard-preview:hover,.home-redesign-v2 .product-dashboard-preview:hover .product-score-ring,.home-redesign-v2 .product-exam-panel:hover,.home-redesign-v2 .product-module-list .module-row:hover,.home-redesign-v2 .product-module-list .module-row.is-active,.home-redesign-v2 .product-feedback-panel>div:hover,.home-redesign-v2 .product-feedback-panel ul:hover{transform:none}}.home-redesign-v2 .site-footer{background:var(--home-ink);color:#ffffffb8;border-top:0;width:100%;margin-top:42px;padding:46px max(20px,50% - 590px) 30px}.home-redesign-v2 .footer-cta{box-shadow:none;background:linear-gradient(135deg,#ffffff14,#ffffff09),#ffffff0a;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;gap:26px;padding:22px 24px;display:flex}.home-redesign-v2 .footer-cta .eyebrow{width:auto;color:var(--home-lime);background:0 0;border:0;border-radius:0;margin-bottom:10px;padding:0}.home-redesign-v2 .footer-cta h2{color:#fff;max-width:760px;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.1}.home-redesign-v2 .footer-cta .button.primary{color:var(--home-ink);background:var(--home-lime);box-shadow:0 16px 38px #7ecb452e}.home-redesign-v2 .footer-main{grid-template-columns:minmax(240px,.45fr) minmax(0,1fr);align-items:start;gap:34px;display:grid}.home-redesign-v2 .footer-brand{border-right:1px solid #ffffff14;max-width:420px;padding-right:26px}.home-redesign-v2 .footer-brand .brand{color:#fff}.home-redesign-v2 .footer-brand p{color:#fff9}.home-redesign-v2 .footer-social span{color:#ffffff7a}.home-redesign-v2 .footer-social a{color:#ffffffb8;background:#ffffff0b;border-color:#ffffff1a}.home-redesign-v2 .footer-columns{grid-template-columns:repeat(2,minmax(220px,1fr));align-items:start;gap:30px 44px}.home-redesign-v2 .footer-columns>div{gap:9px}.home-redesign-v2 .footer-account-legal{min-width:0}.home-redesign-v2 .footer-link-pair>span{align-content:start;gap:9px;min-width:0;display:grid}.home-redesign-v2 .footer-columns strong{color:#fff;letter-spacing:.02em;margin-bottom:4px;font-size:.88rem}.home-redesign-v2 .footer-columns a,.home-redesign-v2 .footer-link-button{color:#ffffff9e;font-size:.9rem;font-weight:700;line-height:1.35}.home-redesign-v2 .footer-columns a:hover,.home-redesign-v2 .footer-link-button:hover,.home-redesign-v2 .footer-social a:hover,.home-redesign-v2 .footer-bottom a{color:var(--home-lime)}.home-redesign-v2 .footer-bottom{color:#ffffff80;border-top:1px solid #ffffff14}@media (width<=1120px){.home-redesign-v2 .footer-main{grid-template-columns:1fr}.home-redesign-v2 .footer-brand{border-bottom:1px solid #ffffff14;border-right:0;max-width:none;padding-bottom:24px;padding-right:0}}@media (width<=760px){.home-redesign-v2 .site-footer{padding-inline:18px}.home-redesign-v2 .footer-cta,.home-redesign-v2 .footer-bottom{flex-direction:column;align-items:stretch}.home-redesign-v2 .footer-cta .button{width:100%}.home-redesign-v2 .footer-columns,.home-redesign-v2 .footer-link-pair{grid-template-columns:1fr}}.home-redesign-v2 .home-hero{background:linear-gradient(90deg,#f5f7f3fc 0%,#f5f7f3eb 26%,#f5f7f37a 48%,#f5f7f31a 72%,#f5f7f300 100%),linear-gradient(#f5f7f31f,#f5f7f305),url(/images/home-hero-learner.png) 66%/cover no-repeat;grid-template-columns:minmax(420px,.7fr) minmax(340px,.42fr);align-items:center;column-gap:clamp(34px,5.4vw,86px);min-height:calc(100svh - 72px);padding:clamp(46px,5vw,72px) max(28px,50vw - 644px) clamp(42px,5vw,64px)}.home-redesign-v2 .premium-hero-copy{gap:18px;max-width:610px}.home-redesign-v2 .premium-hero-copy .eyebrow{color:var(--home-primary-hover);background:#edf4efe6;border-color:#16836a2b;box-shadow:0 10px 28px #0e5f4f0f}.home-redesign-v2 .premium-hero-copy .hero-seo-title{letter-spacing:0;white-space:normal;text-wrap:auto;max-width:630px;font-size:clamp(3.35rem,4.65vw,5.05rem);line-height:1.02;display:block}.home-redesign-v2 .hero-seo-title .hero-title-line{width:max-content;max-width:100%;color:var(--home-text);filter:none;white-space:nowrap;-webkit-text-fill-color:currentColor;background:0 0;display:block}.home-redesign-v2 .hero-seo-title .hero-title-line:after{display:none}.home-redesign-v2 .hero-seo-title .hero-exam-word-rotator{vertical-align:-.05em;width:8.8ch;height:1.05em;margin-left:.08em;display:inline-grid;position:relative;overflow:hidden}.home-redesign-v2 .hero-seo-title .hero-exam-word-rotator:after,.home-redesign-v2 .hero-seo-title .hero-exam-word:after{display:none}.home-redesign-v2 .hero-seo-title .hero-exam-word{color:#0000;filter:saturate(.94);opacity:1;-webkit-text-fill-color:transparent;will-change:opacity, transform;background:linear-gradient(100deg,#0e5f4f 0%,#16836a 18%,#7ecb45 36%,#9be15d 48%,#d88a2d 62%,#f0a043 72%,#16836a 88%,#0e5f4f 100%) 0 0/220% 100%;-webkit-background-clip:text;background-clip:text;grid-area:1/1;animation:.64s cubic-bezier(.22,1,.36,1) both heroExamWordEnter,6.2s ease-in-out infinite confidenceGradientLoop;transform:translate(0,0)}.home-redesign-v2 .hero-seo-title .hero-title-accent{isolation:isolate;color:#0000;filter:saturate(.94);-webkit-text-fill-color:transparent;background:linear-gradient(100deg,#0e5f4f 0%,#16836a 18%,#7ecb45 36%,#9be15d 48%,#d88a2d 62%,#f0a043 72%,#16836a 88%,#0e5f4f 100%) 0 0/220% 100%;-webkit-background-clip:text;background-clip:text;animation:6.2s ease-in-out infinite confidenceGradientLoop;display:inline-block;position:relative}.home-redesign-v2 .hero-seo-title .hero-title-accent:after{display:none}.home-redesign-v2 .hero-seo-title .hero-title-arc{z-index:0;pointer-events:none;width:calc(100% - .12em);height:.32em;position:absolute;bottom:-.29em;left:50%;overflow:visible;transform:translate(-50%)}.home-redesign-v2 .hero-seo-title .hero-title-arc path{fill:none;stroke:url(#hero-title-arc-gradient);stroke-width:7px;stroke-linecap:round}@keyframes heroExamWordEnter{0%{opacity:0;transform:translateY(.28em)}to{opacity:1;transform:translate(0,0)}}@media (prefers-reduced-motion:reduce){.home-redesign-v2 .hero-seo-title .hero-exam-word{opacity:0;animation:none;transform:none}.home-redesign-v2 .hero-seo-title .hero-exam-word:first-child{opacity:1}}@media (width<=760px){.home-redesign-v2 .hero-seo-title .hero-title-line:nth-child(2){white-space:normal}.home-redesign-v2 .hero-seo-title .hero-exam-word-rotator{width:100%;margin-left:0;display:block}}.home-redesign-v2 .hero-text{color:#27323c;max-width:590px;font-size:clamp(1rem,1.1vw,1.1rem);font-weight:520;line-height:1.62}.home-redesign-v2 .hero-actions{gap:12px;margin-top:2px}.home-redesign-v2 .hero-actions .button{border-radius:11px;min-width:170px;min-height:46px;font-size:.95rem}.home-redesign-v2 .hero-trust-line{color:#53616b;flex-wrap:wrap;gap:8px;max-width:620px;margin-top:2px;font-size:.82rem;font-weight:760;line-height:1.35;display:flex}.home-redesign-v2 .hero-trust-line span{background:#ffffffad;border:1px solid #16836a1f;border-radius:999px;padding:7px 10px;box-shadow:0 10px 26px #11181f0b}.home-redesign-v2 .premium-hero-visual{place-self:end;width:min(388px,29vw);margin-bottom:clamp(42px,7.8vh,88px);position:relative;top:clamp(50px,7vh,76px);left:clamp(18px,2.6vw,42px)}.home-redesign-v2 .study-plan-preview.hero-progress-card:before{display:none}.home-redesign-v2 .hero-progress-card-header{border-bottom:1px solid #dce5dfd6;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:14px;display:flex}.home-redesign-v2 .hero-progress-card-header strong{color:var(--home-text);margin-top:4px;font-size:1.04rem;line-height:1.25;display:block}.home-redesign-v2 .hero-progress-card .ai-status{letter-spacing:.035em;padding:6px 9px;font-size:.68rem}.home-redesign-v2 .hero-progress-overview{grid-template-columns:106px minmax(0,1fr);align-items:center;gap:16px;padding:16px 0 14px;display:grid}.home-redesign-v2 .hero-progress-card .premium-score-ring{background:radial-gradient(circle at center, #fff 57%, transparent 58%), conic-gradient(var(--home-primary-hover) 0 72%, #dce5df 72% 100%);width:106px}.home-redesign-v2 .hero-progress-card .premium-score-ring span,.home-redesign-v2 .hero-progress-card .premium-score-ring small{grid-area:1/1}.home-redesign-v2 .hero-progress-card .premium-score-ring span{color:var(--home-primary-hover);margin-top:-11px;font-size:1.56rem}.home-redesign-v2 .hero-progress-card .premium-score-ring small{max-width:none;color:var(--home-muted);text-align:center;text-transform:uppercase;letter-spacing:.04em;margin-top:38px;font-size:.68rem;font-weight:800}.home-redesign-v2 .hero-skill-bars{gap:8px;display:grid}.home-redesign-v2 .hero-skill-bars div{grid-template-columns:72px minmax(0,1fr) 34px;align-items:center;gap:8px;min-width:0;display:grid}.home-redesign-v2 .hero-skill-bars span,.home-redesign-v2 .hero-skill-bars em{color:#27323c;font-size:.76rem;font-style:normal;font-weight:830;line-height:1.15}.home-redesign-v2 .hero-skill-bars em{color:var(--home-muted);text-align:right}.home-redesign-v2 .hero-skill-bars i{background:#dce5dff2;border-radius:999px;height:6px;overflow:hidden}.home-redesign-v2 .hero-skill-bars b{border-radius:inherit;background:linear-gradient(90deg, var(--home-primary-hover), var(--home-primary), var(--home-lime));height:100%;display:block}.home-redesign-v2 .hero-focus-grid{gap:10px;display:grid}.home-redesign-v2 .hero-focus-grid article{background:#ffffffc2;border:1px solid #dce5dfe6;border-radius:17px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px;padding:11px 12px;display:grid}.home-redesign-v2 .hero-focus-grid article>span{width:36px;height:36px;color:var(--home-primary-hover);background:#e4f5dff2;border-radius:13px;place-items:center;font-weight:900;display:grid}.home-redesign-v2 .hero-focus-grid strong{color:var(--home-text);font-size:.88rem;line-height:1.2;display:block}.home-redesign-v2 .hero-focus-grid small{color:var(--home-muted);margin-top:3px;font-size:.78rem;font-weight:720;line-height:1.25;display:block}.home-redesign-v2 .hero-progress-card .premium-feedback-note{background:#e4f5dfd6;border:1px solid #7ecb4538;border-radius:999px;justify-content:center;align-items:center;margin-top:10px;padding:9px 12px}.home-redesign-v2 .hero-progress-card .premium-feedback-note span{color:var(--home-primary-hover);font-size:.78rem;font-weight:880}.home-redesign-v2 .hero-progress-card .premium-feedback-note p{display:none}@media (width<=1180px){.home-redesign-v2 .home-hero{background:linear-gradient(#f5f7f3fc 0%,#f5f7f3ed 48%,#f5f7f38f 100%),url(/images/home-hero-learner.png) 62% bottom/cover no-repeat;grid-template-columns:minmax(0,1fr);min-height:auto}.home-redesign-v2 .premium-hero-visual{place-self:auto start;width:min(430px,100%);margin:10px 0 0;top:0;left:0;transform:none}}@media (width<=760px){.home-redesign-v2 .home-hero{min-height:auto;padding:30px var(--home-page-gutter) 36px;background:linear-gradient(#f5f7f3fc 0%,#f5f7f3f5 58%,#f5f7f3c7 100%),url(/images/home-hero-learner.png) 58% bottom/auto 50% no-repeat}.home-redesign-v2 .premium-hero-copy{gap:15px;max-width:100%}.home-redesign-v2 .premium-hero-copy .eyebrow{white-space:normal;max-width:100%;padding:7px 10px;font-size:.68rem;line-height:1.3}.home-redesign-v2 .premium-hero-copy .hero-seo-title{max-width:100%;font-size:clamp(2rem,9.35vw,3rem);line-height:1.06}.home-redesign-v2 .hero-text{max-width:100%;font-size:1rem;line-height:1.55}.home-redesign-v2 .hero-trust-line{gap:7px;font-size:.76rem}.home-redesign-v2 .hero-trust-line span{padding:6px 9px}.home-redesign-v2 .premium-hero-visual{width:100%;max-width:390px;margin-top:16px}.home-redesign-v2 .study-plan-preview.hero-progress-card{border-radius:22px;padding:14px}.home-redesign-v2 .hero-progress-card-header{padding-bottom:12px}.home-redesign-v2 .hero-progress-overview{grid-template-columns:86px minmax(0,1fr);gap:12px;padding:13px 0 12px}.home-redesign-v2 .hero-progress-card .premium-score-ring{width:86px}.home-redesign-v2 .hero-progress-card .premium-score-ring span{font-size:1.25rem}.home-redesign-v2 .hero-progress-card .premium-score-ring small{margin-top:31px;font-size:.58rem}.home-redesign-v2 .hero-skill-bars div{grid-template-columns:62px minmax(0,1fr) 30px;gap:6px}.home-redesign-v2 .hero-skill-bars span,.home-redesign-v2 .hero-skill-bars em{font-size:.68rem}.home-redesign-v2 .hero-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-redesign-v2 .hero-focus-grid article{grid-template-columns:30px minmax(0,1fr);gap:8px;padding:10px}.home-redesign-v2 .hero-focus-grid article>span{border-radius:11px;width:30px;height:30px;font-size:.78rem}.home-redesign-v2 .hero-focus-grid strong{font-size:.78rem}.home-redesign-v2 .hero-focus-grid small{font-size:.68rem}.home-redesign-v2 .hero-progress-card .premium-feedback-note{display:none}}.home-redesign-v2 .home-hero{background:radial-gradient(circle at 12% 72%,#e4f5dfd6,#0000 26rem),radial-gradient(circle at 82% 22%,#9be15d24,#0000 24rem),linear-gradient(90deg,#f5f7f3 0%,#f5f7f3f0 45%,#edf4efb8 100%);grid-template-columns:minmax(420px,.76fr) minmax(430px,.62fr)}.home-redesign-v2 .hero-image-frame{isolation:isolate;aspect-ratio:16/11;background:#ffffffb8;border:1px solid #ffffffb8;border-radius:30px;position:relative;overflow:hidden;box-shadow:0 34px 88px #0b111729,inset 0 0 0 1px #dce5df57}.home-redesign-v2 .hero-image-frame:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#ffffff14,#0b11170a),radial-gradient(circle at 10% 0,#ffffff52,#0000 18rem);position:absolute;inset:0}.home-redesign-v2 .hero-image-frame img{object-fit:cover;object-position:60% center;opacity:0;width:100%;height:100%;transition:opacity .9s,transform 5.2s;position:absolute;inset:0;transform:scale(1.012)}.home-redesign-v2 .hero-image-frame img.is-active{opacity:1;transform:scale(1)}.home-redesign-v2 .hero-image-overlay-card{z-index:3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#ffffffdb,#fafdfbb8),#ffffffbd;border:1px solid #ffffff94;border-radius:18px;width:min(245px,100% - 36px);padding:14px 15px;position:absolute;bottom:18px;right:18px;box-shadow:0 18px 46px #0b111721}.home-redesign-v2 .hero-image-overlay-card span{color:var(--home-primary-hover);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:900;display:block}.home-redesign-v2 .hero-image-overlay-card strong{color:var(--home-text);margin-top:5px;font-size:1rem;line-height:1.2;display:block}.home-redesign-v2 .hero-image-overlay-card small{color:var(--home-muted);margin-top:5px;font-size:.78rem;font-weight:730;line-height:1.35;display:block}.home-redesign-v2 .hero-image-dots{z-index:4;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff94;border:1px solid #ffffff8a;border-radius:999px;gap:7px;padding:7px;display:inline-flex;position:absolute;top:18px;right:22px;box-shadow:0 12px 28px #0b111717}.home-redesign-v2 .hero-image-dots button{cursor:pointer;background:#0e5f4f3d;border:0;border-radius:999px;width:9px;height:9px;padding:0;transition:width .22s,background-color .22s}.home-redesign-v2 .hero-image-dots button.is-active{background:var(--home-primary-hover);width:22px}.home-redesign-v2 .hero-image-dots button:focus-visible{outline:2px solid var(--home-lime);outline-offset:3px}@media (width<=1180px){.home-redesign-v2 .home-hero{background:radial-gradient(circle at 18% 72%,#e4f5dfe0,#0000 24rem),linear-gradient(#f5f7f3 0%,#f5f7f3f5 54%,#edf4efc7 100%);grid-template-columns:minmax(0,1fr)}.home-redesign-v2 .premium-hero-visual{justify-self:start;width:min(620px,100%);margin-top:14px}}@media (width<=760px){.home-redesign-v2 .premium-hero-visual{width:100%;max-width:420px}.home-redesign-v2 .hero-image-frame{aspect-ratio:4/3;border-radius:24px}.home-redesign-v2 .hero-image-overlay-card{border-radius:16px;width:min(228px,100% - 24px);padding:12px;bottom:12px;right:12px}.home-redesign-v2 .hero-image-overlay-card small{display:none}.home-redesign-v2 .hero-image-dots{padding:6px;top:14px;right:14px}}@media (prefers-reduced-motion:reduce){.home-redesign-v2 .hero-image-frame img,.home-redesign-v2 .hero-image-dots button{transition:none}}.home-redesign-v2 .home-hero{isolation:isolate;background:#f5f7f3;grid-template-columns:minmax(500px,.9fr) minmax(360px,.48fr);min-height:calc(100svh - 72px);position:relative;overflow:hidden}.home-redesign-v2 .home-hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#f5f7f3fc 0%,#f5f7f3f0 25%,#f5f7f3ad 45%,#f5f7f333 70%,#f5f7f31a 100%),linear-gradient(#f5f7f329,#edf4ef1a),radial-gradient(circle at 18% 80%,#e4f5dfb8,#0000 24rem);border-radius:0;display:block;position:absolute;inset:0}.home-redesign-v2 .hero-background-rotator{z-index:0;background:#edf4ef;position:absolute;inset:0;overflow:hidden}.home-redesign-v2 .hero-background-rotator img{object-fit:cover;object-position:68% center;opacity:0;transform-origin:50%;will-change:opacity, transform;width:100%;height:100%;transition:opacity 1s,transform 5.2s;position:absolute;inset:0;transform:translate(0,0)scale(1.04)}.home-redesign-v2 .hero-background-rotator img.is-active{opacity:1;transform:translate(0,0)scale(1.01)}.home-redesign-v2 .hero-background-rotator img.is-active.is-female-hero{animation:5.2s ease-in-out both heroFemaleMoveLeftZoomOut}.home-redesign-v2 .hero-background-rotator img.is-active.is-male-hero{animation:5.2s ease-in-out both heroMaleMoveRightZoomOut}.home-redesign-v2 .home-hero>.premium-hero-copy,.home-redesign-v2 .home-hero>.premium-hero-visual{z-index:2;position:relative}.home-redesign-v2 .premium-hero-visual{place-self:center end;width:min(392px,29vw);margin:clamp(74px,8vw,112px) 0 0;top:0;left:0}.home-redesign-v2 .hero-image-rotator{width:100%;position:relative}.home-redesign-v2 .study-plan-preview.hero-progress-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#fffffff0,#fafdfbcc),#ffffffc7;border:1px solid #ffffffd1;border-radius:28px;padding:clamp(16px,2vw,20px);overflow:hidden;box-shadow:0 34px 86px #0b11172b,inset 0 0 0 1px #dce5df52}.home-redesign-v2 .hero-card-status{color:var(--home-primary-hover);white-space:nowrap;background:#e4f5dff0;border-radius:999px;padding:8px 10px;font-size:.72rem;font-weight:880;line-height:1}.home-redesign-v2 .hero-image-dots{background:#ffffff9e;top:18px;right:18px}@media (width<=1180px){.home-redesign-v2 .home-hero{grid-template-columns:minmax(0,1fr)}.home-redesign-v2 .home-hero:before{background:linear-gradient(#f5f7f3fc 0%,#f5f7f3f2 50%,#f5f7f39e 78%,#f5f7f380 100%),radial-gradient(circle at 16% 74%,#e4f5dfb8,#0000 23rem)}.home-redesign-v2 .hero-background-rotator img{object-position:64% center}.home-redesign-v2 .premium-hero-visual{justify-self:start;width:min(430px,100%);margin-top:18px}}@media (width<=760px){.home-redesign-v2 .home-hero{padding-bottom:42px}.home-redesign-v2 .home-hero:before{background:linear-gradient(#f5f7f3 0%,#f5f7f3fa 52%,#f5f7f3bd 78%,#f5f7f3a3 100%)}.home-redesign-v2 .hero-background-rotator img{object-position:60% bottom}.home-redesign-v2 .premium-hero-visual{max-width:390px}.home-redesign-v2 .hero-image-dots{top:14px;right:14px}}@media (prefers-reduced-motion:reduce){.home-redesign-v2 .hero-background-rotator img,.home-redesign-v2 .hero-image-dots button{transition:none;animation:none}}@keyframes heroFemaleMoveLeftZoomOut{0%{transform:translate(.9%)scale(1.065)}to{transform:translate(-1.35%)scale(1.012)}}@keyframes heroMaleMoveRightZoomOut{0%{transform:translate(-.9%)scale(1.065)}to{transform:translate(1.35%)scale(1.012)}}.home-redesign-v2 .premium-value-strip{z-index:3;width:min(1120px, calc(100% - (var(--home-page-gutter) * 2)));box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:-18px auto clamp(64px,7vw,96px);display:grid;position:relative;overflow:visible}.home-redesign-v2 .premium-value-strip article{background:linear-gradient(#ffffffe6,#f8fcfad6),#ffffffe0;border:1px solid #dce5dfdb;border-radius:14px;min-height:76px;padding:13px 14px;transition:border-color .22s,box-shadow .22s,transform .22s;display:block;position:relative;overflow:hidden;box-shadow:0 14px 34px #0b11170e,inset 0 1px #fffc}.home-redesign-v2 .premium-value-strip article:before{content:"";opacity:.72;background:linear-gradient(#0e5f4fc7,#7ecb459e);width:3px;position:absolute;top:0;bottom:0;left:0}.home-redesign-v2 .premium-value-strip article:hover{border-color:#16836a2e;transform:translateY(-1px);box-shadow:0 18px 42px #0b111713,inset 0 1px #ffffffdb}.home-redesign-v2 .premium-value-strip span{color:var(--home-muted);margin-top:4px;font-size:.7rem;font-weight:690;line-height:1.3;display:block}@media (width<=1180px){.home-redesign-v2 .premium-value-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.home-redesign-v2 .premium-value-strip{width:min(100% - (var(--home-page-gutter) * 2), 420px);grid-template-columns:1fr;margin-top:-6px}.home-redesign-v2 .premium-value-strip article{min-height:auto}.home-redesign-v2 .premium-value-strip article:hover{transform:none}}@media (prefers-reduced-motion:reduce){.home-redesign-v2 .premium-value-strip article{transition:none}}.home-redesign-v2 .premium-exam-section{width:100%;max-width:none;padding:clamp(78px, 8vw, 118px) max(var(--home-page-gutter), calc((100vw - 1180px) / 2 + var(--home-page-gutter))) clamp(86px, 8.5vw, 126px);background:#f8f6f2;margin:0}.home-redesign-v2 .premium-exam-section .section-heading{text-align:center;max-width:780px;margin:0 auto clamp(34px,4.5vw,54px)}.home-redesign-v2 .premium-exam-section .section-heading .eyebrow{color:#0e5f4f}.home-redesign-v2 .premium-exam-section .section-heading h2{color:#214032;letter-spacing:-.015em}.home-redesign-v2 .premium-exam-section .section-heading p{color:#5f665f;max-width:660px;margin-inline:auto}.home-redesign-v2 .premium-exam-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;width:min(1180px,100%);margin:0 auto;display:grid}.home-redesign-v2 .premium-exam-card,.home-redesign-v2 .premium-exam-card:nth-child(4),.home-redesign-v2 .premium-exam-card:nth-child(5){color:#214032;background:linear-gradient(#fffffffa,#fffdf9f0),#fff;border:1px solid #e8e1d8;border-radius:24px;grid-column:auto;grid-template-rows:auto auto 1fr;gap:0;min-height:292px;padding:24px 20px 20px;text-decoration:none;transition:border-color .22s,box-shadow .22s,transform .22s;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 42px #21403212}.home-redesign-v2 .premium-exam-card:before{content:"";pointer-events:none;opacity:.72;background:linear-gradient(#f8f6f24d,#0000 42%);position:absolute;inset:0}.home-redesign-v2 .premium-exam-card:hover{border-color:#2140323d;transform:translateY(-3px);box-shadow:0 24px 56px #2140321a}.home-redesign-v2 .premium-exam-card>*{z-index:1;position:relative}.home-redesign-v2 .premium-exam-card>.exam-part-visual{width:100%;max-width:none;height:82px;color:inherit;background:0 0;border-radius:0;justify-content:flex-start;align-items:center;margin-bottom:22px;padding:0;display:flex}.home-redesign-v2 .exam-part-visual img{object-fit:contain;filter:none;width:auto;max-width:94px;height:auto;max-height:78px;transition:transform .22s,filter .22s;display:block;transform:none}.home-redesign-v2 .premium-exam-card:nth-child(2) .exam-part-visual img{max-width:90px;max-height:80px}.home-redesign-v2 .premium-exam-card:nth-child(3) .exam-part-visual img{max-width:96px}.home-redesign-v2 .premium-exam-card:nth-child(4) .exam-part-visual img{max-width:72px}.home-redesign-v2 .premium-exam-card:nth-child(5) .exam-part-visual img{max-width:100px}.home-redesign-v2 .premium-exam-card h3{color:#214032;letter-spacing:-.01em;margin:0 0 12px;font-size:1.08rem;font-weight:850;line-height:1.12}.home-redesign-v2 .premium-exam-card p{color:#4f5a52;margin:0;font-size:.84rem;font-weight:560;line-height:1.55}.home-redesign-v2 .premium-exam-card:hover .exam-part-visual img{filter:none;transform:translateY(-2px)}@media (width<=1180px){.home-redesign-v2 .premium-exam-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-redesign-v2 .premium-exam-card,.home-redesign-v2 .premium-exam-card:nth-child(4),.home-redesign-v2 .premium-exam-card:nth-child(5){min-height:264px}}@media (width<=900px){.home-redesign-v2 .premium-exam-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.home-redesign-v2 .premium-exam-section{padding:clamp(58px, 14vw, 78px) var(--home-page-gutter) clamp(66px, 15vw, 88px)}.home-redesign-v2 .premium-exam-section .section-heading{text-align:left}.home-redesign-v2 .premium-exam-section .section-heading p{margin-inline:0}.home-redesign-v2 .premium-exam-grid{grid-template-columns:1fr;gap:14px}.home-redesign-v2 .premium-exam-card,.home-redesign-v2 .premium-exam-card:nth-child(4),.home-redesign-v2 .premium-exam-card:nth-child(5){min-height:auto;padding:24px}.home-redesign-v2 .premium-exam-card>.exam-part-visual{height:78px;margin-bottom:20px}.home-redesign-v2 .exam-part-visual img{max-width:96px;max-height:76px}}@media (prefers-reduced-motion:reduce){.home-redesign-v2 .premium-exam-card,.home-redesign-v2 .exam-part-visual img{transition:none}.home-redesign-v2 .premium-exam-card:hover,.home-redesign-v2 .premium-exam-card:hover .exam-part-visual img{transform:none}}.home-redesign-v2 .premium-choice-section{width:100%;max-width:none;padding:clamp(78px, 8vw, 116px) max(var(--home-page-gutter), calc((100vw - 1180px) / 2 + var(--home-page-gutter))) clamp(82px, 8vw, 118px);background:linear-gradient(#f8f6f2 0%,#f5f7f3 100%);margin:0}.home-redesign-v2 .premium-choice-section:before{display:none}.home-redesign-v2 .premium-choice-section .section-heading{text-align:center;max-width:720px;margin:0 auto clamp(30px,4vw,46px)}.home-redesign-v2 .premium-choice-section .section-heading .eyebrow{color:#0e5f4f;background:0 0;border:0;border-radius:0;align-items:center;gap:12px;width:auto;padding:0;display:inline-flex}.home-redesign-v2 .premium-choice-section .section-heading .eyebrow:before{content:"";background:#0e5f4f66;width:34px;height:1px}.home-redesign-v2 .premium-choice-section .section-heading h2{color:#214032;letter-spacing:-.015em}.home-redesign-v2 .premium-choice-section .section-heading p{color:#5f665f;max-width:650px;margin-inline:auto}.home-redesign-v2 .premium-choice-layout{background:linear-gradient(135deg,#fffffff5,#f7fbf9f5),#fff;border:1px solid #dce5dffa;border-radius:30px;grid-template-columns:minmax(280px,.88fr) minmax(0,1.12fr);align-items:stretch;gap:clamp(28px,4vw,54px);width:min(1180px,100%);margin:0 auto;padding:clamp(24px,3.6vw,44px);display:grid;box-shadow:0 24px 68px #11181f0f,inset 0 1px #ffffffeb}.home-redesign-v2 .premium-choice-story{background:linear-gradient(155deg,#edf4eff0,#ffffffc7);border-radius:24px;flex-direction:column;justify-content:space-between;min-width:0;padding:clamp(24px,3vw,36px);display:flex}.home-redesign-v2 .premium-choice-story .eyebrow{color:#0e5f4f;background:0 0;border:0;border-radius:0;align-items:center;gap:12px;width:auto;margin:0 0 18px;padding:0;display:inline-flex}.home-redesign-v2 .premium-choice-story .eyebrow:before{content:"";background:#0e5f4f66;width:30px;height:1px}.home-redesign-v2 .premium-choice-story h3{color:#214032;letter-spacing:-.02em;max-width:430px;margin:0;font-size:clamp(1.85rem,3vw,3.2rem);font-weight:850;line-height:1.02}.home-redesign-v2 .premium-choice-story p{color:#4f5a52;max-width:500px;margin:clamp(18px,2.4vw,28px) 0 0;font-size:1rem;line-height:1.68}.home-redesign-v2 .premium-choice-story ul{gap:12px;margin:clamp(24px,3.2vw,34px) 0 0;padding:0;list-style:none;display:grid}.home-redesign-v2 .premium-choice-story li{color:#214032;padding-left:22px;font-size:.95rem;font-weight:720;line-height:1.45;position:relative}.home-redesign-v2 .premium-choice-story li:before{content:"";width:10px;height:6px;box-shadow:none;background:0 0;border:0 solid #16836a;border-width:0 0 2px 2px;border-radius:0;position:absolute;top:.48em;left:0;transform:rotate(-45deg)}.home-redesign-v2 .premium-choice-reasons{align-content:center;gap:0;display:grid}.home-redesign-v2 .premium-choice-card,.home-redesign-v2 .premium-choice-card.is-featured{min-height:0;box-shadow:none;color:#214032;background:0 0;border:0;border-radius:0;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:18px;padding:22px 0;display:grid;transform:none}.home-redesign-v2 .premium-choice-card+.premium-choice-card{border-top:1px solid #dce5dff2}.home-redesign-v2 .premium-choice-card:hover,.home-redesign-v2 .premium-choice-card.is-featured:hover{box-shadow:none;background:0 0;border-color:#dce5dff2;transform:none}.home-redesign-v2 .premium-choice-card>.choice-reason-mark,.home-redesign-v2 .premium-choice-card.is-featured>.choice-reason-mark{width:18px;height:18px;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;margin-top:.18rem;padding:0;position:relative}.home-redesign-v2 .premium-choice-card>.choice-reason-mark:before,.home-redesign-v2 .premium-choice-card.is-featured>.choice-reason-mark:before{content:"";border:0 solid #16836a;border-width:0 0 2px 2px;width:10px;height:6px;position:absolute;top:5px;left:3px;transform:rotate(-45deg)}.home-redesign-v2 .premium-choice-card h3,.home-redesign-v2 .premium-choice-card.is-featured h3{color:#214032;letter-spacing:-.005em;margin:0 0 8px;font-size:clamp(1.02rem,1.15vw,1.18rem);font-weight:850;line-height:1.22}.home-redesign-v2 .premium-choice-card p,.home-redesign-v2 .premium-choice-card.is-featured p{color:#4f5a52;margin:0;font-size:.95rem;font-weight:520;line-height:1.58}@media (width<=980px){.home-redesign-v2 .premium-choice-layout{grid-template-columns:1fr}.home-redesign-v2 .premium-choice-story h3{max-width:620px}}@media (width<=760px){.home-redesign-v2 .premium-choice-section{padding:clamp(58px, 14vw, 78px) var(--home-page-gutter) clamp(66px, 15vw, 88px)}.home-redesign-v2 .premium-choice-section .section-heading{text-align:left}.home-redesign-v2 .premium-choice-section .section-heading .eyebrow:before{width:24px}.home-redesign-v2 .premium-choice-section .section-heading p{margin-inline:0}.home-redesign-v2 .premium-choice-layout{border-radius:24px;padding:18px}.home-redesign-v2 .premium-choice-story{border-radius:20px;padding:22px}.home-redesign-v2 .premium-choice-card,.home-redesign-v2 .premium-choice-card.is-featured{grid-template-columns:18px minmax(0,1fr);gap:14px;padding:20px 2px}}.home-redesign-v2>section:not(.home-hero):not(.premium-hero-section),.home-redesign-v2 .site-footer{--section-bg:#f5f7f3;--section-soft:#edf4ef;--section-surface:#fff;--section-primary:#16836a;--section-primary-dark:#0e5f4f;--section-accent:#7ecb45;--section-heading:#11181f;--section-text:#27323c;--section-muted:#65717c;--section-line:#dce5df}.home-redesign-v2 .premium-exam-section,.home-redesign-v2 .premium-choice-section,.home-redesign-v2 .premium-path-section,.home-redesign-v2 .premium-pricing-preview,.home-redesign-v2 .support-tools-section,.home-redesign-v2 .faq-section{background:var(--section-bg)}.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .daily-word-section{background:linear-gradient(180deg, var(--section-soft) 0%, var(--section-bg) 100%)}.home-redesign-v2>section:not(.home-hero):not(.premium-hero-section) h2,.home-redesign-v2>section:not(.home-hero):not(.premium-hero-section) h3,.home-redesign-v2 .premium-value-strip strong,.home-redesign-v2 .premium-preview-topline strong,.home-redesign-v2 .premium-path-step strong,.home-redesign-v2 .premium-price-card h3,.home-redesign-v2 .daily-word-card h3,.home-redesign-v2 .support-tool-card h3,.home-redesign-v2 .faq-item summary{color:var(--section-heading)}.home-redesign-v2>section:not(.home-hero):not(.premium-hero-section) p,.home-redesign-v2>section:not(.home-hero):not(.premium-hero-section) li,.home-redesign-v2 .premium-value-strip span,.home-redesign-v2 .premium-preview-card p,.home-redesign-v2 .premium-path-step p,.home-redesign-v2 .premium-price-card p,.home-redesign-v2 .daily-word-card p,.home-redesign-v2 .support-tool-card p,.home-redesign-v2 .faq-item p{color:var(--section-text)}.home-redesign-v2>section:not(.home-hero):not(.premium-hero-section):not(.premium-choice-section) .eyebrow,.home-redesign-v2 .premium-preview-topline span,.home-redesign-v2 .premium-keyword-panel span,.home-redesign-v2 .support-tool-kicker,.home-redesign-v2 .recommended,.home-redesign-v2 .pricing-intro span{width:fit-content;color:var(--section-primary-dark);background:#e4f5dfdb;border:1px solid #16836a29;border-radius:999px;padding:7px 11px}.home-redesign-v2 .premium-value-strip,.home-redesign-v2 .premium-choice-layout{border-color:var(--section-line);background:linear-gradient(135deg, #fffffff7, #f7fbf9f5), var(--section-surface);box-shadow:0 22px 58px #11181f0f,inset 0 1px #fffffff0}.home-redesign-v2 .premium-value-strip article,.home-redesign-v2 .premium-exam-card,.home-redesign-v2 .premium-preview-card,.home-redesign-v2 .premium-path-step,.home-redesign-v2 .premium-seo-editorial,.home-redesign-v2 .premium-price-card,.home-redesign-v2 .daily-word-card,.home-redesign-v2 .support-tool-card,.home-redesign-v2 .faq-item,.home-redesign-v2 .premium-pricing-link{border-color:var(--section-line);background:linear-gradient(180deg, #fffffffc, #f7fbf9fa), var(--section-surface);transition:border-color .22s,background .22s,box-shadow .22s,transform .22s;box-shadow:0 18px 44px #11181f0e,inset 0 1px #fffffff0}.home-redesign-v2 .premium-choice-story,.home-redesign-v2 .premium-preview-ui,.home-redesign-v2 .mock-question-block{background:linear-gradient(155deg, #edf4efeb, #ffffffd1), var(--section-soft);border-color:#dce5dfe6}.home-redesign-v2 .premium-exam-card:before{background:linear-gradient(#edf4ef66,#0000 48%)}.home-redesign-v2 .value-check,.home-redesign-v2 .premium-path-step span,.home-redesign-v2 .premium-exam-card-top>span,.home-redesign-v2 .support-tool-number,.home-redesign-v2 .choice-reason-mark{color:var(--section-primary-dark);background:#e4f5dfeb;border-color:#16836a24}.home-redesign-v2 .premium-choice-story li:before,.home-redesign-v2 .premium-choice-card>.choice-reason-mark{background:var(--section-primary);box-shadow:0 0 0 6px #16836a1a}.home-redesign-v2 .premium-keyword-panel{border-color:var(--section-line);background:#ffffffbd}.home-redesign-v2 .premium-price-card.featured{border-color:#16836a57;box-shadow:0 28px 68px #0e5f4f21}.home-redesign-v2 .premium-price-card.featured:before{background:linear-gradient(135deg,#e4f5dfa3,#9be15d1f)}@media (hover:hover){.home-redesign-v2 .premium-value-strip article:hover,.home-redesign-v2 .premium-exam-card:hover,.home-redesign-v2 .premium-preview-card:hover,.home-redesign-v2 .premium-path-step:hover,.home-redesign-v2 .premium-seo-editorial:hover,.home-redesign-v2 .premium-price-card:hover,.home-redesign-v2 .daily-word-card:hover,.home-redesign-v2 .support-tool-card:hover,.home-redesign-v2 .faq-item:hover,.home-redesign-v2 .premium-pricing-link:hover{background:linear-gradient(180deg, #fff, #f4fbf6fa), var(--section-surface);border-color:#16836a4d;transform:translateY(-4px);box-shadow:0 26px 60px #11181f16,0 0 0 4px #16836a0b,inset 0 1px #fffffff5}.home-redesign-v2 .premium-choice-card:hover{box-shadow:none;background:linear-gradient(90deg,#e4f5df7a,#0000 82%);border-color:#dce5dff2;transform:translate(4px)}}@media (width<=760px){.home-redesign-v2>section:not(.home-hero):not(.premium-hero-section):not(.premium-choice-section) .eyebrow,.home-redesign-v2 .premium-preview-topline span,.home-redesign-v2 .premium-keyword-panel span,.home-redesign-v2 .support-tool-kicker,.home-redesign-v2 .recommended,.home-redesign-v2 .pricing-intro span{padding:6px 10px}}@media (prefers-reduced-motion:reduce){.home-redesign-v2 .premium-value-strip article,.home-redesign-v2 .premium-exam-card,.home-redesign-v2 .premium-preview-card,.home-redesign-v2 .premium-choice-card,.home-redesign-v2 .premium-path-step,.home-redesign-v2 .premium-seo-editorial,.home-redesign-v2 .premium-price-card,.home-redesign-v2 .daily-word-card,.home-redesign-v2 .support-tool-card,.home-redesign-v2 .faq-item,.home-redesign-v2 .premium-pricing-link{transition:none}.home-redesign-v2 .premium-value-strip article:hover,.home-redesign-v2 .premium-exam-card:hover,.home-redesign-v2 .premium-preview-card:hover,.home-redesign-v2 .premium-choice-card:hover,.home-redesign-v2 .premium-path-step:hover,.home-redesign-v2 .premium-seo-editorial:hover,.home-redesign-v2 .premium-price-card:hover,.home-redesign-v2 .daily-word-card:hover,.home-redesign-v2 .support-tool-card:hover,.home-redesign-v2 .faq-item:hover,.home-redesign-v2 .premium-pricing-link:hover{transform:none}}.home-redesign-v2>section:not(.home-hero):not(.premium-hero-section) .scroll-reveal,.home-redesign-v2 .site-footer .scroll-reveal{opacity:1;filter:none;transform:none}.home-redesign-v2 .premium-path-section{width:100%;max-width:none;padding:clamp(76px, 8vw, 112px) max(var(--home-page-gutter), calc((100vw - 1180px) / 2 + var(--home-page-gutter))) clamp(84px, 8vw, 118px);grid-template-columns:1fr;gap:clamp(30px,4vw,48px);display:grid}.home-redesign-v2 .premium-path-section .method-copy{text-align:center;max-width:760px;margin:0 auto}.home-redesign-v2 .premium-path-section .method-copy .eyebrow{margin-inline:auto}.home-redesign-v2 .premium-path-section .method-copy p{max-width:620px;margin-inline:auto}.home-redesign-v2 .premium-path{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;width:min(1180px,100%);margin:0 auto}.home-redesign-v2 .premium-path:before{background:linear-gradient(90deg,#16836a33,#dce5dff2);top:46px;left:8%;right:8%}.home-redesign-v2 .premium-path-step{border-radius:20px;flex-direction:column;align-items:flex-start;min-height:240px;padding:24px;display:flex}.home-redesign-v2 .premium-path-step span{flex:none;width:46px;height:46px;box-shadow:0 12px 26px #16836a1f}.home-redesign-v2 .premium-path-step strong{color:var(--section-heading);margin-top:34px;font-size:1rem;line-height:1.22}.home-redesign-v2 .premium-path-step p{color:var(--section-text);margin:10px 0 0;font-size:.92rem;line-height:1.52}@media (width<=980px){.home-redesign-v2 .premium-path{grid-template-columns:repeat(2,minmax(0,1fr))}.home-redesign-v2 .premium-path:before{display:none}.home-redesign-v2 .premium-path-step{min-height:auto}}@media (width<=760px){.home-redesign-v2 .premium-path-section{padding:clamp(58px, 14vw, 78px) var(--home-page-gutter) clamp(66px, 15vw, 88px)}.home-redesign-v2 .premium-path-section .method-copy,.home-redesign-v2 .premium-path-section .method-copy p{text-align:left;margin-inline:0}.home-redesign-v2 .premium-path-section .method-copy .eyebrow{margin-inline:0}.home-redesign-v2 .premium-path{grid-template-columns:1fr}.home-redesign-v2 .premium-path-step{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:4px 16px;padding:22px 24px;display:grid}.home-redesign-v2 .premium-path-step span{grid-area:1/1;position:static}.home-redesign-v2 .premium-path-step strong{grid-column:2;margin-top:2px}.home-redesign-v2 .premium-path-step p{grid-column:1/-1;margin-top:10px}}.home-redesign-v2{background:#f5f7f3}.home-redesign-v2 .premium-exam-section,.home-redesign-v2 .premium-choice-section,.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-path-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview,.home-redesign-v2 .daily-word-section,.home-redesign-v2 .support-tools-section,.home-redesign-v2 .faq-section{width:100%;max-width:none;box-shadow:none;background:#f5f7f3;border-radius:0;margin:0}.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview,.home-redesign-v2 .daily-word-section,.home-redesign-v2 .support-tools-section,.home-redesign-v2 .faq-section{padding-inline:max(var(--home-page-gutter), calc((100vw - 1180px) / 2 + var(--home-page-gutter)))}.home-redesign-v2 .premium-preview-section:before,.home-redesign-v2 .premium-seo-section:before,.home-redesign-v2 .premium-choice-section:before,.home-redesign-v2 .daily-word-section:before,.home-redesign-v2 .daily-word-section:after{display:none}.home-redesign-v2 .premium-preview-section{grid-template-columns:minmax(280px,.34fr) minmax(0,1fr);gap:clamp(28px,4vw,48px);padding-top:clamp(76px,8vw,112px);padding-bottom:clamp(84px,8vw,118px)}.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview{grid-template-columns:minmax(340px,.44fr) minmax(0,1fr);align-items:center;gap:clamp(36px,5vw,72px);padding-top:clamp(76px,8vw,112px);padding-bottom:clamp(84px,8vw,118px)}.home-redesign-v2 .premium-seo-copy,.home-redesign-v2 .pricing-copy{min-width:0}.home-redesign-v2 .premium-seo-copy h2,.home-redesign-v2 .pricing-copy h2,.home-redesign-v2 .premium-preview-copy h2{letter-spacing:-.025em;max-width:620px;font-size:clamp(2.65rem,4.6vw,4.55rem);line-height:1.03}.home-redesign-v2 .pricing-copy h2{max-width:660px}.home-redesign-v2 .premium-seo-copy p,.home-redesign-v2 .pricing-copy p{max-width:560px}.home-redesign-v2 .premium-seo-editorial,.home-redesign-v2 .premium-pricing-grid,.home-redesign-v2 .daily-word-card,.home-redesign-v2 .support-tools-grid,.home-redesign-v2 .faq-list{min-width:0}@media (width<=980px){.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview{grid-template-columns:1fr}.home-redesign-v2 .premium-preview-copy{position:static}}@media (width<=760px){.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview,.home-redesign-v2 .daily-word-section,.home-redesign-v2 .support-tools-section,.home-redesign-v2 .faq-section{padding-inline:var(--home-page-gutter);padding-top:clamp(58px,14vw,78px);padding-bottom:clamp(66px,15vw,88px)}.home-redesign-v2 .premium-seo-copy h2,.home-redesign-v2 .pricing-copy h2,.home-redesign-v2 .premium-preview-copy h2{font-size:clamp(2.15rem,9vw,3.1rem)}}.home-redesign-v2{--home-section-canvas:#f5f7f3;--home-section-gutter:max(clamp(24px, 4vw, 56px), calc((100vw - 1240px) / 2));background:var(--home-section-canvas)}.home-redesign-v2>section:not(.home-hero):not(.premium-hero-section){background:var(--home-section-canvas)!important}.home-redesign-v2 .premium-choice-section:before,.home-redesign-v2 .premium-preview-section:before,.home-redesign-v2 .premium-seo-section:before,.home-redesign-v2 .daily-word-section:before,.home-redesign-v2 .daily-word-section:after{display:none!important}.home-redesign-v2 .premium-exam-section,.home-redesign-v2 .premium-choice-section,.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-path-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview,.home-redesign-v2 .daily-word-section,.home-redesign-v2 .support-tools-section,.home-redesign-v2 .faq-section{width:100%;max-width:none;box-shadow:none;padding-inline:var(--home-section-gutter);border-radius:0;margin:0}.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview,.home-redesign-v2 .daily-word-section,.home-redesign-v2 .support-tools-section,.home-redesign-v2 .faq-section{border-top:1px solid #dce5df85}.home-redesign-v2 .premium-preview-section{grid-template-columns:minmax(320px,.36fr) minmax(0,1fr)}.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview{grid-template-columns:minmax(420px,.43fr) minmax(0,1fr);gap:clamp(34px,4.8vw,64px);display:grid}.home-redesign-v2 .premium-seo-copy h2,.home-redesign-v2 .pricing-copy h2,.home-redesign-v2 .premium-preview-copy h2{max-width:560px;font-size:clamp(2.45rem,3.75vw,3.75rem);line-height:1.04}.home-redesign-v2 .premium-seo-copy p,.home-redesign-v2 .pricing-copy p,.home-redesign-v2 .premium-preview-copy p{max-width:520px;margin-top:clamp(16px,1.6vw,24px)}.home-redesign-v2 .premium-pricing-grid{grid-template-columns:repeat(2,minmax(260px,1fr));align-self:center;margin-top:0;display:grid;opacity:1!important;transform:none!important}.home-redesign-v2 .premium-pricing-grid .premium-price-card{opacity:1!important;transform:none!important}.home-redesign-v2 .premium-pricing-link{grid-column:1;justify-self:start}@media (width<=1120px){.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview{grid-template-columns:1fr}.home-redesign-v2 .premium-pricing-grid{margin-top:18px}.home-redesign-v2 .premium-pricing-link{grid-column:auto}}@media (width<=760px){.home-redesign-v2{--home-section-gutter:var(--home-page-gutter)}.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .premium-pricing-preview,.home-redesign-v2 .daily-word-section,.home-redesign-v2 .support-tools-section,.home-redesign-v2 .faq-section{border-top-color:#dce5df6b}.home-redesign-v2 .premium-pricing-grid{grid-template-columns:1fr}.home-redesign-v2 .premium-seo-copy p,.home-redesign-v2 .pricing-copy p,.home-redesign-v2 .premium-preview-copy p{margin-top:14px}}.home-redesign-v2>section:not(.home-hero):not(.premium-hero-section) :is(.section-heading,.premium-preview-copy,.method-copy,.premium-seo-copy,.pricing-copy,.daily-word-copy)>.eyebrow,.home-redesign-v2 .premium-choice-story>.eyebrow{color:#0e5f4f;width:auto;box-shadow:none;letter-spacing:.12em;text-transform:uppercase;background:0 0;border:0;border-radius:0;margin-bottom:12px;padding:0;font-size:.76rem;font-weight:900;line-height:1.35;display:block}.home-redesign-v2 .premium-choice-section .section-heading .eyebrow,.home-redesign-v2 .premium-choice-story .eyebrow{display:block}.home-redesign-v2 .premium-choice-section .section-heading .eyebrow:before,.home-redesign-v2 .premium-choice-story .eyebrow:before{display:none}.home-redesign-v2 .premium-choice-story li:before{width:10px;height:6px;box-shadow:none;background:0 0;border:0 solid #16836a;border-width:0 0 2px 2px;border-radius:0;transform:rotate(-45deg)}.home-redesign-v2 .premium-choice-card>.choice-reason-mark{width:18px;height:18px;box-shadow:none;background:0 0;border:0;border-radius:0;margin-top:.18rem;position:relative}.home-redesign-v2 .premium-choice-card>.choice-reason-mark:before{content:"";border:0 solid #16836a;border-width:0 0 2px 2px;width:10px;height:6px;position:absolute;top:5px;left:3px;transform:rotate(-45deg)}.home-redesign-v2 .premium-pricing-preview{grid-template-columns:1fr;align-items:start;gap:clamp(30px,4vw,46px);padding-top:clamp(82px,8vw,116px);padding-bottom:clamp(88px,8.5vw,124px);display:grid}.home-redesign-v2 .pricing-preview-heading{text-align:center;max-width:780px;margin:0 auto}.home-redesign-v2 .pricing-preview-heading>.eyebrow{margin-inline:auto}.home-redesign-v2 .pricing-preview-heading h2{color:#214032;max-width:780px;margin-inline:auto;font-size:clamp(2.35rem,4.2vw,4rem);line-height:1.04}.home-redesign-v2 .pricing-preview-heading p:not(.eyebrow){color:#52605a;max-width:640px;margin-inline:auto}.home-redesign-v2 .pricing-preview-panel{background:linear-gradient(135deg,#fffffffa,#f7fbf9f5),#fff;border:1px solid #dce5dffa;border-radius:30px;gap:18px;width:min(960px,100%);margin:0 auto;padding:clamp(18px,2.4vw,26px);display:grid;box-shadow:0 26px 72px #11181f12,inset 0 1px #fffffff0}.home-redesign-v2 .pricing-preview-panel .premium-pricing-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:18px;width:100%;max-width:none;margin:0;display:grid}.home-redesign-v2 .pricing-preview-panel .premium-price-card{min-height:430px;box-shadow:none;background:linear-gradient(#fffffffc,#f8fcf9f5),#fff;border:1px solid #dce5df;border-radius:24px;padding:clamp(24px,3vw,34px);position:relative;overflow:hidden}.home-redesign-v2 .pricing-preview-panel .premium-price-card:before{content:"";pointer-events:none;opacity:.62;background:linear-gradient(#e4f5df8c,#0000 42%);position:absolute;inset:0}.home-redesign-v2 .pricing-preview-panel .premium-price-card>*{z-index:1;position:relative}.home-redesign-v2 .pricing-preview-panel .premium-price-card.featured:before{background:radial-gradient(circle at 92% 0,#9be15d47,#0000 16rem),linear-gradient(#e4f5dfb8,#0000 48%);border:0;border-radius:0;inset:0}.home-redesign-v2 .price-card-heading{gap:10px;display:grid}.home-redesign-v2 .price-card-heading>span{color:#0e5f4f;letter-spacing:.1em;text-transform:uppercase;width:fit-content;font-size:.76rem;font-weight:900;line-height:1.35}.home-redesign-v2 .price-card-heading .recommended{background:#e4f5dfe6;border:1px solid #16836a2e;border-radius:999px;padding:7px 10px}.home-redesign-v2 .pricing-preview-panel .premium-price-card h3{color:#11181f;margin:0;font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.1}.home-redesign-v2 .pricing-preview-panel .premium-price-card .price{color:#0e5f4f;letter-spacing:-.015em;margin:6px 0 0;font-size:clamp(2rem,3.2vw,3.25rem);font-weight:900;line-height:1}.home-redesign-v2 .pricing-preview-panel .premium-price-card .price small{color:#65717c;letter-spacing:0;font-size:.95rem;font-weight:800}.home-redesign-v2 .pricing-preview-panel .pricing-intro{color:#52605a;margin:0;font-size:.98rem;line-height:1.62}.home-redesign-v2 .pricing-preview-panel .premium-price-card ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.home-redesign-v2 .pricing-preview-panel .premium-price-card li{color:#27323c;padding-left:24px;font-size:.95rem;line-height:1.45;position:relative}.home-redesign-v2 .pricing-preview-panel .premium-price-card li:before{content:"";background:#16836a;border-radius:999px;width:8px;height:8px;position:absolute;top:.45em;left:0;box-shadow:0 0 0 5px #16836a1a}.home-redesign-v2 .pricing-preview-panel .premium-price-card .button{justify-content:center;width:100%;margin-top:auto}.home-redesign-v2 .pricing-secondary-cta{color:#0e5f4f;box-shadow:none;background:linear-gradient(90deg,#e4f5dfb8,#ffffffe6);border:1px solid #16836a24;border-radius:20px;justify-content:space-between;align-items:center;gap:18px;margin:0;padding:16px 18px;text-decoration:none;display:flex}.home-redesign-v2 .pricing-secondary-cta span{gap:3px;display:grid}.home-redesign-v2 .pricing-secondary-cta strong{color:#11181f;font-size:.98rem;line-height:1.3}.home-redesign-v2 .pricing-secondary-cta small{color:#65717c;font-size:.9rem;line-height:1.45}.home-redesign-v2 .pricing-secondary-cta em{color:#fff;background:#0e5f4f;border-radius:999px;flex:none;padding:10px 14px;font-size:.9rem;font-style:normal;font-weight:900}@media (hover:hover){.home-redesign-v2 .pricing-preview-panel .premium-price-card:hover{border-color:#16836a42;transform:translateY(-3px);box-shadow:0 20px 48px #11181f13}.home-redesign-v2 .pricing-secondary-cta:hover{background:linear-gradient(90deg,#e4f5dfe6,#fff);border-color:#16836a4d;transform:translateY(-2px);box-shadow:0 18px 42px #11181f12}}@media (width<=900px){.home-redesign-v2 .pricing-preview-panel .premium-pricing-grid{grid-template-columns:1fr}.home-redesign-v2 .pricing-preview-panel .premium-price-card{min-height:auto}}@media (width<=760px){.home-redesign-v2 .premium-pricing-preview{gap:26px}.home-redesign-v2 .pricing-preview-heading{text-align:left}.home-redesign-v2 .pricing-preview-heading>.eyebrow,.home-redesign-v2 .pricing-preview-heading h2,.home-redesign-v2 .pricing-preview-heading p:not(.eyebrow){margin-inline:0}.home-redesign-v2 .pricing-preview-panel{border-radius:24px;padding:14px}.home-redesign-v2 .pricing-preview-panel .premium-price-card{border-radius:20px;padding:22px}.home-redesign-v2 .pricing-secondary-cta{flex-direction:column;align-items:stretch}.home-redesign-v2 .pricing-secondary-cta em{text-align:center}}.home-redesign-v2 .pricing-preview-panel{isolation:isolate;background:radial-gradient(circle at 50% -18%,#9be15d29,#0000 23rem),radial-gradient(circle at 84% 18%,#16836a14,#0000 20rem),linear-gradient(#ffffffe6,#f8fcf9d6);border-color:#dce5dfdb;width:min(1040px,100%);position:relative;overflow:hidden;box-shadow:0 34px 90px #11181f16,inset 0 1px #ffffffdb}.home-redesign-v2 .pricing-preview-panel:before{content:"";z-index:-1;pointer-events:none;opacity:.72;background:linear-gradient(110deg,#ffffff9e,#0000 38%,#ffffff47 64%,#0000);position:absolute;inset:0}@supports ((-webkit-backdrop-filter:blur(18px)) or (backdrop-filter:blur(18px))){.home-redesign-v2 .pricing-preview-panel{-webkit-backdrop-filter:blur(18px)saturate(1.08)}}.home-redesign-v2 .pricing-preview-panel .premium-pricing-grid{perspective:1200px;gap:16px}.home-redesign-v2 .pricing-preview-panel .premium-price-card{isolation:isolate;will-change:transform;background:linear-gradient(#fffffffa,#fbfdfbf0),#fff;border-color:#dce5dff0;border-radius:28px;min-height:404px;transition:border-color .26s,box-shadow .26s,transform .26s,background .26s;box-shadow:0 16px 38px #11181f0e,inset 0 1px #fffffff0;transform:translateY(0)scale(1)!important}.home-redesign-v2 .pricing-preview-panel .premium-price-card:before{background:linear-gradient(#edf4efa8,#0000 37%),radial-gradient(circle at 90% 5%,#16836a0f,#0000 12rem)}.home-redesign-v2 .pricing-preview-panel .premium-price-card:after{content:"";z-index:0;pointer-events:none;opacity:0;background:linear-gradient(145deg,#ffffffc7,#0000 42%),linear-gradient(#16836a14,#0000 28%);border-radius:27px;transition:opacity .26s;position:absolute;inset:1px}.home-redesign-v2 .pricing-preview-panel .premium-price-card.featured{background:radial-gradient(circle at 92% 0,#9be15d33,#0000 14rem),linear-gradient(#fffffffc,#f2f9f4fa),#fff;border-color:#0e5f4f52;box-shadow:0 28px 70px #0e5f4f26,inset 0 1px #fffffffa}.home-redesign-v2 .pricing-preview-panel .premium-price-card.featured:before{background:radial-gradient(circle at 100% 0,#9be15d61,#0000 15rem),linear-gradient(#e4f5dfc2,#0000 45%)}.home-redesign-v2 .pricing-preview-panel .premium-price-card h3{letter-spacing:-.01em}.home-redesign-v2 .pricing-preview-panel .premium-price-card .price{align-items:baseline;gap:7px;display:flex}.home-redesign-v2 .pricing-preview-panel .premium-price-card .button{border-radius:999px;min-height:48px;font-size:.94rem}.home-redesign-v2 .pricing-preview-panel .premium-price-card .button.secondary{background:#ffffffd1}.home-redesign-v2 .pricing-preview-panel .premium-price-card .button.primary{background:linear-gradient(#16836a,#0e5f4f);box-shadow:0 16px 34px #0e5f4f38,inset 0 1px #ffffff38}.home-redesign-v2 .pricing-secondary-cta{background:linear-gradient(90deg,#fffffff5,#edf4efd1);border-color:#dce5dfeb;min-height:78px;box-shadow:inset 0 1px #ffffffeb}.home-redesign-v2 .pricing-secondary-cta em{background:linear-gradient(#16836a,#0e5f4f);box-shadow:0 12px 26px #0e5f4f29}@media (hover:hover){.home-redesign-v2 .pricing-preview-panel .premium-price-card:hover,.home-redesign-v2 .pricing-preview-panel .premium-price-card:focus-within{background:linear-gradient(#fff,#f8fcf9fa),#fff;border-color:#16836a57;box-shadow:0 42px 92px #11181f21,0 0 0 6px #16836a0b,inset 0 1px #fffffffa;transform:translateY(-16px)scale(1.026)!important}.home-redesign-v2 .pricing-preview-panel .premium-price-card.featured:hover,.home-redesign-v2 .pricing-preview-panel .premium-price-card.featured:focus-within{box-shadow:0 48px 104px #0e5f4f33,0 0 0 7px #9be15d14,inset 0 1px #fffffffa}.home-redesign-v2 .pricing-preview-panel .premium-price-card:hover:after,.home-redesign-v2 .pricing-preview-panel .premium-price-card:focus-within:after{opacity:1}.home-redesign-v2 .pricing-preview-panel .premium-price-card .button:hover,.home-redesign-v2 .pricing-secondary-cta:hover em{transform:translateY(-1px)}}@media (width<=760px){.home-redesign-v2 .pricing-preview-panel{border-radius:26px}.home-redesign-v2 .pricing-preview-panel .premium-price-card{border-radius:22px;min-height:auto}.home-redesign-v2 .pricing-preview-panel .premium-price-card:after{border-radius:21px}.home-redesign-v2 .pricing-secondary-cta{min-height:0}}@media (prefers-reduced-motion:reduce){.home-redesign-v2 .pricing-preview-panel .premium-price-card,.home-redesign-v2 .pricing-preview-panel .premium-price-card:after,.home-redesign-v2 .pricing-secondary-cta,.home-redesign-v2 .pricing-secondary-cta em{transition:none}.home-redesign-v2 .pricing-preview-panel .premium-price-card:hover,.home-redesign-v2 .pricing-preview-panel .premium-price-card:focus-within,.home-redesign-v2 .pricing-preview-panel .premium-price-card .button:hover,.home-redesign-v2 .pricing-secondary-cta:hover,.home-redesign-v2 .pricing-secondary-cta:hover em{transform:none!important}}.home-redesign-v2 :is(.study-plan-preview.hero-progress-card,.premium-value-strip article,.premium-exam-card,.premium-preview-card,.premium-choice-story,.premium-choice-card,.premium-path-step,.premium-seo-editorial,.daily-word-card,.support-tool-card,.faq-item){isolation:isolate;transform-origin:50%;will-change:transform;background:linear-gradient(#fffffffa,#f8fcf9f0),#fff;border-color:#dce5dfeb;transition:border-color .26s,background .26s,box-shadow .26s,transform .26s;position:relative;overflow:hidden;box-shadow:0 18px 44px #11181f0f,inset 0 1px #fffffff0;transform:translateY(0)scale(1)!important}.home-redesign-v2 :is(.study-plan-preview.hero-progress-card,.premium-value-strip article,.premium-exam-card,.premium-preview-card,.premium-choice-story,.premium-choice-card,.premium-path-step,.premium-seo-editorial,.daily-word-card,.support-tool-card,.faq-item):after{content:"";z-index:0;pointer-events:none;border-radius:inherit;opacity:0;background:linear-gradient(145deg,#ffffffc7,#0000 42%),linear-gradient(#16836a14,#0000 30%);transition:opacity .26s;position:absolute;inset:1px}.home-redesign-v2 :is(.study-plan-preview.hero-progress-card,.premium-value-strip article,.premium-exam-card,.premium-preview-card,.premium-choice-story,.premium-choice-card,.premium-path-step,.premium-seo-editorial,.daily-word-card,.support-tool-card,.faq-item)>*{z-index:1;position:relative}.home-redesign-v2 .hero-focus-grid article,.home-redesign-v2 .hero-progress-card .premium-feedback-note{background:linear-gradient(#ffffffeb,#edf4efb8);border-color:#dce5dfe6;transition:border-color .24s,box-shadow .24s,transform .24s,background .24s;position:relative;overflow:hidden;box-shadow:0 10px 24px #11181f0b,inset 0 1px #ffffffe6;transform:translateY(0)!important}@media (hover:hover){.home-redesign-v2 :is(.study-plan-preview.hero-progress-card,.premium-value-strip article,.premium-exam-card,.premium-preview-card,.premium-choice-story,.premium-choice-card,.premium-path-step,.premium-seo-editorial,.daily-word-card,.support-tool-card,.faq-item):hover,.home-redesign-v2 :is(.premium-exam-card,.support-tool-card,.faq-item):focus-within{background:linear-gradient(#fff,#f8fcf9fa),#fff;border-color:#16836a52;box-shadow:0 34px 82px #11181f1d,0 0 0 6px #16836a0a,inset 0 1px #fffffffa;transform:translateY(-12px)scale(1.018)!important}.home-redesign-v2 .study-plan-preview.hero-progress-card:hover{box-shadow:0 46px 108px #11181f26,0 0 0 7px #9be15d0f,inset 0 1px #fffffffa;transform:translateY(-14px)scale(1.018)!important}.home-redesign-v2 :is(.study-plan-preview.hero-progress-card,.premium-value-strip article,.premium-exam-card,.premium-preview-card,.premium-choice-story,.premium-choice-card,.premium-path-step,.premium-seo-editorial,.daily-word-card,.support-tool-card,.faq-item):hover:after,.home-redesign-v2 :is(.premium-exam-card,.support-tool-card,.faq-item):focus-within:after{opacity:1}.home-redesign-v2 .hero-focus-grid article:hover,.home-redesign-v2 .hero-progress-card .premium-feedback-note:hover{background:linear-gradient(#fff,#edf4efdb);border-color:#16836a3d;box-shadow:0 18px 38px #11181f14,inset 0 1px #fffffff2;transform:translateY(-4px)!important}}@media (prefers-reduced-motion:reduce){.home-redesign-v2 :is(.study-plan-preview.hero-progress-card,.premium-value-strip article,.premium-exam-card,.premium-preview-card,.premium-choice-story,.premium-choice-card,.premium-path-step,.premium-seo-editorial,.daily-word-card,.support-tool-card,.faq-item,.hero-focus-grid article,.hero-progress-card .premium-feedback-note),.home-redesign-v2 :is(.study-plan-preview.hero-progress-card,.premium-value-strip article,.premium-exam-card,.premium-preview-card,.premium-choice-story,.premium-choice-card,.premium-path-step,.premium-seo-editorial,.daily-word-card,.support-tool-card,.faq-item):after{transition:none}.home-redesign-v2 :is(.study-plan-preview.hero-progress-card,.premium-value-strip article,.premium-exam-card,.premium-preview-card,.premium-choice-story,.premium-choice-card,.premium-path-step,.premium-seo-editorial,.daily-word-card,.support-tool-card,.faq-item,.hero-focus-grid article,.hero-progress-card .premium-feedback-note):hover,.home-redesign-v2 :is(.premium-exam-card,.support-tool-card,.faq-item):focus-within{transform:none!important}}.home-redesign-v2 .premium-preview-section,.home-redesign-v2 .premium-seo-section,.home-redesign-v2 .daily-word-section,.home-redesign-v2 .faq-section{grid-template-columns:1fr;align-items:start;gap:clamp(30px,4vw,46px);display:grid}.home-redesign-v2 :is(.premium-preview-copy,.premium-seo-copy,.daily-word-copy,.support-tools-section .section-heading,.faq-section .section-heading){text-align:center;max-width:780px;margin:0 auto}.home-redesign-v2 :is(.premium-preview-copy,.premium-seo-copy,.daily-word-copy,.support-tools-section .section-heading,.faq-section .section-heading)>.eyebrow{margin-inline:auto}.home-redesign-v2 :is(.premium-preview-copy,.premium-seo-copy,.daily-word-copy,.support-tools-section .section-heading,.faq-section .section-heading) h2{color:#214032;max-width:780px;margin-inline:auto;font-size:clamp(2.35rem,4.2vw,4rem);line-height:1.04}.home-redesign-v2 :is(.premium-preview-copy,.premium-seo-copy,.daily-word-copy,.support-tools-section .section-heading,.faq-section .section-heading) p:not(.eyebrow){color:#52605a;max-width:640px;margin-inline:auto}.home-redesign-v2 .premium-preview-grid,.home-redesign-v2 .premium-seo-editorial,.home-redesign-v2 .daily-word-card,.home-redesign-v2 .faq-list{width:min(960px,100%);margin-inline:auto}.home-redesign-v2 .premium-preview-grid{width:min(980px,100%)}.home-redesign-v2 .premium-seo-editorial{width:min(920px,100%)}.home-redesign-v2 .daily-word-card{width:min(640px,100%)}.home-redesign-v2 .faq-list{width:min(860px,100%)}.home-redesign-v2 .daily-word-copy .button{justify-self:center}.home-redesign-v2 .support-tools-section .support-tool-grid{width:min(980px,100%);margin:clamp(30px,4vw,46px) auto 0}@media (width<=760px){.home-redesign-v2 :is(.premium-preview-copy,.premium-seo-copy,.daily-word-copy,.support-tools-section .section-heading,.faq-section .section-heading){text-align:left;margin-inline:0}.home-redesign-v2 :is(.premium-preview-copy,.premium-seo-copy,.daily-word-copy,.support-tools-section .section-heading,.faq-section .section-heading)>.eyebrow,.home-redesign-v2 :is(.premium-preview-copy,.premium-seo-copy,.daily-word-copy,.support-tools-section .section-heading,.faq-section .section-heading) h2,.home-redesign-v2 :is(.premium-preview-copy,.premium-seo-copy,.daily-word-copy,.support-tools-section .section-heading,.faq-section .section-heading) p:not(.eyebrow){margin-inline:0}.home-redesign-v2 .daily-word-copy .button{justify-self:start}}.home-redesign-v2 .premium-hero-visual{width:min(520px,34vw)}.home-redesign-v2 .study-plan-preview.hero-progress-card.hero-journey-card{background:radial-gradient(circle at 86% -8%,#9be15d2e,#0000 17rem),radial-gradient(circle at 8% 8%,#ffffffeb,#0000 18rem),linear-gradient(#fffffff0,#fafdfbd1),#ffffffc7;border-color:#ffffffd1;border-radius:28px;padding:clamp(14px,1.6vw,20px);overflow:visible;box-shadow:0 38px 96px #0b11172e,inset 0 0 0 1px #dce5df52}.home-redesign-v2 .hero-journey-header{gap:10px;padding:2px 4px 12px;display:grid}.home-redesign-v2 .hero-journey-header h2{color:#11181f;letter-spacing:-.018em;margin:0;font-size:clamp(1.8rem,2.6vw,2.55rem);line-height:1.05}.home-redesign-v2 .hero-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:14px;display:grid;position:relative}.home-redesign-v2 .hero-journey-panel{background:linear-gradient(#fffffff5,#f8fcf9eb),#fff;border:1px solid #dce5dfeb;border-radius:24px;flex-direction:column;min-height:286px;padding:clamp(14px,1.5vw,18px);display:flex;box-shadow:0 18px 42px #11181f0f,inset 0 1px #fffffff2}.home-redesign-v2 .hero-journey-panel.is-after{background:radial-gradient(circle at 100% 0,#9be15d2e,#0000 11rem),linear-gradient(#fffffffa,#f2f9f4f2),#fff}.home-redesign-v2 .hero-journey-pill{color:#9e3b32;background:#d7534a1a;border-radius:999px;width:fit-content;padding:8px 10px;font-size:.82rem;font-weight:900;line-height:1.2}.home-redesign-v2 .hero-journey-panel.is-after .hero-journey-pill{color:#0e5f4f;background:#e4f5dfeb}.home-redesign-v2 .hero-journey-panel ul{gap:9px;margin:16px 0;padding:0;list-style:none;display:grid}.home-redesign-v2 .hero-journey-panel li{color:#27323c;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;font-size:.82rem;line-height:1.35;display:grid}.home-redesign-v2 .hero-journey-panel li>span{color:#9e3b32;background:#fff;border:1px solid #dce5dff2;border-radius:999px;place-items:center;width:24px;height:24px;font-size:.64rem;font-weight:950;display:grid}.home-redesign-v2 .hero-journey-panel.is-after li>span{color:#0e5f4f;background:#e4f5dfb8;border-color:#16836a2e;font-size:.58rem}.home-redesign-v2 .hero-journey-panel.is-after li>span:before{content:"";border:2px solid #0e5f4f;border-width:0 2px 2px 0;width:5px;height:9px;transform:translateY(-1px)rotate(42deg)}.home-redesign-v2 .hero-journey-panel li strong{color:#27323c;font-size:.82rem;font-weight:830}.home-redesign-v2 .hero-journey-arrow{z-index:2;color:#11181f;background:linear-gradient(#fff,#f8fcf9f5);border:1px solid #dce5dfeb;border-radius:999px;place-items:center;width:48px;height:48px;font-size:1.42rem;font-weight:900;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 42px #11181f1a,inset 0 1px #fffffff2}.home-redesign-v2 .hero-journey-progress{border-top:1px solid #dce5dfd6;justify-items:center;gap:12px;margin-top:auto;padding-top:14px;display:grid}.home-redesign-v2 .hero-journey-progress>span{color:#27323c;font-size:.86rem;font-weight:900}.home-redesign-v2 .hero-journey-ring{aspect-ratio:1;background:radial-gradient(circle at center, #fff 58%, transparent 59%), conic-gradient(#d7534a 0 18%, #e8e1d8c7 18% 100%);border-radius:999px;place-items:center;width:92px;animation:.78s ease-out both heroJourneyRingIn;display:grid;box-shadow:inset 0 0 0 1px #dce5dfb3,0 14px 32px #11181f0f}.home-redesign-v2 .hero-journey-ring.is-high{background:radial-gradient(circle at center, #fff 58%, transparent 59%), conic-gradient(#0e5f4f 0 76%, #dce5dfdb 76% 100%);animation-delay:.16s}.home-redesign-v2 .hero-journey-ring strong{color:#d7534a;letter-spacing:-.03em;font-size:1.42rem;font-weight:950}.home-redesign-v2 .hero-journey-ring.is-high strong{color:#0e5f4f}.home-redesign-v2 .hero-journey-progress small{color:#0e5f4f;text-align:center;font-size:.86rem;font-weight:880;line-height:1.35}.home-redesign-v2 .hero-ai-feedback-badge{z-index:4;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#fffffff5,#f8fcf9e6);border:1px solid #dce5dfe6;border-radius:22px;align-items:center;gap:13px;min-width:188px;padding:12px 14px;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:7.2s ease-in-out infinite heroFeedbackBadgePulse;display:flex;position:absolute;top:clamp(-28px,-2.2vw,-16px);right:clamp(-38px,-3vw,-20px);box-shadow:0 24px 64px #11181f24,inset 0 1px #fffffff2}.home-redesign-v2 .hero-ai-feedback-badge>span{color:#0e5f4f;background:#e4f5dff5;border-radius:16px;place-items:center;width:42px;height:42px;font-size:.76rem;font-weight:800;display:grid}.home-redesign-v2 .hero-ai-feedback-badge strong,.home-redesign-v2 .hero-ai-feedback-badge small{display:block}.home-redesign-v2 .hero-ai-feedback-badge strong{color:#11181f;font-size:1rem;font-weight:700;line-height:1.2}.home-redesign-v2 .hero-ai-feedback-badge small{color:#65717c;margin-top:3px;font-size:.82rem;font-weight:500;line-height:1.3}.home-redesign-v2 .premium-hero-visual{width:min(398px,26.5vw);left:clamp(28px,4vw,64px)}.home-redesign-v2 .study-plan-preview.hero-progress-card.hero-journey-card{padding:clamp(10px,1.05vw,13px)}.home-redesign-v2 .study-plan-preview.hero-progress-card.hero-journey-card:before,.home-redesign-v2 .study-plan-preview.hero-progress-card.hero-journey-card:after{display:none}.home-redesign-v2 .hero-journey-grid{gap:10px}.home-redesign-v2 .hero-journey-panel{border-radius:22px;min-height:190px;padding:clamp(10px,1.1vw,13px)}.home-redesign-v2 .hero-journey-pill{padding:6px 8px;font-size:.7rem}.home-redesign-v2 .hero-journey-panel ul{gap:6px;margin:11px 0}.home-redesign-v2 .hero-journey-panel li{grid-template-columns:20px minmax(0,1fr);gap:6px}.home-redesign-v2 .hero-journey-panel li>span{width:20px;height:20px;font-size:.58rem}.home-redesign-v2 .hero-journey-panel.is-after li>span:before{width:4px;height:7px}.home-redesign-v2 .hero-journey-panel li strong{font-size:.72rem;font-weight:800}.home-redesign-v2 .hero-journey-arrow{pointer-events:none;width:38px;height:38px;font-size:1.12rem;top:32px}.home-redesign-v2 .hero-journey-progress{gap:6px;padding-top:8px}.home-redesign-v2 .hero-journey-ring{width:60px}.home-redesign-v2 .hero-journey-ring strong{font-size:.98rem}.home-redesign-v2 .hero-journey-progress small{font-size:.72rem}.home-redesign-v2 .hero-ai-feedback-badge{min-width:164px;padding:9px 11px;inset:-28px -18px auto auto}.home-redesign-v2 .hero-ai-feedback-badge>span{border-radius:13px;width:34px;height:34px;font-size:.68rem}.home-redesign-v2 .hero-ai-feedback-badge strong{font-size:.88rem}.home-redesign-v2 .hero-ai-feedback-badge small{font-size:.74rem}@keyframes heroJourneyRingIn{0%{opacity:.55;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes heroJourneyBadgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes heroFeedbackBadgePulse{0%,18%,to{opacity:0;transform:translateY(10px)scale(.96)}28%,72%{opacity:1;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-5px)scale(1.01)}}@media (width<=1180px){.home-redesign-v2 .premium-hero-visual{justify-self:center;width:min(560px,100%);margin-top:22px;left:0}}@media (width<=760px){.home-redesign-v2 .study-plan-preview.hero-progress-card.hero-journey-card{border-radius:26px;padding:16px}.home-redesign-v2 .hero-journey-header h2{font-size:clamp(1.55rem,8vw,2rem)}.home-redesign-v2 .hero-journey-grid{grid-template-columns:1fr;gap:12px}.home-redesign-v2 .hero-journey-panel{border-radius:20px;min-height:auto}.home-redesign-v2 .hero-journey-arrow{width:46px;height:46px;margin:-4px auto;position:relative;top:auto;left:auto;transform:rotate(90deg)}.home-redesign-v2 .hero-ai-feedback-badge{border-radius:20px;min-width:0;margin-top:14px;position:static}}@media (prefers-reduced-motion:reduce){.home-redesign-v2 .hero-journey-ring,.home-redesign-v2 .hero-ai-feedback-badge{animation:none}}@media (width<=760px){.home-redesign-v2 .premium-path-section{gap:22px}.home-redesign-v2 .premium-path-section .method-copy h2{max-width:11.5em;font-size:clamp(2rem,8.2vw,2.45rem);line-height:1.08}.home-redesign-v2 .premium-path{gap:12px}.home-redesign-v2 .premium-path-step{text-align:left;border-radius:18px;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:4px 16px;padding:17px 18px 18px}.home-redesign-v2 .premium-path-step:before{display:none}.home-redesign-v2 .premium-path-step span{grid-area:1/1;place-self:start;width:36px;height:36px;font-size:.76rem}.home-redesign-v2 .premium-path-step strong{text-align:left;grid-column:2;align-self:center;margin:0;font-size:.98rem;line-height:1.22}.home-redesign-v2 .premium-path-step p{text-align:left;grid-column:2;margin-top:0;font-size:.9rem;line-height:1.48}}.home-redesign-v2 .premium-value-strip{width:min(1340px, calc(100% - (var(--home-page-gutter) * 2)));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffffc7,#f8fcf9a3),#ffffffa8;border:1px solid #ffffffc2;border-radius:28px;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:-18px auto clamp(66px,6.5vw,96px);font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;overflow:hidden;box-shadow:0 28px 82px #11181f17,inset 0 1px #ffffffeb,inset 0 -1px #d6e1da94}.home-redesign-v2 .premium-value-strip article{min-height:92px;box-shadow:none;background:0 0;border:0;border-right:1px solid #2140321a;border-radius:0;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:clamp(12px,1vw,16px);padding:0 clamp(13px,1.25vw,22px);transition:background .22s;display:grid;overflow:visible;transform:none!important}.home-redesign-v2 .premium-value-strip article:first-child{padding-left:clamp(16px,1.5vw,24px)}.home-redesign-v2 .premium-value-strip article:last-child{border-right:0;padding-right:clamp(16px,1.5vw,24px)}.home-redesign-v2 .premium-value-strip article:before{display:none}.home-redesign-v2 .premium-value-strip .value-strip-icon{width:38px;height:38px;color:var(--home-primary);place-items:center;transition:color .22s,transform .22s;display:grid}.home-redesign-v2 .premium-value-strip .value-strip-icon svg{fill:none;stroke:currentColor;stroke-width:1.55px;stroke-linecap:round;stroke-linejoin:round;width:31px;height:31px;display:block}.home-redesign-v2 .premium-value-strip strong{color:var(--home-text);letter-spacing:0;font-size:clamp(.9rem,.82vw,.98rem);font-weight:700;line-height:1.18;display:block}.home-redesign-v2 .premium-value-strip span:not(.value-strip-icon){color:var(--home-muted);margin-top:5px;font-size:clamp(.79rem,.76vw,.88rem);font-weight:500;line-height:1.36;display:block}@media (hover:hover){.home-redesign-v2 .premium-value-strip article:hover{box-shadow:none;background:linear-gradient(#ffffff57,#edf4ef38);border-color:#2140321a;transform:none!important}.home-redesign-v2 .premium-value-strip article:hover .value-strip-icon{color:var(--home-primary-hover);transform:translateY(-2px)scale(1.03)}}@media (width<=1120px){.home-redesign-v2 .premium-value-strip{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:0}.home-redesign-v2 .premium-value-strip article{border-bottom:1px solid #2140321a;border-right:0;min-height:92px;padding:16px 18px}.home-redesign-v2 .premium-value-strip article:nth-child(odd){border-right:1px solid #2140321a;padding-left:0}.home-redesign-v2 .premium-value-strip article:nth-last-child(-n+1){border-bottom:0}}@media (width<=620px){.home-redesign-v2 .premium-value-strip{width:min(100% - (var(--home-page-gutter) * 2), 430px);border-radius:24px;grid-template-columns:1fr;margin-top:4px}.home-redesign-v2 .premium-value-strip article,.home-redesign-v2 .premium-value-strip article:nth-child(odd){border-bottom:1px solid #2140321a;border-right:0;grid-template-columns:40px minmax(0,1fr);gap:15px;min-height:auto;padding:16px 18px}.home-redesign-v2 .premium-value-strip article:last-child{border-bottom:0}.home-redesign-v2 .premium-value-strip .value-strip-icon{width:40px;height:40px}.home-redesign-v2 .premium-value-strip .value-strip-icon svg{width:31px;height:31px}}.home-redesign-v2 .site-footer{background:radial-gradient(circle at 16% 0%, #9be15d29, transparent 28rem), linear-gradient(180deg, var(--home-primary-hover) 0%, var(--home-ink) 68%);color:#ffffffc2;margin-top:clamp(46px,5vw,72px);padding:clamp(52px,6vw,84px) max(22px,50% - 620px) clamp(26px,3vw,38px);font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.home-redesign-v2 .site-footer:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff3d,#0000);height:1px;position:absolute;inset:0 0 auto}.home-redesign-v2 .footer-cta{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#ffffff24,#ffffff0b),#ffffff0d;border:1px solid #ffffff21;border-radius:28px;gap:clamp(20px,3vw,34px);padding:clamp(24px,3vw,34px);position:relative;overflow:hidden;box-shadow:0 32px 90px #0000003d,inset 0 1px #ffffff29}.home-redesign-v2 .footer-cta:after{content:"";opacity:.72;pointer-events:none;background:linear-gradient(115deg,#ffffff21,#0000 38%);position:absolute;inset:0}.home-redesign-v2 .footer-cta>*{z-index:1;position:relative}.home-redesign-v2 .footer-cta .eyebrow{width:auto;color:var(--home-lime);letter-spacing:.09em;background:#9be15d1f;border:1px solid #9be15d42;border-radius:999px;margin-bottom:11px;padding:6px 11px;font-size:.76rem;display:inline-flex}.home-redesign-v2 .footer-cta h2{color:#fbfcf9;letter-spacing:0;max-width:760px;font-size:clamp(1.85rem,3.2vw,2.55rem);font-weight:760;line-height:1.08}.home-redesign-v2 .footer-cta .button.primary{background:linear-gradient(135deg, var(--home-lime), var(--home-accent));color:var(--home-ink);border:1px solid #ffffff24;flex:none;box-shadow:0 18px 38px #7ecb4538,inset 0 1px #fffc}.home-redesign-v2 .footer-main{z-index:1;grid-template-columns:minmax(260px,.72fr) minmax(0,1.6fr);align-items:start;gap:clamp(34px,5vw,72px);width:100%;max-width:1240px;margin:clamp(36px,4.5vw,58px) auto 0;display:grid;position:relative}.home-redesign-v2 .footer-brand{border-right:1px solid #ffffff1a;min-width:0;max-width:none;padding-right:clamp(28px,4vw,54px)}.home-redesign-v2 .footer-brand .brand{color:#fff;gap:10px;width:max-content}.home-redesign-v2 .footer-brand .brand-mark{background:linear-gradient(#fffffffa,#f5f7f3eb);border:1px solid #ffffffb8;border-radius:14px;width:42px;height:42px;padding:6px;box-shadow:0 16px 36px #0000002e,inset 0 1px #ffffffd9}.home-redesign-v2 .footer-brand .brand-name{color:#fbfcf9;letter-spacing:0;text-shadow:0 1px 18px #ffffff24;font-size:1.18rem;font-weight:900}.home-redesign-v2 .footer-brand .brand-name-pro{color:#b9f46b}.home-redesign-v2 .footer-brand p{color:#ffffffa3;max-width:360px;font-size:.96rem;line-height:1.72}.home-redesign-v2 .footer-social{gap:11px;margin-top:10px}.home-redesign-v2 .footer-social>span{color:#ffffff7a;letter-spacing:.1em;text-transform:uppercase;margin-right:3px;font-size:.72rem;font-weight:800}.home-redesign-v2 .footer-social a{color:#ffffffb3;background:linear-gradient(#ffffff1a,#ffffff09),#ffffff0b;border:1px solid #ffffff21;border-radius:15px;place-items:center;width:42px;height:42px;padding:0;transition:transform .22s,border-color .22s,background .22s,color .22s,box-shadow .22s;display:grid;box-shadow:0 12px 28px #00000024}.home-redesign-v2 .footer-social a svg{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.home-redesign-v2 .footer-social a:hover{color:var(--home-lime);background:linear-gradient(#ffffff29,#9be15d1f),#ffffff0f;border-color:#9be15d66;transform:translateY(-2px);box-shadow:0 18px 38px #0003}.home-redesign-v2 .footer-columns{grid-template-columns:repeat(3,minmax(170px,1fr));align-items:start;gap:clamp(30px,3.6vw,46px) clamp(28px,4vw,48px);display:grid}.home-redesign-v2 .footer-columns>div{gap:10px;min-width:0}.home-redesign-v2 .footer-columns strong{color:#fffffff0;letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font-size:.74rem;font-weight:850;line-height:1.2}.home-redesign-v2 .footer-columns a,.home-redesign-v2 .footer-link-button{color:#ffffffa8;letter-spacing:0;text-align:left;border-radius:10px;width:fit-content;max-width:100%;font-size:.88rem;font-weight:650;line-height:1.42;transition:color .19s,transform .19s,background .19s}.home-redesign-v2 .footer-link-button{cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit}.home-redesign-v2 .footer-columns a:hover,.home-redesign-v2 .footer-link-button:hover{color:var(--home-lime);background:0 0;transform:translate(2px)}.home-redesign-v2 .footer-link-pair{grid-template-columns:1fr;gap:10px;display:grid}.home-redesign-v2 .footer-link-pair>span{gap:10px;display:grid}.home-redesign-v2 .footer-bottom{z-index:1;color:#ffffff80;border-top:1px solid #ffffff1a;width:100%;max-width:1240px;margin:clamp(34px,4vw,52px) auto 0;padding-top:22px;font-size:.84rem;position:relative}.home-redesign-v2 .footer-bottom a{color:var(--home-lime);font-weight:800}@media (width<=1160px){.home-redesign-v2 .footer-main{grid-template-columns:1fr}.home-redesign-v2 .footer-brand{border-bottom:1px solid #ffffff1a;border-right:0;grid-template-columns:minmax(0,1fr) auto;gap:12px 28px;padding-bottom:26px;padding-right:0;display:grid}.home-redesign-v2 .footer-brand .brand,.home-redesign-v2 .footer-brand p{grid-column:1}.home-redesign-v2 .footer-social{grid-area:1/2/span 2;align-self:center}.home-redesign-v2 .footer-columns,.home-redesign-v2 .footer-link-pair{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.home-redesign-v2 .site-footer{padding-inline:var(--home-page-gutter)}.home-redesign-v2 .footer-cta{border-radius:24px;flex-direction:column;align-items:stretch}.home-redesign-v2 .footer-cta .button.primary{width:100%}.home-redesign-v2 .footer-main{gap:30px}.home-redesign-v2 .footer-brand{grid-template-columns:1fr;display:grid}.home-redesign-v2 .footer-social{grid-area:auto;align-self:start}.home-redesign-v2 .footer-columns,.home-redesign-v2 .footer-link-pair{grid-template-columns:1fr}.home-redesign-v2 .footer-columns{gap:26px}.home-redesign-v2 .footer-columns strong{margin-bottom:5px}.home-redesign-v2 .footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}.home-redesign-v2 .product-cockpit-preview .product-exam-panel .exam-preview-copy h3{color:#fff!important}.home-redesign-v2 .product-cockpit-preview .product-exam-panel .exam-preview-copy p,.home-redesign-v2 .product-cockpit-preview .product-feedback-panel li{color:#ffffffc7!important}.home-redesign-v2 .product-cockpit-preview .product-exam-panel .small-label,.home-redesign-v2 .product-cockpit-preview .product-feedback-panel span{color:#ffffffa8!important}.home-redesign-v2 .product-cockpit-preview .product-feedback-panel strong{color:var(--home-lime)!important}
