:root {
  --ink:#111; --paper:#f7f3e8; --yellow:#f5c400; --muted:#656565;
  --line:rgba(17,17,17,.14); --white:#fff;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);background:linear-gradient(rgba(17,17,17,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,17,.035) 1px,transparent 1px),var(--paper);background-size:32px 32px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif} a{color:inherit} button{font:inherit}.shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}header,main,footer{width:min(1160px,calc(100% - 40px));margin-inline:auto}header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 0;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:14px;text-decoration:none;font-weight:800;letter-spacing:-.03em}.mark{width:50px;height:50px;display:grid;place-items:center;background:var(--ink);color:var(--yellow);border-radius:8px;font:900 23px/1 "Courier New",ui-monospace,monospace;box-shadow:5px 5px 0 var(--yellow);transform:rotate(-1deg)}.brand span:last-child{font-size:18px}.header-tools{display:flex;align-items:center;gap:12px}.login-button,.small-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid var(--ink);border-radius:7px;color:var(--paper);background:var(--ink);text-decoration:none;font:800 11px/1 "Courier New",ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase;transition:transform .15s,box-shadow .15s}.login-button:hover,.login-button:focus-visible,.small-button:hover,.small-button:focus-visible{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--yellow);outline:none}.status{display:inline-flex;align-items:center;gap:9px;font:700 12px/1 "Courier New",ui-monospace,monospace;text-transform:uppercase;letter-spacing:.12em}.dot{width:9px;height:9px;border-radius:50%;background:#2c9b53;box-shadow:0 0 0 4px rgba(44,155,83,.12)}.language-switcher{display:flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.32)}.language-switcher button{border:0;border-radius:5px;padding:8px 10px;color:var(--muted);background:transparent;cursor:pointer;font:800 11px/1 "Courier New",ui-monospace,monospace;letter-spacing:.08em}.language-switcher button:hover,.language-switcher button:focus-visible{color:var(--ink);outline:2px solid var(--yellow);outline-offset:1px}.language-switcher button[aria-pressed="true"]{color:var(--yellow);background:var(--ink)}main.home{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center;padding:80px 0 96px}.eyebrow{margin:0 0 18px;font:700 13px/1.4 "Courier New",ui-monospace,monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}h1{max-width:850px;margin:0;font-size:clamp(58px,10vw,142px);line-height:.84;letter-spacing:-.085em;font-weight:900}h1 em{display:inline-block;font-style:normal;color:var(--yellow);-webkit-text-stroke:2px var(--ink);text-shadow:7px 7px 0 var(--ink);transform:rotate(-1deg)}.lead{max-width:720px;margin:38px 0 0;font-size:clamp(20px,2.2vw,29px);line-height:1.35;letter-spacing:-.025em}.story{margin-top:42px;padding-left:22px;border-left:5px solid var(--yellow);max-width:760px;font-size:16px;line-height:1.75;color:#2e2e2e}.story strong{color:var(--ink)}.platform{display:inline-flex;align-items:center;gap:10px;margin-top:26px;padding:10px 12px;border:1px solid var(--line);border-radius:7px;color:var(--muted);font:700 12px/1.4 "Courier New",ui-monospace,monospace}.platform code{color:var(--ink);font-weight:900}.card{align-self:stretch;min-height:440px;display:flex;flex-direction:column;justify-content:space-between;padding:28px;background:var(--ink);color:white;border-radius:18px;box-shadow:14px 14px 0 var(--yellow);transform:rotate(1deg)}.card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.stamp{border:1px solid rgba(255,255,255,.3);padding:10px 12px;font:700 11px/1.2 "Courier New",ui-monospace,monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--yellow)}.big67{font:900 clamp(96px,14vw,176px)/.8 "Courier New",ui-monospace,monospace;letter-spacing:-.18em;color:var(--yellow)}.card-copy{font:700 15px/1.55 "Courier New",ui-monospace,monospace;color:rgba(255,255,255,.84)}.card-copy span{color:var(--yellow)}.note{margin-top:24px;font-size:13px;line-height:1.6;color:rgba(255,255,255,.52)}main.content{display:block;max-width:820px;padding:72px 0 96px}.content h1{font-size:clamp(48px,8vw,92px);line-height:.92;letter-spacing:-.06em}.content .intro{margin:30px 0 48px;font-size:21px;line-height:1.5;color:#333}.legal-block{padding:26px 0;border-top:1px solid var(--line)}.legal-block h2{margin:0 0 14px;font-size:22px}.legal-block p,.legal-block address{margin:0;max-width:720px;font-style:normal;line-height:1.75;color:#333}.legal-block a{font-weight:750;text-decoration-thickness:2px;text-underline-offset:3px}.placeholder{display:inline-block;padding:2px 6px;background:var(--yellow);font:700 12px/1.5 "Courier New",ui-monospace,monospace}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}.contact-card{padding:22px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.28)}.contact-card strong{display:block;margin-bottom:7px;font:800 12px/1.2 "Courier New",ui-monospace,monospace;text-transform:uppercase;letter-spacing:.08em}.footer-links{display:flex;flex-wrap:wrap;gap:16px 22px}.footer-links a{text-decoration:none}.footer-links a:hover,.footer-links a:focus-visible{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}footer{display:flex;justify-content:space-between;gap:24px;padding:24px 0 32px;border-top:1px solid var(--line);color:var(--muted);font:700 12px/1.4 "Courier New",ui-monospace,monospace;text-transform:uppercase;letter-spacing:.08em}@media(max-width:860px){main.home{grid-template-columns:1fr;gap:52px;padding-top:58px}.card{min-height:360px}footer{flex-direction:column}.status{display:none}h1 em{text-shadow:5px 5px 0 var(--ink)}}@media(max-width:600px){header{align-items:flex-start}.brand span:last-child{display:none}.header-tools{margin-top:5px;gap:8px}.login-button{padding-inline:11px}.language-switcher button{padding:8px}.contact-grid{grid-template-columns:1fr}}

/* The palette follows the visitor's system preference. */
@media (prefers-color-scheme: dark) {
  :root {
    --ink:#f3eedf;
    --paper:#151515;
    --yellow:#f5c400;
    --muted:#aaa69a;
    --line:rgba(243,238,223,.16);
    --white:#1e1e1e;
  }
  body {
    background:
      linear-gradient(rgba(243,238,223,.035) 1px,transparent 1px),
      linear-gradient(90deg,rgba(243,238,223,.035) 1px,transparent 1px),
      var(--paper);
    background-size:32px 32px;
  }
  .story,
  .content .intro,
  .legal-block p,
  .legal-block address { color:#d7d2c4; }
  .language-switcher,
  .contact-card { background:rgba(255,255,255,.035); }
  .card {
    background:#050505;
    color:#fff;
  }
  .login-button,
  .small-button {
    color:#111;
    background:var(--yellow);
    border-color:var(--yellow);
  }
  h1 em {
    -webkit-text-stroke:2px #050505;
    text-shadow:7px 7px 0 #050505;
  }
}

.story p { margin:0; }
.story p + p { margin-top:1.25em; }
