:root{--bg:#08111e;--panel:#101d30;--line:#253650;--text:#eef5ff;--muted:#a9b8cc;--accent:#52d3a5}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 Inter,system-ui,sans-serif}header{height:68px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:15px;padding:0 max(24px,calc((100% - 820px)/2))}.brand{font-weight:850;color:var(--text);text-decoration:none}.brand:after{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--accent);margin-left:5px}main{max-width:820px;margin:55px auto 90px;padding:0 24px}h1{font-size:clamp(36px,6vw,54px);line-height:1.05;letter-spacing:-.04em}h2{margin-top:34px}p,li{color:var(--muted)}a{color:var(--accent)}.note{border:1px solid var(--line);background:var(--panel);border-radius:12px;padding:17px}.back{display:inline-block;margin-top:28px}
