:root{--bg: #f3efe6;--bg-deep: #0f333b;--surface: #fffdf8;--ink: #122226;--muted: #5a6568;--accent: #1a5c6b;--accent-hover: #144850;--accent-soft: #d7e6e9;--gold: #c4a35a;--gold-hover: #d4b56a;--cream: #f3efe0;--line: #ddd6c8;--line-strong: #c9c3b4;--font-sans: "IBM Plex Sans", "Segoe UI", sans-serif;--font-serif: "IBM Plex Serif", Georgia, serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:17px;line-height:1.55}app-root{display:block}.wrap{width:min(1080px,calc(100% - 3rem));margin-inline:auto}h1,h2,h3,p{overflow-wrap:anywhere}img{max-width:100%;height:auto}.button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.75rem 1.25rem;border:0;background:var(--accent);color:var(--cream);font:inherit;font-size:.95rem;font-weight:500;text-decoration:none;cursor:pointer}.button:hover,.button:focus-visible{background:var(--accent-hover)}.button:disabled{cursor:wait;opacity:.7}.button-gold{background:var(--gold);color:var(--ink)}.button-gold:hover,.button-gold:focus-visible{background:var(--gold-hover)}
