:root{--bg:#f6f8fb;--card:#fff;--text:#1a2b3c;--muted:#5a6b7c;--accent:#0f3d5c;--link:#1565a8;--radius:12px;--shadow:0 8px 24px rgba(15,61,92,.08)}
*{box-sizing:border-box}body{margin:0;font:16px/1.55 "Segoe UI",system-ui,sans-serif;color:var(--text);background:var(--bg)}
.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.5rem;z-index:9}
.wrap{max-width:1100px;margin:0 auto;padding:0 1.25rem}
.site-header{background:var(--card);border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:5}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem}
.nav{display:flex;flex-wrap:wrap;gap:.35rem 1rem;list-style:none;margin:0;padding:0}
.nav a{color:var(--accent);text-decoration:none;font-weight:600;font-size:.92rem}
.nav a[aria-current="page"]{text-decoration:underline}
.site-main{padding:1.5rem 0 3rem}
.content-archive{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}
.updated{color:var(--muted);font-size:.9rem}
h1,h2,h3{color:var(--accent);line-height:1.25}
h1{font-size:1.75rem}h2{font-size:1.35rem}h3{font-size:1.1rem}
a{color:var(--link)}
.item-list,.steps,.docs{display:grid;gap:1rem}
@media(min-width:640px){.item-list{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.item-list{grid-template-columns:repeat(3,1fr)}}
.item,.step,.doc1,.doc2,.doc3,.doc4,.doc5{border:1px solid #e8edf2;border-radius:var(--radius);padding:1rem;background:#fafcfe}
.item-name{font-weight:700;font-size:1.05rem}
.offers ul,.text-block ul{padding-left:1.2rem}
.site-footer{border-top:1px solid #e2e8f0;padding:1.5rem 0;color:var(--muted);font-size:.9rem}
.fine{max-width:60ch}
.search-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:end;margin:1rem 0}
.search-form input{flex:1;min-width:12rem;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:8px}
.search-form button{padding:.55rem 1rem;border:0;border-radius:8px;background:var(--accent);color:#fff;font-weight:600;cursor:pointer}
.search-hit{padding:1rem 0;border-bottom:1px solid #e8edf2}
.title{font-size:1.4rem;font-weight:700;margin:.5rem 0}
.subtitle{color:var(--muted);margin-bottom:1rem}
