﻿/* Final logo/header polish for the June 2026 SGCNR refresh. */
.site-brand-backdrop{
  position: relative;
  display: none;
  width: min(1380px, calc(100% - 28px));
  height: calc(100svh - 112px);
  min-height: 560px;
  margin: 12px auto 0;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  background: transparent;
  border-radius: 32px;
  overflow: hidden;
}

body.is-landing .site-brand-backdrop{
  display: block;
}

.site-brand-backdrop::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("/branding/sg-cops-and-robbers-web.png?v=20260613a") center 52% / min(1120px, 86vw) auto no-repeat;
  filter:
    drop-shadow(0 34px 62px rgba(0, 0, 0, .42))
    saturate(1.02)
    contrast(1.02)
    brightness(1.02);
  opacity: 1;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
  pointer-events: none;
}

.site-brand-backdrop::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 76%, rgba(5,10,7,.74) 100%);
  pointer-events: none;
}

.content,
.footer{
  position: relative;
  z-index: 1;
}

.topbar,
.dock{
  z-index: 30 !important;
}

.page-hero,
.homefront__hero,
.startfront__hero,
.neo-hero,
.live-minimal__hero,
.wiki-ledger__masthead{
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.page-hero::after,
.homefront__hero::before,
.startfront__hero::before,
.neo-hero::after,
.live-minimal__hero::after,
.wiki-ledger__masthead::after{
  display: none !important;
}

.page-hero > *,
.homefront__hero > *,
.startfront__hero > *,
.neo-hero > *,
.live-minimal__hero > *,
.wiki-ledger__masthead > *{
  position: relative;
  z-index: 1;
}

.topbar,
body.is-landing .topbar,
body.is-standard .topbar,
body.is-wiki .topbar,
body.is-apply .topbar,
body.is-map .topbar{
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr) !important;
  align-items: center !important;
  min-height: 86px !important;
  padding: 14px 24px !important;
  gap: 18px !important;
  border-radius: 28px !important;
  overflow: hidden !important;
}

.topbar__status,
.auth,
.brandmark{
  align-self: center !important;
  align-items: center !important;
}

.topbar__status{
  min-width: 0 !important;
}

.auth{
  position: static !important;
  justify-self: end !important;
  min-height: 44px !important;
}

.brandmark{
  justify-self: center !important;
  min-width: 0 !important;
  width: auto !important;
}

.brandmark__badge{
  width: clamp(188px, 14vw, 218px) !important;
  height: clamp(54px, 4vw, 62px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 5px !important;
  border-radius: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.brandmark__badge::before{
  inset: 5px !important;
  border-radius: 15px !important;
  z-index: 3 !important;
}

.brandmark__light{
  z-index: 2 !important;
  opacity: .42 !important;
}

.brandmark__logo{
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: none !important;
  object-fit: cover !important;
  object-position: center 46% !important;
  border-radius: 15px !important;
  filter: saturate(1.08) contrast(1.05) brightness(1.03) !important;
}

.brandmark__logo.is-ready{
  display: block !important;
}

.clock,
.auth__btn,
.homefront__actions .auth__btn,
.startfront__actions .auth__btn,
.homefront__cardButton,
.dock__item,
.breadcrumb__link,
.breadcrumb__current{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.auth__btn,
.auth__btn--primary,
body.is-landing .auth__btn,
body.is-landing .auth__btn--primary,
body.is-standard .auth__btn,
body.is-standard .auth__btn--primary,
body.is-wiki .auth__btn,
body.is-wiki .auth__btn--primary,
body.is-apply .auth__btn,
body.is-apply .auth__btn--primary,
body.is-map .auth__btn,
body.is-map .auth__btn--primary,
.homefront__actions .auth__btn,
.homefront__actions .auth__btn--primary,
.startfront__actions .auth__btn,
.startfront__actions .auth__btn--primary{
  padding: 2px 18px 0 !important;
  line-height: 1 !important;
}

[hidden],
.auth__btn[style*="display:none"],
.auth__btn[style*="display: none"]{
  display: none !important;
}

.homefront__visual{
  min-height: clamp(300px, 30vw, 390px) !important;
  padding: clamp(18px, 2.1vw, 28px) !important;
  border-radius: 30px !important;
}

.homefront__visualImage{
  width: min(100%, 670px) !important;
  height: clamp(150px, 17vw, 210px) !important;
  object-fit: cover !important;
  object-position: center 46% !important;
  border-radius: 22px !important;
  border: 1px solid rgba(216, 255, 230, .10) !important;
  filter: saturate(1.08) contrast(1.04) brightness(1.02) !important;
  box-shadow:
    0 28px 60px rgba(0, 0, 0, .42),
    0 0 0 1px rgba(92, 255, 161, .07),
    inset 0 0 0 1px rgba(255, 255, 255, .07) !important;
}

.homefront__statusCard{
  align-content: center !important;
  padding: 16px !important;
}

.homefront__signal{
  align-items: center !important;
}

.homefront__signalCopy{
  align-self: center !important;
}

.homefront__statusLabel,
.homefront__signalLabel,
.homefront__cardLabel,
.startfront__eyebrow,
.homefront__eyebrow,
.section__eyebrow,
.neo-kicker,
.feature-card__label,
.status-card__label,
.status-live__label{
  line-height: 1.2 !important;
}

.homefront__statusValue,
.homefront__signalTitle,
.homefront__cardTitle,
.startfront__stepCopy strong,
.page-title,
.section h2,
.section h3{
  line-height: 1.15 !important;
}

@media (max-width: 1080px){
  .topbar,
  body.is-landing .topbar,
  body.is-standard .topbar,
  body.is-wiki .topbar,
  body.is-apply .topbar,
  body.is-map .topbar{
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "brand auth"
      "status status" !important;
    min-height: 0 !important;
    padding: 14px 16px !important;
  }

  .brandmark{
    grid-area: brand !important;
    justify-self: start !important;
  }

  .auth{
    grid-area: auth !important;
  }

  .topbar__status{
    grid-area: status !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 760px){
  .site-brand-backdrop{
    width: min(100%, calc(100% - 14px));
    height: calc(100svh - 144px);
    min-height: 460px;
    margin-top: 10px;
    border-radius: 24px;
  }

  .site-brand-backdrop::before{
    background-size: min(760px, 132vw) auto;
  }

  .page-hero::after,
  .homefront__hero::before,
  .startfront__hero::before,
  .neo-hero::after,
  .live-minimal__hero::after,
  .wiki-ledger__masthead::after{
    background-size: min(620px, 126%) auto;
    opacity: .085;
  }

  .topbar,
  body.is-landing .topbar,
  body.is-standard .topbar,
  body.is-wiki .topbar,
  body.is-apply .topbar,
  body.is-map .topbar{
    width: min(100%, calc(100% - 14px)) !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "status auth"
      "brand brand" !important;
    padding: 12px !important;
    gap: 10px !important;
    border-radius: 24px !important;
  }

  .brandmark{
    grid-area: brand !important;
    justify-self: center !important;
  }

  .topbar__status{
    grid-area: status !important;
  }

  .brandmark__badge{
    width: min(192px, calc(100vw - 48px)) !important;
    height: 54px !important;
  }

  .homefront__visual{
    min-height: 250px !important;
    padding: 16px !important;
  }

  .homefront__visualImage{
    height: clamp(132px, 36vw, 168px) !important;
    border-radius: 18px !important;
  }
}

/* 2026-06-04 fixed cinematic background from supplied reference */
body:not(.is-map){
  background: #050807 !important;
}

body:not(.is-map)::before{
  opacity: 0 !important;
}

body:not(.is-map)::after{
  opacity: .018 !important;
}

.site-brand-backdrop{
  position: fixed !important;
  inset: 0 !important;
  display: none !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: #050807 !important;
}

body:not(.is-map) .site-brand-backdrop{
  display: block !important;
}

body.is-map .site-brand-backdrop{
  display: none !important;
}

.site-brand-backdrop::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: url("/branding/cinematic-sunset-horizon-web.jpg?v=20260613a") center center / cover no-repeat !important;
  filter: saturate(1.02) contrast(1.02) brightness(.92) !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.site-brand-backdrop::after{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .20), rgba(0, 0, 0, .20)),
    linear-gradient(180deg, transparent 70%, rgba(5, 8, 7, .72) 100%) !important;
}

body.is-landing .content,
body.is-landing .footer{
  position: relative !important;
}

body.is-landing .content{
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.is-landing #rules,
body.is-landing .landing-hub{
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body.is-landing .topbar{
  position: sticky !important;
  top: 0 !important;
}

body.is-landing .topbar,
body.is-landing #authModalRoot{
  z-index: 30 !important;
}

body.is-landing .dock{
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  transform: translateX(-50%) !important;
  width: max-content !important;
  max-width: calc(100vw - 24px) !important;
  z-index: 40 !important;
}

body.is-landing .content,
body.is-landing .footer{
  z-index: 2 !important;
}

body.is-landing .landing-hub__hero::before,
body.is-landing .landing-hub__hero::after{
  content: none !important;
  display: none !important;
}

body.is-landing .landing-hub::before{
  content: "";
  display: block;
  height: 0;
}

@media (max-width: 760px){
  body.is-landing .landing-hub::before{
    height: 0;
  }
}

/* 2026-06-04 homepage glass palette tuned to the supplied sunset background */
body.is-landing{
  --accent: #d8ad8d !important;
  --accent2: #f1d3bd !important;
}

body.is-landing .topbar{
  border-bottom-color: rgba(214, 163, 126, .22) !important;
  background: linear-gradient(180deg, rgba(8, 14, 13, .70), rgba(5, 9, 9, .54)) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
}

body.is-landing .landing-hub__hero{
  border-color: rgba(218, 169, 133, .24) !important;
  background:
    radial-gradient(circle at 12% 16%, rgba(150, 96, 86, .20), transparent 30%),
    radial-gradient(circle at 84% 14%, rgba(214, 170, 130, .13), transparent 34%),
    linear-gradient(135deg, rgba(8, 16, 15, .58), rgba(4, 8, 8, .68)) !important;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 232, 212, .08) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
}

body.is-landing .landing-hub__card,
body.is-landing .footer__inner{
  border-color: rgba(218, 169, 133, .18) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(150, 96, 86, .13), transparent 34%),
    linear-gradient(180deg, rgba(8, 15, 14, .58), rgba(4, 8, 8, .70)) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .28) !important;
  backdrop-filter: blur(16px) saturate(1.06) !important;
}

body.is-landing .landing-hub__card:hover{
  border-color: rgba(232, 184, 145, .34) !important;
  box-shadow: 0 28px 64px rgba(0, 0, 0, .32) !important;
}

body.is-landing .landing-hub__eyebrow,
body.is-landing .landing-hub__cardLabel,
body.is-landing .section__eyebrow{
  color: rgba(239, 205, 180, .86) !important;
}

body.is-landing .landing-hub__text,
body.is-landing .landing-hub__cardText,
body.is-landing .footer__legal{
  color: rgba(232, 225, 214, .78) !important;
}

body.is-landing .auth__btn{
  border-color: rgba(218, 169, 133, .22) !important;
  background: linear-gradient(180deg, rgba(11, 18, 17, .54), rgba(5, 9, 9, .62)) !important;
  color: rgba(244, 230, 216, .92) !important;
}

body.is-landing .auth__btn:hover{
  border-color: rgba(232, 184, 145, .38) !important;
  background: linear-gradient(180deg, rgba(25, 30, 26, .62), rgba(8, 12, 11, .70)) !important;
}

body.is-landing .auth__btn--primary{
  border-color: rgba(232, 184, 145, .42) !important;
  background: linear-gradient(180deg, rgba(122, 72, 59, .64), rgba(58, 40, 35, .68)) !important;
  color: #fff1e3 !important;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 231, 210, .16) !important;
}

body.is-landing .auth__btn--primary:hover{
  border-color: rgba(246, 201, 160, .56) !important;
  background: linear-gradient(180deg, rgba(146, 84, 65, .72), rgba(70, 45, 38, .74)) !important;
}

body.is-landing .dock{
  border-color: rgba(218, 169, 133, .18) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(150, 96, 86, .16), transparent 38%),
    linear-gradient(180deg, rgba(8, 15, 14, .70), rgba(4, 8, 8, .78)) !important;
  box-shadow: 0 20px 58px rgba(0, 0, 0, .34) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
}

body.is-landing .dock__item{
  border-color: rgba(218, 169, 133, .14) !important;
  background: rgba(9, 17, 16, .42) !important;
}

body.is-landing .dock__item:hover{
  border-color: rgba(232, 184, 145, .30) !important;
  background: rgba(31, 34, 28, .52) !important;
}

body.is-landing .dock__item.is-active{
  border-color: rgba(232, 184, 145, .42) !important;
  background: linear-gradient(180deg, rgba(120, 72, 58, .62), rgba(54, 41, 35, .62)) !important;
}

body.is-landing .dock__item.is-active .dock__label,
body.is-landing .dock__item.is-active .dock__icon,
body.is-landing .footer__link,
body.is-landing .footer__mail{
  color: #f2d0b6 !important;
}

/* 2026-06-04 site-wide sunset palette and route top alignment */
body.is-landing,
body.is-standard,
body.is-wiki,
body.is-map,
body.is-apply{
  --accent: #d8ad8d !important;
  --accent2: #f1d3bd !important;
  --site-gold: #d8ad8d !important;
  --site-green: #d8ad8d !important;
  --site-border-strong: rgba(218, 169, 133, .24) !important;
  --site-border-soft: rgba(218, 169, 133, .16) !important;
  --site-surface-soft: linear-gradient(180deg, rgba(8, 15, 14, .62), rgba(4, 8, 8, .74)) !important;
}

body.is-standard .content,
body.is-wiki .content,
body.is-map .content,
body.is-apply .content{
  padding-top: 12px !important;
}

body.is-standard #rules,
body.is-wiki #rules,
body.is-map #rules,
body.is-apply #rules{
  padding-top: 0 !important;
}

body.is-landing .topbar,
body.is-standard .topbar,
body.is-wiki .topbar,
body.is-map .topbar,
body.is-apply .topbar{
  border-color: rgba(218, 169, 133, .16) !important;
  border-bottom-color: rgba(218, 169, 133, .24) !important;
  background: linear-gradient(180deg, rgba(8, 14, 13, .76), rgba(5, 9, 9, .62)) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
}

body.is-landing .brandmark__badge,
body.is-standard .brandmark__badge,
body.is-wiki .brandmark__badge,
body.is-map .brandmark__badge,
body.is-apply .brandmark__badge,
.clock{
  border-color: rgba(218, 169, 133, .18) !important;
  background: linear-gradient(180deg, rgba(10, 17, 16, .76), rgba(5, 9, 9, .74)) !important;
}

.auth__btn,
body.is-landing .auth__btn,
body.is-standard .auth__btn,
body.is-wiki .auth__btn,
body.is-map .auth__btn,
body.is-apply .auth__btn,
.homefront__actions .auth__btn,
.startfront__actions .auth__btn{
  border-color: rgba(218, 169, 133, .22) !important;
  background: linear-gradient(180deg, rgba(11, 18, 17, .58), rgba(5, 9, 9, .68)) !important;
  color: rgba(244, 230, 216, .92) !important;
}

.auth__btn:hover,
body.is-landing .auth__btn:hover,
body.is-standard .auth__btn:hover,
body.is-wiki .auth__btn:hover,
body.is-map .auth__btn:hover,
body.is-apply .auth__btn:hover{
  border-color: rgba(232, 184, 145, .38) !important;
  background: linear-gradient(180deg, rgba(25, 30, 26, .64), rgba(8, 12, 11, .72)) !important;
}

.auth__btn--primary,
body.is-landing .auth__btn--primary,
body.is-standard .auth__btn--primary,
body.is-wiki .auth__btn--primary,
body.is-map .auth__btn--primary,
body.is-apply .auth__btn--primary,
.homefront__actions .auth__btn--primary,
.startfront__actions .auth__btn--primary{
  border-color: rgba(232, 184, 145, .42) !important;
  background: linear-gradient(180deg, rgba(122, 72, 59, .66), rgba(58, 40, 35, .70)) !important;
  color: #fff1e3 !important;
}

.auth__btn--primary:hover,
body.is-landing .auth__btn--primary:hover,
body.is-standard .auth__btn--primary:hover,
body.is-wiki .auth__btn--primary:hover,
body.is-map .auth__btn--primary:hover,
body.is-apply .auth__btn--primary:hover{
  border-color: rgba(246, 201, 160, .56) !important;
  background: linear-gradient(180deg, rgba(146, 84, 65, .74), rgba(70, 45, 38, .76)) !important;
}

.section,
.neo-hero,
.page-hero,
.startfront__hero,
.startfront__step,
.landing-hub__hero,
.landing-hub__card,
.live-minimal__hero,
.live-minimal__card,
.status-card,
.status-note,
.feature-card,
.stack-list__item,
.info-faq__item,
.rule-card,
.card,
.rules-legal,
.neo-help__panel,
.neo-start__panel,
.neo-wiki__hero,
.neo-wiki__rail,
.neo-wiki__article,
.wiki-card,
.wiki-sectionBlock,
.wiki-fact,
.wiki-pager__card,
.map-panel,
.map-detail,
.map-stage-card,
.map-stat,
.map-filter,
.map-tool,
.map-toolbar__badge,
.map-legend__item,
.service-map-shell{
  border-color: rgba(218, 169, 133, .16) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(150, 96, 86, .12), transparent 32%),
    linear-gradient(180deg, rgba(8, 15, 14, .62), rgba(4, 8, 8, .74)) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .28) !important;
}

.section::before,
.section::after,
.neo-hero::before,
.neo-hero::after,
.page-hero::before,
.page-hero::after,
.startfront__hero::before,
.startfront__hero::after,
.live-minimal__hero::before,
.live-minimal__hero::after,
.landing-hub__hero::before,
.landing-hub__hero::after,
.landing-hub__card::before,
.landing-hub__card::after,
.live-minimal__card::before,
.live-minimal__card::after{
  background:
    radial-gradient(circle at 14% 8%, rgba(150, 96, 86, .13), transparent 30%),
    linear-gradient(90deg, rgba(218, 169, 133, .06), transparent 40%) !important;
}

.section__eyebrow,
body.is-standard .section__eyebrow,
body.is-wiki .section__eyebrow,
body.is-map .section__eyebrow,
body.is-apply .section__eyebrow,
.neo-hero__eyebrow,
.neo-kicker,
.startfront__eyebrow,
.landing-hub__eyebrow,
.landing-hub__cardLabel,
.live-minimal__label,
.status-card__label,
.status-live__label,
.feature-card__label,
.map-panel .section__eyebrow,
.map-stage-card__eyebrow,
.map-detail__eyebrow,
.map-panel__title,
.map-panel__sourceLabel,
.map-filter__count,
.map-stat__label{
  border-color: rgba(218, 169, 133, .18) !important;
  background: rgba(218, 169, 133, .08) !important;
  color: rgba(239, 205, 180, .86) !important;
}

body.is-map .map-panel,
body.is-map .map-detail,
body.is-map .map-stage-card,
body.is-map .map-stat,
body.is-map .map-filter,
body.is-map .map-tool,
body.is-map .map-toolbar__badge,
body.is-map .map-legend__item,
body.is-map .service-map-shell{
  border-color: rgba(218, 169, 133, .16) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(150, 96, 86, .12), transparent 32%),
    linear-gradient(180deg, rgba(8, 15, 14, .62), rgba(4, 8, 8, .74)) !important;
}

body.is-map .map-filter.is-active,
body.is-map .map-quick__item.is-active,
body.is-map .map-tool.is-active,
body.is-map .map-toolbar__badge.is-active{
  border-color: rgba(232, 184, 145, .42) !important;
  background: linear-gradient(180deg, rgba(120, 72, 58, .62), rgba(54, 41, 35, .62)) !important;
  color: #f2d0b6 !important;
}

body.is-standard .section__eyebrow,
body.is-standard .neo-kicker,
body.is-standard .status-card__label,
body.is-standard .feature-card__label{
  border-color: rgba(218, 169, 133, .18) !important;
  background: rgba(218, 169, 133, .08) !important;
  color: rgba(239, 205, 180, .86) !important;
}

.section p,
.doc-p,
.startfront__text,
.startfront__stepCopy span,
.landing-hub__text,
.landing-hub__cardText,
.live-minimal__text,
.live-minimal__meta,
.status-card__meta,
.status-note,
.info-faq__a,
.wiki-ledger .doc-list li,
.wiki-ledger .wiki-card__text,
.map-panel__intro,
.map-stage-card__body,
.map-detail__body,
.map-toolbar__hint,
.footer__legal{
  color: rgba(232, 225, 214, .78) !important;
}

.footer__inner{
  border-color: rgba(218, 169, 133, .18) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(150, 96, 86, .12), transparent 32%),
    linear-gradient(180deg, rgba(8, 15, 14, .62), rgba(4, 8, 8, .74)) !important;
  backdrop-filter: blur(16px) saturate(1.06) !important;
}

.footer__link,
.footer__mail,
a:hover{
  color: #f2d0b6 !important;
}

.dock,
body.is-landing .dock,
body.is-standard .dock,
body.is-wiki .dock,
body.is-map .dock,
body.is-apply .dock{
  border-color: rgba(218, 169, 133, .18) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(150, 96, 86, .16), transparent 38%),
    linear-gradient(180deg, rgba(8, 15, 14, .70), rgba(4, 8, 8, .78)) !important;
  box-shadow: 0 20px 58px rgba(0, 0, 0, .34) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
}

.dock__item{
  border-color: rgba(218, 169, 133, .14) !important;
  background: rgba(9, 17, 16, .42) !important;
}

.dock__item:hover,
.map-filter:hover,
.map-quick__item:hover,
.map-tool:hover:not(:disabled){
  border-color: rgba(232, 184, 145, .30) !important;
  background: rgba(31, 34, 28, .52) !important;
}

.dock__item.is-active,
.map-filter.is-active,
.map-quick__item.is-active,
.map-tool.is-active,
.map-toolbar__badge.is-active,
.live-minimal__card--online{
  border-color: rgba(232, 184, 145, .42) !important;
  background: linear-gradient(180deg, rgba(120, 72, 58, .62), rgba(54, 41, 35, .62)) !important;
}

.dock__item.is-active .dock__label,
.dock__item.is-active .dock__icon,
.map-filter.is-active,
.map-quick__item.is-active,
.map-tool.is-active,
.map-toolbar__badge.is-active,
.live-minimal__card--online .live-minimal__value{
  color: #f2d0b6 !important;
}

/* Practical portal finish: less template-glass, more server utility. */
body.is-landing .landing-hub__hero,
body.is-landing .landing-hub__card,
.section,
.page-hero,
.startfront__hero,
.startfront__step,
.live-minimal__hero,
.live-minimal__card,
.status-card,
.status-note,
.feature-card,
.info-faq__item,
.rule-card,
.rules-legal,
.neo-help__panel,
.neo-start__panel,
.neo-wiki__hero,
.neo-wiki__rail,
.neo-wiki__article,
.wiki-card,
.wiki-sectionBlock,
.wiki-fact,
.map-panel,
.map-detail,
.map-stage-card,
.map-stat{
  border-radius: 10px !important;
  border-color: rgba(218, 169, 133, .14) !important;
  background:
    linear-gradient(180deg, rgba(12, 13, 13, .88), rgba(5, 7, 8, .94)) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .34) !important;
  backdrop-filter: none !important;
}

body.is-landing .landing-hub__hero::before,
body.is-landing .landing-hub__hero::after,
body.is-landing .landing-hub__card::before,
body.is-landing .landing-hub__card::after,
.section::before,
.section::after,
.page-hero::before,
.page-hero::after,
.startfront__hero::before,
.startfront__hero::after,
.live-minimal__hero::before,
.live-minimal__hero::after,
.live-minimal__card::before,
.live-minimal__card::after{
  content: none !important;
  display: none !important;
}

body.is-landing .landing-hub__hero{
  min-height: clamp(390px, 50svh, 540px) !important;
  padding: clamp(28px, 4.5vw, 54px) !important;
}

body.is-landing .landing-hub__title{
  max-width: 780px !important;
  font-size: clamp(40px, 5.3vw, 72px) !important;
  line-height: 1 !important;
}

body.is-landing .landing-hub__text{
  max-width: 640px !important;
}

body.is-landing .landing-hub__eyebrow,
body.is-landing .landing-hub__cardLabel,
.section__eyebrow,
.neo-kicker,
.status-card__label,
.feature-card__label,
.live-minimal__label,
.map-stage-card__eyebrow,
.map-detail__eyebrow{
  border-radius: 6px !important;
  background: rgba(255, 255, 255, .035) !important;
  border-color: rgba(218, 169, 133, .12) !important;
  box-shadow: none !important;
}

body.is-landing .auth__btn,
.auth__btn{
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* No-emoji, no-green final pass. Keep layout; only flatten the finish. */
:root,
body{
  --accent: #d8ad8d !important;
  --accent2: #f1d3bd !important;
  --site-gold: #d8ad8d !important;
  --site-green: #d8ad8d !important;
  --site-blue: #f1d3bd !important;
  --site-bg: #0d0908 !important;
  --site-bg-deep: #080504 !important;
  --site-border-strong: rgba(216, 173, 141, .16) !important;
}

.dock__icon,
.quickstart__icon,
.order-status-hero__icon,
.order-status-sidecard__icon{
  display: none !important;
}

.dock__item{
  justify-content: center !important;
  gap: 0 !important;
  min-width: 86px !important;
  color: rgba(244, 232, 218, .86) !important;
}

.dock__label{
  color: inherit !important;
}

.dock__item.is-active,
body.is-landing .dock__item.is-active,
body.is-standard .dock__item.is-active,
body.is-wiki .dock__item.is-active,
body.is-map .dock__item.is-active,
body.is-apply .dock__item.is-active{
  border-color: rgba(216, 173, 141, .34) !important;
  background: linear-gradient(180deg, rgba(105, 67, 54, .62), rgba(39, 30, 28, .72)) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(216, 173, 141, .10) !important;
  color: #f1d3bd !important;
}

.dock,
.topbar,
.footer__inner,
.section,
.page-hero,
.landing-hub__hero,
.landing-hub__card,
.startfront__hero,
.startfront__step,
.live-minimal__hero,
.live-minimal__card,
.status-card,
.status-note,
.feature-card,
.info-faq__item,
.rule-card,
.rules-legal,
.neo-help__panel,
.neo-start__panel,
.neo-wiki__hero,
.neo-wiki__rail,
.neo-wiki__article,
.wiki-card,
.wiki-sectionBlock,
.wiki-fact,
.map-panel,
.map-detail,
.map-stage-card,
.map-stat,
.map-filter,
.map-tool,
.map-toolbar__badge,
.map-legend__item,
.service-map-shell,
.store-nav__item.is-active,
.store-sidecard,
.store-card,
.store-product,
.store-modal,
.store-doc,
.order-status-sidecard{
  border-color: rgba(216, 173, 141, .14) !important;
}

.section__eyebrow,
.landing-hub__eyebrow,
.landing-hub__cardLabel,
.neo-kicker,
.status-card__label,
.feature-card__label,
.live-minimal__label,
.map-panel__title,
.map-panel__sourceLabel,
.map-filter__count,
.map-stat__label,
.store-nav__item.is-active,
.store-pill,
.store-price,
.footer__link,
.footer__mail,
a:hover{
  color: #f1d3bd !important;
  border-color: rgba(216, 173, 141, .22) !important;
  background-color: rgba(216, 173, 141, .07) !important;
}

.landing-hub__title{
  font-size: clamp(36px, 4.7vw, 64px) !important;
  line-height: 1.02 !important;
}

.landing-hub__hero{
  min-height: clamp(320px, 43svh, 460px) !important;
}

.landing-hub__grid{
  gap: 16px !important;
}

.landing-hub__cardTitle{
  font-size: clamp(22px, 2vw, 30px) !important;
}

.landing-hub__text,
.landing-hub__cardText{
  color: rgba(238, 229, 216, .78) !important;
}

.dock__icon,
.dock__item.is-active .dock__icon{
  color: #f1d3bd !important;
  text-shadow: none !important;
  border-color: transparent !important;
  outline-color: transparent !important;
  box-shadow: none !important;
}

[data-reveal],
[data-reveal].is-visible{
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  filter: none !important;
}

.auth__btn--primary,
body.is-landing .auth__btn--primary{
  box-shadow: 0 12px 24px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(241, 211, 189, .12) !important;
}

.breadcrumb,
.breadcrumb__link,
.breadcrumb__current{
  color: rgba(241, 211, 189, .78) !important;
  border-color: rgba(216, 173, 141, .18) !important;
  background: rgba(216, 173, 141, .06) !important;
  outline-color: rgba(216, 173, 141, .18) !important;
}

.startfront__stepIndex,
.stack-list__index,
.map-quick__icon,
.map-legend__icon,
.service-marker__icon,
.map-stage-card__icon{
  color: #d8ad8d !important;
  border-color: rgba(216, 173, 141, .22) !important;
  background: rgba(216, 173, 141, .08) !important;
  outline-color: rgba(216, 173, 141, .22) !important;
  box-shadow: none !important;
}

.map-quick__icon svg,
.map-legend__icon svg,
.service-marker__icon svg,
.map-stage-card__icon svg,
.service-marker__icon *{
  color: #d8ad8d !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* 2026-06-05 actual final pass: warm neutral everywhere, no green carry-over. */
:root{
  --accent: #d8ad8d !important;
  --accent2: #f1d3bd !important;
  --site-green: #d8ad8d !important;
  --site-gold: #d8ad8d !important;
  --site-border-strong: rgba(218, 177, 148, .18) !important;
  --sgcnr-ink: rgba(246, 239, 231, .94);
  --sgcnr-muted: rgba(224, 208, 196, .72);
  --sgcnr-line: rgba(218, 177, 148, .18);
}

a:hover,
.info-link,
.dock__item.is-active,
.section__eyebrow,
.rule__id,
.stack-list__index,
.map-filter__count,
.map-panel__sourceLabel,
.map-stage-card__eyebrow,
.live-minimal__label,
.status-card__label,
.admin-list__meta{
  color: #d8ad8d !important;
  border-color: var(--sgcnr-line) !important;
  text-decoration-color: rgba(218, 177, 148, .42) !important;
}

.auth__btn--primary,
.dock__item.is-active,
.map-filter.is-active,
.map-tool:hover,
.map-tool:focus-visible{
  background: linear-gradient(180deg, rgba(112, 67, 52, .82), rgba(54, 34, 29, .9)) !important;
  border-color: rgba(238, 192, 160, .34) !important;
  color: #fff7ef !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .28) !important;
}

.landing-hub__card::before,
.landing-hub__card::after,
.live-minimal__hero::before,
.live-minimal__hero::after,
.live-minimal__card::before,
.live-minimal__card::after,
.rule-card::after,
.map-panel::before,
.map-stage-card::before{
  display: none !important;
}

.rules-choice .card,
.rules-document__section,
body.is-standard .rule-card,
body.is-standard .rules-legal,
body.is-standard .status-note,
body.is-standard .card{
  background: linear-gradient(180deg, rgba(18, 14, 13, .88), rgba(8, 7, 7, .92)) !important;
  border-color: var(--sgcnr-line) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .26) !important;
  transition: transform .16s ease, border-color .16s ease, background-color .16s ease, box-shadow .16s ease !important;
}

.rules-choice .card:hover,
body.is-standard .rule-card:hover{
  transform: translateY(-1px) !important;
  background: linear-gradient(180deg, rgba(25, 18, 16, .92), rgba(10, 8, 8, .94)) !important;
  border-color: rgba(238, 192, 160, .32) !important;
}

.rules-document__section{
  padding: 20px !important;
}

.rules-document__article + .rules-document__article{
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(218, 177, 148, .12) !important;
}

.rules-document__paragraph,
.rules-document__list,
.rules-document__list li,
.rule-card__body,
.rule-card__section{
  color: var(--sgcnr-muted) !important;
}

body.is-map .content{
  width: min(1540px, calc(100% - 32px)) !important;
  max-width: none !important;
}

body.is-map .section--map{
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.is-map .map-layout{
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr) !important;
  gap: 14px !important;
}

body.is-map .map-panel,
body.is-map .map-stage,
body.is-map .service-map-shell,
body.is-map .map-detail,
body.is-map .map-stage-card,
body.is-map .map-filter,
body.is-map .map-stat,
body.is-map .map-tool,
body.is-map .map-toolbar__badge,
body.is-map .map-legend__item{
  background: linear-gradient(180deg, rgba(17, 13, 12, .88), rgba(7, 7, 7, .92)) !important;
  border-color: var(--sgcnr-line) !important;
  color: var(--sgcnr-ink) !important;
  box-shadow: none !important;
}

body.is-map .map-stage{
  min-height: min(720px, calc(100svh - 150px)) !important;
  padding: 12px !important;
}

body.is-map .service-map-shell{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 238px !important;
  gap: 12px !important;
  min-height: min(700px, calc(100svh - 170px)) !important;
  padding: 12px !important;
}

body.is-map #serviceMap{
  height: min(680px, calc(100svh - 190px)) !important;
  min-height: 560px !important;
}

body.is-map .map-stage__aside{
  gap: 10px !important;
}

body.is-map .map-stage__aside .map-stage-card:nth-child(n+3){
  display: none !important;
}

body.is-map .map-stage-card__body,
body.is-map .map-panel__intro,
body.is-map .map-detail__body,
body.is-map .map-toolbar__hint,
body.is-map .map-panel *{
  color: var(--sgcnr-muted) !important;
}

body.is-map .map-panel__headline,
body.is-map .map-detail__title,
body.is-map .map-stage-card__title,
body.is-map .map-stat__value,
body.is-map .map-filter{
  color: var(--sgcnr-ink) !important;
}

body.is-map .service-marker__core,
body.is-map .custom-map__dot{
  background: #d8ad8d !important;
  border-color: rgba(246, 239, 231, .42) !important;
  box-shadow: 0 0 16px rgba(218, 177, 148, .22) !important;
}

.live-minimal,
.live-minimal *{
  font-family: "Bahnschrift", "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.live-minimal__hero,
.live-minimal__card{
  background: linear-gradient(180deg, rgba(17, 13, 12, .88), rgba(8, 7, 7, .92)) !important;
  border-color: var(--sgcnr-line) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .25) !important;
}

.live-minimal__hero{
  padding: 20px !important;
}

.live-minimal__hero h2{
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.04 !important;
  font-weight: 750 !important;
}

.live-minimal__value{
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  text-transform: none !important;
}

.live-minimal__text,
.live-minimal__meta{
  color: var(--sgcnr-muted) !important;
}

.admin-page .section,
.admin-page .status-card,
.admin-page .admin-list__item{
  background: linear-gradient(180deg, rgba(18, 14, 13, .88), rgba(8, 7, 7, .92)) !important;
  border-color: var(--sgcnr-line) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.admin-metrics{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 980px){
  body.is-map .map-layout,
  body.is-map .service-map-shell{
    grid-template-columns: 1fr !important;
  }

  body.is-map #serviceMap{
    min-height: 440px !important;
  }

  .admin-metrics{
    grid-template-columns: 1fr !important;
  }
}

body.is-map .map-filter.is-active,
body.is-map .map-tool:hover,
body.is-map .map-tool:focus-visible{
  background: linear-gradient(180deg, rgba(112, 67, 52, .84), rgba(54, 34, 29, .9)) !important;
  border-color: rgba(238, 192, 160, .34) !important;
  color: #fff7ef !important;
}

/* Final route cleanup: no green remnants, less generated-looking glow, steadier page sizing. */
:root{
  --sgcnr-ink: rgba(246, 239, 231, .94);
  --sgcnr-muted: rgba(224, 208, 196, .72);
  --sgcnr-line: rgba(218, 177, 148, .18);
  --sgcnr-panel: rgba(13, 11, 11, .84);
  --sgcnr-panel-strong: rgba(16, 12, 12, .92);
  --sgcnr-accent: #d8ad8d;
  --sgcnr-accent-deep: #704334;
}

body,
body.is-landing,
body.is-standard,
body.is-map{
  color: var(--sgcnr-ink) !important;
}

body :is(
  .section__eyebrow,
  .breadcrumb__sep,
  .rule__id,
  .stack-list__index,
  .map-filter__count,
  .map-panel__sourceLabel,
  .map-stage-card__eyebrow,
  .live-minimal__label,
  .status-card__label,
  .admin-list__meta
){
  color: rgba(218, 177, 148, .74) !important;
  border-color: var(--sgcnr-line) !important;
}

body :is(
  .auth__btn--primary,
  .dock__item.is-active,
  .map-filter.is-active,
  .map-tool:hover,
  .map-tool:focus-visible,
  .rule-card:hover,
  .rules-choice .card:hover
){
  background:
    linear-gradient(180deg, rgba(112, 67, 52, .82), rgba(60, 37, 31, .88)) !important;
  border-color: rgba(238, 192, 160, .34) !important;
  color: #fff7ef !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .28) !important;
}

body :is(
  .landing-hub__card::before,
  .landing-hub__card::after,
  .live-minimal__hero::before,
  .live-minimal__hero::after,
  .live-minimal__card::before,
  .live-minimal__card::after,
  .rule-card::after
){
  display: none !important;
}

.rules-choice{
  align-items: stretch !important;
}

.rules-choice .card,
.rules-document__section,
body.is-standard .rule-card,
body.is-standard .rules-legal,
body.is-standard .status-note{
  background:
    linear-gradient(180deg, rgba(18, 14, 13, .88), rgba(8, 7, 7, .92)) !important;
  border: 1px solid var(--sgcnr-line) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .26) !important;
  transition:
    transform .16s ease,
    border-color .16s ease,
    background-color .16s ease,
    box-shadow .16s ease !important;
}

.rules-choice .card:hover,
body.is-standard .rule-card:hover{
  transform: translateY(-1px) !important;
}

.rules-document__section{
  padding: 20px !important;
}

.rules-document__article + .rules-document__article{
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(218, 177, 148, .12) !important;
}

.rules-document__paragraph,
.rules-document__list,
.rules-document__list li,
.rule-card__body,
.rule-card__section{
  color: var(--sgcnr-muted) !important;
}

body.is-map .content{
  width: min(1540px, calc(100% - 32px)) !important;
  max-width: none !important;
}

body.is-map .section--map{
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.is-map .map-layout{
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr) !important;
  gap: 14px !important;
}

body.is-map .map-panel,
body.is-map .map-stage,
body.is-map .service-map-shell,
body.is-map .map-detail,
body.is-map .map-stage-card{
  background:
    linear-gradient(180deg, rgba(17, 13, 12, .88), rgba(7, 7, 7, .92)) !important;
  border-color: var(--sgcnr-line) !important;
  box-shadow: none !important;
}

body.is-map .map-stage{
  min-height: min(720px, calc(100svh - 150px)) !important;
  padding: 12px !important;
}

body.is-map .service-map-shell{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 238px !important;
  gap: 12px !important;
  min-height: min(700px, calc(100svh - 170px)) !important;
  padding: 12px !important;
}

body.is-map #serviceMap{
  height: min(680px, calc(100svh - 190px)) !important;
  min-height: 560px !important;
}

body.is-map .map-stage__aside{
  gap: 10px !important;
}

body.is-map .map-stage__aside .map-stage-card:nth-child(n+3){
  display: none !important;
}

body.is-map .map-stage-card{
  padding: 12px !important;
}

body.is-map .map-stage-card__body,
body.is-map .map-panel__intro,
body.is-map .map-detail__body,
body.is-map .map-toolbar__hint{
  color: var(--sgcnr-muted) !important;
}

body.is-map .service-marker__core,
body.is-map .custom-map__dot{
  background: var(--sgcnr-accent) !important;
  border-color: rgba(246, 239, 231, .42) !important;
  box-shadow: 0 0 16px rgba(218, 177, 148, .22) !important;
}

.live-minimal,
.live-minimal *{
  font-family: "Bahnschrift", "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.live-minimal__hero{
  padding: 20px !important;
  background:
    linear-gradient(180deg, rgba(17, 13, 12, .88), rgba(8, 7, 7, .9)) !important;
  border-color: var(--sgcnr-line) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .25) !important;
}

.live-minimal__hero h2{
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.04 !important;
  font-weight: 750 !important;
}

.live-minimal__card{
  background:
    linear-gradient(180deg, rgba(17, 13, 12, .86), rgba(8, 7, 7, .92)) !important;
  border-color: var(--sgcnr-line) !important;
  box-shadow: none !important;
}

.live-minimal__value{
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  text-transform: none !important;
}

.live-minimal__text,
.live-minimal__meta{
  color: var(--sgcnr-muted) !important;
}

.admin-page .section,
.admin-page .status-card,
.admin-page .admin-list__item{
  background:
    linear-gradient(180deg, rgba(18, 14, 13, .88), rgba(8, 7, 7, .92)) !important;
  border-color: var(--sgcnr-line) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.admin-metrics{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 980px){
  body.is-map .map-layout,
  body.is-map .service-map-shell{
    grid-template-columns: 1fr !important;
  }

  body.is-map #serviceMap{
    min-height: 440px !important;
  }

  .admin-metrics{
    grid-template-columns: 1fr !important;
  }
}

/* 2026-06-05 final footer fit: smaller copyright, cleaner placement, no old green tint. */
.footer,
body.is-landing .footer,
body.is-standard .footer,
body.is-wiki .footer,
body.is-apply .footer,
body.is-map .footer{
  width: min(1120px, calc(100% - 32px)) !important;
  margin: 10px auto 0 !important;
  padding: 0 0 calc(118px + env(safe-area-inset-bottom, 0px)) !important;
}

.footer__inner{
  gap: 6px !important;
  padding: 12px 16px !important;
  border-radius: 14px !important;
  border-color: rgba(216, 173, 141, .14) !important;
  background:
    linear-gradient(180deg, rgba(18, 14, 13, .78), rgba(8, 7, 7, .88)) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22) !important;
}

.footer__brand{
  color: rgba(241, 211, 189, .72) !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  letter-spacing: .01em !important;
}

.footer__legal{
  color: rgba(232, 225, 214, .60) !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.footer__links{
  gap: 6px 12px !important;
}

.footer__link,
.footer__mail{
  color: rgba(241, 211, 189, .76) !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.footer__link:hover,
.footer__mail:hover{
  color: rgba(250, 237, 226, .94) !important;
  background-color: rgba(216, 173, 141, .06) !important;
}

@media (max-width: 780px){
  .footer,
  body.is-landing .footer,
  body.is-standard .footer,
  body.is-wiki .footer,
  body.is-apply .footer,
  body.is-map .footer{
    width: min(100% - 20px, 1120px) !important;
    padding-bottom: calc(126px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .footer__inner{
    padding: 11px 12px !important;
  }
}

/* Compact pass: remove filler labels and oversized spacing. */
.landing-hub__eyebrow,
.landing-hub__cardLabel,
.page-hero__badge,
.breadcrumb,
.section__eyebrow{
  display: none !important;
}

.content,
body.is-standard .content,
body.is-wiki .content,
body.is-map .content,
body.is-landing .content{
  gap: 14px !important;
  padding-top: 12px !important;
}

.section,
.page-hero,
body.is-standard .page-hero,
.landing-hub__hero,
.landing-hub__card,
.startfront__hero,
.start-clean,
.neo-wiki__hero,
.wiki-ledger__masthead,
.live-minimal__hero,
.neo-help__panel,
.section--map,
.admin-hero,
.account-hero{
  border-radius: 10px !important;
}

body.is-landing .landing-hub{
  gap: 12px !important;
}

body.is-landing .landing-hub__hero,
.landing-hub__hero{
  min-height: clamp(245px, 32svh, 340px) !important;
  padding: clamp(22px, 3.5vw, 42px) !important;
}

.landing-hub__title{
  font-size: clamp(42px, 5.4vw, 68px) !important;
  line-height: .96 !important;
  margin: 0 0 12px !important;
}

.landing-hub__text{
  max-width: 620px !important;
  margin: 0 0 16px !important;
}

.landing-hub__actions{
  gap: 10px !important;
}

.landing-hub__actions .auth__btn,
.auth__btn{
  min-height: 38px !important;
  padding: 0 18px !important;
}

.landing-hub__grid{
  gap: 12px !important;
  margin-top: 12px !important;
}

.landing-hub__card{
  min-height: 88px !important;
  padding: 16px 18px !important;
  gap: 4px !important;
}

.landing-hub__cardTitle{
  font-size: clamp(18px, 1.5vw, 22px) !important;
}

.landing-hub__cardText{
  display: none !important;
}

.page-hero,
body.is-standard .page-hero{
  min-height: 0 !important;
  padding: 14px 18px !important;
  margin-bottom: 12px !important;
}

.page-hero h1,
body.is-standard .page-hero h1{
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1 !important;
}

.page-hero .doc-p,
.page-hero p{
  max-width: 760px !important;
  margin-top: 8px !important;
}

.section--hero,
.startfront__hero,
.start-clean,
.neo-wiki__hero,
.wiki-ledger__masthead,
.live-minimal__hero,
.neo-help__panel,
.admin-hero,
.account-hero{
  min-height: 0 !important;
  padding: 18px 20px !important;
}

.section--hero h2,
.startfront__title,
.neo-wiki__hero h2,
.wiki-ledger__masthead h2,
.live-minimal__hero h2,
.neo-help__panel h2,
.section--hero h1{
  font-size: clamp(28px, 3.1vw, 44px) !important;
  line-height: 1.02 !important;
  margin-bottom: 8px !important;
}

.startfront__text,
.start-clean .doc-p,
.neo-wiki__hero .doc-p,
.wiki-ledger__masthead .doc-p,
.live-minimal__hero .doc-p,
.neo-help__panel .doc-p,
.section--hero > .doc-p{
  max-width: 760px !important;
  margin: 0 !important;
}

.startfront__media,
.startfront__visual,
.homefront__visual,
.landing-hub__hero::before,
.landing-hub__hero::after,
.page-hero::before,
.page-hero::after,
.startfront__hero::before,
.startfront__hero::after,
.live-minimal__hero::before,
.live-minimal__hero::after,
.neo-wiki__hero::before,
.neo-wiki__hero::after{
  display: none !important;
}

.startfront__steps,
.start-clean__flow,
.status-grid,
.feature-grid,
.rules-choice,
.live-minimal,
.neo-wiki__layout,
.info-faq,
.homefront__grid{
  gap: 12px !important;
}

.startfront__step,
.start-clean__step,
.feature-card,
.status-card,
.info-faq__item,
.rule-card,
.card,
.live-minimal__card,
.neo-wiki__card,
.neo-wiki__fact,
.neo-wiki__section,
.map-panel,
.map-detail,
.map-stat,
.map-filter{
  min-height: 0 !important;
  padding: 14px !important;
  border-radius: 10px !important;
}

.map-stage,
.service-map-shell{
  min-height: min(520px, calc(100svh - 190px)) !important;
}

#serviceMap{
  min-height: 360px !important;
  height: min(520px, calc(100svh - 190px)) !important;
}

@media (max-width: 760px){
  .content,
  body.is-standard .content,
  body.is-wiki .content,
  body.is-map .content,
  body.is-landing .content{
    padding-top: 8px !important;
  }

  .landing-hub__hero,
  body.is-landing .landing-hub__hero{
    min-height: 220px !important;
    padding: 20px !important;
  }

  .landing-hub__grid,
  .rules-choice,
  .status-grid,
  .feature-grid{
    grid-template-columns: 1fr !important;
  }
}

/* Tighter category headers and start page. */
.page-hero,
body.is-standard .page-hero,
body.is-wiki .page-hero,
body.is-map .page-hero{
  display: block !important;
  min-height: 0 !important;
  padding: 8px 2px !important;
  margin: 0 0 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.page-hero__row,
body.is-standard .page-hero__row{
  min-height: 0 !important;
  gap: 8px !important;
}

.page-hero h1,
body.is-standard .page-hero h1,
body.is-wiki .page-hero h1{
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.page-hero p,
.page-hero .doc-p,
.page-hero__text,
.page-hero__meta{
  display: none !important;
}

.startfront__hero{
  display: block !important;
  min-height: 0 !important;
  padding: 16px !important;
}

.startfront__head{
  margin: 0 0 10px !important;
}

.startfront__eyebrow,
.startfront__text{
  display: none !important;
}

.startfront__title{
  font-size: clamp(26px, 3vw, 38px) !important;
  margin: 0 !important;
}

.startfront__actions{
  gap: 8px !important;
  margin: 10px 0 12px !important;
}

.startfront__stepGrid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.startfront__step{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 0 !important;
  padding: 12px !important;
}

.startfront__stepCopy span{
  display: none !important;
}

.startfront__stepCopy strong{
  font-size: 15px !important;
}

.neo-wiki__hero,
.live-minimal__hero,
.neo-help__panel{
  padding: 16px !important;
}

.neo-wiki__hero .doc-p,
.live-minimal__hero .doc-p,
.neo-help__panel > .doc-p{
  display: none !important;
}

@media (max-width: 760px){
  .startfront__stepGrid{
    grid-template-columns: 1fr !important;
  }
}

/* Remove repeated oversized route mastheads. */
.startfront.view,
.content > .startfront.view,
.neo-wiki.view,
.status-page.view,
.neo-help.view{
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  align-content: start !important;
  justify-content: stretch !important;
}

.neo-hero{
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 4px 0 8px !important;
  margin: 0 0 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.neo-hero__top,
.neo-hero__eyebrow,
.neo-kicker{
  display: none !important;
}

.neo-hero__title{
  font-size: clamp(22px, 2.4vw, 32px) !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.neo-hero__subtitle,
.neo-hero__meta,
.neo-hero__copy{
  display: none !important;
}

.neo-wiki__hero,
.live-minimal__hero,
.neo-help__grid,
.rules-document__section{
  margin-top: 0 !important;
}

.rules-document__section{
  padding: 18px !important;
}

/* Home and button density: keep the front page from becoming an empty panel. */
body.is-landing .landing-hub__hero,
.landing-hub__hero{
  min-height: 0 !important;
  padding: 24px 28px !important;
}

.landing-hub__title{
  font-size: clamp(38px, 4.6vw, 58px) !important;
  margin-bottom: 8px !important;
}

.landing-hub__text{
  margin-bottom: 12px !important;
}

.auth__btn,
.landing-hub__actions .auth__btn,
.startfront__actions .auth__btn,
.status-live__actions .auth__btn{
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 16px !important;
}

.neo-help__panel--side{
  display: none !important;
}

.neo-help__grid{
  grid-template-columns: 1fr !important;
}

body.is-wiki :is(
  .neo-wiki__filter,
  .neo-wiki__filter.is-active,
  .neo-wiki__card,
  .neo-wiki__card.is-current,
  .neo-wiki__fact,
  .neo-wiki__rail,
  .neo-wiki__article,
  .neo-wiki__section,
  .wiki-card,
  .wiki-sectionBlock,
  .wiki-fact,
  .wiki-pager__item,
  .stack-list__index
){
  color: rgba(244, 232, 218, .88) !important;
  background-color: rgba(216, 173, 141, .06) !important;
  background-image: none !important;
  border-color: rgba(216, 173, 141, .16) !important;
  outline-color: rgba(216, 173, 141, .16) !important;
  box-shadow: none !important;
}

body.is-wiki :is(.neo-wiki__filter.is-active, .neo-wiki__card.is-current){
  color: #f1d3bd !important;
  background-color: rgba(216, 173, 141, .10) !important;
  border-color: rgba(216, 173, 141, .28) !important;
}

body.is-wiki *{
  border-color: rgba(216, 173, 141, .16) !important;
  outline-color: rgba(216, 173, 141, .16) !important;
  caret-color: rgba(244, 232, 218, .88) !important;
  text-decoration-color: rgba(216, 173, 141, .38) !important;
}

body.is-wiki :is(
  .neo-wiki__cardMeta,
  .neo-wiki__cardMeta *,
  .neo-wiki__cardKicker,
  .neo-wiki__cardKicker *,
  .neo-wiki__tag,
  .neo-wiki__tag *,
  .neo-wiki__meta,
  .neo-wiki__meta *,
  .neo-wiki__sectionNumber,
  .neo-wiki__sectionNumber *,
  .neo-wiki__updateIndex,
  .neo-wiki__updateIndex *,
  .wiki-pager__text,
  .wiki-pager__text *,
  .wiki-pager__label,
  .wiki-pager__label *,
  .stack-list__index
){
  color: rgba(241, 211, 189, .72) !important;
}

body.is-wiki :is(.neo-wiki__fact, .wiki-fact, .neo-wiki__article, .wiki-sectionBlock) span{
  color: rgba(241, 211, 189, .72) !important;
}

body.is-wiki :is(.neo-wiki__sectionIndex, .neo-wiki__updateIndex){
  color: #f1d3bd !important;
  background-color: rgba(216, 173, 141, .10) !important;
  background-image: none !important;
  border-color: rgba(216, 173, 141, .22) !important;
  box-shadow: none !important;
}

.map-toolbar.map-toolbar--overlay,
body.is-map .map-toolbar.map-toolbar--overlay{
  color: rgba(244, 232, 218, .88) !important;
  background:
    linear-gradient(180deg, rgba(18, 14, 13, .92), rgba(9, 8, 8, .94)) !important;
  border-color: rgba(216, 173, 141, .16) !important;
  outline-color: rgba(216, 173, 141, .16) !important;
  box-shadow: none !important;
}

.service-marker__halo,
body.is-map .service-marker__halo{
  background:
    radial-gradient(circle, rgba(216, 173, 141, .26) 0%, rgba(216, 173, 141, 0) 68%) !important;
  box-shadow: none !important;
}

.service-marker__core,
body.is-map .service-marker__core{
  background: #d8ad8d !important;
  border-color: rgba(241, 211, 189, .42) !important;
  box-shadow: 0 0 20px rgba(216, 173, 141, .24) !important;
}

.auth__btn--primary,
body.is-landing .auth__btn--primary,
body.is-standard .auth__btn--primary,
body.is-wiki .auth__btn--primary,
body.is-map .auth__btn--primary,
body.is-apply .auth__btn--primary,
.homefront__actions .auth__btn--primary,
.startfront__actions .auth__btn--primary{
  box-shadow: 0 12px 24px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(241, 211, 189, .12) !important;
}

.card,
body.is-standard .card,
body.is-standard :is(.feature-card, .stack-list__item, .info-faq__item, .rule-card, .card, .rules-legal, .status-card, .status-note),
body.is-map :is(.map-panel, .map-detail, .map-stage-card, .map-stat, .map-filter, .map-tool, .map-toolbar__badge, .map-legend__item, .service-map-shell){
  border-color: rgba(216, 173, 141, .14) !important;
}

.breadcrumb__sep,
body.is-standard .page-hero .breadcrumb__sep{
  color: rgba(216, 173, 141, .42) !important;
  border-color: rgba(216, 173, 141, .18) !important;
  outline-color: rgba(216, 173, 141, .18) !important;
}

.map-toolbar--overlay,
body.is-map .map-toolbar--overlay{
  border-color: rgba(216, 173, 141, .16) !important;
}

.status-note,
.status-note strong,
body.is-standard .status-note,
body.is-standard .status-note strong{
  color: rgba(241, 211, 189, .78) !important;
  border-color: rgba(216, 173, 141, .14) !important;
  outline-color: rgba(216, 173, 141, .14) !important;
}

/* Final warm-neutral sweep for old green theme remnants. */
.topbar,
body.is-landing .topbar,
body.is-standard .topbar,
body.is-wiki .topbar,
body.is-map .topbar,
body.is-apply .topbar{
  background:
    linear-gradient(180deg, rgba(16, 12, 11, .86), rgba(9, 7, 7, .74)) !important;
  border-color: rgba(216, 173, 141, .14) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .34) !important;
}

.card,
.rules-choice .card,
.info-faq__item,
.status-note,
body.is-standard .card,
body.is-standard :is(.card, .info-faq__item, .status-note, .rules-legal, .rule-card, .feature-card, .stack-list__item),
body.is-standard .rules-choice .card{
  color: rgba(244, 232, 218, .86) !important;
  background:
    linear-gradient(180deg, rgba(18, 14, 13, .94), rgba(9, 8, 8, .96)) !important;
  border-color: rgba(216, 173, 141, .14) !important;
}

.info-link,
.neo-step__index,
.map-stat,
.map-stat *,
.map-filter,
.map-filter *,
.map-panel,
.map-panel *,
.map-detail,
.map-detail *,
.map-toolbar,
.map-toolbar *,
.map-legend,
.map-legend *,
.service-marker,
.service-marker *,
.service-map-shell,
.service-map-shell *{
  color: rgba(244, 232, 218, .88) !important;
  border-color: rgba(216, 173, 141, .16) !important;
  outline-color: rgba(216, 173, 141, .16) !important;
  caret-color: rgba(244, 232, 218, .88) !important;
  text-decoration-color: rgba(216, 173, 141, .38) !important;
}

.neo-step,
.neo-step--compact,
.neo-step__index,
.map-stat,
.map-filter,
.map-panel,
.map-detail,
.map-toolbar,
.map-toolbar--overlay,
.map-legend__item,
.map-quick__icon,
.map-legend__icon,
.service-marker__icon,
.map-stage-card__icon{
  background-color: rgba(216, 173, 141, .06) !important;
  background-image: none !important;
  border-color: rgba(216, 173, 141, .16) !important;
  box-shadow: none !important;
}

.map-quick__icon svg,
.map-legend__icon svg,
.service-marker__icon svg,
.map-stage-card__icon svg,
.service-marker__icon *{
  color: #d8ad8d !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}
/* 2026-06-05 actual final pass: warm neutral everywhere, no green carry-over. */
:root{
  --accent: #d8ad8d !important;
  --accent2: #f1d3bd !important;
  --site-green: #d8ad8d !important;
  --site-gold: #d8ad8d !important;
  --site-border-strong: rgba(218, 177, 148, .18) !important;
  --sgcnr-ink: rgba(246, 239, 231, .94);
  --sgcnr-muted: rgba(224, 208, 196, .72);
  --sgcnr-line: rgba(218, 177, 148, .18);
}

a:hover,
.info-link,
.dock__item.is-active,
.section__eyebrow,
.rule__id,
.stack-list__index,
.map-filter__count,
.map-panel__sourceLabel,
.map-stage-card__eyebrow,
.live-minimal__label,
.status-card__label,
.admin-list__meta{
  color: #d8ad8d !important;
  border-color: var(--sgcnr-line) !important;
  text-decoration-color: rgba(218, 177, 148, .42) !important;
}

.auth__btn--primary,
.dock__item.is-active,
.map-filter.is-active,
.map-tool:hover,
.map-tool:focus-visible{
  background: linear-gradient(180deg, rgba(112, 67, 52, .82), rgba(54, 34, 29, .9)) !important;
  border-color: rgba(238, 192, 160, .34) !important;
  color: #fff7ef !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .28) !important;
}

.landing-hub__card::before,
.landing-hub__card::after,
.live-minimal__hero::before,
.live-minimal__hero::after,
.live-minimal__card::before,
.live-minimal__card::after,
.rule-card::after,
.map-panel::before,
.map-stage-card::before{
  display: none !important;
}

.rules-choice .card,
.rules-document__section,
body.is-standard .rule-card,
body.is-standard .rules-legal,
body.is-standard .status-note,
body.is-standard .card{
  background: linear-gradient(180deg, rgba(18, 14, 13, .88), rgba(8, 7, 7, .92)) !important;
  border-color: var(--sgcnr-line) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .26) !important;
  transition: transform .16s ease, border-color .16s ease, background-color .16s ease, box-shadow .16s ease !important;
}

.rules-choice .card:hover,
body.is-standard .rule-card:hover{
  transform: translateY(-1px) !important;
  background: linear-gradient(180deg, rgba(25, 18, 16, .92), rgba(10, 8, 8, .94)) !important;
  border-color: rgba(238, 192, 160, .32) !important;
}

.rules-document__section{
  padding: 20px !important;
}

.rules-document__article + .rules-document__article{
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(218, 177, 148, .12) !important;
}

.rules-document__paragraph,
.rules-document__list,
.rules-document__list li,
.rule-card__body,
.rule-card__section{
  color: var(--sgcnr-muted) !important;
}

body.is-map .content{
  width: min(1540px, calc(100% - 32px)) !important;
  max-width: none !important;
}

body.is-map .section--map{
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.is-map .map-layout{
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr) !important;
  gap: 14px !important;
}

body.is-map .map-panel,
body.is-map .map-stage,
body.is-map .service-map-shell,
body.is-map .map-detail,
body.is-map .map-stage-card,
body.is-map .map-filter,
body.is-map .map-stat,
body.is-map .map-tool,
body.is-map .map-toolbar__badge,
body.is-map .map-legend__item{
  background: linear-gradient(180deg, rgba(17, 13, 12, .88), rgba(7, 7, 7, .92)) !important;
  border-color: var(--sgcnr-line) !important;
  color: var(--sgcnr-ink) !important;
  box-shadow: none !important;
}

body.is-map .map-stage{
  min-height: min(720px, calc(100svh - 150px)) !important;
  padding: 12px !important;
}

body.is-map .service-map-shell{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 238px !important;
  gap: 12px !important;
  min-height: min(700px, calc(100svh - 170px)) !important;
  padding: 12px !important;
}

body.is-map #serviceMap{
  height: min(680px, calc(100svh - 190px)) !important;
  min-height: 560px !important;
}

body.is-map .map-stage__aside{
  gap: 10px !important;
}

body.is-map .map-stage__aside .map-stage-card:nth-child(n+3){
  display: none !important;
}

body.is-map .map-stage-card__body,
body.is-map .map-panel__intro,
body.is-map .map-detail__body,
body.is-map .map-toolbar__hint,
body.is-map .map-panel *{
  color: var(--sgcnr-muted) !important;
}

body.is-map .map-panel__headline,
body.is-map .map-detail__title,
body.is-map .map-stage-card__title,
body.is-map .map-stat__value,
body.is-map .map-filter{
  color: var(--sgcnr-ink) !important;
}

body.is-map .service-marker__core,
body.is-map .custom-map__dot{
  background: #d8ad8d !important;
  border-color: rgba(246, 239, 231, .42) !important;
  box-shadow: 0 0 16px rgba(218, 177, 148, .22) !important;
}

.live-minimal,
.live-minimal *{
  font-family: "Bahnschrift", "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.live-minimal__hero,
.live-minimal__card{
  background: linear-gradient(180deg, rgba(17, 13, 12, .88), rgba(8, 7, 7, .92)) !important;
  border-color: var(--sgcnr-line) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .25) !important;
}

.live-minimal__hero{
  padding: 20px !important;
}

.live-minimal__hero h2{
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.04 !important;
  font-weight: 750 !important;
}

.live-minimal__value{
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  text-transform: none !important;
}

.live-minimal__text,
.live-minimal__meta{
  color: var(--sgcnr-muted) !important;
}

.admin-page .section,
.admin-page .status-card,
.admin-page .admin-list__item{
  background: linear-gradient(180deg, rgba(18, 14, 13, .88), rgba(8, 7, 7, .92)) !important;
  border-color: var(--sgcnr-line) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.admin-metrics{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 980px){
  body.is-map .map-layout,
  body.is-map .service-map-shell{
    grid-template-columns: 1fr !important;
  }

  body.is-map #serviceMap{
    min-height: 440px !important;
  }

  .admin-metrics{
    grid-template-columns: 1fr !important;
  }
}


body.is-map .map-filter.is-active,
body.is-map .map-tool:hover,
body.is-map .map-tool:focus-visible{
  background: linear-gradient(180deg, rgba(112, 67, 52, .84), rgba(54, 34, 29, .9)) !important;
  border-color: rgba(238, 192, 160, .34) !important;
  color: #fff7ef !important;
}
/* Final map sizing: remove the right rail so the map is the main surface. */
body.is-map .service-map-shell{
  grid-template-columns: 1fr !important;
}

body.is-map .map-stage__aside{
  display: none !important;
}

body.is-map #serviceMap{
  min-height: 620px !important;
  height: min(720px, calc(100svh - 170px)) !important;
}
/* Keep Staff hidden until the auth script unlocks it for a permitted Discord account. */
.dock__item[data-dock="staff"][style*="display:none"],
.dock__item[data-dock="staff"][style*="display: none"]{
  display: none !important;
}

/* 2026-06-05 rules/home/live final polish. */
.landing-hub__actions{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.landing-hub__actions .auth__btn{
  width: 156px !important;
  min-width: 156px !important;
  height: 46px !important;
  min-height: 46px !important;
  justify-content: center !important;
}

.landing-hub__support{
  margin: 10px 0 0 !important;
  color: rgba(224, 208, 196, .74) !important;
  font-size: .98rem !important;
}

.landing-hub__support a{
  color: #f1d3bd !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(241, 211, 189, .42) !important;
  text-underline-offset: 4px !important;
}

.rules-picker{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 8px 0 16px !important;
}

.rules-picker__item,
body.is-standard .cards .card{
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 86px !important;
  padding: 16px !important;
  color: rgba(246, 239, 231, .94) !important;
  background: linear-gradient(180deg, rgba(17, 13, 12, .92), rgba(7, 7, 7, .95)) !important;
  background-color: rgba(12, 10, 10, .94) !important;
  background-image: linear-gradient(180deg, rgba(17, 13, 12, .92), rgba(7, 7, 7, .95)) !important;
  border: 1px solid rgba(218, 177, 148, .18) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .24) !important;
  text-decoration: none !important;
  transition: transform .16s ease, border-color .16s ease, background-color .16s ease !important;
}

.rules-picker__item:hover,
.rules-picker__item:focus-visible,
body.is-standard .cards .card:hover,
body.is-standard .cards .card:focus-visible{
  transform: translateY(-1px) !important;
  background: linear-gradient(180deg, rgba(28, 19, 16, .94), rgba(10, 8, 8, .96)) !important;
  border-color: rgba(241, 211, 189, .32) !important;
  outline: none !important;
}

.rules-picker__index{
  display: inline-grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(218, 177, 148, .22) !important;
  border-radius: 7px !important;
  color: #f1d3bd !important;
  background: rgba(112, 67, 52, .22) !important;
  font-weight: 800 !important;
}

.rules-picker__copy{
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
}

.rules-picker__copy strong,
body.is-standard .cards .card .card__title{
  color: rgba(250, 246, 240, .96) !important;
  font-size: 1.08rem !important;
  line-height: 1.1 !important;
}

.rules-picker__copy span{
  color: rgba(224, 208, 196, .72) !important;
  line-height: 1.45 !important;
}

body.is-standard :is(
  .rules-picker__item,
  .rules-picker__item *,
  .cards .card,
  .cards .card *,
  .rules-document__section,
  .rules-document__section *,
  .rules-legal,
  .rules-legal *,
  .rule__id
){
  border-color: rgba(218, 177, 148, .18) !important;
  outline-color: rgba(218, 177, 148, .18) !important;
  text-decoration-color: rgba(218, 177, 148, .38) !important;
}

body.is-standard :is(.cards .card::before, .cards .card::after, .rules-picker__item::before, .rules-picker__item::after){
  display: none !important;
  background: none !important;
}

.rules-document__list li::marker{
  color: #d8ad8d !important;
}

.live-staff{
  margin-top: 14px !important;
  background: linear-gradient(180deg, rgba(17, 13, 12, .88), rgba(8, 7, 7, .92)) !important;
  border-color: rgba(218, 177, 148, .18) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .25) !important;
}

.live-staff__head{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
}

.live-staff__head h2{
  margin: 0 !important;
  font-size: clamp(24px, 2vw, 32px) !important;
}

.live-staff__count{
  min-width: 42px !important;
  height: 34px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 7px !important;
  border: 1px solid rgba(218, 177, 148, .22) !important;
  color: #f1d3bd !important;
  background: rgba(112, 67, 52, .18) !important;
  font-weight: 800 !important;
}

.live-staff__grid{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 12px !important;
}

.live-staff__role{
  padding: 12px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(218, 177, 148, .14) !important;
  background: rgba(8, 7, 7, .48) !important;
}

.live-staff__roleTop{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}

.live-staff__roleTop strong{
  color: rgba(250, 246, 240, .94) !important;
}

.live-staff__roleTop span{
  color: #d8ad8d !important;
  font-weight: 800 !important;
}

.live-staff__members{
  display: grid !important;
  gap: 7px !important;
}

.live-staff__member{
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  color: rgba(224, 208, 196, .78) !important;
}

.live-staff__member img,
.live-staff__avatar{
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(218, 177, 148, .2) !important;
  background: rgba(112, 67, 52, .2) !important;
}

.live-staff__avatar{
  display: inline-grid !important;
  place-items: center !important;
  color: #f1d3bd !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
}

.live-staff__empty,
.live-staff__more{
  color: rgba(224, 208, 196, .62) !important;
  font-size: .9rem !important;
}

@media (max-width: 760px){
  .landing-hub__actions .auth__btn{
    width: 100% !important;
  }

  .rules-picker{
    grid-template-columns: 1fr !important;
  }
}



/* 2026-06-05 final rules line removal and people-first staff list. */
body.is-standard .rules-picker,
body.is-standard .cards{
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.is-standard .rules-picker__item,
body.is-standard .cards .card{
  border: 1px solid rgba(245, 238, 230, .10) !important;
  border-top: 1px solid rgba(245, 238, 230, .10) !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: linear-gradient(180deg, rgba(14, 12, 12, .96), rgba(7, 7, 7, .98)) !important;
  background-color: rgba(9, 8, 8, .96) !important;
}

body.is-standard .rules-picker__item:hover,
body.is-standard .rules-picker__item:focus-visible,
body.is-standard .cards .card:hover,
body.is-standard .cards .card:focus-visible{
  border-color: rgba(245, 238, 230, .18) !important;
  border-top-color: rgba(245, 238, 230, .18) !important;
  background: linear-gradient(180deg, rgba(18, 15, 14, .98), rgba(8, 8, 8, .98)) !important;
}

body.is-standard :is(.rules-picker__item, .rules-picker__item *, .cards .card, .cards .card *)::before,
body.is-standard :is(.rules-picker__item, .rules-picker__item *, .cards .card, .cards .card *)::after{
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.is-standard .rules-picker__index{
  color: rgba(245, 238, 230, .88) !important;
  background: rgba(245, 238, 230, .045) !important;
  border-color: rgba(245, 238, 230, .12) !important;
}

body.is-standard .rules-picker__copy span,
body.is-standard .rules-document__paragraph,
body.is-standard .rules-document__list,
body.is-standard .rules-document__list li{
  color: rgba(224, 214, 204, .76) !important;
}

.live-staff__people{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: 12px !important;
}

.live-staff__person{
  display: grid !important;
  gap: 11px !important;
  padding: 13px !important;
  border: 1px solid rgba(245, 238, 230, .10) !important;
  border-radius: 8px !important;
  background: rgba(8, 7, 7, .54) !important;
  box-shadow: none !important;
}

.live-staff__identity{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.live-staff__identity img,
.live-staff__identity .live-staff__avatar{
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
}

.live-staff__nameBlock{
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
}

.live-staff__nameBlock strong{
  color: rgba(250, 246, 240, .96) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.live-staff__nameBlock span{
  color: rgba(224, 214, 204, .66) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.live-staff__rolePills{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.live-staff__rolePills span,
.live-staff__roleChip{
  border: 1px solid rgba(245, 238, 230, .10) !important;
  border-radius: 999px !important;
  background: rgba(245, 238, 230, .045) !important;
  color: rgba(224, 214, 204, .78) !important;
}

.live-staff__rolePills span{
  padding: 5px 8px !important;
  font-size: .82rem !important;
  line-height: 1 !important;
}

.live-staff__status{
  padding: 5px 8px !important;
  font-size: .82rem !important;
  line-height: 1 !important;
}

.live-staff__status--online,
.live-staff__status--idle{
  border-color: rgba(116, 224, 156, .22) !important;
  background: rgba(116, 224, 156, .10) !important;
  color: rgba(175, 245, 200, .95) !important;
}

.live-staff__status--dnd{
  border-color: rgba(238, 111, 111, .22) !important;
  background: rgba(238, 111, 111, .10) !important;
  color: rgba(255, 190, 190, .95) !important;
}

.live-staff__status--offline{
  border-color: rgba(245, 238, 230, .10) !important;
  background: rgba(245, 238, 230, .045) !important;
  color: rgba(224, 214, 204, .68) !important;
}

.live-staff__rolesSummary{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 13px !important;
}

.live-staff__roleChip{
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 6px 9px !important;
  font-size: .84rem !important;
}

.live-staff__roleChip strong{
  color: rgba(250, 246, 240, .92) !important;
}

.live-staff__manual{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)) !important;
  gap: 12px !important;
}

.live-staff__group{
  display: grid !important;
  align-content: start !important;
  gap: 9px !important;
  padding: 13px !important;
  border: 1px solid rgba(245, 238, 230, .10) !important;
  border-radius: 8px !important;
  background: rgba(8, 7, 7, .48) !important;
}

.live-staff__group h3{
  margin: 0 !important;
  color: rgba(250, 246, 240, .94) !important;
  font-size: .96rem !important;
  line-height: 1.2 !important;
}

.live-staff__manualList{
  display: grid !important;
  gap: 7px !important;
}

.live-staff__manualItem{
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-width: 0 !important;
  padding: 7px 0 !important;
  border-top: 1px solid rgba(245, 238, 230, .07) !important;
}

.live-staff__manualItem:first-child{
  border-top: 0 !important;
}

.live-staff__manualName{
  min-width: 0 !important;
  color: rgba(250, 246, 240, .94) !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}

.live-staff__manualRole{
  flex: 0 1 auto !important;
  color: rgba(224, 214, 204, .68) !important;
  font-size: .86rem !important;
  text-align: right !important;
}

@media (max-width: 640px){
  .live-staff__manual{
    grid-template-columns: 1fr !important;
  }

  .live-staff__manualItem{
    display: grid !important;
    gap: 3px !important;
  }

  .live-staff__manualRole{
    text-align: left !important;
  }
}

/* Absolute final rules picker top-line removal. */
html body.is-standard main.content #rules .rules-picker > .rules-picker__item,
html body.is-standard main.content #rules .cards > .card{
  border-top: 0 !important;
  border-right-color: rgba(245, 238, 230, .10) !important;
  border-bottom-color: rgba(245, 238, 230, .10) !important;
  border-left-color: rgba(245, 238, 230, .10) !important;
  box-shadow: none !important;
}

/* Staff list role-separated layout. */
.live-staff{
  padding: 13px !important;
}

.live-staff__head{
  margin-bottom: 9px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(245, 238, 230, .08) !important;
}

.live-staff__head .section__eyebrow{
  display: none !important;
}

.live-staff__head h2{
  margin: 0 !important;
  font-size: 1.32rem !important;
  letter-spacing: 0 !important;
}

.live-staff__count{
  height: 26px !important;
  min-width: 34px !important;
  border-radius: 6px !important;
  border-color: rgba(245, 238, 230, .12) !important;
  color: rgba(250, 246, 240, .9) !important;
  background: rgba(245, 238, 230, .055) !important;
}

.live-staff__groups{
  display: block !important;
  column-width: 250px !important;
  column-gap: 7px !important;
}

.live-staff__group{
  display: block !important;
  break-inside: avoid !important;
  page-break-inside: avoid !important;
  margin: 0 0 7px !important;
  padding: 8px 9px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(245, 238, 230, .10) !important;
  background: rgba(6, 6, 6, .44) !important;
  box-shadow: none !important;
}

.live-staff__groupHead{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 4px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid rgba(245, 238, 230, .07) !important;
}

.live-staff__groupHead h3{
  margin: 0 !important;
  color: rgba(250, 246, 240, .9) !important;
  font-size: .84rem !important;
  line-height: 1.2 !important;
}

.live-staff__groupHead span{
  flex: 0 0 auto !important;
  min-width: 26px !important;
  padding: 2px 6px !important;
  border-radius: 5px !important;
  color: rgba(224, 214, 204, .72) !important;
  background: rgba(245, 238, 230, .045) !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.live-staff__rows{
  display: grid !important;
  gap: 1px !important;
}

.live-staff__row{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  min-width: 0 !important;
  padding: 3px 0 !important;
}

.live-staff__row + .live-staff__row{
  border-top: 1px solid rgba(245, 238, 230, .045) !important;
}

.live-staff__rowIdentity{
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-width: 0 !important;
}

.live-staff__rowIdentity img,
.live-staff__rowIdentity .live-staff__avatar{
  width: 23px !important;
  height: 23px !important;
  flex: 0 0 23px !important;
}

.live-staff__rowName{
  display: grid !important;
  gap: 1px !important;
  min-width: 0 !important;
}

.live-staff__rowName strong{
  color: rgba(250, 246, 240, .94) !important;
  font-size: .82rem !important;
  line-height: 1.15 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.live-staff__rowName span{
  color: rgba(224, 214, 204, .62) !important;
  font-size: .73rem !important;
  line-height: 1.15 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.live-staff__status{
  flex: 0 0 auto !important;
  padding: 3px 6px !important;
  border-radius: 5px !important;
  font-size: .7rem !important;
}

@media (max-width: 560px){
  .live-staff{
    padding: 13px !important;
  }

  .live-staff__head{
    align-items: flex-start !important;
  }

  .live-staff__groups{
    column-count: 1 !important;
    column-width: auto !important;
  }
}

html body.is-standard main.content #rules .rules-picker::before,
html body.is-standard main.content #rules .rules-picker::after,
html body.is-standard main.content #rules .cards::before,
html body.is-standard main.content #rules .cards::after{
  content: none !important;
  display: none !important;
}

/* Clean Help page categories. */
.help-clean__section{
  padding: 16px !important;
}

.help-clean__grid{
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 10px !important;
}

.help-clean__item{
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px !important;
  border: 1px solid rgba(218, 169, 133, .18) !important;
  border-radius: 7px !important;
  background: linear-gradient(180deg, rgba(13, 11, 10, .72), rgba(7, 7, 7, .76)) !important;
  box-shadow: none !important;
}

.help-clean__item strong{
  color: rgba(250, 246, 240, .94) !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

/* Performance pass for slower devices and mobile browsers. */
html.is-low-power body,
html.is-low-power body::before,
html.is-low-power body::after{
  background-attachment: scroll !important;
}

html.is-low-power .site-fx{
  display: none !important;
}

html.is-low-power .site-brand-backdrop::before{
  filter: none !important;
}

html.is-low-power .topbar,
html.is-low-power .dock,
html.is-low-power .section,
html.is-low-power .landing-hub__hero,
html.is-low-power .landing-hub__card,
html.is-low-power .footer__inner,
html.is-low-power .auth-modal,
html.is-low-power .rules-picker__item,
html.is-low-power .rules-document__section,
html.is-low-power .service-map,
html.is-low-power .map-stage,
html.is-low-power .live-minimal__card,
html.is-low-power .live-staff{
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html.is-low-power .service-map__marker,
html.is-low-power .live-map__marker,
html.is-low-power [data-reveal],
html.is-low-power .view,
html.is-low-power .auth__btn,
html.is-low-power .dock__item,
html.is-low-power .landing-hub__card,
html.is-low-power .rules-picker__item{
  animation: none !important;
  transition: none !important;
}

@media (max-width: 760px), (prefers-reduced-motion: reduce){
  body,
  body::before,
  body::after{
    background-attachment: scroll !important;
  }

  .site-fx{
    display: none !important;
  }

  .site-brand-backdrop::before{
    filter: none !important;
  }

  .topbar,
  .dock,
  .section,
  .landing-hub__hero,
  .landing-hub__card,
  .footer__inner,
  .auth-modal,
  .rules-picker__item,
  .rules-document__section,
  .service-map,
  .map-stage,
  .live-minimal__card,
  .live-staff{
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .service-map__marker,
  .live-map__marker,
  [data-reveal],
  .view,
  .auth__btn,
  .dock__item,
  .landing-hub__card,
  .rules-picker__item{
    animation: none !important;
    transition: none !important;
  }
}

/* Keep all public dock links visible on small screens. */
@media (max-width: 560px){
  .dock,
  body.is-landing .dock,
  body.is-standard .dock,
  body.is-wiki .dock,
  body.is-apply .dock,
  body.is-map .dock{
    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
    gap: 4px !important;
    padding: 8px !important;
    justify-content: center !important;
    overflow-x: visible !important;
  }

  .dock__item{
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 58px !important;
    height: 42px !important;
    padding: 0 4px !important;
  }

  .dock__icon{
    display: none !important;
  }

  .dock__label{
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 9px !important;
  }
}

@media (max-width: 380px){
  .dock,
  body.is-landing .dock,
  body.is-standard .dock,
  body.is-wiki .dock,
  body.is-apply .dock,
  body.is-map .dock{
    gap: 3px !important;
    padding: 7px !important;
  }

  .dock__item{
    height: 40px !important;
    padding: 0 2px !important;
  }

  .dock__label{
    font-size: 8px !important;
  }
}








