@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/HTx3L3I-JCGChYJ8VI-L6OO_au7B6x_T2kn3.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2g.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3jWuZEC.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3bWuQ.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873z3jWuZEC.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873z3bWuQ.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2z3jWuZEC.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2z3bWuQ.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url('../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1z3jWuZEC.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url('../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1z3bWuQ.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0z3jWuZEC.woff2') format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../fonts/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0z3bWuQ.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/aFTU7PB1QTsUX8KYthSQBLyM.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/aFTU7PB1QTsUX8KYthqQBA.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('../fonts/aFTR7PB1QTsUX8KYvumzEY2tbZX9.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('../fonts/aFTR7PB1QTsUX8KYvumzEYOtbQ.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: block;
  src: url('../fonts/xn7gYHE41ni1AdIRggmxSuXd.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: block;
  src: url('../fonts/xn7gYHE41ni1AdIRggexSg.woff2') format('woff2');
}



@custom-variant dark (&:is(.dark *));

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-border: var(--border);
  --color-ring: var(--ring);
  --radius-lg: 1rem;
}

:root {
  --background: #0a0b0f;
  --foreground: #f3f4f6;
  --card: #14161c;
  --card-foreground: #f3f4f6;
  --primary: #f21b3f;
  --primary-foreground: #ffffff;
  --border: rgba(255, 255, 255, 0.1);
  --ring: #f21b3f;
  --red: #f21b3f;
  --red-dark: #a80e28;
  --ink: #08090c;
  --muted: #8d919d;
  --panel: #111319;
  --panel-2: #181a21;
  --cream: #f2eee7;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--background); color: var(--foreground); font-family: 'Manrope', sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; }
::selection { background: var(--red); color: #fff; }

.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.site-shell { overflow: hidden; background: var(--ink); }
.top-strip { height: 28px; display: flex; justify-content: center; align-items: center; gap: 12px; color: #9da1ab; background: #08090b; border-bottom: 1px solid rgba(255,255,255,.07); font: 10px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.top-strip strong { color: #d4d6db; font-weight: 500; }
.live-dot { display: inline-block; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: #41dca4; box-shadow: 0 0 0 4px rgba(65,220,164,.1), 0 0 12px rgba(65,220,164,.8); }

.site-header { position: relative; z-index: 20; background: rgba(8,9,12,.8); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(20px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { color: #9b9da7; font-size: 12px; font-weight: 700; letter-spacing: .01em; transition: color .18s var(--ease-out); }
.main-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border-radius: 5px; font-size: 11px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; transition: transform .16s var(--ease-out), background .16s var(--ease-out), border-color .16s var(--ease-out), box-shadow .16s var(--ease-out); cursor: pointer; }
.button:active { transform: scale(.97); }
.button-red { color: #fff; background: var(--red); box-shadow: 0 10px 28px rgba(242,27,63,.16); }
.button-red:hover { background: #ff3154; box-shadow: 0 12px 34px rgba(242,27,63,.28); transform: translateY(-1px); }
.button-ghost { color: #d9dbe0; background: transparent; border: 1px solid rgba(255,255,255,.12); }
.button-ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.3); }
.button-outline { color: #fff; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.24); }
.button-outline:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.5); }
.button-white { color: #0d0e11; background: #fff; }
.button-white:hover { background: #f0efeb; transform: translateY(-1px); }
.button-dark { color: #fff; background: #272a33; }
.button-dark:hover { background: var(--red); }
.button-large { min-height: 50px; padding: 0 22px; font-size: 12px; }
.button-small { min-height: 34px; padding: 0 13px; font-size: 10px; }
.full-width { width: 100%; }
.menu-toggle, .mobile-nav-actions { display: none; }

.hero-section { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; background: #090a0d; }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(8,9,12,.98) 0%, rgba(8,9,12,.84) 34%, rgba(8,9,12,.12) 75%, rgba(8,9,12,.35) 100%), url('../novo-design/assets/onnskins-hero.png'); background-size: cover; background-position: center; opacity: .92; }
.hero-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-section::before { content: ''; position: absolute; width: 500px; height: 500px; left: -260px; bottom: -320px; border-radius: 50%; background: var(--red); filter: blur(150px); opacity: .19; }
.hero-content { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 70px; padding-top: 74px; padding-bottom: 112px; }
.hero-copy { width: 56%; max-width: 610px; }
.hero-kicker, .eyebrow { display: flex; align-items: center; gap: 8px; color: #f06e82; font: 500 10px 'DM Mono', monospace; letter-spacing: .13em; text-transform: uppercase; }
.kicker-line { display: inline-block; width: 34px; height: 1px; margin: 0 3px; background: rgba(242,27,63,.55); }
.pulse-ring { display: inline-flex; align-items: center; justify-content: center; width: 23px; height: 23px; color: #fff; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(242,27,63,.12); }
.hero-copy h1 { margin: 20px 0 17px; color: #fff; font: 800 clamp(64px, 8vw, 114px)/.84 'Barlow Condensed', sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.hero-copy h1 em { color: var(--red); font-style: normal; }
.hero-copy > p { max-width: 460px; margin: 0; color: #adb0ba; font-size: 14px; line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 27px; color: #8d919d; font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { color: #4ee3ac; }
.hero-side-card { width: 295px; padding: 24px; background: rgba(18,20,26,.78); border: 1px solid rgba(255,255,255,.14); border-top: 2px solid var(--red); box-shadow: 0 30px 70px rgba(0,0,0,.35); backdrop-filter: blur(18px); transform: rotate(2deg); }
.hero-side-label, .raffle-meta, .roulette-top, .top-strip, .winner-badge { font: 10px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.hero-side-label { display: flex; align-items: center; gap: 9px; color: #aeb1ba; }
.hero-side-title { margin-top: 21px; color: #fff; font: 700 43px/.86 'Barlow Condensed', sans-serif; letter-spacing: -.02em; text-transform: uppercase; }
.hero-side-title span { color: var(--red); }
.hero-side-divider { height: 1px; margin: 20px 0 17px; background: rgba(255,255,255,.12); }
.mini-stat-row { display: flex; justify-content: space-between; gap: 15px; margin: 10px 0; color: #8e929b; font-size: 10px; }
.mini-stat-row strong { max-width: 135px; color: #e8e8e8; font-size: 10px; text-align: right; }
.mini-stat-row .price-red { color: var(--red); font: 500 15px 'DM Mono', monospace; }
.mini-progress { height: 5px; margin-top: 21px; background: #30323b; }
.mini-progress > div { height: 100%; background: var(--red); box-shadow: 0 0 12px rgba(242,27,63,.7); }
.mini-progress-label { display: flex; justify-content: space-between; margin: 8px 0 21px; color: #9a9da7; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.mini-progress-label strong { color: var(--red); }
.hero-ticker { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 52px; background: rgba(7,8,10,.86); border-top: 1px solid rgba(255,255,255,.1); }
.ticker-inner { display: flex; align-items: center; gap: 22px; height: 100%; overflow: hidden; color: #878b95; font-size: 10px; white-space: nowrap; }
.ticker-label { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; color: #f3b2bb; font: 10px 'DM Mono', monospace; letter-spacing: .07em; }
.ticker-label svg { color: var(--red); }
.ticker-inner strong { color: #d7d9de; font-weight: 700; }
.ticker-arrow { margin-left: auto; color: var(--red); font-size: 19px; }

.trust-bar { background: #12141a; border-bottom: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 92px; padding: 18px 20px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; flex: 0 0 36px; color: var(--red); background: rgba(242,27,63,.09); border: 1px solid rgba(242,27,63,.25); border-radius: 5px; }
.trust-icon svg { width: 17px; height: 17px; stroke-width: 2.2; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { color: #eeeef0; font-size: 11px; }
.trust-item div > span { margin-top: 4px; color: #777b87; font-size: 10px; }

.section { padding: 115px 0; background: var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 42px; }
.eyebrow { color: #ec6278; }
.eyebrow-dot { width: 6px; height: 6px; background: var(--red); box-shadow: 0 0 12px rgba(242,27,63,.8); }
.section-heading h2, .how-intro h2, .live-copy h2, .affiliate-copy h2, .community-inner h2 { margin: 13px 0 0; color: #f2f1ed; font: 700 clamp(45px, 5vw, 65px)/.84 'Barlow Condensed', sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.section-heading p { max-width: 440px; margin: 14px 0 0; color: #858995; font-size: 13px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 7px; color: #f2f2f1; border-bottom: 1px solid var(--red); font: 10px 'DM Mono', monospace; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; transition: gap .18s var(--ease-out), color .18s var(--ease-out); }
.text-link:hover { gap: 12px; color: var(--red); }
.filter-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.filter-tabs { display: flex; gap: 24px; }
.filter-tabs button { padding: 0 0 10px; color: #777b87; background: transparent; border-bottom: 1px solid transparent; font: 10px 'DM Mono', monospace; text-transform: uppercase; cursor: pointer; }
.filter-tabs button span { margin-left: 5px; color: #555963; }
.filter-tabs button.active { color: #f4f3ef; border-color: var(--red); }
.filter-tabs button.active span { color: var(--red); }
.live-filter { display: inline-flex; align-items: center; gap: 9px; color: #7e838e; font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.hero-side-label b {
  color: #fff;
  font: inherit;
}
.raffle-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 17px; }
.raffle-card { overflow: hidden; background: var(--panel); border: 1px solid rgba(255,255,255,.1); transition: transform .25s var(--ease-out), border-color .25s var(--ease-out), box-shadow .25s var(--ease-out); }
.raffle-card:hover { transform: translateY(-5px); border-color: rgba(242,27,63,.55); box-shadow: 0 20px 45px rgba(0,0,0,.28); }
.raffle-image-wrap { position: relative; height: 230px; overflow: hidden; background: #1a1014; }
.raffle-image-wrap::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10,11,15,.85)); pointer-events: none; }
.raffle-image-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .5s var(--ease-out); }
.raffle-card:hover .raffle-image-wrap img { transform: scale(1.06); }
.card-tag, .raffle-id { position: absolute; z-index: 2; top: 15px; }
.card-tag { left: 15px; display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; color: #fff; background: rgba(10,11,14,.76); font: 9px 'DM Mono', monospace; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(8px); }
.card-tag.red { border-left: 2px solid var(--red); }
.card-tag.gold { border-left: 2px solid #e9b949; }
.card-tag.green { border-left: 2px solid #45dba7; }
.card-tag.live,
.card-tag.is-live-soon,
.card-tag.is-live-now {
  color: #fff;
  background: rgba(242, 27, 63, .92);
  border-left: 0;
  box-shadow: 0 0 22px rgba(242, 27, 63, .28);
}
.card-tag.live b,
.card-tag.is-live-soon b,
.card-tag.is-live-now b {
  font: inherit;
  color: #fff;
}
.card-tag.live,
.card-tag.is-live-soon,
.card-tag.is-live-now {
  color: #fff;
  background: rgba(242, 27, 63, .92);
  border-left: 0;
  box-shadow: 0 0 22px rgba(242, 27, 63, .28);
}
.card-tag.live b,
.card-tag.is-live-soon b,
.card-tag.is-live-now b {
  font: inherit;
  color: #fff;
}
.tag-pip { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.card-tag.gold .tag-pip { background: #e9b949; }
.raffle-id { right: 15px; color: rgba(255,255,255,.67); font: 9px 'DM Mono', monospace; letter-spacing: .06em; }
.image-arrow { position: absolute; z-index: 3; right: 15px; bottom: 14px; display: inline-flex; align-items: center; justify-content: center; width: 33px; height: 33px; color: #fff; background: rgba(242,27,63,.9); border-radius: 50%; cursor: pointer; transition: transform .18s var(--ease-out); }
.image-arrow:hover { transform: rotate(45deg); }
.raffle-body { padding: 19px 19px 17px; }
.raffle-meta { display: flex; justify-content: space-between; gap: 8px; color: #777b86; font-size: 9px; }
.raffle-meta span:last-child { display: inline-flex; align-items: center; gap: 4px; color: #9a9da7; letter-spacing: 0; text-transform: none; }
.raffle-body h3 { margin: 12px 0 5px; color: #f4f3f0; font: 700 28px/.9 'Barlow Condensed', sans-serif; letter-spacing: -.02em; text-transform: uppercase; }
.raffle-body p { min-height: 31px; margin: 0; color: #858994; font-size: 11px; }
.raffle-progress { margin-top: 20px; }
.progress-track { height: 5px; background: #292c35; }
.progress-track > div { height: 100%; box-shadow: 0 0 13px currentColor; }
.progress-values { display: flex; justify-content: space-between; margin-top: 8px; color: #777b86; font: 9px 'DM Mono', monospace; }
.progress-values strong { font-weight: 500; }
.raffle-footer { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.08); }
.raffle-footer div span, .raffle-footer div strong { display: block; }
.raffle-footer div span { color: #777b86; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.raffle-footer div strong { margin-top: 3px; color: #fff; font: 500 17px 'DM Mono', monospace; }

.how-section { background: #f0ede6; color: #17181b; }
.how-layout { display: grid; grid-template-columns: .8fr 1.5fr; align-items: center; gap: 90px; }
.how-intro .eyebrow { color: #c21a35; }
.how-intro h2 { color: #17181b; }
.how-intro h2 span, .affiliate-copy h2 span { color: var(--red); }
.how-intro p { max-width: 340px; margin: 17px 0 28px; color: #686a6d; font-size: 13px; line-height: 1.7; }
.how-intro .text-link { color: #17181b; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.step-card { position: relative; min-height: 260px; padding: 23px 20px; background: #e8e4dc; border: 1px solid rgba(22,24,27,.12); transition: transform .22s var(--ease-out), background .22s var(--ease-out); }
.step-card:nth-child(2) { background: #dedbd3; transform: translateY(23px); }
.step-card:hover { background: #fff; transform: translateY(-4px); }
.step-card:nth-child(2):hover { transform: translateY(18px); }
.step-number { position: absolute; top: 18px; right: 18px; color: #a6a49e; font: 11px 'DM Mono', monospace; }
.step-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-top: 42px; color: var(--red); border: 1px solid rgba(242,27,63,.4); }
.step-card h3 { margin: 22px 0 9px; font: 700 25px/.9 'Barlow Condensed', sans-serif; letter-spacing: -.015em; text-transform: uppercase; }
.step-card p { margin: 0; color: #707174; font-size: 11px; line-height: 1.6; }

.live-section { background: #101217; }
.live-panel { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; padding: 68px 72px; background: #171920; border: 1px solid rgba(255,255,255,.1); background-image: radial-gradient(circle at 100% 0%, rgba(242,27,63,.11), transparent 42%); }
.live-copy h2 { font-size: 60px; }
.live-copy h2 em { color: var(--red); font-style: normal; }
.live-copy p { max-width: 320px; margin: 18px 0 27px; color: #858994; font-size: 13px; line-height: 1.7; }
.roulette-card { position: relative; min-height: 290px; padding: 19px; overflow: hidden; background: #0e0f13; border: 1px solid rgba(255,255,255,.12); }
.roulette-card::before { content: ''; position: absolute; width: 330px; height: 330px; top: 50%; left: 50%; border-radius: 50%; background: rgba(242,27,63,.15); filter: blur(70px); transform: translate(-50%,-50%); }
.roulette-top, .roulette-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; color: #747883; font-size: 9px; }
.roulette-top span:first-child { display: inline-flex; align-items: center; gap: 8px; color: #c4c6cb; }
.roulette-wheel { position: relative; z-index: 1; display: grid; place-items: center; width: 190px; height: 190px; margin: 20px auto 14px; border: 1px dashed rgba(242,27,63,.5); border-radius: 50%; box-shadow: 0 0 0 13px rgba(242,27,63,.04), 0 0 0 28px rgba(242,27,63,.025), 0 0 80px rgba(242,27,63,.23); }
.wheel-ring { position: absolute; inset: 16px; border: 1px solid rgba(242,27,63,.55); border-radius: 50%; border-left-color: transparent; border-right-color: transparent; transform: rotate(27deg); }
.wheel-center { display: flex; flex-direction: column; align-items: center; color: #a4a7b0; font: 9px 'DM Mono', monospace; letter-spacing: .08em; }
.wheel-center strong { color: #fff; font: 700 34px/.9 'Barlow Condensed', sans-serif; letter-spacing: -.02em; }
.wheel-center small { margin-top: 9px; color: var(--red); font: 9px 'DM Mono', monospace; }
.sound-pill { padding: 4px 7px; color: #8fd8bd; border: 1px solid rgba(65,220,164,.25); }

.ranking-section { background: #0a0b0f; }
.ranking-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.winner-card { position: relative; min-height: 280px; padding: 22px; text-align: center; background: #12141a; border: 1px solid rgba(255,255,255,.1); }
.winner-card:first-child { background: linear-gradient(145deg, rgba(242,27,63,.16), #12141a 50%); border-color: rgba(242,27,63,.37); }
.winner-top { display: flex; justify-content: space-between; align-items: start; }
.rank-number { color: #fff; font: 700 25px 'Barlow Condensed', sans-serif; }
.winner-badge { display: inline-flex; align-items: center; gap: 5px; padding: 5px 7px; border: 1px solid; font-size: 8px; }
.avatar-ring { display: grid; place-items: center; width: 68px; height: 68px; margin: 22px auto 12px; border: 2px solid; border-radius: 50%; background: #22252e; box-shadow: inset 0 0 0 5px #12141a; }
.avatar-placeholder { display: grid; place-items: center; width: 52px; height: 52px; color: #d9dce2; background: linear-gradient(135deg, #3b3f49, #111218); border-radius: 50%; font: 700 19px 'Barlow Condensed', sans-serif; }
.winner-card h3 { margin: 0; color: #f3f3ef; font: 700 25px/.9 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.winner-team { display: block; margin-top: 6px; color: #757985; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.winner-score { display: flex; justify-content: center; align-items: baseline; gap: 6px; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.09); }
.winner-score strong { color: var(--red); font: 500 23px 'DM Mono', monospace; }
.winner-score span { color: #888c97; font-size: 10px; }

.affiliate-section { padding-top: 15px; background: #0a0b0f; }
.affiliate-panel { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 420px; overflow: hidden; background: var(--red); }
.affiliate-panel::after { content: ''; position: absolute; top: 0; right: 0; width: 52%; height: 100%; background: linear-gradient(90deg, transparent, rgba(0,0,0,.15)), repeating-linear-gradient(135deg, transparent 0 22px, rgba(0,0,0,.08) 23px 24px); pointer-events: none; }
.affiliate-art { position: relative; min-height: 420px; overflow: hidden; background: linear-gradient(125deg, #bb0e2b, #fb2346 62%, #9a0e25); }
.affiliate-art::before { content: ''; position: absolute; width: 330px; height: 330px; top: 44px; left: 50%; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 30px rgba(255,255,255,.05), 0 0 0 64px rgba(255,255,255,.04); }
.affiliate-symbol { position: absolute; top: 50%; left: 50%; color: rgba(255,255,255,.93); font: 900 118px/.8 'Barlow Condensed', sans-serif; letter-spacing: -.1em; transform: translate(-50%,-50%) skew(-9deg); }
.affiliate-symbol img { display: block; width: min(250px, 48vw); max-width: 72%; height: auto; filter: drop-shadow(0 18px 38px rgba(0,0,0,.18)); transform: skew(9deg); }
.affiliate-orbit { position: absolute; z-index: 2; width: 7px; height: 7px; background: #fff; border-radius: 50%; box-shadow: 0 0 18px #fff; }
.orbit-one { top: 28%; left: 23%; }
.orbit-two { right: 18%; bottom: 25%; background: #ffd4d9; }
.affiliate-spark { position: absolute; z-index: 2; right: 20%; top: 18%; color: rgba(255,255,255,.72); }
.affiliate-copy { position: relative; z-index: 2; padding: 60px 70px; }
.affiliate-copy .eyebrow { color: #ffd8de; }
.affiliate-copy h2 { color: #fff; font-size: 64px; }
.affiliate-copy h2 span { color: #22080d; }
.affiliate-copy p { max-width: 360px; margin: 19px 0 24px; color: #ffd5da; font-size: 13px; line-height: 1.7; }
.affiliate-benefits { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-bottom: 27px; color: #fff; font-size: 10px; font-weight: 700; }
.affiliate-benefits span { display: inline-flex; align-items: center; gap: 6px; }
.affiliate-benefits svg { color: #310a11; }

.community-section { padding: 90px 0; background: #f0ede6; color: #17181b; }
.community-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.community-inner .eyebrow { color: #c21a35; }
.community-inner h2 { color: #17181b; font-size: 65px; }
.community-copy { width: 330px; }
.community-copy p { margin: 0 0 22px; color: #686a6d; font-size: 13px; line-height: 1.7; }
.community-copy .button-red {
  position: relative;
  width: min(100%, 315px);
  min-height: 68px;
  overflow: hidden;
  justify-content: center;
  padding: 0 30px;
  color: #fff;
  background: linear-gradient(135deg, #16c46b 0%, #0d9f5b 45%, #f21b3f 100%);
  border: 1px solid rgba(10,125,70,.28);
  box-shadow: 0 22px 54px rgba(22,196,107,.32), 0 10px 28px rgba(242,27,63,.22);
  font-size: 14px;
  letter-spacing: .035em;
}
.community-copy .button-red::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -45%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-18deg);
  animation: cta-shine 2.8s ease-in-out infinite;
  pointer-events: none;
}
.community-copy .button-red:hover {
  background: linear-gradient(135deg, #1bd979 0%, #10af64 45%, #ff3154 100%);
  box-shadow: 0 28px 68px rgba(22,196,107,.4), 0 12px 34px rgba(242,27,63,.28);
  transform: translateY(-2px);
}
.whatsapp-cta {
  gap: 12px;
  color: #fff !important;
  background: #25d366 !important;
  border-color: rgba(18,140,126,.32) !important;
  box-shadow: 0 24px 58px rgba(37,211,102,.34), 0 8px 22px rgba(18,140,126,.18) !important;
}
.whatsapp-cta::before {
  content: "";
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2325D366' d='M16.03 4C9.42 4 4.05 9.35 4.05 15.93c0 2.1.56 4.16 1.62 5.96L4 28l6.26-1.64a12 12 0 0 0 5.77 1.47C22.63 27.83 28 22.48 28 15.9 28 9.35 22.63 4 16.03 4Zm0 21.78a9.94 9.94 0 0 1-5.06-1.38l-.36-.21-3.71.97.99-3.6-.23-.37a9.84 9.84 0 0 1-1.5-5.26c0-5.44 4.43-9.87 9.87-9.87s9.87 4.43 9.87 9.87-4.43 9.85-9.87 9.85Zm5.41-7.38c-.3-.15-1.75-.86-2.02-.96-.27-.1-.47-.15-.67.15-.2.3-.77.96-.94 1.16-.17.2-.35.22-.64.07-.3-.15-1.26-.46-2.4-1.47-.89-.79-1.49-1.77-1.66-2.07-.17-.3-.02-.46.13-.61.13-.13.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.02-.52-.07-.15-.67-1.61-.92-2.2-.24-.58-.49-.5-.67-.51l-.57-.01c-.2 0-.52.07-.79.37-.27.3-1.04 1.01-1.04 2.47s1.06 2.87 1.21 3.07c.15.2 2.09 3.19 5.06 4.47.71.31 1.26.49 1.69.63.71.22 1.35.19 1.86.12.57-.08 1.75-.72 2-1.41.25-.69.25-1.29.17-1.41-.07-.13-.27-.2-.57-.35Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
.whatsapp-cta:hover {
  background: #1ebe5d !important;
  box-shadow: 0 30px 72px rgba(37,211,102,.42), 0 10px 28px rgba(18,140,126,.24) !important;
}

.site-footer { background: #08090b; border-top: 1px solid rgba(255,255,255,.1); }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-top: 62px; padding-bottom: 58px; }
.footer-top p { margin: 17px 0 0; color: #777b86; font-size: 11px; line-height: 1.7; }
.footer-links { display: flex; gap: 95px; }
.footer-links div { display: flex; flex-direction: column; gap: 11px; }
.footer-links span { margin-bottom: 3px; color: #f0f0ed; font: 10px 'DM Mono', monospace; letter-spacing: .08em; }
.footer-links a { display: inline-flex; align-items: center; gap: 6px; color: #777b86; font-size: 11px; transition: color .18s var(--ease-out); }
.footer-links a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; padding: 17px 0 22px; color: #545863; border-top: 1px solid rgba(255,255,255,.08); font: 9px 'DM Mono', monospace; }
.footer-heart { color: var(--red); }
@keyframes toast-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cta-shine { 0%, 55% { left: -45%; } 100% { left: 120%; } }

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 680px); }
  .desktop-only { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.15); cursor: pointer; }
  .main-nav { position: absolute; top: 76px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 11px; background: #171920; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 20px 50px rgba(0,0,0,.45); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 15px 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .mobile-nav-actions { display: flex; gap: 8px; padding: 12px 0 0; }
  .mobile-nav-actions .button { flex: 1; }
  .hero-content { gap: 30px; }
  .hero-copy { width: 58%; }
  .hero-side-card { width: 260px; padding: 19px; }
  .hero-side-title { font-size: 37px; }
  .trust-item { padding-right: 12px; padding-left: 12px; }
  .trust-item div > span { line-height: 1.35; }
  .how-layout { gap: 40px; }
  .live-panel { padding: 50px 40px; gap: 35px; }
  .affiliate-copy { padding: 50px 38px; }
}

@media (max-width: 650px) {
  .container { width: calc(100% - 32px); }
  .top-strip { padding: 0 12px; gap: 6px; font-size: 8px; text-align: center; }
  .top-strip span:not(.live-dot) { display: none; }
  .nav-wrap { min-height: 68px; }
  .main-nav { top: 68px; right: 16px; left: 16px; }
  .hero-section { min-height: 1050px; align-items: start; }
  .hero-media { background-position: 64% center; opacity: .75; }
  .hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,9,12,.45) 0%, rgba(8,9,12,.93) 62%, #090a0d 100%); }
  .hero-grid { mask-image: linear-gradient(180deg, black, transparent 70%); }
  .hero-content { display: block; padding-top: 62px; padding-bottom: 120px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { margin-top: 18px; font-size: clamp(62px, 18vw, 96px); }
  .hero-copy > p { max-width: 330px; font-size: 12px; }
  .hero-buttons { align-items: stretch; flex-direction: column; max-width: 300px; margin-top: 25px; }
  .hero-buttons .button { width: 100%; }
  .hero-trust { gap: 12px; margin-top: 20px; font-size: 8px; }
  .hero-side-card { position: relative; right: auto; bottom: auto; width: min(100%, 330px); margin: 36px auto 0; padding: 17px; transform: none; }
  .hero-side-title { margin-top: 13px; font-size: 29px; }
  .hero-side-divider { margin: 13px 0 11px; }
  .mini-stat-row { margin: 7px 0; font-size: 8px; }
  .mini-stat-row strong { font-size: 8px; }
  .mini-stat-row .price-red { font-size: 12px; }
  .mini-progress { margin-top: 13px; }
  .mini-progress-label { margin-bottom: 13px; font-size: 8px; }
  .hero-ticker { height: 43px; }
  .ticker-inner { gap: 14px; font-size: 8px; }
  .ticker-inner > span:nth-of-type(3) { display: none; }
  .ticker-label { font-size: 8px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { min-height: 78px; padding: 12px 10px; gap: 8px; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-icon { width: 30px; height: 30px; flex-basis: 30px; }
  .trust-icon svg { width: 14px; height: 14px; }
  .trust-item strong { font-size: 9px; }
  .trust-item div > span { font-size: 8px; }
  .section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 31px; }
  .section-heading h2, .how-intro h2, .live-copy h2, .affiliate-copy h2, .community-inner h2 { font-size: 52px; }
  .section-heading p { font-size: 12px; }
  .section-heading .text-link { margin-top: 20px; }
  .filter-row { align-items: start; flex-direction: column; gap: 18px; }
  .filter-tabs { gap: 17px; }
  .raffle-grid { display: flex; flex-direction: column; gap: 14px; }
  .raffle-image-wrap { height: 235px; }
  .raffle-body { padding: 17px; }
  .raffle-body h3 { font-size: 27px; }
  .how-layout { display: block; }
  .how-intro { margin-bottom: 42px; }
  .steps-grid { grid-template-columns: 1fr; gap: 10px; }
  .step-card, .step-card:nth-child(2) { min-height: 185px; transform: none; }
  .step-card:hover, .step-card:nth-child(2):hover { transform: translateY(-3px); }
  .step-icon { margin-top: 28px; }
  .step-card h3 { margin-top: 15px; }
  .live-panel { display: block; padding: 35px 20px 20px; }
  .live-copy { margin-bottom: 31px; }
  .live-copy h2 { font-size: 52px; }
  .roulette-card { min-height: 260px; }
  .roulette-wheel { width: 165px; height: 165px; margin-top: 17px; }
  .ranking-grid { grid-template-columns: 1fr; gap: 12px; }
  .winner-card { min-height: 218px; padding: 17px; }
  .winner-card .avatar-ring { width: 54px; height: 54px; margin: 14px auto 9px; }
  .avatar-placeholder { width: 42px; height: 42px; font-size: 15px; }
  .winner-score { margin-top: 12px; padding-top: 10px; }
  .affiliate-section { padding-top: 0; }
  .affiliate-panel { display: flex; flex-direction: column; align-items: stretch; }
  .affiliate-art { min-height: 240px; }
  .affiliate-art::before { width: 200px; height: 200px; top: 20px; }
  .affiliate-symbol { font-size: 80px; }
  .affiliate-copy { padding: 36px 24px 40px; }
  .affiliate-copy h2 { font-size: 56px; }
  .affiliate-copy p { font-size: 12px; }
  .affiliate-benefits { display: grid; gap: 10px; }
  .community-section { padding: 70px 0; }
  .community-inner { display: block; }
  .community-inner h2 { font-size: 55px; }
  .community-copy { width: auto; margin-top: 25px; }
  .community-copy .button-red { width: 100%; justify-content: center; }
  .footer-top { display: block; padding-top: 45px; padding-bottom: 36px; }
  .footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 22px; margin-top: 38px; }
  .footer-links div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; padding-bottom: 85px; line-height: 1.8; }
  .footer-bottom span { display: block; }
}

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

/* Campaign board page */
.campaign-page { min-height: 100vh; color: #f2f1ed; background: #08090b; }
.campaign-intro { padding: 62px 0 30px; background: #0c0d11; }
.campaign-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.campaign-heading-row h1 { margin: 13px 0 8px; color: #f5f3ee; font: 800 clamp(57px, 7vw, 86px)/.8 'Barlow Condensed', sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.campaign-heading-row p { margin: 0; color: #858995; font-size: 13px; }
.campaign-closed-link { display: inline-flex; align-items: center; gap: 8px; color: #babdc3; font-size: 11px; font-weight: 700; white-space: nowrap; }
.campaign-closed-link:hover { color: var(--red); }
.campaign-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.1); }
.campaign-tabs { display: flex; align-items: center; gap: 27px; }
.campaign-tabs button { position: relative; padding: 0 0 12px; color: #7f838e; background: transparent; border-bottom: 1px solid transparent; font: 10px 'DM Mono', monospace; text-transform: uppercase; cursor: pointer; }
.campaign-tabs button.active { color: #fff; border-bottom-color: var(--red); }
.campaign-tabs button span { margin-left: 5px; color: var(--red); }
.campaign-tools { display: flex; align-items: center; gap: 9px; }
.search-box { display: flex; align-items: center; gap: 8px; width: 210px; padding: 9px 11px; color: #777b86; background: #15171d; border: 1px solid rgba(255,255,255,.1); }
.search-box input { min-width: 0; width: 100%; color: #e9e9e6; background: transparent; border: 0; outline: 0; font-size: 11px; }
.search-box input::placeholder { color: #6f737e; }
.filter-button { display: inline-flex; align-items: center; gap: 7px; min-height: 35px; padding: 0 12px; color: #a3a6af; background: transparent; border: 1px solid rgba(255,255,255,.13); font: 10px 'DM Mono', monospace; text-transform: uppercase; cursor: pointer; }
.campaign-list { padding: 22px 0 112px; background: #0c0d11; }
.campaign-featured { display: grid; grid-template-columns: .93fr 1.07fr; overflow: hidden; background: #11161a; border: 1px solid rgba(69,220,169,.3); box-shadow: 0 22px 60px rgba(0,0,0,.25); }
.featured-visual { position: relative; min-height: 350px; overflow: hidden; }
.featured-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.featured-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,11,12,.05), rgba(7,11,12,.65)), linear-gradient(0deg, rgba(7,11,12,.8), transparent 55%); }
.featured-stamp, .campaign-number { position: absolute; z-index: 2; top: 19px; font: 10px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.featured-stamp { left: 19px; display: inline-flex; align-items: center; gap: 7px; color: #ffd2d8; }
.featured-stamp svg { color: var(--red); }
.campaign-number { right: 19px; color: #a7abb2; }
.featured-content { display: flex; flex-direction: column; justify-content: center; padding: 34px 38px; background: radial-gradient(circle at 100% 0, rgba(242,27,63,.12), transparent 45%); }
.campaign-label { display: flex; align-items: center; gap: 9px; color: #ef7183; font: 10px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
.label-divider { width: 27px; height: 1px; background: rgba(242,27,63,.5); }
.featured-content h2 { max-width: 560px; margin: 17px 0 4px; color: #fff; font: 700 clamp(38px, 4vw, 59px)/.86 'Barlow Condensed', sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.featured-subtitle { margin: 0 0 22px; color: #a3a6af; font-size: 12px; }
.prize-list { display: grid; gap: 8px; }
.prize-list > div { padding: 10px 12px; background: rgba(7,9,12,.43); border: 1px solid rgba(255,255,255,.1); }
.prize-list span { display: block; margin-bottom: 5px; color: #43dca8; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.prize-list strong { display: block; color: #e3e4e4; font-size: 11px; line-height: 1.35; }
.featured-bottom { display: flex; align-items: center; gap: 19px; margin-top: 21px; }
.featured-progress { flex: 1; min-width: 100px; }
.featured-progress .progress-track { height: 6px; background: #273139; }
.featured-progress .progress-track > div { height: 100%; background: #42dba7; box-shadow: 0 0 14px rgba(66,219,167,.65); }
.featured-progress-meta { display: flex; align-items: baseline; gap: 4px; margin-top: 5px; color: #8c9299; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.featured-progress-meta strong { color: #42dba7; font-size: 26px; line-height: .8; }
.featured-price { display: flex; flex-direction: column; gap: 5px; white-space: nowrap; }
.featured-price span { color: #7b8187; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.featured-price strong { color: #fff; font: 500 15px 'DM Mono', monospace; }
.button-green { color: #06140f; background: #41dca7; box-shadow: 0 8px 20px rgba(65,220,167,.13); }
.button-green:hover { background: #6aefc1; transform: translateY(-1px); }
.campaign-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 12px; }
.campaign-card { display: grid; grid-template-columns: 145px 1fr; min-height: 159px; overflow: hidden; background: #11161a; border: 1px solid rgba(255,255,255,.11); cursor: pointer; transition: border-color .2s var(--ease-out), transform .2s var(--ease-out); }
.campaign-card:hover { border-color: rgba(242,27,63,.5); transform: translateY(-3px); }
.campaign-card:focus-visible { outline: 2px solid #45dca9; outline-offset: 3px; }
.campaign-card-image { position: relative; min-height: 100%; overflow: hidden; background: #0b1213; }
.campaign-card-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 45%, #11161a 100%); }
.campaign-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.campaign-status, .campaign-card-id { position: absolute; z-index: 2; font: 8px 'DM Mono', monospace; letter-spacing: .03em; text-transform: uppercase; }
.campaign-status { right: 8px; bottom: 9px; padding: 5px 7px; color: #0b0d0f; background: #41dca7; font-weight: 700; }
.campaign-status.gold { color: #1c1708; background: #e9b949; }
.campaign-status.blue { color: #071522; background: #5b9ed8; }
.campaign-status.live,
.campaign-status.is-live-soon,
.campaign-status.is-live-now {
  color: #fff;
  background: #f21b3f;
  box-shadow: 0 0 18px rgba(242, 27, 63, .28);
}
.campaign-status.live b,
.campaign-status.is-live-soon b,
.campaign-status.is-live-now b {
  font: inherit;
  color: #fff;
}
.campaign-card-id { top: 9px; left: 10px; color: #c0c3c5; }
.campaign-card-content { padding: 16px 16px 13px 5px; }
.campaign-card-title { display: flex; justify-content: space-between; gap: 10px; }
.campaign-card h3 { margin: 0; color: #f0f1ee; font: 700 20px/.9 'Barlow Condensed', sans-serif; letter-spacing: -.015em; text-transform: uppercase; }
.campaign-card p { margin: 5px 0 0; color: #898e95; font-size: 10px; }
.card-arrow { color: #92979d; background: transparent; font-size: 18px; cursor: pointer; transition: color .16s var(--ease-out), transform .16s var(--ease-out); }
.card-arrow:hover { color: var(--red); transform: rotate(45deg); }
.campaign-card-progress { margin-top: 20px; }
.campaign-card-progress .progress-track { height: 5px; background: #26313a; }
.campaign-card-progress .progress-track > div { height: 100%; box-shadow: 0 0 12px currentColor; }
.campaign-card-progress > div:last-child { display: flex; justify-content: space-between; align-items: baseline; margin-top: 6px; font: 9px 'DM Mono', monospace; }
.campaign-card-progress strong { font-size: 18px; }
.campaign-card-progress span { color: #8c9299; }
.campaign-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 9px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.08); }
.campaign-card-footer span, .campaign-card-footer strong { display: block; }
.campaign-card-footer span { color: #7c8289; font: 8px 'DM Mono', monospace; text-transform: uppercase; }
.campaign-card-footer strong { margin-top: 3px; color: #fff; font: 500 13px 'DM Mono', monospace; }
.campaign-bottom { padding: 100px 0; background: #08090b; }
.campaign-bottom-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.campaign-info-card h2 { margin: 14px 0 0; color: #f2f1ed; font: 700 58px/.84 'Barlow Condensed', sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.campaign-info-card h2 em { color: var(--red); font-style: normal; }
.campaign-info-card p { max-width: 340px; margin: 18px 0 25px; color: #858995; font-size: 12px; line-height: 1.7; }
.campaign-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.1); }
.campaign-stats > div { display: flex; flex-direction: column; justify-content: center; min-width: 0; min-height: 170px; padding: 23px; border-right: 1px solid rgba(255,255,255,.1); }
.campaign-stats > div:last-child { border-right: 0; }
.campaign-stats svg { color: var(--red); }
.campaign-stats strong, .campaign-stats span, .campaign-stats em { display: block; }
.campaign-stats strong { margin-top: 25px; color: #f3f3ef; font: 700 39px/.8 'Barlow Condensed', sans-serif; white-space: nowrap; }
.campaign-stats span { margin-top: 9px; color: #80858e; font-size: 10px; line-height: 1.4; }
.campaign-stats em { width: fit-content; margin-top: 7px; padding: 4px 7px; color: #07130f; background: #43dca8; font: 700 8px 'DM Mono', monospace; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.campaign-stat-timer strong { color: #43dca8; font-family: 'DM Mono', monospace; font-size: 30px; letter-spacing: 0; }
.campaign-page .site-footer { margin-top: 0; }

@media (max-width: 900px) {
  .campaign-featured { grid-template-columns: 1fr; }
  .featured-visual { min-height: 270px; }
  .featured-content { padding: 29px; }
  .campaign-bottom-grid { gap: 40px; }
}
@media (max-width: 650px) {
  .campaign-intro { padding-top: 47px; }
  .campaign-heading-row { display: block; }
  .campaign-heading-row h1 { font-size: 66px; }
  .campaign-closed-link { margin-top: 20px; }
  .campaign-toolbar { display: block; margin-top: 31px; }
  .campaign-tools { margin-top: 18px; }
  .search-box { flex: 1; width: auto; }
  .campaign-list { padding-top: 17px; }
  .featured-visual { min-height: 220px; }
  .featured-content { padding: 24px 17px; }
  .featured-content h2 { font-size: 42px; }
  .prize-list strong { font-size: 10px; }
  .featured-bottom { flex-wrap: wrap; gap: 13px; }
  .featured-progress { flex-basis: 100%; }
  .featured-price { margin-right: auto; }
  .featured-bottom .button { flex: 1; padding: 0 10px; font-size: 9px; }
  .campaign-grid { grid-template-columns: 1fr; }
  .campaign-card { grid-template-columns: 122px 1fr; min-height: 143px; }
  .campaign-card-content { padding-left: 4px; }
  .campaign-card h3 { font-size: 18px; }
  .campaign-bottom { padding: 75px 0; }
  .campaign-bottom-grid { display: block; }
  .campaign-stats { margin-top: 37px; }
  .campaign-stats > div { min-height: 135px; padding: 15px 11px; }
  .campaign-stats strong { margin-top: 18px; font-size: 31px; }
  .campaign-stat-timer strong { font-size: 22px; }
  .campaign-stats span { font-size: 8px; }
  .campaign-stats em { padding: 3px 5px; font-size: 7px; }
}

.campaign-intro.is-closed { background: linear-gradient(120deg, #0c0d11, #151116); }

/* Raffle detail + automatic purchase panel */
.detail-page { min-height: 100vh; color: #f2f1ed; background: #08090b; }
.detail-main { padding: 28px 0 100px; background: radial-gradient(circle at 82% 12%, rgba(242,27,63,.08), transparent 31%), #0b0c10; }
.detail-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; color: #707580; font: 9px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.detail-breadcrumb strong { color: #c4c6cb; font-weight: 500; }
.prize-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.prize-panel { position: relative; min-height: 265px; overflow: hidden; padding: 19px; background: #161318; border: 1px solid rgba(242,27,63,.2); }
.prize-panel.second { border-color: rgba(233,185,73,.2); background: #151517; }
.prize-panel::after { content: ''; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(8,9,12,.95)); pointer-events: none; }
.prize-panel img { position: absolute; right: -8%; bottom: -9%; z-index: 0; width: 69%; height: 93%; object-fit: cover; opacity: .9; transform: rotate(-8deg); }
.prize-panel-top, .prize-panel h2, .prize-panel p { position: relative; z-index: 1; }
.prize-panel-top { display: flex; justify-content: space-between; align-items: center; }
.prize-rank { color: rgba(255,255,255,.3); font: 700 23px 'Barlow Condensed', sans-serif; }
.prize-label { color: var(--red); font: 9px 'DM Mono', monospace; letter-spacing: .08em; }
.prize-panel.second .prize-label { color: #e9b949; }
.prize-panel h2 { margin: 85px 0 3px; color: #fff; font: 700 28px/.83 'Barlow Condensed', sans-serif; letter-spacing: -.02em; text-transform: uppercase; }
.prize-panel h2 span { color: var(--red); }
.prize-panel.second h2 span { color: #e9b949; }
.prize-panel p { max-width: 240px; margin: 0; color: #8f939d; font-size: 10px; }
.detail-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); }
.detail-trust-row > div { display: flex; gap: 10px; min-height: 78px; padding: 15px 13px; background: #111319; color: #43dca8; }
.detail-trust-row span { display: block; color: #858995; font-size: 9px; line-height: 1.45; }
.detail-trust-row strong { display: block; margin-bottom: 3px; color: #e5e6e4; font-size: 10px; }
.winning-titulos { padding-top: 105px; }
.winning-titulos .section-heading { margin-bottom: 28px; }
.winning-titulos .section-heading h2 { font-size: 58px; }
.winning-titulos .section-heading h2 em { color: var(--red); font-style: normal; }
@media (max-width: 650px) { .detail-main { padding-top: 18px; } .detail-breadcrumb { font-size: 8px; } .prize-grid { grid-template-columns: 1fr; } .prize-panel { min-height: 230px; } .detail-trust-row { grid-template-columns: 1fr; } .detail-trust-row > div { min-height: 60px; } .winning-titulos { padding-top: 72px; } .winning-titulos .section-heading { display: block; } }

/* Manual quota selection page */

/* Live roulette room */
.roulette-page { min-height: 100vh; color: #f2f1ed; background: #08090b; }
.roulette-hero { position: relative; min-height: 620px; overflow: hidden; background: #090c0d; }
.roulette-grid-bg { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(65,220,167,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(65,220,167,.09) 1px, transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(circle at 70% 50%, black, transparent 72%); }
.roulette-glow { position: absolute; border-radius: 50%; filter: blur(105px); pointer-events: none; }
.glow-green { top: -190px; left: -150px; width: 560px; height: 560px; background: rgba(39,204,153,.17); }
.glow-red { right: -180px; bottom: -300px; width: 580px; height: 580px; background: rgba(242,27,63,.12); }
.roulette-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 30px; min-height: 620px; }
.roulette-copy { max-width: 430px; }
.roulette-kicker { display: flex; align-items: center; gap: 9px; color: #86d9bd; font: 10px 'DM Mono', monospace; letter-spacing: .11em; text-transform: uppercase; }
.live-pulse { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; color: #071510; background: #43dca8; font-weight: 700; box-shadow: 0 0 22px rgba(65,220,167,.28); }
.roulette-copy h1 { margin: 23px 0 18px; color: #fff; font: 800 clamp(64px, 8vw, 110px)/.8 'Barlow Condensed', sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.roulette-copy h1 em { color: #43dca8; font-style: normal; }
.roulette-copy > p { max-width: 370px; margin: 0; color: #a9afb0; font-size: 13px; line-height: 1.7; }
.roulette-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.roulette-live-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 27px; color: #7e8887; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.roulette-live-meta span { display: inline-flex; align-items: center; gap: 7px; }
.roulette-stage { width: min(100%, 570px); justify-self: end; padding: 16px 23px 18px; background: rgba(14,21,22,.76); border: 1px solid rgba(65,220,167,.25); box-shadow: 0 25px 80px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(16px); transition: border-color .2s var(--ease-out); }
.roulette-stage-top, .roulette-stage-bottom { display: flex; align-items: center; justify-content: space-between; color: #798783; font: 9px 'DM Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.roulette-stage-top span:first-child { display: inline-flex; align-items: center; gap: 8px; color: #c0c8c5; }
.wheel-wrap { position: relative; display: grid; place-items: center; width: min(100%, 490px); aspect-ratio: 1; margin: 20px auto 17px; }
.wheel-pointer { position: absolute; z-index: 5; top: -4px; left: 50%; width: 0; height: 0; border-right: 13px solid transparent; border-left: 13px solid transparent; border-top: 25px solid #fff; transform: translateX(-50%); filter: drop-shadow(0 0 8px rgba(255,255,255,.45)); }
.wheel-pointer span { position: absolute; top: -24px; left: -4px; width: 8px; height: 8px; background: #fff; border-radius: 50%; }
.roulette-wheel-main { position: relative; display: grid; place-items: center; width: 88%; height: 88%; overflow: hidden; border: 1px solid rgba(65,220,167,.45); border-radius: 50%; background: radial-gradient(circle at center, #15251f, #0a1111 53%, #111819); box-shadow: 0 0 0 12px rgba(65,220,167,.04), 0 0 0 25px rgba(65,220,167,.025), 0 0 75px rgba(65,220,167,.2), inset 0 0 65px rgba(0,0,0,.7); }
.wheel-segment { position: absolute; width: 62%; height: 62%; border: 1px solid rgba(65,220,167,.18); transform: rotate(45deg); }
.segment-a { border-radius: 0 100% 0 100%; background: rgba(65,220,167,.05); }
.segment-b { border-radius: 100% 0 100% 0; background: rgba(242,27,63,.06); transform: rotate(135deg); }
.segment-c { width: 80%; height: 80%; border-radius: 50%; border-style: dashed; opacity: .55; }
.segment-d { width: 46%; height: 46%; border-radius: 50%; border-color: rgba(65,220,167,.28); }
.wheel-lines { position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgba(65,220,167,.1) 0 2deg, transparent 2deg 30deg); mask-image: radial-gradient(circle, transparent 0 56%, black 57% 62%, transparent 63%); }
.wheel-center-glow { position: absolute; width: 45%; height: 45%; border-radius: 50%; background: rgba(65,220,167,.12); filter: blur(20px); }
.wheel-center-text { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; color: #8fa9a0; font: 10px 'DM Mono', monospace; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.wheel-center-text strong { margin: 8px 0 4px; color: #43dca8; font: 700 clamp(35px, 5vw, 55px)/.8 'Barlow Condensed', sans-serif; letter-spacing: -.03em; }
.wheel-center-text small { color: #c6d0cc; font: 9px 'DM Mono', monospace; letter-spacing: 0; text-transform: none; }
@keyframes roulette-spin { from { transform: rotate(0); } to { transform: rotate(720deg); } }
.roulette-stage-bottom button { display: inline-flex; align-items: center; gap: 6px; padding: 5px 7px; color: #88c8b3; background: rgba(65,220,167,.08); border: 1px solid rgba(65,220,167,.2); font: 8px 'DM Mono', monospace; cursor: pointer; text-transform: uppercase; }
.live-status-bar { background: #121719; border-top: 1px solid rgba(65,220,167,.18); border-bottom: 1px solid rgba(255,255,255,.1); }
.live-status-inner { display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; gap: 0; }
.live-status-inner > div { display: flex; align-items: center; gap: 11px; min-height: 88px; padding: 15px 20px 15px 0; border-right: 1px solid rgba(255,255,255,.1); }
.live-status-inner > div:not(:first-child) { padding-left: 20px; }
.live-status-inner > div:last-child { border-right: 0; }
.live-status-inner svg { color: #43dca8; }
.live-status-inner span strong, .live-status-inner span small { display: block; }
.live-status-inner span strong { color: #e6e9e6; font-size: 10px; }
.live-status-inner span small { margin-top: 5px; color: #78817f; font-size: 9px; line-height: 1.3; }
.live-status-cta { justify-content: end; }
.roulette-info { padding-top: 104px; background: #0b0d0f; }
.roulette-info-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; }
.roulette-info-main .section-heading h2 { font-size: 64px; }
.roulette-info-main .section-heading h2 em, .roulette-aside h3 em, .roulette-community h2 em { color: #43dca8; font-style: normal; }
.roulette-info-main .section-heading p { max-width: 420px; margin-top: 18px; color: #858e8b; font-size: 13px; line-height: 1.7; }
.roulette-steps { margin-top: 35px; border-top: 1px solid rgba(255,255,255,.1); }
.roulette-steps > div { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.roulette-steps > div > span { color: #43dca8; font: 500 12px 'DM Mono', monospace; }
.roulette-steps strong { color: #e9ece8; font-size: 13px; }
.roulette-steps p { margin: 5px 0 0; color: #818a87; font-size: 11px; line-height: 1.5; }
.roulette-aside { padding: 24px; background: #14191a; border: 1px solid rgba(65,220,167,.22); }
.aside-label { display: inline-flex; align-items: center; gap: 7px; color: #8cc9b4; font: 9px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.roulette-aside h3 { margin: 16px 0 22px; color: #f1f3ef; font: 700 54px/.82 'Barlow Condensed', sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.winner-list { border-top: 1px solid rgba(255,255,255,.1); }
.roulette-winner { display: flex; align-items: center; gap: 10px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.winner-medal { display: grid; place-items: center; width: 32px; height: 32px; color: #e9b949; border: 1px solid rgba(233,185,73,.3); }
.roulette-winner div:nth-child(2) { min-width: 0; flex: 1; }
.roulette-winner strong, .roulette-winner span { display: block; }
.roulette-winner strong { color: #eef0ec; font-size: 10px; }
.roulette-winner span { overflow: hidden; margin-top: 4px; color: #7f8984; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.roulette-winner b { color: #43dca8; font: 500 12px 'DM Mono', monospace; }
.roulette-aside .text-link { margin-top: 23px; color: #e8ebe7; }
.roulette-community { padding: 92px 0; background: #e8e6df; color: #171a19; }
.roulette-community-inner { display: grid; grid-template-columns: 170px 1fr 330px; align-items: center; gap: 30px; }
.community-orbit { position: relative; display: grid; place-items: center; width: 145px; height: 145px; color: #0c9b72; border: 1px solid rgba(12,155,114,.45); border-radius: 50%; box-shadow: 0 0 0 23px rgba(12,155,114,.07), 0 0 0 47px rgba(12,155,114,.04); }
.community-orbit::before { content: ''; position: absolute; inset: 22px; border: 1px dashed rgba(12,155,114,.4); border-radius: 50%; }
.orbit-dot { position: absolute; top: 12px; right: 27px; width: 8px; height: 8px; background: #0c9b72; border-radius: 50%; }
.orbit-dot.two { right: auto; top: auto; bottom: 19px; left: 21px; background: var(--red); }
.roulette-community h2 { margin: 13px 0 0; color: #171a19; font: 700 58px/.83 'Barlow Condensed', sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.roulette-community h2 em { color: #0c9b72; }
.roulette-community-copy p { margin: 0 0 20px; color: #686e6a; font-size: 12px; line-height: 1.6; }
@media (max-width: 900px) { .roulette-hero-inner { grid-template-columns: 1fr; padding-top: 65px; padding-bottom: 65px; } .roulette-copy { max-width: 520px; } .roulette-stage { justify-self: center; } .live-status-inner { grid-template-columns: repeat(2, 1fr); } .live-status-inner > div:nth-child(2) { border-right: 0; } .live-status-inner > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); } .live-status-cta { justify-content: start; } .roulette-info-grid { gap: 42px; } .roulette-community-inner { grid-template-columns: 130px 1fr; } .roulette-community-copy { grid-column: 2; } }
@media (max-width: 650px) { .roulette-hero { min-height: auto; } .roulette-hero-inner { min-height: auto; padding-top: 55px; } .roulette-copy h1 { font-size: 76px; } .roulette-hero-actions { flex-direction: column; align-items: stretch; max-width: 300px; } .roulette-stage { padding: 12px 14px 15px; } .wheel-wrap { margin-top: 17px; } .live-status-inner { grid-template-columns: 1fr; } .live-status-inner > div, .live-status-inner > div:not(:first-child) { min-height: 67px; padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); } .live-status-inner > div:last-child { border-bottom: 0; } .live-status-cta { justify-content: start !important; } .roulette-info { padding-top: 76px; } .roulette-info-grid { display: block; } .roulette-info-main .section-heading h2 { font-size: 55px; } .roulette-aside { margin-top: 48px; } .roulette-community { padding: 72px 0; } .roulette-community-inner { display: block; } .community-orbit { width: 110px; height: 110px; margin: 0 0 39px 26px; } .roulette-community h2 { font-size: 55px; } .roulette-community-copy { margin-top: 24px; } }

/* How it works guide */
.how-page { min-height: 100vh; color: #f2f1ed; background: #090b0c; }
.how-hero { position: relative; overflow: hidden; min-height: 560px; background: #e8e6df; color: #171a19; }
.how-hero-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(12,155,114,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(12,155,114,.1) 1px, transparent 1px); background-size: 61px 61px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.how-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 40px; min-height: 560px; }
.how-hero-copy { max-width: 650px; }
.how-hero-copy .eyebrow { color: #0c9b72; }
.how-hero-copy .eyebrow-dot { background: #0c9b72; }
.how-hero-copy h1 { margin: 24px 0 19px; color: #171a19; font: 800 clamp(59px, 7vw, 91px)/.82 'Barlow Condensed', sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.how-hero-copy h1 em { color: #0c9b72; font-style: normal; }
.how-hero-copy > p { max-width: 530px; color: #636b67; font-size: 14px; line-height: 1.7; }
.how-hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 29px; }
.how-hero-actions .button-outline { color: #171a19; border-color: rgba(23,26,25,.35); }
.how-hero-graphic { position: relative; min-height: 420px; }
.guide-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(12,155,114,.42); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-large { width: 360px; height: 360px; box-shadow: 0 0 0 30px rgba(12,155,114,.07), 0 0 0 60px rgba(12,155,114,.04); }
.orbit-small { width: 240px; height: 240px; border-style: dashed; }
.guide-center { position: absolute; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; transform: translate(-50%, -50%); color: #0c9b72; }
.guide-center span { font: 800 39px 'Barlow Condensed', sans-serif; letter-spacing: -.08em; }
.guide-center strong { font: 700 52px/.7 'Barlow Condensed', sans-serif; letter-spacing: -.05em; }
.guide-center small { margin-top: 12px; color: #63756d; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.guide-card { position: absolute; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px; min-width: 110px; padding: 10px; color: #0c9b72; background: rgba(245,244,238,.87); border: 1px solid rgba(12,155,114,.32); box-shadow: 0 13px 25px rgba(12,42,33,.1); }
.guide-card span, .guide-card strong { display: block; }
.guide-card span { color: #78847f; font: 8px 'DM Mono', monospace; grid-column: 2; grid-row: 1; }
.guide-card strong { color: #202624; font: 700 16px/.8 'Barlow Condensed', sans-serif; grid-column: 2; grid-row: 2; text-transform: uppercase; }
.guide-card svg { grid-row: 1 / span 2; }
.card-one { top: 37px; left: 18px; }
.card-two { top: 118px; right: 2px; }
.card-three { right: 11px; bottom: 42px; }
.guide-steps { padding-top: 100px; background: #0b0d0f; }
.guide-steps .section-heading { margin-bottom: 38px; }
.guide-steps .section-heading h2 { font-size: 65px; }
.guide-steps .section-heading h2 em { color: #43dca8; font-style: normal; }
.guide-steps .section-heading p { margin-top: 16px; color: #858e8b; font-size: 13px; }
.steps-count { align-self: end; color: #688b7f; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.guide-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.guide-step { position: relative; min-height: 218px; padding: 20px; overflow: hidden; background: #14191a; border: 1px solid rgba(65,220,167,.18); transition: transform .18s var(--ease-out), border-color .18s var(--ease-out); }
.guide-step:hover { border-color: rgba(65,220,167,.6); transform: translateY(-4px); }
.guide-step-top { display: flex; align-items: center; justify-content: space-between; color: #43dca8; }
.guide-step-top span { font: 500 11px 'DM Mono', monospace; }
.guide-step-top svg { opacity: .9; }
.guide-step h3 { max-width: 180px; margin: 45px 0 9px; color: #eef0ec; font: 700 28px/.84 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.guide-step p { max-width: 255px; margin: 0; color: #838d89; font-size: 11px; line-height: 1.5; }
.step-line { position: absolute; right: 20px; bottom: 20px; left: 20px; height: 1px; background: linear-gradient(90deg, #43dca8, transparent); opacity: .4; }
.delivery-section { padding: 76px 0; background: #151c1b; border-top: 1px solid rgba(65,220,167,.18); border-bottom: 1px solid rgba(65,220,167,.18); }
.delivery-grid { display: grid; grid-template-columns: 165px 1fr 260px; align-items: center; gap: 45px; }
.delivery-clock { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 150px; height: 150px; color: #43dca8; border: 1px solid rgba(65,220,167,.5); border-radius: 50%; box-shadow: 0 0 0 22px rgba(65,220,167,.05), 0 0 0 43px rgba(65,220,167,.025); }
.delivery-clock span { margin-top: 8px; font: 700 45px/.8 'Barlow Condensed', sans-serif; }
.delivery-clock small { margin-top: 9px; color: #7e9289; font: 8px 'DM Mono', monospace; text-transform: uppercase; }
.delivery-grid h2 { margin: 13px 0 12px; color: #eef0ec; font: 700 60px/.8 'Barlow Condensed', sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.delivery-grid h2 em { color: #43dca8; font-style: normal; }
.delivery-grid p { max-width: 510px; margin: 0; color: #87928d; font-size: 12px; line-height: 1.65; }
.delivery-checks { display: flex; flex-direction: column; gap: 14px; }
.delivery-checks span { display: flex; align-items: center; gap: 8px; color: #c8d5cf; font-size: 10px; }
.delivery-checks svg { color: #43dca8; }
.method-section { padding-top: 100px; background: #0b0d0f; }
.method-section .section-heading h2 { font-size: 65px; }
.method-section .section-heading h2 em { color: #43dca8; font-style: normal; }
.method-section .section-heading p { max-width: 430px; margin-top: 16px; color: #858e8b; font-size: 13px; line-height: 1.6; }
.method-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 40px; }
.method-card { min-height: 250px; padding: 24px; background: #161b1d; border: 1px solid rgba(255,255,255,.1); }
.method-card.live { border-color: rgba(65,220,167,.4); background: linear-gradient(135deg, #151d1d, #10201d); }
.method-icon { display: grid; place-items: center; width: 47px; height: 47px; color: #43dca8; border: 1px solid rgba(65,220,167,.4); }
.method-card > span { display: block; margin-top: 34px; color: #76817d; font: 9px 'DM Mono', monospace; letter-spacing: .1em; }
.method-card h3 { margin: 9px 0; color: #f0f2ee; font: 700 34px/.85 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.method-card p { max-width: 395px; min-height: 43px; margin: 0 0 15px; color: #858e8b; font-size: 11px; line-height: 1.5; }
.method-card .text-link { color: #43dca8; }
.faq-section { padding: 105px 0; background: #e8e6df; color: #171a19; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-grid h2 { margin: 16px 0 13px; font: 700 65px/.8 'Barlow Condensed', sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.faq-grid h2 em { color: #0c9b72; font-style: normal; }
.faq-grid > div > p { max-width: 300px; color: #6d7671; font-size: 12px; line-height: 1.6; }
.faq-grid .button { margin-top: 20px; }
.faq-list { border-top: 1px solid rgba(23,26,25,.22); }
.faq-item { border-bottom: 1px solid rgba(23,26,25,.22); }
.faq-item button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 21px 0; color: #171a19; background: transparent; border: 0; font-size: 13px; font-weight: 700; text-align: left; cursor: pointer; }
.faq-item button svg { color: #0c9b72; transition: transform .2s var(--ease-out); }
.faq-item.open button svg { transform: rotate(180deg); }
.faq-item p { max-width: 580px; margin: -2px 38px 20px 0; color: #66706a; font-size: 12px; line-height: 1.65; }
.guide-final { padding: 75px 0; background: #0c9b72; color: #07110d; }
.guide-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.guide-final .eyebrow { color: rgba(7,17,13,.7); }
.guide-final .eyebrow-dot { background: #07110d; }
.guide-final h2 { margin: 14px 0 0; font: 700 61px/.8 'Barlow Condensed', sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.guide-final h2 em { color: #e8e6df; font-style: normal; }
.guide-final .button-red { color: #fff; background: #f21b3f; }
@media (max-width: 900px) { .how-hero-inner { grid-template-columns: 1fr; padding-top: 72px; padding-bottom: 50px; } .how-hero-graphic { min-height: 360px; } .guide-step-grid { grid-template-columns: repeat(2, 1fr); } .delivery-grid { grid-template-columns: 130px 1fr; gap: 32px; } .delivery-checks { grid-column: 2; } .faq-grid { gap: 45px; } }
@media (max-width: 650px) { .how-hero-copy h1 { font-size: 62px; } .how-hero-actions { flex-direction: column; align-items: stretch; max-width: 310px; } .how-hero-graphic { min-height: 320px; transform: scale(.88); transform-origin: center top; } .orbit-large { width: 300px; height: 300px; } .orbit-small { width: 200px; height: 200px; } .guide-steps, .method-section { padding-top: 74px; } .guide-steps .section-heading h2, .method-section .section-heading h2, .faq-grid h2 { font-size: 55px; } .steps-count { display: none; } .guide-step-grid { grid-template-columns: 1fr; } .guide-step { min-height: 190px; } .delivery-section { padding: 60px 0; } .delivery-grid { grid-template-columns: 1fr; text-align: center; } .delivery-clock { margin: 0 auto 20px; } .delivery-grid p { margin: auto; } .delivery-checks { grid-column: auto; align-items: center; } .method-grid, .faq-grid { grid-template-columns: 1fr; } .faq-section { padding: 76px 0; } .guide-final-inner { display: block; } .guide-final .button { margin-top: 27px; } .guide-final h2 { font-size: 55px; } }

/* Points shop */
.points-page { min-height: 100vh; color: #f2f1ed; background: #090b0c; }
.points-hero { position: relative; overflow: hidden; background: #20201d; }
.points-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, rgba(233,185,73,.18), transparent 32%), linear-gradient(105deg, #1c201d, #111313 62%, #232018); }
.points-hero-noise { position: absolute; inset: 0; opacity: .2; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 8px); }
.points-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 45px; min-height: 445px; }
.points-hero-copy { max-width: 570px; }
.points-hero-copy .eyebrow { color: #e9b949; }
.points-hero-copy .eyebrow-dot { background: #e9b949; }
.points-hero-copy h1 { margin: 23px 0 16px; color: #f4f1e7; font: 800 clamp(65px, 8vw, 105px)/.78 'Barlow Condensed', sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.points-hero-copy h1 em { color: #e9b949; font-style: normal; }
.points-hero-copy > p { max-width: 490px; color: #b4b4aa; font-size: 13px; line-height: 1.7; }
.points-hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.points-hero-actions .button-outline { color: #f0eddf; border-color: rgba(240,237,223,.34); }
.balance-card { position: relative; justify-self: end; width: min(100%, 380px); padding: 23px; overflow: hidden; background: rgba(22,24,22,.9); border: 1px solid rgba(233,185,73,.5); box-shadow: 0 22px 60px rgba(0,0,0,.25); }
.balance-card::after { content: ''; position: absolute; right: -70px; bottom: -100px; width: 220px; height: 220px; border: 1px solid rgba(233,185,73,.22); border-radius: 50%; box-shadow: 0 0 0 25px rgba(233,185,73,.03), 0 0 0 50px rgba(233,185,73,.03); }
.balance-card-top, .balance-foot { display: flex; align-items: center; justify-content: space-between; color: #828880; font: 8px 'DM Mono', monospace; text-transform: uppercase; }
.balance-card-top span:first-child { display: inline-flex; align-items: center; gap: 7px; color: #e9b949; }
.balance-points { display: flex; align-items: baseline; gap: 8px; margin: 30px 0 19px; }
.balance-points strong { color: #f3efe1; font: 500 72px/.75 'DM Mono', monospace; letter-spacing: -.09em; }
.balance-points span { color: #e9b949; font: 500 17px 'DM Mono', monospace; }
.balance-bar { height: 6px; background: #34372e; }
.balance-bar div { height: 100%; background: #e9b949; box-shadow: 0 0 18px rgba(233,185,73,.6); }
.balance-foot { margin-top: 12px; }
.balance-foot button { padding: 0; color: #e9b949; background: transparent; border: 0; font: 9px 'DM Mono', monospace; cursor: pointer; text-transform: uppercase; }
.balance-orbit { position: absolute; right: 22px; bottom: 20px; display: grid; place-items: center; width: 48px; height: 48px; color: #e9b949; border: 1px solid rgba(233,185,73,.4); border-radius: 50%; }
.points-benefits { background: #131817; border-top: 1px solid rgba(233,185,73,.2); border-bottom: 1px solid rgba(255,255,255,.1); }
.points-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.points-benefits-grid > div { display: flex; align-items: center; gap: 10px; min-height: 82px; padding: 14px 17px 14px 0; border-right: 1px solid rgba(255,255,255,.1); }
.points-benefits-grid > div:not(:first-child) { padding-left: 17px; }
.points-benefits-grid > div:last-child { border: 0; }
.points-benefits-grid svg { color: #e9b949; }
.points-benefits-grid strong, .points-benefits-grid small { display: block; }
.points-benefits-grid strong { color: #e4e6df; font-size: 10px; }
.points-benefits-grid small { margin-top: 4px; color: #78817d; font-size: 8px; line-height: 1.3; }
.points-catalog { padding-top: 100px; background: #0b0d0f; }
.points-heading { margin-bottom: 40px; }
.points-heading h2 { font-size: 65px; }
.points-heading h2 em { color: #e9b949; font-style: normal; }
.points-heading p { margin-top: 15px; color: #858e8b; font-size: 13px; }
.catalog-count { align-self: end; display: flex; flex-direction: column; align-items: end; color: #888e8a; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.catalog-count strong { color: #e9b949; font: 500 30px 'DM Mono', monospace; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.12); }
.catalog-filters { display: flex; gap: 6px; }
.catalog-filters button { padding: 8px 10px; color: #808884; background: transparent; border: 1px solid rgba(255,255,255,.13); font: 9px 'DM Mono', monospace; cursor: pointer; text-transform: uppercase; transition: color .16s var(--ease-out), background .16s var(--ease-out); }
.catalog-filters button:hover, .catalog-filters button.active { color: #131512; background: #e9b949; border-color: #e9b949; }
.catalog-search { display: flex; align-items: center; gap: 8px; width: 210px; padding: 8px 10px; color: #777f7b; border: 1px solid rgba(255,255,255,.13); }
.catalog-search input { min-width: 0; width: 100%; color: #e7e9e5; background: transparent; border: 0; outline: 0; font-size: 10px; }
.catalog-search input::placeholder { color: #6b736f; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 22px; }
.product-card { overflow: hidden; background: #151a1a; border: 1px solid rgba(255,255,255,.1); transition: transform .18s var(--ease-out), border-color .18s var(--ease-out); }
.product-card:hover { border-color: rgba(233,185,73,.6); transform: translateY(-4px); }
.product-visual { position: relative; display: grid; place-items: center; height: 160px; overflow: hidden; background: radial-gradient(circle, rgba(65,220,167,.12), transparent 62%), #101516; }
.tier-rare .product-visual, .tier-legendary .product-visual { background: radial-gradient(circle, rgba(233,185,73,.18), transparent 62%), #181714; }
.product-rings { width: 120px; height: 120px; border: 1px solid rgba(65,220,167,.35); border-radius: 50%; box-shadow: 0 0 0 17px rgba(65,220,167,.04), 0 0 0 34px rgba(65,220,167,.03); }
.tier-rare .product-rings, .tier-legendary .product-rings { border-color: rgba(233,185,73,.45); box-shadow: 0 0 0 17px rgba(233,185,73,.05), 0 0 0 34px rgba(233,185,73,.03); }
.product-glyph { position: absolute; color: #43dca8; font-size: 39px; text-shadow: 0 0 22px rgba(65,220,167,.6); }
.tier-rare .product-glyph, .tier-legendary .product-glyph { color: #e9b949; text-shadow: 0 0 22px rgba(233,185,73,.6); }
.product-tag, .popular-tag { position: absolute; top: 12px; left: 13px; color: #82908a; font: 8px 'DM Mono', monospace; letter-spacing: .08em; }
.popular-tag { right: 13px; left: auto; color: #e9b949; }
.product-body { padding: 16px; }
.product-title-row { display: flex; align-items: start; justify-content: space-between; gap: 10px; }
.product-title-row h3 { max-width: 200px; min-height: 34px; margin: 0; color: #ecf0eb; font: 700 20px/.88 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.product-title-row > strong { flex-shrink: 0; color: #e9b949; font: 500 17px 'DM Mono', monospace; }
.product-title-row > strong small { font-size: 8px; }
.product-body p { min-height: 34px; margin: 12px 0 17px; color: #7f8a84; font-size: 10px; line-height: 1.5; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.09); }
.product-footer span { display: inline-flex; align-items: center; gap: 5px; color: #7f8985; font: 8px 'DM Mono', monospace; }
.product-footer button { display: inline-flex; align-items: center; gap: 5px; padding: 7px 8px; color: #151511; background: #e9b949; border: 0; font: 9px 'DM Mono', monospace; cursor: pointer; text-transform: uppercase; }
.points-rules { padding: 75px 0; background: #181d1d; border-top: 1px solid rgba(233,185,73,.2); border-bottom: 1px solid rgba(233,185,73,.2); }
.points-rules-inner { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 35px; }
.rules-icon { display: grid; place-items: center; width: 80px; height: 80px; color: #e9b949; border: 1px solid rgba(233,185,73,.5); border-radius: 50%; box-shadow: 0 0 0 15px rgba(233,185,73,.05); }
.points-rules h2 { margin: 14px 0 11px; color: #edf0e9; font: 700 52px/.8 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.points-rules h2 em { color: #e9b949; font-style: normal; }
.points-rules p { max-width: 480px; margin: 0; color: #848e89; font-size: 11px; line-height: 1.6; }
.points-faq { padding-top: 100px; background: #0b0d0f; }
.points-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.points-faq h2 { margin: 15px 0 12px; color: #edf0ea; font: 700 64px/.8 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.points-faq h2 em { color: #e9b949; font-style: normal; }
.points-faq-grid > div > p { max-width: 280px; color: #858e8b; font-size: 12px; line-height: 1.6; }
.points-faq-list { border-top: 1px solid rgba(255,255,255,.12); }
.points-faq-item { border-bottom: 1px solid rgba(255,255,255,.12); }
.points-faq-item button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 21px 0; color: #e7eae4; background: transparent; border: 0; font-size: 13px; font-weight: 700; text-align: left; cursor: pointer; }
.points-faq-item button svg { color: #e9b949; transition: transform .2s var(--ease-out); }
.points-faq-item.open button svg { transform: rotate(180deg); }
.points-faq-item p { max-width: 570px; margin: -2px 38px 20px 0; color: #89928e; font-size: 11px; line-height: 1.65; }
.points-final { padding: 75px 0; background: #e9b949; color: #16150e; }
.points-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.points-final .eyebrow { color: rgba(22,21,14,.65); }
.points-final .eyebrow-dot { background: #16150e; }
.points-final h2 { margin: 14px 0 0; font: 700 61px/.8 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.points-final h2 em { color: #fff2bf; font-style: normal; }
.points-final .button-red { background: #f21b3f; }
@media (max-width: 900px) { .points-hero-inner { grid-template-columns: 1fr; padding-top: 65px; padding-bottom: 55px; } .balance-card { justify-self: start; } .points-benefits-grid { grid-template-columns: repeat(2, 1fr); } .points-benefits-grid > div:nth-child(2) { border-right: 0; } .points-benefits-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); } .product-grid { grid-template-columns: repeat(2, 1fr); } .points-rules-inner { grid-template-columns: 80px 1fr; } .points-rules-inner > .button { grid-column: 2; justify-self: start; } .points-faq-grid { gap: 45px; } }
@media (max-width: 650px) { .points-hero-copy h1 { font-size: 69px; } .points-hero-actions { flex-direction: column; align-items: stretch; max-width: 310px; } .balance-card { width: 100%; } .points-catalog, .points-faq { padding-top: 76px; } .points-heading h2, .points-faq h2 { font-size: 55px; } .catalog-toolbar { display: block; } .catalog-search { width: 100%; margin-top: 10px; } .catalog-filters { overflow-x: auto; } .catalog-filters button { white-space: nowrap; } .product-grid { grid-template-columns: 1fr; } .product-visual { height: 150px; } .points-rules-inner { display: block; text-align: center; } .rules-icon { margin: 0 auto 25px; } .points-rules p { margin: auto; } .points-rules .button { margin-top: 22px; } .points-faq-grid { grid-template-columns: 1fr; } .points-final-inner { display: block; } .points-final .button { margin-top: 27px; } .points-final h2 { font-size: 55px; } }

/* Community ranking */
.ranking-page { min-height: 100vh; color: #f2f1ed; background: #090b0c; }
.ranking-hero { position: relative; overflow: hidden; background: #171919; border-bottom: 1px solid rgba(233,185,73,.22); }
.ranking-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 73% 50%, rgba(233,185,73,.18), transparent 28%), linear-gradient(110deg, #181b1a, #0c1010 73%); }
.ranking-hero-glow { position: absolute; top: -130px; right: 10%; width: 410px; height: 410px; border: 1px solid rgba(233,185,73,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(233,185,73,.035), 0 0 0 70px rgba(233,185,73,.02); }
.ranking-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 45px; min-height: 420px; }
.ranking-hero-inner .eyebrow { color: #e9b949; }
.ranking-hero-inner .eyebrow-dot { background: #e9b949; }
.ranking-hero h1 { margin: 23px 0 16px; color: #f2f0e7; font: 800 clamp(65px, 8vw, 104px)/.77 'Barlow Condensed', sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.ranking-hero h1 em { color: #e9b949; font-style: normal; }
.ranking-hero p { max-width: 490px; color: #a0a9a4; font-size: 13px; line-height: 1.7; }
.ranking-hero-meta { display: flex; gap: 22px; margin-top: 25px; color: #86928b; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.ranking-hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.ranking-hero-meta svg { color: #e9b949; }
.season-card { position: relative; justify-self: end; width: min(100%, 350px); min-height: 240px; padding: 22px; overflow: hidden; background: rgba(29,29,25,.9); border: 1px solid rgba(233,185,73,.5); }
.season-card-top, .season-card-bottom { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; color: #9e9d8f; font: 8px 'DM Mono', monospace; text-transform: uppercase; }
.season-card-top span:last-child { display: inline-flex; align-items: center; gap: 6px; color: #e9b949; }
.season-card-title { position: relative; z-index: 2; margin-top: 40px; color: #ede9da; font: 800 61px/.72 'Barlow Condensed', sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.season-card-title em { color: #e9b949; font-style: normal; }
.season-card-bottom { margin-top: 34px; padding-top: 12px; border-top: 1px solid rgba(233,185,73,.25); }
.season-card-bottom strong { color: #e9b949; font-size: 12px; }
.season-shape { position: absolute; right: -28px; bottom: -66px; display: grid; place-items: center; width: 220px; height: 220px; border: 1px solid rgba(233,185,73,.25); border-radius: 50%; color: rgba(233,185,73,.7); font-size: 45px; box-shadow: 0 0 0 24px rgba(233,185,73,.035), 0 0 0 49px rgba(233,185,73,.025); }
.ranking-board { padding: 105px 0; background: #0b0d0f; }
.board-heading { margin-bottom: 42px; }
.board-heading h2 { margin-top: 16px; font-size: 68px; }
.board-heading h2 em { color: #e9b949; font-style: normal; }
.board-heading p { max-width: 410px; margin-top: 15px; color: #858e8b; font-size: 12px; line-height: 1.6; }
.season-filter { align-self: end; display: flex; flex-direction: column; align-items: end; gap: 8px; color: #7b8580; font: 8px 'DM Mono', monospace; }
.season-filter button { display: inline-flex; align-items: center; gap: 30px; padding: 10px 12px; color: #e8ebe5; background: #171c1b; border: 1px solid rgba(233,185,73,.35); font: 10px 'DM Mono', monospace; cursor: pointer; }
.podium { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 12px; margin-bottom: 43px; }
.podium-card { position: relative; min-height: 310px; padding: 18px; overflow: hidden; background: #161c1c; border: 1px solid rgba(255,255,255,.1); }
.podium-card.podium-gold { min-height: 350px; border-color: rgba(233,185,73,.6); background: linear-gradient(145deg, #202019, #171914); }
.podium-card-top { display: flex; justify-content: space-between; color: #8c9891; font: 8px 'DM Mono', monospace; text-transform: uppercase; }
.podium-gold .podium-card-top { color: #e9b949; }
.podium-avatar { position: relative; display: grid; place-items: center; width: 72px; height: 72px; margin: 34px auto 18px; color: #ecefe9; background: #27322e; border: 1px solid rgba(65,220,167,.35); border-radius: 50%; font: 700 27px 'Barlow Condensed', sans-serif; }
.podium-gold .podium-avatar { color: #17150d; background: #e9b949; border-color: #fff0ae; box-shadow: 0 0 35px rgba(233,185,73,.3); }
.podium-avatar b { position: absolute; top: -10px; right: -9px; display: grid; place-items: center; width: 26px; height: 26px; color: #e9b949; background: #141817; border: 1px solid rgba(233,185,73,.5); border-radius: 50%; }
.podium-card h3 { color: #f0f2ec; font: 700 28px/.8 'Barlow Condensed', sans-serif; text-align: center; text-transform: uppercase; }
.podium-tier { display: block; margin-top: 9px; color: #8c9892; font: 8px 'DM Mono', monospace; text-align: center; }
.podium-card > strong { display: block; margin-top: 17px; color: #43dca8; font: 500 22px 'DM Mono', monospace; text-align: center; }
.podium-gold > strong { color: #e9b949; }
.podium-card > strong small { font-size: 8px; }
.podium-base { position: absolute; right: 18px; bottom: 18px; left: 18px; padding-top: 10px; color: #6f7e76; border-top: 1px solid rgba(255,255,255,.1); font: 8px 'DM Mono', monospace; text-align: center; text-transform: uppercase; }
.leaderboard-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.tier-filters { display: flex; gap: 6px; }
.tier-filters button { padding: 8px 11px; color: #7f8984; background: transparent; border: 1px solid rgba(255,255,255,.13); font: 9px 'DM Mono', monospace; cursor: pointer; text-transform: uppercase; }
.tier-filters button.active, .tier-filters button:hover { color: #14150e; background: #e9b949; border-color: #e9b949; }
.leaderboard-search { display: flex; align-items: center; gap: 8px; width: 210px; padding: 8px 10px; color: #77827b; border: 1px solid rgba(255,255,255,.13); }
.leaderboard-search input { min-width: 0; width: 100%; color: #e7eae4; background: transparent; border: 0; outline: 0; font-size: 10px; }
.leaderboard-table { border-top: 1px solid rgba(255,255,255,.14); }
.table-head, .table-row { display: grid; grid-template-columns: 70px 1.7fr 1fr .7fr .8fr; align-items: center; gap: 12px; }
.table-head { min-height: 41px; color: #737e78; font: 8px 'DM Mono', monospace; text-transform: uppercase; }
.table-row { min-height: 61px; color: #dce1db; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.row-rank { color: #7f8984; font: 10px 'DM Mono', monospace; }
.row-player { display: flex; align-items: center; gap: 10px; }
.row-player i { display: grid; place-items: center; width: 29px; height: 29px; color: #e9b949; background: #202722; border: 1px solid rgba(233,185,73,.25); border-radius: 50%; font: 700 10px 'Barlow Condensed', sans-serif; font-style: normal; }
.row-player strong { color: #e9ece6; font-weight: 700; }
.tier-badge { padding: 5px 7px; color: #0b100d; background: #e9b949; font: 8px 'DM Mono', monospace; }
.tier-badge.pro { color: #cbd2cd; background: #3a4842; }
.row-number { color: #9ba59f; font: 10px 'DM Mono', monospace; }
.row-xp { color: #e9b949; font: 500 11px 'DM Mono', monospace; }
.row-xp small { color: #727d76; font-size: 8px; }
.ranking-cta { padding: 75px 0; background: #e9b949; color: #17150d; }
.ranking-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.ranking-cta .eyebrow { color: rgba(23,21,13,.65); }
.ranking-cta .eyebrow-dot { background: #17150d; }
.ranking-cta h2 { margin: 14px 0 0; font: 700 60px/.8 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.ranking-cta h2 em { color: #fff4c5; font-style: normal; }
.ranking-cta p { max-width: 290px; margin: 0 0 18px; color: #645c3c; font-size: 12px; line-height: 1.55; }
@media (max-width: 900px) { .ranking-hero-inner { grid-template-columns: 1fr; padding-top: 60px; padding-bottom: 50px; } .season-card { justify-self: start; } .podium-card { min-height: 290px; } .podium-card.podium-gold { min-height: 325px; } }
@media (max-width: 650px) { .ranking-hero h1 { font-size: 73px; }  .ranking-board { padding-top: 75px; }  .board-heading h2 { font-size: 56px; }  .podium { grid-template-columns: 1fr; } .podium-card, .podium-card.podium-gold { min-height: 275px; } .podium-card.podium-gold { order: -1; } .leaderboard-toolbar { display: block; } .leaderboard-search { width: 100%; margin-top: 10px; } .table-head, .table-row { grid-template-columns: 38px 1.3fr .7fr .7fr; } .table-head span:nth-child(4), .table-row > .row-number { display: none; } .row-xp { text-align: right; } .ranking-cta-inner { display: block; } .ranking-cta .button { margin-top: 27px; } .ranking-cta h2 { font-size: 56px; } }

/* Community group landing */
.group-page { min-height: 100vh; color: #f2f1ed; background: #090b0c; }
.group-hero { position: relative; overflow: hidden; background: #0e1614; }
.group-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 77% 51%, rgba(65,220,167,.15), transparent 27%), radial-gradient(circle at 92% 20%, rgba(242,27,63,.12), transparent 30%), linear-gradient(108deg, #101815, #0a0e0e 67%, #170e11); }
.group-hero-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(65,220,167,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(65,220,167,.1) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.group-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.glow-pink { top: -210px; right: -110px; width: 450px; height: 450px; background: rgba(242,27,63,.11); }
.glow-green { bottom: -230px; left: 33%; width: 480px; height: 480px; background: rgba(65,220,167,.11); }
.group-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 46px; min-height: 575px; }
.group-hero-copy { max-width: 535px; }
.group-kicker { display: flex; align-items: center; gap: 10px; color: #86cfbb; font: 9px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.group-kicker .live-pulse { color: #071510; }
.group-hero h1 { margin: 23px 0 17px; color: #f0f2ed; font: 800 clamp(70px, 8vw, 107px)/.77 'Barlow Condensed', sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.group-hero h1 em { color: #43dca8; font-style: normal; }
.group-hero-copy > p { max-width: 470px; color: #a0aea8; font-size: 13px; line-height: 1.7; }
.group-hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.group-hero-actions .button-outline { color: #e8eeea; border-color: rgba(232,238,234,.32); }
.group-hero-note { display: flex; align-items: center; gap: 7px; margin-top: 23px; color: #6e9184; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.group-hero-note svg { color: #43dca8; }
.community-device { position: relative; justify-self: end; width: min(100%, 420px); min-height: 390px; padding: 18px; overflow: hidden; background: linear-gradient(145deg, #172421, #0b1211); border: 1px solid rgba(65,220,167,.4); box-shadow: 0 25px 75px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.06); transform: rotate(2deg); }
.community-device::before { content: ''; position: absolute; top: -90px; right: -100px; width: 260px; height: 260px; border: 1px solid rgba(65,220,167,.22); border-radius: 50%; box-shadow: 0 0 0 25px rgba(65,220,167,.03), 0 0 0 50px rgba(65,220,167,.025); }
.device-top { position: relative; z-index: 2; display: flex; justify-content: space-between; padding-bottom: 16px; color: #72847c; border-bottom: 1px solid rgba(255,255,255,.1); font: 8px 'DM Mono', monospace; text-transform: uppercase; }
.device-top span:first-child { display: inline-flex; align-items: center; gap: 7px; color: #d1d8d2; }
.community-message { position: relative; z-index: 2; display: flex; align-items: start; gap: 10px; max-width: 300px; margin-top: 24px; padding: 12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); }
.message-2 { margin-left: 58px; background: rgba(65,220,167,.09); border-color: rgba(65,220,167,.22); }
.message-3 { margin-top: 15px; }
.message-avatar { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; color: #0b1511; background: #43dca8; border-radius: 50%; font: 700 9px 'Barlow Condensed', sans-serif; }
.message-avatar.user { color: #e8edeb; background: #293b35; }
.message-avatar.two { background: #403c32; }
.community-message b, .community-message p, .community-message small { display: block; }
.community-message b { color: #d8e1db; font-size: 9px; }
.community-message p { margin: 5px 0 0; color: #b6c1ba; font-size: 10px; }
.community-message small { margin-top: 4px; color: #71817a; font: 8px 'DM Mono', monospace; }
.device-input { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 11px 13px; color: #667770; background: #0b110f; border: 1px solid rgba(255,255,255,.11); font-size: 10px; }
.device-input span { float: right; color: #43dca8; }
.device-circle { position: absolute; right: 23px; bottom: 58px; display: grid; place-items: center; width: 44px; height: 44px; color: #071510; background: #43dca8; border-radius: 50%; box-shadow: 0 0 25px rgba(65,220,167,.4); }
.group-stats { background: #141b18; border-top: 1px solid rgba(65,220,167,.2); border-bottom: 1px solid rgba(255,255,255,.1); }
.group-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.group-stats-grid > div { min-height: 92px; padding: 17px 15px; border-right: 1px solid rgba(255,255,255,.1); }
.group-stats-grid > div:last-child { border: 0; }
.group-stats strong, .group-stats span { display: block; }
.group-stats strong { color: #43dca8; font: 500 28px 'DM Mono', monospace; }
.group-stats span { margin-top: 5px; color: #7f8d85; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.group-benefits { padding-top: 102px; background: #0b0d0f; }
.group-heading { margin-bottom: 42px; }
.group-heading h2 { margin-top: 15px; font-size: 68px; }
.group-heading h2 em { color: #43dca8; font-style: normal; }
.group-heading p { max-width: 400px; margin-top: 15px; color: #858e8b; font-size: 12px; line-height: 1.65; }
.group-heading-mark { align-self: end; color: #62776e; font: 800 37px/.75 'Barlow Condensed', sans-serif; text-align: right; text-transform: uppercase; }
.group-heading-mark em { color: #43dca8; font-style: normal; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.benefit-card { min-height: 260px; padding: 19px; background: #151a19; border: 1px solid rgba(255,255,255,.1); transition: border-color .18s var(--ease-out), transform .18s var(--ease-out); }
.benefit-card:hover { border-color: rgba(65,220,167,.52); transform: translateY(-4px); }
.benefit-card.featured { background: #43dca8; color: #071510; border-color: #43dca8; }
.benefit-icon { display: grid; place-items: center; width: 43px; height: 43px; color: #43dca8; border: 1px solid rgba(65,220,167,.4); }
.featured .benefit-icon { color: #071510; border-color: rgba(7,21,16,.35); }
.benefit-card > span { display: block; margin-top: 29px; color: #788881; font: 8px 'DM Mono', monospace; letter-spacing: .09em; }
.featured > span { color: rgba(7,21,16,.65); }
.benefit-card h3 { margin: 9px 0 12px; color: #e9ede8; font: 700 28px/.82 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.featured h3 { color: #071510; }
.benefit-card p { min-height: 47px; margin: 0; color: #87938d; font-size: 10px; line-height: 1.55; }
.featured p { color: rgba(7,21,16,.72); }
.benefit-card a { display: inline-block; margin-top: 16px; color: #43dca8; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.featured a { color: #071510; }
.channels-section { padding: 94px 0; background: #e8e6df; color: #171a19; }
.channels-inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.channels-inner h2 { margin: 15px 0 12px; font: 700 64px/.8 'Barlow Condensed', sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.channels-inner h2 em { color: #0c9b72; font-style: normal; }
.channels-inner p { max-width: 290px; color: #6c746f; font-size: 12px; line-height: 1.6; }
.channel-list { display: flex; flex-direction: column; gap: 9px; }
.channel-card { display: flex; align-items: center; gap: 13px; padding: 15px; color: #171a19; background: #f3f1eb; border: 1px solid rgba(23,26,25,.16); transition: transform .18s var(--ease-out), border-color .18s var(--ease-out); }
.channel-card:hover { border-color: #0c9b72; transform: translateX(5px); }
.channel-icon { display: grid; place-items: center; width: 40px; height: 40px; color: #0c9b72; border: 1px solid rgba(12,155,114,.35); }
.channel-pink .channel-icon { color: #d92b62; border-color: rgba(217,43,98,.35); }
.channel-card div:nth-child(2) { flex: 1; }
.channel-card strong, .channel-card span { display: block; }
.channel-card strong { font-size: 12px; }
.channel-card span { margin-top: 4px; color: #7b837d; font-size: 10px; }
.channel-card > svg { color: #69736d; }
.group-final { padding: 78px 0; background: #43dca8; color: #071510; }
.group-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.group-final .eyebrow { color: rgba(7,21,16,.67); }
.group-final .eyebrow-dot { background: #071510; }
.group-final h2 { margin: 14px 0 0; font: 700 62px/.8 'Barlow Condensed', sans-serif; text-transform: uppercase; }
.group-final h2 em { color: #edf2e9; font-style: normal; }
.group-final .button-red { background: #f21b3f; }
@media (max-width: 900px) { .group-hero-inner { grid-template-columns: 1fr; padding-top: 63px; padding-bottom: 55px; } .community-device { justify-self: center; } .benefit-grid { grid-template-columns: repeat(2, 1fr); } .channels-inner { gap: 45px; } }
@media (max-width: 650px) { .group-hero h1 { font-size: 75px; } .group-hero-actions { flex-direction: column; align-items: stretch; max-width: 310px; } .community-device { width: 100%; min-height: 350px; transform: rotate(1deg); } .group-stats-grid { grid-template-columns: repeat(2, 1fr); } .group-stats-grid > div:nth-child(2) { border-right: 0; } .group-stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); } .group-benefits { padding-top: 76px; } .group-heading h2, .channels-inner h2 { font-size: 55px; } .group-heading-mark { display: none; } .benefit-grid { grid-template-columns: 1fr; } .channels-inner { display: block; } .channel-list { margin-top: 32px; } .group-final-inner { display: block; } .group-final .button { margin-top: 28px; } .group-final h2 { font-size: 56px; } }

/* Auth screens */
.auth-page { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; color: #edf1ec; background: #090b0c; }
.auth-side { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 100vh; padding: 42px clamp(28px, 6vw, 90px); overflow: hidden; background: radial-gradient(circle at 65% 35%, rgba(242,27,63,.2), transparent 24%), radial-gradient(circle at 15% 75%, rgba(65,220,167,.15), transparent 28%), linear-gradient(145deg, #171d1b, #0b0d0f 72%); border-right: 1px solid rgba(255,255,255,.1); }
.auth-side::before { content: ''; position: absolute; top: 22%; right: -160px; width: 430px; height: 430px; border: 1px solid rgba(65,220,167,.22); border-radius: 50%; box-shadow: 0 0 0 36px rgba(65,220,167,.035), 0 0 0 72px rgba(65,220,167,.02); }
.auth-side::after { content: 'SKINZADA'; position: absolute; right: -210px; bottom: 12%; color: rgba(255,255,255,.025); font: 900 178px/.8 'Barlow Condensed', sans-serif; letter-spacing: -.06em; transform: rotate(-90deg); }
.auth-brand { position: relative; z-index: 2; display: flex; align-items: baseline; gap: 2px; width: fit-content; color: #f4f3ef; font-size: 27px; letter-spacing: -.07em; }
.auth-page .auth-brand, .auth-page .auth-mobile-logo { width: 118px !important; height: 58px !important; max-width: 118px !important; background-image: url("../img/Skinzada_logo.png"); background-repeat: no-repeat; background-position: center; background-size: contain; font-size: 0 !important; line-height: 0 !important; color: transparent !important; letter-spacing: 0 !important; }
.auth-page .auth-brand > *, .auth-page .auth-mobile-logo > * { opacity: 0 !important; visibility: hidden !important; }
.auth-brand small, .auth-mobile-logo small { margin-left: 3px; color: #f21b3f; font: 700 11px 'DM Mono', monospace; letter-spacing: .05em; }
.auth-side-copy { position: relative; z-index: 2; max-width: 490px; }
.auth-side-copy .eyebrow { color: #43dca8; }
.auth-side-copy .eyebrow-dot { background: #43dca8; }
.auth-side-copy h1 { margin: 24px 0 18px; color: #f4f3ef; font: 800 clamp(65px, 7vw, 98px)/.77 'Barlow Condensed', sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.auth-side-copy h1 em { color: #43dca8; font-style: normal; }
.auth-side-copy p { max-width: 370px; color: #a1aca5; font-size: 13px; line-height: 1.7; }
.auth-proof { display: flex; gap: 22px; margin-top: 28px; color: #789188; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.auth-proof span { display: inline-flex; align-items: center; gap: 7px; }
.auth-proof svg { color: #43dca8; }
.auth-side-footer { position: relative; z-index: 2; display: flex; justify-content: space-between; color: #65726b; font: 9px 'DM Mono', monospace; text-transform: uppercase; }
.auth-side-footer span { color: #829088; }
.auth-main { position: relative; display: flex; flex-direction: column; min-height: 100vh; padding: 35px clamp(28px, 6vw, 90px); background: #0b0d0f; }
.auth-back { display: inline-flex; align-items: center; gap: 7px; width: fit-content; color: #8b9690; font: 10px 'DM Mono', monospace; transition: color .18s var(--ease-out); }
.auth-back:hover { color: #43dca8; }
.auth-form-wrap { width: min(100%, 390px); margin: auto; }
.auth-form-heading .eyebrow { color: #e9b949; }
.auth-form-heading .eyebrow-dot { background: #e9b949; }
.auth-form-heading h2 { margin: 19px 0 13px; color: #f1f1ea; font: 800 62px/.78 'Barlow Condensed', sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.auth-form-heading h2 em { color: #e9b949; font-style: normal; }
.auth-form-heading p { color: #87928c; font-size: 12px; line-height: 1.6; }
.auth-form { display: flex; flex-direction: column; gap: 15px; margin-top: 30px; }
.auth-form label { display: flex; flex-direction: column; gap: 7px; color: #aab3ac; font: 10px 'DM Mono', monospace; text-transform: uppercase; }
.auth-input { display: flex; align-items: center; gap: 9px; height: 48px; padding: 0 13px; color: #697872; background: #141917; border: 1px solid rgba(255,255,255,.14); transition: border-color .18s var(--ease-out), box-shadow .18s var(--ease-out); }
.auth-input:focus-within { border-color: rgba(65,220,167,.7); box-shadow: 0 0 0 3px rgba(65,220,167,.08); }
.auth-input input { min-width: 0; flex: 1; color: #e6ebe6; background: transparent; border: 0; outline: 0; font: 12px Inter, sans-serif; text-transform: none; }
.auth-input input::placeholder { color: #617069; }
.auth-input button { display: grid; place-items: center; padding: 3px; color: #7d8b84; background: transparent; border: 0; cursor: pointer; }
.auth-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.auth-row > a { color: #43dca8; font: 9px 'DM Mono', monospace; }
.auth-remember { display: inline-flex !important; flex-direction: row !important; align-items: center; gap: 8px !important; width: fit-content; color: #83918a !important; font: 9px 'DM Mono', monospace !important; text-transform: uppercase !important; cursor: pointer; }
.auth-remember input { width: 14px; height: 14px; margin: 0; accent-color: #43dca8; }
.auth-check { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: 8px !important; color: #83918a !important; font: 9px/1.45 'DM Mono', monospace !important; text-transform: none !important; }
.auth-check input { accent-color: #43dca8; margin-top: 1px; }
.auth-check a { color: #43dca8; }
.auth-submit { width: 100%; justify-content: center; margin-top: 5px; }
.auth-switch { margin-top: 23px; color: #7d8982; font-size: 11px; text-align: center; }
.auth-switch a { display: inline-flex; align-items: center; gap: 5px; margin-left: 5px; color: #43dca8; font-weight: 700; }
.auth-security { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 38px; color: #65736b; font: 9px/1.5 'DM Mono', monospace; text-align: left; }
.auth-security svg { flex: 0 0 auto; color: #43dca8; }
.auth-mobile-logo { display: none; }
@media (max-width: 800px) { .auth-page { display: block; } .auth-side { display: none; } .auth-main { min-height: 100vh; padding: 22px 22px 38px; } .auth-back { margin-bottom: 30px; } .auth-form-wrap { margin: 0 auto; } .auth-mobile-logo { display: flex; align-items: baseline; gap: 2px; width: fit-content; margin: 0 auto 42px; color: #f4f3ef; font-size: 25px; letter-spacing: -.07em; } .auth-form-heading h2 { font-size: 57px; } }

.community-copy .button-red {
  position: relative;
  width: min(100%, 315px);
  min-height: 68px;
  overflow: hidden;
  justify-content: center;
  padding: 0 30px;
  color: #fff;
  background: linear-gradient(135deg, #16c46b 0%, #0d9f5b 45%, #f21b3f 100%);
  border: 1px solid rgba(10,125,70,.28);
  box-shadow: 0 22px 54px rgba(22,196,107,.32), 0 10px 28px rgba(242,27,63,.22);
  font-size: 14px;
  letter-spacing: .035em;
}

.community-copy .button-red::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -45%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-18deg);
  animation: cta-shine 2.8s ease-in-out infinite;
  pointer-events: none;
}

.community-copy .button-red:hover {
  background: linear-gradient(135deg, #1bd979 0%, #10af64 45%, #ff3154 100%);
  box-shadow: 0 28px 68px rgba(22,196,107,.4), 0 12px 34px rgba(242,27,63,.28);
  transform: translateY(-2px);
}

.whatsapp-cta {
  gap: 12px;
  color: #fff !important;
  background: #25d366 !important;
  border-color: rgba(18,140,126,.32) !important;
  box-shadow: 0 24px 58px rgba(37,211,102,.34), 0 8px 22px rgba(18,140,126,.18) !important;
}

.whatsapp-cta::before {
  content: "";
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2325D366' d='M16.03 4C9.42 4 4.05 9.35 4.05 15.93c0 2.1.56 4.16 1.62 5.96L4 28l6.26-1.64a12 12 0 0 0 5.77 1.47C22.63 27.83 28 22.48 28 15.9 28 9.35 22.63 4 16.03 4Zm0 21.78a9.94 9.94 0 0 1-5.06-1.38l-.36-.21-3.71.97.99-3.6-.23-.37a9.84 9.84 0 0 1-1.5-5.26c0-5.44 4.43-9.87 9.87-9.87s9.87 4.43 9.87 9.87-4.43 9.85-9.87 9.85Zm5.41-7.38c-.3-.15-1.75-.86-2.02-.96-.27-.1-.47-.15-.67.15-.2.3-.77.96-.94 1.16-.17.2-.35.22-.64.07-.3-.15-1.26-.46-2.4-1.47-.89-.79-1.49-1.77-1.66-2.07-.17-.3-.02-.46.13-.61.13-.13.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.02-.52-.07-.15-.67-1.61-.92-2.2-.24-.58-.49-.5-.67-.51l-.57-.01c-.2 0-.52.07-.79.37-.27.3-1.04 1.01-1.04 2.47s1.06 2.87 1.21 3.07c.15.2 2.09 3.19 5.06 4.47.71.31 1.26.49 1.69.63.71.22 1.35.19 1.86.12.57-.08 1.75-.72 2-1.41.25-.69.25-1.29.17-1.41-.07-.13-.27-.2-.57-.35Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.whatsapp-cta:hover {
  background: #1ebe5d !important;
  box-shadow: 0 30px 72px rgba(37,211,102,.42), 0 10px 28px rgba(18,140,126,.24) !important;
}

.install-app-button {
  position: fixed;
  z-index: 70;
  right: 12px;
  bottom: 12px;
  display: none;
  gap: 1px;
  max-width: min(190px, calc(100vw - 24px));
  min-height: 42px;
  padding: 8px 11px;
  color: #f4f5f7;
  background:
    radial-gradient(circle at 100% 0%, rgba(67,220,168,.16), transparent 48%),
    rgba(7,9,12,.92);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0,0,0,.46);
  backdrop-filter: blur(12px);
  cursor: pointer;
  text-align: left;
}

.install-app-button span {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.install-app-button small {
  color: #858995;
  font-size: 10px;
  font-weight: 750;
}

@media (max-width: 760px) {
  .install-app-button:not(.hidden) {
    display: grid;
  }
}

@keyframes cta-shine {
  0%,
  55% {
    left: -45%;
  }

  100% {
    left: 120%;
  }
}

.trust-grid .trust-item {
  justify-content: center;
  padding-right: 20px;
  padding-left: 20px;
}

.trust-grid .trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}

.trust-grid .trust-icon svg {
  display: block;
  width: 17px;
  height: 17px;
  margin: 0;
  flex: 0 0 auto;
}

.trust-bar > .container.trust-grid {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: max(24px, calc((100vw - 1200px) / 2));
  padding-left: max(24px, calc((100vw - 1200px) / 2));
}

.raffle-grid {
  display: flex;
  gap: 17px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 16px;
  scroll-padding-left: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(242,27,63,.65) rgba(255,255,255,.08);
  scrollbar-width: thin;
}

.raffle-grid::-webkit-scrollbar {
  height: 8px;
}

.raffle-grid::-webkit-scrollbar-track {
  background: rgba(255,255,255,.08);
}

.raffle-grid::-webkit-scrollbar-thumb {
  background: rgba(242,27,63,.72);
}

.raffle-card {
  display: grid;
  grid-template-rows: auto 1fr;
  flex: 0 0 min(386px, calc((100vw - 88px) / 3));
  min-width: 320px;
  min-height: 534px;
  overflow: hidden;
  color: inherit;
  background: var(--panel);
  border: 1px solid rgba(255,255,255,.1);
  text-decoration: none;
  scroll-snap-align: start;
  transition: transform .25s var(--ease-out), border-color .25s var(--ease-out), box-shadow .25s var(--ease-out);
}

.raffle-card:hover {
  transform: translateY(-5px);
  border-color: rgba(242,27,63,.55);
  box-shadow: 0 20px 45px rgba(0,0,0,.28);
}

.raffle-image-wrap {
  position: relative;
  display: block;
  height: 230px;
  overflow: hidden;
  background: #1a1014;
}

.raffle-image-wrap::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(10,11,15,.85));
  pointer-events: none;
}

.raffle-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 14px;
  transition: transform .5s var(--ease-out);
}

.raffle-card:hover .raffle-image-wrap img {
  transform: scale(1.06);
}

.card-tag,
.raffle-id {
  position: absolute;
  z-index: 2;
  top: 15px;
}

.card-tag {
  left: 15px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  color: #fff;
  background: rgba(10,11,14,.76);
  font: 9px "DM Mono", monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.card-tag.red { border-left: 2px solid var(--red); }
.card-tag.gold { border-left: 2px solid #e9b949; }
.card-tag.green { border-left: 2px solid #45dba7; }

.tag-pip {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

.card-tag.gold .tag-pip { background: #e9b949; }
.card-tag.green .tag-pip { background: #45dba7; }

.raffle-id {
  right: 15px;
  color: rgba(255,255,255,.67);
  font: 9px "DM Mono", monospace;
  letter-spacing: .06em;
}

.image-arrow {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #fff;
  background: rgba(242,27,63,.9);
  border-radius: 50%;
  transition: transform .18s var(--ease-out);
}

.image-arrow:hover {
  transform: rotate(45deg);
}

.raffle-body {
  display: flex;
  flex-direction: column;
  padding: 19px 19px 17px;
}

.raffle-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #777b86;
  font-size: 9px;
}

.raffle-meta span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #9a9da7;
  letter-spacing: 0;
  text-transform: none;
}

.raffle-body h3 {
  min-height: 50px;
  margin: 12px 0 5px;
  color: #f4f3f0;
  font: 700 28px/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.raffle-body p {
  min-height: 34px;
  margin: 0;
  color: #858994;
  font-size: 11px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.raffle-progress {
  margin-top: auto;
  padding-top: 20px;
}

.progress-track {
  height: 5px;
  background: #292c35;
}

.progress-track > div {
  height: 100%;
  box-shadow: 0 0 13px currentColor;
}

.progress-values {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #777b86;
  font: 9px "DM Mono", monospace;
}

.progress-values strong {
  font-weight: 500;
}

.raffle-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.raffle-footer div span,
.raffle-footer div strong {
  display: block;
}

.raffle-footer div span {
  color: #777b86;
  font: 9px "DM Mono", monospace;
  text-transform: uppercase;
}

.raffle-footer div strong {
  margin-top: 3px;
  color: #fff;
  font: 500 17px "DM Mono", monospace;
}

@media (max-width: 1100px) {
  .raffle-card {
    flex-basis: min(360px, calc((100vw - 64px) / 2));
  }
}

@media (max-width: 650px) {
  .raffle-grid {
    margin-right: -16px;
    padding-right: 16px;
  }

  .raffle-card {
    flex-basis: min(310px, 84vw);
    min-width: min(310px, 84vw);
    min-height: 510px;
  }

  .raffle-image-wrap {
    height: 215px;
  }

  .raffle-body h3 {
    font-size: 25px;
  }
}

.steps-grid .step-card {
  display: flex;
  flex-direction: column;
}

.steps-grid .step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-top: 34px;
  margin-bottom: 22px;
  color: var(--red);
  border: 1px solid rgba(242,27,63,.45);
  line-height: 0;
}

.steps-grid .step-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  stroke-width: 2;
}

.steps-grid .step-card h3 {
  margin-top: 0;
}

.ranking-section .ranking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ranking-section .winner-card {
  position: relative;
  min-height: 280px;
  padding: 22px;
  text-align: center;
  background: #12141a;
  border: 1px solid rgba(255,255,255,.1);
}

.ranking-section .winner-card:first-child {
  background: linear-gradient(145deg, rgba(242,27,63,.16), #12141a 50%);
  border-color: rgba(242,27,63,.37);
}

.ranking-section .winner-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 31px;
}

.ranking-section .rank-number {
  color: #fff;
  font: 700 25px "Barlow Condensed", sans-serif;
}

.ranking-section .winner-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  color: #f3f3ef;
  border: 1px solid rgba(255,255,255,.75);
  font: 8px "DM Mono", monospace;
  text-transform: uppercase;
}

.ranking-section .avatar-ring {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 22px auto 12px;
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 50%;
  background: #22252e;
  box-shadow: inset 0 0 0 5px #12141a;
}

.ranking-section .avatar-placeholder {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #d9dce2;
  background: linear-gradient(135deg, #3b3f49, #111218);
  border-radius: 50%;
  font: 700 19px "Barlow Condensed", sans-serif;
}

.ranking-section .winner-card h3 {
  margin: 0;
  color: #f3f3ef;
  font: 700 25px/.9 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.ranking-section .winner-team {
  display: block;
  margin-top: 6px;
  color: #757985;
  font: 9px "DM Mono", monospace;
  text-transform: uppercase;
}

.ranking-section .winner-score {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.09);
}

.ranking-section .winner-score strong {
  color: var(--red);
  font: 500 23px "DM Mono", monospace;
}

.ranking-section .winner-score span {
  color: #888c97;
  font-size: 10px;
}

@media (max-width: 900px) {
  .trust-grid .trust-item {
    padding-right: 12px;
    padding-left: 12px;
  }

  .trust-bar > .container.trust-grid {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 650px) {
  .trust-grid .trust-item {
    padding-right: 10px;
    padding-left: 10px;
  }

  .trust-bar > .container.trust-grid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .steps-grid .step-icon {
    width: 46px;
    height: 46px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .steps-grid .step-icon svg {
    width: 20px;
    height: 20px;
  }

  .ranking-section .ranking-grid {
    grid-template-columns: 1fr;
  }
}

.hero-side-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(22px, 3vw, 43px);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hero-side-title span {
  display: block;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body {
  background:
    radial-gradient(circle at 6% 0%, rgba(242,27,63,.14), transparent 30rem),
    radial-gradient(circle at 92% 10%, rgba(65,220,164,.08), transparent 28rem),
    var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, #000, transparent 70%);
}

.skinzada-header {
  position: sticky;
  top: 0;
}

.main-nav a.active {
  color: #fff;
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -29px;
  left: 0;
  height: 2px;
  background: var(--red);
}

.menu-toggle {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.12);
}

.main-nav {
  gap: clamp(12px, 1.35vw, 22px);
}

.main-nav a {
  position: relative;
  white-space: nowrap;
  font-size: 11px;
}

@media (max-width: 1180px) {
  .desktop-only {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .main-nav {
    position: absolute;
    top: 76px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 11px;
    background: rgba(12,13,17,.98);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 20px 50px rgba(0,0,0,.45);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav > a {
    padding: 15px 12px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .main-nav a.active::after {
    display: none;
  }

  .mobile-nav-actions {
    display: flex;
    gap: 8px;
    padding: 12px 0 0;
  }

  .mobile-nav-actions .button {
    flex: 1;
  }
}

.payment-card h1 {
  margin: 6px 0 4px;
  color: #fff;
  font: 700 clamp(22px, 3vw, 30px)/1.1 "Barlow Condensed", sans-serif;
  letter-spacing: -.01em;
  text-transform: uppercase;
}

.campaign-auto-draw {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: center;
  margin: 28px 0;
  padding: 26px;
  border: 1px solid rgba(230, 53, 53, .42);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(9, 10, 12, .96), rgba(42, 10, 16, .86));
  box-shadow: 0 28px 80px rgba(230, 53, 53, .16);
}

.campaign-auto-draw-copy {
  display: grid;
  gap: 10px;
}

.campaign-auto-draw-copy > span,
.campaign-auto-draw-standby span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff5757;
  font: 800 12px/1 "Barlow Condensed", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.campaign-auto-draw-copy h2 {
  margin: 0;
  color: #fff;
  font: 800 clamp(34px, 5vw, 64px)/.9 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.campaign-auto-draw-copy p,
.campaign-auto-draw-copy small,
.campaign-auto-draw-standby small {
  margin: 0;
  color: rgba(246, 243, 238, .72);
}

.campaign-auto-draw .ghost-link {
  justify-self: start;
}

.campaign-auto-draw-stage {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.campaign-auto-draw.is-auto-waiting {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  padding: 30px;
}

.campaign-auto-draw.is-auto-waiting .campaign-auto-draw-copy {
  width: min(100%, 760px);
  text-align: center;
  justify-items: center;
}

.campaign-auto-draw.is-auto-waiting .campaign-auto-draw-stage {
  display: none;
}

.campaign-auto-draw-wait {
  width: min(100%, 620px);
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: 28px 32px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(13, 15, 18, .96), rgba(8, 10, 13, .98));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 20px 60px rgba(0,0,0,.32);
  text-align: center;
}

.campaign-auto-draw-wait[hidden] {
  display: none;
}

.campaign-auto-draw-wait p {
  max-width: 520px;
  margin: 0;
  color: rgba(246,243,238,.76);
  line-height: 1.45;
}

.campaign-auto-draw-wait > strong {
  color: #fff;
  font: 900 clamp(52px, 9vw, 92px)/.85 "Barlow Condensed", sans-serif;
  letter-spacing: .03em;
  text-shadow: 0 0 26px rgba(242, 27, 63, .28);
}

.campaign-auto-draw-wait > span {
  margin-top: -8px;
  color: rgba(246,243,238,.78);
  font: 800 10px "DM Mono", monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.campaign-auto-draw-wait-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.campaign-auto-draw-wait-grid article {
  display: grid;
  gap: 5px;
  justify-items: start;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  background: rgba(255,255,255,.02);
  text-align: left;
}

.campaign-auto-draw-wait-grid article.wide {
  grid-column: 1 / -1;
}

.campaign-auto-draw-wait-grid small {
  color: rgba(246,243,238,.58);
  font: 800 9px "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.campaign-auto-draw-wait-grid b {
  color: #fff;
  font: 800 13px "DM Mono", monospace;
}

.campaign-auto-draw .live-draw-wheel {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #080a0d;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 0 42px rgba(230,53,53,.25);
}

.campaign-auto-draw .live-draw-wheel canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.campaign-auto-draw .live-draw-pointer {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 22px;
  height: 34px;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #ff5757;
  filter: drop-shadow(0 0 10px rgba(255, 87, 87, .7));
}

.campaign-auto-draw .live-draw-result {
  width: min(100%, 360px);
  min-height: 92px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(0,0,0,.28);
  text-align: center;
}

.campaign-auto-draw .live-draw-result strong {
  color: #fff;
  font: 900 36px/1 "Barlow Condensed", sans-serif;
}

.campaign-auto-draw .live-draw-result span {
  color: rgba(246,243,238,.72);
}

.campaign-auto-draw-standby {
  grid-template-columns: 1fr;
}

.giveaway-campaign-bubble.is-live {
  color: #fff;
  background: #f21b3f;
  box-shadow: 0 0 18px rgba(242, 27, 63, .28);
}

.giveaway-campaign-bubble.is-live b {
  font: inherit;
  color: #fff;
}

@media (max-width: 760px) {
  .campaign-auto-draw {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .campaign-auto-draw-wait {
    padding: 22px 18px;
  }
  .campaign-auto-draw-wait-grid {
    grid-template-columns: 1fr;
  }
}

.fair-draw-main {
  background: #08090b;
}

.fair-draw-checker {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 80px;
}

.fair-draw-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}

.fair-draw-search label,
.fair-draw-search input {
  width: 100%;
}

.fair-draw-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fair-draw-card {
  display: grid;
  gap: 9px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
}

.fair-draw-card.main {
  grid-row: span 2;
  align-content: start;
}

.fair-draw-card > span {
  color: #ff5757;
  font: 800 12px/1 "Barlow Condensed", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.fair-draw-card h2 {
  margin: 0;
  color: #fff;
  font: 800 44px/.92 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.fair-draw-card p,
.fair-draw-card small {
  margin: 0;
  color: rgba(246,243,238,.7);
}

.fair-draw-card code {
  display: block;
  max-width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: rgba(0,0,0,.32);
  color: #f6f3ee;
  white-space: normal;
  overflow-wrap: anywhere;
}

.fair-result-box {
  margin-top: 12px;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.26);
}

.fair-result-box.is-ok {
  border-color: rgba(69,220,169,.45);
  box-shadow: 0 0 38px rgba(69,220,169,.12);
}

.fair-result-box strong {
  display: block;
  color: #fff;
  font: 900 58px/.9 "Barlow Condensed", sans-serif;
}

.fair-manifest {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}

.fair-manifest h2 {
  margin: 0;
  color: #fff;
  font: 800 34px/1 "Barlow Condensed", sans-serif;
}

.fair-manifest p {
  color: rgba(246,243,238,.68);
}

.fair-manifest textarea {
  width: 100%;
  min-height: 260px;
  resize: vertical;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(0,0,0,.34);
  color: #f6f3ee;
  padding: 14px;
  font: 13px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace;
}

@media (max-width: 760px) {
  .fair-draw-search,
  .fair-draw-grid {
    grid-template-columns: 1fr;
  }
}


.hall-fama,
.live-draw-band {
  padding: 115px 0;
  background: var(--ink);
}


.hall-fama,
.live-draw-band {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.campaign-auto-draw.live-draw-band {
  width: 100%;
  margin: 28px 0;
  padding: 26px;
  background: linear-gradient(135deg, rgba(9, 10, 12, .96), rgba(42, 10, 16, .86));
}

.campaign-auto-draw.live-draw-band.is-auto-waiting {
  padding: 30px;
}


.hall-season-title h2 {
  margin: 13px 0 0;
  color: #f2f1ed;
  font: 700 clamp(45px, 5vw, 65px)/.84 "Barlow Condensed", sans-serif;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

@keyframes homeEndedRaffleMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}


.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  color: #fff;
  background: rgba(10,11,14,.76);
  border-left: 2px solid var(--red);
  font: 9px "DM Mono", monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.giveaway-campaign-media .pill,
.raffle-image-wrap .pill {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
}

.pill.green {
  color: #b8f2d9;
  background: rgba(65,220,164,.16);
  border-left-color: #41dca4;
}

.pill.amber {
  color: #ffe1a6;
  background: rgba(233,185,73,.16);
  border-left-color: #e9b949;
}

.pill.blue {
  color: #bcdcff;
  background: rgba(90,160,255,.16);
  border-left-color: #5aa0ff;
}

.pill.red {
  color: #ffc2cc;
  background: rgba(242,27,63,.16);
  border-left-color: var(--red);
}

.site-footer {
  background: #08090b;
  border-top: 1px solid rgba(255,255,255,.1);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 62px;
  padding-bottom: 58px;
}

.footer-top p {
  margin: 17px 0 0;
  color: #777b86;
  font-size: 11px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  gap: 95px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links span {
  margin-bottom: 3px;
  color: #f0f0ed;
  font: 10px "DM Mono", monospace;
  letter-spacing: .08em;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #777b86;
  font-size: 11px;
  transition: color .18s var(--ease-out);
}

.footer-links a:hover {
  color: var(--red);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 17px 0 22px;
  color: #545863;
  border-top: 1px solid rgba(255,255,255,.08);
  font: 9px "DM Mono", monospace;
}

.footer-heart {
  color: var(--red);
}

.auth-body,
.payment-body {
  min-height: 100vh;
}


.cashback-page {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 80px 0 110px;
}


.payment-card,
.account-card,
.points-shop-card,
.winner-card,
.giveaway-buy-box {
  color: #f2f1ed;
  background: var(--panel);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: none;
}

input,
select,
textarea {
  min-height: 42px;
  color: #fff;
  background: #0e1015;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: 1px solid var(--red);
  border-color: var(--red);
}

.auth-team-picker {
  position: relative;
  width: 100%;
}

.auth-team-field {
  display: grid;
  gap: 7px;
  color: #9a9da7;
  font: 9px "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.auth-team-picker .team-picker-button {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto 18px;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.12);
  color: #f0f1ee;
  background: #0e1015;
  cursor: pointer;
  text-align: left;
}

.auth-team-picker .team-picker-button:hover,
.auth-team-picker.is-open .team-picker-button {
  border-color: rgba(23,198,163,.46);
  background: rgba(23,198,163,.055);
}

.auth-team-picker .team-picker-button strong {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auth-team-picker .team-picker-button small {
  color: #7c8289;
  font-size: 10px;
  font-weight: 800;
}

.auth-team-picker .team-picker-button > svg {
  width: 18px;
  height: 18px;
  color: #7c8289;
  transition: transform .18s ease;
}

.auth-team-picker.is-open .team-picker-button > svg {
  transform: rotate(180deg);
}

.auth-team-picker .team-select-panel {
  position: absolute;
  z-index: 60;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  display: grid;
  gap: 3px;
  max-height: min(320px, 48vh);
  padding: 5px;
  overflow: auto;
  background: rgba(11,14,17,.98);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 44px rgba(0,0,0,.42);
}

.auth-team-picker .team-select-panel[hidden],
.auth-team-picker .team-group[hidden],
.auth-team-picker .team-option[hidden] {
  display: none !important;
}

.auth-team-picker .team-select-panel input[type="search"] {
  position: sticky;
  z-index: 2;
  top: 0;
  width: 100%;
  min-height: 36px;
  margin-bottom: 3px;
  background: #11161d;
}

.auth-team-picker .team-group {
  display: grid;
  gap: 2px;
  margin-bottom: 3px;
}

.auth-team-picker .team-group > strong {
  padding: 6px 7px 2px;
  margin: 0;
  color: #8b94a3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.auth-team-picker .team-option {
  position: relative;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 34px;
  padding: 4px 7px;
  color: #e7edf5;
  cursor: pointer;
}

.auth-team-picker .team-option.no-team {
  grid-template-columns: minmax(0, 1fr);
}

.auth-team-picker .team-option:hover,
.auth-team-picker .team-option.selected,
.auth-team-picker .team-option:has(input:checked) {
  background: rgba(23,198,163,.08);
}

.auth-team-picker .team-option.selected {
  color: #fff;
  background: rgba(23,198,163,.14);
  box-shadow: inset 2px 0 0 var(--teal);
}

.auth-team-picker .team-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
  opacity: 0;
}

.auth-team-picker .team-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  overflow: visible;
  border-radius: 0;
  color: var(--team-accent);
  background: transparent;
  font-size: 10px;
  font-weight: 900;
}

.auth-team-picker .team-mark img {
  display: block;
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

.auth-team-picker .team-mark b {
  display: block;
  color: inherit;
  font: inherit;
}

.auth-team-picker .team-mark.has-logo b,
.auth-team-picker .team-mark.logo-failed img {
  display: none;
}

.auth-team-picker .team-mark.logo-failed b {
  display: block;
}

.auth-team-picker .team-option-name {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.legal-page {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 120px;
}

.legal-hero {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.legal-hero h1 {
  margin: 10px 0 8px;
  color: #f5f3ee;
  font: 800 clamp(38px, 5vw, 58px)/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.legal-hero span {
  color: #7c8289;
  font: 10px "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.legal-content {
  display: grid;
  gap: 22px;
  color: #b7bac1;
  font-size: 14px;
  line-height: 1.7;
}

.legal-content h2 {
  margin: 10px 0 0;
  color: #f0f1ee;
  font: 700 22px "Barlow Condensed", sans-serif;
  letter-spacing: -.01em;
  text-transform: uppercase;
}

.legal-content p {
  margin: 0;
}

.winners-header {
  position: relative;
  z-index: 20;
  background: rgba(9,11,12,.9);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}

.winners-nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.winners-links {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
}

.winners-links a {
  color: #8d919d;
  font-size: 11px;
  font-weight: 700;
}

.winners-links a:hover,
.winners-links a.active {
  color: #fff;
}

.winners-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 900px) {
  .winners-links {
    position: absolute;
    top: 74px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: #171920;
    border: 1px solid rgba(255,255,255,.14);
  }

  .winners-links.open,
  .winners-links.is-open {
    display: flex;
  }

  .winners-links a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
}

.winner-grid {
  display: grid;
  gap: 16px;
}

.winner-result-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  color: #f2f1ed;
  background: #14161c;
  border: 1px solid rgba(255,255,255,.1);
}

.winner-result-card > strong {
  color: #f0f1ee;
  font: 700 clamp(20px, 2.6vw, 26px)/1.1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.winner-result-card > small {
  color: #858a94;
  font-size: 12px;
}

.winner-awards-list {
  display: grid;
  gap: 10px;
}

.winner-award-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  background: #0e1015;
  border: 1px solid rgba(255,255,255,.08);
}

.winner-award-title {
  display: grid;
  gap: 2px;
  min-width: 70px;
}

.winner-award-title span {
  color: #7c8289;
  font: 9px "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.winner-award-title b {
  color: var(--red);
  font: 700 18px "DM Mono", monospace;
}

.winner-award-info {
  display: grid;
  gap: 2px;
  flex: 1;
  min-width: 160px;
}

.winner-award-info strong {
  color: #f0f1ee;
  font-size: 14px;
}

.winner-award-info small {
  color: #858a94;
  font-size: 11px;
}

.winner-award-satellite,
.winner-award-date {
  color: #7c8289;
  font-size: 10px;
}

.winner-whatsapp-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  color: #fff;
  background: #1fae5f;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.winner-contact-empty {
  color: #686d78;
  font-size: 10px;
}

.winner-awards-details {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 10px;
}

.winner-awards-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #c4c6cb;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.winner-awards-details summary::-webkit-details-marker {
  display: none;
}

.winner-awards-details summary b {
  color: var(--red);
}

.winner-awards-detail-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.dash-grid,
.dashboard-grid {
  display: grid;
  gap: 20px;
}

.dash-grid.single-section-grid {
  grid-template-columns: 1fr;
}

.panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.panel-head h2 {
  margin: 6px 0 0;
  color: #f0f1ee;
  font: 700 clamp(20px, 2.4vw, 26px)/1.05 "Barlow Condensed", sans-serif;
  letter-spacing: -.01em;
  text-transform: uppercase;
}

.panel-head.compact {
  margin-bottom: 12px;
}

.dash-panel {
  padding: 22px;
}

.ghost-link {
  color: #9a9da7;
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
}

.ghost-link:hover {
  color: #fff;
}

.account-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}

.account-summary-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: #0e1015;
  border: 1px solid rgba(255,255,255,.08);
}

.account-summary-card strong {
  color: #f0f1ee;
  font-size: 14px;
}

.account-summary-card small {
  color: #858a94;
  font-size: 11px;
}

.number-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.number-chip-list b {
  padding: 4px 8px;
  color: #c8cbd1;
  background: #171920;
  border: 1px solid rgba(255,255,255,.08);
  font: 10px "DM Mono", monospace;
  font-weight: 500;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

thead th {
  padding: 10px 12px;
  color: #7c8289;
  font: 9px "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

tbody td {
  padding: 12px;
  color: #c8cbd1;
  border-bottom: 1px solid rgba(255,255,255,.06);
  vertical-align: top;
}

tbody td strong {
  display: block;
  color: #f0f1ee;
}

tbody td small {
  display: block;
  color: #7c8289;
  margin-top: 2px;
}

.account-page-shell {
  display: grid;
  gap: 20px;
}

.account-alert-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  color: #ffe1a6;
  background: rgba(233,185,73,.1);
  border: 1px solid rgba(233,185,73,.3);
}

.account-alert-card strong {
  display: block;
  color: #fff;
  font-size: 13px;
}

.account-alert-card span {
  display: block;
  margin-top: 2px;
  color: #d8c393;
  font-size: 12px;
}

.account-hero-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto minmax(200px, .8fr);
  align-items: center;
  gap: 24px;
  padding: 26px;
}

.account-hero-watermark {
  position: absolute;
  top: -20%;
  right: -6%;
  z-index: 0;
  width: 260px;
  height: 260px;
  object-fit: contain;
  opacity: .08;
  pointer-events: none;
}

.account-hero-identity {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.account-hero-identity h2 {
  margin: 6px 0 4px;
  color: #f5f3ee;
  font: 800 clamp(24px, 3vw, 32px)/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.account-hero-identity span {
  color: #858a94;
  font-size: 12px;
}

.account-hero-avatar-wrap {
  position: relative;
  width: 76px;
  height: 76px;
  flex: none;
}

.account-hero-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.ring-track {
  fill: none;
  stroke: rgba(255,255,255,.1);
  stroke-width: 6;
}

.ring-value {
  fill: none;
  stroke: var(--team-accent, #f21b3f);
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dashoffset .4s var(--ease-out);
}

.account-hero-avatar {
  position: absolute;
  inset: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #171920;
  color: #f0f1ee;
  font: 700 24px "Barlow Condensed", sans-serif;
}

.account-hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-hero-avatar.has-logo span,
.account-hero-avatar img ~ span {
  display: none;
}

.account-hero-rank {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 24px;
  border-left: 1px solid rgba(255,255,255,.1);
}

.rank-medal {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: none;
  color: #fff;
  background: linear-gradient(145deg, var(--team-accent, #f21b3f), #171920 78%);
  border-radius: 50%;
  font: 700 16px "DM Mono", monospace;
}

.account-hero-rank small {
  display: block;
  color: #7c8289;
  font: 9px "DM Mono", monospace;
  text-transform: uppercase;
}

.account-hero-rank strong {
  display: block;
  color: #f0f1ee;
  font-size: 15px;
}

.account-hero-rank em {
  display: block;
  color: #858a94;
  font-size: 11px;
  font-style: normal;
}

.account-hero-progress {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.account-hero-progress > div:first-child {
  display: flex;
  justify-content: space-between;
  color: #858a94;
  font-size: 11px;
}

.account-hero-progress strong {
  color: #f0f1ee;
}

.rank-progress-line {
  display: block;
  height: 6px;
  overflow: hidden;
  background: rgba(255,255,255,.1);
}

.rank-progress-line span {
  display: block;
  height: 100%;
  background: var(--team-accent, var(--red));
}

.account-hero-progress p {
  margin: 0;
  color: #7c8289;
  font-size: 10px;
}

.account-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  align-items: start;
  gap: 20px;
}

.account-sections {
  display: grid;
  gap: 20px;
}

.account-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.account-card > p {
  margin: 0;
  color: #858a94;
  font-size: 12px;
  line-height: 1.5;
}

.account-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.account-card-head > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-card-head h2 {
  margin: 0;
  color: #f0f1ee;
  font: 700 16px "Barlow Condensed", sans-serif;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.account-card-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: none;
  color: var(--red);
  background: rgba(242,27,63,.12);
}

.account-card-icon.icon-amber {
  color: #e9b949;
  background: rgba(233,185,73,.12);
}

.account-card-icon.icon-red {
  color: var(--red);
  background: rgba(242,27,63,.12);
}

.account-help-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9a9da7;
  font-size: 11px;
  text-decoration: none;
}

.account-help-link:hover {
  color: #fff;
}

.team-picker {
  position: relative;
}

.team-picker-button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  color: #f0f1ee;
  background: #0e1015;
  border: 1px solid rgba(255,255,255,.12);
  cursor: pointer;
}

.team-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: none;
  overflow: hidden;
  color: #fff;
  background: var(--team-accent, #17c6a3);
  border-radius: 50%;
  font: 700 11px "DM Mono", monospace;
}

.team-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-mark.has-logo b {
  display: none;
}

.team-picker-button strong {
  flex: 1;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
}

.team-picker-button small {
  color: #7c8289;
  font-size: 10px;
}

.team-select-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 320px;
  overflow-y: auto;
  padding: 10px;
  background: #14161c;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 20px 45px rgba(0,0,0,.4);
}

.team-select-panel[hidden] {
  display: none;
}

.team-select-panel input[type="search"] {
  width: 100%;
  margin-bottom: 10px;
}

.team-group {
  margin-bottom: 10px;
}

.team-group > strong {
  display: block;
  margin-bottom: 4px;
  color: #7c8289;
  font: 9px "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.team-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 6px;
  cursor: pointer;
}

.team-option:hover,
.team-option.selected {
  background: rgba(255,255,255,.05);
}

.team-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.team-option-name {
  flex: 1;
  color: #d7d9de;
  font-size: 12px;
}

.account-field-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.account-field-grid label {
  display: grid;
  gap: 6px;
  color: #9a9da7;
  font: 9px "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.account-save-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 6px;
  color: #7c8289;
  font-size: 11px;
}

.account-shortcut-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.account-shortcut-card a span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-shortcut-card strong {
  display: block;
  color: #f0f1ee;
  font-size: 13px;
}

.account-shortcut-card small {
  display: block;
  color: #7c8289;
  font-size: 11px;
}

.account-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.account-stat-grid > div {
  display: grid;
  gap: 4px;
  padding: 12px;
  background: #0e1015;
  border: 1px solid rgba(255,255,255,.08);
}

.account-stat-grid small {
  color: #7c8289;
  font-size: 10px;
}

.account-stat-grid strong {
  color: #f0f1ee;
  font-size: 14px;
}

.patent-ladder {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.patent-ladder span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #6b6f78;
  background: #0e1015;
  border: 1px solid rgba(255,255,255,.1);
  font: 10px "DM Mono", monospace;
}

.patent-ladder span.unlocked {
  color: #fff;
  background: rgba(233,185,73,.18);
  border-color: rgba(233,185,73,.4);
}

.patent-ladder span.current {
  color: #171920;
  background: #e9b949;
  border-color: #e9b949;
}

.password-grid {
  display: grid;
  gap: 14px;
}

.account-dashboard {
  padding-top: 40px;
}

.account-page-shell {
  gap: 22px;
}

.account-page-shell .dash-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent 42%),
    #151820;
  border-color: rgba(255,255,255,.11);
  box-shadow: 0 18px 48px rgba(0,0,0,.22);
}

.account-alert-card {
  border-left: 3px solid #e9b949;
}

.account-hero-card {
  min-height: 150px;
  padding: 30px;
  background:
    linear-gradient(90deg, rgba(242,27,63,.16), transparent 36%),
    radial-gradient(circle at 100% 0%, rgba(242,27,63,.18), transparent 34%),
    #151820;
  border-color: rgba(255,255,255,.12);
}

.account-hero-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--red);
}

.account-hero-identity h2 {
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: .86;
}

.account-hero-avatar-wrap {
  width: 88px;
  height: 88px;
}

.account-hero-avatar {
  inset: 9px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.12), transparent 50%),
    #0c0e13;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset, 0 18px 34px rgba(0,0,0,.32);
}

.rank-medal {
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.36), transparent 34%),
    linear-gradient(145deg, var(--team-accent, #f21b3f), #0b0d12 78%);
  box-shadow: 0 14px 28px rgba(242,27,63,.18);
}

.rank-progress-line {
  height: 8px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset;
}

.rank-progress-line span {
  box-shadow: 0 0 18px rgba(242,27,63,.5);
}

.account-layout-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  gap: 22px;
}

.account-main-column,
.account-side-column {
  min-width: 0;
}

.account-side-column {
  position: sticky;
  top: 124px;
  display: grid;
  gap: 0;
}

.account-side-column .account-card {
  border-bottom-width: 0;
}

.account-side-column .account-card:last-child {
  border-bottom-width: 1px;
}

.account-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
}


.account-data-card::before,
.password-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: rgba(242,27,63,.72);
}

.account-card-head h2 {
  font-size: 18px;
  line-height: .95;
}

.account-card-icon {
  width: 34px;
  height: 34px;
  background: rgba(242,27,63,.14);
  box-shadow: 0 0 0 1px rgba(242,27,63,.12) inset;
}

.account-card label input,
.account-card label select,
.account-card label textarea,
.team-select-panel input[type="search"] {
  width: 100%;
  padding: 0 12px;
  font: 700 13px/1.2 Manrope, system-ui, sans-serif;
}

.team-picker-button {
  min-height: 54px;
  background: #0a0c11;
  border-color: rgba(255,255,255,.14);
}

.team-picker-button:hover {
  border-color: rgba(242,27,63,.46);
  background: rgba(255,255,255,.035);
}

.account-field-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-data-card .account-field-grid label:nth-last-child(-n + 2) {
  grid-column: span 2;
}

.account-save-row {
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.account-save-row .button,
.password-card .button {
  color: #fff;
  background: var(--red);
  border-color: rgba(242,27,63,.6);
  box-shadow: 0 14px 32px rgba(242,27,63,.18);
}

.account-save-row .button:hover,
.password-card .button:hover {
  background: #ff3154;
}

.account-shortcut-card {
  padding: 0;
}

.account-shortcut-card a {
  min-height: 84px;
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(242,27,63,.08), transparent 42%),
    #151820;
}

.account-shortcut-card a:hover {
  background:
    linear-gradient(90deg, rgba(242,27,63,.16), transparent 42%),
    #181b24;
}

.account-shortcut-card a > i {
  color: #fff;
  transition: transform .18s var(--ease-out);
}

.account-shortcut-card a:hover > i {
  transform: translateX(3px);
}

.account-shortcut-card a span > svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  color: #fff;
  background: rgba(242,27,63,.16);
}

.account-stat-grid > div {
  min-height: 94px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent),
    #0b0d12;
}

.account-stat-grid > div svg {
  color: #f5f3ee;
}

.account-stat-grid strong {
  font-size: 16px;
}

.patent-ladder {
  gap: 7px;
}

.patent-ladder span {
  width: 28px;
  height: 28px;
}

.affiliate-apply-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 30px;
  align-items: start;
}

.affiliate-apply-hero h1 {
  margin: 10px 0 8px;
  color: #f5f3ee;
  font: 800 clamp(32px, 4.5vw, 50px)/1 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -.02em;
}

.affiliate-apply-hero > div > span {
  color: #858a94;
  font-size: 13px;
}

.affiliate-apply-benefits {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.affiliate-apply-benefits article {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #14161c;
  border: 1px solid rgba(255,255,255,.1);
}

.affiliate-apply-benefits strong {
  display: block;
  color: #f0f1ee;
  font-size: 13px;
}

.affiliate-apply-benefits small {
  display: block;
  color: #858a94;
  font-size: 11px;
}

.affiliate-apply-card {
  display: grid;
  gap: 14px;
  padding: 26px;
  background: #14161c;
  border: 1px solid rgba(255,255,255,.1);
}

.affiliate-apply-card h2 {
  margin: 6px 0 4px;
  color: #f0f1ee;
  font: 700 22px "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.affiliate-apply-card label {
  display: grid;
  gap: 6px;
  color: #9a9da7;
  font: 9px "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.metric-grid article {
  display: grid;
  gap: 6px;
  padding: 18px;
  background: #14161c;
  border: 1px solid rgba(255,255,255,.1);
}

.metric-grid article > span {
  color: #7c8289;
  font: 9px "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.metric-grid strong {
  color: #f0f1ee;
  font: 700 22px "DM Mono", monospace;
}

.metric-grid small {
  color: #7c8289;
  font-size: 11px;
}

.metric-grid small a {
  color: #9a9da7;
  text-decoration: underline;
}

.cashback-hero {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 24px;
  margin-bottom: 26px;
}

.cashback-video-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(242,27,63,.25), transparent 55%),
    #14161c;
  border: 1px solid rgba(255,255,255,.1);
}

.cashback-video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  padding: 24px;
  background: linear-gradient(180deg, transparent, rgba(8,9,12,.85));
}

.cashback-video-overlay strong {
  color: #fff;
  font: 800 clamp(30px, 4vw, 44px)/1 "Barlow Condensed", sans-serif;
}

.cashback-video-overlay span {
  color: #9a9da7;
  font-size: 11px;
}

.cashback-copy-card {
  display: grid;
  gap: 14px;
  align-content: center;
}

.cashback-copy-card h1 {
  margin: 6px 0 0;
  color: #f5f3ee;
  font: 800 clamp(26px, 3.2vw, 38px)/1.05 "Barlow Condensed", sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.cashback-copy-card p {
  margin: 0;
  color: #858a94;
  font-size: 13px;
  line-height: 1.6;
}

.cashback-balance-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: #14161c;
  border: 1px solid rgba(255,255,255,.1);
}

.cashback-balance-strip span {
  color: #7c8289;
  font: 9px "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.cashback-balance-strip strong {
  color: var(--red);
  font: 700 22px "DM Mono", monospace;
}

.cashback-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.cashback-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.cashback-info-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: #14161c;
  border: 1px solid rgba(255,255,255,.1);
}

.cashback-info-grid strong {
  color: #f0f1ee;
  font-size: 13px;
}

.cashback-info-grid span {
  color: #858a94;
  font-size: 11px;
  line-height: 1.5;
}

.cashback-panels {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: 20px;
  align-items: start;
}

.admin-plan-card {
  display: grid;
  gap: 14px;
}

.admin-plan-card label {
  display: grid;
  gap: 6px;
  color: #9a9da7;
  font: 9px "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.admin-plan-card label small {
  color: #7c8289;
  font-size: 10px;
  text-transform: none;
  letter-spacing: normal;
}

.positive {
  color: #41dca4;
}

.negative {
  color: var(--red);
}

.flash-stack {
  position: fixed;
  top: 104px;
  right: clamp(16px, 2vw, 30px);
  z-index: 400;
  display: grid;
  gap: 12px;
  width: min(390px, calc(100vw - 32px));
  pointer-events: none;
}

.flash {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 12px 12px 14px;
  color: #f5f7f6;
  background:
    linear-gradient(135deg, rgba(20,24,25,.96), rgba(11,13,15,.96)),
    rgba(12,14,16,.96);
  border: 1px solid rgba(255,255,255,.12);
  border-left: 3px solid #43dca8;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0,0,0,.46), 0 0 0 1px rgba(255,255,255,.035) inset;
  backdrop-filter: blur(16px);
  pointer-events: auto;
  animation: flash-toast-in .22s ease-out;
}

.flash-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #43dca8;
  background: rgba(67,220,168,.12);
  border: 1px solid rgba(67,220,168,.2);
  border-radius: 999px;
}

.flash-icon svg {
  width: 17px;
  height: 17px;
}

.flash-content {
  min-width: 0;
  color: #eef4f1;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

.flash button {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, border-color .16s ease, transform .16s ease;
}

.flash button:hover {
  color: #fff;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
  transform: scale(1.04);
}

.flash button svg {
  width: 15px;
  height: 15px;
}

.auth-body .flash-stack {
  top: 24px;
  right: 24px;
}

@keyframes flash-toast-in {
  from {
    opacity: 0;
    transform: translate3d(12px, -6px, 0) scale(.98);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (max-width: 760px) {
  .flash-stack {
    top: 16px;
    right: 16px;
    left: 16px;
    width: auto;
  }

  .flash {
    grid-template-columns: 32px minmax(0, 1fr) 28px;
  }
}

.page-main,
.dashboard {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 62px 0 112px;
}

.section-head,
.dash-header,
.giveaways-header,
.points-shop-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.section-head.centered {
  display: grid;
  justify-items: center;
  text-align: center;
}

.section-head h1,
.dash-header h1,
.giveaways-header h1,
.points-shop-section-head h2,
.points-shop-hero h1 {
  margin: 13px 0 8px;
  color: #f5f3ee;
  font: 800 clamp(57px, 7vw, 86px)/.8 "Barlow Condensed", sans-serif;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.section-copy,
.page-subtitle {
  color: #858995;
  font-size: 13px;
  line-height: 1.65;
}

.notice-box,
.empty-state,
.compact-empty {
  padding: 18px;
  color: #aeb1ba;
  background: #12141a;
  border: 1px solid rgba(255,255,255,.1);
}

.giveaway-affiliate-callout,
.points-shop-hero,
.dash-panel {
  background: #171920;
  border: 1px solid rgba(255,255,255,.1);
}

.giveaway-affiliate-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background-image: radial-gradient(circle at 100% 0%, rgba(242,27,63,.14), transparent 42%);
}

.giveaway-affiliate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.giveaway-list {
  display: grid;
  gap: 18px;
}

.giveaway-list.is-history {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.giveaway-campaign-card {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr) minmax(220px, .55fr);
  overflow: hidden;
  color: inherit;
  background: #14161c;
  border: 1px solid rgba(255,255,255,.1);
  text-decoration: none;
  transition: transform .22s var(--ease-out), border-color .22s var(--ease-out), box-shadow .22s var(--ease-out);
}

.giveaway-campaign-card:hover {
  transform: translateY(-3px);
  border-color: rgba(242,27,63,.5);
  box-shadow: 0 20px 45px rgba(0,0,0,.28);
}

.giveaway-campaign-card.is-featured {
  border-color: rgba(242,27,63,.38);
  background: linear-gradient(135deg, rgba(242,27,63,.13), #14161c 42%);
}

.giveaway-campaign-media,
.giveaway-history-media,
.giveaway-hero-media {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(242,27,63,.2), transparent 48%),
    #1a1014;
}

.giveaway-campaign-media img,
.giveaway-history-media img,
.giveaway-hero-media img,
.prize-award-slideshow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.giveaway-campaign-main,
.giveaway-history-main {
  display: grid;
  align-content: center;
  gap: 13px;
  padding: 24px;
}

.giveaway-campaign-main h2,
.giveaway-hero-copy h2 {
  margin: 0;
  color: #f0f1ee;
  font: 700 clamp(34px, 4vw, 58px)/.82 "Barlow Condensed", sans-serif;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.giveaway-campaign-prize-list,
.giveaway-campaign-prize-ticker,
.giveaway-history-winner {
  color: #898e95;
  font-size: 12px;
}

.giveaway-campaign-progress {
  display: block;
  height: 5px;
  overflow: hidden;
  background: #26313a;
}

.giveaway-campaign-progress i {
  display: block;
  height: 100%;
  background: var(--red);
  box-shadow: 0 0 12px rgba(242,27,63,.7);
}

.giveaway-campaign-side {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
  border-left: 1px solid rgba(255,255,255,.08);
}

.giveaway-campaign-metric {
  display: grid;
  gap: 4px;
}

.giveaway-campaign-metric strong,
.giveaway-campaign-price {
  color: #fff;
  font: 500 22px "DM Mono", monospace;
}

.giveaway-campaign-metric small,
.giveaway-campaign-metric span {
  color: #7c8289;
  font: 9px "DM Mono", monospace;
  text-transform: uppercase;
}

.giveaway-campaign-bubble {
  width: fit-content;
  padding: 6px 9px;
  color: #0b0d0f;
  background: #41dca7;
  font: 800 9px "DM Mono", monospace;
  text-transform: uppercase;
}

.giveaway-campaign-cta,
.giveaway-result-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  color: #fff;
  background: #272a33;
  border: 0;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.giveaway-campaign-card:hover .giveaway-campaign-cta,
.giveaway-result-button:hover {
  background: var(--red);
}

.giveaway-history-card {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(242,27,63,.2), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,.045), transparent 36%),
    #101116;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 0;
  box-shadow: 0 22px 58px rgba(0,0,0,.32);
}

.giveaway-history-card:hover {
  border-color: rgba(242,27,63,.55);
  box-shadow: 0 26px 72px rgba(0,0,0,.38), 0 0 0 1px rgba(242,27,63,.1) inset;
}

.giveaway-history-card .giveaway-history-media {
  min-height: 214px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), transparent),
    radial-gradient(circle at 50% 42%, rgba(242,27,63,.34), transparent 52%),
    #090b10;
  border-right: 1px solid rgba(242,27,63,.22);
}

.giveaway-history-card .giveaway-history-media img {
  object-fit: cover;
  padding: 0;
  opacity: .96;
  filter: saturate(1.08) contrast(1.04);
}

.giveaway-history-card .giveaway-history-main {
  align-content: stretch;
  gap: 10px;
  padding: 18px 18px 16px;
}

.giveaway-history-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.giveaway-history-kicker span,
.giveaway-history-kicker b {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  font: 800 9px "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.giveaway-history-kicker span {
  color: #fff;
  background: var(--red);
  border-color: rgba(242,27,63,.72);
}

.giveaway-history-kicker b {
  color: #c8d0d9;
  background: rgba(255,255,255,.04);
}

.giveaway-history-badge {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 9px 10px;
  color: #fff;
  text-align: center;
  background: rgba(242,27,63,.9);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  font: 900 9px "DM Mono", monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.giveaway-history-code {
  color: #94a0ae;
  font: 9px "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.giveaway-history-main h2 {
  margin: 0;
  color: #f2f1ed;
  font: 800 32px/.86 "Barlow Condensed", sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.giveaway-history-progress {
  display: block;
  height: 7px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
}

.giveaway-history-progress i {
  display: block;
  height: 100%;
  background: var(--red);
  box-shadow: 0 0 18px rgba(242,27,63,.72);
}

.giveaway-history-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 8px;
  background: transparent;
  border: 0;
}

.giveaway-history-facts span {
  display: grid;
  gap: 3px;
  min-height: 58px;
  padding: 10px 11px;
  background: rgba(8,9,12,.42);
  border: 1px solid rgba(255,255,255,.09);
  border-left: 2px solid rgba(242,27,63,.72);
  border-radius: 0;
}

.giveaway-history-facts b {
  color: #fff;
  font: 800 15px "DM Mono", monospace;
}

.giveaway-history-facts small {
  color: #858b95;
  font: 8px "DM Mono", monospace;
  text-transform: uppercase;
}

.giveaway-history-winner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  color: #f5f3ee;
  background: rgba(242,27,63,.09);
  border: 1px solid rgba(242,27,63,.2);
  border-left: 2px solid var(--red);
  border-radius: 0;
}

.giveaway-history-winner small {
  color: var(--red);
  font: 900 9px "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.giveaway-history-winner img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.giveaway-history-actions {
  display: grid;
  place-items: center;
  grid-column: 1 / -1;
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,.08);
  border-left: 0;
  background: rgba(8,9,12,.32);
}

.giveaway-history-actions .giveaway-result-button {
  width: 100%;
  min-height: 52px;
  color: #fff;
  background: var(--red);
  border-radius: 0;
  box-shadow: 0 14px 32px rgba(242,27,63,.18);
  font-weight: 900;
}

.giveaway-history-actions .giveaway-result-button:hover {
  color: #090a0d;
  background: #f5f3ee;
  box-shadow: 0 16px 36px rgba(245,243,238,.16);
}

.giveaway-history-panel {
  width: min(860px, calc(100vw - 32px));
}

.giveaway-modal-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.giveaway-modal-head h2 {
  margin: 0;
  color: #fff;
  font: 700 42px/.86 "Barlow Condensed", sans-serif;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.giveaway-modal-head > span,
.giveaway-result-grid span,
.giveaway-result-grid small,
.giveaway-result-summary span,
.giveaway-result-summary small {
  color: #8d929c;
  font-size: 11px;
  line-height: 1.45;
}

.giveaway-result-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.giveaway-result-summary article,
.giveaway-result-grid article,
.giveaway-participants-list article {
  display: grid;
  gap: 5px;
  padding: 14px;
  background: #101217;
  border: 1px solid rgba(255,255,255,.1);
}

.giveaway-result-summary strong {
  color: #fff;
  font: 700 22px/.9 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.giveaway-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.giveaway-result-grid strong {
  color: #fff;
  font-size: 14px;
}

.giveaway-participants-head {
  margin-top: 24px;
}

.giveaway-participants-list {
  display: grid;
  gap: 8px;
}

.giveaway-participants-list article {
  grid-template-columns: minmax(170px, .8fr) minmax(140px, .55fr) minmax(130px, .5fr) minmax(0, 1fr);
  align-items: center;
}

.giveaway-participants-list strong {
  color: #fff;
}

.giveaway-card {
  overflow: hidden;
  background: #101217;
  border: 1px solid rgba(255,255,255,.1);
}

.giveaway-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
  min-height: 420px;
  background:
    linear-gradient(90deg, rgba(8,9,12,.92), rgba(8,9,12,.38)),
    var(--giveaway-banner, url("../img/skinzada-hero.png")) center / cover;
}

.giveaway-hero-copy {
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 32px;
}

.giveaway-ticket-status,
.giveaway-stat-grid,
.giveaway-body-grid {
  display: grid;
  gap: 12px;
}

.giveaway-stat-grid {
  grid-template-columns: repeat(3, 1fr);
  margin: 18px;
}

.giveaway-stat-grid article,
.giveaway-number-panel,
.giveaway-purchase-panel,
.giveaway-buy-box,
.giveaway-meta,
.giveaway-instant-prizes,
.quota-promotion-showcase,
.top-buyer-showcase,
.instant-prize-showcase,
.giveaway-order-list {
  padding: 18px;
  background: #14161c;
  border: 1px solid rgba(255,255,255,.1);
}

.giveaway-body-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  margin: 18px;
}

.giveaway-body-grid-single {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.giveaway-body-grid-single .giveaway-purchase-panel {
  width: 100%;
  max-width: 640px;
}

.giveaway-number-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
  gap: 7px;
}

.giveaway-number-grid label,
.instant-quantity-option {
  display: grid;
  place-items: center;
  min-height: 42px;
  color: #c8cbd1;
  background: #0e1015;
  border: 1px solid rgba(255,255,255,.1);
  cursor: pointer;
}

.giveaway-number-grid label.mine,
.giveaway-number-grid label.selected,
.instant-quantity-option.popular {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.giveaway-number-grid label.reserved,
.giveaway-number-grid label.sold {
  opacity: .5;
  cursor: not-allowed;
}

/* .detail-page/.detail-header/.prize-grid/.prize-panel/.detail-trust-row already come from the
   Legacy novo-design rules were inlined and purged; only the overrides needed for this page's real data follow. */
.prize-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 18px;
}

.detail-trust-row {
  margin: 18px;
}

.giveaway-purchase-panel {
  position: sticky;
  top: 18px;
  align-self: start;
}

.detail-page .detail-main {
  padding-top: 28px;
}

.detail-page .detail-breadcrumb {
  margin-bottom: 22px;
}

.detail-page .giveaway-card {
  overflow: visible;
  background: transparent;
  border: 0;
}

.detail-page .giveaway-hero {
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  min-height: 310px;
  border: 1px solid rgba(65,220,167,.28);
  background:
    linear-gradient(90deg, rgba(8,9,12,.92), rgba(8,9,12,.58)),
    var(--giveaway-banner, url("../img/skinzada-hero.png")) center / cover;
}

.detail-page .giveaway-hero-media {
  min-height: 310px;
  background: rgba(65,220,167,.05);
}

.detail-page .giveaway-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 34px;
  filter: drop-shadow(0 26px 44px rgba(0,0,0,.48));
}

.detail-page .giveaway-hero-copy {
  align-content: center;
  padding: 34px 38px;
}

.detail-page .giveaway-hero-copy h2 {
  max-width: 560px;
  font-size: clamp(38px, 4.6vw, 64px);
}

.detail-page .giveaway-hero-copy .eyebrow {
  color: #43dca8;
}

.detail-page .giveaway-hero-copy span:not(.eyebrow) {
  color: #c4c8cf;
}

.detail-page .giveaway-ticket-status {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.detail-page .giveaway-ticket-status span {
  padding: 14px;
  background: rgba(10,12,16,.78);
  border: 1px solid rgba(255,255,255,.1);
}

.detail-page .detail-trust-row {
  gap: 12px;
  margin-top: 16px;
  background: transparent;
  border: 0;
}

.detail-page .detail-trust-row > div {
  position: relative;
  min-height: 88px;
  align-items: center;
  gap: 13px;
  padding: 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(65,220,167,.08), rgba(255,255,255,.015)),
    #13161d;
  border: 1px solid rgba(255,255,255,.1);
}

.detail-page .detail-trust-row > div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: #43dca8;
}

.detail-page .detail-trust-row i,
.detail-page .detail-trust-row svg {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  padding: 9px;
  color: #43dca8;
  background: rgba(65,220,167,.1);
  border: 1px solid rgba(65,220,167,.28);
}

.detail-page .detail-trust-row span {
  color: #858b95;
  font-size: 11px;
  line-height: 1.45;
}

.detail-page .detail-trust-row strong {
  margin-bottom: 4px;
  color: #f1f3f0;
  font-size: 13px;
}

.detail-page .prize-grid,
.detail-page .detail-trust-row,
.detail-page .giveaway-stat-grid,
.detail-page .giveaway-body-grid,
.detail-page .winning-titulos,
.detail-page .giveaway-order-list {
  margin-right: 0;
  margin-left: 0;
}

.detail-page .prize-grid {
  display: none;
}

.detail-page .detail-prize-rotator {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.detail-page .detail-prize-rotator figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  animation: detail-prize-fade calc(var(--award-total) * 4s) infinite;
  animation-delay: calc(var(--award-index) * 4s);
}

.detail-page .detail-prize-rotator img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 32px 30px 54px;
  filter: drop-shadow(0 24px 42px rgba(0,0,0,.5));
}

.detail-page .detail-prize-rotator figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-size: 13px;
}

.detail-page .detail-prize-rotator figcaption b {
  color: #43dca8;
  font: 10px "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.detail-page .detail-prize-rotator figcaption span {
  overflow: hidden;
  color: #fff;
  font-weight: 800;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes detail-prize-fade {
  0%,
  100% {
    opacity: 0;
    transform: translateY(8px) scale(.98);
  }

  8%,
  44% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  54% {
    opacity: 0;
    transform: translateY(-8px) scale(.985);
  }
}

.detail-page .giveaway-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.detail-page .giveaway-stat-grid article {
  position: relative;
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(65,220,167,.08), transparent 46%),
    #13161d;
  border: 1px solid rgba(255,255,255,.1);
}

.detail-page .giveaway-stat-grid article::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(65,220,167,.14);
  transform: rotate(12deg);
}

.detail-page .giveaway-stat-grid article strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font: 800 25px/1 "Barlow Condensed", sans-serif;
  letter-spacing: -.015em;
}

.detail-page .giveaway-stat-grid article strong span {
  color: #43dca8;
}

.detail-page .giveaway-stat-grid article small {
  position: relative;
  z-index: 1;
  color: #9aa0aa;
  font: 10px "DM Mono", monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.detail-page .giveaway-stat-grid progress {
  position: relative;
  z-index: 1;
  width: min(160px, 100%);
  height: 6px;
  margin-top: 4px;
  overflow: hidden;
  appearance: none;
  background: #262b33;
  border: 0;
}

.detail-page .giveaway-stat-grid progress::-webkit-progress-bar {
  background: #262b33;
}

.detail-page .giveaway-stat-grid progress::-webkit-progress-value {
  background: linear-gradient(90deg, #43dca8, #e9b949);
}

.detail-page .giveaway-stat-grid progress::-moz-progress-bar {
  background: linear-gradient(90deg, #43dca8, #e9b949);
}

.detail-page .giveaway-body-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr);
  align-items: start;
  gap: 22px;
  margin-top: 18px;
}

.detail-page .giveaway-body-grid-single {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.detail-page .giveaway-body-grid-single .giveaway-purchase-panel {
  width: 100%;
  max-width: 640px;
}

.detail-page .giveaway-number-panel,
.detail-page .giveaway-purchase-panel,
.detail-page .giveaway-buy-box,
.detail-page .giveaway-meta,
.detail-page .giveaway-instant-prizes {
  background: #15181f;
  border-color: rgba(65,220,167,.22);
}

.detail-page .giveaway-number-panel {
  border-top: 2px solid #43dca8;
}

.detail-page .giveaway-number-grid {
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
  gap: 8px;
}

.detail-page .giveaway-number-grid label {
  position: relative;
  min-height: 54px;
  color: #dce8e3;
  background: rgba(65,220,167,.1);
  border-color: rgba(65,220,167,.34);
  font: 700 16px "DM Mono", monospace;
}

.detail-page .giveaway-number-grid input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.detail-page .giveaway-number-grid label span {
  display: grid;
  place-items: center;
}

.detail-page .giveaway-number-grid label.selected,
.detail-page .giveaway-number-grid label.mine {
  color: #07120f;
  background: #43dca8;
  border-color: #9effdf;
  box-shadow: 0 0 24px rgba(65,220,167,.24);
}

.detail-page .giveaway-number-grid label.reserved {
  color: #201704;
  background: #e9b949;
  border-color: #ffd66d;
  box-shadow: 0 0 22px rgba(233,185,73,.22);
  opacity: 1;
  text-decoration: none;
}

.detail-page .giveaway-number-grid label.sold {
  color: #6f747e;
  background: #242832;
  border-color: rgba(255,255,255,.1);
  opacity: 1;
  text-decoration: line-through;
}

.detail-page .giveaway-form-footer small {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 14px;
  color: #858b95;
  font: 9px "DM Mono", monospace;
  text-transform: uppercase;
}

.detail-page .giveaway-form-footer b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.detail-page .giveaway-form-footer b::before {
  content: "";
  width: 8px;
  height: 8px;
  background: rgba(65,220,167,.85);
  border: 1px solid rgba(65,220,167,.95);
}

.detail-page .giveaway-form-footer b:nth-child(2)::before {
  background: #e9b949;
  border-color: #ffd66d;
}

.detail-page .giveaway-form-footer b:nth-child(3)::before {
  background: #242832;
  border-color: rgba(255,255,255,.12);
}

.detail-page .giveaway-form-footer b:nth-child(4)::before {
  background: #43dca8;
  border-color: #9effdf;
}

.detail-page .giveaway-purchase-panel {
  top: 96px;
  border-color: rgba(242,27,63,.34);
  border-top: 2px solid var(--red);
  box-shadow: 0 28px 70px rgba(0,0,0,.34);
}

.detail-page .giveaway-buy-box {
  display: grid;
  gap: 10px;
}

.detail-page .giveaway-meta {
  display: grid;
  gap: 10px;
}

.detail-page .giveaway-meta span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #e7e8ea;
  font-size: 13px;
  line-height: 1.35;
}

.detail-page .giveaway-meta svg,
.detail-page .giveaway-instant-prizes svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #43dca8;
}

.detail-page .giveaway-user-numbers {
  margin-top: 14px;
  padding: 14px 16px;
  background: rgba(16,18,25,.88);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
}

.detail-page .giveaway-user-numbers > span {
  display: block;
  margin-bottom: 5px;
  color: #8b909a;
  font: 9px "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.detail-page .giveaway-user-numbers > strong {
  color: #fff;
}

.detail-page .manual-selection-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(67,220,168,.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(67,220,168,.18), transparent 42%),
    rgba(255,255,255,.035);
}

.detail-page .manual-selection-head {
  display: contents;
}

.detail-page .manual-selection-summary span {
  color: #b8beca;
  font-size: 16px;
  font-weight: 600;
}

.detail-page .manual-selection-summary strong {
  justify-self: end;
  color: #43dca8;
  font: 700 34px "DM Mono", monospace;
  line-height: 1;
}

.detail-page .manual-selection-summary small {
  grid-column: 1 / -1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.detail-page .manual-selection-summary .ghost-link {
  grid-column: 1 / -1;
  justify-self: end;
  min-height: 28px;
  padding: 0 10px;
  color: #ffd3d8;
  background: rgba(242,27,63,.12);
  border: 1px solid rgba(242,27,63,.24);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.detail-page .giveaway-checkout-summary {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(67,220,168,.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(67,220,168,.12), transparent 38%),
    rgba(255,255,255,.03);
}

.detail-page .giveaway-quantity-stepper {
  margin-bottom: 8px;
}

.detail-page .giveaway-buyer-box {
  margin-bottom: 0;
}

.detail-page .giveaway-quantity-caption {
  margin: 2px 0 8px;
}

.detail-page .notice-box.cashback-notice {
  margin: 6px 0;
}

.detail-page .giveaway-payment-method {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.detail-page .giveaway-payment-method span,
.detail-page .giveaway-total-preview span {
  color: #b8beca;
  font-size: 16px;
  font-weight: 600;
}

.detail-page .giveaway-payment-method strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.detail-page .giveaway-payment-method svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: #43dca8;
}

.detail-page .giveaway-total-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  padding: 16px;
  background: rgba(0,0,0,.16);
}

.detail-page .giveaway-total-preview strong {
  justify-self: end;
  color: #fff;
  font: 700 34px "Barlow Condensed", sans-serif;
  line-height: 1;
  white-space: nowrap;
}

.detail-page .giveaway-total-preview small {
  grid-column: 1 / -1;
  color: #43dca8;
  font-size: 12px;
  font-weight: 700;
}

.detail-page .giveaway-buy-box .button {
  width: 100%;
  justify-content: center;
  min-height: 58px;
  gap: 9px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .detail-page .giveaway-hero,
  .detail-page .giveaway-body-grid,
  .detail-page .giveaway-stat-grid {
    grid-template-columns: 1fr;
  }

  .detail-page .giveaway-purchase-panel {
    position: relative;
    top: auto;
  }
}

@media (max-width: 650px) {
  .detail-page .giveaway-hero,
  .detail-page .giveaway-hero-media {
    min-height: 280px;
  }

  .detail-page .giveaway-hero-copy,
  .detail-page .giveaway-hero-media img {
    padding: 22px;
  }

  .detail-page .giveaway-number-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
  }

  .detail-page .giveaway-number-grid label {
    min-height: 48px;
    font-size: 13px;
  }
}

.winning-titulos {
  margin: 18px;
  padding-top: 0;
}

.giveaway-checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 260;
}

.giveaway-checkout-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
}

.giveaway-checkout-dialog,
.modal-panel,
.points-redeem-panel {
  position: relative;
  z-index: 1;
  width: min(620px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  margin: 40px auto;
  padding: 24px;
  color: #f2f1ed;
  background: #14161c;
  border: 1px solid rgba(255,255,255,.12);
}

.points-shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(242,27,63,.13), transparent 42%),
    #171920;
}

.points-shop-actions,
.points-shop-sidebar,
.points-redeem-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.points-shop-wallet {
  position: relative;
  padding: 24px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
}

.points-shop-wallet strong {
  display: block;
  color: #fff;
  font: 700 56px/.85 "Barlow Condensed", sans-serif;
}

.points-shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 17px;
}

.points-shop-card {
  overflow: hidden;
  transition: transform .22s var(--ease-out), border-color .22s var(--ease-out);
}

.points-shop-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242,27,63,.5);
}

.points-shop-card-media,
.points-redeem-image {
  min-height: 210px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(242,27,63,.2), transparent 48%),
    #1a1014;
}

.points-shop-card-media img,
.points-redeem-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.points-shop-card-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.points-shop-faq {
  margin-top: 80px;
  padding: 42px;
  background: #f0ede6;
  color: #17181b;
}

.points-shop-faq h2,
.points-shop-faq h3 {
  color: #17181b;
}

.points-shop-faq-list {
  display: grid;
  gap: 10px;
}

.points-shop-faq details {
  padding: 18px;
  background: #e8e4dc;
  border: 1px solid rgba(22,24,27,.12);
}

.modal-backdrop,
.confirm-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0,0,0,.72);
}

.hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .desktop-only {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .main-nav {
    position: absolute;
    top: 74px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: rgba(12,13,17,.98);
    border: 1px solid rgba(255,255,255,.1);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .main-nav a.active::after {
    display: none;
  }

  .account-hero-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .account-hero-rank {
    padding-left: 0;
    border-left: 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .account-layout-grid {
    grid-template-columns: 1fr;
  }

  .account-side-column {
    position: static;
  }

  .account-field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .affiliate-apply-hero {
    grid-template-columns: 1fr;
  }

  .cashback-hero,
  .cashback-panels {
    grid-template-columns: 1fr;
  }

  .giveaway-list.is-history {
    grid-template-columns: 1fr;
  }

  .giveaway-history-card {
    grid-template-columns: 168px minmax(0, 1fr);
  }

  .giveaway-history-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
    border-top: 1px solid rgba(255,255,255,.08);
    border-left: 0;
  }

  .giveaway-history-actions .giveaway-result-button {
    width: 100%;
  }

  .giveaway-history-facts,
  .giveaway-result-summary,
  .giveaway-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .giveaway-participants-list article {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .container,
  .hero-content,
  .hall-fama,
  .live-draw-band,
  .cashback-page {
    width: min(100% - 32px, 1200px);
  }

  .top-strip {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background-image:
      linear-gradient(180deg, rgba(8,9,12,.24) 0%, rgba(8,9,12,.95) 58%, #08090c 100%),
      url("../img/skinzada-hero.png");
    background-position: top center;
  }

  .hero-content {
    padding: 70px 0 64px;
  }

  .giveaway-history-card {
    grid-template-columns: 1fr;
  }

  .account-dashboard {
    padding-top: 28px;
  }

  .account-hero-card {
    padding: 22px;
  }

  .account-hero-identity {
    align-items: flex-start;
  }

  .account-field-grid,
  .account-data-card .account-field-grid label:nth-last-child(-n + 2) {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .giveaway-history-media {
    min-height: 230px;
  }

  .giveaway-history-main {
    padding: 18px;
  }

  .giveaway-history-facts,
  .giveaway-result-summary,
  .giveaway-result-grid,
  .giveaway-participants-list article {
    grid-template-columns: 1fr;
  }

  .giveaway-modal-head h2 {
    font-size: 34px;
  }

  .community-copy .button-red {
    width: 100%;
    justify-content: center;
  }

  .footer-top {
    display: block;
    padding-top: 45px;
    padding-bottom: 36px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 22px;
    margin-top: 38px;
  }

  .footer-links div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    display: block;
    padding-bottom: 85px;
    line-height: 1.8;
  }

  .footer-bottom span {
    display: block;
  }
}

/* Account profile: GamersClub-style settings layout */
.account-layout-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
}

.account-main-column,
.account-sections {
  min-width: 0;
}

.account-data-card {
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  border-color: rgba(255,255,255,.07);
  background:
    linear-gradient(90deg, rgba(19,32,52,.82), rgba(22,29,42,.74)),
    #151820;
}

.account-data-card::before {
  display: none;
}

.account-data-card .account-card-head {
  min-height: 58px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(8,15,26,.54);
}

.account-data-card .account-card-head .account-card-icon {
  display: none;
}

.account-data-card .account-card-head h2 {
  font-size: 23px;
}

.account-save-top {
  border-color: rgba(33,160,255,.55);
  color: #eef8ff;
  background: rgba(33,160,255,.12);
}

.account-save-top:hover {
  border-color: rgba(33,160,255,.75);
  background: rgba(33,160,255,.2);
}

.account-data-card .account-field-grid {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 0;
  margin-top: 0;
}

.account-data-card .account-field-grid > label,
.account-data-card .favorite-team-field {
  display: grid;
  grid-column: 1 / -1 !important;
  grid-template-columns: 178px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  justify-content: start;
  min-height: 58px;
  padding: 8px 20px;
  border-bottom: 1px solid rgba(0,0,0,.28);
  color: #fff;
  background: rgba(255,255,255,.025);
  font: 700 12px/1.2 Manrope, system-ui, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.account-data-card .account-field-grid > label:nth-child(even),
.account-data-card .favorite-team-field:nth-child(even) {
  background: rgba(255,255,255,.04);
}

.account-data-card .steam-trade-field {
  min-height: 74px;
}

.account-data-card input,
.account-data-card .team-picker-button {
  width: 100%;
  max-width: 360px;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.04);
  border-radius: 4px;
  color: #f5f7fb;
  background: rgba(128,142,164,.32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.account-data-card input[name="steam_trade_url"] {
  max-width: 430px;
  font-size: 12px;
  text-overflow: ellipsis;
}

.account-data-card input:focus,
.account-data-card .team-picker.is-open .team-picker-button,
.account-data-card .team-picker-button:hover {
  border-color: rgba(33,160,255,.4);
  background: rgba(128,142,164,.4);
}

.account-data-card .steam-trade-field .account-help-link {
  grid-column: 2;
  justify-self: start;
  margin-top: 0;
  color: #34a5ff;
  font-size: 11px;
}

.account-data-card .account-inline-label {
  display: block;
  min-height: 19px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.account-data-card .account-inline-label b {
  display: none;
}

.account-data-card .team-picker {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin-top: 0;
}

.account-data-card .team-picker-button {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto 18px;
  gap: 10px;
  align-items: center;
  padding: 6px 10px;
  cursor: pointer;
  text-align: left;
}

.account-data-card .team-picker-button strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-data-card .team-picker-button small {
  color: #b4bdca;
  font-size: 10px;
  font-weight: 800;
}

.account-data-card .team-select-panel {
  z-index: 40;
  top: calc(100% + 6px);
  display: grid;
  gap: 3px;
  max-height: min(300px, 46vh);
  padding: 5px;
  overflow: auto;
  background: rgba(11,14,17,.98);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0,0,0,.42);
}

.account-data-card .team-select-panel[hidden],
.account-data-card .team-group[hidden],
.account-data-card .team-option[hidden] {
  display: none !important;
}

.account-data-card .team-select-panel input[type="search"] {
  position: sticky;
  z-index: 2;
  top: 0;
  min-height: 36px;
  margin-bottom: 3px;
  background: #11161d;
}

.account-data-card .team-group {
  display: grid;
  gap: 2px;
  margin-bottom: 3px;
}

.account-data-card .team-group > strong {
  padding: 6px 7px 2px;
  margin: 0;
  color: #8b94a3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.account-data-card .team-option {
  position: relative;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 34px;
  padding: 4px 7px;
  border-radius: 6px;
  color: #e7edf5;
  cursor: pointer;
}

.account-data-card .team-option.no-team {
  grid-template-columns: minmax(0, 1fr);
  color: #d5dbe4;
  font-weight: 800;
}

.account-data-card .team-option:hover,
.account-data-card .team-option.selected,
.account-data-card .team-option:has(input:checked) {
  background: rgba(23,198,163,.08);
}

.account-data-card .team-option.selected {
  color: #fff;
  background: rgba(23,198,163,.14);
  box-shadow: inset 2px 0 0 var(--teal);
}

.account-data-card .team-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
  opacity: 0;
}

.account-data-card .team-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  overflow: visible;
  border-radius: 0;
  color: var(--team-accent);
  background: transparent;
  font-size: 10px;
  font-weight: 900;
}

.account-data-card .team-mark img {
  display: block;
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

.account-data-card .team-mark b {
  display: block;
  color: inherit;
  font: inherit;
}

.account-data-card .team-mark.has-logo b,
.account-data-card .team-mark.logo-failed img {
  display: none;
}

.account-data-card .team-mark.logo-failed b {
  display: block;
}

.account-data-card .team-option-name {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-data-card .account-save-row {
  margin: 0;
  padding: 12px 20px;
  border-top: 0;
  background: rgba(8,15,26,.3);
}

.password-card {
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  border-color: rgba(255,255,255,.07);
  background:
    linear-gradient(90deg, rgba(19,32,52,.82), rgba(22,29,42,.74)),
    #151820;
}

.password-card::before {
  display: none;
}

.password-card .account-card-head {
  min-height: 58px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(8,15,26,.54);
}

.password-card .account-card-head .account-card-icon {
  display: none;
}

.password-card .account-card-head h2 {
  font-size: 23px;
}

.password-save-top {
  border-color: rgba(242,27,63,.55);
  color: #fff;
  background: rgba(242,27,63,.16);
}

.password-save-top:hover {
  border-color: rgba(242,27,63,.76);
  background: rgba(242,27,63,.26);
}

.password-card .password-grid {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 0;
  margin-top: 0;
}

.password-card .password-grid > label {
  display: grid;
  grid-column: 1 / -1 !important;
  grid-template-columns: 178px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  justify-content: start;
  min-height: 58px;
  padding: 8px 20px;
  border-bottom: 1px solid rgba(0,0,0,.28);
  color: #fff;
  background: rgba(255,255,255,.025);
  font: 700 12px/1.2 Manrope, system-ui, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.password-card .password-grid > label:nth-child(even) {
  background: rgba(255,255,255,.04);
}

.password-card input {
  width: 100%;
  max-width: 360px;
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.04);
  border-radius: 4px;
  color: #f5f7fb;
  background: rgba(128,142,164,.32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.password-card input:focus {
  border-color: rgba(242,27,63,.42);
  background: rgba(128,142,164,.4);
}

.rank-medal {
  position: relative;
  width: 62px;
  height: 68px;
  clip-path: polygon(50% 0, 92% 15%, 92% 68%, 50% 100%, 8% 68%, 8% 15%);
  border-radius: 0;
  background: linear-gradient(155deg, #70e5ff 0%, #1d73ff 45%, #7d4dff 100%);
  filter: drop-shadow(0 12px 22px rgba(29,115,255,.3));
}

.rank-medal::before {
  content: "";
  position: absolute;
  inset: 4px;
  clip-path: inherit;
  background:
    radial-gradient(circle at 50% 18%, rgba(112,229,255,.34), transparent 28%),
    linear-gradient(180deg, #13233b 0%, #07101f 100%);
}

.rank-medal::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: rgba(112,229,255,.62);
  box-shadow: 0 0 12px rgba(112,229,255,.52);
  transform: translateX(-50%);
}

.rank-medal span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 1000;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

.patent-ladder {
  display: grid;
  grid-template-columns: repeat(7, 30px);
  gap: 8px;
  margin-top: 18px;
}

.patent-ladder span {
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  height: 34px;
  clip-path: polygon(50% 0, 91% 15%, 91% 68%, 50% 100%, 9% 68%, 9% 15%);
  color: #5f7188;
  background: linear-gradient(155deg, rgba(83,108,139,.72), rgba(18,29,47,.92));
  font-size: 12px;
  font-weight: 950;
  isolation: isolate;
}

.patent-ladder span::before {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: -1;
  clip-path: inherit;
  background:
    radial-gradient(circle at 50% 18%, rgba(126,154,186,.14), transparent 34%),
    linear-gradient(180deg, #111a29, #080d16);
}

.patent-ladder span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 11px;
  height: 2px;
  z-index: -1;
  border-radius: 999px;
  background: currentColor;
  opacity: .45;
  transform: translateX(-50%);
}

.patent-ladder b {
  display: block;
  color: inherit;
  font-size: 12px;
  line-height: 1;
  text-shadow: 0 2px 7px rgba(0,0,0,.7);
}

.patent-ladder span.unlocked {
  color: #d8f7ff;
  background: linear-gradient(155deg, #62dcff 0%, #1d73ff 58%, #6a50ff 100%);
  box-shadow: 0 8px 18px rgba(29,115,255,.16);
}

.patent-ladder span.current {
  color: #11151b;
  background: linear-gradient(155deg, #ffe071 0%, #ffba49 54%, #d48219 100%);
  box-shadow: 0 12px 24px rgba(255,186,73,.24), 0 0 0 1px rgba(255,255,255,.16);
  transform: translateY(-2px) scale(1.06);
}

.patent-ladder span.current::before {
  background:
    radial-gradient(circle at 50% 16%, rgba(255,255,255,.42), transparent 32%),
    linear-gradient(180deg, #ffc83d, #c78012);
}

.patent-ladder span.current::after {
  background: rgba(17,21,27,.46);
}

@media (max-width: 980px) {
  .account-data-card .account-field-grid > label,
  .account-data-card .favorite-team-field,
  .password-card .password-grid > label {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 18px;
  }
}

@media (max-width: 650px) {
  .account-data-card {
    padding: 0;
  }

  .account-data-card .account-card-head,
  .password-card .account-card-head {
    padding: 16px;
  }

  .account-data-card .account-field-grid,
  .account-data-card .account-field-grid label:nth-last-child(-n + 2),
  .password-card .password-grid {
    grid-template-columns: 1fr;
  }

  .account-data-card .account-field-grid > label,
  .account-data-card .favorite-team-field,
  .password-card .password-grid > label {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
    padding: 12px 16px;
  }

  .account-data-card input,
  .account-data-card .team-picker,
  .account-data-card .team-picker-button,
  .password-card input {
    max-width: none;
  }

  .account-data-card .steam-trade-field .account-help-link {
    grid-column: 1;
  }
}

.brand-wordmark-img,
.footer-logo-img {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand .brand-wordmark-img,
.skinzada-wordmark .brand-wordmark-img {
  height: 42px;
  max-width: 170px;
}

.auth-brand .brand-wordmark-img,
.auth-mobile-logo .brand-wordmark-img {
  height: 46px;
  max-width: 190px;
}

.footer-logo-img {
  height: 48px;
  max-width: 190px;
}

.payment-brand .brand-wordmark-img {
  height: 44px;
  max-width: 180px;
}

.site-header .brand.skinzada-wordmark,
.site-side-menu .side-menu-head .brand,
.auth-brand,
.auth-mobile-logo,
.payment-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 190px;
  min-width: 0;
}

.site-header .brand.skinzada-wordmark .brand-wordmark-img,
.site-side-menu .side-menu-head .brand-wordmark-img,
.auth-brand .brand-wordmark-img,
.auth-mobile-logo .brand-wordmark-img,
.payment-brand .brand-wordmark-img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 42px !important;
  object-fit: contain !important;
}

.site-header .nav-wrap {
  min-height: 76px;
}

.site-header .brand.skinzada-wordmark {
  max-width: 150px;
}

.site-header .brand.skinzada-wordmark .brand-wordmark-img {
  max-height: 44px !important;
}

.footer-logo-img {
  width: auto !important;
  max-width: 190px !important;
  height: auto !important;
  max-height: 48px !important;
}

.auth-side::after {
  content: 'SKINZADA';
  right: -210px;
  bottom: 12%;
  font-size: 178px;
  line-height: .8;
  letter-spacing: -.06em;
}

.auth-remember {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px !important;
  width: fit-content;
  color: #83918a !important;
  font: 9px 'DM Mono', monospace !important;
  text-transform: uppercase !important;
  cursor: pointer;
}

.auth-remember input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #43dca8;
}

.auth-page .auth-brand,
.auth-page .auth-mobile-logo {
  width: 118px !important;
  height: 58px !important;
  max-width: 118px !important;
  background-image: url("../img/Skinzada_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  letter-spacing: 0 !important;
}

.auth-page .auth-brand > *,
.auth-page .auth-mobile-logo > * {
  opacity: 0 !important;
  visibility: hidden !important;
}

.auth-page .auth-brand .brand-wordmark-img,
.auth-page .auth-mobile-logo .brand-wordmark-img {
  width: 118px !important;
  height: 58px !important;
  max-width: 118px !important;
  max-height: 58px !important;
}

.affiliate-symbol {
  display: grid;
  place-items: center;
  width: min(270px, 48vw);
  max-width: 72%;
  line-height: 0;
}

.affiliate-symbol img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 38px rgba(0,0,0,.18));
  transform: skew(9deg);
}

/* Payment / PIX checkout screen */
.payment-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 10%, rgba(65,220,167,.14), transparent 34%),
    radial-gradient(circle at 80% 0%, rgba(242,27,63,.16), transparent 30%),
    var(--background);
}
.payment-page {
  min-height: 100vh;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: clamp(18px, 4vw, 42px);
}
.payment-shell {
  display: grid;
  gap: 18px;
  width: min(680px, 100%);
}
.payment-brand {
  justify-self: center;
}
.payment-card {
  display: grid;
  gap: 18px;
  padding: clamp(16px, 3vw, 26px);
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
}
.payment-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}
.payment-card-head .eyebrow {
  display: block;
  margin: 0 0 4px;
  color: #f06e82;
  font: 10px 'DM Mono', monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.payment-card-head h1 {
  margin: 0;
  color: #fff;
  font: 700 clamp(24px, 3.4vw, 34px)/1.02 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}
.payment-card-head span,
.payment-selected span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.payment-card-head > strong {
  color: var(--red);
  font: 500 26px 'DM Mono', monospace;
  white-space: nowrap;
}
.payment-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: start;
  position: relative;
  padding: 6px 18px 4px;
}
.payment-flow::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 18%;
  right: 18%;
  height: 2px;
  background: linear-gradient(90deg, var(--red) 0 50%, rgba(255,255,255,.14) 50% 100%);
}
.payment-flow span {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: var(--muted);
  font: 9px 'DM Mono', monospace;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.payment-flow > span > svg {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 7px;
  border: 2px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.4);
  background: #0e1014;
}
.payment-flow .done,
.payment-flow .active {
  color: var(--red);
}
.payment-flow .done > svg,
.payment-flow .active > svg {
  border-color: var(--red);
  color: #fff;
  background: var(--red);
  box-shadow: 0 0 22px rgba(242,27,63,.3);
}
.payment-flow .active > svg {
  color: var(--red);
  background: #0e1014;
}
.payment-summary-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--border);
  background:
    radial-gradient(circle at 0 50%, rgba(242,27,63,.16), transparent 36%),
    rgba(255,255,255,.04);
}
.payment-summary-strip > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.payment-summary-strip span,
.payment-copy label {
  color: #9a9ea7;
  font: 10px 'DM Mono', monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.payment-summary-strip > div strong {
  color: #fff;
  font: 700 clamp(28px, 5vw, 40px)/.95 'Barlow Condensed', sans-serif;
}
.payment-summary-strip small {
  color: #b7bac2;
  font-size: 12px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.payment-selected {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.04);
}
.payment-selected strong {
  color: var(--foreground);
  overflow-wrap: anywhere;
}
.payment-countdown {
  display: grid;
  gap: 8px;
  min-width: 150px;
  padding: 0;
  border: 0;
  background: transparent;
}
.payment-countdown p {
  display: grid;
  justify-items: end;
  gap: 4px;
  margin: 0;
  color: #9a9ea7;
  font: 10px 'DM Mono', monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.payment-countdown b {
  color: var(--foreground);
  font: 500 30px 'DM Mono', monospace;
  line-height: 1;
}
.payment-progress {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0,0,0,.4);
}
.payment-progress span {
  display: block;
  width: var(--progress, 100%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #41dca7, var(--red));
  transition: width .35s ease;
}
.payment-pix-panel {
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: clamp(18px, 4vw, 28px);
  border: 1px solid var(--border);
  background: rgba(255,255,255,.03);
}
.payment-pix-panel header {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}
.payment-pix-panel h2 {
  margin: 0;
  color: #fff;
  font: 700 22px 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}
.payment-pix-panel header p {
  max-width: 460px;
  margin: 0;
  color: #b7bac2;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
.payment-pix-content {
  display: grid;
  grid-template-columns: minmax(170px, 210px) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}
.payment-qr {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
  padding: 14px;
  background: #fff;
}
.payment-qr img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
}
.payment-copy {
  display: grid;
  gap: 9px;
  min-width: 0;
}
.payment-copy textarea {
  width: 100%;
  min-height: 48px;
  max-height: 82px;
  padding: 10px 12px;
  color: var(--foreground);
  background: #0e1014;
  border: 1px solid rgba(255,255,255,.15);
  font: 12px 'Manrope', sans-serif;
  line-height: 1.35;
  resize: vertical;
}
.payment-copy .button {
  min-height: 46px;
  width: 100%;
  justify-content: center;
  color: #fff;
  background: var(--red);
  box-shadow: 0 16px 34px rgba(242,27,63,.24);
}
.payment-copy .button:hover {
  background: #ff3154;
}
.payment-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.payment-steps li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.payment-steps b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font: 700 12px 'DM Mono', monospace;
}
.payment-status-line {
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(65,220,167,.28);
  color: var(--muted);
  background: rgba(65,220,167,.06);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.payment-state {
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 30px 24px;
  text-align: center;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.04);
}
.payment-state h2 {
  margin: 0;
  color: #fff;
  font: 700 22px 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}
.payment-state p {
  margin: 0;
  max-width: 380px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.payment-state svg {
  width: 44px;
  height: 44px;
  color: #41dca7;
}
.payment-state.expired svg {
  color: #f2b01b;
}
.payment-state .button {
  min-height: 44px;
  padding: 0 22px;
  color: #fff;
  background: var(--red);
}
.payment-state .button:hover {
  background: #ff3154;
}
.payment-confirmed-state {
  justify-items: stretch;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  border-color: rgba(65,220,167,.3);
  background:
    radial-gradient(circle at 50% 0%, rgba(65,220,167,.16), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}
.payment-confirmed-state > .eyebrow,
.payment-confirmed-state > h2,
.payment-confirmed-state > p {
  justify-self: center;
  max-width: 560px;
  margin: 0;
  text-align: center;
}
.payment-success-mark {
  display: grid;
  place-items: center;
  justify-self: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(65,220,167,.34);
  border-radius: 999px;
  background: rgba(65,220,167,.1);
  box-shadow: 0 0 42px rgba(65,220,167,.16);
}
.payment-success-mark svg {
  width: 38px;
  height: 38px;
}
.payment-confirmed-campaign,
.payment-confirmed-numbers,
.payment-confirmed-prizes,
.payment-confirmed-note {
  margin-top: 8px;
}
.payment-confirmed-campaign {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(5,8,12,.38);
  text-align: left;
}
.payment-confirmed-campaign span,
.payment-confirmed-numbers > span {
  color: var(--muted);
  font: 10px 'DM Mono', monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.payment-confirmed-campaign strong {
  color: #fff;
  font: 700 clamp(20px, 3vw, 28px)/1.08 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}
.payment-confirmed-campaign small {
  color: #b7bac2;
  font-size: 12px;
  font-weight: 700;
}
.payment-confirmed-numbers {
  display: grid;
  gap: 10px;
  text-align: left;
}
.payment-confirmed-numbers div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.payment-confirmed-numbers b {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(65,220,167,.25);
  color: #dffcf4;
  background: rgba(65,220,167,.09);
  font: 700 12px 'DM Mono', monospace;
}
.payment-confirmed-prizes {
  display: grid;
  gap: 10px;
}
.payment-confirmed-prizes article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(233,185,73,.36);
  background: linear-gradient(135deg, rgba(233,185,73,.15), rgba(65,220,167,.07));
  text-align: left;
}
.payment-confirmed-prizes img,
.payment-confirmed-prizes article > svg {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: rgba(0,0,0,.2);
}
.payment-confirmed-prizes article > svg {
  padding: 18px;
  color: #e9b949;
}
.payment-confirmed-prizes div {
  display: grid;
  gap: 4px;
}
.payment-confirmed-prizes span {
  color: #e9b949;
  font: 10px 'DM Mono', monospace;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.payment-confirmed-prizes strong {
  color: #fff7d8;
  font-size: 17px;
  line-height: 1.2;
}
.payment-confirmed-prizes small,
.payment-confirmed-note {
  color: #b7bac2;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
.payment-confirmed-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}
.payment-confirmed-actions .button {
  min-height: 44px;
}
.payment-confirmed-actions .button-secondary {
  color: #d9dbe0;
  background: transparent;
  border: 1px solid rgba(255,255,255,.16);
}
.payment-confirmed-actions .button-secondary:hover {
  color: #fff;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.32);
}
.payment-check-button {
  justify-self: center;
  min-height: 44px;
  padding: 0 20px;
  color: #d9dbe0;
  background: transparent;
  border: 1px solid rgba(255,255,255,.16);
}
.payment-check-button:hover {
  color: #fff;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.32);
}
.payment-check-button:disabled {
  opacity: .6;
  cursor: not-allowed;
}
@media (max-width: 640px) {
  .payment-card-head,
  .payment-summary-strip {
    grid-template-columns: 1fr;
  }
  .payment-pix-content {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .payment-card-head > strong {
    justify-self: start;
  }
  .payment-summary-strip {
    gap: 14px;
  }
  .payment-countdown p {
    justify-items: start;
  }
  .payment-copy {
    width: 100%;
  }
  .payment-flow {
    padding-inline: 0;
  }
  .payment-flow::before {
    left: 16%;
    right: 16%;
  }
  .payment-flow span {
    font-size: 8px;
  }
  .payment-confirmed-prizes article {
    grid-template-columns: 1fr;
  }
  .payment-confirmed-actions {
    display: grid;
  }
}

/* Order list with inline PIX / checkout status (giveaways.php + meus-numeros.php) */
.giveaway-order-list {
  display: grid;
  gap: 12px;
}
.giveaway-order-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.03);
}
.giveaway-order-list > div.current-checkout-order {
  border-color: rgba(242,27,63,.55);
  box-shadow: 0 0 0 1px rgba(242,27,63,.2), 0 18px 46px rgba(242,27,63,.14);
}
.giveaway-order-list > div > span {
  display: grid;
  gap: 3px;
  min-width: 0;
  color: var(--foreground);
  font-size: 13px;
  font-weight: 700;
}
.giveaway-order-list > div > span > small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.giveaway-order-list > div > strong {
  color: var(--red);
  white-space: nowrap;
  justify-self: end;
  font: 500 16px 'DM Mono', monospace;
}
.giveaway-order-list > div > em.pill {
  justify-self: end;
}
.giveaway-order-number-chips {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}
.giveaway-order-number-chips b {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 7px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 4px;
  color: #d9dbe0;
  background: rgba(255,255,255,.06);
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
}
.giveaway-order-number-chips b.quota-promo-mine {
  border-color: rgba(242,27,63,.6);
  color: #fff;
  background: linear-gradient(180deg, rgba(242,27,63,.9), rgba(168,14,40,.9));
}
.giveaway-prize-hit {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(65,220,167,.4);
  color: #d6fff0;
  background: rgba(65,220,167,.1);
  font-size: 12px;
  font-weight: 800;
}
.giveaway-prize-hit svg {
  width: 16px;
  height: 16px;
  color: #41dca7;
  flex: 0 0 auto;
}
.giveaway-pix-box {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
}
.giveaway-pix-box img {
  width: 116px;
  height: 116px;
  border-radius: 4px;
  background: #fff;
  object-fit: contain;
}
.giveaway-pix-box div {
  display: grid;
  gap: 7px;
  min-width: 0;
}
.giveaway-pix-box b {
  color: var(--foreground);
}
.giveaway-pix-box small {
  color: var(--muted);
  white-space: normal;
}
.giveaway-pix-box textarea {
  width: 100%;
  min-height: 74px;
  padding: 8px 10px;
  color: var(--foreground);
  background: #0e1014;
  border: 1px solid rgba(255,255,255,.15);
  font: 11px 'Manrope', sans-serif;
  line-height: 1.35;
  resize: vertical;
}
.giveaway-payment-compact {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 14px;
  border-color: rgba(242,27,63,.32);
  background: rgba(242,27,63,.07);
}
.giveaway-payment-compact > span {
  color: #ffb4c0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.giveaway-payment-compact p {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.giveaway-payment-compact p b {
  color: var(--red);
  font: 500 15px 'DM Mono', monospace;
}
.giveaway-payment-compact .button {
  width: 100%;
  justify-content: center;
  color: #fff;
  background: var(--red);
}
.giveaway-payment-compact .button:hover {
  background: #ff3154;
}
.giveaway-payment-compact small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}
.giveaway-checkout-payment {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 16px;
  border-color: rgba(65,220,167,.4);
  background: rgba(65,220,167,.06);
}
.giveaway-checkout-payment .payment-provider {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(65,220,167,.4);
  border-radius: 999px;
  color: #41dca7;
  background: rgba(65,220,167,.1);
  font-size: 12px;
  font-weight: 800;
}
.giveaway-checkout-payment .payment-provider svg {
  width: 15px;
  height: 15px;
}
.giveaway-checkout-payment > b {
  color: var(--foreground);
  font: 500 20px 'DM Mono', monospace;
  line-height: 1.2;
}
.giveaway-checkout-payment .button {
  width: 100%;
  min-height: 46px;
  justify-content: center;
  color: #06140f;
  background: #41dca7;
}
.giveaway-checkout-payment .button:hover {
  background: #6aefc1;
}
.giveaway-checkout-payment .giveaway-pix-steps {
  width: 100%;
  padding-top: 4px;
}
.giveaway-pix-steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.giveaway-pix-steps li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.giveaway-pix-steps b {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-size: 10px;
}
@media (max-width: 640px) {
  .giveaway-order-list > div {
    grid-template-columns: 1fr;
  }
  .giveaway-order-list > div > strong,
  .giveaway-order-list > div > em.pill {
    justify-self: start;
  }
  .giveaway-pix-box {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .giveaway-pix-box div {
    justify-items: center;
  }
}

/* Purchase panel quantity shortcuts + flash events / buyer ranking / instant prizes showcases */
.instant-quantity-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}
.instant-quantity-option {
  position: relative;
  display: grid;
  grid-template-rows: 16px 1fr auto auto;
  align-items: center;
  justify-items: center;
  gap: 3px;
  min-height: 92px;
  padding: 10px 6px;
  border: 1px solid var(--border);
  background: #0e1015;
  color: #fff;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.instant-quantity-option:hover {
  transform: translateY(-1px);
  border-color: rgba(242,27,63,.5);
}
.instant-quantity-option strong {
  align-self: end;
  font: 700 clamp(22px, 6vw, 28px)/1 'Barlow Condensed', sans-serif;
}
.instant-quantity-option em {
  color: rgba(255,255,255,.55);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}
.instant-quantity-option span {
  align-self: start;
  color: rgba(255,255,255,.65);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.instant-quantity-option small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 16px;
  padding: 0 6px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.instant-quantity-option:not(.popular)::before {
  content: "";
  display: block;
  min-height: 16px;
}
.instant-quantity-option.popular {
  border-color: var(--red);
  background: linear-gradient(180deg, #ff3f5f, var(--red));
  color: #fff;
}
.instant-quantity-option.popular span,
.instant-quantity-option.popular em {
  color: rgba(255,255,255,.85);
}
@media (max-width: 420px) {
  .instant-quantity-option {
    min-height: 74px;
    padding: 8px 4px;
  }
  .instant-quantity-option span {
    font-size: 9px;
  }
  .instant-quantity-option small {
    font-size: 7px;
    padding: 0 4px;
  }
}

.quota-promotion-showcase {
  position: relative;
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(242,27,63,.4);
  background:
    radial-gradient(circle at 14% 0, rgba(242,27,63,.22), transparent 180px),
    linear-gradient(135deg, rgba(31,9,12,.96), rgba(15,18,24,.96));
  box-shadow: 0 18px 48px rgba(242,27,63,.12);
}
.quota-promotion-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 35%, rgba(255,255,255,.11) 45%, transparent 55% 100%);
  transform: translateX(-100%);
  animation: quotaPromoSweep 3.4s ease-in-out infinite;
  pointer-events: none;
}
.quota-promotion-showcase-head,
.quota-promotion-showcase article {
  position: relative;
  z-index: 1;
}
.quota-promotion-showcase-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.quota-promotion-showcase-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.quota-promotion-showcase-head svg {
  width: 16px;
  height: 16px;
  color: var(--red);
}
.quota-promotion-showcase-head small {
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}
.quota-promotion-showcase article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.quota-promotion-showcase article.is-live {
  border-color: rgba(242,27,63,.58);
  background: rgba(242,27,63,.1);
}
.quota-promotion-showcase img,
.quota-promotion-showcase article > svg {
  width: 58px;
  height: 58px;
  border-radius: 4px;
  object-fit: contain;
  background: rgba(0,0,0,.24);
}
.quota-promotion-showcase article > svg {
  padding: 15px;
  color: var(--red);
}
.quota-promotion-showcase div {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.quota-promotion-showcase strong,
.quota-promotion-showcase small,
.quota-promotion-showcase em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quota-promotion-showcase strong {
  color: #fff;
  font-size: 14px;
}
.quota-promotion-showcase small {
  color: rgba(255,255,255,.72);
  font-weight: 700;
}
.quota-promotion-showcase em {
  color: #ffd1d1;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.quota-promotion-showcase b {
  justify-self: end;
  padding: 6px 8px;
  border-radius: 999px;
  color: #230404;
  background: var(--red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}
@keyframes quotaPromoSweep {
  0%, 48% { transform: translateX(-100%); opacity: 0; }
  58% { opacity: 1; }
  100% { transform: translateX(100%); opacity: 0; }
}

.top-buyer-showcase {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(65,220,167,.24);
  background:
    radial-gradient(circle at 90% 0, rgba(65,220,167,.14), transparent 35%),
    #071019;
}
.top-buyer-showcase-head {
  display: grid;
  gap: 3px;
}
.top-buyer-showcase-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #9effda;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.top-buyer-showcase-head svg {
  width: 16px;
  height: 16px;
}
.top-buyer-showcase-head small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.top-buyer-showcase article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 70px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}
.top-buyer-showcase article.has-buyer {
  border-color: rgba(65,220,167,.32);
}
.top-buyer-showcase img,
.top-buyer-showcase article > svg {
  width: 54px;
  height: 54px;
  border-radius: 4px;
  object-fit: contain;
  background: rgba(0,0,0,.24);
}
.top-buyer-showcase article > svg {
  padding: 14px;
  color: #41dca7;
}
.top-buyer-showcase div {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.top-buyer-showcase strong,
.top-buyer-showcase small,
.top-buyer-showcase em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-buyer-showcase strong {
  color: #fff;
  font-size: 13px;
}
.top-buyer-showcase .top-buyer-prize-name {
  color: #9effda;
}
.top-buyer-showcase small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.top-buyer-showcase em {
  color: #9effda;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}
.top-buyer-showcase b {
  align-self: start;
  padding: 5px 7px;
  border-radius: 999px;
  color: #04120f;
  background: #41dca7;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.instant-prize-showcase {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(255,196,87,.2);
  background:
    radial-gradient(circle at 90% 0, rgba(255,196,87,.12), transparent 35%),
    #080d17;
}
.instant-prize-showcase-head {
  display: grid;
  gap: 3px;
}
.instant-prize-showcase-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffe1a3;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.instant-prize-showcase-head svg {
  width: 16px;
  height: 16px;
}
.instant-prize-showcase-head small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.instant-prize-showcase article {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 70px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}
.instant-prize-showcase article.is-claimed {
  border-color: rgba(255,196,87,.34);
  background:
    radial-gradient(circle at 100% 0, rgba(255,196,87,.14), transparent 42%),
    rgba(255,255,255,.045);
}
.instant-prize-showcase img,
.instant-prize-showcase article > svg {
  width: 54px;
  height: 54px;
  border-radius: 4px;
  object-fit: contain;
  background: rgba(0,0,0,.24);
}
.instant-prize-showcase article > svg {
  padding: 14px;
  color: #ffc457;
}
.instant-prize-showcase div {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.instant-prize-showcase strong,
.instant-prize-showcase small,
.instant-prize-showcase em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.instant-prize-showcase strong {
  color: #fff;
  font-size: 13px;
}
.instant-prize-showcase small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.instant-prize-showcase em {
  color: #ffe1a3;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}
.instant-prize-showcase b {
  align-self: start;
  padding: 5px 7px;
  border-radius: 999px;
  color: #1d1302;
  background: #ffc457;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .quota-promotion-showcase article,
  .top-buyer-showcase article,
  .instant-prize-showcase article {
    grid-template-columns: 46px minmax(0, 1fr);
  }
  .quota-promotion-showcase b,
  .top-buyer-showcase b,
  .instant-prize-showcase b {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* Automatic-giveaway purchase panel: price hero, progress bar, stepper, buyer box, CTA */
.giveaway-price-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(242,27,63,.32);
  background: linear-gradient(135deg, rgba(242,27,63,.16), transparent 70%), #14161c;
}
.giveaway-price-hero > div {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.giveaway-price-hero span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.giveaway-price-hero small {
  color: rgba(255,255,255,.55);
  font-size: 11px;
  font-weight: 700;
}
.giveaway-price-hero strong {
  color: var(--red);
  font: 700 32px 'Barlow Condensed', sans-serif;
  white-space: nowrap;
}
.giveaway-progress-hero {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.giveaway-progress-hero + .giveaway-meta {
  margin-top: 14px;
}
.giveaway-progress-track {
  height: 8px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
}
.giveaway-progress-track span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--red), #ff6b6b);
  transition: width .3s ease;
}
.giveaway-progress-caption {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.giveaway-quantity-stepper {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 8px;
  margin-bottom: 14px;
}
.giveaway-quantity-stepper button {
  display: grid;
  place-items: center;
  min-height: 44px;
  color: #fff;
  background: #0e1015;
  border: 1px solid var(--border);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.giveaway-quantity-stepper button:hover {
  border-color: rgba(242,27,63,.5);
}
.giveaway-quantity-stepper input {
  text-align: center;
  font: 700 18px 'DM Mono', monospace;
}
.giveaway-buyer-box {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  margin-bottom: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.03);
}
.giveaway-buyer-box span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.giveaway-buyer-box strong {
  color: #fff;
  font-size: 14px;
}
.giveaway-buyer-box small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}
.giveaway-quantity-caption {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.giveaway-quantity-caption b {
  color: #fff;
}
.giveaway-cta-button {
  display: grid;
  gap: 2px;
  min-height: 54px;
  padding: 8px 16px;
  text-align: center;
  color: #fff;
  background: var(--red);
}
.giveaway-cta-button:hover {
  background: #ff3154;
}
.giveaway-cta-button span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.giveaway-cta-button b {
  font: 700 20px 'Barlow Condensed', sans-serif;
  letter-spacing: .02em;
}

/* Showcase widgets (evento relampago / ranking / titulos premiados) match the purchase card width */
.detail-page .giveaway-showcase-narrow {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* Descontos e bonus / titulos premiados disponiveis list items */
.giveaway-instant-prizes {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.giveaway-instant-prizes > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.giveaway-instant-prizes article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.03);
}
.giveaway-instant-prizes article svg,
.giveaway-instant-prizes article img {
  justify-self: center;
}
.giveaway-instant-prizes article img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  background: rgba(0,0,0,.24);
}
.giveaway-instant-prizes article div {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.giveaway-instant-prizes article strong {
  color: #fff;
  font-size: 13px;
}
.giveaway-instant-prizes article small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

/* Home mobile polish */
@media (max-width: 650px) {
  .hero-section {
    display: block;
    min-height: auto;
    padding-top: 0;
  }

  .hero-media {
    opacity: .58;
    background-position: 58% top;
  }

  .hero-content {
    display: block;
    width: min(100% - 32px, 1200px);
    padding-top: 42px;
    padding-bottom: 0;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
  }

  .hero-kicker {
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
    font-size: 8px;
    line-height: 1.5;
  }

  .hero-copy h1 {
    max-width: 340px;
    margin: 14px 0 14px;
    font-size: clamp(54px, 17vw, 70px);
    line-height: .84;
    letter-spacing: -.05em;
  }

  .hero-copy > p {
    max-width: 315px;
    font-size: 12px;
    line-height: 1.65;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    margin-top: 24px;
  }

  .hero-buttons .button {
    width: 100%;
    min-height: 50px;
    justify-content: center;
  }

  .hero-trust {
    gap: 10px 14px;
    margin-top: 18px;
    font-size: 8px;
  }

  .hero-side-card {
    width: 100%;
    max-width: none;
    margin: 32px 0 0;
    padding: 18px;
    transform: none;
  }

  .hero-side-title {
    font-size: 29px;
    line-height: .92;
  }

  .hero-side-title span {
    margin-top: 5px;
    font-size: 13px;
  }

  .hero-side-card .button {
    min-height: 46px;
  }

  .hero-ticker {
    position: relative;
    height: auto;
    margin-top: 30px;
  }

  .ticker-inner {
    min-height: 44px;
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 8px;
  }

  .ticker-inner > span:nth-of-type(3) {
    display: none;
  }

  .trust-bar > .container.trust-grid {
    grid-template-columns: 1fr 1fr;
    padding-right: 16px;
    padding-left: 16px;
  }

  .trust-grid .trust-item {
    justify-content: flex-start;
    min-height: 78px;
    gap: 10px;
    padding: 14px 10px;
  }

  .trust-grid .trust-item strong {
    font-size: 10px;
  }

  .trust-grid .trust-item div > span {
    font-size: 8px;
    line-height: 1.35;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2,
  .how-intro h2,
  .live-copy h2,
  .affiliate-copy h2,
  .community-inner h2 {
    font-size: clamp(44px, 14vw, 56px);
    line-height: .86;
  }

  .filter-tabs {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .filter-tabs button {
    white-space: nowrap;
  }

  .raffle-grid {
    gap: 14px;
    margin-right: -16px;
    padding-right: 16px;
  }

  .raffle-card {
    flex-basis: min(318px, 86vw);
    min-width: min(318px, 86vw);
    min-height: 486px;
  }

  .raffle-image-wrap {
    height: 198px;
  }

  .raffle-body {
    padding: 17px;
  }

  .raffle-body h3 {
    min-height: 45px;
    font-size: 24px;
  }

  .community-section {
    padding: 66px 0 68px;
  }

  .community-inner {
    display: block;
  }

  .community-copy {
    margin-top: 22px;
  }

  .community-copy .button-red {
    min-height: 58px;
  }

  .footer-top {
    padding-top: 42px;
  }
}

@media (max-width: 420px) {
  .hero-content {
    width: min(100% - 28px, 1200px);
    padding-top: 34px;
  }

  .hero-copy h1 {
    max-width: 310px;
    font-size: clamp(50px, 16vw, 64px);
  }

  .hero-side-card {
    padding: 16px;
  }

  .hero-side-title {
    font-size: 26px;
  }

  .trust-bar > .container.trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid .trust-item {
    min-height: 74px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .trust-grid .trust-item:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.1);
  }

  .trust-grid .trust-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .raffle-card {
    flex-basis: min(306px, 88vw);
    min-width: min(306px, 88vw);
  }
}

/* Cashback notices inside the buy box */
.notice-box.cashback-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  margin: 12px 0;
  border-color: rgba(65,220,167,.28);
  background: rgba(65,220,167,.06);
}
.notice-box.cashback-notice svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #43dca8;
}
.notice-box.cashback-notice span {
  color: #d8ece5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
