:root { --accent: #a347ff; --accent-hover: #b870ff; --bg: #000000; --text: #f5f5f5; }
* { box-sizing: border-box; }
body { background: var(--bg); color: var(--text); font-family: 'Space Grotesk', sans-serif; margin: 0; overflow-x: hidden; line-height: 1.6; }
h1, h2, h3, h4, .logo, .price-final, .val, .stat-item .val-num { font-family: 'Orbitron', sans-serif; letter-spacing: 1px; }

.hero-bg-container { position: absolute; top: 0; left: 0; width: 100%; height: 72vh; z-index: -3; background: #000; overflow: hidden; pointer-events: none; mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%); -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%); }
#topo-canvas { width: 100%; height: 100%; display: block; opacity: 0.55; }

header.top-nav { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; padding: 0; transition: padding 0.4s cubic-bezier(0.25,0.8,0.25,1); display: flex; justify-content: center; pointer-events: none; }
header.top-nav::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); border-bottom: 1px solid rgba(255,255,255,0.05); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: opacity 0.4s ease; z-index: -1; }
header.top-nav.scrolled { padding: 22px 0; }
header.top-nav.scrolled::before { opacity: 0; }
header.top-nav .nav-inner { pointer-events: auto; position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 100%; padding: 20px 50px; background: transparent; border: 1px solid transparent; border-radius: 0; transition: all 0.4s cubic-bezier(0.25,0.8,0.25,1); box-shadow: none; z-index: 1; }
header.top-nav.scrolled .nav-inner { width: 95%; max-width: 1100px; padding: 14px 30px; background: rgba(15,15,15,0.65); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); border: 1px solid rgba(255,255,255,0.08); border-top: 1px solid rgba(255,255,255,0.15); border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.8); }
.nav-left { display: flex; flex: 1; align-items: center; justify-content: flex-start; }
.nav-center { display: flex; flex: 1; justify-content: center; align-items: center; gap: 30px; }
.nav-right { display: flex; flex: 1; justify-content: flex-end; align-items: center; gap: 15px; }
.nav-center a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 13px; font-weight: 500; transition: color 0.3s; }
.nav-center a:hover { color: #fff; }
.logo { font-weight: 800; font-size: 18px; color: #fff; display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { width: 28px; height: 28px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: radial-gradient(120% 120% at 30% 20%, #c47dff 0%, #6a1fd0 70%); font-size: 13px; box-shadow: 0 0 18px rgba(163,71,255,0.5); }

.lang-dropdown { position: relative; display: inline-block; }
.lang-switch { display: flex; align-items: center; gap: 6px; background: transparent; border: none; padding: 6px 10px; cursor: pointer; transition: 0.3s; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.7); user-select: none; border-radius: 8px; font-family: 'Space Grotesk', sans-serif; }
.lang-switch:hover { color: #fff; background: rgba(255,255,255,0.05); }
.lang-menu { position: absolute; top: 100%; right: 0; margin-top: 8px; background: #111; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 8px; display: flex; flex-direction: column; gap: 4px; min-width: 130px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.8); z-index: 100; }
.lang-dropdown.active .lang-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.lang-option { display: flex; align-items: center; gap: 8px; padding: 8px 12px; font-size: 13px; font-weight: 500; color: #ccc; cursor: pointer; border-radius: 8px; transition: 0.2s; }
.lang-option:hover { background: rgba(255,255,255,0.05); color: #fff; }
.dashboard-btn { background: #fff; color: #000; padding: 8px 18px; border-radius: 30px; font-weight: 600; transition: 0.3s; cursor: pointer; text-decoration: none; font-family: 'Space Grotesk', sans-serif; border: none; font-size: 13px; max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-btn:hover { background: #e0e0e0; transform: translateY(-1px); }
.dashboard-btn.logged { background: linear-gradient(135deg, #a347ff, #7a2ce0); color: #fff; box-shadow: 0 6px 18px rgba(163,71,255,0.35); }

.container { max-width: 1200px; margin: 0 auto; padding: 150px 20px 50px; position: relative; z-index: 1; }
.hero-wrapper { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-bottom: 60px; text-align: left; }
.hero-text { flex: 1.2; min-width: 0; }
.badge-games { display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.15); background: rgba(0,0,0,0.4); backdrop-filter: blur(8px); margin-bottom: 28px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.badge-games .bg-label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.badge-games .game-chip { font-size: 12px; font-weight: 700; color: #fff; padding: 3px 12px; border-radius: 20px; background: rgba(163,71,255,0.15); border: 1px solid rgba(163,71,255,0.4); }
h1.hero-h1 { font-size: clamp(42px, 5.6vw, 76px); font-weight: 900; margin: 0 0 20px; letter-spacing: -0.02em; line-height: 1.1; background: linear-gradient(115deg, #ffffff 30%, #d9beff 55%, #a347ff 95%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.subtitle { font-size: clamp(15px, 2vw, 19px); color: rgba(255,255,255,0.6); max-width: 620px; line-height: 1.6; margin: 0 0 34px; }
.subtitle .brand-wave { color: var(--accent); font-weight: 700; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-white, .btn-transparent { display: inline-flex; align-items: center; gap: 10px; padding: 13px 26px; border-radius: 12px; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; transition: 0.3s; border: none; font-family: 'Space Grotesk', sans-serif; min-height: 48px; }
.btn-white { background: #fff; color: #000; }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255,255,255,0.15); }
.btn-transparent { background: rgba(255,255,255,0.05); color: #fff; border: 1px solid rgba(255,255,255,0.15); }
.btn-transparent:hover { border-color: var(--accent); background: rgba(163,71,255,0.1); }
.btn-white svg, .btn-transparent svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

.perspective-wrapper { flex: 1; perspective: 1200px; min-width: 0; }
.menu-assembly { position: relative; transform-style: preserve-3d; transition: transform 0.25s ease-out; }
.main-ui-panel { background: rgba(10,9,14,0.92); border: 1px solid rgba(255,255,255,0.08); border-top: 1px solid rgba(255,255,255,0.22); border-radius: 16px; overflow: hidden; box-shadow: 0 35px 80px rgba(0,0,0,0.85), 0 0 60px rgba(163,71,255,0.12); }
.ui-head { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); }
.ui-dot { width: 10px; height: 10px; border-radius: 50%; }
.ui-title { margin-left: 8px; font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.45); font-family: 'Orbitron', sans-serif; }
.ui-body { display: flex; min-height: 250px; }
.ui-side { width: 116px; border-right: 1px solid rgba(255,255,255,0.06); padding: 14px 10px; display: flex; flex-direction: column; gap: 6px; }
.ui-tab { padding: 9px 12px; border-radius: 9px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.35); }
.ui-tab.on { background: rgba(163,71,255,0.15); color: #d9beff; border: 1px solid rgba(163,71,255,0.4); }
.ui-main { flex: 1; padding: 16px 18px; display: flex; flex-direction: column; gap: 13px; }
.ui-row { display: flex; justify-content: space-between; align-items: center; }
.ui-row span { font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,0.6); }
.ui-switch { width: 34px; height: 19px; border-radius: 20px; background: rgba(255,255,255,0.1); position: relative; }
.ui-switch::after { content: ''; position: absolute; top: 2.5px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #777; transition: 0.3s; }
.ui-switch.on { background: linear-gradient(135deg, #a347ff, #7a2ce0); }
.ui-switch.on::after { left: 17px; background: #fff; }
.ui-slider { height: 5px; border-radius: 4px; background: rgba(255,255,255,0.08); position: relative; margin-top: 4px; }
.ui-slider i { position: absolute; left: 0; top: 0; height: 100%; width: 68%; border-radius: 4px; background: linear-gradient(90deg, #a347ff, #c47dff); }
.ui-slider b { position: absolute; top: 50%; left: 68%; transform: translate(-50%,-50%); width: 13px; height: 13px; border-radius: 50%; background: #fff; box-shadow: 0 0 12px rgba(163,71,255,0.9); }
.floating-card { position: absolute; display: flex; gap: 12px; align-items: flex-start; max-width: 250px; background: rgba(12,11,17,0.95); border: 1px solid rgba(255,255,255,0.08); border-top: 1px solid rgba(255,255,255,0.22); border-radius: 14px; padding: 14px 16px; box-shadow: 0 18px 40px rgba(0,0,0,0.7); backdrop-filter: blur(10px); transform: translateZ(50px); }
.floating-card.top-right { top: -28px; right: -16px; animation: floatA 6s ease-in-out infinite; }
.floating-card.bottom-left { bottom: -28px; left: -16px; animation: floatB 7s ease-in-out infinite; }
@keyframes floatA { 0%,100% { transform: translateZ(50px) translateY(0); } 50% { transform: translateZ(50px) translateY(-9px); } }
@keyframes floatB { 0%,100% { transform: translateZ(50px) translateY(0); } 50% { transform: translateZ(50px) translateY(9px); } }
.fc-icon { width: 36px; height: 36px; flex-shrink: 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(163,71,255,0.14); border: 1px solid rgba(163,71,255,0.4); color: #d9beff; }
.fc-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }
.fc-title { font-size: 13px; font-weight: 700; color: #fff; }
.fc-desc { font-size: 11.5px; color: rgba(255,255,255,0.5); line-height: 1.45; }

.hero-stats-banner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0 0 90px; padding: 26px 30px; background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.005) 100%); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.25); border-left: 1px solid rgba(255,255,255,0.15); border-radius: 24px; box-shadow: 0 15px 35px rgba(0,0,0,0.6); }
.stat-item .val-num { font-size: clamp(22px, 2.6vw, 32px); font-weight: 900; color: #fff; line-height: 1.1; }
.stat-item .val-num em { font-style: normal; color: var(--accent); }
.stat-item .desc { font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: 1px; margin-top: 5px; }

.glass-card { background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.005) 100%); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.25); border-left: 1px solid rgba(255,255,255,0.15); box-shadow: 0 15px 35px rgba(0,0,0,0.6), inset 0 0 20px rgba(255,255,255,0.02); border-radius: 24px; transition: all 0.4s cubic-bezier(0.175,0.885,0.32,1.275); position: relative; overflow: hidden; }

.section-header { display: flex; align-items: center; gap: 16px; margin-bottom: 40px; text-align: left; }
.section-header .sec-icon { width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center; background: rgba(163,71,255,0.12); border: 1px solid rgba(163,71,255,0.35); color: #d9beff; }
.section-header .sec-icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; }
.section-header h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; color: #fff; margin: 0; letter-spacing: -0.02em; }
.section-header .sec-sub { font-size: 13px; color: rgba(255,255,255,0.45); font-weight: 500; }
.pricing-section { margin-bottom: 100px; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; text-align: left; }
.price-card { display: block; padding: 32px 28px; cursor: pointer; position: relative; text-decoration: none; }
.price-card:hover { transform: translateY(-8px); border-color: rgba(163,71,255,0.4); border-top-color: rgba(163,71,255,0.8); box-shadow: 0 20px 40px rgba(0,0,0,0.8), 0 0 30px rgba(163,71,255,0.2); background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.01) 100%); }
.price-card.best { border-color: rgba(163,71,255,0.5); background: linear-gradient(150deg, rgba(163,71,255,0.12) 0%, rgba(255,255,255,0.01) 60%); }
.price-badge { position: absolute; top: 18px; right: 18px; padding: 4px 12px; border-radius: 20px; font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; background: linear-gradient(135deg, #a347ff, #7a2ce0); color: #fff; }
.price-dur { font-size: 12.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.price-final { display: block; font-size: 42px; font-weight: 900; color: #fff; margin: 14px 0 22px; }
.price-final .cur { font-size: 22px; color: var(--accent); margin-left: 4px; }
.purchase-link { font-weight: 600; color: #fff; font-size: 14px; display: flex; align-items: center; gap: 8px; transition: 0.3s; }
.price-card:hover .purchase-link { color: var(--accent); }
.purchase-link svg { width: 16px; height: 16px; transition: transform 0.3s; stroke: currentColor; fill: none; stroke-width: 2; }
.price-card:hover .purchase-link svg { transform: translateX(6px); }

.bottom-section-wrapper { position: relative; padding-bottom: 40px; }
.dots-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to bottom, transparent 0%, black 15%); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%); }
.features-header { font-size: clamp(30px, 4vw, 40px); font-weight: 800; color: #fff; margin: 0 0 50px; text-align: left; letter-spacing: -0.03em; }
.bento-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; }
.bento-box { padding: 40px 36px; border-radius: 28px; }
.bento-box h3 { margin: 0 0 12px; font-size: 21px; color: #fff; letter-spacing: -0.01em; }
.bento-box p { color: rgba(255,255,255,0.5); font-size: 14px; line-height: 1.6; margin: 0 0 26px; position: relative; z-index: 2; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 6px 13px; border-radius: 20px; font-size: 12px; font-weight: 600; color: #d9beff; background: rgba(163,71,255,0.1); border: 1px solid rgba(163,71,255,0.3); }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 26px; }

.aim-scene { width: 100%; height: 230px; background: radial-gradient(circle at center, #111, #000); border-radius: 18px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.05); box-shadow: inset 0 0 30px #000; }
.aim-player { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.aim-head { position: relative; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); }
.aim-body { width: 40px; height: 50px; border-radius: 8px; background: rgba(255,255,255,0.05); }
.aim-crosshair { position: absolute; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; top: 20%; left: 20%; pointer-events: none; animation: aimPath 6s infinite cubic-bezier(0.4,0,0.2,1); display: flex; justify-content: center; align-items: center; }
.aim-crosshair::before { content: ''; position: absolute; width: 4px; height: 4px; background: #fff; border-radius: 50%; }
@keyframes aimPath { 0% { top: 20%; left: 20%; border-color: rgba(255,255,255,0.3); transform: scale(1); } 20% { top: 60%; left: 30%; } 35% { top: calc(50% - 27px); left: 50%; transform: translate(-50%,-50%) scale(0.8); border-color: var(--accent); box-shadow: 0 0 15px rgba(163,71,255,0.6); } 40% { top: calc(50% - 27px); left: 50%; transform: translate(-50%,-50%) scale(1.2); border-color: #ff3333; box-shadow: 0 0 20px rgba(255,51,51,0.8); } 45% { top: calc(50% - 35px); left: 48%; transform: translate(-50%,-50%) scale(1); border-color: rgba(255,255,255,0.3); box-shadow: none; } 60% { top: 70%; left: 80%; } 100% { top: 20%; left: 20%; } }
.aim-head::after { content: ''; position: absolute; inset: -1px; border-radius: 50%; background: #ff3333; opacity: 0; animation: hitFlash 6s infinite; }
@keyframes hitFlash { 38% { opacity: 0; } 40% { opacity: 1; box-shadow: 0 0 20px #ff3333; } 45% { opacity: 0; } }

footer { border-top: 1px solid rgba(255,255,255,0.06); padding: 34px 0 44px; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-note { font-size: 12px; color: rgba(255,255,255,0.3); letter-spacing: 2px; }
.social-row { display: flex; gap: 10px; }
.social-link { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 12px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.6); text-decoration: none; border: 1px solid rgba(255,255,255,0.08); transition: 0.3s; }
.social-link:hover { color: #fff; border-color: rgba(163,71,255,0.5); background: rgba(163,71,255,0.1); }
.social-link svg { width: 16px; height: 16px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.active { opacity: 1; transform: none; }

.premium-login-overlay { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(0,0,0,0.7); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); opacity: 0; pointer-events: none; transition: opacity 0.4s ease, backdrop-filter 0.4s ease; }
.premium-login-overlay.active { opacity: 1; pointer-events: auto; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.login-container { position: relative; display: flex; width: 100%; max-width: 900px; min-height: 540px; overflow: hidden; background: #0a0a0c; border: 1px solid rgba(255,255,255,0.1); border-top: 1px solid rgba(255,255,255,0.2); border-radius: 24px; box-shadow: 0 40px 100px rgba(0,0,0,0.9); transform: translateY(40px) scale(0.95); opacity: 0; transition: transform 0.5s cubic-bezier(0.175,0.885,0.32,1.275), opacity 0.4s ease; }
.premium-login-overlay.active .login-container { transform: none; opacity: 1; }
.close-btn { position: absolute; top: 14px; right: 18px; background: none; border: none; color: rgba(255,255,255,0.35); font-size: 28px; line-height: 1; cursor: pointer; transition: 0.2s; z-index: 5; padding: 6px 10px; }
.close-btn:hover { color: #fff; transform: rotate(90deg); }
.image-panel { width: 46%; position: relative; background: radial-gradient(130% 130% at 20% 10%, rgba(163,71,255,0.45) 0%, rgba(30,15,55,0.9) 50%, #050508 100%); padding: 40px 34px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.image-panel::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px); background-size: 22px 22px; opacity: 0.3; mask-image: linear-gradient(to bottom, black, transparent 85%); -webkit-mask-image: linear-gradient(to bottom, black, transparent 85%); }
.image-panel .logo { position: relative; z-index: 1; }
.login-slides { position: relative; min-height: 110px; z-index: 1; }
.slide { position: absolute; bottom: 0; left: 0; right: 0; opacity: 0; transform: translateY(12px); transition: all 0.55s ease; }
.slide.active { opacity: 1; transform: none; }
.slide h4 { font-size: 16px; color: #fff; margin: 0 0 8px; }
.slide p { font-size: 13px; color: rgba(255,255,255,0.55); margin: 0; }
.right-panel { flex: 1; padding: 46px 44px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.right-panel h1 { font-size: 26px; font-weight: 700; margin: 0 0 10px; letter-spacing: -0.5px; color: #fff; }
.right-panel p.form-subtitle { color: #71717a; font-size: 13.5px; margin: 0 0 28px; line-height: 1.6; }

.auth-tabs { position: relative; display: flex; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); padding: 5px; border-radius: 12px; margin-bottom: 26px; }
.auth-tabs .tab-ind { position: absolute; top: 5px; left: 5px; width: calc(50% - 5px); height: calc(100% - 10px); border-radius: 9px; background: linear-gradient(135deg, #a347ff, #7a2ce0); box-shadow: 0 6px 16px rgba(163,71,255,0.4); transition: transform 0.4s cubic-bezier(0.34,1.4,0.44,1); z-index: 0; }
.auth-tabs.reg .tab-ind { transform: translateX(100%); }
.auth-tab { flex: 1; position: relative; z-index: 1; text-align: center; padding: 10px; border-radius: 9px; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.5); cursor: pointer; transition: color 0.3s; border: none; background: transparent; font-family: 'Space Grotesk', sans-serif; }
.auth-tab.on { color: #fff; }

.auth-form { transition: opacity 0.25s ease, transform 0.25s ease; }
.auth-form.swapping { opacity: 0; transform: translateX(14px); }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 7px; }
.field input, .field select { width: 100%; padding: 13px 16px; border-radius: 12px; font-family: 'Space Grotesk', sans-serif; font-size: 14.5px; color: #fff; background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.1); outline: none; transition: 0.25s; }
.field input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(163,71,255,0.18); background: rgba(163,71,255,0.05); }
.field input::placeholder { color: rgba(255,255,255,0.25); }
.field-collapse { max-height: 0; overflow: hidden; margin-bottom: 0; opacity: 0; transition: max-height 0.4s cubic-bezier(0.25,0.8,0.25,1), opacity 0.35s ease, margin 0.4s; }
.field-collapse.open { max-height: 110px; opacity: 1; margin-bottom: 16px; }
.auth-error { max-height: 0; overflow: hidden; opacity: 0; transition: all 0.35s ease; font-size: 13px; font-weight: 600; color: #ff7b6e; background: rgba(229,100,88,0.1); border: 1px solid transparent; border-radius: 10px; padding: 0 14px; margin-bottom: 0; }
.auth-error.show { max-height: 90px; opacity: 1; padding: 10px 14px; margin-bottom: 16px; border-color: rgba(229,100,88,0.3); }
.btn-primary { width: 100%; padding: 14px; border: none; border-radius: 13px; cursor: pointer; background: linear-gradient(135deg, #a347ff, #7a2ce0); color: #fff; font-family: 'Space Grotesk', sans-serif; font-size: 14.5px; font-weight: 700; transition: 0.3s; margin-top: 6px; position: relative; overflow: hidden; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(163,71,255,0.4); }
.auth-note { font-size: 11.5px; color: rgba(255,255,255,0.3); margin-top: 18px; text-align: center; }
.code-row { display: flex; gap: 10px; margin: 6px 0 20px; }
.code-input { width: 50px; height: 58px; text-align: center; font-family: 'Orbitron', sans-serif; font-size: 20px; color: #fff; background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; outline: none; transition: 0.2s; }
.code-input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(163,71,255,0.18); }
.code-input.filled { border-color: rgba(163,71,255,0.5); background: rgba(163,71,255,0.07); }
.code-row.shake { animation: shake 0.4s ease; }
@keyframes shake { 0%,100% { transform: translateX(0); } 20% { transform: translateX(-8px); } 40% { transform: translateX(8px); } 60% { transform: translateX(-5px); } 80% { transform: translateX(5px); } }
.auth-links { display: flex; justify-content: space-between; margin-top: 18px; }
.auth-link { background: none; border: none; font-family: 'Space Grotesk', sans-serif; font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.45); cursor: pointer; transition: 0.2s; }
.auth-link:hover { color: var(--accent-hover); }

.auth-step { display: none; }
.auth-step.on { display: block; }
.auth-step.anim-fwd { animation: stepFwd 0.4s cubic-bezier(0.25,0.8,0.25,1); }
.auth-step.anim-back { animation: stepBack 0.4s cubic-bezier(0.25,0.8,0.25,1); }
@keyframes stepFwd { from { opacity: 0; transform: translateX(36px); } to { opacity: 1; transform: none; } }
@keyframes stepBack { from { opacity: 0; transform: translateX(-36px); } to { opacity: 1; transform: none; } }

.toast-wrap { position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 400; display: flex; flex-direction: column; gap: 10px; align-items: center; width: min(92vw, 480px); }
.toast { width: 100%; padding: 14px 18px; border-radius: 14px; font-size: 13.5px; font-weight: 600; color: #fff; text-align: center; background: rgba(15,14,20,0.96); border: 1px solid rgba(163,71,255,0.4); box-shadow: 0 16px 40px rgba(0,0,0,0.8); animation: toastIn 0.4s cubic-bezier(0.34,1.3,0.44,1); transition: opacity 0.4s, transform 0.4s; }
.toast.demo { border-color: rgba(230,126,34,0.5); }
.toast.hide { opacity: 0; transform: translateY(10px); }
.toast .t-code { font-family: 'Orbitron', sans-serif; color: var(--accent-hover); letter-spacing: 3px; }
@keyframes toastIn { from { opacity: 0; transform: translateY(16px) scale(0.96); } to { opacity: 1; transform: none; } }

@media (max-width: 960px) {
    .nav-center { display: none; }
    header.top-nav .nav-inner { padding: 15px 20px; }
    header.top-nav.scrolled .nav-inner { width: 95%; padding: 10px 15px; }
    .hero-wrapper { flex-direction: column; text-align: center; gap: 66px; }
    .hero-text .subtitle { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .perspective-wrapper { width: 100%; max-width: 480px; margin: 0 auto; }
    .hero-stats-banner { grid-template-columns: repeat(2, 1fr); gap: 24px; text-align: center; }
    .bento-features { grid-template-columns: 1fr; }
    .image-panel { display: none; }
    .footer-inner { justify-content: center; text-align: center; }
}
@media (max-width: 520px) {
    .floating-card.top-right { right: 0; top: -34px; }
    .floating-card.bottom-left { left: 0; bottom: -34px; }
    .right-panel { padding: 36px 24px; }
    .code-input { width: 42px; height: 52px; }
    .container { padding-top: 120px; }
}

html { scroll-behavior: smooth; }
#products, #pricing, #features { scroll-margin-top: 110px; }

.products-section { max-width: 1180px; margin: 0 auto 110px; padding: 0 24px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.product-card { display: flex; gap: 22px; padding: 28px; align-items: center; text-decoration: none; color: inherit; transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .35s, box-shadow .35s; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(163,71,255,.45); box-shadow: 0 20px 50px rgba(163,71,255,.12); }
.product-media { width: 96px; height: 96px; flex-shrink: 0; border-radius: 20px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 20%, rgba(163,71,255,.25), rgba(163,71,255,.04) 70%); border: 1px solid rgba(163,71,255,.35); }
.product-media::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(163,71,255,.35), transparent 70%); }
.product-media img { width: 64px; height: 64px; border-radius: 14px; object-fit: cover; position: relative; z-index: 1; box-shadow: 0 8px 20px rgba(0,0,0,.6); }
.soon-media span { font-family: 'Orbitron', sans-serif; font-size: 34px; color: rgba(255,255,255,.25); position: relative; z-index: 1; }
.product-info { min-width: 0; flex: 1; }
.product-top { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.product-info h3 { margin: 0; font-family: 'Orbitron', sans-serif; font-size: 19px; color: #fff; letter-spacing: .5px; }
.ud-chip { padding: 4px 12px; border-radius: 20px; font-size: 9.5px; font-weight: 700; letter-spacing: 1.5px; color: #7dffb2; background: rgba(46,204,113,.1); border: 1px solid rgba(46,204,113,.35); font-family: 'Orbitron', sans-serif; }
.soon-chip { color: rgba(255,255,255,.4); background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.15); }
.product-info p { margin: 0 0 14px; font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.55; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price-from { font-family: 'Orbitron', sans-serif; font-size: 14px; color: rgba(255,255,255,.7); }
.price-from b { color: var(--accent-hover); font-size: 17px; }
.purchase-link { font-size: 13px; font-weight: 600; color: var(--accent-hover); transition: transform .3s; }
.product-card:hover .purchase-link { transform: translateX(4px); }
.product-card.soon { opacity: .6; pointer-events: none; }

.bento-features { grid-template-columns: repeat(2, 1fr); }
.chips-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }

.recoil-scene { position: relative; height: 230px; margin-top: 20px; border-radius: 16px; overflow: hidden; display: flex; background: radial-gradient(circle at 50% 30%, rgba(163,71,255,.08), transparent 70%), rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.06); }
.rc-half { flex: 1; position: relative; }
.rc-half + .rc-half { border-left: 1px dashed rgba(255,255,255,.1); }
.rc-dot { position: absolute; left: var(--x); top: var(--y); width: 7px; height: 7px; border-radius: 50%; transform: translate(-50%,-50%) scale(.4); opacity: 0; animation: rcPop 4.2s infinite; animation-delay: var(--d); }
.rc-dot.off { background: #ff6b5e; box-shadow: 0 0 10px rgba(255,107,94,.6); }
.rc-dot.on { background: #c47dff; box-shadow: 0 0 12px rgba(163,71,255,.8); }
@keyframes rcPop { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.3); } 4% { opacity: 1; transform: translate(-50%,-50%) scale(1); } 60% { opacity: .9; } 72% { opacity: 0; } 100% { opacity: 0; } }
.rc-cross { position: absolute; left: 50%; top: 50%; width: 26px; height: 26px; transform: translate(-50%,-50%); opacity: .9; }
.rc-cross span { position: absolute; background: rgba(255,255,255,.85); }
.rc-cross span:first-child { left: 50%; top: 0; width: 1.5px; height: 100%; transform: translateX(-50%); }
.rc-cross span:last-child { top: 50%; left: 0; height: 1.5px; width: 100%; transform: translateY(-50%); }
.rc-label { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); font-family: 'Orbitron', sans-serif; font-size: 9px; letter-spacing: 2px; white-space: nowrap; }
.rc-label.off-l { color: rgba(255,107,94,.8); }
.rc-label.on-l { color: rgba(196,125,255,.9); }

.radar-scene { height: 230px; margin-top: 20px; border-radius: 16px; overflow: hidden; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 40%, rgba(163,71,255,.08), transparent 70%), rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.06); }
.radar { width: 185px; height: 185px; border-radius: 50%; position: relative; border: 1px solid rgba(163,71,255,.35); background:
    radial-gradient(circle, transparent 0 29%, rgba(163,71,255,.15) 30% 31%, transparent 32% 61%, rgba(163,71,255,.15) 62% 63%, transparent 64%),
    linear-gradient(rgba(163,71,255,.12) 1px, transparent 1px) 50% 50% / 100% 50.5%,
    linear-gradient(90deg, rgba(163,71,255,.12) 1px, transparent 1px) 50% 50% / 50.5% 100%; }
.radar-sweep { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, rgba(163,71,255,.45), rgba(163,71,255,.08) 55deg, transparent 75deg); animation: radarSweep 3.2s linear infinite; }
@keyframes radarSweep { to { transform: rotate(360deg); } }
.blip { position: absolute; left: var(--bx); top: var(--by); width: 7px; height: 7px; border-radius: 50%; background: #c47dff; box-shadow: 0 0 12px rgba(163,71,255,.9); transform: translate(-50%,-50%); animation: blipPulse 3.2s infinite; animation-delay: var(--bd); }
.blip.enemy { background: #ff6b5e; box-shadow: 0 0 12px rgba(255,107,94,.9); width: 9px; height: 9px; }
@keyframes blipPulse { 0%, 100% { opacity: .25; } 12% { opacity: 1; } 45% { opacity: .5; } }

@media (max-width: 960px) {
  .product-grid { grid-template-columns: 1fr; }
  .bento-features { grid-template-columns: 1fr; }
}

.products-section { max-width: none; margin: 0 0 90px; padding: 0; }

.upd-chip { color: #ffc46b !important; background: rgba(255,165,60,0.1) !important; border-color: rgba(255,165,60,0.35) !important; }

.image-panel { position: relative; }
.login-stage { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -58%); width: 262px; height: 216px; pointer-events: none; }
.scene-slide { position: absolute; inset: 0; opacity: 0; animation: slideCycle 15s infinite; }
.scene-slide:nth-child(2) { animation-delay: 5s; }
.scene-slide:nth-child(3) { animation-delay: 10s; }
@keyframes slideCycle { 0% { opacity: 0; } 5%, 28% { opacity: 1; } 33%, 100% { opacity: 0; } }
.scene-box { position: absolute; inset: 0; border-radius: 16px; background: radial-gradient(circle at 50% 40%, rgba(26,16,40,0.9), rgba(6,4,10,0.9)); border: 1px solid rgba(196,125,255,0.3); box-shadow: 0 0 30px rgba(163,71,255,0.2), inset 0 0 20px rgba(0,0,0,0.6); overflow: hidden; }
.scene-box::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(196,125,255,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(196,125,255,0.07) 1px, transparent 1px); background-size: 25px 25px; }
.scene-tag { position: absolute; left: 0; right: 0; bottom: 10px; text-align: center; font-family: 'Orbitron', sans-serif; font-size: 9px; letter-spacing: 2.5px; }

.ls-player { position: absolute; left: 50%; top: 54%; transform: translate(-50%, -50%); }
.ls-head { width: 22px; height: 22px; border-radius: 50%; background: #2a2038; border: 1px solid rgba(255,255,255,0.15); margin: 0 auto 4px; position: relative; }
.ls-head::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: rgba(229,100,88,0.85); opacity: 0; animation: lsHit 5s infinite; }
.ls-body { width: 34px; height: 30px; border-radius: 10px 10px 4px 4px; background: #241b31; border: 1px solid rgba(255,255,255,0.12); }
@keyframes lsHit { 0%, 48% { opacity: 0; } 52%, 60% { opacity: 1; } 66%, 100% { opacity: 0; } }
.ls-cross { position: absolute; width: 34px; height: 34px; margin: -17px 0 0 -17px; border: 1.5px solid rgba(255,255,255,0.75); border-radius: 50%; left: 50%; top: 50%; animation: lsPath 5s infinite; }
.ls-cross::before, .ls-cross::after { content: ''; position: absolute; background: rgba(255,255,255,0.75); }
.ls-cross::before { left: 50%; top: -6px; bottom: -6px; width: 1.5px; transform: translateX(-50%); }
.ls-cross::after { top: 50%; left: -6px; right: -6px; height: 1.5px; transform: translateY(-50%); }
@keyframes lsPath {
  0% { transform: translate(-72px, 32px); border-color: rgba(255,255,255,0.75); }
  20% { transform: translate(52px, -14px); border-color: rgba(255,255,255,0.75); }
  38% { transform: translate(2px, -26px); border-color: #c47dff; }
  48% { transform: translate(0, -30px); border-color: #c47dff; }
  52% { transform: translate(0, -30px); border-color: #ff6a5e; }
  58% { transform: translate(0, -34px); border-color: #ff6a5e; }
  72% { transform: translate(-34px, 12px); border-color: rgba(255,255,255,0.75); }
  100% { transform: translate(-72px, 32px); border-color: rgba(255,255,255,0.75); }
}
.ls-tag { color: #ff8d81; text-shadow: 0 0 10px rgba(255,107,94,0.5); opacity: 0; animation: lsTag 5s infinite; }
@keyframes lsTag { 0%, 46% { opacity: 0; } 52%, 64% { opacity: 1; } 70%, 100% { opacity: 0; } }

.rc2-half { position: absolute; top: 0; bottom: 0; width: 50%; }
.rc2-half.off { left: 0; border-right: 1px dashed rgba(255,255,255,0.12); }
.rc2-half.on { right: 0; }
.rc2-dot { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #ff6a5e; box-shadow: 0 0 8px rgba(255,106,94,0.6); opacity: 0; animation: rc2Spray 3s infinite; }
.rc2-dot:nth-child(1) { left: 48%; top: 66%; animation-delay: 0s; }
.rc2-dot:nth-child(2) { left: 55%; top: 56%; animation-delay: 0.25s; }
.rc2-dot:nth-child(3) { left: 42%; top: 48%; animation-delay: 0.5s; }
.rc2-dot:nth-child(4) { left: 58%; top: 38%; animation-delay: 0.75s; }
.rc2-dot:nth-child(5) { left: 38%; top: 30%; animation-delay: 1s; }
.rc2-dot:nth-child(6) { left: 51%; top: 22%; animation-delay: 1.25s; }
@keyframes rc2Spray { 0% { opacity: 0; } 10%, 60% { opacity: 1; } 78%, 100% { opacity: 0; } }
.rc2-point { position: absolute; left: 50%; top: 46%; width: 9px; height: 9px; margin: -4px 0 0 -4px; border-radius: 50%; background: #c47dff; box-shadow: 0 0 16px rgba(196,125,255,0.9); animation: rc2Pulse 1.6s ease-in-out infinite; }
@keyframes rc2Pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.4); } }
.rc2-lbl { position: absolute; bottom: 10px; left: 0; right: 0; text-align: center; font-family: 'Orbitron', sans-serif; font-size: 8px; letter-spacing: 2px; }
.rc2-half.off .rc2-lbl { color: rgba(255,141,129,0.8); }
.rc2-half.on .rc2-lbl { color: #c47dff; }

.cs-card { position: absolute; inset: 0; border-radius: 16px; background: rgba(6,4,10,0.88); border: 1px solid rgba(196,125,255,0.3); box-shadow: 0 0 30px rgba(163,71,255,0.2), inset 0 0 20px rgba(0,0,0,0.6); overflow: hidden; }
.cs-bar { display: flex; align-items: center; gap: 5px; padding: 9px 12px; background: rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.07); }
.cs-bar i { width: 8px; height: 8px; border-radius: 50%; }
.cs-bar i:nth-child(1) { background: #ff5f57; }
.cs-bar i:nth-child(2) { background: #febc2e; }
.cs-bar i:nth-child(3) { background: #28c840; }
.cs-bar span { margin-left: auto; font-family: 'Orbitron', sans-serif; font-size: 8px; letter-spacing: 2px; color: rgba(255,255,255,0.4); }
.cs-body { padding: 14px 14px 16px; font-family: 'Consolas', 'SF Mono', monospace; font-size: 11.5px; }
.cs-line { display: flex; justify-content: space-between; color: rgba(255,255,255,0.55); margin-bottom: 7px; opacity: 0; }
.cs-line em { font-style: normal; color: #7dffb2; }
.cs-line em.acc { color: #c47dff; }
.cs-line.l1 { animation: csL1 6s infinite; }
.cs-line.l2 { animation: csL2 6s infinite; }
.cs-line.l3 { animation: csL3 6s infinite; }
.cs-line.l4 { animation: csL4 6s infinite; }
@keyframes csL1 { 0%, 4% { opacity: 0; } 8%, 94% { opacity: 1; } 97%, 100% { opacity: 0; } }
@keyframes csL2 { 0%, 15% { opacity: 0; } 19%, 94% { opacity: 1; } 97%, 100% { opacity: 0; } }
@keyframes csL3 { 0%, 27% { opacity: 0; } 31%, 94% { opacity: 1; } 97%, 100% { opacity: 0; } }
@keyframes csL4 { 0%, 39% { opacity: 0; } 43%, 94% { opacity: 1; } 97%, 100% { opacity: 0; } }
.cs-progress { height: 6px; border-radius: 4px; background: rgba(255,255,255,0.08); overflow: hidden; margin: 10px 0 12px; }
.cs-progress i { display: block; height: 100%; width: 0; border-radius: 4px; background: linear-gradient(90deg, #a347ff, #c47dff); box-shadow: 0 0 12px rgba(163,71,255,0.7); animation: csProg 6s infinite; }
@keyframes csProg { 0%, 42% { width: 0; } 72%, 94% { width: 100%; } 100% { width: 100%; } }
.cs-status { text-align: center; font-family: 'Orbitron', sans-serif; font-size: 10px; letter-spacing: 2.5px; color: #7dffb2; text-shadow: 0 0 12px rgba(125,255,178,0.5); opacity: 0; animation: csStat 6s infinite; }
@keyframes csStat { 0%, 74% { opacity: 0; } 80%, 94% { opacity: 1; } 100% { opacity: 0; } }

.stream-scene { height: 230px; margin-top: 20px; border-radius: 16px; display: flex; gap: 14px; align-items: center; justify-content: center; background: rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.06); padding: 0 14px; }
.st-screen { position: relative; width: 47%; height: 172px; border-radius: 12px; background: radial-gradient(circle at 50% 30%, rgba(30,20,46,0.9), rgba(9,6,13,0.95)); border: 1px solid rgba(163,71,255,0.25); overflow: hidden; }
.st-head { position: absolute; top: 0; left: 0; right: 0; z-index: 3; display: flex; align-items: center; gap: 6px; padding: 7px 10px; background: rgba(10,7,15,0.85); border-bottom: 1px solid rgba(255,255,255,0.06); }
.st-name { font-family: 'Orbitron', sans-serif; font-size: 7.5px; letter-spacing: 1.8px; color: rgba(255,255,255,0.45); }
.st-rec { width: 7px; height: 7px; border-radius: 50%; background: #ff5f57; box-shadow: 0 0 8px #ff5f57; animation: stRec 1.2s infinite; }
@keyframes stRec { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
.st-ground { position: absolute; left: 0; right: 0; bottom: 26px; height: 1px; background: linear-gradient(90deg, transparent, rgba(196,125,255,0.3), transparent); }
.st-player { position: absolute; left: 58%; bottom: 30px; }
.st-player i { display: block; width: 12px; height: 12px; border-radius: 50%; background: #2a2038; border: 1px solid rgba(255,255,255,0.15); margin: 0 auto 2px; }
.st-player b { display: block; width: 18px; height: 16px; border-radius: 6px 6px 2px 2px; background: #241b31; border: 1px solid rgba(255,255,255,0.12); }
.st-cross { position: absolute; left: 61%; top: 47%; width: 18px; height: 18px; margin: -9px 0 0 -9px; animation: stAim 4s ease-in-out infinite; }
.st-cross::before, .st-cross::after { content: ''; position: absolute; background: rgba(255,255,255,0.8); }
.st-cross::before { left: 50%; top: 0; bottom: 0; width: 1.5px; transform: translateX(-50%); }
.st-cross::after { top: 50%; left: 0; right: 0; height: 1.5px; transform: translateY(-50%); }
@keyframes stAim { 0%, 100% { transform: translate(0, 0); } 30% { transform: translate(-14px, 8px); } 60% { transform: translate(6px, -6px); } }
.st-menu2 { position: absolute; left: 10px; top: 36px; z-index: 2; width: 96px; border-radius: 9px; background: rgba(16,10,26,0.96); border: 1px solid rgba(163,71,255,0.5); box-shadow: 0 0 18px rgba(163,71,255,0.35); padding: 8px 9px 9px; animation: stFloat 3.2s ease-in-out infinite; }
.st-mtitle { font-family: 'Orbitron', sans-serif; font-size: 6.5px; letter-spacing: 2px; color: #c47dff; margin-bottom: 7px; }
.st-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; font-size: 8px; color: rgba(255,255,255,0.6); }
.st-row:last-child { margin-bottom: 0; }
.st-sw { position: relative; width: 17px; height: 9px; border-radius: 5px; background: rgba(255,255,255,0.12); }
.st-sw::after { content: ''; position: absolute; top: 1.5px; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.st-sw.on { background: linear-gradient(90deg, #a347ff, #c47dff); box-shadow: 0 0 8px rgba(163,71,255,0.6); }
.st-sw.on::after { left: 9px; }
.st-bar { position: relative; width: 26px; height: 3px; border-radius: 2px; background: rgba(255,255,255,0.12); }
.st-bar b { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 2px; background: linear-gradient(90deg, #a347ff, #c47dff); animation: stFov 3s ease-in-out infinite; }
@keyframes stFov { 0%, 100% { width: 40%; } 50% { width: 75%; } }
@keyframes stFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.st-scan { position: absolute; top: 24px; bottom: 0; width: 34px; background: linear-gradient(90deg, transparent, rgba(125,255,178,0.09), transparent); animation: stScan 3.4s linear infinite; }
@keyframes stScan { 0% { left: -40px; } 100% { left: 110%; } }
.st-stamp { position: absolute; right: 10px; bottom: 10px; padding: 3px 8px; border: 1px solid rgba(125,255,178,0.6); border-radius: 6px; color: #7dffb2; font-family: 'Orbitron', sans-serif; font-size: 8px; letter-spacing: 2px; text-shadow: 0 0 10px rgba(125,255,178,0.5); background: rgba(125,255,178,0.06); transform: rotate(-8deg); animation: stStamp 3.4s infinite; }
@keyframes stStamp { 0%, 55% { opacity: 0; } 62%, 94% { opacity: 1; } 100% { opacity: 0; } }

.forgot-link { background: none; border: none; padding: 0; margin: -6px 0 6px; align-self: flex-start; font-size: 12px; color: rgba(196,125,255,0.8); cursor: pointer; font-family: inherit; }
.forgot-link:hover { color: #fff; text-decoration: underline; }
.auth-link.disabled { opacity: 0.4; pointer-events: none; }

.spam-hint { display: flex; gap: 14px; align-items: center; margin-top: 20px; padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); }
.spam-hint p { margin: 0; font-size: 12px; line-height: 1.55; color: rgba(255,255,255,0.5); }
.spam-hint p b { color: #ffc46b; }
.mail-scene { position: relative; flex-shrink: 0; width: 150px; height: 88px; border-radius: 10px; background: #0d0a13; border: 1px solid rgba(255,255,255,0.1); overflow: hidden; }
.ms-tabs { display: flex; border-bottom: 1px solid rgba(255,255,255,0.08); }
.ms-tab { flex: 1; text-align: center; padding: 6px 0 5px; font-family: 'Orbitron', sans-serif; font-size: 6.5px; letter-spacing: 1.2px; color: rgba(255,255,255,0.35); }
.ms-tab.spam { animation: msTab 5s infinite; }
@keyframes msTab { 0%, 32% { color: rgba(255,255,255,0.35); background: transparent; box-shadow: none; } 38%, 92% { color: #ffc46b; background: rgba(255,165,60,0.08); box-shadow: inset 0 -2px 0 #ffa53c; } 100% { color: rgba(255,255,255,0.35); } }
.ms-badge { display: inline-block; min-width: 10px; padding: 1px 3px; margin-left: 2px; border-radius: 6px; background: #ff5f57; color: #fff; font-size: 6px; font-style: normal; }
.ms-mail { display: flex; align-items: center; gap: 5px; margin: 9px 9px 6px; padding: 5px 7px; border-radius: 6px; background: rgba(255,255,255,0.04); border: 1px solid rgba(163,71,255,0.35); opacity: 0; animation: msMail 5s infinite; }
@keyframes msMail { 0%, 40% { opacity: 0; transform: translateY(6px); } 48%, 94% { opacity: 1; transform: none; } 100% { opacity: 0; } }
.ms-dot { width: 5px; height: 5px; border-radius: 50%; background: #a347ff; box-shadow: 0 0 6px rgba(163,71,255,0.8); flex-shrink: 0; }
.ms-from { font-size: 7px; color: #fff; font-weight: 600; white-space: nowrap; }
.ms-subj { font-size: 6.5px; color: rgba(255,255,255,0.4); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ms-code { text-align: center; font-family: 'Orbitron', sans-serif; font-size: 10px; letter-spacing: 3px; color: #7dffb2; text-shadow: 0 0 10px rgba(125,255,178,0.5); opacity: 0; animation: msCode 5s infinite; }
@keyframes msCode { 0%, 55% { opacity: 0; transform: scale(0.8); } 63%, 94% { opacity: 1; transform: scale(1); } 100% { opacity: 0; } }
.ms-cursor { position: absolute; width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid #fff; left: 42%; top: 62%; opacity: 0.9; pointer-events: none; animation: msCur 5s infinite; }
@keyframes msCur { 0% { left: 42%; top: 62%; opacity: 0.9; transform: scale(1); } 26% { left: 69%; top: 9%; opacity: 0.9; transform: scale(1); } 32% { left: 69%; top: 9%; transform: scale(0.6); opacity: 0.9; } 40%, 100% { left: 69%; top: 9%; opacity: 0; transform: scale(1); } }

.vu-menu { display: flex; min-height: 280px; background: #0b0912; }
.vu-side { width: 122px; border-right: 1px solid rgba(255,255,255,0.06); padding: 10px 8px; display: flex; flex-direction: column; gap: 2px; }
.vu-group { font-size: 8.5px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.28); margin: 8px 6px 4px; font-family: 'Orbitron', sans-serif; }
.vu-group:first-child { margin-top: 2px; }
.vu-item { display: flex; align-items: center; gap: 7px; padding: 6px 8px; border-radius: 7px; font-size: 11px; color: rgba(255,255,255,0.5); border: 1px solid transparent; }
.vu-item svg { width: 11px; height: 11px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.vu-item.on { background: rgba(163,71,255,0.14); color: #d9beff; border-color: rgba(163,71,255,0.35); }
.vu-sub { margin-top: auto; padding: 7px 9px; border-radius: 8px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); font-size: 9px; color: rgba(255,255,255,0.45); }
.vu-sub b { display: block; color: #fff; font-size: 9.5px; margin-bottom: 1px; }
.vu-sub em { font-style: normal; color: #7dffb2; }
.vu-main { flex: 1; padding: 10px 12px; display: flex; flex-direction: column; }
.vu-topbar { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.vu-toptab { padding: 4px 12px; border-radius: 7px; font-size: 10px; color: rgba(255,255,255,0.4); border: 1px solid transparent; }
.vu-toptab.on { background: rgba(163,71,255,0.16); border-color: rgba(163,71,255,0.4); color: #d9beff; }
.vu-search { margin-left: auto; font-size: 9.5px; color: rgba(255,255,255,0.25); padding: 4px 10px; border-radius: 7px; border: 1px solid rgba(255,255,255,0.07); min-width: 66px; }
.vu-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-items: start; }
.vu-card { border-radius: 9px; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.07); padding: 9px 10px; }
.vu-card-h { font-size: 10.5px; color: #d9beff; margin-bottom: 9px; font-weight: 600; }
.vu-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.vu-row:last-child { margin-bottom: 0; }
.vu-row span { font-size: 10px; color: rgba(255,255,255,0.55); }
.vu-row.dim span { color: rgba(255,255,255,0.35); }
.vu-row em { font-style: normal; font-size: 10px; color: #c47dff; font-weight: 600; }
.vu-check { position: relative; width: 12px; height: 12px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); flex-shrink: 0; }
.vu-check.on { background: linear-gradient(135deg, #a347ff, #7a2ce0); border-color: transparent; box-shadow: 0 0 8px rgba(163,71,255,0.4); }
.vu-check.on::after { content: ''; position: absolute; left: 3.5px; top: 1.5px; width: 3px; height: 6px; border: solid #fff; border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); }
.vu-select { font-size: 9.5px; font-weight: 500; color: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.12); border-radius: 6px; padding: 2px 7px; background: rgba(255,255,255,0.04); }
.vu-select::after { content: ' \25BE'; color: rgba(255,255,255,0.35); }
.vu-slider { height: 4px; border-radius: 3px; background: rgba(255,255,255,0.08); position: relative; margin-top: 3px; }
.vu-slider i { position: absolute; left: 0; top: 0; height: 100%; border-radius: 3px; background: linear-gradient(90deg, #a347ff, #c47dff); }
.vu-slider b { position: absolute; top: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 10px rgba(163,71,255,0.9); }

.st-chk { position: relative; width: 8px; height: 8px; border-radius: 2.5px; border: 1px solid rgba(255,255,255,0.25); flex-shrink: 0; }
.st-chk.on { background: linear-gradient(135deg, #a347ff, #7a2ce0); border-color: transparent; box-shadow: 0 0 6px rgba(163,71,255,0.6); }
.st-msel { font-size: 6.5px; color: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.14); border-radius: 4px; padding: 1px 4px; font-weight: 500; }

.auth-note a { color: #c47dff; text-decoration: none; }
.auth-note a:hover { text-decoration: underline; }
.footer-rules { font-size: 12.5px; color: rgba(255,255,255,0.4); text-decoration: none; transition: 0.2s; }
.footer-rules:hover { color: #fff; }

.rules-wrap { max-width: 840px; margin: 0 auto; padding: 150px 24px 90px; position: relative; z-index: 1; }
.rules-wrap h1 { font-size: clamp(30px, 5vw, 46px); margin: 16px 0 10px; letter-spacing: -1px; }
.rules-upd { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 36px; }
.rules-upd b { color: #c47dff; }
.rules-card { border-radius: 16px; padding: 26px 28px; margin-bottom: 16px; }
.rules-card h3 { display: flex; align-items: center; gap: 12px; font-size: 17px; margin: 0 0 14px; }
.rules-card h3 i { font-style: normal; font-family: 'Orbitron', sans-serif; font-size: 11px; color: #c47dff; background: rgba(163,71,255,0.12); border: 1px solid rgba(163,71,255,0.3); border-radius: 8px; padding: 4px 9px; }
.rules-card p, .rules-card li { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.55); }
.rules-card ul { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 7px; }
.rules-card li::marker { color: #a347ff; }
.rules-card b { color: #ff8d81; }
.rules-card a { color: #c47dff; text-decoration: none; }
.rules-card a:hover { text-decoration: underline; }

.vu-menu { min-height: 310px; }
.vu-card-h { display: flex; align-items: center; gap: 6px; }
.vu-card-h > svg:first-child { width: 11px; height: 11px; stroke: #c47dff; fill: none; stroke-width: 2; stroke-linecap: round; flex-shrink: 0; }
.vu-drag { margin-left: auto; width: 10px; height: 10px; fill: rgba(255,255,255,0.22); }
.vu-row span { color: rgba(255,255,255,0.72); }
.vu-row.dim span { color: rgba(255,255,255,0.35); }
.vu-ctl { display: inline-flex; align-items: center; gap: 6px; }
.vu-sq { width: 12px; height: 12px; border-radius: 4px; background: #fff; flex-shrink: 0; }

.st-menu2 { width: 122px; padding: 0 0 6px; display: block; }
.st-menu2 .st-mtitle { padding: 4px 7px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 0; }
.st-mbody { display: flex; gap: 4px; padding: 5px 5px 0; }
.st-mside { display: flex; flex-direction: column; gap: 3px; padding-top: 2px; }
.st-mside i { width: 15px; height: 8px; border-radius: 3px; background: rgba(255,255,255,0.08); }
.st-mside i.on { background: rgba(163,71,255,0.55); box-shadow: 0 0 5px rgba(163,71,255,0.55); }
.st-mcard { flex: 1; min-width: 0; border: 1px solid rgba(255,255,255,0.09); border-radius: 5px; padding: 4px 5px 5px; background: rgba(255,255,255,0.02); }
.st-mch { font-size: 6.5px; font-weight: 700; color: #c47dff; letter-spacing: 0.4px; margin-bottom: 3px; }
.st-mcard .st-row { margin: 2.5px 0; }
.st-mcard .st-row em { font-style: normal; font-size: 6.5px; color: #c47dff; font-weight: 700; }
.st-mcard .st-bar { margin-top: 3px; }

.preloader {
    position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center;
    background: #050308;
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.7s;
}
.preloader.hidden { opacity: 0; visibility: hidden; }
.pre-wrap { position: relative; font-family: 'Orbitron', sans-serif; font-size: clamp(30px, 6vw, 46px); font-weight: 900; letter-spacing: 7px; user-select: none; }
.pre-logo.dim { color: rgba(255, 255, 255, 0.07); }
.pre-logo.fill {
    position: absolute; inset: 0; color: #fff;
    clip-path: inset(100% 0 0 0); transition: clip-path 0.3s ease-out;
    filter: drop-shadow(0 0 22px rgba(255, 255, 255, 0.45));
}

.nf-wrap {
    position: relative; z-index: 1; min-height: 100vh;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 110px 20px 60px;
}
.nf-code {
    font-family: 'Orbitron', sans-serif; font-size: clamp(96px, 19vw, 190px); font-weight: 900; line-height: 1;
    color: #fff;
    filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.3));
    animation: nfFloat 4s ease-in-out infinite;
}
@keyframes nfFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.nf-wrap h1 { font-family: 'Orbitron', sans-serif; font-size: clamp(20px, 3.4vw, 30px); margin: 18px 0 12px; color: #fff; }
.nf-wrap p { font-size: 15px; color: rgba(255, 255, 255, 0.5); margin: 0 0 30px; max-width: 420px; }
.nf-btn {
    display: inline-flex; align-items: center; gap: 9px; padding: 13px 26px; text-decoration: none;
    font-family: inherit; font-size: 14px; font-weight: 600; color: #fff; border-radius: 12px;
    background: linear-gradient(135deg, #a347ff, #7a2ff0); border: 1px solid rgba(184, 112, 255, 0.6);
    box-shadow: 0 8px 30px rgba(163, 71, 255, 0.35); transition: transform 0.2s, box-shadow 0.2s;
}
.nf-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(163, 71, 255, 0.5); }
.nf-btn svg { width: 15px; height: 15px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.spoof-scene { position: relative; height: 230px; margin-top: 20px; border-radius: 16px; overflow: hidden; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 35%, rgba(163,71,255,.07), transparent 70%), rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.06); }
.sw-tint { position: absolute; inset: 0; pointer-events: none; }
.sw-tint.red { background: radial-gradient(circle at 50% 40%, rgba(255,80,60,.11), transparent 65%); animation: swRedEl 6.5s infinite; }
.sw-tint.green { background: radial-gradient(circle at 50% 40%, rgba(125,255,178,.09), transparent 65%); opacity: 0; animation: swGreenEl 6.5s infinite; }
@keyframes swRedEl { 0%, 38% { opacity: 1; } 46%, 94% { opacity: 0; } 100% { opacity: 1; } }
@keyframes swGreenEl { 0%, 42% { opacity: 0; } 48%, 94% { opacity: 1; } 100% { opacity: 0; } }
.sw-scan { position: absolute; top: -10%; bottom: -10%; left: -12%; width: 3px; border-radius: 3px; background: linear-gradient(180deg, transparent, #c47dff, transparent); box-shadow: 0 0 22px rgba(163,71,255,.9), 0 0 60px rgba(163,71,255,.45); opacity: 0; z-index: 4; animation: swScanK 6.5s infinite; }
@keyframes swScanK { 0%, 35% { left: -12%; opacity: 0; } 37% { opacity: 1; } 45% { left: 112%; opacity: 1; } 47%, 100% { left: 112%; opacity: 0; } }
.sw-center { position: relative; display: flex; flex-direction: column; align-items: center; gap: 11px; padding-bottom: 14px; z-index: 3; }
.sw-icon { position: relative; width: 58px; height: 58px; border-radius: 50%; background: rgba(10,7,15,.6); border: 1px solid transparent; animation: swIconK 6.5s infinite; }
@keyframes swIconK { 0%, 40% { border-color: rgba(255,107,94,.5); box-shadow: 0 0 22px rgba(255,107,94,.3); background: rgba(255,90,70,.07); } 48%, 94% { border-color: rgba(125,255,178,.5); box-shadow: 0 0 24px rgba(125,255,178,.3); background: rgba(125,255,178,.06); } 100% { border-color: rgba(255,107,94,.5); box-shadow: 0 0 22px rgba(255,107,94,.3); background: rgba(255,90,70,.07); } }
.sw-icon svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 26px; height: 26px; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sw-x { stroke: #ff6b5e; filter: drop-shadow(0 0 7px rgba(255,107,94,.6)); animation: swRedEl 6.5s infinite; }
.sw-ok { stroke: #7dffb2; filter: drop-shadow(0 0 7px rgba(125,255,178,.6)); opacity: 0; animation: swGreenEl 6.5s infinite; }
.sw-id { position: relative; width: 172px; height: 24px; }
.sw-id b { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-weight: 400; font-family: 'SF Mono', 'Consolas', monospace; font-size: 10px; letter-spacing: .5px; border-radius: 8px; background: rgba(10,7,15,.75); }
.sw-id-old { color: rgba(255,141,129,.85); border: 1px solid rgba(255,107,94,.3); animation: swRedEl 6.5s infinite; }
.sw-id-old::after { content: ''; position: absolute; left: 10px; right: 10px; top: 50%; height: 1px; background: #ff6a5e; box-shadow: 0 0 6px rgba(255,106,94,.7); transform: scaleX(0); transform-origin: left; animation: swStrikeK 6.5s infinite; }
@keyframes swStrikeK { 0%, 10% { transform: scaleX(0); } 20%, 100% { transform: scaleX(1); } }
.sw-id-new { color: #7dffb2; border: 1px solid rgba(125,255,178,.3); text-shadow: 0 0 8px rgba(125,255,178,.4); opacity: 0; animation: swNewIdK 6.5s infinite; }
@keyframes swNewIdK { 0%, 41% { opacity: 0; } 43% { opacity: .8; } 45% { opacity: .2; } 50%, 94% { opacity: 1; } 100% { opacity: 0; } }
.sw-stamp { position: relative; width: 172px; height: 22px; }
.sw-stamp b { position: absolute; left: 50%; top: 0; transform: translateX(-50%) rotate(-6deg); font-weight: 400; font-family: 'Orbitron', sans-serif; font-size: 8px; letter-spacing: 2px; padding: 4px 9px; border-radius: 6px; white-space: nowrap; }
.sw-ban { color: #ff6b5e; border: 1px solid rgba(255,107,94,.55); background: rgba(255,90,70,.08); box-shadow: 0 0 14px rgba(255,107,94,.18); animation: swBanK 6.5s infinite; }
@keyframes swBanK { 0%, 2% { opacity: 0; transform: translateX(-50%) rotate(-6deg) scale(1.7); } 8%, 38% { opacity: 1; transform: translateX(-50%) rotate(-6deg) scale(1); } 44%, 100% { opacity: 0; transform: translateX(-50%) rotate(-6deg) scale(1); } }
.sw-grant { color: #7dffb2; border: 1px solid rgba(125,255,178,.55); background: rgba(125,255,178,.07); box-shadow: 0 0 14px rgba(125,255,178,.16); opacity: 0; animation: swGrantK 6.5s infinite; }
@keyframes swGrantK { 0%, 48% { opacity: 0; transform: translateX(-50%) rotate(-6deg) scale(1.7); } 55%, 94% { opacity: 1; transform: translateX(-50%) rotate(-6deg) scale(1); } 100% { opacity: 0; } }
.sw-label { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); width: 140px; height: 12px; z-index: 3; }
.sw-label b { position: absolute; left: 0; right: 0; text-align: center; font-weight: 400; font-family: 'Orbitron', sans-serif; font-size: 9px; letter-spacing: 2px; white-space: nowrap; }
.sw-l1 { color: rgba(255,107,94,.8); animation: swRedEl 6.5s infinite; }
.sw-l2 { color: rgba(125,255,178,.85); opacity: 0; animation: swGreenEl 6.5s infinite; }

.pay-card { margin-top: 16px; padding: 28px 28px 30px; display: flex; flex-direction: column; gap: 24px; overflow: hidden; }
.pay-marquee { display: flex; flex-direction: column; gap: 14px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.pay-track { display: flex; gap: 14px; width: max-content; animation: payScroll 28s linear infinite; }
@keyframes payScroll { to { transform: translateX(calc(-50% - 7px)); } }
.pay-track.rev { animation-direction: reverse; animation-duration: 34s; }
.pay-tile { flex: none; width: 92px; height: 52px; border-radius: 13px; background: #f1f1f5; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 22px rgba(0,0,0,.4); }
.pay-tile img { max-width: 56px; max-height: 28px; object-fit: contain; }
.pay-tile svg { width: 29px; height: 29px; }
.pay-tile.black { background: #0b0b0e; border: 1px solid rgba(255,255,255,.14); }
.pay-kicker { display: flex; align-items: center; gap: 8px; font-family: 'Orbitron', sans-serif; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.45); }
.pay-kicker svg { width: 15px; height: 15px; stroke: #c47dff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pay-info h3 { font-size: 24px; margin: 12px 0 8px; }
.pay-info p { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.6; max-width: 560px; margin: 0; }
.sp-win { width: 100%; max-width: 350px; border-radius: 12px; background: rgba(14,9,22,0.92); border: 1px solid rgba(163,71,255,0.35); box-shadow: 0 0 28px rgba(163,71,255,0.14); overflow: hidden; }
.sp-head { display: flex; align-items: center; gap: 7px; padding: 8px 12px; background: rgba(10,7,15,0.85); border-bottom: 1px solid rgba(255,255,255,0.07); }
.sp-head > svg { width: 11px; height: 11px; stroke: #c47dff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; animation: spSpin 5.5s ease-in-out infinite; }
@keyframes spSpin { 0%, 8% { transform: rotate(0); } 58%, 100% { transform: rotate(720deg); } }
.sp-head > span:not(.sp-st) { font-family: 'Orbitron', sans-serif; font-size: 8px; letter-spacing: 2px; color: rgba(255,255,255,0.5); }
.sp-st { position: relative; margin-left: auto; width: 62px; height: 10px; }
.sp-st b { position: absolute; right: 0; top: 0; font-family: 'Orbitron', sans-serif; font-size: 7.5px; letter-spacing: 1.5px; font-weight: 600; }
.sp-run { color: #c47dff; text-shadow: 0 0 10px rgba(163,71,255,0.6); animation: spRunK 5.5s infinite; }
@keyframes spRunK { 0%, 4% { opacity: 0.4; } 8% { opacity: 1; } 14% { opacity: 0.4; } 20% { opacity: 1; } 26% { opacity: 0.4; } 32% { opacity: 1; } 38% { opacity: 0.4; } 44% { opacity: 1; } 50%, 58% { opacity: 1; } 62%, 100% { opacity: 0; } }
.sp-done { color: #7dffb2; text-shadow: 0 0 10px rgba(125,255,178,0.55); opacity: 0; animation: spDoneK 5.5s infinite; }
@keyframes spDoneK { 0%, 62% { opacity: 0; } 66%, 93% { opacity: 1; } 98%, 100% { opacity: 0; } }
.sp-row { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.sp-name { flex: 0 0 76px; font-size: 9.5px; color: rgba(255,255,255,0.42); }
.sp-old { position: relative; font-family: 'SF Mono', 'Consolas', monospace; font-size: 9px; letter-spacing: 0.3px; color: rgba(255,255,255,0.6); animation: spOldK 5.5s infinite; animation-delay: var(--d); }
@keyframes spOldK { 0%, 14% { color: rgba(255,255,255,0.6); } 22%, 88% { color: rgba(255,141,129,0.32); } 96%, 100% { color: rgba(255,255,255,0.6); } }
.sp-old::after { content: ''; position: absolute; left: -2px; right: -2px; top: 50%; height: 1px; background: #ff6a5e; box-shadow: 0 0 6px rgba(255,106,94,0.7); transform: scaleX(0); transform-origin: left; animation: spStrikeK 5.5s infinite; animation-delay: var(--d); }
@keyframes spStrikeK { 0%, 14% { transform: scaleX(0); } 21%, 90% { transform: scaleX(1); } 97%, 100% { transform: scaleX(0); } }
.sp-new { margin-left: auto; font-family: 'SF Mono', 'Consolas', monospace; font-size: 9px; letter-spacing: 0.3px; color: #7dffb2; text-shadow: 0 0 9px rgba(125,255,178,0.45); opacity: 0; animation: spNewK 5.5s infinite; animation-delay: var(--d); }
@keyframes spNewK { 0%, 22% { opacity: 0; } 24% { opacity: 0.7; } 26% { opacity: 0.1; } 28% { opacity: 0.9; } 30% { opacity: 0.25; } 33%, 88% { opacity: 1; } 96%, 100% { opacity: 0; } }
.sp-ok { flex: 0 0 auto; width: 13px; height: 13px; border-radius: 50%; background: rgba(125,255,178,0.1); border: 1px solid rgba(125,255,178,0.45); display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.3); animation: spOkK 5.5s infinite; animation-delay: var(--d); }
.sp-ok svg { width: 7px; height: 7px; stroke: #7dffb2; fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
@keyframes spOkK { 0%, 33% { opacity: 0; transform: scale(0.3); } 39%, 88% { opacity: 1; transform: scale(1); } 96%, 100% { opacity: 0; transform: scale(0.3); } }
.sp-bar { height: 4px; margin: 10px 12px 12px; border-radius: 3px; background: rgba(255,255,255,0.08); overflow: hidden; }
.sp-bar b { display: block; height: 100%; width: 0; border-radius: 3px; background: linear-gradient(90deg, #a347ff, #c47dff); box-shadow: 0 0 12px rgba(163,71,255,0.7); animation: spBarK 5.5s infinite; }
@keyframes spBarK { 0%, 6% { width: 0; } 60%, 94% { width: 100%; } 100% { width: 100%; } }


.product-page { max-width: 1180px; margin: 118px auto 90px; padding: 0 32px; animation: pgIn .5s ease both; }
@keyframes pgIn { from { opacity: 0; transform: translateY(14px); } }
.pg-banner { position: relative; display: flex; align-items: center; gap: 18px; padding: 30px 34px; border-radius: 20px; overflow: hidden; }
.pg-banner-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 18% 0%, rgba(163,71,255,0.22), transparent 55%), radial-gradient(ellipse at 92% 100%, rgba(163,71,255,0.12), transparent 50%); pointer-events: none; }
.pg-banner-icon { width: 58px; height: 58px; border-radius: 14px; overflow: hidden; flex: none; background: #1a1a20; position: relative; }
.pg-banner-icon img { width: 100%; height: 100%; object-fit: cover; }
.pg-banner h1 { font-family: 'Orbitron', sans-serif; font-size: clamp(24px, 4vw, 34px); letter-spacing: 2.5px; text-transform: uppercase; margin: 0; position: relative; }
.pg-banner .ud-chip { margin-left: auto; position: relative; }
.pg-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 22px; margin-top: 22px; }
@media (max-width: 900px) { .pg-grid { grid-template-columns: 1fr; } }
.pg-media { padding: 14px; border-radius: 20px; }
.pg-stage { position: relative; height: 330px; border-radius: 14px; overflow: hidden; background: #0b0b0e; border: 1px solid rgba(255,255,255,0.06); }
.pg-shot { position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; pointer-events: none; }
.pg-shot.on { opacity: 1; }
.pg-shot .aim-scene, .pg-shot .recoil-scene, .pg-shot .spoof-scene { position: absolute; inset: 0; height: auto; margin: 0; border-radius: 0; }
.pg-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.pg-thumb { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 10px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.5); font-family: inherit; font-size: 12.5px; font-weight: 600; cursor: pointer; transition: all .25s; }
.pg-thumb svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pg-thumb:hover { color: #fff; border-color: rgba(255,255,255,0.25); }
.pg-thumb.on { color: #fff; border-color: #fff; background: rgba(255,255,255,0.06); }
.pg-buy { padding: 24px; border-radius: 20px; align-self: start; }
.pg-buy-title { font-family: 'Orbitron', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 16px; }
.pg-plan { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 15px 18px; border-radius: 12px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.09); color: #fff; font-family: inherit; font-size: 14px; font-weight: 600; cursor: pointer; transition: all .25s; margin-bottom: 10px; }
.pg-plan b { font-family: 'Orbitron', sans-serif; font-size: 14px; letter-spacing: 1px; }
.pg-plan:hover { border-color: rgba(255,255,255,0.35); }
.pg-plan.on { border-color: #fff; background: rgba(255,255,255,0.05); }
.pg-total { display: flex; align-items: center; justify-content: space-between; margin: 18px 2px 14px; }
.pg-total span { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.pg-total b { font-family: 'Orbitron', sans-serif; font-size: 24px; letter-spacing: 1px; }
.pg-checkout { width: 100%; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 15px; border-radius: 12px; border: none; background: #fff; color: #0b0b0e; font-family: inherit; font-size: 14px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; cursor: pointer; transition: all .25s; }
.pg-checkout svg { width: 16px; height: 16px; fill: #0b0b0e; }
.pg-checkout:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(255,255,255,0.15); }
.pg-buy-note { margin-top: 13px; font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.5; }
.pg-desc { margin-top: 38px; }
.pg-h { display: flex; align-items: center; gap: 10px; font-family: 'Orbitron', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.pg-h svg { width: 18px; height: 18px; stroke: #c47dff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pg-desc p { margin: 14px 0 0; font-size: 14.5px; line-height: 1.7; color: rgba(255,255,255,0.6); max-width: 900px; }
.pg-tabs { display: flex; margin-top: 34px; border-bottom: 1px solid rgba(255,255,255,0.09); }
.pg-tab { flex: 1; padding: 15px; background: none; border: none; font-family: 'Orbitron', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.3); cursor: pointer; position: relative; transition: color .25s; }
.pg-tab:hover { color: rgba(255,255,255,0.6); }
.pg-tab.on { color: #fff; }
.pg-tab.on::after { content: ''; position: absolute; left: 15%; right: 15%; bottom: -1px; height: 2px; background: linear-gradient(90deg, transparent, #fff 30%, #fff 70%, transparent); box-shadow: 0 0 14px rgba(255,255,255,0.5); }
.pg-pane { display: none; padding-top: 24px; }
.pg-pane.on { display: block; animation: pgIn .4s ease both; }
.pg-req { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.pg-req-card { padding: 20px; border-radius: 16px; }
.pg-req-k { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 9px; }
.pg-req-k svg { width: 14px; height: 14px; flex: none; stroke: #c47dff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pg-req-card b { font-size: 15px; }
.pg-note { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 12px; background: rgba(163,71,255,0.08); border: 1px solid rgba(163,71,255,0.28); font-size: 13px; color: #d9beff; margin-bottom: 16px; }
.pg-note svg { width: 16px; height: 16px; flex: none; stroke: #c47dff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pg-acc { border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; margin-bottom: 10px; background: rgba(255,255,255,0.02); overflow: hidden; transition: border-color .25s; }
.pg-acc:hover { border-color: rgba(255,255,255,0.16); }
.pg-acc-h { display: flex; align-items: center; gap: 11px; padding: 16px 18px; cursor: pointer; font-size: 14px; font-weight: 600; user-select: none; }
.pg-acc-h svg { width: 16px; height: 16px; stroke: #c47dff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pg-acc-h .chev { margin-left: auto; stroke: rgba(255,255,255,0.4); transition: transform .35s ease; }
.pg-acc.open .chev { transform: rotate(180deg); }
.pg-acc-b { max-height: 0; overflow: hidden; transition: max-height .45s ease; }
.pg-acc.open .pg-acc-b { max-height: 420px; }
.pg-acc-b ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 24px; margin: 0; padding: 2px 18px 18px; }
.pg-acc-b li { display: flex; align-items: center; gap: 9px; font-size: 13px; color: rgba(255,255,255,0.55); }
.pg-acc-b li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #a347ff; box-shadow: 0 0 8px rgba(163,71,255,0.8); flex: none; }
@media (max-width: 640px) { .pg-acc-b ul { grid-template-columns: 1fr; } }
