/* /Pages/Index.cshtml.rz.scp.css */
.dash-shell[b-7byswrqty6] {
  max-width: 1200px;
}

.dash-hero[b-7byswrqty6] {
  border-radius: 1.5rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 6, 23, 0.45);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
}

.dash-kicker[b-7byswrqty6] {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.7);
  margin-bottom: 0.35rem;
}

.dash-title[b-7byswrqty6] {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 850;
  letter-spacing: -0.03em;
}

.dash-subtitle[b-7byswrqty6] {
  color: rgba(226, 232, 240, 0.75);
  max-width: 55ch;
}

.dash-card[b-7byswrqty6] {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 6, 23, 0.35);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.dash-card-header[b-7byswrqty6] {
  padding: 1.05rem 1.15rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent);
}

.dash-card-title[b-7byswrqty6] {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 750;
  letter-spacing: -0.02em;
}

.dash-card-subtitle[b-7byswrqty6] {
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.92rem;
}

.dash-actions[b-7byswrqty6] {
  padding: 1rem 1.15rem 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

@media (max-width: 992px) {
  .dash-actions[b-7byswrqty6] {
    grid-template-columns: 1fr;
  }
}

.action-tile[b-7byswrqty6] {
  display: block;
  text-decoration: none;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.45);
  padding: 1rem;
  transition: transform 120ms ease, border-color 120ms ease, background 120ms ease;
}

.action-tile:hover[b-7byswrqty6] {
  transform: translateY(-2px);
  border-color: rgba(99, 102, 241, 0.55);
  background: rgba(15, 23, 42, 0.55);
}

.action-title[b-7byswrqty6] {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 750;
  letter-spacing: -0.01em;
  margin-bottom: 0.25rem;
}

.action-subtitle[b-7byswrqty6] {
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.92rem;
  line-height: 1.35;
}

.status-list[b-7byswrqty6] {
  padding: 0.85rem 1.15rem 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.status-item[b-7byswrqty6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 23, 42, 0.45);
  padding: 0.85rem 0.95rem;
}

.status-name[b-7byswrqty6] {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.status-meta[b-7byswrqty6] {
  color: rgba(148, 163, 184, 0.95) !important;
}

.status-pill[b-7byswrqty6] {
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
  font-weight: 700;
  font-size: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(226, 232, 240, 0.9);
  background: rgba(2, 6, 23, 0.35);
  white-space: nowrap;
}

.status-pill--pending[b-7byswrqty6] {
  border-color: rgba(148, 163, 184, 0.35);
  color: rgba(226, 232, 240, 0.78);
}

.status-pill--up[b-7byswrqty6] {
  border-color: rgba(34, 197, 94, 0.40);
  background: rgba(20, 83, 45, 0.25);
}

.status-pill--down[b-7byswrqty6] {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(127, 29, 29, 0.25);
}

.dash-footnote[b-7byswrqty6] {
  padding: 0.55rem 1.15rem 1.1rem;
  color: rgba(148, 163, 184, 0.95);
  font-size: 0.9rem;
}

/* /Pages/PdfExtractor.cshtml.rz.scp.css */
/* PDF Extractor page (scoped) — layout & static elements only */

.pdf-shell[b-c72icw320m] {
  max-width: 1600px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pdf-app[b-c72icw320m] {
  --sb: rgba(2, 6, 23, 0.72);
  --panel: rgba(15, 23, 42, 0.72);
  --panel-2: rgba(15, 23, 42, 0.52);
  --line: rgba(255, 255, 255, 0.12);
  --line-2: rgba(255, 255, 255, 0.16);
  --text: rgba(255, 255, 255, 0.98);
  --muted: rgba(255, 255, 255, 0.86);
  --muted-2: rgba(255, 255, 255, 0.76);
  --brandA: rgba(99, 102, 241, 0.95);
  --brandB: rgba(34, 197, 94, 0.92);
  --danger: rgba(248, 113, 113, 0.95);

  border-radius: 1.75rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--sb);
  backdrop-filter: blur(14px);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.pdf-app :where(h1, h2, h3, p, div, span, label, button, input, select)[b-c72icw320m] {
  color: var(--text);
}

.pdf-header[b-c72icw320m] {
  padding: clamp(1.25rem, 2.2vw, 1.8rem) clamp(1.1rem, 2.2vw, 1.6rem);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(1000px 300px at 10% 0%, rgba(99, 102, 241, 0.35), transparent 60%),
    radial-gradient(1000px 300px at 90% 0%, rgba(234, 88, 12, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
}

.pdf-kicker[b-c72icw320m] {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.pdf-title[b-c72icw320m] {
  font-weight: 850;
  letter-spacing: -0.04em;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
}

.pdf-subtitle[b-c72icw320m] {
  color: var(--muted);
  max-width: 72ch;
}

/* Workspace layout */
.pdf-workspace[b-c72icw320m] {
  padding: 1rem clamp(1.1rem, 2.2vw, 1.6rem) 1.5rem;
}

.workspace-top[b-c72icw320m] {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 1rem;
  align-items: start;
}

@media (max-width: 992px) {
  .workspace-top[b-c72icw320m] {
    grid-template-columns: 1fr;
  }
}

/* ── Dropzone ── */
.dropzone[b-c72icw320m] {
  display: flex;
  border-radius: 1.15rem;
  border: 2px dashed rgba(255, 255, 255, 0.18);
  padding: 1.25rem 1.15rem;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
  background:
    radial-gradient(900px 200px at 22% 0%, rgba(99, 102, 241, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.55), rgba(2, 6, 23, 0.30));
}

.dropzone:hover[b-c72icw320m],
.dropzone:focus-within[b-c72icw320m] {
  border-color: rgba(99, 102, 241, 0.55);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.dropzone.is-dragover[b-c72icw320m] {
  border-color: rgba(34, 197, 94, 0.70);
  background:
    radial-gradient(900px 200px at 50% 50%, rgba(34, 197, 94, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.55), rgba(2, 6, 23, 0.30));
}

.dropzone.has-file[b-c72icw320m] {
  border-color: rgba(34, 197, 94, 0.50);
  border-style: solid;
}

.dz-input[b-c72icw320m] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.dz-inner[b-c72icw320m] {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.dz-icon[b-c72icw320m] {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.22);
  color: rgba(199, 210, 254, 0.88);
}

.dz-copy[b-c72icw320m] {
  flex: 1;
  min-width: 0;
}

.dz-title[b-c72icw320m] {
  font-weight: 750;
  font-size: 0.98rem;
}

.dz-meta[b-c72icw320m] {
  font-size: 0.86rem;
  color: var(--muted-2);
}

.dz-file[b-c72icw320m] {
  margin-top: 0.35rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: rgba(74, 222, 128, 0.95);
  word-break: break-all;
}

.dz-actions[b-c72icw320m] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: center;
}

.dz-cta[b-c72icw320m] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1rem;
  border-radius: 0.65rem;
  background: rgba(99, 102, 241, 0.18);
  border: 1px solid rgba(99, 102, 241, 0.32);
  color: rgba(199, 210, 254, 0.95);
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
}

.dz-clear[b-c72icw320m] {
  background: transparent;
  border: 1px solid rgba(248, 113, 113, 0.35);
  border-radius: 0.55rem;
  padding: 0.2rem 0.7rem;
  font-size: 0.78rem;
  color: rgba(248, 113, 113, 0.85);
  cursor: pointer;
  font-weight: 600;
}

.dz-clear:hover[b-c72icw320m] {
  background: rgba(248, 113, 113, 0.12);
}

/* Locate status message */
.locate-status[b-c72icw320m] {
  font-size: 0.86rem;
  padding: 0.4rem 0.75rem;
  border-radius: 0.65rem;
}

.locate-status.is-ok[b-c72icw320m] {
  color: rgba(74, 222, 128, 0.85);
}

.locate-status.is-error[b-c72icw320m] {
  color: rgba(248, 113, 113, 0.90);
  background: rgba(127, 29, 29, 0.15);
  border: 1px solid rgba(248, 113, 113, 0.22);
}

/* Output preview (auto-computed) */
.output-preview[b-c72icw320m] {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: 0.85rem;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.25);
}

.output-preview-label[b-c72icw320m] {
  font-weight: 700;
  font-size: 0.88rem;
  color: rgba(74, 222, 128, 0.90);
  white-space: nowrap;
}

.output-preview-path[b-c72icw320m] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  word-break: break-all;
}

/* Options row */
.options-row[b-c72icw320m] {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: flex-end;
}

.option-group[b-c72icw320m] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.toggle-label[b-c72icw320m] {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  cursor: pointer;
  font-size: 0.95rem;
  padding: 0.45rem 0;
}

.toggle-label .form-check-input[b-c72icw320m] {
  width: 1.15em;
  height: 1.15em;
  margin: 0;
  background-color: rgba(15, 23, 42, 0.55);
  border-color: rgba(255, 255, 255, 0.25);
}

.toggle-label .form-check-input:checked[b-c72icw320m] {
  background-color: rgba(99, 102, 241, 0.85);
  border-color: rgba(99, 102, 241, 0.85);
}

.dpi-input[b-c72icw320m] {
  width: 100px;
  background: rgba(15, 23, 42, 0.55) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: var(--text) !important;
}

.dpi-input:focus[b-c72icw320m] {
  border-color: rgba(99, 102, 241, 0.6) !important;
  box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.18) !important;
}

/* How it works card */
.how-list[b-c72icw320m] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.how-list li[b-c72icw320m] {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.45;
}

.how-num[b-c72icw320m] {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.18);
  border: 1px solid rgba(99, 102, 241, 0.30);
  color: rgba(199, 210, 254, 0.95);
  font-weight: 800;
  font-size: 0.82rem;
}

/* Status & error */
.pdf-status[b-c72icw320m],
.pdf-error[b-c72icw320m] {
  border-radius: 1.05rem;
  padding: 0.85rem 1rem;
  margin-bottom: 0.95rem;
  border: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.42);
}

.pdf-error[b-c72icw320m] {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(127, 29, 29, 0.22);
  color: rgba(248, 113, 113, 0.95);
}

/* Result summary */
.result-summary[b-c72icw320m] {
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
  padding: 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid var(--line);
  background: var(--panel-2);
}

.result-summary.is-success[b-c72icw320m] {
  border-color: rgba(34, 197, 94, 0.35);
  background:
    radial-gradient(800px 250px at 5% 0%, rgba(34, 197, 94, 0.15), transparent 60%),
    var(--panel-2);
}

.result-summary.is-error[b-c72icw320m] {
  border-color: rgba(248, 113, 113, 0.35);
  background:
    radial-gradient(800px 250px at 5% 0%, rgba(248, 113, 113, 0.12), transparent 60%),
    var(--panel-2);
}

.result-icon[b-c72icw320m] {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
}

.result-summary.is-success .result-icon[b-c72icw320m] {
  background: rgba(34, 197, 94, 0.18);
  color: rgba(74, 222, 128, 0.95);
  border: 1px solid rgba(34, 197, 94, 0.30);
}

.result-summary.is-error .result-icon[b-c72icw320m] {
  background: rgba(248, 113, 113, 0.18);
  color: rgba(248, 113, 113, 0.95);
  border: 1px solid rgba(248, 113, 113, 0.30);
}

.result-text[b-c72icw320m] {
  flex: 1;
  min-width: 0;
}

.result-message[b-c72icw320m] {
  font-weight: 750;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
}

.result-stats[b-c72icw320m] {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.stat-item[b-c72icw320m] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: baseline;
}

.stat-label[b-c72icw320m] {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--muted-2);
  min-width: 140px;
}

.stat-value[b-c72icw320m] {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--text);
}

.stat-path[b-c72icw320m] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  word-break: break-all;
}
/* /Pages/Privacy.cshtml.rz.scp.css */
/* Privacy page (scoped) — matches the dark glassmorphism design language */

.privacy-shell[b-v2ouj2raxu] {
  max-width: 960px;
  padding: 0 1rem 3rem;
}

.privacy-app[b-v2ouj2raxu] {
  --sb: rgba(2, 6, 23, 0.72);
  --panel: rgba(15, 23, 42, 0.72);
  --panel-2: rgba(15, 23, 42, 0.52);
  --line: rgba(255, 255, 255, 0.12);
  --line-2: rgba(255, 255, 255, 0.16);
  --text: rgba(255, 255, 255, 0.98);
  --muted: rgba(255, 255, 255, 0.86);
  --muted-2: rgba(255, 255, 255, 0.76);
  --muted-3: rgba(255, 255, 255, 0.5);
  --brandA: rgba(99, 102, 241, 0.95);
  --brandB: rgba(34, 197, 94, 0.92);

  border-radius: 1.75rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--sb);
  backdrop-filter: blur(14px);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.privacy-app :where(h1, h2, h3, p, div, span, li, td, th, code)[b-v2ouj2raxu] {
  color: var(--text);
}

/* ── Header ────────────────────────────────────────────── */

.privacy-header[b-v2ouj2raxu] {
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(800px 280px at 30% 0%, rgba(99, 102, 241, 0.30), transparent 60%),
    radial-gradient(800px 280px at 70% 0%, rgba(34, 197, 94, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
}

.privacy-icon-wrap[b-v2ouj2raxu] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 1.25rem;
  background: rgba(99, 102, 241, 0.15);
  border: 1px solid rgba(99, 102, 241, 0.25);
  margin-bottom: 1.25rem;
  color: rgba(165, 180, 252, 0.95);
}

.privacy-kicker[b-v2ouj2raxu] {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 0.5rem;
}

.privacy-title[b-v2ouj2raxu] {
  font-weight: 850;
  letter-spacing: -0.04em;
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 0.75rem;
}

.privacy-subtitle[b-v2ouj2raxu] {
  color: var(--muted);
  max-width: 54ch;
  margin: 0 auto 1.25rem;
  font-size: 1.05rem;
  line-height: 1.65;
}

.privacy-meta[b-v2ouj2raxu] {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.meta-chip[b-v2ouj2raxu] {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 6, 23, 0.3);
  color: var(--muted-2);
  font-size: 0.82rem;
}

.meta-chip svg[b-v2ouj2raxu] {
  opacity: 0.65;
}

/* ── Body ──────────────────────────────────────────────── */

.privacy-body[b-v2ouj2raxu] {
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

/* ── Section ───────────────────────────────────────────── */

.policy-section[b-v2ouj2raxu] {
  display: flex;
  gap: 1.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.policy-section:first-child[b-v2ouj2raxu] {
  padding-top: 0.5rem;
}

.policy-section:last-child[b-v2ouj2raxu] {
  border-bottom: none;
  padding-bottom: 0.5rem;
}

.section-number[b-v2ouj2raxu] {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.18);
  color: rgba(165, 180, 252, 0.85);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.section-content[b-v2ouj2raxu] {
  flex: 1;
  min-width: 0;
}

.section-heading[b-v2ouj2raxu] {
  font-size: 1.25rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.section-content p[b-v2ouj2raxu] {
  color: var(--muted);
  line-height: 1.72;
  margin-bottom: 0.85rem;
}

/* ── Lists ─────────────────────────────────────────────── */

.policy-list[b-v2ouj2raxu] {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0;
}

.policy-list > li[b-v2ouj2raxu] {
  position: relative;
  padding: 0.6rem 0 0.6rem 1.35rem;
  color: var(--muted);
  line-height: 1.65;
}

.policy-list > li[b-v2ouj2raxu]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(99, 102, 241, 0.7);
}

.policy-list > li strong[b-v2ouj2raxu] {
  color: var(--text);
}

/* Rights list — uses checkmark icons instead of bullets */
.rights-list > li[b-v2ouj2raxu] {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding-left: 0;
}

.rights-list > li[b-v2ouj2raxu]::before {
  display: none;
}

.rights-list > li svg[b-v2ouj2raxu] {
  flex-shrink: 0;
  margin-top: 0.25rem;
  color: rgba(34, 197, 94, 0.85);
}

/* ── Use-case grid ─────────────────────────────────────── */

.use-grid[b-v2ouj2raxu] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.use-card[b-v2ouj2raxu] {
  padding: 1.15rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: var(--panel-2);
  transition: border-color 0.2s, background 0.2s;
}

.use-card:hover[b-v2ouj2raxu] {
  border-color: var(--line-2);
  background: var(--panel);
}

.use-icon[b-v2ouj2raxu] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.15);
  color: rgba(165, 180, 252, 0.9);
  margin-bottom: 0.75rem;
}

.use-label[b-v2ouj2raxu] {
  font-weight: 650;
  font-size: 0.92rem;
  margin-bottom: 0.3rem;
}

.use-desc[b-v2ouj2raxu] {
  font-size: 0.82rem;
  color: var(--muted-2);
  line-height: 1.55;
}

/* ── Cookie table ──────────────────────────────────────── */

.cookie-table-wrap[b-v2ouj2raxu] {
  overflow-x: auto;
  margin-top: 1rem;
  border-radius: 0.85rem;
  border: 1px solid var(--line);
}

.cookie-table[b-v2ouj2raxu] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.cookie-table thead[b-v2ouj2raxu] {
  background: rgba(99, 102, 241, 0.08);
}

.cookie-table th[b-v2ouj2raxu] {
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 650;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted-2);
  border-bottom: 1px solid var(--line);
}

.cookie-table td[b-v2ouj2raxu] {
  padding: 0.7rem 1rem;
  color: var(--muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cookie-table tbody tr:last-child td[b-v2ouj2raxu] {
  border-bottom: none;
}

.cookie-table code[b-v2ouj2raxu] {
  padding: 0.18rem 0.45rem;
  border-radius: 0.35rem;
  background: rgba(99, 102, 241, 0.12);
  color: rgba(165, 180, 252, 0.92);
  font-size: 0.82rem;
  font-family: "SF Mono", "Cascadia Code", "Fira Code", monospace;
}

/* ── Contact card ──────────────────────────────────────── */

.contact-card[b-v2ouj2raxu] {
  display: inline-flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.15rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: var(--panel-2);
  margin-top: 0.5rem;
}

.contact-row[b-v2ouj2raxu] {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.contact-row svg[b-v2ouj2raxu] {
  flex-shrink: 0;
  color: rgba(165, 180, 252, 0.7);
}

/* ── Responsive ────────────────────────────────────────── */

@media (max-width: 640px) {
  .privacy-shell[b-v2ouj2raxu] {
    padding: 0 0.5rem 2rem;
  }

  .privacy-app[b-v2ouj2raxu] {
    border-radius: 1.25rem;
  }

  .policy-section[b-v2ouj2raxu] {
    flex-direction: column;
    gap: 0.75rem;
  }

  .section-number[b-v2ouj2raxu] {
    width: 36px;
    height: 36px;
    font-size: 0.75rem;
  }

  .use-grid[b-v2ouj2raxu] {
    grid-template-columns: 1fr;
  }
}
/* /Pages/Search.cshtml.rz.scp.css */
/* Search page (scoped) — polished, app-like UI */

.search-shell[b-fxykgdttf6] {
  max-width: 1600px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.search-app[b-fxykgdttf6] {
  --sb: rgba(2, 6, 23, 0.72);
  --panel: rgba(15, 23, 42, 0.72);
  --panel-2: rgba(15, 23, 42, 0.52);
  --line: rgba(255, 255, 255, 0.12);
  --line-2: rgba(255, 255, 255, 0.16);
  --text: rgba(255, 255, 255, 0.98);
  --muted: rgba(255, 255, 255, 0.86);
  --muted-2: rgba(255, 255, 255, 0.76);
  --brandA: rgba(99, 102, 241, 0.95);
  --brandB: rgba(34, 197, 94, 0.92);
  --danger: rgba(248, 113, 113, 0.95);

  border-radius: 1.75rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--sb);
  backdrop-filter: blur(14px);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.search-app :where(h1, h2, h3, p, div, span, label, button, input, select)[b-fxykgdttf6] {
  color: var(--text);
}

/* Ensure SVG icons inherit white from parent */
.txt-white svg[b-fxykgdttf6] {
  color: inherit;
}

.search-header[b-fxykgdttf6] {
  padding: clamp(1.25rem, 2.2vw, 1.8rem) clamp(1.1rem, 2.2vw, 1.6rem);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(1000px 300px at 10% 0%, rgba(99, 102, 241, 0.35), transparent 60%),
    radial-gradient(1000px 300px at 90% 0%, rgba(34, 197, 94, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
}

.search-kicker[b-fxykgdttf6] {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.search-title[b-fxykgdttf6] {
  font-weight: 850;
  letter-spacing: -0.04em;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
}

.search-subtitle[b-fxykgdttf6] {
  color: var(--muted);
  max-width: 72ch;
}

.chip[b-fxykgdttf6] {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(2, 6, 23, 0.24);
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.82rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* Model tabs */
.model-switch[b-fxykgdttf6] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

@media (max-width: 576px) {
  .model-switch[b-fxykgdttf6] {
    grid-template-columns: 1fr;
  }
}

.model-btn[b-fxykgdttf6] {
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  background: rgba(15, 23, 42, 0.55);
  padding: 0.95rem 1rem;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.model-btn:hover[b-fxykgdttf6] {
  transform: translateY(-1px);
  border-color: rgba(99, 102, 241, 0.45);
  background: rgba(15, 23, 42, 0.42);
}

.model-btn:focus-visible[b-fxykgdttf6] {
  outline: none;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.20);
  border-color: rgba(99, 102, 241, 0.70);
}

.model-btn.is-active[b-fxykgdttf6] {
  border-color: rgba(99, 102, 241, 0.75);
  background:
    radial-gradient(900px 250px at 20% 0%, rgba(99, 102, 241, 0.22), transparent 60%),
    rgba(15, 23, 42, 0.55);
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.16) inset;
}

.model-pill[b-fxykgdttf6] {
  display: block;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.model-hint[b-fxykgdttf6] {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
}

/* Workspace layout */
.search-workspace[b-fxykgdttf6] {
  padding: 1rem clamp(1.1rem, 2.2vw, 1.6rem) 1.5rem;
}

.workspace-top[b-fxykgdttf6] {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 1rem;
  align-items: start;
}

@media (max-width: 992px) {
  .workspace-top[b-fxykgdttf6] {
    grid-template-columns: 1fr;
  }
}

.card-surface[b-fxykgdttf6] {
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  background: var(--panel);
  padding: 1.05rem;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.card-head[b-fxykgdttf6] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.card-title[b-fxykgdttf6] {
  font-weight: 850;
  letter-spacing: -0.02em;
  font-size: 1.05rem;
}

.card-subtitle[b-fxykgdttf6] {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
  margin-top: 0.15rem;
}

/* Dropzone */
.dropzone[b-fxykgdttf6] {
  position: relative;
  display: block;
  border: 2px dashed rgba(255, 255, 255, 0.18);
  border-radius: 1.55rem;
  padding: 1.25rem;
  min-height: 168px;
  background:
    radial-gradient(1100px 320px at 22% 0%, rgba(99, 102, 241, 0.30), transparent 55%),
    radial-gradient(1100px 320px at 80% 0%, rgba(34, 197, 94, 0.20), transparent 55%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.75), rgba(2, 6, 23, 0.40));
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, filter 140ms ease;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  user-select: none;
}

.dropzone[b-fxykgdttf6]::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, rgba(99, 102, 241, 0.9), rgba(34, 197, 94, 0.7));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.35;
  pointer-events: none;
}

.dropzone[b-fxykgdttf6]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: 0.18;
  pointer-events: none;
}

.dropzone:hover[b-fxykgdttf6] {
  transform: translateY(-1px);
  border-color: rgba(99, 102, 241, 0.50);
  filter: saturate(1.02);
}

.dropzone:focus-visible[b-fxykgdttf6] {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(99, 102, 241, 0.75);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.32),
    0 0 0 4px rgba(99, 102, 241, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.dropzone.is-dragover[b-fxykgdttf6] {
  transform: translateY(-2px);
  border-color: rgba(34, 197, 94, 0.80);
}

.dropzone.has-file[b-fxykgdttf6] {
  border-color: rgba(34, 197, 94, 0.55);
}

.dz-input[b-fxykgdttf6] {
  /* accessible but visually hidden */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dz-inner[b-fxykgdttf6] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .dz-inner[b-fxykgdttf6] {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "icon copy"
      "actions actions";
  }
  .dz-icon[b-fxykgdttf6] { grid-area: icon; }
  .dz-copy[b-fxykgdttf6] { grid-area: copy; }
  .dz-actions[b-fxykgdttf6] { grid-area: actions; justify-content: flex-start; }
}

.dz-icon[b-fxykgdttf6] {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(99, 102, 241, 0.18);
  color: rgba(199, 210, 254, 0.96);
  border: 1px solid rgba(99, 102, 241, 0.26);
  box-shadow: 0 14px 28px rgba(99, 102, 241, 0.14);
}

.dropzone.is-dragover .dz-icon[b-fxykgdttf6] {
  border-color: rgba(34, 197, 94, 0.55);
  background: rgba(34, 197, 94, 0.16);
  box-shadow: 0 14px 28px rgba(34, 197, 94, 0.12);
}

.dz-title[b-fxykgdttf6] {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.06rem;
}

.dz-meta[b-fxykgdttf6] {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.35;
}

.dz-file[b-fxykgdttf6] {
  margin-top: 0.35rem;
  color: rgba(226, 232, 240, 0.88);
  font-size: 0.9rem;
}

.dz-actions[b-fxykgdttf6] {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: flex-end;
}

.dz-cta[b-fxykgdttf6],
.dz-clear[b-fxykgdttf6] {
  padding: 0.6rem 0.85rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(2, 6, 23, 0.32);
  color: var(--text);
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25);
}

.dropzone:hover .dz-cta[b-fxykgdttf6] {
  border-color: rgba(99, 102, 241, 0.50);
  background: rgba(99, 102, 241, 0.10);
}

.dropzone:hover .dz-clear[b-fxykgdttf6] {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.dropzone.is-dragover .dz-cta[b-fxykgdttf6] {
  border-color: rgba(34, 197, 94, 0.55);
  background: rgba(34, 197, 94, 0.12);
}

.dropzone.is-dragover .dz-clear[b-fxykgdttf6] {
  border-color: rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.08);
}

/* Controls */
.controls-row[b-fxykgdttf6] {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 0.85rem;
  align-items: end;
}

@media (max-width: 576px) {
  .controls-row[b-fxykgdttf6] {
    grid-template-columns: 1fr;
  }
}

.field-label[b-fxykgdttf6] {
  font-weight: 700;
}

.field-meta[b-fxykgdttf6] {
  color: var(--muted);
  font-size: 0.92rem;
}

/* Preview */
.preview-frame[b-fxykgdttf6] {
  position: relative;
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(2, 6, 23, 0.38);
  aspect-ratio: 4 / 3;
}

.preview-frame img[b-fxykgdttf6] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.query-placeholder[b-fxykgdttf6] {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--muted);
  padding: 0.85rem;
  text-align: center;
}

/* Status + Errors */
.search-status[b-fxykgdttf6],
.search-error[b-fxykgdttf6] {
  border-radius: 1.05rem;
  padding: 0.85rem 1rem;
  margin-bottom: 0.95rem;
  border: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.42);
}

.search-error[b-fxykgdttf6] {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(127, 29, 29, 0.22);
}

/* Results */
.results-card[b-fxykgdttf6] {
  padding: 1.05rem;
}

.results-toolbar[b-fxykgdttf6] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  background: var(--panel-2);
  margin-bottom: 1rem;
}

.results-title[b-fxykgdttf6] {
  font-weight: 850;
  letter-spacing: -0.02em;
}

.results-meta[b-fxykgdttf6] {
  margin-top: 0.15rem;
  color: var(--muted);
}

.method-select[b-fxykgdttf6] {
  border-radius: 0.95rem;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(2, 6, 23, 0.55);
  color: rgba(226, 232, 240, 0.92);
}

.method-select:focus[b-fxykgdttf6] {
  border-color: rgba(99, 102, 241, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.18);
}

/* API select */
.api-select[b-fxykgdttf6] {
  border-radius: 1rem;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(2, 6, 23, 0.55);
  color: rgba(226, 232, 240, 0.92);
  padding: 0.7rem 0.85rem;
}

.api-select:focus[b-fxykgdttf6] {
  border-color: rgba(99, 102, 241, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.18);
}

/* (first duplicate removed — see bottom of file for canonical rules) */

/* Range slider (dark) */
.form-range[b-fxykgdttf6]::-webkit-slider-runnable-track {
  background: rgba(226, 232, 240, 0.28);
}
.form-range[b-fxykgdttf6]::-webkit-slider-thumb {
  background: rgba(226, 232, 240, 0.92);
}
.form-range[b-fxykgdttf6]::-moz-range-track {
  background: rgba(226, 232, 240, 0.28);
}
.form-range[b-fxykgdttf6]::-moz-range-thumb {
  background: rgba(226, 232, 240, 0.92);
  border: none;
}

@media (prefers-reduced-motion: reduce) {
  .dropzone[b-fxykgdttf6],
  .model-btn[b-fxykgdttf6],
  .result-card[b-fxykgdttf6] {
    transition: none !important;
  }
}

/* Response + JSON viewer */
.results-container[b-fxykgdttf6] {
  position: relative;
}

.empty-state[b-fxykgdttf6] {
  border-radius: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(2, 6, 23, 0.20);
  padding: 1rem;
  color: var(--muted);
}

.json-view[b-fxykgdttf6] {
  margin: 0;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 6, 23, 0.32);
  color: rgba(226, 232, 240, 0.92);
  max-height: 520px;
  overflow: auto;
  white-space: pre;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9rem;
  line-height: 1.45;
}

.form-hint[b-fxykgdttf6] {
  color: var(--muted-2);
  font-size: 0.92rem;
}

.form-hint kbd[b-fxykgdttf6] {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

/* API picker */
.api-picker[b-fxykgdttf6] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

@media (max-width: 576px) {
  .api-picker[b-fxykgdttf6] {
    grid-template-columns: 1fr;
  }
}

.api-option[b-fxykgdttf6] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.65rem;
  row-gap: 0.1rem;
  align-items: start;
  padding: 0.75rem 0.85rem;
  border-radius: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 6, 23, 0.18);
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

.api-option:hover[b-fxykgdttf6] {
  transform: translateY(-1px);
  border-color: rgba(99, 102, 241, 0.40);
  background: rgba(2, 6, 23, 0.26);
}

.api-option input[b-fxykgdttf6] {
  margin-top: 0.25rem;
}

.api-option__title[b-fxykgdttf6] {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.api-option__meta[b-fxykgdttf6] {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.88rem;
}

.api-option:has(input:checked)[b-fxykgdttf6] {
  border-color: rgba(99, 102, 241, 0.75);
  background:
    radial-gradient(900px 240px at 20% 0%, rgba(99, 102, 241, 0.20), transparent 60%),
    rgba(2, 6, 23, 0.24);
}

.api-option:has(input:focus-visible)[b-fxykgdttf6] {
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.20);
}

/* ── Method tabs (embedding preprocessing types) ── */
.method-tabs[b-fxykgdttf6] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0.85rem 0;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}

.method-tab[b-fxykgdttf6] {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(2, 6, 23, 0.30);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 120ms ease, border-color 120ms ease, background 120ms ease;
}

.method-tab:hover[b-fxykgdttf6] {
  transform: translateY(-1px);
  border-color: rgba(99, 102, 241, 0.50);
  background: rgba(99, 102, 241, 0.12);
  color: #ffffff;
}

.method-tab.is-active[b-fxykgdttf6] {
  border-color: rgba(99, 102, 241, 0.80);
  background:
    radial-gradient(600px 180px at 50% 0%, rgba(99, 102, 241, 0.28), transparent 60%),
    rgba(2, 6, 23, 0.35);
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.18) inset;
}

.method-tab__name[b-fxykgdttf6] {
  letter-spacing: -0.01em;
}

.method-tab__count[b-fxykgdttf6] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.8rem;
  font-weight: 800;
}

.method-tab.is-active .method-tab__count[b-fxykgdttf6] {
  background: rgba(99, 102, 241, 0.35);
}

/* ── Results badge ── */
.results-count[b-fxykgdttf6] {
  background: rgba(99, 102, 241, 0.25) !important;
  color: #ffffff !important;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

/* ── Results grid (image cards) ── */
.results-grid[b-fxykgdttf6] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
}

@media (max-width: 1100px) {
  .results-grid[b-fxykgdttf6] {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 860px) {
  .results-grid[b-fxykgdttf6] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .results-grid[b-fxykgdttf6] {
    grid-template-columns: repeat(2, 1fr);
  }
}

.result-card[b-fxykgdttf6] {
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.40);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.result-card:hover[b-fxykgdttf6] {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.result-media[b-fxykgdttf6] {
  position: relative;
  aspect-ratio: 1 / 1;
  background: rgba(2, 6, 23, 0.50);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result-media img[b-fxykgdttf6] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.result-gradient[b-fxykgdttf6] {
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.70));
  pointer-events: none;
}

.result-score[b-fxykgdttf6] {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(2, 6, 23, 0.65);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.72rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.result-body[b-fxykgdttf6] {
  padding: 0.5rem 0.6rem 0.6rem;
}

.result-title[b-fxykgdttf6] {
  font-weight: 750;
  font-size: 0.8rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-subtitle[b-fxykgdttf6] {
  color: var(--muted);
  font-size: 0.74rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-fail[b-fxykgdttf6] {
  position: absolute;
  inset: 0;
  padding: 0.6rem;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Layout-scoped overrides (kept minimal – main styles live in site.css) */

a[b-r2gj3i2552] {
  color: #22d3ee;
}

.border-top[b-r2gj3i2552] {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.border-bottom[b-r2gj3i2552] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

button.accept-policy[b-r2gj3i2552] {
  font-size: 1rem;
  line-height: inherit;
}
