:root{
  --bg:#f3f6fb;--card:#fff;--ink:#111827;--muted:#6b7280;--line:#e5e7eb;
  --blue:#4f7cff;--blue2:#6c5ce7;--green:#16a34a;--teal:#18c98b;--danger:#ef4444;
  --navy:#0d2147;--navy2:#082d5b;--shadow:0 24px 70px rgba(15,23,42,.14)
}
*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 10% 10%,rgba(79,124,255,.14),transparent 26%),radial-gradient(circle at 90% 10%,rgba(108,92,231,.12),transparent 25%),var(--bg)}button,input{font:inherit}button{cursor:pointer}.hidden{display:none!important}
.shell{min-height:100vh;display:grid;place-items:start center;padding:34px 14px}.game-card{width:min(650px,100%);background:rgba(255,255,255,.97);box-shadow:var(--shadow);border-radius:30px;padding:22px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:14px}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--ink);font-weight:900}.brand-mark{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue2))}.actions{display:flex;align-items:center;gap:8px}.wallet{display:flex;align-items:center;gap:7px;background:#f8fafc;border:1px solid var(--line);padding:10px 13px;border-radius:14px}.pill{border:0;border-radius:14px;padding:11px 15px;font-weight:850;transition:.18s ease}.pill.primary{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.pill.secondary{background:#eef2ff;color:#4338ca}.pill:disabled{opacity:.45;cursor:not-allowed}.hero-copy{text-align:center;padding:26px 12px 18px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.16em;color:#6366f1;margin:0 0 8px}.hero-copy h1{margin:0;font-size:clamp(28px,6vw,42px);line-height:1.05}.hero-copy p:last-child{margin:12px auto 0;max-width:470px;color:var(--muted);line-height:1.5}
.progress-wrap{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:14px 15px;margin-bottom:12px}.progress-copy{display:flex;justify-content:space-between;gap:12px;color:#475569;font-size:14px;margin-bottom:10px}.progress-track{height:10px;background:#e9eef7;border-radius:999px;overflow:hidden}.progress-track span{display:block;height:100%;width:0;background:linear-gradient(90deg,#f7b500,#ffcf4a);border-radius:inherit;transition:width .3s ease}
/* Roblox-inspired chat panel */
.game-chat{margin:0 0 16px;border-radius:16px;overflow:hidden;background:rgba(17,24,39,.88);border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px rgba(15,23,42,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.chat-head{height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 9px 7px 12px;background:rgba(2,6,23,.30);border-bottom:1px solid rgba(255,255,255,.08)}
.chat-title-wrap{display:flex;align-items:center;gap:7px;min-width:0}.chat-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.12)}.chat-head strong{color:#fff;font-size:12px;font-weight:900}.chat-badge{font-size:8px;font-weight:900;letter-spacing:.08em;color:#a7b3c8;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09);padding:3px 5px;border-radius:999px}.chat-close{width:25px;height:25px;display:grid;place-items:center;border:0;border-radius:8px;background:rgba(255,255,255,.08);color:#cbd5e1;font-size:18px;line-height:1}.chat-close:hover{background:rgba(255,255,255,.14);color:#fff}
.chat-log{height:102px;padding:9px 12px 8px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;gap:4px}.chat-line{display:block;color:#eef2f7;font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;animation:chatIn .36s ease}.chat-user{font-weight:900;margin-right:5px}.chat-user.blue{color:#60a5fa}.chat-user.green{color:#4ade80}.chat-user.gold{color:#fbbf24}.chat-user.red{color:#fb7185}.chat-user.purple{color:#c084fc}.chat-user.gray{color:#cbd5e1}.chat-text{color:#f1f5f9}.chat-input-row{height:40px;margin:0 9px 5px;display:grid;grid-template-columns:1fr 38px;gap:7px}.chat-message-input{min-width:0;width:100%;border-radius:9px;border:1px solid rgba(255,255,255,.13);background:rgba(0,0,0,.22);color:#f8fafc;padding:0 10px;outline:none;font-size:11px}.chat-message-input::placeholder{color:#7f8da3}.chat-message-input:focus{border-color:rgba(96,165,250,.7);box-shadow:0 0 0 2px rgba(96,165,250,.12)}.chat-send-btn{border:0;border-radius:9px;background:rgba(79,124,255,.9);color:#fff;font-size:16px;font-weight:900}.chat-send-btn:hover{background:#4f7cff}.chat-local-note{padding:0 11px 8px;color:#718096;font-size:8px;line-height:1.2}.chat-line.own-message .chat-user{color:#34d399}.chat-line.own-message .chat-text{color:#fff}@keyframes chatIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
.board{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;perspective:800px}.tile{aspect-ratio:1;border:0;border-radius:22px;position:relative;background:none;padding:0}.tile-inner{position:absolute;inset:0;transform-style:preserve-3d;transition:transform .52s cubic-bezier(.2,.8,.2,1)}.tile.revealed .tile-inner{transform:rotateY(180deg)!important}.tile:not(.revealed):hover .tile-inner{transform:translateY(-3px) scale(1.018)}.face{position:absolute;inset:0;border-radius:22px;display:grid;place-items:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden}.front{background:linear-gradient(145deg,#5b87ff,#4669e8);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 10px 20px rgba(70,105,232,.22)}.front:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 44%)}.back{transform:rotateY(180deg);background:#fff;border:1px solid var(--line)}.tile-mark{position:relative;z-index:1;color:rgba(255,255,255,.88);font-size:clamp(26px,6vw,42px);font-weight:950;text-shadow:0 2px 10px rgba(0,0,0,.08)}.coin-token{width:58%;aspect-ratio:1;display:grid;place-items:center;border-radius:24%;background:linear-gradient(145deg,#ffd84f,#e9a800);border:6px solid #c88c00;color:#7d5600;font-weight:950;font-size:clamp(24px,6vw,46px)}.bomb{width:62%;aspect-ratio:1;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 35% 30%,#475569,#111827 68%);box-shadow:0 10px 24px rgba(15,23,42,.25)}.bomb span{font-size:clamp(34px,8vw,62px);filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}.status{text-align:center;font-weight:850;font-size:18px;padding:18px 10px 8px;min-height:54px}.status.win{color:#15803d}.status.lose{color:#b91c1c}.attempt{text-align:center;color:#94a3b8;font-size:12px;font-weight:800}.disclaimer{text-align:center;color:#94a3b8;font-size:11px;line-height:1.5;margin:18px auto 2px;max-width:510px}
.modal{position:fixed;inset:0;background:rgba(15,23,42,.62);display:grid;place-items:center;padding:16px;z-index:40;overflow:auto}.modal-card{width:min(470px,100%);background:#fff;border-radius:24px;padding:24px;box-shadow:var(--shadow);position:relative}.modal-card h2{margin:0 0 8px}.modal-card p{color:var(--muted);line-height:1.45}.modal-head{margin:-24px -24px 20px;padding:17px 20px;border-radius:24px 24px 0 0;background:linear-gradient(135deg,#4f7cff,#6c5ce7);color:#fff;font-size:22px;font-weight:900}.close{position:absolute;right:13px;top:12px;width:34px;height:34px;border:0;border-radius:10px;background:#f1f5f9;font-size:22px;z-index:2}.win-icon{width:80px;height:80px;border-radius:24px;margin:6px auto 14px;display:grid;place-items:center;font-size:44px;background:#eff6ff}.reward-row{display:flex;align-items:center;justify-content:center;gap:14px;margin:15px 0 20px;font-size:30px;font-weight:950;color:#2563eb}.note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412!important;padding:12px 14px;border-radius:14px;font-size:13px}.wide{width:100%;padding:15px 18px;font-size:18px;margin-top:14px}.center{text-align:center}
.step-kicker{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:900;color:#4f46e5;margin-bottom:8px}.step-kicker > span:first-child{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eef2ff}.search-row{display:grid;grid-template-columns:1fr auto;gap:9px}.field{width:100%;border:2px solid #cbd5e1;border-radius:14px;padding:14px 15px;outline:none}.field:focus{border-color:#4f7cff;box-shadow:0 0 0 4px rgba(79,124,255,.1)}.search-btn{border:0;border-radius:14px;padding:0 18px;background:#2563eb;color:white;font-weight:900}.search-btn:disabled{opacity:.6}.lookup{margin-top:14px;min-height:0}.searching{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc}.searching strong,.searching small{display:block}.searching small{margin-top:2px;color:#94a3b8}.spinner{width:25px;height:25px;border-radius:50%;border:3px solid #dbeafe;border-top-color:#2563eb;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.lookup-error{margin:0!important;color:#b91c1c!important;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:11px 12px}
.flow-card{width:min(510px,100%);background:linear-gradient(160deg,#122650,#0a1b39);border:2px solid #21c794;border-radius:28px;padding:26px;box-shadow:0 0 45px rgba(33,199,148,.23),0 28px 80px rgba(0,0,0,.34);position:relative;color:#fff}.flow-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:0;border-radius:50%;background:#07182f;color:#9fb0c7;font-size:30px;line-height:1}.flow-title{display:flex;align-items:center;gap:14px;padding-right:50px}.flow-title h2{font-size:25px;margin:0}.step-number{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#17c895;font-size:20px;font-weight:950;flex:0 0 auto}.flow-divider{height:1px;background:rgba(255,255,255,.11);margin:20px 0}.profile-confirm{display:flex;align-items:center;gap:18px;border:1px solid rgba(255,255,255,.14);background:#082b57;border-radius:18px;padding:18px}.confirm-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;background:white;border:4px solid #18c98b;flex:0 0 auto}.confirm-meta{min-width:0}.confirm-meta strong{display:block;font-size:23px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.confirm-meta span{display:block;color:#b8c5d8;margin-top:3px}.confirm-meta small{display:block;color:#7f94b2;margin-top:5px}.flow-note{display:flex;align-items:flex-start;gap:12px;margin:20px 0;padding:15px 16px;border:1px solid rgba(24,201,139,.36);border-radius:16px;background:rgba(7,54,57,.42)}.flow-note>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;border:2px solid #18c98b;color:#18c98b;font-weight:900}.flow-note p{margin:2px 0 0;color:#aab8ca;line-height:1.5}.flow-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.flow-btn{border:0;border-radius:16px;padding:16px 18px;font-weight:950;letter-spacing:.03em}.flow-btn.ghost{background:#082b57;color:#fff;border:1px solid rgba(255,255,255,.12)}.flow-btn.blue{background:#2563ff;color:#fff}.flow-btn.full{width:100%;margin-top:20px}.prepare-box{border:1px solid rgba(255,255,255,.14);background:#082b57;border-radius:18px;padding:24px;text-align:center}.prepare-label{font-size:20px;font-weight:950;letter-spacing:.04em}.prepare-for{font-size:12px;letter-spacing:.16em;color:#738aaa;margin-top:7px}.prepare-for strong{color:#fff}.prepare-token{width:110px;height:110px;margin:25px auto;display:grid;place-items:center;border-radius:28px;background:linear-gradient(145deg,#7c3aed,#2563eb);font-size:48px;color:#fff;box-shadow:0 18px 35px rgba(37,99,235,.22)}.prepare-token.success{background:linear-gradient(145deg,#12b981,#22c55e)}.prepare-status{font-size:11px;font-weight:900;letter-spacing:.1em;color:#7890ad;text-transform:uppercase}.prepare-track{height:18px;padding:3px;border-radius:999px;background:#091a34;border:1px solid rgba(255,255,255,.1);margin-top:12px;overflow:hidden}.prepare-track span{display:block;height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,#16c79a,#3dd5a6);transition:width .18s linear}.prepare-meta{display:flex;justify-content:space-between;gap:10px;font-size:11px;font-weight:900;margin-top:11px}.prepare-meta strong{color:#20d9ab}.prepare-meta span{color:#e9f3ff}.prepare-meta i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#16b98a;margin-right:6px}.prepare-reward{font-size:22px;font-weight:950;margin-top:20px}.ready-copy{color:#91a5bf!important;max-width:370px;margin:24px auto 0!important;line-height:1.6!important}.verify-logo{width:76px;height:76px;border-radius:22px;display:grid;place-items:center;margin:0 auto 14px;background:linear-gradient(135deg,#4f7cff,#6c5ce7);color:#fff;font-weight:950;font-size:26px}.offer-list{display:grid;gap:10px;margin-top:16px}.offer{border:1px solid var(--line);border-radius:15px;padding:13px 14px;text-align:left;background:#f8fafc;font-weight:750}.offer small{display:block;color:var(--muted);font-weight:600;margin-top:4px}.waiting{text-align:center;margin-top:16px;font-weight:850}.confetti{position:fixed;width:10px;height:16px;top:-20px;z-index:60;pointer-events:none;animation:fall 1.8s linear forwards}@keyframes fall{to{transform:translate3d(var(--dx),110vh,0) rotate(740deg);opacity:.8}}.win-flash:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:55;background:radial-gradient(circle,rgba(255,255,255,.8),rgba(99,102,241,.18),transparent 70%);animation:winFlash .7s ease forwards}@keyframes winFlash{0%{opacity:0}25%{opacity:1}100%{opacity:0}}
@media(max-width:560px){
  .shell{padding:10px 8px 20px}.game-card{padding:13px;border-radius:22px}.topbar{gap:8px}.brand span:last-child{display:none}.brand-mark{width:32px;height:32px}.actions{gap:5px}.pill,.wallet{padding:8px 9px;font-size:12px;border-radius:11px}.hero-copy{padding:20px 4px 14px}.hero-copy h1{font-size:31px}.hero-copy p:last-child{font-size:14px}.progress-wrap{padding:12px;margin-bottom:9px}.progress-copy{font-size:13px}.game-chat{margin-bottom:12px;border-radius:13px}.chat-log{height:82px;padding:7px 10px 6px;gap:3px}.chat-line{font-size:11px}.chat-head{height:34px;padding:5px 7px 5px 10px}.chat-head strong{font-size:11px}.chat-badge{font-size:7px}.chat-input-row{height:34px;margin:0 7px 4px;grid-template-columns:1fr 34px;gap:5px}.chat-message-input{font-size:10px;padding:0 8px}.chat-send-btn{font-size:14px}.chat-local-note{font-size:7px;padding:0 9px 7px}.chat-close{width:23px;height:23px;font-size:16px}.board{gap:8px}.face{border-radius:16px}.tile{border-radius:16px}.status{font-size:15px;padding-top:14px}.modal{padding:10px;align-items:center}.modal-card{padding:18px;border-radius:20px}.modal-head{margin:-18px -18px 17px;padding:15px 17px;border-radius:20px 20px 0 0;font-size:20px}.search-row{grid-template-columns:1fr}.search-btn{padding:13px}.flow-card{padding:19px;border-radius:22px}.flow-title{gap:10px}.flow-title h2{font-size:21px}.step-number{width:36px;height:36px;font-size:17px}.flow-close{top:14px;right:14px;width:36px;height:36px;font-size:25px}.profile-confirm{padding:14px;gap:12px}.confirm-avatar{width:58px;height:58px}.confirm-meta strong{font-size:19px}.flow-actions{grid-template-columns:1fr;gap:9px}.flow-btn{padding:14px}.prepare-box{padding:18px}.prepare-token{width:88px;height:88px;font-size:38px;margin:20px auto}.prepare-meta{font-size:10px}.verify-card{max-height:calc(100vh - 20px);overflow:auto}
}

/* V8: FAQ, footer, language switcher and stronger mobile layout */
.shell{display:block;place-items:unset;padding:34px 14px 22px}.page-wrap{width:min(650px,100%);margin:0 auto}.game-card{width:100%}
.faq-section{margin:34px 2px 0}.faq-section h2{font-size:28px;margin:0 0 16px;font-weight:950}.faq-list{display:grid;gap:10px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 6px 18px rgba(15,23,42,.04)}.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;font-weight:850;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-chevron{font-size:24px;line-height:1;transition:transform .2s ease}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-item p{margin:0;padding:0 20px 18px;color:var(--muted);line-height:1.6;font-size:14px}
.site-footer{margin:30px 2px 10px;padding-top:22px;border-top:1px solid #d7dce5}.footer-links{display:flex;flex-wrap:wrap;gap:12px 20px}.footer-links a{color:#475569;text-decoration:none;font-size:13px;font-weight:700}.footer-links a:hover{text-decoration:underline}.footer-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:20px}.footer-bottom p{margin:0;max-width:340px;color:#7c8798;font-size:10px;line-height:1.5;text-align:right}.language-picker{display:block;min-width:230px}.language-picker select{width:100%;appearance:none;-webkit-appearance:none;border:1px solid #dbe3f0;background:#fff;padding:12px 42px 12px 14px;border-radius:12px;color:#334155;font-weight:700;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
html[dir="rtl"] .footer-bottom p{text-align:left}html[dir="rtl"] .chat-line{direction:rtl;text-align:right}html[dir="rtl"] .flow-title,html[dir="rtl"] .profile-confirm,html[dir="rtl"] .flow-note{direction:rtl}.modal-card,.flow-card{max-height:calc(100dvh - 24px);overflow:auto}
@media(max-width:560px){
  .shell{padding:8px 7px 18px}.page-wrap{width:100%}.game-card{padding:12px;border-radius:20px}.topbar{align-items:center}.actions{min-width:0}.wallet{padding:8px 8px}.pill{padding:8px 9px}.pill.secondary{max-width:96px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-copy{padding:18px 2px 12px}.hero-copy h1{font-size:28px}.hero-copy p:last-child{font-size:13px;line-height:1.45}.progress-wrap{border-radius:14px}.game-chat{border-radius:12px}.board{gap:7px}.tile{border-radius:14px}.face{border-radius:14px}.status{font-size:14px;min-height:46px}.disclaimer{font-size:9px;margin-top:14px}.faq-section{margin:24px 1px 0}.faq-section h2{font-size:24px;margin-bottom:12px}.faq-list{gap:8px}.faq-item{border-radius:13px}.faq-item summary{padding:15px 14px;font-size:14px}.faq-item p{padding:0 14px 15px;font-size:12px;line-height:1.55}.site-footer{margin:24px 1px 6px;padding-top:18px}.footer-links{gap:10px 16px}.footer-links a{font-size:12px}.footer-bottom{display:grid;grid-template-columns:1fr;gap:12px}.language-picker{min-width:0;width:100%}.language-picker select{font-size:13px;padding:11px 40px 11px 12px}.footer-bottom p{max-width:none;text-align:left;font-size:9px}.modal{padding:8px}.modal-card,.flow-card{width:100%;max-width:100%;max-height:calc(100dvh - 16px)}.modal-card{padding:16px}.flow-card{padding:17px}.modal-head{margin:-16px -16px 15px}.search-row{gap:7px}.field{font-size:16px}.flow-title h2{font-size:20px}.profile-confirm{min-width:0}.confirm-meta{overflow:hidden}.confirm-meta strong{font-size:18px}.confirm-meta span,.confirm-meta small{font-size:12px}.flow-note p{font-size:12px}.prepare-box{padding:16px}.ready-copy{font-size:13px}.offer{font-size:13px}.offer small{font-size:10px}
}
@media(max-width:380px){.pill.secondary{display:none}.wallet{font-size:11px}.pill.primary{font-size:11px}.hero-copy h1{font-size:25px}.chat-badge{display:none}.faq-item summary{font-size:13px}}

/* V9 — Steal An Egg themed cards + Astral Treadmill reward */
.topbar{align-items:flex-start;flex-wrap:wrap}.trust-badges{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:7px;padding:9px 13px;border-radius:999px;font-size:12px;line-height:1;font-weight:900;white-space:nowrap;background:#fff}.trust-badge.secure{color:#047857;border:2px solid #10b981;background:#ecfdf5;box-shadow:0 7px 18px rgba(16,185,129,.12)}.trust-badge.password{color:#294496;border:2px solid #3b82f6;background:#eff6ff;box-shadow:0 7px 18px rgba(59,130,246,.10)}
.hero-copy .eyebrow{color:#f59e0b}.progress-track span{background:linear-gradient(90deg,#f6b700,#ffd44f)}
.front{background:#111827}.front:before{display:none}.tile-game-logo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.tile:not(.revealed):hover .tile-game-logo{filter:saturate(1.08) brightness(1.03)}
.back.reward-back{background:linear-gradient(145deg,#fff7c2,#ffe477);border:1px solid #f3c84c}.reward-card-image{width:auto;height:92%;max-width:90%;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(113,72,0,.18))}.back.bomb-back{background:linear-gradient(145deg,#fff,#eef2f7)}
.reward-machine{display:block;object-fit:contain;filter:drop-shadow(0 16px 28px rgba(0,177,255,.22))}.modal-reward-machine{width:min(230px,72%);max-height:250px;margin:2px auto 8px}.reward-name{text-align:center;font-weight:950;letter-spacing:.06em;color:#0f3f7e;font-size:17px;margin:5px 0 13px}.generating-machine{width:min(255px,78%);height:220px;margin:14px auto 10px}.unlocked-machine{width:min(270px,82%);height:230px;margin:16px auto 0}.prepare-reward{letter-spacing:.04em}.win-card .note{margin-top:10px}

@media(max-width:560px){
  .topbar{display:grid;grid-template-columns:1fr;gap:10px}.brand span:last-child{display:inline}.trust-badges{justify-content:flex-start;gap:6px}.trust-badge{font-size:10px;padding:7px 9px;gap:5px}.hero-copy{padding-top:15px}.hero-copy h1{font-size:27px}.hero-copy p:last-child{font-size:12.5px}.board{gap:6px}.reward-card-image{height:94%;max-width:92%}.modal-reward-machine{width:min(190px,68%);max-height:190px}.generating-machine{height:170px;width:min(205px,72%);margin:10px auto 7px}.unlocked-machine{height:180px;width:min(215px,76%);margin:10px auto 0}.reward-name{font-size:14px}.prepare-reward{font-size:16px}.progress-copy{font-size:12px}}
@media(max-width:380px){.trust-badge{font-size:9px;padding:6px 8px}.hero-copy h1{font-size:24px}.modal-reward-machine{max-height:165px}.generating-machine,.unlocked-machine{height:150px}}


/* V10 final polish */
.progress-copy.single-line{justify-content:flex-start}
.game-title{font-family:Arial Black, Impact, system-ui, sans-serif;font-weight:1000;letter-spacing:-.045em;text-transform:uppercase;line-height:.9;font-size:clamp(40px,7vw,86px);color:transparent;background:linear-gradient(180deg,#ffffff 0%,#f8f8f8 36%,#fff7b3 37%,#ffd93a 58%,#ffb300 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:4px #111827;paint-order:stroke fill;text-shadow:0 4px 0 rgba(0,0,0,.30),0 10px 0 rgba(0,0,0,.18),4px 4px 0 #22d3ee,0 0 18px rgba(34,211,238,.24)}
.disclaimer{font-size:12px;font-weight:700;color:#6b7280}
.board.preview-mode .tile{pointer-events:none}
.tile.intro-show .tile-inner{transition:transform .75s cubic-bezier(.2,.85,.2,1)}
.back.reward-back{padding:8px}
.reward-card-image{width:78%;height:78%;max-width:78%;max-height:78%;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(113,72,0,.22))}
.reward-machine{display:block;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(0,177,255,.22));animation:machineFloat 2.8s ease-in-out infinite}
.reward-machine.pop-animate{animation:machinePop .6s cubic-bezier(.18,.89,.32,1.28), machineGlow 1.8s ease-in-out 2, machineFloat 2.8s ease-in-out .6s infinite}
.modal-card,.flow-card{animation:modalLift .28s ease}
.prepare-box,.ready-box{position:relative;overflow:hidden}
.prepare-box::before,.ready-box::before{content:'';position:absolute;inset:-20% auto auto -20%;width:65%;height:180%;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.16) 42%,transparent 64%);transform:translateX(-130%) rotate(8deg);animation:shineSweep 2.6s ease-in-out infinite}
#prepareBar{transition:width .22s ease}
@keyframes machineFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.02)}}
@keyframes machinePop{0%{transform:scale(.72);opacity:0;filter:drop-shadow(0 0 0 rgba(0,177,255,0))}55%{transform:scale(1.11);opacity:1}100%{transform:scale(1)}}
@keyframes machineGlow{0%,100%{filter:drop-shadow(0 10px 18px rgba(0,177,255,.15))}50%{filter:drop-shadow(0 0 28px rgba(87,221,255,.55)) drop-shadow(0 0 48px rgba(99,102,241,.24))}}
@keyframes modalLift{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
@keyframes shineSweep{0%,12%{transform:translateX(-130%) rotate(8deg)}55%{transform:translateX(240%) rotate(8deg)}100%{transform:translateX(240%) rotate(8deg)}}
@media(max-width:560px){
  .game-title{-webkit-text-stroke:1.4px #183b7a;font-size:30px!important;line-height:.98}
  .progress-copy.single-line{font-size:13px}
  .reward-card-image{width:74%;height:74%;max-width:74%;max-height:74%}
  .disclaimer{font-size:10px;line-height:1.45}
  .prepare-box::before,.ready-box::before{width:84%}
}

/* V11 — Roblox/game-logo style hero title */
.game-title{
  display:inline-block;
  margin-inline:auto;
  font-family:Impact,"Arial Black","Trebuchet MS",system-ui,sans-serif;
  font-weight:1000;
  font-size:clamp(34px,7vw,54px);
  line-height:.98;
  letter-spacing:-.035em;
  text-transform:uppercase;
  background:linear-gradient(90deg,#ffffff 0%,#ffffff 35%,#ffd21f 35%,#ffb800 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  -webkit-text-stroke:4px #111827;
  paint-order:stroke fill;
  filter:drop-shadow(0 4px 0 #10cfe8) drop-shadow(0 8px 0 #0c1528) drop-shadow(0 13px 12px rgba(15,23,42,.24));
  transform:skewX(-1deg);
}

@media(max-width:560px){
  .game-title{
    font-size:clamp(31px,10.5vw,43px)!important;
    line-height:.95;
    -webkit-text-stroke:3px #111827;
    filter:drop-shadow(0 3px 0 #10cfe8) drop-shadow(0 6px 0 #0c1528) drop-shadow(0 10px 10px rgba(15,23,42,.22));
  }
}

@media(max-width:560px){.game-title{-webkit-text-stroke:2.2px #111827;font-size:clamp(32px,10vw,52px);text-shadow:0 3px 0 rgba(0,0,0,.28),0 7px 0 rgba(0,0,0,.16),3px 3px 0 #22d3ee,0 0 12px rgba(34,211,238,.22)}}


/* V13 — title rebuilt to match Steal An Egg logo styling */
.hero-copy{overflow:visible}
.game-title{
  display:flex!important;
  justify-content:center;
  align-items:flex-end;
  flex-wrap:wrap;
  column-gap:.16em;
  row-gap:.02em;
  width:100%;
  margin:0 auto!important;
  font-family:Impact,"Arial Black","Trebuchet MS",sans-serif!important;
  font-size:clamp(38px,7vw,62px)!important;
  font-weight:1000!important;
  line-height:.82!important;
  letter-spacing:-.055em!important;
  text-transform:uppercase!important;
  background:none!important;
  -webkit-text-fill-color:initial!important;
  -webkit-text-stroke:0!important;
  text-shadow:none!important;
  filter:none!important;
  transform:none!important;
}
.game-title span{
  display:inline-block;
  position:relative;
  paint-order:stroke fill;
  -webkit-text-stroke:5px #111111;
  filter:drop-shadow(0 4px 0 #111111) drop-shadow(0 8px 0 #0ea5e9) drop-shadow(0 12px 0 #0b1220) drop-shadow(0 15px 14px rgba(15,23,42,.28));
}
.game-title .title-white{
  color:#ffffff!important;
  background:linear-gradient(180deg,#ffffff 0%,#ffffff 55%,#dedede 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent!important;
}
.game-title .title-yellow{
  color:#ffc400!important;
  background:linear-gradient(180deg,#fff22e 0%,#ffd000 48%,#ff9f00 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent!important;
}
@media(max-width:560px){
  .game-title{font-size:clamp(31px,10.6vw,46px)!important;column-gap:.12em;line-height:.84!important}
  .game-title span{-webkit-text-stroke:3.5px #111111;filter:drop-shadow(0 3px 0 #111111) drop-shadow(0 6px 0 #0ea5e9) drop-shadow(0 9px 0 #0b1220) drop-shadow(0 11px 10px rgba(15,23,42,.24))}
}
@media(max-width:380px){
  .game-title{font-size:clamp(28px,10.2vw,40px)!important}
  .game-title span{-webkit-text-stroke:3px #111111}
}


/* V14 hero logo title */
.eyebrow,.game-title{display:none}
.hero-copy{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}
.steal-logo-title{margin:4px 0 0;display:flex;flex-direction:column;align-items:center;line-height:.84;font-family:Arial Black, Impact, system-ui, sans-serif;text-transform:uppercase;user-select:none}
.steal-logo-title .logo-line{display:flex;align-items:flex-end;justify-content:center;gap:10px}
.steal-logo-title .logo-white,
.steal-logo-title .logo-yellow,
.steal-logo-title .logo-rewards{display:inline-block;font-weight:1000;-webkit-text-stroke:5px #121212;paint-order:stroke fill;letter-spacing:-.04em;transform-origin:center bottom;filter:drop-shadow(0 4px 0 #0b0b0b) drop-shadow(0 8px 0 rgba(0,0,0,.32))}
.steal-logo-title .logo-white{font-size:clamp(48px,7vw,82px);color:#fff;transform:rotate(-4deg)}
.steal-logo-title .logo-white.small{font-size:clamp(34px,4.5vw,50px);margin-right:4px;transform:rotate(-5deg) translateY(-2px)}
.steal-logo-title .logo-yellow{font-size:clamp(56px,8.2vw,98px);color:#ffcc00;transform:rotate(-3deg);text-shadow:0 -2px 0 rgba(255,244,163,.55)}
.steal-logo-title .logo-rewards{font-size:clamp(34px,4.8vw,54px);color:#fff;background:linear-gradient(180deg,#fff 0%,#f7f7f7 35%,#fff0a7 36%,#ffd23b 58%,#ff9f0a 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transform:rotate(-2deg)}
.hero-game-subtitle{margin:4px 0 0;font-family:'Fredoka',Arial,sans-serif;font-size:clamp(24px,3vw,34px);font-weight:800;letter-spacing:-.02em;color:#1f3c88;text-transform:uppercase}
.hero-copy > p[data-i18n="heroSub"]{margin-top:0;max-width:760px}
@media (max-width: 700px){
  .steal-logo-title .logo-line{gap:6px}
  .steal-logo-title .logo-white,.steal-logo-title .logo-yellow,.steal-logo-title .logo-rewards{-webkit-text-stroke:3px #121212;filter:drop-shadow(0 3px 0 #0b0b0b) drop-shadow(0 6px 0 rgba(0,0,0,.26))}
  .steal-logo-title .logo-white{font-size:clamp(36px,10.2vw,52px)}
  .steal-logo-title .logo-white.small{font-size:clamp(24px,6.5vw,34px)}
  .steal-logo-title .logo-yellow{font-size:clamp(42px,11.5vw,62px)}
  .steal-logo-title .logo-rewards{font-size:clamp(26px,7vw,40px)}
  .hero-game-subtitle{font-size:clamp(20px,5vw,28px)}
}


/* V15 image title */
.hero-title-image-wrap{display:flex;justify-content:center;align-items:center;width:100%;margin:2px 0 4px}
.hero-title-image{display:block;width:min(100%, 560px);max-width:560px;height:auto;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18))}
.hero-game-subtitle{margin-top:6px}
@media (max-width: 700px){
  .hero-title-image{max-width:320px;width:92%}
  .hero-title-image-wrap{margin-top:0;margin-bottom:2px}
}


/* V16 hosted asset integration */
.brand-logo-link{display:flex;align-items:center;max-width:148px;min-width:0}
.brand-logo-image{display:block;width:132px;max-width:100%;height:42px;object-fit:contain;object-position:left center;filter:drop-shadow(0 4px 9px rgba(15,23,42,.10))}
.hero-title-image{width:min(100%,520px);max-width:520px}
.tile-game-logo{object-fit:cover;object-position:center}
.reward-card-image{object-fit:contain}
@media(max-width:560px){
  .brand-logo-link{max-width:116px}
  .brand-logo-image{width:108px;height:36px}
  .hero-title-image{width:88%;max-width:300px}
}


/* V17 sizing fixes */
.brand-logo-link{max-width:210px!important}
.brand-logo-image{width:188px!important;height:60px!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important}
.back.reward-back{padding:0!important;overflow:hidden}
.reward-card-image{width:96%!important;height:96%!important;max-width:96%!important;max-height:96%!important;object-fit:cover!important;object-position:center!important;transform:scale(1.14)!important;filter:drop-shadow(0 8px 14px rgba(113,72,0,.20))!important}
@media(max-width:560px){
  .brand-logo-link{max-width:168px!important}
  .brand-logo-image{width:150px!important;height:48px!important}
  .reward-card-image{width:98%!important;height:98%!important;max-width:98%!important;max-height:98%!important;transform:scale(1.16)!important}
}


/* V18 reward card bigger fill */
.back.reward-back{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.reward-card-image{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.30)!important;
  transform-origin:center center!important;
  border-radius:18px!important;
}
@media(max-width:560px){
  .reward-card-image{transform:scale(1.36)!important}
}


/* V19 balanced reward card sizing */
.back.reward-back{padding:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.reward-card-image{
  width:92%!important;
  height:92%!important;
  max-width:92%!important;
  max-height:92%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:scale(1.06)!important;
  transform-origin:center center!important;
  border-radius:16px!important;
}
@media(max-width:560px){
  .reward-card-image{width:94%!important;height:94%!important;max-width:94%!important;max-height:94%!important;transform:scale(1.08)!important}
}


/* V20 reduce winning card size */
.back.reward-back{padding:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.reward-card-image{
  width:84%!important;
  height:84%!important;
  max-width:84%!important;
  max-height:84%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  border-radius:14px!important;
}
@media(max-width:560px){
  .back.reward-back{padding:10px!important}
  .reward-card-image{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important}
}


/* V21 slight increase for winning card */
.back.reward-back{padding:9px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.reward-card-image{
  width:89%!important;
  height:89%!important;
  max-width:89%!important;
  max-height:89%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  border-radius:14px!important;
}
@media(max-width:560px){
  .back.reward-back{padding:8px!important}
  .reward-card-image{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important}
}


/* V22 make winning card close to front-card size */
.back.reward-back{padding:6px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.reward-card-image{
  width:95%!important;
  height:95%!important;
  max-width:95%!important;
  max-height:95%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  border-radius:16px!important;
}
@media(max-width:560px){
  .back.reward-back{padding:6px!important}
  .reward-card-image{width:95%!important;height:95%!important;max-width:95%!important;max-height:95%!important}
}


/* V23 increase winning card more */
.back.reward-back{padding:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.reward-card-image{
  width:97%!important;
  height:97%!important;
  max-width:97%!important;
  max-height:97%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  border-radius:16px!important;
}
@media(max-width:560px){
  .back.reward-back{padding:4px!important}
  .reward-card-image{width:97%!important;height:97%!important;max-width:97%!important;max-height:97%!important}
}

/* V24 AdBlueMedia offer locker */
.verify-locker-card{width:min(520px,100%);background:#fff;border-radius:22px;padding:18px 20px 20px;position:relative;box-shadow:0 28px 90px rgba(0,0,0,.36);color:#111827;text-align:center;animation:modalLift .28s ease}
.verify-close{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:12px;background:#f3f4f6;color:#111827;font-size:25px;font-weight:800;cursor:pointer}
.verify-brand-icon{width:128px;height:128px;object-fit:contain;display:block;margin:0 auto 12px;border-radius:28px}
.verify-rule{height:3px;background:#d9d9d9;border-radius:999px;margin:4px 18px 16px}
.verify-copy{font-size:16px;line-height:1.45;font-weight:800;margin:0 auto 18px;max-width:430px;color:#0f172a}
.verify-copy .red{color:#ff1717}.verify-copy .green{color:#119d14}.verify-copy .blue{color:#1515ef}.verify-copy .sparkle{font-size:18px}
.locker-offers{display:grid;gap:12px}
.locker-offer{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;border:0;border-radius:18px;padding:11px 13px;background:#05b978;color:#fff;text-decoration:none;box-shadow:0 7px 0 #717171,0 12px 25px rgba(0,0,0,.13);text-align:left;transition:transform .15s ease,filter .15s ease;min-height:78px}
.locker-offer:hover{transform:translateY(-2px);filter:brightness(1.03)}.locker-offer:active{transform:translateY(2px);box-shadow:0 4px 0 #717171}
.locker-offer-icon{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#fff;border:2px solid rgba(255,255,255,.7)}
.locker-offer-main{min-width:0}.locker-offer-name{font-size:15px;font-weight:950;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.locker-offer-desc{font-size:11px;font-weight:700;line-height:1.35;margin-top:4px;color:rgba(255,255,255,.92);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.locker-offer-cta{font-size:11px;font-weight:950;letter-spacing:.04em;background:#fff;color:#06794e;padding:8px 9px;border-radius:10px;white-space:nowrap}
.locker-loading,.locker-error{padding:16px;border-radius:14px;background:#f3f4f6;color:#475569;font-weight:800}.locker-error{color:#b91c1c;background:#fff1f2}
.locker-waiting{display:flex;align-items:center;justify-content:center;gap:11px;margin-top:20px;font-size:17px;color:#111827}.spinner{width:24px;height:24px;border:4px dotted #111827;border-radius:50%;display:inline-block;animation:lockerSpin 1.15s linear infinite}@keyframes lockerSpin{to{transform:rotate(360deg)}}
.locker-note{font-size:10px;line-height:1.4;color:#94a3b8;margin:12px 0 0}
@media(max-width:560px){.verify-locker-card{padding:15px 14px 17px;border-radius:18px}.verify-brand-icon{width:92px;height:92px;border-radius:22px}.verify-rule{margin:2px 10px 13px}.verify-copy{font-size:13px;line-height:1.42;margin-bottom:14px}.locker-offers{gap:10px}.locker-offer{grid-template-columns:44px minmax(0,1fr) auto;gap:8px;padding:9px 10px;min-height:70px;border-radius:15px;box-shadow:0 5px 0 #717171,0 9px 18px rgba(0,0,0,.12)}.locker-offer-icon{width:42px;height:42px;border-radius:10px}.locker-offer-name{font-size:13px}.locker-offer-desc{font-size:10px}.locker-offer-cta{font-size:9px;padding:7px 8px}.locker-waiting{font-size:14px;margin-top:16px}.spinner{width:21px;height:21px}}

.locker-retry{margin-top:10px;border:0;border-radius:10px;padding:9px 14px;background:#ef4444;color:#fff;font-weight:900;cursor:pointer}.locker-retry:active{transform:translateY(1px)}

/* V26 verify modal polish */
.verify-locker-card{
  width:min(540px,100%)!important;
  border-radius:26px!important;
  padding:22px 24px 22px!important;
}
.verify-close{display:none!important}
.verify-brand-icon{
  width:112px!important;
  height:112px!important;
  margin:0 auto 10px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,.14));
}
.verify-copy{
  max-width:440px!important;
  margin:0 auto 18px!important;
}
.locker-offers{
  gap:14px!important;
}
.locker-offer{
  grid-template-columns:56px minmax(0,1fr) auto!important;
  min-height:84px!important;
  padding:12px 14px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#16c882 0%,#0fb66f 100%)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 7px 0 #6d6d6d,0 13px 26px rgba(0,0,0,.13)!important;
}
.locker-offer-icon{
  width:52px!important;
  height:52px!important;
  border-radius:14px!important;
  object-fit:cover!important;
  object-position:center!important;
  background:#fff!important;
  border:2px solid rgba(255,255,255,.78)!important;
  overflow:hidden;
}
.locker-offer-icon.fallback{
  object-fit:contain!important;
  padding:6px;
}
.locker-offer-name{
  font-size:15px!important;
}
.locker-offer-desc{
  font-size:11px!important;
  color:rgba(255,255,255,.95)!important;
}
.locker-offer-cta{
  min-width:58px;
  text-align:center;
  border-radius:12px!important;
  padding:10px 11px!important;
  box-shadow:inset 0 -2px 0 rgba(0,0,0,.08);
}
@media(max-width:560px){
  .verify-locker-card{
    padding:16px 15px 18px!important;
    border-radius:20px!important;
  }
  .verify-brand-icon{
    width:94px!important;
    height:94px!important;
  }
  .locker-offers{gap:11px!important}
  .locker-offer{
    grid-template-columns:46px minmax(0,1fr) auto!important;
    min-height:74px!important;
    padding:10px 10px!important;
    border-radius:18px!important;
  }
  .locker-offer-icon{
    width:44px!important;
    height:44px!important;
    border-radius:12px!important;
  }
  .locker-offer-name{font-size:13px!important}
  .locker-offer-desc{font-size:10px!important}
  .locker-offer-cta{font-size:10px!important;padding:8px 9px!important}
}

/* Final profile and locker polish */
.step-kicker{flex-wrap:nowrap;align-items:center}
.step-kicker > span:first-child{flex:0 0 24px}
.step-kicker > [data-i18n="findProfile"]{display:block;width:auto;height:auto;background:none;border-radius:0;white-space:nowrap;line-height:1.4}
.modal{background:rgba(3,9,23,.79);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
body:has(.modal:not(.hidden)){overflow:hidden}
.verify-locker-card{isolation:isolate;background:linear-gradient(145deg,#fff 0%,#fff 52%,#effaf7 100%);border:1px solid rgba(255,255,255,.9);box-shadow:0 32px 110px rgba(0,0,0,.55),0 0 38px rgba(80,223,184,.15),inset 0 1px 0 #fff;max-height:calc(100dvh - 32px);overflow:auto}
.verify-rule{background:linear-gradient(90deg,transparent,#d2e5df 22%,#9bd8c5 50%,#d2e5df 78%,transparent);height:2px}
.locker-offer{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(165deg,#28d99a 0%,#10b77a 48%,#079a64 100%)!important;box-shadow:0 6px 0 #08734f,0 12px 25px rgba(5,120,80,.22),inset 0 1px 0 rgba(255,255,255,.55)!important}
.locker-offer::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.24) 48%,transparent 65%);transform:translateX(-130%);animation:offerShine 6s ease-in-out infinite}
.locker-offer:nth-child(2)::before{animation-delay:.35s}
.locker-offer:nth-child(3)::before{animation-delay:.7s}
.locker-offer:hover{filter:brightness(1.04);transform:translateY(-2px)}
.locker-offer:focus-visible{outline:3px solid #2563eb;outline-offset:4px}
.locker-offer:active{transform:translateY(2px)}
.locker-offer-name{display:block;text-shadow:0 1px 1px rgba(0,70,45,.18)}
.locker-offer-cta{background:linear-gradient(#fff,#eafbf4);box-shadow:0 3px 8px rgba(0,60,35,.12),inset 0 1px 0 #fff}
.locker-offer-icon{box-shadow:0 3px 10px rgba(0,60,40,.16)}
.locker-offer-placeholder{display:grid;place-items:center;color:#07845a;font-size:21px;font-weight:900;background:linear-gradient(#fff,#e2f8ee)!important}
@keyframes offerShine{0%,45%{transform:translateX(-130%)}75%,100%{transform:translateX(130%)}}
@media(prefers-reduced-motion:reduce){.locker-offer::before{animation:none}.locker-offer{transition:none}}
@media(max-width:560px){.verify-locker-card{max-height:calc(100dvh - 16px)}.modal{backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}}
