@font-face { font-family: Figtree; src: url('/fonts/figtree-latin-400-normal.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Figtree; src: url('/fonts/figtree-latin-600-normal.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: Figtree; src: url('/fonts/figtree-latin-700-normal.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Plus Jakarta Sans'; src: url('/fonts/plus-jakarta-sans-latin-700-normal.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Plus Jakarta Sans'; src: url('/fonts/plus-jakarta-sans-latin-800-normal.woff2') format('woff2'); font-weight: 800; font-display: swap; }

:root { color-scheme: light; --primary:#007bff; --ink:#0b2149; --body:#4b5563; --muted:#6b7280; --border:#f1e6d6; --cream:#fff9f0; --surface:#fff; --success:#087f5b; --danger:#b42318; }
* { box-sizing: border-box; }
body { margin:0; min-width:320px; background:linear-gradient(180deg,var(--cream),#fff 460px); color:var(--ink); font-family:Figtree,system-ui,-apple-system,'Segoe UI',sans-serif; line-height:1.65; -webkit-font-smoothing:antialiased; }
h1,h2,h3 { font-family:'Plus Jakarta Sans',system-ui,sans-serif; letter-spacing:-.025em; }
a { color:var(--primary); font-weight:700; }
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible { outline:3px solid #ff9500; outline-offset:3px; }
.page-header { height:84px; display:flex; align-items:center; }
.page-header-inner { width:min(1080px,calc(100% - 40px)); margin:auto; display:flex; align-items:center; justify-content:space-between; }
.brand { display:inline-flex; align-items:center; gap:12px; color:var(--ink); font-family:'Plus Jakarta Sans',sans-serif; font-size:21px; font-weight:800; letter-spacing:-.03em; text-decoration:none; }
.brand img { width:40px; height:40px; border-radius:11px; }
.back-link { min-height:44px; display:inline-flex; align-items:center; padding:9px 16px; border:1px solid #d9e4f1; border-radius:999px; background:#fff; text-decoration:none; }
main { width:min(880px,calc(100% - 40px)); margin:0 auto; padding:26px 0 76px; }
.panel,article { padding:clamp(25px,5vw,52px); border:1px solid var(--border); border-radius:28px; background:var(--surface); box-shadow:0 24px 54px -34px rgba(120,84,32,.42); }
h1 { margin:0 0 10px; font-size:clamp(36px,7vw,54px); line-height:1.06; }
h2 { margin:44px 0 12px; font-size:25px; line-height:1.25; }
p,li { color:var(--body); }
p { margin:0 0 17px; }
ul { margin:0 0 18px; padding-left:24px; }
li+li { margin-top:8px; }
.updated { color:var(--muted); }
.details { margin:26px 0 30px; padding:20px 22px; border:1px solid #d9e9fb; border-radius:18px; background:#eff6ff; }
.details p:last-child { margin-bottom:0; }
.notice { padding:18px 20px; border:1px solid #f0dfc6; border-radius:16px; background:#fff9f0; color:var(--ink); font-style:italic; }
.intro { font-size:18px; }
form { display:grid; gap:18px; margin-top:30px; }
label { display:grid; gap:8px; color:var(--ink); font-size:14px; font-weight:700; }
input,textarea { width:100%; border:1px solid #cfd9e6; border-radius:12px; padding:13px 14px; background:#fff; color:var(--ink); }
textarea { min-height:150px; resize:vertical; }
button { justify-self:start; min-height:48px; border:0; border-radius:12px; padding:13px 22px; background:var(--primary); color:#fff; cursor:pointer; font-weight:800; }
button:hover { background:#0059b8; }
button:disabled { cursor:not-allowed; opacity:.58; }
.status { min-height:24px; margin:0; font-size:15px; font-weight:700; }
.status.error { color:var(--danger); }
.status.success { color:var(--success); }
.honeypot { position:absolute; left:-9999px; }
.page-footer { width:min(880px,calc(100% - 40px)); margin:0 auto; padding:0 0 40px; color:var(--muted); text-align:center; font-size:13px; }
@media(max-width:560px){.page-header{height:74px}.brand{font-size:17px}.brand img{width:36px;height:36px}.back-link{font-size:13px}main{padding-top:14px}.panel,article{border-radius:22px}h2{margin-top:36px;font-size:22px}}
