:root{--bg:#08111f;--panel:#14243a;--border:#31435b;--text:#eef6ff;--muted:#a9b8cc;--blue:#2f8cff;--yellow:#ffd84d;--cyan:#74e0df;--green:#a9e86f}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 15% 0%,#123052 0,transparent 28%),var(--bg);color:var(--text);line-height:1.5}button{touch-action:manipulation}.wrap{width:min(1050px,calc(100% - 30px));margin:auto}nav{position:sticky;top:0;z-index:10;background:#08111fe8;backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.nav{height:70px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font-weight:900}.flag{width:43px;height:43px;border-radius:12px;background:linear-gradient(#2f8cff 50%,#ffd84d 50%);display:grid;place-items:center}.flag b{color:white;font-size:20px;text-shadow:0 1px 4px #000}.brand small{display:block;color:var(--yellow);font-size:10px;letter-spacing:.13em}.count{color:var(--muted);font-size:13px}.hero{text-align:center;padding:70px 0 42px}.pill{display:inline-block;border:1px solid #2f8cff88;border-radius:99px;padding:7px 13px;color:var(--yellow);font-size:12px;font-weight:900;letter-spacing:.1em}.hero h1{font-size:clamp(44px,8vw,76px);line-height:1;margin:18px 0 15px;letter-spacing:-.05em}.hero h1 span{display:block;color:var(--cyan)}.hero p{max-width:650px;margin:auto;color:var(--muted);font-size:18px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:650px;margin:30px auto 0}.card,.stat{background:linear-gradient(180deg,#192c47cc,#0c182aee);border:1px solid var(--border);border-radius:20px}.stat{padding:15px}.stat b{display:block;color:var(--cyan);font-size:23px}.stat span{font-size:12px;color:var(--muted)}section{padding:38px 0}.continue{padding:28px;display:flex;justify-content:space-between;align-items:center;gap:20px}.label{color:var(--yellow);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.continue h2{margin:5px 0;font-size:25px}.continue p,.head p,.module p{color:var(--muted);margin:0}.progress{height:9px;background:#ffffff12;border-radius:99px;margin-top:16px;overflow:hidden}.progress div{height:100%;background:linear-gradient(90deg,var(--blue),var(--yellow));width:0}.btn{border:0;border-radius:99px;background:linear-gradient(135deg,var(--blue),#2478c7);color:white;padding:13px 19px;font:inherit;font-weight:900;cursor:pointer;white-space:nowrap}.btn:active{transform:scale(.98)}.btn:focus-visible,.choice:focus-visible,.module:focus-visible,.x:focus-visible,.letter:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.head{margin-bottom:20px}.head h2{font-size:36px;margin:5px 0}.modules{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.module{padding:23px;cursor:pointer}.module:hover{border-color:var(--cyan)}.moduletop{display:flex;justify-content:space-between}.num{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#2f8cff22;color:var(--cyan);font-weight:900}.done{color:var(--green);font-size:12px;font-weight:800}.module h3{margin:14px 0 6px}.alphabet{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}.letter{padding:12px 5px;text-align:center;cursor:pointer}.letter b{display:block;font-size:24px;color:var(--cyan)}.letter small{color:var(--muted)}footer{text-align:center;color:var(--muted);font-size:12px;padding:35px;border-top:1px solid var(--border);margin-top:30px}.modal{display:none;position:fixed;inset:0;z-index:50;background:#040911f2;overflow:auto;padding:20px}.modal.open{display:block}.shell{width:min(700px,100%);margin:25px auto}.modalnav{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.x{background:none;border:0;color:white;font-size:32px;cursor:pointer}.exercise{padding:30px;text-align:center}.step{color:var(--yellow);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.uk{font-size:clamp(40px,9vw,64px);font-weight:900;margin:18px 0 0}.pron{color:var(--cyan);font-weight:800}.eng{color:var(--muted);font-size:20px;margin:5px 0 20px}.speak{margin-bottom:22px;background:#ffffff10;border:1px solid var(--border)}.choices{display:grid;gap:10px}.choice{padding:14px;border-radius:14px;background:#ffffff0d;border:1px solid var(--border);color:white;font:inherit;font-weight:800;cursor:pointer}.choice.correct{border-color:var(--green);background:#a9e86f20}.choice.wrong{border-color:#ff7785;background:#ff77851a}.feedback{min-height:45px;padding-top:14px;font-weight:800}.next{display:none;margin:auto}.next.show{display:inline-block}.error-banner{position:fixed;right:16px;bottom:16px;z-index:100;padding:14px 18px;border-radius:12px;background:#ff7785;color:#08111f;font-weight:800}@media(max-width:700px){.modules{grid-template-columns:1fr}.alphabet{grid-template-columns:repeat(4,1fr)}.continue{align-items:stretch;flex-direction:column}.continue .btn{width:100%}.stats{grid-template-columns:1fr 1fr}.stats .stat:last-child{grid-column:1/-1}.count{display:none}}@media(max-width:420px){.alphabet{grid-template-columns:repeat(3,1fr)}}
.practice-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.practice-card{display:flex;align-items:center;gap:14px;padding:20px;text-align:left;color:var(--text);font:inherit;cursor:pointer}.practice-card:hover{border-color:var(--cyan)}.practice-card strong,.practice-card small{display:block}.practice-card small{color:var(--muted);margin-top:4px}.practice-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#2f8cff22;color:var(--yellow);font-size:22px}.practice-empty{color:var(--muted);font-size:13px;margin:12px 0 0}.practice-empty.ready{color:var(--green)}.question-prompt{color:var(--muted);font-size:18px;margin:18px 0 20px}.answer-word{font-size:clamp(32px,8vw,52px);font-weight:900;color:var(--cyan);margin:18px 0}.result-score{font-size:34px;color:var(--cyan);font-weight:900;margin:18px 0}.result-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}@media(max-width:700px){.practice-actions{grid-template-columns:1fr}.result-actions .btn{width:100%}}.course-section{margin:0 0 34px}.course-section:last-child{margin-bottom:0}.course-section-head{margin:0 0 14px;padding-left:4px}.course-section-head h3{margin:0;color:var(--cyan);font-size:21px}.course-section-head p{margin:3px 0 0;color:var(--muted);font-size:14px}.course-section .modules{margin:0}
