:root {
  --ink: #111827;
  --muted: #667085;
  --line: #e4e7ec;
  --surface: #ffffff;
  --soft: #f6f7fb;
  --navy: #0b1220;
  --blue: #4f6ef7;
  --blue-dark: #334bd6;
  --cyan: #67e8f9;
  --green: #0f9f6e;
  --amber: #b7791f;
  --red: #d92d20;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(15, 23, 42, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 780px; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(228,231,236,.8); background: rgba(255,255,255,.9); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: white; background: linear-gradient(135deg, var(--blue), #7c3aed); font-size: 11px; letter-spacing: -.04em; box-shadow: 0 8px 22px rgba(79,110,247,.28); }
.main-nav { display: flex; align-items: center; gap: 24px; color: #344054; font-size: 14px; font-weight: 600; }
.inline-form { display: inline; margin: 0; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 12px; padding: 0 20px; font-weight: 750; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 38px; padding: 0 15px; border-radius: 10px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #6558e8); box-shadow: 0 10px 26px rgba(79,110,247,.3); }
.button-primary:hover { background: linear-gradient(135deg, var(--blue-dark), #5746d9); }
.button-dark { color: #fff; background: var(--navy); }
.button-ghost { color: var(--ink); border-color: var(--line); background: #fff; }
.button-full { width: 100%; }
.button-google { width: 100%; color: var(--ink); border-color: var(--line); background: #fff; box-shadow: 0 8px 25px rgba(15,23,42,.06); }
.button-google span { color: #4285f4; font-size: 20px; font-weight: 900; }
.eyebrow { display: inline-block; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: var(--cyan); }
.mobile-copy { display: none; }
.hero { overflow: hidden; padding: 105px 0 90px; background: radial-gradient(circle at 78% 20%, rgba(79,110,247,.16), transparent 28%), linear-gradient(180deg, #fbfcff 0%, #fff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.hero h1 { max-width: 690px; margin: 16px 0 22px; font-size: clamp(48px, 6vw, 76px); line-height: .98; letter-spacing: -.065em; }
.hero-lead { max-width: 650px; color: #475467; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 27px; color: #475467; font-size: 13px; font-weight: 650; }
.trust-row > span { display: inline-flex; align-items: center; gap: 5px; }
.trust-row b { font: inherit; }
.trust-row i { color: var(--green); font-style: normal; font-weight: 900; }
.hero-panel { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.7); border-radius: 26px; background: rgba(255,255,255,.86); box-shadow: 0 30px 100px rgba(38,54,110,.18); }
.hero-panel::before { position: absolute; z-index: -1; inset: -25px; border-radius: 42px; background: linear-gradient(145deg, rgba(79,110,247,.18), rgba(103,232,249,.08)); content: ""; }
.panel-top { display: flex; align-items: center; gap: 9px; padding-bottom: 18px; color: #475467; font-size: 13px; font-weight: 750; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #16a34a; box-shadow: 0 0 0 5px rgba(22,163,74,.12); }
.url-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); }
.url-row span { overflow: hidden; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.quota-card { margin-top: 15px; padding: 18px; border-radius: 14px; background: var(--navy); color: #fff; }
.quota-card > div:first-child { display: flex; justify-content: space-between; gap: 16px; }
.quota-card small { color: #aeb9ce; }
.progress { overflow: hidden; width: 100%; height: 7px; margin: 12px 0; border-radius: 100px; background: rgba(148,163,184,.25); }
.progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 17px 0; color: #667085; text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.pt-0 { padding-top: 0; }
.section-heading { max-width: 700px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .feature-grid h2, .cta-card h2, .page-hero h1 { margin: 12px 0 15px; font-size: clamp(36px, 5vw, 54px); line-height: 1.05; letter-spacing: -.05em; }
.section-heading p, .page-hero p { color: var(--muted); font-size: 18px; }
.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.step-card > span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.step-card h3 { margin: 30px 0 8px; font-size: 22px; }
.step-card p { margin: 0; color: var(--muted); }
.section-dark { color: #fff; background: var(--navy); }
.feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.feature-grid p { color: #b8c1d4; font-size: 18px; }
.feature-list { display: grid; gap: 12px; }
.feature-list > div { display: grid; gap: 4px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.04); }
.feature-list span { color: #b8c1d4; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 50px; border: 1px solid #dfe4ff; border-radius: 26px; background: linear-gradient(135deg, #f7f8ff, #effbff); }
.cta-card h2 { max-width: 760px; margin-bottom: 0; }
.site-footer { padding: 60px 0 30px; color: #aab4c6; background: #080d18; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-columns { display: grid; grid-template-columns: 1.5fr .7fr 1.2fr .7fr; }
.footer-intro { max-width: 430px; }
.brand-footer { color: #fff; }
.footer-grid p { max-width: 460px; }
.footer-email { color: #fff; font-weight: 700; }
.footer-links { display: grid; align-content: start; gap: 10px; font-size: 14px; }
.footer-links b { margin-bottom: 6px; color: #fff; }
.footer-links a:hover, .footer-email:hover { color: var(--cyan); }
.footer-cookie-button { border: 0; padding: 0; color: inherit; background: transparent; text-align: left; font: inherit; cursor: pointer; }
.footer-cookie-button:hover { color: var(--cyan); }
.footer-bottom { margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.consent-banner { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: min(540px, calc(100% - 44px)); display: flex; align-items: center; gap: 24px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 25px 80px rgba(15,23,42,.2); }
.consent-banner[hidden] { display: none; }
.consent-banner b { display: block; margin-bottom: 4px; }
.consent-banner p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.consent-banner p a { color: var(--blue); text-decoration: underline; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.page-hero { padding: 95px 0 65px; text-align: center; background: linear-gradient(180deg, #f7f8ff, #fff); }
.page-hero .shell { max-width: 850px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 45px rgba(15,23,42,.05); }
.price-card.featured { border-color: var(--blue); transform: translateY(-10px); box-shadow: 0 25px 75px rgba(79,110,247,.18); }
.price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 6px 13px; border-radius: 100px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.price-card h2 { margin: 0; font-size: 22px; }
.price { display: flex; align-items: baseline; gap: 7px; margin: 18px 0 25px; }
.price strong { font-size: 45px; letter-spacing: -.05em; }
.price span { color: var(--muted); }
.price-card ul { min-height: 200px; margin: 0 0 28px; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 8px 0 8px 25px; color: #475467; }
.price-card li::before { position: absolute; left: 0; color: var(--green); content: "✓"; font-weight: 900; }
.pricing-note { margin-top: 30px; color: var(--muted); text-align: center; font-size: 13px; }
.auth-section { min-height: 72vh; display: grid; place-items: center; padding: 70px 20px; background: radial-gradient(circle at center top, rgba(79,110,247,.14), transparent 40%), var(--soft); }
.auth-card { width: min(470px, 100%); padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.auth-card h1 { margin: 11px 0 10px; font-size: 34px; letter-spacing: -.04em; }
.auth-card p { margin: 0 0 24px; color: var(--muted); }
.auth-card form { margin-top: 12px; }
.auth-card > small { display: block; margin-top: 20px; color: var(--muted); }
.auth-card > small a { text-decoration: underline; }
.alert { margin: 0 0 18px; padding: 12px 14px; border-radius: 10px; font-size: 14px; text-align: left; }
.alert-error { color: #912018; background: #fff0ee; }
.error-code { display: block; color: var(--blue); font-size: 70px; font-weight: 900; line-height: 1; }
.prose { color: #344054; font-size: 18px; }
.prose h2 { margin-top: 40px; color: var(--ink); letter-spacing: -.03em; }
.content-hero { padding: 80px 0 70px; background: radial-gradient(circle at 80% 20%, rgba(79,110,247,.13), transparent 28%), linear-gradient(180deg, #f7f8ff, #fff); }
.content-shell { max-width: 860px; }
.content-hero h1 { max-width: 850px; margin: 18px 0 22px; font-size: clamp(44px, 6vw, 70px); line-height: 1; letter-spacing: -.06em; }
.content-lede { max-width: 790px; margin: 0; color: #475467; font-size: 21px; line-height: 1.6; }
.updated-note { margin-top: 22px; color: var(--muted); font-size: 13px; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 40px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--blue); font-weight: 700; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 70px; padding-top: 70px; padding-bottom: 100px; }
.article-body { min-width: 0; }
.article-section { padding-top: 18px; margin-top: 34px; }
.article-section h2 { margin: 0 0 16px; font-size: 32px; line-height: 1.2; letter-spacing: -.04em; }
.article-section p, .article-section li { color: #344054; font-size: 17px; line-height: 1.75; }
.article-section ul { padding-left: 22px; }
.article-section li { margin: 8px 0; padding-left: 5px; }
.quick-answer { padding: 26px 28px; border: 1px solid #d9e1ff; border-radius: 18px; background: #f6f8ff; }
.quick-answer span { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.quick-answer p { margin: 9px 0 0; color: #27344d; font-size: 18px; line-height: 1.65; }
.article-aside { align-self: start; display: grid; gap: 16px; position: sticky; top: 96px; }
.aside-card { display: grid; gap: 13px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 12px 35px rgba(15,23,42,.05); }
.aside-card h2 { margin: 0; font-size: 23px; line-height: 1.15; letter-spacing: -.035em; }
.aside-card p { margin: 0; color: var(--muted); }
.aside-card > a:not(.button) { color: #334bd6; font-size: 14px; font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 22px 44px 22px 0; font-size: 17px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; right: 4px; content: "+"; color: var(--blue); font-size: 25px; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: -7px 45px 22px 0; color: #475467; font-size: 16px; line-height: 1.7; }
.faq-more { margin-top: 28px; text-align: center; }
.faq-more a { color: var(--blue); font-weight: 800; }
.support-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 55px; padding: 34px; border-radius: 20px; background: var(--soft); }
.support-card h2 { margin: 8px 0 3px; font-size: 28px; letter-spacing: -.04em; }
.support-card p { margin: 0; color: var(--muted); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-card { display: flex; min-height: 300px; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.resource-card > span { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.resource-card h3 { margin: 25px 0 12px; font-size: 23px; line-height: 1.2; letter-spacing: -.035em; }
.resource-card p { margin: 0 0 24px; color: var(--muted); }
.resource-card a { margin-top: auto; color: var(--blue-dark); font-weight: 800; }
.dashboard-shell { min-height: 100vh; display: grid; grid-template-columns: 250px minmax(0, 1fr); background: var(--soft); }
.dashboard-shell + .site-footer, .dashboard-shell ~ .site-footer { display: none; }
.sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 26px 20px; color: #c5ccda; background: var(--navy); }
.sidebar-brand { margin: 0 8px 34px; color: #fff; }
.sidebar nav { display: grid; gap: 5px; }
.sidebar nav a { padding: 11px 13px; border-radius: 10px; font-size: 14px; font-weight: 650; }
.sidebar nav a:hover, .sidebar nav a.active { color: #fff; background: rgba(255,255,255,.09); }
.sidebar-user { display: grid; margin-top: auto; padding: 16px 12px 0; border-top: 1px solid rgba(255,255,255,.1); }
.sidebar-user span { color: #fff; font-weight: 750; }
.sidebar-user small { overflow: hidden; text-overflow: ellipsis; }
.dashboard-content { min-width: 0; padding: 36px; }
.dash-header { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.dash-header h1 { margin: 4px 0; font-size: 36px; letter-spacing: -.045em; }
.dash-header p { margin: 0; color: var(--muted); }
.dash-header select { min-width: 200px; }
.back-link { color: var(--blue); font-size: 13px; font-weight: 750; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.metric-grid article { display: grid; gap: 7px; min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.metric-grid span { color: var(--muted); font-size: 13px; font-weight: 650; }
.metric-grid strong { overflow: hidden; font-size: 28px; letter-spacing: -.04em; text-overflow: ellipsis; }
.metric-grid strong small { color: var(--muted); font-size: 11px; font-weight: 500; }
.metric-grid .metric-small { font-size: 17px; }
.dash-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.dash-card { min-width: 0; padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.dash-card.span-2 { grid-column: span 2; }
.dash-card.span-3 { grid-column: 1 / -1; }
.dash-card h2 { margin: 0 0 8px; font-size: 19px; letter-spacing: -.025em; }
.dash-card > p, .muted { color: var(--muted); }
.card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.card-heading p { margin: 0; color: var(--muted); }
.empty-state { padding: 30px; border: 1px dashed #cfd5df; border-radius: 12px; background: #fafbfc; text-align: center; }
.site-list { display: grid; }
.site-list > a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 4px; border-bottom: 1px solid var(--line); }
.site-list > a > div { min-width: 0; display: grid; }
.site-list span:not(.status), .mini-list span { overflow: hidden; color: var(--muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.stack-form { display: grid; gap: 14px; margin-top: 18px; }
label { display: grid; gap: 6px; color: #344054; font-size: 13px; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid #d0d5dd; border-radius: 10px; padding: 11px 12px; color: var(--ink); background: #fff; outline: none; }
textarea { resize: vertical; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(79,110,247,.12); }
.status { display: inline-flex; align-items: center; width: max-content; border-radius: 100px; padding: 4px 9px; font-size: 11px; font-weight: 800; text-transform: capitalize; white-space: nowrap; }
.status-accepted, .status-indexed, .status-active, .status-verified { color: #08784f; background: #e9f8f1; }
.status-queued, .status-processing, .status-retrying, .status-pending, .status-discovered { color: #8c5b00; background: #fff5d9; }
.status-failed, .status-rejected, .status-revoked { color: #b42318; background: #feeceb; }
.table-wrap { overflow-x: auto; margin-top: 12px; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th { padding: 10px 12px; color: var(--muted); text-align: left; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
td { max-width: 420px; padding: 12px; border-top: 1px solid var(--line); vertical-align: top; }
.url-cell { overflow: hidden; max-width: 390px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; text-overflow: ellipsis; white-space: nowrap; }
.quota-line { margin-top: 17px; }
.quota-line > span, .quota-line > small { display: block; color: var(--muted); font-size: 12px; }
.mini-list, .credential-list { display: grid; margin-top: 18px; }
.mini-list > div { display: grid; padding: 11px 0; border-top: 1px solid var(--line); }
.connected-note, .key-box, .plan-summary { display: grid; gap: 4px; margin-top: 18px; padding: 14px; border-radius: 10px; background: var(--soft); }
.key-box code { overflow: hidden; text-overflow: ellipsis; }
.key-box small { color: var(--muted); overflow-wrap: anywhere; }
.credential-list > div { display: flex; align-items: center; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); }
.credential-list > div > span:first-child { min-width: 0; display: grid; margin-right: auto; }
.credential-list small { overflow: hidden; color: var(--muted); text-overflow: ellipsis; }
.link-danger { border: 0; padding: 0; color: var(--red); background: transparent; font-size: 12px; font-weight: 800; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: 430px; transform: translateY(30px); opacity: 0; pointer-events: none; padding: 15px 18px; border-radius: 12px; color: #fff; background: var(--navy); box-shadow: var(--shadow); transition: all .2s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast.error { background: #9d241b; }

@media (max-width: 980px) {
  .hero-grid, .feature-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .step-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-shell { grid-template-columns: 82px minmax(0, 1fr); }
  .sidebar { padding: 22px 12px; }
  .sidebar .brand span:last-child, .sidebar nav a, .sidebar-user { font-size: 0; }
  .sidebar nav a::first-letter { font-size: 14px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .dash-grid { grid-template-columns: 1fr 1fr; }
  .dash-card.span-3 { grid-column: 1 / -1; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 38px; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 24px, 1180px); }
  .desktop-copy { display: none; }
  .mobile-copy { display: inline; }
  .nav-wrap { min-height: 66px; gap: 10px; }
  .site-header .brand { gap: 8px; font-size: 16px; }
  .site-header .brand-mark { width: 36px; height: 36px; border-radius: 11px; font-size: 10px; }
  .main-nav { gap: 7px; }
  .main-nav .button-small { min-height: 36px; padding: 0 11px; }
  .main-nav > a:not(.button) { display: none; }
  .hero { padding: 43px 0 50px; background: radial-gradient(circle at 88% 10%, rgba(79,110,247,.18), transparent 35%), linear-gradient(180deg, #f8f9ff 0%, #fff 100%); }
  .hero-grid { gap: 30px; }
  .hero .eyebrow { font-size: 11px; letter-spacing: .15em; }
  .hero h1 { margin: 12px 0 16px; font-size: clamp(39px, 11vw, 46px); line-height: 1.01; letter-spacing: -.055em; }
  .hero-lead.mobile-copy { display: block; }
  .hero-lead { margin: 0; max-width: 540px; font-size: 17px; line-height: 1.5; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 24px; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 17px; font-size: 11px; }
  .trust-row > span { min-width: 0; padding: 8px 10px; border: 1px solid #e2e7f2; border-radius: 999px; background: rgba(255,255,255,.8); white-space: nowrap; }
  .trust-row > span:last-child { grid-column: 1 / -1; width: max-content; }
  .hero-panel { padding: 18px; border-radius: 21px; box-shadow: 0 22px 65px rgba(38,54,110,.16); }
  .hero-panel::before { inset: -12px; border-radius: 28px; }
  .panel-top { padding-bottom: 13px; }
  .url-row { padding: 13px 0; }
  .quota-card { padding: 15px; }
  .cta-card { align-items: stretch; flex-direction: column; }
  .step-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .section { padding: 70px 0; }
  .dashboard-shell { display: block; }
  .sidebar { position: static; width: 100%; height: auto; flex-direction: row; align-items: center; padding: 12px; }
  .sidebar-brand { margin: 0 auto 0 0; }
  .sidebar nav { display: flex; }
  .sidebar nav a { display: none; }
  .sidebar nav a:first-child, .sidebar nav a:last-child { display: block; font-size: 12px; }
  .dashboard-content { padding: 20px 12px 45px; }
  .dash-header { align-items: flex-start; flex-direction: column; }
  .metric-grid, .dash-grid { grid-template-columns: 1fr; }
  .dash-card.span-2, .dash-card.span-3 { grid-column: auto; }
  .auth-card { padding: 30px 22px; }
  .content-hero { padding: 55px 0 50px; }
  .content-hero h1 { font-size: 43px; }
  .content-lede { font-size: 18px; }
  .article-layout { display: block; padding-top: 45px; padding-bottom: 70px; }
  .article-aside { position: static; margin-top: 50px; }
  .article-section h2 { font-size: 28px; }
  .resource-grid, .footer-columns { grid-template-columns: 1fr; }
  .resource-card { min-height: 0; }
  .support-card { align-items: stretch; flex-direction: column; }
  .consent-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); align-items: stretch; flex-direction: column; gap: 12px; padding: 16px; }
  .consent-actions { display: grid; width: 100%; grid-template-columns: 1fr 1fr; gap: 8px; }
  .consent-actions .button { min-height: 41px; padding: 0 10px; font-size: 12px; }
}

@media (max-width: 480px) {
  .site-header .brand { flex: 0 1 auto; min-width: 0; }
  .site-header .brand > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-actions .button { min-height: 48px; padding: 0 12px; font-size: 14px; }
}
