@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap";:root{--bg-primary:#0a0a1a;--bg-secondary:#111128;--bg-tertiary:#1a1a3e;--bg-card:#1a1a3e99;--bg-glass:#ffffff08;--bg-glass-hover:#ffffff0f;--text-primary:#f0f0ff;--text-secondary:#a0a0cc;--text-muted:#6b6b99;--accent-primary:#7c3aed;--accent-secondary:#4f46e5;--accent-tertiary:#2563eb;--accent-glow:#7c3aed4d;--gradient-primary:linear-gradient(135deg, #7c3aed, #4f46e5, #2563eb);--gradient-secondary:linear-gradient(135deg, #ec4899, #8b5cf6, #6366f1);--gradient-card:linear-gradient(135deg, #7c3aed1a, #4f46e50d);--gradient-bg:radial-gradient(ellipse at top, #1a1a3e 0%, #0a0a1a 70%);--success:#10b981;--warning:#f59e0b;--error:#ef4444;--info:#3b82f6;--border-color:#7c3aed26;--border-glow:#7c3aed66;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-glow:0 0 30px #7c3aed33;--shadow-glow-lg:0 0 60px #7c3aed4d;--transition-fast:.15s ease;--transition-normal:.3s ease;--transition-slow:.5s ease;--bp-xs:480px;--bp-sm:640px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1280px;--touch-target:44px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;width:100%;overflow-x:hidden}body{background:var(--bg-primary);color:var(--text-primary);overflow-wrap:break-word;word-wrap:break-word;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}img,video,svg,canvas{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}h1{font-size:clamp(1.75rem,4vw + 1rem,3.5rem)}h2{font-size:clamp(1.5rem,3vw + .75rem,2.5rem)}h3{font-size:clamp(1.25rem,2vw + .5rem,1.75rem)}a{color:inherit;text-decoration:none}button{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;outline:none;font-family:Inter,sans-serif}input,textarea,select{border:none;outline:none;font-family:Inter,sans-serif;font-size:16px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--accent-primary);border-radius:var(--radius-full)}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-normal)}.glass-card:hover{background:var(--bg-glass-hover);border-color:var(--border-glow);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.gradient-text-secondary{background:var(--gradient-secondary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-full);transition:all var(--transition-normal);cursor:pointer;min-height:var(--touch-target);border:none;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{box-shadow:var(--shadow-glow-lg);transform:translateY(-2px)}.btn-secondary{background:var(--bg-glass);color:var(--text-primary);border-radius:var(--radius-full);border:1px solid var(--border-color);transition:all var(--transition-normal);cursor:pointer;min-height:var(--touch-target);justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;display:inline-flex}.btn-secondary:hover{background:var(--bg-glass-hover);border-color:var(--border-glow);box-shadow:var(--shadow-glow)}.input-field{background:var(--bg-glass);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:all var(--transition-normal);padding:14px 18px;font-size:.95rem}.input-field::placeholder{color:var(--text-muted)}.input-field:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow)}.page-container{background:var(--gradient-bg);min-height:100vh}.spinner{border:3px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #7c3aed33}50%{box-shadow:0 0 40px #7c3aed66}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:3s ease-in-out infinite float}.animate-pulse-glow{animation:2s ease-in-out infinite pulse-glow}.badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;padding:4px 12px;font-size:.75rem;font-weight:600}.badge-purple{color:#a78bfa;background:#7c3aed26;border:1px solid #7c3aed4d}.badge-green{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.badge-blue{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d}.badge-yellow{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.score-circle{border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;display:flex;position:relative}.score-circle:before{content:"";background:var(--gradient-primary);z-index:-1;border-radius:50%;position:absolute;inset:-3px}.score-circle:after{content:"";background:var(--bg-secondary);z-index:-1;border-radius:50%;position:absolute;inset:0}.toast{border-radius:var(--radius-md);z-index:10000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:14px 24px;font-size:.9rem;animation:.3s fadeInUp;position:fixed;bottom:24px;right:24px}.toast-success{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.toast-error{color:#f87171;background:#ef444426;border:1px solid #ef44444d}@media (width<=1024px){.score-circle{width:100px;height:100px;font-size:2rem}}@media (width<=768px){.btn-primary,.btn-secondary{padding:12px 22px;font-size:.9rem}.toast{text-align:center;bottom:16px;left:16px;right:16px}.score-circle{width:90px;height:90px;font-size:1.75rem}.glass-card:hover{transform:none}}@media (width<=480px){.btn-primary,.btn-secondary{width:100%;padding:14px 20px}.badge{padding:3px 10px;font-size:.7rem}.input-field{padding:12px 14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);background:#0a0a1acc;position:fixed;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;padding:0 24px;display:flex}.navbar-logo{align-items:center;gap:10px;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800;display:flex}.logo-icon{border-radius:var(--radius-md);background:var(--gradient-primary);color:#fff;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.logo-text{color:var(--text-primary)}.logo-accent{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar-links{align-items:center;gap:8px;display:flex}.nav-link{border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-normal);align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:500;display:flex}.nav-link:hover,.nav-link.active{color:var(--text-primary);background:#7c3aed1a}.nav-link.active{color:#a78bfa;background:#7c3aed26}.dashboard-nav-btn{border-radius:var(--radius-full);color:#fff;background:linear-gradient(135deg,#7c3aed26,#ec489926);border:1px solid #7c3aed66;align-items:center;gap:8px;padding:8px 20px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 15px #7c3aed33}.dashboard-nav-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.dashboard-nav-btn:hover{background:linear-gradient(135deg,#7c3aed4d,#ec48994d);border-color:#7c3aedb3;transform:translateY(-1px);box-shadow:0 0 20px #7c3aed66,inset 0 0 10px #ec489933}.dashboard-nav-btn:hover:before{left:100%}.dashboard-nav-btn.active{color:#fff;background:linear-gradient(135deg,#7c3aed66,#ec489966);border-color:#a78bfa;box-shadow:0 0 25px #7c3aed80}.navbar-actions,.user-section{align-items:center;gap:12px;display:flex}.user-avatar{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.btn-logout{border-radius:var(--radius-full);color:#f87171;transition:all var(--transition-normal);background:#ef44441a;border:1px solid #ef444433;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:500;display:flex}.btn-logout:hover{background:#ef444433}.mobile-toggle{color:var(--text-primary);background:0 0;padding:8px;display:none}.mobile-menu{border-top:1px solid var(--border-color);padding:12px 24px;overflow:hidden}.mobile-link{border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-normal);background:0 0;border:none;align-items:center;gap:8px;padding:12px 16px;font-size:.95rem;display:flex}.mobile-link:hover,.mobile-link.active{color:var(--text-primary);background:#7c3aed1a}.mobile-dashboard-btn{color:#fff;background:linear-gradient(135deg,#7c3aed26,#ec489926);border:1px solid #7c3aed4d;margin-bottom:8px;font-weight:600}.mobile-dashboard-btn:hover,.mobile-dashboard-btn.active{background:linear-gradient(135deg,#7c3aed40,#ec489940);border-color:#7c3aed99;box-shadow:0 0 15px #7c3aed33}.desktop-only{display:flex}@media (width<=768px){.desktop-only{display:none!important}.mobile-toggle{display:block}}.landing-page{min-height:100vh;position:relative;overflow:hidden}.text-accent-primary{color:var(--accent-primary)}.text-xs{font-size:.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.ml-1{margin-left:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mr-2{margin-right:.5rem}.w-full{width:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.inline-flex{align-items:center;display:inline-flex}.text-text-secondary{color:var(--text-secondary)}.section-container{max-width:1200px;margin:0 auto;padding:0 24px}.text-center{text-align:center}.landing-page .navbar{-webkit-backdrop-filter:none;background:#0e0e11;border-bottom:1px solid #ffffff0f}.landing-page .gradient-text,.landing-page .gradient-text-secondary{background:0 0;-webkit-background-clip:initial;-webkit-text-fill-color:#c4b5fd;background-clip:initial;color:#c4b5fd;font-weight:inherit}.landing-page .btn-primary{box-shadow:none;transition:background .18s,box-shadow .18s}.landing-page .btn-primary:before{display:none}.landing-page .btn-primary:hover{transform:none;box-shadow:0 0 0 3px #7c3aed2e}.landing-page .dashboard-nav-btn{box-shadow:none;background:#a78bfa1a;border-color:#a78bfa4d;transition:background .18s,border-color .18s}.landing-page .dashboard-nav-btn:before{display:none}.landing-page .dashboard-nav-btn:hover{box-shadow:none;background:#a78bfa2e;border-color:#a78bfa80;transform:none}.lp-hero{align-items:center;min-height:auto;padding-top:140px;padding-bottom:100px;display:flex;position:relative}.lp-hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.lp-grid-pattern,.lp-glow-orb{display:none}.lp-hero-grid{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.lp-headline{letter-spacing:-.02em;color:#fff;margin-bottom:20px;font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1.1}.lp-subtext{color:var(--text-secondary);max-width:540px;margin-bottom:32px;font-size:1.05rem;line-height:1.6}.lp-btn-xl{border-radius:var(--radius-full);padding:13px 28px;font-size:1rem}.lp-hero-actions{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.lp-hero-trust{-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffff06;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:12px;padding:6px 12px;display:flex}.avatar-group{display:flex}.avatar-sm{object-fit:cover;background:var(--bg-secondary);border:2px solid #10101a;border-radius:50%;width:36px;height:36px;margin-left:-12px}.avatar-sm:first-child{margin-left:0}.avatar-more{background:var(--gradient-primary);color:#fff;border:2px solid #10101a;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.trust-info{text-align:left;flex-direction:column;gap:2px;display:flex}.stars{gap:2px;display:flex}.trust-text{color:var(--text-muted);font-size:.85rem}.trust-text strong{color:#fff}.lp-hero-visual{perspective:1500px;transform-style:preserve-3d;will-change:transform}.lp-hero-content{will-change:transform, opacity}.enhanced-mockup{-webkit-backdrop-filter:none;width:100%;height:480px;transform-style:preserve-3d;background:#141417;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;font-family:Inter,sans-serif;display:flex;position:relative;box-shadow:inset 0 1px #ffffff0a,0 10px 28px #0006}.mockup-header-complex{background:#0000004d;border-bottom:1px solid #ffffff0d;border-radius:16px 16px 0 0;align-items:center;gap:16px;height:44px;padding:0 16px;display:flex}.mockup-mac-dots{gap:6px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot-r{background:#ff5f56}.dot-y{background:#ffbd2e}.dot-g{background:#27c93f}.mockup-url-bar{background:#0006;border:1px solid #ffffff0d;border-radius:6px;flex:1;align-items:center;gap:8px;max-width:300px;height:24px;margin:0 auto;padding:0 10px;display:flex}.mockup-url-bar span{color:var(--text-muted);font-size:.65rem}.mockup-header-actions{align-items:center;gap:10px;display:flex}.mockup-bell{background:#ffffff1a;border-radius:50%;width:14px;height:14px}.mockup-avatar{background:var(--gradient-primary);border-radius:50%;width:22px;height:22px}.mockup-body-complex{flex:1;display:flex;overflow:hidden}.mockup-sidebar-detailed{background:#00000026;border-right:1px solid #ffffff0d;flex-direction:column;gap:24px;min-width:140px;padding:20px 16px;display:flex}.mockup-logo-line{align-items:center;gap:8px;display:flex}.mockup-nav-items{flex-direction:column;gap:16px;display:flex}.mockup-nav-item{opacity:.5;align-items:center;gap:8px;display:flex}.mockup-nav-item.active{opacity:1}.icon-skeleton{background:currentColor;border-radius:4px;width:14px;height:14px}.mockup-nav-item.active .icon-skeleton{color:var(--accent-primary)}.line-skeleton{background:#fff3;border-radius:4px;height:6px}.line-skeleton.bold{background:#fff;height:8px}.w-12{width:32px}.w-16{width:48px}.w-20{width:64px}.w-24{width:80px}.w-32{width:100px}.mockup-main-dashboard{background:radial-gradient(circle at 100% 0,#7c3aed0d,#0000 60%);flex-direction:column;flex:1;gap:20px;padding:20px;display:flex}.mockup-metrics{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.mockup-metric-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:8px;padding:12px;display:flex}.metric-value{color:#fff;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700}.metric-trend{align-items:center;gap:4px;font-size:.65rem;display:flex}.metric-trend.green{color:#10b981;font-weight:700}.mockup-chart-complex{background:#0003;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;flex:1;padding:16px;display:flex}.mockup-chart-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.mockup-filters{background:#0006;border-radius:6px;gap:8px;padding:4px;display:flex}.filter-pill{color:var(--text-muted);border-radius:4px;padding:4px 10px;font-size:.6rem}.filter-pill.active{color:#fff;background:#ffffff1a}.mockup-chart-grid{flex-direction:column;flex:1;justify-content:space-between;padding-bottom:4px;padding-left:24px;display:flex;position:relative}.grid-line{background:#ffffff0d;width:100%;height:1px;position:relative}.y-label{color:var(--text-muted);font-size:.55rem;position:absolute;top:-6px;left:-24px}.mockup-bars-container{justify-content:space-around;align-items:flex-end;padding:0 10px;display:flex;position:absolute;inset:0 0 0 24px}.mockup-bar-group{align-items:flex-end;gap:4px;height:100%;padding-top:10px;display:flex}.bar-p,.bar-n{border-radius:3px 3px 0 0;width:12px}.bar-p{background:linear-gradient(#7c3aed,#7c3aed66)}.bar-n{background:linear-gradient(#ef4444cc,#ef444433)}.mockup-svg-line{pointer-events:none;z-index:2;filter:drop-shadow(0 4px 6px #7c3aed80);width:calc(100% - 24px);height:100%;position:absolute;inset:0 0 0 24px}.mockup-floating-small{border-radius:var(--radius-md);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);align-items:center;gap:8px;padding:10px 16px;font-size:.75rem;font-weight:600;display:flex;position:absolute;transform:translateZ(60px);box-shadow:0 10px 30px #00000080}.mockup-floating{border-radius:var(--radius-lg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a3ecc;align-items:center;gap:12px;padding:16px 24px;display:flex;position:absolute;bottom:-30px;right:-40px;transform:translateZ(50px);box-shadow:0 30px 50px #0009}.mockup-donut-chart{width:44px;height:44px}.circular-chart{max-width:100%;max-height:250px;margin:0 auto;display:block}.circle-bg{fill:none;stroke:#ffffff0d;stroke-width:3.8px}.circle{fill:none;stroke-width:2.8px;stroke-linecap:round}.circular-chart.green .circle{stroke:#10b981}.percentage{fill:#fff;text-anchor:middle;font-family:Outfit,sans-serif;font-size:10px;font-weight:700}@keyframes chartprogress{0%{stroke-dasharray:0 100}}.lp-marquee-section{display:none}.dead-marquee-section{z-index:10;-webkit-user-select:none;user-select:none;cursor:pointer;background:linear-gradient(90deg,#4ade80,#60a5fa,#a78bfa,#4ade80) 0 0/200%;border-top:1px solid #ffffff4d;border-bottom:1px solid #ffffff4d;margin:40px 0 80px;padding:16px 0;animation:10s linear infinite marquee-bg;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #7c3aed33}@keyframes marquee-bg{0%{background-position:0%}to{background-position:-200%}}.lp-marquee-container{flex-wrap:nowrap;display:flex}.lp-marquee-content{flex-shrink:0;align-items:center;animation:25s linear infinite marquee-scroll;display:flex}.lp-marquee-section:hover .lp-marquee-content{animation-play-state:paused}.lp-marquee-text{color:#0a0a1a;letter-spacing:.5px;margin:0 16px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.lp-marquee-icon{color:#0a0a1a;stroke-width:3px;margin-right:16px}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.lp-auth-overlay{z-index:9999;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lp-auth-backdrop{-webkit-backdrop-filter:blur(4px);background:#08080cbf;position:absolute;inset:0}.lp-auth-modal{z-index:10000;text-align:center;background:#141417;border:1px solid #ffffff14;border-radius:14px;width:100%;max-width:480px;padding:40px 36px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 12px 32px #00000080}.lp-auth-modal:before{display:none}.lp-auth-close{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.lp-auth-close:hover{color:#fff;background:#ffffff26}.lp-auth-icon-wrapper{width:56px;height:56px;color:var(--accent-primary);background:#a78bfa14;border:1px solid #a78bfa40;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex;position:relative}.lp-auth-pulse{display:none}.btn-outline{color:#fff;border-radius:var(--radius-full);background:0 0;border:1px solid #fff3;justify-content:center;align-items:center;padding:14px 24px;font-weight:500;transition:all .3s;display:flex}.btn-outline:hover{background:#ffffff0d;border-color:#fff6}.lp-features{z-index:2;padding:100px 0 120px;position:relative}.lp-section-head{margin-bottom:60px}.lp-section-title{letter-spacing:-.02em;color:#fff;margin-bottom:12px;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:700}.lp-section-sub{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1rem;line-height:1.55}.lp-features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.lp-feature-card{transform-style:flat;flex-direction:column;gap:14px;padding:28px;display:flex;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:#141417!important;border:1px solid #ffffff0f!important;border-radius:12px!important;transform:none!important}.lp-feature-icon{width:40px;height:40px;color:var(--accent-primary);background:#a78bfa14;border:1px solid #a78bfa2e;border-radius:8px;justify-content:center;align-items:center;margin-bottom:6px;display:flex;transform:none}.lp-feature-card h3{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:6px;font-size:1.1rem;font-weight:600;transform:none}.lp-feature-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.55;transform:none}.lp-process{z-index:2;padding:120px 0;position:relative}.lp-steps{gap:30px;margin-top:60px;display:flex;position:relative}.lp-step-line{z-index:0;background:#ffffff14;height:1px;position:absolute;top:50%;left:8%;right:8%}.lp-step{text-align:center;z-index:1;flex-direction:column;flex:1;align-items:center;padding:40px 30px;display:flex;position:relative}.lp-step-icon{width:52px;height:52px;box-shadow:none;color:var(--accent-primary);background:#141417;border:1px solid #a78bfa40;border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.lp-step-num{color:#ffffff0a;font-family:Outfit,sans-serif;font-size:2.4rem;font-weight:700;line-height:1;position:absolute;top:16px;right:18px}.lp-step h3{margin-bottom:12px;font-size:1.2rem}.lp-step p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.lp-compare{z-index:2;padding:120px 0;position:relative}.lp-compare-grid{box-shadow:none;border:1px solid #ffffff0f;border-radius:12px;grid-template-columns:1fr 1fr;gap:0;margin-top:40px;display:grid;overflow:hidden}.lp-compare-card{flex-direction:column;padding:44px 36px;display:flex;position:relative}.lp-compare-card.classic{-webkit-backdrop-filter:none;backdrop-filter:none;background:#15101180;border-right:1px solid #ffffff0f}.lp-compare-card.modern{-webkit-backdrop-filter:none;backdrop-filter:none;background:#141417;overflow:hidden}.lp-compare-glow{display:none}.lp-compare-header{z-index:1;align-items:center;gap:16px;margin-bottom:40px;display:flex;position:relative}.lp-compare-card.classic h3{color:#f87171;letter-spacing:-.01em;font-size:1.35rem;font-weight:600}.lp-compare-card.modern h3{color:#fff;letter-spacing:-.01em;font-size:1.35rem;font-weight:600}.lp-compare-list li{font-size:.95rem}.lp-compare-list{z-index:1;flex-direction:column;gap:24px;padding:0;list-style:none;display:flex;position:relative}.lp-compare-list li{align-items:center;gap:16px;font-size:1.1rem;display:flex}.lp-compare-card.classic .lp-compare-list li{color:#fca5a5;opacity:.9}.lp-compare-card.classic .lp-compare-list li svg{color:#ef4444;opacity:.8;flex-shrink:0}.lp-compare-card.modern .lp-compare-list li{color:var(--text-primary)}.lp-compare-card.modern .lp-compare-list li svg{flex-shrink:0}.text-success{color:#10b981!important}.lp-interactive-cta{z-index:2;padding:100px 0 120px;position:relative}.lp-interactive-inner{box-shadow:none;background:#141417;border:1px solid #ffffff0f;border-radius:14px;padding:64px 40px;position:relative;overflow:hidden}.cta-content-wrapper{z-index:10;text-align:center;max-width:800px;margin:0 auto;position:relative}.cta-content-wrapper h2{margin-bottom:16px;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.2}.cta-subtext{color:var(--text-secondary);margin-bottom:40px;font-size:1.15rem}.cta-input-group{box-shadow:none;background:#0e0e11;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:10px;margin-bottom:28px;padding:6px;transition:border-color .18s,box-shadow .18s;display:flex}.cta-input-group:focus-within{border-color:#a78bfa80;box-shadow:0 0 0 3px #a78bfa1f}.cta-input-wrapper{flex:1;align-items:center;gap:12px;padding-left:20px;display:flex}.cta-input-icon{color:var(--text-muted)}.cta-link-input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:1.1rem}.cta-link-input::placeholder{color:#ffffff4d}.cta-analyze-btn{box-shadow:none;border-radius:100px;align-items:center;gap:8px;padding:13px 26px;font-size:.98rem;font-weight:600;display:flex}.cta-trust-row{justify-content:center;align-items:center;gap:24px;display:flex}.cta-avatars{align-items:center;display:flex}.cta-avatars .avatar-sm{background:linear-gradient(135deg,#a78bfa,#3b82f6);border:2px solid #10101a;border-radius:50%;width:40px;height:40px;margin-left:-12px}.cta-avatars .avatar-sm:nth-child(2){background:linear-gradient(135deg,#f472b6,#ec4899)}.cta-avatars .avatar-sm:nth-child(3){background:linear-gradient(135deg,#34d399,#10b981)}.cta-avatars .avatar-sm:first-child{margin-left:0}.cta-avatars .avatar-more{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:2px solid #10101a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:-12px;font-size:.8rem;font-weight:700;display:flex}.cta-trust-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.cta-trust-text span{color:#fff;font-size:.95rem;font-weight:600}.cta-trust-text .cta-no-card{color:#10b981;font-size:.8rem;font-weight:500}@media (width<=768px){.cta-input-group{box-shadow:none;background:0 0;border:none;flex-direction:column;gap:16px;padding:0}.cta-input-wrapper{background:#0006;border:1px solid #ffffff1a;border-radius:100px;width:100%;padding:16px 20px}.cta-analyze-btn{justify-content:center;width:100%}.cta-trust-row{flex-direction:column;gap:16px}.cta-trust-text{text-align:center;align-items:center}}.lp-footer{background:#0e0e11;border-top:1px solid #ffffff0f;padding:36px 0}.lp-footer-inner{justify-content:space-between;align-items:center;display:flex}.lp-footer-brand{flex-direction:column;gap:8px;display:flex}.lp-footer-logo{color:var(--text-primary);align-items:center;gap:10px;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;display:flex}.lp-footer-brand p{color:var(--text-secondary);font-size:.9rem}.lp-footer-creator{color:var(--text-muted);letter-spacing:.3px;background:#ffffff05;border:1px solid #ffffff0d;border-radius:100px;align-items:center;padding:8px 18px;font-family:Outfit,sans-serif;font-size:.85rem;transition:all .3s;display:flex}.lp-footer-creator:hover{box-shadow:none;background:#ffffff0a;border-color:#a78bfa40;transform:none}.highlight-fly{background:0 0;-webkit-background-clip:initial;-webkit-text-fill-color:#c4b5fd;color:#c4b5fd;letter-spacing:.2px;margin-left:6px;font-weight:600}.lp-footer-legal{align-items:center;gap:12px;font-size:.85rem;display:flex}.lp-footer-dot{color:#fff3}.lp-footer-link{color:var(--text-muted);font-weight:500;text-decoration:none;transition:color .3s}.lp-footer-link:hover{color:var(--accent-primary)}@media (width<=1024px){.lp-hero{padding-top:110px;padding-bottom:70px}.lp-hero-grid{text-align:center;grid-template-columns:1fr;gap:40px}.lp-subtext{margin:0 auto 32px}.lp-hero-actions{justify-content:center}.lp-features{padding:70px 0 80px}.lp-features-grid{grid-template-columns:repeat(2,1fr);gap:18px}.lp-process,.lp-compare,.lp-interactive-cta{padding:80px 0}.lp-steps{flex-direction:column;gap:32px}.lp-step-line{background:#ffffff14;width:1px;height:100%;top:0;left:50%;transform:translate(-50%)}.lp-demo-form{flex-direction:column}.lp-demo-input{padding:16px 20px 16px 50px}.lp-demo-submit{justify-content:center;width:100%;height:52px}.lp-compare-grid{grid-template-columns:1fr}.lp-compare-card.classic{border-bottom:1px solid #ffffff0f;border-right:none}}@media (width<=768px){.lp-hero{padding-top:90px;padding-bottom:56px}.lp-headline{margin-bottom:16px;font-size:clamp(1.65rem,6vw,2.1rem)}.lp-subtext{margin-bottom:24px;font-size:.96rem}.lp-btn-xl{justify-content:center;width:100%;padding:12px 22px;font-size:.95rem}.lp-hero-actions{flex-direction:column;align-items:stretch;gap:14px;width:100%}.lp-hero-trust{box-sizing:border-box;flex-wrap:wrap;justify-content:center;width:100%;padding:8px 14px}.lp-features{padding:56px 0 60px}.lp-features-grid{grid-template-columns:1fr;gap:14px}.lp-feature-card{padding:22px}.lp-process,.lp-compare,.lp-interactive-cta{padding:60px 0}.lp-section-head{margin-bottom:36px}.lp-section-title{margin-bottom:10px;padding:0 12px;font-size:clamp(1.4rem,5vw,1.8rem)}.lp-section-sub{padding:0 12px;font-size:.95rem}.lp-demo-box{padding:28px 18px}.lp-footer{padding:28px 0}.lp-footer-inner{text-align:center;flex-direction:column;gap:18px}.lp-footer-legal{flex-wrap:wrap;justify-content:center}.lp-auth-modal{max-width:calc(100vw - 32px);padding:28px 22px}.lp-auth-modal h3{font-size:1.4rem!important}.lp-compare-card{padding:32px 22px}.lp-compare-card.classic h3,.lp-compare-card.modern h3{font-size:1.2rem}.lp-compare-list li{font-size:.9rem}.enhanced-mockup{height:380px}.mockup-sidebar-detailed{display:none}.mockup-floating{transform-origin:100% 100%;right:-10px;transform:scale(.85)}.mockup-floating-small{transform-origin:0 0;top:-10px;left:-10px;transform:scale(.85)}.lp-interactive-inner{padding:40px 20px}.cta-content-wrapper h2{font-size:clamp(1.5rem,5.5vw,1.95rem)}.cta-subtext{font-size:.96rem}.lp-faq-question{padding:18px 16px}.lp-faq-question h4{padding-right:8px;font-size:.96rem}.lp-faq-answer{padding:0 16px 18px;font-size:.9rem}.lp-platforms{padding:40px 0 8px}.lp-platforms-title{letter-spacing:1.5px;margin-bottom:22px;font-size:.75rem}.lp-platform-item{font-size:.92rem}.lp-live-demo{padding:60px 0 36px}.demo-tabs{gap:8px;margin-bottom:28px}.demo-tab{padding:9px 14px;font-size:.85rem}.demo-report-container{padding:24px 18px}.demo-title{font-size:1.25rem}}@media (width<=480px){.lp-hero{padding-top:80px;padding-bottom:48px}.lp-headline{font-size:1.55rem;line-height:1.2}.lp-subtext{padding:0 4px;font-size:.92rem}.lp-hero-grid{gap:28px}.lp-hero-trust{gap:8px}.avatar-sm{width:28px;height:28px;margin-left:-8px}.trust-text{font-size:.78rem}.enhanced-mockup{height:320px}.mockup-metrics,.mockup-floating,.mockup-floating-small{display:none}.lp-step{padding:24px 16px}.lp-step-icon{width:44px;height:44px}.lp-step-num{font-size:2rem;top:12px;right:12px}.lp-feature-card{padding:20px}.lp-feature-icon{width:36px;height:36px}.lp-feature-card h3{font-size:1.02rem}.lp-feature-card p{font-size:.86rem}.lp-compare-card{padding:26px 18px}.lp-interactive-inner{padding:32px 18px}.cta-content-wrapper h2{font-size:1.4rem}.cta-content-wrapper{padding:0}.cta-link-input{font-size:.96rem}.cta-analyze-btn{padding:12px 20px;font-size:.92rem}.lp-auth-modal{padding:24px 18px}.section-container{padding:0 18px}}@media (width<=360px){.lp-headline{font-size:1.35rem}.lp-subtext{font-size:.88rem}.enhanced-mockup{height:280px}.section-container{padding:0 14px}}.lp-platforms{z-index:2;padding:60px 0 20px;position:relative}.lp-platforms-title{text-align:center;color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;margin-bottom:30px;font-size:.85rem;font-weight:600}.lp-platforms-carousel{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.lp-platforms-track{gap:56px;width:max-content;padding:0 30px;animation:40s linear infinite platforms-scroll;display:flex}.lp-platforms-track:hover{animation-play-state:paused}.lp-platform-item{color:var(--text-muted);opacity:.55;cursor:pointer;align-items:center;gap:10px;font-size:1rem;font-weight:600;transition:opacity .18s,color .18s;display:flex}.lp-platform-item:hover{opacity:.9;color:var(--text-secondary);transform:none}@keyframes platforms-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 30px))}}.lp-faq{z-index:2;padding:100px 0;position:relative}.lp-faq-container{flex-direction:column;gap:16px;max-width:800px;margin:0 auto;display:flex}.lp-faq-item{cursor:pointer;background:#141417;border:1px solid #ffffff0f;border-radius:10px;transition:border-color .18s,background .18s;overflow:hidden}.lp-faq-item:hover{background:#17171b;border-color:#ffffff1f}.lp-faq-item.active{box-shadow:none;background:#17171b;border-color:#a78bfa59}.lp-faq-question{justify-content:space-between;align-items:center;padding:24px;display:flex}.lp-faq-question h4{color:#fff;margin:0;font-size:1.1rem;font-weight:600}.lp-faq-toggle{width:32px;height:32px;color:var(--text-muted);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.lp-faq-item.active .lp-faq-toggle{color:var(--accent-primary);background:#7c3aed33}.lp-faq-answer{color:var(--text-secondary);padding:0 24px 24px;font-size:.95rem;line-height:1.6}.lp-live-demo{z-index:2;padding:100px 0 60px;position:relative}.demo-tabs{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:40px;display:flex}.demo-tab{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:10px;padding:12px 24px;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.demo-tab:hover{color:#fff;background:#ffffff1a}.demo-tab.active{color:#fff;box-shadow:none;background:#a78bfa1f;border-color:#a78bfa73}.demo-report-container{background:#141417;border:1px solid #ffffff0f;border-radius:14px;max-width:900px;margin:0 auto;padding:36px;box-shadow:inset 0 1px #ffffff0a,0 8px 24px #0000004d}.demo-report-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;display:flex}.demo-header-left{flex:1}.demo-title{color:#fff;margin-bottom:12px;font-size:1.8rem;font-weight:700}.demo-meta{flex-wrap:wrap;gap:16px;display:flex}.demo-stat{color:var(--text-secondary);background:#ffffff08;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:.9rem;display:flex}.demo-header-right{flex-direction:column;align-items:center;gap:8px;display:flex}.demo-score{background:#0003;border:4px solid;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;display:flex}.demo-score-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.demo-tldr{border-radius:var(--radius-lg);background:#7c3aed0d;border:1px solid #7c3aed33;gap:20px;margin-bottom:24px;padding:24px;display:flex}.demo-tldr-icon{background:#7c3aed1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.demo-tldr-title{color:#fff;margin-bottom:8px;font-size:1.1rem;font-weight:600}.demo-tldr-text{color:var(--text-secondary);font-size:1rem;line-height:1.6}.demo-sw-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.demo-sw-card{border-radius:var(--radius-lg);background:#0003;border:1px solid #ffffff0d;padding:24px}.demo-sw-card.strengths h4{color:#10b981}.demo-sw-card.weaknesses h4{color:#ef4444}.demo-sw-card h4{align-items:center;gap:8px;margin-bottom:16px;font-size:1.1rem;font-weight:600;display:flex}.demo-sw-card ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.demo-sw-card li{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.5;display:flex}.dot-green,.dot-red{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.dot-green{background:#10b981;box-shadow:0 0 8px #10b98166}.dot-red{background:#ef4444;box-shadow:0 0 8px #ef444466}.demo-recommendation{border-radius:var(--radius-lg);background:#fbbf240d;border:1px solid #fbbf2433;align-items:flex-start;gap:16px;padding:24px;display:flex}.demo-rec-emoji{font-size:2rem;line-height:1}.demo-recommendation h4{color:#fbbf24;margin-bottom:8px;font-size:1.1rem;font-weight:600}.demo-recommendation p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (width<=768px){.demo-report-container{padding:24px}.demo-sw-grid{grid-template-columns:1fr}.demo-report-header{flex-direction:column;gap:20px}.demo-header-right{flex-direction:row;align-self:flex-start;align-items:center}}.lp-footer-v2{background:linear-gradient(#0000 0%,#0a0a1a99 30%,#07071a 100%);border-top:1px solid #ffffff0d;margin-top:80px;padding:80px 0 32px;position:relative}.lp-footer-v2 .section-container{z-index:1;position:relative}.lp-footer-grid{grid-template-columns:2.3fr 1fr 1fr 1fr;gap:64px;padding-bottom:56px;display:grid}.lp-footer-col{flex-direction:column;min-width:0;display:flex}.lp-footer-brand-col{max-width:380px}.lp-footer-logo{align-items:center;gap:8px;margin-bottom:18px;display:flex}.lp-footer-logo img{object-fit:contain;width:40px;height:40px}.lp-footer-brand-text{letter-spacing:-.01em;color:#fff;font-size:1.25rem;font-weight:700}.lp-footer-brand-accent{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.lp-footer-tagline{color:#ffffff8c;margin:0 0 22px;font-size:.92rem;line-height:1.65}.lp-footer-contact{color:#818cf8;border-bottom:1px dashed #818cf84d;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:inline-block}.lp-footer-contact:hover{color:#c084fc;border-color:#c084fc80}.lp-footer-heading{text-transform:uppercase;letter-spacing:.14em;color:#ffffff73;margin:0 0 22px;font-size:.74rem;font-weight:700}.lp-footer-nav-link{color:#ffffffb8;padding:7px 0;font-size:.93rem;text-decoration:none;transition:color .2s,transform .2s;display:block}.lp-footer-nav-link:hover{color:#fff;transform:translate(3px)}.lp-footer-bar{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding-top:28px;display:flex}.lp-footer-bar-left{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.lp-footer-copy{color:#ffffff73;font-size:.85rem}.lp-footer-credit{color:#fff6;font-size:.82rem}.lp-footer-credit .highlight-fly{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.lp-footer-payment{align-items:center;gap:12px;display:flex}.lp-footer-payment-label{color:#fff6;letter-spacing:.04em;font-size:.78rem;font-weight:500}.lp-footer-payment-icons{align-items:center;gap:6px;display:flex}.lp-footer-payment-badge{background:#fff;border-radius:5px;justify-content:center;align-items:center;height:22px;padding:5px 8px;display:flex;box-shadow:0 2px 4px #00000026}@media (width<=1000px){.lp-footer-grid{grid-template-columns:1fr 1fr 1fr;gap:40px}.lp-footer-brand-col{grid-column:1/-1;max-width:100%;margin-bottom:12px}}@media (width<=700px){.lp-footer-v2{padding:60px 0 24px}.lp-footer-grid{grid-template-columns:1fr 1fr;gap:36px 24px;padding-bottom:40px}.lp-footer-bar{flex-direction:column;align-items:flex-start;gap:16px}.lp-footer-bar-left{flex-direction:column;align-items:flex-start;gap:6px}}@media (width<=420px){.lp-footer-grid{grid-template-columns:1fr;gap:32px}}body.auth-page-active{overscroll-behavior:none!important;background:#050508!important}html{overscroll-behavior:none}@media (width>=961px){body.auth-page-active{width:100vw!important;max-width:100vw!important;height:100dvh!important;overflow:hidden!important}}.auth-split-layout{--neon-red:#ff3b30;--neon-red-glow:#ff3b3066;--neon-red-glow-strong:#ff3b30b3;--neon-coral:#ff5e3a;--obsidian-dark:#050508;--obsidian-medium:#0c0c12;--obsidian-light:#14141f;--glass-bg:#0a0a0f99;--glass-border:#ffffff0d;--glass-highlight:#ffffff05;--text-white:#fff;--text-muted:#ffffff80;--text-dim:#ffffff4d;background-color:var(--obsidian-dark);width:100%;height:100dvh;color:var(--text-white);font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.auth-bg-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#ff3b301f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-100px;left:-100px}.auth-bg-glow-right{pointer-events:none;z-index:0;background:radial-gradient(circle,#ff5e3a14 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-100px;right:-100px}.auth-showcase{background:radial-gradient(circle at 20% 30%,#ff3b3012,#0000 45%),linear-gradient(135deg,#07070a 0%,#0c0c14 100%);border-right:1px solid #ffffff08;flex-direction:column;flex:1.1;justify-content:space-between;max-width:55%;padding:48px;display:flex;position:relative;overflow:hidden}.auth-showcase:after{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(#ffffff04 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.showcase-content{z-index:2;width:100%;max-width:600px;margin:auto 0;position:relative}.brand-logo{align-items:center;gap:12px;margin-bottom:40px;display:flex}.brand-text{color:var(--text-white);letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700}.brand-accent{color:var(--neon-red);text-shadow:0 0 10px var(--neon-red-glow)}.showcase-header h1{color:var(--text-white);letter-spacing:-1px;margin-bottom:16px;font-size:2.75rem;font-weight:800;line-height:1.25}.gradient-text{background:linear-gradient(135deg,#fff 30%,#ff8b80 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.showcase-subtitle{color:var(--text-muted);max-width:460px;margin-bottom:48px;font-size:1.05rem;line-height:1.6}.dashboard-mockup-container{justify-content:center;align-items:center;width:100%;height:380px;margin-top:20px;display:flex;position:relative}.neon-ring{border:2px solid var(--neon-red);width:320px;height:320px;box-shadow:0 0 40px var(--neon-red-glow), inset 0 0 30px var(--neon-red-glow);opacity:.85;z-index:1;border-radius:50%;animation:8s ease-in-out infinite ringFloat;position:absolute;top:10%;left:10%}.glass-dashboard{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);z-index:2;border-radius:20px;width:440px;height:290px;padding:18px;animation:6s ease-in-out infinite dashboardFloat;position:absolute;top:15%;left:20%;overflow:hidden;box-shadow:0 30px 60px #0009,inset 0 1px #ffffff0d}.dashboard-header-dots{gap:6px;margin-bottom:18px;display:flex}.dashboard-dot{background:#ffffff26;border-radius:50%;width:8px;height:8px}.dashboard-dot.active{background:var(--neon-red);box-shadow:0 0 8px var(--neon-red-glow-strong)}.mockup-grid{grid-template-rows:1.1fr .9fr;grid-template-columns:1.1fr .9fr;gap:12px;height:calc(100% - 26px);display:grid}.widget-card{background:#ffffff05;border:1px solid #ffffff08;border-radius:12px;flex-direction:column;justify-content:space-between;padding:12px;display:flex}.pie-widget{flex-direction:row;align-items:center;gap:12px;display:flex}.pie-chart-wrap{background:conic-gradient(var(--neon-red) 0% 40%, #ffffff0d 40% 100%);border-radius:50%;width:64px;height:64px;position:relative;box-shadow:0 0 15px #ff3b304d}.pie-chart-wrap:before{content:"";background:#0f0f18;border-radius:50%;position:absolute;inset:12px}.pie-legend{flex-direction:column;gap:4px;display:flex}.legend-item{color:var(--text-muted);align-items:center;gap:6px;font-size:.7rem;display:flex}.legend-color{background:#fff3;border-radius:50%;width:8px;height:8px}.legend-color.red{background:var(--neon-red);box-shadow:0 0 6px var(--neon-red)}.line-widget{position:relative;overflow:hidden}.line-chart-svg{width:100%;height:60px;margin-top:4px}.area-widget{flex-direction:column;grid-column:span 2;justify-content:flex-end;height:75px;display:flex;position:relative}.candles-container{justify-content:space-between;align-items:flex-end;height:48px;padding:0 8px;display:flex}.candle-bar{background:#ffffff14;border-radius:3px;width:6px;height:20px;transition:all .3s;position:relative}.candle-bar.glow{background:linear-gradient(to top, var(--neon-red), var(--neon-coral));box-shadow:0 0 10px var(--neon-red-glow)}.floating-widget-1{-webkit-backdrop-filter:blur(16px)saturate(140%);z-index:4;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;width:170px;height:120px;padding:14px;animation:5s ease-in-out infinite floatCard1;position:absolute;bottom:8%;left:6%;box-shadow:0 20px 40px #00000080,inset 0 1px 1px #ffffff1a}.glass-bars{align-items:flex-end;gap:8px;height:55px;margin-top:10px;display:flex}.glass-bar{background:#ffffff0f;border-radius:4px;flex:1;position:relative;overflow:hidden}.glass-bar-fill{background:linear-gradient(to top, var(--neon-red), var(--neon-coral));width:100%;box-shadow:0 0 12px var(--neon-red-glow-strong);border-radius:4px;position:absolute;bottom:0;left:0}.floating-widget-2{-webkit-backdrop-filter:blur(20px)saturate(150%);z-index:4;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;width:180px;height:100px;padding:12px;animation:7s ease-in-out infinite floatCard2;position:absolute;bottom:12%;right:5%;box-shadow:0 20px 40px #00000080,inset 0 1px 1px #ffffff1a}.floating-sphere{z-index:3;border-radius:50%;position:absolute}.floating-sphere.sphere-1{background:radial-gradient(circle at 30% 30%,#3a3a4a 0%,#0f0f16 60%,#ff3b30 100%);width:54px;height:54px;animation:9s ease-in-out infinite floatSphere1;top:40%;left:3%;box-shadow:0 10px 25px #0009,0 0 15px #ff3b3033}.floating-sphere.sphere-2{background:radial-gradient(circle at 30% 30%,#2a2a35 0%,#08080d 70%,#ff5e3a 100%);width:38px;height:38px;animation:6s ease-in-out infinite floatSphere2;top:30%;right:8%;box-shadow:0 8px 20px #000000b3,0 0 10px #ff5e3a26}.floating-sphere.sphere-3{background:radial-gradient(circle at 30% 30%,#444 0%,#000 80%,#ff3b30 100%);width:18px;height:18px;animation:8s ease-in-out infinite floatSphere3;bottom:25%;left:20%;box-shadow:0 4px 10px #000c}.widget-title{color:var(--text-white);margin-bottom:2px;font-size:.75rem;font-weight:600}.widget-subtitle{color:var(--text-muted);font-size:.6rem}.widget-value{color:var(--neon-coral);text-shadow:0 0 8px #ff5e3a4d;margin-top:4px;font-size:1rem;font-weight:700}.showcase-footer{z-index:2;color:var(--text-dim);font-size:.8rem;position:relative}.auth-form-panel{background-color:var(--obsidian-dark);z-index:1;flex-direction:column;flex:.9;height:100%;display:flex;position:relative;overflow-y:auto}.back-link{color:var(--text-muted);z-index:10;align-items:center;gap:8px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex;position:absolute;top:32px;left:32px}.back-link:hover{color:var(--text-white);transform:translate(-3px)}.form-container{z-index:2;width:100%;max-width:440px;margin:auto;padding:40px 24px;position:relative}.glass-form-card{-webkit-backdrop-filter:blur(25px);background:#0e0e1673;border:1px solid #ffffff0a;border-radius:24px;padding:36px 30px;box-shadow:0 30px 60px #0009,inset 0 1px #ffffff05}.form-header{text-align:center;margin-bottom:28px}.shield-icon{width:52px;height:52px;color:var(--neon-red);background:#ff3b3014;border:1px solid #ff3b3026;border-radius:14px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex;box-shadow:0 0 15px #ff3b3026}.form-header h2{color:var(--text-white);margin-bottom:6px;font-size:1.6rem;font-weight:700}.form-header p{color:var(--text-muted);font-size:.9rem}.oauth-buttons{gap:12px;margin-bottom:20px;display:flex}.oauth-btn{cursor:pointer;border:1px solid #ffffff0a;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:10px;padding:11px;font-size:.85rem;font-weight:600;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex}.oauth-btn:disabled{opacity:.5;cursor:not-allowed}.google-btn{color:var(--text-white);background:#ffffff0a}.google-btn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff1a;transform:translateY(-2px)}.github-btn{color:var(--text-white);background:#ffffff0a}.github-btn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff1a;transform:translateY(-2px)}.divider{text-align:center;align-items:center;margin:20px 0;display:flex}.divider:before,.divider:after{content:"";border-bottom:1px solid #ffffff0f;flex:1}.divider span{color:var(--text-dim);letter-spacing:.5px;padding:0 12px;font-size:.8rem}.auth-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#ffffffbf;font-size:.8rem;font-weight:600}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:var(--text-muted);pointer-events:none;transition:color .2s;position:absolute;left:14px}.input-with-icon{width:100%;color:var(--text-white);background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;font-size:16px;transition:all .25s cubic-bezier(.2,.8,.2,1);padding:12px 14px 12px 42px!important}.input-with-icon::placeholder{color:var(--text-dim)}.input-with-icon:focus{border-color:var(--neon-red);background:#ffffff0a;outline:none;box-shadow:0 0 15px #ff3b3026}.input-wrapper:focus-within .input-icon{color:var(--neon-red)}.password-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:14px}.password-toggle:hover{color:var(--text-white)}.auth-submit{background:linear-gradient(135deg, var(--neon-red) 0%, var(--neon-coral) 100%);color:var(--text-white);height:46px;box-shadow:0 10px 20px var(--neon-red-glow);border:none;border-radius:12px;justify-content:center;align-items:center;margin-top:8px;padding:12px;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex}.auth-submit:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 12px 25px #ff3b3080}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.password-strength-container{flex-direction:column;gap:6px;margin-top:10px;display:flex}.strength-bar-bg{background:#ffffff0d;border-radius:2px;width:100%;height:4px;overflow:hidden}.strength-bar-fill{border-radius:2px;height:100%;transition:width .4s,background-color .4s}.strength-text{font-size:.75rem;font-weight:600}.strength-requirements{flex-direction:column;gap:4px;margin:2px 0 0;padding:0;list-style:none;display:flex}.strength-requirements li{color:var(--text-dim);align-items:center;gap:6px;font-size:.7rem;display:flex}.strength-requirements li.met{color:#10b981}.spinner-small{border:2px solid #fff3;border-top-color:var(--text-white);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}.auth-alert{border-radius:8px;padding:10px 12px;font-size:.8rem;font-weight:500;line-height:1.4;overflow:hidden}.auth-alert.error{color:#fca5a5;background:#ef44440f;border:1px solid #ef444426}.auth-alert.success{color:#6ee7b7;background:#10b9810f;border:1px solid #10b98126}.auth-footer{flex-direction:column;align-items:center;gap:20px;margin-top:24px;display:flex}.auth-toggle{color:var(--text-muted);font-size:.85rem}.auth-toggle button{color:var(--neon-red);cursor:pointer;background:0 0;border:none;margin-left:6px;font-weight:700;transition:all .2s}.auth-toggle button:hover{text-shadow:0 0 8px var(--neon-red-glow);text-decoration:underline}.legal-links{color:var(--text-dim);align-items:center;gap:12px;font-size:.75rem;display:flex}.legal-links a{transition:color .2s}.legal-links a:hover{color:var(--text-white)}.mobile-logo{justify-content:center;align-items:center;gap:8px;margin-bottom:24px;display:none}@keyframes ringFloat{0%,to{transform:translateY(0)scale(1)rotate(0)}50%{transform:translateY(-8px)scale(1.02)rotate(5deg)}}@keyframes dashboardFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(-1deg)}}@keyframes floatCard1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-4px,-12px)scale(1.02)}}@keyframes floatCard2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(6px,-8px)scale(1.03)}}@keyframes floatSphere1{0%,to{transform:translate(0)translateY(0)}50%{transform:translate(4px,-15px)}}@keyframes floatSphere2{0%,to{transform:translate(0)}50%{transform:translate(-6px,-10px)}}@keyframes floatSphere3{0%,to{transform:translate(0)}50%{transform:translate(2px,-8px)}}@media (width<=1080px){.glass-dashboard{width:380px;height:270px;left:10%}.floating-widget-1{width:150px;left:2%}.floating-widget-2{width:160px;right:2%}}@media (width<=960px){.auth-split-layout{height:auto;min-height:auto;display:block;overflow:visible}.auth-showcase{display:none}.auth-form-panel{flex:none;max-width:100%;height:auto;min-height:auto;display:block;overflow:visible}.form-container{margin:0 auto}.glass-form-card{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none;padding:0}.mobile-logo{display:flex}.back-link{font-size:.85rem;top:20px;left:20px}.form-container{padding:72px 22px 32px}}@media (width<=480px){.form-container{padding:60px 16px 24px}.back-link{font-size:.82rem;top:16px;left:14px}.back-link span{display:none}.form-header{margin-bottom:22px}.form-header h2{font-size:1.4rem}.form-header p{font-size:.85rem}.shield-icon{width:46px;height:46px;margin-bottom:14px}.mobile-logo img{width:28px!important;height:28px!important}.mobile-logo .brand-text{font-size:1.3rem!important}.oauth-buttons{flex-direction:column;gap:10px}.oauth-btn{padding:12px;font-size:.88rem}.auth-form{gap:14px}.auth-submit{height:48px;font-size:.92rem}.legal-links{text-align:center;flex-wrap:wrap;justify-content:center;gap:8px;font-size:.72rem}.auth-toggle{text-align:center;font-size:.82rem}.auth-bg-glow,.auth-bg-glow-right{width:300px;height:300px}}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:40;background:#0009;display:none;position:fixed;inset:0}.sidebar{z-index:50;background:#0f0f19f2;border-right:1px solid #ffffff0d;flex-direction:column;width:260px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:70px;padding:0 24px;display:flex}.sidebar-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.logo-icon-wrap{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.sidebar-logo .logo-text{color:#fff;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700}.sidebar-logo .logo-accent{color:var(--accent-secondary)}.sidebar-close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.sidebar-nav{flex-direction:column;flex:1;gap:8px;padding:24px 16px;display:flex;overflow-y:auto}.nav-section-title{color:var(--text-muted);letter-spacing:.3px;text-transform:uppercase;opacity:.7;margin-bottom:6px;padding-left:14px;font-size:.7rem;font-weight:600}.sidebar-link{color:var(--text-secondary);border-radius:8px;align-items:center;gap:12px;padding:9px 14px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .18s,color .18s;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff0a}.sidebar-link.active{color:#fff;box-shadow:inset 2px 0 0 var(--accent-primary);background:#ffffff0d}.sidebar-link.active svg{color:var(--accent-primary)}.sidebar-footer{border-top:none;flex-direction:column;gap:12px;padding:20px 16px;display:flex}.upgrade-pro-btn{text-align:center;box-sizing:border-box;color:#c4b5fd;letter-spacing:.1px;cursor:pointer;background:0 0;border:1px solid #a78bfa40;border-radius:10px;width:100%;padding:10px 12px;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .18s,border-color .18s,color .18s;display:block}.upgrade-pro-btn:hover{color:#fff;background:#a78bfa14;border-color:#a78bfa73}.sidebar-bottom-links{flex-direction:column;gap:2px;display:flex}.sidebar-link-small{color:var(--text-muted);border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-link-small:hover{color:#fff;background:#ffffff0d}.user-profile-modern{background:#141417;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:12px;margin-top:4px;padding:12px 14px;display:flex}.avatar-img-modern img{border:1px solid #ffffff1a;border-radius:50%;width:36px;height:36px;display:block}.user-info-modern{flex-direction:column;flex:1;display:flex}.user-name-modern{color:#fff;font-size:.9rem;font-weight:600;line-height:1.2}.user-status-modern{color:var(--text-muted);letter-spacing:.2px;text-transform:none;font-variant-numeric:tabular-nums;align-items:center;gap:5px;margin-top:4px;font-size:.72rem;font-weight:500;display:flex}.status-dot{display:none}@keyframes pulse-dot{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1.1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.profile-logout-mini{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.profile-logout-mini:hover{color:var(--error);background:#ef44441a}@media (width<=1024px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay.open,.sidebar-close-btn{display:block}}.sidebar-link-locked{cursor:pointer;opacity:.55;background:0 0;border:none;width:100%;font-family:inherit;transition:all .25s;position:relative}.sidebar-link-locked:hover{opacity:.85;background:#a78bfa0d}.sidebar-lock-icon{color:var(--accent-primary);opacity:.7;flex-shrink:0;margin-left:auto}.coming-soon-overlay{-webkit-backdrop-filter:blur(12px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:24px;animation:.3s comingSoonOverlayIn;display:flex;position:fixed;inset:0}@keyframes comingSoonOverlayIn{0%{opacity:0}to{opacity:1}}.coming-soon-modal{text-align:center;background:#0f0f1ef2;border:1px solid #a78bfa33;border-radius:24px;width:100%;max-width:440px;padding:48px 40px 40px;animation:.4s cubic-bezier(.16,1,.3,1) comingSoonModalIn;position:relative;overflow:hidden;box-shadow:0 0 60px #7c3aed26,0 25px 80px #00000080,inset 0 1px #ffffff0d}@keyframes comingSoonModalIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.coming-soon-glow{pointer-events:none;background:radial-gradient(circle,#a78bfa33,#0000 70%);width:300px;height:300px;animation:3s ease-in-out infinite comingSoonPulse;position:absolute;top:-60%;left:50%;transform:translate(-50%)}@keyframes comingSoonPulse{0%,to{opacity:.6;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.15)}}.coming-soon-close{color:var(--text-muted);cursor:pointer;z-index:2;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.coming-soon-close:hover{color:#fff;background:#ffffff1a;transform:rotate(90deg)}.coming-soon-icon-wrap{z-index:1;margin-bottom:28px;display:inline-flex;position:relative}.coming-soon-icon-bg{width:80px;height:80px;color:var(--accent-primary);background:linear-gradient(135deg,#a78bfa26,#7c3aed1a);border:1px solid #a78bfa33;border-radius:20px;justify-content:center;align-items:center;animation:3s ease-in-out infinite comingSoonIconFloat;display:flex}@keyframes comingSoonIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.coming-soon-lock-badge{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;animation:2s ease-in-out infinite comingSoonLockPulse;display:flex;position:absolute;bottom:-6px;right:-6px;box-shadow:0 4px 12px #ef444466}@keyframes comingSoonLockPulse{0%,to{box-shadow:0 4px 12px #ef444466}50%{box-shadow:0 4px 20px #ef4444b3}}.coming-soon-content{z-index:1;margin-bottom:28px;position:relative}.coming-soon-title{background:linear-gradient(135deg,#a78bfa,#c4b5fd,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:center;gap:10px;margin:0 0 12px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;line-height:1.3;display:flex}.coming-soon-sparkle{color:#fbbf24;-webkit-text-fill-color:#fbbf24;animation:1.5s ease-in-out infinite comingSoonSparkle}@keyframes comingSoonSparkle{0%,to{opacity:.7;transform:scale(1)rotate(0)}50%{opacity:1;transform:scale(1.2)rotate(15deg)}}.coming-soon-feature-name{color:#fff;letter-spacing:.3px;margin:0 0 14px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600}.coming-soon-desc{color:var(--text-secondary);margin:0;max-width:360px;margin-inline:auto;font-size:.9rem;line-height:1.65}.coming-soon-footer{z-index:1;background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;padding:20px;position:relative}.coming-soon-status{color:#fbbf24;letter-spacing:.5px;justify-content:center;align-items:center;gap:8px;margin-bottom:14px;font-size:.8rem;font-weight:600;display:flex}.coming-soon-progress-bar{background:#ffffff0f;border-radius:999px;width:100%;height:6px;margin-bottom:14px;overflow:hidden}.coming-soon-progress-fill{background:linear-gradient(90deg,#a78bfa,#818cf8,#6366f1);border-radius:999px;width:65%;height:100%;animation:2s ease-in-out infinite comingSoonProgressShine;position:relative}.coming-soon-progress-fill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);animation:2s ease-in-out infinite comingSoonShimmer;position:absolute;inset:0}@keyframes comingSoonProgressShine{0%,to{opacity:.8}50%{opacity:1}}@keyframes comingSoonShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.coming-soon-note{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.5}@media (width<=480px){.coming-soon-modal{border-radius:20px;padding:36px 24px 28px}.coming-soon-title{font-size:1.25rem}.coming-soon-icon-bg{border-radius:16px;width:64px;height:64px}.coming-soon-icon-bg svg{width:24px;height:24px}}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30;background:#0f0f19b3;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:70px;padding:0 32px;display:flex;position:sticky;top:0}.topbar-left,.topbar-right{align-items:center;gap:20px;display:flex}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px;display:none}.topbar-search{align-items:center;width:300px;display:flex;position:relative}.topbar-search .search-icon{color:var(--text-muted);position:absolute;left:14px}.topbar-search input{color:#fff;background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;width:100%;padding:10px 14px 10px 40px;font-size:.9rem;transition:all .2s}.topbar-search input:focus{background:#ffffff0d;border-color:#a78bfa80;outline:none}.topbar-icon-btn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.topbar-icon-btn:hover{color:#fff;background:#ffffff14}.notification-badge{background:#f43f5e;border:2px solid #0f0f19;border-radius:50%;width:8px;height:8px;position:absolute;top:10px;right:12px}.topbar-credit-badge{background:#ffffff06;border:1px solid #ffffff12;border-radius:10px;align-items:center;gap:8px;padding:7px 8px 7px 14px;font-size:.85rem;transition:border-color .18s,background .18s;display:flex}.topbar-credit-badge:hover{background:#ffffff0a;border-color:#ffffff1f}.credit-badge-icon{color:#fbbf24}.credit-badge-value{color:#fff;font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700}.credit-badge-label{color:var(--text-muted);font-size:.78rem;font-weight:500}.credit-badge-divider{background:#ffffff14;width:1px;height:18px;margin:0 2px}.credit-badge-cta{color:#a78bfa;border-radius:6px;padding:3px 10px;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .18s,color .18s}.credit-badge-cta:hover{color:#c4b5fd;background:#a78bfa1f}.topbar-user-badge,.status-dot{display:none}.notification-dropdown{z-index:100;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:12px;width:320px;max-width:calc(100vw - 28px);margin-top:10px;padding:15px;position:absolute;top:100%;right:0;box-shadow:0 10px 25px #00000080}.notification-dropdown-title{color:#a0a0ab;margin:0 0 10px;font-size:14px}.notification-dropdown-empty{color:#666;margin:0;font-size:13px}.notification-dropdown-list{flex-direction:column;gap:10px;display:flex}.notification-item{background:#10b9811a;border-left:3px solid #10b981;border-radius:4px;padding:10px}.notification-item-title{color:#e5e7eb;margin:0 0 5px;font-size:13px}.notification-item-meta{color:#a0a0ab;word-break:break-word;margin:0 0 8px;font-size:12px}.notification-promo-code{color:#10b981;font-weight:700}.notification-dismiss-btn{color:#8b5cf6;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px}@media (width<=1024px){.mobile-menu-btn{display:block}.topbar{padding:0 20px}.topbar-search{display:none}}@media (width<=480px){.topbar{height:60px;padding:0 14px}.notification-dropdown{width:calc(100vw - 28px);right:-8px}.topbar-left,.topbar-right{gap:10px}.topbar-credit-badge{gap:6px;padding:6px 6px 6px 10px}.credit-badge-label{display:none}.credit-badge-divider{height:14px;margin:0}.credit-badge-cta{padding:2px 8px;font-size:.72rem}.credit-badge-value{font-size:.9rem}}@media (width<=360px){.credit-badge-divider,.credit-badge-cta{display:none}}.modern-stat-card{background:#141417;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:20px;padding:20px 22px;transition:border-color .2s,background .2s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff05,0 4px 12px #0003}.modern-stat-card:hover{background:#17171b;border-color:#ffffff1f}.modern-stat-top{justify-content:space-between;align-items:flex-start;display:flex}.modern-stat-icon-box{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.modern-stat-icon-box.blue{color:#818cf8;background:#6366f126}.modern-stat-icon-box.green{color:#34d399;background:#10b98126}.modern-stat-icon-box.yellow{color:#fbbf24;background:#f59e0b26}.modern-stat-icon-box.purple{color:#a78bfa;background:#a78bfa26}.modern-stat-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;margin-top:8px;font-size:.72rem;font-weight:600}.modern-stat-bottom{justify-content:space-between;align-items:flex-end;display:flex}.modern-stat-value{color:#fff;letter-spacing:-.02em;font-variant-numeric:tabular-nums;align-items:baseline;gap:6px;font-family:Outfit,sans-serif;font-size:1.9rem;font-weight:700;line-height:1;display:flex}.modern-stat-subtitle{color:var(--text-muted);font-family:Inter,sans-serif;font-size:.85rem;font-weight:500}.modern-stat-trend{border-radius:20px;align-items:center;gap:4px;padding:6px 10px;font-size:.8rem;font-weight:700;display:flex}.modern-stat-trend.positive{color:#34d399;background:#10b9811a}.modern-stat-trend.negative{color:#f87171;background:#ef44441a}.modern-stat-progress{margin-top:-10px}.progress-bar-bg-modern{background:#ffffff1a;border-radius:4px;height:6px;overflow:hidden}.progress-bar-fill-modern{border-radius:4px;height:100%}.progress-bar-fill-modern.blue{background:#818cf8}.progress-bar-fill-modern.green{background:#34d399}.progress-bar-fill-modern.yellow{background:#fbbf24}.progress-bar-fill-modern.purple{background:#a78bfa}.dashboard-layout{background-color:var(--bg-core);min-height:100vh;padding-left:260px;display:flex}.dashboard-main{flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex}.dashboard-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:32px 40px 60px}.dashboard-hero{max-width:100%;box-shadow:none;background:0 0;border:none;margin-bottom:24px;padding:0}.hero-gradient-text{color:#fff;letter-spacing:-.015em;margin-bottom:4px;font-size:1.55rem;font-weight:700;line-height:1.2}.dashboard-hero p{color:var(--text-muted);max-width:600px;font-size:.88rem;line-height:1.5}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:40px;display:grid}.search-section-wrapper{flex-direction:column;align-items:center;width:100%;margin-top:20px;margin-bottom:60px;display:flex;position:relative}.search-ambient-glow{display:none}.search-glass-card{z-index:1;width:100%;box-shadow:none;background:#141417;border:1px solid #ffffff0f;border-radius:14px;padding:32px;position:relative}.search-section-title{color:#fff;letter-spacing:-.005em;justify-content:center;align-items:center;gap:8px;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600;display:flex}.search-sparkle-icon{color:#a78bfa;opacity:.85}.modern-search-container{width:100%;max-width:760px;margin:0 auto}.modern-search-form{flex-direction:column;gap:24px;display:flex}.search-bar-rounded{box-shadow:none;background:#0e0e11;border:1px solid #ffffff14;border-radius:999px;align-items:center;padding:6px 6px 6px 22px;transition:border-color .18s,box-shadow .18s;display:flex}.search-bar-rounded:focus-within{border-color:#a78bfa80;box-shadow:0 0 0 3px #a78bfa1f}.search-icon-rounded{color:#a78bfa;opacity:.8;margin-right:12px}.search-bar-rounded input{color:#fff;background:0 0;border:none;flex:1;padding:14px 0;font-family:inherit;font-size:1.05rem}.search-bar-rounded input:focus{outline:none}.search-bar-rounded input::placeholder{color:#ffffff4d}.btn-analyze-rounded{color:#fff;cursor:pointer;box-shadow:none;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 26px;font-size:.9rem;font-weight:600;transition:background .18s,box-shadow .18s;display:flex}.btn-analyze-rounded:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 0 0 3px #7c3aed2e}.btn-analyze-rounded:active{background:linear-gradient(135deg,#6d28d9,#4338ca)}.btn-analyze-rounded:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.category-pills-center{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.pill-btn-modern{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:background .18s,border-color .18s,color .18s;display:flex}.pill-btn-modern:hover{color:#fff;background:#ffffff0a;border-color:#ffffff29}.pill-btn-modern.active{color:#fff;box-shadow:none;background:#a78bfa1f;border-color:#a78bfa73}.pill-btn-modern.active .pill-icon{color:#a78bfa}.pill-icon{opacity:.8;align-items:center;display:flex}.pill-btn-modern.active .pill-icon{opacity:1}.section-header-modern{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.section-title-modern{color:#fff;font-size:1.2rem;font-weight:700}.text-link-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.text-link-btn:hover{color:#fff}.analysis-list-modern{flex-direction:column;gap:12px;display:flex}.analysis-list-item{cursor:pointer;background:#141417;border:1px solid #ffffff0f;border-radius:10px;align-items:center;padding:14px 18px;transition:background .18s,border-color .18s;display:flex}.analysis-list-item:hover{background:#17171b;border-color:#ffffff1f}.list-item-image{background:#0003;border-radius:12px;flex-shrink:0;width:56px;height:56px;margin-right:20px;overflow:hidden}.list-item-image img{object-fit:cover;width:100%;height:100%}.list-item-image-fallback{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.list-item-content{flex:1}.list-item-content h3{color:#fff;margin-bottom:6px;font-size:1.05rem;font-weight:600}.list-item-content p{color:var(--text-muted);align-items:center;gap:6px;font-size:.8rem;display:flex}.list-item-badge-area{flex-direction:column;align-items:flex-end;gap:6px;margin-right:20px;display:flex}.badge-modern{letter-spacing:.5px;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:flex}.badge-modern.high{color:#34d399;background:#10b9811a}.badge-modern.high .dot-indicator{background:#34d399;box-shadow:0 0 5px #34d399}.badge-modern.stable{color:#a78bfa;background:#7c3aed1a}.badge-modern.stable .dot-indicator{background:#a78bfa;box-shadow:0 0 5px #a78bfa}.dot-indicator{border-radius:50%;width:6px;height:6px}.list-item-score{color:var(--text-muted);letter-spacing:.5px;font-size:.65rem;font-weight:600}.list-item-arrow{color:var(--text-secondary);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.analysis-list-item:hover .list-item-arrow{color:#fff;background:#ffffff1a;transform:translate(2px)}.results-grid{grid-template-columns:1fr;gap:16px;margin-top:24px;margin-bottom:40px;display:grid}.result-card{justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex}.result-info h3{margin-bottom:6px;font-size:1.1rem}.result-address{color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:8px;font-size:.9rem;display:flex}.result-rating{align-items:center;gap:6px;font-size:.9rem;font-weight:600;display:flex}.rating-count{color:var(--text-muted);font-weight:400}.analyzing-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a12cc;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.analyzing-content{text-align:center;border:1px solid #a78bfa4d;width:100%;max-width:420px;padding:40px;box-shadow:0 20px 50px -10px #00000080,0 0 40px #a78bfa33}.ai-scanner{border:2px dashed #a78bfa80;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;animation:2s infinite pulse-ring;display:flex;position:relative;overflow:hidden}.scanner-line{background:var(--accent-primary);width:100%;height:2px;box-shadow:0 0 10px var(--accent-primary), 0 0 20px var(--accent-secondary);animation:1.5s ease-in-out infinite alternate scan;position:absolute;top:-10px;left:0}.ai-icon{color:var(--accent-primary)}@keyframes scan{0%{transform:translateY(-50px)}to{transform:translateY(150px)}}@keyframes pulse-ring{0%{opacity:.9;transform:scale(.7)}50%{opacity:.4}to{opacity:0;transform:scale(1.8)}}.analyzing-steps{color:var(--text-muted);flex-direction:column;gap:12px;margin-top:24px;font-size:.9rem;display:flex}.step-active{color:var(--accent-primary);font-weight:500}.dashboard-error{color:#fca5a5;background:#1a1216;border:1px solid #ef444440;border-left:2px solid #ef4444;border-radius:8px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;font-size:.88rem;display:flex}@media (width<=1024px){.dashboard-layout{padding-left:0}}@media (width<=768px){.dashboard-content{padding:16px 14px 80px}.dashboard-hero{margin-bottom:18px;padding:0}.hero-gradient-text{font-size:1.3rem}.dashboard-hero p{font-size:.85rem}.search-section-wrapper{margin-bottom:40px}.search-glass-card{border-radius:12px;padding:22px 18px}.search-section-title{text-align:center;margin-bottom:16px;font-size:.96rem}.stats-grid{grid-template-columns:1fr}.search-bar-rounded{border-radius:20px;flex-direction:column;align-items:stretch;padding:12px}.search-bar-rounded input{text-align:center;padding:8px 12px}.search-icon-rounded{display:none}.btn-analyze-rounded{border-radius:12px;margin-top:10px}.analysis-list-item{flex-direction:column;align-items:flex-start;gap:16px}.list-item-badge-area{align-items:flex-start;margin-right:0}.list-item-arrow{display:none}.result-card{text-align:center;flex-direction:column;align-items:stretch}.result-address,.result-rating{justify-content:center}}@media (width<=480px){.dashboard-content{padding:12px 10px 80px}.hero-gradient-text{font-size:1.15rem}.dashboard-hero p{font-size:.82rem}.search-glass-card{padding:18px 14px}.search-section-title{flex-wrap:wrap;font-size:.88rem}.pill-btn-modern{padding:7px 12px;font-size:.78rem}.category-pills-center{gap:8px}.analysis-list-item{padding:12px 14px}.list-item-image{width:44px;height:44px;margin-right:14px}.list-item-content h3{font-size:.95rem}.list-item-content p{font-size:.74rem}.section-title-modern{font-size:1.05rem}}.smart-chat-fab{background:var(--gradient-primary);color:#fff;cursor:pointer;z-index:999;border:none;border-radius:30px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 25px -5px #7c3aed80,inset 0 0 0 1px #ffffff1a}.fab-sparkle{color:#fbbf24;filter:drop-shadow(0 0 4px #fbbf24cc);animation:2s ease-in-out infinite pulse-sparkle;position:absolute;top:-6px;right:-6px}@keyframes pulse-sparkle{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.smart-chat-window{-webkit-backdrop-filter:blur(24px);z-index:1000;background:#141423d9;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:380px;height:550px;max-height:calc(100vh - 48px);display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 25px 50px -12px #0009,inset 0 0 0 1px #ffffff0d}.chat-header{background:#0003;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chat-header-info{align-items:center;gap:12px;display:flex}.chat-avatar{background:var(--gradient-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chat-header-info h3{color:#fff;margin:0 0 2px;font-size:15px;font-weight:600}.chat-header-info p{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;max-width:200px;margin:0;font-size:12px;overflow:hidden}.chat-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.chat-close:hover{color:#fff;background:#ffffff1a}.chat-messages{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.chat-bubble-wrapper{align-items:flex-end;gap:8px;max-width:90%;display:flex}.chat-bubble-wrapper.assistant{align-self:flex-start}.chat-bubble-wrapper.user{justify-content:flex-end;align-self:flex-end}.chat-bubble-avatar{color:#a78bfa;background:#8b5cf633;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.chat-bubble-avatar.user{color:#93c5fd;background:#3b82f633}.chat-bubble{color:#fff;word-wrap:break-word;border-radius:16px;padding:12px 16px;font-size:14px;line-height:1.5}.chat-bubble.assistant{background:#ffffff0d;border:1px solid #ffffff1a;border-bottom-left-radius:4px}.chat-bubble.user{background:var(--primary);border-bottom-right-radius:4px}.chat-bubble.typing{color:#fff9;align-items:center;gap:8px;font-style:italic;display:flex}.spinner-icon{animation:1s linear infinite spin}.chat-input-area{background:#0003;border-top:1px solid #ffffff0d;gap:12px;padding:16px;display:flex}.chat-input-area input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:12px 16px;font-size:14px;transition:all .2s}.chat-input-area input:focus{background:#ffffff14;border-color:#8b5cf680;outline:none}.chat-input-area button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.chat-input-area button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}.chat-input-area button:disabled{color:#ffffff4d;cursor:not-allowed;background:#ffffff1a}.chat-settings{justify-content:flex-end;padding:0 16px 12px;display:flex}.web-search-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;transition:color .2s;display:flex}.web-search-toggle:hover{color:#fff;background:#ffffff1a}.web-search-toggle input{display:none}.toggle-slider{background-color:#fff3;border-radius:16px;width:28px;height:16px;transition:all .3s;position:relative}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:12px;height:12px;transition:all .3s;position:absolute;bottom:2px;left:2px}.web-search-toggle input:checked+.toggle-slider{background-color:var(--primary)}.web-search-toggle input:checked+.toggle-slider:before{transform:translate(12px)}.web-search-toggle input:disabled~*{opacity:.5;cursor:not-allowed}.toggle-label{align-items:center;gap:4px;display:flex}@media (width<=480px){.smart-chat-window{border:none;border-radius:0;width:100%;height:100vh;max-height:100vh;bottom:0;right:0}}.analysis-page{padding-top:70px}.analysis-wrapper{max-width:1100px;padding-top:24px;padding-bottom:80px}.back-btn{border-radius:var(--radius-full);background:var(--bg-glass);color:var(--text-secondary);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-normal);align-items:center;gap:6px;margin-bottom:24px;padding:8px 16px;font-size:.85rem;display:inline-flex}.back-btn:hover{color:var(--text-primary);background:var(--bg-glass-hover)}.header-grid{grid-template-columns:2fr 1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.analysis-header{justify-content:space-between;align-items:flex-start;gap:24px;height:100%;padding:32px;display:flex}.header-left{flex-direction:column;flex:1;gap:10px;display:flex}.header-left h1{font-size:1.8rem}.header-address{color:var(--text-secondary);align-items:center;gap:6px;font-size:.9rem;display:flex}.header-stats{gap:20px;margin-top:4px;display:flex}.header-stat{color:var(--text-secondary);align-items:center;gap:6px;font-size:.85rem;display:flex}.header-right{flex-direction:column;align-items:center;gap:10px;display:flex}.score-label{color:var(--text-muted);font-size:.8rem;font-weight:500}.share-btn{padding:10px 20px;font-size:.85rem}.trust-card{flex-direction:column;justify-content:center;gap:16px;padding:24px;display:flex}.trust-header{align-items:center;gap:12px;display:flex}.metric-value{font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700;display:block}.metric-label{color:var(--text-secondary);font-size:.85rem;display:block}.metric-desc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.sentiment-card{flex-direction:column;justify-content:center;gap:16px;padding:24px;display:flex}.sentiment-header{align-items:center;gap:10px;display:flex}.ml-auto{margin-left:auto}.sentiment-bar-container{border-radius:var(--radius-full);width:100%;height:24px;margin-top:8px;display:flex;overflow:hidden}.sentiment-bar{color:#fff;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;transition:width 1s ease-out;display:flex}.sentiment-bar.positive{background:#10b981}.sentiment-bar.negative{background:#ef4444}.grid-3-col{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.dashboard-metric-card{padding:24px}.metric-icon-wrap{align-items:center;gap:10px;display:flex}.metric-icon-wrap h3{margin:0;font-size:1.1rem}.mt-3{margin-top:12px}.tldr-section{border-left:4px solid var(--primary);background:linear-gradient(135deg,#1e1e32b3 0%,#141423e6 100%);margin-bottom:24px;padding:32px}.tldr-section h2{align-items:center;gap:10px;margin-bottom:16px;font-size:1.3rem;display:flex}.tldr-text{color:var(--text-primary);font-size:1.1rem;font-weight:400;line-height:1.6}.legacy-summary{background:var(--bg-glass);border:1px solid var(--border-color);border-radius:20px;margin-bottom:24px;padding:32px}.legacy-summary p{color:var(--text-secondary);margin-bottom:16px;font-size:.95rem;line-height:1.7}.layout-grid-main{grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;display:grid}.layout-col-left,.layout-col-right{flex-direction:column;gap:24px;display:flex}.topic-section{padding:24px}.topic-section h2{align-items:center;gap:8px;margin-bottom:6px;font-size:1.2rem;display:flex}.section-desc{color:var(--text-secondary);margin-bottom:20px;font-size:.85rem}.topic-list{flex-direction:column;gap:16px;display:flex}.topic-item{flex-direction:column;gap:8px;display:flex}.topic-header{justify-content:space-between;align-items:center;display:flex}.topic-name{font-size:.95rem;font-weight:500}.topic-ratio{font-size:.85rem;font-weight:600}.topic-desc{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.subscores-section{padding:24px}.subscores-section h2{align-items:center;gap:8px;margin-bottom:20px;font-size:1.2rem;display:flex}.subscores-grid{grid-template-columns:1fr;gap:16px;display:grid}.subscore-card{flex-direction:column;gap:8px;display:flex}.subscore-header{justify-content:space-between;align-items:center;display:flex}.subscore-name{color:var(--text-primary);font-size:.9rem;font-weight:500}.subscore-value{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.subscore-bar{border-radius:var(--radius-full);background:#ffffff0d;height:6px;overflow:hidden}.subscore-fill{border-radius:var(--radius-full);height:100%;transition:width .8s}.sw-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.sw-card{padding:24px}.sw-card h3{align-items:center;gap:8px;margin-bottom:16px;font-size:1rem;display:flex}.sw-card ul{flex-direction:column;gap:10px;list-style:none;display:flex}.sw-card li{color:var(--text-secondary);align-items:center;gap:8px;font-size:.9rem;display:flex}.dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dot-green{background:#10b981}.dot-red{background:#ef4444}.strengths-card h3{color:#34d399}.weaknesses-card h3{color:#f87171}.insights-section{padding:24px}.highlight-card-gold{background:linear-gradient(135deg,#fbbf240d 0%,#141423cc 100%);border:1px solid #fbbf2433}.insights-section h2{color:#fbbf24;align-items:center;gap:8px;margin-bottom:20px;font-size:1.2rem;display:flex}.insights-list{flex-direction:column;gap:16px;list-style:none;display:flex}.insights-list li{color:var(--text-primary);align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.5;display:flex}.insight-bullet{font-size:1.2rem}.competitors-section{padding:24px}.competitors-section h2{color:#a855f7;align-items:center;gap:8px;margin-bottom:16px;font-size:1.2rem;display:flex}.competitor-text{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.highlights-section{box-shadow:none;background:0 0;border:none;padding:24px}.highlights-section h2{align-items:center;gap:8px;margin-bottom:16px;font-size:1.2rem;display:flex}.highlights-grid-vertical{flex-direction:column;gap:12px;display:flex}.highlight-card{flex-direction:column;gap:12px;padding:20px;display:flex}.highlight-sentiment{align-items:center;gap:8px;font-size:1rem;font-weight:600;display:flex}.highlight-card p{color:var(--text-secondary);border-left:2px solid #ffffff1a;padding-left:12px;font-size:.95rem;font-style:italic;line-height:1.5}.highlight-positive{border-top:3px solid #10b981}.highlight-negative{border-top:3px solid #ef4444}.highlight-neutral{border-top:3px solid #f59e0b}.recommendation{align-items:flex-start;gap:16px;padding:24px;display:flex}.rec-emoji{font-size:1.8rem}.recommendation h3{color:#fbbf24;margin-bottom:8px;font-size:1.2rem}.recommendation p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.layered-summary-section{margin-bottom:24px;padding:32px}.layered-main-title{background:linear-gradient(90deg,#d8b4fe,#8b5cf6);color:#0000;-webkit-background-clip:text;background-clip:text;align-items:center;gap:10px;font-size:1.5rem;display:flex}.layered-list{flex-direction:column;gap:20px;margin-top:20px;display:flex}.layer-item{border-left:2px solid #8b5cf64d;padding-left:20px;position:relative}.layer-title{color:var(--text-primary);align-items:center;gap:12px;margin-bottom:8px;font-size:1.1rem;font-weight:600;display:flex}.layer-number{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex;position:absolute;top:-2px;left:-13px;box-shadow:0 0 10px #8b5cf680}.layer-content{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.tipping-points-section{padding:24px}.tipping-points-section h2{align-items:center;gap:8px;margin-bottom:6px;font-size:1.2rem;display:flex}.timeline-container{border-left:2px dashed #ffffff1a;flex-direction:column;gap:16px;margin-top:20px;padding-left:10px;display:flex}.timeline-item{padding-left:24px;position:relative}.timeline-dot{border:2px solid var(--bg-card);background:#ffffff80;border-radius:50%;width:12px;height:12px;position:absolute;top:4px;left:-17px}.timeline-item.positive .timeline-dot{background:#10b981;box-shadow:0 0 8px #10b98199}.timeline-item.negative .timeline-dot{background:#ef4444;box-shadow:0 0 8px #ef444499}.timeline-content{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:16px}.timeline-date{color:#a78bfa;margin-bottom:4px;font-size:.8rem;font-weight:600;display:block}.timeline-title{color:var(--text-primary);margin-bottom:6px;font-size:1rem}.timeline-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.4}.staff-radar-section{padding:24px}.staff-radar-section h2{align-items:center;gap:8px;margin-bottom:20px;font-size:1.2rem;display:flex}.staff-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.staff-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:16px}.staff-card.positive{border-top:3px solid #10b981}.staff-card.negative{border-top:3px solid #ef4444}.staff-header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.staff-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.staff-avatar.positive{color:#10b981;background:#10b98133}.staff-avatar.negative{color:#ef4444;background:#ef444433}.staff-name{font-size:.95rem;font-weight:600}.staff-details{color:var(--text-secondary);font-size:.85rem;line-height:1.4}@media (width<=992px){.header-grid,.layout-grid-main{grid-template-columns:1fr}}@media (width<=768px){.analysis-header{flex-direction:column;align-items:stretch}.header-right{flex-direction:row;justify-content:space-between;align-items:center}.grid-3-col,.sw-grid,.staff-grid{grid-template-columns:1fr}.analysis-wrapper{padding-left:16px;padding-right:16px}.analysis-header{padding:20px}.trust-card,.sentiment-card,.dashboard-metric-card,.tldr-section,.legacy-summary,.topic-section,.subscores-section,.sw-card,.insights-section,.competitors-section,.highlights-section,.layered-summary-section,.tipping-points-section,.staff-radar-section,.complaints-section{padding:16px}.header-stats{flex-direction:column;align-items:flex-start;gap:8px}.header-left h1{font-size:1.5rem}}@media (width<=480px){.analysis-page{padding-top:56px}.analysis-wrapper{padding:14px 12px 56px}.analysis-header{padding:16px}.header-left h1{font-size:1.25rem}.header-address,.header-stat{font-size:.8rem}.back-btn{margin-bottom:16px;padding:7px 12px;font-size:.8rem}.share-btn{padding:8px 14px;font-size:.78rem}.trust-card,.sentiment-card,.dashboard-metric-card,.tldr-section,.legacy-summary,.topic-section,.subscores-section,.sw-card,.insights-section,.competitors-section,.highlights-section,.layered-summary-section,.tipping-points-section,.staff-radar-section,.complaints-section{border-radius:12px;padding:14px}.header-right{flex-direction:column;align-items:stretch;gap:12px}}.complaints-section{padding:24px}.complaints-section h2{color:#f87171;align-items:center;gap:8px;margin-bottom:20px;font-size:1.2rem;display:flex}.complaints-list{flex-direction:column;gap:12px;display:flex}.complaint-item{background:#ef44440d;border:1px solid #ef444426;border-radius:12px;flex-direction:column;gap:8px;padding:14px 16px;transition:background .2s;display:flex}.complaint-item:hover{background:#ef444414}.complaint-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.complaint-freq{white-space:nowrap;letter-spacing:.3px;border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:700}.complaint-freq.freq-high{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.complaint-freq.freq-medium{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.complaint-freq.freq-low{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.sikayetvar-section{border-top:3px solid #ff4f00;padding:24px}.sv-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.sv-logo-badge{color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#ff4f00,#ff7a00);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.85rem;font-weight:800;display:flex}.sv-header-text{flex:1}.sv-header-text h2{color:#fff;margin:0 0 3px;font-size:1.1rem}.sv-count{color:#ff7a00;font-size:.78rem;font-weight:600}.sv-view-all{color:#ff7a00;white-space:nowrap;border:1px solid #ff4f004d;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:.78rem;text-decoration:none;transition:all .2s;display:flex}.sv-view-all:hover{background:#ff4f0026;border-color:#ff4f0080}.sv-complaints-list{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.sv-complaint-card{color:inherit;background:#ff4f000a;border:1px solid #ff4f0026;border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.sv-complaint-card:hover{background:#ff4f0017;border-color:#ff4f0059}.sv-tag{color:#ff7a00;letter-spacing:.3px;font-size:.72rem;font-weight:700}.sv-complaint-title{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:600;line-height:1.3}.sv-complaint-text{color:var(--text-secondary);margin:0;font-size:.82rem;line-height:1.4}.sv-footer-link{color:#ff7a00;align-items:center;gap:6px;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.sv-footer-link:hover{color:#ff4f00}.eksi-section{margin-top:1rem}n.eksi-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}n.eksi-logo-badge{color:#111;background:#bada55;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;padding:.5rem;font-size:1.2rem;font-weight:700;display:flex}n.eksi-header-text h2{color:var(--text-primary);margin:0;font-size:1.2rem}n.eksi-count{color:var(--text-secondary);font-size:.85rem}n.eksi-view-all{color:#bada55;align-items:center;gap:4px;margin-left:auto;font-size:.85rem;text-decoration:none;display:flex}n.eksi-entries-list{flex-direction:column;gap:.75rem;display:flex}n.eksi-entry-card{background:#bada550d;border-left:3px solid #bada55;border-radius:4px;padding:1rem}n.eksi-entry-text{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.5}n.ys-section,.trip-section{margin-top:1rem}n.ys-header,.trip-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}n.ys-logo-badge{color:#fff;background:#ea004b;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;padding:.5rem;font-size:1.2rem;font-weight:700;display:flex}n.trip-logo-badge{color:#000;background:#34e0a1;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;padding:.5rem;font-size:1.2rem;font-weight:700;display:flex}n.ys-header-text h2,.trip-header-text h2{color:var(--text-primary);margin:0;font-size:1.2rem}n.ys-view-all{color:#ea004b;align-items:center;gap:4px;margin-left:auto;font-size:.85rem;text-decoration:none;display:flex}n.trip-view-all{color:#34e0a1;align-items:center;gap:4px;margin-left:auto;font-size:.85rem;text-decoration:none;display:flex}n.ys-stats-grid,.trip-stats-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}n.ys-stat-box,.trip-stat-box{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem;display:flex}n.ys-stat-value,.trip-stat-value{color:var(--text-primary);font-size:1.5rem;font-weight:700}n.ys-stat-label,.trip-stat-label{color:var(--text-secondary);text-align:center;font-size:.85rem}n.qa-section{margin-top:1rem}n.qa-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}n.qa-header-text h2{color:var(--text-primary);margin:0;font-size:1.2rem}n.qa-list{flex-direction:column;gap:1rem;display:flex}n.qa-item{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:.5rem;padding:1rem;transition:all .2s;display:flex}n.qa-item:hover{background:#3b82f60d;border-color:#3b82f64d}.profile-container{max-width:800px;margin:0 auto;padding:32px 24px}.profile-header{align-items:center;gap:24px;margin-bottom:40px;display:flex}.profile-header-icon{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#fff;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 10px 30px #a78bfa4d}.profile-title{color:#fff;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}.profile-subtitle{color:var(--text-secondary);font-size:1.1rem}.profile-card-list{flex-direction:column;gap:20px;display:flex}.profile-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f1999;border:1px solid #ffffff0d;border-radius:24px;padding:24px;transition:all .3s}.profile-card:hover{border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 10px 40px #0003}.profile-card-top{align-items:center;gap:16px;margin-bottom:16px;display:flex}.profile-card-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.profile-card-icon.violet{color:#a855f7;background:#a78bfa1a}.profile-card-icon.fuchsia{color:#e879f9;background:#e879f91a}.profile-card-icon.emerald{color:#34d399;background:#34d3991a}.profile-card-top h3{color:#fff;margin:0;font-size:1.2rem;font-weight:600}.profile-card-content{padding-left:64px}.profile-card-content.flex-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.profile-value{color:#fff;word-break:break-all;margin:0;font-size:1.1rem}.profile-value.id-value{background:#0003;border:1px solid #ffffff0d;border-radius:8px;padding:8px 16px;font-family:monospace}.profile-helper-text{color:var(--text-muted);margin-top:8px;margin-bottom:0;font-size:.9rem}.copy-btn{color:#c084fc;cursor:pointer;background:#a78bfa1a;border:1px solid #a78bfa33;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.copy-btn:hover{background:#a78bfa33;transform:translateY(-1px)}.copy-btn.copied{color:#34d399;background:#34d3991a;border-color:#34d39933}@media (width<=768px){.profile-container{padding:24px 16px}.profile-header{text-align:center;flex-direction:column;gap:16px}.profile-card-content{margin-top:16px;padding-left:0}.profile-card-content.flex-row{flex-direction:column;align-items:stretch}.copy-btn{justify-content:center}}#root{width:100%;min-height:100vh;position:relative;overflow-x:hidden}.product-analysis-page{background-color:var(--bg-primary);min-height:100vh;color:var(--text-primary)}.product-search-section{text-align:center;max-width:800px;margin:0 auto 40px}.search-bar-mega{border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;padding:8px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 20px #0003}.search-bar-mega:focus-within{border-color:var(--accent);background:#ffffff14;box-shadow:0 4px 25px #8b5cf633}.search-bar-mega input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:16px 20px 16px 50px;font-size:1.1rem}.search-bar-mega input::placeholder{color:#fff6}.mega-icon{color:#a78bfa;position:absolute;left:20px}.mega-btn{border-radius:var(--radius-md);margin-left:8px;padding:12px 28px;font-size:1.05rem}.beta-badge{color:#fff;vertical-align:middle;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:12px;margin-left:10px;padding:3px 8px;font-size:.65rem;font-weight:700}.product-result-container{border-radius:var(--radius-lg);margin-top:24px;padding:32px}.product-result-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;display:flex}.product-title-group h2{background:linear-gradient(90deg,#fff,#c4b5fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:4px;font-size:2.2rem;font-weight:700}.product-category{color:#a78bfa;letter-spacing:.5px;font-size:.95rem;font-weight:500}.product-score-badge{background:linear-gradient(135deg,#8b5cf633,#3b82f633);border:1px solid #8b5cf666;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:90px;height:90px;display:flex;transform:rotate(3deg);box-shadow:0 10px 25px #8b5cf626}.product-score-badge span{color:#fff;text-shadow:0 2px 10px #8b5cf680;font-size:2.2rem;font-weight:800;line-height:1}.product-score-badge small{color:#ffffffb3;font-size:.85rem;font-weight:500}.product-result-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.product-card{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff0d;padding:24px;transition:transform .2s,box-shadow .2s}.product-card:hover{border-color:#ffffff14;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.full-width{grid-column:1/-1}.product-card h3{color:#fff;align-items:center;gap:10px;margin-bottom:20px;font-size:1.15rem;font-weight:600;display:flex}.product-card h3 svg{color:#a78bfa}.price-showcase{align-items:flex-end;gap:12px;margin-bottom:16px;display:flex}.typical-price{color:#10b981;font-size:2rem;font-weight:700;line-height:1}.price-range{color:#ffffff80;margin-bottom:4px;font-size:.95rem}.price-category{background:#ffffff1a;border-radius:6px;margin-bottom:16px;padding:4px 10px;font-size:.8rem;display:inline-block}.value-assessment{color:#ffffffe6;background:#10b9811a;border-left:3px solid #10b981;border-radius:0 8px 8px 0;padding:14px;font-size:.95rem;line-height:1.6}.specs-list{flex-direction:column;gap:10px;display:flex}.spec-item{border-bottom:1px dashed #ffffff1a;justify-content:space-between;padding-bottom:10px;display:flex}.spec-item:last-child{border-bottom:none;padding-bottom:0}.spec-label{color:#fff9;font-size:.95rem}.spec-value{color:#fff;text-align:right;max-width:60%;font-size:.95rem;font-weight:500}.sentiment-bar-container{border-radius:14px;height:28px;margin-bottom:20px;display:flex;overflow:hidden;box-shadow:inset 0 2px 4px #0003}.s-bar{color:#fff;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:width 1s cubic-bezier(.4,0,.2,1);display:flex}.s-bar.pos{background:linear-gradient(90deg,#059669,#10b981)}.s-bar.neu{background:linear-gradient(90deg,#475569,#64748b)}.s-bar.neg{background:linear-gradient(90deg,#dc2626,#ef4444)}.sentiment-labels{color:#fffc;justify-content:center;gap:20px;font-size:.9rem;font-weight:500;display:flex}.dot{border-radius:50%;width:10px;height:10px;margin-right:6px;display:inline-block}.dot-pos{background:#10b981;box-shadow:0 0 8px #10b98180}.dot-neu{background:#64748b}.dot-neg{background:#ef4444;box-shadow:0 0 8px #ef444480}.pro-con-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.pro-item,.con-item{border-radius:8px;padding:14px 16px 14px 40px;font-size:.95rem;line-height:1.5;position:relative}.pro-item:before,.con-item:before{content:"";border-radius:50%;width:8px;height:8px;position:absolute;top:18px;left:16px}.pro-item{background:linear-gradient(90deg,#10b98114,#0000);border-left:3px solid #10b981}.pro-item:before{background:#10b981}.con-item{background:linear-gradient(90deg,#ef444414,#0000);border-left:3px solid #ef4444}.con-item:before{background:#ef4444}.complaints-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.complaint-item{background:#ef44440d;border:1px solid #ef444433;border-radius:12px;padding:16px}.complaint-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.complaint-title{color:#fca5a5;font-size:1rem;font-weight:600}.complaint-freq{color:#fff;background:#ef4444;border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:600}.complaint-desc{color:#ffffffb3;font-size:.9rem;line-height:1.5}.competitors-container{overflow-x:auto}.competitors-table{border-collapse:collapse;text-align:left;width:100%}.competitors-table th{color:#ffffff80;border-bottom:1px solid #ffffff1a;padding:12px 16px;font-size:.9rem;font-weight:500}.competitors-table td{vertical-align:top;border-bottom:1px solid #ffffff0d;padding:16px;font-size:.95rem}.competitors-table tr:last-child td{border-bottom:none}.comp-name{color:#fff;margin-bottom:4px;font-weight:600;display:block}.comp-price{color:#10b981;font-size:.85rem}.comp-adv{color:#34d399;font-size:.9rem}.comp-dis{color:#f87171;font-size:.9rem}.target-audience-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.audience-list h4{align-items:center;gap:8px;margin-bottom:12px;font-size:1rem;display:flex}.audience-list.good h4{color:#10b981}.audience-list.bad h4{color:#ef4444}.audience-list ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.audience-list li{color:#fffc;background:#ffffff0d;border-radius:6px;padding:8px 12px;font-size:.9rem}.verdict-card{text-align:center;position:relative;overflow:hidden;background:linear-gradient(145deg,#8b5cf61a,#3b82f60d)!important;border:1px solid #8b5cf64d!important;padding:40px!important}.verdict-card:before{content:"";background:linear-gradient(90deg,#8b5cf6,#3b82f6);height:4px;position:absolute;top:0;left:0;right:0}.verdict-title{text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;font-size:2.5rem;font-weight:800}.verdict-Kesinlikle.Al{color:#10b981;text-shadow:0 0 20px #10b98166}.verdict-Düşünerek.Al{color:#fbbf24;text-shadow:0 0 20px #fbbf2466}.verdict-Alternatif.Ara{color:#f97316;text-shadow:0 0 20px #f9731666}.verdict-Bekleme{color:#ef4444;text-shadow:0 0 20px #ef444466}.verdict-reason{color:#ffffffe6;max-width:800px;margin:0 auto 24px;font-size:1.1rem;line-height:1.7}.best-time{background:#ffffff1a;border-radius:20px;padding:8px 20px;font-size:.95rem;font-weight:500;display:inline-block}.simulated-reviews{grid-template-columns:1fr 1fr;gap:20px;display:grid}.sim-review{border-radius:12px;padding:20px;font-size:.95rem;font-style:italic;line-height:1.6;position:relative}.sim-review:before{content:"\"";opacity:.1;font-family:serif;font-size:4rem;line-height:1;position:absolute;top:10px;left:10px}.sim-pos{color:#ffffffe6;background:#10b9810d;border:1px solid #10b98133}.sim-neg{color:#ffffffe6;background:#ef44440d;border:1px solid #ef444433}.marketing-card{text-align:center;background:#3b82f614!important;border:1px solid #3b82f64d!important;padding:30px!important}.marketing-quote{color:#60a5fa;border:none;margin:0;padding:0;font-size:1.4rem;font-weight:700;line-height:1.5}.return-risk-badge{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:8px;margin-top:20px;padding:12px 18px;font-size:.95rem;display:inline-flex}.analyzing-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172acc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.analyzing-content{text-align:center;background:#1e293b;border:1px solid #8b5cf64d;border-radius:24px;width:90%;max-width:400px;padding:40px;box-shadow:0 25px 50px #00000080}.product-scanner{background:#8b5cf61a;border:2px solid #8b5cf64d;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 24px;display:flex;position:relative;overflow:hidden}.product-scanner .ai-icon{color:#a78bfa;z-index:2;position:relative}.product-line{z-index:1;background:linear-gradient(#0000,#8b5cf6,#0000);height:20px;animation:2s linear infinite scan;position:absolute;top:-50%;left:-50%;right:-50%;box-shadow:0 0 20px #8b5cf6}.analyzing-content h3{color:#fff;margin-bottom:8px;font-size:1.4rem}.analyzing-content p{color:#fff9;margin-bottom:24px;font-size:.95rem}.analyzing-steps{text-align:left;flex-direction:column;gap:12px;display:flex}.analyzing-steps span{color:#fff6;padding-left:20px;font-size:.9rem;transition:color .3s;position:relative}.analyzing-steps span:before{content:"";background:#fff3;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.analyzing-steps span.step-active{color:#10b981}.analyzing-steps span.step-active:before{background:#10b981;box-shadow:0 0 10px #10b981}@media (width<=768px){.product-search-section{padding:0 16px}.search-bar-mega{flex-direction:column;gap:12px;padding:12px}.mega-icon{top:28px;left:24px}.search-bar-mega input{width:100%;padding:12px 12px 12px 40px}.mega-btn{justify-content:center;width:100%;margin-left:0}.product-result-container{margin:0 4px;padding:16px 8px;overflow-x:hidden}.product-result-grid{grid-template-columns:1fr;gap:16px}.product-card{box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;width:100%;padding:16px}.target-audience-grid,.simulated-reviews{grid-template-columns:1fr;gap:16px}.product-result-header{flex-direction:column;align-items:flex-start;gap:16px;padding-bottom:16px}.product-title-group h2{word-break:break-word;font-size:1.6rem;line-height:1.3}.price-showcase{flex-direction:column;align-items:flex-start;gap:8px;width:100%}.product-score-badge{align-self:flex-start;width:64px;height:64px;margin-top:12px}.product-score-badge span{font-size:1.4rem}.verdict-card{box-sizing:border-box;width:100%;margin-bottom:16px;padding:20px 16px!important}.verdict-title{font-size:1.6rem}.verdict-reason{padding:0 4px;font-size:.95rem}.analyzing-content{width:95%;max-width:95%;padding:20px}.sim-review{padding:16px;font-size:.9rem}.pro-item,.con-item{padding:12px 12px 12px 32px;font-size:.9rem}.pro-item:before,.con-item:before{top:16px;left:12px}.spec-item{flex-direction:column;align-items:flex-start;gap:6px;padding:10px 0}.spec-value{text-align:left;color:#ffffffe6;max-width:100%;padding-left:8px}}.ytc-page{background-color:var(--black)}.ytc-title{background:linear-gradient(90deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ytc-title span{background:linear-gradient(90deg,#8b5cf6,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ytc-search-section{text-align:center;background:linear-gradient(145deg,#3b82f60a,#1e1e1e80);border:1px solid #3b82f61a;margin-top:20px;padding:48px 40px}.ytc-search-icon-area{margin-bottom:20px}.ytc-icon-bg{color:#3b82f6;filter:drop-shadow(0 0 20px #3b82f64d)}.ytc-search-title{color:#fff;margin-bottom:8px;font-size:1.35rem}.ytc-search-desc{color:#ffffff80;margin-bottom:28px;max-width:600px;margin-inline:auto;font-size:.95rem}.ytc-search-bar{color:#fff6;background:#0006;border:1px solid #ffffff1a;border-radius:12px;align-items:center;max-width:700px;margin:0 auto;padding:8px 8px 8px 24px;transition:all .3s;display:flex}.ytc-search-bar:focus-within{background:#0009;border-color:#3b82f666;box-shadow:0 0 20px #3b82f61a}.ytc-search-bar input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:10px;font-size:1.05rem}.ytc-search-bar input::placeholder{color:#ffffff59}.ytc-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:8px;align-items:center;gap:10px;padding:14px 28px;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.ytc-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #3b82f666}.ytc-btn:disabled{opacity:.7;cursor:not-allowed}.ytc-info-badges{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:24px;display:flex}.ytc-info-badges span{color:#ffffff80;background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;display:flex}.ytc-result{margin-top:30px}.ytc-video-header{border-bottom:1px solid #ffffff14;flex-direction:column;gap:24px;margin-bottom:30px;padding-bottom:30px;display:flex}@media (width>=768px){.ytc-video-header{flex-direction:row;align-items:flex-start}}.ytc-video-player{aspect-ratio:16/9;background:#000;border:1px solid #ffffff14;border-radius:12px;flex:1;overflow:hidden;box-shadow:0 10px 30px #00000080}.ytc-video-player iframe{border:none;width:100%;height:100%}.ytc-video-info{flex-direction:column;flex:1;gap:12px;display:flex}.ytc-video-info h2{color:#fff;margin:0;font-size:1.5rem;line-height:1.3}.ytc-badges-row{flex-wrap:wrap;gap:8px;display:flex}.ytc-badge{border-radius:20px;width:fit-content;padding:4px 12px;font-size:.82rem;font-weight:600;display:inline-block}.ytc-badge-red{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f633}.ytc-badge-green{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.ytc-video-meta{flex-wrap:wrap;gap:16px;display:flex}.ytc-video-meta span{color:#ffffff80;align-items:center;gap:6px;font-size:.9rem;display:flex}.ytc-summary-box{color:#fffc;background:#ffffff08;border-left:3px solid #3b82f6;border-radius:12px;padding:20px;font-size:.95rem;line-height:1.65}.ytc-kpi-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.ytc-kpi-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:14px;padding:20px;display:flex}.ytc-kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ytc-kpi-label{color:#ffffff80;letter-spacing:.3px;font-size:.8rem;font-weight:600;display:block}.ytc-kpi-value{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800;display:block}.ytc-sentiment-section{margin-bottom:24px;padding:24px}.ytc-sentiment-section h3{color:#fff;align-items:center;gap:8px;margin-bottom:16px;display:flex}.ytc-sentiment-bar{border-radius:8px;height:36px;font-size:.82rem;font-weight:600;display:flex;overflow:hidden}.ytc-sb-pos{color:#fff;background:linear-gradient(90deg,#10b981,#34d399);justify-content:center;align-items:center;gap:4px;min-width:60px;transition:width .8s;display:flex}.ytc-sb-neu{color:#ffffffb3;background:#ffffff1a;justify-content:center;align-items:center;gap:4px;min-width:50px;transition:width .8s;display:flex}.ytc-sb-neg{color:#fff;background:linear-gradient(90deg,#ef4444,#f87171);justify-content:center;align-items:center;gap:4px;min-width:60px;transition:width .8s;display:flex}.ytc-main-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=1024px){.ytc-main-grid{grid-template-columns:3fr 2fr}}.ytc-col-left,.ytc-col-right{flex-direction:column;gap:20px;display:flex}.ytc-section{padding:24px}.ytc-section h3{color:#fff;align-items:center;gap:8px;margin-bottom:16px;font-size:1.1rem;display:flex}.ytc-text{color:#fffc;line-height:1.65}.ytc-layers{flex-direction:column;gap:16px;display:flex}.ytc-layer h4{color:#fff;align-items:center;gap:10px;margin-bottom:8px;font-size:1rem;display:flex}.ytc-layer-num{color:#a78bfa;background:linear-gradient(135deg,#8b5cf626,#3b82f61a);border:1px solid #8b5cf633;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.ytc-layer p{color:#ffffffb3;padding-left:38px;line-height:1.6}.ytc-topics{flex-direction:column;gap:16px;display:flex}.ytc-topic-head{color:#ffffffe6;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.95rem;display:flex}.ytc-topic-bar{background:#ffffff0f;border-radius:4px;width:100%;height:6px;margin-bottom:6px;overflow:hidden}.ytc-topic-fill{border-radius:4px;height:100%}.ytc-topic-desc{color:#ffffff80;font-size:.88rem;line-height:1.5}.ytc-scores{flex-direction:column;gap:14px;display:flex}.ytc-score-head{color:#ffffffd9;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.93rem;display:flex}.ytc-score-bar{background:#ffffff0f;border-radius:4px;width:100%;height:6px;overflow:hidden}.ytc-insights-card{background:linear-gradient(145deg,#fbbf240a,#1e1e1e80)!important;border-color:#fbbf241a!important}.ytc-insights{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.ytc-insights li{color:#ffffffd9;align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.5;display:flex}.ytc-insights li span{flex-shrink:0;font-size:1.1rem}.ytc-quotes{flex-direction:column;gap:10px;display:flex}.ytc-quote{border-left:3px solid;border-radius:10px;padding:14px}.ytc-quote-positive{background:#10b9810d;border-color:#10b981}.ytc-quote-negative{background:#ef44440d;border-color:#ef4444}.ytc-quote-neutral{background:#ffffff08;border-color:#fff3}.ytc-quote-tag{color:#ffffff80;margin-bottom:6px;font-size:.8rem}.ytc-quote p{color:#ffffffd9;margin:0;font-style:italic;line-height:1.5}.ytc-words{flex-wrap:wrap;gap:10px;display:flex}.ytc-word{color:#fffc;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:6px 14px}.ytc-word small{color:#fff6;font-size:.75em}.ytc-rec-card{align-items:flex-start;gap:16px;display:flex;background:linear-gradient(145deg,#8b5cf60f,#1e1e1e80)!important;border-color:#8b5cf626!important}.ytc-rec-emoji{flex-shrink:0;font-size:2rem}.ytc-progress-info{color:#60a5fa;margin-bottom:8px;font-size:.95rem;font-weight:600}@media (width<=768px){.ytc-search-section{padding:24px 16px}.ytc-search-bar{flex-direction:column;gap:12px;padding:12px}.ytc-search-bar input{width:100%;padding:12px}.ytc-btn{justify-content:center;width:100%}.ytc-kpi-grid{grid-template-columns:repeat(2,1fr)}.ytc-video-info h2{font-size:1.2rem}}@media (width<=480px){.ytc-kpi-grid{grid-template-columns:1fr}}.ecc-page{background-color:var(--black)}.ecc-title{background:linear-gradient(90deg,#f27a1a,#ff6000);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ecc-title span{background:linear-gradient(90deg,#ff6000,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ecc-search-section{text-align:center;background:linear-gradient(145deg,#f27a1a0a,#1e1e1e80);border:1px solid #f27a1a1a;margin-top:20px;padding:48px 40px}.ecc-search-icon-area{margin-bottom:20px}.ecc-icon-bg{color:#ff6000;filter:drop-shadow(0 0 20px #ff60004d)}.ecc-search-title{color:#fff;margin-bottom:8px;font-size:1.35rem}.ecc-search-desc{color:#ffffff80;margin-bottom:28px;max-width:600px;margin-inline:auto;font-size:.95rem}.ecc-search-bar{color:#fff6;background:#0006;border:1px solid #ffffff1a;border-radius:12px;align-items:center;max-width:700px;margin:0 auto;padding:8px 8px 8px 24px;transition:all .3s;display:flex}.ecc-search-bar:focus-within{background:#0009;border-color:#ff600066;box-shadow:0 0 20px #ff60001a}.ecc-search-bar input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:10px;font-size:1.05rem}.ecc-search-bar input::placeholder{color:#ffffff59}.ecc-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f27a1a,#ff6000);border:none;border-radius:8px;align-items:center;gap:10px;padding:14px 28px;font-size:1.05rem;font-weight:600;transition:all .2s;display:flex}.ecc-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #ff600066}.ecc-btn:disabled{opacity:.7;cursor:not-allowed}.ecc-info-badges{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:24px;display:flex}.ecc-info-badges span{color:#ffffff80;background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;display:flex}.ecc-result{margin-top:30px}.ecc-product-header{border-bottom:1px solid #ffffff14;flex-direction:column;gap:24px;margin-bottom:30px;padding-bottom:30px;display:flex}@media (width>=768px){.ecc-product-header{flex-direction:row;align-items:flex-start}}.ecc-product-visual{aspect-ratio:16/9;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.ecc-product-visual-glow{filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#ff600033 0%,#0000 70%);width:100px;height:100px;position:absolute}.ecc-product-visual h4{color:#ffffffb3;margin-top:12px;font-size:1.1rem;font-weight:500}.ecc-product-info{flex-direction:column;flex:1.5;gap:12px;display:flex}.ecc-product-info h2{color:#fff;margin:0;font-size:1.5rem;line-height:1.3}.ecc-badges-row{flex-wrap:wrap;gap:8px;display:flex}.ecc-badge{border-radius:20px;width:fit-content;padding:4px 12px;font-size:.82rem;font-weight:600;display:inline-block}.ecc-badge-green{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.ecc-product-meta{flex-wrap:wrap;gap:16px;display:flex}.ecc-product-meta span{color:#ffffff80;align-items:center;gap:6px;font-size:.9rem;display:flex}.ecc-summary-box{color:#fffc;background:#ffffff08;border-left:3px solid #ff6000;border-radius:12px;padding:20px;font-size:.95rem;line-height:1.65}.ecc-kpi-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.ecc-kpi-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:14px;padding:20px;display:flex}.ecc-kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ecc-kpi-label{color:#ffffff80;letter-spacing:.3px;font-size:.8rem;font-weight:600;display:block}.ecc-kpi-value{font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800;display:block}.ecc-sentiment-section{margin-bottom:24px;padding:24px}.ecc-sentiment-section h3{color:#fff;align-items:center;gap:8px;margin-bottom:16px;display:flex}.ecc-sentiment-bar{border-radius:8px;height:36px;font-size:.82rem;font-weight:600;display:flex;overflow:hidden}.ecc-sb-pos{color:#fff;background:linear-gradient(90deg,#10b981,#34d399);justify-content:center;align-items:center;gap:4px;min-width:60px;transition:width .8s;display:flex}.ecc-sb-neu{color:#ffffffb3;background:#ffffff1a;justify-content:center;align-items:center;gap:4px;min-width:50px;transition:width .8s;display:flex}.ecc-sb-neg{color:#fff;background:linear-gradient(90deg,#ef4444,#f87171);justify-content:center;align-items:center;gap:4px;min-width:60px;transition:width .8s;display:flex}.ecc-main-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=1024px){.ecc-main-grid{grid-template-columns:3fr 2fr}}.ecc-col-left,.ecc-col-right{flex-direction:column;gap:20px;display:flex}.ecc-section{padding:24px}.ecc-section h3{color:#fff;align-items:center;gap:8px;margin-bottom:16px;font-size:1.1rem;display:flex}.ecc-text{color:#fffc;line-height:1.65}.ecc-layers{flex-direction:column;gap:16px;display:flex}.ecc-layer h4{color:#fff;align-items:center;gap:10px;margin-bottom:8px;font-size:1rem;display:flex}.ecc-layer-num{color:#ff6000;background:linear-gradient(135deg,#ff600026,#f27a1a1a);border:1px solid #ff600033;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.ecc-layer p{color:#ffffffb3;padding-left:38px;line-height:1.6}.ecc-topics{flex-direction:column;gap:16px;display:flex}.ecc-topic-head{color:#ffffffe6;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.95rem;display:flex}.ecc-topic-bar{background:#ffffff0f;border-radius:4px;width:100%;height:6px;margin-bottom:6px;overflow:hidden}.ecc-topic-fill{border-radius:4px;height:100%}.ecc-topic-desc{color:#ffffff80;font-size:.88rem;line-height:1.5}.ecc-scores{flex-direction:column;gap:14px;display:flex}.ecc-score-head{color:#ffffffd9;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.93rem;display:flex}.ecc-score-bar{background:#ffffff0f;border-radius:4px;width:100%;height:6px;overflow:hidden}.ecc-insights-card{background:linear-gradient(145deg,#ff60000a,#1e1e1e80)!important;border-color:#ff60001a!important}.ecc-insights{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.ecc-insights li{color:#ffffffd9;align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.5;display:flex}.ecc-insights li span{flex-shrink:0;font-size:1.1rem}.ecc-quotes{flex-direction:column;gap:10px;display:flex}.ecc-quote{border-left:3px solid;border-radius:10px;padding:14px}.ecc-quote-positive{background:#10b9810d;border-color:#10b981}.ecc-quote-negative{background:#ef44440d;border-color:#ef4444}.ecc-quote-neutral{background:#ffffff08;border-color:#fff3}.ecc-quote-tag{color:#ffffff80;margin-bottom:6px;font-size:.8rem}.ecc-quote p{color:#ffffffd9;margin:0;font-style:italic;line-height:1.5}.ecc-words{flex-wrap:wrap;gap:10px;display:flex}.ecc-word{color:#fffc;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:6px 14px}.ecc-word small{color:#fff6;font-size:.75em}.ecc-rec-card{align-items:flex-start;gap:16px;display:flex;background:linear-gradient(145deg,#ff60000f,#1e1e1e80)!important;border-color:#ff600026!important}.ecc-rec-emoji{flex-shrink:0;font-size:2rem}.ecc-progress-info{color:#ff6000;margin-bottom:8px;font-size:.95rem;font-weight:600}@media (width<=768px){.ecc-search-section{padding:24px 16px}.ecc-search-bar{flex-direction:column;gap:12px;padding:12px}.ecc-search-bar input{width:100%;padding:12px}.ecc-btn{justify-content:center;width:100%}.ecc-kpi-grid{grid-template-columns:repeat(2,1fr)}.ecc-product-info h2{font-size:1.2rem}}@media (width<=480px){.ecc-kpi-grid{grid-template-columns:1fr}}.ecc-result-v2{flex-direction:column;gap:24px;margin-top:24px;display:flex}.ecc-hero{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff0a 0%,#ffffff05 100%);border:1px solid #ffffff14;border-radius:24px;grid-template-columns:1fr auto;align-items:center;gap:32px;padding:32px 36px;display:grid;position:relative;overflow:hidden}.ecc-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff60001f 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-100px;right:-100px}.ecc-hero-info{min-width:0;position:relative}.ecc-hero-badges{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.ecc-badge-v2{letter-spacing:.01em;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.ecc-badge-trendyol{color:#ffb877;background:#f27a1a2e;border:1px solid #f27a1a59}.ecc-badge-hepsiburada{color:#ff9a5a;background:#ff60002e;border:1px solid #ff600059}.ecc-badge-soft{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff14}.ecc-hero-title{letter-spacing:-.02em;color:#fff;margin:0 0 8px;font-size:1.85rem;font-weight:700}.ecc-hero-sub{color:#ffffff80;margin:0 0 14px;font-size:.95rem}.mono{color:#fffc;background:#ffffff0f;border-radius:6px;padding:2px 8px;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:.9rem}.ecc-hero-link{color:#ff9a5a;align-items:center;gap:6px;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.ecc-hero-link:hover{color:#ffb877}.ecc-hero-score-wrap{justify-content:center;align-items:center;width:180px;height:180px;display:flex;position:relative}.ecc-score-ring{filter:drop-shadow(0 0 20px #ff600033);width:180px;height:180px}.ecc-score-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ecc-score-number{letter-spacing:-.04em;font-size:3.2rem;font-weight:800;line-height:1}.ecc-score-divider{color:#fff6;margin-top:2px;font-size:.95rem;font-weight:500}.ecc-score-caption{color:#ffffff8c;text-transform:uppercase;letter-spacing:.12em;margin-top:8px;font-size:.7rem;font-weight:600}.ecc-tabs{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;gap:4px;width:fit-content;padding:6px;display:flex;overflow-x:auto}.ecc-tab{color:#ffffff8c;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:.92rem;font-weight:600;transition:all .22s;display:inline-flex}.ecc-tab:hover{color:#ffffffe6;background:#ffffff0a}.ecc-tab.active{color:#fff;background:linear-gradient(135deg,#ff7a1f,#ff6000);box-shadow:0 4px 14px #ff600059}.ecc-panel{flex-direction:column;gap:20px;display:flex}.ecc-card{-webkit-backdrop-filter:blur(16px);background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;padding:24px 26px}.ecc-card-accent{background:linear-gradient(135deg,#ff60000f,#ff600005);border-color:#ff60002e}.ecc-card-head{align-items:center;gap:10px;margin-bottom:16px;display:flex}.ecc-card-head h3{color:#fff;letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:700}.ecc-card-head .accent{color:#ff9a5a}.ecc-prose{color:#ffffffbf;margin:0;font-size:.95rem;line-height:1.65}.ecc-kpi-trio{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.ecc-kpi-v2{background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;gap:8px;padding:20px;transition:transform .25s,border-color .25s;display:flex}.ecc-kpi-v2:hover{border-color:#ffffff24;transform:translateY(-2px)}.ecc-kpi-v2 .ecc-kpi-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ecc-kpi-v2 .ecc-kpi-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:600}.ecc-kpi-v2 .ecc-kpi-value{letter-spacing:-.02em;font-size:1.65rem;font-weight:700}.ecc-result-v2 .ecc-sentiment-bar{color:#fff;background:#ffffff0a;border-radius:12px;height:36px;font-size:.78rem;font-weight:600;display:flex;overflow:hidden}.ecc-result-v2 .ecc-sb-pos{background:linear-gradient(90deg,#059669,#10b981);justify-content:center;align-items:center;min-width:0;display:flex;overflow:hidden}.ecc-result-v2 .ecc-sb-neu{background:linear-gradient(90deg,#6b7280,#9ca3af);justify-content:center;align-items:center;min-width:0;display:flex;overflow:hidden}.ecc-result-v2 .ecc-sb-neg{background:linear-gradient(90deg,#dc2626,#ef4444);justify-content:center;align-items:center;min-width:0;display:flex;overflow:hidden}.ecc-sb-legend{color:#ffffff8c;gap:16px;margin-top:12px;font-size:.8rem;display:flex}.ecc-sb-legend span{align-items:center;gap:6px;display:inline-flex}.ecc-sb-legend .dot{border-radius:50%;width:8px;height:8px;display:inline-block}.ecc-sb-legend .dot.pos{background:#10b981}.ecc-sb-legend .dot.neu{background:#9ca3af}.ecc-sb-legend .dot.neg{background:#ef4444}.ecc-two-col{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ecc-card-recommend{background:linear-gradient(135deg,#ff60001a,#a855f70d);border:1px solid #ff600040;align-items:flex-start;gap:20px;display:flex}.ecc-rec-icon{filter:drop-shadow(0 0 12px #ff600066);font-size:2rem;line-height:1}.ecc-card-recommend h3{color:#fff;margin:0 0 8px;font-size:1.05rem;font-weight:700}.ecc-result-v2 .ecc-layers{flex-direction:column;gap:18px;display:flex}.ecc-result-v2 .ecc-layer{background:#ffffff06;border:1px solid #ffffff0d;border-left:3px solid #ff6000;border-radius:14px;padding:18px 20px}.ecc-result-v2 .ecc-layer h4{color:#fff;letter-spacing:-.01em;align-items:center;gap:10px;margin:0 0 10px;font-size:.98rem;font-weight:700;display:flex}.ecc-result-v2 .ecc-layer-num{color:#fff;background:linear-gradient(135deg,#ff7a1f,#ff6000);border-radius:8px;justify-content:center;align-items:center;min-width:26px;height:26px;font-size:.8rem;font-weight:700;display:inline-flex}.ecc-result-v2 .ecc-layer p{color:#ffffffb3;margin:0;font-size:.9rem;line-height:1.65}.ecc-insights-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.ecc-insights-list li{color:#ffffffd9;background:#fbbf240a;border:1px solid #fbbf241a;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:.9rem;line-height:1.55;display:flex}.ecc-insights-list .li-icon{color:#fbbf24;flex-shrink:0;margin-top:2px}.ecc-scores-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.ecc-result-v2 .ecc-score-item{background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;padding:16px 18px}.ecc-result-v2 .ecc-score-head{color:#ffffffd9;justify-content:space-between;margin-bottom:10px;font-size:.9rem;font-weight:600;display:flex}.ecc-result-v2 .ecc-score-bar{background:#ffffff0f;border-radius:6px;height:8px;overflow:hidden}.ecc-result-v2 .ecc-topics{flex-direction:column;gap:18px;display:flex}.ecc-result-v2 .ecc-topic{background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;padding:16px 18px}.ecc-result-v2 .ecc-topic-head{color:#fff;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:.95rem;font-weight:600;display:flex}.ecc-result-v2 .ecc-topic-bar{background:#ffffff0f;border-radius:6px;height:7px;margin-bottom:12px;overflow:hidden}.ecc-result-v2 .ecc-topic-fill{border-radius:6px;height:100%}.ecc-result-v2 .ecc-topic-desc{color:#ffffffa6;margin:0;font-size:.85rem;line-height:1.6}.ecc-result-v2 .ecc-words{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ecc-result-v2 .ecc-word{color:#ffb074;background:#ff600014;border:1px solid #ff60002e;border-radius:999px;align-items:baseline;gap:6px;padding:8px 14px;font-weight:600;transition:transform .2s,background .2s;display:inline-flex}.ecc-result-v2 .ecc-word:hover{background:#ff600029;transform:translateY(-2px)}.ecc-result-v2 .ecc-word small{color:#ffffff73;font-size:.7rem;font-weight:500}.ecc-quotes-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex!important}.ecc-quote-filters{flex-wrap:wrap;gap:6px;display:flex}.ecc-filter{color:#ffffffa6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s}.ecc-filter:hover{color:#fff;background:#ffffff14}.ecc-filter.active{color:#fff;background:linear-gradient(135deg,#ff7a1f,#ff6000);border-color:#0000}.ecc-quotes-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.ecc-quote-v2{background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:10px;padding:18px;transition:transform .25s;display:flex}.ecc-quote-v2:hover{transform:translateY(-3px)}.ecc-quote-v2.ecc-quote-positive{border-left:3px solid #10b981}.ecc-quote-v2.ecc-quote-negative{border-left:3px solid #ef4444}.ecc-quote-v2.ecc-quote-neutral{border-left:3px solid #9ca3af}.ecc-quote-context{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;font-size:.72rem;font-weight:600}.ecc-quote-text{color:#ffffffe0;margin:0;font-size:.92rem;font-style:italic;line-height:1.6}.ecc-quote-sentiment{color:#ffffff80;font-size:.78rem;font-weight:600}.ecc-reset-bar{justify-content:center;padding-top:8px;display:flex}.ecc-reset-btn{color:#ffffffd9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .22s;display:inline-flex}.ecc-reset-btn:hover{color:#fff;background:linear-gradient(135deg,#ff600026,#ff600014);border-color:#ff600059;transform:translateY(-1px)}@media (width<=900px){.ecc-hero{text-align:center;grid-template-columns:1fr;padding:24px}.ecc-hero-info{flex-direction:column;align-items:center;display:flex}.ecc-hero-badges{justify-content:center}.ecc-hero-score-wrap{margin:0 auto}.ecc-kpi-trio,.ecc-two-col,.ecc-scores-grid{grid-template-columns:1fr}}@media (width<=640px){.ecc-hero-title{font-size:1.5rem}.ecc-tab span{display:none}.ecc-tab{padding:10px 12px}.ecc-card{padding:18px 20px}}.store-page{color:#c9d1d9;background-color:#0d1117;min-height:100vh}.store-content{max-width:1200px;margin:0 auto;padding:80px 20px 40px}.store-header{text-align:center;margin-bottom:50px}.store-header h1{color:#fff;background:linear-gradient(90deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:15px;font-size:2.8rem;font-weight:800}.store-header p{color:#8b949e;max-width:650px;margin:0 auto;font-size:1.1rem;line-height:1.6}.packages-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:60px;display:grid}.package-card{text-align:center;-webkit-backdrop-filter:blur(10px);background:#161b2299;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;padding:40px 30px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 10px 30px #0003}.package-card:hover{background:#161b22cc;border-color:#6366f14d;transform:translateY(-10px);box-shadow:0 20px 40px #6366f126}.package-card.popular{background:linear-gradient(#6366f10d,#161b22cc);border-color:#6366f180;box-shadow:0 0 30px #6366f11a}.popular-badge{color:#fff;letter-spacing:.5px;white-space:nowrap;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:20px;padding:6px 16px;font-size:.85rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #6366f166}.package-icon-wrapper{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;transition:all .3s;display:flex}.package-card:hover .package-icon-wrapper{background:#6366f11a;border-color:#6366f133;transform:scale(1.1)rotate(5deg)}.package-icon{color:#a0a0ab;width:32px;height:32px}.popular-icon{color:#a855f7}.package-card h2{color:#fff;margin-bottom:20px;font-size:1.6rem;font-weight:700}.credits-amount{justify-content:center;align-items:baseline;gap:8px;margin-bottom:15px;display:flex}.credits-amount .amount{color:#fff;letter-spacing:-1px;font-size:3.5rem;font-weight:800;line-height:1}.credits-amount .label{color:#8b949e;font-size:1.1rem;font-weight:600}.package-card .price{color:#fff;margin-bottom:20px;font-size:1.8rem;font-weight:800}.buy-button{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:16px 24px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.package-card:hover .buy-button{background:#ffffff1a}.package-card.popular .buy-button{background:linear-gradient(135deg,#6366f1,#a855f7);border:none;box-shadow:0 4px 15px #6366f14d}.package-card.popular:hover .buy-button{transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.my-orders-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#161b2280;border:1px solid #ffffff0d;border-radius:24px;margin-top:60px;padding:40px}.my-orders-section h3{text-align:center;color:#fff;margin-bottom:30px;font-size:1.6rem;font-weight:700}.no-orders{text-align:center;color:#8b949e;padding:20px;font-size:1.1rem}.loading-spinner{text-align:center;color:#6366f1;padding:20px;font-weight:600}.orders-table-wrapper{overflow-x:auto}.orders-table{border-collapse:separate;border-spacing:0;text-align:left;width:100%}.orders-table th,.orders-table td{border-bottom:1px solid #ffffff0d;padding:16px 20px}.orders-table th{color:#8b949e;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.orders-table td{color:#c9d1d9;font-size:.95rem}.orders-table tr:hover td{background:#ffffff05}.orders-table .monospace{color:#a0a0ab;font-family:Courier New,Courier,monospace}.status-badge{border-radius:20px;justify-content:center;align-items:center;padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.status-badge.neutral{color:#9ca3af;background:#6b72801a;border:1px solid #6b728033}.status-badge.success{color:#34d399;background:#10b9811a;border:1px solid #10b98133}.status-badge.error{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.payment-overlay{z-index:9999;-webkit-backdrop-filter:blur(20px);background:#070a12e0;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.payment-modal{text-align:center;background:#10141ef7;border-radius:32px;width:100%;max-width:460px;padding:56px 48px 48px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff12,0 40px 80px #0009}.payment-modal.success:before{content:"";pointer-events:none;background:radial-gradient(#10b98129 0%,#0000 70%);width:340px;height:340px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.modal-icon-area{justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 32px;display:flex;position:relative}.pulse-rings{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.pulse-ring{border:2px solid var(--color,#10b981);opacity:0;width:120px;height:120px;animation:2.4s ease-out infinite pulseRing;animation-delay:var(--delay,0s);border-radius:50%;position:absolute}@keyframes pulseRing{0%{opacity:.65;transform:scale(.5)}to{opacity:0;transform:scale(1.9)}}.modal-icon-circle{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.success-circle{background:#10b9811f;box-shadow:0 0 35px #10b9814d}.modal-title{color:#fff;letter-spacing:-.3px;margin-bottom:14px;font-size:1.75rem;font-weight:800}.success-title{background:linear-gradient(90deg,#10b981,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.modal-desc{color:#8b949e;margin-bottom:30px;font-size:1rem;line-height:1.65}.credit-loading-bar-wrapper{margin-bottom:30px}.credit-loading-bar{background:#ffffff0f;border-radius:100px;height:6px;margin-bottom:10px;overflow:hidden}.credit-loading-fill{background:linear-gradient(90deg,#10b981,#34d399,#6ee7b7);border-radius:100px;height:100%;box-shadow:0 0 14px #10b98180}.credit-loading-label{color:#6b7280;margin:0;font-size:.8rem}.modal-steps{justify-content:center;align-items:center;margin-bottom:36px;display:flex}.step{flex-direction:column;align-items:center;gap:8px;display:flex}.step span{color:#4b5563;white-space:nowrap;font-size:.75rem;font-weight:500}.step.done span{color:#10b981}.step.loading-step span{color:#f59e0b}.step-dot{background:#ffffff14;border:2px solid #ffffff1a;border-radius:50%;width:10px;height:10px}.done-dot{box-shadow:0 0 10px #10b98180;background:#10b981!important;border-color:#10b981!important}.loading-dot{animation:1.2s ease-in-out infinite dotPulse;box-shadow:0 0 10px #f59e0b80;background:#f59e0b!important;border-color:#f59e0b!important}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(1.45)}}.step-line{background:#ffffff12;width:42px;height:2px;margin:0 4px 18px}.done-line{background:#10b981;box-shadow:0 0 6px #10b9814d}.modal-close-btn{cursor:pointer;letter-spacing:.2px;border:none;border-radius:14px;width:100%;padding:16px 28px;font-size:1rem;font-weight:700;transition:all .2s}.success-btn{color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 20px #10b98159}.success-btn:hover{transform:translateY(-1px);box-shadow:0 8px 32px #10b9818c}@media (width<=768px){.store-content{padding:60px 16px 32px}.store-header{margin-bottom:32px}.store-header h1{margin-bottom:12px;font-size:clamp(1.6rem,6vw,2.2rem)}.store-header p{font-size:.95rem}.packages-grid{grid-template-columns:1fr;gap:20px}.package-card{border-radius:18px;padding:32px 24px}.package-card:hover{transform:none}.credits-amount .amount{font-size:2.6rem}.package-card .price{font-size:1.5rem}.package-card h2{font-size:1.35rem}.my-orders-section{border-radius:18px;margin-top:40px;padding:24px 18px}.my-orders-section h3{margin-bottom:20px;font-size:1.3rem}.orders-table th,.orders-table td{padding:12px 14px;font-size:.85rem}}@media (width<=600px){.payment-modal{border-radius:24px;padding:40px 28px 36px}.modal-title{font-size:1.45rem}.step-line{width:24px}.step span{font-size:.68rem}.redirect-confirm-modal{border-radius:24px;padding:36px 24px}.redirect-buttons{flex-direction:column;gap:10px}.email-highlight-box .email-value{word-break:break-all;font-size:1rem}}@media (width<=480px){.store-content{padding:48px 12px 24px}.credits-amount .amount{font-size:2.2rem}.package-card{padding:26px 20px}.buy-button{padding:14px 18px;font-size:.95rem}.popular-badge{padding:5px 14px;font-size:.75rem}}.redirect-confirm-modal{text-align:center;background:#10141ef7;border-radius:32px;width:100%;max-width:480px;padding:48px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff12,0 40px 80px #0009}.redirect-confirm-modal:before{content:"";pointer-events:none;background:radial-gradient(#6366f129 0%,#0000 70%);width:340px;height:340px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.email-highlight-box{background:#6366f114;border:1px dashed #6366f14d;border-radius:12px;flex-direction:column;gap:6px;margin:20px 0;padding:16px;display:flex}.email-highlight-box .email-label{color:#8b949e;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.email-highlight-box .email-value{color:#6366f1;font-family:monospace;font-size:1.25rem;font-weight:700}.redirect-buttons{gap:15px;margin-top:30px;display:flex}.redirect-btn-secondary{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:14px;font-weight:600;transition:all .2s}.redirect-btn-secondary:hover{background:#ffffff14}.redirect-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:12px;flex:2;padding:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #6366f159}.redirect-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 25px #6366f18c}.pending-orders-list{text-align:left;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;max-height:180px;margin-bottom:24px;padding:16px;overflow-y:auto}.pending-order-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.pending-order-item:last-child{border-bottom:none}.pending-order-credits{color:#10b981;font-size:1.1rem;font-weight:700}.pending-order-title{color:#fff;font-size:.95rem;font-weight:500}.pending-orders-total{color:#fff;background:#10b98114;border:1px solid #10b98126;border-radius:12px;margin:20px 0 28px;padding:12px;font-size:1.2rem;font-weight:800;box-shadow:inset 0 0 15px #10b9810d}.pending-orders-error{color:#f87171;background:#ef444414;border:1px solid #ef444426;border-radius:12px;margin-bottom:24px;padding:16px;font-size:.95rem;line-height:1.6}.settings-container{flex-direction:column;gap:32px;width:100%;max-width:900px;margin:0 auto;display:flex}.settings-header{margin-bottom:24px}.settings-title{color:#fff;margin-bottom:8px;font-size:2rem;font-weight:800}.settings-subtitle{color:var(--text-secondary);font-size:1.05rem}.settings-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=992px){.settings-grid.two-cols{grid-template-columns:1fr 1fr}}.settings-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;gap:24px;padding:32px;display:flex;box-shadow:0 10px 40px #0003}.settings-card-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding-bottom:16px;display:flex}.settings-card-header h3{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.settings-card-header .icon-wrap{width:40px;height:40px;color:var(--accent-primary);background:#7c3aed1a;border-radius:10px;justify-content:center;align-items:center;display:flex}.settings-card-header.danger .icon-wrap{color:#ef4444;background:#ef44441a}.settings-row{flex-direction:column;gap:8px;display:flex}.settings-label{color:var(--text-muted);font-size:.9rem;font-weight:500}.settings-value{color:#fff;border-radius:var(--radius-lg);background:#0003;border:1px solid #ffffff0d;padding:12px 16px;font-size:1.1rem;font-weight:600}.credit-balance-big{background:linear-gradient(135deg,#a78bfa 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:3rem;font-weight:800;line-height:1}.btn-danger{color:#ef4444;border-radius:var(--radius-lg);cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.btn-danger:hover{color:#fff;background:#ef4444}.history-list{flex-direction:column;gap:12px;display:flex}.history-item{border-radius:var(--radius-md);background:#ffffff05;border:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px;transition:all .2s;display:flex}.history-item:hover{background:#ffffff0d}.history-left{flex-direction:column;gap:4px;display:flex}.history-title{color:#fff;font-size:.95rem;font-weight:600}.history-date{color:var(--text-muted);font-size:.8rem}.history-amount{color:#10b981;background:#10b9811a;border-radius:20px;padding:4px 12px;font-size:1.1rem;font-weight:700}.empty-history{text-align:center;color:var(--text-muted);padding:32px 0;font-size:.95rem}.settings-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0a0a1ad9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.settings-delete-modal{background:var(--bg-card);border-radius:var(--radius-xl);text-align:center;border:1px solid #ef44444d;flex-direction:column;gap:20px;width:100%;max-width:480px;padding:32px;display:flex;box-shadow:0 30px 60px #000c,inset 0 0 40px #ef44440d}.settings-modal-icon{color:#ef4444;background:#ef44441a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto;display:flex}.settings-delete-modal h2{color:#fff;margin:0;font-size:1.5rem;font-weight:800}.settings-delete-modal p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.settings-delete-modal p strong{color:#ef4444}.settings-modal-actions{gap:16px;margin-top:10px;display:flex}.settings-modal-actions button{border-radius:var(--radius-lg);cursor:pointer;flex:1;padding:12px;font-size:1rem;font-weight:600;transition:all .2s}.btn-cancel{color:#fff;background:0 0;border:1px solid #fff3}.btn-cancel:hover{background:#ffffff0d}.btn-confirm-delete{color:#fff;background:#ef4444;border:1px solid #ef4444}.btn-confirm-delete:hover{background:#dc2626;box-shadow:0 0 15px #ef444480}.btn-confirm-delete:disabled{opacity:.5;cursor:not-allowed}.avatar-upload-section{border-radius:var(--radius-lg);background:#ffffff05;border:1px solid #ffffff0f;align-items:center;gap:20px;padding:20px;display:flex}.avatar-upload-preview{flex-shrink:0;position:relative}.avatar-preview-img{object-fit:cover;border:3px solid #7c3aed66;border-radius:50%;width:80px;height:80px;box-shadow:0 0 20px #7c3aed26}.avatar-preview-placeholder{color:#fff;background:linear-gradient(135deg,#7c3aed,#3b82f6);border:3px solid #7c3aed66;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:800;display:flex}.avatar-upload-btn{background:var(--accent-primary);color:#fff;cursor:pointer;border:2px solid var(--bg-card);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 2px 8px #7c3aed66}.avatar-upload-btn:hover{background:#6d28d9;transform:scale(1.1)}.avatar-upload-info{flex-direction:column;gap:4px;display:flex}.avatar-upload-title{color:#fff;font-size:1rem;font-weight:600}.avatar-upload-hint{color:var(--text-muted);font-size:.8rem}.avatar-upload-success{color:#10b981;align-items:center;gap:4px;margin-top:4px;font-size:.8rem;display:flex}.avatar-upload-error{color:#ef4444;margin-top:4px;font-size:.8rem}.privacy-page{background:var(--bg-primary);justify-content:center;min-height:100vh;padding:120px 20px 60px;display:flex}.privacy-container{width:100%;max-width:800px}.privacy-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-glow);border-radius:var(--radius-xl);background:#16162d99;padding:60px;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000080,inset 0 0 20px #7c3aed0d}.privacy-card:before{content:"";background:var(--gradient-primary);border-radius:0 0 4px 4px;width:40%;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.privacy-title{text-align:center;color:#fff;letter-spacing:-.5px;margin-bottom:40px;font-size:2.5rem;font-weight:800}.privacy-content{color:var(--text-secondary);font-size:1.05rem;line-height:1.8}.privacy-content h2{color:#fff;border-bottom:1px solid #ffffff0d;margin-top:48px;margin-bottom:16px;padding-bottom:12px;font-size:1.5rem;font-weight:700}.privacy-content h3{color:#fff;margin-top:32px;margin-bottom:12px;font-size:1.2rem;font-weight:600}.privacy-content p{margin-bottom:16px}.privacy-content ul{margin-bottom:24px;padding-left:0;list-style-type:none}.privacy-content li{margin-bottom:12px;padding-left:24px;position:relative}.privacy-content li:before{content:"";background:var(--accent-primary);width:6px;height:6px;box-shadow:0 0 8px var(--accent-primary);border-radius:50%;position:absolute;top:10px;left:0}.privacy-content a{color:var(--accent-primary);font-weight:600;text-decoration:none}.privacy-content a:hover{text-decoration:underline}.privacy-meta{border-left:3px solid var(--accent-primary);background:#7c3aed1a;border-radius:0 8px 8px 0;margin-bottom:40px;padding:16px 24px}.privacy-meta p{margin:0;line-height:1.6}@media (width<=768px){.privacy-page{padding:100px 16px 40px}.privacy-card{padding:32px 24px}.privacy-title{font-size:2rem}}.about-page{color:#fff;background:#0a0a1a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden}.about-bg-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#6366f10a 1px,#0000 1px),linear-gradient(90deg,#6366f10a 1px,#0000 1px);background-size:70px 70px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(#000c 0%,#0000 75%);mask-image:radial-gradient(#000c 0%,#0000 75%)}.about-bg-glow{filter:blur(140px);opacity:.28;pointer-events:none;z-index:0;border-radius:50%;width:700px;height:700px;position:fixed}.about-bg-glow-1{background:radial-gradient(circle,#6366f199,#0000 70%);top:-200px;left:-200px}.about-bg-glow-2{background:radial-gradient(circle,#a855f780,#0000 70%);bottom:-200px;right:-200px}.about-container{z-index:1;max-width:1100px;margin:0 auto;padding:80px 24px 100px;position:relative}.about-hero{text-align:center;padding:40px 0 60px}.about-eyebrow{color:#c084fc;letter-spacing:.04em;background:#a855f71a;border:1px solid #a855f740;border-radius:999px;align-items:center;gap:6px;margin-bottom:22px;padding:6px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.about-hero-title{letter-spacing:-.03em;max-width:820px;margin:0 auto 18px;font-size:clamp(2rem,5vw,3.3rem);font-weight:800;line-height:1.15}.about-hero-sub{color:#ffffffa6;max-width:640px;margin:0 auto;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65}.about-section-head{text-align:center;margin-bottom:30px}.about-section-label{text-transform:uppercase;letter-spacing:.14em;color:#a855f7d9;margin-bottom:10px;font-size:.78rem;font-weight:700;display:inline-block}.about-section-head h2{letter-spacing:-.02em;color:#fff;margin:0;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.about-grid-two{grid-template-columns:1fr 1fr;gap:18px;margin:50px 0;display:grid}.about-card{-webkit-backdrop-filter:blur(14px);background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;padding:30px 28px}.about-card-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.about-card h3{color:#fff;letter-spacing:-.01em;margin:0 0 12px;font-size:1.2rem;font-weight:700}.about-card p{color:#ffffffb8;margin:0;font-size:.95rem;line-height:1.7}.about-story{margin:70px 0;padding:40px 0}.about-story-body{max-width:760px;margin:0 auto}.about-story-body p{color:#ffffffc7;margin:0 0 18px;font-size:1.02rem;line-height:1.85}.about-story-body p:last-child{margin-bottom:0}.about-values{margin:70px 0}.about-values-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px;display:grid}.about-value-card{background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;padding:24px;transition:transform .25s,border-color .25s}.about-value-card:hover{border-color:#ffffff24;transform:translateY(-3px)}.about-value-icon{border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:14px;display:flex}.about-value-card h4{color:#fff;margin:0 0 8px;font-size:1rem;font-weight:700}.about-value-card p{color:#ffffffa6;margin:0;font-size:.88rem;line-height:1.6}.about-tech{margin:70px 0}.about-tech-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:30px;display:grid}.about-tech-item{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;align-items:flex-start;gap:16px;padding:22px 24px;display:flex}.about-tech-icon{color:#c084fc;flex-shrink:0;margin-top:2px}.about-tech-item h4{color:#fff;margin:0 0 6px;font-size:1rem;font-weight:700}.about-tech-item p{color:#ffffffa6;margin:0;font-size:.88rem;line-height:1.6}.about-services{margin:70px 0}.about-services-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px;display:grid}.about-service{text-align:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:26px 18px;transition:transform .25s,border-color .25s;display:flex}.about-service:hover{border-color:#ffffff24;transform:translateY(-3px)}.about-service h4{color:#fff;margin:0;font-size:1rem;font-weight:700}.about-service p{color:#fff9;margin:0;font-size:.83rem;line-height:1.55}.about-cta{text-align:center;background:linear-gradient(135deg,#6366f11a,#a855f714);border:1px solid #a855f733;border-radius:24px;margin:80px 0 40px;padding:50px 24px}.about-cta h2{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(1.6rem,3vw,2rem);font-weight:700}.about-cta p{color:#ffffffa6;margin:0 0 26px;font-size:1rem}.about-cta-buttons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.about-btn-primary,.about-btn-secondary{border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.about-btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);box-shadow:0 8px 24px #6366f166}.about-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #6366f18c}.about-btn-secondary{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f}.about-btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}@media (width<=900px){.about-grid-two,.about-tech-grid{grid-template-columns:1fr}.about-values-grid,.about-services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.about-container{padding:60px 18px 80px}.about-values-grid,.about-services-grid{grid-template-columns:1fr}.about-cta{padding:36px 20px}}.contact-page{color:#fff;background:#0a0a1a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden}.contact-bg-glow{filter:blur(140px);opacity:.25;pointer-events:none;border-radius:50%;width:600px;height:600px;position:fixed}.contact-bg-glow-1{background:radial-gradient(circle,#6366f199,#0000 70%);top:-150px;left:-150px}.contact-bg-glow-2{background:radial-gradient(circle,#a855f780,#0000 70%);bottom:-200px;right:-150px}.contact-container{z-index:1;max-width:1100px;margin:0 auto;padding:80px 24px 100px;position:relative}.contact-hero{text-align:center;margin-bottom:50px}.contact-eyebrow{color:#c084fc;letter-spacing:.04em;background:#a855f71a;border:1px solid #a855f740;border-radius:999px;align-items:center;gap:6px;margin-bottom:22px;padding:6px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.contact-hero h1{letter-spacing:-.03em;margin:0 0 14px;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.15}.contact-hero p{color:#ffffffa6;max-width:580px;margin:0 auto;font-size:1.05rem;line-height:1.65}.contact-grid{grid-template-columns:380px 1fr;gap:24px;margin-bottom:80px;display:grid}.contact-info{flex-direction:column;gap:14px;display:flex}.contact-info-card{-webkit-backdrop-filter:blur(14px);background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;padding:22px}.contact-info-icon{border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:12px;display:flex}.contact-info-card h3{color:#fff;margin:0 0 6px;font-size:1rem;font-weight:700}.contact-info-card p{color:#ffffffa6;margin:0 0 10px;font-size:.88rem;line-height:1.55}.contact-info-link{color:#818cf8;border-bottom:1px dashed #818cf84d;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s;display:inline-block}.contact-info-link:hover{color:#c084fc;border-color:#c084fc80}.contact-form{-webkit-backdrop-filter:blur(14px);background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;padding:32px 36px}.contact-form h2{color:#fff;letter-spacing:-.01em;margin:0 0 22px;font-size:1.3rem;font-weight:700}.contact-form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-form-group{flex-direction:column;margin-bottom:16px;display:flex}.contact-form-group label{color:#fffc;margin-bottom:8px;font-size:.83rem;font-weight:600}.req{color:#f472b6;margin-left:2px}.contact-form-group input,.contact-form-group textarea{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;outline:none;padding:11px 14px;font-family:inherit;font-size:.92rem;transition:border-color .2s,background .2s}.contact-form-group input:focus,.contact-form-group textarea:focus{background:#ffffff0f;border-color:#a855f780}.contact-form-group input::placeholder,.contact-form-group textarea::placeholder{color:#ffffff59}.contact-form-group textarea{resize:vertical;min-height:110px;line-height:1.5}.contact-status{border-radius:10px;align-items:center;gap:8px;margin-bottom:14px;padding:10px 14px;font-size:.88rem;display:flex}.contact-status.success{color:#6ee7b7;background:#10b9811a;border:1px solid #10b9814d}.contact-status.error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d}.contact-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 6px 20px #6366f159}.contact-submit:hover{transform:translateY(-2px);box-shadow:0 10px 26px #6366f180}.contact-form-note{color:#fff6;text-align:center;margin:12px 0 0;font-size:.78rem}.contact-faq{max-width:760px;margin:0 auto}.contact-faq-head{text-align:center;margin-bottom:30px}.contact-section-label{text-transform:uppercase;letter-spacing:.14em;color:#a855f7d9;align-items:center;gap:6px;margin-bottom:10px;font-size:.78rem;font-weight:700;display:inline-flex}.contact-faq-head h2{letter-spacing:-.02em;margin:0;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.contact-faq-list{flex-direction:column;gap:10px;display:flex}.contact-faq-item{cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;transition:border-color .2s,background .2s;overflow:hidden}.contact-faq-item:hover{background:#ffffff0d;border-color:#ffffff1f}.contact-faq-item.open{border-color:#a855f74d}.contact-faq-q{color:#fff;justify-content:space-between;align-items:center;padding:18px 22px;font-size:.96rem;font-weight:600;display:flex}.contact-faq-chevron{color:#ffffff80;flex-shrink:0;transition:transform .25s}.contact-faq-item.open .contact-faq-chevron{color:#c084fc;transform:rotate(180deg)}.contact-faq-a{overflow:hidden}.contact-faq-a p{color:#ffffffb3;margin:0;padding:0 22px 18px;font-size:.9rem;line-height:1.65}@media (width<=900px){.contact-grid{grid-template-columns:1fr}}@media (width<=560px){.contact-container{padding:60px 18px 80px}.contact-form{padding:24px 22px}.contact-form-row{grid-template-columns:1fr;gap:0}}.pricing-page{color:#fff;background:#0a0a1a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden}.pricing-bg-glow{filter:blur(140px);opacity:.25;pointer-events:none;border-radius:50%;width:700px;height:700px;position:fixed}.pricing-bg-glow-1{background:radial-gradient(circle,#a855f78c,#0000 70%);top:-200px;left:-200px}.pricing-bg-glow-2{background:radial-gradient(circle,#6366f180,#0000 70%);bottom:-200px;right:-200px}.pricing-container{z-index:1;max-width:1200px;margin:0 auto;padding:80px 24px 100px;position:relative}.pricing-hero{text-align:center;margin-bottom:50px}.pricing-eyebrow{color:#c084fc;letter-spacing:.04em;background:#a855f71a;border:1px solid #a855f740;border-radius:999px;align-items:center;gap:6px;margin-bottom:22px;padding:6px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.pricing-hero h1{letter-spacing:-.03em;margin:0 0 14px;font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.15}.gradient-text{background:linear-gradient(135deg,#818cf8,#c084fc,#f472b6);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.pricing-hero p{color:#ffffffa6;max-width:520px;margin:0 auto 32px;font-size:1.05rem;line-height:1.65}.pricing-toggle{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;gap:4px;padding:6px;display:inline-flex}.pricing-toggle button{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .25s;display:inline-flex}.pricing-toggle button:hover{color:#fff;background:#ffffff0a}.pricing-toggle button.active{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);box-shadow:0 4px 14px #6366f166}.pricing-toggle-save{color:#6ee7b7;background:#10b98133;border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:700}.pricing-toggle button.active .pricing-toggle-save{color:#fff;background:#fff3}.pricing-packages{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:60px;display:grid}.pricing-card{-webkit-backdrop-filter:blur(14px);background:#ffffff08;border:1px solid #ffffff14;border-radius:22px;flex-direction:column;padding:36px 30px;transition:transform .3s,border-color .3s;display:flex;position:relative}.pricing-card:hover{border-color:#ffffff29;transform:translateY(-4px)}.pricing-card.featured{background:linear-gradient(135deg,#a855f71a,#6366f10f);border-color:#a855f766;transform:scale(1.03);box-shadow:0 20px 50px #a855f726}.pricing-card.featured:hover{transform:scale(1.03)translateY(-4px)}.pricing-badge{letter-spacing:.04em;color:#fff;white-space:nowrap;text-transform:uppercase;border-radius:999px;padding:5px 14px;font-size:.72rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card-icon{border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:18px;display:flex}.pricing-card-name{color:#fff;letter-spacing:-.01em;margin:0 0 6px;font-size:1.4rem;font-weight:700}.pricing-card-desc{color:#ffffff8c;margin:0 0 22px;font-size:.88rem}.pricing-card-price{align-items:baseline;gap:4px;margin-bottom:4px;display:flex}.pricing-currency{color:#ffffff8c;font-size:1.1rem;font-weight:600}.pricing-amount{letter-spacing:-.03em;font-size:2.6rem;font-weight:800;line-height:1}.pricing-suffix{color:#ffffff80;margin-left:4px;font-size:.95rem}.pricing-card-credits{color:#ffffffbf;margin-bottom:22px;font-size:.95rem}.pricing-card-credits strong{color:#fff;font-weight:700}.pricing-card-note{color:#ffffff80;margin-top:4px;font-size:.75rem;display:block}.pricing-card-features{flex-direction:column;flex:1;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:flex}.pricing-card-features li{color:#ffffffc7;align-items:flex-start;gap:8px;font-size:.88rem;line-height:1.5;display:flex}.check-icon{color:#10b981;flex-shrink:0;margin-top:3px}.pricing-card-btn{cursor:pointer;background:0 0;border:1.5px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.pricing-card-btn.btn-featured{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);box-shadow:0 8px 24px #a855f766}.pricing-card-btn:not(.btn-featured){background:#ffffff0a}.pricing-card-btn:hover{transform:translateY(-2px)}.pricing-card-btn.btn-featured:hover{box-shadow:0 12px 28px #a855f78c}.pricing-guarantees{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:80px;padding:22px;display:flex}.pricing-guarantee{color:#ffffffbf;align-items:center;gap:8px;font-size:.9rem;font-weight:500;display:inline-flex}.pricing-section-head{text-align:center;margin-bottom:36px}.pricing-section-label{text-transform:uppercase;letter-spacing:.14em;color:#a855f7d9;margin-bottom:10px;font-size:.78rem;font-weight:700;display:inline-block}.pricing-section-head h2{letter-spacing:-.02em;margin:0;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.pricing-comparison{margin:80px 0}.pricing-table-wrap{background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;overflow:auto hidden}.pricing-table{border-collapse:collapse;width:100%;font-size:.9rem}.pricing-table th,.pricing-table td{text-align:center;border-bottom:1px solid #ffffff0d;padding:14px 18px}.pricing-table th{color:#fff;text-align:center;background:#ffffff08;font-size:.92rem;font-weight:700}.pricing-table th:first-child,.pricing-table td:first-child{text-align:left;color:#fffc;font-weight:500}.pricing-table .featured-col{background:#a855f70f}.cell-check{color:#10b981}.cell-x{color:#ffffff40}.cell-text{color:#ffffffd9;font-size:.85rem;font-weight:500}.pricing-faq{max-width:760px;margin:80px auto}.pricing-faq-list{flex-direction:column;gap:10px;display:flex}.pricing-faq-item{cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;transition:all .2s;overflow:hidden}.pricing-faq-item:hover{background:#ffffff0d;border-color:#ffffff1f}.pricing-faq-item.open{border-color:#a855f74d}.pricing-faq-q{color:#fff;justify-content:space-between;align-items:center;padding:18px 22px;font-size:.96rem;font-weight:600;display:flex}.pricing-faq-chevron{color:#ffffff80;flex-shrink:0;transition:transform .25s}.pricing-faq-item.open .pricing-faq-chevron{color:#c084fc;transform:rotate(180deg)}.pricing-faq-a{overflow:hidden}.pricing-faq-a p{color:#ffffffb3;margin:0;padding:0 22px 18px;font-size:.9rem;line-height:1.65}.pricing-cta{text-align:center;background:linear-gradient(135deg,#6366f11f,#a855f714);border:1px solid #a855f733;border-radius:24px;padding:56px 24px}.pricing-cta h2{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(1.6rem,3vw,2rem);font-weight:700}.pricing-cta p{color:#ffffffa6;margin:0 0 26px;font-size:1rem}.pricing-cta-btn{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:12px;align-items:center;gap:8px;padding:13px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 8px 24px #6366f166}.pricing-cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #6366f18c}@media (width<=900px){.pricing-packages{grid-template-columns:1fr;max-width:480px;margin-bottom:60px;margin-left:auto;margin-right:auto}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-4px)}.pricing-table{font-size:.82rem}.pricing-table th,.pricing-table td{padding:10px 12px}}@media (width<=560px){.pricing-container{padding:60px 18px 80px}.pricing-toggle button{padding:9px 14px;font-size:.82rem}.pricing-guarantees{gap:14px;padding:18px}.pricing-cta{padding:38px 22px}}.orders-header{align-items:center;gap:16px;margin-bottom:32px;display:flex}.orders-header-icon{color:#c084fc;background:linear-gradient(135deg,#6366f12e,#a855f71f);border:1px solid #a855f740;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.orders-header h1{color:#fff;letter-spacing:-.02em;margin:0 0 4px;font-size:1.6rem;font-weight:700}.orders-header p{color:#ffffff8c;margin:0;font-size:.92rem}.orders-loading{color:#fff9;justify-content:center;align-items:center;gap:12px;padding:60px;display:flex}.orders-loading svg{color:#a855f7}.orders-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;align-items:center;gap:10px;padding:16px 20px;font-size:.92rem;display:flex}.orders-empty{text-align:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:60px 24px;display:flex}.orders-empty-icon{color:#ffffff40;margin-bottom:18px}.orders-empty h3{color:#fff;margin:0 0 8px;font-size:1.15rem;font-weight:700}.orders-empty p{color:#ffffff8c;margin:0 0 22px;font-size:.92rem}.orders-empty-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:11px;align-items:center;gap:8px;padding:11px 24px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .22s;display:inline-flex;box-shadow:0 6px 20px #6366f159}.orders-empty-btn:hover{transform:translateY(-2px);box-shadow:0 10px 26px #6366f180}.orders-list{flex-direction:column;gap:10px;display:flex}.orders-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;transition:border-color .2s,transform .2s;display:flex}.orders-row:hover{border-color:#ffffff24;transform:translateY(-1px)}.orders-row-left{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.orders-row-icon{color:#c084fc;background:#a855f71f;border:1px solid #a855f733;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.orders-row-info{min-width:0}.orders-row-title{color:#fff;margin-bottom:4px;font-size:.98rem;font-weight:700}.orders-row-meta{color:#ffffff80;flex-wrap:wrap;align-items:center;gap:14px;font-size:.78rem;display:flex}.orders-row-date{align-items:center;gap:4px;display:inline-flex}.orders-row-txn{color:#fff6;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem}.orders-row-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.orders-credits{color:#fbbf24;align-items:center;gap:5px;font-size:.85rem;font-weight:600;display:inline-flex}.orders-amount{color:#fff;letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.orders-status{letter-spacing:.02em;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:.74rem;font-weight:700;display:inline-flex}@media (width<=700px){.orders-header{gap:12px}.orders-header h1{font-size:1.3rem}.orders-row{flex-wrap:wrap;gap:12px;padding:14px 16px}.orders-row-right{flex-flow:wrap;align-items:flex-start}.orders-row-meta{gap:8px}.orders-row-txn{display:none}}.maintenance-wrapper{color:#fff;box-sizing:border-box;background-color:#030305;background-image:radial-gradient(circle at 15%,#6366f114 0%,#0000 50%),radial-gradient(circle at 85% 30%,#a855f714 0%,#0000 50%);justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:2rem;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.maintenance-grid{z-index:0;opacity:.3;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-position:50%;background-size:60px 60px;width:100%;height:100%;animation:20s linear infinite bgScroll;position:absolute;top:0;left:0;transform:perspective(1000px)rotateX(60deg)translateY(-100px)scale(3)}@keyframes bgScroll{0%{transform:perspective(1000px)rotateX(60deg)translateY(0)scale(3)}to{transform:perspective(1000px)rotateX(60deg)translateY(60px)scale(3)}}.maintenance-glass{z-index:10;-webkit-backdrop-filter:blur(28px);text-align:center;background:#0f0f1499;border:1px solid #ffffff0f;border-radius:32px;width:100%;max-width:580px;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 30px 60px -10px #000c,inset 0 1px #ffffff1a}.maintenance-orb-container{justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 2.5rem;display:flex;position:relative}.maintenance-orb{filter:blur(14px);opacity:.7;background:conic-gradient(#6366f1,#a855f7,#ec4899,#6366f1);border-radius:50%;width:100%;height:100%;animation:4s linear infinite spin,3s ease-in-out infinite alternate pulseGlow;position:absolute;top:0;left:0}.maintenance-orb-inner{z-index:2;background:#030305;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative;box-shadow:inset 0 0 20px #6366f133}.maintenance-icon{color:#fff;filter:drop-shadow(0 0 8px #ffffff80)}@keyframes pulseGlow{0%{opacity:.5;transform:scale(.9)}to{opacity:.9;transform:scale(1.1)}}.maintenance-badge{color:#818cf8;letter-spacing:.15em;text-transform:uppercase;background:#6366f126;border:1px solid #6366f14d;border-radius:100px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.maintenance-heading{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 30%,#a0a0ab 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 1.2rem;font-size:2.2rem;font-weight:600;line-height:1.2}.maintenance-text{color:#888896;max-width:90%;margin:0 auto 3rem;font-size:1.05rem;font-weight:400;line-height:1.7}.maintenance-loader-box{text-align:left;background:#0006;border:1px solid #ffffff0a;border-radius:16px;align-items:center;gap:1.2rem;padding:1.5rem;display:flex}.maintenance-spinner{border:2px solid #6366f133;border-top-color:#818cf8;border-radius:50%;flex-shrink:0;width:24px;height:24px;animation:1s linear infinite spin}.maintenance-loader-content{flex:1}.maintenance-loader-title{color:#fff;margin-bottom:.4rem;font-size:.9rem;font-weight:500}.maintenance-loader-subtitle{color:#6b7280;font-family:monospace;font-size:.8rem}.maintenance-glass:before{content:"";background:linear-gradient(90deg,#0000 0%,#6366f199 30%,#a855f799 70%,#0000 100%);width:100%;height:1px;position:absolute;top:0;left:0}.notfound-container{color:#fff;background:#0a0a1a;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:2rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}.notfound-bg-grid{pointer-events:none;background-image:linear-gradient(#6366f10d 1px,#0000 1px),linear-gradient(90deg,#6366f10d 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000c 0%,#0000 70%);mask-image:radial-gradient(#000c 0%,#0000 70%)}.notfound-bg-glow{filter:blur(120px);opacity:.35;pointer-events:none;border-radius:50%;width:600px;height:600px;animation:12s ease-in-out infinite notfound-float;position:absolute}.notfound-bg-glow-1{background:radial-gradient(circle,#6366f199,#0000 70%);top:-200px;left:-150px}.notfound-bg-glow-2{background:radial-gradient(circle,#a855f780,#0000 70%);animation-delay:-6s;bottom:-200px;right:-150px}@keyframes notfound-float{0%,to{transform:translate(0)}50%{transform:translate(40px,30px)}}.notfound-brand{z-index:2;align-items:center;gap:.75rem;display:flex;position:absolute;top:2rem;left:2rem}.notfound-logo-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 18px #6366f166}.notfound-brand-text{letter-spacing:-.02em;font-size:1.1rem;font-weight:600}.notfound-brand-accent{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.notfound-content{z-index:1;text-align:center;width:100%;max-width:560px;position:relative}.notfound-orb-wrapper{width:120px;height:120px;margin:0 auto 2rem;position:relative}.notfound-orb{filter:blur(20px);background:linear-gradient(135deg,#6366f14d,#a855f74d);border-radius:50%;animation:3s ease-in-out infinite notfound-pulse;position:absolute;inset:0}.notfound-orb-inner{-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#6366f126,#a855f726);border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.notfound-compass-icon{color:#c084fc;animation:8s linear infinite notfound-spin}@keyframes notfound-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.9;transform:scale(1.15)}}@keyframes notfound-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.notfound-code{letter-spacing:-.06em;background:linear-gradient(135deg,#fff 30%,#fff6);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:clamp(5rem,14vw,8.5rem);font-weight:800;line-height:1}.notfound-code-zero{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;animation:2.5s ease-in-out infinite notfound-bounce;display:inline-block}@keyframes notfound-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.notfound-title{letter-spacing:-.02em;color:#fff;margin:0 0 1rem;font-size:clamp(1.4rem,3.5vw,2rem);font-weight:700}.notfound-gradient{background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.notfound-subtitle{color:#ffffff8c;max-width:460px;margin:0 auto 2rem;font-size:1rem;line-height:1.6}.notfound-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.notfound-btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex}.notfound-btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);box-shadow:0 8px 24px #6366f159}.notfound-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #6366f180}.notfound-btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}.notfound-btn-secondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.notfound-footer{text-align:center;color:#ffffff4d;z-index:1;font-size:.8rem;position:absolute;bottom:1.5rem;left:0;right:0}.notfound-footer p{margin:0}@media (width<=640px){.notfound-brand{top:1.25rem;left:1.25rem}.notfound-orb-wrapper{width:90px;height:90px;margin-bottom:1.5rem}.notfound-actions{flex-direction:column;width:100%}.notfound-btn{justify-content:center;width:100%}}.support-container{flex-direction:column;gap:32px;width:100%;max-width:960px;margin:0 auto;display:flex}.support-header{margin-bottom:8px}.support-title{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.support-subtitle{color:var(--text-secondary,#8b949e);font-size:1.05rem}.support-form-card{background:var(--bg-card,#0f0f1980);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #ffffff0f;border-radius:20px;padding:36px;position:relative;overflow:hidden;box-shadow:0 10px 40px #0003}.support-form-card:before{content:"";background:linear-gradient(90deg,#7c3aed,#6366f1,#3b82f6);border-radius:20px 20px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.support-form-card-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:14px;margin-bottom:28px;padding-bottom:20px;display:flex}.support-form-icon{color:#a78bfa;background:linear-gradient(135deg,#7c3aed26,#6366f114);border:1px solid #7c3aed33;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.support-form-card-header h2{color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.support-form-card-header p{color:#8b949e;margin:2px 0 0;font-size:.88rem}.support-form{flex-direction:column;gap:22px;display:flex}.support-form-group{flex-direction:column;gap:8px;display:flex}.support-form-group label{color:#c9d1d9;align-items:center;gap:6px;font-size:.9rem;font-weight:600;display:flex}.support-form-group label .required-dot{background:#ef4444;border-radius:50%;width:6px;height:6px}.support-input{box-sizing:border-box;width:100%;color:#fff!important;background:#00000040!important;border:1px solid #ffffff14!important;border-radius:12px!important;padding:14px 18px!important;font-family:inherit!important;font-size:.95rem!important;transition:all .25s!important}.support-input:focus{outline:none;background:#00000059!important;border-color:#7c3aed80!important;box-shadow:0 0 0 3px #7c3aed1f,0 0 20px #7c3aed14!important}.support-input::placeholder{color:#ffffff40}.support-textarea{resize:vertical;min-height:140px;line-height:1.6}.support-char-count{color:#6c7293;text-align:right;margin-top:-4px;font-size:.75rem}.support-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:14px;justify-content:center;align-self:flex-end;align-items:center;gap:10px;min-width:200px;padding:15px 32px;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 4px 20px #7c3aed40}.support-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#8b5cf6,#6366f1);transform:translateY(-2px);box-shadow:0 8px 30px #7c3aed66}.support-submit-btn:active:not(:disabled){transform:translateY(0)}.support-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.support-submit-btn .btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}.support-form-error{color:#fca5a5;background:#ef444414;border:1px solid #ef444433;border-left:3px solid #ef4444;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:.88rem;font-weight:500;line-height:1.4;animation:.4s shakeError;display:flex}@keyframes shakeError{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.support-cooldown-info{color:#fbbf24;background:#f59e0b0f;border:1px solid #f59e0b26;border-left:3px solid #f59e0b;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:.85rem;font-weight:500;display:flex}.support-form-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.support-form-limits{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.limit-badge{color:#a78bfa;background:#7c3aed14;border:1px solid #7c3aed26;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600}.limit-warn{color:#fbbf24;background:#f59e0b14;border:1px solid #f59e0b26;border-radius:20px;padding:3px 10px;font-size:.72rem;font-weight:600}.support-success-overlay{z-index:10000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#04040aeb;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.support-success-card{text-align:center;background:#0f0f19f2;border:1px solid #10b98133;border-radius:28px;width:100%;max-width:480px;padding:48px 40px;position:relative;overflow:hidden;box-shadow:0 40px 80px #0009,0 0 60px #10b9811a}.support-success-card:before{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#10b9811f 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.success-check-container{width:100px;height:100px;margin:0 auto 28px;position:relative}.success-check-ring{border:3px solid #10b9814d;border-radius:50%;animation:2s ease-in-out infinite successRingPulse;position:absolute;inset:0}.success-check-ring-inner{background:linear-gradient(135deg,#10b98126,#0596690d);border:1px solid #10b98133;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:8px}.success-check-icon{color:#34d399;animation:.5s cubic-bezier(.2,.8,.2,1) .3s both successCheckPop}@keyframes successCheckPop{0%{opacity:0;transform:scale(0)rotate(-45deg)}50%{transform:scale(1.2)rotate(0)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes successRingPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.success-title{color:#fff;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.success-subtitle{color:#8b949e;margin-bottom:28px;font-size:.95rem;line-height:1.5}.success-ticket-badge{background:linear-gradient(135deg,#10b9811a,#0596690d);border:1px solid #10b98140;border-radius:16px;align-items:center;gap:10px;margin-bottom:32px;padding:16px 32px;animation:.6s .5s both successBadgeFade;display:inline-flex}@keyframes successBadgeFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.success-ticket-badge .ticket-hash{color:#6ee7b7;font-size:.85rem;font-weight:600}.success-ticket-badge .ticket-number{color:#34d399;letter-spacing:1px;text-shadow:0 0 20px #34d3994d;font-family:Outfit,monospace;font-size:1.6rem;font-weight:800}.success-confetti{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.confetti-piece{opacity:0;border-radius:2px;width:8px;height:8px;animation:3s ease-in-out forwards confettiFall;position:absolute}@keyframes confettiFall{0%{opacity:1;transform:translateY(-20px)rotate(0)}to{opacity:0;transform:translateY(500px)rotate(720deg)}}.success-auto-close{color:#6c7293;justify-content:center;align-items:center;gap:8px;margin-top:8px;font-size:.82rem;display:flex}.success-auto-close .countdown-dot{background:#34d399;border-radius:50%;width:6px;height:6px;animation:1s infinite countdownPulse}@keyframes countdownPulse{0%,to{opacity:.4}50%{opacity:1}}.support-tickets-section{flex-direction:column;gap:16px;display:flex}.support-section-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.support-section-title{color:#fff;align-items:center;gap:10px;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;display:flex}.support-section-title .ticket-count-badge{color:#a78bfa;background:#7c3aed1f;border:1px solid #7c3aed33;border-radius:20px;padding:3px 10px;font-size:.78rem;font-weight:600}.support-refresh-btn{color:#8b949e;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.support-refresh-btn:hover{color:#fff;background:#ffffff14}.support-ticket-list{flex-direction:column;gap:12px;display:flex}.support-ticket-item{background:var(--bg-card,#0f0f1980);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff0f;border-radius:16px;align-items:center;gap:16px;padding:18px 22px;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex}.support-ticket-item:hover{background:#ffffff0a;border-color:#7c3aed33;transform:translateY(-1px);box-shadow:0 8px 25px #0003}.support-ticket-item.active{background:#7c3aed0a;border-color:#7c3aed59;box-shadow:0 0 20px #7c3aed14}.ticket-item-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ticket-item-icon.open{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f626}.ticket-item-icon.answered{color:#34d399;background:#10b9811a;border:1px solid #10b98126}.ticket-item-icon.closed{color:#9ca3af;background:#6b72801a;border:1px solid #6b728026}.ticket-item-content{flex:1;min-width:0}.ticket-item-top{align-items:center;gap:10px;margin-bottom:4px;display:flex}.ticket-item-no{color:#a78bfa;font-family:Outfit,monospace;font-size:.78rem;font-weight:700}.ticket-item-subject{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.ticket-item-date{color:#6c7293;margin-top:2px;font-size:.78rem}.ticket-item-status{letter-spacing:.3px;border-radius:20px;flex-shrink:0;padding:5px 14px;font-size:.72rem;font-weight:700}.ticket-item-status.open{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f633}.ticket-item-status.answered{color:#34d399;background:#10b9811a;border:1px solid #10b98133}.ticket-item-status.closed{color:#9ca3af;background:#6b72801a;border:1px solid #6b728033}.ticket-item-arrow{color:#4a4a5a;flex-shrink:0;transition:all .2s}.support-ticket-item:hover .ticket-item-arrow{color:#a78bfa;transform:translate(3px)}.support-empty-state{text-align:center;background:var(--bg-card,#0f0f1980);border:1px solid #ffffff0f;border-radius:20px;padding:60px 24px}.support-empty-icon{color:#8b5fe8;background:#7c3aed14;border:1px solid #7c3aed1f;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.support-empty-state h3{color:#fff;margin:0 0 8px;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700}.support-empty-state p{color:#6c7293;margin:0;font-size:.9rem}.support-detail-panel{background:var(--bg-card,#0f0f1980);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #ffffff0f;border-radius:20px;overflow:hidden}.detail-panel-header{background:#ffffff03;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.detail-panel-header-left{align-items:center;gap:14px;display:flex}.detail-panel-back-btn{color:#8b949e;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:6px;padding:7px 14px;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.detail-panel-back-btn:hover{color:#fff;background:#ffffff14}.detail-panel-info h3{color:#fff;margin:0 0 3px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.detail-panel-info .detail-ticket-no{color:#a78bfa;font-family:Outfit,monospace;font-size:.8rem;font-weight:600}.detail-messages{flex-direction:column;gap:18px;max-height:450px;padding:28px;display:flex;overflow-y:auto}.detail-messages::-webkit-scrollbar{width:4px}.detail-messages::-webkit-scrollbar-track{background:0 0}.detail-messages::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:99px}.detail-message{flex-direction:column;max-width:85%;display:flex}.detail-message.user{align-self:flex-end;align-items:flex-end}.detail-message.admin{align-self:flex-start;align-items:flex-start}.detail-message-sender{align-items:center;gap:6px;margin-bottom:5px;font-size:.72rem;font-weight:600;display:flex}.detail-message.user .detail-message-sender{color:#a78bfa}.detail-message.admin .detail-message-sender{color:#34d399}.detail-message-sender .admin-badge-mini{color:#34d399;background:#10b9811a;border:1px solid #10b98133;border-radius:8px;padding:1px 7px;font-size:.62rem}.detail-message-bubble{color:#e2e8f0;word-break:break-word;border-radius:16px;padding:14px 18px;font-size:.9rem;line-height:1.6}.detail-message.user .detail-message-bubble{background:linear-gradient(135deg,#7c3aed1f,#6366f10f);border:1px solid #7c3aed26;border-bottom-right-radius:4px}.detail-message.admin .detail-message-bubble{background:linear-gradient(135deg,#10b98114,#0596690a);border:1px solid #10b9811f;border-bottom-left-radius:4px}.detail-message-time{color:#4a4a5a;margin-top:4px;font-size:.68rem}.detail-initial-message{background:#ffffff05;border:1px solid #ffffff0a;border-radius:14px;margin:0 28px;padding:20px 24px}.detail-initial-label{color:#6c7293;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:.72rem;font-weight:700}.detail-initial-text{color:#c9d1d9;white-space:pre-wrap;font-size:.9rem;line-height:1.7}.support-loading{justify-content:center;align-items:center;padding:60px;display:flex}.support-loading .spinner{border:3px solid #7c3aed26;border-top-color:#a78bfa;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@media (width<=768px){.support-container{gap:24px}.support-form-card{border-radius:16px;padding:24px 20px}.support-title{font-size:1.5rem}.support-ticket-item{flex-wrap:wrap;padding:16px}.ticket-item-arrow{display:none}.detail-messages{padding:20px 16px}.detail-message{max-width:95%}.detail-panel-header{flex-wrap:wrap;gap:12px;padding:16px 20px}.detail-initial-message{margin:0 16px}.support-submit-btn{align-self:stretch;width:100%}.success-ticket-badge .ticket-number{font-size:1.3rem}}.admin-layout{--neon-red:#ff3b30;--neon-red-glow:#ff3b3040;--neon-purple:#8b5fe8;--neon-purple-glow:#8b5fe840;--obsidian-bg:linear-gradient(135deg, #040406 0%, #0c0c12 100%);--glass-card-bg:#0f0f1980;--glass-border:#ffffff0a;--glass-highlight:#ffffff05;--text-white:#fff;--text-muted:#8b949e;--text-dim:#ffffff59;--sidebar-width:260px;--sidebar-collapsed:72px;--header-height:64px;background:var(--obsidian-bg);min-height:100dvh;color:var(--text-white);font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;overflow:hidden}.admin-loading{background:#040406;justify-content:center;align-items:center;height:100vh;display:flex}.admin-sidebar{width:var(--sidebar-width);-webkit-backdrop-filter:blur(20px);border-right:1px solid var(--glass-border);z-index:100;background:#0a0a0f73;flex-direction:column;height:100vh;padding:0;transition:width .3s cubic-bezier(.2,.8,.2,1);display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-collapsed .admin-sidebar{width:var(--sidebar-collapsed)}.admin-mobile-overlay{display:none}.admin-mobile-menu-btn{color:var(--text-muted);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;padding:6px;transition:all .2s;display:none}.admin-mobile-menu-btn:hover{color:var(--text-white);background:#ffffff14}.admin-sidebar-profile{border-bottom:1px solid #ffffff08;align-items:center;gap:1.1rem;min-height:72px;padding:1.5rem 1.2rem;display:flex}.sidebar-collapsed .admin-sidebar-profile{justify-content:center;padding:1.2rem .8rem}.admin-sidebar-avatar-container{flex-shrink:0;display:inline-block;position:relative}.admin-sidebar-avatar{position:relative}.admin-sidebar-avatar:after{content:"";border:1.5px solid var(--neon-purple);box-shadow:0 0 10px var(--neon-purple-glow);pointer-events:none;border-radius:50%;position:absolute;inset:-3px}.admin-sidebar-avatar img{object-fit:cover;border:2px solid #040406;border-radius:50%;width:40px;height:40px;display:block}.admin-sidebar-info{flex-direction:column;gap:2px;display:flex;overflow:hidden}.admin-sidebar-name{color:var(--text-white);letter-spacing:-.2px;white-space:nowrap;text-overflow:ellipsis;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;overflow:hidden}.admin-sidebar-role{color:var(--text-muted);font-size:.72rem;font-weight:600}.text-gold{color:var(--neon-purple);text-shadow:0 0 8px var(--neon-purple-glow)}.admin-sidebar-avatar-badge{z-index:5;background-color:#10b981;border:2px solid #07070b;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0;box-shadow:0 0 8px #10b981cc}.admin-sidebar-avatar-badge:after{content:"";opacity:0;box-sizing:border-box;border:2px solid #10b981;border-radius:50%;width:10px;height:10px;animation:2s cubic-bezier(.455,.03,.515,.955) infinite pulse-ring;position:absolute;top:-2px;left:-2px}.admin-nav{flex-direction:column;flex:1;padding:.3rem 0;display:flex;overflow-y:auto}.admin-nav-group{margin-bottom:.3rem}.admin-nav-category{color:var(--text-dim);text-transform:uppercase;letter-spacing:1.5px;padding:1rem 1.2rem .4rem;font-size:.65rem;font-weight:700}.admin-nav-item{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:.9rem;width:auto;margin:1px .6rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.2,.8,.2,1);display:flex;position:relative}.sidebar-collapsed .admin-nav-item{justify-content:center;margin:1px .4rem;padding:.65rem}.sidebar-collapsed .admin-nav-item span,.sidebar-collapsed .admin-nav-badge{display:none}.admin-nav-item svg{color:var(--text-muted);flex-shrink:0;transition:all .2s}.admin-nav-item:hover{color:var(--text-white);background:#ffffff08;border-color:#ffffff05}.admin-nav-item:hover svg{color:var(--text-white)}.admin-nav-item.active{color:var(--text-white);background:#8b5fe814;border-color:#8b5fe826}.admin-nav-item.active svg{color:var(--neon-purple)}.admin-nav-item.text-danger:hover{color:var(--neon-red);background:#ff3b300f;border-color:#ff3b301a}.admin-nav-item.text-danger:hover svg{color:var(--neon-red)}.admin-nav-badge{letter-spacing:.5px;color:var(--neon-purple);background:#8b5fe81f;border:1px solid #8b5fe833;border-radius:6px;margin-left:auto;padding:2px 7px;font-size:.6rem;font-weight:700}.admin-nav-badge.live{color:#f87171;background:#ef44441f;border-color:#ef444433;animation:2s ease-in-out infinite live-pulse}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.5}}.admin-sidebar-footer{border-top:1px solid #ffffff08;flex-direction:column;gap:2px;margin-top:auto;padding:.6rem;display:flex}.admin-collapse-btn{color:var(--text-dim);cursor:pointer;background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;width:100%;margin:2px 0;padding:.5rem;font-size:.8rem;transition:all .2s;display:flex}.admin-collapse-btn:hover{color:var(--text-muted);background:#ffffff0d}.admin-main{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex}.admin-header{height:var(--header-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--glass-border);z-index:90;background:#0a0a0f4d;justify-content:space-between;align-items:center;gap:1rem;padding:0 1.5rem;display:flex;position:sticky;top:0}.admin-header-left{align-items:center;gap:1rem;display:flex}.admin-breadcrumb{align-items:center;gap:.5rem;display:flex}.admin-breadcrumb-brand{color:var(--text-white);font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700}.admin-breadcrumb-sep{color:var(--text-dim);font-size:.9rem}.admin-breadcrumb-page{color:var(--neon-purple);font-size:.9rem;font-weight:500}.admin-header-right{align-items:center;gap:.8rem;display:flex}.admin-content-wrapper{flex:1;padding:1.5rem;overflow-y:auto}.admin-content-wrapper::-webkit-scrollbar{width:4px}.admin-sidebar::-webkit-scrollbar{width:4px}.admin-nav::-webkit-scrollbar{width:4px}.admin-content-wrapper::-webkit-scrollbar-track{background:0 0}.admin-sidebar::-webkit-scrollbar-track{background:0 0}.admin-nav::-webkit-scrollbar-track{background:0 0}.admin-content-wrapper::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:99px}.admin-sidebar::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:99px}.admin-nav::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:99px}.admin-page-title{color:var(--text-white);letter-spacing:-.5px;margin-bottom:.3rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.admin-page-subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.88rem;font-weight:500}.admin-glass-card,.corona-card{background:var(--glass-card-bg);-webkit-backdrop-filter:blur(25px);border:1px solid var(--glass-border);border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden;box-shadow:0 20px 40px #0006,inset 0 1px #ffffff05}.admin-glass-card:hover,.corona-card:hover{border-color:#8b5fe81f;box-shadow:0 25px 50px #00000080,0 0 25px #8b5fe80a}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.admin-stat-card{background:var(--glass-card-bg);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid var(--glass-border);border-radius:14px;justify-content:space-between;align-items:flex-start;padding:1.2rem 1.4rem;transition:all .25s cubic-bezier(.2,.8,.2,1);display:flex}.admin-stat-card:hover{border-color:#ffffff0f;transform:translateY(-2px);box-shadow:0 15px 35px #0006}.admin-stat-info h3{color:var(--text-white);letter-spacing:-.5px;margin:0 0 4px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.admin-stat-info p{color:var(--text-muted);margin:0;font-size:.78rem;font-weight:500}.admin-stat-trend{margin-left:6px;font-size:.75rem;font-weight:700}.admin-stat-trend.positive{color:#10b981}.admin-stat-trend.negative{color:var(--neon-red)}.admin-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.admin-stat-icon.green{color:#10b981;background:#10b98114;border:1px solid #10b98126}.admin-stat-icon.red{color:var(--neon-red);background:#ff3b3014;border:1px solid #ff3b3026}.admin-stat-icon.purple{color:var(--neon-purple);background:#8b5fe814;border:1px solid #8b5fe826}.admin-stat-icon.blue{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626}.admin-stat-icon.yellow{color:#f59e0b;background:#f59e0b14;border:1px solid #f59e0b26}.admin-grid-2{grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.2rem;display:grid}.admin-grid-3{grid-template-columns:1fr 1fr 1fr;gap:1.2rem;margin-bottom:1.2rem;display:grid}.admin-chart-wrapper{width:100%}.admin-chart-header{margin-bottom:1rem}.admin-chart-title{color:var(--text-white);margin:0 0 2px;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.admin-chart-subtitle{color:var(--text-muted);margin:0;font-size:.8rem}.admin-layout table{border-collapse:collapse;text-align:left;width:100%}.admin-layout th{text-transform:uppercase;letter-spacing:1px;padding:.9rem .8rem;font-size:.68rem;font-weight:700;color:var(--text-dim)!important;border-bottom:1px solid #ffffff0f!important}.admin-layout td{color:#ffffffd9;border-bottom:1px solid #ffffff08;padding:.85rem .8rem;font-size:.88rem;transition:all .2s}.admin-layout tbody tr{transition:all .2s}.admin-layout tbody tr:hover td{background-color:#ffffff04}.admin-layout tbody tr:last-child td{border-bottom:none}.admin-badge{letter-spacing:.3px;display:inline-block;border:1px solid #0000!important;border-radius:20px!important;padding:4px 10px!important;font-size:.72rem!important;font-weight:700!important}.adt-wrapper{width:100%}.adt-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.adt-search{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;flex:1;align-items:center;gap:8px;max-width:320px;padding:8px 12px;transition:all .2s;display:flex}.adt-search:focus-within{border-color:var(--neon-purple);box-shadow:0 0 12px var(--neon-purple-glow)}.adt-search svg{color:var(--text-dim);flex-shrink:0}.adt-search input{outline:none;width:100%;color:var(--text-white)!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important;font-size:.85rem!important}.adt-toolbar-right{align-items:center;gap:.8rem;display:flex}.adt-selected-count{color:var(--neon-purple);font-size:.8rem;font-weight:600}.adt-export-btn{color:var(--text-muted);cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:5px;padding:7px 14px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.adt-export-btn:hover{color:var(--text-white);background:#ffffff0f}.adt-table-container{border-radius:12px;overflow-x:auto}.adt-table{border-collapse:collapse;width:100%}.adt-th-inner{align-items:center;gap:4px;display:flex}.adt-empty{text-align:center!important;color:var(--text-muted)!important;padding:2rem!important}.adt-selected td{background:#8b5fe80f!important}.adt-clickable{cursor:pointer}.adt-loading{justify-content:center;padding:3rem;display:flex}.adt-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-top:1rem;display:flex}.adt-page-info{color:var(--text-dim);font-size:.78rem}.adt-page-controls{gap:4px;display:flex}.adt-page-controls button{color:var(--text-muted);cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;align-items:center;padding:6px 10px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.adt-page-controls button:hover:not(:disabled){color:var(--text-white);background:#ffffff0f}.adt-page-controls button.active{color:var(--neon-purple);background:#8b5fe826;border-color:#8b5fe84d}.adt-page-controls button:disabled{opacity:.3;cursor:not-allowed}.admin-btn-secondary{color:var(--text-white)!important;cursor:pointer!important;background:#ffffff0a!important;border:1px solid #ffffff0f!important;border-radius:10px!important;align-items:center!important;gap:6px!important;padding:7px 16px!important;font-family:Inter,sans-serif!important;font-size:.8rem!important;font-weight:600!important;text-decoration:none!important;transition:all .2s!important;display:inline-flex!important}.admin-btn-secondary:hover{background:#ffffff14!important;border-color:#ffffff1f!important;transform:translateY(-1px)!important}.admin-btn-primary{color:#c4b5fd;cursor:pointer;background:linear-gradient(135deg,#8b5fe833,#6366f11a);border:1px solid #8b5fe84d;border-radius:10px;align-items:center;gap:6px;padding:8px 18px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.admin-btn-primary:hover{background:linear-gradient(135deg,#8b5fe84d,#6366f126);border-color:#8b5fe880;transform:translateY(-1px);box-shadow:0 6px 20px #8b5fe833}.admin-btn-danger{color:#fca5a5;cursor:pointer;background:linear-gradient(135deg,#ef444426,#dc262614);border:1px solid #ef44444d;border-radius:10px;align-items:center;gap:6px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-btn-danger:hover{background:linear-gradient(135deg,#ef444440,#dc26261f);border-color:#ef444480;transform:translateY(-1px)}.admin-btn-success{color:#6ee7b7;cursor:pointer;background:linear-gradient(135deg,#10b98126,#05966914);border:1px solid #10b9814d;border-radius:10px;align-items:center;gap:6px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-btn-success:hover{background:linear-gradient(135deg,#10b98140,#0596691f);border-color:#10b98180;transform:translateY(-1px)}.admin-layout input[type=text],.admin-layout input[type=email],.admin-layout input[type=number],.admin-layout input[type=password],.admin-layout input[type=datetime-local],.admin-layout select,.admin-layout textarea{color:var(--text-white)!important;background:#ffffff05!important;border:1px solid #ffffff0f!important;border-radius:10px!important;padding:9px 13px!important;font-size:.88rem!important;transition:all .2s!important}.admin-layout input:focus,.admin-layout select:focus,.admin-layout textarea:focus{outline:none;border-color:var(--neon-purple)!important;box-shadow:0 0 12px var(--neon-purple-glow)!important;background:#ffffff0a!important}.admin-layout button{font-family:Inter,sans-serif;font-weight:600;transition:all .2s cubic-bezier(.2,.8,.2,1)}.admin-feed-item{border-bottom:1px solid #ffffff08;align-items:center;gap:.8rem;padding:.75rem 0;display:flex}.admin-feed-item:last-child{border-bottom:none}.admin-feed-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.admin-feed-content{flex:1;min-width:0}.admin-feed-content strong{color:var(--text-white);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;display:block;overflow:hidden}.admin-feed-content small{color:var(--text-dim);font-size:.75rem}@media (width<=1024px){.admin-grid-2,.admin-grid-3{grid-template-columns:1fr}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (width<=768px){.admin-sidebar{z-index:200;transition:left .3s;position:fixed;left:-280px;width:260px!important}.admin-sidebar.mobile-open{left:0}.admin-mobile-overlay{z-index:150;background:#0009;display:block;position:fixed;inset:0}.admin-mobile-menu-btn{display:flex}.admin-collapse-btn{display:none}.admin-content-wrapper{padding:1rem}.admin-header{padding:0 1rem}.admin-stats-grid{grid-template-columns:1fr 1fr;gap:.8rem}}
