:root{
  --ink:#122030;--ink-2:#3C4C5E;--muted:#6B7C8D;--night:#0B1725;
  --cream:#FBF7F1;--paper:#FFFFFF;--line:#E7E0D6;--sun-deep:#C86A1E;
  --h:"Montserrat",system-ui,-apple-system,"Segoe UI",sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-size:16.5px;line-height:1.7;-webkit-text-size-adjust:100%;
}
.wrap{width:min(100% - 2.5rem,780px);margin-inline:auto}
header{background:var(--night);padding:1.4rem 0}
header .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:#fff}
.brand img{width:34px;height:34px;border-radius:10px}
.brand b{font-family:var(--h);font-weight:900;font-size:.9rem;text-transform:uppercase;letter-spacing:-.01em}
header a.back{color:rgba(255,255,255,.75);font-size:.88rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3)}
header a.back:hover{color:#fff}
main{padding:3rem 0 4rem}
h1{font-family:var(--h);font-weight:800;font-size:clamp(1.7rem,4vw,2.4rem);letter-spacing:-.02em;line-height:1.15;margin:0 0 1.8rem}
h2{font-family:var(--h);font-weight:800;font-size:1.22rem;letter-spacing:-.01em;margin:2.6rem 0 .7rem}
h3{font-family:var(--h);font-weight:700;font-size:1.02rem;margin:1.7rem 0 .4rem}
p,li{color:var(--ink-2)}
p{margin:0 0 1em}
ul{padding-left:1.25rem;margin:0 0 1em}
li{margin-bottom:.35em}
a{color:var(--sun-deep);text-underline-offset:2px}
address{font-style:normal;background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:1.2rem 1.4rem;margin:0 0 1.5rem}
.todo{
  background:#FFF6E8;border:1px solid #F3D9B0;border-left:4px solid #EE8532;
  border-radius:10px;padding:1rem 1.2rem;margin:1.2rem 0;font-size:.93rem;color:#7A4A12;
}
.todo b{font-family:var(--h);display:block;margin-bottom:.25rem;color:#5E3608}
.todo p:last-child{margin-bottom:0}
footer{background:#08121D;color:rgba(255,255,255,.55);font-size:.85rem;padding:2rem 0}
footer a{color:rgba(255,255,255,.8)}
footer .wrap{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:space-between}
