:root{color-scheme:light;--bg: #fff7ec;--panel: rgba(255, 255, 255, .82);--panel-2: rgba(255, 246, 231, .92);--text: #2a2142;--muted: #705f88;--accent: #ff8d5c;--accent-2: #57b7ff;--accent-3: #ffd55c;--accent-4: #82e6b9;--border: rgba(110, 79, 141, .12);--danger: #df527b;font-family:Trebuchet MS,Avenir Next,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background-color:var(--bg);background:radial-gradient(circle at top left,rgba(255,141,92,.25),transparent 28%),radial-gradient(circle at top right,rgba(87,183,255,.22),transparent 26%),radial-gradient(circle at 20% 80%,rgba(255,213,92,.2),transparent 24%),linear-gradient(180deg,#fff8ef,#fefcf6 54%,#fff4ee);background-attachment:fixed;color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}input,textarea{width:100%;padding:.95rem 1rem;border-radius:14px;border:1px solid var(--border);background:#fffffff2;color:var(--text);box-shadow:inset 0 1px #fffc}textarea{resize:vertical}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58;filter:saturate(.7)}.shell{min-height:100vh}.container{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:1.4rem 0 4rem}.site-disclaimer{width:min(1180px,calc(100% - 2rem));margin:0 auto 1.5rem;color:var(--muted);font-size:.82rem;line-height:1.5;text-align:center}.site-disclaimer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:.45rem;font-weight:800}.site-disclaimer-links a{text-decoration:underline;text-underline-offset:.12rem}.topbar{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:1rem 1.1rem;display:flex;justify-content:space-between;align-items:center;border-radius:24px;background:#ffffffc7;border:1px solid rgba(110,79,141,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 16px 40px #a8784a1f}.brand{font-size:1.25rem;font-weight:900;letter-spacing:.01em;display:inline-flex;align-items:center;gap:.65rem}.brand:before{content:"🎮";width:2.1rem;height:2.1rem;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#ff8d5c2e,#57b7ff2e);border:1px solid rgba(110,79,141,.1);box-shadow:0 10px 18px #ff8d5c24}.nav-actions{display:flex;gap:.9rem;align-items:center}.card{background:var(--panel);border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:1.4rem;box-shadow:0 20px 46px #aa76491f}.page-stack{display:grid;gap:1.25rem}.hero-grid{display:grid;grid-template-columns:1fr;gap:1.1rem;align-items:start;justify-items:center;padding:1.35rem;background:linear-gradient(135deg,#ffffffe0,#fff3e7eb),radial-gradient(circle at top right,rgba(87,183,255,.16),transparent 26%)}.hero{text-align:center}.hero-copy{width:100%;max-width:62rem}.hero h1{font-size:clamp(2.2rem,3.4vw,3.35rem);line-height:.98;margin:.45rem 0 .7rem;max-width:none;letter-spacing:-.04em}.hero p{color:var(--muted);max-width:50rem;font-size:1rem;margin-left:auto;margin-right:auto}.pill{display:inline-block;padding:.45rem .8rem;border-radius:999px;background:#ffd55c38;border:1px solid rgba(255,141,92,.22);color:#7c4d15;font-weight:700}.hero-prize-strip{width:100%;max-width:62rem;display:grid;gap:.8rem}.hero-prize-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem 1.1rem;border-radius:24px;background:linear-gradient(135deg,#fff2c8,#fff 48%,#dff2ff);border:1px solid rgba(110,79,141,.12);box-shadow:0 18px 30px #92653a1a}.hero-prize-icon{width:4rem;height:4rem;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),#ffb45c);color:#fff;font-size:1.8rem;font-weight:900;box-shadow:0 14px 24px #ff8d5c33}.hero-prize-copy{min-width:0;text-align:left}.hero-prize-label{display:inline-flex;padding:.35rem .65rem;border-radius:999px;background:#ffffffd1;color:#8a4e1f;font-size:.8rem;font-weight:800;margin-bottom:.45rem}.hero-prize-copy strong{display:block;font-size:1.2rem;margin-bottom:.15rem}.hero-prize-copy p{margin:0;font-size:.95rem;color:var(--muted)}.hero-prize-value{display:inline-flex;align-items:center;justify-content:center;padding:.55rem .8rem;border-radius:999px;background:#57b7ff2e;color:#205f8c;font-size:.9rem;font-weight:900}.hero-mission-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.hero-mission-step{display:flex;align-items:center;gap:.72rem;padding:.78rem .9rem;border-radius:18px;background:#ffffffe6;border:1px solid rgba(110,79,141,.12)}.hero-mission-step strong{width:2rem;height:2rem;border-radius:999px;display:inline-grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff}.grid-2,.grid-3,.grid-4{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-actions,.form-stack{display:grid;gap:.9rem}.hero-actions{grid-template-columns:minmax(0,240px);align-items:center}.hero-actions{justify-content:center}.form-stack{margin-top:1rem}.primary-btn,.ghost-btn,.primary-link{display:inline-flex;justify-content:center;align-items:center;padding:.9rem 1.1rem;border-radius:14px;font-weight:800}.primary-btn,.primary-link{background:linear-gradient(135deg,var(--accent),#ffb45c);color:#fff;box-shadow:0 14px 24px #ff8d5c3d}.ghost-btn{background:#ffffffb8;color:var(--text);border:1px solid var(--border);box-shadow:0 10px 20px #92653a14}.inline-flex{display:inline-flex}.narrow-card,.signup-shell{max-width:560px;margin:2rem auto 0}.signup-shell--referral{max-width:860px;display:grid;gap:1rem}.signup-referral-banner{display:grid;gap:1rem;padding:1.15rem;background:linear-gradient(135deg,#fffffff0,#fff7ecf5),radial-gradient(circle at top right,rgba(87,183,255,.14),transparent 30%)}.signup-referral-banner__top{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);gap:1rem;align-items:center}.signup-referral-banner__copy h2{margin:.15rem 0 .45rem;font-size:clamp(1.5rem,2.5vw,2rem)}.signup-referral-banner__copy p{margin:0;color:var(--muted)}.signup-referral-banner__reward{display:grid;gap:.35rem;justify-items:start;padding:1rem;border-radius:20px;background:linear-gradient(135deg,#ffd55c38,#57b7ff29);border:1px solid rgba(110,79,141,.12);box-shadow:inset 0 1px #ffffffbf}.signup-referral-banner__reward-tag{display:inline-flex;padding:.35rem .65rem;border-radius:999px;background:#ffffffd1;color:#8a4e1f;font-size:.78rem;font-weight:800}.signup-referral-banner__reward strong{font-size:1.22rem}.signup-referral-banner__reward span:last-child{color:var(--muted);font-size:.92rem}.promo-image-card{overflow:hidden;width:min(100%,380px);border-radius:24px;border:1px solid rgba(110,79,141,.12);background:#ffffffdb;box-shadow:0 18px 34px #92653a1f}.signup-referral-banner .promo-image-card{justify-self:start}.promo-image-card__image{display:block;width:100%;height:auto}.promo-image-card--dashboard{width:min(100%,340px);margin-bottom:1rem}.signup-referral-banner__track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.signup-referral-step{display:grid;gap:.7rem;align-content:start;padding:.95rem;border-radius:20px;background:#ffffffd6;border:1px solid rgba(110,79,141,.12);min-width:0}.signup-referral-step--reward{background:linear-gradient(180deg,#ffd55c3d,#ffffffe0)}.signup-referral-step__badge{width:2.25rem;height:2.25rem;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-size:.82rem;font-weight:900;letter-spacing:.04em;box-shadow:0 10px 18px #ff8d5c2e}.signup-referral-step strong{display:block;margin-bottom:.28rem;font-size:.98rem}.signup-referral-step p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.4}.auth-wrap h2{margin-top:0}.legal-page{max-width:960px;margin:0 auto}.legal-page h1{margin-bottom:.4rem}.legal-page h2{margin-top:1.5rem;margin-bottom:.45rem;font-size:1.08rem}.legal-page p,.legal-page li{color:var(--text);line-height:1.7}.legal-page ul{margin:.4rem 0 .8rem 1.2rem}.faq-list{display:grid;gap:.85rem;margin-top:1rem}.faq-item{border:1px solid rgba(110,79,141,.12);border-radius:18px;background:#ffffffd6;padding:.95rem 1rem}.faq-item__summary{cursor:pointer;font-weight:800;list-style:none}.faq-item__summary::-webkit-details-marker{display:none}.faq-item p{margin:.85rem 0 0}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:70;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:min(980px,calc(100% - 2rem));margin:0 auto;padding:1rem 1.1rem;border-radius:22px;border:1px solid var(--border);background:#fffcf7f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 60px #92653a2e}.cookie-banner__copy{min-width:0}.cookie-banner__copy strong{display:block;margin-bottom:.3rem}.cookie-banner__copy p{margin:0;color:var(--muted);line-height:1.5}.cookie-banner__copy a{text-decoration:underline;text-underline-offset:.12rem}.cookie-banner__actions{display:flex;gap:.75rem;flex-wrap:wrap;flex:0 0 auto}.error-text{color:var(--danger)}.helper-text{color:var(--muted)}.auth-inline-link-row{display:flex;justify-content:flex-end;margin-top:-.1rem}.checkbox-row{display:flex;align-items:flex-start;gap:.75rem;color:var(--muted);line-height:1.5}.checkbox-row input{width:1rem;height:1rem;margin-top:.25rem;flex:0 0 auto;box-shadow:none}.checkbox-row a{text-decoration:underline;text-underline-offset:.12rem}.helper-link{color:#cfe0ff;font-size:.92rem}.stat-card span,.info-list span,.subtle{color:var(--muted);font-size:.9rem}.stat-card strong{display:block;font-size:2rem;margin-top:.4rem}.info-list{display:grid;gap:.7rem}.info-list div{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.info-list strong{text-align:right;overflow-wrap:anywhere}.table-wrap{overflow-y:auto;overflow-x:hidden;max-width:100%}table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}th,td{text-align:left;padding:.9rem .75rem;border-bottom:1px solid rgba(110,79,141,.1);vertical-align:top;overflow-wrap:anywhere}th{color:#7a6792;font-size:.82rem;letter-spacing:.02em;text-transform:uppercase;background:#fff1e1b8}thead th:first-child{border-top-left-radius:16px}thead th:last-child{border-top-right-radius:16px}.admin-table th,.admin-table td{min-width:0}.admin-table tr:hover td{background:#ffdfbf2e}.admin-table{table-layout:auto;width:100%}.admin-table th{white-space:nowrap}.admin-table td{white-space:normal}.admin-overview-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:1rem;align-items:start}.admin-detail-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);gap:1rem;padding:1rem;border-radius:16px;background:#fff6ecd9}.admin-disclosure{border:1px solid rgba(110,79,141,.12);border-radius:18px;background:#ffffffc2}.admin-disclosure__summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;cursor:pointer}.admin-disclosure__summary::-webkit-details-marker{display:none}.admin-disclosure__hint{color:var(--muted);font-size:.82rem;white-space:nowrap}.admin-disclosure__body{padding:0 1rem 1rem}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;background:#040a169e;padding:1rem}.admin-modal{width:min(100%,520px);border-radius:22px;border:1px solid var(--border);background:#fffcf7fa;box-shadow:0 24px 60px #92653a2e;padding:1.25rem}.admin-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.form-stack label{display:grid;gap:.45rem}.admin-table--accounts th:nth-child(1){width:28%}.admin-table--accounts th:nth-child(2){width:17%}.admin-table--accounts th:nth-child(3){width:24%}.admin-table--accounts th:nth-child(4){width:11%}.admin-table--accounts th:nth-child(5){width:20%}.admin-table--redemptions th:nth-child(1){width:7%}.admin-table--redemptions th:nth-child(2){width:20%}.admin-table--redemptions th:nth-child(3){width:24%}.admin-table--redemptions th:nth-child(4){width:10%}.admin-table--redemptions th:nth-child(5){width:17%}.admin-table--redemptions th:nth-child(6){width:22%}.dashboard-table{table-layout:auto}.dashboard-table th{white-space:nowrap}.dashboard-table th,.dashboard-table td{white-space:normal}.meter{height:12px;background:#ffffff0d;border-radius:999px;overflow:hidden;margin:1rem 0}.meter>div{height:100%;background:linear-gradient(135deg,var(--accent),var(--accent-2))}.top-gap{margin-top:1rem}.dashboard-top-strip{margin-top:-.25rem}.dashboard-journey{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.dashboard-status-row{display:flex;gap:.75rem;flex-wrap:wrap}.dashboard-status-row--top{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.15rem}.dashboard-status-chip{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem .9rem;border-radius:999px;border:1px solid var(--border);background:#ffffffd6;flex:0 0 auto;box-shadow:0 10px 18px #92653a14}.dashboard-status-label{color:var(--muted);font-size:.9rem}.dashboard-status-chip strong{font-size:.98rem}.dashboard-status-dot{width:1.4rem;height:1.4rem;border-radius:999px;display:inline-grid;place-items:center;font-size:.8rem;font-weight:700;border:1px solid rgba(110,79,141,.12);background:#ffffffb3}.dashboard-status-dot.is-yes{background:#82e6b96b;color:#216f52}.dashboard-status-dot.is-no{background:#ff8d5c2e;color:#9a4b25}.dashboard-journey-step{position:relative;display:flex;gap:.9rem;align-items:flex-start;padding:1rem;border-radius:20px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffffeb,#fff6e7cc);min-width:0}.dashboard-journey-step.is-active{background:linear-gradient(180deg,#ffd55c3d,#ffffffc2);border-color:#ff8d5c3d}.dashboard-journey-icon{flex:0 0 auto;width:3rem;height:3rem;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#ff8d5c47,#57b7ff3d);border:1px solid rgba(110,79,141,.08);font-weight:800;letter-spacing:.04em}.dashboard-journey-copy{min-width:0}.dashboard-journey-copy strong{display:block;margin-bottom:.35rem}.dashboard-journey-copy p{margin:0;color:var(--muted);line-height:1.45}.dashboard-journey-line{position:absolute;top:50%;right:-.6rem;width:1.2rem;height:1px;background:linear-gradient(90deg,#ff8d5c6b,#57b7ff38)}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,1fr);gap:1rem;align-items:start}.dashboard-side-stack{display:grid;gap:1rem;min-width:0}.dashboard-referral-hero{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.dashboard-referral-link-box{padding:1rem 1.1rem;border-radius:16px;border:1px solid var(--border);background:#ffffffe6}.dashboard-sticker-pack{display:flex;gap:.6rem;flex-wrap:wrap}.dashboard-sticker{display:inline-flex;align-items:center;padding:.55rem .8rem;border-radius:999px;background:#ffffffdb;border:1px solid rgba(110,79,141,.12);box-shadow:0 10px 18px #92653a14;font-size:.82rem;font-weight:800}.dashboard-sticker--accent{background:linear-gradient(135deg,#ffd55c52,#ff8d5c38)}.dashboard-link-text{display:block;max-width:100%;overflow-wrap:anywhere}.dashboard-offerwall-frame{width:100%;overflow:hidden;border-radius:18px;background:#fff;border:1px solid rgba(110,79,141,.12);box-shadow:0 16px 30px #92653a1a}.dashboard-offerwall-iframe{width:100%;height:690px;border:none;display:block}.dashboard-offerwall-empty{min-height:690px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:18px;border:1px dashed rgba(110,79,141,.18);background:#ffffffa3;padding:24px}.dashboard-empty-badge{display:inline-flex;padding:.45rem .8rem;border-radius:999px;background:#ff8d5c29;color:#8b5124;font-size:.8rem;font-weight:800;margin-bottom:.8rem}.dashboard-toast{position:fixed;right:1rem;bottom:1rem;z-index:50;max-width:min(92vw,420px);padding:.9rem 1rem;border-radius:16px;border:1px solid rgba(255,141,92,.26);background:#fffffff5;color:var(--text);box-shadow:0 18px 40px #92653a2e;animation:dashboard-toast-in .18s ease-out}.dashboard-toast.is-success{border-color:#57b7ff47}.dashboard-toast.is-error{border-color:#df527b4d;color:#8d2848}@keyframes dashboard-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.hero-grid,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.hero h1{max-width:none}.hero-actions{grid-template-columns:1fr}.hero-prize-card{grid-template-columns:1fr;text-align:center}.hero-prize-copy{text-align:center}.hero-prize-value{justify-self:center}.hero-mission-row{grid-template-columns:1fr 1fr}.topbar{flex-direction:column;gap:.8rem;align-items:flex-start}.cookie-banner{flex-direction:column;align-items:stretch}.cookie-banner__actions{width:100%}.cookie-banner__actions .ghost-btn,.cookie-banner__actions .primary-btn{flex:1 1 0}.admin-overview-grid,.admin-detail-panel{grid-template-columns:1fr}.dashboard-status-row--top{display:grid;grid-template-columns:1fr 1fr;overflow-x:visible;flex-wrap:wrap}.dashboard-status-chip{min-width:0}.dashboard-journey{grid-template-columns:1fr}.dashboard-journey-line{display:none}.dashboard-main-grid{grid-template-columns:1fr}.dashboard-offerwall-iframe{height:520px}.dashboard-offerwall-empty{min-height:360px}.dashboard-referral-hero{align-items:stretch}.signup-referral-banner__top{grid-template-columns:1fr}.signup-referral-banner__track{grid-template-columns:1fr 1fr}.info-list div{flex-direction:column}.info-list strong{text-align:left}}@media(max-width:640px){.container{width:min(100%,calc(100% - 1rem));padding:1rem 0 3rem}.signup-shell{margin-top:1rem}.signup-shell--referral .signup-referral-banner{gap:.75rem;padding:.9rem}.signup-referral-banner__copy h2{font-size:1.35rem;line-height:1.05}.signup-referral-banner__copy p{font-size:.92rem}.signup-referral-banner__reward{display:none}.promo-image-card,.promo-image-card--dashboard{width:100%}.card{border-radius:20px;padding:1rem}.hero-mission-row{grid-template-columns:1fr}.signup-referral-banner__track{grid-template-columns:1fr 1fr;gap:.6rem}.signup-referral-step{gap:.45rem;padding:.75rem}.signup-referral-step__badge{width:1.8rem;height:1.8rem;border-radius:12px;font-size:.72rem}.signup-referral-step strong{margin-bottom:.18rem;font-size:.88rem}.signup-referral-step p{font-size:.8rem;line-height:1.3}.dashboard-offerwall-frame{border-radius:14px}.dashboard-status-row--top{grid-template-columns:1fr 1fr;gap:.55rem}.dashboard-status-chip{padding:.58rem .72rem}.dashboard-status-label{font-size:.8rem}.dashboard-status-chip strong{font-size:.88rem}.dashboard-status-dot{width:1.15rem;height:1.15rem;font-size:.68rem}.dashboard-offerwall-iframe{height:460px}.dashboard-offerwall-empty{min-height:280px;padding:18px}.dashboard-toast{left:.75rem;right:.75rem;bottom:.75rem;max-width:none}th,td{padding:.7rem .55rem}}
