/* [project]/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --radius-lg: .5rem;
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
}

:root {
  --bg-0: #f6f7f9;
  --bg-1: #fafafa;
  --bg-2: #fff;
  --bg-3: #f1f3f6;
  --bg-hover: #f0f1f4;
  --border: #e4e7ec;
  --border-light: #eef0f3;
  --text-0: #0f172a;
  --text-1: #475569;
  --text-2: #94a3b8;
  --text-3: #cbd5e1;
  --accent: #4f46e5;
  --accent-2: #6366f1;
  --accent-3: #818cf8;
  --accent-glow: #4f46e51f;
  --accent-glow-2: #6366f114;
  --green: #059669;
  --green-bg: #05966914;
  --green-border: #05966933;
  --red: #dc2626;
  --red-bg: #dc26260f;
  --red-border: #dc26262e;
  --amber: #d97706;
  --amber-bg: #d9770612;
  --amber-border: #d977062e;
  --gradient-brand: linear-gradient(135deg, #4f46e5 0%, #6366f1 50%, #818cf8 100%);
  --gradient-hero: radial-gradient(ellipse 80% 50% at 50% -20%, #4f46e51a, transparent 70%);
  --gradient-glow: radial-gradient(circle at 50% 0%, #4f46e514, transparent 60%);
  --shadow-sm: 0 1px 2px #0f172a0a;
  --shadow-md: 0 4px 12px #0f172a0f;
  --shadow-lg: 0 8px 24px #0f172a14;
  --shadow-glow: 0 0 40px #4f46e50f;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SF Mono", "Fira Code", "Cascadia Code", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --max-width: 76rem;
  --reading-width: 45rem;
  --radius: .625rem;
  --radius-lg: 1rem;
  --ink: var(--text-0);
  --paper: var(--bg-1);
  --signal: var(--accent);
  --moss: var(--text-1);
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

body {
  color: var(--text-0);
  background: var(--bg-1);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  letter-spacing: -.03em;
  color: var(--text-0);
  font-weight: 700;
}

.eyebrow {
  font-family: var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: .7rem;
  font-weight: 600;
}

.button, .link-button {
  border-radius: var(--radius);
  color: #fff;
  background: var(--gradient-brand);
  min-height: 2.7rem;
  font-family: var(--font-mono);
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.25rem;
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .15s, box-shadow .2s, opacity .15s;
  display: inline-flex;
  box-shadow: 0 1px 4px #4f46e540;
}

.button:hover, .link-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px #4f46e533;
}

.button:active, .link-button:active {
  transform: translateY(0);
}

.button.secondary {
  color: var(--text-0);
  background: var(--bg-2);
  border-color: var(--border);
  box-shadow: var(--shadow-sm);
}

.button.secondary:hover {
  background: var(--bg-hover);
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
}

.button.danger {
  color: #fff;
  border-color: var(--red-border);
  background: var(--red);
  box-shadow: 0 1px 4px #dc262626;
}

.button.danger:hover {
  background: #b91c1c;
  box-shadow: 0 4px 12px #dc262626;
}

.button:disabled {
  opacity: .5;
  cursor: wait;
  transform: none;
}

.link-button {
  width: fit-content;
  min-height: auto;
  color: var(--accent);
  box-shadow: none;
  text-underline-offset: .25rem;
  background: none;
  border: 0;
  padding: 0;
  text-decoration: underline;
}

.link-button:hover {
  box-shadow: none;
  background: none;
  transform: none;
}

.site-header, .site-footer {
  max-width: var(--max-width);
  font-family: var(--font-mono);
  text-transform: none;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: auto;
  padding: 1.2rem clamp(1.25rem, 5vw, 3rem);
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.site-header {
  border-bottom: 1px solid var(--border);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 100;
  background: #fafafad9;
  position: sticky;
  top: 0;
}

.brand {
  color: var(--text-0);
  letter-spacing: -.02em;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}

.brand:before {
  content: "◆";
  color: var(--accent);
  margin-right: .4rem;
}

.site-header nav, .site-footer nav {
  flex-wrap: wrap;
  gap: 1.5rem;
  display: flex;
}

.site-header a, .site-footer a {
  color: var(--text-1);
  text-decoration: none;
  transition: color .15s;
}

.site-header a:hover, .site-footer a:hover {
  color: var(--accent);
}

.site-footer {
  border-top: 1px solid var(--border);
  color: var(--text-2);
  margin-top: 2rem;
}

.marketing {
  min-height: auto;
  max-width: var(--max-width);
  margin: auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
  display: block;
}

.marketing section {
  border-bottom: 1px solid var(--border);
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.marketing.page {
  min-height: 70vh;
  max-width: var(--reading-width);
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.marketing h1 {
  letter-spacing: -.03em;
  max-width: 16ch;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.15;
}

.marketing h2 {
  letter-spacing: -.03em;
  max-width: 20ch;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.1;
}

.marketing.page h2 {
  letter-spacing: -.02em;
  max-width: none;
  margin-top: 2.25rem;
  margin-bottom: .5rem;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.25;
}

.marketing.page p {
  margin-bottom: .75rem;
}

.marketing.page h3 {
  margin-top: 1.5rem;
  margin-bottom: .4rem;
  font-size: 1.05rem;
}

.marketing.page pre {
  max-width: 100%;
  margin: .5rem 0 1rem;
}

.hero > p:not(.eyebrow), .marketing.page > .lede {
  max-width: 100%;
  color: var(--text-1);
  font-size: clamp(.95rem, 1.4vw, 1.1rem);
  line-height: 1.6;
}

.actions {
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
  display: flex;
}

.marketing pre {
  max-width: 55rem;
  color: var(--text-0);
  background: var(--bg-0);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-mono);
  box-shadow: var(--shadow-sm);
  padding: .75rem 1rem;
  font-size: .82rem;
  line-height: 1.5;
  overflow-x: auto;
}

.marketing code {
  font-family: var(--font-mono);
}

.hero {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: clamp(2.5rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 8vw, 6.5rem) !important;
}

.hero:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(60% 50%, #4f46e51a, #0000 70%);
  width: 80rem;
  height: 40rem;
  animation: 8s ease-in-out infinite alternate hero-glow;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}

.hero:after {
  content: "";
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(to right, #0f172a04 1px, #0000 1px), linear-gradient(#0f172a04 1px, #0000 1px);
  background-size: 3rem 3rem;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(70% 50% at 50% 40%, #000, #0000 70%);
  mask-image: radial-gradient(70% 50% at 50% 40%, #000, #0000 70%);
}

.hero > * {
  z-index: 1;
  position: relative;
}

.hero .eyebrow {
  border: 1px solid var(--border);
  background: var(--bg-2);
  box-shadow: var(--shadow-sm);
  border-radius: 100px;
  align-items: center;
  gap: .5rem;
  padding: .4rem .85rem;
  font-size: .68rem;
  display: inline-flex;
}

.hero h1 {
  letter-spacing: -.045em;
  max-width: 20ch;
  margin: 1.5rem auto 1.2rem;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1.02;
}

.hero h1 .gradient-text {
  background: var(--gradient-brand);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero > p:not(.eyebrow) {
  max-width: 36rem;
  color: var(--text-1);
  margin: 0 auto 2rem;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.hero .actions {
  justify-content: center;
  margin-top: 0;
}

.hero .button {
  min-height: 3rem;
  padding: .85rem 1.6rem;
  font-size: .82rem;
}

.hero-code {
  text-align: left;
  z-index: 1;
  max-width: 40rem;
  margin: 2.5rem auto 0;
  position: relative;
}

.hero-code pre {
  background: var(--bg-0);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}

.trust-bar {
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  padding: 2rem 0 !important;
}

.trust-bar .trust-item {
  font-family: var(--font-mono);
  color: var(--text-1);
  white-space: nowrap;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  display: inline-flex;
}

.trust-bar .trust-item .check {
  background: var(--green-bg);
  border: 1px solid var(--green-border);
  width: 1.4rem;
  height: 1.4rem;
  color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: .65rem;
  display: inline-flex;
}

.pricing-section {
  text-align: center;
}

.pricing-section > .eyebrow {
  margin-bottom: .5rem;
  display: inline-block;
}

.pricing-section h2 {
  margin: 0 auto 1rem;
}

.pricing-section > p:not(.eyebrow) {
  max-width: 36rem;
  color: var(--text-1);
  margin: 0 auto 3rem;
}

.pricing-grid {
  text-align: left;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1.25rem;
  max-width: 64rem;
  margin: 0 auto;
  display: grid;
}

.pricing-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-2);
  box-shadow: var(--shadow-sm);
  flex-direction: column;
  padding: 1.75rem;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-lg), 0 0 0 3px var(--accent-glow);
  transform: translateY(-4px);
}

.pricing-card.featured {
  border-color: var(--accent);
  background: linear-gradient(135deg, var(--bg-2) 0%, #4f46e508 100%);
}

.pricing-card.featured:before {
  content: "";
  background: var(--gradient-brand);
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pricing-card .model-badge {
  border: 1px solid var(--green-border);
  background: var(--green-bg);
  color: var(--green);
  font-family: var(--font-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 100px;
  align-self: flex-start;
  align-items: center;
  gap: .35rem;
  margin-bottom: 1rem;
  padding: .3rem .6rem;
  font-size: .62rem;
  font-weight: 700;
  display: inline-flex;
}

.pricing-card h3 {
  margin: 0 0 .25rem;
  font-size: 1.25rem;
}

.pricing-card .model-slug {
  font-family: var(--font-mono);
  color: var(--text-2);
  margin-bottom: 1.25rem;
  font-size: .75rem;
}

.pricing-card .price-row {
  align-items: baseline;
  gap: .5rem;
  margin-bottom: .25rem;
  display: flex;
}

.pricing-card .price {
  color: var(--text-0);
  font-size: 1.6rem;
  font-weight: 700;
}

.pricing-card .price-unit {
  font-family: var(--font-mono);
  color: var(--text-2);
  font-size: .72rem;
}

.pricing-card .price-detail {
  font-family: var(--font-mono);
  color: var(--text-2);
  margin-bottom: 1.25rem;
  font-size: .72rem;
}

.pricing-card .feature-list {
  gap: .6rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: grid;
}

.pricing-card .feature-list li {
  color: var(--text-1);
  align-items: flex-start;
  gap: .5rem;
  font-size: .85rem;
  line-height: 1.5;
  display: flex;
}

.pricing-card .feature-list li:before {
  content: "✓";
  color: var(--green);
  flex-shrink: 0;
  font-weight: 700;
}

.pricing-card .button {
  margin-top: auto;
}

.why-grid {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
  display: grid;
}

.why-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-2);
  box-shadow: var(--shadow-sm);
  padding: 1.75rem;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}

.why-card:hover {
  border-color: var(--border);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.why-card .icon {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(135deg, #4f46e514, #6366f108);
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  display: inline-flex;
}

.why-card h3 {
  margin: 0 0 .5rem;
  font-size: 1.05rem;
}

.why-card p {
  color: var(--text-1);
  margin: 0;
  font-size: .88rem;
  line-height: 1.55;
}

.faq-list {
  max-width: 100%;
  margin-top: 2.5rem;
}

.faq-list details {
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0;
}

.faq-list details:last-child {
  border-bottom: none;
}

.faq-list summary {
  cursor: pointer;
  color: var(--text-0);
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  list-style: none;
  transition: color .15s;
  display: flex;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary:after {
  content: "+";
  color: var(--accent);
  flex-shrink: 0;
  font-size: 1.3rem;
  transition: transform .2s;
}

.faq-list details[open] summary:after {
  transform: rotate(45deg);
}

.faq-list summary:hover {
  color: var(--accent);
}

.faq-list details p {
  color: var(--text-1);
  margin: .75rem 0 0;
  font-size: .9rem;
  line-height: 1.6;
}

.cta-section {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 6rem) 1rem !important;
}

.cta-section:before {
  content: "";
  background: radial-gradient(ellipse 50% 50% at 50% 50%, var(--accent-glow), transparent 70%);
  pointer-events: none;
  width: 50rem;
  height: 30rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-section > * {
  z-index: 1;
  position: relative;
}

.cta-section h2 {
  max-width: 20ch;
  margin: 0 auto 1rem;
}

.cta-section > p {
  max-width: 36rem;
  color: var(--text-1);
  margin: 0 auto 2rem;
}

.cta-section .actions {
  justify-content: center;
  margin-top: 0;
}

.model-table {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-2);
  box-shadow: var(--shadow-sm);
  margin: 2rem 0;
  overflow: hidden;
}

.model-heading, .model-row {
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1rem;
  padding: 1rem 1.25rem;
  display: grid;
}

.model-heading {
  background: var(--bg-3);
  color: var(--text-2);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .08em;
  border-bottom: 1px solid var(--border);
  font-size: .68rem;
  font-weight: 600;
}

.model-row {
  border-bottom: 1px solid var(--border);
  font-family: var(--font-mono);
  align-items: center;
  font-size: .85rem;
  transition: background .15s;
}

.model-row:last-child {
  border-bottom: none;
}

.model-row:hover {
  background: var(--bg-3);
}

.model-row a {
  color: var(--text-0);
  text-decoration: none;
  display: grid;
}

.model-row a:hover strong {
  color: var(--accent);
}

.model-row small {
  color: var(--text-2);
}

.model-row .verified-badge {
  color: var(--green);
  align-items: center;
  gap: .3rem;
  font-size: .72rem;
  display: inline-flex;
}

.model-row .verified-badge:before {
  content: "✓";
}

.split {
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  display: grid;
}

.status-panel {
  border-left: 3px solid var(--green);
  background: var(--green-bg);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-mono);
  color: var(--text-1);
  text-transform: capitalize;
  gap: .6rem;
  margin: 1rem 0;
  padding: 1.25rem;
  font-size: .8rem;
  display: grid;
}

.status-panel.degraded {
  border-color: var(--amber);
  background: var(--amber-bg);
}

.notice, .legal-placeholder {
  border-left: 3px solid var(--amber);
  background: var(--amber-bg);
  border-radius: 0 var(--radius) var(--radius) 0;
  max-width: 100%;
  color: var(--text-1);
  padding: 1.2rem;
  line-height: 1.6;
}

details {
  border-bottom: 1px solid var(--border);
  max-width: 100%;
  padding: 1rem 0;
}

summary {
  cursor: pointer;
  font-weight: 600;
}

details p {
  color: var(--text-1);
  line-height: 1.6;
}

.cta {
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  display: flex;
}

.site-footer {
  border-top: 1px solid var(--border);
  text-transform: none;
  margin-top: 2rem;
}

.facts {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--border);
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  max-width: 100%;
  margin-top: 2rem;
  display: grid;
  overflow: hidden;
}

.facts div {
  background: var(--bg-2);
  padding: 1.2rem;
}

.facts dt {
  color: var(--text-2);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .68rem;
  font-weight: 600;
}

.facts dd {
  color: var(--text-0);
  margin: .7rem 0 0;
}

.docs > p {
  max-width: 100%;
  color: var(--text-1);
  margin-bottom: .75rem;
  line-height: 1.65;
}

.docs pre {
  margin: .5rem 0 1rem;
}

.auth-shell {
  background: var(--bg-1);
  grid-template-columns: minmax(18rem, .9fr) minmax(24rem, 1.1fr);
  align-content: stretch;
  max-width: none;
  min-height: 100vh;
  padding: 0;
  display: grid;
}

.auth-intro, .auth-panel {
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 6rem);
  display: flex;
}

.auth-intro {
  color: var(--text-0);
  background: linear-gradient(145deg, var(--bg-0), #eef0f6);
  position: relative;
  overflow: hidden;
}

.auth-intro:after {
  content: "";
  border: 1px solid #0f172a0a;
  border-radius: 50%;
  width: 26rem;
  height: 26rem;
  position: absolute;
  top: -9rem;
  right: -13rem;
  box-shadow: 0 0 0 4rem #0f172a05, 0 0 0 8rem #0f172a03;
}

.auth-intro:before {
  content: "";
  background: radial-gradient(circle at 15% 90%, var(--accent-glow), transparent 22rem);
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.wordmark {
  color: inherit;
  font-family: var(--font-mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  z-index: 1;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 2rem;
}

.auth-intro h1 {
  z-index: 1;
  max-width: 9ch;
  margin: 1rem 0 1.5rem;
  font-size: clamp(3rem, 7vw, 6rem);
  position: relative;
}

.auth-intro > p:not(.eyebrow) {
  max-width: 32rem;
  color: var(--text-1);
  font-family: var(--font-mono);
  z-index: 1;
  font-size: 1rem;
  line-height: 1.7;
  position: relative;
}

.auth-seal {
  aspect-ratio: 1;
  width: 4rem;
  font-family: var(--font-mono);
  letter-spacing: .15em;
  z-index: 1;
  border: 1px solid #0f172a14;
  border-radius: 50%;
  place-items: center;
  font-size: .75rem;
  font-weight: 700;
  display: grid;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.auth-panel {
  background: var(--bg-1);
}

.auth-card {
  width: min(100%, 31rem);
  margin: auto;
  animation: .55s cubic-bezier(.22, 1, .36, 1) both auth-rise;
}

.auth-kicker, .auth-form label span, .auth-link {
  font-family: var(--font-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 700;
}

.auth-kicker {
  color: var(--accent);
}

.auth-card h2 {
  letter-spacing: -.03em;
  margin: .6rem 0 .75rem;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.1;
}

.auth-note {
  color: var(--text-1);
  margin-bottom: 1.5rem;
  font-size: .9rem;
  line-height: 1.6;
}

.auth-form {
  gap: 1rem;
  display: grid;
}

.auth-form label {
  gap: .5rem;
  display: grid;
}

.auth-form input {
  border: 0;
  border-bottom: 1px solid var(--border);
  width: 100%;
  color: var(--text-0);
  font-family: var(--font-mono);
  background: none;
  border-radius: 0;
  outline: none;
  padding: .7rem 0;
  font-size: .95rem;
  transition: border-color .15s;
}

.auth-form input::placeholder {
  color: var(--text-3);
}

.auth-form input:focus {
  border-color: var(--accent);
  box-shadow: 0 2px 0 var(--accent);
}

.auth-form button {
  font-family: var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: .5rem;
  padding: 1rem 1.3rem;
  font-size: .78rem;
  font-weight: 700;
}

.auth-form button:disabled {
  opacity: .5;
  cursor: wait;
}

.auth-link {
  width: fit-content;
  color: var(--accent);
  text-underline-offset: .3rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.form-error, .form-success {
  font-family: var(--font-mono);
  border-left: 3px solid;
  margin: 0;
  padding-left: .8rem;
  font-size: .86rem;
  line-height: 1.5;
}

.form-error {
  color: var(--red);
  border-color: var(--red);
}

.form-success {
  color: var(--green);
  border-color: var(--green);
}

.dashboard-shell {
  max-width: none;
  min-height: 100vh;
  padding: 0;
  display: block;
}

.dashboard-nav {
  border-bottom: 1px solid var(--border);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffffd9;
  justify-content: space-between;
  min-height: 5rem;
  padding: 1.5rem clamp(1.5rem, 6vw, 6rem);
  display: flex;
}

.dashboard-nav .wordmark {
  position: static;
}

.dashboard-nav div {
  gap: 2rem;
  display: flex;
}

.dashboard-nav a {
  color: var(--text-1);
  font-family: var(--font-mono);
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s;
}

.dashboard-nav a:hover {
  color: var(--accent);
}

.dashboard-content {
  max-width: 92rem;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem);
}

.dashboard-content h1 {
  max-width: 14ch;
}

.dashboard-content h2 {
  letter-spacing: -.03em;
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.dashboard-grid {
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  display: grid;
  overflow: hidden;
}

.dashboard-grid article {
  background: var(--bg-2);
  flex-direction: column;
  justify-content: space-between;
  min-height: 10rem;
  padding: 1.5rem;
  transition: background .15s;
  display: flex;
}

.dashboard-grid article:hover {
  background: var(--bg-3);
}

.dashboard-grid span {
  font-family: var(--font-mono);
  text-transform: uppercase;
  color: var(--text-2);
  font-size: .72rem;
}

.dashboard-grid strong {
  color: var(--text-0);
  font-size: 1.4rem;
}

.overview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 3rem;
}

.dashboard-grid article small {
  color: var(--text-2);
  font-family: var(--font-mono);
  margin-top: .7rem;
  font-size: .75rem;
  line-height: 1.4;
}

.panel, .payment-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-2);
  box-shadow: var(--shadow-sm);
  margin-top: 2rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.payment-card {
  color: var(--text-0);
  background: linear-gradient(135deg, var(--bg-2), var(--bg-3));
}

.payment-card p, .payment-card li {
  max-width: 60rem;
  color: var(--text-1);
  line-height: 1.6;
}

.payment-card ol {
  padding-left: 1.3rem;
}

.section-heading, .detail-title {
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.section-heading > span {
  color: var(--text-2);
  font-family: var(--font-mono);
  font-size: .75rem;
  line-height: 1.4;
}

.inline-form, .stack-form, .filter-form {
  gap: .75rem;
  display: grid;
}

.inline-form {
  grid-template-columns: auto minmax(12rem, 1fr) auto;
  align-items: end;
}

.inline-form label, .stack-form label, .filter-form label {
  color: var(--text-2);
  font-family: var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 700;
}

.stack-form label {
  margin-top: .4rem;
}

.inline-form input, .stack-form input, .filter-form input, .filter-form select {
  border: 1px solid var(--border);
  width: 100%;
  min-height: 2.75rem;
  color: var(--text-0);
  background: var(--bg-1);
  font-family: var(--font-mono);
  border-radius: var(--radius);
  padding: .55rem .65rem;
  font-size: .9rem;
  transition: border-color .15s;
}

.inline-form input:focus, .stack-form input:focus, .filter-form input:focus, .filter-form select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
  outline: none;
}

.secret-reveal {
  border: 2px solid var(--accent);
  border-radius: var(--radius);
  background: #4f46e50a;
  gap: .85rem;
  margin-top: 1.25rem;
  padding: 1rem;
  display: grid;
}

.secret-reveal code {
  overflow-wrap: anywhere;
  background: var(--bg-0);
  color: var(--text-0);
  border-radius: var(--radius);
  padding: .75rem;
}

.key-list, .session-item {
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  gap: 1px;
  display: grid;
  overflow: hidden;
}

.key-item, .session-item {
  background: var(--bg-2);
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  display: flex;
}

.key-item p, .session-item p {
  color: var(--text-2);
  font-family: var(--font-mono);
  margin: .35rem 0 0;
  font-size: .78rem;
  line-height: 1.5;
}

.key-actions, .payment-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.badge {
  font-family: var(--font-mono);
  letter-spacing: .07em;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 4px;
  padding: .38rem .52rem;
  font-size: .65rem;
  font-weight: 700;
  display: inline-block;
}

.badge.active, .badge.settled {
  color: var(--green);
  background: var(--green-bg);
  border-color: var(--green-border);
}

.badge.revoked, .badge.billing_error {
  color: var(--red);
  background: var(--red-bg);
  border-color: var(--red-border);
}

.badge.pending {
  color: var(--amber);
  background: var(--amber-bg);
  border-color: var(--amber-border);
}

.badge.released {
  color: var(--text-1);
  background: var(--bg-3);
  border-color: var(--border);
}

.table-wrap {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: .88rem;
}

th {
  color: var(--text-2);
  font-family: var(--font-mono);
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 700;
}

th, td {
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
  color: var(--text-0);
  padding: .85rem .55rem;
}

td code, .request-id {
  font-family: var(--font-mono);
  font-size: .72rem;
  line-height: 1.3;
}

.positive {
  color: var(--green);
}

.negative {
  color: var(--red);
}

.state {
  border-left: 3px solid var(--text-2);
  color: var(--text-1);
  font-family: var(--font-mono);
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 1.5rem 0;
  padding: 1rem;
  font-size: .9rem;
  line-height: 1.5;
}

.error-state {
  border-color: var(--red);
  color: var(--red);
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.empty-state {
  border-color: var(--border);
  color: var(--text-2);
}

.pagination {
  margin-top: 1.25rem;
}

.pagination-end {
  color: var(--text-2);
  font-family: var(--font-mono);
  font-size: .75rem;
  line-height: 1.4;
}

.filter-form {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
}

.filter-form label {
  gap: .4rem;
  display: grid;
}

.detail-grid {
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  display: grid;
  overflow: hidden;
}

.detail-grid > div {
  background: var(--bg-2);
  padding: 1rem 1.25rem;
}

.detail-grid dt {
  color: var(--text-2);
  font-family: var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 700;
}

.detail-grid dd {
  overflow-wrap: anywhere;
  color: var(--text-0);
  margin: .6rem 0 0;
}

.privacy-note {
  color: var(--text-2);
  font-family: var(--font-mono);
  margin: 1.5rem 0 0;
  font-size: .85rem;
}

.settings-grid {
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  display: grid;
}

.settings-grid .panel {
  margin-top: 2rem;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.admin-shell {
  --signal: var(--red);
}

.admin-shell .dashboard-nav .wordmark {
  color: var(--red);
}

.admin-links a {
  min-height: 10rem;
  color: var(--text-0);
  background: linear-gradient(145deg, var(--bg-2), var(--bg-3));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  align-items: flex-end;
  padding: 1.5rem;
  font-size: 1.25rem;
  text-decoration: none;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  display: flex;
}

.admin-links a:hover {
  border-color: var(--red-border);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.admin-shell input, .admin-shell select {
  border: 1px solid var(--border);
  min-height: 2.6rem;
  color: var(--text-0);
  background: var(--bg-1);
  font-family: var(--font-mono);
  border-radius: var(--radius);
  padding: .65rem;
  font-size: .85rem;
}

.admin-shell input:focus, .admin-shell select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
  outline: none;
}

.admin-shell [role="dialog"] {
  border-left: .4rem solid var(--red);
  border-radius: var(--radius);
}

button {
  border-radius: var(--radius);
  color: #fff;
  background: var(--gradient-brand);
  width: fit-content;
  font-family: var(--font-mono);
  cursor: pointer;
  border: 1px solid #0000;
  padding: .8rem 1rem;
  font-size: .78rem;
  font-weight: 700;
  transition: transform .15s, box-shadow .2s;
  box-shadow: 0 1px 4px #4f46e533;
}

button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px #4f46e52e;
}

button:disabled {
  opacity: .5;
  cursor: wait;
  transform: none;
}

main {
  min-height: 100vh;
  display: block;
}

.status {
  font-family: var(--font-mono);
  color: var(--text-1);
  margin-top: 2rem;
  font-size: .82rem;
  font-weight: 700;
}

.status span {
  background: var(--green);
  width: .7rem;
  height: .7rem;
  box-shadow: 0 0 0 .35rem var(--green-bg);
  border-radius: 50%;
  margin-right: .65rem;
  display: inline-block;
}

.lede {
  max-width: 100%;
  color: var(--text-1);
  font-size: clamp(.95rem, 1.4vw, 1.1rem);
  line-height: 1.6;
}

@keyframes hero-glow {
  from {
    opacity: .6;
    transform: translateX(-50%)scale(1);
  }

  to {
    opacity: 1;
    transform: translateX(-50%)scale(1.15);
  }
}

@keyframes auth-rise {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .site-header, .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .model-heading {
    display: none;
  }

  .model-row {
    grid-template-columns: 1fr 1fr;
  }

  .split, .facts {
    grid-template-columns: 1fr;
  }

  .cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .auth-shell {
    display: block;
  }

  .auth-intro {
    justify-content: flex-end;
    min-height: 21rem;
  }

  .auth-intro h1 {
    font-size: 3.5rem;
  }

  .auth-intro > p:not(.eyebrow), .auth-seal {
    display: none;
  }

  .auth-panel {
    min-height: calc(100vh - 21rem);
    padding-block: 3rem;
  }

  .dashboard-grid, .pricing-grid, .why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .dashboard-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .dashboard-nav div {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .overview-grid, .detail-grid, .filter-form, .settings-grid {
    grid-template-columns: 1fr 1fr;
  }

  .filter-form button {
    width: 100%;
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .key-item, .session-item, .section-heading, .detail-title {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .overview-grid, .detail-grid, .filter-form, .settings-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-content {
    padding: 2rem 1.25rem;
  }
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

a:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 2px;
}

.button:focus-visible, .link-button:focus-visible, button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

input:focus-visible, select:focus-visible {
  outline: none;
}

.site-header .header-cta, .site-header .header-cta:hover {
  color: #fff;
  min-height: 2.2rem;
  padding: .5rem 1rem;
  font-size: .72rem;
}

.footer-nav {
  flex-wrap: wrap;
  gap: 1.25rem;
}

.footer-brand p {
  max-width: 32rem;
  color: var(--text-1);
  margin: 0;
  font-size: .85rem;
  line-height: 1.5;
}

.model-family-strip {
  font-family: var(--font-mono);
  color: var(--text-2);
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin-top: 2.5rem;
  font-size: .85rem;
  display: flex;
  position: relative;
}

.model-family-strip .family-item {
  white-space: nowrap;
}

.hero-code-caption {
  text-align: center;
  color: var(--text-2);
  font-size: .82rem;
  font-family: var(--font-mono);
  margin-top: .75rem;
}

.section-intro {
  max-width: 42rem;
  color: var(--text-1);
  margin-bottom: 2.5rem;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.6;
}

.support-line {
  color: var(--text-1);
  margin-top: 1rem;
  font-size: .88rem;
}

.support-line code {
  background: var(--bg-0);
  border-radius: 3px;
  padding: .15rem .35rem;
  font-size: .85rem;
}

.one-api-section {
  border-bottom: 1px solid var(--border);
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.one-api-section p {
  max-width: 42rem;
  color: var(--text-1);
  line-height: 1.6;
}

.one-api-section pre {
  margin: 1.5rem 0;
}

.transparency-section {
  border-bottom: 1px solid var(--border);
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.transparency-section p {
  max-width: 42rem;
  color: var(--text-1);
  line-height: 1.6;
}

.transparency-grid {
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1rem;
  max-width: 60rem;
  margin: 2.5rem 0;
  display: grid;
}

.transparency-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-2);
  box-shadow: var(--shadow-sm);
  flex-direction: column;
  gap: .5rem;
  padding: 1.25rem;
  display: flex;
}

.transparency-card strong {
  font-size: 1rem;
}

.transparency-card .verification-source, .transparency-card .verification-date {
  font-family: var(--font-mono);
  color: var(--text-2);
  font-size: .75rem;
}

.use-cases-section {
  border-bottom: 1px solid var(--border);
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.use-cases-section h2 {
  margin-bottom: 1rem;
}

.why-section, .faq-section {
  border-bottom: 1px solid var(--border);
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.status-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-2);
  box-shadow: var(--shadow-sm);
  padding: 1.5rem;
}

.status-panel.ok {
  border-color: var(--green-border);
}

.status-panel.degraded {
  border-color: var(--amber-border);
}

.status-panel strong {
  margin-bottom: 1rem;
  font-size: 1rem;
  display: block;
}

.status-components {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.status-component-item {
  font-family: var(--font-mono);
  color: var(--text-1);
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
  display: flex;
}

.status-dot {
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
  width: .6rem;
  height: .6rem;
  display: inline-block;
}

.status-dot.unavailable {
  background: var(--red);
}

.status-state {
  text-transform: capitalize;
  color: var(--text-2);
  margin-left: auto;
}

.verified-badge {
  border: 1px solid var(--green-border);
  background: var(--green-bg);
  color: var(--green);
  font-family: var(--font-mono);
  border-radius: 4px;
  align-items: center;
  gap: .25rem;
  padding: .2rem .45rem;
  font-size: .7rem;
  font-weight: 700;
  display: inline-flex;
}

.table-helper {
  max-width: 42rem;
  color: var(--text-1);
  margin: 1.5rem 0;
  font-size: .9rem;
}

.billing-explanation {
  max-width: 100%;
  color: var(--text-1);
  margin-top: 2rem;
  font-size: .88rem;
  line-height: 1.6;
}

.filter-chips {
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.5rem 0 2rem;
  display: flex;
}

.filter-chip {
  border: 1px solid var(--border);
  background: var(--bg-2);
  font-family: var(--font-mono);
  color: var(--text-1);
  cursor: default;
  border-radius: 100px;
  padding: .4rem .85rem;
  font-size: .75rem;
}

.filter-chip.active {
  border-color: var(--accent);
  background: var(--accent-glow);
  color: var(--accent);
}

.error-codes {
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: .5rem;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.error-codes li {
  font-family: var(--font-mono);
  color: var(--text-1);
  border: 1px solid var(--border);
  background: var(--bg-2);
  border-radius: 4px;
  padding: .3rem .6rem;
  font-size: .8rem;
}

.integration-heading {
  margin-top: 2.25rem;
  margin-bottom: .5rem;
}

.quick-actions {
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
  display: flex;
}

.auth-admin-helper, .auth-support-line {
  font-family: var(--font-mono);
  color: var(--text-2);
  margin-top: 1rem;
  font-size: .75rem;
  line-height: 1.5;
}

.callout-important {
  border: 1px solid var(--amber-border);
  border-radius: var(--radius);
  background: var(--amber-bg);
  color: var(--amber);
  margin: 1rem 0;
  padding: .75rem 1rem;
}

.helper-text {
  max-width: 100%;
  color: var(--text-1);
  margin-bottom: 1.5rem;
  font-size: .88rem;
  line-height: 1.6;
}

.legal-placeholder p {
  max-width: 100%;
  color: var(--text-1);
  line-height: 1.6;
}

/*# sourceMappingURL=app_globals_0yg4wg8.css.map*/