:root{--bg:#F2F1EC;--surface:#fff;--ink:#16163A;--muted:#5C5C78;--line:#DCDAD2;--pop:#F0336F;--accent:#2F55F0;--shadow:#16163A;
 --f-display:"Bricolage Grotesque","Arial Rounded MT Bold","Trebuchet MS",sans-serif;--f-body:"Figtree",system-ui,-apple-system,"Segoe UI",sans-serif}
@media (prefers-color-scheme:dark){:root{color-scheme:dark;--bg:#10102A;--surface:#1B1B3B;--ink:#EEEEFA;--muted:#A4A4C4;--line:#303058;--pop:#FF6F9C;--accent:#8FA4FF;--shadow:#05051A}}
*{box-sizing:border-box}
html,body{margin:0}
body{background:var(--bg);color:var(--ink);font-family:var(--f-body);font-size:16px;line-height:1.6;padding-inline:16px;padding-block:0 48px}
.band{display:grid;grid-template-columns:repeat(12,1fr);height:8px;margin-inline:-16px}
.band span:nth-child(1){background:#E5383B}.band span:nth-child(2){background:#EE5A2B}.band span:nth-child(3){background:#F28A12}.band span:nth-child(4){background:#F2AE0B}.band span:nth-child(5){background:#E9C317}.band span:nth-child(6){background:#8CC63F}.band span:nth-child(7){background:#34B36A}.band span:nth-child(8){background:#12A89D}.band span:nth-child(9){background:#1E88E5}.band span:nth-child(10){background:#5B5BE6}.band span:nth-child(11){background:#9447D9}.band span:nth-child(12){background:#D23AA0}
main{max-width:760px;margin:28px auto 0;background:var(--surface);border:2.5px solid var(--ink);border-radius:18px;box-shadow:7px 7px 0 var(--shadow);padding:clamp(18px,4vw,40px)}
a{color:var(--accent)}
.back{display:inline-block;font-weight:700;text-decoration:none;margin-bottom:12px}
h1{font-family:var(--f-display);font-weight:800;letter-spacing:-.02em;font-size:clamp(30px,5vw,44px);line-height:1.05;margin:0 0 6px;text-wrap:balance}
h2{font-family:var(--f-display);font-weight:800;font-size:21px;margin:28px 0 6px}
h3{font-size:16px;margin:18px 0 4px}
p,li{max-width:68ch}
address{font-style:normal}
.lang{border-top:3px solid var(--ink);margin-top:36px;padding-top:6px}
.muted{color:var(--muted);font-size:14px}
