:root { --ink: #0f1b36; --muted: #5d6980; --teal: #087794; --line: #d6deea; --surface: #fff; --background: #f5f8fc; }
* { box-sizing: border-box; }
html { color: var(--ink); background: var(--background); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body { margin: 0; }
a { color: var(--teal); }
.skip { position: absolute; left: -9999px; }
.skip:focus { z-index: 100; top: 8px; left: 8px; padding: 8px; background: white; }
.public-header { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 16px clamp(20px, 5vw, 72px); border-bottom: 1px solid var(--line); background: white; }
.public-header img { display: block; width: 150px; height: auto; }
.login-link { padding: 10px 18px; border: 1px solid var(--line); border-radius: 8px; font-weight: 750; text-decoration: none; }
.legal-page { width: min(880px, calc(100% - 40px)); margin: 64px auto; }
.eyebrow { color: var(--teal); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: .1em 0 .7em; font-size: clamp(2.4rem, 7vw, 4.5rem); line-height: 1; }
h2 { margin-top: 0; font-size: 1.35rem; }
section { margin-top: 20px; padding: 26px 30px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
address { font-style: normal; }
.draft-note { margin-bottom: 28px; padding: 18px 20px; border-left: 4px solid #c77800; border-radius: 6px; background: #fff5dc; }
.public-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; padding: 28px 20px; border-top: 1px solid var(--line); background: white; }
.public-footer a, .public-footer button { border: 0; background: none; color: var(--teal); font: inherit; text-decoration: underline; cursor: pointer; }
.cookie-notice { position: fixed; z-index: 80; right: 20px; bottom: 20px; left: 20px; display: flex; width: min(920px, calc(100% - 40px)); align-items: center; justify-content: space-between; gap: 24px; margin-inline: auto; padding: 18px 20px; border: 1px solid #aebbd0; border-radius: 12px; background: white; box-shadow: 0 18px 50px rgb(23 32 51 / 20%); }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { margin: .2rem 0; color: var(--muted); font-size: .9rem; }
.cookie-notice .button { flex: 0 0 auto; padding: 10px 18px; border: 0; border-radius: 8px; background: var(--teal); color: white; font-weight: 750; cursor: pointer; }
@media (max-width: 640px) { .legal-page { margin: 36px auto; } section { padding: 22px 20px; } .cookie-notice { align-items: stretch; flex-direction: column; gap: 12px; } }
