:root {
  color-scheme: dark;
  --bg: #08111f;
  --surface: #101d2f;
  --surface-soft: #15263d;
  --text: #eef7f4;
  --muted: #9fb1bd;
  --green: #1fd47a;
  --green-dark: #0eaa5b;
  --red: #f66565;
  --border: rgba(255, 255, 255, .1);
  --shadow: 0 24px 70px rgba(0, 0, 0, .24);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 20% 0, #12304a 0, var(--bg) 38rem); color: var(--text); font: 16px/1.7 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: #6ee7b7; text-underline-offset: .2em; }
a:hover { color: #a7f3d0; }
.shell { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 8px 12px; background: #fff; color: #000; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--border); background: rgba(8, 17, 31, .9); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--text); font-size: 1.2rem; font-weight: 850; text-decoration: none; letter-spacing: -.03em; }
.brand span { color: var(--green); }
nav { display: flex; flex-wrap: wrap; gap: 18px; }
nav a { color: var(--muted); font-size: .92rem; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--text); }
.page-shell { min-height: 70vh; padding-block: 52px 80px; }
.hero { max-width: 820px; margin-bottom: 38px; }
.hero.compact { padding: 28px 0 4px; }
.eyebrow { color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.2; letter-spacing: -.025em; }
h1 { margin: .2em 0; font-size: clamp(2.2rem, 7vw, 4.6rem); }
h2 { margin: 0 0 .65em; font-size: clamp(1.25rem, 3vw, 1.75rem); }
p { margin: .6em 0 1em; }
.lead, .hero > p:last-child { color: #c6d6dc; font-size: 1.15rem; }
.muted { color: var(--muted); }
.card-grid, .contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card, .notice, .company-block, .toc, .attribution-card { border: 1px solid var(--border); border-radius: 20px; background: linear-gradient(145deg, rgba(21, 38, 61, .96), rgba(12, 27, 45, .96)); box-shadow: var(--shadow); }
.card { padding: 26px; }
.card h2 a { color: var(--text); }
.notice { margin-top: 24px; padding: 20px 24px; background: rgba(31, 212, 122, .08); }
.company-block { margin-top: 22px; padding: 26px; }
.contact-link { font-size: 1.08rem; font-weight: 750; }
.prose { margin-top: 22px; }
.prose li, .legal-section li { margin-bottom: .45em; }
.document-header { padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.meta-list { display: flex; flex-wrap: wrap; gap: 14px; margin: 24px 0 0; }
.meta-list div { min-width: 170px; padding: 12px 16px; border: 1px solid var(--border); border-radius: 12px; background: rgba(255, 255, 255, .03); }
.meta-list dt { color: var(--muted); font-size: .78rem; text-transform: uppercase; }
.meta-list dd { margin: 2px 0 0; font-weight: 750; }
.toc { margin: 30px 0; padding: 24px 30px; }
.toc ol { columns: 2; padding-left: 20px; }
.toc li { break-inside: avoid; margin-bottom: 8px; }
.legal-section { padding: 26px 0; border-bottom: 1px solid var(--border); scroll-margin-top: 88px; }
.legal-section p, .legal-section li { color: #d4e0e4; }
.document-footer { margin-top: 32px; color: var(--muted); font-size: .85rem; overflow-wrap: anywhere; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.deletion-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 22px; align-items: start; }
.deletion-layout .prose { margin-top: 0; }
.form-step + .form-step { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--border); }
label { display: block; margin-bottom: 8px; font-weight: 700; }
input[type="tel"], input[type="text"] { width: 100%; margin-bottom: 14px; padding: 14px 15px; border: 1px solid #496078; border-radius: 12px; outline: none; background: #091523; color: var(--text); font: inherit; }
input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31, 212, 122, .15); }
.checkbox { display: flex; align-items: flex-start; gap: 10px; color: #d5e0e4; font-weight: 500; }
.checkbox input { margin-top: 6px; }
button { min-height: 46px; padding: 11px 18px; border: 0; border-radius: 12px; cursor: pointer; background: var(--green); color: #04150d; font: inherit; font-weight: 850; }
button:hover { background: #70e9ad; }
button:disabled { cursor: wait; opacity: .6; }
button.danger { background: var(--red); color: #200; }
.form-status { min-height: 28px; margin-top: 18px; color: #bae8d2; font-weight: 700; }
.form-status.error { color: #ffaaaa; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 28px; }
.stats div { padding: 18px; border: 1px solid var(--border); border-radius: 16px; background: rgba(255, 255, 255, .03); text-align: center; }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--green); font-size: 2rem; }
.stats span { color: var(--muted); }
.attribution-list { display: grid; gap: 16px; }
.attribution-card { display: grid; grid-template-columns: 240px 1fr; gap: 24px; padding: 20px; }
.attribution-card img { width: 240px; height: 150px; border-radius: 14px; background: white; object-fit: contain; }
.attribution-card dl { display: grid; grid-template-columns: 100px 1fr; gap: 5px 12px; }
.attribution-card dt { color: var(--muted); }
.attribution-card dd { margin: 0; overflow-wrap: anywhere; }
.site-footer { padding: 34px 0 22px; border-top: 1px solid var(--border); background: #060d17; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 28px; }
.copyright { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--border); font-size: .82rem; }
[hidden] { display: none !important; }
@media (max-width: 800px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding-block: 14px; }
  nav { gap: 10px 16px; }
  .card-grid, .contact-grid, .deletion-layout, .footer-grid { grid-template-columns: 1fr; }
  .toc ol { columns: 1; }
  .attribution-card { grid-template-columns: 1fr; }
  .attribution-card img { width: 100%; height: auto; max-height: 280px; }
}
@media (max-width: 520px) {
  .stats { grid-template-columns: 1fr; }
  .page-shell { padding-top: 26px; }
  .card, .toc { padding: 20px; }
  .attribution-card dl { grid-template-columns: 1fr; }
}

