/* Quota-first landing with captures of the production native views. */
.hero { grid-template-columns: 1.2fr 1fr; gap: 56px; padding-block: 88px 72px; }
h1 { font-size: clamp(42px, 4.3vw, 58px); letter-spacing: -2.5px; }
.intro { max-width: 460px; }
.hero-actions { gap: 20px; flex-wrap: wrap; }
.hero-note { margin-top: 26px; font-size: 13px; color: var(--ink); }
.product-stage { padding: 0; min-width: 0; }
.stage-caption { margin-left: 0; font-size: 9px; }
.native-product { margin: 0; }
.native-status { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: min(320px, 100%); margin: 28px auto 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.native-status > span { color: var(--muted); font-size: 12px; }
.native-status img { flex-shrink: 0; }
.native-popover { width: min(320px, 100%); height: auto; margin-inline: auto; border-radius: 10px; box-shadow: 0 8px 24px -12px #23395e40; }
.desktop-bar { height: 52px; margin: 0 0 14px; padding-inline: 16px; border-radius: 8px; }
.desktop-title { font-size: 11px; }
.menubar-status { border: 0; min-width: 82px; height: 44px; gap: 7px; font-size: 16px; font-variant-numeric: tabular-nums; color: var(--ink); }
.menubar-status:hover { background: #c3cddd; }
.menubar-status[aria-expanded="false"] { background: transparent; }
.quota-ring { width: 16px; height: 16px; border: 3px solid currentColor; border-left-color: #8792a4; border-radius: 50%; }
.popover-space { min-height: 360px; position: relative; }
.app-preview { max-width: 340px; margin: 0 22px 0 auto; box-shadow: 0 12px 28px -20px #23395e60; }
.app-preview:before { right: 77px; }
.preview-header { padding: 14px; border-bottom: 1px solid var(--line); }
.preview-header small { font-size: 11px; }
.accounts { padding: 10px; gap: 8px; max-height: 440px; overflow-y: auto; }
.quota-account { border: 1px solid var(--line); background: #f7f8fa; border-radius: 7px; min-width: 0; }
.quota-account summary { display: flex; align-items: center; gap: 10px; padding: 10px 25px 10px 10px; min-height: 48px; font-size: 12px; }
.quota-account summary:after { content: '⌄'; font-size: 14px; right: 8px; top: 12px; }
.quota-account[open] summary:after { content: '⌃'; }
.quota-account .provider { width: 22px; height: 22px; flex-shrink: 0; font-size: 16px; }
.sample-provider { margin-left: auto; color: var(--muted); font-size: 10px; }
.quota-account:not([open]) .compact-window ~ .sample-account-name,
.quota-account:not([open]) .compact-window ~ .sample-provider { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.compact-window { flex: 1; display: flex; align-items: center; gap: 5px; font-size: 9px; min-width: 0; color: var(--muted); }
.compact-window b { color: #26704f; font-size: 11px; }
.compact-window .quota-track { flex: 1; margin: 0; min-width: 12px; }
.quota-account[open] .compact-window { display: none; }
.account-windows { padding: 0 12px 12px; }
.window-label { display: flex; justify-content: space-between; gap: 8px; font-size: 11px; }
.window-label strong { font-weight: 600; color: #26704f; font-variant-numeric: tabular-nums; }
.account-windows p { font-size: 10px; color: var(--muted); margin: 5px 0 14px; }
.account-windows p:last-child { margin-bottom: 0; }
.preview-footer { font-size: 10px; justify-content: center; }
.demo-caption { font-size: 11px; line-height: 1.8; margin-top: 12px; }
.closed-hint { padding: 90px 24px; text-align: center; color: var(--muted); font-size: 14px; }
[hidden] { display: none !important; }
.quota-story { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; padding-block: 88px; }
.quota-explainer article { padding-block: 24px; border-top: 1px solid var(--line); }
.quota-explainer article:first-child { padding-top: 0; border-top: 0; }
.quota-explainer article:last-child { padding-bottom: 0; }
.quota-explainer h3 { font-size: 18px; margin-top: 8px; }
.quota-explainer p, .rotation-notes p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-top: 12px; }
.story { border-block: 1px solid var(--line); padding-block: 64px; align-items: center; }
.story h2 { font-size: 34px; }
.rotation-notes h3 { font-size: 17px; }
.rotation-notes .text-link { margin-top: 12px; }
.faq-list details p { font-size: 13px; }
.header nav a, footer a { min-height: 44px; display: inline-flex; align-items: center; }
@media (max-width: 1000px) {
  .hero { gap: 30px; }
  h1 { font-size: 45px; }
  .header nav { gap: 18px; }
  .quota-story { gap: 45px; }
  .app-preview { margin-right: 6px; }
}
@media (max-width: 720px) {
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 48px 36px; }
  h1 { font-size: clamp(36px, 8.7vw, 56px); letter-spacing: -1.8px; }
  .hero-note { margin-top: 20px; }
  .product-stage { width: min(420px, 100%); padding: 0; }
  .app-preview { margin-inline: auto; }
  .quota-story { grid-template-columns: 1fr; gap: 32px; padding-block: 56px; }
  .story { padding-block: 48px; }
  .popover-space { min-height: 360px; }
  .install-panel { min-width: 0; }
  .stage-caption { font-size: 8px; letter-spacing: .7px; }
}
