
*{box-sizing:border-box}
:root{--navy:#0c2740;--navy2:#173f5f;--green:#79b93f;--green-dark:#4f9128;--bg:#f4f7f9;--text:#1f2d38;--muted:#6d7a86;--line:#e4eaee}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:var(--navy)}
.auth-layout{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}
.auth-brand{background:linear-gradient(145deg,var(--navy),var(--navy2));color:#fff;padding:48px;display:flex;flex-direction:column;justify-content:center}
.auth-brand img{width:250px;max-width:75%;background:#fff;border-radius:18px;padding:10px;margin-bottom:24px}
.auth-brand h1{font-size:42px;margin:0 0 12px}.auth-brand p{font-size:18px;line-height:1.5;color:rgba(255,255,255,.82);max-width:560px}.auth-brand small{color:rgba(255,255,255,.65)}
.auth-side{display:flex;align-items:center;justify-content:center;padding:32px}.auth-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 12px 28px rgba(10,35,55,.08)}
.auth-card h2{margin:0 0 8px;color:var(--navy)}.auth-card p{color:var(--muted)}label{display:grid;gap:6px;margin:12px 0;font-size:13px;font-weight:800;color:var(--navy)}input{border:1px solid var(--line);border-radius:12px;padding:12px 13px}
.btn{display:inline-flex;justify-content:center;border:0;border-radius:12px;padding:12px 14px;font-weight:800;cursor:pointer}.btn.primary{background:var(--navy);color:#fff}.btn.soft{background:#eef3f6;color:var(--navy)}form .btn{width:100%;margin-top:8px}
.switch{text-align:center;margin-top:14px;color:var(--muted);font-size:14px}.switch a{font-weight:800}.error{background:#fff0ef;border:1px solid #e5b4b0;color:#8a332d;padding:11px;border-radius:12px;margin:12px 0}
.topbar{background:#fff;border-bottom:1px solid var(--line);padding:10px 18px;display:flex;justify-content:space-between;align-items:center;gap:20px;position:sticky;top:0;z-index:10}.brand-mini{display:flex;align-items:center;gap:10px}.brand-mini img{height:46px}.brand-mini strong,.brand-mini span{display:block}.brand-mini strong{color:var(--navy)}.brand-mini span{color:var(--muted);font-size:12px}
.userbox{display:flex;align-items:center;gap:12px}.userbox div strong,.userbox div span{display:block}.userbox div span{font-size:11px;color:var(--muted)}.license{font-size:12px;font-weight:900;border-radius:999px;padding:6px 10px}.license.demo{background:#e9f0f6}.license.basis{background:#edf5e8;color:var(--green-dark)}.license.pro{background:#eef0ff;color:#474a9d}
.container{width:min(1000px,calc(100% - 28px));margin:0 auto;padding:22px 0 90px}.hero{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;border-radius:24px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:20px}.hero h1{margin:5px 0 8px;font-size:30px}.hero p{margin:0;color:rgba(255,255,255,.8)}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#bedd9f}.score{font-size:38px;font-weight:900;text-align:right}.score small{display:block;font-size:11px;font-weight:700;color:rgba(255,255,255,.65)}
.section-title{display:flex;justify-content:space-between;align-items:end;margin:24px 2px 12px}.section-title h2{margin:0;color:var(--navy)}.section-title span{font-size:13px;color:var(--muted)}
.course-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.course-card,.module{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 4px 16px rgba(20,40,60,.05)}.course-card h3,.module h3{color:var(--navy);margin:8px 0}.course-card p,.module p{color:var(--muted)}.course-card .btn{width:100%;margin-top:10px}.status{font-size:12px;color:var(--muted);font-weight:800}.status.ok{color:var(--green-dark)}.locked{opacity:.6}
.course-head{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.course-head h1{color:var(--navy);margin:7px 0}.demo-note{margin-top:12px;background:#fff8df;border:1px solid #efe2ab;padding:11px;border-radius:12px}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:14px}.module>div{font-size:26px}.module .btn{margin-top:10px}
@media(max-width:760px){.auth-layout{grid-template-columns:1fr}.auth-brand{display:none}.auth-side{padding:18px}.topbar{align-items:flex-start}.userbox{flex-wrap:wrap;justify-content:flex-end}.course-grid,.module-grid{grid-template-columns:1fr}.hero{align-items:flex-start}.brand-mini img{height:38px}}


.forgot{text-align:right;margin-top:-4px;margin-bottom:10px;font-size:13px}
.forgot a{font-weight:800}
.simple-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:var(--bg)}
.simple-card{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 12px 28px rgba(10,35,55,.08);text-align:center}
.simple-card h1{color:var(--navy);margin-top:6px}
.simple-card p{color:var(--muted);line-height:1.55}
.simple-card form{text-align:left}
.simple-card .btn{margin-top:10px}
.simple-logo{height:60px;width:auto}
