@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg:#0b0c10;--panel:#111319;--card:#171a23;--muted:#aab4c8;--text:#e6ebf5;--primary:#3b82f6;--primary-600:#2563eb;--secondary:#10b981;--secondary-600:#059669;--danger:#ef4444;--warn:#f59e0b;--ok:#22c55e;--border:#222633;--highlight-bg:#ffd54f33;--highlight-outline:#ffd54fa6;--timer-bg:#10131b;--timer-border:#374151}[data-theme=light]{--bg:#f7f8fb;--panel:#fff;--card:#fff;--muted:#5b6579;--text:#0b0c10;--primary:#2563eb;--primary-600:#1e4fbb;--secondary:#059669;--secondary-600:#047857;--danger:#dc2626;--warn:#d97706;--ok:#16a34a;--border:#e5e7eb;--highlight-bg:#ffd54f59;--highlight-outline:#ffd54fe6;--timer-bg:#f3f4f6;--timer-border:#e5e7eb}*{box-sizing:border-box}#root,body,html{height:100%}body{background:radial-gradient(1200px 600px at 20% -10%,#1a2030 0,#0b0c10 50%);background:radial-gradient(1200px 600px at 20% -10%,#1a2030 0,var(--bg) 50%);color:#e6ebf5;color:var(--text);font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial,Noto Sans;margin:0}.App{display:flex;flex-direction:column;min-height:100%;text-align:center}.main{flex:1 1;margin:0 auto;max-width:1100px;padding:16px;width:100%}.app-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f121aa6;border-bottom:1px solid #222633;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:10px 16px;position:sticky;top:0;z-index:50}.header-left,.header-right{align-items:center;display:flex;gap:12px}.logo{cursor:pointer;font-weight:700;letter-spacing:.3px}.hide-sm{display:none}@media (min-width:700px){.hide-sm{display:inline-flex}}.drawer{background:#111319;background:var(--panel);box-shadow:-12px 0 30px #0006;display:flex;flex-direction:column;height:100%;position:fixed;right:-320px;top:0;transition:right .25s ease;width:320px;z-index:60}.drawer.open{right:0}.backdrop{background:#00000080;inset:0;position:fixed;z-index:55}.drawer-header{align-items:center;border-bottom:1px solid #222633;border-bottom:1px solid var(--border);display:flex;gap:12px;padding:16px}.avatar{background:#202534;border-radius:50%;display:grid;font-size:22px;height:40px;place-items:center;width:40px}.user-meta .user-name{font-weight:600}.user-meta .user-email{color:#aab4c8;color:var(--muted);font-size:.9rem}.drawer-body{display:flex;flex-direction:column;gap:10px;padding:12px 10px}.drawer-kv{background:#171a23;background:var(--card);border:1px solid #222633;border:1px solid var(--border);border-radius:10px;color:#aab4c8;color:var(--muted);display:flex;justify-content:space-between;padding:10px 12px}.drawer-action{gap:8px;justify-content:flex-start}.drawer-sep{background:#222633;background:var(--border);height:1px;margin:6px 0}.btn{align-items:center;border:1px solid #0000;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:10px 16px;transition:transform .08s ease,background .2s ease,border-color .2s ease}.btn:active{transform:translateY(1px)}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#3b82f6;background:var(--primary)}.btn-primary:hover{background:#2563eb;background:var(--primary-600)}.btn-secondary{background:#10b981;background:var(--secondary)}.btn-secondary:hover{background:#059669;background:var(--secondary-600)}.btn-ghost{background:#0000;border-color:#222633;border-color:var(--border);border-width:1px}.btn-ghost:hover{background:#ffffff08;border-color:#334155}.btn-danger{background:#ef4444;background:var(--danger)}.btn-login{background:#3b82f6;background:var(--primary);border-radius:5px;justify-content:center;width:190px}.icon-btn{background:#ffffff05;border:1px solid #222633;border:1px solid var(--border);border-radius:10px;color:#fff;cursor:pointer;display:inline-grid;height:38px;place-items:center;width:38px}.icon-btn:hover{background:#ffffff0d}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.txt-center{text-align:center}.center{align-items:center;display:flex;flex-direction:column;gap:8px}.spinner{animation:spin 1s linear infinite;border:4px solid #fff3;border-radius:50%;border-top:4px solid var(--secondary);height:44px;margin:12px auto;width:44px}@keyframes spin{to{transform:rotate(1turn)}}.buttons-home,.loading-container{align-items:center;display:flex;flex-direction:column}.buttons-home{gap:8px;width:100%}.buttons-home button{max-width:260px;width:100%}.exercise-button{background-color:#3b82f6;background-color:var(--primary);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.05rem;margin:8px;padding:10px 20px}.exercise-button:hover{background:#2563eb;background:var(--primary-600)}.exercise-button.disabled,.exercise-button:disabled{background-color:#6b7280;cursor:not-allowed}.nav-button{background-color:#10b981;background-color:var(--secondary);border:none;border-radius:10px;color:#fff;cursor:pointer;margin:10px;padding:10px 20px}.nav-button:disabled{background-color:#9ca3af;cursor:not-allowed}.submit-button{background-color:#22c55e;background-color:var(--ok);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.05rem;margin-top:12px;padding:10px 20px}.close-button{display:flex;gap:8px;position:fixed;right:8px;top:8px}.close-button,.dummyButton{background-color:initial;border:none;cursor:pointer}.close-button span{color:#ef4444;font-size:1.6rem}.timer-block{align-items:center;background-color:#10131b;background-color:var(--timer-bg);border:1px solid #374151;border:1px solid var(--timer-border);border-radius:10px;color:#cde7ff;display:inline-flex;font-size:1.05rem;font-weight:700;gap:10px;padding:8px 12px}.timer-block-time{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono}.timer-block.low-time{background-color:#ffa00014;border-color:#8a5d1d;color:#ffb020}.timer-block.negative-time{background-color:#ff00000f;border-color:#7a2727;color:#ff7a7a}.timer-chip{align-items:center;background:#10131b;border:1px solid #222633;border:1px solid var(--border);border-radius:999px;color:#cde7ff;display:inline-flex;gap:8px;padding:6px 10px}.discussion-task{display:flex;gap:16px;justify-content:space-between;margin:20px auto;max-width:1100px;text-align:left}.discussion-column1,.discussion-column2{background:#111319;background:var(--panel);border:1px solid #222633;border:1px solid var(--border);border-radius:12px;padding:12px;width:48%}.discussion-row{background:#171a23;background:var(--card);border:1px solid #222633;border:1px solid var(--border);border-radius:10px;display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.discussion-student{color:#aab4c8;color:var(--muted);font-weight:700;width:24%}.discussion-text{width:72%}.writing-area{flex-direction:column;margin-top:10px;text-align:left}.reading-container,.writing-area{align-items:flex-start;display:flex}.reading-container{box-sizing:border-box;flex-direction:row;gap:10px;height:calc(100vh - 120px);justify-content:space-between;padding:8px;width:100%}.reading-passage{background-color:#111319;background-color:var(--panel);border:1px solid #222633;border:1px solid var(--border);border-radius:12px;box-sizing:border-box;flex:1 1;height:100%;overflow-y:auto;padding:14px;text-align:left;width:40%}.reading-passage h2{margin-bottom:14px;text-align:center}.paragraph,.target-paragraph{background-color:#0f131d;border-radius:8px;margin:8px 0;padding:6px 10px}.target-paragraph{background-color:#1b2a35;border:2px solid #2f4958}.marked-text{background-color:#ffd54f33;background-color:var(--highlight-bg);border-radius:4px;outline:2px solid #ffd54fa6;outline:2px solid var(--highlight-outline);padding:1px 4px}.question-container{align-items:center;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:10px;padding:8px}.timer-progress{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:space-between;margin-bottom:8px;width:100%}.question-content{background-color:#111319;background-color:var(--panel);border-radius:12px;margin:10px 0;max-width:800px;padding:12px;text-align:left;width:100%}.option-row,.question-content{border:1px solid #222633;border:1px solid var(--border)}.option-row{align-items:flex-start;background:#0f131d;border-radius:10px;display:flex;gap:8px;margin:6px 0;padding:8px 10px}.option-ok{background:#0f1b14;border-color:#284231}.option-bad{background:#201416;border-color:#43262b}.styled-table{border-collapse:collapse;width:100%}.styled-table td,.styled-table th{border:1px solid #222633;border:1px solid var(--border);padding:8px}.styled-table th{background-color:#141927}.styled-table td{text-align:center}.center-checkbox{height:18px;width:18px}.padded-reasoning{background:#111319;background:var(--panel);border:1px solid #222633;border:1px solid var(--border);border-radius:10px;margin:10px;padding:10px;text-align:left}.next-button{background-color:#22c55e;background-color:var(--ok);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:1.05rem;margin:10px 5px;padding:10px 20px}.next-button:disabled{background-color:#9ca3af;cursor:not-allowed}.img-container{margin-top:12px}.lecture-img{border-radius:10px;box-shadow:0 6px 16px #0006;height:auto;margin:0 auto;max-width:28%}.correction-mark{border-radius:10px;font-size:1.2rem;padding:5px}.question-ratio-timer{align-items:center;display:flex;flex-direction:row;justify-content:space-between;max-width:800px;width:100%}.listeningQ-button-container{display:flex;flex-direction:row;gap:10px;justify-content:center;margin:10px 0}.listening-overview{background-color:#111319;background-color:var(--panel);border:1px solid #222633;border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 8px #00000040;margin:16px auto;max-width:900px;padding:16px;width:92%}.listening-overview h2{font-size:1.6rem;font-weight:700;margin:10px 0 14px}.scores-time-listening{align-items:center;background-color:#171a23;background-color:var(--card);border:1px solid #222633;border:1px solid var(--border);border-radius:10px;display:flex;justify-content:space-around;margin-bottom:12px;padding:12px}.scores-time-listening span{color:#e6ebf5;color:var(--text);font-size:1.05rem;font-weight:600}.listening-questions-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-top:12px}@media (max-width:900px){.listening-questions-grid{grid-template-columns:repeat(2,1fr)}}.listening-question-card{align-items:center;background-color:#171a23;background-color:var(--card);border:1px solid #222633;border:1px solid var(--border);border-radius:10px;box-shadow:0 2px 6px #0000001f;display:flex;justify-content:space-between;padding:12px;transition:background-color .3s ease}.listening-question-card:hover{background-color:#0f131d}.listening-question-card button{background-color:#3b82f6;background-color:var(--primary);border:none;border-radius:10px;color:#fff;cursor:pointer;padding:6px 14px}.listening-question-card button:hover{background-color:#2563eb;background-color:var(--primary-600)}.listening-question-card button:disabled{background-color:#6b7280;cursor:not-allowed}.listening-section-header{text-align:left;width:100%}.listening-section-header .section-type{color:#aab4c8;color:var(--muted);font-size:.95rem;font-weight:700}.question-info{align-items:center;display:flex;gap:8px;justify-content:space-between}.listening-question-card.group-start{outline:2px dashed #334155}.transcripts-container{background-color:#111319;background-color:var(--panel);border:1px solid #222633;border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 8px #00000040;display:flex;flex-direction:row;gap:16px;justify-content:space-between;margin:16px auto;max-width:1000px;padding:16px;text-align:left;width:92%}.transcript-selection-container{align-items:flex-start;display:flex;flex-direction:column;gap:10px}.dummy-center-container{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:10px}.transcript-header{align-items:center;display:flex;justify-content:center;margin:10px 0}.transcript-content{background-color:#171a23;background-color:var(--card);border:1px solid #222633;border:1px solid var(--border);border-radius:10px;flex:1 1;padding:14px}.transcript-text{font-size:1.05rem;margin-top:8px}.not-text-container{display:flex;flex-direction:column;gap:8px}.button-header{align-items:center;display:flex;flex-direction:row;gap:8px}.limited-reading-block{margin:0 auto;max-width:800px}.speaking-reading-block{align-items:flex-start;background-color:#fff8e133;border:1px solid #ffd54f55;border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin:14px auto;max-width:650px;padding:16px;text-align:left}.speaking-reading-block.mini{max-width:460px;padding:8px}.speaking-user-answer{white-space:pre-wrap}.speaking-reading-block h4{margin:6px;text-align:center;width:100%}.speaking-reading-block.correction{background-color:#22c55e;background-color:var(--ok);border:none;color:#fff;padding:6px}.speaking-reading-block audio{margin:10px 0;width:100%}.speaking-block{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center}.price-tag{background-color:#fff8e133;border:1px solid #ffd54f;border-radius:10px;font-size:1.2rem;margin:8px;padding:8px 12px}.auth-container{display:grid;min-height:calc(100vh - 120px);place-items:center}.auth-card{background:#111319;background:var(--panel);border:1px solid #222633;border:1px solid var(--border);border-radius:14px;display:flex;flex-direction:column;gap:10px;max-width:460px;padding:20px;text-align:left;width:100%}.auth-card input{background:#0e1119;border:1px solid #222633;border:1px solid var(--border);border-radius:10px;color:#e6ebf5;color:var(--text);padding:10px 12px;width:100%}.linklike{background:#0000;border:none;color:#aab4c8;color:var(--muted);cursor:pointer;text-decoration:underline}.just-row-items{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-around}.reasoning-text{color:#aab4c8;color:var(--muted);font-style:italic;margin-top:5px}.exercise-button.smaller{font-size:.95rem;padding:6px 10px}.writing-editor{background:#111319;background:var(--panel);border:1px solid #222633;border:1px solid var(--border);border-radius:12px;box-shadow:0 0 0 0 #0000;color:#e6ebf5;color:var(--text);font-size:1rem;line-height:1.6;min-height:340px;outline:none;padding:14px;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.writing-editor:focus{background:#0f131d;border-color:#3b82f6;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f640}.writing-editor::placeholder{color:#aab4c8;color:var(--muted);opacity:.8}.progress-chip{align-items:center;background:#0000;border:1px solid #222633;border:1px solid var(--border);border-radius:10px;color:#aab4c8;color:var(--muted);display:inline-flex;font-weight:300;gap:6px;padding:6px 10px}.question-header-inline{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;max-width:800px;width:100%}.recording-indicator{align-items:center;background:#ff000014;border:1px solid #7a2727;border-radius:999px;color:#ff6b6b;display:inline-flex;font-weight:600;gap:6px;padding:6px 10px}.lp-root{--bg:#0b1020;--bg-soft:#111733;--card:#ffffff0f;--border:#ffffff1f;--text:#e6e9f3;--muted:#bec4da;--primary:#6366f1;--primary-strong:#4f46e5;--accent:#22c55e;--accent-strong:#16a34a;--shadow:0 10px 30px #00000059;--radius:18px;background:radial-gradient(1200px 600px at 10% -10%,#1d234a,#0000 60%),radial-gradient(900px 400px at 110% 10%,#1b3a2e,#0000 60%),linear-gradient(180deg,#0b1020,#0b1020 70%);background-color:var(--bg);color:var(--text);font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;min-height:100dvh}.lp-root *{box-sizing:border-box}.lp-root .lp-container{margin:0 auto;width:min(1200px,92%)}.lp-root .lp-section{padding:84px 0}.lp-root .lp-section.lp-alt{background:linear-gradient(180deg,#ffffff08,#ffffff05)}.lp-root h1,.lp-root h2,.lp-root h3{line-height:1.15;margin:0 0 16px}.lp-root h1{font-size:clamp(36px,4vw,56px);font-weight:800;letter-spacing:-.02em}.lp-root h2{font-size:clamp(28px,3vw,40px);font-weight:800}.lp-root h3{font-size:20px;font-weight:700}.lp-root p{color:var(--muted);line-height:1.7}.lp-root .lp-sub-center{color:var(--muted);margin:6px auto 22px;max-width:860px;text-align:center}.lp-root .lp-header{-webkit-backdrop-filter:saturate(150%) blur(10px);backdrop-filter:saturate(150%) blur(10px);background:linear-gradient(180deg,#0f1224d9,#0f122459);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.lp-root .lp-header-inner{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:1fr auto auto;padding:14px 0}.lp-root .lp-brand{align-items:center;cursor:pointer;display:flex;gap:10px}.lp-root .lp-brand-text{font-weight:800;letter-spacing:.2px}.lp-root .lp-logo{background:var(--card);border:1px solid var(--border);border-radius:10px;display:inline-grid;height:28px;place-items:center;width:28px}.lp-root .lp-nav{display:flex;gap:14px}.lp-root .lp-nav-link{background:#0000;border:none;color:var(--muted);cursor:pointer;font-weight:600;padding:8px 10px}.lp-root .lp-nav-link:hover{color:var(--text)}.lp-root .lp-header-cta{display:flex;gap:10px}.lp-root .lp-btn{-webkit-appearance:none;appearance:none;border:none;border-radius:12px;cursor:pointer;font-weight:700;padding:12px 18px;transition:transform .05s ease,box-shadow .2s ease,background .2s ease}.lp-root .lp-btn:active{transform:translateY(1px)}.lp-root .lp-btn-primary{background:var(--primary);box-shadow:0 6px 20px #6366f159;color:#fff}.lp-root .lp-btn-primary:hover{background:var(--primary-strong)}.lp-root .lp-btn-outline{background:#0000;border:1px solid var(--border);color:var(--text)}.lp-root .lp-btn-outline:hover{background:var(--card)}.lp-root .lp-btn-ghost{background:#0000;border:1px solid var(--border);color:var(--muted)}.lp-root .lp-btn-ghost:hover{background:var(--card);color:var(--text)}.lp-root .lp-hero{padding:110px 0 70px;position:relative}.lp-root .lp-hero-grid{grid-gap:36px;align-items:center;display:grid;gap:36px;grid-template-columns:1.1fr .9fr}.lp-root .lp-hero-copy .lp-pill{align-items:center;background:#6366f11f;border:1px solid #6366f159;border-radius:999px;color:#c9ccff;display:inline-flex;font-size:12px;font-weight:700;gap:8px;margin-bottom:18px;padding:8px 12px}.lp-root .lp-sub{font-size:18px;margin:12px 0 24px}.lp-root .lp-hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.lp-root .lp-hero-bullets{color:var(--muted);list-style:none;margin:8px 0 22px;padding:0}.lp-root .lp-hero-bullets li{margin:6px 0}.lp-root .lp-stats{display:flex;flex-wrap:wrap;gap:24px;margin-top:10px}.lp-root .lp-stats>div{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.lp-root .lp-stats strong{display:block;font-size:20px}.lp-root .lp-stats span{color:var(--muted);font-size:12px}.lp-root .lp-hero-media{background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;position:relative}.lp-root .lp-hero-img,.lp-root .lp-hero-video{display:block;height:auto;width:100%}.lp-root .lp-note{padding:16px 0 0}.lp-root .lp-note-inner{align-items:center;color:var(--muted);display:flex;font-size:12px;gap:10px;margin:0 auto;width:min(1000px,92%)}.lp-root .lp-note-dot{background:var(--muted);border-radius:999px;display:inline-block;height:6px;width:6px}.lp-root .lp-grid{grid-gap:20px;display:grid;gap:20px}.lp-root .lp-features{grid-template-columns:repeat(3,1fr)}.lp-root .lp-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;transition:transform .2s ease,background .2s ease,border-color .2s ease}.lp-root .lp-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.lp-root .lp-ico{font-size:22px;line-height:1;margin-bottom:10px}.lp-root .lp-steps{grid-gap:14px;counter-reset:step;display:grid;gap:14px;list-style:none;margin:22px 0 0;padding:0}.lp-root .lp-steps li{align-items:center;display:flex;gap:14px}.lp-root .lp-steps li span{background:#6366f11f;border:1px solid #6366f159;border-radius:8px;color:#c9ccff;display:grid;font-weight:800;height:28px;place-items:center;width:28px}.lp-root .lp-demos{grid-template-columns:repeat(4,1fr)}.lp-root .lp-demo h3{margin-bottom:8px}.lp-root .lp-demo-media{border:1px solid var(--border);border-radius:12px;display:block;margin:8px 0 10px;width:100%}.lp-root .lp-pricing{align-items:stretch;grid-template-columns:repeat(3,1fr)}.lp-root .lp-price{padding-top:18px;position:relative}.lp-root .lp-badge{background:#ffffff0f;border:1px solid var(--border);border-radius:999px;color:var(--text);display:inline-block;font-size:12px;font-weight:800;letter-spacing:.4px;padding:6px 10px}.lp-root .lp-price-num{font-size:34px;font-weight:800;margin:8px 0 4px}.lp-root .lp-price-sub{color:var(--muted);margin-bottom:10px}.lp-root .lp-price-list{color:var(--muted);list-style:none;margin:12px 0 18px;padding:0}.lp-root .lp-price-popular{outline:2px solid #6366f159}.lp-root .lp-popular-tag{background:var(--accent);border-radius:999px;color:#05130a;font-size:10px;font-weight:800;padding:6px 8px;position:absolute;right:16px;top:-12px}.lp-root .lp-terms{color:var(--muted);font-size:12px;margin-top:14px;text-align:center}.lp-root .lp-testimonials{grid-template-columns:1fr 1fr}.lp-root .lp-quote{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);font-style:italic;padding:20px}.lp-root .lp-quote p{color:var(--text)}.lp-root .lp-quote cite{color:var(--muted);display:block;font-style:normal;margin-top:8px}.lp-root .lp-faq details{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px;padding:14px 16px}.lp-root .lp-faq summary{color:var(--text);cursor:pointer;font-weight:700}.lp-root .lp-faq p{margin:10px 0 0}.lp-root .lp-footer{background:#0a0c18b3;border-top:1px solid var(--border);padding:26px 0}.lp-root .lp-footer-inner{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto 1fr}.lp-root .lp-footer-brand{align-items:center;display:flex;gap:10px}.lp-root .lp-footer-links{align-items:center;display:flex;gap:16px;justify-content:center}.lp-root .lp-footer-links a,.lp-root .lp-link{background:none;border:none;color:var(--muted);cursor:pointer;font:inherit;padding:0;text-decoration:none}.lp-root .lp-footer-links a:hover,.lp-root .lp-link:hover{color:var(--text)}.lp-root .lp-copy{color:var(--muted);text-align:right}.lp-root .lp-sticky-cta{background:#0f1224d9;border:1px solid var(--border);border-radius:14px;bottom:12px;box-shadow:var(--shadow);display:none;gap:10px;left:50%;padding:8px;position:fixed;transform:translateX(-50%);z-index:60}@media (max-width:1100px){.lp-root .lp-demos,.lp-root .lp-features{grid-template-columns:repeat(2,1fr)}.lp-root .lp-pricing,.lp-root .lp-testimonials{grid-template-columns:1fr}}@media (max-width:880px){.lp-root .lp-hero-grid{grid-template-columns:1fr}.lp-root .lp-header-inner{grid-template-columns:1fr auto}.lp-root .lp-nav{display:none}.lp-root .lp-footer-inner{grid-template-columns:1fr;text-align:center}.lp-root .lp-copy{text-align:center}.lp-root .lp-sticky-cta{display:flex}}.lp-root .lp-dropdown{margin:10px auto 0;position:relative;width:min(520px,100%)}.lp-root .lp-dropbtn{align-items:center;background:#ffffff0d;border:1px solid var(--border);border-radius:12px;color:var(--text);cursor:pointer;display:flex;font-weight:700;justify-content:space-between;padding:14px 16px;width:100%}.lp-root .lp-caret{font-size:14px;opacity:.9}.lp-root .lp-menu{background:#0f1224f5;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:none;left:0;padding:6px;position:absolute;right:0;top:calc(100% + 8px)}.lp-root .lp-dropdown[data-open=true] .lp-menu{display:block}.lp-root .lp-menu-item{background:#0000;border:none;border-radius:10px;color:var(--text);cursor:pointer;font-weight:600;padding:12px;text-align:left;width:100%}.lp-root .lp-menu-item:hover{background:#ffffff0f}.lp-root .lp-menu-item:disabled,.lp-root .lp-menu-item[aria-disabled=true]{background:#0000;color:#aab1cf;cursor:not-allowed;opacity:.65}.lp-root .lp-available{background:#22c55e2e;border:1px solid #22c55e59;border-radius:999px;color:#86efac}.lp-root .lp-available,.lp-root .lp-soon{font-size:11px;font-weight:800;margin-left:8px;padding:2px 8px}.lp-root .lp-soon{background:#eab30824;border:1px solid #eab30859;border-radius:999px;color:#fde68a}.lp-root .lp-toefl{grid-template-columns:repeat(3,1fr)}@media (max-width:1100px){.lp-root .lp-toefl{grid-template-columns:1fr}}.lp-root .lp-vision{grid-template-columns:1fr 1fr}@media (max-width:1100px){.lp-root .lp-vision{grid-template-columns:1fr}}.lp-root .lp-team{grid-template-columns:1fr 1fr}@media (max-width:1100px){.lp-root .lp-team{grid-template-columns:1fr}}.lp-root .lp-person{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:84px 1fr}.lp-root .lp-avatar{background:linear-gradient(180deg,#ffffff0f,#ffffff08);border:1px solid var(--border);border-radius:16px;color:var(--muted);display:grid;font-size:12px;height:84px;overflow:hidden;place-items:center;position:relative;width:84px}.lp-root .lp-avatar-img{border-radius:inherit;display:block;height:100%;object-fit:cover;width:100%}.lp-root a{color:var(--primary);font-weight:600;text-decoration:underline}.lp-root a:hover{color:var(--primary-strong);text-decoration:none}.lp-root{padding-top:52px;position:relative}.lp-wip{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(#111733ed,#111733ed),repeating-linear-gradient(45deg,#0000 0 16px,#ffd16640 16px 32px);border-bottom:1px solid #ffffff26;display:flex;height:44px;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.lp-wip-inner{align-items:center;color:#ffd166;display:inline-flex;font-size:.9rem;font-weight:800;gap:10px;letter-spacing:.4px;text-transform:uppercase}.lp-wip-inner strong{color:#fff}.lp-ribbon{background:#ef4444;box-shadow:0 4px 14px #00000059;color:#fff;font-weight:900;letter-spacing:1px;padding:6px 72px;pointer-events:none;position:fixed;right:-56px;text-transform:uppercase;top:14px;transform:rotate(45deg);z-index:1001}.lp-btn[disabled]{cursor:not-allowed;opacity:.55}.lp-btn[disabled]:hover{transform:none}.lp-root .lp-contact a{color:var(--primary);font-weight:600;text-decoration:none}.lp-root .lp-contact a:hover{color:var(--primary-strong);text-decoration:underline}
/*# sourceMappingURL=main.355c9d04.css.map*/