html, body.empire-go-racp, body.empire {
  margin: 0;
  min-height: 100%;
  background: #000;
}

/* Storage is server-paginated; it must not retain the old scroll viewport. */
body.empire-go-racp .account-storage-list {
  max-height: none;
  overflow-y: visible;
  padding-right: 0;
}

/* Route-specific visual refinement: Información — editorial, legible and overflow-safe. */
body.empire-go-racp:has(.bro-info-hero) .bro-info-hero {
  isolation: isolate;
  padding: clamp(10rem, 13vw, 13.5rem) 0 clamp(4rem, 6vw, 6.5rem);
  overflow: clip;
  background:
    radial-gradient(circle at 78% 34%, rgba(230, 169, 62, .2), transparent 28rem),
    linear-gradient(102deg, rgba(8, 10, 15, .98) 0%, rgba(10, 13, 19, .9) 53%, rgba(7, 9, 13, .7) 100%),
    url("/themes/empire/static/img/bg-splash.webp") center 42% / cover;
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -8rem;
  bottom: -11rem;
  width: 36rem;
  height: 36rem;
  border: 1px solid rgba(255, 193, 76, .19);
  border-radius: 50%;
  box-shadow: 0 0 0 3.5rem rgba(255, 193, 76, .035), 0 0 0 7rem rgba(255, 193, 76, .02);
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-hero-grid,
body.empire-go-racp:has(.bro-info-hero) .bro-info-grid,
body.empire-go-racp:has(.bro-info-hero) .bro-feature-grid,
body.empire-go-racp:has(.bro-info-hero) .bro-rules-grid,
body.empire-go-racp:has(.bro-info-hero) .bro-two-col,
body.empire-go-racp:has(.bro-info-hero) .bro-cta-panel {
  min-width: 0;
}

/* Give the long hero heading enough inline room without encroaching on its summary card. */
body.empire-go-racp:has(.bro-info-hero) .bro-info-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-summary {
  gap: .7rem;
  padding: .7rem;
  border-color: rgba(244, 188, 75, .42);
  border-radius: 1.1rem;
  background: linear-gradient(145deg, rgba(31, 29, 26, .94), rgba(12, 14, 19, .9));
}

/* Keep the long information heading inside its own grid column. */
body.empire-go-racp:has(.bro-info-hero) .bro-info-hero h1 {
  max-width: 31rem;
  font-size: clamp(2.35rem, 3.35vw, 3.75rem);
  overflow-wrap: normal;
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-summary div {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 7.1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, .075);
  background: linear-gradient(135deg, rgba(255,255,255,.085), rgba(255,255,255,.025));
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-summary strong,
body.empire-go-racp:has(.bro-info-hero) .bro-info-card li strong {
  overflow-wrap: anywhere;
  color: #f4c567;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.22;
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-page {
  padding-block: clamp(4rem, 7vw, 7rem);
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-alt {
  background:
    linear-gradient(90deg, rgba(14, 16, 22, .97), rgba(18, 18, 19, .9)),
    url("/themes/empire/static/img/bg-rankings.webp") center / cover fixed;
}

body.empire-go-racp:has(.bro-info-hero) .bro-section-head {
  max-width: 46rem;
  margin-bottom: 2.25rem;
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-card,
body.empire-go-racp:has(.bro-info-hero) .bro-feature-card,
body.empire-go-racp:has(.bro-info-hero) .bro-rule-card {
  min-width: 0;
  border-color: rgba(255, 190, 69, .25);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(28, 27, 24, .97), rgba(10, 12, 16, .94));
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-card {
  min-height: 0;
  padding: 1.6rem;
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-card li {
  align-items: start;
  min-width: 0;
  padding: .72rem 0;
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-card li span {
  min-width: 0;
  padding-right: .75rem;
  overflow-wrap: anywhere;
}

body.empire-go-racp:has(.bro-info-hero) .bro-info-card li strong {
  flex: 0 1 55%;
  text-align: right;
}

body.empire-go-racp:has(.bro-info-hero) .bro-timeline {
  overflow: hidden;
  border-radius: 1rem;
}

body.empire-go-racp:has(.bro-info-hero) .bro-timeline > div {
  min-width: 0;
}

/* Route-specific visual refinement: Descargas — a focused technical launchpad. */
body.empire-go-racp:has(.bro-download-hero) .bro-download-hero {
  isolation: isolate;
  overflow: clip;
  padding: clamp(10rem, 13vw, 13.5rem) 0 clamp(4rem, 6vw, 6.5rem);
  background:
    radial-gradient(circle at 83% 22%, rgba(255, 178, 40, .24), transparent 20rem),
    radial-gradient(circle at 65% 87%, rgba(128, 52, 21, .24), transparent 28rem),
    linear-gradient(110deg, rgba(7, 10, 16, .98) 0%, rgba(10, 14, 20, .9) 56%, rgba(18, 14, 11, .72)),
    url("/themes/empire/static/img/bg-rankings.webp") center 35% / cover;
}

body.empire-go-racp:has(.bro-download-hero) .bro-download-hero::before {
  content: "CLIENTE OFICIAL";
  position: absolute;
  z-index: -1;
  right: max(2rem, calc((100vw - 1120px) / 2));
  bottom: 1rem;
  color: rgba(255, 202, 104, .09);
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: clamp(4.2rem, 13vw, 11rem);
  line-height: .75;
  letter-spacing: .03em;
  white-space: nowrap;
}

body.empire-go-racp:has(.bro-download-hero) .bro-download-hero-grid,
body.empire-go-racp:has(.bro-download-hero) .bro-download-card,
body.empire-go-racp:has(.bro-download-hero) .bro-mirror-grid {
  min-width: 0;
}

body.empire-go-racp:has(.bro-download-hero) .bro-download-panel,
body.empire-go-racp:has(.bro-download-hero) .bro-download-card,
body.empire-go-racp:has(.bro-download-hero) .bro-mirror-card,
body.empire-go-racp:has(.bro-download-hero) .bro-install-steps {
  border-color: rgba(246, 181, 61, .3);
  border-radius: 1rem;
  background: linear-gradient(150deg, rgba(25, 29, 35, .96), rgba(9, 11, 15, .98));
}

body.empire-go-racp:has(.bro-download-hero) .bro-download-panel li {
  min-width: 0;
  align-items: start;
  border: 1px solid rgba(255,255,255,.065);
  background: rgba(255,255,255,.045);
}

body.empire-go-racp:has(.bro-download-hero) .bro-download-panel li > * {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.empire-go-racp:has(.bro-download-hero) .bro-download-card {
  position: relative;
  overflow: hidden;
}

body.empire-go-racp:has(.bro-download-hero) .bro-download-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 206, 112, .08);
  border-radius: inherit;
}

body.empire-go-racp:has(.bro-download-hero) .bro-download-card p,
body.empire-go-racp:has(.bro-download-hero) .bro-download-card a,
body.empire-go-racp:has(.bro-download-hero) .bro-mirror-card,
body.empire-go-racp:has(.bro-download-hero) .bro-install-steps {
  overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
  body.empire-go-racp:has(.bro-info-hero) .bro-info-hero,
  body.empire-go-racp:has(.bro-download-hero) .bro-download-hero {
    padding-top: 9.25rem;
  }

  body.empire-go-racp:has(.bro-info-hero) .bro-info-summary strong,
  body.empire-go-racp:has(.bro-info-hero) .bro-info-card li strong {
    text-align: left;
  }

  body.empire-go-racp:has(.bro-info-hero) .bro-info-card li {
    display: grid;
    gap: .25rem;
  }

  body.empire-go-racp:has(.bro-download-hero) .bro-download-hero::before {
    right: -1rem;
    bottom: .75rem;
  }
}

body.empire-go-racp main {
  display: block;
  width: 100%;
  min-height: 100vh;
}

body.empire-go-racp a {
  text-decoration: none;
}

body.empire-go-racp #empire-nav,
body.empire-go-racp #empire-nav-bg {
  z-index: 2000;
}

body.empire-go-racp .toast-container {
  z-index: 2050;
}

body.empire-go-racp .empire-flux {
  position: relative;
  z-index: 5;
}

body.empire-go-racp #flux-box {
  width: 100%;
}

body.empire-go-racp main {
  color: #f5f5f5;
}

body.empire-go-racp input,
body.empire-go-racp button,
body.empire-go-racp select,
body.empire-go-racp textarea {
  font: inherit;
}

body.empire-go-racp #login-form input.form-control {
  color: #fff;
}

body.empire-go-racp #login-form input.form-control:focus {
  color: #fff;
  border-color: #ffa500;
  box-shadow: 0 0 0 .25rem rgba(255, 165, 0, .25);
}

body.empire-go-racp .field-error,
body.empire-go-racp .text-red-700 {
  color: #ff8080 !important;
}

body.empire-go-racp .bg-bento,
body.empire-go-racp .bg-surface {
  background: rgba(0, 0, 0, .72) !important;
  border-color: rgba(255, 165, 0, .25) !important;
}

body.empire-go-racp .min-h-body {
  min-height: auto !important;
}

body.empire-go-racp #empire-news .scn-content-box,
body.empire-go-racp #rank-pvpladder,
body.empire-go-racp #gotm-box,
body.empire-go-racp .dl-details {
  backdrop-filter: none;
}

body.empire-go-racp #downloads-extra {
  margin-top: 0;
}

body.empire-go-racp #dl-buttons .btn-dl {
  color: transparent !important;
  overflow: hidden;
}

body.empire-go-racp #foot-rendertext {
  display: none;
}

body.empire-go-racp #empire-nav .navbar-brand img {
  width: 13.5rem;
  max-height: 6.2rem;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.65));
}

body.empire-go-racp #empire-nav .empire-main-menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: .35rem;
}

body.empire-go-racp #empire-nav .empire-main-menu > .nav-item > .nav-link {
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 1.22rem;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

body.empire-go-racp #empireNaviBar {
  min-width: 0;
}

body.empire-go-racp #empire-splash-logo {
  text-align: center;
}

body.empire-go-racp #empire-splash-logo img {
  width: 15.5rem;
  max-width: calc(100% + 2rem);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.7));
}

body.empire-go-racp #empire-news {
  position: relative;
  z-index: 6;
  display: block;
  clear: both;
  min-height: 30rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

body.empire-go-racp #empire-news .section-title {
  margin-bottom: 1rem;
}

body.empire-go-racp #rank-pvpladder .pvpladder-row {
  min-height: 2.45rem;
}

body.empire-go-racp #rank-pvpladder .pvpladder-ign,
body.empire-go-racp #rank-pvpladder .pvpladder-job {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.empire-go-racp #rank-pvpladder .pvpladder-job {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.empire-go-racp #rank-pvpladder .pvpladder-job img {
  width: 1.75rem;
  height: 1.75rem;
  image-rendering: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,.55));
}

body.empire-go-racp .staff-placeholder {
  padding-top: 12rem;
  padding-bottom: 5rem;
}

body.empire-go-racp .empire-nav-more {
  position: relative;
}

body.empire-go-racp .empire-nav-more .dropdown-menu {
  display: none;
  min-width: 14rem;
  padding: .45rem 0;
  margin-top: .1rem;
  border: 1px solid rgba(255, 166, 0, .38);
  background: rgba(10, 10, 10, .96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .45);
}

body.empire-go-racp .empire-nav-more:hover .dropdown-menu,
body.empire-go-racp .empire-nav-more:focus-within .dropdown-menu {
  display: block;
}

body.empire-go-racp .empire-nav-more .dropdown-item {
  display: block;
  padding: .65rem 1rem;
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
}

body.empire-go-racp .empire-nav-more .dropdown-item:hover {
  color: #ffb126;
  background: rgba(255, 177, 38, .08);
}

body.empire-go-racp #info-page {
  padding-top: 12rem;
}

body.empire-go-racp #info-extra {
  position: relative;
  z-index: 4;
}

body.empire-go-racp #info-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem;
  margin-bottom: 2rem;
}

body.empire-go-racp #info-btns a {
  color: #171009;
}

body.empire-go-racp .info-boxd {
  min-height: 22rem;
  padding: 2rem 0;
  scroll-margin-top: 11rem;
}

body.empire-go-racp .empire-info-table {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: .35rem;
}

body.empire-go-racp .empire-info-table th,
body.empire-go-racp .empire-info-table td {
  padding: .85rem 1rem;
  border-color: rgba(255,255,255,.08);
}

body.empire-go-racp .info-renders img,
body.empire-go-racp #info-render-1 img {
  max-width: 100%;
  filter: drop-shadow(0 24px 28px rgba(0,0,0,.55));
}

@media (max-width: 991.98px) {
  body.empire-go-racp #empire-nav .navbar-collapse {
    background: rgba(0,0,0,.92);
    padding: 1rem;
    border: 1px solid rgba(255,165,0,.18);
  }

  body.empire-go-racp .empire-nav-more .dropdown-menu {
    position: static;
    display: block;
    margin: .25rem 0 .75rem;
  }

  body.empire-go-racp #info-page {
    padding-top: 8rem;
  }

  body.empire-go-racp #empire-nav .navbar-brand img {
    width: 9.5rem;
    max-height: 4.8rem;
  }

  body.empire-go-racp #empire-splash-logo img {
    width: 12rem;
  }
}

/* Final global footer override: archive finish on every Empire route. */
body.empire-go-racp #empire-footer {
  position: relative !important;
  isolation: isolate;
  margin-top: 0 !important;
  padding: 2.5rem 0 2.25rem !important;
  overflow: hidden;
  background: radial-gradient(circle at 12% 0%, rgba(255, 194, 77, .11), transparent 20rem), repeating-linear-gradient(130deg, rgba(255, 235, 181, .025) 0 1px, transparent 1px 7px), linear-gradient(180deg, rgba(21, 16, 9, .98), rgba(5, 5, 4, .99)) !important;
  border-top: 1px solid rgba(255, 190, 65, .3) !important;
}
body.empire-go-racp #empire-footer::before { content: ""; position: absolute; z-index: -1; top: 10px; left: max(1rem, calc((100% - 70rem) / 2)); right: max(1rem, calc((100% - 70rem) / 2)); height: 3px; background: linear-gradient(90deg, transparent, rgba(255, 190, 65, .88) 18%, #ffe1a0 50%, rgba(255, 190, 65, .88) 82%, transparent); box-shadow: 0 5px 0 -2px rgba(255, 190, 65, .22), 0 0 20px rgba(255, 190, 65, .22); }
body.empire-go-racp #empire-footer .container > .row > .col { display: grid; grid-template-columns: minmax(9rem, 1fr) auto minmax(9rem, 1fr); align-items: center; gap: 1rem; }
body.empire-go-racp #foot-left { grid-column: 1; justify-self: start; }
body.empire-go-racp #foot-center { display: contents; }
body.empire-go-racp #empire-footer .navbar-brand-foot img { width: min(11.5rem, 32vw) !important; filter: drop-shadow(0 5px 13px rgba(0, 0, 0, .42)); }
body.empire-go-racp #foot-copytext { grid-column: 2; margin: 0 !important; color: rgba(255, 242, 211, .72) !important; font-size: .72rem !important; text-align: center; }
body.empire-go-racp #foot-menu-icons { grid-column: 3; justify-self: end; margin: 0 !important; padding: 0 !important; }
body.empire-go-racp #empire-footer .btn-footer { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255, 190, 65, .48); border-radius: 50%; color: #f8dfaa; background: rgba(255, 190, 65, .08); }
body.empire-go-racp #empire-footer .btn-footer:focus-visible { outline: 3px solid #ffe09a; outline-offset: 4px; }
@media (max-width: 575.98px) { body.empire-go-racp #empire-footer { padding: 2.1rem 1rem 2rem !important; } body.empire-go-racp #empire-footer .container > .row > .col { display: flex; flex-direction: column; gap: 1rem; text-align: center; } body.empire-go-racp #foot-center { display: flex; flex-direction: column; align-items: center; gap: .8rem; } body.empire-go-racp #empire-footer .navbar-brand-foot img { width: min(10.5rem, 52vw) !important; } }

@media (min-width: 992px) {
  body.empire-go-racp #empireNaviBar.collapse,
  body.empire-go-racp #empireNaviBar.navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
  }

  body.empire-go-racp #empire-nav .container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 86rem;
  }

  body.empire-go-racp #empire-nav .navbar-brand {
    flex: 0 0 10.5rem;
    margin-right: 1.15rem;
  }

body.empire-go-racp #empire-nav .navbar-brand img {
    width: 10.5rem;
    max-height: 5rem;
  }
}

/* Global Empire footer: extend the home archive finish to every route. */
body.empire-go-racp #empire-footer {
  position: relative !important;
  isolation: isolate;
  margin-top: 0 !important;
  padding: 2.5rem 0 2.25rem !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 194, 77, .11), transparent 20rem),
    repeating-linear-gradient(130deg, rgba(255, 235, 181, .025) 0 1px, transparent 1px 7px),
    linear-gradient(180deg, rgba(21, 16, 9, .98), rgba(5, 5, 4, .99)) !important;
  border-top: 1px solid rgba(255, 190, 65, .3) !important;
  box-shadow: inset 0 1px 0 rgba(255, 243, 205, .07), inset 0 24px 50px rgba(0, 0, 0, .24) !important;
}

body.empire-go-racp #empire-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: max(1rem, calc((100% - 70rem) / 2));
  right: max(1rem, calc((100% - 70rem) / 2));
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 190, 65, .88) 18%, #ffe1a0 50%, rgba(255, 190, 65, .88) 82%, transparent);
  box-shadow: 0 5px 0 -2px rgba(255, 190, 65, .22), 0 0 20px rgba(255, 190, 65, .22);
}

body.empire-go-racp #empire-footer .container > .row > .col {
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) auto minmax(9rem, 1fr);
  align-items: center;
  gap: 1rem;
}

body.empire-go-racp #foot-left { grid-column: 1; justify-self: start; }
body.empire-go-racp #empire-footer .navbar-brand-foot { display: inline-flex; align-items: center; }
body.empire-go-racp #empire-footer .navbar-brand-foot img { width: min(11.5rem, 32vw) !important; filter: drop-shadow(0 5px 13px rgba(0, 0, 0, .42)); }
body.empire-go-racp #foot-center { display: contents; }
body.empire-go-racp #foot-copytext { grid-column: 2; margin: 0 !important; color: rgba(255, 242, 211, .72) !important; font-size: .72rem !important; text-align: center; }
body.empire-go-racp #foot-menu-icons { grid-column: 3; justify-self: end; margin: 0 !important; padding: 0 !important; }
body.empire-go-racp #empire-footer .btn-footer { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255, 190, 65, .48); border-radius: 50%; color: #f8dfaa; background: rgba(255, 190, 65, .08); transition: background .2s ease, color .2s ease, transform .2s ease; }
body.empire-go-racp #empire-footer .btn-footer:hover { color: #fff8e7; background: linear-gradient(145deg, rgba(255, 220, 139, .34), rgba(133, 71, 20, .88)); transform: translateY(-2px); }
body.empire-go-racp #empire-footer .btn-footer:focus-visible { outline: 3px solid #ffe09a; outline-offset: 4px; }
body.empire-go-racp #empire-footer .btn-footer > div { font-size: 1.2rem; }

@media (max-width: 575.98px) {
  body.empire-go-racp #empire-footer { padding: 2.1rem 1rem 2rem !important; }
  body.empire-go-racp #empire-footer .container > .row > .col { display: flex; flex-direction: column; gap: 1rem; text-align: center; }
  body.empire-go-racp #foot-left, body.empire-go-racp #foot-menu-icons { justify-self: auto; }
  body.empire-go-racp #foot-center { display: flex; flex-direction: column; align-items: center; gap: .8rem; }
  body.empire-go-racp #empire-footer .navbar-brand-foot img { width: min(10.5rem, 52vw) !important; }
}

@media (prefers-reduced-motion: reduce) {
  body.empire-go-racp #empire-footer .btn-footer { transition: none; }
}

html,
body.empire-go-racp {
  overflow-x: hidden;
}

body.empire-go-racp #empire-news {
  min-height: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

body.empire-go-racp #empire-news-bg {
  min-height: 22rem;
}

body.empire-go-racp #news-content,
body.empire-go-racp #news-list-box,
body.empire-go-racp #news-list {
  position: relative;
  z-index: 2;
}

body.empire-go-racp #news-list:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}

body.empire-go-racp #news-list:not(.slick-initialized) .scn-content {
  display: block;
  max-width: 24rem;
}

body.empire-go-racp #twitch-box {
  overflow: hidden;
}

body.empire-go-racp #twitch-box-in.empire-streamer-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 20rem;
  overflow: hidden;
}

body.empire-go-racp #twitch-box-in.empire-streamer-visual img {
  max-width: 92%;
  max-height: 21rem;
  object-fit: contain;
}

body.empire-go-racp #empire-footer {
  min-height: 0;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

body.empire-go-racp #empire-footer .navbar-brand-foot img {
  width: min(22rem, 72vw);
  height: auto;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  body.empire-go-racp,
  body.empire-go-racp main,
  body.empire-go-racp .empire-sections,
  body.empire-go-racp #empire-streamer,
  body.empire-go-racp #empire-rankings,
  body.empire-go-racp #empire-footer {
    width: 100%;
    max-width: 100vw;
  }

  body.empire-go-racp #empire-news {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  body.empire-go-racp #empire-news-bg {
    min-height: 16rem;
  }

  body.empire-go-racp #twitch-box {
    display: none;
  }

  body.empire-go-racp #empire-streamer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  body.empire-go-racp .streamer-info {
    position: relative;
    z-index: 2;
  }

  body.empire-go-racp #streamer-btns {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  body.empire-go-racp #rankings-content {
    margin-left: 0;
    margin-right: 0;
  }

  body.empire-go-racp #rankings-guild,
  body.empire-go-racp #rankings-pvp {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  body.empire-go-racp #rankings-render-box-2 {
    right: -8rem;
    max-width: 70vw;
    overflow: hidden;
  }

  body.empire-go-racp #empire-footer {
    margin-top: 0;
    padding-top: 3rem;
  }

  body.empire-go-racp #empire-footer .navbar-brand-foot img {
    width: min(16rem, 62vw);
  }
}

body.empire-go-racp #empire-nav .navbar-brand {
  display: flex;
  align-items: center;
}

body.empire-go-racp #empire-nav .navbar-brand img {
  width: 12.25rem;
  max-height: 5.7rem;
}

body.empire-go-racp #empire-account-box {
  padding-top: 1.35rem;
}

body.empire-go-racp #empire-splash-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: .45rem;
}

body.empire-go-racp #empire-splash-logo img {
  width: 18rem;
  max-width: 92%;
  max-height: 6.5rem;
}

body.empire-go-racp #empire-news {
  min-height: 25rem;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

body.empire-go-racp #empire-news .section-title {
  text-align: center;
  margin-bottom: .75rem;
}

body.empire-go-racp #news-list-box {
  margin-top: 1rem;
}

body.empire-go-racp #news-list .slick-list {
  min-height: 21rem;
}

@media (min-width: 992px) {
  body.empire-go-racp #empire-nav .navbar-brand {
    flex-basis: 12.25rem;
    margin-right: 1rem;
  }

  body.empire-go-racp #empire-nav .empire-main-menu > .nav-item > .nav-link {
    font-size: 1.14rem;
  }
}

@media (max-width: 991.98px) {
  body.empire-go-racp #empire-nav .navbar-brand img {
    width: 11.25rem;
    max-height: 5.25rem;
  }

  body.empire-go-racp #empire-account-box {
    padding-top: 1.1rem;
  }

  body.empire-go-racp #empire-splash-logo img {
    width: 14.25rem;
    max-width: 88%;
    max-height: 5.4rem;
  }

  body.empire-go-racp #empire-news {
    min-height: 18rem;
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
  }

  body.empire-go-racp #news-list .slick-list {
    min-height: 16rem;
  }
}

body.empire-go-racp #empire-nav .navbar-brand img,
body.empire-go-racp #empire-splash-logo img {
  content: url("/themes/empire/static/img/bro-logo-tight.png");
}

body.empire-go-racp #empire-nav .navbar-brand img {
  width: 8.35rem;
  max-height: none;
}

body.empire-go-racp #empire-splash-logo img {
  width: 10.25rem;
  max-width: 72%;
  max-height: none;
}

@media (min-width: 992px) {
  body.empire-go-racp #empire-nav .navbar-brand {
    flex-basis: 8.75rem;
  }
}

@media (max-width: 991.98px) {
  body.empire-go-racp #empire-nav .navbar-brand img {
    width: 7.6rem;
    max-height: none;
  }

  body.empire-go-racp #empire-splash-logo img {
    width: 9rem;
    max-width: 70%;
    max-height: none;
  }
}

body.empire-go-racp #empire-news {
  min-height: 19rem;
  height: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}

body.empire-go-racp #empire-news-bg {
  min-height: 14rem;
  opacity: .62;
}

body.empire-go-racp #news-list-box {
  margin-top: .5rem;
}

body.empire-go-racp #news-list,
body.empire-go-racp #news-list .slick-list {
  min-height: 16rem;
}

body.empire-go-racp #news-list .scn-content,
body.empire-go-racp #news-list .scn-content-box {
  max-height: 16rem;
}

body.empire-go-racp #empire-splash-render {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  width: 50% !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100% !important;
  overflow: hidden;
  transform: none !important;
  pointer-events: none;
}

body.empire-go-racp #empire-splash-render img {
  height: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  object-fit: contain !important;
  object-position: left bottom !important;
  transform: none !important;
}

@media (min-width: 576px) {
  body.empire-go-racp #empire-splash-text {
    margin-left: 50% !important;
  }
}

@media (max-width: 991.98px) {
  body.empire-go-racp #empire-news {
    min-height: 15rem;
    padding-top: .75rem;
    padding-bottom: 1rem;
  }

  body.empire-go-racp #empire-news-bg {
    min-height: 11rem;
  }

  body.empire-go-racp #news-list,
  body.empire-go-racp #news-list .slick-list {
    min-height: 14rem;
  }
}

body.empire-go-racp main > .grid,
body.empire-go-racp main > .mx-auto {
  position: relative;
  z-index: 6;
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto 4.5rem;
  padding-top: 11rem;
}

body.empire-go-racp main > .grid {
  align-items: stretch;
}

body.empire-go-racp main > .grid > .animate-fade-up,
body.empire-go-racp main > .mx-auto {
  min-width: 0;
}

body.empire-go-racp main > .grid > .animate-fade-up > .bg-bento,
body.empire-go-racp main > .grid > .animate-fade-up > .rounded-2xl.border.border-border,
body.empire-go-racp main > .mx-auto > .bg-bento,
body.empire-go-racp main > .mx-auto > .rounded-2xl.border.border-border,
body.empire-go-racp #splash-account {
  border: 1px solid rgba(255, 186, 64, .22) !important;
  background: linear-gradient(180deg, rgba(18, 16, 14, .94), rgba(6, 6, 6, .88)) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .50), inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(10px);
}

body.empire-go-racp main > .grid h1,
body.empire-go-racp main > .grid h2,
body.empire-go-racp main > .mx-auto h1,
body.empire-go-racp main > .mx-auto h2 {
  color: #fff !important;
  font-family: "Odibee Sans", Impact, sans-serif;
  letter-spacing: 0;
}

body.empire-go-racp main > .grid p,
body.empire-go-racp main > .mx-auto p {
  color: #d6cfbf !important;
}

body.empire-go-racp main > .grid label,
body.empire-go-racp main > .mx-auto label {
  color: #f7efe0 !important;
}

body.empire-go-racp main > .grid input,
body.empire-go-racp main > .grid select,
body.empire-go-racp main > .grid textarea,
body.empire-go-racp main > .mx-auto input,
body.empire-go-racp main > .mx-auto select,
body.empire-go-racp main > .mx-auto textarea,
body.empire-go-racp #splash-account .form-control {
  min-height: 46px;
  border: 1px solid rgba(255, 183, 65, .22) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .06) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

body.empire-go-racp main > .grid input::placeholder,
body.empire-go-racp main > .grid textarea::placeholder,
body.empire-go-racp main > .mx-auto input::placeholder,
body.empire-go-racp main > .mx-auto textarea::placeholder,
body.empire-go-racp #splash-account .form-control::placeholder {
  color: rgba(255, 255, 255, .52) !important;
}

body.empire-go-racp main > .grid input:focus,
body.empire-go-racp main > .grid select:focus,
body.empire-go-racp main > .grid textarea:focus,
body.empire-go-racp main > .mx-auto input:focus,
body.empire-go-racp main > .mx-auto select:focus,
body.empire-go-racp main > .mx-auto textarea:focus,
body.empire-go-racp #splash-account .form-control:focus {
  border-color: #ffbf42 !important;
  box-shadow: 0 0 0 3px rgba(255, 191, 66, .16) !important;
}

body.empire-go-racp main > .grid .border-slate-300,
body.empire-go-racp main > .mx-auto .border-slate-300,
body.empire-go-racp #splash-account .border-slate-300 {
  border-color: rgba(255, 183, 65, .22) !important;
}

body.empire-go-racp main > .grid .bg-white,
body.empire-go-racp main > .mx-auto .bg-white,
body.empire-go-racp #splash-account .bg-white {
  background: rgba(255, 255, 255, .06) !important;
}

body.empire-go-racp main > .grid .text-slate-900,
body.empire-go-racp main > .mx-auto .text-slate-900,
body.empire-go-racp #splash-account .text-slate-900 {
  color: #f8f2e6 !important;
}

body.empire-go-racp main > .grid .text-slate-400,
body.empire-go-racp main > .mx-auto .text-slate-400,
body.empire-go-racp #splash-account .text-slate-400 {
  color: rgba(255, 255, 255, .55) !important;
}

body.empire-go-racp main > .grid .text-slate-500,
body.empire-go-racp main > .mx-auto .text-slate-500,
body.empire-go-racp #splash-account .text-slate-500 {
  color: rgba(255, 255, 255, .44) !important;
}

body.empire-go-racp main > .grid .bg-indigo-600,
body.empire-go-racp main > .grid .bg-indigo-500,
body.empire-go-racp main > .grid .bg-indigo-700,
body.empire-go-racp main > .mx-auto .bg-indigo-600,
body.empire-go-racp main > .mx-auto .bg-indigo-500,
body.empire-go-racp main > .mx-auto .bg-indigo-700,
body.empire-go-racp #splash-login-btn,
body.empire-go-racp #splash-account .splash-btns-primary,
body.empire-go-racp #splash-account .splash-btns-secondary {
  border: 0 !important;
  border-radius: 999px !important;
  min-height: 48px;
  color: #1b1104 !important;
  background: linear-gradient(180deg, #ffd45f, #f0a01a) !important;
  box-shadow: 0 12px 26px rgba(240, 160, 26, .28);
}

body.empire-go-racp main > .grid .bg-indigo-600:hover,
body.empire-go-racp main > .grid .bg-indigo-500:hover,
body.empire-go-racp main > .grid .bg-indigo-700:hover,
body.empire-go-racp main > .mx-auto .bg-indigo-600:hover,
body.empire-go-racp main > .mx-auto .bg-indigo-500:hover,
body.empire-go-racp main > .mx-auto .bg-indigo-700:hover,
body.empire-go-racp #splash-login-btn:hover,
body.empire-go-racp #splash-account .splash-btns-primary:hover,
body.empire-go-racp #splash-account .splash-btns-secondary:hover {
  filter: brightness(1.04);
}

body.empire-go-racp #splash-account {
  width: min(27rem, 100%);
  padding: 1.35rem 1.35rem 1.15rem;
  border-radius: 1rem;
}

body.empire-go-racp #splash-account #login-box-title {
  margin-bottom: .95rem;
}

body.empire-go-racp #splash-account .splash-account-state {
  display: flex;
  flex-direction: column;
  gap: .9rem;
}

body.empire-go-racp #splash-account .splash-account-eyebrow {
  color: #ffbf42;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

body.empire-go-racp #splash-account .splash-account-user {
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 2rem;
  line-height: .95;
  letter-spacing: 0;
  word-break: break-word;
}

body.empire-go-racp #splash-account .splash-account-copy {
  margin: 0;
  color: #d6cfbf;
  font-size: .94rem;
  line-height: 1.55;
}

body.empire-go-racp #splash-account .splash-account-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem;
}

body.empire-go-racp #splash-account .splash-account-actions form {
  display: contents;
}

body.empire-go-racp #splash-account .splash-account-actions .btn {
  width: 100%;
}

body.empire-go-racp #splash-account .splash-btns-secondary {
  color: #fff !important;
  background: linear-gradient(180deg, rgba(35, 35, 40, .95), rgba(15, 15, 16, .95)) !important;
  border: 1px solid rgba(255, 183, 65, .18) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 10px 20px rgba(0, 0, 0, .25);
}

body.empire-go-racp #splash-links {
  color: rgba(255, 255, 255, .68);
}

body.empire-go-racp #splash-links .link-div {
  color: rgba(255, 191, 66, .72);
}

body.empire-go-racp #splash-links a {
  color: #ffbf42 !important;
}

body.empire-go-racp #splash-login-btn {
  width: 100%;
}

body.empire-go-racp #splash-account .form-floating > label {
  color: rgba(255, 255, 255, .58);
}

body.empire-go-racp #splash-account .form-floating > .form-control:focus ~ label,
body.empire-go-racp #splash-account .form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #ffbf42;
}

@media (max-width: 991.98px) {
  body.empire-go-racp main > .grid,
  body.empire-go-racp main > .mx-auto {
    width: min(100% - 20px, 1120px);
    padding-top: 9.5rem;
    margin-bottom: 3.25rem;
  }

  body.empire-go-racp #splash-account {
    width: min(100%, 27rem);
    padding: 1.2rem 1.1rem 1rem;
  }

  body.empire-go-racp #splash-account .splash-account-user {
    font-size: 1.7rem;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp main > .grid,
  body.empire-go-racp main > .mx-auto {
    width: min(100% - 16px, 1120px);
    padding-top: 8.75rem;
  }

  body.empire-go-racp #splash-account .splash-account-actions {
    grid-template-columns: 1fr;
  }
}


/* Mobile polish for Blassito RO auth and navigation */
@media (max-width: 991.98px) {
  body.empire-go-racp #empire-nav {
    min-height: 7.5rem;
  }

  body.empire-go-racp #empire-nav > .container {
    position: relative;
    align-items: center;
  }

  body.empire-go-racp #empire-nav .navbar-toggler {
    width: 2.65rem;
    height: 2.35rem;
    padding: .35rem .5rem;
    border: 1px solid rgba(255, 191, 66, .36);
    border-radius: .45rem;
    background: rgba(0, 0, 0, .46);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .32);
  }

  body.empire-go-racp #empireNaviBar.navbar-collapse {
    visibility: visible;
    position: absolute;
    top: 5.95rem;
    left: .55rem;
    right: .55rem;
    width: auto;
    max-height: min(31rem, calc(100vh - 7.75rem));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: .65rem;
    border: 1px solid rgba(255, 191, 66, .26);
    border-radius: .7rem;
    background: rgba(5, 5, 5, .96);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .58), inset 0 1px 0 rgba(255, 255, 255, .05);
  }

  body.empire-go-racp #empireNaviBar.collapse:not(.show) {
    display: none !important;
  }

  body.empire-go-racp #empireNaviBar.collapsing {
    position: absolute;
    top: 5.95rem;
    left: .55rem;
    right: .55rem;
    height: 0;
    overflow: hidden;
  }

  body.empire-go-racp #empireNaviBar.show {
    display: block !important;
    visibility: visible !important;
  }

  body.empire-go-racp #empireNaviBar ul.navbar-nav,
  body.empire-go-racp #empire-nav .empire-main-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .12rem;
    width: 100%;
    margin: 0;
    background: transparent;
  }

  body.empire-go-racp #empire-nav .empire-main-menu > .nav-item > .nav-link,
  body.empire-go-racp #navbar-dl-link-2 > a {
    display: flex;
    align-items: center;
    min-height: 2.15rem;
    padding: .5rem .65rem;
    border-radius: .45rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
  }

  body.empire-go-racp #empire-nav .empire-main-menu > .nav-item > .nav-link:hover,
  body.empire-go-racp #empire-nav .empire-main-menu > .nav-item > .nav-link:focus {
    color: #ffbf42;
    background: rgba(255, 191, 66, .08);
  }

  body.empire-go-racp .empire-nav-more .dropdown-menu {
    display: none;
    min-width: 0;
    margin: .1rem 0 .35rem;
    padding: .25rem 0 .25rem .45rem;
    border: 0;
    border-left: 1px solid rgba(255, 191, 66, .24);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.empire-go-racp .empire-nav-more.mobile-open .dropdown-menu {
    display: block;
  }

  body.empire-go-racp .empire-nav-more .dropdown-item {
    padding: .42rem .65rem;
    border-radius: .4rem;
    font-size: .92rem;
    line-height: 1.05;
  }

  body.empire-go-racp main > .grid,
  body.empire-go-racp main > .mx-auto {
    padding-top: 8rem;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp #empire-nav {
    min-height: 6.95rem;
  }

  body.empire-go-racp #empire-nav .navbar-brand img {
    width: 7rem;
  }

  body.empire-go-racp #empireNaviBar.navbar-collapse,
  body.empire-go-racp #empireNaviBar.collapsing {
    top: 5.35rem;
    left: .5rem;
    right: .5rem;
    max-height: min(29rem, calc(100vh - 7rem));
    padding: .55rem;
  }

  body.empire-go-racp #empire-nav .empire-main-menu > .nav-item > .nav-link,
  body.empire-go-racp #navbar-dl-link-2 > a {
    min-height: 2rem;
    padding: .44rem .58rem;
    font-size: .92rem;
  }

  body.empire-go-racp .empire-nav-more .dropdown-item {
    padding: .38rem .58rem;
    font-size: .84rem;
  }

  body.empire-go-racp main > .grid,
  body.empire-go-racp main > .mx-auto {
    width: min(100% - 14px, 1120px);
    padding-top: 7.45rem;
    margin-bottom: 2.4rem;
  }

  body.empire-go-racp main > .grid h1,
  body.empire-go-racp main > .grid h2,
  body.empire-go-racp main > .mx-auto h1,
  body.empire-go-racp main > .mx-auto h2 {
    font-size: 2rem !important;
    line-height: .96;
  }

  body.empire-go-racp main > .grid p,
  body.empire-go-racp main > .mx-auto p,
  body.empire-go-racp main > .grid label,
  body.empire-go-racp main > .mx-auto label {
    font-size: .86rem !important;
    line-height: 1.42;
  }

  body.empire-go-racp main > .grid input,
  body.empire-go-racp main > .grid select,
  body.empire-go-racp main > .grid textarea,
  body.empire-go-racp main > .mx-auto input,
  body.empire-go-racp main > .mx-auto select,
  body.empire-go-racp main > .mx-auto textarea,
  body.empire-go-racp #splash-account .form-control {
    min-height: 42px;
    font-size: .9rem;
  }

  body.empire-go-racp main > .grid button,
  body.empire-go-racp main > .mx-auto button,
  body.empire-go-racp #splash-login-btn,
  body.empire-go-racp #splash-account .btn {
    min-height: 42px;
    font-size: .9rem;
  }

  body.empire-go-racp #splash-account {
    padding: 1rem .9rem .9rem;
  }

  body.empire-go-racp #splash-account #login-box-title {
    font-size: 1.05rem;
  }

  body.empire-go-racp #splash-account .splash-account-eyebrow {
    font-size: .92rem;
  }

  body.empire-go-racp #splash-account .splash-account-user {
    font-size: 1.42rem;
  }

  body.empire-go-racp #splash-account .splash-account-copy,
  body.empire-go-racp #splash-links {
    font-size: .82rem;
    line-height: 1.45;
  }
}


@media (max-width: 575.98px) {
  body.empire-go-racp #empire-nav .empire-nav-more .dropdown-item {
    font-size: .84rem !important;
    line-height: 1.05 !important;
  }

  body.empire-go-racp main h1,
  body.empire-go-racp main h2,
  body.empire-go-racp main .h1,
  body.empire-go-racp main .h2 {
    font-size: 2rem !important;
    line-height: .98 !important;
  }
}


/* Account dashboard polish */
body.empire-go-racp .account-shell {
  padding-top: .75rem;
}

body.empire-go-racp .account-hero-card,
body.empire-go-racp .account-panel {
  border: 1px solid rgba(255, 186, 64, .22) !important;
  background: linear-gradient(180deg, rgba(18, 16, 14, .96), rgba(7, 7, 7, .90)) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(10px);
}

body.empire-go-racp .account-title {
  color: #fff !important;
  font-family: "Odibee Sans", Impact, sans-serif;
  letter-spacing: 0;
  line-height: .95;
  word-break: break-word;
}

body.empire-go-racp .account-email {
  max-width: 100%;
  overflow-wrap: anywhere;
}

body.empire-go-racp .account-actions .btn,
body.empire-go-racp .account-actions button,
body.empire-go-racp .account-balance-panel .btn,
body.empire-go-racp .account-balance-panel button {
  min-height: 42px;
  border-radius: 999px !important;
}

body.empire-go-racp .account-balance-cell {
  padding: .85rem 1rem;
  border: 1px solid rgba(255, 191, 66, .14);
  border-radius: .65rem;
  background: rgba(255, 255, 255, .045);
}

body.empire-go-racp .account-character-row,
body.empire-go-racp .account-storage-row {
  color: #efe7d8;
}

body.empire-go-racp .account-character-row:hover {
  background: rgba(255, 191, 66, .075) !important;
}

body.empire-go-racp .account-storage-list {
  max-height: 19rem;
  overflow-y: auto;
  padding-right: .2rem;
}

body.empire-go-racp .account-pill {
  flex: 0 0 auto;
  padding: .28rem .58rem;
  border-radius: 999px;
  font-size: .68rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

body.empire-go-racp .account-pill-ok {
  color: #11210f;
  background: #9df58d;
}

body.empire-go-racp .account-pill-warn {
  color: #231604;
  background: #ffbf42;
}

body.empire-go-racp .account-storage-meter {
  display: grid;
  gap: .45rem;
}

body.empire-go-racp .account-storage-bar {
  height: .45rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
}

body.empire-go-racp .account-storage-bar span {
  display: block;
  height: 100%;
  min-width: .35rem;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffbf42, #f0781a);
}

@media (min-width: 992px) {
  body.empire-go-racp .account-shell {
    padding-top: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  body.empire-go-racp .account-shell {
    padding-top: .25rem;
  }

  body.empire-go-racp .account-actions,
  body.empire-go-racp .account-balance-panel > .btn {
    width: 100%;
  }

  body.empire-go-racp .account-actions .btn,
  body.empire-go-racp .account-balance-panel .btn {
    flex: 1 1 10rem;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp .account-title {
    font-size: 1.9rem !important;
  }

  body.empire-go-racp .account-shell {
    font-size: .9rem;
  }

  body.empire-go-racp .account-actions .btn,
  body.empire-go-racp .account-balance-panel .btn {
    width: 100%;
    flex-basis: 100%;
    font-size: .86rem;
  }

  body.empire-go-racp .account-balance-cell {
    padding: .7rem .75rem;
  }

  body.empire-go-racp .account-character-row,
  body.empire-go-racp .account-storage-row {
    font-size: .84rem;
  }

  body.empire-go-racp .account-storage-list {
    max-height: 15rem;
  }
}


/* Account page placement below fixed navigation */
body.empire-go-racp .account-shell {
  position: relative;
  z-index: 6;
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto 4rem;
  padding-top: 13.5rem !important;
}

@media (max-width: 991.98px) {
  body.empire-go-racp .account-shell {
    width: min(100% - 20px, 1120px);
    padding-top: 8.25rem !important;
    margin-bottom: 3rem;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp .account-shell {
    width: min(100% - 14px, 1120px);
    padding-top: 7.45rem !important;
    margin-bottom: 2.5rem;
  }
}


/* Final account offset tuning */
body.empire-go-racp .account-shell { padding-top: 15rem !important; }
@media (max-width: 991.98px) { body.empire-go-racp .account-shell { padding-top: 10.5rem !important; } }
@media (max-width: 575.98px) { body.empire-go-racp .account-shell { padding-top: 11.4rem !important; } }


/* Account visual background, job icons and status badges */
body.empire-go-racp:has(.account-shell) main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 191, 66, .16), transparent 24rem),
    radial-gradient(circle at 86% 28%, rgba(91, 159, 255, .13), transparent 26rem),
    linear-gradient(180deg, rgba(26, 18, 9, .72), rgba(0, 0, 0, .96) 34rem),
    url('/themes/empire/static/includes/img/bg-main.webp') center top / cover fixed no-repeat;
}

body.empire-go-racp:has(.account-shell) main::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .72));
}

body.empire-go-racp .account-shell { z-index: 6; }

body.empire-go-racp .account-verify-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  padding: .24rem .62rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .02em;
}

body.empire-go-racp .account-verify-ok {
  color: #061706;
  background: linear-gradient(180deg, #b8ff8a, #4fe36d);
  box-shadow: 0 0 0 1px rgba(184, 255, 138, .35), 0 8px 20px rgba(79, 227, 109, .22);
}

body.empire-go-racp .account-verify-warn {
  color: #231604;
  background: linear-gradient(180deg, #ffe27d, #ffad2e);
  box-shadow: 0 0 0 1px rgba(255, 226, 125, .35), 0 8px 20px rgba(255, 173, 46, .2);
}

body.empire-go-racp .account-job-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 191, 66, .22);
  border-radius: .65rem;
  background: radial-gradient(circle at 50% 28%, rgba(255, 191, 66, .24), rgba(255, 255, 255, .045));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 20px rgba(0,0,0,.26);
}

body.empire-go-racp .account-job-icon {
  width: 1.9rem;
  height: 1.9rem;
  object-fit: contain;
  image-rendering: auto;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.55));
}

body.empire-go-racp .account-online {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: .38rem;
  min-width: 5.1rem;
  padding: .28rem .55rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.empire-go-racp .account-online span {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
}

body.empire-go-racp .account-online-on {
  color: #062108;
  background: rgba(111, 255, 129, .86);
}

body.empire-go-racp .account-online-on span {
  background: #0ba322;
  box-shadow: 0 0 10px rgba(31, 255, 67, .8);
}

body.empire-go-racp .account-online-off {
  color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.08);
}

body.empire-go-racp .account-online-off span { background: rgba(255,255,255,.38); }

@media (max-width: 575.98px) {
  body.empire-go-racp:has(.account-shell) main { background-attachment: scroll; }
  body.empire-go-racp .account-job-icon-wrap { width: 2.2rem; height: 2.2rem; }
  body.empire-go-racp .account-job-icon { width: 1.75rem; height: 1.75rem; }
  body.empire-go-racp .account-online { min-width: 0; padding: .3rem; font-size: 0; }
  body.empire-go-racp .account-online span { width: .55rem; height: .55rem; }
}


/* Account and character pages use the information page background */
body.empire-go-racp:has(.account-shell) main,
body.empire-go-racp:has(.character-shell) main {
  position: relative;
  overflow: hidden;
  background: url('/themes/empire/static/includes/img/bg-streamer.jpg') center center / cover fixed no-repeat !important;
}

body.empire-go-racp:has(.account-shell) main::before,
body.empire-go-racp:has(.character-shell) main::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: rgba(0, 0, 0, .38);
}

body.empire-go-racp .character-shell {
  position: relative;
  z-index: 6;
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto 4rem;
  padding-top: 15rem !important;
}

body.empire-go-racp .character-panel {
  border: 1px solid rgba(255, 186, 64, .22) !important;
  background: linear-gradient(180deg, rgba(18, 16, 14, .96), rgba(7, 7, 7, .90)) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(10px);
}

body.empire-go-racp .character-shell h1 {
  color: #fff !important;
  font-family: "Odibee Sans", Impact, sans-serif;
  letter-spacing: 0;
  line-height: .95;
}

@media (max-width: 991.98px) {
  body.empire-go-racp:has(.account-shell) main,
  body.empire-go-racp:has(.character-shell) main { background-attachment: scroll !important; }

  body.empire-go-racp .character-shell {
    width: min(100% - 20px, 1120px);
    padding-top: 10.5rem !important;
    margin-bottom: 3rem;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp .character-shell {
    width: min(100% - 14px, 1120px);
    padding-top: 11.4rem !important;
    margin-bottom: 2.5rem;
  }
}


/* Visible but restrained information background for account and character pages */
body.empire-go-racp:has(.account-shell) main,
body.empire-go-racp:has(.character-shell) main {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .30), rgba(0, 0, 0, .72)),
    url('/themes/empire/static/includes/img/info/bg-info-cta.jpg') center top / cover fixed no-repeat !important;
}

body.empire-go-racp:has(.account-shell) main::before,
body.empire-go-racp:has(.character-shell) main::before {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 191, 66, .18), transparent 24rem),
    radial-gradient(circle at 82% 30%, rgba(255, 255, 255, .09), transparent 28rem),
    rgba(0, 0, 0, .26) !important;
}

body.empire-go-racp .account-hero-card,
body.empire-go-racp .account-panel,
body.empire-go-racp .character-panel {
  background: linear-gradient(180deg, rgba(18, 16, 14, .91), rgba(7, 7, 7, .86)) !important;
}

@media (max-width: 991.98px) {
  body.empire-go-racp:has(.account-shell) main,
  body.empire-go-racp:has(.character-shell) main {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .76)),
      url('/themes/empire/static/includes/img/info/bg-info-cta.jpg') center top / cover scroll no-repeat !important;
  }
}


/* Keep status extrabar clear of the desktop download button */
@media (min-width: 992px) {
  body.empire-go-racp #empire-extrabar {
    transform: translateX(-64%) !important;
  }
}


/* Staff roster page */
body.empire-go-racp .staff-page {
  min-height: 26rem;
  padding-top: 15.25rem;
  padding-bottom: 3.5rem;
  background:
    linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.72)),
    url('/themes/empire/static/includes/img/staff/bg-staff-cta.jpg') center top / cover fixed no-repeat !important;
}

body.empire-go-racp .staff-page .section-title {
  position: relative;
  z-index: 6;
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

body.empire-go-racp .staff-page .section-title h1 {
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 4.8rem;
  line-height: .9;
  letter-spacing: 0;
  text-shadow: 0 12px 26px rgba(0,0,0,.72);
}

body.empire-go-racp .staff-page .section-title p {
  color: #f3dcc0;
  font-size: 1.15rem;
}

body.empire-go-racp .staff-roster-section {
  padding: 4rem 0 5rem;
  background:
    linear-gradient(180deg, rgba(0,0,0,.78), rgba(0,0,0,.92)),
    url('/themes/empire/static/includes/img/staff/bg-staff-main.jpg') center center / cover fixed no-repeat !important;
}

body.empire-go-racp .staff-roster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 62rem;
  margin: 0 auto;
}

body.empire-go-racp .staff-profile-card {
  position: relative;
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr);
  min-height: 15rem;
  overflow: hidden;
  border: 1px solid rgba(255, 191, 66, .24);
  border-radius: .85rem;
  background: linear-gradient(180deg, rgba(20,18,16,.94), rgba(5,5,5,.9));
  box-shadow: 0 24px 70px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body.empire-go-racp .staff-profile-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 191, 66, .48);
  box-shadow: 0 32px 90px rgba(0,0,0,.54), 0 0 28px rgba(255, 191, 66, .12);
}

body.empire-go-racp .staff-profile-art {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: radial-gradient(circle at 50% 28%, rgba(255,191,66,.24), rgba(255,255,255,.04) 54%, rgba(0,0,0,.3));
}

body.empire-go-racp .staff-profile-art img {
  width: 100%;
  max-width: 8.5rem;
  max-height: 13.25rem;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,.58));
}

body.empire-go-racp .staff-profile-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 1.35rem 1.35rem 1.35rem 1.1rem;
}

body.empire-go-racp .staff-profile-role {
  width: fit-content;
  padding: .28rem .65rem;
  border-radius: 999px;
  color: #1c1103;
  background: linear-gradient(180deg, #ffd86d, #f0a01a);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.empire-go-racp .staff-profile-body h2 {
  margin: .75rem 0 .15rem;
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 2.75rem;
  line-height: .9;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.empire-go-racp .staff-profile-subtitle {
  margin: 0 0 .75rem;
  color: #ffbf42;
  font-size: .95rem;
  font-weight: 700;
}

body.empire-go-racp .staff-profile-copy {
  margin: 0;
  color: #d8cbbb;
  font-size: .92rem;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  body.empire-go-racp .staff-page {
    min-height: 22rem;
    padding-top: 12.5rem;
    background-attachment: scroll !important;
  }

  body.empire-go-racp .staff-roster-section {
    background-attachment: scroll !important;
  }

  body.empire-go-racp .staff-roster-grid {
    grid-template-columns: 1fr;
    max-width: 36rem;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp .staff-page {
    min-height: 20rem;
    padding-top: 12.9rem;
    padding-bottom: 2.25rem;
  }

  body.empire-go-racp .staff-page .section-title h1 {
    font-size: 3.15rem;
  }

  body.empire-go-racp .staff-page .section-title p {
    font-size: .95rem;
  }

  body.empire-go-racp .staff-roster-section {
    padding: 2.5rem 0 3.25rem;
  }

  body.empire-go-racp .staff-profile-card {
    grid-template-columns: 7.25rem minmax(0, 1fr);
    min-height: 13rem;
  }

  body.empire-go-racp .staff-profile-art img {
    max-width: 6.7rem;
    max-height: 11rem;
  }

  body.empire-go-racp .staff-profile-body {
    padding: 1rem .95rem 1rem .8rem;
  }

  body.empire-go-racp .staff-profile-body h2 {
    font-size: 2.1rem;
  }

  body.empire-go-racp .staff-profile-subtitle,
  body.empire-go-racp .staff-profile-copy {
    font-size: .82rem;
  }
}


/* Prevent decorative theme art from creating horizontal page scroll */
html,
body.empire-go-racp {
  max-width: 100%;
  overflow-x: hidden;
}


/* Blassito download button without Empire Classic artwork */
body.empire-go-racp:has(#empire-splash) #navbar-dl-link {
  width: 250px;
  height: 147px;
  text-indent: 0 !important;
  text-decoration: none;
  background: linear-gradient(105deg, rgba(130,73,23,.92), rgba(255,190,74,.92)) !important;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), 0 18px 38px rgba(0,0,0,.35);
  overflow: hidden;
}

body.empire-go-racp #navbar-dl-link span {
  display: none !important;
}

body.empire-go-racp #navbar-dl-link::before,
body.empire-go-racp #navbar-dl-link::after {
  position: absolute;
  left: 2.4rem;
  right: 1.6rem;
  z-index: 2;
  display: block;
  text-align: center;
  text-shadow: 0 3px 8px rgba(0,0,0,.45);
}

body.empire-go-racp:has(#empire-splash) #navbar-dl-link::before {
  content: "DOWNLOAD";
  top: 3.95rem;
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 2.45rem;
  line-height: .85;
  letter-spacing: 0;
}

body.empire-go-racp:has(#empire-splash) #navbar-dl-link::after {
  content: "Cliente Blassito RO";
  top: 6.55rem;
  color: #fff2c7;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
}

body.empire-go-racp #navbar-dl-link:hover {
  filter: brightness(1.08);
}


/* Ragnarok themed login side render */
body.empire-go-racp #empire-splash:not(.empire-splash-sm) #empire-account-box::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  width: 11.5rem;
  height: 19.5rem;
  right: -9.25rem;
  bottom: -3.8rem;
  background: url('/themes/empire/static/includes/img/donate/render-donate-2.png') center bottom / contain no-repeat !important;
  pointer-events: none;
  filter: drop-shadow(0 16px 18px rgba(0,0,0,.55));
}

@media (max-width: 991.98px) {
  body.empire-go-racp #empire-splash:not(.empire-splash-sm) #empire-account-box::after {
    width: 8.25rem;
    height: 14rem;
    right: -1.75rem;
    bottom: -2.4rem;
    opacity: .9;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp #empire-splash:not(.empire-splash-sm) #empire-account-box::after {
    display: none !important;
  }
}


/* Remove Star Wars artwork from home about section */
body.empire-go-racp #empire-about {
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.42) 52%, rgba(0,0,0,.86)),
    url('/themes/empire/static/includes/img/info/bg-info-cta.jpg') center center / cover no-repeat !important;
}

body.empire-go-racp #about-render {
  background: url('/themes/empire/static/includes/img/info/render-info-5.png') center bottom / contain no-repeat !important;
  width: 18rem !important;
  height: 34rem !important;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.62));
}

body.empire-go-racp #about-render-box {
  left: 13% !important;
  top: 2.5rem !important;
}

@media (max-width: 991.98px) {
  body.empire-go-racp #about-render-box {
    left: 7% !important;
    top: 5.5rem !important;
    opacity: .55;
  }

  body.empire-go-racp #about-render {
    width: 12rem !important;
    height: 23rem !important;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp #about-render-box {
    display: none !important;
  }
}


/* Latin-safe typography and non-empty home backgrounds */
body.empire-go-racp,
body.empire-go-racp *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid):not(.fa-brands) {
  font-family: "Inter", "Arial Narrow", Arial, Helvetica, sans-serif !important;
}

body.empire-go-racp h1,
body.empire-go-racp h2,
body.empire-go-racp h3,
body.empire-go-racp h4,
body.empire-go-racp h5,
body.empire-go-racp h6,
body.empire-go-racp .heading,
body.empire-go-racp .nav-link,
body.empire-go-racp .dropdown-item,
body.empire-go-racp .btn,
body.empire-go-racp #login-box-title,
body.empire-go-racp #splash-login-btn,
body.empire-go-racp .splash-btns,
body.empire-go-racp #navbar-dl-link::before,
body.empire-go-racp #navbar-dl-link::after,
body.empire-go-racp .section-title h1,
body.empire-go-racp .section-title h2,
body.empire-go-racp .staff-profile-body h2,
body.empire-go-racp #empire-news .section-title h2,
body.empire-go-racp #empire-rankings h2 {
  font-family: "Inter", "Arial Narrow", Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  letter-spacing: 0;
}

body.empire-go-racp #empire-news {
  background:
    linear-gradient(180deg, rgba(0,0,0,.84), rgba(0,0,0,.68) 45%, rgba(0,0,0,.88)),
    url('/themes/empire/static/includes/img/info/bg-info-cta.jpg') center center / cover no-repeat !important;
}

body.empire-go-racp #empire-news-bg {
  opacity: .42;
  background:
    linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.78)),
    url('/themes/empire/static/includes/img/staff/bg-staff-main.jpg') center center / cover no-repeat !important;
}

body.empire-go-racp #empire-streamer {
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.62) 50%, rgba(0,0,0,.86)),
    url('/themes/empire/static/includes/img/staff/bg-staff-main.jpg') center center / cover no-repeat !important;
}

body.empire-go-racp #twitch-box-in {
  background:
    linear-gradient(180deg, rgba(0,0,0,.54), rgba(0,0,0,.86)),
    url('/themes/empire/static/includes/img/info/bg-info-cta.jpg') center center / cover no-repeat !important;
}

body.empire-go-racp #empire-footer {
  background:
    linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,.94)),
    url('/themes/empire/static/includes/img/staff/bg-staff-main.jpg') center bottom / cover no-repeat !important;
}


/* Stronger Latin-safe overrides for legacy Gotham selectors */
body.empire-go-racp #empire-splash #login-box-title,
body.empire-go-racp #empire-splash .splash-account-eyebrow,
body.empire-go-racp #empire-splash .splash-account-name,
body.empire-go-racp #empire-splash .splash-account-copy,
body.empire-go-racp #empire-splash #splash-login-btn,
body.empire-go-racp #empire-splash .splash-btns,
body.empire-go-racp #empire-splash .login-form input,
body.empire-go-racp #empire-splash .login-form label,
body.empire-go-racp #empire-news .section-title h2,
body.empire-go-racp #empire-about .section-title h2,
body.empire-go-racp #empire-streamer-box .heading,
body.empire-go-racp #empire-streamer-box .heading span,
body.empire-go-racp #empire-rankings h2,
body.empire-go-racp #empire-rankings .pvp-title,
body.empire-go-racp .about-btn,
body.empire-go-racp .streamer-btn,
body.empire-go-racp .news-title,
body.empire-go-racp .news-category,
body.empire-go-racp .news-date,
body.empire-go-racp .rank-sub-title,
body.empire-go-racp .rank-sub-value,
body.empire-go-racp .pvpladder-row,
body.empire-go-racp .staff-profile-body h2 {
  font-family: "Inter", "Arial Narrow", Arial, Helvetica, sans-serif !important;
}


/* Spanish polish: internal pages, downloads, and mobile nav */
body.empire-go-racp main > .space-y-4,
body.empire-go-racp main > .space-y-6,
body.empire-go-racp main > .w-full,
body.empire-go-racp main > .max-w-5xl,
body.empire-go-racp main > [x-data],
body.empire-go-racp main > #vendors-list {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
  padding-top: clamp(9.5rem, 12vw, 12.5rem);
  padding-bottom: 4rem;
}

body.empire-go-racp main > .w-full.max-w-2xl,
body.empire-go-racp main > .w-full.max-w-3xl {
  max-width: 56rem;
}

body.empire-go-racp main > .space-y-4,
body.empire-go-racp main > .space-y-6,
body.empire-go-racp main > .max-w-5xl,
body.empire-go-racp main > [x-data],
body.empire-go-racp main > #vendors-list,
body.empire-go-racp main > .w-full {
  position: relative;
  z-index: 1;
}

body.empire-go-racp main > .space-y-4::before,
body.empire-go-racp main > .space-y-6::before,
body.empire-go-racp main > .w-full::before,
body.empire-go-racp main > .max-w-5xl::before,
body.empire-go-racp main > [x-data]::before,
body.empire-go-racp main > #vendors-list::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8,10,13,.9), rgba(8,10,13,.68) 42%, rgba(8,10,13,.94)),
    url('/themes/empire/static/includes/img/info/bg-info-cta.jpg') center top / cover no-repeat;
}

body.empire-go-racp .special-downloads,
body.empire-go-racp #downloads-main,
body.empire-go-racp #downloads-lite,
body.empire-go-racp .downloads-promo {
  background:
    linear-gradient(180deg, rgba(7,9,12,.88), rgba(7,9,12,.66) 45%, rgba(7,9,12,.92)),
    url('/themes/empire/static/includes/img/info/bg-info-cta.jpg') center center / cover no-repeat !important;
}

body.empire-go-racp #navbar-dl-link {
  background:
    linear-gradient(105deg, rgba(22,19,16,.78), rgba(151,86,31,.72)),
    url('/themes/empire/static/includes/img/info/bg-info-cta.jpg') center center / cover no-repeat !important;
}

body.empire-go-racp #navbar-dl-link::before {
  content: "DESCARGAR";
}

body.empire-go-racp #navbar-dl-link::after {
  content: "Cliente Blassito RO";
}

@media (max-width: 991.98px) {
  body.empire-go-racp #empireNaviBar,
  body.empire-go-racp #empireNaviBar.show,
  body.empire-go-racp #empireNaviBar.collapsing,
  body.empire-go-racp #navbar-dl-link-2,
  body.empire-go-racp #navbar-dl-link-2 a {
    background-image: none !important;
  }

  body.empire-go-racp main > .space-y-4,
  body.empire-go-racp main > .space-y-6,
  body.empire-go-racp main > .w-full,
  body.empire-go-racp main > .max-w-5xl,
  body.empire-go-racp main > [x-data],
  body.empire-go-racp main > #vendors-list {
    width: min(100% - 1rem, 100%);
    padding-top: 8.75rem;
  }
}


/* Final polish: compact nav download and stacked account actions */
body.empire-go-racp #navbar-dl-link {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  flex: 0 0 182px !important;
  width: 182px !important;
  height: 58px !important;
  margin-left: .85rem !important;
  align-self: center !important;
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%) !important;
  border: 1px solid rgba(255, 207, 84, .32) !important;
  border-radius: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.10), 0 10px 22px rgba(0,0,0,.28) !important;
  overflow: hidden !important;
}

body.empire-go-racp #navbar-dl-link::before,
body.empire-go-racp #navbar-dl-link::after {
  left: 1rem !important;
  right: 1rem !important;
  text-align: center !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.empire-go-racp #navbar-dl-link::before {
  top: 12px !important;
  font-size: 1.18rem !important;
}

body.empire-go-racp #navbar-dl-link::after {
  top: 34px !important;
  font-size: .66rem !important;
}

body.empire-go-racp #splash-account .splash-account-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: min(15rem, 100%) !important;
  margin: 0 auto !important;
  gap: .58rem !important;
}

body.empire-go-racp #splash-account .splash-account-actions form {
  display: block !important;
  width: 100% !important;
}

body.empire-go-racp #splash-account .splash-account-actions .btn {
  width: 100% !important;
  min-height: 48px !important;
  padding: .72rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}

@media (min-width: 1200px) {
  body.empire-go-racp #navbar-dl-link {
    flex-basis: 196px !important;
    width: 196px !important;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  body.empire-go-racp #navbar-dl-link {
    flex-basis: 160px !important;
    width: 160px !important;
  }

  body.empire-go-racp #navbar-dl-link::before {
    font-size: 1.02rem !important;
  }

  body.empire-go-racp #navbar-dl-link::after {
    font-size: .58rem !important;
  }
}


/* Final polish: centered account button and character names */
body.empire-go-racp #splash-account .splash-account-actions .splash-btns-primary,
body.empire-go-racp #splash-account .splash-account-actions .splash-btns-secondary {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

body.empire-go-racp #splash-account .splash-account-actions .splash-btns-primary {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

body.empire-go-racp .account-character-row > span:nth-child(2),
body.empire-go-racp .account-character-row > span:nth-child(2) > span {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

@media (min-width: 768px) {
  body.empire-go-racp .account-character-row {
    grid-template-columns: 2.65rem minmax(0,1.15fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) 6rem !important;
  }
}


/* Final polish: account character balance and true centered names */
body.empire-go-racp .account-character-row {
  column-gap: .85rem !important;
}

body.empire-go-racp .account-character-row > span:nth-child(2) {
  justify-self: stretch !important;
  min-width: 7rem !important;
}

body.empire-go-racp .account-character-row > span:nth-child(2) > span {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  text-align: center !important;
  margin-inline: auto !important;
}

body.empire-go-racp .account-character-balance {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .1rem !important;
  min-width: 0 !important;
  text-align: center !important;
}

body.empire-go-racp .account-character-balance span {
  color: rgba(255,255,255,.48) !important;
  font-size: .65rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.empire-go-racp .account-character-balance strong {
  color: #fff !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: .82rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

@media (min-width: 768px) {
  body.empire-go-racp .account-character-row {
    grid-template-columns: 2.65rem minmax(7rem,1.35fr) minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(7.5rem,1fr) minmax(7.5rem,1fr) 6rem !important;
  }
}


/* Final polish: clean account character row layout */
@media (min-width: 768px) {
  body.empire-go-racp .account-character-row {
    grid-template-columns: 2.8rem minmax(9rem,1fr) minmax(6.5rem,.65fr) minmax(6.5rem,.65fr) 7.5rem !important;
    align-items: center !important;
    column-gap: 1rem !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(3),
  body.empire-go-racp .account-character-row > span:nth-child(4),
  body.empire-go-racp .account-character-row > span:nth-child(5) {
    display: none !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(2) {
    justify-self: stretch !important;
    min-width: 9rem !important;
    text-align: center !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(2) > span {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(6),
  body.empire-go-racp .account-character-row > span:nth-child(7) {
    display: block !important;
    justify-self: center !important;
    min-width: 6.5rem !important;
  }

  body.empire-go-racp .account-character-row > .account-online {
    justify-self: end !important;
  }
}


/* Final polish: requested account character columns */
@media (min-width: 768px) {
  body.empire-go-racp .account-character-row {
    grid-template-columns: 2.65rem minmax(8rem,1fr) minmax(9rem,1.1fr) minmax(7rem,.9fr) 7.5rem !important;
    column-gap: 1rem !important;
    align-items: center !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(2) {
    justify-self: stretch !important;
    min-width: 8rem !important;
    text-align: center !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(2) > span {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-inline: auto !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(3),
  body.empire-go-racp .account-character-row > span:nth-child(5) {
    display: block !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(3) {
    text-align: center !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(4) {
    display: none !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(5) {
    text-align: center !important;
  }

  body.empire-go-racp .account-character-row > .account-online {
    justify-self: end !important;
  }
}


/* Final polish: mobile account character columns */
@media (max-width: 767.98px) {
  body.empire-go-racp .account-character-row {
    grid-template-columns: 2.55rem minmax(0,1fr) auto !important;
    grid-template-rows: auto auto auto !important;
    row-gap: .2rem !important;
    column-gap: .75rem !important;
    align-items: center !important;
  }

  body.empire-go-racp .account-character-row > .account-job-icon-wrap {
    grid-column: 1 !important;
    grid-row: 1 / span 3 !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(2) {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    text-align: center !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(2) > span {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(3) {
    display: block !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    min-width: 0 !important;
    text-align: center !important;
    font-size: .72rem !important;
    line-height: 1.2 !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(4) {
    display: none !important;
  }

  body.empire-go-racp .account-character-row > span:nth-child(5) {
    display: block !important;
    grid-column: 2 !important;
    grid-row: 3 !important;
    min-width: 0 !important;
    text-align: center !important;
    font-size: .72rem !important;
    line-height: 1.2 !important;
  }

  body.empire-go-racp .account-character-row > .account-online {
    grid-column: 3 !important;
    grid-row: 1 / span 3 !important;
    justify-self: end !important;
    align-self: center !important;
    max-width: 6.4rem !important;
    white-space: nowrap !important;
    font-size: .58rem !important;
  }
}


/* Blassito RO strategic redesign phase 1 */
body.empire-go-racp .bro-wrap {
  width: min(1120px, calc(100% - 28px));
  margin-inline: auto;
}

body.empire-go-racp .bro-live-strip,
body.empire-go-racp .bro-section,
body.empire-go-racp .bro-info-hero {
  position: relative;
  z-index: 7;
}

body.empire-go-racp .bro-live-strip {
  margin-top: -2.5rem;
  padding-bottom: 3rem;
}

body.empire-go-racp .bro-live-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

body.empire-go-racp .bro-live-card,
body.empire-go-racp .bro-step-card,
body.empire-go-racp .bro-feature-card,
body.empire-go-racp .bro-info-card,
body.empire-go-racp .bro-info-summary,
body.empire-go-racp .bro-timeline,
body.empire-go-racp .bro-cta-panel {
  border: 1px solid rgba(255, 183, 65, .22);
  background: linear-gradient(180deg, rgba(20, 18, 15, .92), rgba(5, 5, 5, .86));
  box-shadow: 0 22px 58px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.05);
}

body.empire-go-racp .bro-live-card {
  min-height: 7.4rem;
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: .55rem;
}

body.empire-go-racp .bro-live-card span,
body.empire-go-racp .bro-kicker,
body.empire-go-racp .bro-section-head > span {
  color: #ffbd42;
  font-family: "Odibee Sans", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

body.empire-go-racp .bro-live-card strong {
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 2.5rem;
  line-height: .95;
}

body.empire-go-racp .bro-live-card small,
body.empire-go-racp .bro-section-head p,
body.empire-go-racp .bro-step-card p,
body.empire-go-racp .bro-feature-card p,
body.empire-go-racp .bro-info-hero p,
body.empire-go-racp .bro-cta-panel p,
body.empire-go-racp .bro-timeline span {
  color: #d8cfbf;
  line-height: 1.55;
}

body.empire-go-racp .bro-section {
  padding: 4.5rem 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.80)),
    url("/themes/empire/static/img/bg-about.webp") center / cover fixed;
}

body.empire-go-racp .bro-start {
  padding-top: 3rem;
}

body.empire-go-racp .bro-trust,
body.empire-go-racp .bro-info-alt {
  background:
    linear-gradient(180deg, rgba(0,0,0,.70), rgba(0,0,0,.88)),
    url("/themes/empire/static/img/bg-rankings.webp") center / cover fixed;
}

body.empire-go-racp .bro-section-head {
  max-width: 46rem;
  margin: 0 auto 2rem;
  text-align: center;
}

body.empire-go-racp .bro-section-head-left {
  margin-inline: 0;
  text-align: left;
}

body.empire-go-racp .bro-section-head h2,
body.empire-go-racp .bro-info-hero h1,
body.empire-go-racp .bro-cta-panel h2 {
  margin: .2rem 0 .75rem;
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.empire-go-racp .bro-section-head h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
}

body.empire-go-racp .bro-step-grid,
body.empire-go-racp .bro-feature-grid,
body.empire-go-racp .bro-info-grid {
  display: grid;
  gap: 1rem;
}

body.empire-go-racp .bro-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.empire-go-racp .bro-feature-grid,
body.empire-go-racp .bro-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.empire-go-racp .bro-feature-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.empire-go-racp .bro-step-card,
body.empire-go-racp .bro-feature-card,
body.empire-go-racp .bro-info-card {
  display: block;
  min-height: 12rem;
  padding: 1.35rem;
  border-radius: .65rem;
  color: #fff;
}

body.empire-go-racp .bro-step-card:hover,
body.empire-go-racp .bro-feature-card:hover {
  border-color: rgba(255, 200, 78, .48);
  transform: translateY(-2px);
}

body.empire-go-racp .bro-step-card b {
  color: rgba(255, 189, 66, .42);
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 2.4rem;
}

body.empire-go-racp .bro-step-card h3,
body.empire-go-racp .bro-feature-card h3,
body.empire-go-racp .bro-info-card h3,
body.empire-go-racp .bro-timeline b {
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.empire-go-racp .bro-trust-grid,
body.empire-go-racp .bro-info-hero-grid,
body.empire-go-racp .bro-two-col,
body.empire-go-racp .bro-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  align-items: center;
}

body.empire-go-racp .bro-info-hero {
  padding: 13rem 0 4rem;
  background:
    linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.54)),
    url("/themes/empire/static/img/bg-splash.webp") center / cover;
}

body.empire-go-racp .bro-info-hero h1 {
  max-width: 44rem;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: .95;
}

body.empire-go-racp .bro-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.25rem;
}

body.empire-go-racp .bro-btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.15rem;
  border-radius: 999px;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 1.18rem;
  text-transform: uppercase;
}

body.empire-go-racp .bro-btn-primary {
  color: #1d1204;
  background: linear-gradient(180deg, #ffd45f, #f0a01a);
}

body.empire-go-racp .bro-btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 183, 65, .28);
  background: rgba(255,255,255,.06);
}

body.empire-go-racp .bro-info-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  padding: 1rem;
  border-radius: .8rem;
}

body.empire-go-racp .bro-info-summary div {
  min-height: 6rem;
  padding: 1rem;
  border-radius: .5rem;
  background: rgba(255,255,255,.055);
}

body.empire-go-racp .bro-info-summary span,
body.empire-go-racp .bro-info-card li span {
  color: #cfc5b5;
}

body.empire-go-racp .bro-info-summary strong,
body.empire-go-racp .bro-info-card li strong {
  display: block;
  color: #fff;
}

body.empire-go-racp .bro-info-card ul {
  display: grid;
  gap: .55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

body.empire-go-racp .bro-info-card li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

body.empire-go-racp .bro-timeline {
  display: grid;
  gap: .85rem;
  padding: 1.25rem;
  border-radius: .75rem;
}

body.empire-go-racp .bro-timeline div {
  padding: 1rem;
  border-radius: .55rem;
  background: rgba(255,255,255,.055);
}

body.empire-go-racp .bro-cta-panel {
  padding: 1.5rem;
  border-radius: .85rem;
}

@media (max-width: 991.98px) {
  body.empire-go-racp .bro-live-grid,
  body.empire-go-racp .bro-step-grid,
  body.empire-go-racp .bro-feature-grid,
  body.empire-go-racp .bro-feature-grid-wide,
  body.empire-go-racp .bro-info-grid,
  body.empire-go-racp .bro-trust-grid,
  body.empire-go-racp .bro-info-hero-grid,
  body.empire-go-racp .bro-two-col,
  body.empire-go-racp .bro-cta-panel {
    grid-template-columns: 1fr;
  }

  body.empire-go-racp .bro-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.empire-go-racp .bro-live-strip {
    margin-top: 0;
    padding: 1rem 0 2rem;
  }

  body.empire-go-racp .bro-section,
  body.empire-go-racp .bro-info-page {
    padding: 3rem 0;
    background-attachment: scroll;
  }

  body.empire-go-racp .bro-info-hero {
    padding-top: 10rem;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp .bro-wrap {
    width: min(100% - 18px, 1120px);
  }

  body.empire-go-racp .bro-live-grid,
  body.empire-go-racp .bro-info-summary {
    grid-template-columns: 1fr;
  }

  body.empire-go-racp .bro-live-card {
    min-height: 6.1rem;
  }

  body.empire-go-racp .bro-step-card,
  body.empire-go-racp .bro-feature-card,
  body.empire-go-racp .bro-info-card {
    min-height: 0;
    padding: 1.1rem;
  }
}


/* Blassito RO strategic redesign phase 1 polish */
body.empire-go-racp .bro-live-strip {
  margin-top: 0 !important;
  padding-top: 2rem !important;
}

body.empire-go-racp #splash-account .form-floating > label {
  display: none !important;
}

body.empire-go-racp #splash-account .form-floating > .form-control {
  padding: .82rem 1rem !important;
  line-height: 1.2 !important;
}

body.empire-go-racp #splash-account .form-floating {
  min-height: 0 !important;
}

@media (max-width: 575.98px) {
  body.empire-go-racp .bro-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .55rem !important;
  }

  body.empire-go-racp .bro-live-card {
    min-height: 5.8rem !important;
    padding: .8rem !important;
  }

  body.empire-go-racp .bro-live-card strong {
    font-size: 2rem !important;
  }

  body.empire-go-racp .bro-live-card small {
    font-size: .72rem !important;
    line-height: 1.25 !important;
  }
}


/* Blassito RO strategic redesign phase 2 */
body.empire-go-racp .bro-download-hero,
body.empire-go-racp .bro-staff-hero {
  position: relative;
  z-index: 7;
  padding: 13rem 0 4rem;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.52)),
    url("/themes/empire/static/img/bg-download.webp") center / cover;
}

body.empire-go-racp .bro-staff-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.56)),
    url("/themes/empire/static/img/bg-rankings.webp") center / cover;
}

body.empire-go-racp .bro-download-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, .55fr);
  gap: 1.25rem;
  align-items: center;
}

body.empire-go-racp .bro-download-hero h1,
body.empire-go-racp .bro-staff-hero h1 {
  max-width: 45rem;
  margin: .2rem 0 .75rem;
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: clamp(2.5rem, 5vw, 5.3rem);
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.empire-go-racp .bro-download-hero p,
body.empire-go-racp .bro-staff-hero p {
  max-width: 42rem;
  color: #d8cfbf;
  line-height: 1.6;
}

body.empire-go-racp .bro-download-panel,
body.empire-go-racp .bro-download-card,
body.empire-go-racp .bro-mirror-card,
body.empire-go-racp .bro-install-steps,
body.empire-go-racp .bro-staff-rules > div {
  border: 1px solid rgba(255, 183, 65, .22);
  background: linear-gradient(180deg, rgba(20, 18, 15, .92), rgba(5, 5, 5, .86));
  box-shadow: 0 22px 58px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.05);
}

body.empire-go-racp .bro-download-panel {
  padding: 1.25rem;
  border-radius: .8rem;
}

body.empire-go-racp .bro-download-panel h2,
body.empire-go-racp .bro-download-card h3,
body.empire-go-racp .bro-staff-rules h3 {
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.empire-go-racp .bro-download-panel ul {
  display: grid;
  gap: .65rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

body.empire-go-racp .bro-download-panel li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .65rem;
  border-radius: .45rem;
  background: rgba(255,255,255,.055);
}

body.empire-go-racp .bro-download-card {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 1rem;
  padding: 1.35rem;
  border-radius: .85rem;
}

body.empire-go-racp .bro-mirror-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

body.empire-go-racp .bro-mirror-card {
  min-height: 7rem;
  padding: 1rem;
  border-radius: .55rem;
}

body.empire-go-racp .bro-mirror-card span,
body.empire-go-racp .bro-mirror-card small,
body.empire-go-racp .bro-install-steps span,
body.empire-go-racp .bro-staff-rules p {
  color: #d8cfbf;
}

body.empire-go-racp .bro-mirror-card strong {
  display: block;
  margin: .2rem 0;
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.empire-go-racp .bro-install-steps {
  display: grid;
  gap: .75rem;
  padding: 1rem;
  border-radius: .75rem;
}

body.empire-go-racp .bro-install-steps div {
  display: grid;
  grid-template-columns: 3rem minmax(0,1fr);
  gap: .8rem;
  align-items: center;
  padding: .85rem;
  border-radius: .5rem;
  background: rgba(255,255,255,.055);
}

body.empire-go-racp .bro-install-steps b {
  color: rgba(255, 189, 66, .60);
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 2rem;
}

body.empire-go-racp .bro-download-support {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}

body.empire-go-racp .bro-staff-hero .bro-wrap {
  max-width: 1120px;
}

body.empire-go-racp .bro-staff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.empire-go-racp .staff-profile-card {
  overflow: hidden;
  border: 1px solid rgba(255, 183, 65, .24);
  border-radius: .85rem;
  background: linear-gradient(180deg, rgba(20, 18, 15, .92), rgba(5, 5, 5, .86));
  box-shadow: 0 22px 58px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.05);
}

body.empire-go-racp .staff-profile-art {
  min-height: 17rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: radial-gradient(circle at 50% 100%, rgba(255, 183, 65, .20), rgba(255,255,255,.04) 45%, rgba(0,0,0,.20));
}

body.empire-go-racp .staff-profile-art img {
  max-width: 85%;
  max-height: 20rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.58));
}

body.empire-go-racp .staff-profile-body {
  padding: 1.25rem;
}

body.empire-go-racp .staff-profile-role {
  color: #ffbd42;
  font-family: "Odibee Sans", Impact, sans-serif;
  text-transform: uppercase;
}

body.empire-go-racp .staff-profile-body h2 {
  margin: .15rem 0;
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.empire-go-racp .staff-profile-subtitle,
body.empire-go-racp .staff-profile-copy {
  color: #d8cfbf;
}

body.empire-go-racp .bro-staff-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

body.empire-go-racp .bro-staff-rules > div {
  padding: 1.25rem;
  border-radius: .75rem;
}

@media (max-width: 991.98px) {
  body.empire-go-racp .bro-download-hero,
  body.empire-go-racp .bro-staff-hero {
    padding-top: 10rem;
  }

  body.empire-go-racp .bro-download-hero-grid,
  body.empire-go-racp .bro-download-card,
  body.empire-go-racp .bro-staff-grid,
  body.empire-go-racp .bro-staff-rules {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp .bro-mirror-grid {
    grid-template-columns: 1fr;
  }

  body.empire-go-racp .bro-download-panel li {
    display: grid;
  }
}


/* Blassito RO strategic redesign phase 2 polish */
body.empire-go-racp .staff-profile-role {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 1.55rem !important;
  padding: .25rem .75rem !important;
  border-radius: 999px !important;
  color: #1b1104 !important;
  background: linear-gradient(180deg, #ffd45f, #f0a01a) !important;
  font-size: .95rem !important;
  line-height: 1 !important;
  text-shadow: none !important;
  box-shadow: 0 8px 18px rgba(240, 160, 26, .22) !important;
}

@media (max-width: 575.98px) {
  body.empire-go-racp .staff-profile-art {
    min-height: 13rem !important;
  }

  body.empire-go-racp .staff-profile-art img {
    max-height: 15rem !important;
  }

  body.empire-go-racp .staff-profile-body h2 {
    font-size: 2.15rem !important;
  }
}


/* Blassito RO strategic redesign phase 3 */
body.empire-go-racp .bro-roadmap-preview {
  background:
    linear-gradient(180deg, rgba(0,0,0,.74), rgba(0,0,0,.90)),
    url("/themes/empire/static/img/bg-streamer.webp") center / cover fixed;
}

body.empire-go-racp .bro-roadmap-grid,
body.empire-go-racp .bro-rules-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

body.empire-go-racp .bro-rules-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.empire-go-racp .bro-roadmap-card,
body.empire-go-racp .bro-rule-card,
body.empire-go-racp .bro-roadmap-list {
  border: 1px solid rgba(255, 183, 65, .22);
  background: linear-gradient(180deg, rgba(20, 18, 15, .92), rgba(5, 5, 5, .86));
  box-shadow: 0 22px 58px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.05);
}

body.empire-go-racp .bro-roadmap-card,
body.empire-go-racp .bro-rule-card {
  min-height: 13rem;
  padding: 1.15rem;
  border-radius: .65rem;
}

body.empire-go-racp .bro-roadmap-card b {
  color: rgba(255, 189, 66, .45);
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 2.2rem;
}

body.empire-go-racp .bro-roadmap-card h3,
body.empire-go-racp .bro-rule-card h3,
body.empire-go-racp .bro-roadmap-list b {
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.empire-go-racp .bro-roadmap-card p,
body.empire-go-racp .bro-rule-card p,
body.empire-go-racp .bro-roadmap-list span {
  color: #d8cfbf;
  line-height: 1.5;
}

body.empire-go-racp .bro-roadmap-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-top: 1.5rem;
}

body.empire-go-racp .bro-roadmap-list {
  display: grid;
  gap: .75rem;
  padding: 1rem;
  border-radius: .75rem;
}

body.empire-go-racp .bro-roadmap-list div {
  padding: .9rem;
  border-radius: .5rem;
  background: rgba(255,255,255,.055);
}

body.empire-go-racp #rules,
body.empire-go-racp #roadmap {
  scroll-margin-top: 9rem;
}

@media (max-width: 991.98px) {
  body.empire-go-racp .bro-roadmap-preview {
    background-attachment: scroll;
  }

  body.empire-go-racp .bro-roadmap-grid,
  body.empire-go-racp .bro-rules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp .bro-roadmap-grid,
  body.empire-go-racp .bro-rules-grid {
    grid-template-columns: 1fr;
  }

  body.empire-go-racp .bro-roadmap-card,
  body.empire-go-racp .bro-rule-card {
    min-height: 0;
  }
}


/* Blassito RO strategic redesign phase 3 polish */
body.empire-go-racp .bro-roadmap-list b,
body.empire-go-racp .bro-roadmap-list span {
  display: block !important;
}

body.empire-go-racp .bro-roadmap-list b {
  margin-bottom: .2rem !important;
  line-height: 1.05 !important;
}

body.empire-go-racp .bro-roadmap-list div {
  min-height: 4.8rem !important;
}


/* Blassito RO strategic redesign phase 3 final roadmap text flow */
body.empire-go-racp #roadmap .bro-roadmap-list > div > b,
body.empire-go-racp #roadmap .bro-roadmap-list > div > span {
  display: block !important;
}

body.empire-go-racp #roadmap .bro-roadmap-list > div > b {
  margin-bottom: .25rem !important;
  line-height: 1.05 !important;
}


/* Blassito RO clean home pass */
body.empire-go-racp .bro-home-start {
  padding: 3rem 0 3.5rem !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,.92)),
    url("/themes/empire/static/img/bg-about.webp") center / cover !important;
}

body.empire-go-racp .bro-home-start .bro-section-head {
  margin-bottom: 1.25rem !important;
}

body.empire-go-racp .bro-home-start .bro-section-head h2 {
  font-size: clamp(2rem, 3.4vw, 3.25rem) !important;
}

body.empire-go-racp .bro-home-start .bro-step-card {
  min-height: 10rem !important;
  padding: 1.1rem !important;
}

body.empire-go-racp .bro-home-start .bro-step-card b {
  font-size: 2rem !important;
}

body.empire-go-racp .bro-home-start .bro-step-card h3 {
  font-size: 1.55rem !important;
}

body.empire-go-racp .bro-home-start .bro-step-card p {
  margin-bottom: 0 !important;
}

body.empire-go-racp #empire-news {
  padding-top: 2.5rem !important;
  padding-bottom: 2.75rem !important;
}

body.empire-go-racp #empire-rankings {
  margin-top: 0 !important;
}

body.empire-go-racp #empire-footer {
  margin-top: 0 !important;
}

@media (max-width: 575.98px) {
  body.empire-go-racp .bro-home-start {
    padding: 2.25rem 0 2.5rem !important;
  }

  body.empire-go-racp .bro-home-start .bro-section-head {
    text-align: left !important;
  }

  body.empire-go-racp .bro-home-start .bro-step-grid {
    gap: .65rem !important;
  }

  body.empire-go-racp .bro-home-start .bro-step-card {
    min-height: 0 !important;
  }
}


/* Blassito RO minimal home final */
body.empire-go-racp .bro-home-start {
  padding-bottom: 4.5rem !important;
}

body.empire-go-racp .bro-home-start::after {
  content: "";
  display: block;
  width: min(1120px, calc(100% - 28px));
  height: 1px;
  margin: 3.5rem auto 0;
  background: linear-gradient(90deg, transparent, rgba(255,183,65,.34), transparent);
}

body.empire-go-racp #empire-footer {
  padding-top: 3rem !important;
}

@media (min-width: 992px) {
  body.empire-go-racp .bro-home-start .bro-step-grid {
    max-width: 1120px;
    margin-inline: auto;
  }
}


/* Blassito RO clean home footer polish */
body.empire-go-racp #empire-footer {
  min-height: 0 !important;
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

body.empire-go-racp #empire-footer .navbar-brand-foot img {
  width: min(13rem, 48vw) !important;
}

body.empire-go-racp #foot-center {
  padding-top: .75rem !important;
}

body.empire-go-racp #foot-copytext {
  margin-bottom: .55rem !important;
}

@media (max-width: 575.98px) {
  body.empire-go-racp #empire-footer {
    padding-top: 1.75rem !important;
    padding-bottom: 2rem !important;
  }

  body.empire-go-racp #empire-footer .navbar-brand-foot img {
    width: min(10.5rem, 48vw) !important;
  }
}


/* Blassito RO rankings page */
body.empire-go-racp .bro-rankings-hero {
  position: relative;
  z-index: 7;
  padding: 13rem 0 4rem;
  background:
    linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.56)),
    url("/themes/empire/static/img/bg-rankings.webp") center / cover;
}

body.empire-go-racp .bro-rankings-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .45fr);
  gap: 1.25rem;
  align-items: center;
}

body.empire-go-racp .bro-rankings-hero h1 {
  max-width: 44rem;
  margin: .2rem 0 .75rem;
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: clamp(2.6rem, 5vw, 5.25rem);
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.empire-go-racp .bro-rankings-hero p {
  max-width: 42rem;
  color: #d8cfbf;
  line-height: 1.6;
}

body.empire-go-racp .bro-rankings-summary {
  display: grid;
  gap: .75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 183, 65, .22);
  border-radius: .85rem;
  background: linear-gradient(180deg, rgba(20, 18, 15, .92), rgba(5, 5, 5, .86));
  box-shadow: 0 22px 58px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.05);
}

body.empire-go-racp .bro-rankings-summary div {
  padding: .85rem;
  border-radius: .5rem;
  background: rgba(255,255,255,.055);
}

body.empire-go-racp .bro-rankings-summary span,
body.empire-go-racp .bro-rankings-summary small {
  color: #d8cfbf;
}

body.empire-go-racp .bro-rankings-summary strong {
  display: block;
  color: #fff;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 2.3rem;
  line-height: .95;
}

body.empire-go-racp .bro-ranking-section {
  position: relative;
  z-index: 7;
  padding: 4rem 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.84), rgba(0,0,0,.94)),
    url("/themes/empire/static/img/bg-about.webp") center / cover;
}

body.empire-go-racp .bro-ranking-alt {
  background:
    linear-gradient(180deg, rgba(0,0,0,.78), rgba(0,0,0,.92)),
    url("/themes/empire/static/img/bg-streamer.webp") center / cover;
}

body.empire-go-racp .bro-ranking-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.empire-go-racp .bro-ranking-subtitle {
  margin: 0 0 .75rem;
  color: #ffbd42;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.empire-go-racp .bro-rank-table,
body.empire-go-racp .bro-ranking-empty {
  overflow: hidden;
  border: 1px solid rgba(255, 183, 65, .22);
  border-radius: .75rem;
  background: linear-gradient(180deg, rgba(20, 18, 15, .92), rgba(5, 5, 5, .86));
  box-shadow: 0 22px 58px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.05);
}

body.empire-go-racp .bro-ranking-empty {
  padding: 1.25rem;
  color: #d8cfbf;
}

body.empire-go-racp .bro-rank-row {
  display: grid;
  grid-template-columns: 2.4rem minmax(8rem, 1.2fr) 3.2rem minmax(7rem, .9fr) 3.5rem 3.5rem 4rem;
  gap: .65rem;
  align-items: center;
  min-height: 3rem;
  padding: .65rem .85rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: #fff;
}

body.empire-go-racp .bro-rank-table-guild .bro-rank-row {
  grid-template-columns: 2.4rem minmax(8rem, 1.1fr) minmax(7rem, .9fr) 5rem 4.5rem 4.5rem;
}

body.empire-go-racp .bro-rank-table-mvp-log .bro-rank-row {
  grid-template-columns: 2.4rem minmax(7rem, 1fr) minmax(6rem, .75fr) 4.5rem 6.5rem;
}

body.empire-go-racp .bro-rank-row:last-child {
  border-bottom: 0;
}

body.empire-go-racp .bro-rank-head {
  min-height: 2.4rem;
  color: #ffbd42;
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  background: rgba(255,183,65,.08);
}

body.empire-go-racp .bro-rank-job {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.55));
}

body.empire-go-racp #pvp,
body.empire-go-racp #woe,
body.empire-go-racp #mvp {
  scroll-margin-top: 9rem;
}

@media (max-width: 991.98px) {
  body.empire-go-racp .bro-rankings-hero {
    padding-top: 10rem;
  }

  body.empire-go-racp .bro-rankings-hero-grid,
  body.empire-go-racp .bro-ranking-split {
    grid-template-columns: 1fr;
  }

  body.empire-go-racp .bro-rank-table {
    overflow-x: auto;
  }

  body.empire-go-racp .bro-rank-row {
    min-width: 42rem;
  }

  body.empire-go-racp .bro-rank-table-guild .bro-rank-row {
    min-width: 38rem;
  }

  body.empire-go-racp .bro-rank-table-mvp-log .bro-rank-row {
    min-width: 34rem;
  }
}

/* Database list and detail polish */
body.empire-go-racp main a[href^="/items/"] > .bg-bento,
body.empire-go-racp main a[href^="/mobs/"] > .bg-bento {
  align-items: center !important;
  min-height: 4.65rem !important;
  padding: .78rem 1rem !important;
  border-radius: .65rem !important;
  background: linear-gradient(180deg, rgba(14, 13, 11, .96), rgba(5, 5, 5, .92)) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.045) !important;
}

body.empire-go-racp main a.animate-fade-up[href^="/items/"],
body.empire-go-racp main a.animate-fade-up[href^="/mobs/"] {
  display: block !important;
  min-height: 4.65rem !important;
}

body.empire-go-racp main > .space-y-4 > .grid {
  margin-top: 1.15rem !important;
}

body.empire-go-racp main a[href^="/items/"] > .bg-bento:hover,
body.empire-go-racp main a[href^="/mobs/"] > .bg-bento:hover {
  border-color: rgba(255, 190, 65, .55) !important;
  background: linear-gradient(180deg, rgba(28, 22, 13, .98), rgba(8, 7, 6, .95)) !important;
  transform: translateY(-1px);
}

body.empire-go-racp main a[href^="/items/"] > .bg-bento p,
body.empire-go-racp main a[href^="/mobs/"] > .bg-bento p {
  margin: 0 !important;
  line-height: 1.12 !important;
}

body.empire-go-racp main a[href^="/items/"] > .bg-bento p:first-of-type,
body.empire-go-racp main a[href^="/mobs/"] > .bg-bento p:first-of-type {
  color: #fff !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: .92rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.empire-go-racp main a[href^="/items/"] > .bg-bento p:last-of-type,
body.empire-go-racp main a[href^="/mobs/"] > .bg-bento p:last-of-type {
  margin-top: .28rem !important;
  color: #f5c46a !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
}

body.empire-go-racp main a[href^="/items/"] > .bg-bento > .bg-surface,
body.empire-go-racp main a[href^="/mobs/"] > .bg-bento > .bg-surface {
  width: 3rem !important;
  height: 3rem !important;
  border-color: rgba(255, 184, 55, .30) !important;
  border-radius: .55rem !important;
  background: radial-gradient(circle at 50% 38%, rgba(255, 190, 65, .12), rgba(0,0,0,.76) 68%) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.045), 0 8px 18px rgba(0,0,0,.34) !important;
}

body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 186, 64, .34) !important;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 187, 61, .16), transparent 28rem),
    linear-gradient(135deg, rgba(18, 15, 11, .98), rgba(4, 4, 4, .92) 58%, rgba(31, 20, 8, .90)) !important;
}

body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.045), transparent);
  opacity: .55;
}

body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type > * {
  position: relative;
  z-index: 1;
}

body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type .bg-surface.border {
  border-color: rgba(255, 190, 65, .38) !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 199, 89, .16), rgba(0,0,0,.72) 70%),
    rgba(0,0,0,.42) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.055), 0 16px 34px rgba(0,0,0,.38) !important;
}

body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type h1 {
  font-size: clamp(2.65rem, 5.4vw, 4.35rem) !important;
  line-height: .9 !important;
  text-shadow: 0 7px 22px rgba(0,0,0,.55) !important;
}

body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type p {
  margin: 0 !important;
  color: #e9ddca !important;
}

body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type dl {
  padding-top: .35rem !important;
}

body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type dl > div {
  padding: .75rem .85rem !important;
  border: 1px solid rgba(255, 190, 65, .14) !important;
  border-radius: .55rem !important;
  background: rgba(255,255,255,.045) !important;
}

body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type dt,
body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type dd {
  margin: 0 !important;
}

body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type dd {
  color: #fff !important;
  font-weight: 900 !important;
}

body.empire-go-racp main > .mx-auto > .grid > div > .bg-bento,
body.empire-go-racp main > .mx-auto > .grid > .bg-bento,
body.empire-go-racp main > .mx-auto > div.bg-bento:not(:first-of-type) {
  border-color: rgba(255, 186, 64, .26) !important;
  border-radius: .9rem !important;
  background: linear-gradient(180deg, rgba(15, 14, 12, .96), rgba(4, 4, 4, .90)) !important;
}

body.empire-go-racp main > .mx-auto .border-b.border-border {
  border-color: rgba(255, 190, 65, .16) !important;
}

body.empire-go-racp main > .mx-auto dl.divide-y {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: .75rem !important;
}

body.empire-go-racp main > .mx-auto dl.divide-y > div,
body.empire-go-racp main > .mx-auto > .grid dl.grid > div {
  min-height: 3.25rem !important;
  padding: .75rem .85rem !important;
  border: 1px solid rgba(255, 190, 65, .13) !important;
  border-radius: .6rem !important;
  background: rgba(255,255,255,.045) !important;
}

body.empire-go-racp main > .mx-auto dl.divide-y > div > dt,
body.empire-go-racp main > .mx-auto > .grid dl.grid > div > dt {
  color: #cdbf9f !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

body.empire-go-racp main > .mx-auto dl.divide-y > div > dd,
body.empire-go-racp main > .mx-auto > .grid dl.grid > div > dd {
  color: #fff !important;
  font-size: .95rem !important;
  font-weight: 900 !important;
}

body.empire-go-racp main > .mx-auto ul.grid a,
body.empire-go-racp main > .mx-auto ul.grid div.grid {
  min-height: 3.25rem !important;
  margin: .15rem 0 !important;
  padding: .55rem .65rem !important;
  border: 1px solid rgba(255, 190, 65, .12) !important;
  border-radius: .6rem !important;
  background: rgba(255,255,255,.04) !important;
}

body.empire-go-racp main > .mx-auto ul.grid a:hover {
  border-color: rgba(255, 190, 65, .38) !important;
  background: rgba(255,190,65,.075) !important;
}

@media (max-width: 767.98px) {
  body.empire-go-racp main a[href^="/items/"] > .bg-bento,
  body.empire-go-racp main a[href^="/mobs/"] > .bg-bento {
    min-height: 4.25rem !important;
  }

  body.empire-go-racp main > .mx-auto dl.divide-y {
    grid-template-columns: 1fr !important;
  }

  body.empire-go-racp main > .mx-auto > div.bg-bento:first-of-type h1 {
    font-size: 2.55rem !important;
  }
}

body.empire-go-racp [x-show="open"] article[style*="Gulim"] {
  width: min(34rem, calc(100vw - 2rem)) !important;
  max-width: none !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 190, 65, .34) !important;
  border-radius: .95rem !important;
  color: #f6efe4 !important;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 190, 65, .15), transparent 16rem),
    linear-gradient(180deg, rgba(18, 15, 11, .98), rgba(4, 4, 4, .94)) !important;
  box-shadow: 0 28px 76px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.055) !important;
  font-family: "Inter", Arial, sans-serif !important;
}

body.empire-go-racp [x-show="open"] article[style*="Gulim"] > div {
  min-width: 0 !important;
  padding: 1.15rem !important;
  border: 0 !important;
  border-radius: 0 !important;
}

body.empire-go-racp [x-show="open"] article[style*="Gulim"] > div > .absolute {
  display: none !important;
}

body.empire-go-racp [x-show="open"] article[style*="Gulim"] .relative.flex {
  display: grid !important;
  grid-template-columns: 4.25rem minmax(0, 1fr) !important;
  gap: 1rem !important;
  align-items: start !important;
}

body.empire-go-racp [x-show="open"] article[style*="Gulim"] .relative.flex > div:first-child {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 4.25rem !important;
  height: 4.25rem !important;
  border: 1px solid rgba(255, 190, 65, .34) !important;
  border-radius: .75rem !important;
  background: radial-gradient(circle at 50% 40%, rgba(255, 190, 65, .18), rgba(0,0,0,.72) 70%) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 16px 28px rgba(0,0,0,.38) !important;
}

body.empire-go-racp [x-show="open"] article[style*="Gulim"] img {
  width: 2.25rem !important;
  height: 2.25rem !important;
  object-fit: contain !important;
}

body.empire-go-racp [x-show="open"] article[style*="Gulim"] section {
  grid-column: 2 !important;
  max-width: none !important;
  padding: 0 !important;
  color: #e9dcc8 !important;
  font-size: .95rem !important;
  line-height: 1.45 !important;
}

body.empire-go-racp [x-show="open"] article[style*="Gulim"] section h2 {
  position: static !important;
  margin: 0 0 .65rem !important;
  color: #fff !important;
  font-family: "Odibee Sans", Impact, sans-serif !important;
  font-size: 2.65rem !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 7px 20px rgba(0,0,0,.55) !important;
  white-space: normal !important;
}

body.empire-go-racp [x-show="open"] article[style*="Gulim"] section p {
  margin: .4rem 0 !important;
  color: #e9dcc8 !important;
}

body.empire-go-racp [x-show="open"] article[style*="Gulim"] section p:first-of-type {
  margin-bottom: .75rem !important;
  color: #fff3d5 !important;
  font-weight: 800 !important;
}

body.empire-go-racp [x-show="open"] article[style*="Gulim"] b,
body.empire-go-racp [x-show="open"] article[style*="Gulim"] strong {
  color: #ffcb63 !important;
}

@media (max-width: 575.98px) {
  body.empire-go-racp [x-show="open"] article[style*="Gulim"] .relative.flex {
    grid-template-columns: 1fr !important;
  }

  body.empire-go-racp [x-show="open"] article[style*="Gulim"] section {
    grid-column: auto !important;
  }
}

/* Empire database controls: readable fields + themed pagination */
body.empire-go-racp main input:not([type="checkbox"]):not([type="radio"]),
body.empire-go-racp main select,
body.empire-go-racp main textarea {
  color: #fff8e8 !important;
  caret-color: #ffb126 !important;
  background: rgba(5, 5, 5, .86) !important;
  border: 1px solid rgba(255, 177, 38, .46) !important;
  border-radius: .65rem !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.045), 0 10px 22px rgba(0,0,0,.24) !important;
}

body.empire-go-racp main input:not([type="checkbox"]):not([type="radio"])::placeholder,
body.empire-go-racp main textarea::placeholder {
  color: #d9c093 !important;
  opacity: 1 !important;
}

body.empire-go-racp main input:not([type="checkbox"]):not([type="radio"]):focus,
body.empire-go-racp main select:focus,
body.empire-go-racp main textarea:focus {
  color: #fff !important;
  border-color: #ffb126 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 177, 38, .18), inset 0 0 0 1px rgba(255,255,255,.07) !important;
}

body.empire-go-racp main input[class*="pl-9"] {
  padding-left: 2.35rem !important;
  padding-right: .9rem !important;
}

body.empire-go-racp main button[type="submit"] {
  color: #1b1105 !important;
  background: linear-gradient(180deg, #ffc34f, #f19615) !important;
  border: 1px solid rgba(255, 221, 142, .58) !important;
  border-radius: .65rem !important;
  text-shadow: none !important;
  box-shadow: 0 12px 24px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.28) !important;
}

body.empire-go-racp main button[type="submit"]:hover {
  background: linear-gradient(180deg, #ffd16d, #ffa21d) !important;
}

body.empire-go-racp main nav[x-data="pagination"] {
  gap: .45rem !important;
  align-items: center !important;
}

body.empire-go-racp main nav[x-data="pagination"] > a {
  min-width: 2.35rem !important;
  height: 2.15rem !important;
  padding: 0 .65rem !important;
  color: #ffe0a3 !important;
  background: linear-gradient(180deg, rgba(38, 27, 12, .96), rgba(10, 10, 10, .94)) !important;
  border: 1px solid rgba(255, 177, 38, .44) !important;
  border-radius: .7rem !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.06) !important;
}

body.empire-go-racp main nav[x-data="pagination"] > a:hover {
  color: #1b1105 !important;
  background: linear-gradient(180deg, #ffd16d, #f59b16) !important;
  border-color: rgba(255, 221, 142, .72) !important;
}

body.empire-go-racp main nav[x-data="pagination"] > a[aria-disabled="true"] {
  color: rgba(255, 224, 163, .34) !important;
  background: rgba(0,0,0,.42) !important;
  border-color: rgba(255, 177, 38, .18) !important;
  box-shadow: none !important;
}

body.empire-go-racp main nav[x-data="pagination"] svg {
  width: 1rem !important;
  height: 1rem !important;
  color: currentColor !important;
  stroke: currentColor !important;
  opacity: 1 !important;
}

body.empire-go-racp main nav[x-data="pagination"] > div {
  height: 2.15rem !important;
  padding: 0 .7rem !important;
  color: #f7dfb1 !important;
  background: rgba(0,0,0,.78) !important;
  border: 1px solid rgba(255, 177, 38, .38) !important;
  border-radius: .7rem !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04) !important;
}

body.empire-go-racp main nav[x-data="pagination"] input[type="number"] {
  width: 3.15rem !important;
  height: 1.7rem !important;
  padding: 0 .35rem !important;
  color: #fff7df !important;
  text-align: center !important;
  background: rgba(255, 177, 38, .12) !important;
  border: 1px solid rgba(255, 177, 38, .5) !important;
  border-radius: .45rem !important;
  box-shadow: none !important;
}

body.empire-go-racp main nav[x-data="pagination"] span {
  color: #d6bd8a !important;
}

/* Empire support console v2 */
body.empire-go-racp main > .ticket-console {
  --ticket-gold: #ffb126;
  --ticket-gold-soft: #ffcf72;
  --ticket-panel: rgba(10, 9, 7, .94);
  --ticket-line: rgba(255, 177, 38, .24);
  --ticket-muted: #cdbd9e;
  width: min(100%, 1180px);
  padding: 9.25rem 1rem 4rem;
  color: #fff4da;
}

body.empire-go-racp .ticket-console-heading,
body.empire-go-racp .ticket-console-detail-bar,
body.empire-go-racp .ticket-console-actions,
body.empire-go-racp .ticket-console-message-head,
body.empire-go-racp .ticket-console-message > :first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

body.empire-go-racp .ticket-console-heading {
  padding-bottom: .25rem;
}

body.empire-go-racp .ticket-console-heading h1,
body.empire-go-racp .ticket-console-header h1,
body.empire-go-racp .ticket-console #ticket-header h1,
body.empire-go-racp .ticket-console-title {
  margin: 0;
  color: var(--ticket-gold);
  font-family: "Odibee Sans", Impact, sans-serif;
  font-size: clamp(2.65rem, 4vw, 3.7rem);
  line-height: .92;
  letter-spacing: .015em;
  text-shadow: 0 9px 22px rgba(0, 0, 0, .5);
}

body.empire-go-racp .ticket-console-heading p:not(.ticket-console-kicker) {
  max-width: 62ch;
  margin: .4rem 0 0;
  color: var(--ticket-muted);
}

body.empire-go-racp .ticket-console-kicker,
body.empire-go-racp .ticket-console-poll {
  color: var(--ticket-gold-soft);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.empire-go-racp .ticket-console-kicker {
  margin: 0 0 .28rem;
}

body.empire-go-racp .ticket-console-poll {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: .48rem;
  padding: .42rem .62rem;
  border: 1px solid rgba(255, 177, 38, .2);
  border-radius: 999px;
  background: rgba(255, 177, 38, .055);
}

body.empire-go-racp .ticket-console-poll > span {
  width: .46rem;
  height: .46rem;
  border-radius: 50%;
  background: #79dca1;
  box-shadow: 0 0 0 .18rem rgba(121, 220, 161, .1);
}

body.empire-go-racp .ticket-console-tabs {
  display: flex;
  gap: .3rem;
  margin-top: 1.35rem;
  padding: .3rem;
  border: 1px solid var(--ticket-line);
  border-radius: .8rem;
  background: rgba(0, 0, 0, .45);
}

body.empire-go-racp .ticket-console-tab {
  padding: .62rem .9rem;
  color: var(--ticket-muted);
  border: 1px solid transparent;
  border-radius: .58rem;
  text-decoration: none;
  transition: color .16s ease, background-color .16s ease, border-color .16s ease;
}

body.empire-go-racp .ticket-console-tab:hover,
body.empire-go-racp .ticket-console-tab:focus-visible,
body.empire-go-racp .ticket-console-tab.is-active {
  color: #1b1105;
  background: linear-gradient(180deg, #ffc34f, #f19615);
  border-color: rgba(255, 221, 142, .6);
  outline: none;
}

body.empire-go-racp .ticket-console #staff-tickets-body {
  margin-top: .75rem;
}

body.empire-go-racp .ticket-console-table {
  width: 100%;
  color: #fff4da;
  border-collapse: collapse;
  border: 1px solid var(--ticket-line);
  border-radius: .82rem;
  background: var(--ticket-panel);
  box-shadow: 0 20px 52px rgba(0, 0, 0, .32);
}

body.empire-go-racp .ticket-console-table th {
  padding: .58rem .8rem;
  color: var(--ticket-gold-soft);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: left;
  text-transform: uppercase;
  background: rgba(255, 177, 38, .065);
}

body.empire-go-racp .ticket-console-table td {
  padding: .66rem .8rem;
  color: #f4e7ce;
  border-top: 1px solid rgba(255, 177, 38, .12);
  vertical-align: middle;
}

body.empire-go-racp .ticket-console-table td:first-child {
  width: 2rem;
  padding-right: 0;
}

body.empire-go-racp .ticket-console-table td:nth-child(2),
body.empire-go-racp .ticket-console-table td:last-child {
  white-space: nowrap;
}

body.empire-go-racp .ticket-console-table td:nth-child(3) a {
  color: #ffe09d;
  font-weight: 800;
  text-decoration: none;
}

.ticket-console-row-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

body.empire-go-racp .ticket-console-table td:nth-child(3) div,
body.empire-go-racp .ticket-console #staff-tickets-body > p {
  margin-top: .16rem;
  color: var(--ticket-muted);
  font-size: .72rem;
}

body.empire-go-racp main > .ticket-console .ticket-console-row {
  position: relative;
  background: rgba(255, 255, 255, .018);
  cursor: pointer;
  transition: background-color .16s ease, box-shadow .16s ease;
}

body.empire-go-racp .ticket-console-row:hover,
body.empire-go-racp .ticket-console-row:focus-visible {
  background: rgba(255, 177, 38, .075);
  box-shadow: inset 3px 0 var(--ticket-gold);
  outline: none;
}

body.empire-go-racp .ticket-console-row td:first-child > span,
body.empire-go-racp .ticket-console-unread {
  display: block;
  width: .58rem;
  height: .58rem;
  min-width: .58rem;
  padding: 0;
  border: 1px solid rgba(255, 177, 38, .3);
  border-radius: 50%;
  background: rgba(255, 177, 38, .1);
}

body.empire-go-racp .ticket-console-row td:first-child > span:not(.bg-transparent),
body.empire-go-racp .ticket-console-unread.is-unread {
  border-color: rgba(150, 255, 210, .48);
  background: #69d99b;
  box-shadow: 0 0 12px rgba(81, 222, 143, .42);
}

body.empire-go-racp .ticket-console-card,
body.empire-go-racp .ticket-console-empty,
body.empire-go-racp .ticket-console-composer,
body.empire-go-racp .ticket-console-note,
body.empire-go-racp .ticket-console-terminal {
  border: 1px solid var(--ticket-line);
  border-radius: .9rem;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 177, 38, .1), transparent 20rem),
    var(--ticket-panel);
  background-color: var(--ticket-panel) !important;
  border-color: var(--ticket-line) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .05);
}

body.empire-go-racp .ticket-console-detail > :first-child,
body.empire-go-racp .ticket-console-detail-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ticket-muted);
}

body.empire-go-racp .ticket-console-detail > :first-child a {
  color: var(--ticket-gold-soft);
  text-decoration: none;
}

body.empire-go-racp .ticket-console-detail > :first-child > .text-gray-500 {
  color: var(--ticket-muted) !important;
}

body.empire-go-racp .ticket-console-detail > :first-child .text-gray-800 {
  color: #fff1d2 !important;
}

body.empire-go-racp .ticket-console-card {
  overflow: hidden;
}

body.empire-go-racp .ticket-console #ticket-header {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom-color: var(--ticket-line);
}

body.empire-go-racp .ticket-console #ticket-header > :first-child {
  align-items: flex-start;
}

body.empire-go-racp .ticket-console #ticket-header h1 {
  margin-top: .3rem;
}

body.empire-go-racp .ticket-console #ticket-header p,
body.empire-go-racp .ticket-console #ticket-header span {
  color: inherit;
}

body.empire-go-racp .ticket-console-badge,
body.empire-go-racp .ticket-console-table td:nth-child(5) > span,
body.empire-go-racp .ticket-console #ticket-header .mt-2 > span {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  padding: .22rem .55rem;
  color: #f3dfb8;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  font-size: .72rem;
  font-weight: 700;
}

body.empire-go-racp .ticket-console-table td:nth-child(5) > span > span,
body.empire-go-racp .ticket-console #ticket-header .mt-2 > span > span {
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  box-shadow: 0 0 8px currentColor;
}

body.empire-go-racp .ticket-console .bg-emerald-500 {
  color: #67dfa0;
  background: #67dfa0;
}

body.empire-go-racp .ticket-console .bg-blue-500 {
  color: #69bfff;
  background: #69bfff;
}

body.empire-go-racp .ticket-console .bg-gray-500 {
  color: #a99e8d;
  background: #a99e8d;
}

body.empire-go-racp .ticket-console-thread {
  display: grid;
  gap: .55rem;
}

body.empire-go-racp .ticket-console-message {
  padding: .75rem .9rem;
  color: #f8ead0;
  border: 1px solid var(--ticket-line);
  border-radius: .72rem;
  background: rgba(255, 255, 255, .025);
  background-color: var(--ticket-panel) !important;
  border-color: var(--ticket-line) !important;
  box-shadow: none;
}

body.empire-go-racp .ticket-console-message.is-staff {
  border-left: 3px solid #5cb9ff;
  border-left-color: #5cb9ff !important;
  background: linear-gradient(90deg, rgba(92, 185, 255, .075), rgba(255, 255, 255, .018) 38%);
  background-color: rgba(11, 24, 34, .96) !important;
}

body.empire-go-racp .ticket-console-message.is-player {
  border-left: 3px solid var(--ticket-gold);
  border-left-color: var(--ticket-gold) !important;
}

body.empire-go-racp .ticket-console-message.is-internal {
  border-left: 3px solid #f2b84b;
  border-left-color: #f2b84b !important;
  background: rgba(242, 184, 75, .08);
  background-color: rgba(39, 29, 10, .96) !important;
}

body.empire-go-racp .ticket-console-message > :first-child {
  margin-bottom: .42rem;
}

body.empire-go-racp .ticket-console-message > :first-child .text-gray-800 {
  color: #fff1d2 !important;
}

body.empire-go-racp .ticket-console-message time {
  flex: 0 0 auto;
  color: var(--ticket-muted);
  font-variant-numeric: tabular-nums;
}

body.empire-go-racp .ticket-console-message > :nth-child(2) {
  color: #f8ead0;
}

body.empire-go-racp .ticket-console-avatar,
body.empire-go-racp .ticket-console-message > :first-child > div > span:first-child {
  display: inline-grid;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 1.75rem;
  place-items: center;
  color: #1b1105;
  border: 1px solid var(--ticket-line);
  border-radius: 50%;
  background: var(--ticket-gold-soft);
  font-size: .68rem;
  font-weight: 800;
}

body.empire-go-racp .ticket-console-message.is-staff > :first-child > div > span:first-child {
  color: #06131d;
  background: #86cbff;
}

body.empire-go-racp .ticket-console-message.is-internal > :first-child > div > span:first-child {
  color: #1b1105;
  background: #f2b84b;
}

body.empire-go-racp .ticket-console-message.is-internal > :first-child > div > span:nth-child(3) {
  color: #1b1105;
  border: 1px solid rgba(255, 213, 128, .6);
  background: #eeb54c;
}

body.empire-go-racp .ticket-console-system {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: .55rem 0;
  color: var(--ticket-gold-soft);
  font-size: .75rem;
}

body.empire-go-racp .ticket-console-system::before,
body.empire-go-racp .ticket-console-system::after {
  content: "";
  flex: 1;
  border-top: 1px solid var(--ticket-line);
}

body.empire-go-racp .ticket-console-system > span:not(.italic) {
  display: none;
}

body.empire-go-racp .ticket-console-system > span.italic {
  padding: .28rem .62rem;
  color: var(--ticket-gold-soft);
  font-style: normal;
  text-align: center;
}

body.empire-go-racp .ticket-console-empty {
  padding: 1.25rem;
  text-align: center;
}

body.empire-go-racp .ticket-console-empty p {
  margin: 0;
  color: var(--ticket-muted);
}

body.empire-go-racp .ticket-console-empty p:first-child {
  color: var(--ticket-gold-soft);
  font-weight: 800;
}

body.empire-go-racp .ticket-console-thread > .text-gray-500 {
  color: var(--ticket-muted) !important;
}

body.empire-go-racp .ticket-console-composer,
body.empire-go-racp .ticket-console-note {
  margin-top: .75rem;
  overflow: hidden;
}

body.empire-go-racp .ticket-console-composer form {
  overflow: hidden;
  border: 0;
  background: transparent;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}

body.empire-go-racp .ticket-console-composer form > div,
body.empire-go-racp .ticket-console-note > div {
  color: var(--ticket-gold-soft);
  border-color: var(--ticket-line);
  background: rgba(255, 177, 38, .045);
}

body.empire-go-racp .ticket-console-note > div .text-amber-800 {
  color: var(--ticket-gold-soft) !important;
}

body.empire-go-racp .ticket-console :is(textarea, select) {
  color: #fff8e8;
  caret-color: var(--ticket-gold);
  background: rgba(3, 3, 3, .82);
  border: 1px solid rgba(255, 177, 38, .4);
  border-radius: .5rem;
}

body.empire-go-racp .ticket-console textarea {
  min-height: 7.5rem;
  border-width: 1px 0;
  border-radius: 0;
}

body.empire-go-racp .ticket-console :is(textarea, select):focus {
  border-color: var(--ticket-gold);
  box-shadow: 0 0 0 3px rgba(255, 177, 38, .12);
  outline: none;
}

body.empire-go-racp .ticket-console textarea::placeholder {
  color: #9f8f72;
}

body.empire-go-racp .ticket-console button {
  color: #1b1105;
  border: 1px solid rgba(255, 221, 142, .58);
  background: linear-gradient(180deg, #ffc34f, #f19615);
  box-shadow: inset 0 1px rgba(255, 255, 255, .24);
  transition: filter .16s ease, transform .16s ease, opacity .16s ease;
}

body.empire-go-racp .ticket-console button:hover {
  filter: brightness(1.08);
}

body.empire-go-racp .ticket-console button:active {
  transform: translateY(1px);
}

body.empire-go-racp .ticket-console button:disabled {
  cursor: not-allowed;
  filter: saturate(.35);
  opacity: .55;
}

body.empire-go-racp .ticket-console-actions {
  justify-content: flex-start;
  padding-top: .3rem;
}

body.empire-go-racp .ticket-console-actions form {
  display: flex;
  align-items: center;
  gap: .5rem;
}

body.empire-go-racp .ticket-console-actions label {
  color: var(--ticket-muted);
}

body.empire-go-racp .ticket-console-actions [x-show="confirm"] > .text-gray-600 {
  color: #f2dfba !important;
}

body.empire-go-racp .ticket-console-actions button {
  min-height: 2rem;
  padding: .4rem .7rem;
  border-radius: .5rem;
}

body.empire-go-racp .ticket-console-terminal {
  padding: .85rem 1rem;
  color: var(--ticket-muted);
  border-style: dashed;
}

body.empire-go-racp .ticket-console-terminal p {
  margin: 0;
  color: inherit;
}

body.empire-go-racp .ticket-console-terminal p:first-child {
  color: var(--ticket-gold-soft);
  font-weight: 800;
}

body.empire-go-racp .ticket-console :is(a, button, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--ticket-gold-soft);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  body.empire-go-racp main > .ticket-console {
    padding: 17rem .75rem 3rem;
  }

  body.empire-go-racp .ticket-console-heading,
  body.empire-go-racp .ticket-console-detail-bar,
  body.empire-go-racp .ticket-console-detail > :first-child,
  body.empire-go-racp .ticket-console-message-head,
  body.empire-go-racp .ticket-console-message > :first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: .45rem;
  }

  body.empire-go-racp .ticket-console-poll {
    white-space: normal;
  }

  body.empire-go-racp .ticket-console-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.empire-go-racp .ticket-console-tab {
    min-height: 2.75rem;
  }

  body.empire-go-racp .ticket-console-table thead {
    display: none;
  }

  body.empire-go-racp .ticket-console-table,
  body.empire-go-racp .ticket-console-table tbody,
  body.empire-go-racp .ticket-console-table tr,
  body.empire-go-racp .ticket-console-table td {
    display: block;
    width: 100%;
  }

  body.empire-go-racp .ticket-console-table {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.empire-go-racp .ticket-console-row {
    position: relative;
    margin-bottom: .55rem;
    padding: .75rem;
    border: 1px solid var(--ticket-line);
    border-radius: .72rem;
    background: var(--ticket-panel);
  }

  body.empire-go-racp .ticket-console-table td {
    padding: .2rem 0;
    border: 0;
    text-align: left !important;
    white-space: normal;
  }

  body.empire-go-racp .ticket-console-table td:first-child {
    position: absolute;
    top: .86rem;
    right: .75rem;
    width: auto;
  }

  body.empire-go-racp .ticket-console-table td:nth-child(3) {
    padding-right: 1.25rem;
  }

  body.empire-go-racp .ticket-console-card > div,
  body.empire-go-racp .ticket-console-thread-wrap,
  body.empire-go-racp .ticket-console-compose-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  body.empire-go-racp .ticket-console-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.empire-go-racp .ticket-console-actions form {
    align-items: stretch;
    flex-direction: column;
  }

  body.empire-go-racp .ticket-console-actions > .text-gray-300 {
    display: none;
  }

  body.empire-go-racp .ticket-console-actions button,
  body.empire-go-racp .ticket-console-actions select {
    min-height: 2.75rem;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.empire-go-racp .ticket-console *,
  body.empire-go-racp .ticket-console *::before,
  body.empire-go-racp .ticket-console *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Empire home splash alignment + embedded login polish */
body.empire-go-racp:has(#empire-splash) main {
  padding-top: 0 !important;
}

body.empire-go-racp:has(#empire-splash) #empire-splash {
  padding-top: 180px !important;
  margin-top: 0 !important;
  background-position: center top !important;
}

body.empire-go-racp #empire-splash #empire-account-box {
  border: 1px solid rgba(255, 190, 65, .34) !important;
  border-radius: 1.45rem !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 190, 65, .16), transparent 12rem),
    linear-gradient(180deg, rgba(13, 11, 8, .82), rgba(2, 2, 2, .78)) !important;
  box-shadow: 0 28px 70px rgba(0,0,0,.50), inset 0 1px 0 rgba(255,255,255,.08) !important;
  backdrop-filter: blur(2px) !important;
}

body.empire-go-racp #empire-splash #empire-splash-logo img {
  width: 9.25rem !important;
  margin-bottom: -.35rem !important;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.72)) drop-shadow(0 0 14px rgba(255, 190, 65, .14)) !important;
}

body.empire-go-racp #empire-splash #splash-account {
  width: min(18.5rem, 100%) !important;
  padding: 1.45rem 1.25rem 1.1rem !important;
  border: 1px solid rgba(255, 190, 65, .24) !important;
  border-radius: 1rem !important;
  background: linear-gradient(180deg, rgba(14, 13, 11, .94), rgba(3, 3, 3, .92)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 18px 40px rgba(0,0,0,.36) !important;
}

body.empire-go-racp #empire-splash #login-box-title {
  margin-bottom: .95rem !important;
  color: #ffbe41 !important;
  font-size: 1.42rem !important;
  line-height: 1.22 !important;
  letter-spacing: -.015em !important;
  text-shadow: 0 2px 14px rgba(255, 177, 38, .14) !important;
}

body.empire-go-racp #empire-splash #splash-account .form-floating {
  margin-bottom: .65rem !important;
}

body.empire-go-racp #empire-splash #splash-account .form-control {
  min-height: 2.8rem !important;
  height: 2.8rem !important;
  padding: .78rem .85rem .25rem !important;
  color: #fff8e8 !important;
  background: rgba(12, 11, 10, .92) !important;
  border: 1px solid rgba(255, 190, 65, .30) !important;
  border-radius: .65rem !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 10px 18px rgba(0,0,0,.22) !important;
}

body.empire-go-racp #empire-splash #splash-account .form-floating > label {
  padding: .72rem .85rem !important;
  color: rgba(255, 244, 218, .64) !important;
  font-size: .82rem !important;
  font-weight: 800 !important;
}

body.empire-go-racp #empire-splash #splash-login-btn {
  width: 100% !important;
  min-height: 2.55rem !important;
  margin: .35rem 0 .75rem !important;
  padding: .62rem 1rem !important;
  border-radius: .72rem !important;
  font-size: .75rem !important;
  font-weight: 950 !important;
  letter-spacing: .025em !important;
  box-shadow: 0 14px 26px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.30) !important;
}

body.empire-go-racp #empire-splash #splash-links {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: .35rem .5rem !important;
  font-size: .82rem !important;
  line-height: 1.35 !important;
}

body.empire-go-racp #empire-splash #splash-links a {
  color: #ffd16d !important;
  font-weight: 900 !important;
}

body.empire-go-racp #empire-splash:not(.empire-splash-sm) #empire-account-box::after {
  right: -7.75rem !important;
  bottom: -3.2rem !important;
  opacity: .96 !important;
}

/* Home authenticated state: keep the splash account card aligned with the guest login card. */
body.empire-go-racp #empire-splash:not(.empire-splash-sm) #empire-account-box:has(.splash-account-logged) {
  transform: translateY(-1.75rem) scale(.8) !important;
  transform-origin: center center !important;
}

body.empire-go-racp #empire-splash #splash-account .splash-account-logged {
  gap: .72rem !important;
}

body.empire-go-racp #empire-splash #splash-account .splash-account-logged .splash-account-copy {
  line-height: 1.42 !important;
}

body.empire-go-racp #empire-splash #splash-account .splash-account-logged .splash-account-actions {
  gap: .52rem !important;
}

/* Home hero: lift Golden Thief Bug render slightly to match the raised account card. */
body.empire-go-racp #empire-splash:not(.empire-splash-sm) #empire-splash-render {
  transform: translateY(-5.25rem) !important;
}

@media (max-width: 991.98px) {
  body.empire-go-racp:has(#empire-splash) #empire-splash {
    padding-top: 150px !important;
  }
}

/* Empire account auth pages: login + register */
body.empire-go-racp main:has(#login-form),
body.empire-go-racp main:has(#register-form),
body.empire-go-racp main:has(#forgot-content) {
  padding-top: clamp(9.5rem, 13vw, 12.5rem) !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form),
body.empire-go-racp main .max-w-5xl:has(#register-form) {
  position: relative !important;
  max-width: 72rem !important;
  align-items: stretch !important;
  gap: 1.25rem !important;
  padding: clamp(.25rem, 1vw, .85rem) !important;
  isolation: isolate !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form)::before,
body.empire-go-racp main .max-w-5xl:has(#register-form)::before {
  content: "" !important;
  position: absolute !important;
  inset: -1.1rem !important;
  z-index: -1 !important;
  border-radius: 1.65rem !important;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 177, 38, .18), transparent 22rem),
    radial-gradient(circle at 84% 78%, rgba(172, 72, 18, .18), transparent 20rem),
    linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.012)) !important;
  border: 1px solid rgba(255, 177, 38, .16) !important;
  box-shadow: 0 36px 90px rgba(0,0,0,.34) !important;
  pointer-events: none !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) > div,
body.empire-go-racp main .max-w-5xl:has(#register-form) > div {
  min-width: 0 !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) > div > .bg-bento,
body.empire-go-racp main .max-w-5xl:has(#register-form) > div > .bg-bento {
  position: relative !important;
  overflow: hidden !important;
  color: #fff4da !important;
  padding: clamp(2.25rem, 2.9vw, 3.35rem) !important;
  border: 1px solid rgba(255, 177, 38, .28) !important;
  border-radius: 1.25rem !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 177, 38, .14), transparent 19rem),
    linear-gradient(180deg, rgba(18, 14, 9, .96), rgba(5, 5, 5, .92)) !important;
  box-shadow: 0 26px 70px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06) !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) > div:first-child > .bg-bento,
body.empire-go-racp main .max-w-5xl:has(#register-form) > div:first-child > .bg-bento {
  background:
    linear-gradient(180deg, rgba(5,5,5,.36), rgba(5,5,5,.88)),
    radial-gradient(circle at 28% 18%, rgba(255, 190, 65, .22), transparent 18rem),
    url("/themes/empire/static/img/render-account-box.png") right bottom / min(72%, 27rem) auto no-repeat,
    linear-gradient(145deg, rgba(34, 18, 5, .96), rgba(4, 4, 4, .94)) !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) > div:first-child > .bg-bento {
  background:
    linear-gradient(90deg, rgba(6, 5, 4, .98) 0%, rgba(6, 5, 4, .94) 52%, rgba(6, 5, 4, .58) 76%, rgba(6, 5, 4, .42) 100%),
    radial-gradient(circle at 18% 8%, rgba(255, 190, 65, .20), transparent 18rem),
    url("/themes/empire/static/img/bro-logo-tight.png") right 2.5rem bottom 2.35rem / min(42%, 17rem) auto no-repeat,
    linear-gradient(145deg, rgba(34, 18, 5, .96), rgba(4, 4, 4, .94)) !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) > div:first-child > .bg-bento .flex-1 {
  max-width: 27rem !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) h1 {
  font-size: clamp(2.6rem, 4.8vw, 4.35rem) !important;
  line-height: .96 !important;
  max-width: 10ch !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) h2 {
  font-size: clamp(2.25rem, 3.25vw, 3.35rem) !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) #login-form {
  max-width: 28rem !important;
}

body.empire-go-racp main .max-w-5xl:has(#register-form) > div:first-child > .bg-bento {
  background:
    linear-gradient(180deg, rgba(5,5,5,.32), rgba(5,5,5,.88)),
    radial-gradient(circle at 28% 18%, rgba(255, 190, 65, .22), transparent 18rem),
    url("/themes/empire/static/img/render-create.webp") right bottom / min(74%, 29rem) auto no-repeat,
    linear-gradient(145deg, rgba(34, 18, 5, .96), rgba(4, 4, 4, .94)) !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) > div > .bg-bento::after,
body.empire-go-racp main .max-w-5xl:has(#register-form) > div > .bg-bento::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.055), transparent),
    repeating-linear-gradient(135deg, rgba(255,255,255,.026) 0 1px, transparent 1px 12px) !important;
  opacity: .42 !important;
  pointer-events: none !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) h1,
body.empire-go-racp main .max-w-5xl:has(#login-form) h2,
body.empire-go-racp main .max-w-5xl:has(#register-form) h1,
body.empire-go-racp main .max-w-5xl:has(#register-form) h2 {
  color: #ffbe41 !important;
  -webkit-text-fill-color: #ffbe41 !important;
  text-shadow: 0 2px 18px rgba(255, 177, 38, .16) !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) p,
body.empire-go-racp main .max-w-5xl:has(#register-form) p,
body.empire-go-racp main .max-w-5xl:has(#register-form) li span:last-child {
  color: #e9d6ad !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) p.uppercase,
body.empire-go-racp main .max-w-5xl:has(#register-form) p.uppercase {
  color: #ffcf72 !important;
}

body.empire-go-racp main #login-form,
body.empire-go-racp main #register-form {
  position: relative !important;
  z-index: 1 !important;
}

body.empire-go-racp main #login-form label,
body.empire-go-racp main #register-form label {
  color: #fff4da !important;
  font-weight: 800 !important;
  letter-spacing: .015em !important;
}

body.empire-go-racp main #login-form input,
body.empire-go-racp main #register-form input,
body.empire-go-racp main #register-form select {
  min-height: 2.9rem !important;
  color: #fff8e8 !important;
  caret-color: #ffb126 !important;
  background: rgba(4, 4, 4, .78) !important;
  border: 1px solid rgba(255, 177, 38, .36) !important;
  border-radius: .85rem !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 12px 26px rgba(0,0,0,.23) !important;
}

body.empire-go-racp main #login-form input:focus,
body.empire-go-racp main #register-form input:focus,
body.empire-go-racp main #register-form select:focus {
  border-color: rgba(255, 196, 79, .78) !important;
  box-shadow: 0 0 0 3px rgba(255, 177, 38, .16), inset 0 0 0 1px rgba(255,255,255,.06) !important;
}

body.empire-go-racp main #login-form button[type="submit"],
body.empire-go-racp main #register-form button[type="submit"],
body.empire-go-racp main #forgot-content button[type="submit"] {
  width: min(100%, 23.5rem) !important;
  min-height: 2.7rem !important;
  padding: .68rem 1.35rem !important;
  color: #1b1105 !important;
  font-weight: 950 !important;
  font-size: .88rem !important;
  letter-spacing: .025em !important;
  text-transform: uppercase !important;
  background: linear-gradient(180deg, #ffd36d 0%, #ffb126 48%, #d87b0d 100%) !important;
  border: 1px solid rgba(255, 232, 166, .72) !important;
  border-radius: .95rem !important;
  box-shadow: 0 18px 34px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.36) !important;
}

body.empire-go-racp main #login-form button[type="submit"]:hover,
body.empire-go-racp main #register-form button[type="submit"]:hover,
body.empire-go-racp main #forgot-content button[type="submit"]:hover {
  filter: brightness(1.06) saturate(1.08) !important;
  transform: translateY(-1px) !important;
}

body.empire-go-racp main #login-form a,
body.empire-go-racp main #register-form a,
body.empire-go-racp main .max-w-5xl:has(#login-form) a,
body.empire-go-racp main .max-w-5xl:has(#register-form) a {
  color: #ffd16d !important;
  text-decoration-color: rgba(255, 209, 109, .45) !important;
}

body.empire-go-racp main #login-form a:hover,
body.empire-go-racp main #register-form a:hover,
body.empire-go-racp main .max-w-5xl:has(#login-form) a:hover,
body.empire-go-racp main .max-w-5xl:has(#register-form) a:hover {
  color: #fff2c8 !important;
}

body.empire-go-racp main #login-form .text-red-600,
body.empire-go-racp main #register-form .text-red-600 {
  color: #ff786f !important;
}

body.empire-go-racp main #login-form button[type="submit"] {
  margin-top: .45rem !important;
}

body.empire-go-racp main #register-form button[type="submit"],
body.empire-go-racp main #forgot-content button[type="submit"] {
  display: inline-flex !important;
}

body.empire-go-racp main #forgot-content {
  position: relative !important;
  z-index: 1 !important;
}

body.empire-go-racp main .max-w-xl:has(#forgot-content) {
  max-width: 46rem !important;
  padding: clamp(.35rem, 1vw, .85rem) !important;
  isolation: isolate !important;
}

body.empire-go-racp main .max-w-xl:has(#forgot-content) > .bg-bento,
body.empire-go-racp main .max-w-xl:has(#forgot-content) > .rounded-2xl {
  position: relative !important;
  overflow: hidden !important;
  min-height: 28rem !important;
  padding: clamp(2.35rem, 3.6vw, 3.8rem) !important;
  color: #fff4da !important;
  border: 1px solid rgba(255, 177, 38, .30) !important;
  border-radius: 1.25rem !important;
  background:
    linear-gradient(90deg, rgba(6, 5, 4, .98) 0%, rgba(6, 5, 4, .94) 58%, rgba(6, 5, 4, .64) 82%, rgba(6, 5, 4, .48) 100%),
    radial-gradient(circle at 18% 8%, rgba(255, 190, 65, .20), transparent 18rem),
    url("/themes/empire/static/img/bro-logo-tight.png") right 2.25rem bottom 2rem / min(28%, 10.5rem) auto no-repeat,
    linear-gradient(145deg, rgba(34, 18, 5, .96), rgba(4, 4, 4, .94)) !important;
  box-shadow: 0 28px 75px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06) !important;
}

body.empire-go-racp main .max-w-xl:has(#forgot-content) > .bg-bento::after,
body.empire-go-racp main .max-w-xl:has(#forgot-content) > .rounded-2xl::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.045), transparent),
    repeating-linear-gradient(135deg, rgba(255,255,255,.024) 0 1px, transparent 1px 12px) !important;
  opacity: .38 !important;
  pointer-events: none !important;
}

body.empire-go-racp main #forgot-content .space-y-5 {
  max-width: 26rem !important;
}

body.empire-go-racp main #forgot-content h1 {
  color: #ffbe41 !important;
  -webkit-text-fill-color: #ffbe41 !important;
  font-size: clamp(2.35rem, 4.1vw, 3.75rem) !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  max-width: 11ch !important;
  text-shadow: 0 2px 18px rgba(255, 177, 38, .16) !important;
}

body.empire-go-racp main #forgot-content p {
  color: #e9d6ad !important;
}

body.empire-go-racp main #forgot-content p[class*="uppercase"] {
  color: #ffcf72 !important;
}

body.empire-go-racp main #forgot-content label {
  color: #fff4da !important;
  font-weight: 800 !important;
}

body.empire-go-racp main #forgot-content input {
  width: min(100%, 23.5rem) !important;
  min-height: 2.9rem !important;
  color: #fff8e8 !important;
  caret-color: #ffb126 !important;
  background: rgba(4, 4, 4, .78) !important;
  border: 1px solid rgba(255, 177, 38, .36) !important;
  border-radius: .85rem !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 12px 26px rgba(0,0,0,.23) !important;
}

body.empire-go-racp main #forgot-content input:focus {
  border-color: rgba(255, 196, 79, .78) !important;
  box-shadow: 0 0 0 3px rgba(255, 177, 38, .16), inset 0 0 0 1px rgba(255,255,255,.06) !important;
}

body.empire-go-racp main #forgot-content a {
  color: #ffd16d !important;
}

body.empire-go-racp main #forgot-content form > p {
  text-align: left !important;
}

body.empire-go-racp main #forgot-content .text-red-600 {
  color: #ff786f !important;
}

@media (max-width: 991.98px) {
  body.empire-go-racp main .max-w-5xl:has(#login-form),
  body.empire-go-racp main .max-w-5xl:has(#register-form),
  body.empire-go-racp main .max-w-xl:has(#forgot-content) {
    padding: .35rem !important;
  }

  body.empire-go-racp main .max-w-5xl:has(#login-form) > div:first-child > .bg-bento,
  body.empire-go-racp main .max-w-5xl:has(#register-form) > div:first-child > .bg-bento {
    min-height: 16rem !important;
    background-size: auto, auto, 15rem auto, auto !important;
  }
}

/* Home must not inherit standalone auth spacing from its embedded login form. */
body.empire-go-racp:has(#empire-splash) main {
  padding-top: 0 !important;
}

body.empire-go-racp:has(#empire-splash) #empire-splash {
  margin-top: 0 !important;
  padding-top: 180px !important;
}

@media (max-width: 991.98px) {
  body.empire-go-racp:has(#empire-splash) #empire-splash {
    padding-top: 150px !important;
  }
}

/* Forgot password final layout: compact, centered, no visual overlap. */
body.empire-go-racp main:has(#forgot-content) {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-height: calc(100vh - 0px) !important;
  padding-top: clamp(9.5rem, 12vw, 11.25rem) !important;
  padding-inline: 1rem !important;
}

body.empire-go-racp main .max-w-xl:has(#forgot-content) {
  width: min(100%, 34rem) !important;
  max-width: 34rem !important;
  padding: 0 !important;
}

body.empire-go-racp main .max-w-xl:has(#forgot-content) > .bg-bento,
body.empire-go-racp main .max-w-xl:has(#forgot-content) > .rounded-2xl {
  min-height: 0 !important;
  padding: clamp(2.1rem, 3vw, 2.75rem) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 190, 65, .15), transparent 14rem),
    linear-gradient(180deg, rgba(16, 13, 9, .96), rgba(4, 4, 4, .94)) !important;
}

body.empire-go-racp main .max-w-xl:has(#forgot-content) > .bg-bento {
  background-image:
    radial-gradient(circle at 18% 0%, rgba(255, 190, 65, .15), transparent 14rem),
    linear-gradient(180deg, rgba(16, 13, 9, .96), rgba(4, 4, 4, .94)) !important;
}

body.empire-go-racp main #forgot-content .space-y-5 {
  max-width: none !important;
}

body.empire-go-racp main #forgot-content h1 {
  max-width: 100% !important;
  font-size: clamp(2rem, 3.2vw, 2.8rem) !important;
  line-height: 1.03 !important;
}

body.empire-go-racp main #forgot-content form {
  width: 100% !important;
}

body.empire-go-racp main #forgot-content input,
body.empire-go-racp main #forgot-content button[type="submit"] {
  width: 100% !important;
  max-width: none !important;
}

body.empire-go-racp main #forgot-content button[type="submit"] {
  min-height: 2.85rem !important;
  margin-top: .25rem !important;
  border-radius: .78rem !important;
}

body.empire-go-racp main #forgot-content form > p {
  text-align: center !important;
  margin-top: .75rem !important;
}

/* Standalone login final balance. Home uses a different splash selector. */
body.empire-go-racp main .max-w-5xl:has(#login-form) {
  max-width: 66rem !important;
  gap: 1rem !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) > div > .bg-bento {
  min-height: 30rem !important;
  padding: clamp(2rem, 2.7vw, 2.85rem) !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) h1 {
  font-size: clamp(2.45rem, 4.15vw, 3.75rem) !important;
  max-width: 11ch !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) h2 {
  font-size: clamp(2.15rem, 3vw, 3rem) !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) > div:first-child > .bg-bento {
  background:
    linear-gradient(90deg, rgba(6, 5, 4, .98) 0%, rgba(6, 5, 4, .94) 58%, rgba(6, 5, 4, .62) 82%, rgba(6, 5, 4, .48) 100%),
    radial-gradient(circle at 18% 8%, rgba(255, 190, 65, .20), transparent 18rem),
    url("/themes/empire/static/img/bro-logo-tight.png") right 2rem bottom 2rem / min(38%, 14rem) auto no-repeat,
    linear-gradient(145deg, rgba(34, 18, 5, .96), rgba(4, 4, 4, .94)) !important;
}

body.empire-go-racp main .max-w-5xl:has(#login-form) > div:first-child > .bg-bento .flex-1 {
  max-width: 25rem !important;
}

body.empire-go-racp main #login-form {
  max-width: 24rem !important;
}

body.empire-go-racp main #login-form input {
  min-height: 2.75rem !important;
}

body.empire-go-racp main #login-form button[type="submit"] {
  width: 100% !important;
  min-height: 2.75rem !important;
  padding: .68rem 1.25rem !important;
}

@media (max-width: 991.98px) {
  body.empire-go-racp main .max-w-5xl:has(#login-form) > div > .bg-bento {
    min-height: auto !important;
  }
}

/* News page: themed listing layout matching the account pages polish. */
body.empire-go-racp main > .space-y-4:has(form[action="/news"]),
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) {
  width: min(100% - 2rem, 76rem) !important;
  margin-inline: auto !important;
  padding-top: clamp(1.2rem, 2vw, 2rem) !important;
  padding-bottom: clamp(2rem, 4vw, 4rem) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .bg-bento:first-child,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .bg-bento:first-child {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 190, 65, 0.24) !important;
  border-radius: 30px !important;
  padding: clamp(1.7rem, 3vw, 3rem) !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 190, 65, 0.18), transparent 34%),
    radial-gradient(circle at 10% 0%, rgba(255, 119, 48, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(26, 16, 12, 0.96), rgba(10, 9, 13, 0.94)) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .bg-bento:first-child::after,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .bg-bento:first-child::after {
  content: "" !important;
  position: absolute !important;
  right: -2.4rem !important;
  bottom: -3.6rem !important;
  width: min(20rem, 38vw) !important;
  aspect-ratio: 1 !important;
  background: url("/themes/empire/static/img/bro-logo-tight.png") center / contain no-repeat !important;
  opacity: 0.12 !important;
  pointer-events: none !important;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.55)) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .bg-bento:first-child > *,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .bg-bento:first-child > * {
  position: relative !important;
  z-index: 1 !important;
}

body.empire-go-racp main form[action="/news"] {
  justify-content: flex-start !important;
  gap: 0.65rem !important;
  margin-top: 0.45rem !important;
}

body.empire-go-racp main form[action="/news"] button {
  min-height: 2.35rem !important;
  border: 1px solid rgba(255, 190, 65, 0.26) !important;
  border-radius: 999px !important;
  padding: 0.55rem 1rem !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: #f4dfb8 !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease !important;
}

body.empire-go-racp main form[action="/news"] button:hover,
body.empire-go-racp main form[action="/news"] button:focus-visible {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 190, 65, 0.62) !important;
  background: rgba(255, 190, 65, 0.13) !important;
  color: #fff1ce !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) h1,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) h1 {
  color: #ffbe41 !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
  text-shadow: 0 10px 30px rgba(255, 190, 65, 0.16) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .bg-bento:first-child p,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .bg-bento:first-child p {
  max-width: 42rem !important;
  color: #e9d6ad !important;
  font-size: clamp(0.94rem, 1.2vw, 1.05rem) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .bg-bento:not(:first-child),
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .bg-bento:not(:first-child) {
  border: 1px solid rgba(255, 190, 65, 0.18) !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, rgba(24, 18, 16, 0.94), rgba(9, 9, 12, 0.92)) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .bg-bento:not(:first-child):has(> p),
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .bg-bento:not(:first-child):has(> p) {
  min-height: 18rem !important;
  padding: clamp(2.2rem, 5vw, 4rem) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .bg-bento:not(:first-child):has(> p)::before,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .bg-bento:not(:first-child):has(> p)::before {
  content: "NEWS" !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 4.6rem !important;
  height: 4.6rem !important;
  margin-bottom: 0.85rem !important;
  border: 1px solid rgba(255, 190, 65, 0.28) !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(255, 190, 65, 0.22), rgba(255, 190, 65, 0.04)) !important;
  color: #ffbe41 !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .grid > .bg-bento,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .grid > .bg-bento {
  min-height: 13.5rem !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .grid > .bg-bento:hover,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .grid > .bg-bento:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(255, 190, 65, 0.38) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4), 0 0 34px rgba(255, 190, 65, 0.08) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .grid a,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .grid a {
  min-height: 13.5rem !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .grid h2,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .grid h2 {
  color: #fff1ce !important;
  line-height: 1.25 !important;
}

@media (max-width: 640px) {
  body.empire-go-racp main > .space-y-4:has(form[action="/news"]),
  body.empire-go-racp main > .space-y-6:has(form[action="/news"]) {
    width: min(100% - 1rem, 76rem) !important;
    padding-top: 0.8rem !important;
  }

  body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > .bg-bento:first-child,
  body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > .bg-bento:first-child {
    border-radius: 22px !important;
  }
}

/* News page wrapper correction: BentoCard renders an animation wrapper before .bg-bento. */
body.empire-go-racp main > .space-y-4:has(form[action="/news"]),
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) {
  margin-top: clamp(7.2rem, 9vw, 9rem) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > * > .bg-bento:first-child,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > * > .bg-bento:first-child {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 190, 65, 0.24) !important;
  border-radius: 30px !important;
  padding: clamp(1.7rem, 3vw, 3rem) !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 190, 65, 0.18), transparent 34%),
    radial-gradient(circle at 10% 0%, rgba(255, 119, 48, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(26, 16, 12, 0.96), rgba(10, 9, 13, 0.94)) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > * > .bg-bento:first-child::after,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > * > .bg-bento:first-child::after {
  content: none !important;
  display: none !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > * > .bg-bento:not(:first-child),
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > * > .bg-bento:not(:first-child),
body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > * + * > .bg-bento,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > * + * > .bg-bento {
  border: 1px solid rgba(255, 190, 65, 0.18) !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, rgba(24, 18, 16, 0.94), rgba(9, 9, 12, 0.92)) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > * + * > .bg-bento:has(> p),
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > * + * > .bg-bento:has(> p) {
  min-height: 18rem !important;
  padding: clamp(2.2rem, 5vw, 4rem) !important;
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) > * + * > .bg-bento:has(> p)::before,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) > * + * > .bg-bento:has(> p)::before {
  content: "NEWS" !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 4.6rem !important;
  height: 4.6rem !important;
  margin-bottom: 0.85rem !important;
  border: 1px solid rgba(255, 190, 65, 0.28) !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(255, 190, 65, 0.22), rgba(255, 190, 65, 0.04)) !important;
  color: #ffbe41 !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
}

@media (max-width: 640px) {
  body.empire-go-racp main > .space-y-4:has(form[action="/news"]),
  body.empire-go-racp main > .space-y-6:has(form[action="/news"]) {
    margin-top: clamp(5.5rem, 22vw, 7rem) !important;
  }
}

body.empire-go-racp main > .space-y-4:has(form[action="/news"]) .bg-bento::after,
body.empire-go-racp main > .space-y-6:has(form[action="/news"]) .bg-bento::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

/* Items list: keep item metadata inside each card. */
body.empire-go-racp main:has(a[href^="/items/"]) > .grid {
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr)) !important;
  gap: .7rem 1rem !important;
}

body.empire-go-racp main a[href^="/items/"] > .bg-bento {
  gap: .85rem !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: .72rem .85rem !important;
}

body.empire-go-racp main a[href^="/items/"] > .bg-bento > div:not(.bg-surface) {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body.empire-go-racp main a[href^="/items/"] > .bg-bento p {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

body.empire-go-racp main a[href^="/items/"] > .bg-bento p:first-of-type {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.empire-go-racp main a[href^="/items/"] > .bg-bento p:last-of-type {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: .18rem .32rem !important;
  white-space: normal !important;
  line-height: 1.18 !important;
}

@media (min-width: 1280px) {
  body.empire-go-racp main:has(a[href^="/items/"]) > .grid {
    grid-template-columns: repeat(4, minmax(16rem, 1fr)) !important;
  }
}

/* Mobs list: prevent long mob metadata and MVP badges from escaping the card. */
body.empire-go-racp main:has(a[href^="/mobs/"]) > .grid {
  grid-template-columns: repeat(auto-fit, minmax(18.5rem, 1fr)) !important;
  gap: .75rem 1rem !important;
}

body.empire-go-racp main a[href^="/mobs/"] > .bg-bento {
  gap: .85rem !important;
  min-width: 0 !important;
  min-height: 5.15rem !important;
  overflow: hidden !important;
  padding: .72rem .85rem !important;
  align-items: center !important;
}

body.empire-go-racp main a[href^="/mobs/"] > .bg-bento > div:not(.bg-surface) {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body.empire-go-racp main a[href^="/mobs/"] > .bg-bento p {
  max-width: 100% !important;
  margin: 0 !important;
  overflow-wrap: anywhere !important;
}

body.empire-go-racp main a[href^="/mobs/"] > .bg-bento p:first-of-type {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.empire-go-racp main a[href^="/mobs/"] > .bg-bento p:last-of-type {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: .12rem .32rem !important;
  white-space: normal !important;
  line-height: 1.13 !important;
}

body.empire-go-racp main a[href^="/mobs/"] > .bg-bento p:last-of-type img[alt="MVP"] {
  flex: 0 0 auto !important;
  width: 3.15rem !important;
  height: auto !important;
  max-width: 3.15rem !important;
  margin-left: .25rem !important;
}

@media (min-width: 1280px) {
  body.empire-go-racp main:has(a[href^="/mobs/"]) > .grid {
    grid-template-columns: repeat(4, minmax(17.5rem, 1fr)) !important;
  }
}

/* Mobs list final containment: MVP badges must not collide with metadata. */
body.empire-go-racp main a[href^="/mobs/"] > .bg-bento {
  position: relative !important;
  min-height: 5.85rem !important;
}

body.empire-go-racp main a[href^="/mobs/"] > .bg-bento p:last-of-type {
  font-size: .74rem !important;
  line-height: 1.18 !important;
  max-height: 3.55rem !important;
  overflow: hidden !important;
  padding-right: 3.15rem !important;
}

body.empire-go-racp main a[href^="/mobs/"] > .bg-bento p:last-of-type img[alt="MVP"] {
  position: absolute !important;
  right: .62rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 2.75rem !important;
  max-width: 2.75rem !important;
  margin: 0 !important;
}

/* Mobs need wider cards than items because race/element labels and MVP badges are longer. */
body.empire-go-racp main:has(a[href^="/mobs/"]) > .grid {
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)) !important;
}

body.empire-go-racp main a[href^="/mobs/"] > .bg-bento p:last-of-type {
  display: block !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  padding-right: 0 !important;
}

body.empire-go-racp main a[href^="/mobs/"] > .bg-bento p:last-of-type:has(img[alt="MVP"]) {
  padding-right: 2.7rem !important;
}

@media (min-width: 1280px) {
  body.empire-go-racp main:has(a[href^="/mobs/"]) > .grid {
    grid-template-columns: repeat(3, minmax(20rem, 1fr)) !important;
  }
}

/* The mobs grid is nested, so target the actual grid element instead of only direct children. */
body.empire-go-racp main .grid:has(a[href^="/mobs/"]) {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  justify-items: stretch !important;
  row-gap: 1.5rem !important;
  column-gap: 1rem !important;
}

body.empire-go-racp main .grid:has(a[href^="/mobs/"]) > a[href^="/mobs/"] {
  width: 100% !important;
}

@media (min-width: 768px) {
  body.empire-go-racp main .grid:has(a[href^="/mobs/"]) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1280px) {
  body.empire-go-racp main .grid:has(a[href^="/mobs/"]) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Keep the mobs pager clear of the lower site strip/footer. */
body.empire-go-racp main:has(a[href^="/mobs/"]) nav[x-data="pagination"] {
  position: relative !important;
  z-index: 8 !important;
  margin-top: 1.25rem !important;
  margin-bottom: 2.5rem !important;
}

body.empire-go-racp main:has(a[href^="/mobs/"]) {
  padding-bottom: 4rem !important;
}

/* Mobs list hero: give the database heading more breathing room and visual hierarchy. */
body.empire-go-racp main .space-y-4:has(.grid a[href^="/mobs/"]) > .bg-bento:first-child,
body.empire-go-racp main .space-y-6:has(.grid a[href^="/mobs/"]) > .bg-bento:first-child {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(2.25rem, 4vw, 3.25rem) !important;
  border-color: rgba(255, 190, 65, .34) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 190, 65, .18), transparent 22rem),
    linear-gradient(135deg, rgba(31, 22, 12, .97), rgba(8, 8, 8, .96)) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.empire-go-racp main .space-y-4:has(.grid a[href^="/mobs/"]) > .bg-bento:first-child::before,
body.empire-go-racp main .space-y-6:has(.grid a[href^="/mobs/"]) > .bg-bento:first-child::before {
  content: "BESTIARIO DE BLASSITO RO" !important;
  display: block !important;
  width: max-content !important;
  margin-bottom: .8rem !important;
  padding: .35rem .65rem !important;
  color: #ffd679 !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  border: 1px solid rgba(255, 190, 65, .28) !important;
  border-radius: 999px !important;
  background: rgba(255, 177, 38, .08) !important;
}

body.empire-go-racp main .space-y-4:has(.grid a[href^="/mobs/"]) > .bg-bento:first-child h1,
body.empire-go-racp main .space-y-6:has(.grid a[href^="/mobs/"]) > .bg-bento:first-child h1 {
  color: #fff4d6 !important;
  font-weight: 650 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
  text-shadow: 0 4px 24px rgba(255, 177, 38, .12) !important;
}

body.empire-go-racp main .space-y-4:has(.grid a[href^="/mobs/"]) > .bg-bento:first-child h1::after,
body.empire-go-racp main .space-y-6:has(.grid a[href^="/mobs/"]) > .bg-bento:first-child h1::after {
  content: "" !important;
  display: block !important;
  width: 4.5rem !important;
  height: 3px !important;
  margin-top: .85rem !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffb126, rgba(255, 177, 38, 0)) !important;
}

body.empire-go-racp main .space-y-4:has(.grid a[href^="/mobs/"]) > .bg-bento:first-child h1 + p,
body.empire-go-racp main .space-y-6:has(.grid a[href^="/mobs/"]) > .bg-bento:first-child h1 + p {
  margin-top: 1rem !important;
  color: #d8c6a2 !important;
}

/* The Bento component adds an animation wrapper around the mobs header. */
body.empire-go-racp main .space-y-4:has(> .grid a[href^="/mobs/"]) > .animate-fade-up:first-child > .bg-bento {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(2.25rem, 4vw, 3.25rem) !important;
  border-color: rgba(255, 190, 65, .34) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 190, 65, .18), transparent 22rem),
    linear-gradient(135deg, rgba(31, 22, 12, .97), rgba(8, 8, 8, .96)) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/mobs/"]) > .animate-fade-up:first-child > .bg-bento::before {
  content: "BESTIARIO DE BLASSITO RO" !important;
  display: block !important;
  width: max-content !important;
  margin-bottom: .8rem !important;
  padding: .35rem .65rem !important;
  color: #ffd679 !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  border: 1px solid rgba(255, 190, 65, .28) !important;
  border-radius: 999px !important;
  background: rgba(255, 177, 38, .08) !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/mobs/"]) > .animate-fade-up:first-child > .bg-bento h1 {
  color: #fff4d6 !important;
  font-weight: 650 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
  text-shadow: 0 4px 24px rgba(255, 177, 38, .12) !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/mobs/"]) > .animate-fade-up:first-child > .bg-bento h1::after {
  content: "" !important;
  display: block !important;
  width: 4.5rem !important;
  height: 3px !important;
  margin-top: .85rem !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffb126, rgba(255, 177, 38, 0)) !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/mobs/"]) > .animate-fade-up:first-child > .bg-bento h1 + p {
  margin-top: 1rem !important;
  color: #d8c6a2 !important;
}

/* Items list: match the mobs spacing and database hero treatment. */
body.empire-go-racp main .grid:has(a[href^="/items/"]) {
  row-gap: 1.5rem !important;
  column-gap: 1rem !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/items/"]) > .animate-fade-up:first-child > .bg-bento {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(2.25rem, 4vw, 3.25rem) !important;
  border-color: rgba(255, 190, 65, .34) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 190, 65, .18), transparent 22rem),
    linear-gradient(135deg, rgba(31, 22, 12, .97), rgba(8, 8, 8, .96)) !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/items/"]) > .animate-fade-up:first-child > .bg-bento::before {
  content: "CATÁLOGO DE BLASSITO RO" !important;
  display: block !important;
  width: max-content !important;
  margin-bottom: .8rem !important;
  padding: .35rem .65rem !important;
  color: #ffd679 !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  border: 1px solid rgba(255, 190, 65, .28) !important;
  border-radius: 999px !important;
  background: rgba(255, 177, 38, .08) !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/items/"]) > .animate-fade-up:first-child > .bg-bento h1 {
  color: #fff4d6 !important;
  font-weight: 650 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
  text-shadow: 0 4px 24px rgba(255, 177, 38, .12) !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/items/"]) > .animate-fade-up:first-child > .bg-bento h1::after {
  content: "" !important;
  display: block !important;
  width: 4.5rem !important;
  height: 3px !important;
  margin-top: .85rem !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffb126, rgba(255, 177, 38, 0)) !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/items/"]) > .animate-fade-up:first-child > .bg-bento h1 + p {
  margin-top: 1rem !important;
  color: #d8c6a2 !important;
}

body.empire-go-racp main:has(a[href^="/items/"]) nav[x-data="pagination"] {
  position: relative !important;
  z-index: 8 !important;
  margin-top: 1.25rem !important;
  margin-bottom: 2.5rem !important;
}

body.empire-go-racp main:has(a[href^="/items/"]) {
  padding-bottom: 4rem !important;
}

/* Item and mob detail pages: restore card padding removed by the legacy theme. */
body.empire-go-racp main:has(nav a[href="/items"]) .animate-fade-up > .bg-bento,
body.empire-go-racp main:has(nav a[href="/mobs"]) .animate-fade-up > .bg-bento {
  padding: clamp(1.75rem, 3vw, 2.25rem) !important;
  border-color: rgba(255, 190, 65, .28) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 190, 65, .08), transparent 18rem),
    linear-gradient(145deg, rgba(18, 15, 11, .97), rgba(5, 5, 5, .96)) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .045) !important;
}

/* Detail hero cards get extra breathing room and stronger hierarchy. */
body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl > .animate-fade-up:first-of-type > .bg-bento,
body.empire-go-racp main:has(nav a[href="/mobs"]) > .max-w-5xl > .animate-fade-up:first-of-type > .bg-bento {
  padding: clamp(2.25rem, 4vw, 3rem) !important;
  border-color: rgba(255, 190, 65, .38) !important;
  background:
    radial-gradient(circle at 12% 5%, rgba(255, 190, 65, .16), transparent 24rem),
    linear-gradient(135deg, rgba(29, 21, 12, .98), rgba(6, 6, 6, .97)) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) h1,
body.empire-go-racp main:has(nav a[href="/mobs"]) h1 {
  color: #fff4d6 !important;
  font-weight: 650 !important;
  line-height: 1.05 !important;
  letter-spacing: -.025em !important;
  text-shadow: 0 5px 25px rgba(255, 177, 38, .12) !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) nav,
body.empire-go-racp main:has(nav a[href="/mobs"]) nav {
  margin-bottom: .85rem !important;
  padding-inline: .35rem !important;
}

/* Section labels should sit inside the frame, not on its border. */
body.empire-go-racp main:has(nav a[href="/items"]) .animate-fade-up > .bg-bento > p:first-child,
body.empire-go-racp main:has(nav a[href="/mobs"]) .animate-fade-up > .bg-bento > p:first-child {
  width: max-content !important;
  margin: 0 0 .35rem !important;
  padding: .32rem .62rem !important;
  color: #ffd679 !important;
  font-size: .7rem !important;
  font-weight: 800 !important;
  letter-spacing: .16em !important;
  border: 1px solid rgba(255, 190, 65, .25) !important;
  border-radius: 999px !important;
  background: rgba(255, 177, 38, .07) !important;
}

/* Give the item artwork a presence similar to the monster sprite panel. */
body.empire-go-racp main:has(nav a[href="/items"]) .bg-bento div:has(> img[src^="/static/item/"]) {
  width: 5.5rem !important;
  height: 5.5rem !important;
  border: 1px solid rgba(255, 190, 65, .30) !important;
  border-radius: 1rem !important;
  background: radial-gradient(circle, rgba(255, 190, 65, .12), rgba(0, 0, 0, .5)) !important;
}

body.empire-go-racp main:has(nav a[href="/mobs"]) .bg-bento div:has(> img[src^="/static/mob/"]) {
  border: 1px solid rgba(255, 190, 65, .30) !important;
  border-radius: 1.15rem !important;
  background: radial-gradient(circle, rgba(255, 190, 65, .12), rgba(0, 0, 0, .5)) !important;
}

@media (max-width: 767px) {
  body.empire-go-racp main:has(nav a[href="/items"]) .animate-fade-up > .bg-bento,
  body.empire-go-racp main:has(nav a[href="/mobs"]) .animate-fade-up > .bg-bento {
    padding: 1.35rem !important;
  }
}

/* Vendors marketplace: a richer header and balanced buy/sell panels. */
body.empire-go-racp main #vendors-list {
  width: min(100% - 2rem, 78rem) !important;
  margin-inline: auto !important;
  padding-bottom: 4rem !important;
}

body.empire-go-racp main #vendors-list > .animate-fade-up:first-child > .bg-bento {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(2.35rem, 4vw, 3.35rem) !important;
  border-color: rgba(255, 190, 65, .38) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 190, 65, .19), transparent 24rem),
    radial-gradient(circle at 88% 100%, rgba(163, 67, 18, .13), transparent 18rem),
    linear-gradient(135deg, rgba(31, 22, 12, .98), rgba(7, 7, 7, .97)) !important;
  box-shadow: 0 26px 65px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

body.empire-go-racp main #vendors-list > .animate-fade-up:first-child > .bg-bento::before {
  content: "MERCADO DE MIDGARD" !important;
  display: block !important;
  width: max-content !important;
  margin-bottom: .9rem !important;
  padding: .36rem .68rem !important;
  color: #ffd679 !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  border: 1px solid rgba(255, 190, 65, .28) !important;
  border-radius: 999px !important;
  background: rgba(255, 177, 38, .08) !important;
}

body.empire-go-racp main #vendors-list h1 {
  color: #fff4d6 !important;
  font-size: clamp(2.35rem, 5vw, 4rem) !important;
  font-weight: 650 !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
  text-shadow: 0 5px 26px rgba(255, 177, 38, .14) !important;
}

body.empire-go-racp main #vendors-list h1::after {
  content: "" !important;
  display: block !important;
  width: 4.75rem !important;
  height: 3px !important;
  margin-top: .9rem !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffb126, rgba(255, 177, 38, 0)) !important;
}

body.empire-go-racp main #vendors-list form {
  padding: .7rem !important;
  border: 1px solid rgba(255, 190, 65, .18) !important;
  border-radius: 1rem !important;
  background: rgba(0, 0, 0, .28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035) !important;
}

body.empire-go-racp main #vendors-list form input[name="item"] {
  width: 10rem !important;
}

body.empire-go-racp main #vendors-list > .flex {
  gap: 1.5rem !important;
}

body.empire-go-racp main #vendors-list > .flex > .animate-fade-up > .bg-bento {
  min-height: 17rem !important;
  padding: clamp(1.75rem, 3vw, 2.25rem) !important;
  border-color: rgba(255, 190, 65, .28) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 190, 65, .09), transparent 18rem),
    linear-gradient(145deg, rgba(18, 15, 11, .97), rgba(5, 5, 5, .96)) !important;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .045) !important;
}

body.empire-go-racp main #vendors-list > .flex > .animate-fade-up > .bg-bento > .flex:first-child {
  padding-bottom: 1rem !important;
  border-color: rgba(255, 190, 65, .22) !important;
}

body.empire-go-racp main #vendors-list > .flex > .animate-fade-up > .bg-bento > .flex:first-child p {
  width: max-content !important;
  margin: 0 !important;
  padding: .34rem .65rem !important;
  color: #ffd679 !important;
  border: 1px solid rgba(255, 190, 65, .24) !important;
  border-radius: 999px !important;
  background: rgba(255, 177, 38, .07) !important;
}

body.empire-go-racp main #vendors-list .py-10 {
  position: relative !important;
  min-height: 10rem !important;
  margin-top: .4rem !important;
  padding: 3.25rem 1.25rem 1.5rem !important;
  color: #cbb990 !important;
  text-align: center !important;
  border: 1px dashed rgba(255, 190, 65, .18) !important;
  border-radius: 1rem !important;
  background: radial-gradient(circle at 50% 15%, rgba(255, 177, 38, .08), transparent 9rem) !important;
}

body.empire-go-racp main #vendors-list .py-10::before {
  content: "SIN PUBLICACIONES" !important;
  position: absolute !important;
  top: 1.3rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  color: rgba(255, 214, 121, .62) !important;
  font-size: .62rem !important;
  font-weight: 800 !important;
  letter-spacing: .16em !important;
}

body.empire-go-racp main #vendors-list ul > li button[type="button"] {
  margin: .3rem 0 !important;
  padding: .8rem .9rem !important;
  border: 1px solid transparent !important;
  border-radius: .75rem !important;
}

body.empire-go-racp main #vendors-list ul > li button[type="button"]:hover {
  border-color: rgba(255, 190, 65, .22) !important;
  background: rgba(255, 177, 38, .07) !important;
}

@media (max-width: 767px) {
  body.empire-go-racp main #vendors-list {
    width: min(100% - 1rem, 78rem) !important;
  }

  body.empire-go-racp main #vendors-list > .animate-fade-up:first-child > .bg-bento,
  body.empire-go-racp main #vendors-list > .flex > .animate-fade-up > .bg-bento {
    padding: 1.35rem !important;
  }

  body.empire-go-racp main #vendors-list form {
    width: 100% !important;
  }

  body.empire-go-racp main #vendors-list form input[name="item"] {
    flex: 1 1 9rem !important;
    width: auto !important;
  }
}

/* Vendors v2: Midgard mercantile ledger details and interaction polish. */
body.empire-go-racp main #vendors-list {
  --market-gold: #ffbd43;
  --market-amber: #c87822;
  --market-ink: #070604;
  --market-ease: cubic-bezier(.22, 1, .36, 1);
}

body.empire-go-racp main #vendors-list > .animate-fade-up:first-child > .bg-bento {
  isolation: isolate !important;
  border-width: 1px !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .42),
    0 0 0 1px rgba(255, 190, 65, .04),
    inset 0 1px 0 rgba(255, 244, 214, .07) !important;
}

body.empire-go-racp main #vendors-list > .animate-fade-up:first-child > .bg-bento::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 50% !important;
  right: clamp(13rem, 24vw, 22rem) !important;
  width: clamp(10rem, 18vw, 16rem) !important;
  aspect-ratio: 1 !important;
  transform: translateY(-50%) rotate(45deg) !important;
  border: 1px solid rgba(255, 190, 65, .10) !important;
  border-radius: 2rem !important;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255, 190, 65, .07) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(255, 190, 65, .07) 50%, transparent 50.3%) !important;
  box-shadow: 0 0 0 1.5rem rgba(255, 190, 65, .018), 0 0 80px rgba(255, 177, 38, .045) !important;
  pointer-events: none !important;
}

body.empire-go-racp main #vendors-list > .animate-fade-up:first-child > .bg-bento > * {
  position: relative !important;
  z-index: 1 !important;
}

body.empire-go-racp main #vendors-list form {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .55rem !important;
  min-width: min(100%, 21rem) !important;
  padding: .7rem !important;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s var(--market-ease) !important;
}

body.empire-go-racp main #vendors-list form::before {
  content: "BUSCAR EN EL MERCADO" !important;
  flex: 0 0 100% !important;
  padding: 0 .18rem .08rem !important;
  color: rgba(255, 221, 148, .62) !important;
  font-size: .59rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .17em !important;
}

body.empire-go-racp main #vendors-list form:focus-within {
  border-color: rgba(255, 190, 65, .48) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .28), 0 0 0 3px rgba(255, 177, 38, .07) !important;
  transform: translateY(-2px) !important;
}

body.empire-go-racp main #vendors-list form input[name="item"] {
  min-height: 2.75rem !important;
  border-color: rgba(255, 190, 65, .30) !important;
  background: rgba(2, 2, 2, .72) !important;
}

body.empire-go-racp main #vendors-list form button[type="submit"] {
  min-height: 2.75rem !important;
  padding-inline: 1.45rem !important;
  box-shadow: 0 8px 22px rgba(200, 120, 34, .18), inset 0 1px 0 rgba(255, 255, 255, .28) !important;
  transition: transform .22s var(--market-ease), filter .22s ease, box-shadow .22s ease !important;
}

body.empire-go-racp main #vendors-list form button[type="submit"]:hover {
  filter: brightness(1.08) saturate(1.08) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(200, 120, 34, .27), inset 0 1px 0 rgba(255, 255, 255, .32) !important;
}

body.empire-go-racp main #vendors-list form a[href="/vendors"] {
  display: inline-flex !important;
  min-height: 2.75rem !important;
  align-items: center !important;
  justify-content: center !important;
  padding-inline: .8rem !important;
  color: rgba(255, 221, 148, .72) !important;
  font-size: .7rem !important;
  font-weight: 750 !important;
  letter-spacing: .045em !important;
  border: 1px solid rgba(255, 190, 65, .16) !important;
  border-radius: .65rem !important;
  background: rgba(255, 177, 38, .035) !important;
  transition: color .2s ease, border-color .2s ease, background .2s ease !important;
}

body.empire-go-racp main #vendors-list form a[href="/vendors"]:hover {
  color: #ffe4aa !important;
  border-color: rgba(255, 190, 65, .36) !important;
  background: rgba(255, 177, 38, .09) !important;
}

body.empire-go-racp main #vendors-list form input[name="item"]:focus-visible,
body.empire-go-racp main #vendors-list form button[type="submit"]:focus-visible,
body.empire-go-racp main #vendors-list form a[href="/vendors"]:focus-visible,
body.empire-go-racp main #vendors-list ul > li button[type="button"]:focus-visible {
  outline: 2px solid #ffd679 !important;
  outline-offset: 3px !important;
}

body.empire-go-racp main #vendors-list > .flex > .animate-fade-up > .bg-bento {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s var(--market-ease) !important;
}

body.empire-go-racp main #vendors-list > .flex > .animate-fade-up:first-child > .bg-bento {
  --stall-accent: 255, 190, 65;
}

body.empire-go-racp main #vendors-list > .flex > .animate-fade-up:last-child > .bg-bento {
  --stall-accent: 218, 124, 45;
}

body.empire-go-racp main #vendors-list > .flex > .animate-fade-up > .bg-bento::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: -4rem !important;
  right: -3rem !important;
  width: 12rem !important;
  height: 12rem !important;
  border: 1px solid rgba(var(--stall-accent), .10) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 2.25rem rgba(var(--stall-accent), .018), 0 0 0 4.5rem rgba(var(--stall-accent), .012) !important;
  pointer-events: none !important;
}

body.empire-go-racp main #vendors-list > .flex > .animate-fade-up > .bg-bento:hover {
  border-color: rgba(var(--stall-accent), .42) !important;
  box-shadow: 0 26px 58px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .055) !important;
  transform: translateY(-3px) !important;
}

body.empire-go-racp main #vendors-list > .flex > .animate-fade-up > .bg-bento > .flex:first-child p {
  display: inline-flex !important;
  align-items: center !important;
  gap: .55rem !important;
}

body.empire-go-racp main #vendors-list > .flex > .animate-fade-up > .bg-bento > .flex:first-child p::before {
  content: "" !important;
  width: .46rem !important;
  height: .46rem !important;
  border: 1px solid rgba(var(--stall-accent), .72) !important;
  transform: rotate(45deg) !important;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .7) !important;
  background: rgba(var(--stall-accent), .36) !important;
}

body.empire-go-racp main #vendors-list .py-10 {
  min-height: 11.25rem !important;
  padding: 5.1rem 1.25rem 1.6rem !important;
  background:
    linear-gradient(135deg, rgba(var(--stall-accent), .035), transparent 42%),
    radial-gradient(circle at 50% 15%, rgba(var(--stall-accent), .09), transparent 9rem) !important;
}

body.empire-go-racp main #vendors-list .py-10::after {
  content: "" !important;
  position: absolute !important;
  top: 1.25rem !important;
  left: 50% !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  transform: translateX(-50%) rotate(45deg) !important;
  border: 1px solid rgba(var(--stall-accent), .38) !important;
  border-radius: .35rem !important;
  background: radial-gradient(circle, rgba(var(--stall-accent), .24), rgba(0, 0, 0, .34)) !important;
  box-shadow: 0 0 0 5px rgba(var(--stall-accent), .035), 0 8px 28px rgba(var(--stall-accent), .10) !important;
}

body.empire-go-racp main #vendors-list .py-10::before {
  top: 3.35rem !important;
}

@media (max-width: 767px) {
  body.empire-go-racp main #vendors-list > .animate-fade-up:first-child > .bg-bento::after {
    top: 7rem !important;
    right: -5rem !important;
    width: 11rem !important;
    opacity: .7 !important;
  }

  body.empire-go-racp main #vendors-list form {
    min-width: 0 !important;
  }

  body.empire-go-racp main #vendors-list form button[type="submit"] {
    flex: 0 0 auto !important;
    padding-inline: 1.15rem !important;
  }

  body.empire-go-racp main #vendors-list form a[href="/vendors"] {
    flex: 1 0 100% !important;
  }

  body.empire-go-racp main #vendors-list > .flex > .animate-fade-up > .bg-bento:hover {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.empire-go-racp main #vendors-list form,
  body.empire-go-racp main #vendors-list form button[type="submit"],
  body.empire-go-racp main #vendors-list > .flex > .animate-fade-up > .bg-bento {
    transition: none !important;
  }
}

/* Portal v4: illustrated auth gateway */
body.empire-go-racp:has(#auth-login-shell),
body.empire-go-racp:has(#auth-register-shell),
body.empire-go-racp:has(#auth-forgot-shell) {
  --auth-gold: #ffbe41;
  --auth-gold-soft: #ffd778;
  --auth-ink: #070604;
  --auth-panel: rgba(10, 8, 5, .94);
  --auth-line: rgba(255, 190, 65, .24);
  --auth-ease: cubic-bezier(.2, .75, .2, 1);
}

body.empire-go-racp main:has(#auth-login-shell),
body.empire-go-racp main:has(#auth-register-shell),
body.empire-go-racp main:has(#auth-forgot-shell) {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-height: 100vh !important;
  padding: clamp(9.5rem, 12vw, 11.75rem) clamp(1rem, 3vw, 2rem) 4rem !important;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 177, 38, .09), transparent 26rem),
    linear-gradient(180deg, rgba(4, 4, 4, .14), rgba(4, 4, 4, .76)) !important;
}

body.empire-go-racp .auth-shell {
  position: relative !important;
  isolation: isolate !important;
  width: min(100%, 72rem) !important;
  max-width: 72rem !important;
  gap: 1rem !important;
  padding: .75rem !important;
  border: 1px solid rgba(255, 190, 65, .16) !important;
  border-radius: 1.5rem !important;
  background:
    linear-gradient(135deg, rgba(255, 190, 65, .055), transparent 32%),
    rgba(4, 4, 4, .72) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .04) !important;
}

body.empire-go-racp .auth-shell::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 50% !important;
  left: 50% !important;
  width: 13rem !important;
  height: 13rem !important;
  border: 1px solid rgba(255, 190, 65, .13) !important;
  background:
    linear-gradient(135deg, rgba(255, 190, 65, .06), transparent 55%),
    repeating-linear-gradient(90deg, transparent 0 1.9rem, rgba(255, 190, 65, .035) 1.9rem calc(1.9rem + 1px)) !important;
  box-shadow: 0 0 0 1.4rem rgba(255, 190, 65, .018), 0 0 70px rgba(255, 177, 38, .05) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
  pointer-events: none !important;
}

body.empire-go-racp #auth-login-shell,
body.empire-go-racp #auth-register-shell {
  grid-template-columns: minmax(0, 1.04fr) minmax(25rem, .96fr) !important;
}

body.empire-go-racp #auth-register-shell {
  grid-template-columns: minmax(22rem, .88fr) minmax(0, 1.12fr) !important;
}

body.empire-go-racp .auth-shell > .auth-story,
body.empire-go-racp .auth-shell > .auth-form-card {
  min-width: 0 !important;
}

body.empire-go-racp .auth-shell > .auth-story > .bg-bento,
body.empire-go-racp .auth-shell > .auth-form-card > .bg-bento,
body.empire-go-racp .auth-forgot-card {
  position: relative !important;
  overflow: hidden !important;
  height: 100% !important;
  padding: clamp(2rem, 3.3vw, 3.25rem) !important;
  color: #fff3d5 !important;
  border: 1px solid var(--auth-line) !important;
  border-radius: 1.15rem !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 190, 65, .10), transparent 18rem),
    linear-gradient(180deg, rgba(16, 13, 8, .97), rgba(5, 5, 4, .96)) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .045) !important;
}

body.empire-go-racp .auth-shell > .auth-story > .bg-bento {
  min-height: 34rem !important;
  padding-right: clamp(2rem, 4vw, 4.25rem) !important;
  background:
    linear-gradient(180deg, rgba(5, 5, 4, .15), rgba(5, 5, 4, .88)),
    linear-gradient(90deg, rgba(7, 6, 4, .98), rgba(7, 6, 4, .76) 58%, rgba(7, 6, 4, .22)),
    radial-gradient(circle at 18% 12%, rgba(255, 190, 65, .22), transparent 18rem),
    url("/themes/empire/static/img/render-account-box.png") right bottom / min(78%, 29rem) auto no-repeat,
    #0a0805 !important;
}

body.empire-go-racp #auth-register-shell > .auth-story > .bg-bento {
  min-height: 43rem !important;
  background:
    linear-gradient(180deg, rgba(5, 5, 4, .12), rgba(5, 5, 4, .90)),
    linear-gradient(90deg, rgba(7, 6, 4, .98), rgba(7, 6, 4, .68) 58%, rgba(7, 6, 4, .16)),
    radial-gradient(circle at 20% 12%, rgba(255, 190, 65, .22), transparent 18rem),
    url("/themes/empire/static/img/render-create.webp") right bottom / min(88%, 32rem) auto no-repeat,
    #0a0805 !important;
}

body.empire-go-racp .auth-shell > .auth-story > .bg-bento::before {
  content: "PORTAL DE AVENTUREROS" !important;
  position: absolute !important;
  right: 1.4rem !important;
  top: 1.25rem !important;
  padding: .42rem .62rem !important;
  color: rgba(255, 215, 120, .78) !important;
  font-size: .58rem !important;
  font-weight: 900 !important;
  letter-spacing: .2em !important;
  border: 1px solid rgba(255, 190, 65, .20) !important;
  background: rgba(3, 3, 3, .48) !important;
  backdrop-filter: blur(8px) !important;
}

body.empire-go-racp .auth-shell > .auth-story > .bg-bento::after,
body.empire-go-racp .auth-shell > .auth-form-card > .bg-bento::after,
body.empire-go-racp .auth-forgot-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .035), transparent),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 13px) !important;
  opacity: .52 !important;
  pointer-events: none !important;
}

body.empire-go-racp .auth-shell > .auth-story > .bg-bento > *,
body.empire-go-racp .auth-shell > .auth-form-card > .bg-bento > *,
body.empire-go-racp .auth-forgot-card > * {
  position: relative !important;
  z-index: 1 !important;
}

body.empire-go-racp .auth-story .flex-1 {
  max-width: 28rem !important;
}

body.empire-go-racp .auth-story h2 {
  max-width: 10ch !important;
  color: var(--auth-gold) !important;
  -webkit-text-fill-color: var(--auth-gold) !important;
  font-size: clamp(2.7rem, 4.6vw, 4.65rem) !important;
  font-weight: 900 !important;
  line-height: .94 !important;
  letter-spacing: -.045em !important;
  text-shadow: 0 8px 32px rgba(255, 177, 38, .16) !important;
}

body.empire-go-racp .auth-form-card h1,
body.empire-go-racp .auth-forgot-card h1 {
  max-width: 12ch !important;
  color: #fff2d2 !important;
  -webkit-text-fill-color: #fff2d2 !important;
  font-size: clamp(2.1rem, 3.2vw, 3.25rem) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
  text-shadow: 0 8px 26px rgba(255, 177, 38, .10) !important;
}

body.empire-go-racp .auth-story p,
body.empire-go-racp .auth-form-card p,
body.empire-go-racp .auth-forgot-card p {
  color: rgba(255, 236, 199, .74) !important;
}

body.empire-go-racp .auth-story p[class*="uppercase"],
body.empire-go-racp .auth-form-card p[class*="uppercase"],
body.empire-go-racp .auth-forgot-card p[class*="uppercase"] {
  color: var(--auth-gold-soft) !important;
}

body.empire-go-racp #login-form,
body.empire-go-racp #register-form,
body.empire-go-racp #forgot-content form {
  position: relative !important;
  z-index: 2 !important;
}

body.empire-go-racp #register-form {
  display: grid !important;
  gap: .9rem !important;
}

body.empire-go-racp #register-form .auth-form-section {
  padding: .9rem !important;
  border: 1px solid rgba(255, 190, 65, .12) !important;
  border-radius: .85rem !important;
  background: rgba(255, 190, 65, .025) !important;
}

body.empire-go-racp #register-form .auth-form-section[aria-label]::before {
  content: attr(aria-label) !important;
  display: block !important;
  grid-column: 1 / -1 !important;
  margin-bottom: -.05rem !important;
  color: rgba(255, 211, 112, .68) !important;
  font-size: .58rem !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

body.empire-go-racp #login-form label,
body.empire-go-racp #register-form label,
body.empire-go-racp #forgot-content label {
  color: #fff1d0 !important;
  font-size: .78rem !important;
  font-weight: 850 !important;
  letter-spacing: .025em !important;
}

body.empire-go-racp #login-form input,
body.empire-go-racp #register-form input,
body.empire-go-racp #register-form select,
body.empire-go-racp #forgot-content input {
  min-height: 3.1rem !important;
  color: #fff8e8 !important;
  caret-color: var(--auth-gold) !important;
  border: 1px solid rgba(255, 190, 65, .28) !important;
  border-radius: .72rem !important;
  background: rgba(2, 2, 2, .66) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 9px 22px rgba(0, 0, 0, .18) !important;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease !important;
}

body.empire-go-racp #login-form input:focus-visible,
body.empire-go-racp #register-form input:focus-visible,
body.empire-go-racp #register-form select:focus-visible,
body.empire-go-racp #forgot-content input:focus-visible {
  outline: 2px solid rgba(255, 215, 120, .78) !important;
  outline-offset: 2px !important;
  border-color: rgba(255, 200, 88, .72) !important;
  background: rgba(8, 6, 3, .84) !important;
  box-shadow: 0 0 0 4px rgba(255, 177, 38, .11), inset 0 1px 0 rgba(255, 255, 255, .04) !important;
}

body.empire-go-racp #login-form button[type="submit"],
body.empire-go-racp #register-form button[type="submit"],
body.empire-go-racp #forgot-content button[type="submit"],
body.empire-go-racp .auth-sent-state a[class*="bg-"] {
  width: 100% !important;
  min-height: 3.1rem !important;
  color: #1c1105 !important;
  font-weight: 950 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(255, 226, 151, .66) !important;
  border-radius: .72rem !important;
  background: linear-gradient(180deg, #ffd778 0%, #ffb126 53%, #da7b0b 100%) !important;
  box-shadow: 0 13px 30px rgba(179, 96, 15, .24), inset 0 1px 0 rgba(255, 255, 255, .38) !important;
  transition: transform .22s var(--auth-ease), filter .22s ease, box-shadow .22s ease !important;
}

body.empire-go-racp #login-form button[type="submit"]:hover,
body.empire-go-racp #register-form button[type="submit"]:hover,
body.empire-go-racp #forgot-content button[type="submit"]:hover,
body.empire-go-racp .auth-sent-state a[class*="bg-"]:hover {
  filter: brightness(1.07) saturate(1.04) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 36px rgba(179, 96, 15, .32), inset 0 1px 0 rgba(255, 255, 255, .42) !important;
}

body.empire-go-racp .auth-shell a:not([class*="bg-"]) {
  color: var(--auth-gold-soft) !important;
  text-decoration-color: rgba(255, 215, 120, .38) !important;
  text-underline-offset: .24em !important;
}

body.empire-go-racp .auth-shell a:not([class*="bg-"]):hover {
  color: #fff3cf !important;
  text-decoration-line: underline !important;
}

body.empire-go-racp #login-form .text-red-600,
body.empire-go-racp #register-form .text-red-600,
body.empire-go-racp #forgot-content .text-red-600,
body.empire-go-racp #login-form .text-red-700,
body.empire-go-racp #register-form .text-red-700 {
  color: #ff8b82 !important;
}

body.empire-go-racp #login-form [class*="bg-red-"],
body.empire-go-racp #register-form [class*="bg-red-"],
body.empire-go-racp #forgot-content [class*="bg-red-"] {
  color: #ffc1ba !important;
  border-color: rgba(255, 112, 98, .38) !important;
  background: rgba(78, 17, 14, .42) !important;
}

body.empire-go-racp #auth-forgot-shell {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
}

body.empire-go-racp .auth-forgot-card {
  min-height: 30rem !important;
  padding: clamp(2.3rem, 4vw, 4rem) !important;
  background:
    linear-gradient(90deg, rgba(8, 7, 5, .98) 0%, rgba(8, 7, 5, .95) 57%, rgba(8, 7, 5, .52) 76%, rgba(8, 7, 5, .18) 100%),
    radial-gradient(circle at 20% 4%, rgba(255, 190, 65, .16), transparent 18rem),
    url("/themes/empire/static/img/bro-logo-tight.png") right 3rem center / min(30%, 14rem) auto no-repeat,
    #080705 !important;
}

body.empire-go-racp #forgot-content {
  width: min(100%, 31rem) !important;
}

body.empire-go-racp .auth-sent-state > div:first-child {
  color: #8ee7a5 !important;
  border-color: rgba(84, 210, 118, .32) !important;
  background: rgba(18, 82, 41, .28) !important;
  box-shadow: 0 0 32px rgba(70, 196, 104, .10) !important;
}

body.empire-go-racp .auth-shell,
body.empire-go-racp .auth-shell > .auth-story > .bg-bento,
body.empire-go-racp .auth-shell > .auth-form-card > .bg-bento {
  animation: auth-portal-arrive .58s var(--auth-ease) both !important;
}

body.empire-go-racp .auth-shell > .auth-form-card > .bg-bento {
  animation-delay: .07s !important;
}

@keyframes auth-portal-arrive {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991.98px) {
  body.empire-go-racp main:has(#auth-login-shell),
  body.empire-go-racp main:has(#auth-register-shell),
  body.empire-go-racp main:has(#auth-forgot-shell) {
    padding-top: 9.25rem !important;
  }

  body.empire-go-racp #auth-login-shell,
  body.empire-go-racp #auth-register-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100%, 42rem) !important;
  }

  body.empire-go-racp .auth-shell > .auth-form-card {
    order: 1 !important;
  }

  body.empire-go-racp .auth-shell > .auth-story {
    order: 2 !important;
  }

  body.empire-go-racp .auth-shell > .auth-story > .bg-bento {
    min-height: 18rem !important;
    background-size: auto, auto, auto, 19rem auto, auto !important;
  }

  body.empire-go-racp #auth-register-shell > .auth-story > .bg-bento {
    min-height: 20rem !important;
    background-size: auto, auto, auto, 22rem auto, auto !important;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp main:has(#auth-login-shell),
  body.empire-go-racp main:has(#auth-register-shell),
  body.empire-go-racp main:has(#auth-forgot-shell) {
    padding: 8.75rem .5rem 2rem !important;
  }

  body.empire-go-racp .auth-shell {
    gap: .55rem !important;
    padding: .45rem !important;
    border-radius: 1.05rem !important;
  }

  body.empire-go-racp .auth-shell::before {
    width: 8rem !important;
    height: 8rem !important;
  }

  body.empire-go-racp .auth-shell > .auth-story > .bg-bento,
  body.empire-go-racp .auth-shell > .auth-form-card > .bg-bento,
  body.empire-go-racp .auth-forgot-card {
    padding: 1.35rem !important;
    border-radius: .85rem !important;
  }

  body.empire-go-racp .auth-form-card h1,
  body.empire-go-racp .auth-forgot-card h1 {
    font-size: clamp(1.9rem, 10vw, 2.5rem) !important;
  }

  body.empire-go-racp .auth-story h2 {
    font-size: clamp(2.2rem, 12vw, 3.1rem) !important;
  }

  body.empire-go-racp .auth-shell > .auth-story > .bg-bento,
  body.empire-go-racp #auth-register-shell > .auth-story > .bg-bento {
    min-height: 14rem !important;
    background-position: center, center, center, right -.5rem bottom, center !important;
    background-size: auto, auto, auto, 15rem auto, auto !important;
  }

  body.empire-go-racp .auth-shell > .auth-story > .bg-bento::before {
    display: none !important;
  }

  body.empire-go-racp #register-form .auth-form-section {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: .75rem !important;
  }

  body.empire-go-racp .auth-forgot-card {
    min-height: 0 !important;
    background:
      radial-gradient(circle at 15% 0%, rgba(255, 190, 65, .15), transparent 15rem),
      linear-gradient(180deg, rgba(15, 12, 8, .98), rgba(5, 5, 4, .96)) !important;
  }

  body.empire-go-racp #forgot-content {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.empire-go-racp .auth-shell,
  body.empire-go-racp .auth-shell *,
  body.empire-go-racp .auth-shell *::before,
  body.empire-go-racp .auth-shell *::after {
    animation: none !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Portal v4 specificity bridge: auth hooks outrank legacy rules */
body.empire-go-racp main #auth-login-shell.auth-shell.auth-shell-login > .auth-story > .bg-bento {
  min-height: 34rem !important;
  background:
    linear-gradient(180deg, rgba(5, 5, 4, .05), rgba(5, 5, 4, .48)),
    linear-gradient(90deg, rgba(7, 6, 4, .98), rgba(7, 6, 4, .62) 50%, rgba(7, 6, 4, .02)),
    radial-gradient(circle at 18% 12%, rgba(255, 190, 65, .22), transparent 18rem),
    url("/themes/empire/static/img/render-account-box.png") right bottom / min(88%, 31rem) auto no-repeat,
    #0a0805 !important;
}

body.empire-go-racp main #auth-register-shell.auth-shell.auth-shell-register > .auth-story > .bg-bento {
  min-height: 43rem !important;
  background:
    linear-gradient(180deg, rgba(5, 5, 4, .04), rgba(5, 5, 4, .44)),
    linear-gradient(90deg, rgba(7, 6, 4, .98), rgba(7, 6, 4, .58) 50%, rgba(7, 6, 4, .02)),
    radial-gradient(circle at 20% 12%, rgba(255, 190, 65, .22), transparent 18rem),
    url("/themes/empire/static/img/render-create.webp") right bottom / min(92%, 33rem) auto no-repeat,
    #0a0805 !important;
}

body.empire-go-racp main #auth-login-shell.auth-shell .auth-form-card h1,
body.empire-go-racp main #auth-register-shell.auth-shell .auth-form-card h1 {
  color: #fff2d2 !important;
  -webkit-text-fill-color: #fff2d2 !important;
  font-size: clamp(2.1rem, 3.2vw, 3.25rem) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  letter-spacing: -.04em !important;
  text-shadow: 0 8px 26px rgba(255, 177, 38, .10) !important;
}

body.empire-go-racp main #auth-login-shell.auth-shell .auth-story h2,
body.empire-go-racp main #auth-register-shell.auth-shell .auth-story h2 {
  color: var(--auth-gold) !important;
  -webkit-text-fill-color: var(--auth-gold) !important;
  font-size: clamp(2.7rem, 4.6vw, 4.65rem) !important;
  font-weight: 900 !important;
  line-height: .94 !important;
  letter-spacing: -.045em !important;
}

body.empire-go-racp main #auth-forgot-shell.auth-shell.auth-shell-forgot {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
  padding: .75rem !important;
}

body.empire-go-racp main #auth-forgot-shell.auth-shell.auth-shell-forgot > .auth-forgot-card {
  min-height: 30rem !important;
  padding: clamp(2.3rem, 4vw, 4rem) !important;
  background:
    linear-gradient(90deg, rgba(8, 7, 5, .98) 0%, rgba(8, 7, 5, .94) 53%, rgba(8, 7, 5, .36) 72%, rgba(8, 7, 5, .08) 100%),
    radial-gradient(circle at 20% 4%, rgba(255, 190, 65, .16), transparent 18rem),
    url("/themes/empire/static/img/bro-logo-tight.png") right 3rem center / min(30%, 14rem) auto no-repeat,
    #080705 !important;
}

body.empire-go-racp main #auth-forgot-shell.auth-shell.auth-shell-forgot #forgot-content {
  width: min(100%, 31rem) !important;
  max-width: 31rem !important;
}

/* Portal v4 tap-target bridge */
body.empire-go-racp main #auth-login-shell.auth-shell #login-form input,
body.empire-go-racp main #auth-register-shell.auth-shell #register-form input,
body.empire-go-racp main #auth-register-shell.auth-shell #register-form select,
body.empire-go-racp main #auth-forgot-shell.auth-shell #forgot-content input,
body.empire-go-racp main #auth-login-shell.auth-shell #login-form button[type="submit"],
body.empire-go-racp main #auth-register-shell.auth-shell #register-form button[type="submit"],
body.empire-go-racp main #auth-forgot-shell.auth-shell #forgot-content button[type="submit"] {
  min-height: 3.1rem !important;
}

@media (max-width: 991.98px) {
  body.empire-go-racp main #auth-login-shell.auth-shell.auth-shell-login > .auth-story > .bg-bento {
    min-height: 18rem !important;
    background-size: auto, auto, auto, 20rem auto, auto !important;
  }

  body.empire-go-racp main #auth-register-shell.auth-shell.auth-shell-register > .auth-story > .bg-bento {
    min-height: 20rem !important;
    background-size: auto, auto, auto, 22rem auto, auto !important;
  }
}

@media (max-width: 575.98px) {
  body.empire-go-racp main #auth-login-shell.auth-shell.auth-shell-login > .auth-story > .bg-bento,
  body.empire-go-racp main #auth-register-shell.auth-shell.auth-shell-register > .auth-story > .bg-bento {
    min-height: 14rem !important;
    background-position: center, center, center, right -.5rem bottom, center !important;
    background-size: auto, auto, auto, 15rem auto, auto !important;
  }

  body.empire-go-racp main #auth-forgot-shell.auth-shell.auth-shell-forgot {
    padding: .45rem !important;
  }

  body.empire-go-racp main #auth-forgot-shell.auth-shell.auth-shell-forgot > .auth-forgot-card {
    min-height: 0 !important;
    padding: 1.35rem !important;
    background:
      radial-gradient(circle at 15% 0%, rgba(255, 190, 65, .15), transparent 15rem),
      linear-gradient(180deg, rgba(15, 12, 8, .98), rgba(5, 5, 4, .96)) !important;
  }
}

/* Portal v3: one coherent Midgard archive language across databases, home and account. */
body.empire-go-racp {
  --archive-gold: #ffbd43;
  --archive-cream: #fff1cf;
  --archive-copper: #c86f27;
  --archive-ink: #080705;
  --archive-line: rgba(255, 190, 65, .27);
  --archive-ease: cubic-bezier(.22, 1, .36, 1);
}

/* Database list heroes: add the same cartographic signature used by the market. */
body.empire-go-racp main .space-y-4:has(> .grid a[href^="/items/"]) > .animate-fade-up:first-child > .bg-bento,
body.empire-go-racp main .space-y-4:has(> .grid a[href^="/mobs/"]) > .animate-fade-up:first-child > .bg-bento {
  isolation: isolate !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .42),
    0 0 0 1px rgba(255, 190, 65, .04),
    inset 0 1px 0 rgba(255, 244, 214, .07) !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/items/"]) > .animate-fade-up:first-child > .bg-bento::after,
body.empire-go-racp main .space-y-4:has(> .grid a[href^="/mobs/"]) > .animate-fade-up:first-child > .bg-bento::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 50% !important;
  right: clamp(14rem, 24vw, 23rem) !important;
  width: clamp(10rem, 18vw, 16rem) !important;
  aspect-ratio: 1 !important;
  transform: translateY(-50%) rotate(45deg) !important;
  border: 1px solid rgba(255, 190, 65, .10) !important;
  border-radius: 2rem !important;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255, 190, 65, .07) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(255, 190, 65, .07) 50%, transparent 50.3%) !important;
  box-shadow: 0 0 0 1.5rem rgba(255, 190, 65, .018), 0 0 80px rgba(255, 177, 38, .05) !important;
  pointer-events: none !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/items/"]) > .animate-fade-up:first-child > .bg-bento > *,
body.empire-go-racp main .space-y-4:has(> .grid a[href^="/mobs/"]) > .animate-fade-up:first-child > .bg-bento > * {
  position: relative !important;
  z-index: 1 !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/items/"]) > .animate-fade-up:first-child form,
body.empire-go-racp main .space-y-4:has(> .grid a[href^="/mobs/"]) > .animate-fade-up:first-child form {
  padding: .72rem !important;
  border: 1px solid rgba(255, 190, 65, .16) !important;
  border-radius: 1rem !important;
  background: rgba(0, 0, 0, .30) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035) !important;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s var(--archive-ease) !important;
}

body.empire-go-racp main .space-y-4:has(> .grid a[href^="/items/"]) > .animate-fade-up:first-child form:focus-within,
body.empire-go-racp main .space-y-4:has(> .grid a[href^="/mobs/"]) > .animate-fade-up:first-child form:focus-within {
  border-color: rgba(255, 190, 65, .48) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .28), 0 0 0 3px rgba(255, 177, 38, .07) !important;
  transform: translateY(-2px) !important;
}

/* Database result cards become compact archive records. */
body.empire-go-racp main .grid:has(a[href^="/items/"]) > a[href^="/items/"] > .bg-bento,
body.empire-go-racp main .grid:has(a[href^="/mobs/"]) > a[href^="/mobs/"] > .bg-bento {
  position: relative !important;
  isolation: isolate !important;
  border-color: rgba(255, 190, 65, .22) !important;
  background:
    linear-gradient(105deg, rgba(255, 190, 65, .045), transparent 38%),
    linear-gradient(145deg, rgba(15, 13, 10, .96), rgba(4, 4, 4, .96)) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .035) !important;
  transition: transform .25s var(--archive-ease), border-color .25s ease, box-shadow .25s ease !important;
}

body.empire-go-racp main .grid:has(a[href^="/items/"]) > a[href^="/items/"] > .bg-bento::after,
body.empire-go-racp main .grid:has(a[href^="/mobs/"]) > a[href^="/mobs/"] > .bg-bento::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: -.25rem !important;
  right: -.25rem !important;
  width: 3.8rem !important;
  height: 3.8rem !important;
  border: 1px solid rgba(255, 190, 65, .08) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 1rem rgba(255, 190, 65, .012) !important;
  pointer-events: none !important;
}

body.empire-go-racp main .grid:has(a[href^="/items/"]) > a[href^="/items/"]:hover > .bg-bento,
body.empire-go-racp main .grid:has(a[href^="/mobs/"]) > a[href^="/mobs/"]:hover > .bg-bento {
  border-color: rgba(255, 190, 65, .48) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 20px 42px rgba(0, 0, 0, .32), 0 0 24px rgba(255, 177, 38, .055), inset 0 1px 0 rgba(255, 255, 255, .055) !important;
}

body.empire-go-racp main .grid:has(a[href^="/items/"]) > a[href^="/items/"] .bg-surface,
body.empire-go-racp main .grid:has(a[href^="/mobs/"]) > a[href^="/mobs/"] .bg-surface {
  border-color: rgba(255, 190, 65, .26) !important;
  background: radial-gradient(circle at 50% 30%, rgba(255, 190, 65, .15), rgba(0, 0, 0, .54)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 8px 20px rgba(0, 0, 0, .24) !important;
}

body.empire-go-racp main .grid:has(a[href^="/items/"]) > a[href^="/items/"] p:last-of-type,
body.empire-go-racp main .grid:has(a[href^="/mobs/"]) > a[href^="/mobs/"] p:last-of-type {
  color: rgba(255, 225, 163, .68) !important;
  font-size: .69rem !important;
  font-weight: 750 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

/* Item and mob details: a richer hero plus readable data modules. */
body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl,
body.empire-go-racp main:has(nav a[href="/mobs"]) > .max-w-5xl {
  --detail-accent: 255, 190, 65;
}

body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl > .animate-fade-up:first-of-type > .bg-bento,
body.empire-go-racp main:has(nav a[href="/mobs"]) > .max-w-5xl > .animate-fade-up:first-of-type > .bg-bento {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl > .animate-fade-up:first-of-type > .bg-bento::after,
body.empire-go-racp main:has(nav a[href="/mobs"]) > .max-w-5xl > .animate-fade-up:first-of-type > .bg-bento::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 50% !important;
  right: clamp(10rem, 20vw, 18rem) !important;
  width: 13rem !important;
  height: 13rem !important;
  transform: translateY(-50%) rotate(45deg) !important;
  border: 1px solid rgba(var(--detail-accent), .09) !important;
  border-radius: 1.8rem !important;
  background:
    linear-gradient(90deg, transparent 49.6%, rgba(var(--detail-accent), .06) 50%, transparent 50.4%),
    linear-gradient(transparent 49.6%, rgba(var(--detail-accent), .06) 50%, transparent 50.4%) !important;
  box-shadow: 0 0 0 1.5rem rgba(var(--detail-accent), .016) !important;
  pointer-events: none !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl > .animate-fade-up:first-of-type > .bg-bento > *,
body.empire-go-racp main:has(nav a[href="/mobs"]) > .max-w-5xl > .animate-fade-up:first-of-type > .bg-bento > * {
  position: relative !important;
  z-index: 1 !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) h1,
body.empire-go-racp main:has(nav a[href="/mobs"]) h1 {
  font-size: clamp(2.55rem, 5vw, 4.35rem) !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl > .grid .bg-bento,
body.empire-go-racp main:has(nav a[href="/mobs"]) > .max-w-5xl > .grid .bg-bento {
  position: relative !important;
  overflow: hidden !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl > .grid .bg-bento::after,
body.empire-go-racp main:has(nav a[href="/mobs"]) > .max-w-5xl > .grid .bg-bento::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 5rem !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(255, 190, 65, .5)) !important;
  pointer-events: none !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) .bg-bento dl > div,
body.empire-go-racp main:has(nav a[href="/mobs"]) .bg-bento dl > div {
  border-color: rgba(255, 190, 65, .16) !important;
  background: linear-gradient(120deg, rgba(255, 190, 65, .045), rgba(255, 255, 255, .018)) !important;
  transition: border-color .22s ease, background .22s ease, transform .22s var(--archive-ease) !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) .bg-bento dl > div:hover,
body.empire-go-racp main:has(nav a[href="/mobs"]) .bg-bento dl > div:hover {
  border-color: rgba(255, 190, 65, .35) !important;
  background: rgba(255, 177, 38, .075) !important;
  transform: translateY(-1px) !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) .bg-bento ul a[href^="/mobs/"],
body.empire-go-racp main:has(nav a[href="/mobs"]) .bg-bento ul a[href^="/items/"] {
  border: 1px solid transparent !important;
  border-radius: .8rem !important;
  transition: border-color .22s ease, background .22s ease, transform .22s var(--archive-ease) !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) .bg-bento ul a[href^="/mobs/"]:hover,
body.empire-go-racp main:has(nav a[href="/mobs"]) .bg-bento ul a[href^="/items/"]:hover {
  border-color: rgba(255, 190, 65, .24) !important;
  background: rgba(255, 177, 38, .065) !important;
  transform: translateX(3px) !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl > .animate-fade-up:first-of-type a[href^="/vendors?item="],
body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl > .animate-fade-up:first-of-type button {
  min-height: 2.75rem !important;
  border-radius: .75rem !important;
  transition: transform .22s var(--archive-ease), border-color .22s ease, box-shadow .22s ease, filter .22s ease !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl > .animate-fade-up:first-of-type a[href^="/vendors?item="]:hover,
body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl > .animate-fade-up:first-of-type button:hover {
  transform: translateY(-2px) !important;
}

/* Item description: preserve its Ragnarok-card character, but make it legible and premium. */
body.empire-go-racp main:has(nav a[href="/items"]) .fixed.inset-0 {
  background: rgba(0, 0, 0, .74) !important;
  backdrop-filter: blur(10px) saturate(.8) !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) .fixed.inset-0 article {
  width: min(32rem, calc(100vw - 2rem)) !important;
  min-width: 0 !important;
  max-width: 32rem !important;
  padding: .4rem !important;
  color: #f4ead6 !important;
  font-family: inherit !important;
  border: 1px solid rgba(255, 190, 65, .42) !important;
  border-radius: 1rem !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 190, 65, .13), transparent 15rem),
    linear-gradient(145deg, rgba(25, 19, 12, .99), rgba(5, 5, 5, .99)) !important;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .66), inset 0 1px 0 rgba(255, 255, 255, .07) !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) .fixed.inset-0 article > div {
  min-width: 0 !important;
  padding: 1.1rem !important;
  border-color: rgba(255, 190, 65, .18) !important;
  border-radius: .75rem !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) .fixed.inset-0 article > div > .relative.flex {
  align-items: flex-start !important;
  gap: 1rem !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) .fixed.inset-0 article section {
  max-width: none !important;
  padding: .15rem 0 .25rem !important;
  color: #e9dcc4 !important;
  font-size: .86rem !important;
  line-height: 1.55 !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) .fixed.inset-0 article h2 {
  position: static !important;
  margin: 0 0 .45rem !important;
  color: #fff1cf !important;
  font-size: 1.3rem !important;
  line-height: 1.1 !important;
  text-shadow: 0 4px 18px rgba(255, 177, 38, .16) !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) .fixed.inset-0 article p {
  margin-block: .28rem !important;
}

body.empire-go-racp main:has(nav a[href="/items"]) .fixed.inset-0 button[aria-label="Cerrar"] {
  right: -.65rem !important;
  top: -.65rem !important;
  width: 2.35rem !important;
  height: 2.35rem !important;
  color: #ffe6ad !important;
  border-color: rgba(255, 190, 65, .38) !important;
  background: #100d09 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .48) !important;
}

/* Account: hero, panels, actions and balances become an adventurer control console. */
body.empire-go-racp .account-shell {
  width: min(78rem, calc(100% - 2rem)) !important;
}

body.empire-go-racp .account-hero-card,
body.empire-go-racp .account-panel {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border-color: rgba(255, 190, 65, .28) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 190, 65, .10), transparent 20rem),
    linear-gradient(145deg, rgba(18, 15, 11, .96), rgba(5, 5, 5, .94)) !important;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .05) !important;
}

body.empire-go-racp .account-hero-card::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  top: 50% !important;
  right: clamp(15rem, 26vw, 23rem) !important;
  width: 13rem !important;
  height: 13rem !important;
  transform: translateY(-50%) rotate(45deg) !important;
  border: 1px solid rgba(255, 190, 65, .09) !important;
  border-radius: 1.8rem !important;
  box-shadow: 0 0 0 1.6rem rgba(255, 190, 65, .015) !important;
  pointer-events: none !important;
}

body.empire-go-racp .account-title {
  color: #fff1cf !important;
  font-family: inherit !important;
  font-size: clamp(2.65rem, 5vw, 4.5rem) !important;
  font-weight: 750 !important;
  letter-spacing: -.045em !important;
  text-shadow: 0 8px 28px rgba(255, 177, 38, .13) !important;
}

body.empire-go-racp .account-email {
  color: rgba(255, 230, 177, .68) !important;
}

body.empire-go-racp .account-actions .btn,
body.empire-go-racp .account-actions button,
body.empire-go-racp .account-balance-panel .btn,
body.empire-go-racp .account-balance-panel button {
  min-height: 2.75rem !important;
  padding-inline: 1rem !important;
  border-color: rgba(255, 190, 65, .28) !important;
  border-radius: .75rem !important;
  background: rgba(255, 177, 38, .045) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045) !important;
  transition: transform .22s var(--archive-ease), border-color .22s ease, background .22s ease, box-shadow .22s ease !important;
}

body.empire-go-racp .account-actions .btn:hover,
body.empire-go-racp .account-actions button:hover,
body.empire-go-racp .account-balance-panel .btn:hover,
body.empire-go-racp .account-balance-panel button:hover {
  border-color: rgba(255, 190, 65, .5) !important;
  background: rgba(255, 177, 38, .10) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
  transform: translateY(-2px) !important;
}

body.empire-go-racp .account-balance-panel > .btn,
body.empire-go-racp .account-balance-panel > button {
  color: #1b1004 !important;
  border-color: rgba(255, 215, 126, .55) !important;
  background: linear-gradient(180deg, #ffd36f, #f6a51f) !important;
  box-shadow: 0 10px 26px rgba(200, 111, 39, .22), inset 0 1px 0 rgba(255, 255, 255, .34) !important;
}

body.empire-go-racp .account-balance-cell {
  min-width: 8rem !important;
  border-color: rgba(255, 190, 65, .20) !important;
  background:
    linear-gradient(135deg, rgba(255, 190, 65, .055), transparent 54%),
    rgba(255, 255, 255, .025) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 12px 28px rgba(0, 0, 0, .18) !important;
}

body.empire-go-racp .account-panel::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 5rem !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(255, 190, 65, .48)) !important;
}

body.empire-go-racp .account-character-row {
  border: 1px solid transparent !important;
  transition: border-color .22s ease, background .22s ease, transform .22s var(--archive-ease) !important;
}

body.empire-go-racp .account-character-row:hover {
  border-color: rgba(255, 190, 65, .24) !important;
  background: rgba(255, 177, 38, .065) !important;
  transform: translateX(3px) !important;
}

body.empire-go-racp .account-history-card [role="tablist"] {
  padding: .3rem !important;
  border: 1px solid rgba(255, 190, 65, .14) !important;
  border-radius: .8rem !important;
  background: rgba(0, 0, 0, .28) !important;
}

body.empire-go-racp .account-history-card [role="tab"] {
  min-height: 2.5rem !important;
  border-radius: .55rem !important;
}

body.empire-go-racp .account-history-card [role="tab"][aria-selected="true"] {
  color: #fff0cc !important;
  background: rgba(255, 177, 38, .11) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 190, 65, .2) !important;
}

/* Account modals: remove the unthemed white UI and keep every state inside Empire. */
body.empire-go-racp:has(.account-shell) #modal > div > .fixed.inset-0 {
  background: rgba(0, 0, 0, .76) !important;
  backdrop-filter: blur(10px) saturate(.78) !important;
}

body.empire-go-racp:has(.account-shell) #modal [role="dialog"] {
  isolation: isolate !important;
  width: min(31rem, calc(100vw - 2rem)) !important;
  max-width: 31rem !important;
  max-height: min(88dvh, 46rem) !important;
  gap: 1.35rem !important;
  padding: clamp(1.45rem, 4vw, 2rem) !important;
  color: #efe3cc !important;
  border: 1px solid rgba(255, 190, 65, .38) !important;
  border-radius: 1.2rem !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 190, 65, .15), transparent 17rem),
    linear-gradient(145deg, rgba(25, 19, 12, .995), rgba(5, 5, 5, .995)) !important;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .72), inset 0 1px 0 rgba(255, 255, 255, .07) !important;
}

body.empire-go-racp:has(.account-shell) #modal [role="dialog"]::before {
  content: "SEGURIDAD DE CUENTA" !important;
  display: block !important;
  width: max-content !important;
  margin-bottom: -.45rem !important;
  padding: .32rem .58rem !important;
  color: rgba(255, 219, 142, .72) !important;
  font-size: .58rem !important;
  font-weight: 850 !important;
  letter-spacing: .17em !important;
  border: 1px solid rgba(255, 190, 65, .22) !important;
  border-radius: 999px !important;
  background: rgba(255, 177, 38, .06) !important;
}

body.empire-go-racp:has(.account-shell) #modal [role="dialog"] > button[aria-label="Close"] {
  top: 1rem !important;
  right: 1rem !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  padding: 0 !important;
  color: #ffe3a6 !important;
  border: 1px solid rgba(255, 190, 65, .24) !important;
  border-radius: .7rem !important;
  background: rgba(0, 0, 0, .34) !important;
}

body.empire-go-racp:has(.account-shell) #modal [role="dialog"] h2 {
  max-width: calc(100% - 3rem) !important;
  color: #fff1cf !important;
  font-size: clamp(1.75rem, 5vw, 2.45rem) !important;
  font-weight: 720 !important;
  line-height: 1.05 !important;
  letter-spacing: -.03em !important;
  text-shadow: 0 5px 24px rgba(255, 177, 38, .13) !important;
}

body.empire-go-racp:has(.account-shell) #modal [role="dialog"] h2 + p {
  max-width: 42ch !important;
  color: rgba(235, 219, 190, .68) !important;
  line-height: 1.55 !important;
}

body.empire-go-racp:has(.account-shell) #modal [role="dialog"] form {
  display: grid !important;
  gap: 1rem !important;
}

body.empire-go-racp:has(.account-shell) #modal [role="dialog"] label {
  color: #e9dcc4 !important;
  font-size: .72rem !important;
  font-weight: 750 !important;
  letter-spacing: .04em !important;
}

body.empire-go-racp:has(.account-shell) #modal [role="dialog"] input:not([type="hidden"]) {
  min-height: 3rem !important;
  color: #fff5df !important;
  caret-color: #ffbd43 !important;
  border-color: rgba(255, 190, 65, .26) !important;
  border-radius: .75rem !important;
  background: rgba(0, 0, 0, .48) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035) !important;
}

body.empire-go-racp:has(.account-shell) #modal [role="dialog"] input:not([type="hidden"]):focus-visible {
  outline: 2px solid rgba(255, 214, 121, .85) !important;
  outline-offset: 2px !important;
  border-color: rgba(255, 190, 65, .58) !important;
}

body.empire-go-racp:has(.account-shell) #modal [role="dialog"] form button[type="submit"] {
  min-height: 3rem !important;
  color: #1c1105 !important;
  border: 1px solid rgba(255, 220, 146, .6) !important;
  border-radius: .75rem !important;
  background: linear-gradient(180deg, #ffd36f, #f6a51f) !important;
  box-shadow: 0 12px 28px rgba(200, 111, 39, .24), inset 0 1px 0 rgba(255, 255, 255, .36) !important;
  transition: transform .22s var(--archive-ease), filter .22s ease, box-shadow .22s ease !important;
}

body.empire-go-racp:has(.account-shell) #modal [role="dialog"] form button[type="submit"]:hover {
  filter: brightness(1.06) saturate(1.06) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 34px rgba(200, 111, 39, .31), inset 0 1px 0 rgba(255, 255, 255, .4) !important;
}

/* Home: retain the cinematic hero and elevate its live rail and three-step path. */
body.empire-go-racp:has(#empire-splash) .bro-live-card,
body.empire-go-racp:has(#empire-splash) .bro-step-card {
  position: relative !important;
  overflow: hidden !important;
  border-color: rgba(255, 190, 65, .24) !important;
  background:
    linear-gradient(120deg, rgba(255, 190, 65, .05), transparent 48%),
    rgba(8, 7, 5, .90) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .035) !important;
  transition: transform .25s var(--archive-ease), border-color .25s ease, box-shadow .25s ease !important;
}

body.empire-go-racp:has(#empire-splash) .bro-live-card::after,
body.empire-go-racp:has(#empire-splash) .bro-step-card::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 4.5rem !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(255, 190, 65, .55)) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-live-card:hover,
body.empire-go-racp:has(#empire-splash) .bro-step-card:hover {
  border-color: rgba(255, 190, 65, .5) !important;
  box-shadow: 0 22px 46px rgba(0, 0, 0, .34), 0 0 24px rgba(255, 177, 38, .045), inset 0 1px 0 rgba(255, 255, 255, .05) !important;
  transform: translateY(-4px) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-live-card strong {
  color: #fff1cf !important;
  text-shadow: 0 5px 22px rgba(255, 177, 38, .12) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-step-card > span:first-child {
  color: rgba(255, 190, 65, .7) !important;
  text-shadow: 0 4px 18px rgba(255, 177, 38, .12) !important;
}

body.empire-go-racp #empire-splash #empire-account-box {
  border-color: rgba(255, 190, 65, .32) !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .48), 0 0 0 1px rgba(255, 190, 65, .04), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

@media (max-width: 767px) {
  body.empire-go-racp main .space-y-4:has(> .grid a[href^="/items/"]) > .animate-fade-up:first-child > .bg-bento::after,
  body.empire-go-racp main .space-y-4:has(> .grid a[href^="/mobs/"]) > .animate-fade-up:first-child > .bg-bento::after,
  body.empire-go-racp main:has(nav a[href="/items"]) > .max-w-5xl > .animate-fade-up:first-of-type > .bg-bento::after,
  body.empire-go-racp main:has(nav a[href="/mobs"]) > .max-w-5xl > .animate-fade-up:first-of-type > .bg-bento::after,
  body.empire-go-racp .account-hero-card::after {
    right: -5rem !important;
    width: 10rem !important;
    height: 10rem !important;
    opacity: .65 !important;
  }

  body.empire-go-racp main .grid:has(a[href^="/items/"]) > a[href^="/items/"]:hover > .bg-bento,
  body.empire-go-racp main .grid:has(a[href^="/mobs/"]) > a[href^="/mobs/"]:hover > .bg-bento,
  body.empire-go-racp:has(#empire-splash) .bro-live-card:hover,
  body.empire-go-racp:has(#empire-splash) .bro-step-card:hover,
  body.empire-go-racp .account-character-row:hover {
    transform: none !important;
  }

  body.empire-go-racp .account-shell {
    width: min(100% - 1rem, 78rem) !important;
  }

  body.empire-go-racp:has(.account-shell) #modal [role="dialog"] {
    width: min(100%, calc(100vw - 1rem)) !important;
    padding: 1.3rem !important;
  }

  body.empire-go-racp main:has(nav a[href="/items"]) .fixed.inset-0 article > div > .relative.flex {
    flex-direction: column !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.empire-go-racp main .grid:has(a[href^="/items/"]) > a[href^="/items/"] > .bg-bento,
  body.empire-go-racp main .grid:has(a[href^="/mobs/"]) > a[href^="/mobs/"] > .bg-bento,
  body.empire-go-racp .account-actions .btn,
  body.empire-go-racp .account-actions button,
  body.empire-go-racp .account-balance-panel .btn,
  body.empire-go-racp .account-balance-panel button,
  body.empire-go-racp .account-character-row,
  body.empire-go-racp:has(#empire-splash) .bro-live-card,
  body.empire-go-racp:has(#empire-splash) .bro-step-card,
  body.empire-go-racp:has(.account-shell) #modal [role="dialog"] form button[type="submit"] {
    transition: none !important;
  }
}

/* Home Archive of Midgard: final home rail overrides. */
body.empire-go-racp:has(#empire-splash) .bro-live-grid {
  position: relative !important;
  isolation: isolate;
  gap: clamp(.45rem, 1.1vw, 1rem) !important;
  padding: clamp(.7rem, 1.6vw, 1.25rem) !important;
  border: 1px solid rgba(255, 190, 65, .26) !important;
  background: radial-gradient(circle at 10% 0%, rgba(255, 190, 65, .13), transparent 30%), linear-gradient(135deg, rgba(18, 14, 8, .97), rgba(4, 4, 3, .96)) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 241, 207, .08), inset 0 0 0 1px rgba(0, 0, 0, .55) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-live-grid::before,
body.empire-go-racp:has(#empire-splash) .bro-live-grid::after,
body.empire-go-racp:has(#empire-splash) .bro-step-grid::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0;
}

body.empire-go-racp:has(#empire-splash) .bro-live-grid::before,
body.empire-go-racp:has(#empire-splash) .bro-live-grid::after {
  height: 1px !important;
  background: linear-gradient(90deg, transparent, var(--archive-gold), transparent) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-live-grid::before { top: clamp(.3rem, .75vw, .6rem) !important; left: clamp(1rem, 3vw, 3rem) !important; right: clamp(1rem, 3vw, 3rem) !important; }
body.empire-go-racp:has(#empire-splash) .bro-live-grid::after { bottom: clamp(.3rem, .75vw, .6rem) !important; left: clamp(2.5rem, 9vw, 9rem) !important; right: clamp(2.5rem, 9vw, 9rem) !important; opacity: .55; }

body.empire-go-racp:has(#empire-splash) .bro-live-card {
  min-height: 0 !important;
  border-color: rgba(255, 190, 65, .18) !important;
  background: linear-gradient(135deg, rgba(255, 241, 207, .045), transparent 42%), linear-gradient(180deg, rgba(17, 14, 9, .94), rgba(7, 6, 4, .96)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 241, 207, .06), inset 0 -1px 0 rgba(0, 0, 0, .5) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-live-card:first-child {
  border-color: rgba(255, 190, 65, .58) !important;
  background: radial-gradient(circle at 10% 15%, rgba(255, 190, 65, .19), transparent 45%), linear-gradient(135deg, rgba(43, 29, 11, .98), rgba(9, 7, 4, .98)) !important;
  box-shadow: 0 0 0 1px rgba(255, 190, 65, .11), inset 0 1px 0 rgba(255, 241, 207, .15), inset .22rem 0 0 var(--archive-gold) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-home-start {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(3.5rem, 7vw, 6.5rem) !important;
  background: radial-gradient(circle at 50% 0%, rgba(255, 190, 65, .10), transparent 38%), linear-gradient(180deg, rgba(5, 5, 4, .96), rgba(13, 10, 6, .98)) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-home-start .bro-section-head { position: relative !important; z-index: 1; margin-bottom: clamp(1.75rem, 4vw, 3rem) !important; }
body.empire-go-racp:has(#empire-splash) .bro-step-grid { position: relative !important; isolation: isolate; gap: clamp(.8rem, 2vw, 1.5rem) !important; }

body.empire-go-racp:has(#empire-splash) .bro-step-grid::before {
  top: clamp(2.3rem, 4.4vw, 3.4rem) !important;
  left: clamp(2.4rem, 7vw, 5.5rem) !important;
  right: clamp(2.4rem, 7vw, 5.5rem) !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, rgba(255, 190, 65, .9) 12%, var(--archive-gold) 50%, rgba(255, 190, 65, .9) 88%, transparent) !important;
  box-shadow: 0 0 16px rgba(255, 190, 65, .28) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-step-card {
  z-index: 1;
  padding: clamp(1.15rem, 2.4vw, 1.7rem) !important;
  border-color: rgba(255, 190, 65, .3) !important;
  background: linear-gradient(135deg, rgba(255, 241, 207, .06), transparent 37%), linear-gradient(160deg, rgba(19, 15, 9, .98), rgba(6, 5, 3, .98)) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 241, 207, .09), inset 0 0 0 1px rgba(0, 0, 0, .35) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-step-card:nth-child(2) {
  border-color: rgba(255, 190, 65, .68) !important;
  background: radial-gradient(circle at 50% 0%, rgba(255, 190, 65, .16), transparent 52%), linear-gradient(160deg, rgba(48, 31, 10, .98), rgba(8, 6, 3, .98)) !important;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .36), 0 0 26px rgba(255, 190, 65, .08), inset 0 1px 0 rgba(255, 241, 207, .15) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-step-card:focus-visible {
  outline: 3px solid var(--archive-gold);
  outline-offset: 4px;
}

@media (max-width: 899.98px) {
  body.empire-go-racp:has(#empire-splash) .bro-live-grid,
  body.empire-go-racp:has(#empire-splash) .bro-step-grid {
    grid-template-columns: 1fr !important;
  }

  body.empire-go-racp:has(#empire-splash) .bro-live-grid {
    padding: clamp(1rem, 5vw, 1.35rem) !important;
  }

  body.empire-go-racp:has(#empire-splash) .bro-home-start {
    padding-inline: clamp(1.125rem, 5vw, 1.375rem) !important;
  }

  body.empire-go-racp:has(#empire-splash) .bro-step-grid {
    padding-left: clamp(1.15rem, 5vw, 1.4rem) !important;
  }

  body.empire-go-racp:has(#empire-splash) .bro-step-grid::before {
    top: clamp(1.25rem, 4vw, 1.75rem) !important;
    bottom: clamp(1.25rem, 4vw, 1.75rem) !important;
    left: 0 !important;
    right: auto !important;
    width: 2px !important;
    height: auto !important;
    background: linear-gradient(180deg, transparent, var(--archive-gold) 10%, rgba(255, 190, 65, .72) 90%, transparent) !important;
  }

  body.empire-go-racp:has(#empire-splash) .bro-live-grid::before,
  body.empire-go-racp:has(#empire-splash) .bro-live-grid::after,
  body.empire-go-racp:has(#empire-splash) .bro-step-card::after {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.empire-go-racp:has(#empire-splash) .bro-live-card,
  body.empire-go-racp:has(#empire-splash) .bro-step-card {
    transition: none !important;
    transform: none !important;
  }
}

@media (min-width: 992px) {
/* Archive navigation plaque and footer: final scoped finish. */
body.empire-go-racp:has(#empire-splash) #navbar-dl-link {
  position: relative !important;
  isolation: isolate;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 196px !important;
  width: 196px !important;
  height: 60px !important;
  margin-left: .9rem !important;
  overflow: hidden !important;
  color: #fff7dd !important;
  text-decoration: none;
  background:
    linear-gradient(115deg, transparent 0 31%, rgba(255, 245, 198, .26) 42%, transparent 53%) -110% 0 / 180% 100% no-repeat,
    linear-gradient(180deg, #b47527 0%, #7e4717 43%, #3e1f0b 100%) !important;
  clip-path: polygon(7% 0, 93% 0, 100% 20%, 100% 80%, 93% 100%, 7% 100%, 0 80%, 0 20%) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 246, 211, .46), inset 0 -2px 0 rgba(36, 16, 4, .72) !important;
  transition: background-position .32s ease, filter .32s ease, transform .32s ease;
}

body.empire-go-racp:has(#empire-splash) #navbar-dl-link::before {
  content: "" !important;
  position: absolute;
  inset: 3px;
  z-index: -1;
  clip-path: polygon(7% 0, 93% 0, 100% 20%, 100% 80%, 93% 100%, 7% 100%, 0 80%, 0 20%);
  background: linear-gradient(180deg, rgba(255, 233, 163, .14), rgba(0, 0, 0, .18));
  box-shadow: inset 0 0 0 1px rgba(44, 19, 4, .62), inset 0 0 0 2px rgba(255, 215, 118, .13);
}

body.empire-go-racp:has(#empire-splash) #navbar-dl-link::after {
  content: "" !important;
  position: absolute;
  z-index: 0;
  left: 13px !important;
  top: 22px !important;
  width: 20px;
  height: 16px;
  background: linear-gradient(135deg, transparent 0 43%, rgba(255, 244, 201, .95) 44% 56%, transparent 57%), linear-gradient(45deg, transparent 0 43%, rgba(255, 244, 201, .95) 44% 56%, transparent 57%);
  filter: drop-shadow(0 1px 1px rgba(35, 14, 3, .75));
}

body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  opacity: 1 !important;
  gap: 2px;
  width: 100%;
  padding-left: 25px;
  text-align: center;
  text-indent: 0 !important;
}

body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span::before {
  content: "DESCARGAR";
  position: relative;
  z-index: 2;
  display: block;
  color: #fffaf0;
  font-family: "Inter", Arial, sans-serif;
  font-size: .95rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .075em;
  text-shadow: 0 2px 2px rgba(39, 16, 3, .75);
}

body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span::after {
  content: "Cliente Blassito RO";
  position: relative;
  z-index: 2;
  display: block;
  color: rgba(255, 232, 173, .9);
  font-size: .56rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
}

body.empire-go-racp:has(#empire-splash) #navbar-dl-link:hover {
  background-position: 110% 0, 0 0 !important;
  filter: brightness(1.08) saturate(1.04);
  transform: translateY(-1px);
}

body.empire-go-racp:has(#empire-splash) #navbar-dl-link:focus-visible {
  outline: 3px solid #ffe09a;
  outline-offset: 4px;
}

}

body.empire-go-racp:has(#empire-splash) #empire-footer .btn-footer:focus-visible {
  outline: 3px solid #ffe09a;
  outline-offset: 4px;
}

body.empire-go-racp:has(#empire-splash) #empire-footer {
  position: relative;
  isolation: isolate;
  margin-top: 0 !important;
  padding: 2.5rem 0 2.25rem !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 194, 77, .11), transparent 20rem),
    repeating-linear-gradient(130deg, rgba(255, 235, 181, .025) 0 1px, transparent 1px 7px),
    linear-gradient(180deg, rgba(21, 16, 9, .98), rgba(5, 5, 4, .99)) !important;
  border-top: 1px solid rgba(255, 190, 65, .3);
  box-shadow: inset 0 1px 0 rgba(255, 243, 205, .07), inset 0 24px 50px rgba(0, 0, 0, .24);
}

body.empire-go-racp:has(#empire-splash) #empire-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: max(1rem, calc((100% - 70rem) / 2));
  right: max(1rem, calc((100% - 70rem) / 2));
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 190, 65, .88) 18%, #ffe1a0 50%, rgba(255, 190, 65, .88) 82%, transparent);
  box-shadow: 0 5px 0 -2px rgba(255, 190, 65, .22), 0 0 20px rgba(255, 190, 65, .22);
}

body.empire-go-racp:has(#empire-splash) #empire-footer .container > .row > .col {
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) auto minmax(9rem, 1fr);
  align-items: center;
  gap: 1rem;
}

body.empire-go-racp:has(#empire-splash) #foot-left {
  grid-column: 1;
  justify-self: start;
}

body.empire-go-racp:has(#empire-splash) #empire-footer .navbar-brand-foot {
  display: inline-flex;
  align-items: center;
}

body.empire-go-racp:has(#empire-splash) #empire-footer .navbar-brand-foot img {
  width: min(11.5rem, 32vw) !important;
  filter: drop-shadow(0 5px 13px rgba(0, 0, 0, .42));
}

body.empire-go-racp:has(#empire-splash) #foot-center {
  display: contents;
}

body.empire-go-racp:has(#empire-splash) #foot-copytext {
  grid-column: 2;
  margin: 0 !important;
  color: rgba(255, 242, 214, .72);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-align: center;
}

body.empire-go-racp:has(#empire-splash) #foot-menu-icons {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.empire-go-racp:has(#empire-splash) #empire-footer .btn-footer {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ffe4a4;
  text-decoration: none;
  background: linear-gradient(145deg, rgba(255, 202, 93, .18), rgba(79, 41, 11, .72));
  border: 1px solid rgba(255, 202, 93, .5);
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255, 245, 210, .23), 0 7px 16px rgba(0, 0, 0, .3);
  transition: color .24s ease, background .24s ease, transform .24s ease;
}

body.empire-go-racp:has(#empire-splash) #empire-footer .btn-footer:hover {
  color: #fff8e7;
  background: linear-gradient(145deg, rgba(255, 220, 139, .34), rgba(133, 71, 20, .88));
  transform: translateY(-2px);
}

body.empire-go-racp:has(#empire-splash) #empire-footer .btn-footer > div {
  font-size: 1.2rem;
}

body.empire-go-racp:has(#empire-splash) #foot-right {
  display: none;
}

@media (max-width: 575.98px) {
  body.empire-go-racp:has(#empire-splash) #empire-footer {
    padding: 2.1rem 1rem 2rem !important;
  }

  body.empire-go-racp:has(#empire-splash) #empire-footer .container > .row > .col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  body.empire-go-racp:has(#empire-splash) #foot-left,
  body.empire-go-racp:has(#empire-splash) #foot-menu-icons {
    justify-self: auto;
  }

  body.empire-go-racp:has(#empire-splash) #foot-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  body.empire-go-racp:has(#empire-splash) #empire-footer .navbar-brand-foot img {
    width: min(10.5rem, 52vw) !important;
  }

  body.empire-go-racp:has(#empire-splash) #foot-copytext {
    font-size: .7rem;
    line-height: 1.45;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link,
  body.empire-go-racp:has(#empire-splash) #empire-footer .btn-footer {
    transition: none;
  }
}

@media (min-width: 992px) {
  /* Final home CTA: a compact, text-only download control. */
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link,
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link::before,
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link::after,
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span,
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span::before,
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span::after {
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    clip-path: none !important;
  }

  body.empire-go-racp:has(#empire-splash) #navbar-dl-link {
    position: relative !important;
    isolation: isolate;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    flex: 0 0 auto !important;
    width: auto !important;
    height: 2.5rem !important;
    min-width: 8.9rem;
    padding: 0 .9rem;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    background: #0b0b0b !important;
    border: 1px solid #d6a13c !important;
    border-radius: .2rem !important;
  }

  body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span {
    display: none !important;
  }

  body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span::before,
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span::after {
    content: none !important;
    display: none !important;
  }

  body.empire-go-racp:has(#empire-splash) #navbar-dl-link::before {
    content: "" !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    position: relative !important;
    z-index: 1;
    width: .72rem;
    height: .85rem;
    flex: 0 0 auto;
    background: #e4b34d !important;
    clip-path: polygon(38% 0, 62% 0, 62% 50%, 88% 50%, 50% 100%, 12% 50%, 38% 50%) !important;
  }

  body.empire-go-racp:has(#empire-splash) #navbar-dl-link::after {
    content: "DESCARGAR" !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    position: relative !important;
    z-index: 1;
    color: #f6e5ba !important;
    font-family: "Inter", Arial, sans-serif;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
  }

  body.empire-go-racp:has(#empire-splash) #navbar-dl-link:hover {
    background: #16120a !important;
    border-color: #f0c466 !important;
    transform: none !important;
    filter: none !important;
  }

  body.empire-go-racp:has(#empire-splash) #navbar-dl-link:focus-visible {
    outline: 3px solid #ffe09a;
    outline-offset: 4px;
  }
}

body.empire-go-racp:has(#empire-splash) main {
  background:
    radial-gradient(ellipse 82% 15rem at 50% 0, rgba(167, 101, 30, .30), transparent 70%),
    linear-gradient(180deg, #151008 0, #0c0906 17rem, #070605 36rem, #090704 100%) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-live-strip {
  position: relative !important;
  isolation: isolate;
  margin-top: -2.5rem !important;
  padding-top: 2.5rem !important;
  background:
    radial-gradient(ellipse 72% 9rem at 50% 0, rgba(214, 151, 52, .18), transparent 72%),
    linear-gradient(180deg, rgba(47, 32, 16, .82) 0, rgba(18, 13, 8, .92) 42%, rgba(7, 6, 5, .98) 100%) !important;
}

body.empire-go-racp:has(#empire-splash) .bro-live-strip::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 190, 65, .36), transparent);
}

/* Global Empire download CTA: centered layout aligned to descargar_final.png. */
@media (min-width: 992px) {
  body.empire-go-racp #navbar-dl-link,
  body.empire-go-racp #navbar-dl-link::before,
  body.empire-go-racp #navbar-dl-link::after,
body.empire-go-racp #navbar-dl-link > span,
body.empire-go-racp #navbar-dl-link > span::before,
body.empire-go-racp #navbar-dl-link > span::after {
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    clip-path: none !important;
  }

  body.empire-go-racp #navbar-dl-link {
    position: relative !important;
    isolation: isolate;
    display: inline-flex !important;
    flex: 0 0 236px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 236px !important;
    height: 72px !important;
    min-width: 236px !important;
    margin-left: .5rem !important;
    padding: 0 1.65rem !important;
    overflow: hidden !important;
    border: 1px solid rgba(226, 174, 72, .86) !important;
    border-radius: 1.15rem !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    background:
      radial-gradient(circle at 20% 50%, rgba(225, 169, 59, .09), transparent 24%),
      linear-gradient(135deg, #17140e, #060605 64%, #12100b) !important;
    box-shadow: inset 0 1px 0 rgba(255, 232, 174, .11), 0 10px 20px rgba(0, 0, 0, .28) !important;
  }

  body.empire-go-racp #navbar-dl-link > span,
  body.empire-go-racp #navbar-dl-link > span::before,
  body.empire-go-racp #navbar-dl-link > span::after {
    content: none !important;
    display: none !important;
  }

  body.empire-go-racp #navbar-dl-link::before {
    content: "" !important;
    position: absolute !important;
    z-index: 1;
    inset: auto !important;
    top: 50% !important;
    left: 2rem !important;
    width: 1.55rem !important;
    height: 1.8rem !important;
    transform: translateY(-50%) !important;
    background: #dba63d !important;
    clip-path: polygon(41% 0, 59% 0, 59% 49%, 84% 49%, 50% 86%, 16% 49%, 41% 49%) !important;
  }

  body.empire-go-racp #navbar-dl-link::after {
    content: "DESCARGAR" !important;
    position: absolute !important;
    z-index: 1;
    inset: auto !important;
    top: 50% !important;
    left: 5.4rem !important;
    right: 1.3rem !important;
    transform: translateY(-50%) !important;
    padding-left: 1.5rem !important;
    border-left: 1px solid rgba(226, 174, 72, .72) !important;
    color: #e1ad50 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: .84rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .26em !important;
    text-align: center !important;
    text-indent: .26em !important;
  }

  body.empire-go-racp #navbar-dl-link:hover {
    border-color: #f4cb74 !important;
    background: linear-gradient(135deg, #211a0d, #0c0b08 64%, #18130b) !important;
    filter: none !important;
    transform: translateY(-1px) !important;
  }

  body.empire-go-racp #navbar-dl-link:focus-visible {
    outline: 3px solid #ffe09a !important;
    outline-offset: 4px !important;
  }

  /* Match the home selector's specificity so its former compact height cannot win. */
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link {
    height: 72px !important;
    min-height: 72px !important;
    max-height: none !important;
  }
}

/* Final home CTA parity: mirror the global Empire button exactly. */
@media (min-width: 992px) {
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link {
    position: relative !important;
    isolation: isolate;
    display: inline-flex !important;
    flex: 0 0 236px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 236px !important;
    height: 72px !important;
    min-width: 236px !important;
    padding: 0 1.65rem !important;
    overflow: hidden !important;
    border: 1px solid rgba(226, 174, 72, .86) !important;
    border-radius: 1.15rem !important;
    background: radial-gradient(circle at 20% 50%, rgba(225, 169, 59, .09), transparent 24%), linear-gradient(135deg, #17140e, #060605 64%, #12100b) !important;
    box-shadow: inset 0 1px 0 rgba(255, 232, 174, .11), 0 10px 20px rgba(0, 0, 0, .28) !important;
  }

  body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span,
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span::before,
  body.empire-go-racp:has(#empire-splash) #navbar-dl-link > span::after {
    content: none !important;
    display: none !important;
  }

  body.empire-go-racp:has(#empire-splash) #navbar-dl-link::before {
    content: "" !important;
    position: absolute !important;
    z-index: 1;
    inset: auto !important;
    top: 50% !important;
    left: 2rem !important;
    width: 1.55rem !important;
    height: 1.8rem !important;
    transform: translateY(-50%) !important;
    background: #dba63d !important;
    clip-path: polygon(41% 0, 59% 0, 59% 49%, 84% 49%, 50% 86%, 16% 49%, 41% 49%) !important;
  }

  body.empire-go-racp:has(#empire-splash) #navbar-dl-link::after {
    content: "DESCARGAR" !important;
    position: absolute !important;
    z-index: 1;
    inset: auto !important;
    top: 50% !important;
    left: 5.4rem !important;
    right: 1.3rem !important;
    transform: translateY(-50%) !important;
    padding-left: 1.5rem !important;
    border-left: 1px solid rgba(226, 174, 72, .72) !important;
    color: #e1ad50 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: .84rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .26em !important;
    text-align: center !important;
    text-indent: .26em !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }
}

body.empire-go-racp .account-storage-list {
  max-height: none !important;
  overflow-y: visible !important;
  padding-right: 0 !important;
}

/* Character Adventurer Portal */
body.empire-go-racp .character-portal {
  --character-ink: #070605;
  --character-raised: #211a0d;
  --character-gold: #d6a13c;
  --character-gold-light: #f0c466;
  --character-paper: #f5ead2;
  --character-muted: #b8aa91;
  --character-green: #76bd80;
  --character-zinc: #938b7d;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--character-paper);
}

body.empire-go-racp .character-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  color: var(--character-muted);
  font-family: "DM Mono", Consolas, monospace;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.empire-go-racp .character-breadcrumb a {
  color: var(--character-gold-light);
  text-underline-offset: .24em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

body.empire-go-racp .character-breadcrumb a:hover { color: #fff2cb; }
body.empire-go-racp .character-breadcrumb a:focus-visible,
body.empire-go-racp .character-recovery-actions button:focus-visible { outline: 3px solid var(--character-gold-light); outline-offset: 4px; }

body.empire-go-racp .character-notice {
  padding: .85rem 1rem .85rem 1.2rem;
  border: 1px solid rgba(214, 161, 60, .62);
  border-left: 4px solid var(--character-gold-light);
  background: linear-gradient(90deg, rgba(214, 161, 60, .16), rgba(18, 25, 17, .82));
  color: #e8f4d3;
  line-height: 1.55;
}

body.empire-go-racp .character-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: clamp(1.5rem, 4vw, 3.6rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(1.75rem, 4vw, 2rem);
  border: 1px solid rgba(214, 161, 60, .76);
  background: radial-gradient(circle at 12% 15%, rgba(240, 196, 102, .2), transparent 25%), radial-gradient(circle at 82% 120%, rgba(214, 161, 60, .18), transparent 38%), repeating-linear-gradient(135deg, rgba(245, 234, 210, .025) 0 1px, transparent 1px 5px), linear-gradient(135deg, #211a0d, #0d0a07 58%, #070605);
  box-shadow: inset 0 1px 0 rgba(245, 234, 210, .12), 0 20px 45px rgba(0, 0, 0, .25);
}

body.empire-go-racp .character-hero::before,
body.empire-go-racp .character-hero::after {
  position: absolute;
  width: 4rem;
  height: 4rem;
  content: "";
  border-color: rgba(240, 196, 102, .72);
  pointer-events: none;
}

body.empire-go-racp .character-hero::before { top: .65rem; left: .65rem; border-top: 1px solid; border-left: 1px solid; }
body.empire-go-racp .character-hero::after { right: .65rem; bottom: .65rem; border-right: 1px solid; border-bottom: 1px solid; }
body.empire-go-racp .character-hero-glow { position: absolute; inset: auto -12% -56% 42%; z-index: 0; height: 18rem; background: radial-gradient(ellipse, rgba(240, 196, 102, .18), transparent 68%); filter: blur(4px); pointer-events: none; }
body.empire-go-racp .character-hero > :not(.character-hero-glow) { position: relative; z-index: 1; }

body.empire-go-racp .character-identity { display: flex; gap: 1rem; align-items: center; min-width: 0; }
body.empire-go-racp .character-job-emblem {
  display: grid;
  flex: 0 0 108px;
  width: 108px;
  height: 108px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(240, 196, 102, .78);
  background: linear-gradient(145deg, rgba(240, 196, 102, .16), rgba(7, 6, 5, .94));
  box-shadow: inset 0 0 0 5px rgba(7, 6, 5, .62), 0 0 24px rgba(214, 161, 60, .18);
}
body.empire-go-racp .character-job-emblem img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
body.empire-go-racp .character-identity-copy { min-width: 0; }
body.empire-go-racp .character-kicker { display: block; margin-bottom: .45rem; color: var(--character-gold-light); font-family: "DM Mono", Consolas, monospace; font-size: .67rem; font-weight: 700; letter-spacing: .18em; }
body.empire-go-racp .character-hero h1 { margin: 0; color: var(--character-paper); font-family: "Cinzel", Georgia, serif; font-size: clamp(2.05rem, 5vw, 4.3rem); line-height: .98; overflow-wrap: anywhere; }
body.empire-go-racp .character-identity-copy > p { margin: .65rem 0 .85rem; color: var(--character-muted); line-height: 1.55; overflow-wrap: anywhere; }

body.empire-go-racp .character-status { display: inline-flex; gap: .5rem; align-items: center; padding: .34rem .55rem; border: 1px solid currentColor; font-family: "DM Mono", Consolas, monospace; font-size: .66rem; font-weight: 700; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
body.empire-go-racp .character-status > span { width: .45rem; height: .45rem; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 .18rem rgba(255, 255, 255, .06); }
body.empire-go-racp .character-status-online { color: var(--character-green); }
body.empire-go-racp .character-status-offline { color: var(--character-zinc); }

body.empire-go-racp .character-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(240, 196, 102, .38); border-left: 1px solid rgba(240, 196, 102, .38); }
body.empire-go-racp .character-metric { min-width: 0; min-height: 7.8rem; padding: 1rem; border-right: 1px solid rgba(240, 196, 102, .38); border-bottom: 1px solid rgba(240, 196, 102, .38); background: linear-gradient(150deg, rgba(245, 234, 210, .07), rgba(7, 6, 5, .25)); }
body.empire-go-racp .character-metric > span,
body.empire-go-racp .character-metric small { display: block; color: var(--character-muted); font-family: "DM Mono", Consolas, monospace; font-size: .62rem; font-weight: 700; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
body.empire-go-racp .character-metric strong { display: block; margin: .65rem 0 .45rem; color: var(--character-paper); font-family: "Cinzel", Georgia, serif; font-size: clamp(1.25rem, 2.2vw, 1.8rem); line-height: 1; overflow-wrap: anywhere; }

body.empire-go-racp .character-panel { position: relative; border: 1px solid rgba(214, 161, 60, .42); background: repeating-linear-gradient(90deg, rgba(245, 234, 210, .018) 0 1px, transparent 1px 4px), linear-gradient(145deg, rgba(33, 26, 13, .96), rgba(7, 6, 5, .98)); box-shadow: inset 0 1px 0 rgba(245, 234, 210, .08); }
body.empire-go-racp .character-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
body.empire-go-racp .character-location-card,
body.empire-go-racp .character-appearance-card { padding: clamp(1.15rem, 3vw, 1.65rem); }
body.empire-go-racp .character-detail-grid h2,
body.empire-go-racp .character-recovery-card h2 { margin: 0 0 1.15rem; color: var(--character-gold-light); font-family: "Cinzel", Georgia, serif; font-size: 1.25rem; letter-spacing: .02em; }
body.empire-go-racp .character-detail-grid dl { display: grid; gap: .7rem; margin: 0; }
body.empire-go-racp .character-detail-grid dl > div { display: grid; grid-template-columns: minmax(7.5rem, .8fr) minmax(0, 1.2fr); gap: .75rem; align-items: start; padding: .8rem 0; border-top: 1px solid rgba(184, 170, 145, .2); }
body.empire-go-racp .character-location-card dl > div:first-child { margin: 0 -.35rem; padding: .95rem .35rem; border-top-color: rgba(240, 196, 102, .65); border-bottom: 1px solid rgba(240, 196, 102, .33); background: linear-gradient(90deg, rgba(214, 161, 60, .18), transparent 78%); }
body.empire-go-racp .character-location-card dl > div:last-child { color: var(--character-muted); }
body.empire-go-racp .character-detail-grid dt { color: var(--character-muted); font-family: "DM Mono", Consolas, monospace; font-size: .65rem; font-weight: 700; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
body.empire-go-racp .character-detail-grid dd { min-width: 0; margin: 0; color: var(--character-paper); line-height: 1.45; overflow-wrap: anywhere; }
body.empire-go-racp .character-detail-grid dd strong,
body.empire-go-racp .character-detail-grid dd span { display: block; overflow-wrap: anywhere; }
body.empire-go-racp .character-detail-grid dd span,
body.empire-go-racp .character-appearance-card dd { color: var(--character-gold-light); font-family: "DM Mono", Consolas, monospace; font-size: .78rem; }

body.empire-go-racp .character-recovery-card { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(14rem, .75fr); gap: 1.2rem 2rem; align-items: end; padding: clamp(1.15rem, 3vw, 1.65rem); border-color: rgba(214, 161, 60, .68); background: linear-gradient(90deg, rgba(117, 70, 20, .32), transparent 55%), repeating-linear-gradient(135deg, rgba(240, 196, 102, .03) 0 1px, transparent 1px 6px), #171008; }
body.empire-go-racp .character-recovery-card h2 { margin-bottom: .55rem; }
body.empire-go-racp .character-recovery-card p { margin: 0; color: var(--character-muted); font-size: .92rem; line-height: 1.6; }
body.empire-go-racp .character-recovery-lock,
body.empire-go-racp .character-recovery-cooldowns { grid-column: 1 / -1; margin: 0; padding: .8rem .95rem; border-left: 3px solid var(--character-gold-light); background: rgba(7, 6, 5, .45); color: #ead9a9; font-size: .84rem; line-height: 1.55; }
body.empire-go-racp .character-recovery-cooldowns { padding-left: 2rem; }
body.empire-go-racp .character-recovery-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
body.empire-go-racp .character-recovery-actions form { min-width: 0; }
body.empire-go-racp .character-recovery-actions button { width: 100%; min-height: 2.8rem; padding: .7rem .85rem; border: 1px solid rgba(240, 196, 102, .76); border-radius: 0; background: linear-gradient(135deg, #211a0d, #0b0906); color: var(--character-paper); font-family: "DM Mono", Consolas, monospace; font-size: .7rem; font-weight: 700; letter-spacing: .06em; line-height: 1.3; text-transform: uppercase; transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease; }
body.empire-go-racp .character-recovery-actions button:not(:disabled):hover { border-color: #f0c466; background: linear-gradient(135deg, #3a2b11, #171008); color: #fff3d2; transform: translateY(-2px); }
body.empire-go-racp .character-recovery-actions button:disabled { cursor: not-allowed; border-color: rgba(147, 139, 125, .45); background: #11100e; color: #807868; opacity: .78; }

body.empire-go-racp .character-hero,
body.empire-go-racp .character-detail-grid > .character-panel,
body.empire-go-racp .character-recovery-card,
body.empire-go-racp .character-notice { animation: character-portal-rise 360ms both ease-out; }
body.empire-go-racp .character-detail-grid > .character-panel:nth-child(2) { animation-delay: 70ms; }
body.empire-go-racp .character-recovery-card { animation-delay: 110ms; }
@keyframes character-portal-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1023px) {
  body.empire-go-racp .character-hero { grid-template-columns: 1fr; }
  body.empire-go-racp .character-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.empire-go-racp .character-recovery-card { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body.empire-go-racp .character-portal { min-width: 0; padding-inline: 1rem; overflow-x: clip; }
  body.empire-go-racp .character-hero { gap: 1.5rem; padding: 1.75rem 1.15rem; }
  body.empire-go-racp .character-identity { align-items: flex-start; }
  body.empire-go-racp .character-job-emblem { flex-basis: 82px; width: 82px; height: 82px; }
  body.empire-go-racp .character-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.empire-go-racp .character-metric { min-height: 6.6rem; padding: .85rem; }
  body.empire-go-racp .character-detail-grid { grid-template-columns: 1fr; }
  body.empire-go-racp .character-detail-grid dl > div { grid-template-columns: 1fr; gap: .35rem; }
  body.empire-go-racp .character-recovery-actions { grid-template-columns: 1fr; }
  body.empire-go-racp .character-recovery-actions button { min-height: 3rem; }
}

@media (max-width: 430px) {
  body.empire-go-racp .character-summary { grid-template-columns: 1fr; }
  body.empire-go-racp .character-identity { gap: .8rem; }
  body.empire-go-racp .character-kicker { font-size: .58rem; letter-spacing: .13em; }
}

@media (prefers-reduced-motion: reduce) {
  body.empire-go-racp .character-hero,
  body.empire-go-racp .character-detail-grid > .character-panel,
  body.empire-go-racp .character-recovery-card,
  body.empire-go-racp .character-notice { animation: none; }
  body.empire-go-racp .character-breadcrumb a,
  body.empire-go-racp .character-recovery-actions button { transition: none; }
  body.empire-go-racp .character-recovery-actions button:not(:disabled):hover { transform: none; }
}

/* Character Adventurer Portal cascade guard */
body.empire-go-racp .character-portal .character-panel {
  border: 1px solid rgba(214, 161, 60, .42) !important;
  background: repeating-linear-gradient(90deg, rgba(245, 234, 210, .018) 0 1px, transparent 1px 4px), linear-gradient(145deg, rgba(33, 26, 13, .96), rgba(7, 6, 5, .98)) !important;
}

body.empire-go-racp .character-portal .character-hero {
  background: radial-gradient(circle at 12% 15%, rgba(240, 196, 102, .2), transparent 25%), radial-gradient(circle at 82% 120%, rgba(214, 161, 60, .18), transparent 38%), repeating-linear-gradient(135deg, rgba(245, 234, 210, .025) 0 1px, transparent 1px 5px), linear-gradient(135deg, #211a0d, #0d0a07 58%, #070605) !important;
}

body.empire-go-racp .character-portal .character-recovery-card {
  border-color: rgba(214, 161, 60, .68) !important;
  background: linear-gradient(90deg, rgba(117, 70, 20, .32), transparent 55%), repeating-linear-gradient(135deg, rgba(240, 196, 102, .03) 0 1px, transparent 1px 6px), #171008 !important;
}

body.empire-go-racp .character-portal .character-hero h1 {
  color: #f5ead2 !important;
}
/* Empire vote/admin operator console: fixed global-nav clearance and dark/gold controls. */
:root { --empire-nav-closed-height: 12.3125rem; --empire-global-nav-height: var(--empire-nav-closed-height); --empire-admin-max-width: 82.5rem; --empire-page-gutter: clamp(.75rem, 2vw, 2rem); --empire-console-gold: #f3b95c; --empire-console-panel: rgba(19,22,30,.96); --empire-console-line: rgba(243,185,92,.32); }
/* The global Empire navbar is fixed; this shell stays in normal document flow. */
body.empire-go-racp main > #admin-shell { box-sizing: border-box; width: min(var(--empire-admin-max-width), calc(100% - (var(--empire-page-gutter) * 2))); min-height: calc(100vh - var(--admin-nav-offset)); margin: 0 auto clamp(2.5rem,5vw,5.5rem); padding-top: var(--admin-nav-offset); align-items: flex-start; }
body.empire-go-racp #admin-shell > aside { top: calc(var(--admin-nav-offset) + 1.5rem) !important; max-height: calc(100vh - var(--admin-nav-offset) - 2.5rem); overflow-y: auto; overscroll-behavior: contain; }
body.empire-go-racp #admin-shell > aside .bg-bento { border-color: var(--empire-console-line); background: linear-gradient(160deg,rgba(43,34,19,.92),var(--empire-console-panel) 52%),repeating-linear-gradient(135deg,rgba(243,185,92,.035) 0 1px,transparent 1px 6px); box-shadow: 0 1.25rem 3rem rgba(0,0,0,.24); }
body.empire-go-racp #admin-shell > aside nav { scrollbar-color: rgba(243,185,92,.55) transparent; }
body.empire-go-racp #admin-content { min-width: 0; scroll-margin-top: calc(var(--admin-nav-offset) + 1rem); }
body.empire-go-racp .vote-page { width: min(var(--empire-admin-max-width),calc(100% - (var(--empire-page-gutter) * 2))); margin: 0 auto clamp(2.5rem,5vw,5.5rem); padding-top: calc(var(--empire-global-nav-height) + 1.25rem); scroll-margin-top: calc(var(--empire-global-nav-height) + 1rem); }
body.empire-go-racp .vote-page-hero, body.empire-go-racp .vote-admin-header, body.empire-go-racp .vote-admin-panel, body.empire-go-racp .vote-site-card { border: 1px solid var(--empire-console-line) !important; border-radius: 1rem; background: linear-gradient(145deg,rgba(42,32,16,.9),var(--empire-console-panel) 56%) !important; box-shadow: 0 1.1rem 2.75rem rgba(0,0,0,.2); }
body.empire-go-racp .vote-page-hero, body.empire-go-racp .vote-admin-header { position: relative; overflow: hidden; }
body.empire-go-racp .vote-page-hero::after, body.empire-go-racp .vote-admin-header::after { position: absolute; inset: auto -5rem -7rem auto; width: 13rem; height: 13rem; border: 1px solid rgba(243,185,92,.2); border-radius: 50%; box-shadow: 0 0 0 1.5rem rgba(243,185,92,.05),0 0 0 3rem rgba(243,185,92,.025); content: ""; pointer-events: none; }
body.empire-go-racp .vote-site-card { min-height: 15.5rem; transition: border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease; }
body.empire-go-racp .vote-site-card:hover { border-color: rgba(255,213,129,.82) !important; box-shadow: 0 1.45rem 3rem rgba(0,0,0,.34); transform: translateY(-3px); }
body.empire-go-racp .vote-site-card h2, body.empire-go-racp .vote-admin-panel h2, body.empire-go-racp .vote-admin-header h1 { color: #fff0ca !important; overflow-wrap: anywhere; }
body.empire-go-racp .vote-site-card form { margin-top: auto; }
body.empire-go-racp .vote-claim-button, body.empire-go-racp .vote-admin-action, body.empire-go-racp .vote-admin-action-primary { display: inline-flex; align-items: center; justify-content: center; min-height: 2.75rem; border-color: rgba(243,185,92,.62) !important; border-radius: .6rem; text-decoration: none; transition: background-color 180ms ease,border-color 180ms ease,box-shadow 180ms ease,color 180ms ease,transform 180ms ease; }
body.empire-go-racp .vote-claim-button, body.empire-go-racp .vote-admin-action-primary { background: linear-gradient(135deg,#bd7822,#e9ad4b) !important; color: #171008 !important; box-shadow: inset 0 1px rgba(255,248,221,.4),0 .6rem 1.25rem rgba(158,94,20,.24); }
body.empire-go-racp .vote-admin-action { background: rgba(8,10,14,.46) !important; color: #f8e6b7 !important; }
body.empire-go-racp .vote-claim-button:hover, body.empire-go-racp .vote-admin-action-primary:hover, body.empire-go-racp .vote-admin-action:hover { border-color: #ffe09a !important; box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.3); transform: translateY(-2px); }
body.empire-go-racp .vote-admin-form label { color: #f4e7c5 !important; }
body.empire-go-racp .vote-admin-form input, body.empire-go-racp .vote-admin-form select, body.empire-go-racp .vote-admin-form textarea { border-color: rgba(243,185,92,.3) !important; background: rgba(5,7,10,.62) !important; color: #fff3d5 !important; }
body.empire-go-racp .vote-admin-form input[type="checkbox"] { inline-size: 1.1rem; block-size: 1.1rem; accent-color: var(--empire-console-gold); }
body.empire-go-racp .vote-admin-form input:invalid, body.empire-go-racp .vote-admin-form select:invalid, body.empire-go-racp .vote-admin-form textarea:invalid { border-color: #ef8a78 !important; box-shadow: inset 0 0 0 1px rgba(239,138,120,.2); }
body.empire-go-racp .vote-admin-table { min-width: 44rem; color: #f7ecd3; }
body.empire-go-racp .vote-admin-table thead th { border-bottom: 1px solid var(--empire-console-line); background: rgba(243,185,92,.09); color: #f3cf88 !important; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
body.empire-go-racp .vote-admin-table tbody td { vertical-align: middle; border-color: rgba(243,185,92,.15) !important; }
body.empire-go-racp .vote-admin-table tbody tr:hover td { background: rgba(243,185,92,.055); }
body.empire-go-racp .vote-admin-table td:nth-child(3) { overflow-wrap: anywhere; }
body.empire-go-racp .vote-claim-button:focus-visible, body.empire-go-racp .vote-admin-action:focus-visible, body.empire-go-racp .vote-admin-action-primary:focus-visible, body.empire-go-racp .vote-admin-form input:focus-visible, body.empire-go-racp .vote-admin-form select:focus-visible, body.empire-go-racp .vote-admin-form textarea:focus-visible, body.empire-go-racp .vote-admin-table button:focus-visible, body.empire-go-racp #admin-shell a:focus-visible { outline: 3px solid #ffe09a; outline-offset: 3px; }
@media (max-width: 991.98px) { body.empire-go-racp main > #admin-shell { width: min(100% - 1.5rem,var(--empire-admin-max-width)); margin-bottom: 3.5rem; } body.empire-go-racp #admin-shell > aside { position: static !important; max-height: none; overflow: visible; } body.empire-go-racp #admin-shell > aside nav { padding-bottom: .25rem; scroll-snap-type: x proximity; } body.empire-go-racp #admin-shell > aside nav > * { scroll-snap-align: start; } }
@media (max-width: 575.98px) { body.empire-go-racp main > #admin-shell, body.empire-go-racp .vote-page { width: min(100% - 1rem,var(--empire-admin-max-width)); } body.empire-go-racp main > #admin-shell { margin-bottom: 2.5rem; } body.empire-go-racp .vote-page { padding-top: calc(var(--empire-global-nav-height) + .75rem); } body.empire-go-racp .vote-page-hero, body.empire-go-racp .vote-admin-header { padding: 1.15rem !important; } body.empire-go-racp .vote-admin-panel { padding: 1rem !important; } }
@media (prefers-reduced-motion: reduce) { body.empire-go-racp .vote-site-card, body.empire-go-racp .vote-claim-button, body.empire-go-racp .vote-admin-action, body.empire-go-racp .vote-admin-action-primary { transition: none; } body.empire-go-racp .vote-site-card:hover, body.empire-go-racp .vote-claim-button:hover, body.empire-go-racp .vote-admin-action:hover, body.empire-go-racp .vote-admin-action-primary:hover { transform: none; } }

/* Match the fixed Empire nav at each breakpoint, including Bootstrap's open mobile menu. */
body.empire-go-racp .vote-admin-table-scroll { max-width:100%; overflow-x:auto; overscroll-behavior-x:contain; -webkit-overflow-scrolling:touch; }
@media (max-width: 991.98px) {
  body.empire-go-racp { --empire-nav-closed-height: 7.5rem; }
  body.empire-go-racp:has(#empireNaviBar.show) { --empire-global-nav-height: calc(var(--empire-nav-closed-height) + min(31rem,calc(100vh - 7.75rem))); }
}
@media (max-width: 575.98px) {
  body.empire-go-racp { --empire-nav-closed-height: 6.95rem; }
  body.empire-go-racp:has(#empireNaviBar.show) { --empire-global-nav-height: calc(var(--empire-nav-closed-height) + min(29rem,calc(100vh - 7rem))); }
}
/* Vote admin form: align labels and controls without overlap. */
body.empire-go-racp .vote-admin-form { display:grid; grid-template-columns:minmax(9rem,12rem) minmax(0,1fr); align-items:center; gap:.75rem 1rem; }
body.empire-go-racp .vote-admin-form h2, body.empire-go-racp .vote-admin-form .vote-admin-action-primary { grid-column:1 / -1; }
body.empire-go-racp .vote-admin-form label { margin:0; display:block; }
body.empire-go-racp .vote-admin-form input:not([type="hidden"]), body.empire-go-racp .vote-admin-form select { width:100%; min-width:0; }
@media (max-width:640px) { body.empire-go-racp .vote-admin-form { grid-template-columns:1fr; gap:.45rem; } body.empire-go-racp .vote-admin-form label { margin-top:.55rem; } }/* Vote page: compact provider cards with a strong Empire hierarchy. */
body.empire-go-racp .vote-page { max-width: 74rem; margin-inline: auto; }
body.empire-go-racp .vote-page-hero { padding: clamp(1.5rem, 3vw, 2.75rem); border: 1px solid rgba(243,185,92,.34); border-radius: 1.25rem; background: linear-gradient(115deg, rgba(89,48,10,.78), rgba(17,20,28,.92) 52%, rgba(7,9,14,.96)); box-shadow: inset 0 1px 0 rgba(255,226,159,.1), 0 1.25rem 3rem rgba(0,0,0,.3); }
body.empire-go-racp .vote-page-hero h1 { margin:0; color:#ffd36d; font-size:clamp(2rem,4vw,3.25rem); letter-spacing:-.045em; }
body.empire-go-racp .vote-page-hero p { margin:.55rem 0 0; color:#f5e8cb; font-size:1rem; }
body.empire-go-racp .vote-page-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(18rem,1fr)); gap:1rem; padding:1rem 0 0; }
body.empire-go-racp .vote-site-card { display:grid; grid-template-columns:7.5rem minmax(0,1fr); grid-template-areas:"image title" "image reward" "image action"; column-gap:1.25rem; row-gap:.5rem; align-items:center; min-height:10rem; padding:1.25rem; border:1px solid rgba(243,185,92,.27); border-radius:1rem; background:linear-gradient(135deg,rgba(54,35,16,.82),rgba(17,20,28,.94)); box-shadow:inset 0 1px 0 rgba(255,255,255,.04); }
body.empire-go-racp .vote-site-card h2 { grid-area:title; margin:0; color:#fff1cf; font-size:1.65rem; line-height:1.05; }
body.empire-go-racp .vote-site-card .vote-site-image { grid-area:image; width:100%; max-height:5.25rem; object-fit:contain; padding:.65rem; border-radius:.8rem; background:rgba(255,255,255,.92); box-shadow:0 .6rem 1.25rem rgba(0,0,0,.24); }
body.empire-go-racp .vote-site-card p { grid-area:reward; margin:0; color:#ffd36d; font-weight:700; }
body.empire-go-racp .vote-claim-form { grid-area:action; margin:0; }
body.empire-go-racp .vote-claim-button { min-width:10rem; padding:.7rem 1.1rem; border-radius:.65rem; font-weight:800; letter-spacing:.02em; }
@media (max-width:640px) { body.empire-go-racp .vote-site-card { grid-template-columns:1fr; grid-template-areas:"image" "title" "reward" "action"; text-align:center; } body.empire-go-racp .vote-site-card .vote-site-image { width:min(12rem,100%); margin-inline:auto; } body.empire-go-racp .vote-claim-button { width:100%; } }/* Shared admin rhythm: panels and forms remain readable across routes. */
body.empire-go-racp #admin-content { min-width:0; }
body.empire-go-racp #admin-content > section, body.empire-go-racp #admin-content > div { min-width:0; }
body.empire-go-racp .vote-admin-panel { overflow:hidden; }
body.empire-go-racp .vote-admin-form { display:grid !important; grid-template-columns:minmax(9rem,12rem) minmax(0,1fr) !important; align-items:center; gap:.8rem 1.1rem !important; padding:clamp(1rem,2vw,1.5rem) !important; }
body.empire-go-racp .vote-admin-form h2, body.empire-go-racp .vote-admin-form .vote-admin-action-primary { grid-column:1 / -1; }
body.empire-go-racp .vote-admin-form label { display:block !important; margin:0 !important; color:#f6e5bc !important; font-weight:700; }
body.empire-go-racp .vote-admin-form input:not([type="hidden"]), body.empire-go-racp .vote-admin-form select { width:100% !important; min-width:0; min-height:2.7rem; }
body.empire-go-racp .vote-admin-form label:has(input[type="checkbox"]) { grid-column:1 / -1; display:flex !important; align-items:center; gap:.55rem; }
@media(max-width:700px){body.empire-go-racp .vote-admin-form{grid-template-columns:1fr !important;gap:.45rem !important;}body.empire-go-racp .vote-admin-form label{margin-top:.6rem !important;}}/* Final admin contrast and checkbox alignment. */
body.empire-go-racp #admin-shell aside a { color:#f5e6bf !important; }
body.empire-go-racp #admin-shell aside a:hover, body.empire-go-racp #admin-shell aside a[data-active="true"] { color:#ffd36d !important; background:rgba(243,185,92,.12) !important; }
body.empire-go-racp .vote-admin-form label:has(input[type="checkbox"]) { justify-self:start; }
body.empire-go-racp .vote-admin-form input[type="checkbox"] { margin:0 !important; }/* Vote card hierarchy: reward first, countdown second, action last. */
body.empire-go-racp .vote-site-card {
  grid-template-areas: "image title" "image reward" "image cooldown" "image action";
  grid-template-rows: auto auto auto auto;
  align-content: center;
}
body.empire-go-racp .vote-site-card p.vote-cooldown {
  grid-area: cooldown;
  margin: 0;
  color: #ffe5a6;
  font-size: .86rem;
  line-height: 1.25;
  font-variant-numeric: tabular-nums;
}
@media (max-width:640px) {
  body.empire-go-racp .vote-site-card {
    grid-template-areas: "image" "title" "reward" "cooldown" "action";
  }
}/* Vote card hierarchy: reward first, countdown second, action last. */
body.empire-go-racp .vote-site-card {
  grid-template-areas: "image title" "image reward" "image cooldown" "image action";
  grid-template-rows: auto auto auto auto;
  align-content: center;
}
body.empire-go-racp .vote-site-card p.vote-cooldown {
  grid-area: cooldown;
  margin: 0;
  color: #ffe5a6;
  font-size: .86rem;
  line-height: 1.25;
  font-variant-numeric: tabular-nums;
}
@media (max-width:640px) {
  body.empire-go-racp .vote-site-card {
    grid-template-areas: "image" "title" "reward" "cooldown" "action";
  }
}
