@font-face{font-family:Manrope;src:url('/assets/manrope-regular.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Manrope;src:url('/assets/manrope-semibold.woff2') format('woff2');font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Manrope;src:url('/assets/manrope-extrabold.woff2') format('woff2');font-style:normal;font-weight:800;font-display:swap}
@font-face{font-family:Unbounded;src:url('/assets/unbounded-semibold.woff2') format('woff2');font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Unbounded;src:url('/assets/unbounded-bold.woff2') format('woff2');font-style:normal;font-weight:700;font-display:swap}

:root{
  --bg:#050817;
  --bg-deep:#030511;
  --panel:#0b1229;
  --panel-2:#101a36;
  --panel-3:#131e3c;
  --ink:#f6f8ff;
  --muted:#8d9ab9;
  --muted-2:#66728f;
  --line:rgba(156,177,224,.12);
  --blue:#4c77ff;
  --blue-2:#2554ed;
  --violet:#8e55ff;
  --red:#e51f3f;
  --red-2:#b40f2d;
  --white-wheel:#f7f2e8;
  --green:#53e6a1;
  --shadow:0 24px 70px rgba(0,0,0,.38);
  color-scheme:dark;
}

*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{min-height:100%;background:var(--bg)}
body{min-width:320px;min-height:100vh;margin:0;color:var(--ink);font-family:Manrope,Arial,sans-serif;background:
  radial-gradient(circle at 45% -5%,rgba(66,99,222,.19),transparent 34%),
  linear-gradient(180deg,#070b1c 0%,var(--bg) 42%,var(--bg-deep) 100%);overflow-x:hidden}
button,input{font:inherit}
button{cursor:pointer}
a{color:inherit}
.hidden{display:none!important}
.ambient{position:fixed;z-index:-1;border-radius:50%;filter:blur(80px);pointer-events:none}
.ambient-one{top:15%;left:-140px;width:260px;height:260px;background:rgba(67,75,223,.13)}
.ambient-two{right:-120px;bottom:16%;width:240px;height:240px;background:rgba(119,48,212,.1)}

.app-root{width:100%;min-height:100vh;margin:0 auto}
.state-view{display:flex;min-height:100vh;align-items:center;justify-content:center;flex-direction:column;padding:34px 24px calc(34px + env(safe-area-inset-bottom));text-align:center}
.state-view h1{max-width:380px;margin:10px 0 12px;font-family:Unbounded,Manrope,sans-serif;font-size:clamp(24px,7vw,34px);line-height:1.14;letter-spacing:-.045em}
.state-copy{max-width:360px;margin:0 0 28px;color:var(--muted);font-size:14px;line-height:1.65}
.kicker,.sheet-kicker,.page-intro>p,.section-heading p{letter-spacing:.17em}
.kicker,.sheet-kicker{margin:20px 0 0;color:#8191bb;font-size:10px;font-weight:800}
.brand-orb{position:relative;display:grid;place-items:center;width:112px;height:112px;border:1px solid rgba(124,147,255,.36);border-radius:37px;background:linear-gradient(145deg,rgba(76,119,255,.27),rgba(75,36,146,.18));box-shadow:0 25px 70px rgba(52,82,207,.28),inset 0 1px 0 rgba(255,255,255,.12);transform:rotate(-5deg)}
.brand-orb:before,.brand-orb:after{content:"";position:absolute;border-radius:50%}
.brand-orb:before{inset:-18px;border:1px solid rgba(92,117,211,.13)}
.brand-orb:after{inset:-38px;border:1px solid rgba(92,117,211,.07)}
.brand-orb span{font-size:56px;filter:drop-shadow(0 14px 23px rgba(52,20,122,.5));transform:rotate(5deg)}
.loading-orb{animation:orb-float 2.6s ease-in-out infinite}
@keyframes orb-float{50%{transform:translateY(-8px) rotate(3deg)}}
.loading-line{width:180px;height:3px;margin-top:24px;border-radius:99px;background:rgba(255,255,255,.07);overflow:hidden}
.loading-line i{display:block;width:45%;height:100%;border-radius:inherit;background:linear-gradient(90deg,transparent,var(--blue),transparent);animation:loading 1.25s ease-in-out infinite}
@keyframes loading{from{transform:translateX(-110%)}to{transform:translateX(330%)}}
.state-icon{display:grid;place-items:center;width:78px;height:78px;border:1px solid rgba(255,66,95,.25);border-radius:27px;color:#ff6f87;font-family:Unbounded;font-size:33px;background:rgba(229,31,63,.1)}
.locked-orb{margin-bottom:20px}
.status-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(83,230,161,.18);border-radius:99px;color:#8cf3bd;font-size:9px;font-weight:800;letter-spacing:.12em;background:rgba(83,230,161,.08)}
.status-chip i{display:block;width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 12px rgba(83,230,161,.75)}
.locked-orb+.status-chip{color:#ff8196;border-color:rgba(229,31,63,.2);background:rgba(229,31,63,.08)}
.locked-orb+.status-chip i{background:var(--red);box-shadow:0 0 12px rgba(229,31,63,.75)}

.primary-button{width:100%;min-height:54px;border:0;border-radius:17px;color:#fff;font-weight:800;background:linear-gradient(135deg,var(--blue),var(--blue-2));box-shadow:0 16px 34px rgba(42,83,231,.28);transition:transform .18s ease,filter .18s ease,opacity .18s ease}
.primary-button:active{transform:scale(.985);filter:brightness(1.08)}
.primary-button:disabled{opacity:.45;cursor:wait}
.state-view .primary-button{max-width:340px}

.app-shell{width:min(100%,520px);min-height:100vh;margin:0 auto;padding:0 16px calc(100px + env(safe-area-inset-bottom));position:relative}
.topbar{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:calc(15px + env(safe-area-inset-top)) 2px 14px}
.brand-lockup{display:flex;align-items:center;gap:11px}
.mini-mascot{display:grid;place-items:center;width:39px;height:39px;border:1px solid rgba(115,137,238,.25);border-radius:13px;font-size:23px;background:linear-gradient(145deg,#17265a,#25154a);box-shadow:0 10px 24px rgba(0,0,0,.23)}
.brand-lockup p{margin:0 0 2px;color:#7281a6;font-size:8px;font-weight:800;letter-spacing:.14em}
.brand-lockup strong{font-family:Unbounded,Manrope,sans-serif;font-size:14px;letter-spacing:-.025em}
.avatar-button{display:grid;place-items:center;width:39px;height:39px;border:1px solid rgba(151,170,220,.16);border-radius:50%;color:#cdd7fb;font-weight:800;background:linear-gradient(145deg,#263865,#131c39)}
.views-wrap{position:relative}
.app-view{display:none;animation:view-in .26s ease-out}
.app-view.active{display:block}
@keyframes view-in{from{opacity:0;transform:translateY(6px)}}

.subscription-card{position:relative;min-height:500px;padding:17px;border:1px solid rgba(112,137,225,.18);border-radius:30px;background:
  radial-gradient(circle at 50% 27%,rgba(94,97,255,.24),transparent 27%),
  linear-gradient(155deg,rgba(21,34,77,.98),rgba(8,15,38,.98) 62%,rgba(11,13,39,.98));
  box-shadow:0 28px 70px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.05);overflow:hidden}
.subscription-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,black,transparent 70%);pointer-events:none}
.subscription-card.inactive{border-color:rgba(229,31,63,.18);background:radial-gradient(circle at 50% 27%,rgba(229,31,63,.13),transparent 28%),linear-gradient(155deg,#1c1b39,#090d20 65%)}
.subscription-card.inactive .status-chip{color:#ff8ea0;border-color:rgba(229,31,63,.21);background:rgba(229,31,63,.08)}
.subscription-card.inactive .status-chip i{background:var(--red);box-shadow:0 0 12px rgba(229,31,63,.7)}
.subscription-topline{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between}
.device-pill{padding:7px 10px;border:1px solid rgba(164,182,231,.13);border-radius:99px;color:#8f9bb9;font-size:9px;font-weight:700;background:rgba(255,255,255,.025)}
.shield-stage{position:relative;display:grid;place-items:center;width:190px;height:190px;margin:13px auto -3px}
.shield-rings,.shield-rings:before,.shield-rings:after{position:absolute;border-radius:50%;border:1px solid rgba(99,121,236,.15)}
.shield-rings{inset:3px;box-shadow:0 0 55px rgba(72,94,229,.13)}
.shield-rings:before,.shield-rings:after{content:""}
.shield-rings:before{inset:18px;border-color:rgba(104,127,250,.18)}
.shield-rings:after{inset:39px;border-color:rgba(135,100,255,.22);background:radial-gradient(circle,rgba(80,85,243,.21),rgba(16,20,66,.14) 56%,transparent 57%)}
.devil-mark{position:relative;z-index:2;display:grid;place-items:center;width:88px;height:88px;border:1px solid rgba(148,152,255,.29);border-radius:31px;font-size:49px;background:linear-gradient(145deg,#293d92,#391d76 70%);box-shadow:0 20px 46px rgba(28,24,111,.5),inset 0 1px 0 rgba(255,255,255,.16);transform:rotate(-4deg)}
.subscription-heading{position:relative;z-index:2;text-align:center}
.subscription-heading>p{margin:0 0 7px;color:#7182af;font-size:9px;font-weight:800;letter-spacing:.17em}
.subscription-heading h1{margin:0;font-family:Unbounded,Manrope,sans-serif;font-size:39px;line-height:1;letter-spacing:-.07em}
.subscription-heading h1 small{font-family:Manrope;font-size:15px;font-weight:600;letter-spacing:0;color:#9aa7c6}
.subscription-heading>span{display:block;margin-top:10px;color:#8795b5;font-size:12px}
.subscription-actions{position:absolute;z-index:3;right:17px;bottom:17px;left:17px;display:grid;grid-template-columns:1fr auto;gap:9px}
.connect-button{display:flex;align-items:center;gap:11px;min-height:62px;padding:9px 12px;border:0;border-radius:18px;color:#fff;text-align:left;background:linear-gradient(135deg,#4b76ff,#2b54de);box-shadow:0 15px 32px rgba(37,78,215,.26)}
.connect-button.hidden+*{grid-column:1/-1}
.button-icon{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:13px;background:rgba(255,255,255,.13)}
.button-icon svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.connect-button>span:nth-child(2){display:flex;flex-direction:column;min-width:0}
.connect-button b{font-size:13px}.connect-button small{margin-top:2px;color:#c7d3ff;font-size:9px}
.chevron{width:18px;margin-left:auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.7}
.secondary-action{min-width:83px;border:1px solid rgba(153,172,224,.14);border-radius:18px;color:#dbe3ff;font-size:11px;font-weight:800;background:rgba(255,255,255,.045)}

.quick-section{margin-top:25px}
.section-heading{display:flex;align-items:end;justify-content:space-between;margin:0 3px 13px}
.section-heading p{margin:0 0 5px;color:#637193;font-size:8px;font-weight:800}
.section-heading h2{margin:0;font-size:20px;letter-spacing:-.045em}
.section-heading>span{color:#8e9ab8;font-size:11px;font-weight:700}
.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.quick-card{position:relative;display:flex;min-width:0;min-height:108px;align-items:flex-start;gap:10px;padding:14px;border:1px solid var(--line);border-radius:20px;color:var(--ink);text-align:left;background:linear-gradient(145deg,rgba(18,28,59,.94),rgba(9,15,34,.96));box-shadow:0 12px 28px rgba(0,0,0,.16);overflow:hidden}
.quick-card:active{transform:scale(.985)}
.quick-card>span:nth-child(2){display:flex;min-width:0;flex-direction:column;padding-top:4px}
.quick-card b{font-size:12px;white-space:nowrap}.quick-card small{max-width:96px;margin-top:5px;color:#7481a0;font-size:8px;line-height:1.35}
.quick-icon{display:grid;place-items:center;flex:0 0 39px;height:39px;border-radius:14px;color:#9db3ff;background:rgba(76,119,255,.12)}
.quick-icon svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.wheel-quick{grid-column:1/-1;min-height:84px;align-items:center;border-color:rgba(229,31,63,.18);background:radial-gradient(circle at 18% 50%,rgba(229,31,63,.13),transparent 25%),linear-gradient(145deg,#16172d,#0b1025)}
.wheel-quick>span:nth-child(2){padding:0}.wheel-quick small{max-width:none}.wheel-quick em{margin:auto 0 auto auto;padding:7px 10px;border-radius:99px;color:#ff8196;font-size:8px;font-style:normal;font-weight:800;letter-spacing:.09em;background:rgba(229,31,63,.09)}
.wheel-icon{position:relative;background:conic-gradient(var(--red) 0 45deg,var(--white-wheel) 45deg 90deg,var(--red) 90deg 135deg,var(--white-wheel) 135deg 180deg,var(--red) 180deg 225deg,var(--white-wheel) 225deg 270deg,var(--red) 270deg 315deg,var(--white-wheel) 315deg);border:2px solid #7e1931}
.wheel-icon i{width:10px;height:10px;border-radius:50%;background:#11152a;box-shadow:0 0 0 2px rgba(255,255,255,.25)}
.ticket-icon{color:#bca0ff;background:rgba(142,85,255,.12)}
.friends-icon{color:#8ce6c0;background:rgba(83,230,161,.1)}
.support-icon{color:#9bd8ff;background:rgba(53,161,237,.1)}

.fortune-banner{position:relative;display:flex;min-height:174px;margin-top:12px;padding:21px;border:1px solid rgba(229,31,63,.15);border-radius:24px;background:radial-gradient(circle at 88% 45%,rgba(229,31,63,.2),transparent 36%),linear-gradient(135deg,#171525,#0a0f24);box-shadow:0 20px 45px rgba(0,0,0,.2);overflow:hidden;cursor:pointer}
.fortune-banner>div:first-child{position:relative;z-index:2}.fortune-banner span{color:#ff7189;font-size:8px;font-weight:800;letter-spacing:.16em}.fortune-banner h2{margin:10px 0 7px;font-family:Unbounded;font-size:17px;line-height:1.35;letter-spacing:-.04em}.fortune-banner p{margin:0;color:#7d88a5;font-size:9px}
.mini-wheel{position:absolute;right:-33px;top:16px;display:grid;place-items:center;width:157px;height:157px;border:7px solid #6f172b;border-radius:50%;background:conic-gradient(from -22.5deg,var(--white-wheel) 0 45deg,var(--red) 45deg 90deg,var(--white-wheel) 90deg 135deg,var(--red) 135deg 180deg,var(--white-wheel) 180deg 225deg,var(--red) 225deg 270deg,var(--white-wheel) 270deg 315deg,var(--red) 315deg);box-shadow:0 18px 45px rgba(0,0,0,.38),0 0 45px rgba(229,31,63,.13);transform:rotate(13deg)}
.mini-wheel:before{content:"";position:absolute;inset:16px;border:1px solid rgba(30,20,33,.25);border-radius:50%}
.mini-wheel i{display:grid;place-items:center;width:46px;height:46px;border:4px solid #7a1830;border-radius:50%;font-size:24px;font-style:normal;background:#12162b;box-shadow:0 6px 16px rgba(0,0,0,.4)}

.page-intro{padding:19px 4px 13px;text-align:center}.page-intro>p{margin:0 0 8px;color:#6678a9;font-size:8px;font-weight:800}.page-intro h1{margin:0;font-family:Unbounded;font-size:25px;line-height:1.25;letter-spacing:-.05em}.page-intro>span{display:block;margin-top:9px;color:#7f8cab;font-size:11px}
.wheel-intro{padding-bottom:4px}
.wheel-stage{position:relative;display:grid;place-items:center;width:min(88vw,390px);height:min(88vw,390px);margin:2px auto -4px}
.wheel-glow{position:absolute;width:82%;height:82%;border-radius:50%;background:rgba(229,31,63,.17);filter:blur(38px)}
.wheel-pointer{position:absolute;z-index:8;top:2px;left:50%;width:34px;height:52px;filter:drop-shadow(0 8px 10px rgba(0,0,0,.5));transform:translateX(-50%)}
.wheel-pointer:before{content:"";position:absolute;top:0;left:2px;width:30px;height:30px;border:3px solid #790f27;border-radius:50%;background:linear-gradient(145deg,#ff385a,#c61032)}
.wheel-pointer i{position:absolute;top:20px;left:7px;width:20px;height:27px;background:#e51f3f;clip-path:polygon(0 0,100% 0,50% 100%)}
.fortune-wheel{position:relative;width:86%;height:86%;border:9px solid #76152c;border-radius:50%;background:conic-gradient(from -22.5deg,var(--white-wheel) 0 45deg,var(--red) 45deg 90deg,var(--white-wheel) 90deg 135deg,var(--red) 135deg 180deg,var(--white-wheel) 180deg 225deg,var(--red) 225deg 270deg,var(--white-wheel) 270deg 315deg,var(--red) 315deg);box-shadow:0 28px 60px rgba(0,0,0,.5),0 0 0 4px #340b18,0 0 0 7px rgba(255,255,255,.04),inset 0 0 0 2px rgba(255,255,255,.25);transition:transform 5.2s cubic-bezier(.12,.68,.08,1);will-change:transform}
.fortune-wheel:before{content:"";position:absolute;inset:8px;border:1px solid rgba(20,13,27,.28);border-radius:50%;box-shadow:inset 0 0 34px rgba(0,0,0,.17)}
.wheel-labels{position:absolute;inset:0}.wheel-label{position:absolute;top:50%;left:50%;width:78px;margin-left:-39px;margin-top:-11px;text-align:center;font-family:Unbounded;font-size:12px;font-weight:700;letter-spacing:-.06em;transform-origin:39px 11px}.wheel-label.light{color:#78142a}.wheel-label.dark{color:#fff2f3}
.wheel-hub{position:absolute;z-index:4;top:50%;left:50%;display:grid;place-items:center;width:74px;height:74px;border:7px solid #71142a;border-radius:50%;background:linear-gradient(145deg,#171b35,#080c1d);box-shadow:0 9px 24px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.16);transform:translate(-50%,-50%)}
.wheel-hub span{font-size:38px}.wheel-hub i{position:absolute;inset:-18px;border:1px solid rgba(255,255,255,.24);border-radius:50%}
.fortune-wheel.spinning+.noop{display:none}
.spin-balance{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-top:0}.spin-balance span{color:#687695;font-size:8px;font-weight:800;letter-spacing:.15em}.spin-balance strong{font-family:Unbounded;font-size:26px}.spin-balance small{color:#8793ae;font-size:11px}
.spin-button{display:flex;width:min(100%,350px);min-height:62px;align-items:center;justify-content:center;flex-direction:column;margin:13px auto 0;border:1px solid rgba(255,85,112,.35);border-radius:20px;color:#fff;background:linear-gradient(135deg,#ec294a,#b81230);box-shadow:0 16px 38px rgba(190,18,49,.31),inset 0 1px 0 rgba(255,255,255,.17);transition:transform .18s ease,opacity .18s ease}
.spin-button span{font-family:Unbounded;font-size:14px;letter-spacing:.04em}.spin-button small{margin-top:3px;color:#ffc3cc;font-size:8px}.spin-button:active{transform:scale(.985)}.spin-button:disabled{opacity:.45;cursor:wait}
.odds-card{margin-top:19px;padding:15px;border:1px solid var(--line);border-radius:20px;background:rgba(11,18,41,.82)}
.odds-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.odds-head span{font-size:11px;font-weight:800}.odds-head small{color:#697693;font-size:8px}
.odds-list{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.odds-item{padding:10px 4px;border:1px solid rgba(255,255,255,.06);border-radius:12px;text-align:center;background:rgba(255,255,255,.025)}.odds-item b{display:block;font-family:Unbounded;font-size:11px}.odds-item span{display:block;margin-top:4px;color:#74809c;font-size:8px}.odds-item:last-child{border-color:rgba(229,31,63,.17);background:rgba(229,31,63,.055)}
.history-section{margin-top:25px}.section-heading.compact{align-items:center}.history-list{display:flex;flex-direction:column;gap:8px}.history-item,.history-empty{display:flex;min-height:55px;align-items:center;padding:10px 13px;border:1px solid var(--line);border-radius:16px;background:rgba(12,19,42,.78)}.history-item i{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;font-style:normal;background:rgba(229,31,63,.1)}.history-item span{display:flex;flex:1;flex-direction:column;margin-left:10px}.history-item b{font-size:11px}.history-item small{margin-top:3px;color:#6f7c9a;font-size:8px}.history-item strong{color:#ff7189;font-family:Unbounded;font-size:11px}.history-empty{justify-content:center;color:#6f7c9a;font-size:10px}
.coming-soon{display:flex;align-items:center;gap:11px;margin-top:10px;padding:13px;border:1px dashed rgba(137,151,197,.18);border-radius:17px;background:rgba(255,255,255,.018)}.coming-soon>i{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;color:#8491b3;font-size:21px;font-style:normal;background:rgba(255,255,255,.04)}.coming-soon>span{display:flex;flex-direction:column}.coming-soon b{font-size:10px}.coming-soon small{margin-top:3px;color:#697693;font-size:8px}

.referral-hero{position:relative;min-height:287px;margin-top:8px;padding:26px 22px;border:1px solid rgba(109,130,229,.17);border-radius:27px;text-align:center;background:radial-gradient(circle at 50% 15%,rgba(112,73,235,.22),transparent 36%),linear-gradient(155deg,#141e43,#090f25);overflow:hidden}.referral-hero:after{content:"";position:absolute;right:-70px;bottom:-80px;width:190px;height:190px;border:1px solid rgba(105,128,231,.1);border-radius:50%;box-shadow:0 0 0 24px rgba(105,128,231,.035),0 0 0 48px rgba(105,128,231,.02)}
.referral-devils{position:relative;height:89px;margin:0 auto 7px}.referral-devils span{position:absolute;top:3px;left:50%;display:grid;place-items:center;width:70px;height:70px;border:1px solid rgba(153,153,255,.24);border-radius:25px;font-size:39px;background:linear-gradient(145deg,#304996,#3e1d75);box-shadow:0 16px 35px rgba(0,0,0,.3)}.referral-devils span:first-child{transform:translateX(-74%) rotate(-8deg)}.referral-devils span:last-child{transform:translateX(-26%) rotate(8deg)}
.referral-bonus{display:inline-flex;padding:6px 10px;border-radius:99px;color:#9bb3ff;font-size:8px;font-weight:800;letter-spacing:.14em;background:rgba(76,119,255,.11)}.referral-hero h2{margin:13px 0 8px;font-family:Unbounded;font-size:20px;line-height:1.35;letter-spacing:-.045em}.referral-hero p{max-width:310px;margin:0 auto;color:#7f8bab;font-size:10px;line-height:1.55}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.stats-row>div{padding:14px 8px;border:1px solid var(--line);border-radius:17px;text-align:center;background:rgba(12,19,42,.8)}.stats-row span{display:block;color:#6e7a97;font-size:8px}.stats-row strong{display:block;margin-top:6px;font-family:Unbounded;font-size:16px}.stats-row strong small{font-family:Manrope;font-size:8px;color:#8591ac}
.referral-link-card{margin-top:10px;padding:17px;border:1px solid var(--line);border-radius:21px;background:linear-gradient(145deg,#111a37,#090f23)}.referral-link-card>p{margin:0 0 9px;color:#687594;font-size:8px;font-weight:800;letter-spacing:.15em}.referral-link-card>div{display:flex;align-items:center;gap:8px;padding:9px 9px 9px 12px;border:1px solid rgba(139,157,206,.13);border-radius:13px;background:rgba(2,5,15,.38)}.referral-link-card code{min-width:0;flex:1;color:#aebbe2;font-family:Manrope;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.referral-link-card>div button{border:0;border-radius:9px;padding:7px 9px;color:#9db1ff;font-size:8px;font-weight:800;background:rgba(76,119,255,.12)}.referral-link-card .primary-button{margin-top:10px;min-height:49px}
.how-it-works{margin-top:24px}.how-it-works h2{margin:0 0 12px;font-size:18px;letter-spacing:-.04em}.how-it-works ol{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.how-it-works li{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:16px;background:rgba(10,16,36,.68)}.how-it-works li>i{display:grid;place-items:center;width:32px;height:32px;border-radius:11px;color:#a8b9ff;font-family:Unbounded;font-size:10px;font-style:normal;background:rgba(76,119,255,.11)}.how-it-works li>span{display:flex;flex-direction:column}.how-it-works b{font-size:10px}.how-it-works small{margin-top:3px;color:#6f7b99;font-size:8px}

.profile-head{padding:25px 0 18px;text-align:center}.profile-big-avatar{display:grid;place-items:center;width:82px;height:82px;margin:0 auto 12px;border:1px solid rgba(134,154,222,.24);border-radius:29px;color:#dbe3ff;font-family:Unbounded;font-size:29px;background:linear-gradient(145deg,#334a88,#1b2447);box-shadow:0 18px 42px rgba(0,0,0,.3)}.profile-head p{margin:0;font-size:21px;font-weight:800;letter-spacing:-.04em}.profile-head span{display:block;margin-top:5px;color:#75819e;font-size:10px}
.profile-subscription{display:grid;grid-template-columns:1fr 1.45fr .8fr;padding:15px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#111b3a,#0a1025)}.profile-subscription>div{padding:0 10px;border-right:1px solid var(--line)}.profile-subscription>div:last-child{border:0}.profile-subscription span{display:block;color:#687594;font-size:7px;font-weight:800;letter-spacing:.13em}.profile-subscription strong{display:block;margin-top:7px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.profile-list{display:flex;flex-direction:column;gap:8px;margin-top:15px}.profile-list button{display:flex;min-height:66px;align-items:center;gap:11px;padding:10px 13px;border:1px solid var(--line);border-radius:18px;color:var(--ink);text-align:left;background:rgba(12,19,42,.8)}.list-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;color:#a7b8ff;font-family:Unbounded;font-size:14px;background:rgba(76,119,255,.1)}.profile-list button>span:nth-child(2){display:flex;flex:1;flex-direction:column}.profile-list b{font-size:11px}.profile-list small{margin-top:4px;color:#6e7a98;font-size:8px}.profile-list button>i{color:#65718d;font-size:20px;font-style:normal}.legal-links{display:flex;align-items:center;justify-content:center;gap:10px;padding:24px 0}.legal-links a{color:#697592;font-size:9px;text-decoration:none}.legal-links i{width:3px;height:3px;border-radius:50%;background:#46516e}

.bottom-nav{position:fixed;z-index:15;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);width:min(100%,520px);margin:0 auto;padding:8px 11px calc(8px + env(safe-area-inset-bottom));border-top:1px solid rgba(138,155,205,.11);background:rgba(5,8,23,.92);box-shadow:0 -18px 45px rgba(1,3,10,.38);backdrop-filter:blur(18px)}
.nav-button{position:relative;display:flex;min-height:56px;align-items:center;justify-content:center;flex-direction:column;gap:4px;border:0;border-radius:15px;color:#606c89;background:transparent}.nav-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.nav-button span{font-size:7px;font-weight:700}.nav-button.active{color:#9bb0ff;background:rgba(76,119,255,.07)}.nav-button.active svg{filter:drop-shadow(0 0 7px rgba(76,119,255,.4))}.nav-badge{position:absolute;top:4px;right:calc(50% - 20px);display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border:2px solid var(--bg);border-radius:99px;color:#fff;font-size:7px;font-style:normal;font-weight:800;background:var(--red)}

.sheet-backdrop{position:fixed;z-index:30;inset:0;display:flex;align-items:flex-end;justify-content:center;padding-top:80px;background:rgba(2,4,12,.78);backdrop-filter:blur(9px)}
.bottom-sheet{position:relative;width:min(100%,520px);max-height:92vh;padding:12px 18px calc(20px + env(safe-area-inset-bottom));border:1px solid rgba(147,165,215,.14);border-bottom:0;border-radius:29px 29px 0 0;background:linear-gradient(180deg,#121a36,#070b1c 70%);box-shadow:0 -25px 80px rgba(0,0,0,.48);overflow:auto;animation:sheet-up .27s ease-out}
@keyframes sheet-up{from{opacity:0;transform:translateY(28px)}}
.sheet-handle{width:39px;height:4px;margin:0 auto 15px;border-radius:99px;background:#46516d}.sheet-close{position:absolute;top:19px;right:18px;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.07);border-radius:50%;color:#8490aa;font-size:23px;line-height:1;background:rgba(255,255,255,.035)}
.bottom-sheet>.sheet-kicker{text-align:center}.bottom-sheet>h2{margin:7px 0 7px;text-align:center;font-family:Unbounded;font-size:23px;letter-spacing:-.05em}.sheet-subtitle{max-width:340px;margin:0 auto 17px;color:#7986a4;font-size:10px;line-height:1.55;text-align:center}
.plans-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.plan-option{position:relative;min-height:105px;padding:13px;border:1px solid var(--line);border-radius:17px;color:var(--ink);text-align:left;background:rgba(8,14,33,.74)}.plan-option.selected{border-color:rgba(89,123,255,.58);background:linear-gradient(145deg,rgba(76,119,255,.18),rgba(14,23,52,.92));box-shadow:inset 0 0 0 1px rgba(76,119,255,.12)}.plan-option>span{display:block;color:#7a87a6;font-size:8px;font-weight:700}.plan-option strong{display:block;margin-top:8px;font-family:Unbounded;font-size:17px;letter-spacing:-.07em}.plan-option small{display:block;margin-top:5px;color:#65718d;font-size:8px}.plan-option em{position:absolute;right:9px;top:9px;padding:4px 6px;border-radius:99px;color:#a9b9ff;font-size:6px;font-style:normal;font-weight:800;letter-spacing:.08em;background:rgba(76,119,255,.1)}.plan-option .old-price{display:inline;margin-left:5px;color:#69738c;font-family:Manrope;font-size:8px;text-decoration:line-through}
.payment-methods{margin-top:16px}.payment-methods>p{display:flex;align-items:center;justify-content:space-between;margin:0 2px 9px;color:#6e7b99;font-size:8px;font-weight:800;letter-spacing:.13em}.payment-methods>p span{padding:5px 7px;border-radius:99px;color:#85efb9;font-size:6px;letter-spacing:.08em;background:rgba(83,230,161,.08)}
#payment-methods-list{display:flex;flex-direction:column;gap:7px}.payment-option{display:flex;min-height:55px;align-items:center;gap:10px;padding:9px 11px;border:1px solid var(--line);border-radius:15px;color:var(--ink);text-align:left;background:rgba(7,12,29,.72)}.payment-option.selected{border-color:rgba(89,123,255,.52);background:rgba(76,119,255,.1)}.method-icon{display:grid;place-items:center;width:37px;height:37px;border-radius:12px;font-size:9px;font-weight:800;background:#182447}.method-icon.sbp{color:#fff;background:linear-gradient(145deg,#22bd91,#4f6be9)}.method-icon.stars{color:#17203e;font-size:18px;background:linear-gradient(145deg,#fff1a1,#f1b72e)}.method-icon.crypto{color:#fff;font-size:15px;background:linear-gradient(145deg,#ffae3d,#ef6a26)}.payment-option>span:nth-child(2){display:flex;flex:1;flex-direction:column}.payment-option b{font-size:10px}.payment-option small{margin-top:3px;color:#687491;font-size:8px}.method-radio{width:18px;height:18px;border:1px solid #46536f;border-radius:50%}.payment-option.selected .method-radio{border:5px solid var(--blue);background:#fff}
.pay-button{margin-top:13px}.sheet-note{margin:9px 0 0;color:#5e6a86;font-size:8px;text-align:center}
.small-sheet{padding-right:22px;padding-left:22px}.promo-sheet-icon{display:grid;place-items:center;width:61px;height:61px;margin:2px auto 5px;border:1px solid rgba(142,85,255,.25);border-radius:21px;color:#c4acff;font-family:Unbounded;font-size:23px;background:linear-gradient(145deg,rgba(142,85,255,.2),rgba(76,59,154,.08));box-shadow:0 15px 35px rgba(72,38,141,.18)}
.promo-field{display:block;margin:18px 0 12px}.promo-field span{display:block;margin:0 0 7px 4px;color:#687594;font-size:7px;font-weight:800;letter-spacing:.14em}.promo-field input{width:100%;height:55px;border:1px solid rgba(137,155,205,.16);border-radius:16px;outline:0;padding:0 16px;color:#fff;font-family:Unbounded;font-size:14px;letter-spacing:.06em;text-transform:uppercase;background:rgba(4,8,21,.64)}.promo-field input:focus{border-color:rgba(76,119,255,.58);box-shadow:0 0 0 3px rgba(76,119,255,.08)}.promo-field input::placeholder{color:#3f4963}.form-message{margin:0 0 11px;padding:10px 12px;border:1px solid rgba(229,31,63,.16);border-radius:12px;color:#ff94a6;font-size:9px;line-height:1.4;background:rgba(229,31,63,.06)}.form-message.success{color:#8cf3bd;border-color:rgba(83,230,161,.16);background:rgba(83,230,161,.06)}
.result-sheet{text-align:center}.result-burst{position:relative;display:grid;place-items:center;width:112px;height:112px;margin:0 auto 9px}.result-burst:before,.result-burst:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(229,31,63,.2)}.result-burst:before{inset:0}.result-burst:after{inset:14px}.result-burst span{position:relative;z-index:2;display:grid;place-items:center;width:71px;height:71px;border:1px solid rgba(255,111,135,.28);border-radius:25px;font-size:40px;background:linear-gradient(145deg,#5f203f,#25152f);box-shadow:0 18px 40px rgba(152,19,52,.24)}.result-burst i{position:absolute;inset:-10px;background:conic-gradient(from 0deg,transparent 0 20deg,rgba(255,66,96,.4) 20deg 22deg,transparent 22deg 68deg,rgba(255,66,96,.28) 68deg 70deg,transparent 70deg);animation:burst-spin 12s linear infinite}@keyframes burst-spin{to{transform:rotate(360deg)}}.result-sheet>h2{color:#ff5470;font-size:31px}.result-sheet .primary-button{margin-top:10px}
.toast{position:fixed;z-index:50;right:16px;bottom:calc(84px + env(safe-area-inset-bottom));left:16px;max-width:440px;margin:0 auto;padding:12px 15px;border:1px solid rgba(146,164,215,.16);border-radius:14px;color:#eff3ff;font-size:10px;line-height:1.4;text-align:center;background:rgba(18,27,55,.97);box-shadow:0 18px 48px rgba(0,0,0,.45);animation:toast-in .22s ease-out}@keyframes toast-in{from{opacity:0;transform:translateY(8px)}}

@media (max-width:370px){
  .app-shell{padding-right:12px;padding-left:12px}.subscription-card{min-height:475px}.shield-stage{width:172px;height:172px}.subscription-heading h1{font-size:34px}.quick-card{padding:12px}.quick-card b{font-size:11px}.fortune-banner{padding-left:17px}.fortune-banner h2{font-size:15px}.mini-wheel{right:-49px}.wheel-label{font-size:10px}.profile-subscription{padding:12px 5px}
}
@media (min-width:700px){
  body{padding:18px 0}.app-shell{min-height:calc(100vh - 36px);border:1px solid rgba(133,151,204,.08);border-radius:34px;background:rgba(5,8,23,.62);box-shadow:0 40px 120px rgba(0,0,0,.3);overflow:hidden}.topbar{padding-top:18px}.bottom-nav{bottom:18px;border:1px solid rgba(138,155,205,.11);border-radius:0 0 34px 34px}.bottom-sheet{margin-bottom:18px;border:1px solid rgba(147,165,215,.14);border-radius:29px}.state-view{min-height:calc(100vh - 36px)}
}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
