*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:#07111f;color:#f8fafc;line-height:1.65}a{color:#60a5fa;text-decoration:none}.wrap{width:min(1080px,calc(100% - 40px));margin:auto}header{border-bottom:1px solid #263a55;background:#07111f}nav{height:68px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;letter-spacing:.08em;color:white}.links{display:flex;gap:20px}.hero{padding:80px 0;background:radial-gradient(circle at 70% 20%,rgba(37,99,235,.22),transparent 38%)}h1{font-size:clamp(42px,7vw,70px);line-height:1.05;margin:8px 0 18px}.lead,.muted{color:#a8b5c7}.lead{font-size:20px;max-width:760px}section{padding:55px 0;border-bottom:1px solid #263a55}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.card,.notice{background:#101d30;border:1px solid #263a55;border-radius:9px;padding:24px}.content{max-width:850px}.content h2{margin-top:38px}.tag{font-size:12px;color:#93c5fd}footer{padding:28px 0;color:#a8b5c7}.footerrow{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}@media(max-width:700px){.grid{grid-template-columns:1fr}.links{display:none}}