:root{--bg:#050b13;--line:rgba(124,192,241,.2);--text:#edf7ff;--soft:#a6bad2;--blue:#49c7ff;--lime:#eaff16;--max:960px}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 80% 0,rgba(24,126,190,.18),transparent 34%),var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.7}.wrap{width:min(100% - 36px,var(--max));margin:auto}header{position:sticky;z-index:5;top:0;border-bottom:1px solid var(--line);background:rgba(5,11,19,.93);backdrop-filter:blur(14px)}nav{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:24px}.brand{color:#fff;font-weight:900;letter-spacing:.08em;text-decoration:none}.brand span{color:var(--lime)}nav div{display:flex;gap:18px}nav div a{color:var(--soft);font-size:.8rem;font-weight:700;text-decoration:none}nav div a:hover,nav div a[aria-current=page]{color:var(--blue)}main{padding:72px 0 100px}.eyebrow{margin:0 0 12px;color:var(--blue);font-family:monospace;font-size:.76rem;letter-spacing:.13em;text-transform:uppercase}h1{max-width:780px;margin:0;font-size:clamp(2.5rem,7vw,5rem);line-height:1;letter-spacing:-.06em}h2{margin:46px 0 12px;font-size:1.45rem;line-height:1.25}p,li,address{color:var(--soft)}address{font-style:normal}.lead{max-width:780px;margin:22px 0 0;font-size:1.05rem}.notice{margin:34px 0;padding:18px 20px;border:1px solid rgba(234,255,22,.42);background:rgba(234,255,22,.06);color:#eef4ba}.notice strong{color:var(--lime)}section{padding-bottom:4px;border-bottom:1px solid var(--line)}a{color:#8edcff}.placeholder{display:inline-block;padding:1px 6px;border:1px dashed #ffbd6c;color:#ffd7a3;background:rgba(255,154,56,.08);font-weight:700}.meta{margin-top:56px;color:#6f88a5;font-family:monospace;font-size:.72rem}footer{padding:26px 0;border-top:1px solid var(--line);color:#6f88a5;font-size:.75rem}.footer-row{display:flex;justify-content:space-between;gap:20px}.footer-row a{color:#9bb0c7}@media(max-width:620px){nav{align-items:flex-start;flex-direction:column;padding:16px 0}main{padding-top:50px}.footer-row{flex-direction:column}}
