:root {
  --canvas-scale: 1;
  --gold: #ffd000;
  --gold-2: #f4b900;
  --green: #20d463;
  --red: #f15252;
  --ink: #050606;
  --panel: #0d0e0e;
  --panel-2: #141515;
  --line: #383838;
  --muted: #b7b7b7;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #030404; color: #f8f8f8; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.viewport { width: calc(864px * var(--canvas-scale)); height: calc(1821px * var(--canvas-scale)); margin: 0 auto; overflow: hidden; }
.phone { position: relative; width: 864px; height: 1821px; transform: scale(var(--canvas-scale)); transform-origin: 0 0; overflow: hidden; background: radial-gradient(circle at 80% 20%, #0d0c05 0, transparent 30%), #030404; border-radius: 36px; box-shadow: inset 0 0 0 1px #343434; }
.page-content { position: absolute; inset: 70px 0 92px; overflow: hidden; }
.status-bar { height: 42px; padding: 14px 44px 0; display: flex; align-items: center; justify-content: space-between; font-size: 16px; }
.status-bar + .site-header { top: 42px; }
.status-bar span { display: flex; gap: 7px; align-items: center; }
.status-bar .ui-icon { width: 20px; height: 20px; filter: brightness(0) invert(1); }
.page-more .page-content { inset-top: 112px; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 52px; background: rgba(3,4,4,.97); border-bottom: 1px solid #353535; }
.brand { display: flex; align-items: center; gap: 11px; color: #f5f5f5; text-decoration: none; font-size: 28px; letter-spacing: .5px; font-weight: 800; }
.brand b { color: var(--gold); }
.brand .ui-icon { width: 42px; height: 42px; }
.header-actions { display: flex; gap: 26px; }
.icon-button { border: 0; background: transparent; padding: 8px; cursor: pointer; }
.icon-button .ui-icon { width: 32px; height: 32px; filter: brightness(0) invert(1); }
.ui-icon { display: inline-block; width: 24px; height: 24px; object-fit: contain; filter: brightness(0) saturate(100%) invert(77%) sepia(100%) saturate(810%) hue-rotate(359deg) brightness(104%) contrast(105%); vertical-align: middle; }

h1, h2, h3, h4, p { margin-top: 0; }
h1 { font-size: 38px; line-height: 1.08; }
h2 { font-size: 24px; line-height: 1.18; }
h3 { font-size: 18px; line-height: 1.2; }
p { color: var(--muted); line-height: 1.48; }
em { font-style: normal; color: var(--gold); }
.btn-primary, .btn-outline, .btn-muted { min-height: 48px; border-radius: 9px; padding: 0 24px; border: 1px solid var(--gold); font-weight: 750; display: inline-flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer; }
.btn-primary { background: linear-gradient(105deg,#ffd400,#f2ad00); color: #050505; }
.btn-primary .ui-icon { filter: brightness(0); }
.btn-outline { background: rgba(12,12,12,.82); color: #f8f8f8; border-color: #dadada; }
.btn-muted { background: #353535; border-color: #353535; color: #eee; }
.text-link, .section-head button { border: 0; background: none; color: var(--gold); font-weight: 650; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.section-head h2 { margin: 0; font-size: 23px; }
.section-head button .ui-icon, .text-link .ui-icon { width: 18px; height: 18px; }
.eyebrow { display: inline-flex; background: var(--gold); color: #050505; border-radius: 5px; font-size: 12px; font-weight: 850; padding: 4px 8px; }
.rating-stars { display: inline-flex; gap: 2px; vertical-align: middle; }
.rating-stars .ui-icon { width: 17px; height: 17px; fill: var(--gold); }
.rating-stars + strong { margin-left: 8px; font-size: 14px; white-space: nowrap; }
.operator-logo { height: 58px; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg,#082237,#07101b); font-size: 21px; font-style: italic; font-weight: 850; letter-spacing: .7px; }
.op-roobet { background: linear-gradient(135deg,#29145d,#0d071c); }
.op-bcgame { background: linear-gradient(135deg,#0a2b21,#07110d); color: #f7f7f7; }
.op-shuffle { background: linear-gradient(135deg,#211236,#090612); color: #c272ff; }

.bottom-nav { position: fixed; z-index: 125; left: 50%; bottom: max(0px, env(safe-area-inset-bottom)); width: calc(824px * var(--canvas-scale)); height: calc(84px * var(--canvas-scale)); transform: translateX(-50%); display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid #333; border-radius: calc(24px * var(--canvas-scale)) calc(24px * var(--canvas-scale)) calc(32px * var(--canvas-scale)) calc(32px * var(--canvas-scale)); overflow: hidden; background: rgba(12,12,12,.98); backdrop-filter: blur(12px); box-shadow: 0 -8px 30px rgba(0,0,0,.34); }
.bottom-nav a { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: calc(7px * var(--canvas-scale)); text-decoration: none; color: #a7a7a7; font-size: calc(16px * var(--canvas-scale)); }
.bottom-nav .ui-icon { width: calc(29px * var(--canvas-scale)); height: calc(29px * var(--canvas-scale)); filter: brightness(0) invert(.7); }
.bottom-nav a.active { color: var(--gold); background: radial-gradient(circle at center,#5e470f 0,#2c230e 44%,transparent 76%); }
.bottom-nav a.active .ui-icon { filter: brightness(0) saturate(100%) invert(77%) sepia(100%) saturate(810%) hue-rotate(359deg) brightness(104%) contrast(105%); }

.drawer, .modal { position: absolute; z-index: 70; inset: 0; pointer-events: none; opacity: 0; transition: .22s ease; background: rgba(0,0,0,.72); }
.drawer.open, .modal.open { pointer-events: auto; opacity: 1; }
.drawer-panel { position: absolute; right: 0; top: 0; bottom: 0; width: 390px; padding: 90px 28px 28px; background: #0c0d0d; transform: translateX(100%); transition: .22s ease; box-shadow: -16px 0 45px #000; }
.drawer.open .drawer-panel { transform: translateX(0); }
.drawer-panel h2 { color: var(--gold); font-size: 28px; }
.drawer-panel a { display: flex; gap: 16px; align-items: center; height: 70px; color: #fff; text-decoration: none; border-bottom: 1px solid #2c2c2c; font-size: 18px; }
.drawer-panel a .ui-icon:last-child { margin-left: auto; }
.drawer-close, .modal-close { position: absolute; top: 24px; right: 24px; border: 0; background: none; }
.modal { display: grid; place-items: center; }
.modal-card { position: relative; width: 480px; padding: 42px; border: 1px solid #4b4b4b; border-radius: 18px; background: #111; box-shadow: 0 20px 80px #000; text-align: center; transform: translateY(25px); transition: .2s; }
.modal.open .modal-card { transform: translateY(0); }
.modal-card .btn-primary { width: 100%; }
.toast { position: absolute; z-index: 90; left: 50%; bottom: 112px; transform: translate(-50%,20px); padding: 12px 22px; border-radius: 22px; background: #f7c900; color: #070707; font-weight: 750; opacity: 0; pointer-events: none; transition: .2s; box-shadow: 0 10px 35px #000; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

/* Home */
.home-hero { position: relative; height: 330px; padding: 38px 0 0 112px; overflow: hidden; }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#040505 0,#040505 43%,transparent 68%); pointer-events: none; }
.hero-copy { position: relative; z-index: 3; width: 330px; }
.hero-copy h1 { margin-bottom: 12px; font-size: 40px; }
.hero-copy p { margin: 0 0 18px; font-size: 18px; }
.hero-copy .btn-primary { width: 240px; font-size: 18px; }
.hero-copy > small { display: flex; align-items: center; gap: 8px; margin-top: 13px; color: #c4c4c4; font-size: 14px; white-space: nowrap; }
.hero-copy > small .ui-icon { width: 19px; height: 19px; }
.hero-art { position: absolute; z-index: 1; right: 38px; top: 4px; width: 455px; height: 326px; object-fit: cover; object-position: right top; mix-blend-mode: screen; }
.search-panel { height: 140px; margin: 0 92px 18px; padding: 13px 23px; border: 1px solid #3b3b3b; border-radius: 12px; background: linear-gradient(115deg,#111,#181818); }
.search-panel h2 { text-align: center; margin-bottom: 10px; font-size: 19px; }
.search-panel label { height: 48px; display: flex; align-items: center; gap: 12px; padding-left: 14px; border: 1px solid #414141; border-radius: 10px; overflow: hidden; }
.search-panel label .ui-icon { filter: brightness(0) invert(.75); }
.search-panel input { flex: 1; height: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #fff; font-size: 16px; }
.search-panel form button { align-self: stretch; width: 100px; border: 0; background: var(--gold); color: #070707; font-weight: 750; }
.popular { margin-top: 10px; display: flex; align-items: center; gap: 9px; font-size: 13px; }
.popular button { border: 0; border-radius: 6px; padding: 5px 13px; background: #242428; color: #ddd; }
.home-sites, .home-bonus, .home-review, .home-guides, .home-faq { margin: 0 92px 18px; }
.operator-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.operator-card { position: relative; height: 205px; padding: 12px; border: 1px solid #555; border-radius: 12px; background: linear-gradient(140deg,#151616,#0a0b0b); }
.operator-card .rank { position: absolute; z-index: 2; top: 8px; left: 8px; width: 24px; height: 24px; border-radius: 6px; display: grid; place-items: center; background: var(--gold); color: #050505; font-weight: 800; }
.operator-card .operator-rating { display: flex; align-items: center; margin: 9px 0 8px; }
.operator-card .rating-stars .ui-icon { width: 14px; height: 14px; }
.operator-card .rating-stars + strong { font-size: 12px; margin-left: auto; }
.operator-card small { color: #aaa; }
.operator-card p { height: 31px; margin: 4px 0 8px; color: #fff; font-size: 13px; }
.operator-card .btn-primary { width: 100%; min-height: 36px; padding: 0 4px; font-size: 14px; }
.operator-card .btn-primary .ui-icon { display: none; }
.pager { display: flex; justify-content: center; gap: 9px; margin-top: 11px; }
.pager i { width: 12px; height: 8px; border-radius: 8px; background: #444; }
.pager i:first-child { width: 22px; background: var(--gold); }
.home-bonus { margin-bottom: 16px; }
.bonus-feature { height: 145px; display: grid; grid-template-columns: 180px 1fr 148px; align-items: center; gap: 17px; padding: 10px 16px; border: 1px solid #414141; border-radius: 12px; background: linear-gradient(105deg,#111,#171717); }
.bonus-feature > img { width: 168px; height: 122px; object-fit: cover; border-radius: 8px; }
.bonus-feature h3 { margin: 6px 0 3px; font-size: 20px; }
.bonus-feature h4 { margin: 0 0 4px; color: #fff; font-size: 17px; }
.bonus-feature p { margin: 0; font-size: 13px; }
.countdown { color: var(--gold); font-size: 18px; letter-spacing: 3px; }
.bonus-feature > div:last-child { display: flex; flex-direction: column; gap: 12px; }
.bonus-feature .btn-primary { min-height: 42px; padding: 0 10px; }
.review-feature { height: 132px; display: grid; grid-template-columns: 1fr 320px; border: 1px solid #414141; border-radius: 12px; overflow: hidden; background: #101111; }
.review-feature > div { padding: 16px 18px; }
.review-feature h3 { margin-bottom: 9px; font-size: 18px; }
.review-feature h3 b { float: right; color: var(--green); }
.review-feature p { font-size: 13px; margin: 5px 0; }
.review-feature > img { width: 100%; height: 100%; object-fit: cover; }
.review-banner { width: 100%; height: 100%; object-fit: cover; object-position: center; background: #050505; }
.home-review .pager { margin-top: 9px; }
.guide-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.guide-grid article { height: 145px; padding: 13px 11px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid #454545; border-radius: 11px; background: linear-gradient(145deg,#151616,#0a0b0b); }
.guide-grid article > .ui-icon { width: 36px; height: 36px; margin-bottom: 8px; }
.guide-grid h3 { min-height: 39px; margin: 0 0 5px; font-size: 15px; }
.guide-grid button { border: 0; background: none; color: var(--gold); font-weight: 650; }
.guide-grid button .ui-icon { width: 16px; height: 16px; }
.trust-card { height: 112px; margin: 0 92px 14px; padding: 15px 19px; display: grid; grid-template-columns: 1fr 120px; border: 1px solid #3f3f3f; border-radius: 12px; background: radial-gradient(circle at 91% 45%,#4a340c,transparent 18%),#111; }
.trust-card h2 { margin-bottom: 8px; font-size: 20px; }
.trust-card p { margin: 0; font-size: 12.5px; }
.trust-card > .ui-icon { width: 76px; height: 76px; justify-self: center; align-self: center; }
.home-faq h2 { margin-bottom: 8px; font-size: 20px; }

.faq-list { display: grid; gap: 4px; }
.faq-item { border: 1px solid #383838; border-radius: 7px; background: linear-gradient(90deg,#141515,#101111); overflow: hidden; }
.faq-item > button { width: 100%; min-height: 35px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; text-align: left; font-size: 14px; }
.faq-item > button .ui-icon { width: 17px; height: 17px; filter: brightness(0) invert(.75); transform: rotate(90deg); transition: .18s; }
.faq-item > p { display: none; margin: 0; padding: 0 14px 12px; font-size: 12px; }
.faq-item.open > p { display: block; }
.faq-item.open > button .ui-icon { transform: rotate(-90deg); }

/* Reviews */
.review-hero { position: relative; height: 285px; padding: 28px 38px; overflow: hidden; }
.breadcrumbs { height: 38px; display: flex; align-items: center; gap: 8px; color: #c4c4c4; font-size: 14px; }
.breadcrumbs .ui-icon { width: 14px; height: 14px; filter: brightness(0) invert(.7); }
.review-brand { position: absolute; left: 38px; top: 72px; width: 155px; height: 155px; }
.review-brand .operator-logo { height: 100%; font-size: 38px; }
.review-title { position: absolute; left: 215px; top: 84px; width: 410px; }
.review-title h1 { margin-bottom: 6px; font-size: 32px; white-space: nowrap; }
.review-title > p { font-size: 17px; margin-bottom: 12px; }
.verified, .updated { display: inline-flex; align-items: center; gap: 6px; margin-right: 8px; padding: 6px 9px; border-radius: 5px; background: #101b14; color: #4bd878; font-size: 13px; }
.updated { background: #16140a; color: var(--gold); }
.verified .ui-icon { width: 17px; height: 17px; filter: brightness(0) saturate(100%) invert(68%) sepia(74%) saturate(565%) hue-rotate(83deg); }
.hero-rating { margin-top: 11px; display: flex; align-items: center; }
.hero-rating .rating-stars .ui-icon { width: 29px; height: 29px; }
.hero-rating .rating-stars + strong { margin-left: 28px; color: var(--gold); font-size: 31px; }
.review-hero > img { position: absolute; right: 12px; top: 66px; width: 248px; height: 210px; object-fit: cover; object-position: right top; mix-blend-mode: screen; }
.review-hero .review-hero-art { right: 4px; top: 58px; width: 292px; height: 224px; object-fit: cover; object-position: 73% center; mix-blend-mode: screen; }
.feature-strip { height: 118px; margin: 0 38px 14px; padding: 10px; display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid #3f3f3f; border-radius: 11px; background: #111212; }
.feature-strip article { min-width: 0; display: grid; grid-template-columns: 25px minmax(0,1fr); gap: 8px; align-items: center; padding: 0 10px; border-right: 1px solid #353535; }
.feature-strip article:last-child { border: 0; }
.feature-strip .ui-icon { width: 26px; height: 26px; }
.feature-strip b { display: block; font-size: 12px; line-height: 1.08; }
.feature-strip strong { display: block; margin-top: 7px; font-size: 14px; line-height: 1.12; overflow-wrap: anywhere; }
.feature-strip article:last-child strong { color: var(--green); }
.review-actions { height: 104px; margin: 0 38px 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.review-actions > button { height: 52px; font-size: 18px; }
.review-actions p { grid-column: 1/-1; text-align: center; margin: -4px 0 0; font-size: 13px; }
.review-overview { height: 430px; padding: 20px 38px; border-top: 1px solid #303030; }
.overview-intro { position: relative; height: 125px; }
.overview-intro h2 { margin-bottom: 8px; }
.overview-intro p { width: 675px; font-size: 14px; }
.overview-intro button { position: absolute; right: 0; top: 54px; }
.tri-grid { display: grid; grid-template-columns: 1fr 1fr 1.12fr; gap: 12px; }
.tri-grid > article { height: 252px; padding: 17px; border: 1px solid #3b3b3b; border-radius: 10px; background: #101111; }
.tri-grid h3 { font-size: 19px; }
.tri-grid p { display: flex; gap: 8px; margin: 0 0 11px; font-size: 12.5px; color: #ddd; }
.tri-grid p .ui-icon { flex: 0 0 18px; width: 18px; height: 18px; filter: brightness(0) saturate(100%) invert(67%) sepia(48%) saturate(813%) hue-rotate(83deg); }
.tri-grid p.con .ui-icon { filter: brightness(0) saturate(100%) invert(46%) sepia(71%) saturate(1969%) hue-rotate(328deg); }
.rating-breakdown > div { display: grid; grid-template-columns: 72px 1fr 42px; align-items: center; gap: 7px; margin-bottom: 13px; font-size: 11.5px; }
.rating-breakdown i { height: 9px; border-radius: 9px; background: #3d3d3d; overflow: hidden; }
.rating-breakdown i b { display: block; height: 100%; background: var(--gold); }
.rating-breakdown strong { font-size: 11.5px; }
.in-review { height: 278px; padding: 8px 38px 24px; }
.in-review h2 { margin-bottom: 14px; }
.in-review > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; }
.in-review button { height: 49px; display: grid; grid-template-columns: 28px 1fr 20px; align-items: center; gap: 11px; padding: 0 14px; border: 1px solid #393939; border-radius: 8px; background: linear-gradient(105deg,#121313,#171818); text-align: left; }
.in-review .ui-icon { width: 22px; height: 22px; }
.in-review .ui-icon:last-child { filter: brightness(0) invert(.7); }
.detailed-review { height: 440px; padding: 10px 38px 0; }
.detail-grid { display: grid; grid-template-columns: 1fr 178px; gap: 18px; }
.detail-grid > article, .detail-grid > aside { position: relative; height: 165px; padding: 18px; border: 1px solid #3d3d3d; border-radius: 10px; background: #101111; overflow: hidden; }
.detail-grid > article h3 { color: var(--gold); font-size: 20px; }
.detail-grid > article p { width: 70%; font-size: 13px; }
.detail-grid > article img { position: absolute; right: 0; bottom: 0; width: 195px; height: 150px; object-fit: cover; }
.detail-grid > aside h3 { font-size: 14px; }
.detail-grid > aside p { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; font-size: 12px; color: #ddd; }
.detail-grid > aside .ui-icon { width: 18px; height: 18px; }
blockquote { height: 145px; margin: 16px 197px 0 0; padding: 20px; display: flex; gap: 22px; border: 1px solid #3d3d3d; border-radius: 10px; background: #111212; }
blockquote > .ui-icon { width: 38px; height: 38px; flex: 0 0 38px; }
blockquote p { font-size: 14px; color: #ddd; }

/* Bonus */
.bonus-hero { position: relative; height: 250px; padding: 49px 0 0 60px; overflow: hidden; }
.bonus-hero > div { width: 440px; position: relative; z-index: 2; }
.bonus-hero h1 { margin-bottom: 5px; font-size: 36px; }
.bonus-hero h2 { color: var(--gold); font-size: 29px; }
.bonus-hero p { font-size: 18px; }
.bonus-hero > img { position: absolute; right: 50px; top: 14px; width: 355px; height: 235px; object-fit: cover; mix-blend-mode: screen; }
.bonus-tabs { height: 104px; margin: 0 46px 20px; display: grid; grid-template-columns: repeat(6,1fr); border: 1px solid #424242; border-radius: 11px; overflow: hidden; background: #111212; }
.bonus-tabs button { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border: 0; background: transparent; color: #bbb; font-size: 13px; cursor: pointer; }
.bonus-tabs .ui-icon { width: 29px; height: 29px; filter: brightness(0) invert(.75); }
.bonus-tabs button.active { color: var(--gold); }
.bonus-tabs button.active .ui-icon { filter: brightness(0) saturate(100%) invert(77%) sepia(100%) saturate(810%) hue-rotate(359deg) brightness(104%) contrast(105%); }
.bonus-tabs button.active::after { content: ""; position: absolute; bottom: 0; left: 8px; right: 8px; height: 4px; background: var(--gold); border-radius: 4px; box-shadow: 0 0 12px var(--gold); }
.bonus-list { margin: 0 46px 18px; }
.bonus-row { position: relative; height: 158px; margin-bottom: 14px; padding: 18px 16px; display: grid; grid-template-columns: 160px 1fr 205px; align-items: center; gap: 20px; border: 1px solid #3d3d3d; border-radius: 11px; background: linear-gradient(110deg,#111212,#161717); overflow: hidden; }
.bonus-row .ribbon { position: absolute; left: -33px; top: 12px; width: 100px; padding: 5px; background: var(--gold); color: #050505; text-align: center; font-weight: 850; transform: rotate(-45deg); }
.bonus-row .operator-logo { height: 122px; font-size: 27px; }
.offer .eyebrow { margin-bottom: 7px; }
.offer h2 { margin-bottom: 4px; font-size: 21px; }
.offer h3 { margin-bottom: 10px; color: var(--gold); font-size: 19px; }
.offer p { display: flex; gap: 13px; margin: 0; }
.offer p span { padding: 5px 9px; border-radius: 5px; background: #232323; font-size: 12px; }
.bonus-score { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.bonus-score > span { display: flex; align-items: center; justify-content: flex-end; }
.bonus-score .btn-primary { min-height: 42px; }
.bonus-score .text-link { justify-content: center; color: #aaa; }
.more-bonuses { width: 100%; height: 50px; border: 1px solid #999; border-radius: 7px; background: #111; display: flex; gap: 14px; align-items: center; justify-content: center; font-weight: 700; }
.more-bonuses .ui-icon:last-child { margin-left: auto; margin-right: 18px; filter: brightness(0) invert(.8); }
.bonus-guides { padding: 16px 49px 18px; border-top: 1px solid #292929; }
.bonus-guides .guide-grid article { height: 192px; }
.bonus-guides .guide-grid article > .ui-icon { width: 56px; height: 56px; }
.bonus-guides .guide-grid .guide-art { width: 76px; height: 76px; margin-bottom: 8px; object-fit: cover; border-radius: 8px; }
.bonus-guides .guide-grid h3 { min-height: 50px; font-size: 17px; }
.bonus-faq { padding: 14px 49px 0; border-top: 1px solid #292929; }
.bonus-faq h2 { margin-bottom: 12px; }
.bonus-faq .faq-item > button { min-height: 42px; font-size: 16px; }

/* App */
.app-hero { position: relative; height: 560px; padding: 15px 55px; overflow: hidden; }
.app-hero::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg,#040505 0,#040505 42%,rgba(4,5,5,.72) 48%,transparent 63%); pointer-events: none; }
.app-copy { position: relative; z-index: 3; width: 390px; margin-top: 32px; }
.app-copy h1 { margin-bottom: 10px; font-size: 40px; }
.app-copy h2 { color: var(--gold); font-size: 30px; }
.app-copy p { font-size: 18px; }
.app-copy > button { width: 312px; min-height: 66px; margin-bottom: 13px; justify-content: flex-start; font-size: 18px; }
.app-copy > button > span { display: flex; flex-direction: column; align-items: flex-start; }
.app-copy button small { font-size: 13px; font-weight: 500; }
.app-copy > small { display: flex; align-items: center; gap: 10px; margin-top: 6px; font-size: 14px; }
.app-copy > small i { color: #777; }
.app-hero > img { position: absolute; z-index: 1; right: 0; top: 26px; width: 460px; height: 532px; object-fit: cover; object-position: right top; mix-blend-mode: screen; }
.app-hero .app-hero-art { right: -4px; top: 34px; width: 500px; height: 512px; object-fit: cover; object-position: 74% center; mix-blend-mode: screen; }
.app-benefits { height: 155px; margin: 0 47px 24px; padding: 18px 12px; display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid #3b3b3b; border-radius: 11px; background: #111212; }
.app-benefits article { padding: 0 12px; text-align: center; border-right: 1px solid #333; }
.app-benefits article:last-child { border: 0; }
.app-benefits .ui-icon { width: 36px; height: 36px; }
.app-benefits h3 { margin: 8px 0 5px; font-size: 16px; }
.app-benefits p { margin: 0; font-size: 12px; }
.download-app { height: 390px; padding: 0 48px; }
.download-app > h2 { margin-bottom: 12px; }
.download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.download-grid > article { position: relative; height: 330px; padding: 22px; border: 1px solid #343434; border-radius: 10px; background: radial-gradient(circle at 85% 25%,#2a2a2a,#111 47%); overflow: hidden; }
.download-grid > article > div:first-child { width: 59%; }
.platform { position: relative; display: flex; align-items: center; gap: 10px; color: var(--gold); }
.platform .ui-icon { width: 36px; height: 36px; }
.platform b { font-size: 18px; }
.platform em { position: absolute; left: 46px; top: -19px; padding: 3px 7px; border-radius: 5px; background: var(--gold); color: #050505; font-size: 10px; font-style: normal; font-weight: 800; }
.platform em.soon { background: #555; color: #eee; }
.download-grid p { font-size: 12px; }
.download-grid small { display: flex; align-items: center; gap: 7px; margin: 10px 0; color: #ccc; font-size: 12px; }
.download-grid small .ui-icon { width: 16px; height: 16px; filter: brightness(0) saturate(100%) invert(67%) sepia(48%) saturate(813%) hue-rotate(83deg); }
.phone-preview { position: absolute; right: 18px; top: 27px; width: 105px; height: 190px; padding-top: 47px; border: 2px solid #494949; border-radius: 22px; background: linear-gradient(#050505,#111); text-align: center; }
.phone-preview::before { content: ""; position: absolute; top: 8px; left: 35px; width: 34px; height: 5px; border-radius: 5px; background: #242424; }
.phone-preview strong { color: #fff; font-size: 24px; font-style: italic; }
.phone-preview .ui-icon { display: block; margin: 35px auto 0; }
.phone-preview.muted { padding-top: 58px; }
.phone-preview.muted .ui-icon { width: 54px; height: 54px; margin: 0 auto; filter: brightness(0) invert(.56); }
.download-grid > article > button { position: absolute; left: 22px; right: 22px; bottom: 46px; width: calc(100% - 44px); }
.download-grid > article > .text-link { bottom: 12px; justify-content: center; }
.install-steps { height: 255px; padding: 0 48px; }
.install-steps .section-head { margin-bottom: 12px; }
.install-steps > div:last-child { display: grid; grid-template-columns: repeat(5,1fr); }
.install-steps article { position: relative; height: 194px; padding: 22px 13px 10px; text-align: center; border: 1px solid #363636; background: #111212; }
.install-steps article:first-child { border-radius: 10px 0 0 10px; }
.install-steps article:last-child { border-radius: 0 10px 10px 0; }
.install-steps article > span { position: absolute; top: 10px; left: 12px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #050505; font-weight: 800; }
.install-steps article > .ui-icon { width: 34px; height: 34px; margin-top: 22px; }
.install-steps h3 { margin: 9px 0 6px; font-size: 14px; }
.install-steps p { margin: 0; font-size: 11.5px; }
.app-faq { padding: 5px 48px 0; }
.app-faq h2 { margin-bottom: 10px; }
.app-faq .faq-item > button { min-height: 44px; font-size: 16px; }

/* More */
.page-more .page-content { top: 70px; }
.account-card { height: 175px; margin: 0 30px 23px; padding: 30px 25px; display: grid; grid-template-columns: 120px 1fr 252px; align-items: center; gap: 28px; border: 1px solid #343434; border-radius: 12px; background: linear-gradient(110deg,#111,#171717); }
.avatar { width: 110px; height: 110px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--gold); background: radial-gradient(circle,#383838,#151515); }
.avatar .ui-icon { width: 70px; height: 70px; filter: brightness(0) invert(.55); }
.account-card h1 { margin-bottom: 8px; font-size: 25px; }
.account-card p { margin: 0; font-size: 17px; }
.account-card > div:last-child { display: grid; gap: 10px; }
.account-card button { width: 100%; }
.more-tools, .more-links, .more-categories, .more-articles { margin: 0 30px 20px; }
.more-tools > h2, .more-links > h2, .more-categories > h2 { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.more-tools > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.more-tools article { position: relative; height: 245px; padding: 28px 18px; text-align: center; border: 1px solid #353535; border-radius: 10px; background: linear-gradient(135deg,#111,#171717); }
.more-tools article > .ui-icon { width: 50px; height: 50px; }
.more-tools h3 { margin: 18px 0 8px; font-size: 19px; }
.more-tools p { font-size: 15px; }
.more-tools button { position: absolute; bottom: 13px; left: 0; right: 0; margin: auto; border: 0; background: none; }
.more-tools button .ui-icon { width: 24px; height: 24px; }
.more-links > div { display: grid; grid-template-columns: 1fr 1fr; }
.more-links button { height: 52px; display: grid; grid-template-columns: 28px 1fr 20px; align-items: center; gap: 10px; padding: 0 20px; border: 1px solid #333; background: linear-gradient(100deg,#121212,#181818); text-align: left; }
.more-links button span { font-size: 16px; }
.more-links button .ui-icon { filter: brightness(0) invert(.75); }
.more-links button .ui-icon:last-child { width: 18px; height: 18px; }
.more-categories > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; }
.more-categories button { height: 58px; display: flex; align-items: center; gap: 11px; padding: 0 18px; border: 1px solid #353535; border-radius: 8px; background: linear-gradient(110deg,#121212,#181818); font-size: 14px; }
.more-articles .section-head { margin-bottom: 10px; }
.more-articles > div:last-child { border: 1px solid #343434; border-radius: 10px; overflow: hidden; }
.more-articles article { height: 86px; display: grid; grid-template-columns: 125px 1fr 90px 22px; align-items: center; gap: 16px; padding-right: 18px; border-bottom: 1px solid #343434; background: linear-gradient(100deg,#111,#181818); }
.more-articles article:last-child { border: 0; }
.more-articles article > img { width: 125px; height: 86px; object-fit: cover; }
.more-articles h3 { margin: 0 0 5px; font-size: 16px; }
.more-articles p { margin: 0; font-size: 12px; }
.more-articles time { color: #aaa; font-size: 12px; }
.more-articles article > .ui-icon { filter: brightness(0) invert(.75); }
.subscribe-card { position: relative; height: 165px; margin: 0 18px; padding: 26px 24px 24px 190px; display: grid; grid-template-columns: minmax(220px,1fr) 300px; align-items: center; gap: 22px; border: 1px solid #343434; border-radius: 12px; overflow: hidden; background: linear-gradient(105deg,#17130c,#111 47%,#151515); }
.subscribe-card > .subscribe-gift { position: absolute; z-index: 1; left: 0; top: 0; width: 175px; height: 165px; object-fit: cover; object-position: left center; }
.subscribe-card > .subscribe-cards { position: absolute; z-index: 1; right: 0; top: 0; width: 170px; height: 92px; object-fit: cover; object-position: right top; opacity: .55; }
.subscribe-card > div, .subscribe-card form { position: relative; z-index: 2; }
.subscribe-card h2 { margin-bottom: 8px; font-size: 23px; }
.subscribe-card p { margin: 0; font-size: 15px; }
.subscribe-card form { height: 49px; display: grid; grid-template-columns: 1fr 120px; border: 1px solid #555; border-radius: 8px; overflow: hidden; }
.subscribe-card input { min-width: 0; padding: 0 15px; border: 0; background: #171717; color: #fff; }
.subscribe-card button { border: 0; background: var(--gold); color: #070707; font-weight: 800; }

/* DOM-built artwork: source-board crops are limited to home hero and bonus gift. */
.review-banner-dom { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 24px; background: radial-gradient(circle at 70% 35%,#665015,#171711 42%,#090909 78%); }
.review-banner-dom .operator-logo { width: 115px; height: 52px; background: #080d15; }
.review-banner-dom > .ui-icon { width: 70px; height: 70px; filter: brightness(0) saturate(100%) invert(80%) sepia(77%) saturate(1301%) hue-rotate(355deg); }
.review-phone { width: 72px; height: 108px; padding: 13px 8px; border: 4px solid #151515; border-radius: 11px; background: linear-gradient(#2c250a,#090909); transform: rotate(8deg); box-shadow: 0 11px 18px #000; }
.review-phone b,.review-phone span { display: block; font-size: 9px; text-align: center; }
.review-phone span { margin-top: 34px; color: var(--gold); font-size: 20px; font-weight: 800; }
.review-hero-dom { position: absolute; right: 16px; top: 62px; width: 250px; height: 214px; display: flex; align-items: flex-end; justify-content: center; gap: 7px; }
.review-device { width: 122px; height: 198px; padding: 19px 11px; border: 7px solid #121212; border-radius: 19px; background: linear-gradient(165deg,#211f12,#080808 60%); transform: rotate(6deg); box-shadow: 0 16px 30px #000; }
.review-device b,.review-device span,.review-device strong { display: block; text-align: center; }
.review-device span { margin-top: 35px; color: #aaa; font-size: 10px; }.review-device strong{color:var(--gold);font-size:22px}.review-device .ui-icon{display:block;margin:24px auto 0;filter:brightness(0) saturate(100%) invert(80%) sepia(77%) saturate(1301%) hue-rotate(355deg)}
.review-cup { width: 88px; height: 100px; display: grid; place-items: center; border-radius: 50% 50% 12px 12px; background: radial-gradient(circle,#d6a927,#423309 58%,transparent 60%); }
.review-cup .ui-icon { width: 68px; height: 68px; filter: brightness(0) saturate(100%) invert(80%) sepia(77%) saturate(1301%) hue-rotate(355deg); }
.app-hero-dom { position: absolute; z-index: 1; right: 45px; top: 60px; width: 350px; height: 460px; display: grid; place-items: center; background: radial-gradient(circle,#554215 0,rgba(44,33,5,.45) 35%,transparent 70%); }
.app-device { width: 215px; height: 410px; padding: 32px 18px; border: 11px solid #151515; border-radius: 34px; background: linear-gradient(#27240f,#080808 55%,#14120a); transform: rotate(7deg); box-shadow: 0 24px 42px #000; }
.app-device>b,.app-device>span,.app-device>strong{display:block;text-align:center}.app-device>span{margin-top:35px;color:#aaa}.app-device>div{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:42px 0 30px}.app-device i{padding:12px 2px;border:1px solid #4c4218;border-radius:6px;color:#ddd;font-size:9px;text-align:center;font-style:normal}.app-device>strong{color:var(--gold);font-size:24px}.app-device>button{width:100%;height:37px;margin-top:20px;border:0;border-radius:6px;background:var(--gold);font-weight:800}.app-glow{position:absolute;right:12px;bottom:65px;width:80px;height:80px;display:grid;place-items:center;border-radius:50%;background:#2c240d}.app-glow .ui-icon{width:55px;height:55px;filter:brightness(0) saturate(100%) invert(80%) sepia(77%) saturate(1301%) hue-rotate(355deg)}
.article-art-dom { width: 125px; height: 86px; display: grid; place-items: center; background: radial-gradient(circle at 50% 35%,#725511,#15110a 58%,#080808); }
.article-art-dom .ui-icon { width: 48px; height: 48px; filter: brightness(0) saturate(100%) invert(80%) sepia(77%) saturate(1301%) hue-rotate(355deg); }
.subscribe-art-dom { position: absolute; z-index: 1; left: 22px; top: 18px; width: 130px; height: 125px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(145deg,#8b670f,#231904); }
.subscribe-art-dom .ui-icon { position: absolute; width: 70px; height: 70px; filter: brightness(0) saturate(100%) invert(80%) sepia(77%) saturate(1301%) hue-rotate(355deg); }.subscribe-art-dom .ui-icon:last-child{width:42px;height:42px;right:8px;bottom:8px}

[hidden] { display: none !important; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* The mobile preview is the viewport itself, not a phone mockup. Square off the
   source-board frame so the upper corners do not expose side gutters. */
@media (max-width: 864px) {
  .phone { border-radius: 0; box-shadow: none; }
}

/* On real mobile screens, use the available width for the homepage instead of
   preserving the source board's wide presentation gutters. Inner pages retain
   their original spacing. */
@media (max-width: 767px) {
  .page-home .home-hero { padding-left: 48px; }
  .page-home .hero-art { right: 0; }
  .page-home .search-panel,
  .page-home .home-sites,
  .page-home .home-bonus,
  .page-home .home-review,
  .page-home .home-guides,
  .page-home .home-faq,
  .page-home .trust-card { margin-left: 24px; margin-right: 24px; }
}
