:root {
  --au-ink: #151820;
  --au-ink-soft: #242833;
  --au-paper: #f3eee5;
  --au-paper-deep: #e8dfd1;
  --au-card: #fffdf8;
  --au-clay: #bd5a3a;
  --au-clay-dark: #8f3c26;
  --au-gold: #d5a74d;
  --au-sage: #66766c;
  --au-line: #d4c7b7;
  --au-copy: #2f333b;
  --au-muted: #6c6d70;
  --au-shadow: 0 24px 70px rgba(83, 55, 37, .16);
  --au-section-radius: 18px;
  --au-section-gap: 20px;
  --au-section-bg: rgba(255, 253, 248, .93);
  --au-footer-bg: #11151b;
  --au-footer-surface: #1c212a;
  --au-footer-copy: #f5efe6;
  --au-footer-muted: #b9b1a7;
  color-scheme: light;
}

html { background: var(--au-paper); }

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(213, 167, 77, .17), transparent 28rem),
    radial-gradient(circle at 86% 26%, rgba(189, 90, 58, .11), transparent 34rem),
    var(--au-paper) !important;
  color: var(--au-copy) !important;
  font-family: "DM Sans", Arial, sans-serif !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .34;
  background-image: radial-gradient(rgba(40, 34, 28, .16) .55px, transparent .55px);
  background-size: 7px 7px;
}

h1, h2, h3, .site-brand, .au-promo-value {
  font-family: Outfit, "DM Sans", sans-serif !important;
  letter-spacing: -.035em;
}

p, li { text-wrap: pretty; }

.site-topbar {
  background: rgba(21, 24, 32, .96) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(213, 167, 77, .34) !important;
  box-shadow: 0 12px 36px rgba(18, 20, 27, .24) !important;
  backdrop-filter: blur(18px) saturate(125%);
}

.site-nav {
  max-width: 1500px !important;
  min-height: 78px !important;
  padding-inline: clamp(18px, 3vw, 46px) !important;
}

.site-brand-logo { width: 170px !important; }

.site-nav-links {
  gap: 28px !important;
  margin-left: clamp(24px, 5vw, 72px) !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-nav-links a {
  position: relative;
  min-height: 42px !important;
  padding: 0 2px !important;
  border-radius: 0 !important;
  color: #d9d3ca !important;
  font-size: 12px !important;
  letter-spacing: .1em;
  line-height: 42px !important;
}

.site-nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--au-clay);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .24s ease;
}

.site-nav-links a:hover,
.site-nav-links a.site-is-active { background: transparent !important; color: #fff !important; }
.site-nav-links a.site-is-active,
.ui-mobile-menu a.site-is-active {
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
}
.site-nav-links a:hover::after,
.site-nav-links a.site-is-active::after { transform: scaleX(1); transform-origin: left; }

.site-auth .site-btn,
.au-btn {
  min-height: 44px !important;
  padding: 11px 22px !important;
  border: 1px solid transparent !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease !important;
}

.site-auth .site-btn:active,
.au-btn:active { transform: translateY(1px) scale(.98) !important; }

.site-auth .site-ghost {
  border-color: rgba(255, 255, 255, .3) !important;
  background: transparent !important;
  color: #fff !important;
}

.site-auth .site-hot,
.au-btn-hot {
  background: var(--au-clay) !important;
  color: #fff !important;
}

.site-auth .site-hot:hover,
.au-btn-hot:hover {
  background: var(--au-clay-dark) !important;
  box-shadow: 0 10px 28px rgba(143, 60, 38, .26) !important;
}

.au-btn-ghost {
  border-color: rgba(255, 255, 255, .52) !important;
  background: rgba(21, 24, 32, .45) !important;
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.site-page-shell {
  grid-template-columns: 238px minmax(0, 1fr) !important;
  gap: 30px;
  max-width: 1500px !important;
  margin: 32px auto 0 !important;
  padding: 0 24px 64px;
}

.site-pin-sidebar {
  top: 98px !important;
  height: calc(100dvh - 118px) !important;
  max-height: calc(100dvh - 118px) !important;
  overflow: auto !important;
  border: 0 !important;
  border-radius: 18px 5px 18px 5px;
  background: var(--au-ink) !important;
  box-shadow: 0 22px 50px rgba(31, 28, 26, .2) !important;
}

.site-safe-aside-menu,
.site-safe-aside-extras,
.site-pin-side-nav { background: transparent !important; }

.site-safe-aside-promo,
.site-safe-aside-links a,
.site-safe-aside-language {
  border-color: rgba(255, 255, 255, .08) !important;
  background: transparent !important;
  color: #e9e2d9 !important;
}

.site-safe-aside-promo:hover,
.site-safe-aside-links a:hover,
.site-safe-aside-language:hover {
  background: rgba(189, 90, 58, .15) !important;
  color: #fff !important;
}

.site-safe-aside-divider { background: rgba(255, 255, 255, .12) !important; }
.site-safe-aside-badge { background: var(--au-clay) !important; color: #fff !important; }

.site-pin-side-nav-toggle {
  border: 1px solid rgba(213, 167, 77, .28) !important;
  border-radius: 5px !important;
  background: var(--au-ink-soft) !important;
  color: #fff !important;
}

.site-pin-side-links a { color: #bdb9b4 !important; }
.site-pin-side-links a:hover { background: rgba(213, 167, 77, .12) !important; color: #fff !important; }
.au-pin-content, .site-pin-content { padding: 0 !important; }
.au-pin-content > section + section,
.site-pin-content > section + section {
  margin-top: var(--au-section-gap) !important;
}

.au-hero,
.site-hero {
  min-height: 520px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 34px 8px 34px 8px !important;
  background: var(--au-ink) !important;
  box-shadow: var(--au-shadow) !important;
}

.au-hero::after,
.site-hero::after {
  background:
    linear-gradient(90deg, rgba(16, 19, 25, .96) 0%, rgba(16, 19, 25, .82) 36%, rgba(16, 19, 25, .2) 67%, transparent 82%),
    linear-gradient(0deg, rgba(16, 19, 25, .55), transparent 45%) !important;
}

.au-hero-copy,
.site-hero-copy {
  width: min(720px, 66%) !important;
  padding: clamp(34px, 5vw, 72px) !important;
}

.au-hero-breadcrumbs {
  margin-bottom: 22px !important;
  color: #e4b961 !important;
  font-size: 12px !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.au-hero .site-hero-rating {
  display: inline-flex !important;
  align-items: baseline;
  gap: 10px;
  width: max-content;
  margin-bottom: 22px !important;
  padding: 7px 11px !important;
  border: 1px solid rgba(213, 167, 77, .48);
  border-radius: 4px !important;
  background: rgba(21, 24, 32, .54) !important;
  color: #e4b961 !important;
  box-shadow: none !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-shadow: none !important;
  backdrop-filter: blur(10px);
}

.au-hero .site-hero-rating strong {
  color: #fffaf2 !important;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.au-hero h1,
.site-hero h1 {
  max-width: 13ch;
  color: #fffaf2 !important;
  font-size: clamp(44px, 5vw, 76px) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  text-shadow: none !important;
}

.au-hero-lead,
.site-hero p {
  max-width: 58ch !important;
  color: #e5ded4 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  text-shadow: none !important;
}

.au-content-section,
.site-pin-content > .site-content-section,
.site-pin-content > .site-pin-section,
.site-legal-section,
.site-legal-page .site-pin-content > .site-legal-section {
  margin-top: 30px !important;
  padding: clamp(28px, 4vw, 52px) !important;
  border: 0 !important;
  border-left: 5px solid var(--au-clay) !important;
  border-radius: 4px 22px 4px 22px !important;
  background: var(--au-section-bg) !important;
  color: var(--au-copy) !important;
  box-shadow: 0 18px 55px rgba(92, 65, 45, .11) !important;
}

.au-content-section:nth-of-type(3n),
.site-legal-section:nth-of-type(3n) {
  border-left-color: var(--au-gold) !important;
}

.au-content-section h2,
.site-legal-section h2,
.site-pin-content h2 {
  width: 100% !important;
  max-width: none !important;
  color: var(--au-ink) !important;
  font-size: clamp(30px, 3.6vw, 48px) !important;
  line-height: 1.04 !important;
  text-wrap: wrap !important;
}

.au-content-section h3,
.site-legal-section h3,
.site-pin-content h3 {
  color: var(--au-clay-dark) !important;
  letter-spacing: -.02em;
}

.au-content-section p,
.site-legal-section p,
.site-pin-content p,
.au-content-section li,
.site-legal-section li {
  max-width: none !important;
  color: var(--au-copy) !important;
  line-height: 1.78 !important;
}

.au-banking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.au-banking-panel {
  position: relative;
  min-width: 0;
  padding: 28px 28px 24px;
  overflow: hidden;
  border: 1px solid rgba(143, 60, 38, .15);
  border-radius: 3px 18px 3px 18px;
  background: linear-gradient(145deg, #fffdf8 0%, #eee5d8 100%);
  box-shadow: inset 4px 0 var(--au-clay), 0 14px 34px rgba(73, 48, 31, .09);
  transition: transform .24s ease, box-shadow .24s ease;
}

.au-banking-panel:hover {
  transform: translateY(-3px);
  box-shadow: inset 4px 0 var(--au-clay), 0 19px 42px rgba(73, 48, 31, .14);
}

.au-banking-panel .au-banking-index {
  position: absolute;
  top: 13px;
  right: 20px;
  color: rgba(143, 60, 38, .11);
  font: 800 62px/1 Outfit, "DM Sans", sans-serif;
  letter-spacing: -.08em;
  pointer-events: none;
}

.au-banking-panel h3 {
  position: relative;
  max-width: 14ch;
  margin: 0 0 18px;
  padding-top: 16px;
  color: var(--au-ink) !important;
  font-size: clamp(24px, 2.5vw, 31px) !important;
  line-height: 1.05;
}

.au-banking-panel h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 4px;
  background: var(--au-clay);
}

.au-banking-panel p {
  position: relative;
  max-width: none !important;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.68 !important;
}

.au-banking-panel p:last-child { margin-bottom: 0; }

.au-banking-panel--withdrawal {
  border-color: rgba(213, 167, 77, .24);
  box-shadow: inset 4px 0 var(--au-gold), 0 14px 34px rgba(73, 48, 31, .09);
}

.au-banking-panel--withdrawal:hover {
  box-shadow: inset 4px 0 var(--au-gold), 0 19px 42px rgba(73, 48, 31, .14);
}

.au-banking-panel--withdrawal h3::before { background: var(--au-gold); }
.au-banking-panel--withdrawal .au-banking-index { color: rgba(166, 119, 28, .13); }

.au-banking-panel--crypto {
  grid-column: 1 / -1;
  padding: 32px;
  border: 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(213, 167, 77, .18), transparent 18rem),
    linear-gradient(130deg, var(--au-ink) 0%, #292d37 100%);
  box-shadow: inset 4px 0 var(--au-gold), 0 20px 48px rgba(21, 24, 32, .2);
}

.au-banking-panel--crypto:hover {
  box-shadow: inset 4px 0 var(--au-gold), 0 25px 54px rgba(21, 24, 32, .26);
}

.au-banking-panel--crypto h3 {
  max-width: 22ch;
  color: #f1c66f !important;
}

.au-banking-panel--crypto h3::before { background: var(--au-gold); }
.au-banking-panel--crypto .au-banking-index { color: rgba(255, 255, 255, .07); }

.au-banking-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.au-banking-panel--crypto p { color: #e9e2d9 !important; }

.au-section-visual,
.site-section-visual {
  max-height: 520px !important;
  border: 0 !important;
  border-radius: 4px 22px 4px 22px !important;
  box-shadow: 0 20px 48px rgba(50, 39, 31, .22) !important;
}

.au-article-list li {
  border: 0 !important;
  border-radius: 4px !important;
  background: var(--au-paper) !important;
  box-shadow: inset 3px 0 var(--au-gold);
}

ul.au-article-list li::before { border-radius: 1px !important; background: var(--au-clay) !important; transform: rotate(45deg); }
ol.au-article-list li::before { border-radius: 4px !important; background: var(--au-ink) !important; }

.au-table-wrap {
  border: 0 !important;
  border-radius: 4px 14px 4px 14px !important;
  box-shadow: 0 14px 35px rgba(53, 42, 33, .12);
}

.au-table-wrap th { background: var(--au-ink) !important; color: #fff !important; }
.au-table-wrap td { border-color: #ded3c5 !important; background: #fffdf8 !important; }
.au-table-wrap tr:nth-child(even) td { background: #eee5d8 !important; }

.au-promo-grid {
  grid-template-columns: 1.15fr .85fr !important;
  gap: 22px !important;
  margin-top: 32px !important;
}

.au-promo-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  margin: 0;
}

.au-promo-section .au-promo-card {
  width: 100%;
  min-height: clamp(350px, 34vw, 460px) !important;
}

.au-promo-section .au-promo-copy {
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  width: min(58%, 650px) !important;
  padding: clamp(28px, 5vw, 58px) !important;
}

.au-promo-section .au-promo-actions { margin-top: 22px; }

.au-promo-section .au-btn-hot {
  min-width: 146px;
  min-height: 48px;
}

.au-promo-card {
  min-height: 360px !important;
  border: 0 !important;
  border-radius: 24px 5px 24px 5px !important;
  background-image: linear-gradient(0deg, rgba(15, 18, 24, .96), rgba(15, 18, 24, .12) 78%), var(--offer-bg) !important;
  background-position: center, right center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100%, cover !important;
  box-shadow: 0 20px 50px rgba(59, 43, 33, .2) !important;
}

.au-promo-card:nth-child(3n + 2) { min-height: 300px !important; }
.au-promo-copy { width: 100% !important; padding: 28px !important; }
.au-promo-kicker { border-radius: 3px !important; background: var(--au-gold) !important; color: var(--au-ink) !important; letter-spacing: .08em; }
.au-promo-value { max-width: 18ch; font-size: clamp(24px, 3vw, 36px) !important; }

.au-review-card,
.au-faq-item {
  border: 0 !important;
  border-radius: 5px 16px 5px 16px !important;
  background: var(--au-paper) !important;
  box-shadow: inset 0 0 0 1px rgba(105, 85, 66, .1);
}

.au-reviews-track {
  scroll-snap-type: none !important;
  scrollbar-width: none;
}

.au-reviews-track::-webkit-scrollbar { display: none; }

.au-faq-item summary { color: var(--au-ink) !important; }
.au-faq-item summary::after { color: var(--au-clay) !important; }

.au-app-download {
  container: app-download / inline-size;
  display: block !important;
  margin-top: 22px;
  overflow: hidden;
  border-radius: var(--au-section-radius) !important;
  background: var(--au-ink) !important;
  color: #fff;
  box-shadow: var(--au-shadow) !important;
}

.au-app-download-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  min-height: 350px;
  padding: 0 !important;
}

.au-app-download-media {
  min-width: 0;
  min-height: 350px;
  overflow: hidden;
}

.au-app-download-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}

.au-app-download-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4cqi, 46px);
  background: linear-gradient(145deg, #151820 0%, #20242e 100%);
}

.au-app-download-eyebrow {
  margin-bottom: 12px;
  color: var(--au-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.au-app-download h2 {
  width: 100%;
  max-width: none;
  margin: 0 0 22px;
  color: #fff !important;
  font-size: clamp(30px, 4.2cqi, 46px) !important;
  line-height: .98;
  text-wrap: balance;
}

.au-app-download-actions {
  display: grid;
  gap: 10px;
}

.au-platform-btn {
  display: grid;
  grid-template-columns: 30px max-content;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.au-platform-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.au-platform-btn:focus-visible {
  outline: 3px solid var(--au-gold);
  outline-offset: 3px;
}

.au-platform-btn--ios { background: var(--au-clay); }
.au-platform-btn--ios:hover { background: var(--au-clay-dark); }

.au-platform-btn--android {
  border-color: rgba(255, 255, 255, .54);
  background: transparent;
}

.au-platform-btn--android:hover {
  border-color: var(--au-gold);
  background: rgba(255, 255, 255, .07);
}

.au-platform-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
}

.au-platform-icon svg {
  display: block;
  width: 25px;
  height: 25px;
}

.au-platform-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
  line-height: 1.05;
  text-align: left;
}

.au-platform-copy > span {
  display: block;
  white-space: nowrap;
}

.au-platform-copy > span:first-child {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.au-platform-copy > span:last-child {
  font-size: 15px;
  font-weight: 800;
}

@container app-download (max-width: 720px) {
  .au-app-download-layout { grid-template-columns: 1fr; }
  .au-app-download-media,
  .au-app-download-media img { min-height: 260px; }
  .au-app-download-copy { padding: 28px 22px 30px; }
  .au-app-download h2 { font-size: clamp(30px, 9cqi, 40px) !important; }
}

/* Simple footer: legal navigation, responsible play notice and copyright. */
.site-footer.site-footer--minimal {
  margin-top: clamp(40px, 6vw, 84px) !important;
  padding: 30px 24px 48px !important;
  border: 0 !important;
  border-top: 1px solid var(--au-gold) !important;
  border-radius: 0 !important;
  background: var(--au-footer-bg) !important;
  color: var(--au-footer-copy) !important;
  box-shadow: none !important;
}
.site-footer.site-footer--minimal::before,
.site-footer.site-footer--minimal::after,
.site-footer.site-footer--minimal .site-footer-legal-copy::before {
  content: none !important;
  display: none !important;
}
.site-footer.site-footer--minimal .site-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 88px;
  width: 100%;
  max-width: 1380px !important;
  margin: 0 auto !important;
}
.site-footer.site-footer--minimal .site-footer-service-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 !important;
  width: 100%;
}
.site-footer.site-footer--minimal .site-footer-service-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--au-footer-copy) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-align: center;
  text-transform: uppercase;
}
.site-footer.site-footer--minimal .site-footer-service-links a + a::before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin: 0;
  background: var(--au-gold);
  transform: translateY(-50%);
}
.site-footer.site-footer--minimal .site-footer-service-links a:hover {
  color: var(--au-gold) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.site-footer.site-footer--minimal .site-footer-service-links a:focus-visible {
  outline: 2px solid var(--au-gold) !important;
  outline-offset: 2px !important;
}
.site-footer.site-footer--minimal .site-footer-legal-copy {
  display: grid;
  gap: 14px;
  margin: 0 !important;
  padding: 0;
  border: 0;
  text-align: center;
}
.site-footer.site-footer--minimal .site-footer-legal-copy p {
  margin: 0 !important;
  color: var(--au-footer-copy) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}
@media (max-width: 760px) {
  .site-footer.site-footer--minimal { padding: 24px 16px 32px !important; }
  .site-footer.site-footer--minimal .site-footer-inner { gap: 40px; }
  .site-footer.site-footer--minimal .site-footer-service-links a { padding: 10px 12px !important; }
  .site-footer.site-footer--minimal .site-footer-service-links a + a::before { display: none !important; }
  .site-footer.site-footer--minimal .site-footer-legal-copy p { font-size: 13px !important; }
}

.site-cookie {
  border: 1px solid rgba(213, 167, 77, .34) !important;
  border-radius: 14px 4px 14px 4px !important;
  background: var(--au-ink) !important;
  color: #fff !important;
  box-shadow: 0 20px 60px rgba(15, 18, 24, .34) !important;
}

.site-cookie p,
.site-cookie a { color: #fff !important; }
.site-cookie button { border-radius: 5px !important; background: var(--au-clay) !important; color: #fff !important; }

.ui-theme-toggle,
.ui-mobile-burger {
  border-color: rgba(213, 167, 77, .5) !important;
  border-radius: 6px !important;
  background: var(--au-ink-soft) !important;
  color: #fff !important;
}

@media (max-width: 960px) {
  .site-page-shell { display: block !important; width: 100% !important; margin-top: 20px !important; padding: 0 14px 42px !important; }
  .site-pin-sidebar { border-radius: 10px !important; }
  .au-pin-content, .site-pin-content { padding: 0 !important; }
  .au-hero-copy,
  .site-hero-copy {
    position: absolute !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    display: flex;
    width: 85% !important;
    padding: clamp(22px, 4vw, 36px) !important;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: rgba(15, 18, 24, .5) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .2);
    backdrop-filter: blur(5px);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .au-hero h1,
  .site-hero h1,
  .au-hero-lead,
  .site-hero p {
    width: 100% !important;
    max-width: none !important;
    margin-inline: auto;
  }
  .au-hero-breadcrumbs { justify-content: center; }
  .site-hero-actions { justify-content: center; }
  .au-promo-grid { grid-template-columns: 1fr !important; }
  .au-promo-section .au-promo-card {
    min-height: 380px !important;
    background-color: #11151b !important;
    background-position: center, right center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100%, cover !important;
  }
  .au-promo-section .au-promo-copy {
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: 85% !important;
    padding: clamp(22px, 4vw, 36px) !important;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: rgba(15, 18, 24, .5) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .2);
    backdrop-filter: blur(5px);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .au-promo-section .au-promo-value { margin-inline: auto; }
  .au-promo-section .au-promo-actions { justify-content: center; }

  .au-app-download {
    position: relative;
    min-height: clamp(380px, 62vw, 520px);
  }
  .au-app-download-layout {
    position: relative;
    display: block;
    min-height: inherit;
  }
  .au-app-download-media {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
  .au-app-download-media::after {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(0deg, rgba(15, 18, 24, .72), transparent);
    pointer-events: none;
  }
  .au-app-download-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: right center;
  }
  .au-app-download-copy {
    position: absolute;
    right: auto;
    bottom: clamp(12px, 3vw, 24px);
    left: 50%;
    z-index: 2;
    display: block;
    width: 85%;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: rgba(15, 18, 24, .72);
    backdrop-filter: blur(5px);
    transform: translateX(-50%);
  }
  .au-app-download-eyebrow,
  .au-app-download h2 { display: none !important; }
  .au-app-download-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .au-platform-btn { width: 100%; min-width: 0; }
}

@media (max-width: 620px) {
  body { padding-top: 68px !important; }
  .site-nav { min-height: 68px !important; }
  .site-brand-logo { width: 140px !important; }
  .au-hero, .site-hero { min-height: 560px !important; border-radius: 18px 5px 18px 5px !important; }
  .au-hero::after, .site-hero::after { background: linear-gradient(0deg, rgba(16, 19, 25, .98), rgba(16, 19, 25, .76) 54%, rgba(16, 19, 25, .08)) !important; }
  .au-hero-copy, .site-hero-copy { width: 85% !important; padding: 24px 18px !important; }
  .au-hero h1, .site-hero h1 { max-width: none !important; font-size: clamp(28px, 7.5vw, 32px) !important; line-height: 1.08 !important; }
  .au-content-section, .site-legal-section { margin-top: 20px !important; padding: 26px 20px 32px !important; border-left-width: 3px !important; border-radius: 3px 15px 3px 15px !important; }
  .au-content-section h2, .site-legal-section h2, .site-pin-content h2 { font-size: 31px !important; }
  .au-promo-card:nth-child(n) { min-height: 400px !important; border-radius: 18px 4px 18px 4px !important; }
  .au-promo-section { margin: 0; }
  .au-promo-section .au-promo-card {
    min-height: 430px !important;
    background-color: #11151b !important;
    background-position: center, right center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100%, cover !important;
  }
  .au-promo-section .au-promo-copy { width: 85% !important; padding: 24px 18px !important; }
  .au-promo-section .au-promo-value { max-width: 15ch; }
  .au-promo-section .au-btn-hot { width: auto; min-width: 146px; min-height: 48px; }
  .au-promo-actions .au-btn { flex: 0 0 auto; }
  .au-app-download { min-height: 430px; }
  .au-app-download-copy { bottom: 12px; width: calc(100% - 24px); padding: 8px; }
  .au-app-download-actions { grid-template-columns: 1fr; gap: 8px; }
  .au-platform-btn {
    grid-template-columns: 24px max-content;
    gap: 6px;
    min-height: 54px;
    padding: 6px 8px;
  }
  .au-platform-icon { width: 24px; height: 24px; }
  .au-platform-icon svg { width: 22px; height: 22px; }
  .au-platform-copy > span:first-child { font-size: 8px; letter-spacing: .04em; }
  .au-platform-copy > span:last-child { font-size: 12px; }
  .au-support-btn { flex-basis: 100% !important; }
  .au-banking-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
  .au-banking-panel, .au-banking-panel--crypto { grid-column: auto; padding: 24px 21px 22px; }
  .au-banking-copy { grid-template-columns: 1fr; gap: 0; }
  .au-banking-panel .au-banking-index { top: 12px; right: 16px; font-size: 50px; }
}

.au-hero,
.site-hero,
.au-content-section,
.site-pin-content > .site-content-section,
.site-pin-content > .site-pin-section,
.site-legal-section,
.au-promo-card,
.site-pin-content > .site-legal-section,
.site-legal-page .site-pin-content > .site-legal-section,
.au-promo-section > .au-promo-card,
.au-app-download {
  border-radius: var(--au-section-radius) !important;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

html[data-theme="dark"] {
  --au-section-bg: rgba(34, 38, 48, .96);
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 12% 8%, rgba(213, 167, 77, .08), transparent 28rem),
    radial-gradient(circle at 86% 26%, rgba(189, 90, 58, .1), transparent 34rem),
    #101319 !important;
  color: #ece5dc !important;
}

html[data-theme="dark"] .au-content-section,
html[data-theme="dark"] .site-pin-content > .site-content-section,
html[data-theme="dark"] .site-pin-content > .site-pin-section,
html[data-theme="dark"] .site-legal-section,
html[data-theme="dark"] .site-legal-page .site-pin-content > .site-legal-section {
  border-color: var(--au-clay) !important;
  background: var(--au-section-bg) !important;
  color: #ece5dc !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .28) !important;
}

html[data-theme="dark"] .au-content-section:nth-of-type(3n),
html[data-theme="dark"] .site-legal-section:nth-of-type(3n) {
  border-left-color: var(--au-gold) !important;
}

html[data-theme="dark"] .au-content-section h2,
html[data-theme="dark"] .site-legal-section h2,
html[data-theme="dark"] .site-pin-content h2 { color: #f1c66f !important; }

html[data-theme="dark"] .au-content-section h3,
html[data-theme="dark"] .site-legal-section h3,
html[data-theme="dark"] .site-pin-content h3 { color: #e88a69 !important; }

html[data-theme="dark"] .au-content-section p,
html[data-theme="dark"] .site-legal-section p,
html[data-theme="dark"] .site-pin-content p,
html[data-theme="dark"] .au-content-section li,
html[data-theme="dark"] .site-legal-section li { color: #e5ded5 !important; }

html[data-theme="dark"] .au-banking-panel {
  border-color: rgba(232, 138, 105, .18);
  background: linear-gradient(145deg, #1a1e27 0%, #242832 100%);
  box-shadow: inset 4px 0 var(--au-clay), 0 16px 38px rgba(0, 0, 0, .2);
}

html[data-theme="dark"] .au-banking-panel h3 { color: #f0e8df !important; }
html[data-theme="dark"] .au-banking-panel--withdrawal { box-shadow: inset 4px 0 var(--au-gold), 0 16px 38px rgba(0, 0, 0, .2); }
html[data-theme="dark"] .au-banking-panel--crypto { background: linear-gradient(130deg, #0f1218 0%, #20242d 100%); }
html[data-theme="dark"] .au-banking-panel--crypto h3 { color: #f1c66f !important; }

html[data-theme="dark"] .au-article-list li,
html[data-theme="dark"] .au-review-card,
html[data-theme="dark"] .au-faq-item { background: #171b23 !important; color: #e5ded5 !important; }

html[data-theme="dark"] .au-faq-item summary { color: #f4eee6 !important; }
html[data-theme="dark"] .au-table-wrap td { border-color: #3b3e45 !important; background: #1d222b !important; color: #eee7de !important; }
html[data-theme="dark"] .au-table-wrap tr:nth-child(even) td { background: #292d34 !important; }
