/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, 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;
    --spacing: .25rem;
    --container-xl: 36rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --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, ui-sans-serif, system-ui, 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 {
    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 {
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .aspect-\[16\/8\] {
    aspect-ratio: 16 / 8;
  }

  .aspect-\[16\/9\] {
    aspect-ratio: 16 / 9;
  }

  .aspect-\[16\/10\] {
    aspect-ratio: 16 / 10;
  }

  .min-h-28 {
    min-height: calc(var(--spacing) * 28);
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-\[760px\] {
    min-width: 760px;
  }

  .min-w-\[900px\] {
    min-width: 900px;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  .self-end {
    align-self: flex-end;
  }

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

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.03em\] {
    --tw-tracking: -.03em;
    letter-spacing: -.03em;
  }

  .text-\[var\(--muted\)\] {
    color: var(--muted);
  }

  .text-\[var\(--text\)\] {
    color: var(--text);
  }

  @media (min-width: 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[minmax\(0\,1fr\)_220px_auto_auto\] {
      grid-template-columns: minmax(0, 1fr) 220px auto auto;
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-\[minmax\(0\,1\.2fr\)_360px\] {
      grid-template-columns: minmax(0, 1.2fr) 360px;
    }
  }
}

:root {
  --bg: #07111f;
  --bg-soft: #0c1a2d;
  --panel: #0a182cd1;
  --panel-strong: #091426f0;
  --panel-soft: #ffffff0a;
  --panel-elevated: #ffffff12;
  --text: #eef4ff;
  --muted: #9bb0ca;
  --muted-strong: #bfd0e6;
  --line: #adc7eb29;
  --line-strong: #adc7eb52;
  --brand: #6dd3ff;
  --brand-strong: #2d8cff;
  --brand-soft: #6dd3ff1f;
  --brand-faint: #6dd3ff14;
  --gold: #ffcc73;
  --danger-soft: #ff856f1f;
  --danger: #ff9b8c;
  --warning-soft: #ffcc731f;
  --warning: #ffd27d;
  --success-soft: #66dba224;
  --success: #82e6ba;
  --shadow: 0 20px 50px #01071059;
}

*, :before, :after {
  box-sizing: border-box;
}

html {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--text);
  background: radial-gradient(circle at 0 0, #2d8cff3d, #0000 26%), radial-gradient(circle at 82% 10%, #ffcc7329, #0000 22%), radial-gradient(circle at 50% 100%, #6dd3ff1f, #0000 30%), linear-gradient(#040a14 0%, #081220 42%, #07111f 100%);
  margin: 0;
  font-family: Segoe UI, PingFang SC, Microsoft YaHei, sans-serif;
}

body:before {
  content: "";
  pointer-events: none;
  background-image: linear-gradient(#ffffff0a 1px, #0000 1px), linear-gradient(90deg, #ffffff0a 1px, #0000 1px);
  background-size: 32px 32px;
  position: fixed;
  inset: 0;
  -webkit-mask-image: linear-gradient(#ffffff4d, #0000 75%);
  mask-image: linear-gradient(#ffffff4d, #0000 75%);
}

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

img {
  max-width: 100%;
}

input, select, textarea, button {
  font: inherit;
}

button {
  cursor: pointer;
}

input, select, textarea {
  outline: none;
}

textarea {
  resize: vertical;
}

::selection {
  background: #6dd3ff47;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #adc7eb38 padding-box padding-box;
  border: 2px solid #0000;
  border-radius: 999px;
}

.skip-link {
  z-index: 20;
  background: var(--text);
  color: #05101b;
  border-radius: 999px;
  padding: .7rem 1rem;
  transition: top .14s;
  position: absolute;
  top: -48px;
  left: 16px;
}

.skip-link:focus {
  top: 16px;
}

.page-shell {
  min-height: 100vh;
}

.page-grid {
  width: min(1240px, 100% - 24px);
  margin: 0 auto;
  padding: 16px 0 48px;
}

.main-stack {
  gap: 1rem;
  display: grid;
}

.site-header, .site-card {
  border: 1px solid var(--line);
  background: var(--panel);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.site-header:before, .site-card:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, #6dd3ff1f, #0000 36%), linear-gradient(#ffffff0a, #0000 28%);
  position: absolute;
  inset: 0;
}

.site-header > *, .site-card > * {
  z-index: 1;
  position: relative;
}

.site-header {
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.site-card {
  border-radius: 1.35rem;
  padding: 1rem;
}

.panel-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.panel-kicker {
  color: var(--brand);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 .35rem;
  font-size: .76rem;
}

.panel-title {
  letter-spacing: -.03em;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.site-brand {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.site-brand-mark {
  width: 3rem;
  height: 3rem;
  color: var(--brand);
  letter-spacing: .18em;
  background: linear-gradient(135deg, #6dd3ff38, #2d8cff47);
  border: 1px solid #6dd3ff47;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  display: flex;
}

.site-brand-copy {
  gap: .2rem;
  display: grid;
}

.site-brand-copy p {
  margin: 0;
}

.site-brand-copy .eyebrow {
  color: var(--brand);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .75rem;
}

.site-brand-copy .title {
  font-size: 1.1rem;
  font-weight: 700;
}

.site-brand-copy .meta {
  color: var(--muted);
  font-size: .82rem;
}

.site-brand-tools {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.site-header-grid, .site-hero, .site-hero-side, .hero-grid, .hero-stats, .two-column, .three-column, .surface-grid, .spec-grid, .info-list {
  gap: 1rem;
  display: grid;
}

.site-kicker {
  color: #b8eeff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #6dd3ff14;
  border: 1px solid #6dd3ff2e;
  border-radius: 999px;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  padding: .42rem .75rem;
  font-size: .74rem;
  display: inline-flex;
}

.site-hero h1 {
  letter-spacing: -.03em;
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
}

.site-hero p {
  max-width: 54rem;
  color: var(--muted);
  margin: 0;
  font-size: .98rem;
  line-height: 1.8;
}

.site-hero-actions, .dashboard-actions, .status-banner-actions, .detail-badges, .entity-card-meta, .compare-selection {
  flex-wrap: wrap;
  gap: .75rem;
  display: flex;
}

.hero-note {
  border: 1px solid var(--line);
  background: var(--panel-soft);
  border-radius: 1.15rem;
  padding: .95rem 1rem;
}

.hero-note .label {
  color: var(--gold);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .74rem;
}

.hero-note .value {
  margin-top: .3rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.hero-note .desc {
  color: var(--muted);
  margin-top: .2rem;
  font-size: .86rem;
  line-height: 1.6;
}

.site-nav {
  gap: .75rem;
  display: none;
}

.site-nav.open {
  flex-wrap: wrap;
  display: flex;
}

.site-nav a, .nav-toggle, .compare-chip {
  border: 1px solid var(--line);
  min-height: 2.75rem;
  color: var(--muted);
  background: #ffffff0a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0 .95rem;
  transition: transform .16s, background-color .16s, border-color .16s, color .16s, box-shadow .16s;
  display: inline-flex;
}

.site-nav a:hover, .site-nav a.active, .nav-toggle:hover, .compare-chip:hover {
  border-color: var(--line-strong);
  color: var(--text);
  transform: translateY(-1px);
}

.site-nav a.active {
  background: var(--brand-soft);
  color: #c0f0ff;
  border-color: #6dd3ff42;
}

.nav-toggle {
  min-width: 76px;
}

.code-chip, .ui-badge {
  letter-spacing: .04em;
  border: 1px solid #6dd3ff38;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .25rem .7rem;
  font-size: .78rem;
  font-weight: 600;
  display: inline-flex;
}

.code-chip, .ui-badge.default {
  background: var(--brand-soft);
  color: #a6e8ff;
}

.ui-badge.warning {
  background: var(--warning-soft);
  color: var(--warning);
  border-color: #ffcc7347;
}

.ui-badge.success {
  background: var(--success-soft);
  color: var(--success);
  border-color: #82e6ba47;
}

.info-list-item {
  border-bottom: 1px solid #ffffff0f;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .8rem;
  display: flex;
}

.info-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.muted-text {
  color: var(--muted);
}

.section-head {
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: .9rem;
  display: flex;
}

.section-head h2, .section-head p {
  margin: 0;
}

.section-head p {
  color: var(--muted);
  font-size: .92rem;
}

.spec-card, .content-card, .entity-card, .stat-card {
  border: 1px solid var(--line);
  background: linear-gradient(#ffffff0f, #ffffff08);
  border-radius: 1.15rem;
  padding: 1rem;
  box-shadow: inset 0 1px #ffffff0d;
}

.spec-card .label, .stat-card-label {
  color: var(--muted);
  font-size: .86rem;
}

.spec-card .value {
  margin-top: .35rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.detail-value {
  font-size: 1rem;
  line-height: 1.7;
}

.stat-card-value {
  letter-spacing: -.05em;
  margin: .7rem 0 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
}

.stat-card.warning .stat-card-value {
  color: var(--warning);
}

.stat-card.success .stat-card-value {
  color: var(--success);
}

.entity-card {
  transition: transform .18s, border-color .18s, box-shadow .18s;
}

.entity-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
  box-shadow: 0 18px 35px #0000002e;
}

.entity-card-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: .85rem;
  display: flex;
}

.entity-card-link {
  color: var(--brand);
  text-underline-offset: 4px;
  font-size: .92rem;
  font-weight: 600;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color .14s;
}

.entity-card-link:hover {
  text-decoration-color: currentColor;
}

.entity-card-title {
  letter-spacing: -.02em;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.entity-card-summary {
  color: var(--muted);
  margin: .65rem 0 0;
  font-size: .92rem;
  line-height: 1.8;
}

.entity-card-chip {
  border: 1px solid var(--line);
  color: var(--muted-strong);
  background: #ffffff0a;
  border-radius: 999px;
  padding: .35rem .75rem;
  font-size: .78rem;
}

.compare-toolbar {
  gap: .75rem;
  margin-bottom: 1rem;
  display: grid;
}

.compare-count {
  color: var(--muted);
  font-size: .92rem;
}

.compare-count strong {
  color: var(--text);
}

.compare-chip {
  min-height: 2.2rem;
  padding: 0 .8rem;
}

.selection-card {
  border: 1px solid var(--line);
  background: var(--panel-soft);
  border-radius: 1rem;
  align-items: flex-start;
  gap: .9rem;
  padding: .95rem;
  transition: border-color .14s, background-color .14s, transform .14s;
  display: flex;
}

.selection-card:hover {
  border-color: var(--line-strong);
  background: #ffffff0f;
  transform: translateY(-1px);
}

.selection-card.active {
  background: #6dd3ff17;
  border-color: #6dd3ff47;
}

.selection-checkbox {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--brand-strong);
  margin-top: .15rem;
}

.detail-copy {
  gap: .9rem;
  display: grid;
}

.detail-copy p {
  color: var(--muted-strong);
  margin: 0;
  line-height: 1.8;
}

.cover-frame {
  border: 1px solid var(--line);
  background: radial-gradient(circle at 0 0, #6dd3ff42, #0000 30%), linear-gradient(160deg, #0f1d37f2, #07111ff2);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.cover-media {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cover-fallback {
  background: linear-gradient(#6dd3ff14, #0000 30%), radial-gradient(circle at 100% 0, #ffcc732e, #0000 24%);
  align-content: end;
  min-height: 100%;
  padding: 1rem;
  display: grid;
}

.cover-fallback strong {
  font-size: 1.1rem;
  line-height: 1.3;
}

.cover-fallback-kicker {
  color: var(--brand);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: .4rem;
  font-size: .72rem;
}

.cover-sheen {
  pointer-events: none;
  background: linear-gradient(135deg, #ffffff26, #0000 24% 70%, #ffffff14);
  position: absolute;
  inset: 0;
}

.form-field {
  gap: .45rem;
  display: grid;
}

.field-hint {
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.6;
}

.auth-tip {
  color: var(--muted-strong);
  background: #6dd3ff14;
  border: 1px solid #6dd3ff29;
  border-radius: 1rem;
  padding: .9rem 1rem;
  line-height: 1.7;
}

.input-base {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 2.9rem;
  color: var(--text);
  background: #ffffff0a;
  border-radius: 1rem;
  padding: .8rem .95rem;
  transition: border-color .14s, background-color .14s, box-shadow .14s;
}

.input-base:hover, .input-base:focus {
  border-color: var(--line-strong);
  background: #ffffff0f;
  box-shadow: 0 0 0 4px #6dd3ff0f;
}

.input-with-action {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: .65rem;
  display: grid;
}

.input-inline-button {
  border: 1px solid var(--line);
  min-height: 2.9rem;
  color: var(--text);
  background: #ffffff0d;
  border-radius: 999px;
  padding: 0 .85rem;
}

.segmented-control {
  flex-wrap: wrap;
  gap: .75rem;
  display: inline-flex;
}

.action-button, .ghost-button {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 2.85rem;
  padding: 0 1rem;
  transition: transform .16s, background-color .16s, border-color .16s, color .16s, box-shadow .16s, opacity .16s;
  display: inline-flex;
}

.action-button {
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  color: #07111f;
  border: 1px solid #6dd3ff80;
  font-weight: 700;
  box-shadow: 0 14px 30px #2d8cff4d;
}

.ghost-button {
  border: 1px solid var(--line);
  color: var(--text);
  background: #ffffff0d;
}

.action-button:hover, .ghost-button:hover {
  transform: translateY(-1px);
}

.action-button:hover {
  box-shadow: 0 18px 36px #2d8cff61;
}

.ghost-button:hover {
  border-color: var(--line-strong);
  background: #ffffff14;
}

.action-button:disabled, .ghost-button:disabled, .input-inline-button:disabled {
  cursor: not-allowed;
  opacity: .55;
  box-shadow: none;
  transform: none;
}

.input-base:focus-visible, .action-button:focus-visible, .ghost-button:focus-visible, .site-nav a:focus-visible, .nav-toggle:focus-visible, .input-inline-button:focus-visible, .compare-chip:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #6dd3ffb3;
}

.status-banner {
  border: 1px solid var(--line);
  background: var(--panel-soft);
  border-radius: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .85rem 1rem;
  display: flex;
}

.status-banner-copy {
  color: var(--muted-strong);
  gap: .2rem;
  display: grid;
}

.status-banner-copy strong {
  color: var(--text);
}

.status-banner.info {
  background: #6dd3ff14;
  border-color: #6dd3ff3d;
}

.status-banner.success {
  background: var(--success-soft);
  border-color: #82e6ba3d;
}

.status-banner.warning {
  background: var(--warning-soft);
  border-color: #ffcc733d;
}

.status-banner.error {
  background: var(--danger-soft);
  border-color: #ff9b8c42;
}

.loading-state {
  border: 1px dashed var(--line);
  background: var(--panel-soft);
  border-radius: 1rem;
  align-items: center;
  gap: .85rem;
  padding: 1rem;
  display: flex;
}

.loading-state.compact {
  padding: .8rem .9rem;
}

.loading-state strong {
  display: block;
}

.loading-state p {
  color: var(--muted);
  margin: .15rem 0 0;
  line-height: 1.6;
}

.loading-spinner {
  border: 2px solid #6dd3ff2e;
  border-top-color: var(--brand);
  border-radius: 999px;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  animation: .8s linear infinite spin;
}

.empty-state, .empty-tip {
  border: 1px dashed var(--line);
  color: var(--muted);
  background: var(--panel-soft);
  border-radius: 1rem;
  padding: 1.25rem;
}

.empty-state {
  justify-items: start;
  gap: .9rem;
  display: grid;
}

.empty-state-icon {
  width: 3rem;
  height: 3rem;
  color: var(--brand);
  letter-spacing: .1em;
  background: #6dd3ff14;
  border: 1px solid #6dd3ff2e;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
}

.empty-state-copy {
  gap: .4rem;
  display: grid;
}

.empty-state-copy h3 {
  margin: 0;
  font-size: 1.05rem;
}

.empty-state-copy p {
  margin: 0;
  line-height: 1.8;
}

.panel-table {
  border-collapse: collapse;
  width: 100%;
}

.panel-table th, .panel-table td {
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  padding: .8rem .65rem;
}

.panel-table th {
  color: var(--text);
  font-weight: 600;
}

.panel-table td {
  color: var(--muted);
}

.panel-table tbody tr:hover td, .panel-table tbody tr:hover th {
  background: #6dd3ff0d;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 899px) {
  .site-brand {
    align-items: center;
  }

  .site-brand-tools {
    justify-content: flex-end;
  }

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

  .panel-head {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (min-width: 900px) {
  .page-grid {
    width: min(1240px, 100% - 32px);
    padding-top: 20px;
  }

  .site-header {
    padding: 1.4rem;
  }

  .site-header-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 360px);
    align-items: start;
  }

  .site-nav {
    flex-wrap: wrap;
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .two-column {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  }

  .three-column {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 360px);
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compare-toolbar {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, :before, :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/