/* Asset Kings premium simplification layer */
:root {
  --ak-ink: #111111;
  --ak-muted: #6f6f6f;
  --ak-line: #dedbd4;
  --ak-paper: #f4f2ed;
  --ak-panel: #ffffff;
  --ak-black: #090909;
  --ak-charcoal: #303030;
  --ak-red: #ed1b2f;
  --ak-red-dark: #c41527;
}

body {
  background: var(--ak-paper);
  color: var(--ak-ink);
}

.topbar,
.home-page .home-topbar {
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 46px);
  border-bottom: 1px solid rgba(17, 17, 17, .08);
  background: rgba(246, 244, 238, .94);
  backdrop-filter: blur(18px);
}

.brand-logo,
.home-brand-logo {
  width: clamp(178px, 19vw, 246px);
  height: 46px;
}

.nav-actions {
  gap: 6px;
}

.nav-actions .ghost,
.ghost {
  border: 1px solid transparent;
  background: transparent;
  color: var(--ak-charcoal);
}

.nav-actions .ghost:hover,
.ghost:hover {
  border-color: var(--ak-line);
  background: rgba(255, 255, 255, .72);
}

.primary,
.nav-actions .primary {
  border: 1px solid var(--ak-red);
  background: var(--ak-red);
  color: #ffffff;
}

.primary:hover {
  background: var(--ak-red-dark);
}

.home-main {
  padding-bottom: 56px;
  background: var(--ak-paper);
}

.premium-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  max-width: none;
  min-height: min(780px, calc(100vh - 72px));
  margin: 0;
  padding: clamp(42px, 7vw, 92px) clamp(20px, 6vw, 82px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  border: 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 12%, rgba(237, 27, 47, .26), transparent 28%),
    linear-gradient(135deg, #070707 0%, #171717 54%, #2a2a2a 100%);
}

.premium-home-hero .home-hero-copy {
  max-width: 760px;
}

.premium-home-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .8);
}

.premium-home-hero .dot {
  background: var(--ak-red);
}

.premium-home-hero h1 {
  max-width: 720px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 82px);
  letter-spacing: 0;
  line-height: .96;
}

.premium-home-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.premium-home-hero .hero-actions {
  margin-top: 28px;
}

.premium-home-hero .ghost.light {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
}

.premium-hero-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.premium-hero-steps span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 800;
}

.premium-home-hero .home-live-panel {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  color: var(--ak-ink);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
}

.premium-home-hero .home-live-image {
  width: 100%;
  aspect-ratio: 1.22;
  margin: 0 0 14px;
  border: 0;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.premium-home-hero .pill {
  margin-left: 8px;
}

.premium-home-hero .home-live-panel h2,
.premium-home-hero .home-live-panel p,
.premium-home-hero .premium-room-snapshot,
.premium-home-hero .featured-next-line,
.premium-home-hero .home-live-panel .button-row {
  margin-inline: 8px;
}

.premium-home-hero .home-live-panel h2 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: clamp(24px, 3vw, 36px);
}

.premium-home-hero .home-live-panel p {
  color: var(--ak-muted);
}

.premium-room-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.premium-room-snapshot div {
  padding: 12px;
  border: 1px solid var(--ak-line);
  border-radius: 8px;
  background: #f8f7f3;
}

.premium-room-snapshot span,
.premium-room-snapshot strong {
  display: block;
}

.premium-room-snapshot span {
  color: var(--ak-muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.premium-room-snapshot strong {
  margin-top: 6px;
  font-size: 16px;
}

.featured-next-line {
  margin-top: 10px;
}

.premium-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: -36px auto 32px;
  padding: 0 clamp(18px, 4vw, 36px);
  gap: 10px;
  border: 0;
  position: relative;
  z-index: 2;
}

.premium-paths a {
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  color: var(--ak-ink);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .08);
}

.premium-paths a:hover {
  border-color: rgba(237, 27, 47, .4);
  transform: translateY(-1px);
}

.premium-paths strong {
  font-size: 22px;
}

.premium-paths span {
  color: var(--ak-muted);
  line-height: 1.45;
}

.home-section,
.home-market-grid {
  max-width: 1180px;
}

.home-section {
  margin-bottom: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.section-heading {
  align-items: end;
}

.section-heading h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.section-heading p {
  max-width: 650px;
  color: var(--ak-muted);
  font-size: 16px;
}

.home-room-card,
.market-card,
.seller-flow-card,
.panel,
.card,
.bid-console,
.management-panel {
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 8px;
  background: var(--ak-panel);
  box-shadow: none;
}

.home-room-card {
  padding: 22px;
}

.home-room-card h3 {
  font-size: 24px;
}

.room-card-head {
  align-items: center;
}

.room-card-meta {
  grid-template-columns: 1fr;
}

.room-card-meta div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.market-card {
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  overflow: hidden;
}

.market-card .listing-media {
  width: 100%;
  height: 100%;
  min-height: 220px;
}

.market-card .listing-body {
  padding: 20px;
}

.market-card h3 {
  font-size: 24px;
}

.market-bid {
  border-color: rgba(17, 17, 17, .08);
}

.home-process {
  display: block;
  max-width: 1180px;
  margin: 14px auto 0;
  padding: 0 clamp(18px, 4vw, 36px);
}

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

.process-step {
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 8px;
  background: #ffffff;
}

.seller-page .seller-hero,
.visual-hero,
body:not(.home-page):not(.seller-page):not(.management-page) .hero {
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, .9), rgba(8, 8, 8, .62)),
    url("auction-hero.svg") center / cover no-repeat;
}

.seller-page .seller-hero {
  max-width: none;
  margin: 0;
  padding: clamp(38px, 6vw, 78px) clamp(20px, 6vw, 82px);
}

.seller-hero-logo,
.management-hero-logo {
  padding: 10px 14px;
  border-radius: 8px;
  background: #ffffff;
}

.seller-hero h1,
.seller-hero p {
  color: #ffffff;
}

.seller-hero p {
  color: rgba(255, 255, 255, .72);
}

.seller-hero-card {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .94);
}

.seller-main {
  max-width: 1180px;
}

.seller-workspace {
  grid-template-columns: 1fr;
}

.seller-side {
  display: none;
}

.wizard-steps {
  display: flex;
  gap: 8px;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.wizard-step {
  border: 1px solid var(--ak-line);
  border-radius: 999px;
  background: #f8f7f3;
}

.wizard-step.active {
  background: var(--ak-ink);
}

.seller-flow-card,
.panel,
.bid-console {
  border-top: 0;
}

.admin-console .management-hero {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    linear-gradient(90deg, rgba(6, 6, 6, .94) 0%, rgba(8, 8, 8, .82) 48%, rgba(8, 8, 8, .52) 100%),
    radial-gradient(circle at 84% 12%, rgba(237, 27, 47, .28), transparent 34%),
    url("brand-airport-embed.svg") center center / cover no-repeat;
}

.admin-console .management-panel,
.admin-console .management-login-card,
.admin-console .verification-card,
.admin-console .room-editor,
.admin-console .approval-detail {
  border-radius: 8px;
}

@media (max-width: 980px) {
  .premium-home-hero,
  .premium-paths,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .premium-paths {
    margin-top: 18px;
  }

  .market-card {
    grid-template-columns: 1fr;
  }

  .market-card .listing-media {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .topbar,
  .home-page .home-topbar {
    position: static;
  }

  .premium-home-hero {
    min-height: 0;
    padding: 34px 18px;
  }

  .premium-home-hero h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .premium-room-snapshot {
    grid-template-columns: 1fr;
  }

  .wizard-steps {
    display: grid;
  }
}

.home-page .premium-home-hero {
  background:
    radial-gradient(circle at 12% 12%, rgba(237, 27, 47, .26), transparent 28%),
    linear-gradient(135deg, #070707 0%, #171717 54%, #2a2a2a 100%);
}

.home-page .premium-home-hero h1 {
  color: #ffffff;
}

.home-page .premium-home-hero p {
  color: rgba(255, 255, 255, .72);
}

/* Sleeker homepage correction */
.topbar,
.home-page .home-topbar {
  position: relative;
  top: auto;
  min-height: 80px;
  padding: 0 clamp(20px, 4vw, 56px);
  border-bottom: 1px solid #ebe7de;
  background: #fbfaf6;
  box-shadow: none;
  backdrop-filter: none;
}

.brand,
.home-page .brand {
  gap: 12px;
}

.brand-logo,
.home-brand-logo {
  width: clamp(150px, 15vw, 206px);
  height: 50px;
  object-fit: contain;
}

.nav-actions {
  gap: 18px;
}

.nav-actions a,
.nav-actions .ghost,
.nav-actions .primary {
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #2d2d2d;
  box-shadow: none;
  font-size: 15px;
  font-weight: 850;
}

.nav-actions .primary {
  padding: 0 18px;
  background: var(--ak-red);
  color: #ffffff;
}

.nav-actions .ghost:hover {
  background: transparent;
  color: var(--ak-red);
}

.home-page .streamlined-home-hero {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 520px);
  min-height: clamp(620px, calc(100vh - 80px), 820px);
  padding: clamp(56px, 8vw, 110px) clamp(22px, 6vw, 86px);
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(7, 7, 7, .94) 0%, rgba(11, 11, 11, .94) 48%, rgba(123, 10, 20, .92) 100%),
    url("auction-hero.svg") right center / cover no-repeat;
}

.home-page .streamlined-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 8% 18%, rgba(237, 27, 47, .34), transparent 30%),
    linear-gradient(90deg, rgba(0, 0, 0, .24), transparent 58%);
}

.home-page .streamlined-home-hero .home-hero-copy {
  max-width: 820px;
}

.home-page .streamlined-home-hero .eyebrow {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .82);
}

.home-page .streamlined-home-hero h1 {
  max-width: 790px;
  margin: 22px 0 20px;
  color: #ffffff;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .94;
}

.home-page .streamlined-home-hero p {
  max-width: 600px;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(18px, 2vw, 22px);
}

.home-page .streamlined-home-hero .hero-actions {
  margin-top: 34px;
}

.home-page .streamlined-home-hero .primary,
.home-page .streamlined-home-hero .ghost.light {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 8px;
}

.home-page .streamlined-home-hero .ghost.light {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
}

.home-page .streamlined-room-preview {
  align-self: center;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .26);
}

.room-preview-media {
  position: relative;
  overflow: hidden;
  background: #111111;
}

.home-page .streamlined-room-preview .home-live-image {
  display: block;
  width: 100%;
  height: clamp(240px, 26vw, 360px);
  aspect-ratio: auto;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}

.room-preview-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .52));
}

.room-preview-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--ak-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-page .streamlined-room-preview > .pill,
.home-page .streamlined-room-preview h2,
.home-page .streamlined-room-preview p,
.home-page .streamlined-room-preview .premium-room-snapshot,
.home-page .streamlined-room-preview .featured-next-line,
.home-page .streamlined-room-preview .button-row {
  margin-inline: 24px;
}

.home-page .streamlined-room-preview > .pill {
  margin-top: 24px;
}

.home-page .streamlined-room-preview h2 {
  margin-top: 14px;
  color: #111111;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.02;
}

.home-page .streamlined-room-preview p {
  color: #676767;
}

.home-page .streamlined-room-preview .button-row {
  margin-bottom: 24px;
}

.premium-paths {
  margin-top: 30px;
}

.premium-paths a {
  box-shadow: none;
}

.admin-console .management-hero {
  background:
    linear-gradient(90deg, rgba(6, 6, 6, .94) 0%, rgba(8, 8, 8, .82) 48%, rgba(8, 8, 8, .52) 100%),
    radial-gradient(circle at 84% 12%, rgba(237, 27, 47, .28), transparent 34%),
    url("brand-airport-embed.svg") center center / cover no-repeat;
}

.admin-console .management-hero-logo {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 980px) {
  .home-page .streamlined-home-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-page .streamlined-room-preview {
    max-width: 620px;
  }
}

@media (max-width: 720px) {
  .topbar,
  .home-page .home-topbar {
    min-height: auto;
    padding: 14px 18px;
  }

  .brand-logo,
  .home-brand-logo {
    width: 142px;
    height: 42px;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }

  .nav-actions a,
  .nav-actions .ghost,
  .nav-actions .primary {
    min-height: 40px;
    padding: 0 10px;
    font-size: 13px;
  }

  .home-page .streamlined-home-hero {
    padding: 42px 18px;
  }

  .home-page .streamlined-home-hero h1 {
    font-size: clamp(42px, 12vw, 60px);
  }

  .premium-hero-steps {
    display: none;
  }
}

/* Corrections for legacy clean-ui selector fallbacks. */
.seller-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  letter-spacing: 0;
  line-height: 1.03;
}

.upload-grid {
  gap: 10px;
}

.approval-workspace {
  gap: 14px;
}

.doc-check {
  transition: border-color .18s ease, transform .18s ease;
}

.approval-card:hover {
  transform: translateY(-1px);
}

/* Decisive homepage rebuild: one hero, no floating room card. */
.home-page .home-topbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(22px, 5vw, 72px);
  background: #fffdf8;
}

.home-page .home-topbar .brand {
  flex: 0 0 auto;
}

.home-page .home-topbar .home-brand-logo {
  width: clamp(146px, 13vw, 190px);
  height: 50px;
}

.home-page .home-topbar .nav-actions {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin-left: auto;
  gap: clamp(18px, 2.5vw, 34px);
}

.home-page .home-topbar .nav-actions a {
  white-space: nowrap;
}

.home-page .home-topbar .nav-actions .primary {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 7px;
}

.home-page .streamlined-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: clamp(640px, calc(100vh - 76px), 860px);
  padding: clamp(76px, 10vw, 132px) clamp(22px, 6vw, 96px);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .94) 0%, rgba(7, 7, 7, .88) 45%, rgba(7, 7, 7, .34) 100%),
    url("auction-hero.svg") center right / cover no-repeat;
}

.home-page .streamlined-home-hero::after {
  background:
    radial-gradient(circle at 10% 18%, rgba(237, 27, 47, .36), transparent 30%),
    linear-gradient(180deg, transparent 64%, rgba(244, 242, 237, .98) 100%);
}

.home-page .streamlined-home-hero .home-hero-copy {
  max-width: 760px;
}

.home-page .streamlined-home-hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 5.4vw, 74px);
  line-height: 1.02;
}

.home-page .streamlined-home-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, .78);
}

.home-page .streamlined-room-preview {
  display: none;
}

.home-page .premium-paths {
  max-width: 1180px;
  margin: 0 auto 42px;
}

.home-page .home-section:first-of-type {
  margin-top: 18px;
}

.home-page .home-room-card,
.home-page .market-card {
  background: #fffdf8;
}

@media (max-width: 760px) {
  .home-page .home-topbar {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 16px 18px;
    gap: 14px;
  }

  .home-page .home-topbar .nav-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 6px;
    margin-left: 0;
  }

  .home-page .home-topbar .nav-actions a,
  .home-page .home-topbar .nav-actions .primary {
    justify-content: center;
    min-height: 42px;
    padding: 0 5px;
    font-size: 12px;
  }

  .home-page .streamlined-home-hero {
    min-height: 0;
    padding: 54px 18px 72px;
    background:
      radial-gradient(circle at 12% 16%, rgba(237, 27, 47, .38), transparent 34%),
      linear-gradient(180deg, #050505 0%, #101010 62%, #1a1a1a 100%);
  }

  .home-page .streamlined-home-hero h1 {
    font-size: clamp(44px, 13vw, 68px);
  }

  .home-page .streamlined-home-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Uniform hero header: no separate top bar. */
.home-page .home-topbar {
  position: absolute !important;
  inset: 0 0 auto 0;
  z-index: 10;
  min-height: 126px;
  padding: 22px clamp(24px, 5vw, 72px) 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.home-page .home-topbar .home-brand-logo {
  width: clamp(250px, 22vw, 340px);
  height: auto;
  max-height: 126px;
  object-fit: contain;
  object-position: left center;
}

.home-page .home-topbar .nav-actions a,
.home-page .home-topbar .nav-actions .ghost {
  color: rgba(255, 255, 255, .9);
}

.home-page .home-topbar .nav-actions .primary {
  background: var(--ak-red);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(237, 27, 47, .22);
}

.home-page .home-topbar .nav-actions .ghost:hover {
  color: #ffffff;
}

.home-page .streamlined-home-hero {
  min-height: clamp(720px, 100vh, 940px);
  padding-top: clamp(160px, 16vw, 220px);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .94) 0%, rgba(5, 5, 5, .82) 43%, rgba(5, 5, 5, .52) 72%, rgba(5, 5, 5, .66) 100%),
    radial-gradient(circle at 17% 34%, rgba(237, 27, 47, .34), transparent 35%),
    url("brand-airport-lite.jpg") center center / cover no-repeat !important;
  overflow: hidden;
}

.home-page .streamlined-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, transparent 38%, rgba(0, 0, 0, .38) 100%),
    radial-gradient(circle at 88% 12%, rgba(237, 27, 47, .3), transparent 30%);
  pointer-events: none;
}

.home-page .streamlined-home-hero::after {
  background:
    linear-gradient(180deg, transparent 70%, rgba(244, 242, 237, .98) 100%) !important;
}

.home-page .streamlined-home-hero .home-hero-copy {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .home-page .home-topbar {
    position: absolute !important;
    min-height: 118px;
    padding: 16px 18px 0;
    background: transparent !important;
  }

  .home-page .home-topbar .home-brand-logo {
    width: 220px;
    height: auto;
    max-height: 88px;
  }

  .home-page .home-topbar .nav-actions a,
  .home-page .home-topbar .nav-actions .primary {
    color: #ffffff;
  }

  .home-page .home-topbar .nav-actions .ghost {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
  }

  .home-page .streamlined-home-hero {
    padding-top: 168px;
    background:
      linear-gradient(180deg, rgba(5, 5, 5, .9) 0%, rgba(5, 5, 5, .76) 54%, rgba(5, 5, 5, .9) 100%),
      radial-gradient(circle at 20% 20%, rgba(237, 27, 47, .34), transparent 34%),
      url("brand-airport-web.jpg") center center / cover no-repeat !important;
  }
}

/* Homepage experience refresh */
.home-page .welcome-home-hero {
  grid-template-columns: minmax(0, .98fr) minmax(360px, 520px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.home-page .welcome-home-hero h1 {
  max-width: 690px;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 1;
}

.home-page .welcome-home-hero p {
  max-width: 560px;
  font-size: clamp(17px, 1.7vw, 21px);
}

.home-page .welcome-home-hero .hero-actions {
  align-items: center;
  gap: 12px;
}

.home-page .welcome-home-hero .hero-primary,
.home-page .welcome-home-hero .hero-secondary,
.home-page .welcome-home-hero .hero-seller {
  min-height: 56px;
  padding-inline: 26px;
  border-radius: 8px;
}

.home-page .welcome-home-hero .hero-primary {
  box-shadow: 0 18px 46px rgba(237, 27, 47, .3);
}

.hero-motion {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.motion-card {
  position: absolute;
  right: clamp(28px, 9vw, 180px);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(10, 10, 10, .48);
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
  animation: motionFloat 12s ease-in-out infinite;
}

.motion-card::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--ak-red);
  box-shadow: 0 0 0 6px rgba(237, 27, 47, .14);
}

.motion-card.one {
  top: 34%;
}

.motion-card.two {
  top: 47%;
  right: clamp(18px, 4vw, 92px);
  animation-delay: -4s;
}

.motion-card.three {
  top: 60%;
  right: clamp(80px, 14vw, 260px);
  animation-delay: -8s;
}

.home-entry-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: center;
}

.entry-card {
  position: relative;
  overflow: hidden;
  min-height: 164px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  background: rgba(15, 15, 15, .72);
  color: #ffffff;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .24);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.entry-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% 25%;
  height: 120px;
  transform: rotate(-8deg);
  background: rgba(237, 27, 47, .2);
  pointer-events: none;
}

.entry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(237, 27, 47, .7);
  background: rgba(22, 22, 22, .88);
}

.entry-card strong,
.entry-card small,
.entry-card em,
.entry-card span {
  position: relative;
  z-index: 1;
  display: block;
}

.entry-card strong {
  margin-top: 18px;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.06;
}

.entry-card small {
  max-width: 280px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.42;
}

.entry-card em {
  width: fit-content;
  margin-top: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.entry-card-main {
  grid-column: 1 / -1;
  min-height: 190px;
  background:
    linear-gradient(135deg, rgba(237, 27, 47, .94), rgba(124, 10, 20, .92)),
    #ed1b2f;
}

.entry-card-main::after {
  background: rgba(0, 0, 0, .24);
}

.entry-kicker,
.entry-icon {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-page .home-action-strip {
  gap: 14px;
  margin-top: -34px;
}

.home-page .home-action-strip a {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  padding: 24px;
  border-radius: 10px;
  background: #fffdf8;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-page .home-action-strip a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--ak-red);
  opacity: .9;
}

.home-page .home-action-strip a:hover {
  transform: translateY(-5px);
  border-color: rgba(237, 27, 47, .34);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .1);
}

.path-label {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-page .home-action-strip strong {
  max-width: 320px;
  margin-top: 8px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.04;
}

.home-page .home-action-strip small {
  display: block;
  max-width: 360px;
  color: var(--ak-muted);
  font-size: 15px;
  line-height: 1.45;
}

.room-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
}

.room-filter-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(17, 17, 17, .09);
  border-radius: 999px;
  background: #fffdf8;
}

.room-filter-tabs button {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: transparent;
  color: #595959;
  font-weight: 900;
}

.room-filter-tabs button.active {
  background: #111111;
  color: #ffffff;
}

.home-page .home-room-grid {
  align-items: stretch;
}

.home-page .animated-room-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 24px;
  border-radius: 10px;
  animation: cardIn .6s ease both;
  animation-delay: var(--delay);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.home-page .animated-room-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--ak-red), #111111);
}

.home-page .animated-room-card:hover {
  transform: translateY(-5px);
  border-color: rgba(237, 27, 47, .36);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .1);
}

.home-page .animated-room-card h3 {
  max-width: 360px;
  margin-top: 24px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.home-page .animated-room-card p {
  max-width: 420px;
  color: #6b6b6b;
  font-size: 16px;
}

.room-progress {
  position: relative;
  overflow: hidden;
  height: 8px;
  margin: 22px 0;
  border-radius: 999px;
  background: #ece8df;
}

.room-progress span {
  display: block;
  height: 100%;
  min-width: 8%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ak-red), #111111);
  animation: progressPulse 2.6s ease-in-out infinite;
}

.home-page .room-card-meta {
  margin-top: 0;
}

.home-page .room-card-action {
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
}

.home-page .market-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-page .market-card:hover {
  transform: translateY(-4px);
  border-color: rgba(237, 27, 47, .28);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .09);
}

.home-page .market-card .listing-media {
  object-fit: cover;
}

.home-page .empty-state {
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .78)),
    #ffffff;
}

@keyframes motionFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
    opacity: .52;
  }
  45% {
    transform: translate3d(-28px, -12px, 0);
    opacity: .98;
  }
}

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

@keyframes progressPulse {
  0%, 100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.35);
  }
}

@media (max-width: 1040px) {
  .home-page .welcome-home-hero {
    grid-template-columns: 1fr;
  }

  .home-entry-board {
    max-width: 760px;
  }

  .motion-card {
    display: none;
  }
}

@media (max-width: 760px) {
  .home-page .welcome-home-hero {
    padding-bottom: 62px;
  }

  .home-entry-board {
    grid-template-columns: 1fr;
  }

  .entry-card,
  .entry-card-main {
    min-height: 136px;
  }

  .home-page .home-action-strip {
    margin-top: 20px;
  }

  .room-section-heading {
    grid-template-columns: 1fr;
  }

  .room-filter-tabs {
    width: 100%;
    overflow-x: auto;
  }

  .room-filter-tabs button {
    flex: 1 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-card,
  .home-page .animated-room-card,
  .room-progress span {
    animation: none;
  }

  .entry-card,
  .home-page .home-action-strip a,
  .home-page .animated-room-card,
  .home-page .market-card {
    transition: none;
  }
}

/* Single-screen front page */
.home-page.single-home {
  min-height: 100vh;
  overflow-x: hidden;
  background: #050505;
}

.home-page.single-home .home-main {
  min-height: 100vh;
  padding: 0;
  background: #050505;
}

.home-page.single-home .welcome-home-hero {
  min-height: 100vh !important;
  padding-bottom: clamp(44px, 6vw, 84px);
}

.home-page.single-home .home-entry-board {
  margin-top: clamp(20px, 3vw, 44px);
}

.home-page.single-home .entry-card {
  backdrop-filter: blur(10px);
}

.home-page.single-home .home-entry-board .entry-card:nth-child(4) {
  grid-column: 1 / 2;
}

@media (min-width: 1041px) {
  .home-page.single-home .welcome-home-hero {
    grid-template-columns: minmax(0, .95fr) minmax(400px, 520px);
  }
}

@media (max-width: 760px) {
  .home-page.single-home {
    overflow-y: auto;
  }

  .home-page.single-home .welcome-home-hero {
    min-height: 100vh !important;
    padding-bottom: 38px;
  }
}

/* Public page unity: live rooms, account and seller listing now share the homepage visual language. */
body.public-dark-page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: #050505 !important;
  color: #ffffff;
}

body.public-dark-page::before,
body.public-dark-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body.public-dark-page::before {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .96) 0%, rgba(5, 5, 5, .84) 42%, rgba(5, 5, 5, .5) 75%, rgba(5, 5, 5, .68) 100%),
    radial-gradient(circle at 17% 30%, rgba(237, 27, 47, .32), transparent 33%),
    url("brand-airport-lite.jpg") center center / cover no-repeat;
}

body.public-dark-page::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2) 45%, #050505 100%),
    radial-gradient(circle at 86% 14%, rgba(237, 27, 47, .22), transparent 30%);
}

body.public-dark-page .home-topbar {
  position: absolute !important;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: 126px;
  padding: 22px clamp(24px, 5vw, 72px) 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.public-dark-page .home-topbar .brand {
  flex: 0 0 auto;
}

body.public-dark-page .home-topbar .home-brand-logo {
  width: clamp(250px, 22vw, 340px);
  height: auto;
  max-height: 126px;
  object-fit: contain;
  object-position: left center;
}

body.public-dark-page .home-topbar .nav-actions {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin-left: auto;
  gap: clamp(18px, 2.5vw, 34px);
}

body.public-dark-page .home-topbar .nav-actions a,
body.public-dark-page .home-topbar .nav-actions .ghost {
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .9);
  box-shadow: none;
  font-weight: 900;
  white-space: nowrap;
}

body.public-dark-page .home-topbar .nav-actions .primary {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  background: var(--ak-red);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(237, 27, 47, .22);
}

body.public-dark-page .home-topbar .nav-actions .ghost:hover {
  color: #ffffff;
}

body.public-dark-page .live-main,
body.public-dark-page .account-main,
body.public-dark-page .seller-main {
  max-width: none !important;
  min-height: 100vh;
  padding: 0 0 clamp(70px, 8vw, 110px) !important;
  background: transparent !important;
}

body.public-dark-page .live-hero,
body.public-dark-page .account-hero,
body.public-dark-page .seller-hero {
  position: relative;
  display: flex !important;
  align-items: flex-end;
  min-height: clamp(430px, 55vh, 620px) !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(150px, 13vw, 198px) clamp(24px, 6vw, 96px) clamp(92px, 9vw, 128px) !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
}

body.public-dark-page .seller-hero::after {
  background: linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, .98) 100%) !important;
}

body.public-dark-page .live-hero-copy,
body.public-dark-page .account-hero-copy,
body.public-dark-page .seller-hero-copy,
body.public-dark-page .seller-hero-copy.seller-intake-hero {
  position: relative;
  z-index: 1;
  width: min(780px, 100%) !important;
  max-width: 780px !important;
}

body.public-dark-page .live-hero h1,
body.public-dark-page .account-hero h1,
body.public-dark-page .seller-hero h1 {
  max-width: 760px !important;
  margin: 18px 0 16px !important;
  color: #ffffff !important;
  font-size: clamp(38px, 5vw, 66px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.public-dark-page .live-hero p,
body.public-dark-page .account-hero p,
body.public-dark-page .seller-hero p {
  max-width: 640px !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: clamp(16px, 1.5vw, 20px) !important;
  line-height: 1.56 !important;
}

body.public-dark-page .hero-actions {
  gap: 12px;
  margin-top: 28px;
}

body.public-dark-page .hero-actions .primary,
body.public-dark-page .hero-actions .ghost,
body.public-dark-page .hero-actions .ghost.light {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 8px;
}

body.public-dark-page .hero-actions .ghost,
body.public-dark-page .hero-actions .ghost.light {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
}

body.public-dark-page .pill.dark,
body.public-dark-page .live-hero .pill,
body.public-dark-page .account-hero .pill,
body.public-dark-page .seller-hero .pill,
body.public-dark-page .intake-kicker {
  border: 1px solid rgba(255, 255, 255, .18) !important;
  background: rgba(255, 255, 255, .09) !important;
  color: rgba(255, 255, 255, .86) !important;
}

body.public-dark-page .live-room-workspace,
body.public-dark-page .live-room-detail,
body.public-dark-page .account-entry-layout,
body.public-dark-page .seller-access-gate,
body.public-dark-page .seller-workspace {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - clamp(32px, 5vw, 96px))) !important;
  max-width: min(1320px, calc(100% - clamp(32px, 5vw, 96px))) !important;
}

body.public-dark-page .live-room-workspace,
body.public-dark-page .account-entry-layout,
body.public-dark-page .seller-access-gate,
body.public-dark-page .seller-workspace {
  margin: -72px auto 0 !important;
}

body.public-dark-page .live-room-detail {
  margin: 24px auto 0 !important;
}

body.public-dark-page .live-room-workspace,
body.public-dark-page .live-room-detail,
body.public-dark-page .account-entry-panel,
body.public-dark-page .signed-in-dashboard,
body.public-dark-page #accountPrivatePanels .card,
body.public-dark-page .account-flow-card,
body.public-dark-page .seller-access-panel,
body.public-dark-page .seller-flow-card,
body.public-dark-page .seller-side .card,
body.public-dark-page .selected-asset-panel {
  border: 1px solid rgba(255, 255, 255, .12) !important;
  background:
    radial-gradient(circle at 96% 0%, rgba(237, 27, 47, .12), transparent 30%),
    linear-gradient(145deg, rgba(24, 24, 24, .93), rgba(7, 7, 7, .94)) !important;
  color: #ffffff !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42) !important;
  backdrop-filter: blur(14px);
}

body.public-dark-page .live-room-workspace,
body.public-dark-page .live-room-detail,
body.public-dark-page .account-entry-panel,
body.public-dark-page .signed-in-dashboard {
  border-radius: 18px;
  padding: clamp(24px, 4vw, 42px);
}

body.public-dark-page .live-section-head,
body.public-dark-page .live-room-detail-head,
body.public-dark-page .account-panel-head,
body.public-dark-page .seller-flow-head,
body.public-dark-page .account-flow-head {
  border-color: rgba(255, 255, 255, .1) !important;
}

body.public-dark-page h2,
body.public-dark-page h3,
body.public-dark-page h4,
body.public-dark-page strong,
body.public-dark-page label,
body.public-dark-page .live-section-head h2,
body.public-dark-page .live-room-detail-head h2,
body.public-dark-page .account-access-card h3,
body.public-dark-page .signed-in-head h2,
body.public-dark-page .seller-flow-head h2,
body.public-dark-page .step-panel-heading h3 {
  color: #ffffff !important;
}

body.public-dark-page p,
body.public-dark-page .sub,
body.public-dark-page small,
body.public-dark-page .live-section-head .sub,
body.public-dark-page .live-room-detail-head .sub,
body.public-dark-page .account-access-card .sub,
body.public-dark-page .signed-in-head .sub,
body.public-dark-page .seller-flow-head .sub,
body.public-dark-page .step-panel-heading p {
  color: rgba(255, 255, 255, .68) !important;
}

body.public-dark-page input,
body.public-dark-page select,
body.public-dark-page textarea {
  border-color: rgba(255, 255, 255, .14) !important;
  background: rgba(255, 255, 255, .075) !important;
  color: #ffffff !important;
}

body.public-dark-page input::placeholder,
body.public-dark-page textarea::placeholder {
  color: rgba(255, 255, 255, .42) !important;
}

body.public-dark-page select option {
  color: #111111;
}

body.public-dark-page .empty-state {
  border: 1px solid rgba(255, 255, 255, .1) !important;
  background: rgba(255, 255, 255, .055) !important;
  color: rgba(255, 255, 255, .68) !important;
}

body.public-dark-page .live-room-grid,
body.public-dark-page .live-asset-grid,
body.public-dark-page .account-access-grid {
  gap: 16px;
}

body.public-dark-page .live-room-card,
body.public-dark-page .live-asset-card,
body.public-dark-page .verification-action-card,
body.public-dark-page .account-access-card,
body.public-dark-page .email-start-card,
body.public-dark-page .code-entry-card,
body.public-dark-page .verification-box,
body.public-dark-page .fica-upload-card,
body.public-dark-page .photo-drop,
body.public-dark-page .seller-room-card,
body.public-dark-page .review-box,
body.public-dark-page .submission-card,
body.public-dark-page .side-metric,
body.public-dark-page .readiness-item,
body.public-dark-page .local-submission {
  border: 1px solid rgba(255, 255, 255, .12) !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(237, 27, 47, .1), transparent 30%),
    rgba(255, 255, 255, .055) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

body.public-dark-page .live-room-card,
body.public-dark-page .live-asset-card,
body.public-dark-page .account-access-card,
body.public-dark-page .verification-action-card {
  border-radius: 14px !important;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

body.public-dark-page .live-room-card:hover,
body.public-dark-page .live-asset-card:hover,
body.public-dark-page .account-access-card:hover,
body.public-dark-page .verification-action-card:hover {
  transform: translateY(-3px);
  border-color: rgba(237, 27, 47, .62) !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(237, 27, 47, .18), transparent 30%),
    rgba(255, 255, 255, .075) !important;
}

body.public-dark-page .live-room-card.selected,
body.public-dark-page .live-asset-card.selected,
body.public-dark-page .seller-room-card.selected {
  border-color: rgba(237, 27, 47, .76) !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(237, 27, 47, .24), transparent 32%),
    rgba(255, 255, 255, .085) !important;
  box-shadow: 0 18px 46px rgba(237, 27, 47, .12) !important;
}

body.public-dark-page .live-room-card p,
body.public-dark-page .live-asset-card p,
body.public-dark-page .asset-card-top span,
body.public-dark-page .live-room-card-metrics span,
body.public-dark-page .asset-card-metrics span,
body.public-dark-page .selected-asset-stats span,
body.public-dark-page .recent-bid-strip span,
body.public-dark-page .status-line span,
body.public-dark-page .readiness-item span,
body.public-dark-page .local-submission span {
  color: rgba(255, 255, 255, .62) !important;
}

body.public-dark-page .live-room-card-metrics,
body.public-dark-page .asset-card-metrics,
body.public-dark-page .selected-asset-stats,
body.public-dark-page .recent-bid-strip,
body.public-dark-page .status-line,
body.public-dark-page .room-picker-head,
body.public-dark-page .step-controls {
  border-color: rgba(255, 255, 255, .1) !important;
}

body.public-dark-page .asset-toolbar {
  border-color: rgba(255, 255, 255, .1) !important;
  background: rgba(255, 255, 255, .045) !important;
}

body.public-dark-page .asset-filter,
body.public-dark-page .ghost,
body.public-dark-page .account-flow-close {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
  color: #ffffff;
}

body.public-dark-page .asset-filter.active,
body.public-dark-page .primary,
body.public-dark-page .wizard-step.active {
  background: var(--ak-red) !important;
  color: #ffffff !important;
}

body.public-dark-page .account-create-card {
  border-color: rgba(237, 27, 47, .5) !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(237, 27, 47, .34), transparent 35%),
    linear-gradient(145deg, rgba(22, 22, 22, .96), rgba(5, 5, 5, .98)) !important;
}

body.public-dark-page .account-login-card {
  border-color: rgba(255, 255, 255, .14) !important;
  background:
    radial-gradient(circle at 92% 10%, rgba(237, 27, 47, .1), transparent 30%),
    rgba(255, 255, 255, .055) !important;
}

body.public-dark-page .verification-progress {
  background: rgba(255, 255, 255, .12) !important;
}

body.public-dark-page .verification-action-card.is-done {
  border-color: rgba(34, 197, 94, .34) !important;
  background: rgba(34, 197, 94, .08) !important;
}

body.public-dark-page .account-flow-scrim {
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(8px);
}

body.public-dark-page .account-flow-card {
  max-width: min(980px, calc(100% - 28px));
}

body.public-dark-page .account-flow-steps,
body.public-dark-page .wizard-steps {
  border-color: rgba(255, 255, 255, .1) !important;
  background: rgba(0, 0, 0, .18) !important;
}

body.public-dark-page .account-flow-step,
body.public-dark-page .wizard-step {
  border-color: rgba(255, 255, 255, .1) !important;
  background: rgba(255, 255, 255, .045) !important;
  color: rgba(255, 255, 255, .66) !important;
}

body.public-dark-page .account-flow-step.active,
body.public-dark-page .account-flow-step.done {
  border-color: rgba(237, 27, 47, .7) !important;
  background: rgba(237, 27, 47, .98) !important;
  color: #ffffff !important;
}

body.public-dark-page .account-flow-panel {
  background: transparent !important;
  color: #ffffff !important;
}

body.public-dark-page .seller-access-copy,
body.public-dark-page .seller-access-status {
  background: transparent !important;
}

body.public-dark-page .seller-access-status {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

body.public-dark-page .seller-page .listing-summary-card,
body.public-dark-page .listing-summary-card {
  background:
    radial-gradient(circle at 96% 0%, rgba(237, 27, 47, .12), transparent 30%),
    linear-gradient(145deg, rgba(24, 24, 24, .93), rgba(7, 7, 7, .94)) !important;
}

@media (max-width: 980px) {
  body.public-dark-page .live-room-detail-head,
  body.public-dark-page .seller-access-panel,
  body.public-dark-page .seller-workspace,
  body.public-dark-page .listing-basics-grid {
    grid-template-columns: 1fr !important;
  }

  body.public-dark-page .seller-access-status {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }
}

@media (max-width: 760px) {
  body.public-dark-page .home-topbar {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 122px;
    padding: 16px 18px 0;
    gap: 12px;
  }

  body.public-dark-page .home-topbar .home-brand-logo {
    width: 220px;
    max-height: 88px;
  }

  body.public-dark-page .home-topbar .nav-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 6px;
    margin-left: 0;
  }

  body.public-dark-page .home-topbar .nav-actions a,
  body.public-dark-page .home-topbar .nav-actions .primary {
    justify-content: center;
    min-height: 40px;
    padding: 0 7px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    color: #ffffff;
    font-size: 12px;
  }

  body.public-dark-page .live-hero,
  body.public-dark-page .account-hero,
  body.public-dark-page .seller-hero {
    min-height: 500px !important;
    padding: 178px 18px 100px !important;
  }

  body.public-dark-page .live-hero h1,
  body.public-dark-page .account-hero h1,
  body.public-dark-page .seller-hero h1 {
    font-size: clamp(36px, 11vw, 54px) !important;
  }

  body.public-dark-page .live-room-workspace,
  body.public-dark-page .live-room-detail,
  body.public-dark-page .account-entry-layout,
  body.public-dark-page .seller-access-gate,
  body.public-dark-page .seller-workspace {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin-top: -68px !important;
  }

  body.public-dark-page .live-room-detail {
    margin-top: 16px !important;
  }

  body.public-dark-page .hero-actions,
  body.public-dark-page .live-bid-row,
  body.public-dark-page .dashboard-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}
