:root {
  --brand-primary: #008b52;
  --brand-action: #00834d;
  --brand-accent: #00b368;
  --nav-surface: #0d2119;
  --canvas: #f5f7f6;
  --surface: #ffffff;
  --text: #18211d;
  --muted: #5d6b64;
  --border: #dce4df;
  --danger: #b42318;
  --danger-soft: #fef3f2;
  --warning: #8a5d00;
  --warning-soft: #fff8e6;
  --success-soft: #eaf8f1;
  --shadow: 0 8px 24px rgb(13 33 25 / 8%);
  --radius-sm: 8px;
  --radius-md: 12px;
  --focus: 0 0 0 3px rgb(0 139 82 / 25%);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--canvas); }
body { margin: 0; color: var(--text); background: var(--canvas); line-height: 1.5; }
img, svg { display: block; max-width: 100%; }
a { color: var(--brand-action); text-underline-offset: 3px; }
button, input, select, textarea { min-height: 44px; font: inherit; }
button, .button { border: 0; border-radius: var(--radius-sm); cursor: pointer; font-weight: 650; }
:focus-visible { outline: 2px solid var(--brand-primary); outline-offset: 3px; box-shadow: var(--focus); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 16px; text-decoration: none; }
.button--primary { color: #fff; background: var(--brand-action); }
.button--primary:hover { background: #006f42; }
.button--secondary { color: var(--text); background: #fff; border: 1px solid var(--border); }
.button--danger { color: #fff; background: var(--danger); }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.field { display: grid; gap: 6px; }
.field label, .field__label { font-weight: 650; }
.field input, .field select, .field textarea { width: 100%; padding: 10px 12px; color: var(--text); background: #fff; border: 1px solid #aebdb5; border-radius: var(--radius-sm); }
.field textarea { min-height: 128px; resize: vertical; }
.field__help { margin: 0; color: var(--muted); font-size: .875rem; }
.required { color: var(--danger); }
.status { display: grid; grid-template-columns: 20px 1fr; gap: 10px; padding: 12px 14px; border-radius: var(--radius-sm); }
.status--success { color: #075f3a; background: var(--success-soft); border: 1px solid #a9dfc5; }
.status--error { color: #8a1c13; background: var(--danger-soft); border: 1px solid #f1b4ae; }
.status--warning { color: #6d4900; background: var(--warning-soft); border: 1px solid #efd28a; }
.badge--warning { color: #6d4900; background: var(--warning-soft); }
[hidden] { display: none !important; }
.muted { color: var(--muted); }
.eyebrow { margin: 0 0 8px; color: #8ee7bc; font-size: .78rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.public-shell { min-height: 100vh; padding: 24px; }
.public-brand { width: min(1180px, 100%); margin: 0 auto 20px; }
.public-brand img, .confirmation-card img { width: 112px; height: 64px; object-fit: contain; }
.public-layout { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.5fr); gap: 32px; width: min(1180px, 100%); margin: 0 auto; align-items: start; }
.trust-panel { position: sticky; top: 24px; padding: 32px; color: #fff; background: var(--nav-surface); border-radius: var(--radius-md); }
.trust-panel h1 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.15; }
.trust-panel li { margin-block: 12px; }
.brand-visual { aspect-ratio: 4 / 3; margin: -16px -16px 24px; overflow: hidden; border-radius: var(--radius-sm); background: #173e32; }
.brand-visual img { width: 100%; height: 100%; object-fit: cover; }
.brand-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0 0; }
.brand-stats div { min-width: 0; padding: 12px; border: 1px solid rgb(255 255 255 / 16%); border-radius: var(--radius-sm); background: rgb(255 255 255 / 7%); }
.brand-stats dt { font-size: 1.35rem; font-weight: 750; }
.brand-stats dd { margin: 2px 0 0; color: #d5e5dc; font-size: .82rem; }
.public-card { padding: clamp(20px, 4vw, 40px); }
.public-card h2 { margin-top: 0; }
.registration-form { display: grid; gap: 22px; margin-top: 24px; }
.cf-turnstile { justify-self: center; max-width: 100%; }
.form-grid, .choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.plain-fieldset { min-width: 0; padding: 0; border: 0; }
.choice-card { display: flex; gap: 10px; min-height: 56px; padding: 12px; border: 1px solid var(--border); border-radius: var(--radius-sm); cursor: pointer; }
.choice-card span, .choice-card small { display: block; }
.choice-card small { color: var(--muted); }
.choice-card:has(input:checked) { border-color: var(--brand-primary); background: var(--success-soft); }
.submit-wide { width: 100%; }
.registration-body { background: #06241a; }
.registration-page { position: relative; min-height: 100vh; overflow: hidden; color: #fff; background: radial-gradient(circle at 16% 16%, rgb(0 179 104 / 16%), transparent 29%), radial-gradient(circle at 84% 72%, rgb(49 216 155 / 8%), transparent 30%), #06241a; }
.registration-map-lines { position: absolute; inset: 0; overflow: hidden; opacity: .18; pointer-events: none; }
.registration-map-line { position: absolute; left: -8%; display: block; height: 1px; background: linear-gradient(90deg, transparent, #65e4b2, transparent); transform-origin: left; }
.registration-map-line--one { top: 28%; width: 70%; transform: rotate(-13deg); }
.registration-map-line--two { top: 67%; width: 58%; transform: rotate(19deg); }
.registration-map-line--three { top: 43%; left: 8%; width: 48%; transform: rotate(67deg); }
.registration-header { position: relative; z-index: 1; display: flex; width: min(1400px, calc(100% - 80px)); min-height: 104px; margin: 0 auto; padding: 20px 0; align-items: center; justify-content: space-between; gap: 32px; }
.registration-brand { display: flex; min-height: 64px; align-items: center; gap: 20px; color: #fff; text-decoration: none; }
.registration-brand img { width: 224px; height: 70px; object-fit: cover; object-position: center; }
.registration-brand__divider { width: 1px; height: 42px; background: rgb(255 255 255 / 28%); }
.registration-brand__product { font-size: 1.08rem; font-weight: 800; white-space: nowrap; }
.registration-header__support { display: flex; margin: 0; align-items: center; gap: 6px; color: #b8cec4; font-size: .88rem; }
.registration-header__support a { display: inline-flex; min-height: 44px; align-items: center; color: #fff; font-weight: 700; overflow-wrap: anywhere; }
.registration-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(620px, 1.08fr); gap: clamp(48px, 6vw, 88px); width: min(1400px, calc(100% - 80px)); margin: 36px auto 72px; align-items: start; }
.registration-story { position: sticky; top: 36px; display: flex; align-self: stretch; flex-direction: column; min-width: 0; padding: 0; }
.registration-story__eyebrow { margin: 0 0 20px; color: #31d89b; font-size: .8rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.registration-story h1 { max-width: 660px; margin: 0 0 28px; color: #fff; font-size: clamp(3.25rem, 5.15vw, 4.9rem); line-height: .99; letter-spacing: -.055em; overflow-wrap: anywhere; }
.registration-story__lead { max-width: 610px; margin: 0; color: #c2d6cc; font-size: 1.14rem; line-height: 1.7; }
.registration-api-showcase { display: grid; gap: 14px; max-width: 650px; margin-top: 30px; padding: 18px; background: rgb(3 48 34 / 72%); border: 1px solid rgb(101 228 178 / 18%); border-radius: 16px; box-shadow: 0 18px 48px rgb(0 0 0 / 12%); }
.registration-api-showcase__heading p { margin: 0 0 4px; color: #65e4b2; font-size: .68rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.registration-api-showcase__heading h2 { max-width: 520px; margin: 0; color: #fff; font-size: 1.12rem; line-height: 1.35; letter-spacing: -.015em; }
.registration-api-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.registration-api-card { min-width: 0; padding: 14px; background: rgb(255 255 255 / 5%); border: 1px solid rgb(255 255 255 / 10%); border-radius: 12px; }
.registration-api-card__step { display: block; margin-bottom: 9px; color: #65e4b2; font-size: .66rem; font-weight: 850; letter-spacing: .12em; }
.registration-api-card h3 { margin: 0; color: #f5fffa; font-size: .94rem; letter-spacing: -.01em; overflow-wrap: anywhere; }
.registration-api-card p { margin: 7px 0 0; color: #adc5ba; font-size: .76rem; line-height: 1.55; }
.registration-api-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.registration-proof div, .registration-api-metrics div { min-width: 0; padding: 11px 13px; background: rgb(49 216 155 / 8%); border-radius: 10px; }
.registration-proof dt, .registration-api-metrics dt { color: #65e4b2; font-size: 1rem; font-weight: 900; }
.registration-proof dd, .registration-api-metrics dd { margin: 3px 0 0; color: #d2e5dc; font-size: .7rem; line-height: 1.4; }
.registration-api-note { display: flex; min-width: 0; margin: 0; padding: 11px 13px; align-items: flex-start; gap: 12px; color: #b8cec4; background: rgb(255 255 255 / 4%); border-left: 2px solid #31d89b; border-radius: 0 9px 9px 0; font-size: .7rem; line-height: 1.5; }
.registration-api-note strong { flex: 0 0 auto; color: #effaf5; font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; }
.registration-api-note span { min-width: 0; }
.registration-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 650px; margin: 0; padding: 0; border: 0; }
.registration-contact { display: grid; gap: 7px; max-width: 650px; margin-top: auto; padding-top: 22px; color: #a8beb4; border-top: 1px solid rgb(255 255 255 / 15%); font-size: .82rem; font-style: normal; line-height: 1.55; }
.registration-contact strong { color: #eff8f4; }
.registration-contact a { display: inline-flex; min-height: 44px; align-items: center; color: #dff8ec; }
.registration-card { min-width: 0; padding: clamp(34px, 4vw, 52px); color: var(--text); background: #fbfcfa; border: 1px solid rgb(255 255 255 / 40%); border-radius: 28px; box-shadow: 0 34px 80px rgb(0 0 0 / 28%); }
.registration-card__header { display: flex; margin-bottom: 32px; align-items: flex-start; justify-content: space-between; gap: 24px; }
.registration-card__header p { margin: 0 0 5px; color: #60726a; font-size: .82rem; font-weight: 750; }
.registration-card__header h2 { margin: 0; color: #13231c; font-size: clamp(1.9rem, 3vw, 2.35rem); line-height: 1.1; letter-spacing: -.04em; }
.registration-security { flex: 0 0 auto; padding: 8px 12px; color: #087248; background: #e5f7ef; border-radius: 999px; font-size: .75rem; font-weight: 800; }
.registration-card .status { margin-bottom: 24px; }
.registration-card .registration-form { gap: 24px; margin-top: 0; }
.registration-form .form-grid, .registration-form .choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.registration-form .field, .registration-form .plain-fieldset { min-width: 0; }
.registration-form .field label, .registration-form .field__label { color: #42534c; font-size: .84rem; font-weight: 750; }
.registration-form .field input, .registration-form .field select, .registration-form .field textarea { min-height: 52px; padding: 13px 14px; color: #25362f; background: #fff; border-color: #cedbd4; border-radius: 11px; outline: none; }
.registration-form .field textarea { min-height: 118px; }
.registration-form .field input::placeholder, .registration-form .field textarea::placeholder { color: #7d8984; opacity: 1; }
.registration-form .field__help { color: #71827a; font-size: .78rem; }
.registration-form .choice-grid { margin-top: 9px; }
.registration-form .choice-card { position: relative; min-height: 88px; padding: 18px 20px; align-items: center; background: #fff; border-color: #d5e0da; border-radius: 13px; }
.registration-form .choice-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.registration-form .choice-card strong { color: #17271f; font-size: 1.02rem; }
.registration-form .choice-card small { margin-top: 3px; color: #78877f; }
.registration-form .choice-card:has(input:checked) { border-color: #00a86b; background: #fff; box-shadow: 0 0 0 3px rgb(0 168 107 / 11%); }
.registration-form .choice-card:focus-within { border-color: var(--brand-primary); box-shadow: var(--focus); }
.registration-page :focus-visible { outline: 2px solid #31d89b; outline-offset: 3px; box-shadow: 0 0 0 3px rgb(49 216 155 / 22%); }
.registration-card :focus-visible { outline-color: var(--brand-primary); box-shadow: var(--focus); }
.registration-submit { display: flex; padding-top: 24px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #dce5e0; }
.registration-submit p { max-width: 350px; margin: 0; color: #6d7f76; font-size: .78rem; line-height: 1.5; }
.registration-submit .button { flex: 0 0 auto; min-width: 180px; min-height: 52px; box-shadow: 0 10px 24px rgb(0 131 77 / 22%); }
@media (max-width: 1120px) {
  .registration-header, .registration-layout { width: min(720px, calc(100% - 36px)); }
  .registration-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 24px; }
  .registration-story { position: static; top: auto; padding-bottom: 16px; }
  .registration-story h1 { max-width: 700px; }
}
@media (max-width: 620px) {
  .registration-header, .registration-layout { width: min(520px, calc(100% - 24px)); }
  .registration-header { min-height: 88px; padding-block: 12px; }
  .registration-brand { min-width: 0; gap: 14px; }
  .registration-brand img { width: 150px; height: 54px; }
  .registration-brand__divider { height: 38px; }
  .registration-brand__product { display: inline; font-size: .95rem; }
  .registration-header__support { display: none; }
  .registration-layout { margin: 26px auto 40px; }
  .registration-story h1 { font-size: clamp(2.45rem, 12vw, 3.2rem); }
  .registration-story__lead { font-size: 1rem; }
  .registration-api-showcase { padding: 16px; }
  .registration-api-grid { grid-template-columns: 1fr; }
  .registration-api-note { flex-direction: column; gap: 5px; }
  .registration-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .registration-card { padding: 26px 18px; border-radius: 20px; }
  .registration-card__header { align-items: flex-start; flex-direction: column-reverse; gap: 14px; }
  .registration-security { align-self: flex-start; }
  .registration-form .form-grid, .registration-form .choice-grid { grid-template-columns: minmax(0, 1fr); }
  .registration-submit { align-items: stretch; flex-direction: column; }
  .registration-submit .button { width: 100%; }
}
@media (max-width: 380px) {
  .registration-api-metrics { grid-template-columns: 1fr; }
}
.docs-body { color: #213029; background: #f6f8f7; }
.docs-header { position: sticky; top: 0; z-index: 20; display: flex; min-height: 76px; padding: 12px max(24px, calc((100vw - 1280px) / 2)); align-items: center; justify-content: space-between; gap: 24px; background: rgb(255 255 255 / 96%); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.docs-brand { display: flex; min-width: 0; align-items: center; gap: 14px; color: #15231c; text-decoration: none; }
.docs-brand img { width: 112px; height: 48px; object-fit: cover; object-position: center; }
.docs-brand > span { width: 1px; height: 30px; background: #ccd8d1; }
.docs-brand strong { white-space: nowrap; }
.docs-header nav { display: flex; align-items: center; gap: 22px; }
.docs-header nav > a:not(.button) { display: inline-flex; min-height: 44px; align-items: center; color: #405048; font-weight: 700; text-decoration: none; }
.docs-header nav > a[aria-current="page"] { color: var(--brand-action); }
.docs-shell { display: grid; grid-template-columns: 220px minmax(0, 820px); gap: clamp(40px, 6vw, 80px); width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 56px 0 96px; align-items: start; }
.docs-sidebar { position: sticky; top: 112px; display: grid; gap: 2px; padding-right: 28px; border-right: 1px solid var(--border); }
.docs-sidebar p { margin: 22px 12px 6px; color: #7a8981; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.docs-sidebar p:first-child { margin-top: 0; }
.docs-sidebar a { display: flex; min-height: 38px; padding: 8px 12px; align-items: center; color: #405048; border-radius: 7px; font-size: .88rem; text-decoration: none; }
.docs-sidebar a:hover { color: #075f3a; background: #eaf8f1; }
.docs-main { min-width: 0; }
.docs-anchor { scroll-margin-top: 104px; }
.docs-hero { padding: clamp(36px, 6vw, 64px); color: #fff; background: radial-gradient(circle at 90% 15%, rgb(49 216 155 / 16%), transparent 34%), #08271c; border-radius: 22px; box-shadow: 0 24px 60px rgb(13 33 25 / 14%); }
.docs-eyebrow, .docs-section-heading > p, .docs-cta p { margin: 0 0 10px; color: #00945a; font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.docs-hero .docs-eyebrow { color: #65e4b2; }
.docs-hero h1 { max-width: 680px; margin: 0; font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1.02; letter-spacing: -.05em; }
.docs-hero > p:not(.docs-eyebrow):not(.docs-hero__note) { max-width: 650px; margin: 24px 0 0; color: #c9ddd3; font-size: 1.06rem; line-height: 1.7; }
.docs-hero > .docs-hero__note { margin-top: 10px; color: #9eb9ac; font-size: .78rem; }
.docs-base-url { display: flex; margin-top: 32px; padding: 13px 16px; align-items: center; gap: 14px; background: rgb(255 255 255 / 7%); border: 1px solid rgb(255 255 255 / 12%); border-radius: 10px; }
.docs-base-url span { flex: 0 0 auto; color: #88a99a; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.docs-base-url code { color: #eafff5; overflow-wrap: anywhere; }
.docs-section { padding: 58px 0; border-bottom: 1px solid var(--border); }
.docs-section-heading h2, .docs-endpoint-title h2, .docs-cta h2 { margin: 0; color: #14251d; font-size: clamp(1.75rem, 3vw, 2.35rem); line-height: 1.15; letter-spacing: -.035em; }
.docs-section > p { max-width: 740px; color: #52635a; line-height: 1.75; }
.docs-section h3 { display: flex; margin: 34px 0 12px; align-items: center; gap: 10px; color: #24372e; font-size: 1rem; }
.docs-main code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: .88em; }
.docs-section p code, .docs-table code, .docs-note code { padding: .12em .34em; color: #075f3a; background: #eaf5ef; border-radius: 4px; }
.docs-section pre { max-width: 100%; margin: 18px 0; padding: 22px; overflow: auto; color: #dbf7e9; background: #10251c; border: 1px solid #213d31; border-radius: 12px; line-height: 1.7; tab-size: 2; }
.docs-section pre code { font-size: .8rem; }
.docs-callout { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 16px; margin-top: 22px; padding: 16px 18px; color: #486057; background: #eef8f3; border-left: 3px solid var(--brand-primary); border-radius: 0 9px 9px 0; font-size: .9rem; }
.docs-callout strong { color: #075f3a; }
.docs-flow { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); gap: 12px; margin-top: 28px; align-items: center; }
.docs-flow > div { display: grid; min-width: 0; padding: 18px; background: #fff; border: 1px solid var(--border); border-radius: 11px; box-shadow: 0 5px 16px rgb(13 33 25 / 4%); }
.docs-flow > div > span { display: grid; width: 26px; height: 26px; margin-bottom: 12px; color: #075f3a; background: #dcf4e8; border-radius: 50%; place-items: center; font-size: .72rem; font-weight: 850; }
.docs-flow strong { overflow-wrap: anywhere; }
.docs-flow small { margin-top: 4px; color: #718078; }
.docs-flow > span { color: #8aa096; }
.docs-endpoint-title { display: flex; align-items: center; gap: 14px; }
.docs-endpoint-title h2 { min-width: 0; }
.docs-endpoint-title h2 code { overflow-wrap: anywhere; }
.docs-method { flex: 0 0 auto; padding: 6px 9px; color: #fff; background: var(--brand-action); border-radius: 6px; font-size: .7rem; font-weight: 900; letter-spacing: .06em; }
.docs-status { padding: 5px 8px; color: #075f3a; background: #e3f5ec; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.docs-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--border); border-radius: 11px; }
.docs-table { width: 100%; min-width: 660px; border-collapse: collapse; background: #fff; font-size: .84rem; }
.docs-table th, .docs-table td { padding: 13px 15px; text-align: left; vertical-align: top; border-bottom: 1px solid #e7ece9; }
.docs-table tr:last-child td { border-bottom: 0; }
.docs-table th { color: #67776e; background: #f4f7f5; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.docs-table td { color: #4e5f56; }
.docs-required { color: #075f3a; font-weight: 800; }
.docs-note { padding: 13px 16px; color: #5d6b64 !important; background: #f0f4f2; border-radius: 8px; font-size: .82rem; }
.docs-advanced { margin-top: 22px; background: #fff; border: 1px solid var(--border); border-radius: 11px; }
.docs-advanced summary { display: flex; min-height: 48px; padding: 12px 16px; align-items: center; color: #234036; cursor: pointer; font-weight: 750; }
.docs-advanced > p { margin: 0; padding: 0 16px 16px; color: #52635a; font-size: .88rem; }
.docs-advanced .docs-definition-grid { margin: 0 16px 16px; }
.docs-definition-grid { display: grid; grid-template-columns: minmax(170px, .55fr) minmax(0, 1.45fr); margin-top: 24px; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 11px; }
.docs-definition-grid > * { padding: 14px 16px; border-bottom: 1px solid var(--border); }
.docs-definition-grid > *:nth-last-child(-n+2) { border-bottom: 0; }
.docs-definition-grid code { color: #075f3a; font-weight: 750; }
.docs-definition-grid span { color: #52635a; }
.docs-cta { display: flex; margin-top: 58px; padding: 34px; align-items: center; justify-content: space-between; gap: 28px; background: #edf8f2; border: 1px solid #cce9db; border-radius: 16px; }
.docs-cta p { margin-bottom: 7px; }
.docs-cta h2 { max-width: 510px; font-size: clamp(1.5rem, 3vw, 2rem); }
.docs-cta .button { flex: 0 0 auto; }
.docs-footer { display: flex; min-height: 84px; padding: 20px max(24px, calc((100vw - 1280px) / 2)); align-items: center; justify-content: space-between; gap: 24px; color: #abc0b6; background: #08271c; font-size: .82rem; }
.docs-footer a { color: #dff8ec; }
@media (max-width: 860px) {
  .docs-shell { grid-template-columns: minmax(0, 1fr); width: min(760px, calc(100% - 32px)); padding-top: 32px; }
  .docs-sidebar { display: none; }
}
@media (max-width: 620px) {
  .docs-header { min-height: 68px; padding: 10px 16px; }
  .docs-brand img { width: 86px; height: 40px; }
  .docs-brand > span, .docs-brand strong, .docs-header nav > a:not(.button) { display: none; }
  .docs-header .button { min-height: 42px; padding-inline: 12px; font-size: .78rem; }
  .docs-shell { width: min(100% - 24px, 560px); padding: 20px 0 60px; }
  .docs-hero { padding: 30px 22px; border-radius: 16px; }
  .docs-hero h1 { font-size: clamp(2rem, 11vw, 3rem); }
  .docs-base-url { align-items: flex-start; flex-direction: column; gap: 5px; }
  .docs-section { padding: 42px 0; }
  .docs-section pre { padding: 18px 15px; }
  .docs-flow { grid-template-columns: minmax(0, 1fr); }
  .docs-flow > span { transform: rotate(90deg); justify-self: center; }
  .docs-endpoint-title { align-items: flex-start; flex-direction: column; }
  .docs-callout { grid-template-columns: minmax(0, 1fr); gap: 5px; }
  .docs-definition-grid { grid-template-columns: minmax(0, 1fr); }
  .docs-definition-grid > * { border-bottom: 0; }
  .docs-definition-grid code { padding-bottom: 3px; }
  .docs-definition-grid span { padding-top: 3px; border-bottom: 1px solid var(--border); }
  .docs-definition-grid span:last-child { border-bottom: 0; }
  .docs-cta { align-items: stretch; flex-direction: column; }
  .docs-cta .button { width: 100%; }
  .docs-footer { align-items: flex-start; flex-direction: column; }
}
.confirmation-shell { display: grid; min-height: 100vh; padding: 24px; place-items: center; }
.confirmation-card { width: min(560px, 100%); padding: 40px; text-align: center; }
.confirmation-card img { margin: 0 auto 20px; }
.confirmation-icon { display: grid; width: 56px; height: 56px; margin: 0 auto 16px; color: #fff; background: var(--brand-action); border-radius: 50%; place-items: center; font-size: 1.5rem; }
.login-shell { display: grid; grid-template-columns: 1fr minmax(340px, 480px); min-height: 100vh; }
.login-trust { display: grid; align-content: center; padding: clamp(32px, 8vw, 112px); color: #fff; background: var(--nav-surface); }
.login-trust img { width: 132px; height: 74px; margin-bottom: 28px; object-fit: contain; }
.login-trust h2 { max-width: 600px; margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.1; }
.login-trust p:last-child { max-width: 620px; color: #d5e5dc; }
.login-card { align-self: center; margin: 32px; padding: 36px; }
.login-card form { display: grid; gap: 18px; margin-top: 24px; }
.admin-content { width: min(1400px, 100%); margin: 0 auto; padding: 32px; }
.page-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.page-header h1 { margin: 0; }
.green { color: var(--brand-action); }
.summary-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-block: 20px; }
.summary-card, .section-card { padding: 20px; }
.summary-card p { margin: 8px 0 0; font-size: 1.7rem; font-weight: 750; overflow-wrap: anywhere; }
.dependency-title { display: block; margin-bottom: 10px; }
.dependency-health { display: block; margin-top: 4px; }
.section-card { margin-block: 20px; }
.admin-layout { min-height: 100vh; }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 20; display: flex; flex-direction: column; width: 248px; padding: 24px 16px; color: #fff; background: var(--nav-surface); }
.admin-brand { display: flex; align-items: center; gap: 10px; padding: 0 8px 22px; color: #fff; text-decoration: none; font-weight: 750; }
.admin-brand img { width: 82px; height: 48px; object-fit: contain; }
.admin-nav { display: grid; gap: 6px; }
.admin-nav a { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; color: #d5e5dc; border-radius: var(--radius-sm); text-decoration: none; }
.admin-nav a:hover { color: #fff; background: rgb(255 255 255 / 12%); }
.admin-nav a[aria-current="page"] { color: #fff; background: rgb(0 184 122 / 20%); box-shadow: inset 3px 0 0 #27d69b; }
.admin-account { margin-top: auto; padding: 18px 8px 0; border-top: 1px solid rgb(255 255 255 / 14%); }
.sidebar-logout { margin-top: 10px; padding: 0; color: #d5e5dc; background: transparent; }
.admin-main { margin-left: 248px; }
.mobile-nav-toggle { display: none; margin: 12px 16px; }
.flash { margin-bottom: 18px; }
.empty-state { padding: 48px 24px; text-align: center; }
.empty-icon { display: grid; width: 44px; height: 44px; margin: 0 auto 12px; color: #075f3a; background: var(--success-soft); border-radius: 50%; place-items: center; font-size: 1.5rem; }
.table-card { overflow: hidden; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border); overflow-wrap: anywhere; }
.data-table th { color: var(--muted); background: #f8faf9; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.customer-list-card { overflow: visible; }
.customer-list-toolbar { display: flex; min-height: 68px; padding: 12px 20px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--border); }
.customer-list-toolbar > div:first-child { display: flex; align-items: baseline; gap: 10px; }
.customer-count { color: var(--muted); font-size: .82rem; }
.customer-search { width: min(280px, 100%); min-width: 0; }
.customer-search input { width: 100%; min-width: 0; padding: 9px 12px; color: var(--text); background: #fafcfb; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.customer-empty-search { margin: 0; padding: 28px 20px; color: var(--muted); text-align: center; }
.customer-table { table-layout: fixed; }
.customer-table th { white-space: nowrap; }
.customer-table th:nth-child(1) { width: 23%; }
.customer-table th:nth-child(2) { width: 17%; }
.customer-table th:nth-child(3) { width: 25%; }
.customer-table th:nth-child(4) { width: 18%; }
.customer-table th:nth-child(5) { width: 17%; }
.customer-table th, .customer-table td { padding-inline: 12px; }
.customer-table td { height: 112px; vertical-align: middle; }
.customer-identity > strong, .customer-identity > .muted { display: block; }
.customer-identity > strong { font-size: .96rem; line-height: 1.35; }
.customer-identity > .muted { margin-top: 3px; font-size: .84rem; overflow-wrap: anywhere; }
.customer-tier .badge { max-width: 100%; }
.quota-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; color: var(--muted); }
.quota-heading strong { color: var(--text); font-size: 1rem; white-space: nowrap; }
.quota-heading span { font-size: .78rem; white-space: nowrap; }
.customer-usage progress { display: block; width: 100%; height: 6px; accent-color: var(--brand-primary); }
.endpoint-usage-list { display: grid; min-width: 0; gap: 10px; }
.endpoint-usage-row { display: grid; min-width: 0; gap: 7px; }
.endpoint-usage-row__heading, .endpoint-usage-row__meta { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 10px; }
.endpoint-usage-row__heading strong, .endpoint-usage-row__heading span, .endpoint-usage-row__heading b { min-width: 0; }
.endpoint-usage-row__heading > span:last-child, .endpoint-usage-row__heading > b { font-variant-numeric: tabular-nums; white-space: nowrap; }
.endpoint-usage-row__meta { color: var(--muted); font-size: .74rem; }
.endpoint-usage-row__remaining { color: #365247; font-weight: 650; }
.endpoint-usage-row progress { display: block; width: 100%; height: 6px; margin: 0; accent-color: var(--brand-primary); }
.endpoint-usage-list--compact { gap: 12px; }
.endpoint-usage-list--compact .endpoint-usage-row__heading strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.quota-meta { display: block; margin-top: 3px; color: var(--muted); font-size: .76rem; }
.usage-detail-link { display: inline-flex; width: fit-content; min-height: 44px; align-items: center; font-size: .88rem; font-weight: 700; }
.status-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.customer-status code { display: block; margin-top: 5px; color: #46544d; background: transparent; font-size: .76rem; }
.customer-status > .badge--warning { margin-top: 5px; }
.section-label { color: var(--muted); font-size: .75rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.actions-heading { text-align: right !important; }
.customer-actions { position: relative; text-align: right; white-space: nowrap; }
.customer-actions > .usage-detail-link, .customer-actions > .customer-action-menu { vertical-align: middle; }
.customer-actions > .usage-detail-link { padding-inline: 11px; }
.customer-action-menu { position: relative; display: inline-block; margin-left: 6px; text-align: left; white-space: normal; }
.customer-action-menu > summary { display: grid; min-width: 44px; min-height: 44px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: #fff; cursor: pointer; list-style: none; place-items: center; font-weight: 750; }
.customer-action-menu > summary::-webkit-details-marker { display: none; }
.customer-action-menu[open] > summary { color: var(--brand-action); border-color: #9ecdb6; background: var(--success-soft); }
.customer-action-menu__panel { position: absolute; top: calc(100% + 6px); right: 0; z-index: 10; display: grid; width: max-content; min-width: 176px; padding: 6px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.customer-action-menu__panel .button { width: 100%; justify-content: flex-start; }
.customer-action-menu__panel .text-danger { color: var(--danger); }
.quota-cell { display: grid; min-width: 150px; gap: 5px; }
.quota-cell progress { width: 100%; height: 8px; accent-color: var(--brand-primary); }
.usage-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.usage-filters h2, .usage-chart-heading h2 { margin-top: 0; }
.range-presets, .usage-filter-form, .series-toggles, .usage-chart-heading { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; }
.range-presets { margin-bottom: 18px; }
.range-presets a { display: inline-flex; min-height: 44px; padding: 9px 14px; align-items: center; border: 1px solid var(--border); border-radius: var(--radius-sm); text-decoration: none; }
.usage-filter-form .field { min-width: 160px; }
.usage-chart-heading { justify-content: space-between; align-items: flex-start; }
.series-toggles { padding: 0; border: 0; }
.series-toggles label { display: inline-flex; min-height: 44px; gap: 7px; align-items: center; cursor: pointer; }
.series-toggles input { min-height: auto; accent-color: var(--brand-primary); }
.chart-scroll, .table-scroll { overflow-x: auto; }
.rejection-history { width: 100%; min-width: 420px; border-collapse: collapse; font-size: .82rem; }
.rejection-history th, .rejection-history td { padding: 10px 8px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); overflow-wrap: anywhere; }
.rejection-history th { color: var(--muted); background: #f8faf9; }
.rejection-reason-text { white-space: pre-wrap; }
.rejection-feedback { display: block; }
.rejection-email-choice { display: flex; min-height: 44px; gap: 10px; padding: 9px 12px; align-items: center; background: #f8faf9; border: 1px solid var(--border); border-radius: var(--radius-sm); cursor: pointer; font-weight: 650; }
.rejection-email-choice input { min-height: auto; accent-color: var(--brand-primary); }
.review-decision-card .danger-zone .status--error { color: var(--danger); }
.usage-chart { min-width: 640px; margin-top: 18px; overflow: visible; }
.chart-axis { stroke: var(--border); stroke-width: 2; }
.series { fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.series--total { stroke: #166534; fill: #166534; }
.series--autocomplete { stroke: #2563eb; fill: #2563eb; }
.series--detail { stroke: #c2410c; fill: #c2410c; }
polyline.series--autocomplete { stroke-dasharray: 12 7; }
polyline.series--detail { stroke-dasharray: 3 7; }
polyline.series { fill: none; }
.usage-chart circle { stroke: #fff; stroke-width: 2; }
.usage-chart circle:focus { outline: none; stroke: var(--text); stroke-width: 4; }
.usage-data-table { margin-top: 16px; }
.usage-data-table summary { min-height: 44px; padding: 10px 0; cursor: pointer; font-weight: 650; }
.mobile-record-list { display: none; }
.clean-list { display: grid; gap: 0; padding: 0; list-style: none; }
.clean-list li { display: grid; grid-template-columns: 1fr 1fr auto; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.clean-list a, .back-link { display: inline-flex; align-items: center; min-height: 44px; }
.list-meta { display: block; }
.review-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 20px; align-items: start; }
.facts { display: grid; grid-template-columns: minmax(130px, .35fr) 1fr; column-gap: 20px; margin: 0; }
.facts dt, .facts dd { padding: 12px 0; border-bottom: 1px solid var(--border); overflow-wrap: anywhere; }
.facts dt { color: var(--muted); font-weight: 650; }.facts dd { margin: 0; }
.stack { display: grid; gap: 16px; }
.custom-policy { display: grid; gap: 12px; padding: 16px; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.danger-zone { margin-top: 24px; padding-top: 20px; border-top: 1px solid #efc2bd; }
.actions { display: flex; flex-wrap: wrap; gap: 8px; }.actions form { margin: 0; }
.text-danger { color: var(--danger); background: transparent; }.badge { display: inline-flex; align-items: center; min-height: 28px; padding: 3px 9px; color: #46544d; background: #edf1ef; border-radius: 999px; font-size: .82rem; white-space: nowrap; }.badge--active { color: #075f3a; background: var(--success-soft); }.badge--danger { color: #8a1c13; background: var(--danger-soft); }
.registration-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(100%, 600px); gap: 4px; margin: 0 0 20px; padding: 4px; background: #e9efec; border: 1px solid var(--border); border-radius: var(--radius-md); }
.registration-tabs a { display: inline-flex; justify-content: center; min-width: 0; min-height: 44px; gap: 8px; padding: 8px 14px; align-items: center; color: var(--muted); border: 1px solid transparent; border-radius: var(--radius-sm); text-decoration: none; white-space: nowrap; font-weight: 650; }
.registration-tabs a:hover { color: var(--text); background: rgb(255 255 255 / 65%); }
.registration-tabs a[aria-current="page"] { color: #075f3a; background: var(--surface); border-color: #b7d7c7; box-shadow: 0 1px 3px rgb(13 33 25 / 8%); }
.tab-count { display: inline-grid; min-width: 24px; min-height: 24px; padding-inline: 6px; color: inherit; background: rgb(93 107 100 / 10%); border-radius: 999px; place-items: center; font-size: .78rem; line-height: 1; }
.registration-tabs a[aria-current="page"] .tab-count { background: var(--success-soft); }
.decision-summary { border-top: 3px solid var(--border); }
.decision-summary .button { width: fit-content; margin-top: 20px; }
.customer-policy { padding: 24px; }
.customer-policy__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.customer-policy__header h2 { margin: 0; }
.customer-policy__header p { margin: 5px 0 0; }
.policy-edit { display: none; }
html.js .policy-edit { display: inline-flex; }
.customer-policy__summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 20px 0 0; }
.customer-policy__summary > div { min-width: 0; padding: 16px; background: #f5f8f6; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.customer-policy__summary dt { color: var(--muted); font-size: .75rem; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.customer-policy__summary dd { margin: 7px 0 0; font-size: 1.2rem; font-weight: 750; overflow-wrap: anywhere; }
.customer-policy__editor { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); }
.customer-policy__editor > .field { max-width: 440px; }
.policy-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.customer-policy__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.customer-policy :focus-visible, .registration-tabs a:focus-visible { outline: 3px solid rgb(0 133 82 / 30%); outline-offset: 2px; }
.tier-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tier-card { padding: 22px; }
.tier-card h2 { margin: 0 0 8px; }
.tier-card__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.tier-edit { display: none; }
html.js .tier-edit { display: inline-flex; }
.tier-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 24px 0 0; }
.tier-summary div { min-width: 0; padding: 14px; background: #f5f8f6; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.tier-summary dt { color: var(--muted); font-size: .82rem; }
.tier-summary dd { margin: 6px 0 0; font-size: 1.35rem; font-weight: 750; overflow-wrap: anywhere; }
.tier-editor { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); }
.tier-editor__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.toggle { display: flex; align-items: center; gap: 8px; min-height: 44px; }
.toggle input { min-height: auto; }
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-heading h2, .section-heading h3 { margin: 0; }
.section-heading .eyebrow { color: var(--brand-action); margin-bottom: 5px; }
.endpoint-section { padding: 24px; margin-bottom: 28px; overflow: hidden; }
.quota-matrix-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.quota-matrix { width: 100%; min-width: 780px; border-collapse: collapse; table-layout: fixed; }
.quota-matrix th, .quota-matrix td { padding: 14px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: middle; }
.quota-matrix thead th { color: var(--muted); background: #f5f8f6; font-size: .78rem; letter-spacing: .045em; text-transform: uppercase; }
.quota-matrix thead th:first-child { width: 28%; }
.quota-matrix tbody tr:last-child > * { border-bottom: 0; }
.quota-matrix tbody th { background: #fbfcfb; }
.quota-matrix input { width: 100%; min-width: 0; padding: 9px 10px; border: 1px solid #aebdb5; border-radius: var(--radius-sm); font-variant-numeric: tabular-nums; }
.endpoint-name, .quota-matrix code, .endpoint-state { display: block; }
.endpoint-name { margin-bottom: 2px; font-size: .95rem; }
.quota-matrix code, .endpoint-card code, .customer-endpoint-quotas code { color: var(--muted); background: transparent; font-size: .76rem; overflow-wrap: anywhere; }
.endpoint-state { width: fit-content; margin-top: 7px; padding: 2px 7px; color: var(--muted); background: #edf1ef; border-radius: 999px; font-size: .7rem; font-weight: 700; }
.endpoint-state--active { color: #075f3a; background: var(--success-soft); }
.form-actions--end { display: flex; justify-content: flex-end; margin-top: 16px; }
.endpoint-admin { margin-bottom: 32px; }
.endpoint-admin__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.endpoint-card { display: grid; min-width: 0; gap: 14px; padding: 20px; box-shadow: none; }
.endpoint-card--new { border-style: dashed; background: #fbfdfc; }
.endpoint-card__identity, .endpoint-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.endpoint-route { min-width: 0; margin: 0; color: var(--muted); font-size: .8rem; overflow-wrap: anywhere; }
.endpoint-card__actions .toggle { margin-right: auto; }
.endpoint-quota-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.customer-endpoint-quotas { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.customer-endpoint-quotas article { min-width: 0; padding: 15px; background: #fbfcfb; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.customer-endpoint-quotas span, .customer-endpoint-quotas strong, .customer-endpoint-quotas code { display: block; min-width: 0; }
.customer-endpoint-quotas b { flex: 0 0 auto; font-variant-numeric: tabular-nums; }
@media (max-width: 1199px) { .customer-table { display: none; } .customer-mobile-list { display: grid; } }
@media (max-width: 1023px) { .summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .data-table { display: none; } .mobile-record-list { display: grid; } .mobile-record-list article { display: grid; gap: 8px; padding: 16px; border-bottom: 1px solid var(--border); overflow-wrap: anywhere; } .customer-mobile-list { gap: 12px; padding: 12px; background: #f7f9f8; } .customer-list-toolbar { align-items: stretch; flex-direction: column; } .customer-list-toolbar > div:first-child { justify-content: space-between; } .customer-search { width: 100%; } .customer-mobile-list article { min-width: 0; gap: 16px; padding: 18px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md); } .customer-mobile-list .customer-identity { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 12px; } .customer-mobile-list .customer-identity .badge { grid-column: 2; grid-row: 1 / span 2; align-self: flex-start; justify-self: end; } .customer-mobile-list .customer-usage { padding: 14px; background: #f7faf8; border-radius: var(--radius-sm); } .customer-mobile-list .customer-status { display: grid; justify-items: start; gap: 5px; } .customer-mobile-list .customer-status code, .customer-mobile-list .customer-status > .badge--warning { margin-top: 0; } .customer-mobile-list .customer-actions { display: flex; justify-content: flex-start; align-items: center; text-align: left; } .customer-mobile-list .customer-action-menu__panel { right: auto; left: 0; } }
@media (max-width: 767px) { .public-shell { padding: 16px; } .public-layout, .form-grid, .choice-grid { grid-template-columns: 1fr; } .trust-panel { position: static; padding: 24px; } .brand-visual { margin: -8px -8px 20px; } .confirmation-card { padding: 28px 20px; } }
@media (max-width: 240px) { .public-shell { padding: 4px; } .public-brand { padding-inline: 12px; margin-bottom: 12px; } .trust-panel { padding: 16px; } .brand-visual { margin: 0 0 16px; } .brand-stats { grid-template-columns: 1fr; } .public-card { padding: 8px; } .admin-content { padding: 12px 8px; } .customer-list-toolbar, .customer-mobile-list { padding: 8px; } .customer-mobile-list article { padding: 12px; } .customer-mobile-list .customer-identity { grid-template-columns: 1fr; } .customer-mobile-list .customer-identity .badge { grid-column: 1; grid-row: auto; justify-self: start; } .customer-mobile-list .quota-heading { flex-wrap: wrap; } .customer-mobile-list .customer-action-menu__panel { left: -80px; min-width: 150px; } }
@media (max-width: 767px) { .login-shell { grid-template-columns: 1fr; } .login-trust { display: none; } .login-card { margin: 16px; padding: 24px; } .admin-content { padding: 20px 16px; } .page-header { flex-direction: column; } .summary-grid, .usage-summary { grid-template-columns: 1fr; } .usage-filter-form { align-items: stretch; } .usage-filter-form .field { min-width: 0; grid-template-columns: minmax(0, 1fr); } .usage-filter-form .field, .usage-filter-form .button, .usage-filter-form input, .usage-filter-form select { width: 100%; min-width: 0; max-width: 100%; } }
@media (max-width: 767px) { .admin-sidebar { position: static; width: 100%; } html.js .admin-sidebar { position: fixed; width: min(86vw, 320px); transform: translateX(-100%); visibility: hidden; } html.js .admin-sidebar[data-open] { transform: translateX(0); visibility: visible; } .admin-main { margin-left: 0; } html.js .mobile-nav-toggle { display: inline-flex; } .review-grid, .tier-grid { grid-template-columns: 1fr; } .tier-summary { grid-template-columns: 1fr; } .facts { grid-template-columns: 1fr; }.facts dt { padding-bottom: 0; border: 0; }.facts dd { padding-top: 4px; } .clean-list li { grid-template-columns: 1fr; gap: 4px; } }
@media (max-width: 1023px) { .customer-policy__summary { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 1023px) { .endpoint-admin__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .registration-tabs { grid-template-columns: 1fr; width: 100%; } .registration-tabs a { justify-content: space-between; padding-inline: 12px; } .customer-policy { padding: 18px; } .customer-policy__header { align-items: stretch; flex-direction: column; } .customer-policy__summary, .policy-fields { grid-template-columns: 1fr; } .policy-edit { width: 100%; justify-content: center; } .customer-policy__actions .button { flex: 1 1 100%; justify-content: center; } }
@media (max-width: 767px) {
  .endpoint-section { padding: 16px; }
  .quota-matrix-wrap { overflow: visible; border: 0; }
  .quota-matrix { display: block; min-width: 0; }
  .quota-matrix thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .quota-matrix tbody, .quota-matrix tr, .quota-matrix th, .quota-matrix td { display: block; width: 100%; }
  .quota-matrix tbody { display: grid; gap: 12px; }
  .quota-matrix tr { padding: 15px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: #fff; }
  .quota-matrix tbody th { padding: 0 0 12px; background: transparent; border-bottom: 1px solid var(--border); }
  .quota-matrix td { display: grid; grid-template-columns: minmax(0, 1fr) minmax(110px, .9fr); align-items: center; gap: 12px; padding: 10px 0 0; border: 0; }
  .quota-matrix td::before { content: attr(data-tier); color: var(--muted); font-size: .82rem; font-weight: 650; }
  .endpoint-admin__grid, .endpoint-quota-fields, .customer-endpoint-quotas { grid-template-columns: 1fr; }
  .form-actions--end .button { width: 100%; }
}

/* Developer documentation: restrained reference layout */
.docs-body { color: #202b26; background: #fff; }
.docs-header { position: sticky; min-height: 72px; padding-inline: max(24px, calc((100vw - 1240px) / 2)); background: #fff; border-bottom-color: #e5e9e7; box-shadow: none; backdrop-filter: none; }
.docs-brand { gap: 12px; }
.docs-brand img { width: 104px; height: 44px; }
.docs-brand > span { height: 26px; }
.docs-brand strong { color: #23332b; font-size: .92rem; font-weight: 700; }
.docs-header nav { gap: 18px; }
.docs-header nav > a:not(.button) { color: #526159; font-size: .86rem; }
.docs-header .button { min-height: 40px; padding-inline: 14px; font-size: .8rem; }
.docs-shell { grid-template-columns: 208px minmax(0, 760px); gap: 68px; width: min(1036px, calc(100% - 48px)); padding: 48px 0 88px; }
.docs-sidebar { top: 104px; gap: 1px; padding-right: 24px; border-right-color: #e5e9e7; }
.docs-sidebar p { margin: 24px 10px 7px; color: #87928c; font-size: .64rem; letter-spacing: .1em; }
.docs-sidebar p:first-child { margin-top: 0; }
.docs-sidebar a { min-height: 34px; padding: 6px 10px; color: #5c6a62; border-radius: 4px; font-size: .8rem; }
.docs-sidebar a:hover { color: #193c2d; background: #f1f5f3; }
.docs-hero { padding: 16px 0 48px; color: #202b26; background: none; border-radius: 0; border-bottom: 1px solid #e5e9e7; box-shadow: none; }
.docs-hero .docs-eyebrow { color: #6e7f75; font-size: .67rem; letter-spacing: .1em; }
.docs-hero h1 { max-width: 700px; color: #17241d; font-size: clamp(2.2rem, 4.5vw, 3.35rem); line-height: 1.08; letter-spacing: -.045em; }
.docs-hero > p:not(.docs-eyebrow):not(.docs-hero__note) { max-width: 650px; margin-top: 20px; color: #5d6b64; font-size: 1rem; line-height: 1.65; }
.docs-hero > .docs-hero__note { margin-top: 9px; color: #89958e; font-size: .76rem; }
.docs-base-url { display: inline-flex; margin-top: 25px; padding: 9px 12px; gap: 10px; color: #57665d; background: #f7f9f8; border: 1px solid #e2e8e4; border-radius: 5px; }
.docs-base-url span { color: #7b8981; font-size: .62rem; }
.docs-base-url code { color: #285a43; font-size: .76rem; }
.docs-section { padding: 52px 0; border-bottom-color: #e5e9e7; }
.docs-section-heading > p { margin-bottom: 8px; color: #6e7f75; font-size: .66rem; letter-spacing: .1em; }
.docs-section-heading h2, .docs-endpoint-title h2, .docs-cta h2 { color: #17241d; font-size: clamp(1.55rem, 3vw, 2rem); letter-spacing: -.03em; }
.docs-section > p { color: #596860; font-size: .92rem; line-height: 1.75; }
.docs-section h3 { margin-top: 30px; color: #273931; font-size: .9rem; }
.docs-section pre { margin: 14px 0; padding: 17px 18px; color: #d8e8df; background: #172820; border-color: #263c32; border-radius: 6px; box-shadow: none; line-height: 1.65; }
.docs-section pre code { font-size: .76rem; }
.docs-callout { grid-template-columns: 104px minmax(0, 1fr); margin-top: 18px; padding: 13px 15px; gap: 14px; color: #53645b; background: #f6f9f7; border-left-width: 2px; border-radius: 0 5px 5px 0; font-size: .82rem; }
.docs-callout strong { color: #2f5f48; }
.docs-flow { gap: 0; margin-top: 25px; }
.docs-flow > div { padding: 14px; background: #fff; border-color: #dfe7e2; border-radius: 5px; box-shadow: none; }
.docs-flow > div > span { width: 22px; height: 22px; margin-bottom: 9px; color: #285a43; background: #edf4f0; font-size: .65rem; }
.docs-flow strong { font-size: .82rem; }
.docs-flow small { color: #7a8880; font-size: .72rem; }
.docs-flow > span { padding-inline: 10px; color: #a2aea7; font-size: .85rem; }
.docs-endpoint-title { gap: 11px; }
.docs-method { padding: 5px 7px; color: #2d644a; background: #eaf4ee; border-radius: 4px; font-size: .62rem; }
.docs-status { color: #2d644a; background: #edf6f0; font-size: .61rem; }
.docs-table-wrap { border-color: #dfe7e2; border-radius: 5px; }
.docs-table { font-size: .79rem; }
.docs-table th, .docs-table td { padding: 11px 13px; }
.docs-table th { color: #78857e; background: #f7f9f8; font-size: .62rem; }
.docs-table td { color: #596860; }
.docs-note { color: #68776f !important; background: #f7f9f8; border-radius: 5px; font-size: .76rem; }
.docs-advanced { margin-top: 18px; border-color: #dfe7e2; border-radius: 5px; }
.docs-advanced summary { min-height: 44px; color: #365a48; font-size: .82rem; }
.docs-advanced > p { color: #68776f; font-size: .8rem; line-height: 1.6; }
.docs-definition-grid { margin-top: 18px; border-color: #dfe7e2; border-radius: 5px; }
.docs-definition-grid > * { padding: 11px 13px; font-size: .8rem; }
.docs-definition-grid code { color: #35664f; }
.docs-definition-grid span { color: #68776f; }
.docs-cta { margin-top: 52px; padding: 25px 0; background: none; border: 0; border-top: 1px solid #e5e9e7; border-radius: 0; }
.docs-cta p { margin-bottom: 6px; color: #6e7f75; font-size: .65rem; }
.docs-cta h2 { font-size: 1.45rem; }
.docs-cta .button { min-height: 42px; }
.docs-footer { min-height: 72px; padding-inline: max(24px, calc((100vw - 1240px) / 2)); color: #899a90; background: #f7f9f8; border-top: 1px solid #e5e9e7; font-size: .76rem; }
.docs-footer a { color: #496d59; }

@media (max-width: 860px) {
  .docs-shell { width: min(760px, calc(100% - 32px)); padding-top: 32px; }
}
@media (max-width: 620px) {
  .docs-header { min-height: 64px; padding: 10px 16px; }
  .docs-brand img { width: 84px; height: 38px; }
  .docs-header .button { min-height: 40px; }
  .docs-shell { width: min(100% - 24px, 560px); padding-top: 20px; }
  .docs-hero { padding: 10px 0 34px; }
  .docs-hero h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .docs-callout { grid-template-columns: minmax(0, 1fr); }
  .docs-section { padding: 38px 0; }
  .docs-flow { gap: 0; }
  .docs-flow > div { padding: 12px; }
  .docs-flow > span { padding-block: 6px; }
  .docs-cta { align-items: stretch; }
}

/* API quota configuration */
.quota-config > .section-heading, .quota-config__catalog > .section-heading, .quota-config__limits > .section-heading { margin-bottom: 18px; }
.quota-config .section-heading > div > .muted { max-width: 680px; margin: 5px 0 0; font-size: .84rem; }
.quota-config__catalog { margin-bottom: 26px; padding: 24px; background: #eef4f1; border: 1px solid #dbe7e1; border-radius: 14px; }
.quota-config__catalog .endpoint-admin__grid { grid-template-columns: repeat(3, minmax(240px, 1fr)); }
.quota-config__catalog .endpoint-card { background: #fff; border-color: #d7e3dc; box-shadow: 0 5px 16px rgb(16 44 32 / 4%); }
.quota-config__catalog .endpoint-card--new { background: rgb(255 255 255 / 62%); border-color: #9bcbb4; }
.quota-config__catalog .endpoint-card__identity code { color: #156442; font-weight: 750; }
.quota-config__catalog .endpoint-card__actions { padding-top: 12px; border-top: 1px solid var(--border); }
.quota-config__matrix { margin-bottom: 28px; box-shadow: 0 8px 24px rgb(16 44 32 / 5%); }
.quota-config__matrix .quota-matrix-wrap { border-color: #d6e2dc; }
.quota-config__matrix .quota-matrix thead th { height: 52px; color: #50655b; background: #edf4f0; }
.quota-config__matrix .quota-matrix tbody tr:hover > * { background: #f8fbf9; }
.quota-config__matrix .quota-matrix input { background: #fff; border-color: #c8d8d0; }
.quota-config__limits { padding: 24px; background: #f0f5f2; border: 1px solid #dce7e1; border-radius: 14px; }
.quota-config__limits .tier-card { box-shadow: 0 5px 16px rgb(16 44 32 / 4%); }
.quota-config__limits .tier-card__header h3 { margin-bottom: 7px; }
.quota-config__limits .tier-summary div { background: #f3f8f5; }

/* Deep GOFA login */
.login-body { min-width: 280px; background: #041d14; }
.login-shell { position: relative; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); overflow: hidden; background: #041d14; }
.login-shell::before, .login-shell::after { position: absolute; width: 560px; height: 1px; background: linear-gradient(90deg, transparent, rgb(49 216 155 / 26%), transparent); content: ""; pointer-events: none; transform: rotate(-13deg); }
.login-shell::before { top: 23%; left: -5%; }
.login-shell::after { bottom: 18%; left: 12%; transform: rotate(18deg); }
.login-brand-panel { position: relative; z-index: 1; display: flex; min-width: 0; padding: clamp(34px, 5vw, 76px); align-content: initial; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 18% 20%, rgb(49 216 155 / 11%), transparent 28%), #041d14; }
.login-brand { display: flex; height: 58px; align-items: center; gap: 18px; }
.login-brand img { width: 142px; height: 58px; margin: 0; object-fit: contain; }
.login-brand > span { width: 1px; height: 34px; background: rgb(255 255 255 / 24%); }
.login-brand > strong { font-size: 1.05rem; }
.login-story { max-width: 680px; padding-block: 50px; }
.login-story h2 { max-width: 720px; font-size: clamp(2.8rem, 5.2vw, 5.3rem); letter-spacing: -.055em; }
.login-story > p:last-child { max-width: 640px; margin: 25px 0 0; color: #b7cdc2; font-size: 1.02rem; line-height: 1.75; }
.login-capabilities { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgb(255 255 255 / 15%); }
.login-capabilities span { display: grid; gap: 7px; padding: 20px 14px 0 0; color: #31d89b; font-size: .7rem; letter-spacing: .08em; }
.login-capabilities strong { color: #cce1d7; font-size: .78rem; letter-spacing: 0; }
.login-auth-panel { position: relative; z-index: 2; display: grid; min-width: 0; padding: clamp(22px, 4vw, 64px); background: #f3f7f5; place-items: center; }
.login-card { width: min(520px, 100%); margin: 0; padding: clamp(28px, 4vw, 48px); border-color: #d8e3dd; border-radius: 16px; box-shadow: 0 22px 60px rgb(4 29 20 / 12%); }
.login-card__mark { display: grid; width: 44px; height: 44px; margin-bottom: 28px; color: #fff; background: linear-gradient(145deg, #00a963, #007947); border-radius: 12px; place-items: center; font-weight: 850; }
.login-card h1 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.35rem); letter-spacing: -.04em; }
.login-card > .muted { margin: 9px 0 0; }
.login-card .status { margin-top: 22px; }
.login-card form { gap: 20px; margin-top: 30px; }
.login-card .field label { color: #33483f; font-size: .82rem; }
.login-card .field input { min-height: 50px; background: #fbfdfc; border-color: #c7d6ce; }
.login-card .submit-wide { min-height: 50px; margin-top: 4px; box-shadow: 0 9px 22px rgb(0 131 77 / 20%); }
.login-support { margin: 24px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.login-support a { font-weight: 700; }

@media (max-width: 1199px) {
  .quota-config__catalog .endpoint-admin__grid { grid-template-columns: repeat(2, minmax(240px, 1fr)); }
  .login-shell { grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); }
  .login-capabilities { grid-template-columns: 1fr; gap: 7px; }
  .login-capabilities span { display: flex; padding-top: 10px; }
}
@media (max-width: 767px) {
  .quota-config__catalog, .quota-config__limits { padding: 16px; }
  .quota-config__catalog .endpoint-admin__grid { grid-template-columns: 1fr; }
  .login-shell { display: grid; grid-template-columns: 1fr; min-height: 100vh; overflow: visible; }
  .login-shell::before, .login-shell::after { display: none; }
  .login-trust.login-brand-panel { display: flex; min-height: auto; padding: 24px 20px 30px; }
  .login-brand { height: 44px; }
  .login-brand img { width: 112px; height: 44px; }
  .login-story { padding: 34px 0 18px; }
  .login-story h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .login-story > p:last-child { margin-top: 18px; font-size: .92rem; }
  .login-capabilities { display: none; }
  .login-auth-panel { padding: 18px 14px 28px; }
  .login-card { padding: 28px 20px; }
  .login-card__mark { display: none; }
}
@media (prefers-reduced-motion: no-preference) {
  button, .button, a { transition: color .16s ease, background-color .16s ease, border-color .16s ease; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Deep GOFA admin console */
.admin-body { min-width: 280px; background: #041d14; }
.admin-layout { padding: 14px; background: radial-gradient(circle at 6% 4%, rgb(49 216 155 / 10%), transparent 24%), #041d14; }
.admin-sidebar { inset: 14px auto 14px 14px; width: 252px; padding: 20px 14px; background: #08271c; border: 1px solid rgb(255 255 255 / 7%); border-radius: 16px; box-shadow: 0 20px 60px rgb(0 0 0 / 18%); }
.admin-sidebar__topline { min-width: 0; }
.admin-nav-overlay, .admin-nav-close { display: none; }
.admin-nav-close { width: 44px; height: 44px; padding: 0; color: #bad0c5; background: transparent; place-items: center; }
.admin-nav-close svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.admin-brand { gap: 12px; min-height: 68px; padding: 0 10px 22px; border-bottom: 1px solid rgb(255 255 255 / 10%); }
.admin-brand img { width: 98px; height: 44px; }
.admin-brand > span { display: grid; min-width: 0; padding-left: 12px; border-left: 1px solid rgb(255 255 255 / 22%); line-height: 1.1; }
.admin-brand strong { font-size: .94rem; }
.admin-brand small { margin-top: 5px; color: #88a99a; font-size: .68rem; font-weight: 650; letter-spacing: .055em; text-transform: uppercase; }
.admin-nav { gap: 4px; padding-top: 14px; }
.admin-nav__group-label { margin: 16px 12px 6px; color: #719486; font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.admin-nav a { position: relative; gap: 12px; padding: 10px 12px; color: #b9d0c5; font-size: .9rem; font-weight: 650; }
.admin-nav a svg, .mobile-nav-toggle svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.admin-nav a:first-of-type svg { fill: currentColor; stroke: none; }
.admin-nav a:hover { color: #fff; background: rgb(255 255 255 / 7%); }
.admin-nav a[aria-current="page"] { color: #fff; background: linear-gradient(90deg, rgb(49 216 155 / 17%), rgb(49 216 155 / 6%)); box-shadow: inset 3px 0 0 #31d89b; }
.admin-account { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 9px 10px; padding: 18px 10px 0; }
.admin-account__avatar { display: grid; width: 36px; height: 36px; color: #06241a; background: #31d89b; border-radius: 10px; place-items: center; font-weight: 800; }
.admin-account > div { display: grid; align-content: center; min-width: 0; }
.admin-account > div strong { font-size: .82rem; }
.admin-account > div small { color: #7fa293; font-size: .68rem; }
.admin-account form { grid-column: 1 / -1; }
.sidebar-logout { width: 100%; margin-top: 2px; justify-content: flex-start; color: #a9c2b6; }
.admin-main { min-height: calc(100vh - 28px); margin-left: 266px; overflow: hidden; background: #f5f8f6; border: 1px solid rgb(255 255 255 / 22%); border-radius: 18px; box-shadow: 0 24px 70px rgb(0 0 0 / 20%); }
.admin-content { width: min(1440px, 100%); padding: clamp(24px, 3vw, 42px); }
.page-header { align-items: end; margin-bottom: 28px; }
.page-header h1 { max-width: 820px; font-size: clamp(1.8rem, 2.4vw, 2.55rem); line-height: 1.12; letter-spacing: -.035em; }
.page-header .muted { max-width: 700px; margin: 8px 0 0; }
.page-header > .button { flex: 0 0 auto; box-shadow: 0 8px 20px rgb(0 131 77 / 18%); }
.admin-content > .eyebrow, .admin-content .section-heading .eyebrow, .page-header .eyebrow { color: #087b4c; }
.summary-grid { gap: 14px; margin: 0 0 18px; }
.summary-card { position: relative; min-height: 154px; padding: 20px; overflow: hidden; box-shadow: 0 7px 20px rgb(16 44 32 / 5%); }
.summary-card::after { position: absolute; right: -22px; bottom: -40px; width: 92px; height: 92px; background: rgb(0 139 82 / 5%); border-radius: 50%; content: ""; }
.summary-card > span { position: relative; z-index: 1; color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .025em; }
.summary-card p { position: relative; z-index: 1; margin: 12px 0 14px; font-size: 2rem; line-height: 1; font-variant-numeric: tabular-nums; }
.summary-card a { position: relative; z-index: 1; display: inline-flex; min-height: 32px; align-items: center; gap: 6px; font-size: .78rem; font-weight: 700; text-decoration: none; }
.summary-card--primary { color: #fff; background: linear-gradient(140deg, #007c49, #005d3a); border-color: #007447; }
.summary-card--primary::after { width: 120px; height: 120px; background: rgb(49 216 155 / 13%); }
.summary-card--primary > span, .summary-card--primary a { color: #bdf4dd; }
.summary-card--primary p { color: #fff; }
.summary-card--health .dependency-title { margin-bottom: 12px; }
.dependency-health { display: flex; align-items: center; gap: 7px; color: var(--muted); }
.dependency-health strong { margin-left: auto; color: var(--text); font-size: .76rem; }
.health-dot { display: inline-block; width: 8px; height: 8px; flex: 0 0 auto; background: #19a76a; border-radius: 50%; box-shadow: 0 0 0 3px rgb(25 167 106 / 12%); }
.health-dot--danger { background: var(--danger); box-shadow: 0 0 0 3px rgb(180 35 24 / 12%); }
.dashboard-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .9fr); gap: 18px; align-items: start; }
.dashboard-layout .section-card { min-width: 0; margin: 0; padding: 0; overflow: hidden; box-shadow: 0 7px 20px rgb(16 44 32 / 5%); }
.dashboard-layout .section-heading { min-height: 92px; margin: 0; padding: 20px 22px; align-items: center; border-bottom: 1px solid var(--border); }
.dashboard-layout .section-heading .eyebrow { margin-bottom: 3px; font-size: .67rem; }
.dashboard-layout .section-heading h2 { font-size: 1.12rem; }
.dashboard-layout .section-heading > a { min-height: 44px; display: inline-flex; align-items: center; font-size: .82rem; font-weight: 700; text-decoration: none; }
.dashboard-registration-list { padding: 0 22px; }
.dashboard-registration-list li { grid-template-columns: 38px minmax(140px, 1fr) minmax(140px, .85fr) auto 32px; min-height: 76px; align-items: center; gap: 12px; }
.dashboard-registration-list li:last-child { border-bottom: 0; }
.dashboard-registration-email { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.record-avatar { display: grid; width: 36px; height: 36px; overflow: hidden; color: transparent; background: radial-gradient(circle at 50% 34%, #178c5b 0 5px, transparent 5.5px), radial-gradient(ellipse at 50% 88%, #79c6a2 0 12px, transparent 12.5px), #e6f5ed; border-radius: 10px; place-items: center; font-size: 0; }
.row-arrow { justify-content: center; min-width: 32px; color: var(--muted); text-decoration: none; }
.dashboard-layout__secondary .badge { flex: 0 0 auto; }
.operations-list { padding: 8px 22px; }
.operations-list > div { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--border); }
.operations-list > div:last-child { border-bottom: 0; }
.operations-list span { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .83rem; }
.operations-list strong { font-size: .78rem; }
.dashboard-quick-links { display: grid; gap: 10px; padding: 14px 22px 22px; }
.dashboard-quick-links a { display: flex; min-height: 60px; padding: 13px 14px; align-items: center; justify-content: space-between; gap: 14px; color: var(--text); background: #f3f8f5; border: 1px solid #d8e7df; border-radius: 10px; text-decoration: none; }
.dashboard-quick-links a:hover { border-color: #a9d3bf; background: #edf7f2; }
.dashboard-quick-links span { color: var(--muted); font-size: .78rem; }
.dashboard-quick-links strong { display: flex; gap: 10px; align-items: center; font-size: 1.08rem; font-variant-numeric: tabular-nums; }
.dashboard-quick-links i { color: var(--brand-action); font-style: normal; }
.admin-content, .admin-content table, .admin-content code { overflow-wrap: anywhere; }

@media (max-width: 1199px) {
  .admin-layout { padding: 10px; }
  .admin-sidebar { inset: 10px auto 10px 10px; width: 218px; }
  .admin-brand img { width: 82px; }
  .admin-main { min-height: calc(100vh - 20px); margin-left: 228px; }
  .dashboard-layout { grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
  .dashboard-registration-list li { grid-template-columns: 36px minmax(130px, 1fr) auto 30px; }
  .dashboard-registration-list li > span:nth-of-type(2) { display: none; }
}
@media (max-width: 900px) {
  .admin-sidebar { width: 82px; padding-inline: 10px; }
  .admin-brand { justify-content: center; padding-inline: 0; }
  .admin-brand img { width: 58px; }
  .admin-brand > span, .admin-nav__group-label, .admin-nav a span, .admin-account > div, .admin-account form { display: none; }
  .admin-nav a { justify-content: center; padding-inline: 0; }
  .admin-account { display: flex; justify-content: center; padding-inline: 0; }
  .admin-main { margin-left: 92px; }
  .summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-layout { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .admin-layout { display: block; min-height: 100vh; padding: 0; background: #f5f8f6; }
  .admin-main { min-height: 100vh; margin-left: 0; border: 0; border-radius: 0; box-shadow: none; }
  .admin-content { padding: 76px 16px 28px; }
  .mobile-nav-toggle { position: fixed; top: 12px; left: 12px; z-index: 19; display: inline-flex; margin: 0; color: #fff; background: #08271c; border-color: rgb(255 255 255 / 10%); box-shadow: 0 8px 24px rgb(4 29 20 / 18%); }
  .admin-nav-overlay { position: fixed; inset: 0; z-index: 19; display: block; background: rgb(2 18 12 / 64%); backdrop-filter: blur(2px); }
  .admin-nav-overlay[hidden] { display: none; }
  html.js .admin-sidebar { inset: 0 auto 0 0; width: min(86vw, 320px); padding: 20px 14px; border: 0; border-radius: 0 18px 18px 0; }
  .admin-sidebar__topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
  html.js .admin-nav-close { display: grid; flex: 0 0 auto; }
  .admin-brand { justify-content: flex-start; padding-inline: 10px; }
  .admin-brand img { width: 98px; }
  .admin-brand > span { display: grid; }
  .admin-nav__group-label { display: block; }
  .admin-nav a { justify-content: flex-start; padding-inline: 12px; }
  .admin-nav a span { display: inline; }
  .admin-account { display: grid; }
  .admin-account > div, .admin-account form { display: grid; }
  .page-header { align-items: stretch; }
  .page-header > .button { width: 100%; }
  .summary-card { min-height: 138px; }
  .dashboard-layout .section-heading { min-height: auto; }
  .dashboard-registration-list { padding-inline: 16px; }
  .dashboard-registration-list li { grid-template-columns: 36px minmax(0, 1fr) 30px; }
  .dashboard-registration-list li time { grid-column: 2; color: var(--muted); font-size: .75rem; }
  .dashboard-registration-list li .row-arrow { grid-column: 3; grid-row: 1 / span 2; }
  body[data-admin-nav-open] { overflow: hidden; }
}
@media (max-width: 520px) {
  .summary-grid { grid-template-columns: 1fr; }
  .summary-card { min-height: 128px; }
  .dashboard-layout .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .dashboard-layout .section-heading > a { min-height: 36px; }
}

/* Registration operations */
.registration-tabs { width: min(100%, 680px); margin-bottom: 18px; padding: 5px; background: #e5ece8; border-color: #d7e2dc; box-shadow: inset 0 1px 2px rgb(7 35 24 / 4%); }
.registration-tabs a { position: relative; padding-inline: 16px; }
.registration-tabs a[aria-current="page"] { color: #075f3a; border-color: #c5ded1; box-shadow: 0 4px 12px rgb(13 33 25 / 8%); }
.registration-list-card { overflow: hidden; box-shadow: 0 8px 24px rgb(16 44 32 / 5%); }
.registration-list-heading { display: flex; min-height: 70px; padding: 14px 20px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--border); }
.registration-list-heading > div { display: grid; gap: 2px; }
.registration-list-heading strong { font-size: .92rem; }
.registration-list-heading .muted { font-size: .76rem; }
.registration-table th:first-child { width: 25%; }
.registration-table th:nth-child(2) { width: 12%; }
.registration-table th:nth-child(3) { width: 18%; }
.registration-table th:nth-child(4) { width: 12%; }
.registration-table th:nth-child(5) { width: 16%; }
.registration-table td { min-height: 78px; vertical-align: middle; }
.registration-record--pending { background: linear-gradient(90deg, rgb(0 139 82 / 2.5%), transparent 32%); }
.registration-record--pending:hover, .registration-record--history:hover { background: #f7faf8; }
.registration-record--history { color: #34423b; }
.registration-identity { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 11px; align-items: center; }
.registration-identity > div { display: grid; min-width: 0; gap: 2px; }
.registration-identity strong, .registration-identity .muted { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.registration-identity .muted { font-size: .78rem; }
.registration-record time { color: var(--muted); font-size: .79rem; font-variant-numeric: tabular-nums; }
.registration-record td:last-child { text-align: right; }
.registration-record__action--primary, .registration-record__action--history { width: max-content; margin-left: auto; font-size: .79rem; }
.registration-record__action--primary { box-shadow: 0 5px 14px rgb(0 131 77 / 15%); }
.registration-mobile-list { background: #f4f8f6; }
.registration-mobile-meta, .registration-mobile-status { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.registration-mobile-meta { padding: 12px 0; color: var(--muted); border-block: 1px solid var(--border); font-size: .82rem; }
.review-layout { grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr); gap: 18px; }
.review-layout > * { min-width: 0; }
.review-layout__facts, .review-decision-card, .decision-summary { margin: 0; padding: 24px; box-shadow: 0 8px 24px rgb(16 44 32 / 5%); }
.review-layout__facts .section-heading, .review-decision-card .section-heading { margin: -2px 0 14px; }
.review-layout__facts .section-heading h2, .review-decision-card .section-heading h2 { font-size: 1.15rem; }
.review-layout__facts .facts { grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr); }
.review-layout__facts .facts dt, .review-layout__facts .facts dd { padding-block: 15px; }
.review-layout__facts .facts dt { font-size: .82rem; }
.review-layout__facts .facts dd { font-weight: 620; }
.review-layout__facts .fact-value--long { font-weight: 450; line-height: 1.65; }
.fact-value--number { font-variant-numeric: tabular-nums; }
.review-layout[data-review-state="pending"] .review-layout__decision { position: sticky; top: 24px; }
.review-decision-card .stack { gap: 18px; }
.review-decision-card select, .review-decision-card input { background: #fbfdfc; }
.review-decision-card .custom-policy { background: #f7faf8; border-color: #d7e5de; }
.review-decision-card .custom-policy legend { padding-inline: 7px; color: #315345; font-size: .8rem; font-weight: 750; }
.review-approve { width: 100%; margin-top: 2px; }
.review-decision-card .danger-zone { margin-top: 22px; }
.review-decision-card .danger-zone p { margin-top: 0; color: var(--muted); font-size: .8rem; }
.review-decision-card .danger-zone .button { width: 100%; color: var(--danger); background: var(--danger-soft); border: 1px solid #efc2bd; }
.decision-summary { border-top-color: #87c9aa; }
.decision-summary h2 { margin: 7px 0 18px; }

@media (max-width: 1199px) {
  .registration-table th:nth-child(2), .registration-table td:nth-child(2) { display: none; }
  .review-layout { grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); }
}
@media (max-width: 1023px) {
  .registration-table { display: none; }
  .registration-mobile-list { display: grid; }
  .review-layout { grid-template-columns: 1fr; }
  .review-layout[data-review-state="pending"] .review-layout__decision { position: static; }
}
@media (max-width: 560px) {
  .registration-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); overflow-x: auto; }
  .registration-tabs a { justify-content: center; min-width: 108px; padding-inline: 10px; }
  .registration-list-heading { align-items: flex-start; }
  .registration-mobile-list article { padding: 16px; }
  .registration-mobile-status { align-items: flex-start; flex-direction: column; }
  .registration-record__action--primary, .registration-record__action--history { width: 100%; margin-left: 0; }
  .review-layout__facts, .review-decision-card, .decision-summary { padding: 18px; }
  .review-layout__facts .facts { grid-template-columns: 1fr; }
}

/* Customer operations */
.customer-directory { border-color: #d7e2dc; box-shadow: 0 8px 24px rgb(16 44 32 / 5%); }
.customer-directory__toolbar { min-height: 76px; padding-inline: 22px; background: linear-gradient(180deg, #fff, #fcfdfc); }
.customer-directory__toolbar strong { font-size: .95rem; }
.customer-directory__toolbar .customer-count { padding-left: 10px; border-left: 1px solid var(--border); }
.customer-search { position: relative; }
.customer-search::before { position: absolute; top: 50%; left: 13px; color: #789087; content: "⌕"; transform: translateY(-52%); }
.customer-search input { padding-left: 37px; background: #f6f9f7; border-color: #d4dfd9; }
.customer-table thead th { height: 46px; color: #607068; background: #f2f6f4; font-size: .72rem; }
.customer-table tbody tr:hover { background: #f9fbfa; }
.customer-table .customer-identity strong { color: #14251d; }
.customer-tier .badge { border: 1px solid #d9e3de; }
.customer-row__primary-action { gap: 7px; color: var(--brand-action); border-color: #b9d7c8; background: #f7fcf9; text-decoration: none; }
.customer-row__primary-action:hover { background: #eaf7f0; border-color: #91c8ad; }
.customer-action-menu > summary { color: #526159; background: #fafcfb; }
.customer-action-menu__panel { padding: 8px; border-color: #d6e1db; box-shadow: 0 16px 40px rgb(13 33 25 / 15%); }
.customer-action-menu__panel .button { min-height: 40px; font-size: .82rem; font-weight: 650; }
.customer-profile .back-link { margin-bottom: 12px; font-size: .82rem; font-weight: 700; text-decoration: none; }
.customer-profile__identity { min-height: 98px; padding-bottom: 20px; border-bottom: 1px solid #dce6e1; }
.customer-profile__identity-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.customer-profile__policy { margin-top: 22px; box-shadow: 0 8px 24px rgb(16 44 32 / 5%); }
.customer-profile__policy .customer-policy__header { padding-bottom: 17px; border-bottom: 1px solid var(--border); }
.customer-profile__policy .customer-policy__header h2 { font-size: 1.16rem; }
.customer-profile__policy .policy-edit { color: var(--brand-action); background: #eef8f3; border: 1px solid #bee0cf; }
.customer-profile__policy .customer-policy__summary > div { background: #f4f8f6; border-color: #dbe7e0; }
.customer-profile__policy .customer-policy__summary dt { color: #68776f; font-size: .68rem; }
.customer-profile__policy .customer-policy__summary dd { font-size: 1.08rem; font-variant-numeric: tabular-nums; }
.customer-profile__policy .customer-endpoint-quotas article { padding: 17px; background: #fff; border-color: #d8e5de; }
.customer-profile__quota { margin-block: 18px; }
.customer-profile__quota .summary-card { min-height: 128px; }
.customer-profile__quota .summary-card p { font-size: 1.65rem; }
.customer-profile__keys { margin-block: 18px; padding: 20px 22px; box-shadow: 0 8px 24px rgb(16 44 32 / 5%); }
.customer-profile__keys .section-heading { margin: 0; align-items: center; }
.customer-profile__keys .section-heading h2 { font-size: 1.1rem; }
.customer-profile__keys .section-heading p { margin: 4px 0 0; font-size: .8rem; }
.customer-profile__keys .actions { justify-content: flex-end; }
.customer-profile .usage-metadata { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 16px 20px; background: #eef6f2; box-shadow: none; }
.customer-profile .usage-metadata p { margin: 0; font-size: .8rem; }
.customer-profile__usage { box-shadow: 0 8px 24px rgb(16 44 32 / 5%); }
.customer-profile .usage-filters { padding: 22px; }
.customer-profile .range-presets a { color: #345046; background: #f7faf8; border-color: #d8e3dd; font-size: .8rem; font-weight: 700; }
.customer-profile .usage-filter-form { padding-top: 18px; border-top: 1px solid var(--border); }
.customer-profile .usage-chart-card { padding: 24px; }
.customer-profile .series-toggles { gap: 8px; }
.customer-profile .series-toggles label { padding: 0 10px; background: #f5f8f6; border: 1px solid var(--border); border-radius: 8px; font-size: .78rem; }

@media (max-width: 1023px) {
  .customer-profile__identity { align-items: flex-start; }
  .customer-profile__identity-meta { justify-content: flex-start; }
  .customer-profile__keys .section-heading { align-items: stretch; flex-direction: column; }
  .customer-profile__keys .actions { justify-content: flex-start; }
}
@media (max-width: 767px) {
  .customer-directory__toolbar { padding-inline: 16px; }
  .customer-profile .usage-metadata { grid-template-columns: 1fr; }
  .customer-profile__keys .actions, .customer-profile__keys .actions form, .customer-profile__keys .actions .button { width: 100%; }
}

/* Public API Search registration page */
.registration-body {
  --registration-bg: #f9fafb;
  --registration-surface: #fff;
  --registration-soft: #f9fafb;
  --registration-text: #111827;
  --registration-muted: #6b7280;
  --registration-line: #e5e7eb;
  color: var(--registration-text);
  background: var(--registration-bg);
}
html.dark .registration-body {
  --registration-bg: #111827;
  --registration-surface: #1f2937;
  --registration-soft: #111827;
  --registration-text: #f9fafb;
  --registration-muted: #9ca3af;
  --registration-line: #374151;
  color-scheme: dark;
}
.registration-page { min-height: 100vh; overflow: visible; color: var(--registration-text); background: var(--registration-bg); }
.registration-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  min-height: 80px;
  padding: 10px max(24px, calc((100vw - 1280px) / 2));
  background: rgb(255 255 255 / 85%);
  border-bottom: 1px solid #f3f4f6;
  backdrop-filter: blur(14px);
}
html.dark .registration-header { background: rgb(17 24 39 / 85%); border-bottom-color: #1f2937; }
.registration-brand { min-height: 56px; color: var(--registration-text); }
.registration-brand img { width: 132px; height: 56px; object-fit: contain; object-position: left center; }
.registration-header__nav { display: flex; align-items: center; gap: 24px; }
.registration-header__nav > a { display: inline-flex; min-height: 44px; align-items: center; color: var(--registration-muted); font-size: .87rem; font-weight: 750; text-decoration: none; }
.registration-header__nav > a:hover { color: var(--brand-primary); }
.registration-header__nav > a.registration-map-link { padding: 0; border-radius: 0; background: transparent; color: var(--registration-muted); box-shadow: none; }
.registration-header__nav > a.registration-map-link:hover { background: transparent; color: var(--brand-primary); }
.registration-theme-toggle { position: relative; display: grid; width: 42px; min-height: 42px; padding: 0; place-items: center; color: var(--registration-muted); background: #f3f4f6; border: 1px solid #f3f4f6; border-radius: 50%; }
html.dark .registration-theme-toggle { background: #1f2937; border-color: #1f2937; }
.registration-theme-toggle:hover { color: var(--brand-primary); border-color: #9ccdb5; }
.theme-icon { width: 19px; height: 19px; fill: currentColor; }
.theme-icon--sun, html.dark .theme-icon--moon { display: none; }
html.dark .theme-icon--sun { display: block; }

.registration-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 420px);
  gap: clamp(36px, 4vw, 64px);
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 20px 0 36px;
  align-items: start;
}
.registration-story { position: static; display: grid; min-width: 0; gap: 10px; color: var(--registration-text); }
.registration-intro { min-width: 0; }
.registration-story__eyebrow { margin: 0 0 7px; color: var(--brand-primary); font-size: clamp(1.24rem, 1.58vw, 1.44rem); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.registration-story h1 { max-width: none; margin: 0; color: var(--registration-text); font-size: clamp(.92rem, 1.3vw, 1.15rem); line-height: 1.2; letter-spacing: -.045em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.registration-story__lead {
  width: fit-content;
  max-width: 100%;
  margin: 8px 0 0;
  color: transparent;
  background: linear-gradient(100deg, #008b52, #00b368 45%, #14d18a 65%, #008b52);
  background-clip: text;
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  font-weight: 850;
  line-height: 1.35;
}
html.dark .registration-story__lead { background-image: linear-gradient(100deg, #36dfa0, #91f6ca 52%, #fff); }
.registration-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; max-width: none; margin: 0; }
.registration-proof div { display: grid; grid-template-columns: 42px minmax(0, 1fr); min-width: 0; padding: 0; align-items: center; gap: 9px; background: none; }
.registration-proof-icon { width: 42px; height: 42px; box-sizing: border-box; grid-row: 1 / span 2; padding: 10px; fill: none; stroke: var(--brand-primary); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; background: #f0fdf4; border-radius: 12px; }
html.dark .registration-proof-icon { background: rgb(0 139 82 / 15%); }
.registration-proof dt { align-self: end; color: var(--registration-text); font-size: clamp(.88rem, 1.2vw, 1.05rem); font-weight: 850; line-height: 1.15; }
.registration-proof dd { align-self: start; margin: 0; color: var(--registration-muted); font-size: .67rem; line-height: 1.25; }
.registration-visual { position: relative; width: min(100%, 900px); aspect-ratio: 1916 / 821; margin: 0; overflow: hidden; justify-self: center; background: var(--registration-soft); border-radius: 18px; box-shadow: 0 16px 40px rgb(17 24 39 / 12%); }
.registration-visual img { display: block; width: 100%; height: 100%; object-fit: contain; }
.registration-steps { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.registration-steps::before { position: absolute; top: 50%; right: 12%; left: 12%; height: 1px; background: var(--registration-line); content: ""; transform: translateY(-50%); }
.registration-steps li { position: relative; display: flex; min-width: 0; align-items: center; gap: 10px; }
.registration-steps li:nth-child(2) { justify-self: center; }
.registration-steps li:last-child { justify-self: end; }
.registration-steps li > span { z-index: 1; display: grid; width: 40px; height: 40px; flex: 0 0 auto; color: #fff; background: var(--brand-primary); border: 5px solid var(--registration-bg); border-radius: 50%; place-items: center; font-size: .76rem; font-weight: 850; }
.registration-steps strong, .registration-steps small { display: block; }
.registration-steps strong { color: var(--registration-text); font-size: .78rem; }
.registration-steps small { margin-top: 2px; color: var(--registration-muted); font-size: .65rem; }
.registration-api-showcase { display: grid; max-width: none; margin: 0; padding: 0; gap: 10px; background: none; border: 0; border-radius: 0; box-shadow: none; }
.registration-api-showcase__heading h2 { margin: 0; color: var(--registration-text); font-size: 1.05rem; }
.registration-api-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.registration-api-card { min-width: 0; padding: 15px; background: var(--registration-surface); border: 1px solid var(--registration-line); border-radius: 12px; box-shadow: 0 1px 3px rgb(17 24 39 / 6%); }
.registration-api-card h3 { margin: 0; color: var(--brand-primary); font-size: .85rem; }
.registration-api-card h3 span { margin-right: 3px; }
.registration-api-card p { margin: 7px 0 0; color: var(--registration-muted); font-size: .72rem; line-height: 1.55; }
.registration-features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 18px 0 0; gap: 14px; border-top: 1px solid var(--registration-line); list-style: none; }
.registration-features li { display: flex; min-width: 0; align-items: center; gap: 8px; }
.registration-feature-icon { width: 28px; height: 28px; flex: 0 0 auto; fill: none; stroke: var(--brand-primary); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.registration-features strong, .registration-features small { display: block; }
.registration-features strong { color: var(--registration-text); font-size: .72rem; }
.registration-features small { margin-top: 2px; color: var(--registration-muted); font-size: .61rem; line-height: 1.25; }

.registration-card { position: sticky; top: 104px; min-width: 0; max-height: calc(100vh - 128px); padding: 24px; overflow-y: auto; color: var(--registration-text); background: var(--registration-surface); border: 1px solid var(--registration-line); border-radius: 24px; box-shadow: 0 20px 54px rgb(17 24 39 / 12%); scrollbar-width: thin; }
html:not(.dark) .registration-card { border-color: #f3f4f6; }
.registration-card__header { margin-bottom: 18px; gap: 14px; }
.registration-card__header p { margin: 0 0 3px; color: var(--registration-muted); font-size: .7rem; }
.registration-card__header h2 { color: var(--registration-text); font-size: 1.35rem; letter-spacing: -.025em; }
.registration-security { padding: 6px 9px; color: var(--brand-action); background: #f0fdf4; font-size: .62rem; }
html.dark .registration-security { background: rgb(0 139 82 / 15%); }
.registration-card .status { margin-bottom: 16px; }
.registration-card .registration-form { gap: 14px; margin: 0; }
.registration-form-tabs { margin: 0 0 2px; border-bottom: 1px solid var(--registration-line); }
.registration-form-tabs .choice-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; margin: 0; }
.registration-form-tabs .choice-card { position: relative; min-height: 44px; padding: 0 12px 10px; justify-content: center; background: transparent; border: 0; border-bottom: 2px solid transparent; border-radius: 0; }
.registration-form-tabs .choice-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.registration-form-tabs .choice-card strong { color: var(--registration-muted); font-size: .85rem; }
.registration-form-tabs .choice-card:has(input:checked) { background: transparent; border-bottom-color: var(--brand-primary); box-shadow: none; }
.registration-form-tabs .choice-card:has(input:checked) strong { color: var(--brand-primary); }
.registration-form-tabs .choice-card:focus-within { box-shadow: inset 0 0 0 2px rgb(0 139 82 / 30%); }
.registration-business-type { display: flex; min-height: 44px; padding: 0 12px 10px; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--brand-primary); }
.registration-business-type strong { color: var(--brand-primary); font-size: .85rem; }
.registration-business-type small { color: var(--registration-muted); font-size: .7rem; }
.registration-form .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.registration-form .field label { color: var(--registration-text); font-size: .72rem; font-weight: 750; }
.registration-form .field input, .registration-form .field select, .registration-form .field textarea { min-height: 44px; padding: 10px 12px; color: var(--registration-text); background: var(--registration-soft); border-color: var(--registration-line); border-radius: 10px; font-size: .8rem; }
.registration-form .field textarea { min-height: 82px; }
.registration-form .field input::placeholder, .registration-form .field textarea::placeholder { color: #9ca3af; opacity: 1; }
.registration-submit .button { background: #008b52; }
.registration-submit .button:hover { background: #16a34a; }
.registration-card .cf-turnstile { margin-top: 2px; }
.registration-submit { display: flex; padding-top: 14px; align-items: stretch; flex-direction: column; gap: 8px; border-top: 1px solid var(--registration-line); }
.registration-submit .button { width: 100%; min-height: 48px; order: 0; box-shadow: 0 10px 22px rgb(0 131 77 / 20%); }
.registration-submit p { max-width: none; order: 1; color: var(--registration-muted); font-size: .64rem; text-align: center; }

.registration-contact-section { padding: 64px max(24px, calc((100vw - 1080px) / 2)); background: var(--registration-bg); border-top: 1px solid var(--registration-line); text-align: center; }
.registration-contact-section > header h2 { margin: 0; color: var(--registration-text); font-size: clamp(1.6rem, 3vw, 2.25rem); }
.registration-contact-section > header h2::after { display: block; width: 46px; height: 3px; margin: 16px auto; background: var(--brand-primary); border-radius: 99px; content: ""; }
.registration-contact-section > header p { margin: 0 auto 30px; color: var(--registration-muted); font-size: .88rem; }
.registration-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.registration-contact-grid address { display: grid; min-width: 0; min-height: 170px; padding: 24px; place-content: center; gap: 8px; background: var(--registration-surface); border: 1px solid var(--registration-line); border-radius: 16px; font-style: normal; box-shadow: 0 1px 3px rgb(17 24 39 / 5%); }
.registration-contact-grid address > span { display: grid; width: 38px; height: 38px; margin: 0 auto 3px; color: var(--brand-primary); background: var(--registration-soft); border-radius: 50%; place-items: center; }
.registration-contact-grid strong { color: var(--registration-text); }
.registration-contact-grid p, .registration-contact-grid a { margin: 0; color: var(--registration-muted); font-size: .82rem; line-height: 1.5; }
.registration-contact-grid a { color: var(--brand-primary); font-size: 1rem; font-weight: 800; text-decoration: none; }
.registration-footer { display: flex; min-height: 110px; padding: 20px max(24px, calc((100vw - 1280px) / 2)); align-items: center; justify-content: space-between; gap: 28px; background: var(--registration-surface); border-top: 1px solid var(--registration-line); }
.registration-footer img { width: 112px; height: 52px; object-fit: contain; }
.registration-footer nav { display: flex; gap: 24px; }
.registration-footer nav a { color: var(--registration-muted); font-size: .78rem; font-weight: 750; text-decoration: none; }
.registration-footer p { margin: 0; color: var(--registration-muted); font-size: .72rem; }

@media (max-width: 1040px) {
  .registration-layout { grid-template-columns: minmax(0, 1fr); width: min(760px, calc(100% - 36px)); }
  .registration-card { position: static; max-height: none; }
  .registration-visual { height: auto; aspect-ratio: 1916 / 821; }
}
@media (max-width: 680px) {
  .registration-header { min-height: 64px; padding: 8px 16px; gap: 12px; }
  .registration-brand { min-height: 44px; flex: 0 0 auto; }
  .registration-brand img { width: 96px; height: 44px; }
  .registration-header__nav { min-width: 0; gap: 4px; }
  .registration-header__nav > a { padding-inline: 4px; font-size: .75rem; white-space: nowrap; }
  .registration-header__nav > a[href="#contact"] { display: none; }
  .registration-theme-toggle { width: 44px; min-height: 44px; flex: 0 0 auto; }
  .registration-layout { width: min(100% - 32px, 560px); padding: 24px 0 40px; gap: 24px; }
  .registration-story { gap: 20px; padding-bottom: 0; }
  .registration-story__eyebrow { margin-bottom: 10px; font-size: clamp(1.125rem, 5vw, 1.375rem); line-height: 1.45; letter-spacing: .055em; }
  .registration-story h1 { font-size: .875rem; line-height: 1.5; letter-spacing: -.02em; white-space: normal; overflow: visible; text-overflow: clip; }
  .registration-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .registration-proof div { grid-template-columns: 36px minmax(0, 1fr); gap: 4px 8px; }
  .registration-proof-icon { width: 36px; height: 36px; padding: 8px; border-radius: 10px; }
  .registration-proof dt { font-size: 1.125rem; }
  .registration-proof dd { font-size: .75rem; line-height: 1.4; }
  .registration-visual { border-radius: 16px; box-shadow: 0 12px 28px rgb(17 24 39 / 9%); }
  .registration-steps { width: max-content; max-width: 100%; margin-inline: auto; grid-template-columns: 1fr; gap: 12px; }
  .registration-steps::before { top: 20px; right: auto; bottom: 20px; left: 17px; width: 1px; height: auto; transform: none; }
  .registration-steps li, .registration-steps li:nth-child(2), .registration-steps li:last-child { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; justify-self: stretch; }
  .registration-steps li > span { width: 34px; height: 34px; border-width: 4px; }
  .registration-steps strong { font-size: .875rem; }
  .registration-steps small { font-size: .75rem; line-height: 1.4; }
  .registration-api-grid, .registration-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .registration-features { padding-top: 20px; gap: 16px 12px; }
  .registration-features li > div { min-width: 0; }
  .registration-feature-icon { width: 24px; height: 24px; }
  .registration-features strong { font-size: .8125rem; line-height: 1.4; }
  .registration-features small { font-size: .75rem; line-height: 1.4; }
  .registration-card { padding: 22px 16px; border-radius: 20px; box-shadow: 0 12px 32px rgb(17 24 39 / 8%); }
  .registration-card__header { align-items: flex-start; flex-direction: column-reverse; }
  .registration-card__header p { font-size: .8125rem; }
  .registration-card .registration-form { gap: 18px; }
  .registration-form .form-grid { grid-template-columns: minmax(0, 1fr); }
  .registration-form .field label { font-size: .875rem; line-height: 1.5; }
  .registration-form .field input, .registration-form .field select, .registration-form .field textarea { min-height: 48px; font-size: 16px; }
  .registration-form .field__help, .registration-submit p { font-size: .75rem; line-height: 1.5; }
  .registration-contact-section { padding: 40px 16px; scroll-margin-top: 80px; }
  .registration-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .registration-contact-grid address { min-height: 132px; padding: 16px 12px; gap: 6px; }
  .registration-contact-grid address:first-child { grid-column: 1 / -1; min-height: 0; }
  .registration-contact-grid address > span { width: 34px; height: 34px; }
  .registration-contact-grid strong { font-size: .875rem; }
  .registration-contact-grid p, .registration-contact-grid a { overflow-wrap: anywhere; font-size: .8125rem; }
  .registration-contact-grid a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; font-size: .875rem; }
  .registration-footer { padding: 20px 16px max(24px, env(safe-area-inset-bottom)); align-items: center; flex-direction: column; gap: 12px; text-align: center; }
  .registration-footer nav { justify-content: center; }
  .registration-footer nav a { display: inline-flex; min-height: 44px; align-items: center; font-size: .875rem; }
}
@media (max-width: 360px) {
  .registration-brand img { width: 76px; }
  .registration-header { gap: 8px; }
  .registration-header__nav > a { padding-inline: 2px; }
}
@media (prefers-reduced-motion: reduce) {
  .registration-page *, .registration-page *::before, .registration-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
/* Authenticated confirmation opened from a registration notification. */
.review-compact .admin-layout { display: block; }
.review-compact .admin-main { margin: 0; width: 100%; }
.review-compact .admin-content { max-width: 760px; margin: 0 auto; padding: 24px; }
.review-compact .review-layout { display: flex; flex-direction: column; align-items: stretch; gap: 20px; }
.review-compact .review-layout[data-review-state] .review-layout__decision { position: static; width: 100%; }
.review-compact .section-card { padding: 20px; }
.review-compact .facts { row-gap: 0; }
.review-compact .facts dd { overflow-wrap: anywhere; min-width: 0; }
.review-compact .danger-zone { margin: 0; padding: 0; border: 0; }
.review-compact .preset-previews { font-size: 14px; }
.review-compact [hidden] { display: none !important; }
@media (max-width: 600px) {
  .review-compact .admin-content { padding: 16px; }
  .review-compact .policy-fields, .review-compact .endpoint-quota-fields { grid-template-columns: 1fr; }
  .review-compact .page-header { align-items: flex-start; }
  .review-compact .facts { grid-template-columns: 1fr; }
  .review-compact .facts dt { padding: 10px 0 0; border: 0; }
  .review-compact .facts dd { padding: 4px 0 10px; }
}
