:root {
  --service-ink: #202020; --service-paper: #f8f9fa; --service-surface: #fff;
  --service-brand: #f7323f; --service-brand-action: #d51f2c; --service-brand-hover: #c51a26;
  --service-brand-text: #c51a26; --service-copy: #5e5e5e; --service-sub: #505e81;
  --service-sub-dark: #2a385b; --service-soft: #fff1f2; --service-line: #e9ecef;
  --service-muted: #6c757d; --service-radius: 12px; --service-shadow: 0 8px 28px rgba(32,32,32,.08);
  --admin-sidebar: 250px;
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
  color: var(--service-ink); background: var(--service-paper); font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
button:disabled { cursor: not-allowed; opacity: .5; }
input, select, textarea { min-width: 0; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { word-break: keep-all; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(247,50,63,.25); outline-offset: 3px;
}
.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; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 100; padding: 12px 18px; background: white; border: 1px solid var(--service-line); }
.skip-link:focus { top: 12px; }
.button { display: inline-flex; min-height: 44px; gap: 8px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 650; line-height: 1.3; transition: background .15s, border-color .15s, color .15s; }
.button-primary { background: var(--service-brand-action); color: #fff; }
.button-primary:hover { background: var(--service-brand-hover); }
.button-ghost { border-color: var(--service-line); background: #fff; color: var(--service-ink); }
.button-ghost:hover { border-color: #ced4da; background: #fafafa; }
.button-small { min-height: 36px; padding: 0 12px; font-size: 12px; }
.button-full { width: 100%; }
.button-danger { border-color: #ffd0d4; background: var(--service-soft); color: var(--service-brand-text); }
.button-danger:hover { background: #ffe2e5; }
.button-dark { background: var(--service-ink); color: #fff; }
.text-link { color: var(--service-brand-text); font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
.muted { color: var(--service-muted); }
.small { font-size: 12px; line-height: 1.65; }
.mono { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .92em; }
.row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.between { justify-content: space-between; }
.stack { display: grid; gap: 20px; }
.stack-small { display: grid; gap: 12px; }
.mt { margin-top: 24px; }
.mb { margin-bottom: 24px; }
.no-margin { margin: 0; }
.service-header { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; padding: 12px clamp(20px,4vw,56px); border-bottom: 1px solid var(--service-line); background: rgba(255,255,255,.96); }
.service-brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.service-brand-logo { width: 68px; height: 21px; }
.service-brand-copy { padding-left: 10px; border-left: 1px solid var(--service-line); font-size: 12px; color: var(--service-muted); font-weight: 650; letter-spacing: -.02em; }
.service-header-actions { display: flex; align-items: center; gap: 20px; }
.service-header-link { color: var(--service-copy); font-size: 13px; font-weight: 550; }
.service-header-link[aria-current="page"], .service-header-link:hover { color: var(--service-brand-text); }
.service-footer { display: flex; min-height: 100px; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 30px clamp(20px,4vw,56px); border-top: 1px solid var(--service-line); background: #fff; color: var(--service-muted); font-size: 12px; }
.service-footer-logo { width: 45px; height: 21px; }
.service-footer nav { display: flex; gap: 20px; flex-wrap: wrap; }
.landing { background: #fff; }
.landing-hero { display: grid; max-width: 1320px; min-height: 640px; align-items: center; gap: 58px; padding: 88px 56px 94px; margin: 0 auto; grid-template-columns: 1.05fr 1fr; }
.eyebrow { display: block; margin-bottom: 20px; color: var(--service-brand-text); font-size: 12px; font-weight: 750; letter-spacing: .02em; }
.landing-hero h1 { margin: 0; font-size: clamp(36px,3.5vw,54px); font-weight: 750; line-height: 1.25; letter-spacing: -.06em; }
.landing-hero-copy > p { max-width: 550px; margin: 26px 0 30px; color: var(--service-copy); font-size: 16px; line-height: 1.85; word-break: keep-all; }
.landing-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.landing-note { display: block; margin-top: 16px; color: var(--service-muted); font-size: 12px; }
.api-preview { overflow: hidden; border: 1px solid var(--service-line); border-radius: 16px; background: #fff; box-shadow: 0 22px 70px rgba(32,32,32,.1); }
.api-preview-bar { display: flex; min-height: 52px; gap: 7px; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--service-line); background: #fafafa; }
.api-preview-dot { width: 7px; height: 7px; border-radius: 50%; background: #d7dbe0; }
.api-preview-bar strong { margin-left: 10px; color: var(--service-muted); font: 11px ui-monospace, SFMono-Regular, Consolas, monospace; }
.api-preview-endpoint { display: flex; align-items: center; gap: 12px; padding: 20px 22px; font-size: 12px; border-bottom: 1px solid var(--service-line); }
.method { display: inline-flex; padding: 4px 7px; border-radius: 5px; background: #edf7f1; color: #23704d; font: 750 10px ui-monospace, SFMono-Regular, Consolas, monospace; }
.api-preview pre { padding: 22px; margin: 0; overflow: auto; background: #fff; color: #505e81; font-size: 12px; line-height: 1.8; }
.code-key { color: #313d5d; } .code-string { color: #a8473c; } .code-number { color: #447850; }
.api-preview-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 14px 22px; border-top: 1px solid var(--service-line); color: var(--service-muted); font-size: 10px; }
.landing-trust { display: grid; padding: 28px max(24px,calc((100vw - 1160px)/2)); gap: 30px; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--service-line); border-bottom: 1px solid var(--service-line); background: #fafafa; }
.landing-trust div { display: grid; gap: 7px; }
.landing-trust b { font-size: 14px; } .landing-trust span { font-size: 12px; color: var(--service-muted); }
.landing-section { max-width: 1272px; margin: auto; padding: 82px 56px; }
.section-head { max-width: 670px; margin-bottom: 34px; }
.section-head h2 { font-size: clamp(28px,3vw,38px); line-height: 1.35; letter-spacing: -.05em; margin-bottom: 16px; }
.section-head p { color: var(--service-copy); line-height: 1.8; font-size: 15px; }
.feature-grid { display: grid; gap: 18px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.feature-grid article { padding: 28px; border: 1px solid var(--service-line); border-radius: 12px; }
.feature-number { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 8px; margin-bottom: 26px; background: var(--service-soft); color: var(--service-brand-text); font-size: 12px; font-weight: 750; }
.feature-grid h3 { font-size: 18px; letter-spacing: -.025em; margin-bottom: 12px; }
.feature-grid p { font-size: 13px; color: var(--service-copy); line-height: 1.8; margin: 0; }
.onboarding-section { background: #f8f9fa; border-block: 1px solid var(--service-line); }
.onboarding-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.onboarding-grid article { border-top: 1px solid #d6dce1; padding-top: 22px; }
.onboarding-grid span { color: var(--service-brand-text); font-size: 12px; font-weight: 750; }
.onboarding-grid h3 { margin: 24px 0 12px; font-size: 17px; }
.onboarding-grid p { margin: 0; color: var(--service-copy); font-size: 13px; line-height: 1.75; }
.faq { max-width: 880px; }
.faq details { padding: 20px 0; border-bottom: 1px solid var(--service-line); }
.faq summary { font-size: 16px; cursor: pointer; font-weight: 650; line-height: 1.7; }
.faq details p { margin: 16px 0 0; line-height: 1.8; color: var(--service-copy); font-size: 14px; }
.landing-cta { display: flex; max-width: 1160px; gap: 24px; align-items: center; justify-content: space-between; padding: 42px; margin: 0 auto 80px; border-radius: 14px; background: var(--service-soft); }
.landing-cta h2 { font-size: 27px; letter-spacing: -.04em; margin-bottom: 10px; }
.landing-cta p { margin: 0; color: var(--service-copy); line-height: 1.7; font-size: 14px; }
.auth-shell { display: grid; width: min(1040px,calc(100% - 48px)); min-height: calc(100vh - 169px); gap: 76px; align-items: center; padding: 64px 0; margin: auto; grid-template-columns: 1fr 420px; }
.auth-copy h1 { font-size: clamp(34px,4vw,50px); font-weight: 700; letter-spacing: -.055em; line-height: 1.25; }
.auth-copy > p { margin: 24px 0; color: var(--service-copy); font-size: 15px; line-height: 1.85; }
.auth-steps { padding: 0; list-style: none; margin-top: 32px; }
.auth-steps li { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-top: 1px solid var(--service-line); font-size: 13px; }
.auth-steps span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 7px; background: var(--service-soft); color: var(--service-brand-text); font-size: 11px; }
.auth-card { padding: 38px; border: 1px solid var(--service-line); border-radius: 16px; box-shadow: var(--service-shadow); background: #fff; }
.auth-card h2 { font-size: 24px; letter-spacing: -.04em; margin-bottom: 14px; }
.auth-card > p { font-size: 13px; line-height: 1.75; color: var(--service-copy); margin-bottom: 26px; }
.auth-lock { display: flex; width: 76px; height: 48px; align-items: center; justify-content: center; margin-bottom: 28px; border-radius: 10px; background: var(--service-soft); }
.auth-lock img { width: 45px; height: 21px; }
.field { display: grid; gap: 8px; min-width: 0; }
.field > label, .field > span { font-size: 13px; font-weight: 650; }
.field input, .field select, .field textarea { width: 100%; min-height: 44px; padding: 11px 13px; border: 1px solid #dce0e4; border-radius: 8px; background: #fff; color: var(--service-ink); font-size: 14px; }
.field textarea { min-height: 120px; resize: vertical; line-height: 1.65; }
.field small { font-size: 11px; color: var(--service-muted); line-height: 1.65; }
.field input::placeholder, .field textarea::placeholder { color: #9198a1; }
.field-grid { display: grid; gap: 20px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.field-full { grid-column: 1 / -1; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.8; }
.checkbox input { flex: 0 0 17px; width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--service-brand-action); }
.flash { padding: 15px 18px; border: 1px solid #dae1f0; border-radius: 10px; font-size: 13px; line-height: 1.7; background: #f0f3fa; color: #394b70; }
.flash-error { background: #fff1f2; color: #b4212c; border-color: #ffd4d8; }
.flash-success { background: #edf8f0; border-color: #cfe9d7; color: #23704d; }
.global-flashes { max-width: 1160px; margin: 20px auto; padding: 0 24px; }
.admin-body { min-height: 100vh; }
.admin-sidebar { position: fixed; z-index: 40; inset: 0 auto 0 0; width: var(--admin-sidebar); display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; background: #fff; border-right: 1px solid var(--service-line); }
.admin-sidebar-head { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 22px; border-bottom: 1px solid var(--service-line); }
.admin-brand { display: flex; gap: 10px; align-items: center; }
.admin-brand img { width: 68px; height: 21px; }
.admin-brand small { color: var(--service-muted); font-size: 10px; }
.admin-site-card { margin: 14px; padding: 15px; border: 1px solid var(--service-line); border-radius: 10px; background: #f8f9fa; }
.admin-site-card small { display: block; margin-bottom: 10px; font-size: 10px; color: var(--service-muted); }
.admin-site-card strong { display: block; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.admin-site-card select { width: 100%; padding: 9px; margin-bottom: 10px; border: 1px solid var(--service-line); background: #fff; border-radius: 6px; font-size: 12px; }
.admin-nav { display: grid; gap: 3px; padding: 8px 12px; }
.admin-nav a { display: flex; align-items: center; min-height: 44px; gap: 11px; padding: 0 12px; border-radius: 8px; color: var(--service-copy); font-size: 14px; font-weight: 550; }
.admin-nav a:hover { background: #f5f6f7; color: var(--service-ink); }
.admin-nav a.is-active { background: var(--service-soft); color: var(--service-brand-text); font-weight: 700; }
.nav-icon { width: 22px; height: 22px; display: inline-grid; place-items: center; font-size: 17px; }
.nav-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.admin-nav-divider { display: block; padding: 20px 12px 8px; font-size: 10px; color: var(--service-muted); }
.admin-sidebar-foot { margin-top: auto; padding: 22px; border-top: 1px solid var(--service-line); }
.account-email { display: block; margin-bottom: 15px; color: var(--service-muted); font-size: 11px; overflow-wrap: anywhere; }
.admin-shell { margin-left: var(--admin-sidebar); }
.admin-topbar { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 16px; padding: 12px clamp(22px,3vw,42px); border-bottom: 1px solid var(--service-line); background: #fff; }
.admin-topbar-title { display: grid; gap: 4px; }
.admin-topbar-title small { color: var(--service-muted); font-size: 10px; }
.admin-topbar-title strong { font-size: 14px; font-weight: 650; }
.admin-topbar-actions { display: flex; align-items: center; gap: 10px; }
.admin-main { max-width: 1550px; padding: 34px clamp(22px,3vw,42px) 60px; margin: auto; }
.page-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.page-head h1 { margin: 0 0 10px; font-size: 27px; letter-spacing: -.04em; font-weight: 700; }
.page-head p { margin: 0; color: var(--service-copy); font-size: 13px; line-height: 1.75; }
.panel { min-width: 0; padding: 24px; border: 1px solid var(--service-line); border-radius: 12px; background: #fff; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.panel-head h2, .panel h2 { margin-bottom: 7px; font-size: 17px; letter-spacing: -.03em; }
.panel-head p { font-size: 12px; line-height: 1.7; color: var(--service-muted); margin: 0; }
.panel > p { color: var(--service-copy); font-size: 13px; line-height: 1.8; }
.panel-flush { padding: 0; overflow: hidden; }
.panel-flush .panel-head { padding: 24px; margin: 0; border-bottom: 1px solid var(--service-line); }
.metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.metric { display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--service-line); border-radius: 12px; background: white; }
.metric > span { color: var(--service-muted); font-size: 12px; font-weight: 550; }
.metric strong { margin: 23px 0 9px; font-size: 28px; letter-spacing: -.05em; line-height: 1.2; }
.metric strong.metric-text { font-size: 17px; letter-spacing: -.03em; }
.metric small { margin-top: auto; color: var(--service-muted); font-size: 11px; line-height: 1.6; }
.two-columns { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; align-items: stretch; }
.equal-columns { grid-template-columns: repeat(2,minmax(0,1fr)); }
.badge { display: inline-flex; gap: 5px; align-items: center; padding: 4px 8px; border: 1px solid transparent; border-radius: 5px; font-size: 10px; font-weight: 650; line-height: 1.5; white-space: nowrap; }
.badge-approved, .badge-active, .badge-ok, .badge-in_stock { background: #eaf7ef; color: #23704d; }
.badge-pending, .badge-hold { background: #fff6df; color: #906411; }
.badge-rejected, .badge-suspended, .badge-revoked, .badge-exclude, .badge-excluded, .badge-discontinued { background: #fff0f1; color: #bb2534; }
.badge-inactive, .badge-expired, .badge-unknown, .badge-out_of_stock { background: #f0f2f5; color: #626d7f; }
.badge-fix { background: #eef1fb; color: #505e81; }
.status-note { display: flex; align-items: flex-start; gap: 14px; padding: 20px; border: 1px solid var(--service-line); border-radius: 10px; background: #fff; }
.status-note strong { display: block; margin-bottom: 6px; font-size: 14px; }
.status-note p { margin: 0; font-size: 12px; line-height: 1.75; color: var(--service-copy); }
.status-note-warning { background: #fffaf0; border-color: #f1e4c3; }
.status-note-error { background: var(--service-soft); border-color: #ffd8dc; }
.empty-state { display: flex; min-height: 220px; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 30px 20px; }
.empty-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 18px; border-radius: 12px; background: #f3f5f8; color: var(--service-sub); font-size: 23px; }
.empty-state h3 { font-size: 15px; margin-bottom: 10px; }
.empty-state p { max-width: 440px; font-size: 12px; line-height: 1.8; color: var(--service-muted); margin-bottom: 18px; }
.table-wrap { width: 100%; max-width: 100%; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 12px; text-align: left; }
th { padding: 13px 16px; background: #fafbfc; border-block: 1px solid var(--service-line); color: var(--service-muted); font-weight: 650; white-space: nowrap; }
td { padding: 16px; border-bottom: 1px solid var(--service-line); line-height: 1.65; vertical-align: middle; }
tr:last-child td { border-bottom: 0; }
td small { display: block; color: var(--service-muted); margin-top: 4px; font-size: 10px; }
.table-product { min-width: 220px; max-width: 360px; }
.table-actions { white-space: nowrap; }
.table-actions form { display: inline-flex; }
.tabs { display: flex; flex-wrap: wrap; gap: 5px; padding: 4px; width: fit-content; background: #eff1f4; border-radius: 8px; }
.tabs a { padding: 7px 13px; border-radius: 6px; color: var(--service-muted); font-size: 12px; }
.tabs a[aria-current="page"] { background: #fff; color: var(--service-ink); box-shadow: 0 1px 3px #0000000c; font-weight: 650; }
.chart { display: flex; min-height: 200px; height: 200px; align-items: flex-end; gap: 7px; padding-top: 20px; border-bottom: 1px solid var(--service-line); }
.chart-col { height: 100%; flex: 1; min-width: 0; display: flex; align-items: center; flex-direction: column; justify-content: flex-end; gap: 8px; }
.chart-bar { display: block; width: min(100%,34px); min-height: 2px; background: #ef828a; border-radius: 4px 4px 0 0; }
.chart-col span { color: var(--service-muted); font-size: 9px; padding-bottom: 7px; white-space: nowrap; }
.chart-col span[aria-hidden="true"] { visibility: hidden; }
.source-search-results { display: grid; gap: 10px; }
.source-search-results article { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px; border: 1px solid var(--service-line); border-radius: 8px; }
.source-search-results strong { display: block; font-size: 13px; line-height: 1.7; }
.source-search-results small { display: block; margin-top: 4px; color: var(--service-muted); font-size: 11px; }
.source-search-results button { flex-shrink: 0; }
.account-permissions { min-width: 160px; max-width: 340px; }
.account-permissions > summary { cursor: pointer; font-size: 12px; line-height: 1.7; }
.account-permissions[open] { min-width: 290px; }
.account-permission-fields { min-width: 0; margin: 0; padding: 0; border: 0; }
.account-permission-fields:disabled { opacity: .55; }
.account-permission-fields textarea { min-height: 88px; }
.definition-list { margin: 0; }
.definition-list > div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--service-line); }
.definition-list > div:last-child { border: 0; }
.definition-list dt { color: var(--service-muted); font-size: 12px; }
.definition-list dd { margin: 0; font-size: 12px; font-weight: 550; text-align: right; overflow-wrap: anywhere; }
.key-secret { display: block; width: 100%; padding: 17px; overflow-wrap: anywhere; color: #27354f; background: #f5f7fa; border: 1px solid #dce2eb; border-radius: 8px; font: 13px/1.8 ui-monospace,SFMono-Regular,Consolas,monospace; user-select: all; }
.checklist { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.checklist li { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--service-line); font-size: 13px; line-height: 1.7; }
.checklist li::before { counter-increment: steps; content: counter(steps); flex: 0 0 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; background: var(--service-soft); color: var(--service-brand-text); font-size: 11px; }
.filter-bar { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; }
.filter-bar .field { flex: 1; min-width: 140px; }
.prose { line-height: 1.85; font-size: 14px; color: var(--service-copy); }
.prose h1, .prose h2, .prose h3 { color: var(--service-ink); }
.prose h2 { margin-top: 38px; font-size: 23px; letter-spacing: -.04em; }
.prose h3 { font-size: 17px; margin-top: 26px; }
.prose li { margin: 7px 0; }
.prose a { color: var(--service-brand-text); text-decoration: underline; text-underline-offset: 3px; }
.prose code { padding: 2px 5px; border-radius: 4px; background: #eff2f6; color: #465576; font: 12px ui-monospace,SFMono-Regular,Consolas,monospace; }
.prose pre code { padding: 0; background: none; color: inherit; }
.code-block { position: relative; margin: 22px 0; border: 1px solid var(--service-line); border-radius: 10px; overflow: hidden; }
.code-label { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 10px 16px; border-bottom: 1px solid var(--service-line); background: #f5f7fa; color: var(--service-sub); font-size: 11px; font-weight: 650; }
.code-block pre { margin: 0; padding: 20px; overflow: auto; color: #3a4963; background: #fafbfd; font: 12px/1.8 ui-monospace,SFMono-Regular,Consolas,monospace; }
.copy-button { padding: 4px 8px; border: 1px solid #dfe4eb; border-radius: 5px; background: #fff; color: #5e6c82; font-size: 10px; }
.docs-shell { display: grid; max-width: 1360px; min-height: calc(100vh - 169px); margin: auto; grid-template-columns: 235px minmax(0,1fr); }
.docs-sidebar { position: sticky; top: 0; align-self: start; max-height: 100vh; overflow: auto; padding: 38px 24px 38px 32px; border-right: 1px solid var(--service-line); }
.docs-sidebar h2 { font-size: 11px; color: var(--service-muted); margin: 0 0 16px 12px; }
.docs-sidebar nav { display: grid; gap: 4px; }
.docs-sidebar a { padding: 10px 12px; font-size: 13px; border-radius: 7px; color: var(--service-copy); }
.docs-sidebar a:hover { background: #f0f2f5; }
.docs-main { min-width: 0; max-width: 960px; padding: 48px 52px 80px; }
.docs-main > h1 { margin-bottom: 18px; font-size: 34px; letter-spacing: -.05em; }
.docs-main > .lead { color: var(--service-copy); line-height: 1.85; font-size: 15px; }
.docs-section { padding: 20px 0 30px; border-bottom: 1px solid var(--service-line); }
.docs-section:last-child { border-bottom: 0; }
.docs-table td:first-child { font-family: ui-monospace,SFMono-Regular,Consolas,monospace; color: #475778; }
.docs-table td { vertical-align: top; }
.docs-table td:last-child { min-width: 220px; }
.standalone { max-width: 1050px; min-height: calc(100vh - 169px); padding: 54px 24px 80px; margin: auto; }
.standalone-narrow { max-width: 820px; }
.status-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.status-card { padding: 24px; border: 1px solid var(--service-line); border-radius: 12px; background: #fff; }
.status-card h3 { margin-bottom: 22px; font-size: 14px; }
.status-card p { margin: 15px 0 0; color: var(--service-muted); font-size: 12px; line-height: 1.8; }
.notice-list { margin: 0; padding: 0; list-style: none; }
.notice-list li { padding: 24px 0; border-bottom: 1px solid var(--service-line); }
.notice-list time { color: var(--service-muted); font-size: 11px; }
.notice-list h3 { margin: 12px 0; font-size: 17px; }
.notice-list p { color: var(--service-copy); font-size: 13px; line-height: 1.8; margin: 0; }
.icon-button { display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 7px; background: transparent; color: inherit; font-size: 20px; }
.sidebar-open, .sidebar-close, .sidebar-scrim { display: none; }
@media (max-width: 1180px) {
  .landing-hero { gap: 30px; padding: 64px 32px; } .landing-hero h1 { font-size: 40px; }
  .landing-section { padding: 64px 32px; } .landing-cta { margin: 0 32px 64px; }
  .metrics { grid-template-columns: repeat(2,minmax(0,1fr)); } .two-columns { grid-template-columns: 1fr; }
  .docs-main { padding-inline: 32px; }
}
@media (max-width: 980px) {
  .auth-shell { gap: 38px; grid-template-columns: 1fr 390px; }
  .landing-hero { max-width: 720px; padding-top: 60px; grid-template-columns: 1fr; gap: 42px; }
  .landing-hero h1 { font-size: 44px; } .api-preview { max-width: 600px; }
  .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .onboarding-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
  .admin-sidebar { transform: translateX(-100%); transition: transform .18s; }
  .admin-shell { margin-left: 0; }
  .sidebar-open, .sidebar-close { display: grid; }
  .admin-topbar-title { margin-right: auto; }
  .has-sidebar-open { overflow: hidden; }
  .has-sidebar-open .admin-sidebar { transform: translateX(0); }
  .has-sidebar-open .sidebar-scrim { display: block; position: fixed; inset: 0; z-index: 35; background: #141b294d; }
  .equal-columns { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .docs-shell { grid-template-columns: 200px minmax(0,1fr); }
  .docs-sidebar { padding-left: 16px; padding-right: 16px; }
}
@media (max-width: 740px) {
  .service-header { flex-wrap: wrap; gap: 14px; padding: 18px 22px; }
  .service-header-actions { width: 100%; justify-content: space-between; gap: 10px; }
  .service-header-link { font-size: 12px; } .service-header-actions .button { min-height: 36px; font-size: 12px; padding-inline: 12px; }
  .landing-trust { grid-template-columns: 1fr; gap: 24px; padding: 30px 26px; }
  .landing-hero { padding: 45px 24px; } .landing-hero h1 { font-size: 37px; }
  .landing-hero-copy > p { font-size: 14px; }
  .landing-section { padding: 54px 24px; }
  .feature-grid { gap: 12px; } .feature-grid article { padding: 22px; }
  .feature-grid h3 { font-size: 16px; }
  .landing-cta { flex-direction: column; align-items: flex-start; margin: 0 24px 54px; padding: 30px; }
  .auth-shell { grid-template-columns: 1fr; max-width: 500px; gap: 32px; padding: 44px 0; }
  .auth-copy h1 { font-size: 34px; } .auth-steps { display: none; }
  .auth-card { padding: 28px; } .auth-copy > p { font-size: 14px; margin-bottom: 0; }
  .docs-shell { grid-template-columns: 1fr; }
  .docs-sidebar { position: static; max-height: none; border-right: 0; padding: 22px 24px; border-bottom: 1px solid var(--service-line); }
  .docs-sidebar h2 { margin-left: 0; } .docs-sidebar nav { display: flex; flex-wrap: wrap; gap: 6px; }
  .docs-sidebar a { padding: 7px 10px; background: #fff; font-size: 11px; border: 1px solid var(--service-line); }
  .docs-main { padding: 34px 24px 60px; } .docs-main > h1 { font-size: 29px; }
  .status-grid { grid-template-columns: 1fr; }
  .equal-columns { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .feature-grid { grid-template-columns: 1fr; } .feature-number { margin-bottom: 18px; }
  .landing-hero h1 { font-size: 33px; } .landing-hero-copy > p { line-height: 1.8; }
  .landing-actions .button { flex: 1; }
  .api-preview pre { font-size: 10px; padding: 16px; } .api-preview-endpoint { font-size: 11px; padding: 16px; }
  .api-preview-foot { padding-inline: 16px; }
  .onboarding-grid { gap: 22px; } .onboarding-grid h3 { font-size: 15px; }
  .admin-topbar { padding: 14px 18px; gap: 10px; }
  .admin-topbar-actions .button { padding-inline: 10px; font-size: 11px; }
  .admin-main { padding: 26px 18px 48px; }
  .page-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .page-head h1 { font-size: 25px; } .page-head p { font-size: 12px; }
  .metrics { gap: 10px; } .metric { padding: 17px; } .metric strong { font-size: 25px; }
  .metric > span { font-size: 11px; } .metric strong.metric-text { font-size: 14px; }
  .panel { padding: 20px; } .panel-flush { padding: 0; } .panel-flush .panel-head { padding: 20px; }
  .panel-head { flex-wrap: wrap; gap: 14px; }
  .field-grid { grid-template-columns: 1fr; } .field-full { grid-column: auto; }
  .service-footer { align-items: flex-start; flex-direction: column; padding-inline: 24px; }
  .service-footer nav { gap: 16px; }
  .standalone { padding-top: 34px; }
  .source-search-results article { align-items: stretch; flex-direction: column; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
