/* Rip & Ship — verejná stránka www.breakhouse.sk. Farby a pokéball sú z našich stream overlayov. */
:root {
  --bg1: #171233; --bg2: #0a0a1e; --card: rgba(18,14,38,.82); --line: rgba(160,120,255,.3);
  --text: #efe9ff; --text2: #b9a8ff; --muted: #9b8fd0; --dim: #cdbfe6;
  --pink: #e94f8a; --pink2: #ff5fa2; --purple: #7a3ab7; --gold: #f7b733; --gold2: #ffcf4a; --green: #63e58e;
  --ease: cubic-bezier(.2, .8, .2, 1); --r: 18px;
}
@property --a { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Sora', 'Segoe UI', system-ui, sans-serif; color: var(--text); background: var(--bg2); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: var(--gold2); text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.ic { width: 16px; height: 16px; flex: none; }
[hidden] { display: none !important; }

/* ---------- pohyblivé pozadie ---------- */
.bg { position: fixed; inset: 0; z-index: -2; background: linear-gradient(135deg, var(--bg1), var(--bg2) 65%); overflow: hidden; }
.blob { position: absolute; width: 60vmax; height: 60vmax; border-radius: 50%; filter: blur(90px); opacity: .55; mix-blend-mode: screen; animation: drift var(--d, 28s) ease-in-out infinite alternate; }
.b1 { background: radial-gradient(circle, rgba(233,79,138,.55), transparent 62%); left: 55%; top: -25%; --d: 26s; }
.b2 { background: radial-gradient(circle, rgba(122,58,183,.6), transparent 62%); left: -25%; top: 25%; --d: 34s; animation-delay: -9s; }
.b3 { background: radial-gradient(circle, rgba(247,183,51,.28), transparent 62%); left: 35%; top: 60%; --d: 40s; animation-delay: -17s; }
@keyframes drift { from { transform: translate(0, 0) scale(1); } to { transform: translate(12vw, 9vh) scale(1.18); } }
.grain { position: absolute; inset: -50%; opacity: .07; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); animation: grain 1.2s steps(6) infinite; }
@keyframes grain { 0% { transform: translate(0, 0); } 50% { transform: translate(-3%, 2%); } 100% { transform: translate(2%, -3%); } }
.floaters { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.fl { position: absolute; left: var(--x); top: var(--y); transform: translate3d(var(--px, 0), var(--py, 0), 0); animation: float var(--d, 18s) ease-in-out infinite; opacity: .55; }
.fl-ball { width: var(--s); height: var(--s); filter: drop-shadow(0 12px 24px rgba(0,0,0,.45)); }
.fl-card { width: var(--w); height: var(--h); border-radius: 8px; rotate: var(--rot, 0deg); background: linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.02) 40%, rgba(233,79,138,.25) 70%, rgba(122,58,183,.35)); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 20px 50px rgba(0,0,0,.45), inset 0 0 40px rgba(255,255,255,.04); }
.fl-card::after { content: ''; position: absolute; inset: 0; border-radius: 8px; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.28) 45%, transparent 60%); background-size: 250% 100%; animation: holo 6s linear infinite; }
@keyframes float { 0%, 100% { margin-top: 0; } 50% { margin-top: calc(-22px * var(--r, 1)); } }
@keyframes holo { from { background-position: 120% 0; } to { background-position: -120% 0; } }

/* ---------- navigácia ---------- */
.nav { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 24px; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); background: rgba(12,9,28,.55); border-bottom: 1px solid rgba(160,120,255,.15); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-ball { width: 32px; height: 32px; transition: transform .6s var(--ease); }
.brand:hover .brand-ball { transform: rotate(180deg); }
.brand-name { font-size: 19px; font-weight: 800; letter-spacing: .08em; color: #fff; }
.amp { color: var(--gold); }
.nav-links { display: flex; gap: 26px; }
.nav-links a { color: var(--dim); font-weight: 600; font-size: 14px; position: relative; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: linear-gradient(90deg, var(--pink), var(--gold)); transition: right .35s var(--ease); }
.nav-links a:hover { color: #fff; } .nav-links a:hover::after { right: 0; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.ghost { color: var(--dim); font-weight: 600; font-size: 14px; padding: 10px 12px; }
.menu-btn { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(160,120,255,.35); align-items: center; justify-content: center; }
.menu-btn .ic { width: 20px; height: 20px; }
.mobile-menu { position: sticky; top: 72px; z-index: 19; display: flex; flex-direction: column; background: rgba(12,9,28,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.mobile-menu a { padding: 16px 24px; font-weight: 700; color: var(--text); border-top: 1px solid rgba(160,120,255,.12); }

/* ---------- tlačidlá, karty, pilulky ---------- */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 24px; border-radius: 999px; font-weight: 700; font-size: 15px; color: #fff; background: linear-gradient(90deg, var(--pink), var(--purple)); box-shadow: 0 10px 28px rgba(233,79,138,.32); overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s var(--ease); will-change: transform; }
.btn:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 16px 36px rgba(233,79,138,.42); }
.btn.alt { background: rgba(255,255,255,.06); border: 1px solid rgba(160,120,255,.4); box-shadow: none; color: var(--text); }
.btn.alt:hover { background: rgba(255,255,255,.1); box-shadow: 0 10px 24px rgba(0,0,0,.3); }
.btn.gold { background: linear-gradient(90deg, var(--gold), #ff9d3c); color: #1a1030; box-shadow: 0 10px 28px rgba(247,183,51,.3); }
.btn.shine::after { content: ''; position: absolute; top: 0; bottom: 0; left: -40%; width: 30%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.45), transparent); transform: skewX(-20deg); animation: sweep 3.6s ease-in-out infinite; }
@keyframes sweep { 0%, 60% { left: -40%; } 100% { left: 130%; } }
.card { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); box-shadow: 0 14px 40px rgba(0,0,0,.35); }
.holo::before { content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: conic-gradient(from var(--a), rgba(233,79,138,.0), rgba(233,79,138,.75), rgba(247,183,51,.7), rgba(122,58,183,.0) 60%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: spin 7s linear infinite; pointer-events: none; }
@keyframes spin { to { --a: 360deg; } }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .02em; background: rgba(122,58,183,.3); color: #e6d9ff; border: 1px solid rgba(180,140,255,.45); white-space: nowrap; }
.pill.time { background: rgba(247,183,51,.16); color: var(--gold); border-color: rgba(247,183,51,.45); }
.pill.live { background: rgba(99,229,142,.14); color: var(--green); border-color: rgba(99,229,142,.45); }
.pill.live.on::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(99,229,142,.6); animation: pulse 1.4s ease-out infinite; }
@keyframes pulse { to { box-shadow: 0 0 0 10px rgba(99,229,142,0); } }
.eyebrow { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--gold); }
.eyebrow.pink { color: var(--pink2); } .eyebrow.gold { color: var(--gold2); }
.h2 { font-size: clamp(28px, 3.2vw, 38px); font-weight: 800; letter-spacing: -.01em; line-height: 1.12; color: #fff; margin: 10px 0 12px; }
.lead { font-size: clamp(15px, 1.2vw, 17px); line-height: 1.55; color: var(--text2); max-width: 640px; }
.muted { color: var(--muted); font-size: 14px; line-height: 1.5; } .small { font-size: 13px; }
.tbl-h { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 700; }

/* ---------- hero ---------- */
main { position: relative; z-index: 1; }
.hero { max-width: 1200px; margin: 0 auto; padding: 64px 24px 56px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 22px; }
.h1 { font-size: clamp(40px, 5.2vw, 68px); line-height: 1.02; font-weight: 800; letter-spacing: -.025em; color: #fff; }
.h1 .line { display: block; }
.h1 .w { display: inline-block; opacity: 0; transform: translateY(40px) rotate(3deg); animation: rise .9s var(--ease) forwards; animation-delay: calc(var(--i) * 70ms + 120ms); }
.grad { background: linear-gradient(90deg, var(--pink2), var(--gold), var(--pink2)); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; animation: shimmer 7s linear infinite; }
@keyframes shimmer { to { background-position: -220% 0; } }
.rise { opacity: 0; transform: translateY(24px); animation: rise .9s var(--ease) forwards; animation-delay: calc(var(--i, 0) * 90ms + 200ms); }
@keyframes rise { to { opacity: 1; transform: none; } }
.cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.stream-card { padding: 26px 28px 24px; display: flex; flex-direction: column; gap: 18px; overflow: hidden; }
.watermark { position: absolute; right: -60px; bottom: -70px; width: 220px; height: 220px; opacity: .08; animation: slowspin 40s linear infinite; }
@keyframes slowspin { to { transform: rotate(360deg); } }
.sc-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.countdown { display: flex; gap: 18px; }
.cd-part { display: flex; flex-direction: column; align-items: flex-start; }
.cd-part b { font-size: clamp(34px, 3.6vw, 52px); font-weight: 800; letter-spacing: -.02em; color: #fff; font-variant-numeric: tabular-nums; line-height: 1; }
.cd-part small { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-top: 6px; }
.cd-part b.tick { animation: tick .35s var(--ease); }
@keyframes tick { from { transform: translateY(-6px); opacity: .4; } }
.countdown.live-now { display: block; }
.countdown.live-now .live-text { font-size: clamp(30px, 3vw, 44px); font-weight: 800; color: var(--green); text-shadow: 0 0 24px rgba(99,229,142,.45); }
.sc-text { color: var(--dim); font-size: 15px; line-height: 1.5; }
.platforms { display: flex; gap: 10px; flex-wrap: wrap; }
.platforms .pill { padding: 9px 14px; font-size: 13px; transition: transform .25s var(--ease), background .25s; }
.platforms .pill:hover { transform: translateY(-2px); background: rgba(122,58,183,.5); }

/* ---------- ticker ---------- */
.ticker { border-top: 1px solid rgba(160,120,255,.15); border-bottom: 1px solid rgba(160,120,255,.15); background: rgba(12,9,28,.45); overflow: hidden; mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ticker-track { display: flex; gap: 44px; width: max-content; padding: 12px 0; animation: marquee 46s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track span { display: inline-flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); white-space: nowrap; }
.ticker-track span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px rgba(247,183,51,.7); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- sekcie a odhaľovanie pri scrolle ---------- */
.sec { max-width: 1200px; margin: 0 auto; padding: 72px 24px 24px; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.reveal > * { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in > * { opacity: 1; transform: none; }
.reveal.in > *:nth-child(2) { transition-delay: .12s; } .reveal.in > *:nth-child(3) { transition-delay: .24s; }

/* ---------- Instagram karty (karusel na mobile, mriežka na desktope) ---------- */
.cards { display: grid; grid-auto-flow: column; grid-auto-columns: min(84%, 340px); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 4px 12px; margin: 0 -4px; -webkit-overflow-scrolling: touch; }
.cards::-webkit-scrollbar { display: none; }
.ig-card { scroll-snap-align: start; display: flex; flex-direction: column; overflow: hidden; transform: perspective(900px) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)); transition: transform .35s var(--ease), box-shadow .35s var(--ease); will-change: transform; }
.ig-card:hover { box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(233,79,138,.35); }
.ig-card.in { animation: cardin .8s var(--ease) both; animation-delay: calc(var(--i) * 120ms); }
@keyframes cardin { from { opacity: 0; transform: translateY(30px) scale(.97); } }
.ig-media { position: relative; height: 220px; background: linear-gradient(135deg, rgba(233,79,138,.35), rgba(122,58,183,.45)), #1c1440; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ig-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s var(--ease); }
.ig-card:hover .ig-media img { transform: scale(1.06); }
.ig-media .ph { width: 150px; height: 150px; opacity: .18; }
.ig-media .pill { position: absolute; right: 14px; top: 14px; }
.ig-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(18,14,38,.9)); pointer-events: none; }
.ig-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 12px; flex-grow: 1; }
.ig-body h3 { font-size: 20px; font-weight: 800; line-height: 1.2; color: #fff; }
.ig-body p { color: var(--text2); font-size: 14px; line-height: 1.5; flex-grow: 1; }
.pills { display: flex; gap: 8px; flex-wrap: wrap; }
.ig-body .btn { align-self: flex-start; margin-top: 4px; }
.dots-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 4px; }
.dots { display: flex; gap: 6px; align-items: center; }
.dots button { width: 6px; height: 6px; border-radius: 3px; background: rgba(185,168,255,.4); transition: width .3s var(--ease), background .3s; }
.dots button.on { width: 18px; background: var(--pink2); }
.swipe-hint { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 12px; }
.swipe-hint .ic { width: 14px; height: 14px; animation: nudge 1.8s ease-in-out infinite; }
@keyframes nudge { 50% { transform: translateX(5px); } }
.empty { padding: 28px; text-align: center; color: var(--muted); }

/* ---------- Objednaj & vyhraj ---------- */
.two { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 32px; align-items: start; }
.col { display: flex; flex-direction: column; gap: 6px; }
.prize { margin-top: 18px; padding: 24px 26px; display: flex; flex-direction: column; gap: 14px; border-color: rgba(247,183,51,.5); }
.prize-name { font-size: clamp(24px, 2.4vw, 30px); font-weight: 800; color: #fff; line-height: 1.1; }
.entries { display: flex; align-items: baseline; gap: 10px; padding-top: 10px; border-top: 1px solid rgba(160,120,255,.2); flex-wrap: wrap; }
.big-num { font-size: 44px; font-weight: 800; color: var(--gold2); font-variant-numeric: tabular-nums; line-height: 1; text-shadow: 0 0 24px rgba(247,183,51,.35); }
.entries-text { color: var(--dim); font-size: 15px; }
.table-card { padding: 26px 28px 24px; gap: 16px; }
.tc-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tc-title { font-size: 18px; font-weight: 800; color: #fff; }
.table-skeleton { display: flex; flex-direction: column; gap: 8px; }
.sk-row { display: grid; grid-template-columns: 1fr 48px; gap: 12px; padding: 12px 16px; border-radius: 12px; background: rgba(255,255,255,.04); }
.sk-row span { height: 14px; border-radius: 7px; background: linear-gradient(90deg, rgba(185,168,255,.12), rgba(185,168,255,.28), rgba(185,168,255,.12)); background-size: 200% 100%; animation: sk 1.8s linear infinite; }
.sk-row span:last-child { justify-self: end; width: 28px; }
@keyframes sk { to { background-position: -200% 0; } }
.tc-cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 12px; border-top: 1px solid rgba(160,120,255,.2); flex-wrap: wrap; }
.tc-cta .small { color: var(--dim); max-width: 360px; line-height: 1.5; }

/* ---------- akcie ---------- */
.sales { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.sale { padding: 18px; display: flex; flex-direction: column; gap: 12px; color: inherit; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.sale:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.5), 0 0 0 1px rgba(247,183,51,.4); }
.sale-img { position: relative; height: 170px; border-radius: 12px; overflow: hidden; background: radial-gradient(circle at 50% 20%, #ffffff, #efe8ff 70%); display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 0 1px rgba(160,120,255,.25); }
.sale-img img { width: 100%; height: 100%; object-fit: contain; padding: 12px; mix-blend-mode: multiply; transition: transform .6s var(--ease); }
.sale:hover .sale-img img { transform: scale(1.06) rotate(-1.5deg); }
.tag { position: absolute; left: 12px; top: 12px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 5px 9px; border-radius: 6px; background: var(--pink); color: #fff; overflow: hidden; }
.tag::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.5), transparent 70%); transform: translateX(-120%); animation: tagshine 4s ease-in-out infinite; }
@keyframes tagshine { 60% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
.save { position: absolute; right: 12px; top: 12px; font-size: 12px; font-weight: 800; padding: 5px 9px; border-radius: 6px; background: rgba(99,229,142,.16); color: var(--green); border: 1px solid rgba(99,229,142,.45); }
.sale-name { font-size: 15px; font-weight: 700; color: #fff; line-height: 1.3; min-height: 2.6em; }
.sale-price { display: flex; align-items: baseline; gap: 10px; }
.price { font-size: 26px; font-weight: 800; color: var(--gold2); }
.was { color: var(--muted); text-decoration: line-through; font-size: 14px; }


/* ---------- battly ---------- */
.battles { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.battle { padding: 22px 24px; display: flex; flex-direction: column; gap: 14px; overflow: hidden; }
.battle.live-b { border-color: rgba(99,229,142,.55); box-shadow: 0 14px 40px rgba(0,0,0,.35), 0 0 40px rgba(99,229,142,.15); }
.b-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.b-name { font-size: 20px; font-weight: 800; color: #fff; line-height: 1.2; }
.b-sets { display: flex; gap: 6px; flex-wrap: wrap; }
.b-sets .pill { font-size: 11px; padding: 4px 9px; }
.b-meter { display: flex; align-items: center; gap: 12px; }
.b-bar { flex: 1; height: 8px; border-radius: 4px; background: rgba(255,255,255,.09); overflow: hidden; }
.b-bar i { display: block; height: 100%; width: 0; border-radius: 4px; background: linear-gradient(90deg, var(--gold2), #ff9d3c); transition: width 1.2s var(--ease); box-shadow: 0 0 12px rgba(255,207,74,.5); }
.b-nums { display: flex; align-items: baseline; gap: 4px; flex: none; }
.b-nums b { font-size: 24px; font-weight: 800; color: var(--gold2); }
.b-nums i { font-style: normal; font-size: 14px; font-weight: 800; color: var(--muted); }
.b-rem { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--green); }
.b-rem.full { color: var(--pink2); }
.b-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.b-foot .btn { min-height: 44px; padding: 0 20px; font-size: 14px; }

/* ---------- top hity (stupne víťazov) ---------- */
.podium { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: end; }
.pull { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; transform: perspective(900px) rotateX(var(--rx, 0)) rotateY(var(--ry, 0)); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.pull.r1 { order: 2; border-color: rgba(247,183,51,.6); box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 60px rgba(247,183,51,.15); }
.pull.r2 { order: 1; } .pull.r3 { order: 3; }
.pull-img { position: relative; height: 300px; border-radius: 14px; overflow: hidden; background: radial-gradient(circle at 50% 30%, rgba(255,255,255,.14), transparent 60%), linear-gradient(160deg, rgba(122,58,183,.5), rgba(18,14,38,.9)); display: flex; align-items: center; justify-content: center; }
.pull.r1 .pull-img { height: 360px; }
.pull-img img { height: 100%; width: 100%; object-fit: contain; padding: 12px; filter: drop-shadow(0 18px 30px rgba(0,0,0,.55)); transition: transform .8s var(--ease); }
.pull:hover .pull-img img { transform: scale(1.05) rotate(-1deg); }
.pull-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.22) 48%, transparent 60%); background-size: 260% 100%; animation: holo 5.5s linear infinite; pointer-events: none; mix-blend-mode: screen; }
.rank { position: absolute; left: 14px; top: 14px; width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; color: #1a1030; background: linear-gradient(135deg, #e6e6ee, #a9a9bb); box-shadow: 0 8px 20px rgba(0,0,0,.4); }
.pull.r1 .rank { background: linear-gradient(135deg, #ffe08a, var(--gold)); } .pull.r3 .rank { background: linear-gradient(135deg, #e8b07a, #b86b3a); }
.pull-name { font-size: 19px; font-weight: 800; color: #fff; line-height: 1.2; }
.pull-value { font-size: 34px; font-weight: 800; color: var(--gold2); line-height: 1; text-shadow: 0 0 24px rgba(247,183,51,.35); }
.pull-meta { color: var(--text2); font-size: 13px; line-height: 1.5; }
.pull-meta b { color: var(--dim); font-weight: 700; }
@media (max-width: 960px) {
  .podium { grid-template-columns: 1fr; }
  .pull.r1, .pull.r2, .pull.r3 { order: unset; }
  .pull-img, .pull.r1 .pull-img { height: 280px; }
}

/* ---------- pätička ---------- */
.foot { margin-top: 72px; border-top: 1px solid rgba(160,120,255,.2); background: rgba(10,8,24,.6); position: relative; z-index: 1; }
.foot-in { max-width: 1200px; margin: 0 auto; padding: 40px 24px 44px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; align-items: start; }
.foot-col { display: flex; flex-direction: column; gap: 10px; }
.foot a { color: var(--text2); font-size: 14px; } .foot a:hover { color: #fff; }
.foot .brand-name { font-size: 16px; }
#foot-social { display: flex; flex-direction: column; gap: 10px; }

/* ---------- responzívne ---------- */
@media (max-width: 960px) {
  .nav-links, .ghost { display: none; }
  .menu-btn { display: inline-flex; }
  .hero { grid-template-columns: 1fr; gap: 28px; padding: 32px 18px 36px; }
  .two { grid-template-columns: 1fr; }
  .sales { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-in { grid-template-columns: 1fr; gap: 24px; }
  .sec { padding: 48px 18px 12px; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .cta .btn { flex: 1 1 100%; }
  .countdown { gap: 14px; }
}
@media (min-width: 961px) {
  .cards { grid-auto-flow: row; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-auto-columns: unset; overflow: visible; }
  .dots-row { display: none; }
  .mobile-menu { display: none !important; }
}
@media (max-width: 480px) {
  .sales { grid-template-columns: 1fr; }
  .sale { display: grid; grid-template-columns: 96px minmax(0, 1fr); align-items: center; }
  .sale-img { height: 96px; } .sale-name { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .blob, .grain, .fl, .fl-card::after, .watermark, .btn.shine::after, .tag::after, .ticker-track, .holo::before, .swipe-hint .ic { animation: none !important; }
  .h1 .w, .rise { opacity: 1; transform: none; animation: none; }
  .reveal > * { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
