@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap");:root{--bg:#05030a;--bg-elevated:#0a0614;--bg-card:rgba(14,8,28,.78);--bg-card-hover:rgba(22,12,42,.92);--bg-card-solid:#0c0818;--border:rgba(168,120,255,.14);--border-glow:rgba(168,85,255,.45);--text:#f6f0ff;--muted:#a89bc4;--gold:#c084fc;--gold-bright:#e9d5ff;--gold-dim:#7e22ce;--gold-glow:rgba(168,85,255,.35);--luxury-gradient:linear-gradient(135deg,#1a0b2e,#05030a 45%,#12081f);--luxury-border:linear-gradient(135deg,rgba(192,132,252,.55),rgba(124,58,237,.35),rgba(232,197,71,.2));--discord:#5865f2;--discord-hover:#4752c4;--success:#57f287;--gradient:linear-gradient(135deg,#a855f7,#c084fc 40%,#e9d5ff);--gradient-gold:linear-gradient(135deg,#c084fc,#7c3aed 55%,#a855f7);--shadow-lg:0 24px 80px rgba(0,0,0,.6);--shadow-glow:0 0 70px rgba(168,85,255,.18);--radius:18px;--radius-sm:12px;--glass:blur(20px) saturate(160%);--store-accent:#a855f7;--store-accent-glow:rgba(168,85,255,.28);--nox:#a855f7;--nox-bright:#d8b4fe;--nox-deep:#6b21a8}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;color-scheme:dark}body{font-family:var(--font-cairo),"Cairo",var(--font-inter),"Inter",system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;color-scheme:dark;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}html[lang=en] body{font-family:var(--font-inter),"Inter",var(--font-cairo),"Cairo",system-ui,sans-serif}::selection{background:rgba(168,85,255,.4);color:#fff}a{color:inherit;text-decoration:none}.container{width:min(1180px,92vw);margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:var(--radius-sm);font-weight:700;font-size:.95rem;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;position:relative;overflow:hidden}.btn-lg{padding:1rem 1.85rem;font-size:1rem;border-radius:14px}.btn:hover{transform:translateY(-3px)}.btn-primary{background:linear-gradient(135deg,#5865f2,#6b77f7);color:#fff;box-shadow:0 12px 32px rgba(88,101,242,.4)}.btn-primary:hover{background:linear-gradient(135deg,#4752c4,#5865f2);box-shadow:0 16px 40px rgba(88,101,242,.5)}.btn-gold{background:var(--gradient-gold);color:#fff;box-shadow:0 12px 36px rgba(168,85,255,.4)}.btn-gold:hover{box-shadow:0 16px 44px rgba(168,85,255,.55)}.btn-glass{background:hsla(0,0%,100%,.06);color:var(--text);border:1px solid var(--border);-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass)}.btn-glass:hover{background:hsla(0,0%,100%,.1);border-color:var(--border-glow)}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-outline:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.15)}.section{padding:6rem 0;position:relative}.section-alt{background:linear-gradient(180deg,transparent,rgba(88,101,242,.03) 50%,transparent)}.section-pricing{background:radial-gradient(ellipse 80% 50% at 50% 0,rgba(245,213,71,.06),transparent)}.section-head{text-align:center;margin-bottom:3.5rem}.section-label{display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;padding:.3rem .85rem;border-radius:999px;border:1px solid rgba(245,213,71,.25);background:rgba(245,213,71,.08)}.section-title{font-size:clamp(1.85rem,4.5vw,2.75rem);font-weight:900;text-align:center;margin-bottom:.85rem;letter-spacing:-.02em;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-sub{text-align:center;color:var(--muted);max-width:580px;margin:0 auto;font-size:1.05rem;line-height:1.7}.section-divider{width:64px;height:3px;margin:1.25rem auto 0;border-radius:999px;background:var(--gradient-gold);opacity:.8}.grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.35rem;gap:1.35rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:transform .25s,border-color .25s,box-shadow .25s,background .25s;-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass)}.card:hover{background:var(--bg-card-hover);border-color:var(--border-glow)}.card-premium{box-shadow:var(--shadow-lg)}.card-premium:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg),var(--shadow-glow)}.card-glass{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius);-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass)}.glow-bg{z-index:-2;background:radial-gradient(ellipse 70% 55% at 50% -15%,rgba(88,101,242,.22),transparent),radial-gradient(ellipse 45% 35% at 95% 85%,rgba(245,213,71,.1),transparent),radial-gradient(ellipse 35% 30% at 5% 70%,rgba(88,101,242,.08),transparent)}.glow-bg,.premium-bg{position:fixed;inset:0;pointer-events:none}.premium-bg{z-index:-1;overflow:hidden}.premium-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float-orb 20s ease-in-out infinite}.premium-orb-1{width:480px;height:480px;background:rgba(168,85,255,.22);top:-10%;left:20%}.premium-orb-2{width:360px;height:360px;background:rgba(124,58,237,.16);bottom:10%;right:-5%;animation-delay:-7s}.premium-orb-3{width:280px;height:280px;background:rgba(216,180,254,.1);top:45%;left:-8%;animation-delay:-14s}.premium-orb-4{width:200px;height:200px;background:rgba(245,213,71,.14);bottom:25%;right:15%;animation-delay:-5s}.premium-stars{position:absolute;inset:0;background-image:radial-gradient(1px 1px at 10% 20%,hsla(0,0%,100%,.35),transparent),radial-gradient(1px 1px at 30% 65%,rgba(245,213,71,.4),transparent),radial-gradient(1.5px 1.5px at 55% 15%,hsla(0,0%,100%,.25),transparent),radial-gradient(1px 1px at 75% 45%,rgba(88,101,242,.35),transparent),radial-gradient(1px 1px at 90% 80%,rgba(245,213,71,.3),transparent),radial-gradient(1px 1px at 45% 90%,hsla(0,0%,100%,.2),transparent);opacity:.6}.premium-vignette{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 50%,transparent 40%,rgba(4,6,13,.85) 100%);pointer-events:none}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,15px) scale(.95)}}.premium-grid{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.02) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.02) 1px,transparent 0);background-size:64px 64px;-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,#000,transparent);mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,#000,transparent)}.premium-noise{position:absolute;inset:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.hero-section{padding:4rem 0 0;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;padding:2rem 0 3rem}.hero-content{text-align:start}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:999px;background:rgba(88,101,242,.12);border:1px solid rgba(88,101,242,.35);color:#c7d2fe;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 12px var(--success);animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.hero-title{font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:900;line-height:1.15;margin-bottom:1.25rem;letter-spacing:-.03em}.hero-title-line{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{color:var(--muted);font-size:1.1rem;max-width:520px;margin-bottom:2rem;line-height:1.75}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.85rem;gap:.85rem;max-width:480px}.hero-stat{padding:1rem!important;text-align:center}.hero-stat-value{font-size:1.6rem;font-weight:900;color:var(--gold-bright);line-height:1}.hero-stat-label{font-size:.75rem;color:var(--muted);margin-top:.35rem}.hero-visual{display:flex;justify-content:center}.hero-banner{width:100%;max-width:480px;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-lg)}.hero-showcase{position:relative;width:min(400px,100%);padding:3rem 2rem;text-align:center;overflow:hidden}.hero-showcase-ring{position:absolute;inset:-50%;border:1px solid rgba(88,101,242,.15);border-radius:50%;animation:spin-slow 30s linear infinite}@keyframes spin-slow{to{transform:rotate(1turn)}}.hero-showcase-icon{font-size:4rem;margin-bottom:.75rem;filter:drop-shadow(0 0 24px rgba(245,213,71,.4))}.hero-showcase-name{font-size:1.5rem;font-weight:900;margin-bottom:.35rem}.hero-showcase-tag{color:var(--muted);font-size:.9rem;margin-bottom:1.25rem}.hero-showcase-chips{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.hero-showcase-chips span{font-size:.72rem;font-weight:700;padding:.3rem .65rem;border-radius:999px;background:rgba(88,101,242,.15);border:1px solid rgba(88,101,242,.25);color:#c7d2fe}.trust-bar{position:relative;padding:1.25rem 0 2rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent);mask-image:linear-gradient(90deg,transparent,#000 15%,#000 85%,transparent)}.trust-bar-track{display:flex;gap:1rem;width:max-content;animation:marquee 40s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}.trust-pill{flex-shrink:0;padding:.45rem 1rem;border-radius:999px;background:hsla(0,0%,100%,.04);border:1px solid var(--border);font-size:.82rem;font-weight:600;color:var(--muted);white-space:nowrap}.feature-card h3{font-weight:800;font-size:1.05rem;margin-bottom:.5rem}.feature-card p{color:var(--muted);font-size:.9rem;line-height:1.6}.feature-icon{font-size:2.25rem;margin-bottom:.85rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(88,101,242,.12);border:1px solid rgba(88,101,242,.2)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:820px;margin:0 auto}.pricing-card{position:relative}.pricing-card-popular{border-color:rgba(245,213,71,.45)!important;box-shadow:var(--shadow-lg),0 0 48px rgba(245,213,71,.12)!important}.pricing-note{text-align:center;color:var(--muted);margin-top:2rem;font-size:.9rem}.cta-band{padding:0 0 6rem}.cta-band-inner{position:relative;text-align:center;padding:3.5rem 2rem;border-radius:24px;border:1px solid rgba(245,213,71,.2);background:linear-gradient(135deg,rgba(88,101,242,.12),rgba(245,213,71,.08));overflow:hidden}.cta-band-glow{position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(245,213,71,.15),transparent 60%);pointer-events:none}.cta-band-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:900;margin-bottom:.75rem;position:relative}.cta-band-sub{color:var(--muted);margin-bottom:2rem;position:relative;font-size:1.05rem}.cta-band-actions{gap:.85rem;flex-wrap:wrap;position:relative}.auth-wrap,.cta-band-actions{display:flex;justify-content:center}.auth-wrap{min-height:100vh;align-items:center;padding:2rem 1rem}.auth-card,.dash-card{width:min(480px,100%);background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem}.dash-card{width:min(720px,100%)}.auth-card h1,.dash-card h1{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.auth-discord-btn{width:100%;background:var(--discord)!important;color:#fff!important;border:none!important;font-weight:800;font-size:1.05rem;padding:.95rem 1.25rem;gap:.65rem;box-shadow:0 10px 30px rgba(88,101,242,.35);margin-top:.5rem}.auth-discord-btn:hover:not(:disabled){background:var(--discord-hover)!important;transform:translateY(-1px)}.auth-discord-icon{display:inline-flex;align-items:center}.auth-discord-hint{text-align:center;margin:.55rem 0 .85rem;font-size:.82rem}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:.35rem 0 1rem;color:var(--muted);font-size:.8rem;font-weight:700}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:hsla(0,0%,100%,.1)}.auth-form{gap:1rem;margin-top:1.25rem}.auth-form,.auth-form label{display:flex;flex-direction:column}.auth-form label{gap:.4rem;font-size:.88rem;font-weight:600;color:var(--muted)}.auth-form input[type=file]{padding:.65rem .85rem;cursor:pointer}.auth-form input[type=file]::-webkit-file-upload-button{-webkit-margin-end:.75rem;margin-inline-end:.75rem;padding:.45rem .85rem;border-radius:8px;border:1px solid rgba(245,213,71,.35);background:rgba(245,213,71,.12);color:var(--gold-bright);font:inherit;font-weight:600;cursor:pointer}.auth-form input[type=file]::file-selector-button{-webkit-margin-end:.75rem;margin-inline-end:.75rem;padding:.45rem .85rem;border-radius:8px;border:1px solid rgba(245,213,71,.35);background:rgba(245,213,71,.12);color:var(--gold-bright);font:inherit;font-weight:600;cursor:pointer}.auth-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgba(245,213,71,.8) 0),linear-gradient(135deg,rgba(245,213,71,.8) 50%,transparent 0);background-position:calc(100% - 18px) calc(50% + 2px),calc(100% - 12px) calc(50% + 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;-webkit-padding-end:2.25rem;padding-inline-end:2.25rem}.auth-form select option{background:#0c1224;color:var(--text)}.auth-form input,.auth-form select,.auth-form textarea{padding:.85rem 1.1rem;border-radius:12px;font:inherit;width:100%;box-sizing:border-box;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 4px 18px rgba(0,0,0,.22);transition:border-color .2s,box-shadow .2s,background .2s}.auth-form textarea{min-height:8rem;line-height:1.6;resize:vertical}.auth-form input::placeholder,.auth-form textarea::placeholder{color:rgba(139,156,184,.65)}.auth-form input:focus,.auth-form select:focus,.auth-form textarea:focus{outline:none;border-color:rgba(245,213,71,.45);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.05),0 0 0 3px rgba(245,213,71,.12),0 8px 24px rgba(0,0,0,.28)}.auth-error{color:#f87171;font-size:.9rem}.auth-success{color:var(--success);font-size:.9rem}.auth-foot,.auth-muted{color:var(--muted);font-size:.9rem}.auth-foot{margin-top:1.25rem;text-align:center}.auth-foot a{color:var(--discord)}.dash-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.license-code{background:rgba(88,101,242,.15);padding:.2rem .5rem;border-radius:6px;font-size:.85rem;word-break:break-all}.site-header{top:0;z-index:50;-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);background:rgba(4,6,13,.75);border-bottom:1px solid var(--border)}.site-header,.site-header-luxury{position:-webkit-sticky;position:sticky}.brand-link{display:flex;align-items:center;gap:.65rem;font-weight:900;transition:opacity .2s}.brand-link:hover{opacity:.9}.brand-mark{font-size:1.5rem;display:flex;align-items:center}.brand-text{font-size:1.05rem;letter-spacing:-.02em}.nav-link{color:var(--muted);font-size:.88rem;font-weight:600;transition:color .2s;position:relative}.nav-link:hover{color:var(--text)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--gradient-gold);transform:scaleX(0);transition:transform .2s;border-radius:999px}.nav-link:hover:after{transform:scaleX(1)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}.brand-logo{height:36px;width:auto;border-radius:8px}.nav-desktop{gap:1.5rem}.header-actions,.nav-desktop{display:flex;align-items:center}.header-actions{gap:.6rem;flex-wrap:wrap}.header-owner-btn{font-weight:800;box-shadow:0 0 20px rgba(212,175,55,.35);border:1px solid rgba(212,175,55,.55)}.btn-sm{padding:.5rem .85rem!important;font-size:.85rem!important}.plan-popular{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gold);color:#0a0a0a;padding:.25rem .85rem;border-radius:999px;font-size:.75rem;font-weight:700}.ticket-msg-preview{font-size:.8rem;color:var(--muted);background:hsla(0,0%,100%,.04);padding:.65rem;border-radius:8px;margin-bottom:1rem;border:1px dashed var(--border)}.ticket-owner-card{max-width:640px;margin:0 auto;text-align:center;border-color:rgba(88,101,242,.35)}.step-num{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,rgba(88,101,242,.25),rgba(245,213,71,.15));border:1px solid rgba(88,101,242,.35);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.25rem;margin:0 auto 1rem;color:var(--gold-bright)}.step-card{text-align:center;transition:transform .25s}.step-card:hover{transform:translateY(-4px)}.faq-list{display:flex;flex-direction:column;gap:.85rem;max-width:720px;margin:0 auto}.faq-item{cursor:pointer;padding:1.15rem 1.35rem!important}.faq-item summary{font-weight:700;list-style:none;display:flex;justify-content:space-between;gap:1rem;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-toggle{color:var(--gold);font-size:1.25rem;font-weight:300;flex-shrink:0}.faq-answer{color:var(--muted);margin-top:.85rem;font-size:.9rem;padding-top:.85rem;border-top:1px solid var(--border);line-height:1.65}.testimonial-card{position:relative;overflow:hidden}.testimonial-card:before{content:'"';position:absolute;top:.5rem;inset-inline-end:1rem;font-size:4rem;line-height:1;color:rgba(245,213,71,.12);font-family:Georgia,serif}.testimonial-text{color:var(--muted);font-size:.95rem;margin-bottom:1.25rem;line-height:1.7;position:relative}.testimonial-name{font-weight:800}.testimonial-role{color:var(--gold);font-size:.85rem;margin-top:.15rem}.compare-wrap{overflow-x:auto;margin-top:.5rem}.ticket-card{display:flex;flex-direction:column;transition:transform .25s}.ticket-card:hover{transform:translateY(-4px)}.ticket-card-diamond{border-color:rgba(245,213,71,.4)!important;box-shadow:0 0 40px rgba(245,213,71,.08)}.customer-portal{min-height:100vh;padding:2rem 0 4rem}.customer-portal-inner{max-width:820px}.customer-portal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.customer-portal-head h1{font-size:clamp(1.5rem,4vw,2rem);font-weight:900;margin-bottom:.35rem}.customer-portal-sub{color:var(--muted);font-size:.95rem;margin-top:.35rem;max-width:520px}.customer-portal-actions{display:flex;gap:.5rem;flex-wrap:wrap}.customer-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.customer-info-list{margin:.75rem 0 0;display:grid;grid-gap:.65rem;gap:.65rem}.customer-info-list dt{font-size:.78rem;color:var(--muted);margin-bottom:.15rem}.customer-info-list dd{margin:0;font-weight:600}.customer-order-phase{font-weight:800;font-size:1.05rem;margin:.5rem 0 .25rem}.customer-order-details{font-size:.9rem}.customer-steps{padding:1.25rem 1.5rem;margin-bottom:1.25rem}.customer-steps h3{font-size:1rem;font-weight:800;margin-bottom:.65rem}.customer-steps ol{margin:0;-webkit-padding-start:1.25rem;padding-inline-start:1.25rem;color:var(--muted);font-size:.9rem;line-height:1.8}.customer-steps a{color:var(--gold-bright);font-weight:600}.customer-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.customer-tab{padding:.55rem 1.1rem;border-radius:999px;border:1px solid var(--border);background:hsla(0,0%,100%,.03);color:var(--muted);font-weight:700;font-size:.88rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.customer-tab.active{background:rgba(88,101,242,.15);border-color:rgba(88,101,242,.4);color:var(--text)}.customer-server-block{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.customer-server-block.purchase-accent-security{-webkit-padding-start:.75rem;padding-inline-start:.75rem;-webkit-border-start:3px solid rgba(88,101,242,.55);border-inline-start:3px solid rgba(88,101,242,.55)}.customer-server-block.purchase-accent-podcast{-webkit-padding-start:.75rem;padding-inline-start:.75rem;-webkit-border-start:3px solid rgba(237,117,52,.6);border-inline-start:3px solid rgba(237,117,52,.6)}.coremind-dash-panel{margin-top:.75rem;display:grid;grid-gap:.85rem;gap:.85rem}.coremind-dash-hero{padding:.95rem 1rem;border-radius:14px;border:1px solid rgba(201,162,39,.32);background:radial-gradient(600px 180px at 100% 0,rgba(159,18,57,.28),transparent 55%),linear-gradient(145deg,rgba(7,17,31,.95),rgba(12,26,46,.9));box-shadow:inset 0 1px 0 hsla(43,60%,75%,.08)}.coremind-dash-kicker{margin:0;font-size:.78rem;color:#e6d19a;letter-spacing:.04em}.coremind-dash-hero h4{color:#f3efe4;font-weight:700}.coremind-dash-actions{display:flex;flex-wrap:wrap;gap:.5rem}.coremind-dash-steps{margin:0;-webkit-padding-start:1.2rem;padding-inline-start:1.2rem;color:hsla(44,38%,92%,.88);font-size:.88rem;line-height:1.65}.coremind-dash-modules{display:flex;flex-wrap:wrap;gap:.4rem}.coremind-dash-chip{border:1px solid rgba(201,162,39,.28);background:rgba(7,17,31,.65);border-radius:999px;padding:.28rem .65rem;font-size:.78rem;color:#e6d19a}.coremind-dash-cmdbox{border:1px solid rgba(201,162,39,.28);background:rgba(7,17,31,.72);border-radius:12px;padding:.75rem .85rem}.coremind-dash-cmdbox code{display:block;margin-top:.35rem;font-size:.82rem;line-height:1.7;color:#f3efe4;white-space:normal}.customer-server-block.purchase-accent-coremind{-webkit-padding-start:.75rem;padding-inline-start:.75rem;-webkit-border-start:3px solid rgba(201,162,39,.65);border-inline-start:3px solid rgba(201,162,39,.65)}.customer-server-block.purchase-accent-esx{-webkit-padding-start:.75rem;padding-inline-start:.75rem;-webkit-border-start:3px solid rgba(87,242,135,.45);border-inline-start:3px solid rgba(87,242,135,.45)}.customer-server-block.purchase-accent-tickets{-webkit-padding-start:.75rem;padding-inline-start:.75rem;-webkit-border-start:3px solid rgba(88,166,255,.55);border-inline-start:3px solid rgba(88,166,255,.55)}.customer-server-block.purchase-accent-evs{-webkit-padding-start:.75rem;padding-inline-start:.75rem;-webkit-border-start:3px solid rgba(255,215,0,.55);border-inline-start:3px solid rgba(255,215,0,.55)}.purchase-editor-kicker{font-size:.78rem;font-weight:800;letter-spacing:.03em;color:var(--muted);margin:0 0 .35rem}.purchase-editor-card.purchase-accent-security{border-color:rgba(88,101,242,.32);background:linear-gradient(180deg,rgba(88,101,242,.06),transparent 120px)}.purchase-editor-card.purchase-accent-podcast{border-color:rgba(237,117,52,.38);background:linear-gradient(180deg,rgba(237,117,52,.07),transparent 120px)}.purchase-editor-card.purchase-accent-esx{border-color:rgba(87,242,135,.28);background:linear-gradient(180deg,rgba(87,242,135,.05),transparent 120px)}.purchase-editor-card.purchase-accent-tickets{border-color:rgba(88,166,255,.38);background:radial-gradient(ellipse 80% 50% at 100% 0,rgba(88,166,255,.14),transparent 55%),radial-gradient(ellipse 60% 40% at 0 100%,rgba(245,213,71,.06),transparent 50%),linear-gradient(180deg,rgba(88,166,255,.07),transparent 140px)}.tickets-settings-panel{position:relative}.tickets-settings-orb{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;flex-shrink:0;font-size:1.65rem;background:linear-gradient(145deg,rgba(88,166,255,.28),rgba(88,101,242,.12));border:1px solid rgba(88,166,255,.35);box-shadow:0 8px 24px rgba(88,166,255,.12)}.tickets-settings-form{display:flex;flex-direction:column;gap:.85rem}.tickets-settings-section{margin:0;padding:1rem 1.05rem;border-radius:14px;border:1px solid rgba(88,166,255,.14);background:rgba(0,0,0,.18)}.tickets-settings-section h4{margin:0 0 .85rem;font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:rgba(88,166,255,.95)}.tickets-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.tickets-settings-span2{grid-column:1/-1}@media (max-width:640px){.tickets-settings-grid{grid-template-columns:1fr}}.tickets-panel-preview{margin-bottom:.9rem;padding:1px;border-radius:14px;background:linear-gradient(135deg,rgba(88,166,255,.45),rgba(245,213,71,.25),rgba(88,101,242,.35))}.tickets-panel-preview-inner{padding:1rem 1.1rem;border-radius:13px;background:rgba(12,14,22,.92)}.tickets-panel-preview-inner strong{display:block;font-size:1.02rem;margin-bottom:.35rem}.tickets-panel-preview-inner p{margin:0 0 .85rem;color:var(--muted);font-size:.88rem;line-height:1.5}.tickets-panel-preview-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .9rem;border-radius:8px;font-size:.85rem;font-weight:700;color:#fff;background:#5865f2;box-shadow:0 4px 14px rgba(88,101,242,.35)}.tickets-check{display:flex;align-items:flex-start;gap:.55rem;margin:.65rem 0 0;font-size:.9rem;line-height:1.4}.tickets-advanced-toggle{align-self:flex-start;margin:.15rem 0;padding:.4rem .85rem;border-radius:999px;border:1px solid rgba(88,166,255,.28);background:rgba(88,166,255,.08);color:rgba(180,210,255,.95);font-size:.8rem;font-weight:700;cursor:pointer}.tickets-advanced-toggle:hover{background:rgba(88,166,255,.14)}.tickets-guild-hero{border-color:rgba(245,213,71,.28)!important;background:linear-gradient(135deg,rgba(245,213,71,.08),rgba(88,166,255,.06))!important}.tickets-guild-callout{margin:0 0 .85rem;padding:.7rem .85rem;border-radius:10px;font-size:.84rem;line-height:1.55;color:var(--text);background:rgba(0,0,0,.25);border:1px solid rgba(245,213,71,.22)}.tickets-guild-ok{border-color:rgba(87,242,135,.55)!important}.tickets-guild-ok-hint{color:rgba(87,242,135,.95)!important}.channel-picker-warn{color:#f0b429!important;font-weight:700}.purchase-editor-card.purchase-accent-evs{border-color:rgba(255,215,0,.38);background:linear-gradient(135deg,rgba(255,215,0,.09),rgba(138,43,226,.07) 45%,transparent 120%);box-shadow:0 12px 40px rgba(255,215,0,.06)}.evs-download-luxe,.evs-gfx-luxe{margin-top:.85rem;padding:1.1rem 1.15rem;border-radius:16px;border:1px solid rgba(255,215,0,.22);background:linear-gradient(145deg,rgba(255,215,0,.07),rgba(88,101,242,.05) 55%,rgba(0,0,0,.15));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)}.evs-download-luxe-head,.evs-gfx-luxe-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.evs-gfx-luxe-kicker{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,215,0,.85);margin:0 0 .25rem}.evs-download-luxe h3,.evs-gfx-luxe h4{margin:0 0 .35rem}.evs-gfx-luxe-sub{font-size:.84rem;line-height:1.55;margin:0}.evs-gfx-luxe-badge{flex-shrink:0;padding:.25rem .65rem;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.06em;color:#1a1400;background:linear-gradient(90deg,gold,#ffb347);box-shadow:0 0 18px rgba(255,215,0,.35)}.evs-gfx-cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:.55rem;gap:.55rem;margin-bottom:.85rem}.evs-gfx-cat-card{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.65rem .7rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:rgba(0,0,0,.22);color:inherit;cursor:pointer;text-align:start;transition:border-color .15s,transform .15s,box-shadow .15s}.evs-gfx-cat-card:hover{border-color:rgba(255,215,0,.35);transform:translateY(-1px)}.evs-gfx-cat-card.is-active{border-color:rgba(255,215,0,.65);box-shadow:0 0 0 1px rgba(255,215,0,.25),0 8px 24px rgba(255,215,0,.1);background:linear-gradient(180deg,rgba(255,215,0,.12),rgba(0,0,0,.2))}.evs-gfx-cat-icon{font-size:1.35rem;line-height:1}.evs-gfx-cat-card strong{font-size:.82rem}.evs-gfx-cat-desc{font-size:.72rem;color:var(--muted);line-height:1.35}.evs-gfx-upload-bar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.5rem}.evs-gfx-upload-selected{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;font-size:.78rem;font-weight:700;background:rgba(255,215,0,.12);border:1px solid rgba(255,215,0,.28)}.evs-gfx-upload-bar .input{flex:1 1 140px;min-width:120px}.evs-gfx-upload-btn{cursor:pointer;white-space:nowrap}.evs-gfx-filter-row{display:flex;flex-wrap:wrap;gap:.35rem;margin:.75rem 0 .5rem}.evs-gfx-filter-chip{border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.2);color:var(--muted);border-radius:999px;padding:.25rem .6rem;font-size:.74rem;cursor:pointer}.evs-gfx-filter-chip.is-on{color:#fff;border-color:rgba(255,215,0,.45);background:rgba(255,215,0,.12)}.evs-gfx-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.evs-gfx-list-item{display:flex;align-items:center;gap:.65rem;padding:.55rem .65rem;border-radius:10px;background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.06)}.evs-gfx-list-icon{font-size:1.25rem}.evs-gfx-list-body{flex:1 1;display:flex;flex-direction:column;gap:.1rem;min-width:0}.evs-gfx-list-body strong{font-size:.86rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evs-gfx-list-body span{font-size:.72rem;color:var(--muted)}.evs-gfx-vis{font-size:.72rem;font-weight:700;padding:.2rem .45rem;border-radius:6px}.evs-gfx-vis.public{color:#57f287;background:rgba(87,242,135,.1)}.evs-gfx-vis.private{color:#faa61a;background:rgba(250,166,26,.1)}.evs-gfx-foot{font-size:.78rem;margin:.65rem 0 0;line-height:1.5}.evs-dl-steps{display:flex;flex-direction:column;gap:.65rem}.evs-dl-step{display:flex;gap:.75rem;align-items:flex-start;padding:.7rem .75rem;border-radius:12px;background:rgba(0,0,0,.22);border:1px solid rgba(255,215,0,.12)}.evs-dl-num{flex-shrink:0;width:1.65rem;height:1.65rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:.78rem;font-weight:800;color:#1a1400;background:linear-gradient(180deg,gold,#e6b800)}.evs-dl-step strong{display:block;margin-bottom:.4rem;font-size:.88rem}.evs-dl-btn{-webkit-margin-end:.45rem;margin-inline-end:.45rem}.evs-dl-fallback{font-size:.74rem;color:rgba(255,215,0,.85);text-decoration:underline}.evs-dl-mini{font-size:.76rem;line-height:1.45;margin:.35rem 0 0}.evs-perf-hero{position:relative;margin:-.15rem -.1rem .85rem;padding:1rem 1rem .85rem;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,rgba(255,215,0,.14),rgba(138,43,226,.1) 50%,rgba(0,0,0,.25));border:1px solid rgba(255,215,0,.28)}.evs-perf-hero-glow{position:absolute;inset:-40% auto auto 50%;width:220px;height:220px;transform:translateX(-50%);background:radial-gradient(circle,rgba(255,215,0,.22) 0,transparent 70%);pointer-events:none}.evs-perf-hero-head{position:relative;margin-bottom:.75rem!important}.evs-perf-tagline{color:hsla(0,0%,100%,.82)!important}.evs-perf-badge{box-shadow:0 0 24px rgba(255,215,0,.45)}.evs-perf-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.5rem;gap:.5rem}.evs-perf-card{display:flex;flex-direction:column;gap:.15rem;padding:.6rem .65rem;border-radius:10px;background:rgba(0,0,0,.28);border:1px solid hsla(0,0%,100%,.07);transition:border-color .15s,box-shadow .15s}.evs-perf-card:hover{border-color:rgba(255,215,0,.35);box-shadow:0 4px 16px rgba(255,215,0,.08)}.evs-perf-card-icon{font-size:1.2rem;line-height:1}.evs-perf-card strong{font-size:.8rem}.evs-perf-card span{font-size:.72rem;color:var(--muted);line-height:1.35}.evs-license-luxe{margin:.75rem 0;padding:.65rem .75rem;border-radius:12px;background:rgba(0,0,0,.22);border:1px solid rgba(255,215,0,.15)}.evs-license-luxe-title{margin:0 0 .45rem;font-size:.78rem;font-weight:800;letter-spacing:.04em;color:rgba(255,215,0,.9)}.evs-license-pills{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:.4rem;gap:.4rem}.evs-license-pills li{display:flex;flex-direction:column;gap:.1rem;font-size:.74rem}.evs-license-pills li span{color:var(--muted)}.evs-license-pills li strong{font-size:.82rem}.evs-status-on{color:#57f287!important}.evs-section-label{margin:.5rem 0 .55rem;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,215,0,.75)}.evs-dl-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.35rem}.evs-dl-btn-gold{background:linear-gradient(90deg,#e6b800,gold)!important;color:#1a1400!important;border:none!important;font-weight:800}.evs-dl-step-highlight{border-color:rgba(255,215,0,.45)!important;background:linear-gradient(135deg,rgba(255,215,0,.12),rgba(0,0,0,.28))!important;box-shadow:0 0 20px rgba(255,215,0,.08)}.evs-dl-num-gold{background:linear-gradient(180deg,#fff3a0,gold)!important;font-size:.9rem!important}.evs-perf-cta{line-height:1.65!important}.evs-perf-cta code{font-size:.74rem;padding:.1rem .35rem;border-radius:4px;background:rgba(0,0,0,.35)}.evs-reset-btn{margin-top:.75rem}.evs-gfx-badge-soft{background:linear-gradient(90deg,rgba(138,43,226,.85),rgba(88,101,242,.85))!important;color:#fff!important;box-shadow:0 0 14px rgba(138,43,226,.35)}.evs-panel-simple{padding:1.1rem 1.15rem}.evs-simple-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.evs-simple-head h3{margin:0;font-size:1.15rem}.evs-simple-alert{padding:.65rem .75rem;border-radius:10px;margin-bottom:.65rem;background:rgba(0,0,0,.22);border:1px solid hsla(0,0%,100%,.08)}.evs-simple-alert-gold{border-color:rgba(255,215,0,.35);background:linear-gradient(135deg,rgba(255,215,0,.1),rgba(0,0,0,.2))}.evs-gfx-hero-card,.evs-simple-alert-gfx{border-color:rgba(87,242,135,.4);background:linear-gradient(135deg,rgba(87,242,135,.12),rgba(79,140,255,.06) 50%,rgba(0,0,0,.22));box-shadow:0 4px 24px rgba(87,242,135,.08)}.evs-gfx-hero-card strong{color:#b8f5cc}.evs-before-fivem-banner{border-color:rgba(255,215,0,.45)!important;background:linear-gradient(135deg,rgba(255,215,0,.12),rgba(250,166,26,.08))!important}.evs-before-fivem-banner strong{color:#ffe08a}.evs-simple-alert-perm{border-color:rgba(124,92,255,.4);background:linear-gradient(135deg,rgba(124,92,255,.1),rgba(0,0,0,.22))}.evs-perm-badges{display:flex;flex-wrap:wrap;gap:.35rem;margin:.35rem 0 .15rem}.evs-perm-badge{display:inline-block;padding:.2rem .45rem;border-radius:999px;font-size:.72rem;font-weight:700;border:1px solid hsla(0,0%,100%,.12)}.evs-perm-badge-off{color:#faa61a;border-color:rgba(250,166,26,.35);background:rgba(250,166,26,.1)}.evs-perm-badge-ready{color:#8ef5b0;border-color:rgba(87,242,135,.4);background:rgba(87,242,135,.1)}.evs-perm-badge-on{color:#9ec5ff;border-color:rgba(79,140,255,.45);background:rgba(79,140,255,.12)}.evs-simple-alert strong{display:block;font-size:.88rem;margin-bottom:.25rem}.evs-simple-alert p{margin:0;font-size:.8rem;line-height:1.5;color:var(--muted)}.evs-simple-meta{font-size:.78rem;color:var(--muted);margin:0 0 .65rem}.evs-big-dl-btn{width:100%;padding:.85rem 1rem!important;font-size:1rem!important;font-weight:800!important;margin-bottom:.65rem;background:linear-gradient(90deg,#c9a000,gold)!important;color:#1a1400!important;border:none!important}.evs-dl-details{margin-bottom:.75rem;font-size:.82rem}.evs-dl-details summary{cursor:pointer;color:rgba(255,215,0,.85);margin-bottom:.4rem}.evs-dl-manual{display:flex;flex-wrap:wrap;gap:.4rem}.evs-simple-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.evs-simple-steps li{display:flex;flex-direction:column;gap:.12rem;padding:.55rem .65rem;border-radius:10px;background:rgba(0,0,0,.18);-webkit-border-start:3px solid rgba(255,215,0,.45);border-inline-start:3px solid rgba(255,215,0,.45)}.evs-simple-steps li strong{font-size:.86rem}.evs-simple-steps li span{font-size:.76rem;color:var(--muted);line-height:1.45}.evs-gfx-form{gap:.85rem;margin-top:.75rem;padding:.85rem;border-radius:12px;background:rgba(0,0,0,.22);border:1px solid hsla(0,0%,100%,.06)}.evs-gfx-field,.evs-gfx-form{display:flex;flex-direction:column}.evs-gfx-field{gap:.35rem}.evs-gfx-field label,.evs-gfx-field-label{font-size:.78rem;font-weight:700;color:rgba(255,215,0,.85)}.evs-gfx-input{width:100%}.evs-vis-toggle{display:grid;grid-template-columns:1fr 1fr;grid-gap:.45rem;gap:.45rem}.evs-vis-toggle button{padding:.55rem .5rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.25);color:var(--muted);font-size:.78rem;cursor:pointer;transition:border-color .15s,background .15s}.evs-vis-toggle button.is-on{border-color:rgba(255,215,0,.5);background:rgba(255,215,0,.12);color:#fff;font-weight:700}.evs-gfx-upload-main{width:100%;justify-content:center;padding:.75rem!important;font-weight:800!important;cursor:pointer;margin-top:.25rem}.evs-panel-premium{border-color:rgba(255,215,0,.35)}.evs-premium-hero{display:flex;align-items:center;gap:.85rem;margin-bottom:.85rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,215,0,.15)}.evs-premium-hero-icon{font-size:2.2rem;line-height:1;filter:drop-shadow(0 0 12px rgba(255,215,0,.35))}.evs-premium-tagline{margin:.2rem 0 0;font-size:.82rem;color:var(--muted);line-height:1.45}.evs-dl-card{padding:1rem;margin-bottom:.75rem;border-radius:14px;background:linear-gradient(145deg,rgba(255,215,0,.1),rgba(0,0,0,.3));border:1px solid rgba(255,215,0,.3);text-align:center}.evs-dl-card-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:800}.evs-dl-card-sub{margin:0 0 .85rem;font-size:.8rem;color:var(--muted);line-height:1.5}.evs-dl-progress{flex:1 1;height:6px;border-radius:999px;background:rgba(0,0,0,.35);overflow:hidden}.evs-dl-progress-wrap{display:flex;align-items:center;gap:.55rem;margin:.55rem 0 0}.evs-dl-pct{min-width:2.5rem;font-size:.75rem;font-weight:700;color:rgba(255,215,0,.9)}.evs-dl-progress-bar{height:100%;background:linear-gradient(90deg,#c9a000,gold);transition:width .25s ease}.evs-dl-filename{margin:.65rem 0 0;font-size:.78rem;color:rgba(255,215,0,.85)}.evs-dl-link-hint{margin:.25rem 0 0;font-size:.72rem;word-break:break-all;opacity:.8}.evs-dl-win-note{margin:.45rem 0 0;font-size:.74rem;line-height:1.45;color:rgba(255,215,0,.75)}a.evs-big-dl-btn{display:block;text-align:center;text-decoration:none}.evs-simple-steps-compact{margin-top:.65rem}.evs-gfx-form-premium{background:linear-gradient(160deg,rgba(255,215,0,.06),rgba(0,0,0,.28));border-color:rgba(255,215,0,.18)}.evs-gfx-label-icon{color:rgba(255,215,0,.75);-webkit-margin-end:.25rem;margin-inline-end:.25rem}.evs-gfx-input-wrap{position:relative;display:flex;align-items:center}.evs-gfx-input-icon{position:absolute;inset-inline-start:.75rem;font-size:1.1rem;pointer-events:none;z-index:1}.evs-gfx-input-premium{color:var(--text);width:100%;-webkit-padding-start:2.35rem!important;padding-inline-start:2.35rem!important;padding-block:.7rem!important;border-radius:12px!important;border:1px solid rgba(255,215,0,.25)!important;background:rgba(0,0,0,.35)!important;font-size:.9rem!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04)}.evs-gfx-input-premium:focus{border-color:rgba(255,215,0,.55)!important;box-shadow:0 0 0 2px rgba(255,215,0,.12)}.evs-gfx-input-premium::placeholder{color:hsla(0,0%,100%,.35)}.evs-vis-toggle-premium button{display:flex;align-items:center;gap:.5rem;padding:.65rem .55rem;text-align:start}.evs-vis-icon{font-size:1.25rem;line-height:1}.evs-vis-text{display:flex;flex-direction:column;gap:.05rem}.evs-vis-text strong{font-size:.82rem}.evs-vis-text small{font-size:.68rem;color:var(--muted);font-weight:400}.evs-vis-toggle-premium button.is-on .evs-vis-text small{color:hsla(0,0%,100%,.65)}.evs-gfx-upload-premium{position:relative;overflow:hidden;background:linear-gradient(90deg,#b8860b,gold,#b8860b)!important;background-size:200% 100%!important;color:#1a1400!important;border:none!important;animation:evs-shimmer 4s ease infinite}@keyframes evs-shimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.evs-gfx-cat-card .evs-gfx-cat-desc{display:none}.purchase-accent-security .purchase-summary{border-color:rgba(88,101,242,.22)}.purchase-accent-podcast .purchase-summary{border-color:rgba(237,117,52,.28)}.podcast-dm-form-wrap{overflow:hidden}.podcast-branding-block{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(237,117,52,.2)}.purchase-accent-esx .purchase-summary{border-color:rgba(87,242,135,.22)}.purchase-accent-tickets .purchase-summary{border-color:rgba(88,166,255,.28)}.customer-order-details{margin-top:.75rem}.customer-active-products{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.35rem}.customer-active-products li{font-size:.9rem}.purchase-summary-top{display:flex;justify-content:space-between;gap:.5rem;flex-wrap:wrap;align-items:center}.purchase-tier-badge{font-size:1.25rem;-webkit-margin-end:.35rem;margin-inline-end:.35rem}.purchase-key-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.branding-card{overflow:hidden}.branding-card-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.75rem}.branding-card-head h3{font-weight:800;font-size:1.05rem}.branding-preview{width:72px;height:72px;border-radius:16px;overflow:hidden;border:2px solid rgba(245,213,71,.35);flex-shrink:0}.branding-preview img{width:100%;height:100%;object-fit:cover}.branding-note{font-size:.82rem;color:var(--muted);margin-bottom:1rem;padding:.65rem .85rem;border-radius:10px;background:rgba(88,101,242,.08);border:1px solid rgba(88,101,242,.15);line-height:1.55}.branding-voice-block{margin:1rem 0;padding:1rem;border-radius:var(--radius-sm);border:1px solid rgba(245,213,71,.2);background:rgba(245,213,71,.04)}.branding-voice-block h4{font-weight:800;margin-bottom:.75rem;color:var(--gold)}.branding-preview-sm{width:56px;height:56px;margin-bottom:.75rem}.branding-form .field-hint{font-size:.75rem;color:var(--muted);margin-top:.2rem}.branding-actions{display:flex;gap:.65rem;flex-wrap:wrap}.branding-status{display:inline-block;font-size:.75rem;font-weight:700;margin-top:.35rem;padding:.2rem .55rem;border-radius:999px}.branding-status-ok{background:rgba(87,242,135,.12);color:var(--success);border:1px solid rgba(87,242,135,.25)}.branding-status-pending{background:rgba(245,213,71,.1);color:var(--gold-bright);border:1px solid rgba(245,213,71,.25)}.branding-status-fail{background:hsla(0,91%,71%,.1);color:#f87171;border:1px solid hsla(0,91%,71%,.25)}.branding-admin-list{display:flex;flex-direction:column;gap:.65rem}.branding-admin-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:1rem!important}.branding-admin-meta{display:flex;align-items:center;gap:.65rem}.branding-admin-thumb{width:40px;height:40px;border-radius:10px;object-fit:cover}.customer-hint{text-align:center;font-size:.85rem;margin-top:1rem}.field-hint{font-size:.75rem;color:var(--muted)}.ticket-icon{font-size:2.25rem;margin-bottom:.5rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(88,101,242,.1);border:1px solid rgba(88,101,242,.2)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.35rem;gap:1.35rem}.compare-table{width:100%;border-collapse:collapse;font-size:.95rem}.compare-table td,.compare-table th{padding:.85rem 1rem;text-align:center;border-bottom:1px solid var(--border)}.compare-table td:first-child,.compare-table th:first-child{text-align:start}.compare-table .yes{color:var(--success);font-weight:700}.compare-table .no{color:var(--muted)}.site-footer{border-top:1px solid var(--border);padding:4rem 0 2rem;margin-top:0;background:linear-gradient(180deg,transparent,rgba(4,6,13,.9))}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;margin-bottom:3rem}.footer-brand h3{font-size:1.25rem;font-weight:900;margin:.5rem 0}.footer-brand p{color:var(--muted);font-size:.9rem;max-width:280px;line-height:1.6}.footer-logo{font-size:2.5rem;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.footer-brand-logo{width:64px;height:64px;object-fit:contain;border-radius:14px}.footer-col h4{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:1rem}.footer-col{display:flex;flex-direction:column;gap:.6rem}.footer-col a{color:var(--muted);font-size:.9rem;transition:color .2s}.footer-col a:hover{color:var(--text)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border)}.footer-bottom p{color:var(--muted);font-size:.8rem}.footer-domain{margin-top:.35rem;font-size:.75rem!important;opacity:.7}@media (max-width:768px){.hero-grid{grid-template-columns:1fr}.hero-content,.hero-grid{text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-stats{margin:0 auto;max-width:100%}.hero-visual{order:-1}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}.legal-page{max-width:720px}.legal-content{margin-top:1.5rem;padding:1.5rem}.admin-wrap{align-items:flex-start;padding-top:2rem}.admin-panel-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.25rem}.admin-panel-top h1{margin:0}.admin-panel{width:min(1100px,96vw)}.admin-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 1.5rem;padding:.5rem;border-radius:12px;background:rgba(0,0,0,.25);border:1px solid var(--border)}.admin-nav-item{flex:1 1 auto;min-width:9rem;padding:.65rem 1rem;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--muted);cursor:pointer;font-size:.88rem;font-family:inherit;font-weight:600;text-align:center;transition:background .15s,border-color .15s,color .15s}.admin-nav-item:hover{background:hsla(0,0%,100%,.04);color:var(--text)}.admin-nav-item.active{background:rgba(245,213,71,.12);border-color:rgba(245,213,71,.45);color:var(--gold-bright)}.admin-panel-body{margin-top:.5rem}.admin-shell{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:1.1rem;gap:1.1rem;align-items:start;margin-top:.75rem}.admin-rail{position:-webkit-sticky;position:sticky;top:1rem;display:flex;flex-direction:column;gap:.4rem;padding:.75rem;border-radius:14px;background:rgba(0,0,0,.28);border:1px solid var(--border)}.admin-rail-title{margin:0 0 .35rem;font-size:.78rem;font-weight:700;color:var(--muted);letter-spacing:.04em}.admin-rail-item{width:100%;text-align:start;padding:.7rem .85rem;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--muted);cursor:pointer;font-size:.9rem;font-family:inherit;font-weight:700;transition:background .15s,border-color .15s,color .15s}.admin-rail-item:hover{background:hsla(0,0%,100%,.05);color:var(--text)}.admin-rail-item.active{background:rgba(245,213,71,.14);border-color:rgba(245,213,71,.45);color:var(--gold-bright)}.admin-rail-item-hot{border-color:rgba(212,175,55,.35);background:linear-gradient(135deg,rgba(212,175,55,.12),rgba(0,0,0,.15));color:#f0d78c}.admin-rail-item-hot.active{background:rgba(245,213,71,.2)}@media (max-width:900px){.admin-shell{grid-template-columns:1fr}.admin-rail{position:static;flex-direction:row;flex-wrap:wrap}.admin-rail-item{width:auto;flex:1 1 auto}}.admin-tabs-scroll{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:.25rem}.admin-tabs-scroll .admin-tab{flex-shrink:0;white-space:nowrap}.orders-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.orders-panel-head h2{margin:0;font-size:1.15rem}.orders-stats{display:flex;gap:.5rem;flex-wrap:wrap}.orders-stat{font-size:.78rem;font-weight:700;padding:.25rem .6rem;border-radius:8px}.orders-stat.pending{background:rgba(245,213,71,.15);color:var(--gold-bright)}.orders-stat.open{background:rgba(88,101,242,.2);color:#a5b4fc}.orders-list{display:flex;flex-direction:column;gap:.85rem;margin-top:1rem}.orders-filter-hint{margin:.65rem 0 0;padding:.55rem .75rem;font-size:.82rem;border-radius:8px;background:rgba(245,213,71,.08);border:1px solid rgba(245,213,71,.22)}.orders-section{display:flex;flex-direction:column;gap:.85rem}.orders-section-title{margin:.25rem 0 0;font-size:.92rem;font-weight:600;color:var(--text-muted,#a8b0c0)}.order-card{padding:1rem 1.15rem}.order-card-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem}.order-type-badge{font-size:.72rem;font-weight:800;padding:.2rem .55rem;border-radius:6px;text-transform:uppercase}.order-type-badge.receipt{background:rgba(245,213,71,.12);color:var(--gold-bright)}.order-type-badge.purchase{background:rgba(34,197,94,.12);color:#86efac}.order-type-badge.inquiry{background:rgba(88,101,242,.15);color:#a5b4fc}.order-status{font-size:.7rem;font-weight:800;text-transform:uppercase;padding:.15rem .45rem;border-radius:6px}.order-status-open,.order-status-pending{background:rgba(245,213,71,.15);color:var(--gold-bright)}.order-status-approved,.order-status-replied{background:rgba(34,197,94,.15);color:#86efac}.order-status-closed,.order-status-rejected{background:hsla(0,0%,100%,.08);color:var(--muted)}.order-title{font-weight:700;margin:0 0 .5rem}.order-meta p{margin:.25rem 0;font-size:.9rem}.order-message{margin-top:.5rem!important;padding:.65rem .85rem;border-radius:8px;background:rgba(0,0,0,.3);border:1px solid var(--border);white-space:pre-wrap;line-height:1.55}.order-date{font-size:.78rem!important;margin-top:.5rem!important}.order-receipt-img{display:block;margin-top:.75rem;max-width:200px;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.order-receipt-img img{width:100%;display:block}.order-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.85rem;padding-top:.75rem;border-top:1px solid var(--border)}.purchase-grant-card{margin-top:.5rem;padding:1.15rem 1.25rem}.license-key-field{display:flex;gap:.5rem;align-items:stretch}.license-key-field input{flex:1 1;font-family:ui-monospace,monospace;letter-spacing:.04em}.purchase-recent-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.purchase-recent-row{padding:.85rem 1rem;font-size:.9rem;display:flex;flex-direction:column;gap:.35rem}.db-schema-banner{margin-bottom:1rem;padding:1rem 1.15rem;border:1px solid rgba(245,213,71,.45);background:rgba(245,213,71,.08)}.db-schema-banner h3{margin:0;font-size:1rem;color:var(--gold-bright)}.db-schema-steps{margin:.5rem 0 .85rem;-webkit-padding-start:1.25rem;padding-inline-start:1.25rem;font-size:.88rem;color:var(--muted)}.db-schema-steps a{color:var(--gold-bright)}.ticket-reply-editor{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--border)}.ticket-reply-label{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:var(--muted);margin-bottom:.65rem}.ticket-reply-label textarea{padding:.75rem 1rem;border-radius:10px;border:1px solid var(--border);background:rgba(0,0,0,.35);color:var(--text);font:inherit;width:100%;min-height:6rem;line-height:1.55;resize:vertical;box-sizing:border-box}.ticket-reply-label textarea:focus{outline:2px solid rgba(245,213,71,.35);border-color:rgba(245,213,71,.5)}.ticket-reply-sent{background:rgba(87,242,135,.08);border:1px solid rgba(87,242,135,.2);border-radius:8px;padding:.65rem .85rem;margin-bottom:.75rem;font-size:.88rem}.ticket-reply-sent p{margin:.35rem 0 0;white-space:pre-wrap;line-height:1.55}.admin-products-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;padding:1rem 1.15rem;margin-bottom:1rem}.admin-products-toolbar-actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin-products-footer{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.admin-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.25rem 0}.admin-tab{padding:.5rem .85rem;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;font-size:.85rem;font-family:inherit}.admin-tab.active{background:rgba(88,101,242,.2);border-color:rgba(88,101,242,.5);color:var(--text)}.main-tabs .admin-tab{font-weight:700}.site-editor-form textarea{width:100%;padding:.65rem .85rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:rgba(4,8,18,.95)!important;color:var(--text)!important;font-family:inherit;resize:vertical;color-scheme:dark}.lfield{border:1px solid var(--border);border-radius:10px;padding:.75rem;margin:0}.lfield legend{padding:0 .35rem;font-size:.85rem;color:var(--muted)}.editor-block{margin-bottom:1rem;padding:1rem}.checkbox-row{display:flex;align-items:center;gap:.5rem;margin:.5rem 0}.section-toggles{display:grid;grid-gap:.75rem;gap:.75rem}.editor-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}@media (max-width:768px){.nav-desktop{display:none}.nav-mobile{display:flex;gap:.5rem;overflow-x:auto;padding:.65rem 0 .85rem;border-top:1px solid var(--border);-webkit-overflow-scrolling:touch}.site-header-store.has-category-row .nav-mobile{display:none}.nav-mobile a{flex-shrink:0;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--border);font-size:.8rem;color:var(--muted);white-space:nowrap}.header-actions .btn-sm{padding:.4rem .6rem!important;font-size:.75rem!important}}.nav-mobile{display:none}.bots-section{background:radial-gradient(ellipse 60% 40% at 50% 0,rgba(245,213,71,.08),transparent),linear-gradient(180deg,rgba(88,101,242,.05),transparent);position:relative}.bots-grid-luxury{gap:1.5rem}.luxury-bot-card{position:relative;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:20px;background:linear-gradient(145deg,rgba(18,24,48,.9),rgba(8,12,24,.95));border:1px solid hsla(0,0%,100%,.08);overflow:hidden;transition:transform .3s,box-shadow .3s,border-color .3s}.luxury-bot-card-glow{position:absolute;inset:-1px;border-radius:inherit;background:var(--luxury-border);opacity:0;transition:opacity .3s;z-index:0;pointer-events:none}.luxury-bot-card>:not(.luxury-bot-card-glow){position:relative;z-index:1}.luxury-bot-card:hover{transform:translateY(-6px);box-shadow:0 28px 64px rgba(0,0,0,.45),0 0 48px rgba(88,101,242,.12);border-color:rgba(88,101,242,.35)}.luxury-bot-card:hover .luxury-bot-card-glow{opacity:.35}.luxury-bot-card-featured{border-color:rgba(245,213,71,.4);box-shadow:0 0 56px rgba(245,213,71,.1)}.luxury-bot-card-featured:hover{box-shadow:0 28px 64px rgba(0,0,0,.45),0 0 64px rgba(245,213,71,.18)}.luxury-bot-badge{position:absolute;top:1rem;inset-inline-end:1rem;font-size:.68rem;font-weight:800;padding:.25rem .65rem;border-radius:999px;background:var(--gradient-gold);color:#0a0800;z-index:2}.luxury-bot-head{display:flex;gap:1rem;align-items:flex-start}.luxury-bot-avatar-wrap{position:relative;flex-shrink:0}.luxury-bot-avatar,.luxury-bot-avatar-icon{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:2rem;background:linear-gradient(135deg,rgba(88,101,242,.2),rgba(245,213,71,.12));border:1px solid hsla(0,0%,100%,.12);box-shadow:0 8px 24px rgba(0,0,0,.3)}.luxury-bot-avatar{object-fit:cover}.luxury-bot-online{position:absolute;bottom:2px;inset-inline-end:2px;width:14px;height:14px;border-radius:50%;background:var(--success);border:2px solid var(--bg);box-shadow:0 0 12px var(--success)}.luxury-bot-category{display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-bright);background:rgba(245,213,71,.1);border:1px solid rgba(245,213,71,.25);padding:.2rem .55rem;border-radius:999px;margin-bottom:.35rem}.luxury-bot-name{font-size:1.2rem;font-weight:900;margin:0;letter-spacing:-.02em}.luxury-bot-tagline{font-size:.85rem;color:var(--muted);margin:.2rem 0 0}.luxury-bot-desc{font-size:.9rem;color:var(--muted);line-height:1.65;margin:0}.luxury-bot-chips{display:flex;flex-wrap:wrap;gap:.4rem}.luxury-bot-chip{font-size:.72rem;font-weight:700;padding:.28rem .6rem;border-radius:999px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);color:#c7d2fe}.luxury-bot-foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding-top:.85rem;margin-top:auto;border-top:1px solid hsla(0,0%,100%,.06)}.luxury-bot-price{font-size:.9rem;font-weight:800;color:var(--gold-bright)}.bots-page-cta{text-align:center;margin-top:2rem}.bots-page-hero{padding:3rem 0 1rem;text-align:center}.bots-page-title{font-size:clamp(2rem,5vw,3rem);font-weight:900;margin:.75rem 0;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bots-page-sub{color:var(--muted);max-width:560px;margin:0 auto 1.5rem;font-size:1.05rem;line-height:1.7}.bots-page-stats{display:flex;gap:.85rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.bots-page-stat{padding:.85rem 1.25rem;text-align:center;min-width:100px}.bots-page-stat strong{display:block;font-size:1.35rem;font-weight:900;color:var(--gold-bright)}.bots-page-stat span{font-size:.75rem;color:var(--muted)}.bots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:2rem}.bot-card{position:relative;display:flex;flex-direction:column;gap:.85rem;padding:1.25rem;transition:transform .15s,border-color .15s}.bot-card:hover{transform:translateY(-3px);border-color:rgba(88,101,242,.4)}.bot-card-featured{border-color:rgba(255,215,0,.45);box-shadow:0 0 32px rgba(255,215,0,.1)}.bot-featured-badge{position:absolute;top:-10px;inset-inline-start:1rem;background:var(--gold);color:#0a0a0a;font-size:.7rem;font-weight:800;padding:.2rem .55rem;border-radius:999px}.bot-card-top{display:flex;gap:.85rem;align-items:flex-start}.bot-icon{font-size:2.5rem;line-height:1}.bot-logo{width:52px;height:52px;border-radius:12px;object-fit:cover}.bot-category{display:inline-block;font-size:.7rem;font-weight:700;color:var(--discord);background:rgba(88,101,242,.15);padding:.15rem .5rem;border-radius:999px;margin-bottom:.25rem}.bot-name{font-size:1.15rem;font-weight:800;margin:0}.bot-tagline{font-size:.85rem;color:var(--muted);margin:.15rem 0 0}.bot-desc{font-size:.9rem;color:var(--muted);flex:1 1;margin:0;line-height:1.55}.bot-card-foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding-top:.5rem;border-top:1px solid var(--border)}.bot-price{font-size:.85rem;font-weight:700;color:var(--gold)}.auth-mode-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;margin:1.25rem 0}.auth-mode-tab{padding:.65rem .75rem;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;font-size:.85rem;font-family:inherit;font-weight:600}.auth-mode-tab.active{background:rgba(88,101,242,.2);border-color:rgba(88,101,242,.5);color:var(--text)}.auth-secure-note{text-align:center;font-size:.85rem;margin-top:.5rem;padding:.5rem .75rem;background:rgba(87,242,135,.08);border:1px solid rgba(87,242,135,.2);border-radius:8px}.bank-payment-section{background:rgba(13,20,36,.5)}.bank-payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem;align-items:start}.bank-card{border-color:rgba(0,128,0,.35);box-shadow:0 0 40px rgba(0,128,0,.08)}.bank-card-header{display:flex;gap:1rem;align-items:center;margin-bottom:1.25rem}.bank-logo{font-size:2.5rem}.bank-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.bank-detail-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem;background:hsla(0,0%,100%,.04);border-radius:10px;border:1px solid var(--border)}.bank-detail-label{font-size:.75rem;color:var(--muted);min-width:4rem;font-weight:700}.bank-detail-value{flex:1 1;font-size:.95rem;word-break:break-all}.copy-btn{padding:.35rem .65rem;border-radius:8px;border:1px solid var(--border);background:rgba(88,101,242,.15);color:var(--text);cursor:pointer;font-size:.8rem;font-family:inherit}.copy-btn:hover{background:rgba(88,101,242,.3)}.bank-prices{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.bank-price-chip{padding:.4rem .75rem;border-radius:999px;background:hsla(0,0%,100%,.06);font-size:.85rem;font-weight:600}.bank-price-chip.gold-chip{background:rgba(255,215,0,.12);border:1px solid rgba(255,215,0,.3)}.bank-step{display:flex;gap:.85rem;align-items:flex-start;padding:.85rem 1rem;margin-bottom:.6rem}.bank-step-num{width:28px;height:28px;border-radius:50%;background:rgba(0,128,0,.25);color:#6ee7a0;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;flex-shrink:0}.bank-receipt-hint{font-size:.85rem;color:var(--gold);margin-top:1rem;padding:.65rem;background:rgba(255,215,0,.08);border-radius:8px;border:1px solid rgba(255,215,0,.2)}.receipt-upload-card{margin-top:1.25rem;border-color:rgba(255,215,0,.3)}.plan-picker{margin-bottom:1.25rem}.plan-picker-label{font-weight:700;margin-bottom:.75rem;font-size:.95rem}.plan-picker-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.plan-picker-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1rem .75rem;border-radius:14px;border:2px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .15s;text-align:center;color:var(--text);min-height:8.5rem}.plan-picker-card:hover{border-color:rgba(255,215,0,.35);transform:translateY(-2px)}.plan-picker-card-active{border-color:var(--gold);box-shadow:0 0 24px rgba(255,215,0,.15);background:rgba(255,215,0,.06)}.plan-picker-card-featured.plan-picker-card-active{border-color:#c9a227}.plan-picker-ribbon{position:absolute;top:-.45rem;left:50%;transform:translateX(-50%);font-size:.65rem;padding:.15rem .5rem;border-radius:999px;background:linear-gradient(135deg,gold,#c9a227);color:#1a1200;font-weight:800;white-space:nowrap}.plan-picker-icon{font-size:1.75rem;line-height:1}.plan-picker-name{font-weight:800;font-size:1rem}.plan-picker-price{font-size:.9rem;color:var(--gold);font-weight:700}.plan-picker-price small{display:block;font-size:.72rem;color:var(--muted);font-weight:500}.plan-picker-check{font-size:.75rem;color:var(--gold);margin-top:.25rem}.plan-picker-compact .plan-picker-card{padding:.75rem .5rem}.plan-picker-tier-desc{font-size:.78rem;line-height:1.45;color:var(--text);opacity:.85;margin:.1rem 0 .15rem;min-height:2.2rem}.plan-picker-compare{margin-top:1.15rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.08)}.plan-picker-compare-title{margin:0 0 .85rem;font-weight:800;font-size:.95rem;color:var(--gold-bright)}.plan-picker-compare-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem;gap:.85rem;align-items:stretch}.plan-picker-compare-col{border-radius:14px;border:2px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.2);padding:1rem 1rem .85rem;opacity:.72;transition:opacity .2s,border-color .2s,box-shadow .2s}.plan-picker-compare-col-active{opacity:1;border-color:rgba(255,215,0,.55);box-shadow:0 0 20px rgba(255,215,0,.12);background:rgba(255,215,0,.05)}.plan-picker-compare-head{margin:0 0 .35rem;font-size:1.05rem;font-weight:800;color:var(--gold-bright)}.plan-picker-compare-tagline{margin:0 0 .75rem;font-size:.82rem;line-height:1.45;color:var(--muted);min-height:2.2rem}.plan-picker-feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.plan-picker-feature-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.88rem;line-height:1.5;color:var(--text);text-align:start}.plan-picker-feature-check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;border-radius:50%;background:rgba(76,175,80,.2);color:#81c784;font-size:.7rem;font-weight:800;margin-top:.15rem}.plan-picker-compare-select{width:100%;margin-top:.85rem}.plan-tier-summary{margin-top:1rem;padding:.9rem 1rem;border:1px solid rgba(255,215,0,.2)}.plan-tier-summary-title{margin:0 0 .4rem;font-size:1rem;color:var(--gold-bright)}.plan-tier-summary-desc{margin:0;font-size:.9rem;line-height:1.65;color:var(--text);opacity:.92}.plan-pricing-features li{display:flex;align-items:flex-start;gap:.4rem;font-size:.88rem;line-height:1.5;margin-bottom:.35rem}.plan-picker-intro{margin-bottom:.5rem;font-size:.9rem}.eagle-ai-callout{margin-top:1rem;padding:1rem 1.1rem;border:2px solid rgba(138,43,226,.35);background:linear-gradient(135deg,rgba(138,43,226,.08),rgba(255,215,0,.05))}.eagle-ai-callout-compact{padding:.85rem 1rem}.eagle-ai-callout-head{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.eagle-ai-callout-icon{font-size:2rem;line-height:1;flex-shrink:0}.eagle-ai-callout-title{margin:0 0 .25rem;font-size:1.05rem;font-weight:800;color:var(--gold-bright)}.eagle-ai-callout-sub{margin:0;font-size:.85rem;color:var(--muted)}.eagle-ai-callout-steps{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-direction:column;gap:.55rem}.eagle-ai-callout-steps li{font-size:.9rem;line-height:1.55;color:var(--text);text-align:start}.eagle-ai-callout-steps strong{color:var(--gold-bright)}.eagle-ai-callout-note{margin:0 0 .75rem;font-size:.82rem}.eagle-ai-callout-btn{width:100%}.plan-pricing-tagline{margin:.25rem 0 .65rem;font-size:.85rem;min-height:2.4rem}@media (max-width:640px){.plan-picker-compare-grid,.plan-picker-grid{grid-template-columns:1fr}}.plan-picker-compact .plan-picker-features,.plan-picker-features{display:none}.digital-security-plans{margin:1rem 0 .25rem}.catalog-subsection{margin-bottom:2.5rem}.catalog-subsection-title{font-size:1.1rem;font-weight:800;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.catalog-subsection-title span{color:var(--gold)}@media (max-width:520px){.plan-picker-grid{grid-template-columns:1fr}}.receipt-success{text-align:center;padding:1rem 0}.order-delivery-success{text-align:center;padding:.5rem 0}.order-identity-box{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin:.75rem 0}.order-identity-box>div{padding:.75rem;border-radius:12px;border:1px solid rgba(245,213,71,.25);background:rgba(12,18,36,.55);display:flex;flex-direction:column;gap:.25rem}.order-identity-code{font-size:1rem;color:var(--gold);letter-spacing:.02em}@media (max-width:520px){.order-identity-box{grid-template-columns:1fr}}.receipts-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.receipt-admin-card{padding:1rem}.receipt-admin-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.receipt-thumb-link{flex-shrink:0}.receipt-thumb{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.receipt-admin-meta{margin-top:.75rem;font-size:.9rem;display:flex;flex-direction:column;gap:.25rem}.receipt-admin-actions{display:flex;gap:.5rem;margin-top:.85rem;flex-wrap:wrap}.pending-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;-webkit-margin-start:.35rem;margin-inline-start:.35rem;background:var(--gold);color:#0a0a0a;border-radius:999px;font-size:.75rem;font-weight:800}.editor-hint{background:rgba(88,101,242,.08);border:1px solid rgba(88,101,242,.15);font-size:.88rem}.owner-menu-sync-hint{margin:1rem 0;padding:.85rem 1rem;border-radius:10px;background:rgba(245,213,71,.06);border:1px solid rgba(245,213,71,.2);font-size:.88rem}.owner-menu-sync-hint h3{font-size:.95rem;margin-bottom:.5rem}.owner-sync-list{margin:.5rem 0 0 1.1rem;color:var(--muted);font-size:.85rem}.owner-sync-list li{margin-bottom:.35rem}.product-owner-hint{margin-top:.75rem}.price-summary-card h3{font-size:1rem;margin-bottom:.75rem}.price-summary-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem;font-size:.9rem}.price-summary-list strong{color:var(--gold-bright)}.product-tier-fieldset{border:1px solid var(--border);border-radius:12px;padding:1rem;margin:.75rem 0}.product-tier-fieldset legend{font-weight:800;padding:0 .35rem;color:var(--gold)}.readonly-field{opacity:.85;background:hsla(0,0%,100%,.03)!important}.support-bot-preview{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.support-bot-preview-icon{font-size:2.5rem;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:rgba(88,101,242,.12);border:1px solid rgba(88,101,242,.25)}.ticket-card-support{border-color:rgba(88,101,242,.4)!important}.bank-price-chip.support-chip{border-color:rgba(88,101,242,.35);color:#c7d2fe}.admin-products-section,.editor-block,.lfield,.product-catalog-admin,.product-editor-body,.product-tier-fieldset{color:var(--text)}.admin-panel-body input:not([type=checkbox]):not([type=radio]),.admin-panel-body select,.admin-panel-body textarea,.admin-products-section input,.admin-products-section select,.admin-products-section textarea,.editor-block input,.editor-block select,.editor-block textarea,.lfield input,.lfield textarea,.product-catalog-admin input,.product-catalog-admin select,.product-catalog-admin textarea,.product-tier-fieldset input,.product-tier-fieldset select,.product-tier-fieldset textarea{display:block;width:100%;box-sizing:border-box;margin-top:.35rem;padding:.75rem 1rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:rgba(4,8,18,.92)!important;color:var(--text)!important;font:inherit;color-scheme:dark;-webkit-appearance:none;-moz-appearance:none;appearance:none}.admin-panel-body input::placeholder,.admin-panel-body textarea::placeholder,.admin-products-section input::placeholder,.product-catalog-admin input::placeholder{color:rgba(139,156,184,.75)}.admin-panel-body input:-webkit-autofill,.admin-panel-body input:-webkit-autofill:focus,.admin-panel-body input:-webkit-autofill:hover,.admin-products-section input:-webkit-autofill,.admin-products-section input:-webkit-autofill:focus,.admin-products-section input:-webkit-autofill:hover,.lfield input:-webkit-autofill,.lfield input:-webkit-autofill:focus,.lfield input:-webkit-autofill:hover,.product-catalog-admin input:-webkit-autofill,.product-catalog-admin input:-webkit-autofill:focus,.product-catalog-admin input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px #060a14!important;-webkit-text-fill-color:#f4f7ff!important;caret-color:#f4f7ff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.admin-panel-body input:focus,.admin-panel-body select:focus,.admin-panel-body textarea:focus,.admin-products-section input:focus,.admin-products-section select:focus,.admin-products-section textarea:focus,.product-catalog-admin input:focus,.product-catalog-admin select:focus,.product-catalog-admin textarea:focus{outline:none;border-color:rgba(245,213,71,.45);box-shadow:0 0 0 3px rgba(245,213,71,.12);background:rgba(8,12,24,.98)!important}.admin-products-section label,.product-catalog-admin label,.product-editor-body>label{display:flex;flex-direction:column;gap:.2rem;font-size:.86rem;font-weight:600;color:var(--muted);margin-bottom:.15rem}.admin-products-section fieldset,.lfield,.product-catalog-admin fieldset,.product-tier-fieldset{border:1px solid rgba(245,213,71,.18)!important;border-radius:14px!important;padding:1rem 1.1rem!important;margin:.65rem 0!important;background:rgba(12,18,36,.55)!important;color:var(--text)!important}.admin-products-section legend,.lfield legend,.product-catalog-admin legend,.product-tier-fieldset legend{padding:0 .45rem;font-size:.82rem;font-weight:800;color:var(--gold-bright)!important;background:transparent!important}.product-catalog-admin{display:flex;flex-direction:column;gap:1rem}.product-editor-card{padding:0!important;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);background:linear-gradient(165deg,rgba(16,22,42,.95),rgba(8,12,24,.92))}.product-editor-card.open{border-color:rgba(245,213,71,.28);box-shadow:0 12px 40px rgba(0,0,0,.35)}.product-editor-head{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.05rem 1.25rem;background:hsla(0,0%,100%,.02);border:none;color:var(--text);font:inherit;cursor:pointer;text-align:start}.product-editor-head:hover{background:rgba(245,213,71,.06)}.product-editor-price{color:var(--gold-bright);font-size:.85rem}.product-editor-body{padding:1rem 1.25rem 1.35rem;display:flex;flex-direction:column;gap:.85rem;border-top:1px solid hsla(0,0%,100%,.07);background:rgba(0,0,0,.18)}.product-editor-row{display:flex;gap:1rem;flex-wrap:wrap;padding:.65rem .75rem;border-radius:12px;background:rgba(88,101,242,.08);border:1px solid rgba(88,101,242,.15)}.product-editor-row .checkbox-row{margin:0;color:var(--text);font-weight:600}.product-editor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem}.gallery-row{display:grid;grid-template-columns:1fr auto;grid-gap:.5rem;gap:.5rem;align-items:start;margin-bottom:.65rem;padding:.65rem;border-radius:12px;background:rgba(0,0,0,.22);border:1px solid hsla(0,0%,100%,.06)}.gallery-row input{width:100%;margin-top:0!important}.owner-menu-sync-hint{background:linear-gradient(135deg,rgba(88,101,242,.12),rgba(245,213,71,.06))!important;border-color:rgba(88,101,242,.25)!important}.owner-menu-sync-hint h3{color:var(--text);margin-bottom:.35rem}.img-preview-wrap{margin-top:.35rem}.img-preview{max-width:160px;max-height:100px;border-radius:10px;border:1px solid var(--border);object-fit:cover}.product-images-fieldset{margin-top:.5rem}.product-admin-sync-card h3{margin-bottom:.35rem}.product-catalog-meta-collapsible summary{cursor:pointer;font-weight:700;color:var(--text);list-style:none}.product-catalog-meta-collapsible summary::-webkit-details-marker{display:none}.product-catalog-meta-body{margin-top:.85rem;display:flex;flex-direction:column;gap:.85rem}.product-admin-toolbar{display:flex;flex-direction:column;gap:.85rem;padding:1rem 1.1rem!important}.product-admin-toolbar-top{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-admin-search{flex:1 1 220px;margin:0}.product-admin-search input{width:100%;margin-top:0!important}.product-admin-count{font-size:.85rem;white-space:nowrap}.product-admin-section-pills{display:flex;flex-wrap:wrap;gap:.45rem}.product-section-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);color:var(--text-muted);font:inherit;font-size:.82rem;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.product-section-pill:hover{border-color:rgba(245,213,71,.25);color:var(--text)}.product-section-pill.active{background:rgba(245,213,71,.12);border-color:rgba(245,213,71,.35);color:var(--gold-bright)}.product-section-pill-count{min-width:1.25rem;padding:.05rem .35rem;border-radius:999px;background:rgba(0,0,0,.35);font-size:.72rem;text-align:center}.product-admin-list{display:flex;flex-direction:column;gap:.75rem}.product-admin-empty{text-align:center;padding:1.5rem}.product-editor-head-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:0}.product-editor-head-row .product-editor-head{flex:1 1 280px}.product-editor-head-main{display:flex;align-items:flex-start;gap:.65rem;text-align:start}.product-editor-icon{font-size:1.35rem;line-height:1.2}.product-editor-head-text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.product-editor-head-text strong{font-size:.98rem}.product-editor-badges{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.15rem}.product-badge{display:inline-block;padding:.12rem .45rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.01em}.product-badge-section{background:rgba(88,101,242,.18);color:#aeb4ff;border:1px solid rgba(88,101,242,.25)}.product-badge-ok{background:rgba(46,204,113,.12);color:#7ddea8;border:1px solid rgba(46,204,113,.22)}.product-badge-gold{background:rgba(245,213,71,.12);color:var(--gold-bright);border:1px solid rgba(245,213,71,.28)}.product-badge-warn{background:rgba(241,196,15,.12);color:#f5d76e;border:1px solid rgba(241,196,15,.25)}.product-badge-danger{background:rgba(231,76,60,.14);color:#ff9a8f;border:1px solid rgba(231,76,60,.28)}.product-badge-muted{background:hsla(0,0%,100%,.06);color:var(--text-muted);border:1px solid hsla(0,0%,100%,.1)}.product-editor-chevron{opacity:.65;font-size:.8rem}.product-editor-quick-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;padding:.65rem .85rem;-webkit-border-start:1px solid hsla(0,0%,100%,.07);border-inline-start:1px solid hsla(0,0%,100%,.07);background:rgba(0,0,0,.12)}.product-quick-toggle{display:inline-flex;align-items:center;gap:.3rem;margin:0;font-size:.78rem;font-weight:600;color:var(--text-muted);cursor:pointer;white-space:nowrap}.product-quick-toggle input{margin:0;width:auto}.product-oos-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.38rem .7rem;border-radius:999px;border:1px solid rgba(231,76,60,.35);background:rgba(231,76,60,.08);color:#ff9a8f;font:inherit;font-size:.78rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,transform .1s}.product-oos-toggle:hover{background:rgba(231,76,60,.16);border-color:rgba(231,76,60,.5)}.product-oos-toggle.active{background:rgba(231,76,60,.22);border-color:rgba(231,76,60,.65);color:#ffc4bc;box-shadow:0 0 0 1px rgba(231,76,60,.15)}.product-editor-card.is-oos{border-color:rgba(231,76,60,.22)}.product-editor-tabs{display:flex;flex-wrap:wrap;gap:.35rem;padding-bottom:.35rem;border-bottom:1px solid hsla(0,0%,100%,.07)}.product-editor-tab{padding:.42rem .75rem;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--text-muted);font:inherit;font-size:.8rem;font-weight:600;cursor:pointer}.product-editor-tab:hover{background:hsla(0,0%,100%,.04);color:var(--text)}.product-editor-tab.active{background:rgba(245,213,71,.1);border-color:rgba(245,213,71,.25);color:var(--gold-bright)}.product-editor-tab-panel{display:flex;flex-direction:column;gap:.85rem}.product-editor-footer{padding-top:.5rem;border-top:1px solid hsla(0,0%,100%,.06)}.product-delete-btn{color:#ff9a8f!important;border-color:rgba(231,76,60,.35)!important}.product-oos-panel{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem;padding:.85rem 1rem;border-radius:14px;background:rgba(231,76,60,.08);border:1px solid rgba(231,76,60,.2)}.product-oos-panel-copy strong{display:block;margin-bottom:.25rem}.product-oos-toggle-lg{font-size:.88rem;padding:.55rem 1rem}.product-field-hint{font-size:.82rem;line-height:1.55;margin-bottom:.5rem}.product-gallery-title{font-weight:700;margin:1rem 0 .5rem;font-size:.9rem}.product-advanced-gap{margin-top:.75rem}.product-apply-bar{position:-webkit-sticky;position:sticky;bottom:.75rem;z-index:20;margin-top:1rem;padding:0!important;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);background:linear-gradient(165deg,rgba(14,18,34,.98),rgba(8,10,20,.98));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 -8px 40px rgba(0,0,0,.35)}.product-apply-bar.dirty{border-color:rgba(245,213,71,.35);box-shadow:0 -8px 40px rgba(245,213,71,.08),0 12px 40px rgba(0,0,0,.35)}.product-apply-bar.synced{border-color:rgba(46,204,113,.25)}.product-apply-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 1.15rem}.product-apply-bar-copy{flex:1 1 240px;min-width:0}.product-apply-bar-copy strong{display:block;margin-bottom:.25rem}.product-apply-bar-copy p{margin:0;font-size:.84rem;line-height:1.5}.product-apply-btn{flex-shrink:0;min-width:200px}.product-apply-feedback{margin-top:.45rem!important;margin-bottom:0!important;font-size:.84rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:720px){.product-editor-quick-actions{width:100%;-webkit-border-start:none;border-inline-start:none;border-top:1px solid hsla(0,0%,100%,.07);justify-content:flex-start}.product-editor-head-row{flex-direction:column}}.product-card-cover{margin:-.25rem 0 .5rem;border-radius:14px;overflow:hidden;max-height:140px;cursor:pointer}.product-card-cover img{width:100%;height:140px;object-fit:cover;transition:transform .3s}.product-card-cover:hover img{transform:scale(1.03)}.product-gallery-btn{width:100%}.product-modal-backdrop{position:fixed;inset:0;z-index:200;background:rgba(4,6,13,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.product-modal{width:min(640px,100%);max-height:90vh;overflow-y:auto;padding:1.5rem;position:relative}.product-modal-close{position:absolute;top:1rem;inset-inline-end:1rem;background:hsla(0,0%,100%,.08);border:1px solid var(--border);color:var(--text);width:36px;height:36px;border-radius:10px;cursor:pointer;font-size:1rem}.product-modal-cover{margin:-1.5rem -1.5rem 1rem;max-height:200px;overflow:hidden}.product-modal-cover img{width:100%;height:200px;object-fit:cover}.product-modal-head{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem}.product-modal-icon{font-size:2.5rem}.product-modal-head h2{font-size:1.35rem;font-weight:900;margin:.25rem 0}.product-modal-desc{color:var(--muted);line-height:1.7;margin-bottom:1rem}.product-modal-features{list-style:none;padding:0;margin:0 0 1.25rem}.product-modal-features li{display:flex;gap:.5rem;padding:.35rem 0;font-size:.9rem;color:var(--muted)}.product-modal-gallery h3{font-size:.95rem;margin-bottom:.75rem}.product-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:.65rem;gap:.65rem;margin-bottom:1.25rem}.product-gallery-item{border-radius:12px;overflow:hidden;border:1px solid var(--border);aspect-ratio:16/10}.product-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.product-gallery-item:hover img{transform:scale(1.05)}.product-modal-foot{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:1rem;border-top:1px solid var(--border)}.product-modal-actions{display:flex;gap:.5rem;flex-wrap:wrap}@keyframes btn-shine{0%{left:-100%}to{left:200%}}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.btn-shine{position:relative;overflow:hidden}.btn-shine:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.25),transparent);animation:btn-shine 3s ease-in-out infinite}.site-header-luxury{border-bottom:1px solid rgba(245,213,71,.12);box-shadow:0 4px 32px rgba(0,0,0,.25)}.site-header-luxury:after{content:"";position:absolute;bottom:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(245,213,71,.5),transparent)}.site-footer-luxury:before{content:"";display:block;height:1px;margin-bottom:3rem;background:linear-gradient(90deg,transparent,rgba(245,213,71,.35),rgba(88,101,242,.35),transparent)}.hero-luxury{position:relative}.hero-luxury-rays{position:absolute;top:0;left:50%;transform:translateX(-50%);width:120%;height:400px;background:radial-gradient(ellipse 50% 80% at 50% 0,rgba(245,213,71,.08),transparent 70%);pointer-events:none}.hero-badge-luxury{position:relative;overflow:hidden}.hero-badge-shine{position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,hsla(0,0%,100%,.12) 50%,transparent 60%);animation:btn-shine 4s ease-in-out infinite}.hero-stats-luxury .hero-stat{border:1px solid rgba(245,213,71,.15);transition:transform .25s,border-color .25s}.hero-stats-luxury .hero-stat:hover{transform:translateY(-3px);border-color:rgba(245,213,71,.35)}.hero-banner-wrap{position:relative;border-radius:var(--radius);padding:2px;background:var(--luxury-border)}.hero-banner-wrap .hero-banner{border:none;display:block}.hero-showcase-luxury{position:relative;padding:3.5rem 2rem}.hero-showcase-ring-1{animation:spin-slow 25s linear infinite}.hero-showcase-ring-2{animation:spin-slow 35s linear infinite reverse;inset:-40%;opacity:.5}.hero-showcase-ring-3{animation:spin-slow 45s linear infinite;inset:-60%;opacity:.3;border-color:rgba(245,213,71,.12)}.hero-showcase-glow{width:120px;height:120px;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(245,213,71,.2),transparent 70%);animation:hero-pulse 4s ease-in-out infinite}.hero-showcase-glow,.trust-bar-fade{position:absolute;pointer-events:none}.trust-bar-fade{top:0;bottom:0;width:80px;z-index:2}.trust-bar-fade-start{inset-inline-start:0;background:linear-gradient(to right,var(--bg),transparent)}.trust-bar-fade-end{inset-inline-end:0;background:linear-gradient(to left,var(--bg),transparent)}.trust-pill{border-color:rgba(245,213,71,.12)}.trust-pill:nth-child(odd){border-color:rgba(88,101,242,.2)}.feature-grid-luxury .feature-card-luxury{animation:fade-up .5s ease backwards}.feature-card-luxury:hover .feature-icon{background:rgba(245,213,71,.12);border-color:rgba(245,213,71,.3);transform:scale(1.05);transition:transform .25s,background .25s}.section-luxury{position:relative}.luxury-plan-card{position:relative;padding:2rem 1.75rem;border-radius:22px;background:linear-gradient(160deg,rgba(14,20,40,.95),rgba(8,10,20,.98));border:1px solid hsla(0,0%,100%,.08);overflow:hidden;transition:transform .3s,box-shadow .3s}.luxury-plan-glow{position:absolute;top:-50%;left:50%;transform:translateX(-50%);width:200px;height:200px;background:radial-gradient(circle,rgba(88,101,242,.15),transparent 70%);pointer-events:none}.luxury-plan-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.luxury-plan-card-popular{border-color:rgba(245,213,71,.45);box-shadow:0 0 64px rgba(245,213,71,.12)}.luxury-plan-card-popular .luxury-plan-glow{background:radial-gradient(circle,rgba(245,213,71,.2),transparent 70%)}.luxury-plan-ribbon{position:absolute;top:1.25rem;inset-inline-end:-2rem;transform:rotate(45deg);background:var(--gradient-gold);color:#0a0800;font-size:.65rem;font-weight:900;padding:.3rem 2.5rem;letter-spacing:.05em}.luxury-plan-badge{font-size:2.75rem;margin-bottom:.5rem}.luxury-plan-name{font-size:1.5rem;font-weight:900;margin-bottom:.35rem}.luxury-plan-desc{color:var(--muted);font-size:.9rem;margin-bottom:1rem}.luxury-plan-price{margin-bottom:1.25rem}.luxury-plan-amount{font-size:2.5rem;font-weight:900;color:var(--gold-bright);line-height:1}.luxury-plan-currency{color:var(--muted);-webkit-margin-start:.25rem;margin-inline-start:.25rem;font-size:.95rem}.luxury-plan-period{color:var(--muted);font-size:.9rem}.luxury-plan-features{list-style:none;margin:0 0 1.5rem;padding:0}.luxury-plan-features li{display:flex;gap:.55rem;align-items:flex-start;padding:.4rem 0;font-size:.9rem;color:var(--muted);border-bottom:1px solid hsla(0,0%,100%,.04)}.luxury-plan-check{color:var(--success);font-weight:800;flex-shrink:0}.pricing-grid-luxury{max-width:880px}.customer-portal{background:radial-gradient(ellipse 50% 30% at 50% 0,rgba(88,101,242,.08),transparent),var(--bg)}.customer-portal-head h1{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.customer-steps{border:1px solid rgba(245,213,71,.15)}.auth-card,.dash-card{border:1px solid hsla(0,0%,100%,.08);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass)}.owner-control-overview{display:flex;flex-direction:column;gap:1.25rem}.owner-intro h2{margin:0 0 .5rem;font-size:1.15rem}.owner-section-title{margin:.5rem 0 0;font-size:.95rem;color:var(--gold-bright)}.owner-panel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem}.owner-panel-card{padding:1rem;display:flex;flex-direction:column;gap:.35rem}.owner-panel-icon{font-size:1.5rem}.owner-panel-card p{margin:0;font-size:.8rem;color:var(--muted)}.owner-control-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:.75rem;gap:.75rem}.owner-control-card{padding:1rem}.owner-control-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.owner-control-head strong{flex:1 1;font-size:.9rem}.owner-control-desc{margin:0 0 .5rem;font-size:.8rem;color:var(--muted)}.owner-control-fields{margin:0;-webkit-padding-start:1.1rem;padding-inline-start:1.1rem;font-size:.78rem;color:var(--text-secondary)}.owner-control-fields li{margin-bottom:.2rem}.owner-script-note h3{margin:0 0 .5rem;font-size:.95rem}.owner-script-note ul{margin:0;-webkit-padding-start:1.25rem;padding-inline-start:1.25rem;font-size:.85rem}.editor-hint{margin-bottom:1rem;padding:.75rem 1rem;background:rgba(245,213,71,.06);border:1px solid rgba(245,213,71,.15);border-radius:10px;font-size:.85rem}.contact-modes-title{margin:1.5rem 0 .35rem;font-size:1.05rem;font-weight:800}.contact-modes-sub{margin-bottom:1rem}.contact-modes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.contact-mode-card{padding:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.65rem}.contact-mode-icon{font-size:2rem}.contact-mode-discord{border-color:rgba(88,101,242,.35)}.contact-mode-website{border-color:rgba(245,213,71,.35)}.ticket-group-label{margin:1.25rem 0 .75rem;font-size:.95rem;color:var(--gold-bright)}.ticket-card-top,.ticket-group-grid{margin-bottom:.5rem}.ticket-card-top{display:flex;justify-content:space-between;align-items:flex-start}.ticket-channel-badge{font-size:.65rem;font-weight:800;padding:.2rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.ticket-channel-discord{background:rgba(88,101,242,.2);color:#c7d2fe}.ticket-channel-website{background:rgba(245,213,71,.15);color:var(--gold-bright)}.ticket-card-discord{border-top:3px solid rgba(88,101,242,.5)}.ticket-card-website{border-top:3px solid rgba(245,213,71,.5)}.contact-form-card{position:relative;max-width:480px;width:100%;margin:0 auto}.contact-modal-wrap{width:100%;max-width:520px;padding:0 1rem}.contact-modal-wrap .contact-form-card{max-width:none;max-height:90vh;overflow-y:auto;padding:1.5rem 1.35rem 1.35rem;box-shadow:0 24px 64px rgba(0,0,0,.55)}.contact-modal-wrap .auth-form textarea{min-height:8.5rem;font-size:.95rem}.contact-modal-wrap .plan-picker-compact{margin-bottom:.25rem}.contact-form-close{position:absolute;top:.75rem;inset-inline-end:.75rem;background:transparent;border:none;color:var(--muted);cursor:pointer;font-size:1.1rem}.contact-form-product-tag{font-size:.78rem;padding:.2rem .55rem;border-radius:8px;background:rgba(245,213,71,.1);color:var(--gold-bright)}.contact-admin-list{display:flex;flex-direction:column;gap:.75rem}.contact-admin-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.contact-status{font-size:.7rem;text-transform:uppercase;font-weight:800;padding:.15rem .45rem;border-radius:6px}.contact-status-open{background:rgba(245,213,71,.15);color:var(--gold-bright)}.contact-status-replied{background:rgba(34,197,94,.15);color:#86efac}.contact-status-closed{background:hsla(0,0%,100%,.08);color:var(--muted)}.store-section{position:relative;overflow:hidden}.store-section-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 50% 0,rgba(245,213,71,.07),transparent 60%);pointer-events:none}.store-block{margin-bottom:3rem}.store-block-title{display:flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:800;margin-bottom:1.25rem;color:var(--gold-bright)}.store-plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem}.store-plan-card{position:relative;padding:1.75rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);transition:transform .25s,border-color .25s}.store-plan-card:hover{transform:translateY(-4px);border-color:rgba(245,213,71,.35)}.store-plan-card-featured{border-color:rgba(245,213,71,.45);box-shadow:0 0 40px rgba(245,213,71,.12)}.store-bot-glow,.store-plan-glow{position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 50% 0,rgba(245,213,71,.08),transparent 55%);pointer-events:none}.store-plan-ribbon{position:absolute;top:1rem;left:1rem;font-size:.7rem;font-weight:800;padding:.25rem .6rem;border-radius:999px;background:var(--gradient-gold);color:#0a0800}.store-plan-icon{font-size:2rem;margin-bottom:.5rem}.store-plan-tag{color:var(--muted);font-size:.9rem;margin:.5rem 0 1rem}.store-plan-amount{font-size:2.25rem;font-weight:900;color:var(--gold-bright)}.store-plan-currency{-webkit-margin-start:.35rem;margin-inline-start:.35rem;font-weight:700}.store-plan-price small{display:block;color:var(--muted);font-size:.8rem}.store-plan-features{list-style:none;margin:0 0 1.25rem;padding:0}.store-plan-features li{display:flex;gap:.5rem;font-size:.88rem;padding:.35rem 0;color:var(--muted)}.store-plan-features li span{color:var(--gold);font-weight:800}.store-bots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.store-bot-card{position:relative;padding:1.35rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-card);display:flex;flex-direction:column;gap:.65rem}.store-bot-card:hover{border-color:var(--border-glow);transform:translateY(-2px)}.store-bot-head{display:flex;gap:.75rem;align-items:flex-start}.store-bot-icon{font-size:1.75rem}.store-bot-icon.lg{font-size:2.5rem}.store-bot-cat{font-size:.72rem;color:var(--gold);font-weight:700;text-transform:uppercase}.store-bot-desc{color:var(--muted);font-size:.88rem;flex:1 1}.store-bot-chips{display:flex;flex-wrap:wrap;gap:.35rem}.store-bot-chips span{font-size:.72rem;padding:.2rem .5rem;border-radius:999px;background:hsla(0,0%,100%,.05);border:1px solid var(--border)}.store-bot-foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-top:auto}.store-bot-price{font-weight:800;color:var(--gold-bright)}.store-bot-actions{display:flex;gap:.4rem}.store-cta-strip{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1.25rem 1.5rem;margin-top:1rem;border:1px solid rgba(245,213,71,.2)}.store-detail-head{display:flex;gap:1rem;margin-bottom:1rem}.store-detail-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.25rem;flex-wrap:wrap}.auth-wrap-luxury{background:radial-gradient(ellipse at 50% 0,rgba(88,101,242,.12),transparent 55%)}.auth-card-luxury{width:min(440px,100%);border:1px solid rgba(245,213,71,.2);box-shadow:0 24px 80px rgba(0,0,0,.5);padding:2rem 1.75rem}.auth-luxury-badge{font-size:.75rem;font-weight:800;color:var(--gold);margin-bottom:.75rem}.auth-subtitle{font-size:.9rem}.auth-main-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;margin:1.25rem 0 1rem;padding:.35rem;border-radius:12px;background:rgba(0,0,0,.25);border:1px solid var(--border)}.auth-main-tab{padding:.65rem;border:none;border-radius:9px;background:transparent;color:var(--muted);font-weight:700;cursor:pointer;font-family:inherit}.auth-main-tab.active{background:var(--gradient-gold);color:#0a0800}.support-actions-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.support-action-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;text-align:start;cursor:pointer;border:1px solid var(--border);color:inherit;width:100%;font:inherit}.support-action-icon{font-size:1.75rem}.support-tickets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.support-card{display:flex;flex-direction:column;padding:1.25rem;min-height:180px}.support-card-diamond{border-color:rgba(245,213,71,.35)}.support-card-icon{font-size:2rem;margin-bottom:.5rem}.website-tickets-hero{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap;padding:1.5rem 1.75rem;margin-top:.5rem;border:1px solid rgba(245,213,71,.2)}.website-ticket-card{cursor:pointer;text-align:start;width:100%;border:none;background:var(--bg-card);transition:transform .2s,border-color .2s}.website-tickets-two{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));max-width:720px;margin-inline:auto}.website-ticket-card:hover{transform:translateY(-3px);border-color:rgba(245,213,71,.35)}.customer-ticket-row{margin-bottom:.75rem;padding:1rem 1.1rem}.customer-ticket-head{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start;margin-bottom:.5rem}.customer-ticket-msg{font-size:.9rem;margin-bottom:.5rem;white-space:pre-wrap}.customer-ticket-reply{background:rgba(87,242,135,.08);border:1px solid rgba(87,242,135,.2);border-radius:var(--radius-sm);padding:.65rem .85rem;margin:.5rem 0;font-size:.88rem}.customer-tickets-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;padding:1rem 1.1rem;margin-bottom:.5rem}.customer-tickets-layout{display:grid;grid-template-columns:minmax(220px,300px) 1fr;grid-gap:.85rem;gap:.85rem;align-items:start}@media (max-width:860px){.customer-tickets-layout{grid-template-columns:1fr}}.customer-tickets-list{display:flex;flex-direction:column;gap:.5rem}.customer-ticket-select{width:100%;text-align:start;cursor:pointer;border:1px solid transparent;transition:border-color .15s ease}.customer-ticket-select.active{border-color:rgba(245,213,71,.45);box-shadow:0 0 0 1px rgba(245,213,71,.15)}.customer-ticket-subject{margin:.35rem 0;font-size:.88rem;color:var(--text-muted,#a8b0c0)}.customer-ticket-detail{padding:1rem 1.1rem;min-height:280px}.customer-ticket-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.customer-ticket-reply-box{margin-top:.85rem;padding-top:.85rem;border-top:1px solid hsla(0,0%,100%,.08)}.ticket-thread{display:flex;flex-direction:column;gap:.65rem;max-height:360px;overflow-y:auto;padding:.25rem 0}.ticket-thread-compact{max-height:280px}.ticket-thread-loading{font-size:.85rem;margin:.5rem 0}.ticket-thread-title{margin:.75rem 0 .35rem;font-size:.9rem}.ticket-bubble{border-radius:10px;padding:.65rem .8rem;max-width:92%}.ticket-bubble-customer{align-self:flex-end;background:rgba(88,101,242,.14);border:1px solid rgba(88,101,242,.25)}.ticket-bubble-owner{align-self:flex-start;background:rgba(87,242,135,.1);border:1px solid rgba(87,242,135,.22)}.ticket-bubble-head{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem;margin-bottom:.35rem}.ticket-bubble-body{margin:0;white-space:pre-wrap;font-size:.9rem;line-height:1.5}.ticket-status{font-size:.75rem;padding:.2rem .55rem;border-radius:999px;background:rgba(88,101,242,.15);color:var(--text);white-space:nowrap}.ticket-status-replied{background:rgba(87,242,135,.15)}.ticket-status-closed{background:rgba(139,156,184,.15)}.phone-verify-banner{margin-bottom:1.25rem;padding:.85rem 1rem;border-color:rgba(245,213,71,.25)}.phone-verify-banner a{color:var(--gold-bright);font-weight:700}.receipt-guest{text-align:center}.receipt-summary{padding:.85rem 1rem;margin-bottom:1rem}.lang-toggle{min-width:2.5rem}.luxury-section-head{text-align:center;margin-bottom:2rem}.section-kicker{display:inline-block;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-bright);margin-bottom:.5rem}.buy-guide-section,.store-highlights{padding:3.5rem 0}.store-highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem;align-items:stretch}.plan-lux-card{position:relative;padding:1.5rem 1.4rem 1.35rem;display:flex;flex-direction:column;gap:.75rem;overflow:hidden}.plan-lux-featured{border-color:rgba(245,213,71,.45);box-shadow:0 0 40px rgba(245,213,71,.12);transform:translateY(-4px)}.plan-lux-ribbon{position:absolute;top:.85rem;inset-inline-end:.85rem;background:var(--gradient-gold);color:#1a1200;font-size:.72rem;font-weight:800;padding:.25rem .55rem;border-radius:999px}.plan-lux-badge{font-size:1.75rem}.plan-lux-price{font-size:2rem;font-weight:900;color:var(--gold-bright);line-height:1.1}.plan-lux-price span{font-size:.95rem;color:var(--muted);font-weight:700}.plan-lux-list{list-style:none;display:grid;grid-gap:.4rem;gap:.4rem;margin:.35rem 0 .75rem;flex:1 1;font-size:.92rem}.store-trust-row{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center;margin-top:1.75rem;color:var(--muted);font-weight:700;font-size:.9rem}.buy-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:1rem;gap:1rem}.buy-guide-card{padding:1.15rem 1rem;text-align:center}.buy-guide-num{width:2.2rem;height:2.2rem;margin:0 auto .65rem;border-radius:50%;display:grid;place-items:center;font-weight:900;background:var(--gradient-gold);color:#1a1200}.buy-guide-card h3{font-size:1rem;margin-bottom:.35rem}.buy-guide-card p{color:var(--muted);font-size:.86rem}.buy-guide-cta{text-align:center;margin-top:1.75rem}.owner-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:.85rem;gap:.85rem;margin-bottom:1.25rem}.owner-stat-card{text-align:center;padding:1rem .75rem}.owner-stat-card span{font-size:1.35rem;display:block}.owner-stat-card strong{font-size:1.6rem;display:block;color:var(--gold-bright)}.owner-stat-card p{color:var(--muted);font-size:.82rem;margin:0}.owner-visit-section{margin-bottom:1.25rem;border-color:rgba(88,166,255,.35);background:linear-gradient(135deg,rgba(88,166,255,.08),rgba(245,213,71,.05))}.owner-visit-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.35rem}.owner-visit-head h2{margin:0;font-size:1.15rem}.owner-visit-live{font-size:.78rem;color:#6ee7a0;font-weight:600}.owner-visit-note{font-size:.84rem;margin:0 0 .85rem}.owner-visit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.owner-visit-card{text-align:center;padding:.85rem .5rem;border-radius:12px;background:rgba(0,0,0,.22);border:1px solid hsla(0,0%,100%,.06)}.owner-visit-card-today{border-color:rgba(245,213,71,.35);background:rgba(245,213,71,.06)}.owner-visit-card span{font-size:1.35rem;display:block}.owner-visit-card strong{font-size:1.55rem;display:block;color:var(--gold-bright);margin:.15rem 0}.owner-visit-card p{color:var(--muted);font-size:.78rem;margin:0;line-height:1.35}@media (max-width:900px){.owner-visit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.owner-restart-grid{display:grid;grid-gap:.75rem;gap:.75rem}.owner-restart-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;border-radius:var(--radius-sm);background:hsla(0,0%,100%,.03);border:1px solid var(--border)}.owner-restart-row code{display:block;font-size:.78rem;color:var(--muted);margin-top:.2rem}.owner-control-list{list-style:none;display:grid;grid-gap:.45rem;gap:.45rem;margin-top:.75rem}.owner-control-list li{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:space-between;font-size:.88rem;padding:.45rem 0;border-bottom:1px solid hsla(0,0%,100%,.05)}.branding-settings-block{margin:.75rem 0 1rem;padding:1rem 1.1rem;border-radius:14px;border:1px solid rgba(245,213,71,.15);background:rgba(8,12,24,.45);display:grid;grid-gap:.55rem;gap:.55rem}.branding-settings-block h4{margin:0;font-size:.95rem;color:var(--gold-bright)}.branding-check{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:.55rem;font-weight:600;color:var(--text)!important;cursor:pointer}.branding-check input[type=checkbox]{width:1.05rem!important;height:1.05rem;margin-top:.15rem;accent-color:var(--gold);flex-shrink:0}.protection-panel .protection-presets-block{margin-top:.5rem}.protection-preset-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:.65rem;gap:.65rem}.protection-preset-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.75rem .85rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.2);color:var(--text);text-align:start;cursor:pointer;transition:border-color .15s,background .15s}.protection-preset-card span{font-size:.78rem;color:var(--text-muted);line-height:1.35}.protection-preset-card.active{border-color:rgba(212,175,55,.65);background:rgba(212,175,55,.08)}.protection-preset-fortress{border-color:rgba(185,242,255,.35);background:linear-gradient(145deg,rgba(88,101,242,.12),rgba(212,175,55,.1))}.protection-preset-fortress.active{border-color:rgba(185,242,255,.75);box-shadow:0 0 20px rgba(88,101,242,.25)}.protection-advanced-block{grid-column:1/-1;border:1px solid rgba(212,175,55,.25);background:linear-gradient(180deg,rgba(212,175,55,.04),transparent)}.protection-sections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:.85rem;gap:.85rem}.protection-discord-note{margin-top:.25rem;padding:.65rem .75rem;border-radius:8px;background:rgba(88,101,242,.08);border:1px solid rgba(88,101,242,.2)}.branding-check-danger{border:1px solid rgba(237,66,69,.35);border-radius:var(--radius-sm);padding:.55rem .65rem;background:rgba(237,66,69,.08)}.upgrade-plan-card{margin-bottom:1rem;padding:1.15rem 1.2rem}.bot-online-pill{display:inline-block;margin-top:.35rem;font-size:.78rem;font-weight:700;padding:.15rem .5rem;border-radius:999px}.bot-online-pill.is-online{background:rgba(87,242,135,.15);color:#57f287}.bot-online-pill.is-offline{background:rgba(237,66,69,.12);color:#ed4245}.purchase-revoked-row{opacity:.85;border-color:rgba(237,66,69,.25)!important;background:rgba(237,66,69,.06)}@media (max-width:768px){.header-actions .header-add-bot{display:none}.store-cta-strip{flex-direction:column;text-align:center}.plan-lux-featured{transform:none}.owner-restart-row{flex-direction:column;align-items:stretch}}.whop-checkout-backdrop{position:fixed;inset:0;z-index:1200;background:rgba(2,4,10,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:fade-up .25s ease}.whop-checkout-modal{width:min(1080px,100%);max-height:min(92vh,920px);overflow:auto;padding:0;border:1px solid rgba(245,213,71,.22);box-shadow:0 32px 100px rgba(0,0,0,.65),0 0 80px rgba(245,213,71,.08)}.whop-checkout-layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1.1fr);min-height:520px}.whop-checkout-summary{padding:2rem 1.75rem;background:linear-gradient(160deg,rgba(26,31,58,.95),rgba(12,18,36,.98) 55%,rgba(26,21,8,.9));-webkit-border-end:1px solid var(--border);border-inline-end:1px solid var(--border);display:flex;flex-direction:column;gap:.85rem}.whop-checkout-kicker{font-size:.82rem;font-weight:700;color:var(--gold-bright);letter-spacing:.04em}.whop-checkout-product-head{display:flex;gap:.85rem;align-items:flex-start}.whop-checkout-icon{font-size:2.4rem;line-height:1}.whop-checkout-brand{display:block;font-size:.78rem;color:var(--muted);margin-bottom:.2rem}.whop-checkout-summary h2{font-size:1.45rem;font-weight:900;line-height:1.25}.whop-checkout-price-box{display:flex;align-items:baseline;gap:.35rem;margin-top:.25rem}.whop-checkout-price{font-size:2rem;font-weight:900;color:var(--gold-bright)}.whop-checkout-period{color:var(--muted);font-size:.95rem}.whop-checkout-features{list-style:none;display:grid;grid-gap:.45rem;gap:.45rem;margin-top:.35rem}.whop-checkout-features li{display:flex;gap:.45rem;align-items:flex-start;font-size:.9rem;color:var(--text)}.whop-checkout-email-hint,.whop-checkout-login-hint{font-size:.85rem;padding:.65rem .75rem;border-radius:var(--radius-sm);background:hsla(0,0%,100%,.04);border:1px solid var(--border)}.whop-pay-card-active{outline:2px solid rgba(245,213,71,.55);box-shadow:0 0 30px rgba(245,213,71,.15)}.whop-pay-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.whop-checkout-discount-box{margin-top:.5rem;padding:.85rem;border-radius:var(--radius-sm);border:1px solid rgba(245,213,71,.2);background:rgba(245,213,71,.05)}.whop-checkout-discount-label{display:block;font-weight:700;font-size:.88rem;margin-bottom:.45rem}.whop-checkout-discount-row{display:flex;gap:.5rem}.whop-checkout-discount-input{flex:1 1;padding:.55rem .75rem;border-radius:var(--radius-sm);border:1px solid hsla(0,0%,100%,.12);background:rgba(4,8,18,.95)!important;color:var(--text)!important;font-weight:700;letter-spacing:.06em;color-scheme:dark}.whop-checkout-discount-input:focus{outline:2px solid rgba(245,213,71,.25);border-color:rgba(245,213,71,.4);background:rgba(8,14,28,.98)!important}.whop-checkout-discount-input:-webkit-autofill,.whop-checkout-discount-input:-webkit-autofill:focus,.whop-checkout-discount-input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px #060a14!important;-webkit-text-fill-color:#f4f7ff!important;caret-color:#f4f7ff}.whop-checkout-price-old{text-decoration:line-through;color:var(--muted);font-size:1rem;-webkit-margin-end:.35rem;margin-inline-end:.35rem}.discount-code-card{margin-bottom:1rem;padding:1.1rem}.discount-code-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.75rem;gap:.75rem}.discount-code-grid label{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600}.discount-code-grid input,.discount-code-grid select{padding:.5rem .65rem;border-radius:var(--radius-sm);border:1px solid hsla(0,0%,100%,.12);background:rgba(4,8,18,.95)!important;color:var(--text)!important;color-scheme:dark}.discount-code-grid input:focus,.discount-code-grid select:focus{outline:2px solid rgba(245,213,71,.25);border-color:rgba(245,213,71,.4);background:rgba(8,14,28,.98)!important}.discount-code-grid input:-webkit-autofill,.discount-code-grid input:-webkit-autofill:focus,.discount-code-grid input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px #060a14!important;-webkit-text-fill-color:#f4f7ff!important;caret-color:#f4f7ff}.site-editor-form input,.site-editor-form select,.site-editor-form textarea{padding:.75rem 1rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:rgba(4,8,18,.95)!important;color:var(--text)!important;font:inherit;width:100%;box-sizing:border-box;color-scheme:dark}.site-editor-form input:focus,.site-editor-form select:focus,.site-editor-form textarea:focus{outline:2px solid rgba(245,213,71,.25);border-color:rgba(245,213,71,.4);background:rgba(8,14,28,.98)!important}.auth-form input:-webkit-autofill,.auth-form input:-webkit-autofill:focus,.auth-form input:-webkit-autofill:hover,.site-editor-form input:-webkit-autofill,.site-editor-form input:-webkit-autofill:focus,.site-editor-form input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px #060a14!important;-webkit-text-fill-color:#f4f7ff!important;caret-color:#f4f7ff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.auth-form input:focus,.auth-form select:focus,.auth-form textarea:focus{outline:2px solid rgba(245,213,71,.25);border-color:rgba(245,213,71,.4);background:rgba(8,14,28,.98)!important}.auth-form input,.auth-form select,.auth-form textarea{background:linear-gradient(180deg,rgba(10,16,32,.96),rgba(5,8,18,.98))!important;color:var(--text)!important;color-scheme:dark;border:1px solid hsla(0,0%,100%,.1)}.auth-form label,.auth-input,.auth-label,.branding-form label,.customer-portal label:not(.branding-check),.podcast-dm-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--muted)}.auth-input,.auth-label input,.auth-label select,.auth-label textarea,.gift-redeem-input,.luxury-field,.store-ai-input,.whop-checkout-discount-input{padding:.85rem 1.1rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:linear-gradient(180deg,rgba(10,16,32,.96),rgba(5,8,18,.98))!important;color:var(--text)!important;font:inherit;width:100%;box-sizing:border-box;color-scheme:dark;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 4px 18px rgba(0,0,0,.22);transition:border-color .2s,box-shadow .2s,background .2s}.auth-input::placeholder,.gift-redeem-input::placeholder,.luxury-field::placeholder,.store-ai-input::placeholder{color:rgba(139,156,184,.65)}.auth-input:focus,.auth-label input:focus,.auth-label textarea:focus,.gift-redeem-input:focus,.luxury-field:focus,.store-ai-input:focus{outline:none;border-color:rgba(245,213,71,.45);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.05),0 0 0 3px rgba(245,213,71,.12),0 8px 24px rgba(0,0,0,.28);background:rgba(8,14,28,.98)!important}.auth-input:-webkit-autofill,.auth-label input:-webkit-autofill,.gift-redeem-input:-webkit-autofill,.luxury-field:-webkit-autofill,.store-ai-input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #060a14!important;-webkit-text-fill-color:#f4f7ff!important;caret-color:#f4f7ff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.podcast-dm-form{padding:1.15rem 1.25rem}.podcast-dm-form h3{font-weight:800;color:var(--text)}.podcast-dm-form textarea{min-height:9rem;line-height:1.65}.podcast-checklist{margin-bottom:1rem;padding:.85rem 1rem;border-radius:var(--radius-sm);background:rgba(245,213,71,.08);border:1px solid rgba(245,213,71,.22);font-size:.84rem;line-height:1.55}.podcast-checklist strong{display:block;margin-bottom:.45rem;color:var(--gold-bright)}.podcast-checklist ol{margin:0;-webkit-padding-start:1.25rem;padding-inline-start:1.25rem;color:var(--muted)}.podcast-checklist li{margin-bottom:.25rem}.podcast-error-banner{color:#ed4245;background:rgba(237,66,69,.1);border:1px solid rgba(237,66,69,.35);border-radius:8px;padding:.5rem .65rem;font-size:.82rem;line-height:1.45}.podcast-after-invite{color:rgba(245,213,71,.92)!important;background:rgba(88,101,242,.08);border:1px solid rgba(88,101,242,.2);border-radius:8px;padding:.55rem .7rem}.branding-form .field-hint,.podcast-dm-form .field-hint{font-size:.78rem;color:rgba(139,156,184,.9);line-height:1.45;font-weight:500}.channel-picker-row{display:flex;gap:.5rem;align-items:stretch}.channel-picker-select{flex:1 1;min-width:0}.channel-picker-refresh{flex-shrink:0;padding:.35rem .65rem;font-size:1rem;line-height:1}.store-extra-bots-block{margin-top:2.5rem}.store-extra-bots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem}.store-extra-bot-card{display:flex;flex-direction:column;min-height:100%;position:relative}.store-extra-bot-card-featured{border-color:rgba(245,213,71,.45);box-shadow:0 0 32px rgba(245,213,71,.08)}.store-extra-bot-features{margin:0 0 1rem;padding:0;list-style:none;font-size:.85rem;color:var(--muted)}.store-extra-bot-features li{margin-bottom:.35rem}.store-extra-bot-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.store-extra-bot-desc{font-size:.9rem;color:var(--muted);line-height:1.55;margin:.5rem 0 1rem;flex:1 1}.store-ai-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:1.5rem 0;padding:1.25rem 1.5rem;border:1px solid rgba(245,213,71,.22);background:linear-gradient(135deg,rgba(26,31,58,.65),rgba(12,18,36,.9))}.store-ai-banner h3{margin:.25rem 0;font-size:1.15rem}.store-ai-kicker{font-size:.78rem;font-weight:800;color:var(--gold-bright);letter-spacing:.04em}.store-ai-fab{position:fixed;z-index:1100;inset-inline-end:1.25rem;bottom:1.25rem;display:flex;align-items:center;gap:.55rem;padding:.85rem 1.1rem;border-radius:999px;border:1px solid rgba(245,213,71,.45);background:linear-gradient(135deg,#1a1f3a,#0c1224 60%,#1a1508);color:var(--text);box-shadow:0 16px 50px rgba(0,0,0,.45),0 0 30px rgba(245,213,71,.12);cursor:pointer;font-weight:800;transition:transform .2s ease,box-shadow .2s ease}.store-ai-fab:hover{transform:translateY(-2px);box-shadow:0 20px 55px rgba(0,0,0,.5),0 0 40px rgba(245,213,71,.18)}.store-ai-fab-open{border-color:hsla(0,0%,100%,.2)}.store-ai-fab-icon{font-size:1.25rem;line-height:1}.store-ai-fab-label{font-size:.88rem;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-ai-panel{position:fixed;z-index:1150;inset-inline-end:1.25rem;bottom:5.5rem;width:min(400px,calc(100vw - 2rem));max-height:min(72vh,640px);display:flex;flex-direction:column;padding:0;overflow:hidden;border:1px solid rgba(245,213,71,.28);box-shadow:0 28px 90px rgba(0,0,0,.6),0 0 60px rgba(245,213,71,.08);animation:fade-up .25s ease}.store-ai-head{display:flex;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem .75rem;border-bottom:1px solid var(--border);background:linear-gradient(160deg,rgba(26,31,58,.9),rgba(12,18,36,.95))}.store-ai-head h3{margin:.15rem 0 0;font-size:1.05rem}.store-ai-chips{display:flex;flex-wrap:wrap;gap:.4rem;padding:.65rem .85rem;border-bottom:1px solid var(--border);background:rgba(4,6,13,.5)}.store-ai-chip{border:1px solid hsla(0,0%,100%,.1);background:rgba(8,12,24,.85);color:var(--text);border-radius:999px;padding:.35rem .65rem;font-size:.75rem;font-weight:700;cursor:pointer}.store-ai-chip:hover{border-color:rgba(245,213,71,.35);color:var(--gold-bright)}.store-ai-messages{flex:1 1;overflow:auto;padding:.85rem;display:flex;flex-direction:column;gap:.65rem;background:rgba(4,6,13,.65)}.store-ai-msg{display:flex;gap:.5rem;align-items:flex-start}.store-ai-msg-user{flex-direction:row-reverse}.store-ai-msg-user .store-ai-bubble{background:rgba(88,101,242,.22);border-color:rgba(88,101,242,.35)}.store-ai-avatar{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(245,213,71,.12);flex-shrink:0;font-size:.95rem}.store-ai-bubble{max-width:88%;padding:.65rem .8rem;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:rgba(12,18,36,.92);font-size:.86rem;line-height:1.55}.store-ai-bubble p{margin:0 0 .35rem}.store-ai-bubble p:last-child{margin-bottom:0}.store-ai-typing{display:flex;gap:.25rem;align-items:center;min-height:28px}.store-ai-typing span{width:7px;height:7px;border-radius:50%;background:var(--gold);animation:store-ai-dot 1s ease-in-out infinite}.store-ai-typing span:nth-child(2){animation-delay:.15s}.store-ai-typing span:nth-child(3){animation-delay:.3s}@keyframes store-ai-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.store-ai-form{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid var(--border);background:rgba(8,12,24,.95)}.store-ai-input{flex:1 1;min-width:0}@media (max-width:900px){.whop-checkout-layout,.whop-pay-grid-two{grid-template-columns:1fr}.whop-checkout-summary{-webkit-border-end:none;border-inline-end:none;border-bottom:1px solid var(--border)}.store-ai-panel{inset-inline:1rem;width:auto;bottom:5rem}.store-ai-fab{inset-inline-end:1rem;bottom:1rem}}.gift-redeem-form{width:100%}.gift-redeem-hint{font-size:.88rem;margin:0 0 .65rem}.gift-redeem-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:stretch}.gift-redeem-input{flex:1 1;min-width:12rem;font-family:ui-monospace,monospace;letter-spacing:.04em}.gift-redeem-banner{margin-bottom:1.5rem;padding:1.25rem}.gift-redeem-banner-head{display:flex;gap:1rem;align-items:flex-start;margin-bottom:.85rem}.gift-redeem-banner-icon{font-size:2rem;line-height:1}.gift-redeem-banner h3{margin:0 0 .25rem;font-size:1.1rem}.gift-redeem-dashboard{margin-bottom:1.25rem;padding:1.1rem 1.25rem}.gift-redeem-card{padding:1rem}.store-purchase-modes{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.store-purchase-mode{flex:1 1;min-width:8rem;padding:.6rem .85rem;border-radius:10px;border:1px solid var(--border);background:rgba(8,12,22,.6);color:var(--text-muted);cursor:pointer;font-weight:600;transition:border-color .2s,background .2s,color .2s}.store-purchase-mode:hover{border-color:rgba(212,175,55,.35);color:var(--text)}.store-purchase-mode.active{border-color:var(--gold);background:rgba(212,175,55,.12);color:var(--gold-bright)}.gift-export-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.gift-export-card h3{font-size:.95rem;margin:0}.gift-export-card-head{display:flex;align-items:center;gap:.65rem;margin-bottom:.85rem}.gift-export-icon{font-size:1.75rem;line-height:1;flex-shrink:0}.gift-export-btn{width:100%}.gift-export-last{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.gift-export-last code{flex:1 1;min-width:0}.gift-pending-list{display:flex;flex-direction:column;gap:.65rem}.gift-pending-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:.85rem 1rem}.gift-schema-banner{margin-bottom:1.25rem;padding:1rem 1.15rem;border-color:rgba(245,213,71,.45);background:rgba(245,213,71,.08)}.gift-flash-code{margin-bottom:1.25rem;padding:1.1rem 1.25rem;border-color:rgba(87,242,135,.4);text-align:center}.gift-flash-code-value{display:block;font-size:1.35rem;font-weight:800;letter-spacing:.06em;color:var(--gold-bright);word-break:break-all}.gift-panel-msg{margin-top:1rem;padding:.75rem 1rem;border-radius:10px;font-weight:600}.bank-checkout-modal .whop-checkout-layout{min-height:480px}.bank-checkout-main{padding:1.5rem 1.25rem;overflow-y:auto;max-height:min(92vh,920px)}.bank-checkout-steps{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.bank-checkout-steps .bank-step{padding:.65rem .75rem}.customer-orders-panel{margin-top:.5rem}.customer-orders-intro{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;padding:1rem 1.15rem}.customer-orders-list{display:flex;flex-direction:column;gap:.85rem;margin-top:1rem}.customer-order-card{padding:1rem 1.15rem}.customer-order-card-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem}.customer-order-title{font-weight:800;margin:0 0 .5rem}.customer-order-meta p{margin:.2rem 0;font-size:.9rem}.customer-order-owner-note{margin-top:.65rem;padding:.65rem .75rem;border-radius:10px;background:rgba(88,101,242,.1);border:1px solid rgba(88,101,242,.2);font-size:.88rem}.customer-order-owner-note p{margin:.35rem 0 0}.order-review-box{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--border)}.order-review-label{display:block;font-size:.82rem;margin-bottom:.65rem}.order-review-label input{display:block;width:100%;margin-top:.35rem}.order-reject-box{margin-top:.65rem;display:flex;flex-direction:column;gap:.5rem}.order-reject-box textarea{width:100%;min-height:64px;resize:vertical}.order-type-badge.upgrade{background:rgba(168,85,247,.15);color:#c4b5fd}@media (max-width:900px){.bank-checkout-modal .whop-checkout-layout{grid-template-columns:1fr}.bank-checkout-modal .whop-checkout-summary{-webkit-border-end:none;border-inline-end:none;border-bottom:1px solid var(--border);padding:1.25rem}.bank-checkout-main{max-height:none}}.digital-store-section{padding-top:1rem}.digital-store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.digital-store-card{display:flex;flex-direction:column;gap:.45rem;padding:1.1rem;transition:transform .2s ease,border-color .2s ease}.digital-store-card:hover{transform:translateY(-3px);border-color:rgba(245,213,71,.35)}.digital-store-card-featured{border-color:rgba(245,213,71,.4);box-shadow:0 0 40px rgba(245,213,71,.08)}.digital-store-card-icon{font-size:2rem;line-height:1}.digital-product-badges{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.digital-store-badge{display:inline-block;font-size:.68rem;font-weight:600;padding:.15rem .45rem;border-radius:4px;background:rgba(245,213,71,.15);color:var(--gold);border:1px solid rgba(245,213,71,.25)}.digital-store-badge-renewal{background:rgba(96,165,250,.12);color:#93c5fd;border-color:rgba(96,165,250,.3)}.digital-store-badge-oos{background:hsla(0,91%,71%,.12);color:#fca5a5;border-color:hsla(0,91%,71%,.3)}.digital-store-card-tagline{font-size:.82rem;color:var(--muted);margin:0}.digital-sold-count{font-size:.82rem;color:var(--muted);margin:.25rem 0 0}.digital-delivery-note{font-size:.85rem;color:var(--muted);margin:.5rem 0 0}.digital-purchase-requirements{list-style:none;padding:.65rem .75rem;margin:.65rem 0 0;border-radius:8px;border:1px solid rgba(237,117,52,.35);background:rgba(237,117,52,.08);font-size:.82rem;color:var(--muted)}.digital-purchase-requirements li+li{margin-top:.35rem}.digital-store-card-desc{font-size:.88rem;flex:1 1}.digital-store-card-features{list-style:none;margin:.35rem 0 0;padding:0;font-size:.8rem;color:var(--muted)}.digital-store-card-features li{margin:.2rem 0}.digital-store-card-foot{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;margin-top:.65rem;padding-top:.65rem;border-top:1px solid hsla(0,0%,100%,.08)}.digital-store-card-foot .btn{align-self:flex-start}.digital-store-card-price-block{display:flex;align-items:baseline;gap:.35rem;flex-wrap:wrap}.digital-price-period{font-size:.78rem;color:var(--muted);font-weight:500}.digital-sold-count-card{margin:0;font-size:.75rem}.digital-product-modal{max-width:920px;width:min(96vw,920px);max-height:92vh;overflow-y:auto}.digital-product-layout{display:grid;grid-template-columns:minmax(200px,280px) 1fr;grid-gap:1.25rem;gap:1.25rem;padding:1.25rem}.digital-product-cover{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border)}.digital-product-cover-fallback{display:grid;place-items:center;background:linear-gradient(145deg,#1a1f3a,#0c1224 55%,#1a1508);font-size:4rem}.digital-product-body h2{margin:.25rem 0;font-size:1.45rem}.digital-product-price{font-size:1.35rem;font-weight:800;color:var(--gold-bright);margin:.5rem 0;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.digital-price-compare{font-size:.95rem;font-weight:500;color:var(--muted);text-decoration:line-through}.digital-stock-remaining{font-size:.82rem;color:#86efac;margin:.15rem 0 0}.digital-discord-bar{display:flex;align-items:center;gap:.55rem;padding:.65rem .85rem;margin:.65rem 0;border-radius:var(--radius-sm);border:1px solid rgba(88,101,242,.45);background:rgba(88,101,242,.08);color:#aeb4ff;font-size:.88rem;text-decoration:none;transition:background .2s ease}.digital-discord-bar:hover{background:rgba(88,101,242,.14)}.digital-product-desc{font-size:.9rem;color:var(--muted);line-height:1.65;margin:.5rem 0}.digital-product-features{margin:.65rem 0}.digital-package-label{display:flex;flex-direction:column;gap:.4rem;margin:.85rem 0;font-size:.9rem}.digital-package-select{width:100%;padding:.7rem .85rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:rgba(8,12,24,.9);color:var(--text);font:inherit}.digital-package-note{font-size:.82rem;color:#f5a623;margin:.15rem 0 0;white-space:pre-line}.digital-required{color:#ff6b6b}.digital-agree{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:var(--muted);margin:.75rem 0;cursor:pointer}.discord-fab{position:fixed;z-index:1099;inset-inline-start:1.25rem;bottom:1.25rem;width:3.35rem;height:3.35rem;display:grid;place-items:center;border-radius:50%;background:#5865f2;color:#fff;box-shadow:0 12px 40px rgba(88,101,242,.35);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.discord-fab:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 16px 48px rgba(88,101,242,.45)}@media (max-width:768px){.digital-product-layout{grid-template-columns:1fr}.digital-product-visual{max-width:220px;margin:0 auto}.cart-drawer{max-width:100%}.cart-header-label{display:none}}.store-page-luxury{background:radial-gradient(ellipse 80% 50% at 50% -10%,var(--store-accent-glow),transparent 60%);padding-top:.35rem}.header-store-shell{display:flex;flex-direction:column;gap:0}.header-store-unified{width:100%;max-width:100%;padding:.45rem max(.55rem,env(safe-area-inset-left)) .5rem max(.55rem,env(safe-area-inset-right));box-sizing:border-box}.header-store-unified-row{position:relative;display:block;width:100%;min-height:3.2rem}.header-store-side{position:absolute;top:50%;transform:translateY(-50%);z-index:3;pointer-events:none}.header-store-side a,.header-store-side button{pointer-events:auto}.header-store-side-left{left:max(.55rem,env(safe-area-inset-left));right:auto}.header-store-side-right{right:max(.55rem,env(safe-area-inset-right));left:auto;display:flex;align-items:center;gap:.85rem;flex-shrink:0}.header-store-categories-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:5;width:max-content;max-width:min(calc(100vw - 26rem),44rem);pointer-events:auto}.header-features-link{color:var(--muted);font-size:.82rem;font-weight:700;white-space:nowrap;padding:.35rem .65rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.08);transition:color .2s ease,border-color .2s ease}.header-features-link:hover{color:var(--gold-bright);border-color:rgba(232,197,71,.28)}.brand-link-store-luxury{padding:.35rem .85rem .35rem .55rem;border-radius:999px;border:1px solid rgba(232,197,71,.22);background:linear-gradient(135deg,rgba(18,14,28,.9),rgba(8,8,14,.85));box-shadow:0 4px 20px rgba(0,0,0,.35),inset 0 1px 0 hsla(0,0%,100%,.06)}.brand-link-store-luxury .brand-text{font-size:.95rem;font-weight:900;background:linear-gradient(135deg,#fff,#e8c547 45%,#c8b8ff);-webkit-background-clip:text;background-clip:text;color:transparent}.brand-link-store-luxury .brand-mark{filter:drop-shadow(0 0 8px rgba(232,197,71,.35))}.header-actions-store{direction:ltr;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;gap:.45rem}.site-header-store.has-category-row .header-actions-store .btn-sm{padding:.38rem .62rem!important;font-size:.76rem!important;white-space:nowrap}.header-store-categories-center .store-category-bar-luxury{pointer-events:auto}.brand-link-store{flex-shrink:0}.brand-link-store .brand-text{font-size:.92rem;white-space:nowrap}.brand-link-store .brand-logo{height:28px}@media (max-width:1100px){.header-store-unified{padding-inline:max(.45rem,env(safe-area-inset-left)) max(.45rem,env(safe-area-inset-right))}.header-store-unified-row{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;min-height:0;padding:.1rem 0 .25rem}.header-store-side{position:static;transform:none}.header-store-side-left{order:2;width:100%;overflow-x:auto;scrollbar-width:none;padding-inline:0}.header-store-side-left::-webkit-scrollbar{display:none}.header-store-side-right{order:3;width:100%;justify-content:space-between}.header-store-categories-center{position:static;transform:none;order:1;width:100%;max-width:none;display:flex;justify-content:center;pointer-events:auto}.header-actions-store{width:max-content;max-width:100%}}@media (max-width:900px){.site-header-store.has-category-row .header-add-bot{display:none}}@media (max-width:640px){.brand-link-store .brand-text{display:none}}.site-header-store.has-category-row{background:rgba(2,2,4,.96);border-bottom:1px solid rgba(232,197,71,.1);box-shadow:0 10px 40px rgba(0,0,0,.35)}.site-header-store.has-category-row+main,.site-header-store.has-category-row~main{padding-top:0}.store-category-bar-wrap{display:none}.store-hero-luxury{padding:.25rem 0 1.25rem;text-align:center}.store-hero-kicker{color:var(--gold);font-size:.82rem;font-weight:700;letter-spacing:.04em;margin-bottom:.35rem}.store-hero-luxury h1{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;margin-bottom:.5rem;background:linear-gradient(135deg,#fff 0,#c8b8ff 50%,var(--gold-bright) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.store-hero-sub{color:var(--muted);max-width:36rem;margin:0 auto;font-size:.95rem}.store-category-bar-luxury{padding:.28rem;border-radius:999px;background:linear-gradient(135deg,rgba(18,14,28,.95),rgba(8,8,14,.92));border:1px solid transparent;background-clip:padding-box;box-shadow:0 8px 32px rgba(0,0,0,.45),0 0 0 1px rgba(232,197,71,.14),inset 0 1px 0 hsla(0,0%,100%,.06);position:relative}.store-category-bar-luxury:before{content:"";position:absolute;inset:-1px;border-radius:999px;padding:1px;background:linear-gradient(135deg,rgba(232,197,71,.35),rgba(124,92,255,.3),rgba(232,197,71,.2));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.store-category-bar{display:flex;justify-content:center;flex-wrap:nowrap;gap:.3rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.store-category-bar::-webkit-scrollbar{display:none}.store-category-pill{flex-shrink:0;border:1px solid transparent;background:transparent;color:var(--muted);padding:.52rem 1.2rem;border-radius:999px;font-weight:800;font-size:.88rem;letter-spacing:.01em;cursor:pointer;transition:all .22s ease}.store-category-pill:hover{color:var(--text);background:hsla(0,0%,100%,.05);border-color:rgba(124,92,255,.25)}.store-category-pill.active{color:#fff;border-color:rgba(232,197,71,.45);background:linear-gradient(135deg,rgba(124,92,255,.42),rgba(232,197,71,.18));box-shadow:0 0 22px rgba(124,92,255,.28),0 0 14px rgba(232,197,71,.12),inset 0 1px 0 hsla(0,0%,100%,.12)}.site-header-store{background:rgba(2,2,4,.82);border-bottom:1px solid hsla(0,0%,100%,.06)}.cart-header-btn{position:relative;display:inline-flex;align-items:center;gap:.35rem}.cart-header-badge{position:absolute;top:-6px;inset-inline-end:-6px;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:999px;background:var(--gold);color:#111;font-size:.68rem;font-weight:900;display:grid;place-items:center}.cart-drawer-backdrop{position:fixed;inset:0;z-index:1200;background:rgba(0,0,0,.65);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cart-drawer{position:fixed;top:0;bottom:0;inset-inline-start:0;width:min(420px,92vw);z-index:1201;display:flex;flex-direction:column;padding:1.25rem;border-radius:0;-webkit-border-end:1px solid var(--border);border-inline-end:1px solid var(--border);background:linear-gradient(180deg,#0a0a12,#06060c);animation:cartSlideIn .28s ease}@keyframes cartSlideIn{0%{transform:translateX(-100%);opacity:.6}to{transform:translateX(0);opacity:1}}html[dir=ltr] .cart-drawer{inset-inline-start:auto;inset-inline-end:0;animation-name:cartSlideInLtr}@keyframes cartSlideInLtr{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-drawer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.cart-drawer-kicker{color:var(--gold);font-size:.78rem;font-weight:700}.cart-drawer-count{font-size:.82rem}.cart-drawer-empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;padding:2rem 1rem}.cart-drawer-empty-icon{font-size:2.5rem;opacity:.7}.cart-line-list{list-style:none;flex:1 1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0 0 1rem}.cart-line-item{display:grid;grid-template-columns:auto 1fr auto;grid-gap:.65rem;gap:.65rem;padding:.75rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:hsla(0,0%,100%,.02)}.cart-line-icon{font-size:1.5rem}.cart-line-body strong{display:block;font-size:.92rem}.cart-line-sub{font-size:.78rem;margin-top:.1rem}.cart-line-foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.45rem}.cart-line-price{color:var(--gold);font-weight:800;font-size:.88rem}.cart-qty-controls{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--border);border-radius:999px;padding:.1rem .35rem}.cart-qty-controls button{width:1.5rem;height:1.5rem;border:none;border-radius:999px;background:hsla(0,0%,100%,.06);color:var(--text);cursor:pointer;font-weight:800}.cart-line-remove{border:none;background:transparent;color:var(--muted);cursor:pointer;font-size:.9rem}.cart-drawer-foot{border-top:1px solid var(--border);padding-top:1rem;display:flex;flex-direction:column;gap:.55rem}.cart-drawer-total{display:flex;justify-content:space-between;align-items:center;font-size:1rem}.cart-drawer-total strong{color:var(--gold);font-size:1.2rem}.cart-checkout-btn,.cart-continue-btn{width:100%}.cart-checkout-modal{max-width:1080px}.cart-checkout-steps-bar{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1.25rem 1rem;border-bottom:1px solid var(--border)}.cart-step{font-size:.78rem;color:var(--muted);padding:.35rem .75rem;border-radius:999px;border:1px solid var(--border)}.cart-step.active{color:var(--gold);border-color:rgba(232,197,71,.35);background:rgba(232,197,71,.08)}.cart-checkout-lines{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.65rem}.cart-checkout-line{display:grid;grid-template-columns:auto 1fr auto;grid-gap:.6rem;gap:.6rem;align-items:start;padding:.65rem;border-radius:var(--radius-sm);background:hsla(0,0%,100%,.03)}.cart-checkout-line-icon{font-size:1.35rem}.cart-checkout-line-price{color:var(--gold);font-weight:800;white-space:nowrap}.cart-checkout-total-box{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;border-radius:var(--radius-sm);border:1px solid rgba(232,197,71,.25);background:rgba(232,197,71,.06);margin-bottom:1rem}.cart-checkout-total-box strong{color:var(--gold);font-size:1.15rem}.cart-transfer-amount-hint{margin-top:.85rem;font-size:.92rem;color:var(--muted)}.cart-transfer-amount-hint strong{color:var(--gold)}.digital-product-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.5rem}.digital-product-actions .btn{flex:1 1 140px}.digital-store-card{border:1px solid hsla(0,0%,100%,.06);background:linear-gradient(160deg,rgba(16,16,24,.9),rgba(8,8,14,.95));transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.digital-store-card:hover{border-color:rgba(124,92,255,.28);transform:translateY(-2px);box-shadow:0 16px 40px rgba(0,0,0,.35),0 0 30px var(--store-accent-glow)}.bot-updates-section{background:linear-gradient(180deg,transparent,rgba(124,92,255,.04) 40%,transparent)}.bot-updates-highlight{text-align:center;margin:-.5rem auto 1.5rem;max-width:52rem;color:var(--gold);font-weight:600}.bot-updates-ai{margin-bottom:1.25rem;padding:1.25rem 1.5rem;border:1px solid rgba(124,92,255,.25);background:linear-gradient(135deg,rgba(124,92,255,.08),rgba(8,8,14,.95))}.bot-updates-ai-head{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.65rem}.bot-updates-ai-head h3{margin:0;font-size:1.15rem}.bot-updates-badge{display:inline-flex;padding:.2rem .65rem;border-radius:999px;font-size:.75rem;font-weight:700;background:rgba(255,193,7,.15);color:#ffc107;border:1px solid rgba(255,193,7,.35)}.bot-updates-ai-note{margin:.75rem 0 0;font-size:.9rem}.bot-updates-videos{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-bottom:1.5rem}.bot-updates-video-btn{text-decoration:none}.bot-updates-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.25rem}.bot-updates-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);color:inherit;cursor:pointer;font:inherit;transition:border-color .2s,background .2s}.bot-updates-tab em{font-style:normal;font-size:.7rem;padding:.1rem .4rem;border-radius:6px;background:rgba(76,175,80,.15);color:#81c784}.bot-updates-tab.active{border-color:rgba(124,92,255,.45);background:rgba(124,92,255,.12)}.bot-updates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.bot-updates-card{padding:1.1rem 1.15rem}.bot-updates-card-icon{font-size:1.5rem;margin-bottom:.45rem}.bot-updates-card h4{margin:0 0 .4rem;font-size:1rem}.bot-updates-card p{margin:0;font-size:.88rem;color:var(--muted);line-height:1.55}.subscription-notice-banner{margin:1rem 0 1.25rem;padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(255,193,7,.35);background:linear-gradient(135deg,rgba(255,193,7,.08),rgba(124,92,255,.06))}.subscription-notice-banner-inner{display:flex;gap:.75rem;align-items:flex-start}.subscription-notice-icon{font-size:1.35rem;line-height:1;flex-shrink:0}.subscription-notice-banner strong{display:block;margin-bottom:.25rem;color:#ffd54f}.subscription-notice-banner p{margin:0;font-size:.9rem;line-height:1.55;color:var(--muted)}.subscription-notice-inline-steps{margin:.5rem 0 0;padding-right:1.1rem;font-size:.85rem;line-height:1.6;color:var(--text)}.subscription-notice-card{margin-bottom:1rem;padding:1rem 1.1rem;border-color:rgba(255,193,7,.3)}.subscription-notice-card h4{margin:0 0 .35rem;font-size:.95rem;color:#ffd54f}.subscription-notice-card p{margin:0 0 .65rem;font-size:.88rem;line-height:1.55;color:var(--muted)}.subscription-notice-steps{margin:0;padding-right:1.15rem;font-size:.85rem;line-height:1.65}.subscription-notice-compact{display:block;margin:.5rem 0;padding:.45rem .65rem;border-radius:8px;font-size:.82rem;line-height:1.5;color:#ffd54f;background:rgba(255,193,7,.08);border:1px solid rgba(255,193,7,.2)}.store-subscription-notice{margin-top:.75rem}.evs-gfx-layout{display:grid;grid-template-columns:180px 1fr;grid-gap:1rem;gap:1rem;margin-top:.85rem;direction:ltr}.evs-gfx-side{display:flex;flex-direction:column;gap:.35rem;padding:.65rem;border-radius:14px;background:rgba(0,0,0,.22);border:1px solid hsla(37,40%,61%,.18)}.evs-gfx-side-title{margin:0 0 .35rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.evs-gfx-side-item{display:flex;align-items:center;gap:.45rem;text-align:left;border:1px solid transparent;background:transparent;color:var(--muted);padding:.45rem .55rem;border-radius:10px;cursor:pointer}.evs-gfx-side-item.is-active,.evs-gfx-side-item:hover{color:#1a140c;background:linear-gradient(135deg,#e8dcc6,#c4a574)}.evs-gfx-form{direction:rtl}html[lang=en] .evs-gfx-form{direction:ltr}.evs-vault-code-card{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.75rem .9rem;margin:.75rem 0;border-radius:12px;border:1px solid hsla(37,40%,61%,.3);background:linear-gradient(135deg,hsla(37,40%,61%,.1),rgba(0,0,0,.2))}.evs-owner-code-card{border-color:rgba(212,175,55,.45)!important;background:linear-gradient(135deg,rgba(212,175,55,.14),rgba(0,0,0,.28))!important}.evs-owner-code-card code{color:#f0d78c;font-weight:700}.evs-preview-pick{display:inline-flex;margin-top:.35rem}.evs-preview-live{display:block;margin-top:.55rem;width:140px;height:140px;object-fit:cover;border-radius:12px;border:1px solid hsla(37,40%,61%,.35)}.evs-vis-locked{display:flex;flex-direction:column;gap:.15rem;padding:.55rem .7rem;border-radius:12px;border:1px dashed hsla(0,0%,100%,.15);opacity:.7}.evs-customer-tips,.evs-owner-tips{margin-top:.85rem;padding:.75rem .85rem;border-radius:12px;border:1px solid hsla(37,40%,61%,.2);background:hsla(37,40%,61%,.06)}.evs-customer-tips ul,.evs-owner-tips ul{margin:.35rem 0 0;-webkit-padding-start:1.1rem;padding-inline-start:1.1rem;color:var(--muted);font-size:.86rem;line-height:1.55}.evs-vault-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}.evs-vault-grid h5{margin:0 0 .25rem}.evs-gfx-list-item-rich{grid-template-columns:48px 1fr auto}.evs-gfx-thumb{width:48px;height:48px;object-fit:cover;border-radius:10px}.evs-perf-hero{border-color:hsla(37,40%,61%,.28)!important;background:radial-gradient(ellipse at 10% 0,hsla(37,40%,61%,.16),transparent 50%),rgba(12,14,18,.92)!important}@media (max-width:860px){.evs-gfx-layout,.evs-vault-grid{grid-template-columns:1fr}}.hero-nox{position:relative;min-height:min(92vh,820px);display:flex;flex-direction:column;justify-content:flex-end;padding:0;overflow:hidden}.hero-nox-stage{position:absolute;inset:0;z-index:0}.hero-nox-bg{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.04);animation:nox- ken 22s ease-in-out infinite alternate}@keyframes nox-ken{0%{transform:scale(1.04) translateZ(0)}to{transform:scale(1.1) translate3d(-1.5%,-1%,0)}}.hero-nox-veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,3,10,.35),rgba(5,3,10,.55) 45%,rgba(5,3,10,.92)),linear-gradient(90deg,rgba(5,3,10,.75),rgba(5,3,10,.25) 55%,rgba(5,3,10,.55))}.hero-nox-glow{inset:auto 10% -20% 10%;height:55%;background:radial-gradient(ellipse at center,rgba(168,85,255,.35),transparent 70%);filter:blur(8px);animation:nox-pulse 5s ease-in-out infinite}.hero-nox-glow,.hero-nox-scan{position:absolute;pointer-events:none}.hero-nox-scan{inset:0;background:linear-gradient(180deg,transparent,rgba(216,180,254,.04) 48%,transparent 52%,transparent);background-size:100% 220%;animation:nox-scan 9s linear infinite;mix-blend-mode:screen}@keyframes nox-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.95;transform:scale(1.08)}}@keyframes nox-scan{0%{background-position:0 -40%}to{background-position:0 140%}}.hero-nox-inner{position:relative;z-index:2;padding:5.5rem 0 3.25rem;max-width:760px;margin-inline:auto;text-align:center}.hero-nox-brand{display:flex;flex-direction:column;align-items:center;gap:.85rem;margin-bottom:1.35rem;animation:nox-rise .9s ease both}.hero-nox-logo{width:clamp(88px,16vw,128px);height:clamp(88px,16vw,128px);object-fit:contain;border-radius:28px;box-shadow:0 0 0 1px rgba(216,180,254,.35),0 20px 60px rgba(168,85,255,.35);animation:nox-float 5.5s ease-in-out infinite}@keyframes nox-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes nox-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-nox-name{font-size:clamp(3rem,9vw,5.5rem);font-weight:900;letter-spacing:.18em;line-height:1;margin:0;background:linear-gradient(180deg,#fff 10%,#e9d5ff 45%,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;filter:drop-shadow(0 0 28px rgba(168,85,255,.45))}.hero-nox-headline{font-size:clamp(1.15rem,2.6vw,1.55rem);font-weight:800;color:var(--text);margin:0 0 .75rem;line-height:1.45;animation:nox-rise .9s ease .12s both}.hero-nox-sub{color:var(--muted);font-size:clamp(.95rem,2vw,1.08rem);max-width:36rem;margin:0 auto 1.75rem;line-height:1.7;animation:nox-rise .9s ease .22s both}.hero-nox-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;animation:nox-rise .9s ease .32s both}.hero-nox .trust-bar,.hero-nox .trust-bar-luxury{position:relative;z-index:2;margin-top:.5rem;border-top:1px solid rgba(168,85,255,.18);background:rgba(5,3,10,.55);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header{background:rgba(5,3,10,.72);border-bottom:1px solid rgba(168,85,255,.16);box-shadow:0 10px 40px rgba(0,0,0,.35)}.brand-link-store .brand-logo,.brand-logo{height:40px;width:40px;object-fit:contain;border-radius:11px;box-shadow:0 0 0 1px rgba(216,180,254,.28),0 8px 20px rgba(168,85,255,.25)}.brand-text{font-size:1.15rem;font-weight:900;letter-spacing:.12em;background:linear-gradient(90deg,#fff,#d8b4fe);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.card-premium,.digital-store-card,.luxury-bot-card{border-color:rgba(168,85,255,.16)!important;background:radial-gradient(ellipse at 0 0,rgba(168,85,255,.12),transparent 55%),var(--bg-card)!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card-premium:hover,.digital-store-card:hover,.luxury-bot-card:hover{border-color:rgba(192,132,252,.4)!important;box-shadow:0 18px 50px rgba(88,28,135,.35),0 0 0 1px rgba(168,85,255,.2);transform:translateY(-4px)}.bots-section .section-header h2,.store-page-luxury .section-header h2{background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.site-footer-luxury{background:radial-gradient(ellipse at 50% 0,rgba(168,85,255,.12),transparent 55%),linear-gradient(180deg,rgba(5,3,10,.2),#05030a);border-top:1px solid rgba(168,85,255,.18)}.footer-brand-logo{box-shadow:0 0 0 1px rgba(216,180,254,.3),0 12px 30px rgba(168,85,255,.3)}.btn-shine:after{background:linear-gradient(105deg,transparent 35%,hsla(0,0%,100%,.35) 50%,transparent 65%)}@media (max-width:720px){.hero-nox{min-height:min(88vh,700px)}.hero-nox-inner{padding:4.5rem 0 2.5rem}.hero-nox-name{letter-spacing:.12em}.hero-nox-actions .btn{width:100%}}.esx-lux-shell{position:relative;display:grid;grid-gap:1rem;gap:1rem;margin-top:.85rem;padding:1.15rem;border-radius:18px;background:radial-gradient(ellipse at 12% 0,rgba(212,175,55,.16),transparent 46%),radial-gradient(ellipse at 90% 10%,rgba(34,197,94,.1),transparent 42%),linear-gradient(165deg,rgba(18,16,12,.96),rgba(8,10,12,.98));border:1px solid rgba(212,175,55,.28);box-shadow:0 18px 50px rgba(0,0,0,.35)}.esx-lux-hero{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:14px;overflow:hidden;background:linear-gradient(120deg,rgba(212,175,55,.14),rgba(16,24,20,.5));border:1px solid rgba(212,175,55,.22)}.esx-lux-hero-glow{position:absolute;inset:-40% auto auto -10%;width:220px;height:220px;background:radial-gradient(circle,rgba(212,175,55,.35),transparent 70%);filter:blur(8px);pointer-events:none}.esx-lux-kicker{margin:0;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:hsla(46,69%,71%,.9);font-weight:700}.esx-lux-hero h3{margin:.2rem 0 0;font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:800;letter-spacing:-.02em;color:#f8f4ea}.esx-lux-sub{margin:.25rem 0 0;color:hsla(60,13%,84%,.72);font-size:.88rem}.esx-lux-status{position:relative;z-index:1;padding:.4rem .75rem;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap}.esx-lux-status-ok{background:rgba(34,197,94,.18);color:#86efac;border:1px solid rgba(34,197,94,.35)}.esx-lux-status-wait{background:rgba(234,179,8,.16);color:#fde68a;border:1px solid rgba(234,179,8,.35)}.esx-lux-status-bad{background:rgba(239,68,68,.16);color:#fca5a5;border:1px solid rgba(239,68,68,.35)}.esx-lux-toast{padding:.7rem .9rem;border-radius:12px;font-size:.9rem}.esx-lux-toast.is-ok{background:rgba(34,197,94,.12);color:#86efac;border:1px solid rgba(34,197,94,.28)}.esx-lux-toast.is-err{background:rgba(239,68,68,.12);color:#fca5a5;border:1px solid rgba(239,68,68,.28)}.esx-lux-card{padding:1rem 1.05rem;border-radius:14px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08)}.esx-lux-card h4{margin:0 0 .65rem;font-size:1rem;font-weight:800;color:#f5f0e6}.esx-lux-hint{margin:0 0 .75rem;color:hsla(60,10%,80%,.7);font-size:.86rem;line-height:1.55}.esx-lux-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.75rem;gap:.75rem}.esx-lux-meta>div{display:grid;grid-gap:.25rem;gap:.25rem}.esx-lux-meta span{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:hsla(45,27%,71%,.65)}.esx-lux-meta code,.esx-lux-meta strong{font-size:.9rem;color:#f3efe6;word-break:break-all}.esx-lux-bind-modes{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem;margin-bottom:.75rem}.esx-lux-mode{text-align:start;padding:.85rem .9rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.25);color:inherit;cursor:pointer;display:grid;grid-gap:.25rem;gap:.25rem;transition:border-color .2s,background .2s,transform .15s}.esx-lux-mode:hover{transform:translateY(-1px);border-color:rgba(212,175,55,.35)}.esx-lux-mode.active{border-color:rgba(212,175,55,.55);background:linear-gradient(145deg,rgba(212,175,55,.18),rgba(20,18,12,.5));box-shadow:inset 0 0 0 1px rgba(212,175,55,.2)}.esx-lux-mode:disabled{opacity:.45;cursor:not-allowed;transform:none}.esx-vpn-modes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.65rem;gap:.65rem;margin:.85rem 0 1rem}.esx-vpn-countries{margin-bottom:1rem}.esx-vpn-country-grid{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.45rem}.esx-vpn-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.12);background:rgba(0,0,0,.28);cursor:pointer;font-size:.82rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .15s,background .15s}.esx-vpn-chip input{position:absolute;opacity:0;pointer-events:none}.esx-vpn-chip span{font-weight:700;letter-spacing:.04em;color:#d4af37}.esx-vpn-chip em{font-style:normal;opacity:.78}.esx-vpn-chip.on{border-color:rgba(46,204,113,.45);background:linear-gradient(145deg,rgba(46,204,113,.16),rgba(0,0,0,.35))}.esx-vpn-extras{display:flex;flex-wrap:wrap;gap:.55rem}.esx-vpn-toggle{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .75rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.22);cursor:pointer;font-size:.84rem}.esx-vpn-toggle.on{border-color:rgba(212,175,55,.4);background:rgba(212,175,55,.1)}.esx-vpn-toggle input{accent-color:#d4af37}@media (max-width:860px){.esx-vpn-modes{grid-template-columns:1fr}}.esx-lux-mode strong{font-size:.95rem}.esx-lux-mode span{font-size:.78rem;color:hsla(60,10%,80%,.68)}.esx-lux-input{width:100%;margin:0 0 .65rem;padding:.65rem .75rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.12);background:rgba(0,0,0,.35);color:#f5f0e6;font:inherit}.esx-lux-input-inline{margin:0;min-width:160px;flex:1 1}.esx-lux-field{display:grid;grid-gap:.35rem;gap:.35rem;margin-bottom:.7rem}.esx-lux-field>span{font-size:.8rem;color:hsla(45,36%,78%,.8);font-weight:600}.esx-lux-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.esx-lux-steps{margin:0 0 .75rem;-webkit-padding-start:1.15rem;padding-inline-start:1.15rem;color:hsla(60,10%,80%,.75);font-size:.88rem;line-height:1.6}.esx-lux-modules{display:grid;grid-gap:.45rem;gap:.45rem;margin-bottom:.85rem}.esx-lux-module{display:grid;grid-template-columns:auto 1fr auto;grid-gap:.65rem;gap:.65rem;align-items:center;padding:.55rem .7rem;border-radius:10px;background:rgba(0,0,0,.22);border:1px solid hsla(0,0%,100%,.06)}.esx-lux-module select{border-radius:8px;border:1px solid hsla(0,0%,100%,.12);background:rgba(0,0,0,.4);color:#f5f0e6;padding:.25rem .4rem}.esx-lux-dets{list-style:none;margin:0;padding:0;display:grid;grid-gap:.45rem;gap:.45rem}.esx-lux-dets li{display:grid;grid-template-columns:1fr 1fr auto auto;grid-gap:.5rem;gap:.5rem;padding:.55rem .65rem;border-radius:10px;background:rgba(0,0,0,.22);font-size:.84rem}.esx-lux-dets em{font-style:normal;color:#fbbf24}.esx-lux-dets time{color:hsla(60,8%,76%,.6);font-size:.75rem}.esx-lux-foot{padding-top:.25rem;border-top:1px solid hsla(0,0%,100%,.07)}.esx-lux-foot p{margin:0 0 .35rem;font-size:.84rem;color:hsla(45,22%,82%,.78)}.esx-lux-loading{margin:.75rem 0}@media (max-width:720px){.esx-lux-bind-modes{grid-template-columns:1fr}.esx-lux-hero{flex-direction:column;align-items:flex-start}.esx-lux-dets li{grid-template-columns:1fr 1fr}}.esx-lux-channels{margin-top:.55rem;padding:.7rem .8rem;border-radius:12px;background:rgba(0,0,0,.22);border:1px solid rgba(212,175,55,.18)}.esx-lux-channel-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:.4rem;gap:.4rem}.esx-lux-channel-list li{display:flex;flex-direction:column;gap:.15rem;padding:.4rem .5rem;border-radius:8px;background:hsla(0,0%,100%,.03);font-size:.8rem}.esx-lux-channel-list code{font-size:.72rem;color:hsla(60,8%,76%,.7);word-break:break-all}.esx-lux-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.esx-lux-card-head h4{margin:0 0 .35rem}.esx-lux-switch{display:inline-flex;align-items:center;gap:.45rem;min-width:64px;height:34px;padding:0 .45rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.14);background:rgba(0,0,0,.35);cursor:pointer;color:hsla(40,30%,80%,.75);transition:background .2s,border-color .2s,color .2s}.esx-lux-switch.compact{min-width:48px;height:28px;padding:0 .3rem}.esx-lux-switch-knob{width:18px;height:18px;border-radius:50%;background:hsla(0,0%,100%,.45);transition:transform .2s,background .2s}.esx-lux-switch.compact .esx-lux-switch-knob{width:16px;height:16px}.esx-lux-switch.on{border-color:rgba(34,197,94,.45);background:linear-gradient(90deg,rgba(34,197,94,.25),rgba(212,175,55,.18));color:#bbf7d0}.esx-lux-switch.on .esx-lux-switch-knob{background:#86efac;transform:translateX(18px)}[dir=rtl] .esx-lux-switch.on .esx-lux-switch-knob{transform:translateX(-18px)}.esx-lux-switch.compact.on .esx-lux-switch-knob{transform:translateX(14px)}[dir=rtl] .esx-lux-switch.compact.on .esx-lux-switch-knob{transform:translateX(-14px)}.esx-lux-switch-label{font-size:.75rem;font-weight:700}.esx-lux-card-bypass{border-color:rgba(56,189,248,.28);background:radial-gradient(ellipse at 100% 0,rgba(56,189,248,.12),transparent 45%),hsla(0,0%,100%,.03)}.esx-lux-bypass-grid{display:grid;grid-gap:.85rem;gap:.85rem}.esx-lux-bypass-grid.is-dim{opacity:.45;pointer-events:none}.esx-lux-bypass-note{display:grid;grid-gap:.25rem;gap:.25rem;padding:.7rem .85rem;border-radius:12px;background:rgba(0,0,0,.28);border:1px dashed rgba(56,189,248,.3)}.esx-lux-bypass-note code{color:#7dd3fc;font-size:.82rem}.esx-lux-bypass-note span{font-size:.78rem;color:rgba(200,210,220,.65)}.esx-lux-tagfield-head{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:.4rem;font-size:.84rem}.esx-lux-tagfield-head span{color:hsla(60,8%,76%,.55);font-size:.75rem}.esx-lux-tags{display:flex;flex-wrap:wrap;gap:.4rem;min-height:2rem;margin-bottom:.45rem}.esx-lux-tags-empty{color:hsla(60,6%,69%,.4);font-size:.85rem}.esx-lux-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .5rem;border-radius:999px;border:1px solid rgba(212,175,55,.35);background:rgba(212,175,55,.12);color:#f5e6c0;cursor:pointer;font:inherit}.esx-lux-tag code{font-size:.78rem}.esx-lux-tag span{opacity:.7;font-weight:700}.esx-lux-tag-add{display:flex;gap:.4rem;align-items:center}.esx-lux-tag-add .esx-lux-input{margin:0;flex:1 1}.esx-lux-card-modules{border-color:rgba(212,175,55,.32)}.esx-lux-modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:.75rem;gap:.75rem}.esx-lux-mod{display:grid;grid-gap:.65rem;gap:.65rem;padding:.85rem .9rem;border-radius:14px;background:linear-gradient(160deg,hsla(0,0%,100%,.04),rgba(0,0,0,.28));border:1px solid hsla(0,0%,100%,.08);transition:border-color .2s,transform .15s,box-shadow .2s}.esx-lux-mod.is-on{border-color:rgba(212,175,55,.4);box-shadow:0 10px 28px rgba(0,0,0,.22)}.esx-lux-mod.is-off{opacity:.62}.esx-lux-mod-top{display:grid;grid-template-columns:auto 1fr auto;grid-gap:.65rem;gap:.65rem;align-items:center}.esx-lux-mod-icon{width:2.2rem;height:2.2rem;display:grid;place-items:center;border-radius:10px;background:rgba(212,175,55,.12);font-size:1.1rem}.esx-lux-mod-copy{display:grid;grid-gap:.15rem;gap:.15rem;min-width:0}.esx-lux-mod-copy strong{font-size:.95rem;color:#f7f1e4}.esx-lux-mod-copy span{font-size:.75rem;color:hsla(60,8%,76%,.62);line-height:1.35}.esx-lux-punish{display:flex;flex-wrap:wrap;gap:.35rem}.esx-lux-pill{border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.3);color:hsla(45,22%,82%,.8);border-radius:999px;padding:.28rem .65rem;font-size:.75rem;font-weight:700;cursor:pointer;font:inherit}.esx-lux-pill:disabled{opacity:.35;cursor:not-allowed}.esx-lux-pill.active{border-color:rgba(212,175,55,.55);background:rgba(212,175,55,.2);color:#fde68a}.esx-lux-pill-ban.active{border-color:rgba(239,68,68,.55);background:rgba(239,68,68,.2);color:#fca5a5}.esx-lux-pill-kick.active{border-color:rgba(249,115,22,.55);background:rgba(249,115,22,.18);color:#fdba74}.esx-lux-pill-warn.active{border-color:rgba(234,179,8,.5);background:rgba(234,179,8,.16);color:#fde68a}.esx-lux-pill-log.active{border-color:rgba(56,189,248,.5);background:rgba(56,189,248,.16);color:#7dd3fc}@media (max-width:720px){.esx-lux-card-head{flex-direction:column}.esx-lux-modules-grid{grid-template-columns:1fr}}.esx-bypass-simple-head{display:grid;grid-template-columns:1fr auto;grid-gap:1rem;gap:1rem;align-items:start;margin-bottom:1rem}.esx-bypass-simple-head h4{margin:0;font-size:1.12rem}.esx-bypass-guide{margin:0 0 1rem;padding:.75rem .75rem .75rem 1.4rem;border-radius:12px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);color:rgba(220,225,230,.82);font-size:.86rem;line-height:1.55}.esx-bypass-guide li+li{margin-top:.35rem}.esx-perm-block{margin:0 0 1.25rem;padding:1rem;border-radius:14px;background:hsla(0,0%,100%,.025);border:1px solid hsla(0,0%,100%,.08)}.esx-perm-block-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.esx-perm-block-head h5{margin:0 0 .25rem;font-size:1rem}.esx-perm-block-head p{margin:0;font-size:.82rem;color:rgba(210,220,230,.7);line-height:1.45;max-width:52ch}.esx-perm-card{padding:1rem 1.05rem 1.1rem;border-radius:18px;background:radial-gradient(ellipse at 100% 0,rgba(250,204,21,.08),transparent 45%),linear-gradient(165deg,rgba(18,20,26,.92),rgba(8,10,14,.88));border:1px solid rgba(250,204,21,.16);margin-bottom:.85rem;display:grid;grid-gap:.85rem;gap:.85rem;box-shadow:0 18px 40px rgba(0,0,0,.28)}.esx-perm-card-top{display:grid;grid-template-columns:1.2fr 1fr auto;grid-gap:.45rem;gap:.45rem}.esx-perm-picker{display:grid;grid-gap:.85rem;gap:.85rem}.esx-perm-picker-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.esx-perm-label{margin:0;font-size:.92rem;font-weight:800;letter-spacing:.01em;color:#f5d76e;text-shadow:0 0 24px rgba(250,204,21,.25)}.esx-perm-count{font-size:.72rem;font-weight:700;padding:.28rem .55rem;border-radius:999px;color:hsla(47,87%,70%,.95);background:rgba(250,204,21,.1);border:1px solid rgba(250,204,21,.28)}.esx-perm-group{display:grid;grid-gap:.45rem;gap:.45rem}.esx-perm-group-title{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(180,190,200,.55);-webkit-padding-start:.15rem;padding-inline-start:.15rem}.esx-perm-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.esx-perm-grid.is-master{grid-template-columns:1fr}.esx-perm-tile{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:.65rem;gap:.65rem;min-height:64px;padding:.7rem .8rem;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:linear-gradient(145deg,hsla(0,0%,100%,.045),hsla(0,0%,100%,.015));cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .18s ease,background .18s ease,transform .15s ease,box-shadow .18s ease}.esx-perm-tile:hover{border-color:rgba(250,204,21,.28);transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.22)}.esx-perm-tile input{position:absolute;opacity:0;pointer-events:none}.esx-perm-tile-mark{width:22px;height:22px;border-radius:7px;display:grid;place-items:center;flex-shrink:0;font-size:.72rem;font-weight:900;color:transparent;background:rgba(0,0,0,.35);border:1px solid hsla(0,0%,100%,.16);transition:background .15s,border-color .15s,color .15s,box-shadow .15s}.esx-perm-tile-body{display:grid;grid-gap:.12rem;gap:.12rem;min-width:0}.esx-perm-tile-icon{display:none}.esx-perm-tile-name{font-size:.82rem;font-weight:700;color:rgba(235,240,245,.92);line-height:1.25}.esx-perm-tile-hint{font-size:.7rem;color:rgba(200,210,220,.55)}.esx-perm-tile.on{border-color:rgba(34,197,94,.42);background:linear-gradient(145deg,rgba(34,197,94,.18),rgba(16,24,20,.55));box-shadow:inset 0 0 0 1px rgba(74,222,128,.08),0 8px 22px rgba(34,197,94,.12)}.esx-perm-tile.on .esx-perm-tile-mark{color:#052e16;background:linear-gradient(145deg,#86efac,#22c55e);border-color:transparent;box-shadow:0 0 16px rgba(74,222,128,.45)}.esx-perm-tile.on .esx-perm-tile-name{color:#ecfdf5}.esx-perm-tile.is-all{min-height:72px;padding:.9rem 1rem;background:radial-gradient(ellipse at 0 50%,rgba(250,204,21,.12),transparent 55%),linear-gradient(145deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02));border-color:rgba(250,204,21,.22)}.esx-perm-tile.is-all .esx-perm-tile-name{font-size:.95rem;font-weight:800}.esx-perm-tile.is-all.on{border-color:rgba(250,204,21,.55);background:radial-gradient(ellipse at 0 50%,rgba(250,204,21,.22),transparent 55%),linear-gradient(145deg,rgba(250,204,21,.16),rgba(24,18,8,.65));box-shadow:inset 0 0 0 1px rgba(250,204,21,.12),0 12px 28px rgba(250,204,21,.12)}.esx-perm-tile.is-all.on .esx-perm-tile-mark{color:#422006;background:linear-gradient(145deg,#fde68a,#f59e0b);box-shadow:0 0 18px rgba(250,204,21,.5)}.esx-perm-tile.is-all.on .esx-perm-tile-name{color:#fff7d6}.esx-perm-tile.is-forced{opacity:.72;cursor:default}.esx-perm-tile.is-forced:hover{transform:none;box-shadow:none}.esx-perm-chip{display:none}.esx-bypass-advanced-toggle{display:block;width:100%;margin:.5rem 0 .75rem;padding:.55rem .75rem;border-radius:10px;border:1px dashed hsla(0,0%,100%,.18);background:transparent;color:rgba(200,210,220,.85);cursor:pointer;text-align:start;font:inherit;font-size:.84rem}.esx-bypass-advanced{display:grid;grid-gap:.75rem;gap:.75rem;margin-bottom:.85rem}@media (max-width:860px){.esx-perm-card-top{grid-template-columns:1fr}.esx-perm-block-head{flex-direction:column}.esx-perm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.esx-perm-grid{grid-template-columns:1fr}}.esx-bypass-howto{margin:0 0 1rem;padding:.85rem 1rem;border-radius:12px;background:rgba(250,204,21,.08);border:1px solid rgba(250,204,21,.28);font-size:.86rem;line-height:1.5}.esx-bypass-howto strong{display:block;margin-bottom:.4rem}.esx-bypass-howto ol{margin:0;-webkit-padding-start:1.2rem;padding-inline-start:1.2rem}.esx-bypass-howto li+li{margin-top:.25rem}.esx-bypass-warn{margin:.65rem 0 0;padding:.55rem .75rem;border-radius:8px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.35);color:#fecaca;font-size:.84rem}.esx-bypass-tabs-4{grid-template-columns:repeat(4,1fr)}.esx-bypass-tabs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.55rem;gap:.55rem;margin-bottom:.85rem}.esx-bypass-tab{display:grid;grid-gap:.2rem;gap:.2rem;justify-items:start;text-align:start;padding:.75rem .8rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.28);color:inherit;cursor:pointer;transition:border-color .15s,background .15s}.esx-bypass-tab:hover{border-color:rgba(250,204,21,.35)}.esx-bypass-tab.active{border-color:rgba(250,204,21,.55);background:linear-gradient(145deg,rgba(250,204,21,.14),rgba(20,18,12,.55))}.esx-bypass-tab strong{font-size:.9rem}.esx-bypass-tab>span:last-child{font-size:.74rem;color:rgba(210,215,220,.62)}.esx-bypass-tab-badge{font-size:.68rem;font-weight:700;letter-spacing:.02em;color:rgba(250,204,21,.95)}.esx-bypass-panel{margin-bottom:.85rem}.esx-bypass-explain{margin:0 0 .75rem;padding:.7rem .85rem;border-radius:10px;background:rgba(56,189,248,.08);border:1px solid rgba(56,189,248,.2);color:rgba(210,230,240,.88);font-size:.86rem;line-height:1.5}.esx-bypass-methods-stack{grid-template-columns:1fr}.esx-bypass-hero{display:grid;grid-template-columns:1fr auto;grid-gap:1rem;gap:1rem;align-items:center;margin-bottom:1rem;padding:1rem 1.1rem;border-radius:16px;background:radial-gradient(ellipse at 0 0,rgba(56,189,248,.22),transparent 50%),linear-gradient(135deg,rgba(12,18,28,.9),rgba(20,16,10,.75));border:1px solid rgba(56,189,248,.28)}.esx-bypass-hero-text h4{margin:.15rem 0 .35rem;font-size:1.15rem}.esx-bypass-hero-text p{margin:0;color:rgba(210,220,230,.72);font-size:.88rem;line-height:1.5;max-width:42ch}.esx-bypass-master{min-width:150px;display:grid;grid-gap:.15rem;gap:.15rem;justify-items:start;padding:.85rem 1rem;border-radius:14px;border:1px solid hsla(0,0%,100%,.12);background:rgba(0,0,0,.35);color:inherit;cursor:pointer;text-align:start;transition:border-color .2s,background .2s,transform .15s}.esx-bypass-master:hover{transform:translateY(-1px)}.esx-bypass-master.on{border-color:rgba(34,197,94,.5);background:linear-gradient(145deg,rgba(34,197,94,.22),rgba(16,24,20,.55))}.esx-bypass-master.off{border-color:rgba(239,68,68,.4);background:linear-gradient(145deg,rgba(239,68,68,.16),rgba(24,12,12,.55))}.esx-bypass-master-dot{width:10px;height:10px;border-radius:50%;margin-bottom:.2rem;background:#f87171;box-shadow:0 0 12px hsla(0,91%,71%,.7)}.esx-bypass-master.on .esx-bypass-master-dot{background:#4ade80;box-shadow:0 0 12px rgba(74,222,128,.75)}.esx-bypass-master-title{font-weight:800;font-size:.95rem}.esx-bypass-master-sub{font-size:.74rem;color:hsla(60,13%,84%,.65)}.esx-bypass-body.is-dim{opacity:.42;pointer-events:none;filter:grayscale(.25)}.esx-bypass-summary{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.55rem;gap:.55rem;margin-bottom:.85rem}.esx-bypass-summary>div{display:grid;grid-gap:.15rem;gap:.15rem;padding:.65rem .7rem;border-radius:12px;background:rgba(0,0,0,.28);border:1px solid hsla(0,0%,100%,.07);text-align:center}.esx-bypass-summary span{font-size:.7rem;color:rgba(190,200,210,.6);text-transform:uppercase;letter-spacing:.04em}.esx-bypass-summary strong{font-size:1.15rem;color:#e8f4ff}.esx-bypass-cfg{display:flex;gap:.65rem;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:.95rem;padding:.75rem .9rem;border-radius:12px;background:rgba(8,20,32,.7);border:1px dashed rgba(56,189,248,.35)}.esx-bypass-cfg-copy{display:grid;grid-gap:.2rem;gap:.2rem;min-width:0}.esx-bypass-cfg-copy code{color:#7dd3fc;font-size:.82rem;word-break:break-all}.esx-bypass-cfg-copy span{font-size:.75rem;color:rgba(180,200,220,.6)}.esx-bypass-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:.9rem}.esx-bypass-method{padding:.85rem .9rem;border-radius:14px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);display:grid;grid-gap:.55rem;gap:.55rem}.esx-bypass-method-head{display:flex;justify-content:space-between;gap:.5rem;align-items:flex-start}.esx-bypass-method-head strong{display:block;font-size:.92rem;color:#f3f6fa}.esx-bypass-method-head p{margin:.2rem 0 0;font-size:.75rem;color:rgba(190,200,210,.62);line-height:1.4}.esx-bypass-count{font-size:.72rem;font-weight:700;padding:.2rem .5rem;border-radius:999px;background:rgba(56,189,248,.14);color:#7dd3fc;white-space:nowrap}.esx-bypass-presets{display:flex;flex-wrap:wrap;gap:.35rem}.esx-bypass-preset{border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.28);color:rgba(220,230,240,.85);border-radius:999px;padding:.28rem .55rem;font-size:.74rem;cursor:pointer;font:inherit}.esx-bypass-preset code{font-size:.74rem}.esx-bypass-preset.active{border-color:rgba(34,197,94,.45);background:rgba(34,197,94,.16);color:#bbf7d0}.esx-lux-card-bypass{border-color:rgba(56,189,248,.32)!important;background:radial-gradient(ellipse at 100% 0,rgba(56,189,248,.1),transparent 42%),hsla(0,0%,100%,.03)!important}@media (max-width:860px){.esx-bypass-hero,.esx-bypass-simple-head,.esx-bypass-tabs{grid-template-columns:1fr}.esx-bypass-tabs-4{grid-template-columns:1fr 1fr}.esx-bypass-methods{grid-template-columns:1fr}.esx-bypass-summary{grid-template-columns:repeat(2,1fr)}}.cm-page{background:#070b16;color:#f3f5fb}.cm-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(7,11,22,.82);border-bottom:1px solid hsla(0,0%,100%,.06)}.cm-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4.25rem}.cm-brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;font-size:1.15rem;color:#fff;text-decoration:none}.cm-brand-logo,.cm-brand-mark{width:2rem;height:2rem;border-radius:999px;object-fit:cover}.cm-brand-mark{display:grid;place-items:center;background:rgba(212,175,55,.15)}.cm-nav{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;justify-content:flex-end}.cm-nav a{color:rgba(243,245,251,.82);text-decoration:none;font-size:.92rem}.cm-lang,.cm-nav a:hover{color:#fff}.cm-lang{background:transparent;border:1px solid hsla(0,0%,100%,.14);border-radius:999px;padding:.25rem .65rem;cursor:pointer}.cm-btn-gold{background:linear-gradient(135deg,#f0d47a,#d4af37 55%,#b8922a);color:#111!important;border:none;font-weight:800;border-radius:999px;box-shadow:0 8px 24px rgba(212,175,55,.28)}.cm-btn-gold:hover{filter:brightness(1.05)}.cm-btn-sm{padding:.45rem .95rem;font-size:.88rem}.cm-btn-ghost{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.16);color:#fff;border-radius:999px}.cm-hero{padding:3.5rem 0 2.5rem}.cm-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:2rem;gap:2rem;align-items:center}.cm-hero-kicker{display:inline-flex;padding:.35rem .75rem;border-radius:999px;background:rgba(212,175,55,.12);color:#e7c86a;font-size:.82rem;margin:0 0 1rem}.cm-hero-title{font-size:clamp(1.8rem,3.4vw,2.85rem);line-height:1.25;margin:0 0 1rem;font-weight:900}.cm-hero-sub{color:rgba(243,245,251,.72);font-size:1.02rem;line-height:1.75;margin:0 0 1.35rem;max-width:38rem}.cm-hero-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.15rem}.cm-hero-pills{display:flex;flex-wrap:wrap;gap:.45rem;padding:.75rem;border-radius:1rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06)}.cm-pill{padding:.35rem .7rem;border-radius:999px;background:hsla(0,0%,100%,.05);color:rgba(243,245,251,.78);font-size:.82rem}.cm-hero-visual{min-width:0}.cm-hero-frame{position:relative;border-radius:1.35rem;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 24px 60px rgba(0,0,0,.45);aspect-ratio:1/1;background:#101628}.cm-hero-img{width:100%;height:100%;object-fit:cover;display:block}.cm-hero-badge{position:absolute;left:1rem;bottom:1rem;display:flex;gap:.65rem;align-items:center;padding:.65rem .85rem;border-radius:1rem;background:rgba(8,12,24,.82);border:1px solid hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cm-hero-badge img{width:2.4rem;height:2.4rem;border-radius:.7rem;object-fit:cover}.cm-hero-badge strong{display:block;color:#fff}.cm-hero-badge span{color:rgba(243,245,251,.7);font-size:.82rem}.cm-section{padding:3.5rem 0}.cm-section-head{margin-bottom:1.5rem}.cm-section-head h2{margin:0 0 .45rem;font-size:clamp(1.55rem,2.5vw,2.2rem)}.cm-section-head p{margin:0;color:rgba(243,245,251,.65)}.cm-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.cm-feature-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-radius:1.15rem;padding:1.15rem 1.1rem 1.25rem}.cm-feature-icon{font-size:1.45rem;display:inline-block;margin-bottom:.55rem}.cm-feature-card h3{margin:0 0 .4rem;font-size:1.02rem}.cm-feature-card p{margin:0;color:rgba(243,245,251,.66);font-size:.92rem;line-height:1.65}.cm-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.cm-stat-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-radius:1.1rem;padding:1.2rem 1rem;text-align:center}.cm-stat-card strong{display:block;font-size:1.55rem;color:#e7c86a;margin-bottom:.25rem}.cm-stat-card span{color:rgba(243,245,251,.7);font-size:.9rem}.cm-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.cm-step-card{background:hsla(0,0%,100%,.03);border:1px solid rgba(255,255,251,.07);border-radius:1.15rem;padding:1.25rem}.cm-step-n{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:rgba(212,175,55,.16);color:#e7c86a;font-weight:800;margin-bottom:.75rem}.cm-step-card h3{margin:0 0 .45rem}.cm-step-card p{margin:0;color:rgba(243,245,251,.66);line-height:1.65}.cm-page .faq-section,.cm-page .section,.cm-page .site-footer,.cm-page footer{background:transparent}@media (max-width:980px){.cm-feature-grid,.cm-hero-grid,.cm-steps-grid{grid-template-columns:1fr}.cm-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cm-hero-frame{aspect-ratio:16/11}}@media (max-width:640px){.cm-nav a:not(.cm-btn-gold){display:none}.cm-stats-grid{grid-template-columns:1fr 1fr}}.cm-footer{border-top:1px solid hsla(0,0%,100%,.06);padding:2rem 0 2.5rem;background:#060914}.cm-footer-inner{display:flex;justify-content:space-between;gap:1.25rem;flex-wrap:wrap;align-items:center}.cm-footer-brand{display:flex;gap:.75rem;align-items:center}.cm-footer-brand img{width:2.4rem;height:2.4rem;border-radius:.7rem;object-fit:cover}.cm-footer-brand strong{display:block;color:#fff}.cm-footer-brand p{margin:.15rem 0 0;color:rgba(243,245,251,.6);font-size:.88rem}.cm-footer-links{display:flex;flex-wrap:wrap;gap:.9rem}.cm-footer-links a{color:rgba(243,245,251,.78);text-decoration:none;font-size:.92rem}.cm-footer-links a:hover{color:#e7c86a}