
/*! sevinhub.css */
:root{--bg-base: #08080f;--bg-surface: #0e0e1a;--bg-card: #111120;--bg-card-h: #161628;--bg-glass: rgba(255,255,255,0.04);--bg-glass-h: rgba(255,255,255,0.07);--border: rgba(255,255,255,0.07);--border-glow: rgba(124,58,237,0.35);--purple: #7c3aed;--purple-light: #9f6bff;--purple-glow: rgba(124,58,237,0.25);--purple-btn: #6d28d9;--blue: #3b82f6;--blue-light: #60a5fa;--blue-glow: rgba(59,130,246,0.20);--cyan: #06b6d4;--cyan-glow: rgba(6,182,212,0.20);--green: #10b981;--orange: #f59e0b;--red: #ef4444;--text-primary: #f0f0f8;--text-secondary: #9999bb;--text-muted: #55557a;--radius: 12px;--radius-lg: 18px;--radius-xl: 24px;--shadow-card: 0 4px 24px rgba(0,0,0,0.4),0 0 0 1px var(--border);--shadow-glow: 0 0 40px var(--purple-glow);--transition: all .22s cubic-bezier(.4,0,.2,1);--font: 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}*,*::before,*::after{box-sizing: border-box}html{scroll-behavior: smooth}body{background: var(--bg-base);color: var(--text-primary);font-family: var(--font);font-size: 15px;line-height: 1.7;-webkit-font-smoothing: antialiased;overflow-x: hidden}a{color: var(--purple-light);text-decoration: none;transition: var(--transition)}a:hover{color: var(--blue-light)}img{max-width: 100%;height: auto}h1,h2,h3,h4,h5,h6{font-weight: 700;line-height: 1.25;color: var(--text-primary);letter-spacing: -0.02em}::-webkit-scrollbar{width: 6px}::-webkit-scrollbar-track{background: var(--bg-base)}::-webkit-scrollbar-thumb{background: var(--purple);border-radius: 4px}.sh-navbar{background: rgba(8,8,15,0.92);backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);border-bottom: 1px solid var(--border);padding: 0;position: sticky;top: 0;z-index: 1000;transform: translateZ(0);-webkit-transform: translateZ(0);will-change: transform}.v51-scrollbar,.v51-spotlight,.v51-sound-toggle,.v51-toast-stack,.sh-calm-toggle,#sh-back-top,#sh-sevinos-fab,#sh-qc,#nBeamCanvas{transform: translateZ(0);-webkit-transform: translateZ(0);will-change: transform}.sh-navbar .container{position: relative;flex-wrap: wrap}.sh-navbar .navbar-collapse.show,.sh-navbar .navbar-collapse.collapsing{position: absolute;top: 100%;left: 0;right: 0;background: rgba(6,9,20,0.97);backdrop-filter: blur(24px);-webkit-backdrop-filter: blur(24px);border-bottom: 1px solid var(--border);border-radius: 0 0 16px 16px;z-index: 1050;max-height: calc(100svh - 56px);overflow-y: auto;-webkit-overflow-scrolling: touch;padding: .75rem 1rem 1.1rem;box-shadow: 0 12px 40px rgba(0,0,0,.5)}@media (min-width: 992px){.sh-navbar .navbar-collapse.show,.sh-navbar .navbar-collapse.collapsing{left: auto;width: min(420px,calc(100vw - 2rem));border-radius: 16px;border: 1px solid var(--border);margin-top: .4rem}.sh-navbar .navbar-collapse .navbar-nav{display: grid;grid-template-columns: 1fr 1fr;gap: .15rem .5rem}.sh-navbar .navbar-collapse .sh-mobile-dashboard{grid-column: 1 / -1}}.sh-navbar .navbar-nav{width: 100%}.sh-navbar .nav-link{padding: .6rem .75rem !important;border-radius: 9px}.sh-navbar .nav-link:hover{background: rgba(139,92,246,.12)}.sh-navbar .navbar-brand{font-weight: 800;font-size: 1.35rem;letter-spacing: -0.03em;color: var(--text-primary) !important}.sh-navbar .navbar-brand .brand-accent{color: var(--purple-light)}.sh-logo-brand{display: inline-flex !important;align-items: center;gap: .55rem}.sh-logo-mark3d{display: inline-block;flex-shrink: 0}.sh-logo-mark3d-inner{display: block;position: relative;width: 100%;height: 100%;transform-style: preserve-3d;transform: perspective(400px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transition: transform .15s ease-out}.sh-logo-layer{position: absolute;inset: 0;width: 100%;height: 100%}.sh-logo-layer-base{filter: drop-shadow(0 2px 8px rgba(124,58,237,.35))}.sh-logo-layer-float{transform: translateZ(9px);filter: drop-shadow(0 3px 8px rgba(6,182,212,.45));transition: transform .15s ease-out}.sh-logo-brand:hover .sh-logo-layer-float{transform: translateZ(13px)}.sh-logo-word{font-weight: 900;letter-spacing: -.03em;color: var(--text-primary)}.sh-logo-hub{color: var(--purple-light);background: linear-gradient(135deg,var(--purple-light),var(--cyan));-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text}.sh-admin-logo-text .sh-logo-hub{-webkit-text-fill-color: transparent}.sh-navbar .nav-link{color: var(--text-secondary) !important;font-size: .875rem;font-weight: 500;padding: .75rem 1rem !important;transition: var(--transition)}.sh-navbar .nav-link:hover,.sh-navbar .nav-link.active{color: var(--text-primary) !important}.sh-navbar .nav-link.active{color: var(--purple-light) !important}.sh-navbar .navbar-toggler{border: 1px solid var(--border);padding: .25rem .45rem;width: 36px;height: 36px;display: inline-flex;align-items: center;justify-content: center}.sh-navbar .navbar-toggler-icon{width: 18px;height: 18px;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28160,160,200,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.btn-sh-primary{background: linear-gradient(135deg,var(--purple) 0%,var(--blue) 100%);color: #fff !important;border: none;border-radius: var(--radius);font-weight: 600;font-size: .875rem;padding: .6rem 1.5rem;transition: var(--transition);box-shadow: 0 4px 18px var(--purple-glow);position: relative;overflow: hidden}.btn-sh-primary::after{content: '';position: absolute;inset: 0;background: linear-gradient(135deg,#fff2,transparent);opacity: 0;transition: var(--transition)}.btn-sh-primary:hover{transform: translateY(-2px);box-shadow: 0 8px 32px var(--purple-glow)}.btn-sh-primary:hover::after{opacity: 1}.btn-sh-outline{background: transparent;color: var(--text-secondary) !important;border: 1px solid var(--border);border-radius: var(--radius);font-weight: 500;font-size: .875rem;padding: .6rem 1.5rem;transition: var(--transition)}.btn-sh-outline:hover{border-color: var(--purple);color: var(--purple-light) !important;background: var(--purple-glow)}.btn-sh-ghost{background: var(--bg-glass);color: var(--text-secondary) !important;border: 1px solid var(--border);border-radius: var(--radius);font-weight: 500;font-size: .875rem;padding: .55rem 1.3rem;transition: var(--transition);backdrop-filter: blur(10px)}.btn-sh-ghost:hover{background: var(--bg-glass-h);color: var(--text-primary) !important;border-color: var(--border-glow)}.btn-sh-danger{background: rgba(239,68,68,0.15);color: var(--red) !important;border: 1px solid rgba(239,68,68,0.25);border-radius: var(--radius);font-weight: 500;font-size: .875rem;padding: .55rem 1.3rem;transition: var(--transition)}.btn-sh-danger:hover{background: rgba(239,68,68,0.25)}.sh-card{background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-lg);box-shadow: var(--shadow-card);transition: var(--transition)}.sh-card:hover{border-color: var(--border-glow);box-shadow: var(--shadow-card),0 0 30px var(--purple-glow);transform: translateY(-3px)}.sh-glass{background: var(--bg-glass);backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);border: 1px solid var(--border);border-radius: var(--radius-lg)}.sh-hero{min-height: 100vh;display: flex;align-items: center;position: relative;overflow: hidden;padding: 6rem 0 4rem;background: radial-gradient(ellipse 80% 60% at 50% -10%,rgba(124,58,237,0.18) 0%,transparent 70%),radial-gradient(ellipse 50% 40% at 85% 60%,rgba(59,130,246,0.10) 0%,transparent 60%),var(--bg-base)}.sh-hero::before{content: '';position: absolute;inset: 0;background-image: linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size: 60px 60px;opacity: .3;mask-image: radial-gradient(ellipse 80% 70% at center,black 30%,transparent 80%)}.sh-hero-badge{display: inline-flex;align-items: center;gap: .5rem;background: rgba(124,58,237,.12);border: 1px solid rgba(124,58,237,.3);border-radius: 50px;padding: .35rem 1rem;font-size: .78rem;font-weight: 600;color: var(--purple-light);letter-spacing: .04em;text-transform: uppercase;margin-bottom: 1.5rem}.sh-hero h1{font-size: clamp(2.2rem,6vw,4.5rem);font-weight: 900;line-height: 1.1;letter-spacing: -0.04em;margin-bottom: 1.5rem}.sh-hero .gradient-text{background: linear-gradient(135deg,var(--purple-light) 0%,var(--blue-light) 60%,var(--cyan) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text}.sh-hero p.lead{font-size: 1.05rem;color: var(--text-secondary);max-width: 600px;line-height: 1.8}.sh-hero-visual{position: relative}.sh-hero-glow{position: absolute;border-radius: 50%;filter: blur(80px);pointer-events: none}.sh-hero-glow-1{width: 400px;height: 400px;background: var(--purple-glow);top: -100px;right: -100px;animation: float1 8s ease-in-out infinite}.sh-hero-glow-2{width: 250px;height: 250px;background: var(--blue-glow);bottom: -50px;left: 50px;animation: float2 6s ease-in-out infinite}@keyframes float1{0%,100%{transform: translate(0,0) scale(1)}50%{transform: translate(20px,-20px) scale(1.05)}}@keyframes float2{0%,100%{transform: translate(0,0)}50%{transform: translate(-10px,15px)}}.sh-hero-mockup{background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-xl);padding: 1.5rem;position: relative;box-shadow: 0 30px 80px rgba(0,0,0,.6),0 0 0 1px var(--border)}.sh-hero-mockup-bar{display: flex;align-items: center;gap: .5rem;margin-bottom: 1rem;padding-bottom: 1rem;border-bottom: 1px solid var(--border)}.sh-hero-dot{width: 10px;height: 10px;border-radius: 50%}.sh-hero-dot-1{background: #ff5f57}.sh-hero-dot-2{background: #ffbd2e}.sh-hero-dot-3{background: #28c941}.sh-hero-mockup-url{background: var(--bg-surface);border-radius: 6px;padding: .3rem .8rem;font-size: .72rem;color: var(--text-muted);margin-left: auto}.sh-stats{background: var(--bg-surface);border-top: 1px solid var(--border);border-bottom: 1px solid var(--border);padding: 2rem 0}.sh-stat-item{text-align: center;padding: 0 1.5rem}.sh-stat-item .stat-number{font-size: 2rem;font-weight: 900;background: linear-gradient(135deg,var(--purple-light),var(--blue-light));-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;line-height: 1}.sh-stat-item .stat-label{font-size: .8rem;color: var(--text-muted);font-weight: 500;margin-top: .35rem;text-transform: uppercase;letter-spacing: .05em}.sh-section-label{display: inline-flex;align-items: center;gap: .4rem;background: rgba(124,58,237,.1);border: 1px solid rgba(124,58,237,.25);border-radius: 30px;padding: .3rem .9rem;font-size: .74rem;font-weight: 700;color: var(--purple-light);letter-spacing: .06em;text-transform: uppercase;margin-bottom: 1rem}.sh-section-title{font-size: clamp(1.6rem,4vw,2.8rem);font-weight: 800;letter-spacing: -0.03em;margin-bottom: .75rem}.sh-section-sub{color: var(--text-secondary);font-size: 1rem;max-width: 560px;margin: 0 auto;line-height: 1.8}.sh-product-card{background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-lg);overflow: hidden;transition: var(--transition);display: flex;flex-direction: column;height: 100%;position: relative}.sh-product-card:hover{border-color: var(--border-glow);transform: translateY(-4px);box-shadow: 0 20px 60px rgba(0,0,0,.5),0 0 30px var(--purple-glow)}.sh-product-thumb{position: relative;aspect-ratio: 16/10;overflow: hidden;background: var(--bg-surface)}.sh-product-thumb img{width: 100%;height: 100%;object-fit: cover;transition: transform .4s ease}.sh-product-card:hover .sh-product-thumb img{transform: scale(1.04)}.sh-product-thumb-placeholder{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background: linear-gradient(135deg,rgba(124,58,237,.15),rgba(59,130,246,.1));font-size: 3rem;color: var(--purple-light);opacity: .6}.sh-product-icon{position: absolute;bottom: -18px;left: 1rem;width: 44px;height: 44px;border-radius: 10px;background: var(--bg-card);border: 2px solid var(--border);overflow: hidden;box-shadow: 0 4px 12px rgba(0,0,0,.4)}.sh-product-icon img{width: 100%;height: 100%;object-fit: cover}.sh-product-badges{position: absolute;top: .75rem;right: .75rem;display: flex;flex-direction: column;gap: .3rem;align-items: flex-end}.sh-product-body{padding: 1.25rem 1.1rem 1rem 1.1rem;margin-top: 1rem;flex: 1;display: flex;flex-direction: column}.sh-product-category{font-size: .72rem;font-weight: 600;color: var(--purple-light);text-transform: uppercase;letter-spacing: .05em;margin-bottom: .4rem}.sh-product-title{font-size: .95rem;font-weight: 700;color: var(--text-primary);margin-bottom: .5rem;line-height: 1.35}.sh-product-desc{font-size: .82rem;color: var(--text-secondary);line-height: 1.6;flex: 1;margin-bottom: .75rem}.sh-product-footer{display: flex;align-items: center;justify-content: space-between;padding-top: .75rem;border-top: 1px solid var(--border);margin-top: auto}.sh-product-price{font-size: 1rem;font-weight: 800;color: var(--text-primary)}.sh-product-price .sale-price{color: var(--purple-light)}.sh-product-price .orig-price{font-size: .78rem;font-weight: 400;color: var(--text-muted);text-decoration: line-through;margin-left: .3rem}.badge-free{background: linear-gradient(135deg,var(--green),#059669);color: #fff;font-size: .72rem;font-weight: 700;padding: .2rem .6rem;border-radius: 30px;letter-spacing: .03em}.sh-badge{font-size: .68rem;font-weight: 700;padding: .25rem .6rem;border-radius: 20px;letter-spacing: .04em;text-transform: uppercase}.sh-badge-featured{background: rgba(245,158,11,.15);color: var(--orange);border: 1px solid rgba(245,158,11,.25)}.sh-badge-new{background: rgba(16,185,129,.15);color: var(--green);border: 1px solid rgba(16,185,129,.25)}.sh-badge-popular{background: rgba(59,130,246,.15);color: var(--blue-light);border: 1px solid rgba(59,130,246,.25)}.sh-badge-sale{background: rgba(239,68,68,.15);color: var(--red);border: 1px solid rgba(239,68,68,.25)}.sh-badge-free-b{background: rgba(16,185,129,.15);color: var(--green);border: 1px solid rgba(16,185,129,.25)}.sh-badge-wl{background: rgba(124,58,237,.15);color: var(--purple-light);border: 1px solid rgba(124,58,237,.25)}.sh-service-card{background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-lg);padding: 2rem 1.5rem;transition: var(--transition);position: relative;overflow: hidden;height: 100%}.sh-service-card::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 2px;background: linear-gradient(90deg,var(--purple),var(--blue));opacity: 0;transition: var(--transition)}.sh-service-card:hover{border-color: var(--border-glow);transform: translateY(-3px);box-shadow: 0 20px 50px rgba(0,0,0,.4),0 0 20px var(--purple-glow)}.sh-service-card:hover::before{opacity: 1}.sh-service-icon{width: 52px;height: 52px;border-radius: 14px;display: flex;align-items: center;justify-content: center;font-size: 1.5rem;margin-bottom: 1.25rem;background: rgba(124,58,237,.12);border: 1px solid rgba(124,58,237,.2);color: var(--purple-light)}.sh-service-card h4{font-size: 1rem;font-weight: 700;margin-bottom: .5rem}.sh-service-card p{font-size: .85rem;color: var(--text-secondary);line-height: 1.7;margin-bottom: 1rem}.sh-service-price{font-size: .9rem;font-weight: 700;color: var(--purple-light);margin-top: auto}.sh-cyber-card{background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-lg);padding: 1.75rem;transition: var(--transition);position: relative;overflow: hidden;cursor: pointer;height: 100%;display: flex;flex-direction: column}.sh-cyber-card.blue-team::after{content: '';position: absolute;top: 0;left: 0;right: 0;height: 3px;background: linear-gradient(90deg,var(--blue),var(--cyan))}.sh-cyber-card.red-team::after{content: '';position: absolute;top: 0;left: 0;right: 0;height: 3px;background: linear-gradient(90deg,var(--red),#f97316)}.sh-cyber-card:hover{border-color: var(--border-glow);transform: translateY(-3px);box-shadow: 0 20px 50px rgba(0,0,0,.4)}.sh-cyber-badge{display: inline-flex;align-items: center;gap: .3rem;padding: .25rem .7rem;border-radius: 20px;font-size: .7rem;font-weight: 700;letter-spacing: .04em;text-transform: uppercase;margin-bottom: .75rem}.sh-cyber-badge.blue{background: rgba(59,130,246,.12);color: var(--blue-light);border: 1px solid rgba(59,130,246,.2)}.sh-cyber-badge.red{background: rgba(239,68,68,.12);color: #f87171;border: 1px solid rgba(239,68,68,.2)}.sh-cyber-badge.custom{background: rgba(124,58,237,.12);color: var(--purple-light);border: 1px solid rgba(124,58,237,.2)}.sh-cyber-features{list-style: none;padding: 0;margin: 1rem 0;flex: 1}.sh-cyber-features li{font-size: .82rem;color: var(--text-secondary);padding: .3rem 0;display: flex;align-items: flex-start;gap: .5rem}.sh-cyber-features li::before{content: '✓';color: var(--green);font-weight: 700;flex-shrink: 0;margin-top: .05rem}.sh-about{background: var(--bg-surface);position: relative;overflow: hidden}.sh-about::before{content: '';position: absolute;width: 500px;height: 500px;background: radial-gradient(circle,var(--purple-glow),transparent 70%);right: -100px;top: -100px;pointer-events: none}.sh-skill-tag{display: inline-flex;align-items: center;gap: .35rem;background: var(--bg-glass);border: 1px solid var(--border);border-radius: 8px;padding: .35rem .8rem;font-size: .78rem;font-weight: 500;color: var(--text-secondary);transition: var(--transition);backdrop-filter: blur(8px)}.sh-skill-tag:hover{border-color: var(--border-glow);color: var(--purple-light);background: var(--purple-glow)}.sh-skill-tag i{color: var(--purple-light)}.sh-step{display: flex;align-items: flex-start;gap: 1.25rem;padding: 1.5rem;background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-lg);transition: var(--transition)}.sh-step:hover{border-color: var(--border-glow)}.sh-step-num{width: 40px;height: 40px;border-radius: 10px;background: linear-gradient(135deg,var(--purple),var(--blue));display: flex;align-items: center;justify-content: center;font-weight: 800;font-size: .85rem;color: #fff;flex-shrink: 0}.sh-blog-card{background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-lg);overflow: hidden;transition: var(--transition);display: flex;flex-direction: column;height: 100%}.sh-blog-card:hover{border-color: var(--border-glow);transform: translateY(-3px);box-shadow: 0 16px 40px rgba(0,0,0,.4)}.sh-blog-thumb{aspect-ratio: 16/9;overflow: hidden;background: var(--bg-surface)}.sh-blog-thumb img{width:100%;height:100%;object-fit:cover;transition: transform .4s}.sh-blog-card:hover .sh-blog-thumb img{transform: scale(1.04)}.sh-blog-body{padding: 1.25rem;flex: 1;display: flex;flex-direction: column}.sh-blog-cat{font-size: .7rem;font-weight: 700;text-transform: uppercase;letter-spacing: .06em;color: var(--purple-light);margin-bottom: .5rem}.sh-blog-title{font-size: .95rem;font-weight: 700;margin-bottom: .5rem;line-height: 1.4}.sh-blog-excerpt{font-size: .82rem;color: var(--text-secondary);line-height: 1.6;flex: 1}.sh-blog-meta{font-size: .75rem;color: var(--text-muted);margin-top: .75rem}.sh-form-label{font-size: .82rem;font-weight: 600;color: var(--text-secondary);margin-bottom: .4rem;display: block}.sh-form-control{background: var(--bg-surface) !important;border: 1px solid var(--border) !important;border-radius: var(--radius) !important;color: var(--text-primary) !important;font-size: .9rem !important;padding: .65rem 1rem !important;transition: var(--transition) !important}.sh-form-control:focus{border-color: var(--purple) !important;box-shadow: 0 0 0 3px var(--purple-glow) !important;outline: none !important}.sh-form-control::placeholder{color: var(--text-muted) !important}.sh-form-control option{background: var(--bg-card);color: var(--text-primary)}textarea.sh-form-control{resize: vertical;min-height: 120px}.sh-form-group{margin-bottom: 1.25rem}.sh-form-hint{font-size: .78rem;color: var(--text-muted);margin-top: .35rem}.sh-check-input{background: var(--bg-surface) !important;border: 1px solid var(--border) !important;width: 1.15em;height: 1.15em}.sh-check-input:checked{background-color: var(--purple) !important;border-color: var(--purple) !important}.sh-check-label{font-size: .85rem;color: var(--text-secondary)}.sh-table{width: 100%;border-collapse: separate;border-spacing: 0}.sh-table th{font-size: .75rem;font-weight: 700;text-transform: uppercase;letter-spacing: .06em;color: var(--text-muted);padding: .75rem 1rem;background: var(--bg-surface);border-bottom: 1px solid var(--border)}.sh-table td{padding: .85rem 1rem;border-bottom: 1px solid rgba(255,255,255,.04);font-size: .875rem;vertical-align: middle}.sh-table tr:hover td{background: var(--bg-glass)}@media (max-width: 640px){.sh-table.sh-table-stack{display: block}.sh-table.sh-table-stack thead{display: none}.sh-table.sh-table-stack tbody,.sh-table.sh-table-stack tr{display: block}.sh-table.sh-table-stack tr{background: var(--bg-surface);border: 1px solid var(--border);border-radius: 10px;padding: .25rem .75rem;margin: .65rem .75rem}.sh-table.sh-table-stack tr:hover td{background: transparent}.sh-table.sh-table-stack td{display: flex;justify-content: space-between;align-items: center;gap: .75rem;padding: .55rem 0 !important;border-bottom: 1px solid rgba(255,255,255,.05);font-size: .85rem;text-align: right;word-break: break-word}.sh-table.sh-table-stack td:last-child{border-bottom: 0}.sh-table.sh-table-stack td::before{content: attr(data-label);flex: 0 0 auto;font-size: .7rem;font-weight: 700;text-transform: uppercase;letter-spacing: .05em;color: var(--text-muted);text-align: left}}.sh-pill{display: inline-block;padding: .25rem .75rem;border-radius: 30px;font-size: .72rem;font-weight: 600;letter-spacing: .03em}.sh-tabs{border-bottom: 1px solid var(--border);margin-bottom: 2rem}.sh-tabs .nav-link{color: var(--text-muted) !important;font-size: .875rem;font-weight: 600;padding: .75rem 1.25rem;border: none !important;border-bottom: 2px solid transparent !important;border-radius: 0 !important;background: none !important;transition: var(--transition)}.sh-tabs .nav-link:hover{color: var(--text-secondary) !important}.sh-tabs .nav-link.active{color: var(--purple-light) !important;border-bottom-color: var(--purple) !important}.alert-success{background: rgba(16,185,129,.1);border-color: rgba(16,185,129,.25);color: #6ee7b7}.alert-danger{background: rgba(239,68,68,.1);border-color: rgba(239,68,68,.25);color: #fca5a5}.alert-warning{background: rgba(245,158,11,.1);border-color: rgba(245,158,11,.25);color: #fcd34d}.alert-info{background: rgba(59,130,246,.1);border-color: rgba(59,130,246,.25);color: #93c5fd}.page-link{background: var(--bg-card) !important;border-color: var(--border) !important;color: var(--text-secondary) !important;font-size: .82rem;padding: .45rem .8rem}.page-link:hover{background: var(--bg-glass-h) !important;color: var(--text-primary) !important}.page-item.active .page-link{background: var(--purple) !important;border-color: var(--purple) !important;color: #fff !important}.sh-footer{background: var(--bg-surface);border-top: 1px solid var(--border);padding: 4rem 0 2rem}.sh-impact-partner{position: relative;isolation: isolate;scroll-margin-top: 110px;display: grid;grid-template-columns: minmax(0,1fr) auto;align-items: center;gap: 2rem;overflow: hidden;padding: 1.5rem 1.65rem;border: 1px solid rgba(52,211,153,.28);border-radius: 12px;background: linear-gradient(105deg,rgba(6,78,59,.26),rgba(6,9,20,.94) 48%),#060914;box-shadow: 0 24px 70px rgba(0,0,0,.24)}.sh-impact-anchor-alias{display: block;height: 0;scroll-margin-top: 110px}.sh-impact-partner::before{content: '';position: absolute;inset: 0;z-index: -1;pointer-events: none;opacity: .34;background-image: linear-gradient(90deg,rgba(52,211,153,.16) 1px,transparent 1px);background-size: 56px 100%;mask-image: linear-gradient(90deg,#000,transparent 72%);-webkit-mask-image: linear-gradient(90deg,#000,transparent 72%)}.sh-impact-copy{max-width: 720px}.sh-impact-kicker{display: flex;align-items: center;gap: .55rem;margin-bottom: .5rem;color: #34D399;font-size: .68rem;font-weight: 800;letter-spacing: .11em;text-transform: uppercase}.sh-impact-kicker span{width: 7px;height: 7px;border-radius: 50%;background: #34D399;box-shadow: 0 0 0 4px rgba(52,211,153,.1),0 0 18px rgba(52,211,153,.55)}.sh-impact-copy h2{margin: 0 0 .45rem;color: #F8FAFC;font-family: 'Sora','Inter',sans-serif;font-size: clamp(1.1rem,2.2vw,1.45rem);font-weight: 750;letter-spacing: -.02em}.sh-impact-copy p{max-width: 650px;margin: 0;color: #94A3B8;font-size: .84rem;line-height: 1.65}.sh-impact-links{display: flex;flex-wrap: wrap;gap: .7rem 1.1rem;margin-top: .8rem}.sh-impact-links a{color: #A7F3D0;font-size: .78rem;font-weight: 700;text-decoration: none}.sh-impact-links a:last-child{color: #94A3B8}.sh-impact-links a:hover{color: #F8FAFC}.sh-impact-links a:focus-visible{outline: 2px solid #34D399;outline-offset: 4px;border-radius: 3px}.sh-impact-badges{min-width: 210px}.sh-impact-badge-label{display: block;margin-bottom: .5rem;color: #64748B;font-size: .62rem;font-weight: 800;letter-spacing: .1em;text-align: center;text-transform: uppercase}.sh-impact-badge-grid{display: flex;justify-content: flex-end}.sh-impact-badge{min-width: 180px}.sh-impact-badge [data-1ci-container]{display: flex;justify-content: center;min-height: 54px}.sh-impact-badge [data-1ci-container]>a{display: inline-flex;align-items: center;min-height: 44px;color: #A7F3D0;font-size: .78rem}.sh-footer-main{margin-top: 3rem}.sh-footer-brand{font-size: 1.4rem;font-weight: 900;letter-spacing: -0.03em}.sh-footer-brand .accent{color: var(--purple-light)}.sh-footer-tagline{font-size: .85rem;color: var(--text-muted);margin-top: .35rem}.sh-footer-heading{font-size: .78rem;font-weight: 700;text-transform: uppercase;letter-spacing: .08em;color: var(--text-muted);margin-bottom: 1rem}.sh-footer-links{list-style: none;padding: 0;margin: 0}.sh-footer-links li{margin-bottom: .5rem}.sh-footer-links a{font-size: .85rem;color: var(--text-secondary);transition: var(--transition)}.sh-footer-links a:hover{color: var(--purple-light)}.sh-footer-bottom{margin-top: 3rem;padding-top: 1.5rem;border-top: 1px solid var(--border);flex-wrap: wrap;row-gap: .5rem;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 1rem;font-size: .8rem;color: var(--text-muted)}.sh-social-links{display: flex;gap: .75rem}.sh-social-links a{width: 36px;height: 36px;border-radius: 10px;background: var(--bg-glass);border: 1px solid var(--border);display: flex;align-items: center;justify-content: center;font-size: .9rem;color: var(--text-muted);transition: var(--transition)}.sh-social-links a:hover{border-color: var(--purple);color: var(--purple-light);background: var(--purple-glow)}.sh-glow-divider{height: 1px;background: linear-gradient(90deg,transparent,var(--purple),var(--blue),transparent);opacity: .4;margin: 0}.sh-section{padding: 5rem 0}.sh-section-sm{padding: 3rem 0}.sh-section-alt{background: var(--bg-surface)}.sh-brand-badge{display: inline-flex;align-items: center;gap: .35rem;font-size: .7rem;font-weight: 700;color: var(--purple-light);background: rgba(124,58,237,.08);border: 1px solid rgba(124,58,237,.2);border-radius: 20px;padding: .2rem .65rem;letter-spacing: .03em}.sh-page-hero{padding: 4rem 0 3rem;background: radial-gradient(ellipse 70% 50% at 50% -20%,rgba(124,58,237,.15) 0%,transparent 60%),var(--bg-base);border-bottom: 1px solid var(--border)}.sh-page-hero h1{font-size: clamp(1.8rem,4vw,2.8rem)}.sh-product-gallery{border-radius: var(--radius-lg);overflow: hidden;background: var(--bg-surface);border: 1px solid var(--border)}.sh-product-gallery .main-img{width: 100%;aspect-ratio: 16/10;object-fit: cover}.sh-product-thumbs{display: flex;gap: .5rem;padding: .75rem;background: var(--bg-card);border-top: 1px solid var(--border)}.sh-product-thumbs img{width: 70px;height: 50px;object-fit: cover;border-radius: 6px;cursor: pointer;border: 2px solid transparent;transition: var(--transition)}.sh-product-thumbs img:hover,.sh-product-thumbs img.active{border-color: var(--purple)}.sh-product-sidebar{background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-lg);padding: 1.75rem;position: sticky;top: 80px}.sh-product-sidebar .price-main{font-size: 2rem;font-weight: 900;color: var(--purple-light)}.sh-product-sidebar .price-original{font-size: .9rem;color: var(--text-muted);text-decoration: line-through;margin-left: .5rem}.sh-tab-content{color: var(--text-secondary);font-size: .9rem;line-height: 1.8}.sh-tab-content h4{color: var(--text-primary);font-size: 1rem;font-weight: 700;margin: 1.5rem 0 .75rem}.sh-tab-content ul{padding-left: 1.25rem}.sh-tab-content li{margin-bottom: .4rem}.sh-tab-content code{background: var(--bg-surface);border: 1px solid var(--border);border-radius: 6px;padding: .2rem .5rem;font-size: .82rem;color: var(--purple-light)}.sh-tab-content pre{background: var(--bg-surface);border: 1px solid var(--border);border-radius: var(--radius);padding: 1rem 1.25rem;overflow-x: auto;font-size: .82rem;color: var(--text-secondary)}.sh-update-banner{background: linear-gradient(135deg,rgba(124,58,237,.08),rgba(59,130,246,.06));border: 1px solid rgba(124,58,237,.2);border-radius: var(--radius-lg);padding: 2rem;text-align: center}.sh-update-banner h3{font-size: 1.3rem}.sh-update-banner .years-badge{display: inline-block;background: linear-gradient(135deg,var(--purple),var(--blue));color: #fff;font-size: 1.5rem;font-weight: 900;padding: .5rem 1.5rem;border-radius: 50px;margin-bottom: 1rem}.sh-changelog-item{display: flex;gap: 1.5rem;padding: 1.5rem 0;border-bottom: 1px solid var(--border)}.sh-changelog-version{min-width: 80px;font-size: .78rem;font-weight: 800;color: var(--purple-light);text-align: right;padding-top: .15rem}.sh-changelog-date{font-size: .72rem;color: var(--text-muted);font-weight: 400}.sh-changelog-type{display: inline-block;padding: .15rem .55rem;border-radius: 20px;font-size: .68rem;font-weight: 700;text-transform: uppercase;letter-spacing: .04em;margin-bottom: .5rem}.sh-cl-feature{background: rgba(16,185,129,.15);color: var(--green)}.sh-cl-fix{background: rgba(245,158,11,.15);color: var(--orange)}.sh-cl-security{background: rgba(239,68,68,.15);color: var(--red)}.sh-cl-breaking{background: rgba(239,68,68,.2);color: var(--red)}.sh-cl-improvement{background: rgba(59,130,246,.15);color: var(--blue-light)}.sh-cl-release{background: rgba(124,58,237,.15);color: var(--purple-light)}.sh-ticket-card{background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-lg);padding: 1.25rem;transition: var(--transition)}.sh-ticket-card:hover{border-color: var(--border-glow)}@media (max-width: 768px){.sh-hero{padding: 4rem 0 3rem;min-height: auto}.sh-section{padding: 3rem 0}.sh-product-sidebar{position: static}.sh-footer-bottom{flex-direction: column;align-items: flex-start}.sh-legal-id{flex-basis: 100%}.sh-impact-partner{grid-template-columns: 1fr;gap: 1.25rem;padding: 1.35rem 1.15rem}.sh-impact-badges{min-width: 0;justify-self: start}.sh-impact-badge-label{text-align: left}.sh-impact-badge-grid{justify-content: flex-start}.sh-impact-badge{min-width: 0}.sh-impact-badge [data-1ci-container]{justify-content: flex-start}}.sh-fade-up{opacity: 0;transform: translateY(30px);transition: opacity .6s ease,transform .6s ease}.sh-fade-up.visible{opacity: 1;transform: translateY(0)}.sh-delay-1{transition-delay: .1s}.sh-delay-2{transition-delay: .2s}.sh-delay-3{transition-delay: .3s}.sh-delay-4{transition-delay: .4s}.sh-delay-5{transition-delay: .5s}.sh-loader{display: inline-block;width: 20px;height: 20px;border: 2px solid var(--border);border-top-color: var(--purple);border-radius: 50%;animation: spin .7s linear infinite}@keyframes spin{to{transform: rotate(360deg)}}.sh-legal-notice{background: rgba(239,68,68,.06);border: 1px solid rgba(239,68,68,.2);border-left: 3px solid var(--red);border-radius: var(--radius);padding: 1rem 1.25rem;font-size: .82rem;color: #fca5a5}.sh-legal-notice strong{color: var(--red)}.sh-filter-bar{display: flex;gap: .5rem;flex-wrap: wrap;margin-bottom: 2rem}.sh-filter-btn{background: var(--bg-card);border: 1px solid var(--border);border-radius: 8px;padding: .4rem .9rem;font-size: .8rem;font-weight: 600;color: var(--text-secondary);cursor: pointer;transition: var(--transition)}.sh-filter-btn:hover,.sh-filter-btn.active{background: var(--purple-glow);border-color: var(--purple);color: var(--purple-light)}.sh-auth-card{background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-xl);padding: 2.5rem;width: 100%;max-width: 440px;box-shadow: 0 30px 80px rgba(0,0,0,.4)}.sh-stat-card{background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-lg);padding: 1.5rem;transition: var(--transition)}.sh-stat-card:hover{border-color: var(--border-glow)}.sh-stat-card .stat-icon{width: 44px;height: 44px;border-radius: 12px;display: flex;align-items: center;justify-content: center;font-size: 1.25rem;margin-bottom: 1rem}.sh-stat-card .stat-val{font-size: 1.8rem;font-weight: 900}.sh-stat-card .stat-lbl{font-size: .78rem;color: var(--text-muted);font-weight: 500;text-transform: uppercase;letter-spacing: .05em}.icon-purple{background: rgba(124,58,237,.15);color: var(--purple-light)}.icon-blue{background: rgba(59,130,246,.15);color: var(--blue-light)}.icon-green{background: rgba(16,185,129,.15);color: var(--green)}.icon-orange{background: rgba(245,158,11,.15);color: var(--orange)}.icon-red{background: rgba(239,68,68,.15);color: var(--red)}.icon-cyan{background: rgba(6,182,212,.15);color: var(--cyan)}.sh-testimonial-card{background: var(--bg-card);border: 1px solid var(--border);border-radius: var(--radius-lg);padding: 1.75rem;transition: var(--transition);height: 100%}.sh-testimonial-card:hover{border-color: var(--border-glow);transform: translateY(-2px)}.sh-testimonial-stars{color: var(--orange);font-size: .9rem;margin-bottom: .75rem}.sh-testimonial-text{font-size: .88rem;color: var(--text-secondary);line-height: 1.75;margin-bottom: 1rem;font-style: italic}.sh-testimonial-author{display: flex;align-items: center;gap: .75rem}.sh-testimonial-avatar{width: 38px;height: 38px;border-radius: 50%;background: linear-gradient(135deg,var(--purple),var(--blue));display: flex;align-items: center;justify-content: center;font-weight: 700;font-size: .85rem;color: #fff;flex-shrink: 0}.sh-testimonial-name{font-size: .88rem;font-weight: 700}.sh-testimonial-role{font-size: .75rem;color: var(--text-muted)}.sh-progress{height: 5px;background: var(--bg-surface);border-radius: 10px;overflow: hidden;margin-bottom: .35rem}.sh-progress-bar{height: 100%;border-radius: 10px;background: linear-gradient(90deg,var(--purple),var(--blue));transition: width .8s ease}.sh-empty{text-align: center;padding: 4rem 2rem;color: var(--text-muted)}.sh-empty i{font-size: 3rem;margin-bottom: 1rem;opacity: .4;display: block}.sh-empty p{font-size: .9rem;max-width: 300px;margin: 0 auto}.sh-html-content{color: var(--text-secondary);font-size: .92rem;line-height: 1.85}.sh-html-content h1,.sh-html-content h2,.sh-html-content h3,.sh-html-content h4{color: var(--text-primary);font-weight: 700;margin: 1.5rem 0 .75rem;line-height: 1.3;letter-spacing: -.02em}.sh-html-content h2{font-size: 1.35rem;border-bottom: 1px solid var(--border);padding-bottom: .5rem}.sh-html-content h3{font-size: 1.1rem;color: var(--purple-light)}.sh-html-content h4{font-size: .95rem}.sh-html-content p{margin-bottom: 1rem}.sh-html-content strong,.sh-html-content b{color: var(--text-primary);font-weight: 700}.sh-html-content ul,.sh-html-content ol{padding-left: 1.5rem;margin-bottom: 1rem}.sh-html-content li{margin-bottom: .4rem}.sh-html-content blockquote{border-left: 3px solid var(--purple);background: rgba(124,58,237,.06);padding: 1rem 1.25rem;border-radius: 0 var(--radius) var(--radius) 0;margin: 1rem 0;font-style: italic;color: var(--text-secondary)}.sh-html-content code{background: var(--bg-surface);border: 1px solid var(--border);border-radius: 5px;padding: .15rem .45rem;font-size: .82rem;color: var(--purple-light);font-family: monospace}.sh-html-content pre{background: var(--bg-surface);border: 1px solid var(--border);border-radius: var(--radius);padding: 1.25rem;overflow-x: auto;font-size: .82rem;line-height: 1.6;margin-bottom: 1rem}.sh-html-content pre code{background: none;border: none;padding: 0;color: var(--text-secondary)}.sh-html-content table{width: 100%;border-collapse: collapse;margin-bottom: 1rem;font-size: .85rem}.sh-html-content table th{background: var(--bg-surface);color: var(--text-muted);font-weight: 600;text-transform: uppercase;font-size: .72rem;letter-spacing: .05em;padding: .6rem 1rem;border-bottom: 1px solid var(--border)}.sh-html-content table td{padding: .6rem 1rem;border-bottom: 1px solid rgba(255,255,255,.04)}.sh-html-content a{color: var(--purple-light);text-decoration: underline;text-underline-offset: 3px}.sh-html-content a:hover{color: var(--blue-light)}.sh-html-content hr{border: none;border-top: 1px solid var(--border);margin: 1.5rem 0}@keyframes shimmer{0%{transform: translateX(-100%) skewX(-15deg)}100%{transform: translateX(200%) skewX(-15deg)}}.sh-product-card::after{content: '';position: absolute;top: 0;left: 0;width: 60px;height: 100%;background: linear-gradient(90deg,transparent,rgba(255,255,255,.04),transparent);transform: translateX(-100%) skewX(-15deg);pointer-events: none}.sh-product-card:hover::after{animation: shimmer .7s ease}.sh-card-glow{position: relative}.sh-card-glow::before{content: '';position: absolute;inset: -1px;border-radius: calc(var(--radius-lg) + 1px);background: linear-gradient(135deg,var(--purple),var(--blue),var(--cyan));opacity: 0;transition: opacity .3s ease;z-index: -1}.sh-card-glow:hover::before{opacity: .4}@keyframes gradientShift{0%,100%{background-position: 0% 50%}50%{background-position: 100% 50%}}.sh-gradient-animate{background: linear-gradient(135deg,var(--purple-light),var(--blue-light),var(--cyan),var(--purple-light));background-size: 300% 300%;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;animation: gradientShift 4s ease infinite}.btn-sh-primary{position: relative;overflow: hidden}.btn-sh-primary::before{content: '';position: absolute;top: -2px;left: -75%;width: 50%;height: calc(100% + 4px);background: linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform: skewX(-20deg);transition: left .5s ease}.btn-sh-primary:hover::before{left: 150%}@keyframes neonPulse{0%,100%{box-shadow: 0 0 10px var(--purple-glow),0 0 20px var(--purple-glow)}50%{box-shadow: 0 0 20px var(--purple-glow),0 0 40px var(--purple-glow),0 0 60px rgba(124,58,237,.1)}}.sh-neon-pulse{animation: neonPulse 3s ease-in-out infinite}.sh-dots-bg{position: relative}.sh-dots-bg::before{content: '';position: absolute;inset: 0;background-image: radial-gradient(circle,rgba(124,58,237,.15) 1px,transparent 1px);background-size: 28px 28px;opacity: .4;pointer-events: none;mask-image: radial-gradient(ellipse 80% 60% at 50% 50%,black 30%,transparent 80%)}.sh-service-icon.icon-blue{background: rgba(59,130,246,.12);color: var(--blue-light);border-color: rgba(59,130,246,.2)}.sh-service-icon.icon-red{background: rgba(239,68,68,.12);color: #f87171;border-color: rgba(239,68,68,.2)}.sh-service-icon.icon-green{background: rgba(16,185,129,.12);color: var(--green);border-color: rgba(16,185,129,.2)}.sh-service-icon.icon-orange{background: rgba(245,158,11,.12);color: var(--orange);border-color: rgba(245,158,11,.2)}.sh-product-card::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 2px;background: linear-gradient(90deg,var(--purple),var(--blue));opacity: 0;transition: opacity .3s ease}.sh-product-card:hover::before{opacity: 1}.admin-stat-card{position: relative;overflow: hidden}.admin-stat-card::before{content: '';position: absolute;inset: 0;background: radial-gradient(circle at 0% 100%,var(--purple-glow) 0%,transparent 60%);opacity: 0;transition: opacity .3s}.admin-stat-card:hover::before{opacity: 1}.admin-card{transition: var(--transition)}.admin-card:hover{border-color: rgba(124,58,237,.15)}.sh-hero-orb{position: absolute;border-radius: 50%;filter: blur(100px);pointer-events: none;opacity: .35}.sh-hero-orb-1{width:600px;height:600px;background:radial-gradient(circle,var(--purple) 0%,transparent 70%);top:-200px;left:-200px;animation: float1 12s ease-in-out infinite}.sh-hero-orb-2{width:400px;height:400px;background:radial-gradient(circle,var(--blue) 0%,transparent 70%);bottom:-100px;right:-100px;animation: float2 10s ease-in-out infinite}.sh-feature-highlight{background: linear-gradient(135deg,rgba(124,58,237,.08) 0%,rgba(59,130,246,.05) 100%);border: 1px solid rgba(124,58,237,.2);border-radius: var(--radius-xl);padding: 2.5rem;position: relative;overflow: hidden}.sh-feature-highlight::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 2px;background: linear-gradient(90deg,var(--purple),var(--blue),var(--cyan))}.sh-post-hero-image{width: 100%;max-height: 480px;object-fit: cover;border-radius: var(--radius-lg);margin-bottom: 2rem}.sh-read-time{display: inline-flex;align-items: center;gap: .4rem;background: rgba(124,58,237,.08);border: 1px solid rgba(124,58,237,.15);border-radius: 20px;padding: .25rem .8rem;font-size: .75rem;color: var(--purple-light);font-weight: 600}.sh-navbar .nav-link.active::after{content: '';position: absolute;bottom: -1px;left: 50%;transform: translateX(-50%);width: 20px;height: 2px;background: var(--purple);border-radius: 2px;box-shadow: 0 0 8px var(--purple-glow)}.sh-navbar .nav-link{position: relative}.sh-gradient-badge{display: inline-flex;align-items: center;gap: .4rem;background: linear-gradient(135deg,rgba(124,58,237,.2),rgba(59,130,246,.15));border: 1px solid rgba(124,58,237,.3);border-radius: 30px;padding: .35rem 1rem;font-size: .75rem;font-weight: 700;color: var(--purple-light);letter-spacing: .04em;text-transform: uppercase}.sh-payment-method-card{position: relative;overflow: hidden}.sh-payment-method-card::before{content: '';position: absolute;inset: 0;background: radial-gradient(ellipse at 0% 0%,rgba(124,58,237,.06),transparent 60%);opacity: 0;transition: opacity .3s}.sh-payment-method-card.active::before{opacity: 1}@keyframes countUp{from{opacity: 0;transform: translateY(10px)}to{opacity: 1;transform: translateY(0)}}.sh-count-up{animation: countUp .5s ease forwards}::-webkit-scrollbar{width: 5px}::-webkit-scrollbar-track{background: var(--bg-base)}::-webkit-scrollbar-thumb{background: linear-gradient(var(--purple),var(--blue));border-radius: 10px}img[loading="lazy"]{transition: filter .3s ease}img[loading="lazy"]:not([src]){filter: blur(8px)}.sh-admin-nav a.active{background: linear-gradient(90deg,rgba(124,58,237,.12),transparent) !important}.sh-admin-topbar{background: linear-gradient(180deg,rgba(11,11,22,1) 0%,rgba(11,11,22,.95) 100%) !important;box-shadow: 0 1px 0 var(--border)}.admin-stat-value{font-size: 1.9rem;font-weight: 900;line-height: 1;letter-spacing: -.03em;background: linear-gradient(135deg,var(--text-primary),var(--text-secondary));-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text}.admin-stat-label{font-size: .73rem;color: var(--text-muted);text-transform: uppercase;letter-spacing: .05em;font-weight: 600;margin-top: .25rem}.admin-page-header{display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 1.75rem;flex-wrap: wrap;gap: 1rem}.admin-page-title{font-size: 1.35rem;font-weight: 800;margin: 0;letter-spacing: -.02em}.admin-page-subtitle{font-size: .82rem;color: var(--text-muted);margin-top: .2rem}.sh-footer{background: linear-gradient(180deg,var(--bg-base) 0%,#060610 100%);border-top: 1px solid var(--border)}@keyframes float1{0%,100%{transform: translateY(0) translateX(0)}33%{transform: translateY(-30px) translateX(20px)}66%{transform: translateY(15px) translateX(-15px)}}@keyframes float2{0%,100%{transform: translateY(0) translateX(0)}50%{transform: translateY(25px) translateX(-20px)}}.sh-hero-glow-1{animation: float1 12s ease-in-out infinite}.sh-hero-glow-2{animation: float2 10s ease-in-out infinite}.sh-section-label{display: inline-flex;align-items: center;gap: .5rem;font-size: .72rem;font-weight: 700;text-transform: uppercase;letter-spacing: .1em;color: var(--purple-light);background: rgba(124,58,237,.08);border: 1px solid rgba(124,58,237,.2);padding: .3rem .85rem;border-radius: 30px;margin-bottom: 1rem}.sh-section-title{font-size: clamp(1.4rem,3vw,2rem);font-weight: 800;margin-bottom: .75rem;letter-spacing: -.02em}.sh-update-banner{background: linear-gradient(135deg,rgba(124,58,237,.12) 0%,rgba(59,130,246,.07) 100%);border: 1px solid rgba(124,58,237,.25);border-radius: var(--radius-xl);padding: 3rem 2rem;text-align: center;position: relative;overflow: hidden}.sh-update-banner::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 2px;background: linear-gradient(90deg,transparent,var(--purple),var(--blue),transparent)}.stat-number{font-size: clamp(2rem,5vw,3rem);font-weight: 900;letter-spacing: -.04em;background: linear-gradient(135deg,var(--text-primary) 40%,var(--purple-light));-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;line-height: 1}.sh-cyber-card{transition: border-color .2s,box-shadow .2s,transform .2s}.sh-cyber-card:hover{transform: translateY(-4px);box-shadow: 0 16px 48px rgba(0,0,0,.4),0 0 24px rgba(124,58,237,.12)}.sh-cyber-card.red-team:hover{box-shadow: 0 16px 48px rgba(0,0,0,.4),0 0 24px rgba(239,68,68,.1)}.sh-cyber-card.blue-team:hover{box-shadow: 0 16px 48px rgba(0,0,0,.4),0 0 24px rgba(59,130,246,.1)}.sh-blog-card{transition: border-color .2s,box-shadow .2s,transform .2s}.sh-blog-card:hover{transform: translateY(-4px);box-shadow: 0 20px 50px rgba(0,0,0,.4),0 0 20px rgba(124,58,237,.08)}.sh-testimonial-card{position: relative;overflow: hidden}.sh-testimonial-card::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 2px;background: linear-gradient(90deg,var(--purple),var(--blue));opacity: 0;transition: opacity .3s}.sh-testimonial-card:hover::before{opacity: 1}@keyframes badgeGlow{0%,100%{box-shadow: 0 0 0 0 rgba(124,58,237,.4)}50%{box-shadow: 0 0 0 6px rgba(124,58,237,0)}}.sh-hero-badge{animation: badgeGlow 3s ease-in-out infinite}.gradient-text{background: linear-gradient(135deg,var(--purple-light),var(--blue-light),var(--cyan));-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text}.sh-service-card:hover .sh-service-icon{box-shadow: 0 0 20px currentColor;opacity: .8}.sh-product-price .sale-price{color: var(--purple-light);font-weight: 900;font-size: 1.1em}.sh-page-hero{background: linear-gradient(135deg,rgba(124,58,237,.1) 0%,rgba(59,130,246,.06) 50%,transparent 100%),radial-gradient(ellipse 70% 50% at 50% 0%,rgba(124,58,237,.12),transparent);padding: 3.5rem 0 2.5rem;border-bottom: 1px solid var(--border);position: relative;overflow: hidden}.sh-page-hero::after{content: '';position: absolute;top: 0;left: 0;right: 0;height: 2px;background: linear-gradient(90deg,transparent 10%,var(--purple) 40%,var(--blue) 60%,transparent 90%);opacity: .6}.admin-page-title{background: linear-gradient(135deg,var(--text-primary) 60%,var(--purple-light));-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text}.sh-card-glow{position: relative;isolation: isolate}[data-theme="light"]{--bg-base: #f4f4fb;--bg-surface: #ebebf7;--bg-card: #ffffff;--bg-card-h: #f8f8ff;--bg-glass: rgba(0,0,0,0.03);--bg-glass-h: rgba(0,0,0,0.06);--border: rgba(0,0,0,0.09);--border-glow: rgba(124,58,237,0.30);--purple-glow: rgba(124,58,237,0.15);--blue-glow: rgba(59,130,246,0.12);--cyan-glow: rgba(6,182,212,0.12);--text-primary: #16162a;--text-secondary: #4a4a72;--text-muted: #8888aa;--shadow-card: 0 2px 16px rgba(0,0,0,0.08),0 0 0 1px var(--border);--shadow-glow: 0 0 32px var(--purple-glow)}[data-theme="light"] body{background: var(--bg-base);color: var(--text-primary)}[data-theme="light"] .sh-navbar{background: rgba(244,244,251,0.94);border-bottom-color: var(--border)}[data-theme="light"] .sh-navbar .navbar-brand,[data-theme="light"] .sh-navbar .nav-link{color: var(--text-secondary) !important}[data-theme="light"] .sh-navbar .nav-link:hover,[data-theme="light"] .sh-navbar .nav-link.active{color: var(--purple) !important}[data-theme="light"] .sh-navbar .navbar-toggler-icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2874,74,114,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-theme="light"] .sh-card{background: var(--bg-card);box-shadow: var(--shadow-card)}[data-theme="light"] .sh-glass{background: rgba(255,255,255,0.75);border-color: var(--border)}[data-theme="light"] ::-webkit-scrollbar-track{background: var(--bg-surface)}[data-theme="light"] ::-webkit-scrollbar-thumb{background: var(--purple)}[data-theme="light"] .admin-sidebar{background: #ffffff;border-right: 1px solid var(--border)}[data-theme="light"] .admin-card{background: #ffffff;border-color: var(--border);box-shadow: 0 2px 12px rgba(0,0,0,0.06)}[data-theme="light"] .admin-card-header{border-bottom-color: var(--border)}[data-theme="light"] .sh-stat-card{background: #ffffff;border-color: var(--border)}[data-theme="light"] .sh-table th{background: var(--bg-surface);color: var(--text-muted);border-bottom-color: var(--border)}[data-theme="light"] .sh-table td{border-bottom-color: var(--border);color: var(--text-primary)}[data-theme="light"] .sh-table tr:hover td{background: var(--bg-surface)}[data-theme="light"] .sh-form-control,[data-theme="light"] .form-control,[data-theme="light"] .form-select{background: var(--bg-card);border-color: var(--border);color: var(--text-primary)}[data-theme="light"] .sh-form-control:focus,[data-theme="light"] .form-control:focus,[data-theme="light"] .form-select:focus{background: var(--bg-card);border-color: var(--purple);color: var(--text-primary);box-shadow: 0 0 0 3px var(--purple-glow)}[data-theme="light"] .sh-hero{background: linear-gradient(135deg,rgba(124,58,237,.06) 0%,rgba(59,130,246,.04) 60%,transparent 100%),radial-gradient(ellipse 80% 60% at 50% -10%,rgba(124,58,237,.10),transparent)}[data-theme="light"] .sh-badge{border-color: var(--border)}[data-theme="light"] .sh-badge-active{background: rgba(16,185,129,.12);color: var(--green)}[data-theme="light"] .sh-badge-info{background: rgba(59,130,246,.12);color: var(--blue)}[data-theme="light"] .sh-badge-warn{background: rgba(245,158,11,.12);color: var(--orange)}[data-theme="light"] .btn-sh-ghost{background: rgba(0,0,0,0.04);border-color: var(--border);color: var(--text-secondary) !important}[data-theme="light"] .btn-sh-ghost:hover{background: rgba(124,58,237,0.08);border-color: var(--purple);color: var(--purple) !important}[data-theme="light"] .btn-sh-outline{color: var(--text-secondary) !important;border-color: var(--border)}[data-theme="light"] .btn-sh-outline:hover{border-color: var(--purple);color: var(--purple) !important;background: rgba(124,58,237,0.07)}[data-theme="light"] .sh-sidebar-nav a{color: var(--text-secondary)}[data-theme="light"] .sh-sidebar-nav a:hover,[data-theme="light"] .sh-sidebar-nav a.active{background: rgba(124,58,237,0.08);color: var(--purple)}[data-theme="light"] .sh-page-hero{background: linear-gradient(135deg,rgba(124,58,237,.07) 0%,rgba(59,130,246,.04) 50%,transparent 100%),radial-gradient(ellipse 70% 50% at 50% 0%,rgba(124,58,237,.09),transparent);border-bottom-color: var(--border)}[data-theme="light"] .admin-page-title{background: linear-gradient(135deg,var(--text-primary) 50%,var(--purple));-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text}[data-theme="light"] code{background: rgba(124,58,237,0.08);color: var(--purple);border-radius: 4px;padding: .1em .35em}[data-theme="light"] .dropdown-menu{background: #ffffff;border-color: var(--border);box-shadow: 0 8px 32px rgba(0,0,0,0.12)}[data-theme="light"] .dropdown-item{color: var(--text-primary)}[data-theme="light"] .dropdown-item:hover{background: var(--bg-surface)}[data-theme="light"] .sh-footer{background: #ffffff;border-top-color: var(--border)}[data-theme="light"] .sh-footer-text{color: var(--text-muted)}[data-theme="light"] #sh-dark-toggle{border-color: var(--border);color: var(--text-secondary);background: rgba(0,0,0,0.03)}.sh-world-nav,#sh-min-tray,.sh-calm-toggle,.v51-sound-toggle,#sh-back-top,#sh-sevinos-fab,#sh-bleradar-fab{transition: opacity .22s ease-in,transform .22s ease-in,filter .18s ease-in}@keyframes sh-float-wake{0%{opacity: .18;filter: blur(.6px)}45%{opacity: 1;filter: blur(0)}100%{opacity: 1;filter: blur(0)}}.sh-world-min-btn{position: absolute;top: 1rem;right: 1.1rem;z-index: 10;width: 28px;height: 28px;border-radius: 50%;border: 1px solid rgba(255,255,255,.13);background: rgba(6,9,20,.55);backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);color: rgba(255,255,255,.45);font-size: 13px;cursor: pointer;display: flex;align-items: center;justify-content: center;opacity: 0;transition: opacity .2s,background .2s,color .2s,transform .15s;padding: 0;line-height: 1}.sh-world:hover .sh-world-min-btn{opacity: 1}.sh-world-min-btn:hover{background: rgba(0,212,255,.18);border-color: rgba(0,212,255,.45);color: #00d4ff;transform: scale(1.12)}.sh-world-min-btn span::before{content: '';display: block;width: 10px;height: 2px;background: currentColor;border-radius: 2px}.neon-home .n-hero{position: relative}.sh-world.sh-minimized{visibility: visible}.sh-world.sh-minimized .sh-world-min-btn{opacity: .7 !important;z-index: 20}.sh-void-wrap{position: absolute;inset: 0;overflow: hidden;cursor: crosshair;border-top: 1px solid rgba(255,255,255,.04);border-bottom: 1px solid rgba(255,255,255,.04)}.sh-void-wrap canvas{display: block;width: 100%;height: 100%}#sh-min-tray{position: fixed;left: 0;top: 50%;transform: translateY(-50%);z-index: 1080;display: flex;flex-direction: column;gap: 8px;padding: 10px 0;pointer-events: none}.sh-tray-pill{position: relative;display: flex;align-items: center;height: 36px;border-radius: 0 18px 18px 0;border: 1.5px solid var(--pill-border,#00d4ff);border-left: none;background: rgba(6,9,20,.82);backdrop-filter: blur(14px);-webkit-backdrop-filter: blur(14px);box-shadow: 0 0 12px var(--pill-glow,rgba(0,212,255,.4)),inset 0 1px 0 rgba(255,255,255,.06);cursor: pointer;overflow: hidden;width: 40px;max-width: 40px;transition: max-width .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1),box-shadow .25s,opacity .3s,transform .3s;pointer-events: none;opacity: 0;transform: translateX(-40px);padding: 0;outline: none}.sh-tray-pill--visible{opacity: 1;transform: translateX(0);pointer-events: auto;animation: sh-pill-breathe 3s ease-in-out infinite}.sh-tray-pill:hover,.sh-tray-pill:focus-visible{max-width: 240px;width: 240px;box-shadow: 0 0 22px var(--pill-glow,rgba(0,212,255,.65)),0 0 60px var(--pill-glow,rgba(0,212,255,.25)),inset 0 1px 0 rgba(255,255,255,.1);animation: none}.sh-tray-dot{flex-shrink: 0;width: 38px;height: 36px;display: flex;align-items: center;justify-content: center;font-size: 13px;font-weight: 700;color: var(--pill-label,#00d4ff);letter-spacing: .03em;text-shadow: 0 0 8px var(--pill-glow,rgba(0,212,255,.8))}.sh-tray-label{flex-shrink: 0;white-space: nowrap;font-size: 11px;font-weight: 600;letter-spacing: .07em;text-transform: uppercase;color: var(--pill-label,#00d4ff);opacity: 0;max-width: 0;overflow: hidden;transition: opacity .2s .08s,max-width .32s cubic-bezier(.4,0,.2,1)}.sh-tray-pill:hover .sh-tray-label,.sh-tray-pill:focus-visible .sh-tray-label{opacity: 1;max-width: 170px}.sh-tray-restore{flex-shrink: 0;width: 26px;height: 36px;display: flex;align-items: center;justify-content: center;font-size: 15px;color: rgba(255,255,255,.5);opacity: 0;transition: opacity .2s .15s;padding-right: 4px}.sh-tray-pill:hover .sh-tray-restore,.sh-tray-pill:focus-visible .sh-tray-restore{opacity: 1}@keyframes sh-pill-breathe{0%,100%{box-shadow: 0 0 8px var(--pill-glow,rgba(0,212,255,.35)),inset 0 1px 0 rgba(255,255,255,.06)}50%{box-shadow: 0 0 22px var(--pill-glow,rgba(0,212,255,.65)),0 0 44px var(--pill-glow,rgba(0,212,255,.22)),inset 0 1px 0 rgba(255,255,255,.06)}}.n-trust.sh-world{position: relative}.sh-world-footer{position: relative}[data-theme="light"] .sh-world-min-btn{background: rgba(255,255,255,.65);border-color: rgba(0,0,0,.12);color: rgba(0,0,0,.45)}[data-theme="light"] .sh-world-min-btn:hover{background: rgba(0,212,255,.1);border-color: rgba(0,212,255,.5);color: #0090b8}[data-theme="light"] .sh-tray-pill{background: rgba(255,255,255,.88)}[data-theme="light"] .sh-tray-label,[data-theme="light"] .sh-tray-dot{color: var(--pill-label,#0090b8)}@media (max-width: 767.98px){.sh-world-min-btn{opacity: .55}#sh-min-tray{gap: 6px}.sh-tray-pill{height: 30px;width: 32px;max-width: 32px;border-radius: 0 15px 15px 0}.sh-tray-dot{width: 30px;height: 30px;font-size: 11px}.sh-tray-pill:hover,.sh-tray-pill:focus-visible{max-width: 200px;width: 200px}}#sh-fs-exit{display: none;position: fixed;top: 20px;right: 20px;z-index: 99999;width: 44px;height: 44px;border-radius: 50%;border: 1.5px solid rgba(255,255,255,.35);background: rgba(0,0,0,.55);color: #fff;font-size: 18px;line-height: 1;cursor: pointer;opacity: 1;transition: opacity .22s ease,background .2s;backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);box-shadow: 0 0 14px rgba(0,212,255,.22)}#sh-fs-exit:hover{background: rgba(0,0,0,.75)}:fullscreen #sh-fs-exit,:-webkit-full-screen #sh-fs-exit,:-moz-full-screen #sh-fs-exit{display: flex;align-items: center;justify-content: center}.sh-tray-dot{position: relative;overflow: hidden}.sh-pill-mini{position: absolute;top: 50%;left: 50%;width: 26px;height: 26px;transform: translate(-50%,-50%);border-radius: 50%;opacity: .85;pointer-events: none}.sh-tray-letter{position: relative;z-index: 2;font-style: normal;font-weight: 700;font-size: 12px;color: var(--pill-label,#00d4ff);text-shadow: 0 0 6px rgba(0,0,0,.9),0 0 10px var(--pill-glow,rgba(0,212,255,.8))}.sh-tray-pill.sh-dragging{z-index: 5;cursor: grabbing;animation: none !important;box-shadow: 0 0 26px var(--pill-glow,rgba(0,212,255,.8)),0 10px 30px -8px rgba(0,0,0,.7);transition: box-shadow .2s}#sh-min-tray{touch-action: none}.sh-void-name{position: absolute;left: 50%;bottom: 12%;transform: translate(-50%,14px);font-family: 'Sora','Inter',system-ui,sans-serif;font-size: clamp(13px,2.4vw,20px);font-weight: 800;letter-spacing: .42em;text-transform: uppercase;white-space: nowrap;pointer-events: none;user-select: none;color: var(--vc,#00d4ff);text-shadow: 0 0 18px var(--vc,#00d4ff),0 0 46px rgba(0,0,0,.8);opacity: 0;transition: opacity 1.6s ease,transform 1.6s cubic-bezier(.2,.7,.2,1)}.sh-void-name.is-on{opacity: .82;transform: translate(-50%,0)}.sh-void-hint{position: absolute;bottom: 14px;right: 16px;font-size: 9px;letter-spacing: .12em;pointer-events: none;user-select: none;opacity: 1;transition: opacity 2s ease}.sh-void-preview{position: fixed;z-index: 2000;padding: 6px;border-radius: 12px;border: 1px solid var(--pv,#00d4ff);background: rgba(6,9,20,.9);backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);box-shadow: 0 0 26px -6px var(--pv,#00d4ff),0 18px 40px -20px rgba(0,0,0,.9);opacity: 0;transform: scale(.9);transform-origin: left center;pointer-events: none;transition: opacity .18s ease,transform .22s cubic-bezier(.34,1.56,.64,1)}.sh-void-preview.is-on{opacity: 1;transform: scale(1)}.sh-void-preview canvas{display: block;border-radius: 7px}.sh-void-preview::after{content: attr(data-label);display: block;margin-top: 5px;text-align: center;font-family: 'Sora','Inter',system-ui,sans-serif;font-size: 8.5px;font-weight: 700;letter-spacing: .2em;color: var(--pv,#00d4ff)}body.sh-screensaver{cursor: none}body.sh-screensaver .sh-void-wrap{cursor: none}body.sh-screensaver::after{content: '';position: fixed;inset: 0;z-index: 1500;pointer-events: none;background: radial-gradient(120% 90% at 50% 50%,transparent 42%,rgba(2,4,10,.5) 100%);animation: sh-saver-in 2.4s ease forwards}@keyframes sh-saver-in{from{opacity: 0}to{opacity: 1}}#sh-cursor-orb{position: fixed;z-index: 1600;width: 26px;height: 26px;margin: -13px 0 0 -13px;border-radius: 50%;pointer-events: none;background: radial-gradient(circle,rgba(255,255,255,.95),rgba(139,92,246,.55) 40%,transparent 70%);box-shadow: 0 0 22px rgba(139,92,246,.8),0 0 56px rgba(0,212,255,.4);animation: sh-orb-pulse 2.6s ease-in-out infinite}@keyframes sh-orb-pulse{0%,100%{transform: scale(1);opacity: .9}50%{transform: scale(1.3);opacity: 1}}[data-theme="light"] .sh-void-preview{background: rgba(255,255,255,.94)}[data-theme="light"] .sh-tray-letter{text-shadow: 0 0 6px rgba(255,255,255,.9)}body.sh-calm-mode .sh-void-name,body.sh-calm-mode #sh-cursor-orb{display: none !important}body.sh-calm-mode .sh-tray-pill--visible{animation: none !important}@media (prefers-reduced-motion: reduce){.sh-void-name,#sh-cursor-orb,.sh-void-preview{display: none !important}.sh-tray-pill--visible{animation: none !important}body.sh-screensaver::after{animation: none}}@media (max-width: 767.98px){.sh-void-preview{display: none !important}.sh-void-name{letter-spacing: .3em;bottom: 16%}}#sh-mini-controls{position: fixed;z-index: 9997;display: inline-flex;align-items: center;gap: 6px}.sh-mini-btn{position: relative;width: 28px;height: 28px;padding: 0;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;background: rgba(15,23,42,.78);border: 1px solid rgba(139,92,246,.35);color: #94A3B8;font-size: .72rem;line-height: 1;cursor: pointer;backdrop-filter: blur(12px);-webkit-backdrop-filter: blur(12px);box-shadow: 0 6px 22px -10px rgba(139,92,246,.5);transition: color .2s,border-color .2s,background .2s,box-shadow .2s}.sh-mini-btn:hover{color: #fff;border-color: rgba(139,92,246,.7);background: rgba(139,92,246,.2)}.sh-mini-btn:focus-visible,.sh-world-min-btn:focus-visible,.sh-tray-pill:focus-visible,.sh-world-nav a:focus-visible,#sh-fs-exit:focus-visible{outline: 2px solid #fbbf24;outline-offset: 3px}.sh-mini-btn.is-on{color: #34d399;border-color: rgba(16,185,129,.5);box-shadow: 0 0 14px -4px rgba(16,185,129,.7)}.sh-mini-btn i{font-size: .78rem}[data-theme="light"] .sh-mini-btn{background: rgba(255,255,255,.88);color: #4A5568;border-color: rgba(109,40,217,.32)}[data-theme="light"] .sh-mini-btn.is-on{color: #059669}body.sh-menu-open #sh-mini-controls{display: none !important}@media print{#sh-mini-controls{display: none !important}}body.sh-has-void-sound .v51-sound-toggle{display: none !important}#sh-void-fs.is-on{color: #f59e0b;border-color: rgba(245,158,11,.5);box-shadow: 0 0 14px -4px rgba(245,158,11,.7)}[data-theme="light"] #sh-void-fs.is-on{color: #b45309}#sh-conductor-toggle{position: fixed;left: 86px;bottom: 20px;z-index: 9996;width: 44px;height: 44px;padding: 0;border: 1px solid rgba(0,212,255,.46);border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;color: #dffaff;background: radial-gradient(circle at 35% 25%,rgba(0,212,255,.24),rgba(15,23,42,.92) 68%);box-shadow: 0 0 0 1px rgba(139,92,246,.14),0 10px 32px -12px rgba(0,212,255,.72);backdrop-filter: blur(14px);-webkit-backdrop-filter: blur(14px);cursor: pointer}#sh-conductor-toggle i{font-size: 1rem}#sh-conductor-toggle:hover,#sh-conductor-toggle:focus-visible{color: #fff;border-color: rgba(251,191,36,.78);box-shadow: 0 0 0 3px rgba(251,191,36,.16),0 12px 36px -10px rgba(0,212,255,.85)}#sh-conductor-toggle:focus-visible,.sh-conductor-close:focus-visible,.sh-conductor-actions button:focus-visible{outline: 2px solid #fbbf24;outline-offset: 3px}#sh-conductor-toggle.is-playing::after{content: '';position: absolute;inset: -5px;border: 1px solid rgba(52,211,153,.72);border-radius: inherit;animation: sh-conductor-pulse 1.8s ease-out infinite;pointer-events: none}@keyframes sh-conductor-pulse{0%{transform: scale(.88);opacity: .9}75%,100%{transform: scale(1.22);opacity: 0}}#sh-conductor-panel{position: fixed;left: 20px;bottom: 86px;z-index: 10002;width: min(358px,calc(100vw - 28px));max-height: min(650px,calc(100vh - 96px));padding: 18px;overflow: auto;color: #e7eefc;background: radial-gradient(130% 100% at 0 0,rgba(0,212,255,.13),transparent 52%),radial-gradient(100% 120% at 100% 100%,rgba(139,92,246,.17),transparent 58%),rgba(6,9,20,.96);border: 1px solid rgba(0,212,255,.25);border-radius: 20px;box-shadow: 0 28px 72px -24px rgba(0,0,0,.9),inset 0 1px rgba(255,255,255,.04);backdrop-filter: blur(24px);-webkit-backdrop-filter: blur(24px);opacity: 0;visibility: hidden;pointer-events: none;transform: translateY(12px) scale(.97);transform-origin: bottom left;transition: opacity .2s ease,transform .24s cubic-bezier(.2,.8,.2,1),visibility .2s}#sh-conductor-panel.is-open{opacity: 1;visibility: visible;pointer-events: auto;transform: none}.sh-conductor-head{display: flex;align-items: flex-start;justify-content: space-between;gap: 16px}.sh-conductor-kicker{display: block;margin-bottom: 4px;color: #5ee7f6;font-size: .62rem;font-weight: 800;letter-spacing: .18em}.sh-conductor-head h2{margin: 0;color: #fff;font-family: 'Sora',sans-serif;font-size: 1.15rem;font-weight: 700;letter-spacing: -.025em}.sh-conductor-close{flex: 0 0 44px;width: 44px;height: 44px;margin: -8px -8px 0 0;padding: 0;border: 0;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;color: #94a3b8;background: transparent;cursor: pointer}.sh-conductor-close:hover{color: #fff;background: rgba(255,255,255,.08)}.sh-conductor-tune{margin: 3px 0 14px;color: #94a3b8;font-size: .75rem}.sh-conductor-score{display: grid;grid-template-columns: 40px 1fr auto;align-items: center;gap: 11px;min-height: 60px;padding: 10px 12px;border: 1px solid rgba(139,92,246,.28);border-radius: 14px;background: rgba(15,23,42,.62)}.sh-conductor-score-icon{width: 40px;height: 40px;border-radius: 11px;display: inline-flex;align-items: center;justify-content: center;color: #07111d;background: linear-gradient(135deg,#5ee7f6,#a78bfa);box-shadow: 0 8px 22px -10px rgba(94,231,246,.8)}.sh-conductor-score strong,.sh-conductor-score small{display: block}.sh-conductor-score strong{color: #f8fafc;font-size: .84rem}.sh-conductor-score small{margin-top: 2px;color: #94a3b8;font-size: .68rem}.sh-conductor-score>i{color: #34d399;font-size: .86rem}.sh-conductor-modes{display: grid;grid-template-columns: .85fr 1.35fr;gap: 5px;margin-top: 12px;padding: 4px;border: 1px solid rgba(148,163,184,.16);border-radius: 13px;background: rgba(15,23,42,.52)}.sh-conductor-modes button{min-height: 44px;padding: 0 10px;border: 0;border-radius: 9px;display: inline-flex;align-items: center;justify-content: center;gap: 6px;color: #94a3b8;background: transparent;font-size: .68rem;font-weight: 750;cursor: pointer}.sh-conductor-modes button.is-active{color: #e6fbff;background: linear-gradient(120deg,rgba(0,212,255,.16),rgba(139,92,246,.22));box-shadow: inset 0 0 0 1px rgba(94,231,246,.2)}.sh-conductor-ensemble{margin-top: 14px}.sh-conductor-ensemble-count{color: #cbd5e1;font-size: .72rem;font-weight: 650}.sh-conductor-voices{display: flex;gap: 5px;margin-top: 7px;padding-bottom: 2px;overflow-x: auto;scrollbar-width: thin}.sh-conductor-voices button{flex: 0 0 auto;max-width: 132px;padding: 4px 8px;overflow: hidden;color: #a5f3fc;background: rgba(0,212,255,.08);border: 1px solid rgba(0,212,255,.17);border-radius: 999px;font-size: .61rem;text-overflow: ellipsis;white-space: nowrap;cursor: pointer}.sh-conductor-voices button:disabled{opacity: .78;cursor: default}.sh-conductor-voices button.is-selected{color: #07111d;border-color: rgba(94,231,246,.75);background: linear-gradient(110deg,#5ee7f6,#a78bfa);box-shadow: 0 0 16px -7px rgba(94,231,246,.9)}.sh-conductor-learn{display: none;margin-top: 13px;padding: 12px;border: 1px solid rgba(94,231,246,.22);border-radius: 14px;background: linear-gradient(135deg,rgba(0,212,255,.08),rgba(139,92,246,.08))}#sh-conductor-panel.is-learning .sh-conductor-learn{display: block}#sh-conductor-panel.is-learning .sh-conductor-actions,#sh-conductor-panel.is-learning .sh-conductor-note{display: none}.sh-conductor-lesson-head{display: flex;align-items: center;justify-content: space-between;gap: 12px}.sh-conductor-step{color: #cbd5e1;font-size: .72rem;font-weight: 700}.sh-conductor-pitch{min-width: 48px;padding: 5px 9px;border-radius: 9px;color: #07111d;background: linear-gradient(110deg,#5ee7f6,#fbbf24);font-family: 'Sora',sans-serif;font-size: .92rem;text-align: center;box-shadow: 0 0 18px -8px rgba(94,231,246,.9)}.sh-conductor-instruction{min-height: 2.7em;margin: 8px 0 10px;color: #a5f3fc;font-size: .69rem;line-height: 1.45}.sh-conductor-learn-actions{display: grid;grid-template-columns: 1.25fr 1fr 1fr;gap: 6px}.sh-conductor-learn-actions button{min-height: 44px;padding: 0 7px;border: 1px solid rgba(148,163,184,.22);border-radius: 10px;display: inline-flex;align-items: center;justify-content: center;gap: 5px;color: #dbeafe;background: rgba(15,23,42,.78);font-size: .62rem;font-weight: 700;cursor: pointer}.sh-conductor-learn-actions button:first-child{color: #07111d;border-color: transparent;background: linear-gradient(110deg,#5ee7f6,#a78bfa)}.sh-conductor-learn-actions button:disabled{opacity: .38;cursor: not-allowed}.sh-conductor-expand{display: none}.sh-conductor-modes button:focus-visible,.sh-conductor-voices button:focus-visible,.sh-conductor-learn-actions button:focus-visible{outline: 2px solid #fbbf24;outline-offset: 2px}.sh-conductor-progress{position: relative;height: 5px;margin-top: 16px;overflow: hidden;background: rgba(148,163,184,.16);border-radius: 999px}.sh-conductor-progress span{display: block;width: 0;height: 100%;border-radius: inherit;background: linear-gradient(90deg,#00d4ff,#8b5cf6,#fbbf24);box-shadow: 0 0 12px rgba(0,212,255,.6);transition: width .1s linear}.sh-conductor-time{display: flex;justify-content: space-between;margin-top: 5px;color: #64748b;font-size: .62rem;font-variant-numeric: tabular-nums}.sh-conductor-actions{display: grid;grid-template-columns: 1fr 104px;gap: 8px;margin-top: 13px}.sh-conductor-actions button{min-height: 44px;padding: 0 13px;border: 1px solid rgba(148,163,184,.22);border-radius: 12px;display: inline-flex;align-items: center;justify-content: center;gap: 7px;color: #dbeafe;background: rgba(15,23,42,.78);font-size: .76rem;font-weight: 700;cursor: pointer}.sh-conductor-actions .sh-conductor-play{color: #07111d;border-color: transparent;background: linear-gradient(110deg,#5ee7f6,#a78bfa)}.sh-conductor-actions button:hover:not(:disabled){filter: brightness(1.1)}.sh-conductor-actions button:disabled{opacity: .38;cursor: not-allowed}.sh-conductor-status{min-height: 1.1em;margin: 12px 0 0;color: #a5f3fc;font-size: .69rem}.sh-conductor-note{margin: 5px 0 0;color: #64748b;font-size: .64rem;line-height: 1.45}.sh-world.sh-conductor-active .sh-void-wrap{box-shadow: inset 0 0 0 1px rgba(94,231,246,.5),inset 0 0 36px rgba(139,92,246,.18)}.sh-world.sh-conductor-learning .sh-void-wrap{box-shadow: inset 0 0 0 2px rgba(251,191,36,.66),inset 0 0 44px rgba(0,212,255,.2)}[data-theme="light"] #sh-conductor-toggle{color: #155e75;background: radial-gradient(circle at 35% 25%,rgba(6,182,212,.18),rgba(255,255,255,.94) 70%);border-color: rgba(8,145,178,.4)}[data-theme="light"] #sh-conductor-panel{color: #1e293b;background: radial-gradient(130% 100% at 0 0,rgba(6,182,212,.1),transparent 52%),rgba(255,255,255,.97);border-color: rgba(8,145,178,.25);box-shadow: 0 28px 72px -28px rgba(15,23,42,.38)}[data-theme="light"] .sh-conductor-head h2,[data-theme="light"] .sh-conductor-score strong{color: #0f172a}[data-theme="light"] .sh-conductor-score{background: rgba(241,245,249,.88)}[data-theme="light"] .sh-conductor-ensemble-count{color: #334155}[data-theme="light"] .sh-conductor-close{color: #475569}[data-theme="light"] .sh-conductor-modes{background: rgba(241,245,249,.9)}[data-theme="light"] .sh-conductor-modes button{color: #475569}[data-theme="light"] .sh-conductor-modes button.is-active{color: #155e75}[data-theme="light"] .sh-conductor-step{color: #334155}[data-theme="light"] .sh-conductor-instruction{color: #155e75}[data-theme="light"] .sh-conductor-learn-actions button:not(:first-child){color: #334155;background: #f8fafc}body.sh-menu-open #sh-conductor-toggle,body.sh-menu-open #sh-conductor-panel{display: none !important}@media print{#sh-conductor-toggle,#sh-conductor-panel{display: none !important}}@media (prefers-reduced-motion: reduce){#sh-conductor-toggle.is-playing::after{animation: none}#sh-conductor-panel,.sh-conductor-progress span{transition: none}}@media (max-width: 991.98px){.sh-brand-badge{font-size: .58rem;padding: .12rem .42rem;margin-left: .3rem !important;letter-spacing: .01em}}@media (max-width: 519.98px){.sh-brand-badge{display: none !important}}@media (max-width: 767.98px){#sh-mini-controls{gap: 7px}.sh-mini-btn{width: 26px;height: 26px}.sh-mini-btn i{font-size: .72rem}#sh-conductor-toggle{left: 74px;bottom: max(16px,env(safe-area-inset-bottom))}#sh-conductor-panel{left: 16px;bottom: calc(72px + env(safe-area-inset-bottom));width: calc(100vw - 32px);max-height: calc(100vh - 86px - env(safe-area-inset-bottom));padding: 16px;border-radius: 18px}#sh-conductor-panel.is-learning:not(.is-learning-expanded){left: 50%;bottom: calc(72px + env(safe-area-inset-bottom));width: min(286px,calc(100vw - 28px));max-height: none;padding: 9px;overflow: visible;display: grid;grid-template-columns: 1fr 44px;gap: 7px;transform: translateX(-50%) !important;transform-origin: bottom center;border-radius: 14px}#sh-conductor-panel.is-learning:not(.is-learning-expanded).is-open{transform: translateX(-50%) !important}#sh-conductor-panel.is-learning:not(.is-learning-expanded)>:not(.sh-conductor-learn):not(.sh-conductor-progress):not(.sh-conductor-expand){display: none !important}#sh-conductor-panel.is-learning:not(.is-learning-expanded) .sh-conductor-learn{grid-column: 1;grid-row: 2;display: block;margin: 0;padding: 0;border: 0;background: transparent}#sh-conductor-panel.is-learning:not(.is-learning-expanded) .sh-conductor-lesson-head,#sh-conductor-panel.is-learning:not(.is-learning-expanded) .sh-conductor-instruction,#sh-conductor-panel.is-learning:not(.is-learning-expanded) .sh-conductor-restart{display: none}#sh-conductor-panel.is-learning:not(.is-learning-expanded) .sh-conductor-progress{grid-column: 1 / -1;grid-row: 1;margin: 0;height: 4px}#sh-conductor-panel.is-learning:not(.is-learning-expanded) .sh-conductor-learn-actions{grid-template-columns: 1fr 1fr;gap: 6px}#sh-conductor-panel.is-learning:not(.is-learning-expanded) .sh-conductor-learn-actions button{min-height: 44px;padding: 0 9px;font-size: .64rem}#sh-conductor-panel.is-learning:not(.is-learning-expanded) .sh-conductor-expand{grid-column: 2;grid-row: 2;width: 44px;height: 44px;padding: 0;border: 1px solid rgba(148,163,184,.22);border-radius: 10px;display: inline-flex;align-items: center;justify-content: center;color: #a5f3fc;background: rgba(15,23,42,.82);cursor: pointer}#sh-conductor-panel.is-learning-expanded .sh-conductor-expand{position: absolute;top: 10px;right: 54px;width: 44px;height: 44px;padding: 0;border: 0;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;color: #94a3b8;background: transparent;cursor: pointer}[data-theme="light"] #sh-conductor-panel.is-learning:not(.is-learning-expanded) .sh-conductor-expand{color: #155e75;background: #f8fafc;border-color: rgba(8,145,178,.24)}}.sh-conductor-scores{display: grid;gap: 8px}.sh-conductor-score{width: 100%;text-align: left;font: inherit;cursor: pointer;transition: border-color .18s ease,background .18s ease,box-shadow .18s ease}.sh-conductor-score>i{opacity: 0;transition: opacity .18s ease}.sh-conductor-score.is-active>i{opacity: 1}.sh-conductor-score:hover{border-color: rgba(139,92,246,.55);background: rgba(139,92,246,.14)}.sh-conductor-score:focus-visible{outline: 2px solid #8b5cf6;outline-offset: 2px}.sh-conductor-score.is-active{border-color: rgba(16,185,129,.55);background: rgba(16,185,129,.12);box-shadow: 0 0 18px -8px rgba(16,185,129,.8)}[data-theme="light"] .sh-conductor-score.is-active{background: rgba(16,185,129,.14)}@media (prefers-reduced-motion: reduce){.sh-conductor-score,.sh-conductor-score>i{transition: none}}.sh-conductor-import{display: grid;gap: 6px;margin-top: 4px}.sh-conductor-import-btn{min-height: 44px;display: inline-flex;align-items: center;justify-content: center;gap: 8px;padding: 10px 14px;border-radius: 12px;border: 1px dashed rgba(139,92,246,.45);background: rgba(139,92,246,.10);color: #ddd6fe;font: 600 .78rem/1 'Inter',system-ui,sans-serif;cursor: pointer;transition: border-color .18s ease,background .18s ease,color .18s ease}.sh-conductor-import-btn:hover{border-color: rgba(139,92,246,.8);background: rgba(139,92,246,.2);color: #fff}.sh-conductor-import-btn:focus-visible{outline: 2px solid #8b5cf6;outline-offset: 2px}.sh-conductor-import-help{justify-self: start;color: #94a3b8;font-size: .68rem;text-decoration: underline;text-underline-offset: 2px}.sh-conductor-import-help:hover{color: #c4b5fd}.sh-conductor-import-msg{margin: 0;font-size: .7rem;line-height: 1.45;color: #94a3b8}.sh-conductor-import-msg.is-good{color: #34d399}.sh-conductor-import-msg.is-bad{color: #fca5a5}[data-theme="light"] .sh-conductor-import-btn{background: rgba(139,92,246,.12);color: #5b21b6}[data-theme="light"] .sh-conductor-import-msg.is-bad{color: #b91c1c}@media (prefers-reduced-motion: reduce){.sh-conductor-import-btn{transition: none}}.sh-legal-id{flex-basis: 100%;color: var(--text-muted);font-size: .72rem;line-height: 1.5}.sh-legal-id a{color: var(--text-muted)}

/*! sevinhub-v5.css */
:root{--v5-grad-1: linear-gradient(135deg,#7c3aed 0%,#3b82f6 50%,#06b6d4 100%);--v5-grad-2: linear-gradient(135deg,#f97316 0%,#ec4899 50%,#7c3aed 100%);--v5-grad-3: linear-gradient(135deg,#10b981 0%,#06b6d4 100%);--v5-grad-text: linear-gradient(90deg,#a78bfa 0%,#60a5fa 35%,#22d3ee 70%,#a78bfa 100%);--v5-mesh-1: radial-gradient(circle at 20% 0%,rgba(124,58,237,.22),transparent 45%);--v5-mesh-2: radial-gradient(circle at 80% 20%,rgba(59,130,246,.18),transparent 50%);--v5-mesh-3: radial-gradient(circle at 50% 100%,rgba(6,182,212,.12),transparent 55%);--v5-glass: rgba(17,17,32,.6);--v5-glass-h: rgba(22,22,42,.78);--v5-stroke: rgba(255,255,255,.08);--v5-stroke-strong: rgba(255,255,255,.14);--v5-shadow-lg: 0 24px 60px -20px rgba(0,0,0,.6),0 0 0 1px var(--v5-stroke);--v5-shadow-glow: 0 0 80px -10px rgba(124,58,237,.4);--v5-radius: 16px;--v5-radius-lg: 22px;--v5-radius-xl: 28px}.v5-ticker{background: linear-gradient(90deg,rgba(124,58,237,.10),rgba(59,130,246,.10) 40%,rgba(6,182,212,.08));border-bottom: 1px solid var(--v5-stroke);font-size: .8rem;color: var(--text-secondary);padding: .55rem 0;overflow: hidden;position: relative}.v5-ticker-inner{display: flex;gap: 2.5rem;white-space: nowrap;animation: v5tickerScroll 50s linear infinite;will-change: transform}.v5-ticker:hover .v5-ticker-inner{animation-play-state: paused}.v5-ticker-item{display: inline-flex;align-items: center;gap: .5rem}.v5-ticker-item i{color: var(--purple-light)}.v5-ticker-item .v5-dot{width: 6px;height: 6px;border-radius: 50%;background: #10b981;box-shadow: 0 0 0 4px rgba(16,185,129,.15);animation: v5pulseGreen 1.6s ease-in-out infinite}.v5-ticker-item strong{color: var(--text-primary);font-weight: 600}.v5-ticker-sep{color: var(--text-muted)}@keyframes v5tickerScroll{0%{transform: translateX(0)}100%{transform: translateX(-50%)}}@keyframes v5pulseGreen{0%,100%{box-shadow: 0 0 0 4px rgba(16,185,129,.15)}50%{box-shadow: 0 0 0 8px rgba(16,185,129,0)}}.v5-trust-strip{background: rgba(8,8,15,.5);border-top: 1px solid var(--v5-stroke);border-bottom: 1px solid var(--v5-stroke);padding: 1.25rem 0}.v5-trust-row{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: 1.75rem;font-size: .78rem;color: var(--text-muted)}.v5-trust-item{display: inline-flex;align-items: center;gap: .5rem;font-weight: 600;letter-spacing: .02em;transition: color .2s}.v5-trust-item:hover{color: var(--text-primary)}.v5-trust-item i{font-size: 1rem;color: var(--purple-light)}.v5-trust-divider{width: 1px;height: 18px;background: var(--v5-stroke)}.sh-hero.v5-aurora{background: var(--bg-base) !important}.sh-hero.v5-aurora::before{display: none !important}.v5-aurora{position: relative;background: var(--v5-mesh-1),var(--v5-mesh-2),var(--v5-mesh-3),var(--bg-base)}.v5-aurora::before{content: '';position: absolute;inset: 0;background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size: 56px 56px;mask-image: radial-gradient(ellipse 80% 60% at 50% 30%,#000,transparent 85%);-webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%,#000,transparent 85%);pointer-events: none}.v5-aurora-blob{position: absolute;border-radius: 50%;filter: blur(80px);opacity: .55;pointer-events: none;animation: v5floatBlob 14s ease-in-out infinite}.v5-aurora-blob.b1{top: -120px;left: 5%;width: 320px;height: 320px;background: #7c3aed}.v5-aurora-blob.b2{top: 20%;right: -80px;width: 280px;height: 280px;background: #3b82f6;animation-delay: -5s}.v5-aurora-blob.b3{bottom: -120px;left: 40%;width: 360px;height: 360px;background: #06b6d4;animation-delay: -9s;opacity: .35}@keyframes v5floatBlob{0%,100%{transform: translateY(0) translateX(0) scale(1)}50%{transform: translateY(-30px) translateX(20px) scale(1.06)}}.v5-grad-text{background: var(--v5-grad-text);background-size: 200% auto;-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;animation: v5gradShift 6s ease-in-out infinite}@keyframes v5gradShift{0%,100%{background-position: 0% 50%}50%{background-position: 100% 50%}}.btn-v5{position: relative;display: inline-flex;align-items: center;gap: .55rem;background: var(--v5-grad-1);background-size: 200% 200%;color: #fff !important;border: none;border-radius: 14px;font-weight: 700;font-size: .92rem;padding: .85rem 1.6rem;letter-spacing: -.01em;text-decoration: none;box-shadow: 0 10px 32px -8px rgba(124,58,237,.55),inset 0 1px 0 rgba(255,255,255,.18);transition: transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .25s,background-position .6s;overflow: hidden}.btn-v5::before{content: '';position: absolute;inset: 0;background: linear-gradient(120deg,transparent 30%,rgba(255,255,255,.28) 50%,transparent 70%);transform: translateX(-100%);transition: transform .7s}.btn-v5:hover{transform: translateY(-2px);background-position: 100% 0;box-shadow: 0 16px 44px -8px rgba(124,58,237,.6)}.btn-v5:hover::before{transform: translateX(100%)}.btn-v5:active{transform: translateY(0)}.btn-v5.ghost{background: rgba(255,255,255,.04) !important;border: 1px solid var(--v5-stroke-strong);box-shadow: none}.btn-v5.ghost:hover{background: rgba(255,255,255,.07) !important;border-color: var(--purple)}.v5-hero-pill{display: inline-flex;align-items: center;gap: .55rem;background: rgba(124,58,237,.10);border: 1px solid rgba(124,58,237,.35);border-radius: 999px;padding: .35rem 1rem .35rem .55rem;font-size: .78rem;font-weight: 600;color: var(--purple-light);backdrop-filter: blur(8px)}.v5-hero-pill .v5-pill-dot{width: 8px;height: 8px;border-radius: 50%;background: #10b981;box-shadow: 0 0 0 4px rgba(16,185,129,.18);animation: v5pulseGreen 1.6s ease-in-out infinite}.v5-bento{display: grid;grid-template-columns: repeat(12,1fr);gap: 1rem}.v5-bento>.cell{background: linear-gradient(160deg,rgba(22,22,42,.85),rgba(13,13,26,.85));border: 1px solid var(--v5-stroke);border-radius: var(--v5-radius-lg);padding: 1.5rem;position: relative;overflow: hidden;transition: border-color .2s,transform .25s,box-shadow .25s}.v5-bento>.cell:hover{border-color: rgba(124,58,237,.45);transform: translateY(-3px);box-shadow: 0 18px 40px -16px rgba(124,58,237,.45)}.v5-bento>.cell::before{content: '';position: absolute;inset: -1px;border-radius: inherit;padding: 1px;background: linear-gradient(135deg,rgba(124,58,237,.25),transparent 40%);-webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite: xor;mask-composite: exclude;pointer-events: none;opacity: 0;transition: opacity .25s}.v5-bento>.cell:hover::before{opacity: 1}.v5-bento .cell h4{font-size: 1rem;font-weight: 700;margin: 0 0 .5rem;letter-spacing: -.015em}.v5-bento .cell p{font-size: .85rem;color: var(--text-secondary);margin: 0;line-height: 1.6}.v5-bento .cell .v5-cell-icon{width: 44px;height: 44px;border-radius: 12px;display: inline-flex;align-items: center;justify-content: center;background: var(--v5-grad-1);color: #fff;font-size: 1.15rem;margin-bottom: .85rem;box-shadow: 0 8px 20px -6px rgba(124,58,237,.6)}.v5-bento .cell.span-4{grid-column: span 4}.v5-bento .cell.span-6{grid-column: span 6}.v5-bento .cell.span-8{grid-column: span 8}.v5-bento .cell.span-12{grid-column: span 12}.v5-bento .cell.span-3{grid-column: span 3}@media (max-width: 992px){.v5-bento .cell.span-3,.v5-bento .cell.span-4{grid-column: span 6}.v5-bento .cell.span-6,.v5-bento .cell.span-8{grid-column: span 12}}@media (max-width: 576px){.v5-bento .cell.span-3,.v5-bento .cell.span-4,.v5-bento .cell.span-6{grid-column: span 12}}.v5-compare{background: linear-gradient(180deg,rgba(124,58,237,.05),transparent);border: 1px solid var(--v5-stroke);border-radius: var(--v5-radius-lg);overflow: hidden}.v5-compare table{width: 100%;border-collapse: collapse}.v5-compare th,.v5-compare td{padding: .95rem 1.25rem;text-align: left;font-size: .87rem;border-bottom: 1px solid var(--v5-stroke)}.v5-compare th{font-weight: 600;color: var(--text-muted);text-transform: uppercase;letter-spacing: .04em;font-size: .72rem;background: rgba(255,255,255,.02)}.v5-compare td.us{background: linear-gradient(180deg,rgba(124,58,237,.12),rgba(124,58,237,.04));color: var(--text-primary);font-weight: 600}.v5-compare th.us{background: linear-gradient(180deg,rgba(124,58,237,.18),rgba(124,58,237,.06));color: var(--purple-light)}.v5-compare .check{color: #10b981;font-size: 1.15rem}.v5-compare .x{color: #ef4444;font-size: 1.15rem}.v5-compare tr:last-child td{border-bottom: none}.v5-faq{display: flex;flex-direction: column;gap: .75rem}.v5-faq-item{background: var(--v5-glass);border: 1px solid var(--v5-stroke);border-radius: 14px;overflow: hidden;transition: border-color .2s,background .2s}.v5-faq-item:hover{border-color: var(--v5-stroke-strong)}.v5-faq-item summary{list-style: none;cursor: pointer;padding: 1.1rem 1.35rem;font-weight: 600;font-size: .95rem;color: var(--text-primary);display: flex;align-items: center;justify-content: space-between}.v5-faq-item summary::-webkit-details-marker{display: none}.v5-faq-item summary::after{content: '+';font-size: 1.5rem;font-weight: 300;color: var(--purple-light);transition: transform .25s}.v5-faq-item[open] summary::after{transform: rotate(45deg)}.v5-faq-item[open]{background: var(--v5-glass-h);border-color: rgba(124,58,237,.3)}.v5-faq-body{padding: 0 1.35rem 1.2rem;font-size: .88rem;color: var(--text-secondary);line-height: 1.75}.v5-kicker{display: inline-flex;align-items: center;gap: .5rem;font-size: .72rem;font-weight: 700;text-transform: uppercase;letter-spacing: .14em;background: rgba(124,58,237,.08);border: 1px solid rgba(124,58,237,.22);border-radius: 999px;padding: .35rem .85rem;color: var(--purple-light);margin-bottom: 1rem}.v5-h2{font-size: clamp(1.75rem,4vw,2.6rem);font-weight: 800;letter-spacing: -.025em;line-height: 1.15;margin-bottom: .75rem}.v5-sub{color: var(--text-secondary);font-size: 1rem;max-width: 640px;margin: 0 auto;line-height: 1.7}.v5-kpi{position: relative;background: linear-gradient(160deg,rgba(20,20,40,.96),rgba(10,10,22,.96));border: 1px solid var(--v5-stroke);border-radius: var(--v5-radius-lg);padding: 1.25rem 1.35rem;overflow: hidden;transition: transform .22s,border-color .2s,box-shadow .25s}.v5-kpi:hover{transform: translateY(-3px);border-color: rgba(124,58,237,.35);box-shadow: 0 18px 40px -14px rgba(124,58,237,.45)}.v5-kpi::before{content: '';position: absolute;top: 0;left: 0;right: 0;height: 2px;background: var(--kpi-grad,var(--v5-grad-1))}.v5-kpi-head{display: flex;justify-content: space-between;align-items: center;margin-bottom: .6rem}.v5-kpi-label{font-size: .72rem;font-weight: 600;color: var(--text-muted);text-transform: uppercase;letter-spacing: .08em}.v5-kpi-icon{width: 32px;height: 32px;border-radius: 9px;display: inline-flex;align-items: center;justify-content: center;background: rgba(124,58,237,.12);color: var(--purple-light);font-size: .95rem}.v5-kpi-icon.green{background: rgba(16,185,129,.12);color: #34d399}.v5-kpi-icon.blue{background: rgba(59,130,246,.12);color: var(--blue-light)}.v5-kpi-icon.cyan{background: rgba(6,182,212,.12);color: #22d3ee}.v5-kpi-icon.orange{background: rgba(245,158,11,.12);color: #fbbf24}.v5-kpi-icon.red{background: rgba(239,68,68,.12);color: #f87171}.v5-kpi-value{font-size: 1.85rem;font-weight: 800;line-height: 1.05;letter-spacing: -.02em;color: var(--text-primary);font-variant-numeric: tabular-nums}.v5-kpi-foot{margin-top: .55rem;display: flex;align-items: center;gap: .5rem;font-size: .76rem}.v5-delta{display: inline-flex;align-items: center;gap: .25rem;padding: .15rem .5rem;border-radius: 999px;font-weight: 700;font-size: .72rem}.v5-delta.up{background: rgba(16,185,129,.12);color: #34d399}.v5-delta.down{background: rgba(239,68,68,.12);color: #f87171}.v5-delta.flat{background: rgba(255,255,255,.05);color: var(--text-muted)}.v5-kpi-foot .vs{color: var(--text-muted)}.v5-kpi-spark{position: absolute;bottom: 0;left: 0;right: 0;height: 32px;opacity: .55;pointer-events: none}.v5-feed{display: flex;flex-direction: column;max-height: 480px;overflow-y: auto}.v5-feed::-webkit-scrollbar{width: 4px}.v5-feed::-webkit-scrollbar-thumb{background: rgba(124,58,237,.4);border-radius: 2px}.v5-feed-item{display: flex;gap: .85rem;padding: .85rem 1.5rem;border-bottom: 1px solid var(--v5-stroke);transition: background .15s}.v5-feed-item:hover{background: rgba(124,58,237,.04)}.v5-feed-item:last-child{border-bottom: none}.v5-feed-icon{width: 34px;height: 34px;border-radius: 10px;flex-shrink: 0;display: inline-flex;align-items: center;justify-content: center;font-size: .95rem}.v5-feed-icon.order{background: rgba(16,185,129,.14);color: #34d399}.v5-feed-icon.user{background: rgba(59,130,246,.14);color: var(--blue-light)}.v5-feed-icon.dl{background: rgba(124,58,237,.14);color: var(--purple-light)}.v5-feed-icon.review{background: rgba(245,158,11,.14);color: #fbbf24}.v5-feed-icon.ticket{background: rgba(239,68,68,.14);color: #f87171}.v5-feed-icon.service{background: rgba(6,182,212,.14);color: #22d3ee}.v5-feed-icon.seller{background: rgba(236,72,153,.14);color: #f472b6}.v5-feed-body{flex: 1;min-width: 0;font-size: .85rem}.v5-feed-body strong{font-weight: 600;color: var(--text-primary)}.v5-feed-body .v5-feed-meta{display: block;font-size: .72rem;color: var(--text-muted);margin-top: .15rem}.v5-feed-amt{font-size: .85rem;font-weight: 700;color: #34d399;font-variant-numeric: tabular-nums;white-space: nowrap}.v5-attn{display: grid;gap: .55rem;padding: 1rem 1.5rem}.v5-attn-row{display: flex;align-items: center;gap: .85rem;padding: .65rem .85rem;background: rgba(255,255,255,.025);border: 1px solid var(--v5-stroke);border-radius: 12px;font-size: .85rem;color: var(--text-secondary);text-decoration: none;transition: all .18s}.v5-attn-row:hover{background: rgba(124,58,237,.08);border-color: rgba(124,58,237,.35);color: var(--text-primary);transform: translateX(2px)}.v5-attn-row i{font-size: 1.1rem;width: 24px;text-align: center}.v5-attn-row .v5-attn-count{margin-left: auto;background: var(--purple);color: #fff;font-size: .72rem;font-weight: 700;padding: .18rem .55rem;border-radius: 999px;min-width: 28px;text-align: center}.v5-attn-row.empty{opacity: .55}.v5-attn-row.empty .v5-attn-count{background: rgba(16,185,129,.15);color: #34d399}.v5-funnel{padding: 1.25rem 1.5rem;display: flex;flex-direction: column;gap: .85rem}.v5-funnel-row{display: flex;align-items: center;gap: 1rem;font-size: .85rem}.v5-funnel-label{width: 110px;flex-shrink: 0;color: var(--text-secondary);font-weight: 600}.v5-funnel-bar{flex: 1;height: 28px;background: rgba(255,255,255,.04);border-radius: 7px;overflow: hidden;position: relative}.v5-funnel-fill{position: absolute;inset: 0;background: var(--v5-grad-1);border-radius: 7px;box-shadow: 0 4px 14px -4px rgba(124,58,237,.6);display: flex;align-items: center;padding: 0 .75rem;color: #fff;font-size: .78rem;font-weight: 700;transition: width .8s cubic-bezier(.34,1.56,.64,1)}.v5-funnel-val{width: 100px;flex-shrink: 0;text-align: right;font-variant-numeric: tabular-nums;font-weight: 700;color: var(--text-primary)}.v5-funnel-val small{display: block;font-weight: 500;color: var(--text-muted);font-size: .7rem}.v5-top-list{padding: 0}.v5-top-row{display: flex;align-items: center;gap: .85rem;padding: .75rem 1.5rem;border-bottom: 1px solid var(--v5-stroke);text-decoration: none;transition: background .15s}.v5-top-row:hover{background: rgba(124,58,237,.06)}.v5-top-row:last-child{border-bottom: none}.v5-top-rank{width: 28px;height: 28px;border-radius: 50%;background: rgba(124,58,237,.12);color: var(--purple-light);font-size: .8rem;font-weight: 800;display: inline-flex;align-items: center;justify-content: center;font-variant-numeric: tabular-nums;flex-shrink: 0}.v5-top-rank.gold{background: linear-gradient(135deg,#fbbf24,#f59e0b);color:#000;box-shadow: 0 4px 12px -4px rgba(245,158,11,.6)}.v5-top-rank.silver{background: linear-gradient(135deg,#e5e7eb,#9ca3af);color:#000}.v5-top-rank.bronze{background: linear-gradient(135deg,#fb923c,#9a3412);color:#fff}.v5-top-info{flex: 1;min-width: 0}.v5-top-title{font-size: .87rem;font-weight: 600;color: var(--text-primary);overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.v5-top-meta{font-size: .72rem;color: var(--text-muted);margin-top: .15rem}.v5-top-val{font-size: .9rem;font-weight: 700;color: #34d399;font-variant-numeric: tabular-nums;white-space: nowrap}.v5-palette-backdrop{position: fixed;inset: 0;z-index: 9999;background: rgba(4,4,12,.78);backdrop-filter: blur(10px);display: none;align-items: flex-start;justify-content: center;padding-top: 12vh;animation: v5fadeIn .15s ease}.v5-palette-backdrop.open{display: flex}.v5-palette{width: min(640px,calc(100vw - 2rem));background: linear-gradient(180deg,#131326,#0d0d1c);border: 1px solid rgba(124,58,237,.4);border-radius: 18px;box-shadow: 0 32px 80px -20px rgba(0,0,0,.7),0 0 60px -10px rgba(124,58,237,.45);overflow: hidden;animation: v5popIn .22s cubic-bezier(.34,1.56,.64,1)}.v5-palette-input{width: 100%;box-sizing: border-box;background: transparent;border: none;border-bottom: 1px solid var(--v5-stroke);color: var(--text-primary);font-size: 1.05rem;padding: 1.1rem 1.25rem;font-weight: 500;outline: none}.v5-palette-input::placeholder{color: var(--text-muted)}.v5-palette-results{max-height: 55vh;overflow-y: auto;padding: .35rem 0}.v5-palette-results::-webkit-scrollbar{width: 4px}.v5-palette-results::-webkit-scrollbar-thumb{background: rgba(124,58,237,.4);border-radius: 2px}.v5-palette-group{font-size: .65rem;font-weight: 700;text-transform: uppercase;letter-spacing: .12em;color: var(--text-muted);padding: .65rem 1.25rem .25rem}.v5-palette-item{display: flex;align-items: center;gap: .75rem;padding: .65rem 1.25rem;font-size: .88rem;color: var(--text-secondary);text-decoration: none;cursor: pointer;border-left: 2px solid transparent}.v5-palette-item i{font-size: 1rem;width: 20px;text-align: center;color: var(--purple-light)}.v5-palette-item .v5-palette-meta{margin-left: auto;font-size: .7rem;color: var(--text-muted);display: flex;align-items: center;gap: .35rem}.v5-palette-item:hover,.v5-palette-item.active{background: rgba(124,58,237,.12);color: var(--text-primary);border-left-color: var(--purple)}.v5-palette-empty{padding: 2rem 1.25rem;text-align: center;color: var(--text-muted);font-size: .85rem}.v5-palette-foot{padding: .55rem 1.25rem;border-top: 1px solid var(--v5-stroke);display: flex;gap: 1rem;font-size: .7rem;color: var(--text-muted);background: rgba(0,0,0,.2)}.v5-palette-foot kbd{background: rgba(255,255,255,.06);border: 1px solid var(--v5-stroke);border-radius: 4px;padding: .1rem .4rem;font-family: inherit;font-size: .68rem}.v5-kbd-hint{display: inline-flex;align-items: center;gap: .45rem;background: rgba(255,255,255,.04);border: 1px solid var(--v5-stroke);border-radius: 8px;padding: .35rem .65rem;font-size: .76rem;color: var(--text-secondary);cursor: pointer;transition: border-color .2s,color .2s}.v5-kbd-hint:hover{border-color: var(--purple);color: var(--text-primary)}.v5-kbd-hint kbd{background: rgba(255,255,255,.07);border: 1px solid var(--v5-stroke);border-radius: 4px;padding: .05rem .35rem;font-family: inherit;font-size: .7rem}@keyframes v5fadeIn{from{opacity: 0}to{opacity: 1}}@keyframes v5popIn{from{opacity: 0;transform: translateY(-10px) scale(.97)}to{opacity: 1;transform: translateY(0) scale(1)}}.admin-card .v5-card-head{display: flex;align-items: center;justify-content: space-between;padding: 1rem 1.5rem;background: linear-gradient(90deg,rgba(124,58,237,.06),transparent);border-bottom: 1px solid var(--v5-stroke);margin: -1.5rem -1.5rem 0}.v5-card-head h3{font-size: .92rem;font-weight: 700;margin: 0;display: flex;align-items: center;gap: .55rem}.v5-card-head h3 i{color: var(--purple-light)}.v5-card-head .v5-card-actions{display: flex;gap: .5rem}.v5-link-arrow{font-size: .78rem;color: var(--purple-light);text-decoration: none;font-weight: 600;display: inline-flex;align-items: center;gap: .25rem;transition: gap .2s}.v5-link-arrow:hover{gap: .5rem;color: var(--blue-light)}.v5-chart-wrap{padding: 1.5rem;position: relative}.v5-chart-axis{font-size: .68rem;fill: var(--text-muted);font-family: inherit}.v5-chart-grid line{stroke: rgba(255,255,255,.05);stroke-width: 1}.v5-chart-area-rev{fill: url(#v5GradRev);opacity: .25}.v5-chart-line-rev{stroke: #34d399;stroke-width: 2.2;fill: none;stroke-linejoin: round;stroke-linecap: round}.v5-chart-line-ord{stroke: var(--blue-light);stroke-width: 2;fill: none;stroke-dasharray: 4 3}.v5-chart-dot{fill: #34d399}.v5-chart-legend{display: flex;gap: 1.25rem;padding-bottom: .75rem;font-size: .78rem;color: var(--text-muted)}.v5-chart-legend .swatch{display: inline-block;width: 14px;height: 3px;border-radius: 2px;vertical-align: middle;margin-right: .35rem}.v5-hero-stat{background: linear-gradient(135deg,rgba(124,58,237,.12),rgba(59,130,246,.08));border: 1px solid rgba(124,58,237,.25);border-radius: var(--v5-radius-lg);padding: 1.5rem 1.75rem;display: flex;justify-content: space-between;align-items: center;gap: 1rem;margin-bottom: 1.5rem;position: relative;overflow: hidden}.v5-hero-stat::before{content: '';position: absolute;top: -50%;right: -10%;width: 280px;height: 280px;background: radial-gradient(circle,rgba(124,58,237,.3),transparent 60%);pointer-events: none}.v5-hero-stat .lbl{font-size: .78rem;font-weight: 600;color: var(--text-muted);text-transform: uppercase;letter-spacing: .08em}.v5-hero-stat .val{font-size: 2.4rem;font-weight: 800;letter-spacing: -.025em;color: var(--text-primary);line-height: 1;margin-top: .35rem;font-variant-numeric: tabular-nums}.v5-hero-stat .v5-now-dot{display: inline-flex;align-items: center;gap: .35rem;font-size: .72rem;color: #34d399;font-weight: 600;margin-top: .55rem}.v5-hero-stat .v5-now-dot::before{content: '';width: 7px;height: 7px;border-radius: 50%;background: #10b981;animation: v5pulseGreen 1.6s ease-in-out infinite;box-shadow: 0 0 0 3px rgba(16,185,129,.18)}.v5-hero-stat .right{text-align: right;position: relative;z-index: 1}.v5-hero-stat .right .v5-mini-label{font-size: .72rem;color: var(--text-muted)}.v5-hero-stat .right .v5-mini-val{font-size: 1.1rem;font-weight: 700;color: var(--text-primary)}.v5-tabs{display: inline-flex;background: rgba(255,255,255,.03);border: 1px solid var(--v5-stroke);border-radius: 12px;padding: 4px;gap: 2px}.v5-tabs a{padding: .4rem .9rem;font-size: .82rem;font-weight: 600;color: var(--text-secondary);text-decoration: none;border-radius: 8px;transition: all .15s}.v5-tabs a:hover{color: var(--text-primary)}.v5-tabs a.active{background: linear-gradient(135deg,var(--purple),var(--blue));color: #fff !important}.v5-geo{padding: 1rem 1.5rem;display: flex;flex-direction: column;gap: .55rem}.v5-geo-row{display: flex;align-items: center;gap: .75rem;font-size: .85rem}.v5-geo-flag{font-size: 1.2rem;line-height: 1;width: 24px;text-align: center}.v5-geo-name{flex: 1;color: var(--text-secondary)}.v5-geo-bar{flex: 1;max-width: 180px;height: 6px;background: rgba(255,255,255,.05);border-radius: 3px;overflow: hidden}.v5-geo-bar>div{height: 100%;background: var(--v5-grad-1);border-radius: 3px;transition: width .6s ease}.v5-geo-val{width: 50px;text-align: right;font-variant-numeric: tabular-nums;font-weight: 700;color: var(--text-primary);font-size: .82rem}@media (max-width: 992px){.v5-hero-stat{flex-direction: column;align-items: flex-start}.v5-hero-stat .right{text-align: left;width: 100%}.v5-kpi{padding: 1rem 1.1rem}.v5-kpi-value{font-size: 1.55rem}}.sh-product-card{transition: transform .25s,border-color .2s,box-shadow .25s !important}.sh-product-card:hover{transform: translateY(-4px) !important;box-shadow: 0 22px 50px -16px rgba(124,58,237,.5),0 0 0 1px rgba(124,58,237,.35) !important}.v5-reveal{opacity: 0;transform: translateY(20px);transition: opacity .65s,transform .65s}.v5-reveal.in{opacity: 1;transform: translateY(0)}.v5-empty{padding: 2.5rem 1.5rem;text-align: center;color: var(--text-muted)}.v5-empty i{font-size: 2rem;opacity: .35;display: block;margin-bottom: .55rem}.v5-empty p{margin: 0;font-size: .85rem}

/*! sevinhub-v51.css */
.v51-scrollbar{position: fixed;top: 0;left: 0;right: 0;height: 3px;z-index: 9998;background: transparent;pointer-events: none}.v51-scrollbar>.bar{height: 100%;width: 0;background: linear-gradient(90deg,#7c3aed,#3b82f6 50%,#06b6d4);box-shadow: 0 0 12px rgba(124,58,237,.6);transition: width .12s linear}.v51-spotlight{position: fixed;top: 0;left: 0;width: 600px;height: 600px;border-radius: 50%;background: radial-gradient(circle,rgba(124,58,237,.10) 0%,rgba(59,130,246,.06) 35%,transparent 70%);pointer-events: none;transform: translate(-50%,-50%);z-index: 1;opacity: 0;transition: opacity .35s ease;mix-blend-mode: screen;will-change: transform,opacity}.v51-spotlight.on{opacity: 1}@media (max-width: 992px){.v51-spotlight{display: none}}.v51-reveal{opacity: 0;transform: translateY(28px);transition: opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);will-change: opacity,transform}.v51-reveal.in{opacity: 1;transform: translateY(0)}.v51-reveal[data-d="2"]{transition-delay: .08s}.v51-reveal[data-d="3"]{transition-delay: .16s}.v51-reveal[data-d="4"]{transition-delay: .24s}.v51-reveal[data-d="5"]{transition-delay: .32s}@media (prefers-reduced-motion: reduce){.v51-reveal{opacity: 1;transform: none;transition: none}}.v51-count{font-variant-numeric: tabular-nums}.v51-tilt{perspective: 1000px}.v51-tilt .sh-product-card{transform-style: preserve-3d;transition: transform .25s cubic-bezier(.16,1,.3,1),border-color .2s,box-shadow .25s !important}@media (prefers-reduced-motion: reduce){.v51-tilt .sh-product-card{transform: none !important}}.v51-sound-toggle{position: fixed;bottom: 6.2rem;right: 1.25rem;width: 44px;height: 44px;border-radius: 50%;background: rgba(13,13,26,.85);backdrop-filter: blur(12px);border: 1px solid rgba(255,255,255,.1);color: var(--text-secondary);display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 1.05rem;transition: transform .2s,color .2s,border-color .2s;z-index: 9990}.v51-sound-toggle:hover{transform: scale(1.05);color: var(--purple-light);border-color: rgba(124,58,237,.4)}.v51-sound-toggle.on{color: #34d399;border-color: rgba(16,185,129,.4)}.v51-confetti-canvas{position: fixed;inset: 0;pointer-events: none;z-index: 9999}.v51-stat-strip{display: flex;flex-wrap: wrap;gap: 1.25rem;margin-top: 1.5rem}.v51-stat-strip>div{background: rgba(13,13,26,.65);border: 1px solid var(--v5-stroke);border-radius: 14px;padding: .85rem 1.1rem;display: flex;align-items: center;gap: .65rem;backdrop-filter: blur(8px);transition: border-color .2s,transform .2s}.v51-stat-strip>div:hover{border-color: rgba(124,58,237,.45);transform: translateY(-2px)}.v51-stat-strip .num{font-size: 1.6rem;font-weight: 900;letter-spacing: -.02em;color: var(--text-primary);font-variant-numeric: tabular-nums;line-height: 1}.v51-stat-strip .lbl{font-size: .72rem;color: var(--text-muted);text-transform: uppercase;letter-spacing: .08em;font-weight: 600}.v51-search-input:focus{border-color: var(--purple) !important;box-shadow: 0 0 0 3px rgba(124,58,237,.18) !important;background: rgba(11,11,22,.85) !important}.v51-sort{background: rgba(13,13,26,.7) !important;border: 1px solid var(--v5-stroke) !important;color: var(--text-primary) !important;font-size: .88rem !important;font-weight: 600 !important}.v51-sort:focus{border-color: var(--purple) !important;outline: none}.v51-filter-sticky{position: sticky;top: 72px;z-index: 30;padding: .5rem 0;background: linear-gradient(180deg,var(--bg-base) 60%,transparent)}.v51-empty{text-align: center;padding: 3.5rem 1.5rem;background: linear-gradient(160deg,rgba(124,58,237,.06),transparent);border: 1px dashed var(--v5-stroke-strong);border-radius: 22px}.v51-empty .ic{width: 72px;height: 72px;margin: 0 auto 1rem;border-radius: 22px;background: linear-gradient(135deg,rgba(124,58,237,.18),rgba(59,130,246,.1));display: flex;align-items: center;justify-content: center;font-size: 2rem;color: var(--purple-light)}.v51-empty h4{font-size: 1.15rem;font-weight: 700;margin-bottom: .5rem}.v51-empty p{color: var(--text-muted);margin: 0;max-width: 420px;margin-inline: auto}.v51-cs-card{position: relative;background: linear-gradient(160deg,rgba(22,22,42,.95),rgba(13,13,26,.95));border: 1px solid var(--v5-stroke);border-radius: var(--v5-radius-lg);overflow: hidden;height: 100%;display: flex;flex-direction: column;transition: transform .25s,border-color .2s,box-shadow .3s}.v51-cs-card::before{content: '';position: absolute;inset: -1px;border-radius: inherit;padding: 1.5px;background: linear-gradient(120deg,rgba(124,58,237,.55),rgba(59,130,246,.45) 40%,rgba(6,182,212,.55) 80%);background-size: 200% 200%;animation: v51borderShift 4s ease-in-out infinite;-webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite: xor;mask-composite: exclude;pointer-events: none;opacity: .65}.v51-cs-card:hover{transform: translateY(-5px);box-shadow: 0 26px 56px -18px rgba(124,58,237,.55);border-color: rgba(124,58,237,.5)}.v51-cs-card:hover::before{opacity: 1}@keyframes v51borderShift{0%,100%{background-position: 0% 50%}50%{background-position: 100% 50%}}.v51-cs-glow{position: absolute;top: -60px;right: -50px;width: 200px;height: 200px;border-radius: 50%;background: radial-gradient(circle,rgba(124,58,237,.35),transparent 70%);pointer-events: none;animation: v51glowPulse 4s ease-in-out infinite}@keyframes v51glowPulse{0%,100%{opacity: .55;transform: scale(1)}50%{opacity: .9;transform: scale(1.15)}}.v51-cs-thumb{position: relative;aspect-ratio: 16 / 9;background: linear-gradient(135deg,rgba(124,58,237,.18) 0%,rgba(59,130,246,.10) 60%,rgba(6,182,212,.08) 100%);display: flex;align-items: center;justify-content: center;overflow: hidden}.v51-cs-icon{width: 76px;height: 76px;border-radius: 22px;background: linear-gradient(135deg,var(--purple),var(--blue));display: flex;align-items: center;justify-content: center;font-size: 2.2rem;color: #fff;box-shadow: 0 18px 40px -10px rgba(124,58,237,.65),inset 0 1px 0 rgba(255,255,255,.2);z-index: 2}.v51-cs-pulse{position: absolute;inset: 0;border-radius: 22px;background: radial-gradient(circle at center,rgba(124,58,237,.5),transparent 50%);animation: v51pulseRing 2.2s ease-out infinite;pointer-events: none}@keyframes v51pulseRing{0%{transform: scale(.55);opacity: .9}100%{transform: scale(2);opacity: 0}}.v51-cs-stripes{position: absolute;inset: 0;background-image: repeating-linear-gradient( -45deg,rgba(124,58,237,.10) 0,rgba(124,58,237,.10) 8px,transparent 8px,transparent 22px );animation: v51stripeShift 8s linear infinite;pointer-events: none;opacity: .55}@keyframes v51stripeShift{from{background-position: 0 0}to{background-position: 60px 0}}.v51-cs-body{padding: 1.25rem 1.35rem 1.35rem;display: flex;flex-direction: column;flex: 1}.v51-cs-cat{font-size: .68rem;font-weight: 700;text-transform: uppercase;letter-spacing: .12em;color: var(--purple-light);margin-bottom: .4rem}.v51-cs-title{font-size: 1.05rem;font-weight: 800;letter-spacing: -.015em;display: flex;align-items: center;gap: .35rem;margin: 0 0 .5rem}.v51-cs-dots{display: inline-flex;gap: 3px}.v51-cs-dots span{width: 5px;height: 5px;border-radius: 50%;background: var(--purple-light);animation: v51dotJump 1.4s ease-in-out infinite}.v51-cs-dots span:nth-child(2){animation-delay: .2s}.v51-cs-dots span:nth-child(3){animation-delay: .4s}@keyframes v51dotJump{0%,60%,100%{opacity: .35;transform: translateY(0)}30%{opacity: 1;transform: translateY(-3px)}}.v51-cs-desc{font-size: .85rem;color: var(--text-secondary);line-height: 1.6;margin: 0 0 .85rem;flex: 1}.v51-cs-foot{display: flex;align-items: center;justify-content: space-between;padding-top: .85rem;border-top: 1px solid var(--v5-stroke)}.v51-cs-badge{display: inline-flex;align-items: center;gap: .35rem;background: linear-gradient(135deg,rgba(245,158,11,.18),rgba(236,72,153,.12));border: 1px solid rgba(245,158,11,.3);color: #fbbf24;padding: .25rem .65rem;border-radius: 999px;font-size: .7rem;font-weight: 700;text-transform: uppercase;letter-spacing: .06em}.v51-cs-cta{display: inline-flex;align-items: center;gap: .35rem;color: var(--purple-light) !important;font-size: .82rem;font-weight: 700;text-decoration: none;transition: gap .2s,color .2s}.v51-cs-cta:hover{gap: .55rem;color: #60a5fa !important}.v51-page-fade body{opacity: 0;transition: opacity .35s ease}.v51-page-ready body{opacity: 1}.v51-tilt .sh-product-card:hover{box-shadow: 0 26px 60px -18px rgba(124,58,237,.55),0 0 0 1px rgba(124,58,237,.4) !important}.v51-stars{position: absolute;inset: 0;pointer-events: none;background-image: radial-gradient(1px 1px at 12% 18%,rgba(255,255,255,.65),transparent 60%),radial-gradient(1px 1px at 34% 78%,rgba(255,255,255,.45),transparent 60%),radial-gradient(1.5px 1.5px at 56% 22%,rgba(167,139,250,.6),transparent 60%),radial-gradient(1px 1px at 72% 64%,rgba(96,165,250,.5),transparent 60%),radial-gradient(1.5px 1.5px at 88% 30%,rgba(34,211,238,.5),transparent 60%),radial-gradient(1px 1px at 22% 50%,rgba(255,255,255,.35),transparent 60%),radial-gradient(1px 1px at 92% 80%,rgba(255,255,255,.45),transparent 60%);opacity: .8;animation: v51twinkle 6s ease-in-out infinite}@keyframes v51twinkle{0%,100%{opacity: .8}50%{opacity: .45}}.btn-v5{will-change: transform}.sh-form-control:focus-visible{outline: none;border-color: var(--purple) !important;box-shadow: 0 0 0 3px rgba(124,58,237,.22) !important}.v51-toast-stack{position: fixed;top: 1rem;right: 1rem;z-index: 9995;display: flex;flex-direction: column;gap: .55rem}.v51-toast{background: linear-gradient(135deg,rgba(13,13,26,.95),rgba(8,8,15,.95));border: 1px solid rgba(124,58,237,.45);border-radius: 12px;padding: .85rem 1.1rem;color: var(--text-primary);font-size: .88rem;box-shadow: 0 16px 36px rgba(0,0,0,.45),0 0 32px rgba(124,58,237,.25);min-width: 240px;transform: translateX(120%);transition: transform .35s cubic-bezier(.34,1.56,.64,1)}.v51-toast.show{transform: translateX(0)}.v51-toast.success{border-color: rgba(16,185,129,.5)}.v51-toast.success::before{content: '✓ ';color: #34d399;font-weight: 800}@media (max-width: 768px){.v51-stat-strip{gap: .65rem}.v51-stat-strip>div{padding: .6rem .8rem}.v51-stat-strip .num{font-size: 1.25rem}.v51-filter-sticky{position: static}.v51-sound-toggle{bottom: 5.6rem;right: 1rem;width: 38px;height: 38px}}

/*! sevinhub-v52.css */
:root{--v5-text-readable: #e6e6f2;--v5-text-mute: #8888aa}body{color: var(--v5-text-readable)}.v5-sub,.sh-section-sub{color: #b8b8d0 !important}.v5-h2{color: #f4f4fc}.v5-faq-body{color: #c5c5db !important}.v5-feed-body,.v5-attn-row{color: #c8c8de}.sh-product-desc{color: #b0b0c8 !important}.sh-testimonial-text{color: #c5c5db !important}.sh-blog-excerpt{color: #b0b0c8 !important}.sh-cyber-card p{color: #c0c0d6 !important}[data-theme="light"]{--v5-glass: rgba(255,255,255,.85);--v5-glass-h: rgba(255,255,255,.96);--v5-stroke: rgba(0,0,0,.08);--v5-stroke-strong:rgba(0,0,0,.14);--v5-shadow-lg: 0 18px 50px -20px rgba(0,0,0,.18),0 0 0 1px var(--v5-stroke);--v5-shadow-glow: 0 0 50px -10px rgba(124,58,237,.3);--v5-text-readable:#1a1a2e;--v5-text-mute: #6d6d8c;--v5-mesh-1: radial-gradient(circle at 20% 0%,rgba(124,58,237,.10),transparent 45%);--v5-mesh-2: radial-gradient(circle at 80% 20%,rgba(59,130,246,.08),transparent 50%);--v5-mesh-3: radial-gradient(circle at 50% 100%,rgba(6,182,212,.06),transparent 55%)}[data-theme="light"] body{color: #1a1a2e;background: var(--bg-base)}[data-theme="light"] h1,[data-theme="light"] h2,[data-theme="light"] h3,[data-theme="light"] h4,[data-theme="light"] h5,[data-theme="light"] h6{color: #0e0e1a}[data-theme="light"] .v5-sub,[data-theme="light"] .sh-section-sub{color: #4a4a72 !important}[data-theme="light"] .v5-h2{color: #0e0e1a}[data-theme="light"] .btn-v5{box-shadow: 0 8px 24px -6px rgba(124,58,237,.4),inset 0 1px 0 rgba(255,255,255,.25)}[data-theme="light"] .btn-v5.ghost{background: #ffffff !important;border-color: rgba(0,0,0,.1);color: #16162a !important;box-shadow: 0 1px 3px rgba(0,0,0,.06)}[data-theme="light"] .btn-v5.ghost:hover{background: rgba(124,58,237,.06) !important;border-color: #7c3aed;color: #7c3aed !important}[data-theme="light"] .v5-kicker,[data-theme="light"] .sh-section-label{background: rgba(124,58,237,.08);border-color: rgba(124,58,237,.22);color: #6d28d9}[data-theme="light"] .v5-grad-text{background: linear-gradient(90deg,#6d28d9 0%,#2563eb 35%,#0891b2 70%,#6d28d9 100%);background-size: 200% auto;-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent}[data-theme="light"] .v5-hero-pill{background: rgba(124,58,237,.08);border-color: rgba(124,58,237,.3);color: #6d28d9}[data-theme="light"] .v5-trust-strip{background: #ffffff;border-color: rgba(0,0,0,.06)}[data-theme="light"] .v5-trust-row{color: #4a4a72}[data-theme="light"] .v5-trust-item{color: #4a4a72}[data-theme="light"] .v5-trust-item:hover{color: #16162a}[data-theme="light"] .v5-trust-item i{color: #7c3aed}[data-theme="light"] .v5-trust-divider{background: rgba(0,0,0,.1)}[data-theme="light"] .sh-hero.v5-aurora,[data-theme="light"] .sh-page-hero.v5-aurora{background: radial-gradient(circle at 20% 0%,rgba(124,58,237,.10),transparent 45%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.08),transparent 50%),radial-gradient(circle at 50% 100%,rgba(6,182,212,.06),transparent 55%),#ffffff !important}[data-theme="light"] .v5-aurora-blob{opacity: .25}[data-theme="light"] .v51-stars{opacity: .35;mix-blend-mode: multiply}[data-theme="light"] .v5-bento>.cell{background: linear-gradient(160deg,#ffffff,#f6f6fc);border-color: rgba(0,0,0,.08);box-shadow: 0 4px 14px rgba(0,0,0,.04)}[data-theme="light"] .v5-bento>.cell:hover{border-color: rgba(124,58,237,.45);box-shadow: 0 16px 36px -14px rgba(124,58,237,.4)}[data-theme="light"] .v5-bento .cell h4{color: #0e0e1a}[data-theme="light"] .v5-bento .cell p{color: #4a4a72}[data-theme="light"] .v5-compare{background: #ffffff;border-color: rgba(0,0,0,.08);box-shadow: 0 4px 14px rgba(0,0,0,.05)}[data-theme="light"] .v5-compare th,[data-theme="light"] .v5-compare td{border-bottom-color: rgba(0,0,0,.06);color: #1a1a2e}[data-theme="light"] .v5-compare th{background: #f4f4fb;color: #6d6d8c}[data-theme="light"] .v5-compare th.us{background: linear-gradient(180deg,rgba(124,58,237,.18),rgba(124,58,237,.06));color: #6d28d9}[data-theme="light"] .v5-compare td.us{background: linear-gradient(180deg,rgba(124,58,237,.08),rgba(124,58,237,.03));color: #16162a}[data-theme="light"] .v5-faq-item{background: #ffffff;border-color: rgba(0,0,0,.08);box-shadow: 0 1px 3px rgba(0,0,0,.04)}[data-theme="light"] .v5-faq-item:hover{border-color: rgba(0,0,0,.14)}[data-theme="light"] .v5-faq-item summary{color: #0e0e1a}[data-theme="light"] .v5-faq-item[open]{background: #fafafe;border-color: rgba(124,58,237,.3)}[data-theme="light"] .v5-faq-body{color: #3a3a5a !important}[data-theme="light"] .sh-update-banner{background: linear-gradient(135deg,rgba(124,58,237,.08),rgba(59,130,246,.05));border: 1px solid rgba(124,58,237,.2);color: #16162a}[data-theme="light"] .sh-skill-tag{background: #ffffff;border-color: rgba(0,0,0,.1);color: #4a4a72}[data-theme="light"] .sh-skill-tag i{color: #7c3aed}[data-theme="light"] .sh-service-card{background: #ffffff;border-color: rgba(0,0,0,.08);box-shadow: 0 2px 10px rgba(0,0,0,.05)}[data-theme="light"] .sh-service-card h4{color: #0e0e1a}[data-theme="light"] .sh-service-card p{color: #4a4a72}[data-theme="light"] .sh-product-card{background: #ffffff;border-color: rgba(0,0,0,.08);box-shadow: 0 4px 14px rgba(0,0,0,.06)}[data-theme="light"] .sh-product-card:hover{box-shadow: 0 18px 40px -12px rgba(124,58,237,.35) !important;border-color: rgba(124,58,237,.4) !important}[data-theme="light"] .sh-product-title{color: #0e0e1a}[data-theme="light"] .sh-product-desc{color: #4a4a72 !important}[data-theme="light"] .sh-product-category{color: #7c3aed}[data-theme="light"] .sh-product-thumb-placeholder{color: #c0c0d6;background: #f0f0fa}[data-theme="light"] .sh-product-price{color: #16162a}[data-theme="light"] .badge-free{background: rgba(16,185,129,.15);color: #047857;border-color: rgba(16,185,129,.3)}[data-theme="light"] .sh-badge{background: #f0f0fa;color: #4a4a72;border-color: rgba(0,0,0,.06)}[data-theme="light"] .sh-badge-featured{background: rgba(245,158,11,.12);color: #b45309}[data-theme="light"] .sh-badge-new{background: rgba(124,58,237,.12);color: #6d28d9}[data-theme="light"] .sh-badge-popular{background: rgba(239,68,68,.12);color: #b91c1c}[data-theme="light"] .sh-badge-sale{background: rgba(16,185,129,.12);color: #047857}[data-theme="light"] .sh-badge-wl{background: rgba(59,130,246,.12);color: #1d4ed8}[data-theme="light"] .sh-filter-btn{background: #ffffff;border-color: rgba(0,0,0,.1);color: #4a4a72}[data-theme="light"] .sh-filter-btn:hover{background: #f6f6fc;border-color: #7c3aed;color: #6d28d9}[data-theme="light"] .sh-filter-btn.active{background: linear-gradient(135deg,#7c3aed,#3b82f6);color: #ffffff;border-color: transparent}[data-theme="light"] .v51-filter-sticky{background: linear-gradient(180deg,var(--bg-base) 60%,transparent)}[data-theme="light"] .v51-stat-strip>div{background: #ffffff;border-color: rgba(0,0,0,.08)}[data-theme="light"] .v51-stat-strip .num{color: #0e0e1a}[data-theme="light"] .v51-stat-strip .lbl{color: #6d6d8c}[data-theme="light"] .v51-search-input,[data-theme="light"] .v51-sort{background: #ffffff !important;border-color: rgba(0,0,0,.1) !important;color: #16162a !important}[data-theme="light"] .v51-search-input::placeholder{color: #8888aa}[data-theme="light"] .v51-search-input:focus{border-color: #7c3aed !important;box-shadow: 0 0 0 3px rgba(124,58,237,.15) !important}[data-theme="light"] .v51-empty{background: linear-gradient(160deg,rgba(124,58,237,.04),transparent);border-color: rgba(0,0,0,.12)}[data-theme="light"] .v51-empty h4{color: #0e0e1a}[data-theme="light"] .v51-empty p{color: #6d6d8c}[data-theme="light"] .v51-cs-card{background: linear-gradient(160deg,#ffffff,#fafafe);border-color: rgba(0,0,0,.08);box-shadow: 0 6px 20px -8px rgba(124,58,237,.2)}[data-theme="light"] .v51-cs-card:hover{box-shadow: 0 20px 44px -14px rgba(124,58,237,.4);border-color: rgba(124,58,237,.4)}[data-theme="light"] .v51-cs-thumb{background: linear-gradient(135deg,rgba(124,58,237,.10) 0%,rgba(59,130,246,.06) 60%,rgba(6,182,212,.04) 100%)}[data-theme="light"] .v51-cs-stripes{background-image: repeating-linear-gradient(-45deg,rgba(124,58,237,.06) 0,rgba(124,58,237,.06) 8px,transparent 8px,transparent 22px)}[data-theme="light"] .v51-cs-cat{color: #6d28d9}[data-theme="light"] .v51-cs-title{color: #0e0e1a}[data-theme="light"] .v51-cs-desc{color: #4a4a72}[data-theme="light"] .v51-cs-foot{border-top-color: rgba(0,0,0,.06)}[data-theme="light"] .v51-cs-badge{background: linear-gradient(135deg,rgba(245,158,11,.18),rgba(236,72,153,.12));border-color: rgba(245,158,11,.4);color: #b45309}[data-theme="light"] .v51-cs-cta{color: #6d28d9 !important}[data-theme="light"] .v51-cs-cta:hover{color: #1d4ed8 !important}[data-theme="light"] .v51-sound-toggle{background: rgba(255,255,255,.95);border-color: rgba(0,0,0,.1);color: #6d6d8c;box-shadow: 0 4px 12px rgba(0,0,0,.08)}[data-theme="light"] .v51-sound-toggle:hover{color: #7c3aed;border-color: rgba(124,58,237,.4)}[data-theme="light"] .v51-toast{background: #ffffff;border-color: rgba(124,58,237,.35);color: #16162a;box-shadow: 0 16px 36px rgba(0,0,0,.12),0 0 32px rgba(124,58,237,.18)}[data-theme="light"] .v51-scrollbar>.bar{box-shadow: 0 0 10px rgba(124,58,237,.4)}[data-theme="light"] .v51-spotlight{background: radial-gradient(circle,rgba(124,58,237,.07) 0%,rgba(59,130,246,.04) 35%,transparent 70%);mix-blend-mode: multiply}[data-theme="light"] .sh-page-hero{color: #0e0e1a}[data-theme="light"] .sh-page-hero h1{color: #0e0e1a}[data-theme="light"] .sh-page-hero p{color: #4a4a72}[data-theme="light"] .sh-footer{background: #ffffff;color: #4a4a72}[data-theme="light"] .sh-footer-tagline{color: #4a4a72}[data-theme="light"] .sh-footer-heading{color: #16162a}[data-theme="light"] .sh-footer-links a{color: #4a4a72}[data-theme="light"] .sh-footer-links a:hover{color: #7c3aed}[data-theme="light"] .sh-footer-bottom{color: #6d6d8c;border-top-color: rgba(0,0,0,.06)}[data-theme="light"] .sh-glow-divider{background: linear-gradient(90deg,transparent,rgba(124,58,237,.25),transparent)}[data-theme="light"] .v5-ticker{background: linear-gradient(90deg,rgba(124,58,237,.06),rgba(59,130,246,.06) 40%,rgba(6,182,212,.04));color: #4a4a72;border-bottom-color: rgba(0,0,0,.06)}[data-theme="light"] .v5-ticker-item{color: #4a4a72}[data-theme="light"] .v5-ticker-item strong{color: #16162a}[data-theme="light"] .v5-ticker-item i{color: #7c3aed}[data-theme="light"] .v5-ticker-sep{color: #b8b8d0}[data-theme="light"] .sh-testimonial-card{background: #ffffff;border-color: rgba(0,0,0,.08);box-shadow: 0 4px 14px rgba(0,0,0,.05)}[data-theme="light"] .sh-testimonial-text{color: #3a3a5a !important}[data-theme="light"] .sh-testimonial-name{color: #16162a}[data-theme="light"] .sh-testimonial-role{color: #6d6d8c}[data-theme="light"] .sh-testimonial-avatar{color: #fff}[data-theme="light"] .sh-blog-card{background: #ffffff;border-color: rgba(0,0,0,.08);box-shadow: 0 4px 14px rgba(0,0,0,.05)}[data-theme="light"] .sh-blog-cat{color: #6d28d9}[data-theme="light"] .sh-blog-title{color: #0e0e1a}[data-theme="light"] .sh-blog-excerpt{color: #4a4a72 !important}[data-theme="light"] .sh-blog-meta{color: #8888aa}[data-theme="light"] .sh-cyber-card{background: #ffffff;border-color: rgba(0,0,0,.08);box-shadow: 0 4px 14px rgba(0,0,0,.05)}[data-theme="light"] .sh-cyber-card h5{color: #0e0e1a}[data-theme="light"] .sh-cyber-card p{color: #4a4a72 !important}[data-theme="light"] .sh-cyber-card ul li{color: #4a4a72}[data-theme="light"] .sh-legal-notice{background: rgba(245,158,11,.08);border-color: rgba(245,158,11,.3);color: #78350f}[data-theme="light"] .sh-legal-notice strong{color: #78350f}[data-theme="light"] .sh-hero-mockup{background: #ffffff;border-color: rgba(0,0,0,.1);box-shadow: 0 18px 50px -10px rgba(0,0,0,.15)}[data-theme="light"] .sh-hero-mockup-bar{background: #f4f4fb}[data-theme="light"] .sh-hero-mockup-url{background: #ffffff;color: #6d6d8c}[data-theme="light"] input,[data-theme="light"] textarea,[data-theme="light"] select{color-scheme: light}[data-theme="light"] .sh-step{background: #ffffff;border: 1px solid rgba(0,0,0,.08)}[data-theme="light"] body.admin-body{background: #f4f4fb}[data-theme="light"] .sh-admin-sidebar{background: #ffffff !important;border-right: 1px solid rgba(0,0,0,.08)}[data-theme="light"] .sh-admin-nav a{color: #4a4a72}[data-theme="light"] .sh-admin-nav a:hover{color: #7c3aed !important;background: rgba(124,58,237,.06) !important}[data-theme="light"] .sh-admin-nav a.active{color: #6d28d9;background: rgba(124,58,237,.10)}[data-theme="light"] .sh-admin-nav-section{color: #8888aa}[data-theme="light"] .sh-admin-topbar{background: rgba(255,255,255,.97);border-bottom-color: rgba(0,0,0,.08)}[data-theme="light"] .sh-admin-page-title{color: #0e0e1a}[data-theme="light"] .sh-admin-content{background: transparent}[data-theme="light"] .admin-card,[data-theme="light"] .admin-stat-card{background: #ffffff !important;border-color: rgba(0,0,0,.08) !important;box-shadow: 0 2px 10px rgba(0,0,0,.05)}[data-theme="light"] .admin-card-header{background: linear-gradient(90deg,rgba(124,58,237,.04),transparent);border-bottom-color: rgba(0,0,0,.08)}[data-theme="light"] .admin-card-title{color: #0e0e1a}[data-theme="light"] .admin-stat-val{color: #0e0e1a}[data-theme="light"] .admin-stat-lbl{color: #6d6d8c}[data-theme="light"] .v5-kpi{background: #ffffff !important;border-color: rgba(0,0,0,.08)}[data-theme="light"] .v5-kpi-value{color: #0e0e1a}[data-theme="light"] .v5-kpi-label{color: #6d6d8c}[data-theme="light"] .v5-hero-stat{background: linear-gradient(135deg,rgba(124,58,237,.08),rgba(59,130,246,.05));border-color: rgba(124,58,237,.25);color: #16162a}[data-theme="light"] .v5-hero-stat .val{color: #0e0e1a}[data-theme="light"] .v5-hero-stat .right .v5-mini-val{color: #16162a}[data-theme="light"] .v5-hero-stat .lbl,[data-theme="light"] .v5-hero-stat .right .v5-mini-label{color: #6d6d8c}[data-theme="light"] .v5-feed-item{border-bottom-color: rgba(0,0,0,.06)}[data-theme="light"] .v5-feed-item:hover{background: rgba(124,58,237,.04)}[data-theme="light"] .v5-feed-body{color: #16162a}[data-theme="light"] .v5-feed-body strong{color: #0e0e1a}[data-theme="light"] .v5-feed-body .v5-feed-meta{color: #6d6d8c}[data-theme="light"] .v5-attn-row{background: #ffffff;border-color: rgba(0,0,0,.08);color: #4a4a72}[data-theme="light"] .v5-attn-row:hover{background: rgba(124,58,237,.06);border-color: rgba(124,58,237,.3);color: #0e0e1a}[data-theme="light"] .v5-funnel-bar{background: rgba(0,0,0,.05)}[data-theme="light"] .v5-funnel-label{color: #4a4a72}[data-theme="light"] .v5-funnel-val{color: #0e0e1a}[data-theme="light"] .v5-funnel-val small{color: #6d6d8c}[data-theme="light"] .v5-top-row{border-bottom-color: rgba(0,0,0,.06)}[data-theme="light"] .v5-top-row:hover{background: rgba(124,58,237,.05)}[data-theme="light"] .v5-top-title{color: #0e0e1a}[data-theme="light"] .v5-top-meta{color: #6d6d8c}[data-theme="light"] .v5-palette-backdrop{background: rgba(255,255,255,.55)}[data-theme="light"] .v5-palette{background: linear-gradient(180deg,#ffffff,#fafafe);color: #16162a;border-color: rgba(124,58,237,.4);box-shadow: 0 30px 80px -20px rgba(0,0,0,.18)}[data-theme="light"] .v5-palette-input{color: #0e0e1a;border-bottom-color: rgba(0,0,0,.06)}[data-theme="light"] .v5-palette-input::placeholder{color: #8888aa}[data-theme="light"] .v5-palette-group{color: #6d6d8c}[data-theme="light"] .v5-palette-item{color: #16162a}[data-theme="light"] .v5-palette-item:hover,[data-theme="light"] .v5-palette-item.active{background: rgba(124,58,237,.08);color: #0e0e1a;border-left-color: #7c3aed}[data-theme="light"] .v5-palette-empty{color: #6d6d8c}[data-theme="light"] .v5-palette-foot{background: rgba(0,0,0,.03);color: #6d6d8c;border-top-color: rgba(0,0,0,.06)}[data-theme="light"] .v5-palette-foot kbd{background: #ffffff;border-color: rgba(0,0,0,.12);color: #16162a}[data-theme="light"] .v5-kbd-hint{background: #ffffff;border-color: rgba(0,0,0,.1);color: #4a4a72}[data-theme="light"] .v5-kbd-hint:hover{border-color: #7c3aed;color: #0e0e1a}[data-theme="light"] .v5-kbd-hint kbd{background: #f4f4fb;border-color: rgba(0,0,0,.1)}[data-theme="light"] .v5-chart-axis{fill: #6d6d8c}[data-theme="light"] .v5-chart-grid line{stroke: rgba(0,0,0,.06)}[data-theme="light"] .v5-chart-area-rev{opacity: .25}[data-theme="light"] .v5-chart-line-rev{stroke: #047857}[data-theme="light"] .v5-chart-line-ord{stroke: #2563eb}[data-theme="light"] .v5-chart-dot{fill: #047857}[data-theme="light"] .v5-chart-legend{color: #6d6d8c}[data-theme="light"] .v5-tabs{background: #ffffff;border-color: rgba(0,0,0,.08)}[data-theme="light"] .v5-tabs a{color: #4a4a72}[data-theme="light"] .v5-tabs a:hover{color: #16162a}[data-theme="light"] .v5-geo-row{color: #4a4a72}[data-theme="light"] .v5-geo-name{color: #4a4a72}[data-theme="light"] .v5-geo-bar{background: rgba(0,0,0,.05)}[data-theme="light"] .v5-geo-val{color: #0e0e1a}[data-theme="light"] .sh-table tbody tr:hover td{background: rgba(124,58,237,.05) !important}[data-theme="light"] .sh-form-control,[data-theme="light"] .sh-form-control:focus{background: #ffffff !important;color: #16162a !important}.v5-bento .cell p{color: #c0c0d6}.sh-section p{color: #c8c8de}.v51-cs-desc{color: #c0c0d6 !important}.v5-trust-row{color: #c0c0d6 !important}.v5-trust-item{color: #c0c0d6}.v51-filter-sticky{background: linear-gradient(180deg,var(--bg-base) 65%,transparent)}.sh-product-price{color: #f4f4fc}.v51-sound-toggle,.sh-tts-launcher{z-index: 9989}

/*! sevinhub-v54.css */
.v54-cur-wrap{position: relative;display: inline-flex}.v54-cur-btn{display: inline-flex;align-items: center;gap: .4rem;background: rgba(124,58,237,.08);border: 1px solid var(--border);border-radius: 10px;padding: .35rem .7rem;font-size: .85rem;font-weight: 700;color: var(--text-primary);cursor: pointer;transition: var(--transition);font-family: inherit;line-height: 1}.v54-cur-btn:hover{border-color: var(--purple);color: var(--purple-light)}.v54-cur-btn .v54-cur-caret{font-size: .65rem;opacity: .6}.v54-cur-menu{position: absolute;top: calc(100% + .35rem);right: 0;min-width: 160px;background: var(--bg-card);border: 1px solid rgba(124,58,237,.4);border-radius: 12px;padding: .3rem;box-shadow: 0 18px 40px rgba(0,0,0,.45);z-index: 1100;display: none}.v54-cur-menu.open{display: block;animation: v54popIn .18s cubic-bezier(.34,1.56,.64,1)}@keyframes v54popIn{from{opacity: 0;transform: translateY(-6px) scale(.97)}to{opacity: 1;transform: translateY(0) scale(1)}}.v54-cur-item{display: flex;align-items: center;gap: .55rem;padding: .55rem .7rem;border-radius: 8px;font-size: .85rem;font-weight: 600;color: var(--text-secondary);cursor: pointer;transition: background .15s,color .15s;border: 0;background: transparent;width: 100%;text-align: left;font-family: inherit}.v54-cur-item:hover{background: rgba(124,58,237,.1);color: var(--text-primary)}.v54-cur-item.active{background: linear-gradient(135deg,#7c3aed,#3b82f6);color:#fff}.v54-cur-item .v54-cur-sym{width: 24px;height: 24px;border-radius: 50%;background: rgba(255,255,255,.08);display:inline-flex;align-items:center;justify-content:center;font-weight: 800;font-size: .82rem}.v54-cur-item.active .v54-cur-sym{background: rgba(255,255,255,.18)}.v54-cur-item .v54-cur-rate{margin-left: auto;font-size: .68rem;opacity: .55;font-weight: 500}[data-theme="light"] .v54-cur-btn{background: rgba(124,58,237,.06);color: #16162a}[data-theme="light"] .v54-cur-menu{background: #ffffff;box-shadow: 0 18px 40px rgba(0,0,0,.15)}[data-theme="light"] .v54-cur-item{color: #4a4a72}[data-theme="light"] .v54-cur-item:hover{background: rgba(124,58,237,.07);color: #16162a}[data-theme="light"] .v54-cur-item .v54-cur-sym{background: rgba(0,0,0,.05)}.v54-base-hint{font-size: .68rem;color: var(--text-muted);font-weight: 500;margin-left: .35rem}.v54-checkout-cur{display: flex;align-items: center;gap: .65rem;background: rgba(124,58,237,.06);border: 1px solid var(--border);border-radius: 12px;padding: .65rem .85rem;margin-bottom: 1.25rem;font-size: .85rem}.v54-checkout-cur b{color: var(--purple-light)}.v54-checkout-cur select{margin-left: auto;background: var(--bg-surface);border: 1px solid var(--border);color: var(--text-primary);border-radius: 8px;padding: .35rem .5rem;font-weight: 700;font-family: inherit}

/*! sevinhub-v55.css */
.sh-badge-audience{display: inline-flex;align-items: center;gap: .3rem;font-size: .66rem;font-weight: 700;letter-spacing: .04em;text-transform: uppercase;border-radius: 999px;padding: .22rem .6rem;line-height: 1;white-space: nowrap}.sh-badge-audience::before{content: "";display: inline-block;width: 6px;height: 6px;border-radius: 50%;background: currentColor;opacity: .85;box-shadow: 0 0 6px currentColor}.sh-badge-audience-b2b{background: rgba(6,182,212,.12);color: #67e8f9;border: 1px solid rgba(6,182,212,.32)}.sh-badge-audience-b2c{background: rgba(236,72,153,.12);color: #f9a8d4;border: 1px solid rgba(236,72,153,.32)}.sh-badge-audience-both{background: linear-gradient(90deg,rgba(6,182,212,.14),rgba(236,72,153,.14));color: #c4b5fd;border: 1px solid rgba(124,58,237,.32)}.sh-badge-audience-none{background: rgba(255,255,255,.05);color: #9ca3af;border: 1px dashed rgba(255,255,255,.15)}[data-theme="light"] .sh-badge-audience-b2b{color: #0e7490;background: rgba(6,182,212,.10)}[data-theme="light"] .sh-badge-audience-b2c{color: #be185d;background: rgba(236,72,153,.10)}[data-theme="light"] .sh-badge-audience-both{color: #6d28d9;background: linear-gradient(90deg,rgba(6,182,212,.10),rgba(236,72,153,.10))}[data-theme="light"] .sh-badge-audience-none{color: #6b7280;background: rgba(0,0,0,.04)}.v55-audience-section{position: relative;padding: 4.5rem 0;background: radial-gradient(1200px 380px at 25% 0%,rgba(6,182,212,.10),transparent 60%),radial-gradient(1200px 380px at 80% 100%,rgba(236,72,153,.10),transparent 60%)}.v55-audience-grid{display: grid;gap: 1.5rem;grid-template-columns: 1fr 1fr}@media (max-width: 880px){.v55-audience-grid{grid-template-columns: 1fr}}.v55-audience-card{position: relative;display: flex;flex-direction: column;padding: 2rem 1.75rem;border-radius: 18px;border: 1px solid rgba(255,255,255,.08);background: linear-gradient(180deg,rgba(20,20,32,.85),rgba(10,10,20,.85));overflow: hidden;transition: transform .35s ease,border-color .35s ease,box-shadow .35s ease}.v55-audience-card:hover{transform: translateY(-4px);border-color: rgba(124,58,237,.35);box-shadow: 0 20px 50px -10px rgba(0,0,0,.6),0 0 40px -10px rgba(124,58,237,.35)}.v55-audience-card .v55-aud-corner{position: absolute;inset: -40% -40% auto auto;width: 320px;height: 320px;border-radius: 50%;filter: blur(60px);opacity: .35;pointer-events: none}.v55-audience-card.b2b .v55-aud-corner{background: rgba(6,182,212,.55)}.v55-audience-card.b2c .v55-aud-corner{background: rgba(236,72,153,.55)}.v55-aud-eyebrow{display: inline-flex;align-items: center;gap: .45rem;font-size: .72rem;font-weight: 800;letter-spacing: .08em;text-transform: uppercase;padding: .35rem .65rem;border-radius: 999px;width: max-content;margin-bottom: .9rem;position: relative;z-index: 1}.v55-audience-card.b2b .v55-aud-eyebrow{background: rgba(6,182,212,.12);color: #67e8f9;border: 1px solid rgba(6,182,212,.35)}.v55-audience-card.b2c .v55-aud-eyebrow{background: rgba(236,72,153,.12);color: #f9a8d4;border: 1px solid rgba(236,72,153,.35)}.v55-aud-title{position: relative;z-index: 1;font-size: clamp(1.25rem,2.4vw,1.55rem);font-weight: 800;margin: 0 0 .35rem;letter-spacing: -.015em}.v55-aud-title small{display: block;font-size: .78rem;font-weight: 600;letter-spacing: .02em;color: var(--text-muted,#9ca3af);margin-top: .15rem}.v55-aud-desc{position: relative;z-index: 1;color: var(--text-secondary,#cbd5e1);line-height: 1.7;font-size: .93rem;margin-bottom: 1.2rem}.v55-aud-list{position: relative;z-index: 1;margin: 0 0 1.25rem;padding: 0;list-style: none;display: grid;gap: .45rem}.v55-aud-list li{font-size: .82rem;color: var(--text-secondary,#cbd5e1);display: flex;gap: .55rem;align-items: flex-start}.v55-aud-list li i{color: currentColor;opacity: .85;flex-shrink: 0;margin-top: .15rem}.v55-audience-card.b2b .v55-aud-list li i{color: #67e8f9}.v55-audience-card.b2c .v55-aud-list li i{color: #f9a8d4}.v55-aud-cta{position: relative;z-index: 1;display: inline-flex;align-items: center;gap: .45rem;align-self: flex-start;margin-top: auto;padding: .65rem 1.1rem;border-radius: 12px;font-size: .85rem;font-weight: 700;text-decoration: none;border: 1px solid rgba(255,255,255,.12);transition: background .25s ease,transform .25s ease}.v55-audience-card.b2b .v55-aud-cta{background: linear-gradient(90deg,rgba(6,182,212,.18),rgba(6,182,212,.08));color: #cffafe}.v55-audience-card.b2c .v55-aud-cta{background: linear-gradient(90deg,rgba(236,72,153,.18),rgba(236,72,153,.08));color: #fce7f3}.v55-aud-cta:hover{transform: translateX(2px)}.v55-aud-banner{margin: 1.25rem auto 0;max-width: 720px;text-align: center;font-size: .85rem;color: var(--text-muted,#9ca3af)}.v55-aud-banner strong{color: var(--text-primary,#f4f4f5);font-weight: 700}[data-theme="light"] .v55-audience-card{background: linear-gradient(180deg,#ffffff,#f8fafc);border-color: rgba(0,0,0,.06)}[data-theme="light"] .v55-aud-desc,[data-theme="light"] .v55-aud-list li{color: #475569}[data-theme="light"] .v55-audience-card.b2b .v55-aud-eyebrow{color: #0e7490}[data-theme="light"] .v55-audience-card.b2c .v55-aud-eyebrow{color: #be185d}.sh-portfolio-shot{display: block;aspect-ratio: 16 / 10;overflow: hidden;background: var(--bg-tertiary,var(--n-surface-2,#12121a))}.sh-portfolio-shot picture,.sh-portfolio-shot img{display: block;width: 100%;height: 100%}.sh-portfolio-shot img{object-fit: cover;object-position: top;transition: transform .4s ease}.sh-portfolio-shot:hover img{transform: scale(1.025)}@media (max-width: 767.98px){.sh-portfolio-shot.has-mobile{aspect-ratio: 4 / 5}.sh-portfolio-shot.has-mobile:hover img{transform: none}}

/*! sevinhub-page-heroes.css */
html.sh-portal-active,body.sh-portal-active{max-width: 100%;overflow-x: clip}body.sh-portal-active .sh-form-control,body.sh-portal-active select{max-width: 100%}.sh-page-hero.sh-portal-hero,.csg-hero.sh-portal-hero{--ph-accent: 139,92,246;--ph-secondary: 245,158,11;position: relative !important;isolation: isolate;display: flex;align-items: center;min-height: calc(100svh - 76px);padding: clamp(4rem,7vh,6.5rem) 0 clamp(4.5rem,8vh,7rem) !important;overflow: clip !important;border-top: 1px solid rgba(var(--ph-accent),.12);border-bottom: 1px solid rgba(var(--ph-accent),.24);background: radial-gradient(ellipse 52% 64% at 82% 48%,rgba(var(--ph-accent),.13),transparent 72%),radial-gradient(ellipse 42% 48% at 18% 25%,rgba(var(--ph-secondary),.055),transparent 74%),linear-gradient(145deg,#070b17 0%,#0b1020 50%,#080c18 100%) !important;color: #f8fafc}.sh-portal-hero::before{content: '';position: absolute;z-index: 0;inset: 0;pointer-events: none;background-image: linear-gradient(rgba(var(--ph-accent),.026) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--ph-accent),.026) 1px,transparent 1px);background-size: 72px 72px;-webkit-mask-image: linear-gradient(90deg,transparent,#000 28%,#000 88%,transparent);mask-image: linear-gradient(90deg,transparent,#000 28%,#000 88%,transparent)}.sh-portal-hero::after{content: '';position: absolute;z-index: 1;left: 0;right: 0;bottom: 0;height: 2px;background: linear-gradient(90deg,transparent 8%,rgba(var(--ph-accent),.8),rgba(var(--ph-secondary),.78),transparent 92%);opacity: .78}.sh-portal-hero>.v5-aurora-blob{display: none !important}.sh-portal-hero .sh-portal-layout{position: relative;z-index: 3;display: grid;grid-template-columns: minmax(0,.92fr) minmax(430px,1.08fr);align-items: center;gap: clamp(2.5rem,6vw,6.5rem);width: 100%;text-align: left !important}.sh-portal-copy{position: relative;z-index: 2;min-width: 0}.sh-portal-copy::before{content: attr(data-portal-index);display: block;margin-bottom: 1rem;color: rgba(var(--ph-accent),.78);font: 700 .64rem/1 'Inter',sans-serif;letter-spacing: .2em;text-transform: uppercase}.sh-portal-hero .sh-section-label,.sh-portal-hero .v5-kicker,.sh-portal-hero .csg-tag{margin-left: 0 !important;margin-right: 0 !important;margin-bottom: 1rem !important}.sh-portal-hero h1{max-width: 720px;margin: 0 0 1.25rem !important;color: #f8fafc !important;font-family: 'Sora','Inter',sans-serif !important;font-size: clamp(2.55rem,5vw,5.35rem) !important;font-weight: 800 !important;line-height: .98 !important;letter-spacing: -.045em !important;text-wrap: balance}.sh-portal-hero p{max-width: 680px !important;color: #b7c2d7 !important;font-family: 'Inter',sans-serif;font-size: clamp(.98rem,1.25vw,1.1rem) !important;line-height: 1.72 !important}.sh-portal-hero .sh-portal-copy>p:last-of-type{margin-bottom: 0}.sh-portal-stage{position: relative;z-index: 2;width: 100%;min-width: 0;height: clamp(390px,55vh,590px);overflow: hidden;border: 1px solid rgba(var(--ph-accent),.3);border-radius: 30px;background: linear-gradient(145deg,rgba(var(--ph-accent),.12),rgba(7,11,25,.86) 46%,rgba(var(--ph-secondary),.05)),#080d1c;box-shadow: inset 0 1px 0 rgba(255,255,255,.08),inset 0 -70px 110px rgba(0,0,0,.28),0 34px 90px rgba(0,0,0,.38),0 0 80px rgba(var(--ph-accent),.12);transform: perspective(1400px) rotateY(-3deg) rotateX(1deg);transform-origin: center right}.sh-portal-stage::before{content: '';position: absolute;z-index: 0;inset: 14px;border: 1px solid rgba(var(--ph-accent),.13);border-radius: 20px;background: linear-gradient(115deg,rgba(255,255,255,.045),transparent 25%,transparent 74%,rgba(var(--ph-secondary),.035));pointer-events: none}.sh-portal-stage::after{content: '';position: absolute;z-index: 3;left: 9%;right: 9%;bottom: -17px;height: 34px;border-radius: 50%;background: rgba(var(--ph-accent),.28);filter: blur(20px);pointer-events: none}.sh-portal-stage canvas{position: absolute;z-index: 1;inset: 0;display: block;width: 100%;height: 100%;filter: saturate(1.34) brightness(1.22) contrast(1.12) drop-shadow(0 0 14px rgba(var(--ph-accent),.16))}.sh-portal-coordinate{position: absolute;z-index: 4;top: 24px;right: 24px;display: flex;align-items: center;gap: 10px;color: rgba(var(--ph-accent),.8);font: 700 .6rem/1 'Inter',sans-serif;letter-spacing: .16em;text-transform: uppercase;pointer-events: none}.sh-portal-coordinate::before{content: '';width: 34px;height: 1px;background: currentColor;box-shadow: 0 0 9px currentColor}.sh-portal-hero[data-portal='marketplace']{--ph-accent: 245,158,11;--ph-secondary: 139,92,246}.sh-portal-hero[data-portal='services']{--ph-accent: 6,182,212;--ph-secondary: 245,158,11}.sh-portal-hero[data-portal='portfolio']{--ph-accent: 167,139,250;--ph-secondary: 6,182,212}.sh-portal-hero[data-portal='security']{--ph-accent: 239,68,68;--ph-secondary: 6,182,212}.sh-portal-hero[data-portal='open']{--ph-accent: 16,185,129;--ph-secondary: 245,158,11}.sh-portal-hero[data-portal='affiliate']{--ph-accent: 236,72,153;--ph-secondary: 245,158,11}.sh-portal-hero[data-portal='seller']{--ph-accent: 245,158,11;--ph-secondary: 16,185,129}.sh-portal-hero[data-portal='editorial']{--ph-accent: 6,182,212;--ph-secondary: 167,139,250}.sh-portal-hero[data-portal='journey']{--ph-accent: 245,158,11;--ph-secondary: 236,72,153}.sh-portal-hero[data-portal='contact']{--ph-accent: 6,182,212;--ph-secondary: 139,92,246}.sh-portal-hero[data-portal='support']{--ph-accent: 16,185,129;--ph-secondary: 6,182,212}.sh-portal-hero[data-portal='answers']{--ph-accent: 167,139,250;--ph-secondary: 245,158,11}.sh-portal-hero[data-portal='broadcast']{--ph-accent: 236,72,153;--ph-secondary: 6,182,212}.sh-portal-hero[data-portal='knowledge']{--ph-accent: 6,182,212;--ph-secondary: 16,185,129}.sh-portal-hero[data-portal='brief']{--ph-accent: 245,158,11;--ph-secondary: 6,182,212}.sh-portal-hero[data-portal='versions']{--ph-accent: 16,185,129;--ph-secondary: 167,139,250}.sh-portal-hero[data-portal='origin']{--ph-accent: 139,92,246;--ph-secondary: 245,158,11}.sh-portal-hero[data-portal='consulting']{--ph-accent: 245,158,11;--ph-secondary: 139,92,246}body.sh-calm-mode .sh-portal-stage canvas{opacity: .72;filter: saturate(.9)}[data-theme='light'] .sh-page-hero.sh-portal-hero,[data-theme='light'] .csg-hero.sh-portal-hero{color: #151324;background: radial-gradient(ellipse 52% 64% at 82% 48%,rgba(var(--ph-accent),.105),transparent 72%),radial-gradient(ellipse 42% 48% at 18% 25%,rgba(var(--ph-secondary),.07),transparent 74%),linear-gradient(145deg,#fbfaff 0%,#f4f2fb 52%,#fbf9ff 100%) !important}[data-theme='light'] .sh-portal-hero h1{color: #151324 !important}[data-theme='light'] .sh-portal-hero p{color: #514c67 !important}[data-theme='light'] .sh-portal-stage{background: linear-gradient(145deg,rgba(var(--ph-accent),.13),rgba(246,243,252,.92) 48%,rgba(var(--ph-secondary),.075)),#f5f2fb;box-shadow: inset 0 1px 0 #fff,inset 0 -70px 110px rgba(94,74,140,.06),0 30px 75px rgba(57,40,95,.16),0 0 70px rgba(var(--ph-accent),.08)}[data-theme='light'] .sh-portal-stage canvas{filter: saturate(1.15) brightness(.84) contrast(1.2)}@media (max-width: 991.98px){.sh-page-hero.sh-portal-hero,.csg-hero.sh-portal-hero{min-height: calc(100svh - 66px);padding: 3.25rem 0 5.5rem !important;align-items: flex-start}.sh-portal-hero .sh-portal-layout{grid-template-columns: minmax(0,1fr);gap: 2.2rem}.sh-portal-stage{height: clamp(270px,44vh,390px);border-radius: 23px;transform: perspective(1000px) rotateX(1.5deg);transform-origin: center}.sh-portal-hero h1{font-size: clamp(2.35rem,10vw,4.1rem) !important}}@media (max-width: 575.98px){.sh-page-hero.sh-portal-hero,.csg-hero.sh-portal-hero{padding: 2.75rem 0 5.25rem !important}.sh-portal-hero .sh-portal-layout{gap: 1.8rem}.sh-portal-copy::before{margin-bottom: .8rem}.sh-portal-hero h1{font-size: clamp(2.2rem,12vw,3.25rem) !important;line-height: 1.02 !important}.sh-portal-hero p{font-size: .96rem !important;line-height: 1.64 !important}.sh-portal-stage{height: 260px;border-radius: 20px}.sh-portal-stage::before{inset: 10px;border-radius: 14px}.sh-portal-coordinate{top: 17px;right: 16px;font-size: .52rem}.sh-portal-coordinate::before{width: 20px}.sh-portal-hero .v51-stat-strip{gap: .45rem}}@media (prefers-reduced-motion: reduce){.sh-portal-stage{transform: none}.sh-portal-stage canvas{opacity: .75;filter: saturate(.9)}}

/*! sevinhub-v7.css */
:root{--sh7-head: 'Sora','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--sh7-body: 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--sh7-r: 14px;--sh7-r-lg: 20px;--sh7-r-pill: 999px;--sh7-ease: cubic-bezier(.2,.8,.2,1);--sh7-fast: 160ms;--sh7-mid: 260ms;--sh7-ring: 0 0 0 3px rgba(139,92,246,.38);--sh7-gold: #F59E0B;--sh7-gold-l: #FBBF24;--sh7-purple: #8B5CF6;--sh7-purple-l: #A78BFA;--sh7-cyan: #22D3EE;--sh7-green: #10B981;--sh7-surface: #0f1220;--sh7-surface-2: #151a2c;--sh7-line: rgba(139,92,246,.16);--sh7-line-h: rgba(139,92,246,.42);--sh7-shadow: 0 10px 30px rgba(0,0,0,.45);--sh7-shadow-glow: 0 18px 48px rgba(139,92,246,.28);--sh7-dock-z: 9995}[data-theme="light"]{--sh7-surface: #ffffff;--sh7-surface-2: #f4f4fb;--sh7-line: rgba(124,58,237,.16);--sh7-line-h: rgba(124,58,237,.4);--sh7-shadow: 0 10px 30px rgba(30,20,70,.12);--sh7-shadow-glow: 0 18px 48px rgba(124,58,237,.18)}h1,h2,h3,.h1,.h2,.h3,.sh-auth-card .sh-brand,.sh-product-title,.sh-blog-title{font-family: var(--sh7-head);letter-spacing: -.025em;text-wrap: balance}main h1:not([class]),.sh-auth-card h1,.sh-card h2:not([class]){line-height: 1.12}p,li{text-wrap: pretty}body{font-family: var(--sh7-body)}.sh7-eyebrow{display: inline-flex;align-items: center;gap: .5rem;font: 600 .74rem/1 var(--sh7-body);letter-spacing: .14em;text-transform: uppercase;color: var(--sh7-gold)}.sh7-eyebrow::before{content: '';width: 18px;height: 2px;background: currentColor;border-radius: 2px}@keyframes sh7-page-in{from{opacity: 0;transform: translateY(6px)}to{opacity: 1;transform: none}}body>main,body>.container,body>.sh7-page,.sh-page-hero,.neon-home>.n-hero{animation: sh7-page-in var(--sh7-mid) var(--sh7-ease) both}@media (prefers-reduced-motion: reduce){body>main,body>.container,body>.sh7-page,.sh-page-hero,.neon-home>.n-hero{animation: none}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline: none;box-shadow: var(--sh7-ring)}.btn-sh-primary,.btn-sh-outline,.btn-sh-ghost,.btn-sh-danger,.n-btn{min-height: 48px;display: inline-flex;align-items: center;justify-content: center;gap: .5rem;border-radius: 12px;font-family: var(--sh7-body);font-weight: 700;letter-spacing: 0;text-transform: none;line-height: 1.1;padding: .8rem 1.35rem;transition: transform var(--sh7-fast) var(--sh7-ease),box-shadow var(--sh7-mid) var(--sh7-ease),background var(--sh7-fast),border-color var(--sh7-fast),color var(--sh7-fast);-webkit-tap-highlight-color: transparent}.btn-sh-primary:active,.btn-sh-outline:active,.btn-sh-ghost:active,.n-btn:active{transform: scale(.975)}.btn-sh-primary:hover{transform: translateY(-1px)}.btn-sh-primary{background: linear-gradient(135deg,var(--sh7-gold-l),var(--sh7-gold));color: #1a1206 !important;border: 0;box-shadow: 0 8px 24px rgba(245,158,11,.28)}.btn-sh-primary:hover{box-shadow: 0 12px 30px rgba(245,158,11,.38);color: #1a1206 !important}.btn-sh-outline{border: 1px solid var(--sh7-line-h);color: var(--sh7-purple-l);background: rgba(139,92,246,.06)}.btn-sh-outline:hover{background: rgba(139,92,246,.14);color: #fff;transform: none}.btn-sh-ghost{min-height: 44px;padding: .65rem 1.05rem}.btn-sh-sm{min-height: 40px;padding: .5rem .9rem;font-size: .86rem;border-radius: 10px}.btn-sh-block{width: 100%}.form-control,.form-select,.sh-form-control,.sh-input,input[type="text"],input[type="email"],input[type="password"],input[type="search"],input[type="number"],input[type="url"],input[type="tel"],textarea,select{font-family: var(--sh7-body)}.form-control,.form-select,.sh-form-control,.sh-input{min-height: 48px;padding: .7rem .95rem;border-radius: 12px;background: rgba(255,255,255,.04);border: 1px solid rgba(255,255,255,.1);color: var(--text-primary,#f0f0f8);transition: border-color var(--sh7-fast),box-shadow var(--sh7-fast),background var(--sh7-fast);font-size: 16px}textarea.form-control,textarea.sh-form-control{min-height: 120px}.form-control:focus,.form-select:focus,.sh-form-control:focus,.sh-input:focus{background: rgba(139,92,246,.06);border-color: var(--sh7-purple);box-shadow: var(--sh7-ring);color: var(--text-primary,#f0f0f8);outline: none}.form-control::placeholder,.sh-form-control::placeholder{color: rgba(153,153,187,.7)}[data-theme="light"] .form-control,[data-theme="light"] .form-select,[data-theme="light"] .sh-form-control,[data-theme="light"] .sh-input{background: #fff;border-color: rgba(30,20,70,.14);color: #14122a}.form-label,label.sh-label{font-size: .84rem;font-weight: 600;color: var(--text-secondary,#9999bb);margin-bottom: .4rem;letter-spacing: .01em}.form-check-input{width: 1.15em;height: 1.15em;margin-top: .2em}.form-check-input:checked{background-color: var(--sh7-purple);border-color: var(--sh7-purple)}.sh7-field{margin-bottom: 1rem}.sh7-field .sh7-hint{font-size: .78rem;color: var(--text-muted);margin-top: .35rem}.sh7-input-icon{position: relative}.sh7-input-icon>i{position: absolute;left: .95rem;top: 50%;transform: translateY(-50%);color: var(--text-muted);pointer-events: none}.sh7-input-icon>.form-control,.sh7-input-icon>.sh-form-control{padding-left: 2.6rem !important}.sh-card{border-radius: var(--sh7-r);border: 1px solid var(--sh7-line);transition: border-color var(--sh7-mid) var(--sh7-ease),box-shadow var(--sh7-mid) var(--sh7-ease),transform var(--sh7-mid) var(--sh7-ease)}.sh-card:hover{border-color: var(--sh7-line-h)}.sh-product-card{border-radius: var(--sh7-r-lg);border: 1px solid var(--sh7-line);background: linear-gradient(180deg,var(--sh7-surface-2),var(--sh7-surface));transition: transform var(--sh7-mid) var(--sh7-ease),box-shadow var(--sh7-mid) var(--sh7-ease),border-color var(--sh7-mid)}.sh-product-card:hover{transform: translateY(-4px);border-color: var(--sh7-line-h);box-shadow: var(--sh7-shadow-glow)}@media (hover: none){.sh-product-card:hover{transform: none}}.sh-product-thumb{aspect-ratio: 16 / 10;background: #070712;background-image: linear-gradient(110deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.05) 50%,rgba(255,255,255,0) 70%);background-size: 200% 100%;animation: sh7-shimmer 1.6s linear infinite}.sh-product-thumb.is-loaded,.sh-product-thumb:has(img.is-loaded){animation: none;background-image: none}@keyframes sh7-shimmer{from{background-position: 200% 0}to{background-position: -200% 0}}.sh-product-thumb>img{width: 100%;height: 100%;object-fit: contain;display: block;opacity: 0;transition: opacity var(--sh7-mid) var(--sh7-ease)}.sh-product-thumb>img.is-loaded,.sh-product-thumb>img[loading="eager"]{opacity: 1}.sh-product-thumb::after{content: '';position: absolute;inset: auto 0 0 0;height: 34%;background: linear-gradient(180deg,rgba(7,7,18,0),rgba(7,7,18,.55));pointer-events: none}.sh-product-icon{bottom: auto;top: .7rem;left: .7rem;width: 38px;height: 38px;border-radius: 10px;border: 1px solid rgba(255,255,255,.14);box-shadow: 0 4px 14px rgba(0,0,0,.45);z-index: 2}.sh-product-badges{top: auto;right: auto;left: .7rem;bottom: .7rem;flex-direction: row;align-items: center;gap: .35rem;z-index: 2}.sh-product-badges .sh-badge{display: none;backdrop-filter: blur(6px);-webkit-backdrop-filter: blur(6px)}.sh-product-badges .sh-badge:first-child{display: inline-flex}.sh-badge{border-radius: var(--sh7-r-pill);font-weight: 700;font-size: .68rem;letter-spacing: .08em;text-transform: uppercase;padding: .32rem .62rem}.sh-product-body{padding: 1rem 1.05rem 1.05rem;display: flex;flex-direction: column;gap: .35rem;flex: 1}.sh-product-category{font-size: .7rem;letter-spacing: .12em;text-transform: uppercase;color: var(--sh7-purple-l);font-weight: 700}.sh-product-title{font-size: 1.02rem;font-weight: 700;line-height: 1.3;margin: 0;color: var(--text-primary,#f0f0f8)}.sh-product-desc{font-size: .84rem;color: var(--text-secondary,#9999bb);line-height: 1.55;margin: 0}.sh-product-footer{margin-top: auto;padding-top: .8rem;display: flex;align-items: center;justify-content: space-between;gap: .6rem}.sh-product-price{font-family: var(--sh7-head);font-weight: 800;font-size: 1.15rem;color: var(--text-primary,#f0f0f8)}.sh-product-price .orig-price{font-size: .8rem;font-weight: 500;color: var(--text-muted);text-decoration: line-through;margin-left: .35rem}.sh-product-price .badge-free{background: rgba(16,185,129,.16);color: var(--sh7-green);border-radius: var(--sh7-r-pill);padding: .3rem .7rem;font-size: .78rem;letter-spacing: .06em}.sh7-card-cta{display: inline-flex;align-items: center;gap: .35rem;min-height: 40px;padding: 0 .95rem;border-radius: var(--sh7-r-pill);font-size: .82rem;font-weight: 700;color: var(--sh7-purple-l);background: rgba(139,92,246,.1);border: 1px solid var(--sh7-line);transition: background var(--sh7-fast),color var(--sh7-fast),gap var(--sh7-fast);white-space: nowrap}.sh-product-card:hover .sh7-card-cta{background: var(--sh7-purple);color: #fff;gap: .55rem}.sh7-card-cta i{font-size: .95rem}.sh-blog-card{border-radius: var(--sh7-r-lg);border: 1px solid var(--sh7-line);transition: transform var(--sh7-mid) var(--sh7-ease),box-shadow var(--sh7-mid) var(--sh7-ease),border-color var(--sh7-mid)}.sh-blog-card:hover{transform: translateY(-4px);border-color: var(--sh7-line-h);box-shadow: var(--sh7-shadow-glow)}.sh-blog-thumb{aspect-ratio: 16 / 9;overflow: hidden;background: #070712}.sh-blog-thumb img{width: 100%;height: 100%;object-fit: cover;display: block}.sh7-trust{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: .55rem;margin: 1rem 0 0;padding: 0;list-style: none}.sh7-trust li{display: flex;align-items: center;gap: .55rem;font-size: .78rem;line-height: 1.3;color: var(--text-secondary,#9999bb);padding: .6rem .7rem;border-radius: 10px;background: rgba(139,92,246,.06);border: 1px solid var(--sh7-line)}.sh7-trust li i{font-size: 1rem;color: var(--sh7-green);flex: none}.sh7-trust li strong{color: var(--text-primary,#f0f0f8);font-weight: 600}.sh7-trust.is-row{grid-template-columns: repeat(auto-fit,minmax(150px,1fr))}@media (max-width: 380px){.sh7-trust{grid-template-columns: 1fr}}.sh7-buybar{position: fixed;left: 0;right: 0;bottom: 0;z-index: 9993;display: flex;align-items: center;justify-content: space-between;gap: .75rem;padding: .6rem max(.85rem,env(safe-area-inset-left)) calc(.6rem + env(safe-area-inset-bottom,0px)) max(.85rem,env(safe-area-inset-right));background: rgba(10,10,22,.92);backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);border-top: 1px solid var(--sh7-line-h);box-shadow: 0 -10px 30px rgba(0,0,0,.45);transform: translateY(110%);transition: transform var(--sh7-mid) var(--sh7-ease)}.sh7-buybar.is-visible{transform: none}.sh7-buybar .sh7-buybar-info{min-width: 0;display: flex;flex-direction: column}.sh7-buybar .sh7-buybar-title{font-size: .78rem;color: var(--text-secondary);white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.sh7-buybar .sh7-buybar-price{font-family: var(--sh7-head);font-weight: 800;font-size: 1.05rem;color: var(--text-primary,#f0f0f8)}.sh7-buybar .btn-sh-primary{min-height: 46px;padding: .6rem 1.15rem;flex: none}@media (min-width: 992px){.sh7-buybar{display: none}}body.sh7-has-buybar{padding-bottom: 76px}[data-theme="light"] .sh7-buybar{background: rgba(255,255,255,.94)}#sh7-dock{position: fixed;right: max(.9rem,env(safe-area-inset-right));bottom: calc(1rem + env(safe-area-inset-bottom,0px));z-index: var(--sh7-dock-z);font-family: var(--sh7-body)}#sh7-dock-toggle{width: 56px;height: 56px;border-radius: 50%;border: 1px solid rgba(255,255,255,.18);cursor: pointer;background: linear-gradient(135deg,var(--sh7-purple),#6d5dfc);color: #fff;font-size: 1.35rem;display: flex;align-items: center;justify-content: center;position: relative;box-shadow: 0 10px 30px rgba(139,92,246,.45);transition: transform var(--sh7-fast) var(--sh7-ease),box-shadow var(--sh7-mid)}#sh7-dock-toggle:hover{box-shadow: 0 14px 36px rgba(139,92,246,.6)}#sh7-dock-toggle:active{transform: scale(.94)}#sh7-dock-toggle .sh7-dock-x,#sh7-dock-toggle .sh7-dock-i{position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;transition: opacity var(--sh7-fast),transform var(--sh7-mid) var(--sh7-ease)}#sh7-dock-toggle .sh7-dock-x{opacity: 0;transform: rotate(-90deg) scale(.6)}#sh7-dock.is-open #sh7-dock-toggle .sh7-dock-x{opacity: 1;transform: none}#sh7-dock.is-open #sh7-dock-toggle .sh7-dock-i{opacity: 0;transform: rotate(90deg) scale(.6)}#sh7-dock-toggle .sh7-dock-pulse{position: absolute;top: 4px;right: 4px;width: 10px;height: 10px;border-radius: 50%;background: var(--sh7-green);box-shadow: 0 0 0 2px #0a0a16;animation: sh7-pulse 1.8s ease-in-out infinite}@keyframes sh7-pulse{0%,100%{box-shadow: 0 0 0 2px #0a0a16,0 0 0 0 rgba(16,185,129,.6)}50%{box-shadow: 0 0 0 2px #0a0a16,0 0 0 7px rgba(16,185,129,0)}}#sh7-dock-menu{position: absolute;right: 0;bottom: 68px;min-width: 232px;padding: .45rem;background: rgba(12,12,26,.96);border: 1px solid var(--sh7-line-h);border-radius: 16px;box-shadow: 0 20px 50px rgba(0,0,0,.6);backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);transform-origin: bottom right;transform: scale(.85) translateY(10px);opacity: 0;pointer-events: none;transition: transform var(--sh7-mid) var(--sh7-ease),opacity var(--sh7-fast)}#sh7-dock.is-open #sh7-dock-menu{transform: none;opacity: 1;pointer-events: auto}#sh7-dock-menu button,#sh7-dock-menu a{display: flex;align-items: center;gap: .7rem;width: 100%;min-height: 46px;padding: .5rem .75rem;background: none;border: 0;border-radius: 11px;color: #f0f0f8;text-decoration: none;font-size: .9rem;font-weight: 600;cursor: pointer;text-align: left;transition: background var(--sh7-fast)}#sh7-dock-menu button:hover,#sh7-dock-menu a:hover,#sh7-dock-menu button:focus-visible,#sh7-dock-menu a:focus-visible{background: rgba(139,92,246,.16)}#sh7-dock-menu .sh7-dock-ic{width: 34px;height: 34px;border-radius: 10px;display: inline-flex;align-items: center;justify-content: center;font-size: 1rem;flex: none;background: rgba(255,255,255,.06)}#sh7-dock-menu .sh7-dock-ic.gold{color: var(--sh7-gold)}#sh7-dock-menu .sh7-dock-ic.cyan{color: var(--sh7-cyan)}#sh7-dock-menu .sh7-dock-ic.green{color: var(--sh7-green)}#sh7-dock-menu .sh7-dock-ic.purple{color: var(--sh7-purple-l)}#sh7-dock-menu small{display: block;font-weight: 400;font-size: .72rem;color: #9999bb}#sh7-dock-menu hr{margin: .35rem .4rem;border: 0;border-top: 1px solid rgba(255,255,255,.08)}#sh7-dock-menu [hidden]{display: none !important}[data-theme="light"] #sh7-dock-menu{background: rgba(255,255,255,.97)}[data-theme="light"] #sh7-dock-menu button,[data-theme="light"] #sh7-dock-menu a{color: #14122a}[data-theme="light"] #sh7-dock-menu .sh7-dock-ic{background: rgba(124,58,237,.08)}[data-theme="light"] #sh7-dock-menu small{color: #6b6b8a}body.sh7-dock-on #sh-sevinos-fab,body.sh7-dock-on #sh-bleradar-fab,body.sh7-dock-on #sh-qc-toggle,body.sh7-dock-on #sh-back-top,body.sh7-dock-on .v51-sound-toggle,body.sh7-dock-on .sh-tts-launcher,body.sh7-dock-on #sh-mini-controls,body.sh7-dock-on .sh-calm-toggle,body.sh7-dock-on #sh-sp-popup{display: none !important}body.sh7-dock-on #sh-qc{bottom: calc(1rem + env(safe-area-inset-bottom,0px));right: max(.9rem,env(safe-area-inset-right))}body.sh7-dock-on #sh-qc-panel{bottom: 68px}body.sh7-dock-on.sh7-has-buybar #sh7-dock{bottom: calc(84px + env(safe-area-inset-bottom,0px))}body.sh7-dock-on.sh7-has-buybar #sh-qc{bottom: calc(84px + env(safe-area-inset-bottom,0px))}body.sh-menu-open #sh7-dock{display: none}body.sh7-dock-on .sh-world-nav{right: auto}@media (max-width: 640px){body.sh7-dock-on .sh-world-nav{max-width: calc(100vw - 140px);left: 50%;right: auto;transform: translateX(-50%);overflow-x: auto}}.sh-navbar{transition: background var(--sh7-mid),box-shadow var(--sh7-mid)}.sh-navbar.is-scrolled{background: rgba(8,8,15,.97);box-shadow: 0 8px 30px rgba(0,0,0,.35)}[data-theme="light"] .sh-navbar.is-scrolled{background: rgba(255,255,255,.96)}.sh-navbar .navbar-toggler{min-width: 46px;min-height: 46px;border-radius: 12px}.sh-navbar .nav-link{min-height: 46px;display: flex;align-items: center;font-weight: 600}.sh-brand-badge{font-family: var(--sh7-body)}#sh-announcement-bar{position: relative;z-index: 999}#sh-announcement-bar>div>span{font-weight: 500}.sh-footer-links a{display: inline-block;padding: .3rem 0;min-height: 34px}.sh7-legal-card{display: grid;grid-template-columns: auto 1fr;gap: .9rem;align-items: start;margin: 2.25rem 0 0;padding: 1.05rem 1.15rem;border-radius: var(--sh7-r);background: rgba(139,92,246,.06);border: 1px solid var(--sh7-line)}.sh7-legal-card .sh7-legal-ic{width: 42px;height: 42px;border-radius: 12px;display: flex;align-items: center;justify-content: center;background: rgba(16,185,129,.14);color: var(--sh7-green);font-size: 1.2rem}.sh7-legal-card strong{display: block;font-family: var(--sh7-head);font-size: .95rem;margin-bottom: .2rem;color: var(--text-primary,#f0f0f8)}.sh7-legal-card p{margin: 0;font-size: .8rem;line-height: 1.6;color: var(--text-secondary,#9999bb)}.sh7-legal-card p a{color: var(--sh7-purple-l)}.sh7-legal-meta{display: flex;flex-wrap: wrap;gap: .35rem .9rem;margin-top: .45rem;font-size: .76rem;color: var(--text-muted)}.sh7-legal-meta span{display: inline-flex;align-items: center;gap: .35rem}.sh7-legal-meta i{color: var(--sh7-purple-l)}.sh-footer-bottom .sh-legal-id{display: none}@media (max-width: 480px){.sh7-legal-card{grid-template-columns: 1fr}.sh7-legal-card .sh7-legal-ic{display: none}}.sh-product-gallery{border-radius: var(--sh7-r-lg);overflow: hidden;border: 1px solid var(--sh7-line);background: #070712}.sh-product-gallery .main-img{width: 100%;height: auto;aspect-ratio: 16 / 10;object-fit: contain;display: block}.sh-product-thumbs img{border-radius: 10px;width: 72px;height: 56px;object-fit: cover}.sh-product-sidebar{border-radius: var(--sh7-r-lg);border: 1px solid var(--sh7-line)}.sh7-price-block{display: flex;align-items: baseline;gap: .6rem;flex-wrap: wrap;margin-bottom: .9rem}.sh7-price-block .sh7-price{font-family: var(--sh7-head);font-size: 2rem;font-weight: 800;color: var(--text-primary,#f0f0f8);line-height: 1}.sh7-price-block .sh7-price-old{font-size: 1rem;color: var(--text-muted);text-decoration: line-through}.sh7-price-block .sh7-price-note{font-size: .78rem;color: var(--text-secondary);width: 100%}.sh-tabs .nav-link{min-height: 44px}.sh-auth-card{border-radius: var(--sh7-r-lg);border: 1px solid var(--sh7-line);padding: clamp(1.4rem,4vw,2.4rem);box-shadow: var(--sh7-shadow)}.sh7-auth-brand{display: flex;align-items: center;justify-content: center;gap: .55rem;font-family: var(--sh7-head);font-weight: 800;font-size: 1.35rem;letter-spacing: -.03em;margin-bottom: .35rem}.sh7-auth-brand svg{width: 32px;height: 32px}.sh7-divider{display: flex;align-items: center;gap: .8rem;margin: 1.1rem 0;color: var(--text-muted);font-size: .76rem;letter-spacing: .08em;text-transform: uppercase}.sh7-divider::before,.sh7-divider::after{content: '';flex: 1;height: 1px;background: var(--sh7-line)}.sh7-checkout-steps{display: flex;gap: .4rem;align-items: center;margin-bottom: 1.25rem;font-size: .76rem;color: var(--text-muted);flex-wrap: wrap}.sh7-checkout-steps span{display: inline-flex;align-items: center;gap: .35rem}.sh7-checkout-steps span.is-active{color: var(--sh7-gold);font-weight: 700}.sh7-checkout-steps span.is-done{color: var(--sh7-green)}.sh7-checkout-steps i.bi-chevron-right{font-size: .6rem;opacity: .6}.sh7-seller-id{display: flex;gap: .7rem;align-items: flex-start;margin-top: 1rem;padding: .85rem .95rem;border-radius: 12px;background: rgba(16,185,129,.06);border: 1px solid rgba(16,185,129,.2);font-size: .78rem;line-height: 1.55;color: var(--text-secondary)}.sh7-seller-id i{color: var(--sh7-green);font-size: 1rem;margin-top: .1rem}.sh7-seller-id strong{color: var(--text-primary,#f0f0f8)}.sh-ticket-row{min-height: 56px}.table>:not(caption)>*>*{padding: .7rem .75rem}.sh7-reveal{opacity: 0;transform: translateY(16px);transition: opacity 480ms var(--sh7-ease),transform 560ms var(--sh7-ease)}.sh7-reveal.is-in{opacity: 1;transform: none}.sh7-reveal[data-d="1"]{transition-delay: 60ms}.sh7-reveal[data-d="2"]{transition-delay: 120ms}.sh7-reveal[data-d="3"]{transition-delay: 180ms}.sh7-reveal[data-d="4"]{transition-delay: 240ms}@media (prefers-reduced-motion: reduce){.sh7-reveal{opacity: 1;transform: none;transition: none}}@media (max-width: 767.98px){.neon-home .n-sec{padding: 3.25rem 0}.neon-home .n-sec-head{margin-bottom: 1.6rem}.neon-home .n-hero-status{display: flex;flex-wrap: wrap;gap: .3rem .5rem;font-size: .78rem;line-height: 1.35;padding: .5rem .8rem;width: fit-content;max-width: 100%}.neon-home .n-hero-status strong{white-space: nowrap}}.neon-home .n-hero-status a{border-bottom: 0 !important}.neon-home .n-hero-status a strong{border-bottom: 1px dashed currentColor}.neon-home #sh-announcement-bar,body.sh7-fixed-nav #sh-announcement-bar{margin-top: 0}.sh7-skip{position: absolute;left: -999px;top: 8px;z-index: 10000;padding: .6rem .9rem;background: var(--sh7-purple);color: #fff;border-radius: 10px;font-weight: 700}.sh7-skip:focus{left: 8px}#sh7-toast{position: fixed;left: 50%;bottom: calc(88px + env(safe-area-inset-bottom,0px));transform: translateX(-50%) translateY(20px);z-index: 10001;padding: .65rem 1rem;border-radius: 12px;background: rgba(12,12,26,.96);color: #f0f0f8;border: 1px solid var(--sh7-line-h);font-size: .86rem;font-weight: 600;opacity: 0;pointer-events: none;transition: opacity var(--sh7-fast),transform var(--sh7-mid) var(--sh7-ease);max-width: min(92vw,420px);text-align: center}#sh7-toast.is-on{opacity: 1;transform: translateX(-50%)}[data-theme="light"] .sh-product-card{background: #fff}[data-theme="light"] .sh-product-thumb::after{background: linear-gradient(180deg,rgba(255,255,255,0),rgba(20,18,42,.25))}[data-theme="light"] .sh7-trust li{background: rgba(124,58,237,.05)}[data-theme="light"] #sh7-toast{background: #fff;color: #14122a}.neon-home .n-sec.sh-world:not(#world-home):not(#world-trust),.sh-footer{content-visibility: auto;contain-intrinsic-size: auto 900px}.sh-footer{contain-intrinsic-size: auto 1400px}[data-theme="light"] .sh-impact-partner{background: linear-gradient(105deg,#ecfdf5,#f4f4fb 55%),#ffffff;border-color: rgba(5,150,105,.28)}[data-theme="light"] .sh-impact-partner::before{background-image: linear-gradient(90deg,rgba(5,150,105,.10) 1px,transparent 1px)}[data-theme="light"] .sh-impact-copy h2{color: #14122a}[data-theme="light"] .sh-impact-copy p{color: #4b5563}[data-theme="light"] .sh-impact-kicker{color: #047857}[data-theme="light"] .sh-impact-links a{color: #047857}[data-theme="light"] .sh-impact-links a:last-child{color: #4b5563}[data-theme="light"] .sh-impact-badge-label{color: #6b7280}[data-theme="light"] .sh7-buybar .sh7-buybar-price{color: #14122a}[data-theme="light"] .sh7-buybar .sh7-buybar-title{color: #55557a}[data-theme="light"] .sh7-legal-card{background: rgba(124,58,237,.05)}[data-theme="light"] .sh7-legal-card strong{color: #14122a}[data-theme="light"] .sh7-seller-id strong,[data-theme="light"] .sh7-trust li strong{color: #14122a}[data-theme="light"] .sh7-card-cta{background: rgba(124,58,237,.08);color: #6d28d9}
