.file-service-page {
  background:
    radial-gradient(circle at 78% 6%, rgba(255, 0, 0, 0.18), transparent 34%),
    radial-gradient(circle at 10% 22%, rgba(255, 255, 255, 0.08), transparent 24%),
    #050505;
}

.nav-menu a.is-active {
  color: #fff;
}

.file-service-hero {
  position: relative;
  min-height: 76vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: calc(var(--header-height) + 54px) 0 68px;
}

.file-service-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.44)),
    url("assets/flex-dyno-template.jpg") center / cover;
  opacity: 0.56;
  filter: saturate(0.72) contrast(1.22);
}

.file-service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 7px),
    radial-gradient(circle at 62% 45%, rgba(255, 0, 0, 0.24), transparent 34%);
  pointer-events: none;
}

.file-service-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.65fr);
  gap: 34px;
  align-items: end;
}

.file-service-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.5rem, 8vw, 8rem);
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 18px 55px rgba(255, 0, 0, 0.22);
}

.file-service-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.file-live-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 0, 0, 0.22), transparent 36%),
    rgba(12, 12, 12, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.file-live-panel button,
.file-live-panel a {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.file-live-panel button:hover,
.file-live-panel button:focus-visible,
.file-live-panel a:hover,
.file-live-panel a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 0, 0, 0.58);
  background: rgba(255, 0, 0, 0.1);
  outline: none;
}

.file-live-panel button.is-active,
.file-live-panel a:first-child {
  border-color: rgba(255, 0, 0, 0.76);
  background:
    radial-gradient(circle at 0% 50%, rgba(255, 0, 0, 0.22), transparent 42%),
    rgba(255, 0, 0, 0.1);
  box-shadow: 0 18px 40px rgba(255, 0, 0, 0.18);
}

.file-live-panel span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  box-shadow: 0 0 22px rgba(255, 0, 0, 0.34);
}

.file-live-panel strong {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 950;
  text-transform: uppercase;
}

.public-portal-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 0, 0, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 0, 0, 0.12), rgba(255, 255, 255, 0.035) 46%, rgba(0, 0, 0, 0.72)),
    rgba(12, 12, 12, 0.86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
}

.public-portal-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.public-portal-card p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.file-section {
  padding: 88px 0;
}

.file-service-section {
  border-top: 1px solid rgba(255, 0, 0, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 75% 15%, rgba(255, 0, 0, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(10, 28, 45, 0.92), rgba(8, 8, 8, 0.96) 48%, rgba(56, 4, 4, 0.82));
}

.file-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.file-section-head h2,
.file-section-head h3,
.lookup-grid h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.file-section-head h3 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
}

.file-section-head p:last-child,
.lookup-grid > div p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.file-service-section .file-live-panel {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 0;
}

.file-service-inner {
  margin-top: 34px;
}

.download-lookup-section,
.admin-section {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 0, 0, 0.13), transparent 32%),
    #050505;
}

.file-service-page .download-lookup-section,
.file-service-page .admin-section {
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 0, 0, 0.16), transparent 32%),
    #050505;
}

.file-progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0 0 18px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  list-style: none;
}

.file-progress li {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.file-progress li.is-active,
.file-progress li.is-complete {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.22), transparent 58%),
    rgba(255, 0, 0, 0.09);
  color: #fff;
}

.file-progress span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 0, 0, 0.48);
  border-radius: 50%;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 950;
  background: rgba(255, 0, 0, 0.12);
}

.file-order-shell,
.lookup-card,
.admin-login,
.admin-dashboard {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 0, 0, 0.16), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.file-order-shell {
  padding: 22px;
}

.file-step-card {
  animation: fileStepIn 260ms ease both;
}

@keyframes fileStepIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.file-step-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.file-step-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.file-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.file-order-shell label,
.lookup-card label,
.admin-login label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.file-order-shell input,
.file-order-shell select,
.file-order-shell textarea,
.lookup-card input,
.admin-login input,
.admin-detail-upload input,
.admin-detail-upload select,
.admin-detail-upload textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.file-order-shell textarea,
.admin-detail-upload textarea {
  resize: vertical;
}

.file-order-shell input:focus,
.file-order-shell select:focus,
.file-order-shell textarea:focus,
.lookup-card input:focus,
.admin-login input:focus,
.admin-detail-upload input:focus,
.admin-detail-upload select:focus,
.admin-detail-upload textarea:focus {
  border-color: rgba(255, 0, 0, 0.8);
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.62);
}

.file-order-shell [aria-invalid="true"],
.lookup-card [aria-invalid="true"],
.admin-login [aria-invalid="true"] {
  border-color: var(--red);
}

.full-label {
  margin-top: 16px;
}

.service-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.service-choice-grid label {
  position: relative;
}

.service-choice-grid input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.service-choice-grid span {
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  padding: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-choice-grid label:hover span {
  transform: translateY(-1px);
  border-color: rgba(255, 0, 0, 0.54);
}

.service-choice-grid input:checked + span {
  border-color: var(--red);
  background: rgba(255, 0, 0, 0.18);
  box-shadow: 0 16px 32px rgba(255, 0, 0, 0.16);
}

.upload-drop {
  position: relative;
  min-height: 190px;
  place-items: center;
  justify-items: center;
  border: 1px dashed rgba(255, 0, 0, 0.62);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 0, 0, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.035);
  text-align: center;
}

.upload-drop input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-drop span {
  color: #fff;
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 950;
  text-transform: uppercase;
}

.upload-drop strong {
  color: var(--muted);
  font-size: 0.84rem;
}

.order-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.order-summary div,
.download-card,
.admin-metric {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.24);
}

.order-summary span,
.admin-metric span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.order-summary strong,
.download-card strong,
.admin-metric strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
}

.terms-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
}

.terms-check input {
  width: 20px;
  min-height: 20px;
  accent-color: var(--red);
}

.file-submit-button {
  width: fit-content;
}

.file-step-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.file-step-actions .btn[disabled] {
  opacity: 0.44;
  pointer-events: none;
}

.download-card {
  display: grid;
  gap: 10px;
}

.download-card p {
  margin: 0;
  color: var(--muted);
}

.download-card .btn {
  width: fit-content;
}

.lookup-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(340px, 0.55fr);
  gap: 32px;
  align-items: start;
}

.lookup-card,
.admin-login {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.admin-login {
  grid-template-columns: minmax(240px, 1fr) auto;
  align-items: end;
  margin-bottom: 18px;
}

.admin-login .form-status {
  grid-column: 1 / -1;
}

.admin-dashboard {
  padding: 18px;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.chip-filter {
  min-height: 40px;
  border: 1px solid rgba(255, 0, 0, 0.36);
  border-radius: 4px;
  padding: 0 13px;
  background: rgba(255, 0, 0, 0.06);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.chip-filter.is-active {
  background: var(--red);
  box-shadow: 0 0 22px rgba(255, 0, 0, 0.28);
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  gap: 18px;
  align-items: start;
}

.order-list {
  display: grid;
  gap: 10px;
  max-height: 680px;
  overflow: auto;
}

.order-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease;
}

.order-row:hover,
.order-row.is-active {
  border-color: rgba(255, 0, 0, 0.7);
  background: rgba(255, 0, 0, 0.1);
}

.order-row strong,
.order-row small {
  display: block;
}

.order-row small {
  color: var(--muted);
  font-size: 0.76rem;
}

.status-pill {
  display: inline-grid;
  place-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-pill[data-status="Pending"] {
  background: rgba(255, 255, 255, 0.08);
}

.status-pill[data-status="In progress"] {
  background: rgba(255, 0, 0, 0.18);
  border-color: rgba(255, 0, 0, 0.42);
}

.status-pill[data-status="Need more info"] {
  background: rgba(255, 174, 0, 0.18);
  border-color: rgba(255, 174, 0, 0.36);
}

.status-pill[data-status="Done"] {
  background: rgba(0, 180, 94, 0.18);
  border-color: rgba(0, 180, 94, 0.38);
}

.order-detail {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 0, 0, 0.18), transparent 38%),
    rgba(0, 0, 0, 0.32);
}

.order-detail h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.5rem;
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.admin-detail-grid div {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.admin-detail-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-detail-grid strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 0.86rem;
  word-break: break-word;
}

.admin-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}

.admin-detail-upload {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.empty-state {
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 28px;
  color: var(--muted);
  text-align: center;
}

.file-service-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 0, 0, 0.19), transparent 30%),
    radial-gradient(circle at 15% 82%, rgba(255, 0, 0, 0.1), transparent 26%),
    linear-gradient(180deg, #050505 0%, #0a0505 48%, #050505 100%);
}

.file-service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 56%, rgba(255, 0, 0, 0.09) 56% 57%, transparent 57%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.045), transparent 34%);
  opacity: 0.6;
  pointer-events: none;
}

.file-service-section > .section-shell,
.download-lookup-section > .section-shell,
.admin-section > .section-shell {
  position: relative;
  z-index: 1;
}

.download-lookup-section,
.admin-section {
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 0, 0, 0.12), transparent 28%),
    linear-gradient(180deg, #050505, #070303);
}

.file-service-section .file-live-panel,
.file-order-shell,
.lookup-card,
.admin-login,
.admin-dashboard {
  border-color: rgba(255, 0, 0, 0.2);
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 0, 0, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(20, 20, 20, 0.92), rgba(7, 7, 7, 0.96));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.file-live-panel button,
.order-summary div,
.download-card,
.admin-metric,
.order-row,
.order-detail,
.admin-detail-grid div {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.32);
}

.file-live-panel button:hover,
.file-live-panel button.is-active,
.order-row:hover,
.order-row.is-active {
  border-color: rgba(255, 0, 0, 0.48);
  background: rgba(255, 0, 0, 0.08);
}

.file-progress {
  gap: 8px;
  border: 0;
  background: transparent;
}

.file-progress li {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.46);
}

.file-progress li.is-active,
.file-progress li.is-complete {
  border-color: rgba(255, 0, 0, 0.48);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.18), transparent 62%),
    rgba(255, 0, 0, 0.1);
}

.file-step-head,
.file-step-actions {
  border-color: rgba(255, 255, 255, 0.075);
}

.file-order-shell input,
.file-order-shell select,
.file-order-shell textarea,
.lookup-card input,
.admin-login input,
.admin-detail-upload input,
.admin-detail-upload select,
.admin-detail-upload textarea {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.56);
}

.service-choice-grid span,
.chip-filter {
  border-color: rgba(255, 0, 0, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0.18));
}

.service-choice-grid input:checked + span,
.chip-filter.is-active {
  background: linear-gradient(135deg, #ff0000, #8e0000);
  box-shadow: 0 16px 34px rgba(255, 0, 0, 0.22);
}

.upload-drop {
  border-color: rgba(255, 0, 0, 0.48);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 0, 0, 0.14), transparent 42%),
    rgba(0, 0, 0, 0.36);
}

@media (max-width: 980px) {
  .file-service-hero-grid,
  .file-section-head,
  .lookup-grid,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .file-service-hero {
    min-height: auto;
  }

  .public-portal-card {
    align-items: stretch;
    flex-direction: column;
  }

  .file-progress {
    grid-template-columns: 1fr;
  }

  .file-service-section .file-live-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-choice-grid,
  .order-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-detail {
    position: static;
  }
}

@media (max-width: 640px) {
  .file-section {
    padding: 62px 0;
  }

  .file-form-grid,
  .file-service-section .file-live-panel,
  .service-choice-grid,
  .order-summary,
  .admin-login,
  .admin-detail-grid {
    grid-template-columns: 1fr;
  }

  .file-order-shell,
  .admin-dashboard,
  .lookup-card,
  .admin-login {
    padding: 16px;
  }

  .file-step-actions {
    flex-direction: column;
  }

  .file-step-actions .btn,
  .file-submit-button,
  .download-card .btn {
    width: 100%;
  }

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

/* Integrated premium black/red pass */
.file-service-section,
.download-lookup-section,
.admin-section {
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 0, 0, 0.14), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(255, 0, 0, 0.08), transparent 28%),
    linear-gradient(180deg, #030303, #080202 48%, #030303);
}

.file-service-section::before {
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 0, 0, 0.11), transparent 32%),
    linear-gradient(115deg, transparent 0 62%, rgba(255, 0, 0, 0.055) 62% 63%, transparent 63%);
  opacity: 0.85;
}

.file-service-section .file-live-panel,
.file-order-shell,
.lookup-card,
.admin-login,
.admin-dashboard {
  border-color: rgba(255, 0, 0, 0.22);
  border-radius: 10px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 0, 0, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(22, 22, 22, 0.94), rgba(5, 5, 5, 0.98));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.file-live-panel button,
.order-summary div,
.download-card,
.admin-metric,
.order-row,
.order-detail,
.admin-detail-grid div {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.42);
}

.file-progress li {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.52);
}

.file-progress li.is-active,
.file-progress li.is-complete {
  border-color: rgba(255, 0, 0, 0.56);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.22), transparent 62%),
    rgba(255, 0, 0, 0.12);
}

.file-order-shell input,
.file-order-shell select,
.file-order-shell textarea,
.lookup-card input,
.admin-login input,
.admin-detail-upload input,
.admin-detail-upload select,
.admin-detail-upload textarea {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.58);
}

.service-choice-grid span,
.chip-filter {
  border-color: rgba(255, 0, 0, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0.18));
}

.service-choice-grid label:hover span,
.chip-filter:hover {
  border-color: rgba(255, 0, 0, 0.58);
  background: rgba(255, 0, 0, 0.1);
}

.service-choice-grid input:checked + span,
.chip-filter.is-active {
  border-color: rgba(255, 0, 0, 0.86);
  background: linear-gradient(135deg, #ff0000, #8d0000);
  box-shadow: 0 18px 40px rgba(255, 0, 0, 0.24);
}

.file-step-head,
.file-step-actions {
  border-color: rgba(255, 255, 255, 0.075);
}

.upload-drop {
  border-color: rgba(255, 0, 0, 0.52);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 0, 0, 0.15), transparent 42%),
    rgba(0, 0, 0, 0.42);
}
