:root{--bg: #f4f1ea;--bg-elev: #ffffff;--text: #2b2b2b;--muted: #6b6b6b;--line: #e4dccf;--accent: #d35400;--accent-2: #e67e22;--navy: #1f3b57;--gold: #c9a227;--header: #ffffff;--topbar: #1f3b57;--hero: #1f3b57;--footer: #152536;--card-border: #d8c9a3}html[data-theme=dark]{--bg: #12151a;--bg-elev: #1b2028;--text: #ece8df;--muted: #a8a29a;--line: #2c3340;--accent: #e67e22;--accent-2: #f39c12;--navy: #0f1720;--gold: #d4b45a;--header: #171c24;--topbar: #0b1218;--hero: #0f1720;--footer: #0b1218;--card-border: #3d4a5c}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:Segoe UI,Tahoma,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}.container{width:min(1120px,100% - 32px);margin:0 auto}.page{padding:36px 0 64px}.page-title{font-size:28px;margin:0 0 8px;color:var(--navy);font-weight:700}html[data-theme=dark] .page-title{color:var(--gold)}.lead{color:var(--muted);margin:0 0 24px;max-width:720px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;padding:10px 18px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--accent);color:#fff}.btn:hover{background:var(--accent-2)}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--line)}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.card{background:var(--bg-elev);border:1px solid var(--line);padding:24px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.course-list{margin:0;padding:0;list-style:none}.course-list li{padding:10px 0;border-bottom:1px solid var(--line)}.course-list li:last-child{border-bottom:0}.form input,.form textarea{width:100%;padding:11px 12px;border:1px solid var(--line);background:var(--bg-elev);color:var(--text);margin-bottom:12px}.form textarea{min-height:120px;resize:vertical}.form label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.alert{padding:10px 12px;margin-bottom:12px;border:1px solid var(--line)}.alert.error{color:#b42318;border-color:#f5c2c0}.alert.ok{color:#067647;border-color:#abefc6}html[data-theme=dark] .alert.error{color:#f97066}html[data-theme=dark] .alert.ok{color:#75e0a7}@media(max-width:900px){.grid-2,.grid-3,.grid-5{grid-template-columns:1fr}}
