:root { --paper: #f3f1e9; --ink: #111712; --muted: #667068; --line: #c9c9bd; --accent: #0f8054; --deep: #10271d; --warm: #ffcb19; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: var(--paper); }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 10; top: -200px; left: 1rem; padding: .65rem .8rem; color: white; background: var(--deep); border-radius: .35rem; white-space: nowrap; }
.skip-link:focus { top: 1rem; }
.topbar, main, footer { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.topbar { display: flex; align-items: center; justify-content: flex-start; gap: 24px; min-height: 88px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; color: var(--ink); font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { display: inline-flex; align-items: end; gap: 2px; width: 22px; height: 22px; padding: 4px; color: white; background: var(--ink); border-radius: 5px; }
.brand-mark i { display: block; width: 3px; background: currentColor; }
.brand-mark i:nth-child(1) { height: 6px; }.brand-mark i:nth-child(2) { height: 11px; }.brand-mark i:nth-child(3) { height: 15px; }
nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 18px; color: #344036; font-size: 14px; }
nav a { text-decoration: none; } nav a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.locale-switch { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 67px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: #ebe8de; }
.locale-switch a { flex: 1; min-width: 28px; padding: 4px 6px; border-radius: 999px; color: var(--muted); font: 800 10px/1 ui-monospace, monospace; text-align: center; text-decoration: none; }
.locale-switch a[aria-current="true"] { color: white; background: var(--deep); }
main { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr); gap: clamp(40px, 8vw, 112px); padding-block: clamp(54px, 10vw, 132px); }
.intro, .form-card { min-width: 0; }
.intro { align-self: center; }
.eyebrow { margin: 0 0 13px; color: var(--accent); font: 800 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .16em; }
h1, h2, p { overflow-wrap: break-word; line-break: strict; text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(46px, 5.8vw, 83px); line-height: .98; letter-spacing: -.085em; }
h1 span { display: block; white-space: nowrap; }
html[lang="en"] h1, html[lang="en"] h2 { overflow-wrap: normal; word-break: normal; line-break: auto; hyphens: none; text-wrap: balance; }
html[lang="en"] h1 { font-size: clamp(44px, 5.1vw, 72px); letter-spacing: -.06em; }
html[lang="en"] h1 span { white-space: normal; }
.intro > p:not(.eyebrow) { max-width: 43ch; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
dl { display: grid; gap: 14px; margin: 39px 0 0; }
dl div { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 14px; padding-top: 12px; border-top: 1px solid var(--line); }
dt { color: var(--muted); font-size: 13px; } dd { margin: 0; font-size: 14px; line-height: 1.55; }
.form-card { align-self: start; padding: clamp(24px, 3vw, 39px); border: 1px solid #abb0a7; border-radius: 20px; background: #fbfaf5; box-shadow: 9px 9px 0 var(--warm); }
.form-heading h2 { margin: 0; font-size: clamp(27px, 3vw, 39px); letter-spacing: -.06em; } .form-heading h2 span { display: block; } .form-heading > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.issuance-status { display: inline-flex; align-items: center; width: fit-content; padding: 7px 10px; border: 1px solid #c3c7bd; border-radius: 999px; background: #f3f2eb; }
.issuance-status[data-available="true"] { color: #086441; border-color: #79b497; background: #e9f5ed; }
form { display: grid; gap: 19px; margin-top: 31px; }
label { display: grid; gap: 8px; color: #364137; font-size: 14px; font-weight: 700; }
label em { margin-left: 4px; color: var(--accent); font-size: 11px; font-style: normal; font-weight: 700; } label span { color: var(--muted); font-size: 12px; font-weight: 500; }
input, select, textarea { width: 100%; border: 1px solid #aab0a6; border-radius: 9px; padding: 12px 13px; color: var(--ink); background: #fffef9; font: inherit; font-weight: 500; outline: none; }
textarea { resize: vertical; min-height: 105px; line-height: 1.55; } input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px #0f805426; }
.mono-input, code { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
button, .link-button { min-height: 48px; border: 1px solid var(--ink); border-radius: 9px; padding: 11px 16px; font: 800 15px/1 inherit; cursor: pointer; }
.primary-action { color: white; background: var(--deep); text-decoration: none; } .primary-action:hover { background: var(--accent); } button:disabled { cursor: wait; opacity: .6; }
.form-error { min-height: 1.2em; margin: -7px 0 0; color: #a02b2b; font-size: 13px; line-height: 1.5; }.privacy-note { margin: -4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.success-panel { margin-top: 29px; }.success-panel h2 { margin: 0; font-size: clamp(30px, 4vw, 47px); letter-spacing: -.065em; }.success-panel > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.7; }.success-panel code { color: var(--accent); font-weight: 800; }.secret-value { display: block; overflow-x: auto; margin: 21px 0; padding: 15px; color: #d5fce6; background: var(--deep); border-radius: 9px; font-size: 13px; white-space: nowrap; }.success-actions { display: flex; flex-wrap: wrap; gap: 10px; }.success-actions button { color: var(--ink); background: transparent; }.link-button { display: inline-flex; align-items: center; }
.quiet-link { display: inline-block; margin-top: 8px; color: var(--accent); font-weight: 800; text-underline-offset: 4px; }
.setup-handoff { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--line); }
.setup-handoff h3 { margin: 0; font-size: 24px; letter-spacing: -.045em; }
.setup-handoff > p:not(.eyebrow) { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.handoff-value { display: grid; grid-template-columns: minmax(0, 1fr) auto; margin-top: 16px; border: 1px solid #354139; background: var(--deep); color: #d5fce6; }
.handoff-value > span { grid-column: 1 / -1; padding: 9px 12px; border-bottom: 1px solid #354139; color: #8fa397; font: 800 9px ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.handoff-value > code, .handoff-value > p { min-width: 0; margin: 0; padding: 13px 12px; color: #d5fce6; font: 600 11px/1.7 ui-monospace, monospace; }
.handoff-value > code { overflow-x: auto; white-space: nowrap; }
.handoff-value > p { font-family: inherit; font-weight: 500; }
.handoff-value button { height: 100%; min-height: 42px; padding: 9px 12px; border: 0; border-left: 1px solid #354139; border-radius: 0; background: transparent; color: #a5b4aa; font: 800 10px ui-monospace, monospace; }
.handoff-value button:hover { color: #d5fce6; background: #173427; }
footer { display: flex; justify-content: space-between; gap: 16px; padding: 26px 0 38px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; } footer a { color: var(--ink); }
@media (max-width: 850px) { main { grid-template-columns: 1fr; max-width: 650px; }.intro { max-width: 560px; } h1 { max-width: none; font-size: clamp(45px, 10vw, 74px); } }
@media (max-width: 570px) { .topbar, main, footer { width: min(100% - 32px, 1120px); }.topbar { align-items: center; flex-wrap: wrap; gap: 13px; padding: 18px 0; }.topbar nav { order: 3; width: 100%; justify-content: flex-start; gap: 13px; } main { padding-block: 45px 72px; gap: 52px; } h1 { font-size: clamp(40px, 13vw, 57px); letter-spacing: -.075em; } html[lang="en"] h1 { font-size: clamp(38px, 11vw, 50px); letter-spacing: -.05em; } h1 span { white-space: normal; }.intro > p:not(.eyebrow) { margin-top: 22px; font-size: 16px; } dl { margin-top: 29px; } dl div { grid-template-columns: 1fr; gap: 4px; } input, select, textarea { font-size: 16px; }.form-card { padding: 22px; border-radius: 15px; box-shadow: 6px 6px 0 var(--warm); }.handoff-value { grid-template-columns: 1fr; }.handoff-value button { border-top: 1px solid #354139; border-left: 0; }.handoff-value > code { white-space: normal; overflow-wrap: anywhere; } footer { flex-direction: column; } }
