*{box-sizing:border-box}
:root{--bg:#f4f6f8;--surface:#fff;--text:#17202a;--muted:#667085;--line:#e5e9ef;--brand:#173f68;--brand2:#245d91;--soft:#edf4fa;--warning:#7a4d00}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.6}
a{color:var(--brand2);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}
.site-header{background:#fff;border-bottom:1px solid var(--line)}
.header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px;color:var(--text)}
.brand:hover{text-decoration:none}
.brand-mark{display:grid;place-items:center;width:52px;height:52px;border-radius:12px;background:var(--brand);color:#fff;font-weight:800;letter-spacing:.04em}
.brand strong{display:block;font-size:18px}
.brand small{display:block;color:var(--muted);margin-top:2px}
.header-contact{font-weight:600}
.main-nav{background:var(--brand);box-shadow:0 4px 16px rgba(15,42,69,.12)}
.nav-inner{display:flex;gap:2px;overflow:auto}
.main-nav a{color:#eaf2f8;padding:14px 16px;white-space:nowrap;font-size:14px;font-weight:600}
.main-nav a:hover,.main-nav a.active{background:rgba(255,255,255,.12);text-decoration:none;color:#fff}
.content{padding:42px 0 60px;min-height:60vh}
.hero{background:linear-gradient(135deg,#173f68,#245d91);color:#fff;padding:42px;border-radius:20px;box-shadow:0 18px 50px rgba(23,63,104,.16);margin-bottom:24px}
.hero-kicker,.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;opacity:.82}
.hero h1{font-size:40px;line-height:1.15;margin:8px 0 12px}
.hero>p{max-width:780px;font-size:18px;color:#e8f1fa}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}
.hero-facts div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);padding:16px;border-radius:12px}
.hero-facts span,.detail-meta span{display:block;font-size:12px;color:inherit;opacity:.75;margin-bottom:3px}
.hero-facts strong{font-size:15px}
.card,.notice,.file-box{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px;margin-bottom:20px;box-shadow:0 8px 26px rgba(21,37,54,.04)}
.card h2{margin-top:0;font-size:22px}
.notice{border-left:4px solid #d7a22a;background:#fffdf7}
.notice strong{font-size:18px}
.page-head{margin-bottom:22px}
.page-head h1{font-size:36px;line-height:1.2;margin:6px 0}
.page-head p{color:var(--muted)}
.page-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}
.search-bar{display:flex;gap:10px;background:#fff;border:1px solid var(--line);padding:12px;border-radius:14px;margin-bottom:20px}
.search-bar input{min-width:0;flex:1;border:1px solid var(--line);border-radius:9px;padding:11px 13px;font:inherit}
.search-bar button,.btn{border:0;border-radius:9px;padding:10px 15px;font:inherit;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.search-bar button,.btn-primary{background:var(--brand);color:#fff}
.btn-primary:hover{background:#0f3153;text-decoration:none}
.btn-secondary{background:#eef2f6;color:var(--text)}
.btn-secondary:hover{text-decoration:none;background:#e4e9ef}
.documents-list{display:grid;gap:14px}
.document-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:22px}
.document-card h2{font-size:20px;line-height:1.35;margin:8px 0}
.document-card p{color:#4a5663;margin-bottom:0}
.document-meta{display:flex;gap:18px;flex-wrap:wrap;font-size:12px;color:var(--muted)}
.document-actions{display:flex;gap:8px;margin-top:18px}
.pagination{display:flex;gap:6px;justify-content:center;margin-top:28px;align-items:center;flex-wrap:wrap}
.pagination a,.pagination span{min-width:38px;height:38px;padding:0 9px;display:grid;place-items:center;border-radius:8px;background:#fff;border:1px solid var(--line)}
.pagination a.active{background:var(--brand);color:#fff;border-color:var(--brand)}
.breadcrumbs{display:flex;gap:8px;color:var(--muted);font-size:14px;margin-bottom:18px}
.document-detail h1{font-size:36px;line-height:1.22;margin:8px 0 22px;max-width:980px}
.detail-meta{display:grid;grid-template-columns:repeat(2,minmax(180px,280px));gap:12px;margin-bottom:22px}
.detail-meta div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px}
.detail-meta span{color:var(--muted);opacity:1}
.file-box{display:flex;align-items:center;justify-content:space-between;gap:20px}
.file-box>div{display:flex;align-items:center;gap:14px;min-width:0}
.file-type{display:grid;place-items:center;min-width:56px;height:44px;border-radius:9px;background:var(--soft);color:var(--brand);font-size:12px;font-weight:800}
.grid-two{display:grid;grid-template-columns:1.35fr .65fr;gap:20px}
.muted-card{background:#fafbfc}
.details{display:grid;grid-template-columns:130px 1fr;gap:12px 18px;margin:0}
.details dt{font-weight:700;color:var(--muted)}
.details dd{margin:0}
.prose p:last-child{margin-bottom:0}
.empty-state{background:#fff;border:1px dashed #cbd3dc;border-radius:15px;padding:40px;text-align:center;color:var(--muted)}
.site-footer{background:#101e2b;color:#b7c3cf;padding:30px 0}
.site-footer strong{color:#fff}
.footer-inner{display:flex;justify-content:space-between;gap:20px}
.footer-links{display:flex;gap:18px;align-items:center}
.footer-links a{color:#dbe6ef}
@media(max-width:760px){
  .header-inner{min-height:76px}.brand strong{font-size:15px}.brand small{display:none}.brand-mark{width:44px;height:44px}
  .hero{padding:26px}.hero h1,.page-head h1,.document-detail h1{font-size:29px}
  .hero-facts,.grid-two{grid-template-columns:1fr}
  .search-bar{flex-wrap:wrap}.search-bar input{flex-basis:100%}
  .detail-meta{grid-template-columns:1fr}.file-box{align-items:flex-start;flex-direction:column}
  .footer-inner{flex-direction:column}.footer-links{justify-content:space-between}
  .details{grid-template-columns:1fr;gap:4px}.details dd{margin-bottom:12px}
}
