:root {
  --yk-coal: #07110d;
  --yk-forest: #0d2b20;
  --yk-felt: #124331;
  --yk-gold: #e4b64f;
  --yk-brass: #bd8434;
  --yk-copper: #9b5830;
  --yk-cream: #fff7df;
  --yk-muted: #d5d6c8;
}

html { scroll-behavior: smooth; }
body { background: var(--yk-coal); color: var(--yk-cream); }
a:focus-visible, button:focus-visible { outline: 3px solid #fff0a3; outline-offset: 4px; }
.mobile-btn { min-width: 44px; min-height: 44px; border: 1px solid rgba(228,182,79,.6); border-radius: 10px; background: #0d2b20; cursor: pointer; }
.mobile-btn .inner { margin: auto; }
.nav .menu a { min-height: 44px; display: inline-flex; align-items: center; }
.menu-item-banking a { color: #f2ca6d; }

.yk-enhancement {
  width: min(1120px, calc(100% - 32px));
  margin: 54px auto;
  color: var(--yk-cream);
}
.yk-enhancement__intro { max-width: 820px; margin: 0 auto 26px; }
.yk-enhancement h2, .yk-cashier-page h2 { color: #f2ca6d; font-family: Cinzel, Georgia, serif; line-height: 1.18; letter-spacing: .01em; }
.yk-enhancement p, .yk-cashier-page p, .yk-cashier-page li { color: var(--yk-muted); font-size: clamp(1rem, .95rem + .18vw, 1.12rem); line-height: 1.78; }
.yk-enhancement a, .yk-cashier-page a { color: #ffdd83; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.yk-context-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.yk-context-card { background: linear-gradient(145deg, rgba(18,67,49,.94), rgba(7,17,13,.98)); border: 1px solid rgba(228,182,79,.32); border-radius: 14px; padding: 18px; box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.yk-context-card strong { display: block; color: #fff1b4; font-size: 1rem; line-height: 1.35; margin-bottom: 8px; }
.yk-context-card p { margin: 0; font-size: .98rem; line-height: 1.62; }
.yk-evidence-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 26px 0; }
.yk-evidence-strip > div { background: #0d2b20; border-top: 3px solid var(--yk-gold); padding: 18px; border-radius: 10px; }
.yk-evidence-strip span { display: block; color: #f2ca6d; font: 700 1.15rem Cinzel, Georgia, serif; margin-bottom: 6px; }
.yk-evidence-strip small { color: var(--yk-muted); font-size: .92rem; line-height: 1.5; }

.slot-element .item__img, .slot-element img, .slots img, [class*="slot"] img { object-fit: scale-down !important; background: radial-gradient(circle at 50% 35%, #183c2d, #07110d 78%); }
.pay-item img, .custom-logo { object-fit: contain !important; }

.yk-cashier-hero { position: relative; min-height: 620px; display: grid; align-items: center; isolation: isolate; background: #08140f url('/static-assets/yukon-enhancements/yukon-deposits-withdrawals-hero.webp') center/cover no-repeat; overflow: hidden; }
.yk-cashier-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,13,9,.94) 0%, rgba(4,13,9,.8) 38%, rgba(4,13,9,.18) 67%, rgba(4,13,9,.35) 100%), linear-gradient(0deg, #07110d 0%, transparent 25%); }
.yk-cashier-hero__inner { width: min(1120px, calc(100% - 32px)); margin: auto; padding: 84px 0; }
.yk-cashier-hero__copy { max-width: 640px; }
.yk-kicker { color: #f2ca6d; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: .78rem; }
.yk-cashier-hero h1 { margin: 12px 0 18px; color: #fff7df; font: 700 clamp(2.25rem, 5.4vw, 4.9rem)/1.02 Cinzel, Georgia, serif; text-wrap: balance; }
.yk-cashier-hero p { color: #f2efe2; font-size: clamp(1.05rem, .95rem + .5vw, 1.35rem); line-height: 1.65; max-width: 590px; }
.yk-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.yk-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 9px; font-weight: 800; text-decoration: none !important; }
.yk-btn--primary { background: #e8bc54; color: #10150f !important; box-shadow: 0 10px 28px rgba(228,182,79,.24); }
.yk-btn--secondary { color: #fff7df !important; border: 1px solid rgba(255,247,223,.7); background: rgba(7,17,13,.72); }
.yk-cashier-page { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 50px 0 84px; }
.yk-cashier-page > section { max-width: 900px; margin: 0 auto 58px; }
.yk-cashier-page h2 { font-size: clamp(1.65rem, 1.35rem + 1.2vw, 2.55rem); margin: 0 0 16px; }
.yk-cashier-page h3 { color: #fff1b4; font-size: 1.15rem; margin: 0 0 8px; }
.yk-cashier-table { width: 100%; border-collapse: collapse; margin: 24px 0; background: #0d2b20; border: 1px solid rgba(228,182,79,.34); }
.yk-cashier-table th, .yk-cashier-table td { padding: 15px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.13); color: #f1f0e5; vertical-align: top; }
.yk-cashier-table th { color: #11170f; background: #e4b64f; }
.yk-cashier-table td:first-child { color: #fff1b4; font-weight: 700; }
.yk-timeline { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; counter-reset: stage; margin: 26px 0; }
.yk-timeline > div { counter-increment: stage; background: #0d2b20; border: 1px solid rgba(228,182,79,.3); padding: 18px; border-radius: 12px; }
.yk-timeline > div::before { content: counter(stage); display: grid; place-items: center; width: 32px; height: 32px; margin-bottom: 10px; border-radius: 50%; background: #e4b64f; color: #10150f; font-weight: 900; }
.yk-note { border-left: 4px solid #e4b64f; background: rgba(18,67,49,.7); padding: 18px 20px; border-radius: 0 10px 10px 0; }
.yk-author-card { width: min(900px, calc(100% - 32px)); margin: 52px auto; display: grid; grid-template-columns: 104px 1fr; gap: 22px; align-items: center; background: linear-gradient(145deg,#123a2b,#091811); border: 1px solid rgba(228,182,79,.38); border-radius: 14px; padding: 22px; color: #fff7df; }
.yk-author-card img { width: 104px; height: 104px; object-fit: cover !important; border-radius: 50%; border: 2px solid #e4b64f; }
.yk-author-card span { color: #e4b64f; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; }
.yk-author-card h2 { color: #fff7df; font: 700 1.45rem/1.2 Cinzel, Georgia, serif; margin: 7px 0; }
.yk-author-card p { color: #d5d6c8; margin: 0 0 8px; line-height: 1.55; }
.yk-author-card a { color: #ffdd83; font-weight: 800; }
.yk-faq details { background: #0d2b20; border: 1px solid rgba(228,182,79,.28); border-radius: 10px; margin: 10px 0; padding: 15px 18px; }
.yk-faq summary { color: #fff1b4; font-weight: 800; cursor: pointer; }

.cookieadmin_consent, [class*="cookieadmin"] { --cookieadmin-accent: #e4b64f; }
.cookieadmin_consent { max-height: min(48vh, 420px); overflow: auto; }
.cookieadmin_consent button, [class*="cookieadmin"] button { min-height: 44px; }
table td, table th { color: #f4f1e4; }

@media (max-width: 760px) {
  .yk-context-grid, .yk-evidence-strip, .yk-timeline { grid-template-columns: 1fr; }
  .yk-enhancement, .yk-cashier-page, .yk-cashier-hero__inner { width: min(100% - 24px, 720px); }
  .yk-cashier-hero { min-height: 690px; background-position: 66% center; }
  .yk-cashier-hero::before { background: linear-gradient(180deg, rgba(4,13,9,.86), rgba(4,13,9,.94) 62%, #07110d); }
  .yk-cashier-hero__inner { align-self: start; padding: 20px 0 60px; }
  .yk-hero-actions { flex-direction: row; }
  .yk-btn { width: auto; flex: 1 1 0; padding-inline: 10px; }
  .yk-cashier-table { display: block; overflow-x: auto; }
  .yk-context-card { padding: 16px; }
  .yk-author-card { grid-template-columns: 70px 1fr; gap: 14px; padding: 16px; }
  .yk-author-card img { width: 70px; height: 70px; }
  .cookieadmin_law_container {
    inset: auto 8px 8px 8px !important;
    width: auto !important;
    height: auto !important;
    max-height: 42vh !important;
    align-items: end !important;
  }
  .cookieadmin_consent_inside {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 42vh !important;
    overflow-y: auto !important;
    padding: 14px !important;
    border-radius: 12px !important;
  }
  #cookieadmin_notice_title { font-size: 18px !important; margin-bottom: 4px !important; }
  #cookieadmin_notice { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
  .cookieadmin_consent_btns { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 7px !important; }
  .cookieadmin_consent_btns .cookieadmin_btn { width: 100% !important; min-width: 0 !important; padding: 8px 4px !important; font-size: 13px !important; }
  .cookieadmin-poweredby { display: none !important; }
}

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