*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#000;color:#fff;overflow-x:hidden;line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}::selection{background:#ffffff26;color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;gap:8px;position:relative;overflow:hidden}.btn-sm{padding:10px 22px;font-size:.875rem}.btn-lg{padding:16px 36px;font-size:.95rem;letter-spacing:.3px}.btn-primary{background:#fff;color:#000}.btn-primary:hover{background:#e8e8e8;transform:translateY(-2px);box-shadow:0 12px 40px #ffffff1f}.btn-login{background:#5865f2;color:#fff}.btn-login:hover{background:#4752c4;transform:translateY(-2px);box-shadow:0 12px 40px #5865f240}.btn-icon{width:18px;height:18px;flex-shrink:0}.btn-outline{background:#ffffff08;color:#fff;border:1.5px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-outline:hover{border-color:#fff6;background:#ffffff14;transform:translateY(-2px)}.cart-btn{position:relative;background:none;border:none;cursor:pointer;padding:8px;border-radius:10px;transition:background .2s}.cart-btn svg{width:22px;height:22px;color:#ffffffb3}.cart-btn:hover{background:#ffffff14}.cart-btn:hover svg{color:#fff}.cart-count{position:absolute;top:2px;right:0;min-width:18px;height:18px;border-radius:50%;background:#fff;color:#000;font-size:.65rem;font-weight:800;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:transform .2s}.cart-count.bump{animation:cartBump .3s ease}@keyframes cartBump{50%{transform:scale(1.4)}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-sidebar{position:fixed;top:0;right:-420px;bottom:0;width:400px;max-width:90vw;background:#0a0a0a;border-left:1px solid rgba(255,255,255,.08);z-index:201;display:flex;flex-direction:column;transition:right .35s cubic-bezier(.4,0,.2,1)}.cart-sidebar.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.cart-header h3{font-size:1.1rem;font-weight:800}.cart-close{background:none;border:none;color:#ffffff80;font-size:1.6rem;cursor:pointer;padding:4px 8px;line-height:1;transition:color .2s}.cart-close:hover{color:#fff}.cart-items{flex:1;overflow-y:auto;padding:20px 24px}.cart-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.04);align-items:center}.cart-item-img{width:56px;height:56px;border-radius:10px;background:#ffffff0a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-item-img svg{width:24px;height:24px;color:#ffffff26}.cart-item-info{flex:1;min-width:0}.cart-item-info h4{font-size:.9rem;font-weight:600;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-info .cart-item-cat{font-size:.72rem;color:#ffffff59;text-transform:uppercase;letter-spacing:.5px}.cart-item-price{font-size:1rem;font-weight:700;white-space:nowrap;margin-right:4px}.cart-item-remove{background:none;border:none;color:#ffffff40;font-size:1.2rem;cursor:pointer;padding:4px 6px;line-height:1;transition:color .2s}.cart-item-remove:hover{color:#ef4444}.cart-footer{padding:20px 24px;border-top:1px solid rgba(255,255,255,.08)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:1.1rem;font-weight:700}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 24px;transition:all .4s cubic-bezier(.4,0,.2,1);border-bottom:1px solid transparent}.navbar.scrolled{background:#050505cc;-webkit-backdrop-filter:blur(24px) saturate(1.2);backdrop-filter:blur(24px) saturate(1.2);border-color:#ffffff0f}.nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}.nav-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.1rem}.logo-img{width:38px;height:38px;border-radius:10px;object-fit:contain;filter:invert(1)}.logo-text{letter-spacing:1.5px;font-size:1rem}.nav-links{display:flex;gap:32px}.nav-links a{font-size:.9rem;font-weight:500;color:#ffffffa6;transition:color .2s}.nav-links a:hover{color:#fff}.nav-actions{display:flex;align-items:center;gap:16px}.mobile-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px}.mobile-toggle span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:.3s}.mobile-menu{display:none;flex-direction:column;gap:16px;padding:24px;background:#000000f2;border-top:1px solid rgba(255,255,255,.08)}.mobile-menu a{font-size:1rem;color:#ffffffb3}@media (max-width: 768px){.nav-links,.nav-actions .btn{display:none}.mobile-toggle,.mobile-menu.open{display:flex}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 24px 80px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:none}.noise-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.03'/%3E%3C/svg%3E");opacity:.4;pointer-events:none}.glow{position:absolute;border-radius:50%;filter:blur(140px);opacity:.02}.glow-1{width:700px;height:700px;background:#fff;top:-250px;left:50%;transform:translate(-50%)}.glow-2{width:500px;height:500px;background:#888;bottom:-150px;right:-150px}.glow-3{width:600px;height:600px;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.04}.hero-container{position:relative;z-index:1;text-align:center;max-width:800px}.hero-container:after{content:"";display:block;width:88px;height:1px;margin:28px auto 0;background:#ffffff0f}.hero-logo-wrap{margin:0 auto 32px;width:120px;height:120px;position:relative;animation:heroFloat 6s ease-in-out infinite}.hero-logo-wrap:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%)}.hero-logo{width:120px;height:120px;object-fit:contain;filter:invert(1) drop-shadow(0 0 40px rgba(255,255,255,.15));position:relative;z-index:1}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-badge{display:inline-block;padding:8px 20px;border-radius:100px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);font-size:.75rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#fff9;margin-bottom:28px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:900;line-height:1.05;margin-bottom:24px;letter-spacing:-1px}.highlight{color:#fff6}.hero-subtitle{font-size:1.1rem;color:#ffffff73;max-width:520px;margin:0 auto 40px;line-height:1.8}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:72px}.stats-row{display:flex;justify-content:center;gap:56px;flex-wrap:wrap;padding:40px 0 0;border-top:1px solid rgba(255,255,255,.05)}.stat{text-align:center}.stat-number{font-size:2.4rem;font-weight:800;letter-spacing:-1px}.stat-plus,.stat-percent,.stat-slash{font-size:1.4rem;font-weight:700;color:#ffffff59}.stat-label{display:block;font-size:.75rem;color:#ffffff4d;margin-top:6px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.features{padding:140px 0;position:relative}.features:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent)}.section-badge{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ffffff59;margin-bottom:16px}.section-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;margin-bottom:16px;letter-spacing:-.5px}.section-subtitle{font-size:1rem;color:#fff6;max-width:520px;margin:0 auto 64px;line-height:1.7}.features .container{text-align:center}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:left}@media (max-width: 900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.features-grid{grid-template-columns:1fr}}.feature-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:36px;transition:transform .3s,border-color .3s,background .3s,box-shadow .3s;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .3s}.feature-card:hover{transform:translateY(-6px);border-color:#ffffff1f;background:#ffffff0a;box-shadow:0 20px 60px #0006}.feature-card:hover:before{opacity:1}.feature-icon{width:52px;height:52px;border-radius:14px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;margin-bottom:22px;border:1px solid rgba(255,255,255,.06)}.feature-icon svg{width:24px;height:24px;color:#fffc}.feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:10px}.feature-card p{font-size:.88rem;color:#fff6;line-height:1.7}.cta-section{position:relative;padding:140px 0;text-align:center;overflow:hidden;border-top:1px solid rgba(255,255,255,.04)}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cta-container{position:relative;z-index:1}.cta-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:900;margin-bottom:20px;letter-spacing:-.5px}.cta-subtitle{font-size:1.05rem;color:#fff6;max-width:480px;margin:0 auto 40px;line-height:1.7}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.footer{padding:80px 0 40px;border-top:1px solid rgba(255,255,255,.05);background:#0000004d}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr}}.footer-desc{font-size:.9rem;color:#ffffff73;margin:16px 0 8px;line-height:1.7}.footer-tagline{font-size:.85rem;color:#ffffff4d;font-style:italic;margin-bottom:20px}.footer-socials{display:flex;gap:12px}.footer-socials a{width:40px;height:40px;border-radius:10px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;transition:background .25s}.footer-socials a:hover{background:#ffffff24}.footer-socials svg{width:20px;height:20px}.footer-col h4{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;color:#fffc}.footer-col a{display:block;font-size:.9rem;color:#fff6;margin-bottom:12px;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-top:32px;border-top:1px solid rgba(255,255,255,.06);font-size:.8rem;color:#ffffff4d}.heart{color:#fff;font-size:1rem}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.fade-up.visible{opacity:1;transform:translateY(0)}body{animation:pageIn .6s ease}@keyframes pageIn{0%{opacity:0}to{opacity:1}}.page-header{position:relative;padding:160px 0 80px;text-align:center;overflow:hidden}.page-header-content{position:relative;z-index:1}.nav-links a.active{color:#fff}.filter-bar{display:flex;gap:12px;justify-content:center;margin-bottom:48px;flex-wrap:wrap}.filter-btn{padding:10px 24px;border-radius:100px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffff80;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .25s}.filter-btn:hover{border-color:#fff3;color:#fffc}.filter-btn.active{background:#fff;color:#000;border-color:#fff}.products-section{padding:80px 0 120px}.home-overview-section{padding-top:24px;padding-bottom:24px}.home-hero-buttons{margin-bottom:32px}.home-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:26px 20px;text-align:center;transition:transform .25s,border-color .25s,background .25s}.home-stat-card:hover{transform:translateY(-3px);border-color:#ffffff24;background:#ffffff0d}.home-stat-number{display:block;font-size:1.8rem;font-weight:800;line-height:1.1}.home-stat-label{display:block;margin-top:8px;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:#ffffff75}@media (max-width: 900px){.home-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.home-stats-grid{grid-template-columns:1fr}}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media (max-width: 900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.products-grid{grid-template-columns:1fr}}.product-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;overflow:hidden;transition:transform .3s,border-color .3s,background .3s}.product-card:hover{transform:translateY(-4px);border-color:#ffffff26;background:#ffffff0d}.product-card.hidden{display:none}.product-image{position:relative;height:200px;background:#ffffff05;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.06)}.product-placeholder svg{width:56px;height:56px;color:#ffffff26}.product-badge{position:absolute;top:12px;right:12px;padding:5px 14px;border-radius:100px;background:#fff;color:#000;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.product-info{padding:24px}.product-info h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}.product-info p{font-size:.85rem;color:#ffffff73;line-height:1.6;margin-bottom:20px}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-size:1.3rem;font-weight:800}.team-section{padding:80px 0 60px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media (max-width: 900px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.team-grid{grid-template-columns:1fr}}.team-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:40px 28px;text-align:center;transition:transform .3s,border-color .3s,background .3s}.team-card:hover{transform:translateY(-4px);border-color:#ffffff26;background:#ffffff0d}.team-avatar{width:80px;height:80px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.avatar-initials{font-size:1.6rem;font-weight:800;color:#fff}.team-card h3{font-size:1.15rem;font-weight:700;margin-bottom:6px}.team-role{display:inline-block;font-size:.8rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.team-bio{font-size:.88rem;color:#ffffff73;line-height:1.6;margin-bottom:20px}.team-socials{display:flex;gap:10px;justify-content:center}.team-socials a{width:36px;height:36px;border-radius:10px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;transition:background .25s}.team-socials a:hover{background:#ffffff24}.team-socials svg{width:18px;height:18px}.status-section{padding:60px 0 120px}.status-banner{display:flex;align-items:center;gap:14px;padding:20px 28px;border-radius:14px;margin-bottom:40px;font-weight:700;font-size:1.05rem}.status-banner.status-ok{background:#22c55e14;border:1px solid rgba(34,197,94,.2);color:#22c55e}.status-banner-dot{width:12px;height:12px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e80;animation:pulse-dot 2s ease infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.status-list{display:flex;flex-direction:column;gap:2px;margin-bottom:64px}.status-item{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-radius:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);transition:background .2s}.status-item:hover{background:#ffffff0a}.status-item-left{display:flex;align-items:center;gap:16px}.status-item h3{font-size:.95rem;font-weight:600}.status-item p{font-size:.8rem;color:#ffffff59;margin-top:2px}.status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-dot.green{background:#22c55e}.status-dot.yellow{background:#eab308}.status-dot.red{background:#ef4444}.status-label{font-size:.8rem;font-weight:600;padding:6px 16px;border-radius:100px}.status-label.operational{background:#22c55e1a;color:#22c55e}.status-label.degraded{background:#eab3081a;color:#eab308}.status-label.down{background:#ef44441a;color:#ef4444}.uptime-section{margin-bottom:64px}.uptime-row{display:flex;align-items:center;gap:16px;margin-bottom:16px}.uptime-service{width:140px;flex-shrink:0;font-size:.85rem;font-weight:600;color:#ffffffb3}.uptime-bars{display:flex;gap:3px;flex:1}.uptime-bar{flex:1;height:28px;border-radius:4px;transition:opacity .2s}.uptime-bar:hover{opacity:.7}.uptime-bar.green{background:#22c55e}.uptime-bar.yellow{background:#eab308}.uptime-bar.red{background:#ef4444}.uptime-percent{width:60px;text-align:right;font-size:.85rem;font-weight:700;color:#ffffff80}@media (max-width: 600px){.uptime-service{width:100px;font-size:.75rem}.uptime-bar{height:20px}}.incidents-section{margin-bottom:40px}.incident-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:28px}.incident-header{margin-bottom:10px}.incident-date{font-size:.9rem;font-weight:700;color:#ffffffb3}.incident-desc{font-size:.88rem;color:#fff6;line-height:1.6}.payment-methods{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 24px}.payment-methods.compact{margin-top:14px;margin-bottom:0}.payment-methods-label{font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c}.payment-methods-list{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.payment-logo{display:inline-flex;align-items:center;justify-content:center;min-width:78px;height:34px;padding:0 12px;border-radius:10px;border:1px solid rgba(255,255,255,.2);color:#fffffff2;font-size:.67rem;font-weight:800;letter-spacing:.08em;line-height:1;white-space:nowrap;text-transform:uppercase;box-shadow:inset 0 1px #ffffff2e}.payment-logo-code{display:block;transform:translateY(1px)}.payment-logo.visa{background:linear-gradient(140deg,#1a3d9f,#0a5bd2)}.payment-logo.mastercard{background:radial-gradient(circle at 35% 50%,rgba(255,129,57,.98) 0 35%,transparent 36%),radial-gradient(circle at 58% 50%,rgba(255,62,79,.96) 0 35%,transparent 36%),linear-gradient(120deg,#2a304f,#10182f)}.payment-logo.amex{background:linear-gradient(145deg,#0c8ccf,#36b3e6)}.payment-logo.apple{background:linear-gradient(140deg,#2f2f35,#0f0f13)}.payment-logo.vipps{background:linear-gradient(140deg,#ff6c2f,#ff8b3d)}.admin-page{padding-top:72px;min-height:100vh}.admin-container{display:flex;min-height:calc(100vh - 72px)}.admin-sidebar{width:240px;flex-shrink:0;background:#ffffff05;border-right:1px solid rgba(255,255,255,.06);padding:32px 16px}.admin-sidebar h3{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#ffffff59;margin-bottom:20px;padding:0 12px}.sidebar-btn{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;background:transparent;border:none;color:#ffffff80;font-family:inherit;font-size:.88rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}.sidebar-btn svg{width:18px;height:18px;flex-shrink:0}.sidebar-btn:hover{background:#ffffff0d;color:#fffc}.sidebar-btn.active{background:#ffffff14;color:#fff;font-weight:600}.admin-main{flex:1;padding:32px 40px;overflow-x:auto}.admin-tab{display:none}.admin-tab.active{display:block}.admin-tab h2{font-size:1.5rem;font-weight:800;margin-bottom:28px}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.tab-header h2{margin-bottom:0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}@media (max-width: 900px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.admin-stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:24px;text-align:center}.admin-stat-label{display:block;font-size:.8rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.admin-stat-value{font-size:2rem;font-weight:800}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.88rem}.admin-table th{text-align:left;padding:14px 16px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff6;border-bottom:1px solid rgba(255,255,255,.08)}.admin-table td{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.04);color:#ffffffb3}.admin-table tr:hover td{background:#ffffff05}.admin-table .badge{display:inline-block;padding:4px 12px;border-radius:100px;font-size:.72rem;font-weight:700;text-transform:uppercase}.badge-active{background:#22c55e1f;color:#22c55e}.badge-expired{background:#f59e0b24;color:#f59e0b}.badge-suspended,.badge-revoked{background:#ef44441f;color:#ef4444}.badge-inactive{background:#ffffff0f;color:#fff6}.badge-running{background:#22c55e1f;color:#22c55e}.badge-stopped{background:#f59e0b24;color:#f59e0b}.badge-pending_deletion{background:#ef44441f;color:#ef4444}.badge-open{background:#3b82f629;color:#93c5fd}.badge-pending{background:#f59e0b29;color:#fcd34d}.badge-resolved{background:#22c55e24;color:#86efac}.badge-closed{background:#94a3b829;color:#cbd5e1}.action-btn{background:#ffffff0f;border:none;color:#fff9;padding:6px 14px;border-radius:8px;font-family:inherit;font-size:.78rem;cursor:pointer;transition:all .2s;margin-right:4px}.action-btn:hover{background:#ffffff1f;color:#fff}.action-btn.danger:hover{background:#ef444433;color:#ef4444}.admin-form-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:28px;margin-bottom:28px}.admin-form-card h3{font-size:1rem;font-weight:700;margin-bottom:20px}.form-row{display:flex;gap:16px;margin-bottom:16px}.form-row .form-group{flex:1}@media (max-width: 600px){.form-row{flex-direction:column}}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.8rem;font-weight:600;color:#ffffff80;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#fff;font-family:inherit;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ffffff40}.form-group select option{background:#111;color:#fff}.form-help{display:block;margin-top:6px;font-size:.74rem;color:#ffffff6b}.zip-upload-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.zip-upload-row input[type=file]{flex:1;min-width:220px}.form-actions{display:flex;gap:12px;margin-top:8px}.nav-user{font-size:.85rem;color:#fff9;font-weight:500}.dashboard-section{margin-bottom:48px}.dashboard-section h2{font-size:1.3rem;font-weight:800;margin-bottom:24px}.portal-welcome{display:flex;align-items:center;gap:24px;padding:100px 0 40px;flex-wrap:wrap}.portal-avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;background:#ffffff14;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.1)}.portal-avatar img{width:100%;height:100%;object-fit:cover}.portal-info{flex:1;min-width:200px}.portal-greeting{font-size:1.6rem;font-weight:800;margin-bottom:4px}.portal-subtitle{font-size:.9rem;color:#fff6}.portal-actions{display:flex;gap:10px;flex-wrap:wrap}.portal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.portal-stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:24px;text-align:center;transition:border-color .3s}.portal-stat-card:hover{border-color:#ffffff1f}.portal-stat-value{display:block;font-size:2rem;font-weight:800;margin-bottom:4px}.portal-stat-label{font-size:.78rem;font-weight:600;color:#ffffff59;text-transform:uppercase;letter-spacing:.5px}.portal-tabs{display:flex;gap:4px;margin-bottom:32px;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:0}.portal-tab-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border:none;background:transparent;color:#fff6;font-family:inherit;font-size:.88rem;font-weight:600;cursor:pointer;border-bottom:2px solid transparent;transition:all .25s;margin-bottom:-1px}.portal-tab-btn:hover{color:#ffffffb3}.portal-tab-btn.active{color:#fff;border-bottom-color:#fff}.portal-tab-content{display:none;padding-bottom:60px}.portal-tab-content.active{display:block}.portal-empty{text-align:center;padding:60px 20px;background:#ffffff05;border:1px dashed rgba(255,255,255,.08);border-radius:14px}.portal-empty h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}.portal-empty p{font-size:.88rem;color:#ffffff59;margin-bottom:20px}@media (max-width: 768px){.portal-stats{grid-template-columns:1fr}.portal-welcome{flex-direction:column;text-align:center}.portal-actions{justify-content:center}.portal-tabs{overflow-x:auto}.portal-tab-btn{white-space:nowrap;padding:12px 16px;font-size:.82rem}}.license-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:24px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.license-info h3{font-size:1rem;font-weight:700;margin-bottom:4px}.license-key{font-family:Courier New,monospace;font-size:.85rem;background:#ffffff0f;padding:6px 14px;border-radius:8px;color:#fff9;display:inline-block;margin-top:8px;cursor:pointer;transition:background .2s}.license-key:hover{background:#ffffff1a}.license-meta{font-size:.8rem;color:#ffffff59;margin-top:8px}.license-actions{display:flex;gap:8px;align-items:center}.license-ip-input{padding:8px 14px;border-radius:8px;width:160px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#fff;font-family:inherit;font-size:.82rem}.license-ip-input:focus{outline:none;border-color:#ffffff40}.empty-text{color:#ffffff59;font-size:.9rem}.alert{padding:16px 24px;border-radius:12px;margin-bottom:24px;font-size:.9rem;font-weight:600}.alert-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#22c55e}@media (max-width: 768px){.admin-container{flex-direction:column}.admin-sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.06);padding:16px;display:flex;gap:8px;overflow-x:auto;flex-wrap:nowrap}.admin-sidebar h3{display:none}.sidebar-btn{white-space:nowrap;min-width:auto}.admin-main{padding:24px 16px}.stats-grid{grid-template-columns:repeat(2,1fr)}}
