@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@300;400;500;600&display=swap";html,body{color:#f5f6fa;text-align:center;box-sizing:border-box;background-image:url(/fa75117cfdfdeaa13cb55d2ae5d07de6.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:100vh;margin:0;padding:0}*,:before,:after{box-sizing:inherit}@media (width<=768px){html,body{background-attachment:scroll}}:root{--accent:#b88cff;--accent-dim:#b88cff1a;--bg-secondary:#0d0d0d;--bg-card:#111;--bg-elevated:#1a1a1a;--border-color:#333;--border-light:#222;--text-primary:white;--text-muted:#b0b0b0}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{color:var(--text-primary);background:#050505}.landing-container{background:linear-gradient(#050505,#0d0d0d);width:100%;min-height:100vh;overflow-x:hidden}.hero-section .hero-content{animation:.8s forwards fadeInContent}@keyframes fadeInContent{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{justify-content:space-between;align-items:center;gap:50px;width:100%;min-height:100vh;padding:80px 10%;display:flex}.hero-content{text-align:left;flex:1}.tagline{color:#8f8f8f;letter-spacing:3px;margin-bottom:20px;font-size:14px}.hero-content h1{letter-spacing:-.02em;margin-bottom:28px;font-family:Playfair Display,serif;font-size:4.5rem;font-weight:500;line-height:1.1}.hero-content h1 span{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#b88cff,#7b3cff);-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;display:inline-block}.hero-description{color:#b0b0b0;max-width:600px;margin-bottom:35px;font-size:16px;line-height:32px}.hero-buttons{gap:20px;display:flex}.shop-btn,.explore-btn{cursor:pointer;border:none;padding:14px 34px;font-size:16px;font-weight:500;transition:all .4s}.shop-btn{color:#fff;background:linear-gradient(135deg,#b88cff,#7b3cff);box-shadow:0 0 20px #7b3cff80}.shop-btn:hover{transform:translateY(-4px)}.explore-btn{color:#fff;background:0 0;border:1px solid #444}.explore-btn:hover{background:#111;border-color:#7b3cff}.hero-image{flex:1;justify-content:center;display:flex;position:relative}.hero-image img{object-fit:cover;z-index:2;border-radius:30px;width:450px;height:550px;position:relative;box-shadow:0 0 40px #000c}.glow-circle{filter:blur(90px);background:#1c02524d;border-radius:50%;width:350px;height:350px;position:absolute;top:100px}.features-section{background:var(--bg-secondary);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:120px}.features-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--border-color);padding:40px 32px;transition:all .4s;position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--accent);width:2px;height:0;transition:height .4s;position:absolute;top:0;left:0}.feature-card:hover{background:var(--bg-elevated);border-color:#c8a97e4d;transform:translateY(-4px)}.feature-card:hover:before{height:100%}.feature-icon{background:var(--accent-dim);width:56px;height:56px;color:var(--accent);border:1px solid #c8a97e33;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.feature-card h3{color:var(--text-primary);letter-spacing:.02em;text-align:left;margin-bottom:12px;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600}.feature-card p{color:var(--text-muted);text-align:left;font-size:.9rem;font-weight:300;line-height:1.7}.quote-section{background:var(--bg-secondary);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:120px 0}.quote-content{text-align:center;max-width:700px;margin:0 auto;position:relative}.quote-mark{color:var(--accent);opacity:.3;margin-bottom:40px}blockquote{color:var(--text-primary);letter-spacing:.01em;margin-bottom:32px;font-family:Playfair Display,serif;font-size:2rem;font-style:italic;font-weight:400;line-height:1.5}.quote-author{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-size:.8rem;font-weight:500}@media (width<=1024px){.quote-section{padding:90px 40px}.quote-content{max-width:650px}blockquote{font-size:1.7rem;line-height:1.6}}@media (width<=768px){.quote-section{padding:70px 20px}.quote-content{max-width:100%}.quote-mark{margin-bottom:24px}blockquote{margin-bottom:24px;padding:0 10px;font-size:1.3rem;line-height:1.7}.quote-author{letter-spacing:.15em;font-size:.7rem}}@media (width<=480px){.quote-section{padding:60px 16px}blockquote{font-size:1.1rem;line-height:1.8}.quote-author{font-size:.65rem}}.newsletter-section{padding:100px}.newsletter-card{background:var(--bg-card);border:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:60px;padding:64px;display:flex;position:relative;overflow:hidden}.newsletter-card:before{content:"";pointer-events:none;border:1px solid #c8a97e1a;border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.newsletter-text h2{color:var(--text-primary);margin-bottom:12px;font-family:Playfair Display,serif;font-size:2rem;font-weight:500}.newsletter-text p{color:var(--text-muted);font-size:.95rem;font-weight:300;line-height:1.6}.newsletter-form{flex-shrink:0;gap:12px;display:flex}.newsletter-form input{background:var(--bg-primary);border:1px solid var(--border-color);width:320px;color:var(--text-primary);letter-spacing:.02em;padding:16px 24px;font-family:Inter,sans-serif;font-size:.9rem;transition:all .3s}.newsletter-form input:focus{border-color:var(--accent);background:#0f0f12;outline:none}.newsletter-form input::placeholder{color:var(--text-muted)}.subs-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#b88cff,#7b3cff);border:none;padding:12px 24px;font-size:16px;font-weight:500;transition:all .4s}.subs-btn:hover{background:linear-gradient(135deg,#7b3cff,#b88cff);transform:translateY(-2px)}.footer-section{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:80px 0 40px}.footer-top{grid-template-columns:1fr 2fr;gap:80px;margin-bottom:60px;display:grid}.footer-logo{letter-spacing:.15em;color:var(--text-primary);margin-bottom:8px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600}.footer-brand p{color:var(--text-muted);letter-spacing:.1em;font-size:.8rem;font-weight:300}.footer-links{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.link-group h4{letter-spacing:.2em;text-transform:uppercase;color:var(--text-primary);margin-bottom:24px;font-size:.75rem;font-weight:600}.link-group ul{list-style:none}.link-group ul li{margin-bottom:14px}.link-group ul li a{color:var(--text-muted);font-size:.9rem;font-weight:300;text-decoration:none;transition:color .3s;position:relative}.link-group ul li a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-top:32px;display:flex}.footer-bottom p{color:var(--text-muted);font-size:.8rem;font-weight:300}.footer-legal{gap:28px;padding:0 5% 0 8%;display:flex}.footer-legal a{color:var(--text-muted);font-size:.8rem;font-weight:300;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:var(--accent)}@media (width<=1024px){.newsletter-section{padding:80px 40px}.newsletter-card{text-align:center;flex-direction:column;gap:40px;padding:48px 32px}.newsletter-form{flex-direction:column;width:100%;max-width:400px}.newsletter-form input{width:100%}.footer-top{grid-template-columns:1fr;gap:40px}}@media (width<=768px){.newsletter-section{padding:60px 20px}.newsletter-card{border-radius:12px;gap:30px;padding:32px 20px}.newsletter-text h2{font-size:1.5rem;line-height:1.4}.newsletter-text p{font-size:.85rem}.newsletter-form{width:100%;max-width:100%}.newsletter-form input{width:100%;padding:14px 18px;font-size:.85rem}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{text-align:center;flex-direction:column;gap:16px}}@media (width<=480px){.newsletter-card{padding:28px 16px}.newsletter-text h2{font-size:1.3rem}.newsletter-text p{font-size:.8rem}.newsletter-form input{padding:12px 16px}.footer-logo{font-size:1.3rem}.footer-bottom p,.footer-legal a{font-size:.75rem}}@media (width<=992px){.features-section{padding:80px 40px}.features-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (width<=768px){.features-section{padding:60px 20px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:30px 24px}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.85rem;line-height:1.6}.feature-icon{width:50px;height:50px;margin-bottom:18px}}.categories-section{background:linear-gradient(#0a0a0a 0%,#0d0d0d 100%);padding:8rem 4rem;position:relative}.categories-section:before{content:"";background:linear-gradient(90deg,#0000,#b88cff4d,#0000);width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.section-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;margin-bottom:4rem;padding-top:5rem;display:flex}.section-subtitle,.section-title,.section-description{width:100%;margin:0}.section-subtitle{color:#0000;-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:4px;background:linear-gradient(135deg,#b88cff 0%,#c4a7ff 50%,#986afc 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1.2rem;font-family:Playfair Display,serif;font-size:.8rem;font-weight:600;display:inline-block;position:relative}.section-subtitle:after{content:"";background:linear-gradient(90deg,#b88cff,#986afc);border-radius:2px;width:40px;height:2px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.section-title{color:#f5f3f7;letter-spacing:-.5px;margin-bottom:1.2rem;font-family:Playfair Display,serif;font-size:3rem;font-weight:700}.section-description{color:#e5e8f8;letter-spacing:.3px;max-width:600px;margin:0 auto;font-size:1rem;font-weight:300;line-height:1.8}.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto;display:grid}.product-card{background:linear-gradient(145deg,#141414 0%,#1a1a1a 100%);border:1px solid #ffffff0d;border-radius:24px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.product-card:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#b88cff33,#986afc1a,#ffffff0d);border-radius:24px;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.product-image{justify-content:center;align-items:center;height:300px;display:flex;position:relative;overflow:hidden}.product-image:before{content:"";position:absolute;inset:0}.product-emoji{z-index:1;font-size:5.5rem;position:relative}.product-card:hover .product-emoji{transform:scale(1.15)rotate(5deg)}.product-badge{color:#0a0a0a;text-transform:uppercase;letter-spacing:1.5px;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#b88cff 0%,#986afc 100%);border:1px solid #ffffff1a;border-radius:50px;padding:.4rem 1.2rem;font-size:.7rem;font-weight:700;position:absolute;top:1.2rem;left:1.2rem;box-shadow:0 4px 15px #986afc66}.product-info{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#141414cc 0%,#141414 100%);padding:1.8rem;position:relative}.product-info h3{color:#e0d5f5;letter-spacing:.3px;margin-bottom:.7rem;font-size:1.15rem;font-weight:600;transition:color .3s}.product-rating span{color:#6b5b8a;margin-left:.3rem;font-size:.8rem;font-weight:400}.product-price{color:#0000;-webkit-text-fill-color:transparent;letter-spacing:.5px;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);-webkit-background-clip:text;background-clip:text;margin-top:.5rem;font-size:1.4rem;font-weight:700}.categories-section{scroll-behavior:smooth}@media (width<=768px){.categories-section{padding:4rem 1.5rem}.section-title{font-size:2.2rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-image{height:250px}}@keyframes shimmer{0%,to{opacity:.3}50%{opacity:.6}}.product-image{background:linear-gradient(90deg,#141414 25%,#1a1a1a 50%,#141414 75%) 0 0/200% 100%;animation:2s infinite shimmer}@media (width<=950px){.hero-section{text-align:center;flex-direction:column;padding-top:120px}.hero-content h1{font-size:50px;line-height:65px}.hero-description{margin:auto auto 30px}.hero-buttons{justify-content:center}.hero-image img{width:100%;max-width:380px;height:480px}}@media (width<=600px){.hero-content h1{font-size:40px;line-height:55px}.collection-section h2{font-size:35px}.shop-btn,.explore-btn{width:100%}.hero-buttons{flex-direction:column}}.premium-register-page{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.reg-bg-image{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.reg-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;background:linear-gradient(135deg,#0a0a0fd9 0%,#0a0a0fb3 50%,#0a0a0fd9 100%);position:absolute;inset:0}.reg-bg-particles{z-index:1;pointer-events:none;position:absolute;inset:0}.particle{background:#3b82f626;border-radius:50%;animation:15s ease-in-out infinite floatParticle;position:absolute}.p1{width:250px;height:250px;animation-delay:0s;top:-100px;left:-100px}.p2{width:180px;height:180px;animation-delay:-5s;bottom:-80px;right:-80px}.p3{width:120px;height:120px;animation-delay:-10s;top:40%;right:20%}.p4{background:#8b5cf61a;width:200px;height:200px;animation-delay:-7s;bottom:30%;left:10%}@keyframes floatParticle{0%,to{opacity:.3;transform:translate(0)scale(1)}25%{opacity:.5;transform:translate(30px,-40px)scale(1.2)}50%{opacity:.2;transform:translate(-20px,30px)scale(.9)}75%{opacity:.4;transform:translate(-40px,-20px)scale(1.1)}}.reg-container{z-index:2;-webkit-backdrop-filter:blur(30px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:28px;width:100%;max-width:440px;padding:2.5rem 2rem;animation:.8s cubic-bezier(.4,0,.2,1) slideUp;position:relative;box-shadow:0 30px 60px #00000080}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.reg-brand{text-align:center;margin-bottom:1.5rem}.reg-logo-circle{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto .75rem;transition:transform .3s;display:flex;overflow:hidden}.reg-logo-circle:hover{transform:scale(1.05)rotate(-5deg)}.reg-logo-img{object-fit:contain;width:100%;height:100%;padding:4px}.reg-brand-name{letter-spacing:2px;font-size:1.8rem;font-weight:800}.brand-f{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#b88cff,#7b3cff);-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;display:inline-block}.reg-header{text-align:center;margin-bottom:2rem}.reg-header h2{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.reg-header p{color:#a0a0b0;font-size:.9rem}.reg-form{flex-direction:column;gap:1rem;display:flex}.reg-form-group{flex-direction:column;gap:.35rem;display:flex}.reg-input-wrapper{align-items:center;display:flex;position:relative}.reg-input-icon{color:#666;pointer-events:none;z-index:1;width:18px;height:18px;transition:color .3s;position:absolute;left:1rem}.reg-form-group.focused .reg-input-icon{color:#3b82f6}.reg-form-group.error .reg-input-icon{color:#ef4444}.reg-input{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;width:100%;padding:.85rem 2.75rem;font-family:inherit;font-size:.95rem;transition:all .3s}.reg-input::placeholder{color:#666;font-size:.9rem}.reg-input:focus{background:#3b82f60d;border-color:#3b82f680;outline:none}.reg-form-group.error .reg-input{background:#ef444408;border-color:#ef444480}.reg-check-icon{color:#22c55e;pointer-events:none;width:16px;height:16px;position:absolute;right:2.5rem}.reg-toggle-password{cursor:pointer;z-index:1;background:0 0;border:none;align-items:center;padding:.25rem;display:flex;position:absolute;right:.75rem}.reg-toggle-password svg{color:#666;width:18px;height:18px;transition:color .3s}.reg-toggle-password:hover svg{color:#a0a0b0}.reg-error-text{color:#ef4444;padding-left:.5rem;font-size:.75rem;animation:.4s shakeError}@keyframes shakeError{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.reg-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.75rem;padding:.95rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.reg-submit-btn span,.reg-submit-btn svg{z-index:1;position:relative}.reg-submit-btn svg{width:20px;height:20px;transition:transform .3s}.reg-submit-btn:hover{transform:translateY(-3px);box-shadow:0 5px 10px #3b82f64d}.reg-submit-btn:hover svg{transform:translate(4px)}.reg-submit-btn:active{transform:translateY(-1px)}.reg-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.reg-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite regSpin}@keyframes regSpin{to{transform:rotate(360deg)}}.reg-login-link{text-align:center;justify-content:center;gap:.5rem;margin-top:1.25rem;font-size:.9rem;display:flex}.reg-login-link span{color:#a0a0b0}.reg-login-link a{color:#3b82f6;font-weight:600;text-decoration:none;transition:color .3s}.reg-login-link a:hover{color:#60a5fa}.reg-footer-brand{text-align:center;border-top:1px solid #ffffff0f;margin-top:1.5rem;padding-top:1rem}.reg-footer-brand p{color:#666;font-size:.75rem}@media (width<=768px){.premium-register-page{align-items:flex-start;padding:2rem 1rem 1rem}.reg-container{border-radius:24px;max-width:400px;padding:2rem 1.5rem}.reg-brand-name{font-size:1.5rem}.reg-header h2{font-size:1.3rem}}@media (width<=480px){.premium-register-page{padding:1rem .5rem .5rem}.reg-container{border-radius:20px;max-width:100%;padding:1.75rem 1.25rem}.reg-brand-name{font-size:1.3rem}.reg-header h2{font-size:1.2rem}.reg-logo-circle{width:50px;height:50px}.reg-input{padding:.75rem 2.5rem;font-size:.9rem}.reg-submit-btn{padding:.85rem;font-size:.95rem}.reg-form{gap:.75rem}}@media (width<=360px){.reg-container{padding:1.5rem 1rem}.reg-input{font-size:.85rem}}.premium-login-page{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.login-bg-image{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.login-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;background:linear-gradient(135deg,#0a0a0fd9 0%,#0a0a0fb3 50%,#0a0a0fd9 100%);position:absolute;inset:0}.login-bg-particles{z-index:1;pointer-events:none;position:absolute;inset:0}.login-particle{background:#3b82f61f;border-radius:50%;animation:15s ease-in-out infinite loginFloatParticle;position:absolute}.lp1{width:250px;height:250px;animation-delay:0s;top:-100px;left:-100px}.lp2{background:#8b5cf61a;width:180px;height:180px;animation-delay:-5s;bottom:-80px;right:-80px}.lp3{width:120px;height:120px;animation-delay:-10s;top:40%;right:20%}.lp4{background:#8b5cf614;width:200px;height:200px;animation-delay:-7s;bottom:30%;left:10%}@keyframes loginFloatParticle{0%,to{opacity:.3;transform:translate(0)scale(1)}25%{opacity:.5;transform:translate(30px,-40px)scale(1.2)}50%{opacity:.2;transform:translate(-20px,30px)scale(.9)}75%{opacity:.4;transform:translate(-40px,-20px)scale(1.1)}}.login-container{z-index:2;-webkit-backdrop-filter:blur(30px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:28px;width:100%;max-width:440px;padding:2.5rem 2rem;animation:.8s cubic-bezier(.4,0,.2,1) loginSlideUp;position:relative;box-shadow:0 30px 60px #00000080}@keyframes loginSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.login-brand{text-align:center;margin-bottom:1.5rem}.login-logo-circle{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto .75rem;transition:transform .3s;display:flex;position:relative;overflow:hidden}.login-logo-circle:hover{transform:scale(1.05)rotate(-5deg)}.login-logo-img{object-fit:contain;width:100%;height:100%;padding:4px}.login-logo-glow{opacity:0;filter:blur(8px);z-index:-1;background:linear-gradient(45deg,#3b82f6,#8b5cf6,#3b82f6);border-radius:22px;transition:opacity .3s;position:absolute;inset:-4px}.login-brand:hover .login-logo-glow{opacity:.4;animation:3s linear infinite loginRotateGradient}@keyframes loginRotateGradient{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-brand-name{letter-spacing:2px;font-size:1.8rem;font-weight:800}.login-brand-f{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#b88cff,#7b3cff);-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;display:inline-block}.login-header{text-align:center;margin-bottom:2rem}.login-header h2{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.login-header p{color:#a0a0b0;font-size:.9rem}.login-form{flex-direction:column;gap:1rem;display:flex}.login-form-group{flex-direction:column;gap:.35rem;display:flex}.login-input-wrapper{align-items:center;display:flex;position:relative}.login-input-icon{color:#666;pointer-events:none;z-index:1;width:18px;height:18px;transition:color .3s;position:absolute;left:1rem}.login-form-group.focused .login-input-icon{color:#3b82f6}.login-form-group.error .login-input-icon{color:#ef4444}.login-input{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;width:100%;padding:.9rem 2.75rem;font-family:inherit;font-size:.95rem;transition:all .3s}.login-input::placeholder{color:#666;font-size:.9rem}.login-input:focus{background:#3b82f60d;border-color:#3b82f680;outline:none;box-shadow:0 0 0 3px #3b82f61a}.login-form-group.error .login-input{background:#ef444408;border-color:#ef444480}.login-check-icon{color:#22c55e;pointer-events:none;width:16px;height:16px;position:absolute;right:2.5rem}.login-toggle-password{cursor:pointer;z-index:1;background:0 0;border:none;align-items:center;padding:.25rem;display:flex;position:absolute;right:.75rem}.login-toggle-password svg{color:#666;width:18px;height:18px;transition:color .3s}.login-toggle-password:hover svg{color:#a0a0b0}.login-error-text{color:#ef4444;padding-left:.5rem;font-size:.75rem;animation:.4s loginShakeError}@keyframes loginShakeError{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.login-forgot-row{justify-content:space-between;align-items:center;margin-top:-.25rem;display:flex}.login-remember{cursor:pointer;color:#a0a0b0;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.login-remember input{display:none}.login-checkmark{border:1px solid #fff3;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .3s;display:flex}.login-remember input:checked+.login-checkmark{background:#3b82f6;border-color:#3b82f6}.login-remember input:checked+.login-checkmark:after{content:"✓";color:#fff;font-size:.7rem;font-weight:700}.login-forgot-link{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.85rem;transition:color .3s}.login-forgot-link:hover{color:#60a5fa}.login-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.5rem;padding:.95rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.login-submit-btn span,.login-submit-btn svg{z-index:1;position:relative}.login-submit-btn svg{width:20px;height:20px;transition:transform .3s}.login-submit-btn:hover{transform:translateY(-3px);box-shadow:0 5px 10px #3b82f64d}.login-submit-btn:hover svg{transform:translate(4px)}.login-submit-btn:active{transform:translateY(-1px)}.login-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite loginSpin}@keyframes loginSpin{to{transform:rotate(360deg)}}.login-register-link{text-align:center;justify-content:center;gap:.5rem;margin-top:.75rem;font-size:.9rem;display:flex}.login-register-link span{color:#a0a0b0}.login-register-link a{color:#3b82f6;font-weight:600;text-decoration:none;transition:color .3s}.login-register-link a:hover{color:#60a5fa}.login-footer-brand{text-align:center;border-top:1px solid #ffffff0f;margin-top:1.25rem;padding-top:1rem}.login-footer-brand p{color:#666;font-size:.75rem}@media (width<=768px){.premium-login-page{align-items:flex-start;padding:2rem 1rem 1rem}.login-container{border-radius:24px;max-width:400px;padding:2rem 1.5rem}.login-brand-name{font-size:1.5rem}.login-header h2{font-size:1.3rem}}@media (width<=480px){.premium-login-page{padding:1rem .5rem .5rem}.login-container{border-radius:20px;max-width:100%;padding:1.75rem 1.25rem}.login-brand-name{font-size:1.3rem}.login-header h2{font-size:1.2rem}.login-logo-circle{width:55px;height:55px}.login-input{padding:.8rem 2.5rem;font-size:.9rem}.login-submit-btn{padding:.85rem;font-size:.95rem}.login-form{gap:.75rem}.login-forgot-row{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (width<=360px){.login-container{padding:1.5rem 1rem}.login-input{font-size:.85rem}}.premium-index{color:#fff;background:#0a0a0f;overflow-x:hidden}.hero-slider{background:#0a0a0f;height:100vh;position:relative;overflow:hidden}.hero-slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:all 1.2s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:scale(1.1)}.hero-slide.active{opacity:1;z-index:1;transform:scale(1)}.hero-overlay{background:linear-gradient(135deg,#0a0a0ff2 0%,#0a0a0fcc 30%,#0a0a0f66 60%,#0a0a0f33 100%);position:absolute;inset:0}.hero-content{z-index:2;opacity:0;max-width:650px;padding:0 8%;transition:all 1s cubic-bezier(.4,0,.2,1) .3s;position:relative;top:50%;transform:translateY(calc(30px - 50%))}.hero-slide.active .hero-content{opacity:1;transform:translateY(-50%)}.hero-badge{color:#60a5fa;letter-spacing:2px;background:linear-gradient(135deg,#3b82f633,#8b5cf633);border:1px solid #3b82f64d;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;animation:2s ease-in-out infinite badgePulse;display:inline-block}@keyframes badgePulse{0%,to{box-shadow:0 0 20px #3b82f633}50%{box-shadow:0 0 30px #3b82f666}}.hero-title{flex-direction:column;gap:.5rem;margin-bottom:1rem;font-size:4.5rem;font-weight:800;line-height:1.1;display:flex}.hero-subtitle{letter-spacing:8px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:600}.hero-desc{color:#a0a0b0;max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.hero-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.hero-btn:before{content:"";opacity:0;background:linear-gradient(135deg,#8b5cf6,#3b82f6);transition:opacity .4s;position:absolute;inset:0}.hero-btn:hover:before{opacity:1}.hero-btn span{z-index:1;position:relative}.btn-arrow{z-index:1;width:20px;height:20px;transition:transform .3s;position:relative}.hero-btn:hover .btn-arrow{transform:translate(5px)}.hero-btn:hover{transform:translateY(-3px)}.hero-decor{z-index:1;pointer-events:none;position:absolute;inset:0}.decor-circle{border:2px solid #ffffff0d;border-radius:50%;position:absolute}.circle-1{width:400px;height:400px;animation:8s ease-in-out infinite floatCircle;top:-100px;right:-100px}.circle-2{border-color:#8b5cf61a;width:250px;height:250px;animation:6s ease-in-out infinite reverse floatCircle;bottom:-50px;right:20%}@keyframes floatCircle{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-30px)rotate(10deg)}}.slider-nav{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-nav svg{width:24px;height:24px}.slider-nav:hover{background:#3b82f64d;border-color:#3b82f680;transform:translateY(-50%)scale(1.1)}.slider-nav.prev{left:2rem}.slider-nav.next{right:2rem}.slide-progress{z-index:3;gap:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.progress-dot{cursor:pointer;background:#fff3;border:none;border-radius:4px;width:40px;height:4px;padding:0;transition:all .3s;overflow:hidden}.progress-dot.active{background:#fff6;width:60px}.dot-fill{transform-origin:0;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:4px;height:100%;transition:transform 5s linear;display:block;transform:scaleX(0)}.progress-dot.active .dot-fill{transform:scaleX(1)}.features-strip{background:#ffffff0d;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.feature-item{cursor:default;background:#0a0a0f;align-items:center;gap:1rem;padding:2rem;transition:all .3s;display:flex}.feature-item:hover{background:#3b82f60d}.feature-icon-wrapper{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid #3b82f633;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.feature-item:hover .feature-icon-wrapper{border-color:#3b82f680;transform:scale(1.1)rotate(-5deg)}.feature-icon-wrapper svg{color:#3b82f6;width:24px;height:24px}.feature-text h4{color:#fff;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.feature-text p{color:#a0a0b0;font-size:.8rem}.section-header{text-align:center;margin-bottom:4rem;padding-top:5rem}.section-label{color:#3b82f6;letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:inline-block;position:relative}.section-label:before,.section-label:after{content:"";background:#3b82f64d;width:40px;height:1px;position:absolute;top:50%}.section-label:before{right:calc(100% + 1rem)}.section-label:after{left:calc(100% + 1rem)}.section-title{background:linear-gradient(135deg,#fff 30%,#a0a0b0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.section-desc{color:#a0a0b0;max-width:500px;margin:0 auto;font-size:1.1rem}.categories-section{padding:0 2rem 5rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.category-card{text-align:center;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s backwards fadeInUp;position:relative;overflow:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.category-card:hover{background:#3b82f60d;border-color:#3b82f64d;transform:translateY(-10px)}.category-icon{margin-bottom:1rem;font-size:3.5rem;transition:transform .3s;display:block}.category-card:hover .category-icon{transform:scale(1.2)rotate(-10deg)}.category-info h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.category-info p{color:#a0a0b0;font-size:.85rem}.category-glow{opacity:0;z-index:-1;filter:blur(15px);background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:20px;transition:opacity .4s;position:absolute;inset:-1px}.category-card:hover .category-glow{opacity:.15}.products-section{padding:0 0 5rem;overflow:hidden}.product-scroll-container{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.product-track{gap:1.5rem;width:max-content;padding:2rem 1rem;animation:30s linear infinite scrollProducts;display:flex}.product-scroll-container:hover .product-track{animation-play-state:paused}@keyframes scrollProducts{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;min-width:300px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.product-image-wrapper{height:250px;position:relative;overflow:hidden}.product-overlay{opacity:0;background:#0a0a0fb3;flex-direction:column;justify-content:center;align-items:center;gap:1rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.product-card:hover .product-overlay{opacity:1}.quick-view-btn{color:#0a0a0f;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:.75rem 2rem;font-weight:600;transition:all .3s}.quick-view-btn:hover{color:#fff;background:#3b82f6}.product-actions{gap:.75rem;display:flex}.action-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}.action-btn svg{width:20px;height:20px}.action-btn:hover{background:#3b82f680;border-color:#3b82f6cc;transform:scale(1.1)}.product-category{color:#3b82f6;letter-spacing:2px;text-transform:uppercase;font-size:.75rem;font-weight:600}.product-info h3{margin:.5rem 0;font-size:1.1rem;font-weight:600}.rating-number{color:#a0a0b0;font-size:.85rem}.newsletter-cta{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);padding:6rem 2rem;position:relative;overflow:hidden}.cta-content{text-align:center;z-index:2;max-width:600px;margin:0 auto;position:relative}.cta-label{color:#3b82f6;letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:inline-block}.cta-text h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cta-text p{color:#a0a0b0;margin-bottom:2.5rem;line-height:1.6}.cta-form{gap:1rem;max-width:500px;margin:0 auto;display:flex}.cta-circle{border:1px solid #3b82f61a;border-radius:50%;position:absolute}.c1{width:300px;height:300px;animation:10s ease-in-out infinite floatCircle;top:-100px;left:-100px}.c2{width:200px;height:200px;animation:8s ease-in-out infinite reverse floatCircle;bottom:-50px;right:10%}.c3{border-color:#8b5cf61a;width:150px;height:150px;animation:6s ease-in-out infinite floatCircle;top:20%;right:-50px}@media (width<=1024px){.hero-title{font-size:3.5rem}.section-title{font-size:2.5rem}.features-strip{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-subtitle{letter-spacing:4px;font-size:1rem}.hero-content{padding:0 5%}.section-title{font-size:2rem}.features-strip{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}.product-card{min-width:250px}.cta-form{flex-direction:column}.slider-nav{width:40px;height:40px}.slider-nav.prev{left:1rem}.slider-nav.next{right:1rem}}@media (width<=480px){.hero-title{font-size:2rem}.hero-desc{font-size:.9rem}.categories-grid{grid-template-columns:1fr}.product-card{min-width:220px}.section-title,.cta-text h2{font-size:1.75rem}}.premium-admin{color:#fff;opacity:0;background:#06060a;min-height:100vh;padding:2rem;transition:all .8s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateY(20px)}.premium-admin.animate-in{opacity:1;transform:translateY(0)}.admin-bg-animation{pointer-events:none;z-index:0;position:fixed;inset:0}.bg-orb{filter:blur(80px);opacity:.15;border-radius:50%;animation:20s ease-in-out infinite orbFloat;position:absolute}.orb-1{background:#3b82f6;width:500px;height:500px;animation-delay:0s;top:-200px;right:-200px}.orb-2{background:#8b5cf6;width:400px;height:400px;animation-delay:-7s;bottom:-150px;left:-150px}.orb-3{background:#22c55e;width:300px;height:300px;animation-delay:-14s;top:50%;left:50%}.bg-grid{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}25%{transform:translate(50px,-30px)scale(1.1)}50%{transform:translate(-20px,40px)scale(.9)}75%{transform:translate(-40px,-20px)scale(1.05)}}.admin-loading{background:#06060a;flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100vh;display:flex}.admin-loading p{color:#a0a0b0;font-size:1.1rem;animation:1.5s ease-in-out infinite pulse}.loading-spinner{width:80px;height:80px;position:relative}.spinner-ring{border:3px solid #0000;border-radius:50%;animation:1.5s linear infinite spinRing;position:absolute;inset:0}.spinner-ring:first-child{border-top-color:#3b82f6;animation-delay:0s}.spinner-ring:nth-child(2){border-right-color:#8b5cf6;animation-delay:-.5s;inset:10px}.spinner-ring:nth-child(3){border-bottom-color:#22c55e;animation-delay:-1s;inset:20px}@keyframes spinRing{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.admin-header{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;display:flex;position:relative}.admin-header-left h1{background:linear-gradient(135deg,#fff 30%,#a0a0b0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.admin-header-left p{color:#a0a0b0;font-size:1rem}.period-selector{background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;gap:.5rem;padding:.3rem;display:flex}.period-btn{color:#a0a0b0;cursor:pointer;background:0 0;border:none;border-radius:50px;padding:.5rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .3s}.period-btn.active{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.period-btn:hover:not(.active){color:#fff}.admin-stats-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid;position:relative}.stat-card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:1.75rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s backwards fadeInUp;position:relative;overflow:hidden}.stat-card:hover{border-color:#3b82f64d;transform:translateY(-8px)}.stat-card.hovered{border-color:#3b82f666;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.stat-card-glow{opacity:0;filter:blur(50px);pointer-events:none;width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;left:-50%}.stat-card:hover .stat-card-glow{opacity:.1}.stat-card-content{z-index:1;position:relative}.stat-card-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.stat-icon-wrapper{border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .3s;display:flex}.stat-card:hover .stat-icon-wrapper{transform:scale(1.1)rotate(-5deg)}.stat-icon-wrapper svg{color:#fff;width:24px;height:24px}.stat-trend{align-items:center;gap:.25rem;display:flex}.trend-arrow{width:16px;height:16px}.trend-arrow.up{color:#22c55e}.trend-arrow.down{color:#ef4444;transform:rotate(180deg)}.trend-value.positive{color:#22c55e;font-size:.85rem;font-weight:600}.trend-value.negative{color:#ef4444;font-size:.85rem;font-weight:600}.stat-card-body{margin-bottom:1.25rem}.stat-value{background:linear-gradient(135deg,#fff,silver);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2rem;font-weight:800;display:block}.stat-card-footer{opacity:0;transition:all .3s;transform:translateY(10px)}.stat-card:hover .stat-card-footer{opacity:1;transform:translateY(0)}.view-details{color:#3b82f6;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:inline-flex}.view-details svg{width:14px;height:14px;transition:transform .3s}.stat-card:hover .view-details svg{transform:translate(3px)}.admin-charts-grid{z-index:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid;position:relative}.chart-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;transition:all .3s;animation:.6s backwards fadeInUp;overflow:hidden}.chart-card:nth-child(2){animation-delay:.1s}.chart-card:nth-child(3){animation-delay:.2s}.chart-card:nth-child(4){animation-delay:.3s}.chart-card:hover{border-color:#3b82f633;box-shadow:0 10px 30px #0000004d}.chart-card-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.chart-card-header h3{color:#fff;font-size:1.1rem;font-weight:600}.chart-action-btn{color:#a0a0b0;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.chart-action-btn svg{width:18px;height:18px}.chart-action-btn:hover{color:#fff;background:#3b82f61a;border-color:#3b82f64d}.chart-card-body{padding:1.25rem}.admin-quick-links{z-index:1;margin-bottom:2rem;position:relative}.admin-quick-links h3{margin-bottom:1.25rem;font-size:1.3rem;font-weight:600}.quick-links-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.quick-link-card{color:#fff;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .3s;display:flex}.quick-link-card:hover{background:#3b82f60d;border-color:#3b82f64d;transform:translateY(-3px)}.quick-link-icon{background:#3b82f61a;border:1px solid #3b82f633;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}.quick-link-card:hover .quick-link-icon{transform:scale(1.1)}.quick-link-icon svg{color:#3b82f6;width:20px;height:20px}@media (width<=1200px){.admin-charts-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.premium-admin{padding:1.5rem}.admin-charts-grid{grid-template-columns:1fr}.admin-header{flex-direction:column}.admin-header-left h1{font-size:2rem}.admin-stats-grid,.quick-links-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.premium-admin{padding:1rem}.admin-stats-grid,.quick-links-grid{grid-template-columns:1fr}.period-selector{width:100%}.period-btn{text-align:center;flex:1}.admin-header-left h1{font-size:1.75rem}.stat-value{font-size:1.5rem}}.user-nav{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#0a0a0fd9;border-bottom:1px solid #ffffff0d;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.user-nav.scrolled{background:#0a0a0ff2;border-bottom:1px solid #3b82f64d;box-shadow:0 4px 30px #00000080}.user-nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:.8rem 2rem;display:flex;position:relative}.user-brand{z-index:2;cursor:pointer;align-items:center;gap:.75rem;text-decoration:none;display:flex}.user-logo-wrapper{width:42px;height:42px;transition:transform .3s;position:relative}.user-logo-image{object-fit:contain;border-radius:10px;width:100%;height:100%;transition:all .3s}.user-logo-glow{opacity:0;filter:blur(8px);z-index:-1;background:linear-gradient(45deg,#3b82f6,#8b5cf6,#3b82f6);border-radius:13px;transition:opacity .3s;position:absolute;inset:-3px}.user-brand:hover .user-logo-glow{opacity:.6;animation:3s linear infinite userRotateGradient}.user-brand:hover .user-logo-wrapper{transform:scale(1.05)}.user-brand-text{letter-spacing:1px;color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#b88cff,#7b3cff);-webkit-background-clip:text;background-clip:text;align-items:center;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:800;display:inline-block}.user-text-f{background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.user-text-aci{color:#fff}.user-text-nova{background:linear-gradient(135deg,#8b5cf6,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.user-nav-links{align-items:center;gap:.35rem;display:flex}.user-nav-link{color:#a0a0b0;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.user-nav-icon{width:18px;height:18px;transition:all .3s}.user-link-underline{background:linear-gradient(90deg,#3b82f6,#8b5cf6);width:60%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.user-nav-link:hover{color:#fff;background:#3b82f61a}.user-nav-link:hover .user-nav-icon{color:#3b82f6;transform:translateY(-2px)}.user-nav-link:hover .user-link-underline{transform:translate(-50%)scaleX(1)}.user-nav-link:active{transform:scale(.95)}.user-nav-link.active-link{color:#fff;background:#3b82f626}.user-nav-link.active-link .user-nav-icon{color:#3b82f6}.user-nav-link.active-link .user-link-underline{background:linear-gradient(90deg,#3b82f6,#60a5fa);transform:translate(-50%)scaleX(1)}.user-logout-btn{color:#f87171;cursor:pointer;background:linear-gradient(135deg,#ef444426,#dc26261a);border:1px solid #ef444466;border-radius:10px;align-items:center;gap:.5rem;margin-left:.5rem;padding:.6rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.user-logout-icon{width:18px;height:18px;transition:all .3s}.user-logout-glow{opacity:0;filter:blur(10px);z-index:-1;background:linear-gradient(45deg,#ef4444,#dc2626);border-radius:12px;transition:opacity .3s;position:absolute;inset:-2px}.user-logout-btn:hover{color:#fff;background:linear-gradient(135deg,#ef444440,#dc262633);border-color:#ef4444cc;transform:translateY(-2px)}.user-logout-btn:hover .user-logout-glow{opacity:.6}.user-logout-btn:hover .user-logout-icon{transform:translate(3px)}.user-logout-btn:active{transform:translateY(0)scale(.98)}.user-hamburger{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:none;position:relative}.user-hamburger-line{background:#fff;border-radius:2px;width:25px;height:2px;margin:3px 0;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:relative}.user-hamburger.active .user-hamburger-line:first-child{background:linear-gradient(90deg,#3b82f6,#8b5cf6);transform:rotate(45deg)translate(5px,6px)}.user-hamburger.active .user-hamburger-line:nth-child(2){opacity:0;transform:translate(-20px)}.user-hamburger.active .user-hamburger-line:nth-child(3){background:linear-gradient(90deg,#8b5cf6,#3b82f6);transform:rotate(-45deg)translate(5px,-6px)}.user-nav-border-glow{opacity:0;background:linear-gradient(90deg,#0000 0%,#3b82f633 20%,#8b5cf680 50%,#3b82f633 80%,#0000 100%);height:1px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.user-nav.scrolled .user-nav-border-glow{opacity:1}.user-nav-overlay{z-index:998;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.user-nav-overlay.active{opacity:1;visibility:visible}@keyframes userRotateGradient{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes userSlideInRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.user-nav-link{animation:.5s backwards userSlideInRight}.user-nav-link:first-child{animation-delay:50ms}.user-nav-link:nth-child(2){animation-delay:.1s}.user-nav-link:nth-child(3){animation-delay:.15s}.user-nav-link:nth-child(4){animation-delay:.2s}@media (width<=1024px){.user-nav-link{padding:.5rem .75rem;font-size:.85rem}.user-brand-text{font-size:1.2rem}}@media (width<=900px){.user-hamburger{display:flex}.user-nav-links{-webkit-backdrop-filter:blur(30px);z-index:999;background:#0a0a0ffa;border-left:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:280px;max-width:80%;height:100vh;padding:2rem 1rem;transition:right .4s;position:fixed;top:0;right:-100%;box-shadow:-10px 0 50px #00000080}.user-nav-links.active{right:0}.user-nav-link{justify-content:center;width:90%;padding:.8rem 1rem;font-size:1rem}.user-logout-btn{justify-content:center;width:90%;margin-top:.5rem;margin-left:0}.user-nav-container{padding:.8rem 1rem}}.admin-nav{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#0a0a0fd9;border-bottom:1px solid #ffffff0d;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.admin-nav.scrolled{background:#0a0a0ff2;border-bottom:1px solid #ef44444d;box-shadow:0 4px 30px #00000080}.admin-nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:.8rem 2rem;display:flex;position:relative}.admin-brand{z-index:2;align-items:center;gap:.75rem;display:flex}.admin-logo-wrapper{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.admin-shield-icon{color:#ef4444;filter:drop-shadow(0 0 8px #ef44444d);width:100%;height:100%;transition:all .3s}.admin-brand:hover .admin-logo-glow{opacity:1;animation:2s ease-in-out infinite adminPulse}.admin-brand:hover .admin-shield-icon{filter:drop-shadow(0 0 15px #ef444499);transform:scale(1.1)}.admin-brand-text{letter-spacing:1px;color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#b88cff,#7b3cff);-webkit-background-clip:text;background-clip:text;align-items:center;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:800;display:inline-block}.admin-text-panel{color:#f87171;text-transform:uppercase;letter-spacing:2px;margin-left:.25rem;font-size:.9rem;font-weight:600}.admin-nav-links{align-items:center;gap:.25rem;display:flex}.admin-nav-link{color:#a0a0b0;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.nav-link-icon{width:18px;height:18px;transition:all .3s}.link-underline{background:linear-gradient(90deg,#ef4444,#f87171);width:60%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.admin-nav-link:hover{color:#fff;background:#ef44441a}.admin-nav-link:hover .nav-link-icon{color:#ef4444;transform:translateY(-2px)}.admin-nav-link:hover .link-underline{transform:translate(-50%)scaleX(1)}.admin-nav-link:active{transform:scale(.95)}.admin-nav-link.active-link{color:#fff;background:#ef444426}.admin-nav-link.active-link .nav-link-icon{color:#ef4444}.admin-nav-link.active-link .link-underline{background:linear-gradient(90deg,#ef4444,#dc2626);transform:translate(-50%)scaleX(1)}.admin-logout-btn{color:#f87171;cursor:pointer;background:linear-gradient(135deg,#ef444426,#dc26261a);border:1px solid #ef444466;border-radius:10px;align-items:center;gap:.5rem;margin-left:.5rem;padding:.6rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.logout-icon{width:18px;height:18px;transition:all .3s}.logout-glow{opacity:0;filter:blur(10px);z-index:-1;background:linear-gradient(45deg,#ef4444,#dc2626);border-radius:12px;transition:opacity .3s;position:absolute;inset:-2px}.admin-logout-btn:hover{color:#fff;background:linear-gradient(135deg,#ef444440,#dc262633);border-color:#ef4444cc;transform:translateY(-2px)}.admin-logout-btn:hover .logout-glow{opacity:.6}.admin-logout-btn:hover .logout-icon{transform:translate(3px)}.admin-logout-btn:active{transform:translateY(0)scale(.98)}.admin-hamburger{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:none;position:relative}.admin-hamburger .hamburger-line{background:#fff;border-radius:2px;width:25px;height:2px;margin:3px 0;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:relative}.admin-hamburger.active .hamburger-line:first-child{background:linear-gradient(90deg,#ef4444,#f87171);transform:rotate(45deg)translate(5px,6px)}.admin-hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:translate(-20px)}.admin-hamburger.active .hamburger-line:nth-child(3){background:linear-gradient(90deg,#f87171,#ef4444);transform:rotate(-45deg)translate(5px,-6px)}.admin-nav-border-glow{opacity:0;background:linear-gradient(90deg,#0000 0%,#ef444433 20%,#ef444480 50%,#ef444433 80%,#0000 100%);height:1px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.admin-nav.scrolled .admin-nav-border-glow{opacity:1}@keyframes adminPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.admin-nav-link{animation:.5s backwards slideInRight}.admin-nav-link:first-child{animation-delay:50ms}.admin-nav-link:nth-child(2){animation-delay:.1s}.admin-nav-link:nth-child(3){animation-delay:.15s}.admin-nav-link:nth-child(4){animation-delay:.2s}.admin-nav-link:nth-child(5){animation-delay:.25s}@media (width<=1024px){.admin-nav-link{padding:.5rem .75rem;font-size:.85rem}.admin-brand-text{font-size:1.2rem}.admin-text-panel{font-size:.75rem}}@media (width<=900px){.admin-hamburger{display:flex}.admin-nav-links{-webkit-backdrop-filter:blur(30px);z-index:999;background:#0a0a0ffa;border-left:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:280px;max-width:80%;height:100vh;padding:2rem 1rem;transition:right .4s;position:fixed;top:0;right:-100%;box-shadow:-10px 0 50px #00000080}.admin-nav-links.active{right:0}.admin-nav-link{justify-content:center;width:90%;padding:.8rem 1rem;font-size:1rem}.admin-logout-btn{justify-content:center;width:90%;margin-top:.5rem;margin-left:0}.admin-nav-container{padding:.8rem 1rem}}html{scroll-behavior:smooth}.premium-nav{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#0a0a0fcc;border-bottom:1px solid #ffffff0d;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.premium-nav.scrolled{background:#0a0a0ff2;border-bottom:1px solid #8b5cf633;box-shadow:0 4px 30px #00000080}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:.8rem 2rem;display:flex;position:relative}.nav-logo{z-index:2;align-items:center;gap:.75rem;text-decoration:none;display:flex;position:relative}.logo-wrapper{width:45px;height:45px;transition:transform .3s;position:relative}.logo-image{object-fit:contain;border-radius:12px;width:100%;height:100%;transition:all .3s}.logo-glow{opacity:0;filter:blur(10px);z-index:-1;background:linear-gradient(45deg,#8b5cf6,#ec4899,#8b5cf6);border-radius:15px;transition:opacity .3s;position:absolute;inset:-3px}.nav-logo:hover .logo-glow{opacity:.6;animation:3s linear infinite rotateGradient}.nav-logo:hover .logo-wrapper{transform:scale(1.05)}.logo-text{letter-spacing:1px;color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#b88cff,#7b3cff);-webkit-background-clip:text;background-clip:text;align-items:center;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:800;display:inline-block}.nav-links{align-items:center;gap:.5rem;display:flex}.nav-link{color:#a0a0b0;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.link-text{z-index:1;transition:color .3s;position:relative}.link-hover{background:linear-gradient(90deg,#8b5cf6,#ec4899);width:60%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.nav-link:hover{color:#fff}.nav-link:hover .link-hover{transform:translate(-50%)scaleX(1)}.nav-link:active{transform:scale(.95)}.login-btn{color:#c084fc;background:linear-gradient(135deg,#8b5cf61a,#ec48991a);border:1px solid #8b5cf64d;margin-left:.5rem;padding:.6rem 1.5rem}.login-btn:hover{color:#fff;background:linear-gradient(135deg,#8b5cf633,#ec489933);border-color:#8b5cf699;box-shadow:0 0 20px #8b5cf64d}.btn-glow{opacity:0;filter:blur(8px);z-index:-1;background:linear-gradient(45deg,#8b5cf6,#ec4899);border-radius:10px;transition:opacity .3s;position:absolute;inset:-2px}.login-btn:hover .btn-glow{opacity:.5}.hamburger{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:none;position:relative}.hamburger-line{background:#fff;border-radius:2px;width:25px;height:2px;margin:3px 0;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:relative}.hamburger.active .hamburger-line:first-child{background:linear-gradient(90deg,#8b5cf6,#ec4899);transform:rotate(45deg)translate(5px,6px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:translate(-20px)}.hamburger.active .hamburger-line:nth-child(3){background:linear-gradient(90deg,#ec4899,#8b5cf6);transform:rotate(-45deg)translate(5px,-6px)}.nav-border-glow{opacity:0;background:linear-gradient(90deg,#0000 0%,#8b5cf64d 20%,#ec489980 50%,#8b5cf64d 80%,#0000 100%);height:1px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.premium-nav.scrolled .nav-border-glow{opacity:1}@keyframes rotateGradient{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.nav-link{animation:.5s backwards fadeInDown}.nav-link:first-child{animation-delay:.1s}.nav-link:nth-child(2){animation-delay:.2s}.nav-link:nth-child(3){animation-delay:.3s}@media (width<=768px){.hamburger{display:flex}.nav-links{-webkit-backdrop-filter:blur(30px);background:#0a0a0ff7;border-left:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:280px;max-width:80%;height:100vh;transition:right .4s;position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #00000080}.nav-links.active{right:0}.nav-link{text-align:center;width:85%;padding:.9rem 1.5rem;font-size:1.1rem}.login-btn{width:85%;margin-left:0}.nav-container{padding:.8rem 1rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background:#0a0a0f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{padding-top:80px}.premium-admin-product{color:#fff;background:#0a0a0f;min-height:100vh;padding:2rem}.toast-message{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:500;animation:.4s slideInRight,.4s 2.6s forwards slideOutRight;display:flex;position:fixed;top:2rem;right:2rem}.toast-message.success{color:#22c55e;background:#22c55e33;border:1px solid #22c55e4d}.toast-message.error{color:#ef4444;background:#ef444433;border:1px solid #ef44444d}.toast-message svg{width:20px;height:20px}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.ap-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;animation:.6s fadeInDown;display:flex}.ap-header-content h1{background:linear-gradient(135deg,#fff 30%,#a0a0b0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.ap-header-content p{color:#a0a0b0;font-size:.95rem}.ap-add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:inherit;font-weight:600;transition:all .3s;display:flex}.ap-add-btn svg{width:20px;height:20px}.ap-add-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #3b82f64d}.ap-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem;animation:.6s .1s backwards fadeInUp;display:grid}.ap-stat-card{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:1rem;transition:all .3s}.ap-stat-card:hover{border-color:#3b82f64d;transform:translateY(-3px)}.ap-stat-value{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.5rem;font-weight:800;display:block}.ap-stat-label{color:#a0a0b0;text-transform:uppercase;letter-spacing:1.5px;font-size:.6rem}.ap-form-section{margin-bottom:2rem;animation:.6s .2s backwards fadeInUp}.ap-form-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:2rem}.ap-form-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.ap-form-header h2{font-size:1.5rem;font-weight:600}.ap-close-btn{color:#a0a0b0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.ap-close-btn svg{width:18px;height:18px}.ap-close-btn:hover{color:#ef4444;background:#ef444433;border-color:#ef44444d}.ap-form-grid{grid-template-columns:1fr 380px;gap:2rem;display:grid}.ap-form-fields{flex-direction:column;gap:1.25rem;display:flex}.ap-form-group{flex-direction:column;gap:.5rem;display:flex}.ap-form-group label{color:#a0a0b0;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}.ap-form-group input,.ap-form-group select,.ap-form-group textarea{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.ap-form-group input:focus,.ap-form-group select:focus,.ap-form-group textarea:focus{background:#3b82f60d;border-color:#3b82f680;outline:none;box-shadow:0 0 20px #3b82f61a}.ap-form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.2rem}.ap-form-group textarea{resize:vertical;min-height:80px}.ap-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.badge-selector{flex-wrap:wrap;gap:.5rem;display:flex}.badge-option{color:#a0a0b0;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:50px;padding:.4rem 1rem;font-family:inherit;font-size:.8rem;transition:all .3s}.badge-option:hover{color:#fff;border-color:#3b82f64d}.badge-option.selected{color:#fff;background:linear-gradient(135deg,#3b82f633,#8b5cf633);border-color:#3b82f680}.ap-form-actions{gap:1rem;margin-top:.5rem;display:flex}.ap-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.9rem;font-family:inherit;font-weight:600;transition:all .3s;display:flex}.ap-submit-btn svg{width:18px;height:18px}.ap-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.ap-cancel-btn{color:#a0a0b0;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:.9rem 2rem;font-family:inherit;transition:all .3s}.ap-cancel-btn:hover{color:#fff;background:#ffffff14}.ap-form-preview h3{color:#a0a0b0;margin-bottom:1rem;font-size:1rem}.preview-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;overflow:hidden}.preview-image{background:#0000004d;height:200px;position:relative}.preview-image img{object-fit:cover;width:100%;height:100%}.preview-placeholder{color:#555;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:100%;display:flex}.preview-placeholder svg{width:48px;height:48px}.preview-badge{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50px;padding:.3rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.preview-info{padding:1.25rem}.preview-category{color:#3b82f6;letter-spacing:1px;text-transform:uppercase;font-size:.75rem;font-weight:600}.preview-info h4{margin:.5rem 0;font-size:1.1rem}.preview-info p{color:#a0a0b0;margin-bottom:.75rem;font-size:.85rem;line-height:1.4}.preview-price{color:#22c55e;font-size:1.3rem;font-weight:700}.ap-products-section{animation:.6s .3s backwards fadeInUp}.ap-products-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ap-products-header h2{font-size:1.5rem;font-weight:600}.ap-search-wrapper{min-width:280px;position:relative}.ap-search-icon{color:#a0a0b0;width:18px;height:18px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.ap-search-input{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;width:100%;padding:.75rem 1rem .75rem 2.75rem;font-family:inherit;font-size:.9rem;transition:all .3s}.ap-search-input:focus{border-color:#3b82f680;outline:none}.ap-products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.ap-product-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;transition:all .3s;animation:.4s backwards fadeInUp;overflow:hidden}.ap-product-card:hover{border-color:#3b82f64d;transform:translateY(-5px);box-shadow:0 15px 30px #0000004d}.ap-product-image{height:200px;position:relative;overflow:hidden}.ap-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ap-product-card:hover .ap-product-image img{transform:scale(1.05)}.ap-product-badge{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50px;padding:.3rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.ap-product-overlay{opacity:0;background:#0a0a0fb3;justify-content:center;align-items:center;gap:.75rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.ap-product-card:hover .ap-product-overlay{opacity:1}.ap-edit-btn,.ap-delete-btn{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}.ap-edit-btn{color:#60a5fa;background:#3b82f64d}.ap-edit-btn svg,.ap-delete-btn svg{width:18px;height:18px}.ap-edit-btn:hover{background:#3b82f699;transform:scale(1.1)}.ap-delete-btn{color:#f87171;background:#ef44444d}.ap-delete-btn:hover{background:#ef444499;transform:scale(1.1)}.ap-product-info{padding:1.25rem}.ap-product-category{color:#3b82f6;letter-spacing:1px;text-transform:uppercase;font-size:.75rem;font-weight:600}.ap-product-info h3{margin:.5rem 0;font-size:1.05rem}.ap-product-price{color:#22c55e;font-size:1.2rem;font-weight:700}.ap-empty{text-align:center;grid-column:1/-1;padding:4rem 2rem}.ap-empty svg{color:#444;width:64px;height:64px;margin-bottom:1rem}.ap-empty h3{color:#a0a0b0;margin-bottom:.5rem;font-size:1.3rem}.ap-empty p{color:#666}.ap-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.ap-modal{text-align:center;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:20px;width:90%;max-width:420px;padding:2rem;animation:.3s scaleIn}.ap-modal-icon{background:#ef44441a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.ap-modal-icon svg{color:#f87171;width:28px;height:28px}.ap-modal h3{margin-bottom:.75rem;font-size:1.3rem}.ap-modal p{color:#a0a0b0;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.ap-modal-actions{gap:1rem;display:flex}.ap-modal-cancel,.ap-modal-delete{cursor:pointer;border-radius:10px;flex:1;padding:.75rem;font-family:inherit;font-weight:600;transition:all .3s}.ap-modal-cancel{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.ap-modal-cancel:hover{background:#ffffff1a}.ap-modal-delete{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:none}.ap-modal-delete:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ef44444d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (width<=1024px){.ap-form-grid{grid-template-columns:1fr}}@media (width<=768px){.premium-admin-product{padding:1.5rem}.ap-header{flex-direction:column;align-items:flex-start}.ap-header-content h1{font-size:1.75rem}.ap-form-row{grid-template-columns:1fr}.ap-form-actions{flex-direction:column}.ap-products-header{flex-direction:column;align-items:stretch}.ap-search-wrapper{min-width:100%}}@media (width<=480px){.premium-admin-product{padding:1rem}.ap-form-card{padding:1.25rem}.ap-stats{grid-template-columns:1fr}}.premium-table-page{color:#fff;background:#0a0a0f;min-height:100vh;padding:2rem}.table-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;animation:.6s fadeInDown;display:flex}.table-header-content h1{background:linear-gradient(135deg,#fff 30%,#a0a0b0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.table-header-content p{color:#a0a0b0;font-size:.95rem}.table-header-stats{gap:1rem;display:flex}.header-stat{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;padding:1rem 1.5rem;transition:all .3s}.header-stat:hover{border-color:#3b82f64d;transform:translateY(-3px)}.header-stat-value{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800;display:block}.header-stat-label{color:#a0a0b0;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.table-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;animation:.6s .1s backwards fadeInUp;display:flex}.toolbar-left{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.search-wrapper{min-width:280px;position:relative}.search-icon{color:#a0a0b0;pointer-events:none;width:18px;height:18px;transition:color .3s;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.filter-pills{gap:.5rem;display:flex}.filter-pill{color:#a0a0b0;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:50px;padding:.5rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .3s}.filter-pill:hover{color:#fff;border-color:#3b82f64d}.filter-pill.active{color:#fff;background:linear-gradient(135deg,#3b82f633,#8b5cf633);border-color:#3b82f680}.showing-text{color:#a0a0b0;font-size:.85rem}.table-container{border:1px solid #ffffff0f;border-radius:20px;animation:.6s .2s backwards fadeInUp;overflow:hidden}.table-wrapper{overflow-x:auto}.user-table{border-collapse:collapse;width:100%;min-width:900px}.user-table thead{background:#ffffff08;border-bottom:1px solid #ffffff14}.user-table th{text-align:left;color:#a0a0b0;text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;padding:1.1rem 1.25rem;font-size:.8rem;font-weight:600;transition:all .3s}.user-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.user-table th.sortable:hover{color:#fff;background:#3b82f60d}.th-content{align-items:center;gap:.5rem;display:flex}.th-icon{color:#666;width:16px;height:16px}.sort-icon{color:#3b82f6;margin-left:.25rem;font-size:.75rem}.user-table td{color:#d0d0d0;white-space:nowrap;border-bottom:1px solid #ffffff08;padding:1rem 1.25rem;font-size:.9rem}.user-table tbody tr{transition:all .3s;animation:.4s backwards fadeInRow}@keyframes fadeInRow{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.user-table tbody tr:hover{background:#3b82f60d}.user-table tbody tr:nth-child(2n){background:#ffffff03}.user-table tbody tr:nth-child(2n):hover{background:#3b82f60d}.user-name-cell{align-items:center;gap:.75rem;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.9rem;font-weight:700;display:flex}.password-masked{color:#666;letter-spacing:3px}.user-code{color:#3b82f6;letter-spacing:1px;background:#3b82f61a;border-radius:6px;padding:.3rem .75rem;font-family:Courier New,monospace;font-size:.85rem}.role-badge{letter-spacing:1px;text-transform:uppercase;border-radius:50px;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.role-badge.admin{color:#a78bfa;background:#8b5cf626;border:1px solid #8b5cf64d}.role-badge.user{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d}.no-data{text-align:center;padding:4rem 2rem!important}.empty-state{flex-direction:column;align-items:center;gap:1rem;display:flex}.empty-state svg{color:#444;width:60px;height:60px}.empty-state h3{color:#a0a0b0;font-size:1.3rem;font-weight:600}.empty-state p{color:#666;font-size:.9rem}.table-loading{padding:1rem}.skeleton-row{border-bottom:1px solid #ffffff08;gap:1rem;padding:1rem 1.25rem;animation:1.5s ease-in-out infinite shimmer;display:flex}.skeleton-cell{background:#ffffff0d;border-radius:4px;flex:1;height:16px}.pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;animation:.6s .3s backwards fadeInUp;display:flex}.page-btn{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-family:inherit;font-size:.85rem;transition:all .3s;display:flex}.page-btn svg{width:16px;height:16px}.page-btn:hover:not(:disabled){background:#3b82f61a;border-color:#3b82f64d}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-numbers{gap:.4rem;display:flex}.page-number{color:#a0a0b0;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-family:inherit;font-weight:500;transition:all .3s;display:flex}.page-number:hover{color:#fff;border-color:#3b82f64d}.page-number.active{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:#0000}@media (width<=1024px){.premium-table-page{padding:1.5rem}.table-header{flex-direction:column;align-items:flex-start}}@media (width<=768px){.premium-table-page{padding:1rem}.table-header-content h1{font-size:1.75rem}.table-toolbar{flex-direction:column;align-items:stretch}.toolbar-left{flex-direction:column}.search-wrapper{min-width:100%}.filter-pills{padding-bottom:.5rem;overflow-x:auto}.user-table thead{display:none}.user-table,.user-table tbody,.user-table tr,.user-table td{width:100%;display:block}.user-table{min-width:unset}.user-table tr{background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;margin-bottom:1rem;padding:.5rem;transition:all .3s}.user-table tr:hover{background:#3b82f608;border-color:#3b82f64d}.user-table td{text-align:right;border:none;border-bottom:1px solid #ffffff08;padding:.75rem 1rem;position:relative}.user-table td:last-child{border-bottom:none}.user-table td:before{content:attr(data-label);color:#a0a0b0;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:600;position:absolute;left:1rem}.user-name-cell{justify-content:flex-end}.pagination{flex-wrap:wrap}.page-numbers{order:-1;justify-content:center;width:100%}.page-number{width:35px;height:35px;font-size:.8rem}}@media (width<=480px){.header-stat{padding:.75rem 1rem}.header-stat-value{font-size:1.3rem}.page-btn{padding:.6rem 1rem;font-size:.8rem}}.premium-plist{color:#fff;background:#0a0a0f;min-height:100vh;padding:2rem}.plist-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;animation:.6s fadeInDown;display:flex}.plist-header-content h1{background:linear-gradient(135deg,#fff 30%,#a0a0b0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.plist-header-content p{color:#a0a0b0;font-size:.95rem}.plist-header-stats{gap:1rem;display:flex}.plist-stat{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;padding:1rem 1.5rem;transition:all .3s}.plist-stat:hover{border-color:#22c55e4d;transform:translateY(-3px)}.plist-stat-value{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#b88cff,#7948e1);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;display:block}.plist-stat-label{color:#a0a0b0;text-transform:uppercase;letter-spacing:1.5px;font-size:.75rem}.plist-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;animation:.6s .1s backwards fadeInUp;display:flex}.plist-toolbar-left{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.plist-search{min-width:260px;position:relative}.plist-search svg{color:#a0a0b0;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.plist-search input{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;width:100%;padding:.7rem 1rem .7rem 2.75rem;font-family:inherit;font-size:.9rem;transition:all .3s}.plist-search input:focus{background:#22c55e08;border-color:#22c55e80;outline:none}.plist-clear-search{cursor:pointer;color:#a0a0b0;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.plist-clear-search svg{width:14px;height:14px;position:static;transform:none}.plist-clear-search:hover{color:#ef4444;background:#ef44444d}.plist-sort{color:#fff;cursor:pointer;appearance:none;background:#ffffff08 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right .5rem center/1rem no-repeat;border:1px solid #ffffff14;border-radius:50px;padding:.7rem 2rem .7rem 1rem;font-family:inherit;font-size:.85rem}.plist-sort:focus{border-color:#22c55e80;outline:none}.plist-sort option{color:#fff;background:#1a1a2e}.plist-view-toggle{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;display:flex;overflow:hidden}.plist-view-btn{color:#a0a0b0;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:42px;height:38px;transition:all .3s;display:flex}.plist-view-btn svg{width:18px;height:18px}.plist-view-btn.active{color:#22c55e;background:#22c55e33}.plist-view-btn:hover:not(.active){color:#fff}.plist-categories{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;animation:.6s .15s backwards fadeInUp;display:flex}.plist-cat-btn{color:#a0a0b0;cursor:pointer;text-transform:capitalize;background:0 0;border:1px solid #ffffff1a;border-radius:50px;padding:.5rem 1.25rem;font-family:inherit;font-size:.85rem;transition:all .3s}.plist-cat-btn:hover{color:#fff;border-color:#22c55e4d}.plist-cat-btn.active{color:#fff;background:linear-gradient(135deg,#22c55e33,#10b98133);border-color:#22c55e80}.plist-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;animation:.6s .2s backwards fadeInUp;display:grid}.plist-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.4s backwards fadeInUp;overflow:hidden}.plist-card:hover{border-color:#22c55e4d;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.plist-card-img{background:#0000004d;height:220px;position:relative;overflow:hidden}.plist-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.plist-card:hover .plist-card-img img{transform:scale(1.08)}.plist-badge{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50px;padding:.3rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.plist-card-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#a0a0b0;letter-spacing:1px;background:#0a0a0fcc;border:1px solid #ffffff1a;border-radius:50px;padding:.3rem .75rem;font-size:.7rem;position:absolute;bottom:.75rem;left:.75rem}.plist-card-body{padding:1.25rem}.plist-card-body h3{color:#fff;margin-bottom:.5rem;font-size:1.05rem;font-weight:600;line-height:1.3}.plist-card-desc{color:#a0a0b0;max-height:2.8em;margin-bottom:1rem;font-size:.8rem;line-height:1.4;overflow:hidden}.plist-card-footer{justify-content:space-between;align-items:center;display:flex}.plist-card-price{color:#22c55e;font-size:1.3rem;font-weight:800}.plist-card-btn{color:#22c55e;cursor:pointer;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.plist-card-btn svg{width:18px;height:18px}.plist-card-btn:hover{background:#22c55e4d;transform:scale(1.1)}.plist-list-view{flex-direction:column;gap:.75rem;animation:.6s .2s backwards fadeInUp;display:flex}.plist-list-item{background:#ffffff05;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:1.25rem;padding:1rem 1.5rem;transition:all .3s;animation:.3s backwards fadeInUp;display:flex}.plist-list-item:hover{background:#22c55e05;border-color:#22c55e33}.plist-list-img{border-radius:10px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.plist-list-img img{object-fit:cover;width:100%;height:100%}.plist-list-info{flex:1;min-width:0}.plist-list-info h3{margin-bottom:.25rem;font-size:1rem;font-weight:600}.plist-list-meta{color:#a0a0b0;font-size:.8rem}.plist-list-price{color:#0e9c42;white-space:nowrap;font-size:1.15rem;font-weight:700}.plist-list-action{color:#a0a0b0;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.plist-list-action svg{width:16px;height:16px}.plist-list-action:hover{color:#22c55e;background:#22c55e33;border-color:#22c55e4d}.plist-skeleton{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;animation:1.5s ease-in-out infinite shimmer;overflow:hidden}.skeleton-img{background:#ffffff08;height:220px}.skeleton-name{width:60%}.plist-empty{text-align:center;padding:5rem 2rem;animation:.6s fadeInUp}.plist-empty-icon{background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 1.5rem;display:flex}.plist-empty-icon svg{color:#22c55e;width:44px;height:44px}.plist-empty h3{margin-bottom:.75rem;font-size:1.5rem}.plist-empty p{color:#a0a0b0;margin-bottom:1.5rem}.plist-empty button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:50px;padding:.75rem 2rem;font-family:inherit;font-weight:600;transition:all .3s}.plist-empty button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #22c55e4d}.plist-footer{text-align:center;color:#a0a0b0;padding:2rem 0 0;font-size:.9rem}.plist-footer strong{color:#fff}@media (width<=1024px){.plist-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (width<=768px){.premium-plist{padding:1.5rem}.plist-header{flex-direction:column;align-items:flex-start}.plist-header-content h1{font-size:1.75rem}.plist-header-stats{width:100%}.plist-stat{flex:1;padding:.75rem}.plist-stat-value{font-size:1.2rem}.plist-toolbar{flex-direction:column;align-items:stretch}.plist-toolbar-left{flex-direction:column}.plist-search{min-width:100%}.plist-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.plist-card{width:100%}.plist-card-img{object-fit:cover;height:180px}.plist-card-content{padding:1rem}}@media (width<=480px){.premium-plist{padding:1rem}.plist-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.plist-card-img{height:140px}.plist-card-title{font-size:.9rem}.plist-card-desc{font-size:.75rem}.plist-card-price{font-size:1rem}.plist-card-content{padding:.8rem}}.premium-products-page{background:#0a0a0f;min-height:100vh}.filters-section{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0ff2;border-bottom:1px solid #ffffff0d;padding:2rem;position:sticky;top:80px}.filters-container{align-items:center;gap:1rem;max-width:1400px;margin:0 auto 1rem;display:flex}.search-wrapper{flex:1;max-width:500px;position:relative}.search-input{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;width:100%;padding:1rem 1.25rem 1rem 3.5rem;font-size:.95rem;transition:all .3s}.search-input:focus{background:#3b82f60d;border-color:#3b82f680;outline:none}.search-input:focus+.search-icon{color:#3b82f6}.clear-search{cursor:pointer;color:#a0a0b0;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.clear-search svg{width:14px;height:14px}.clear-search:hover{color:#ef4444;background:#ef44444d}.sort-select{color:#fff;cursor:pointer;appearance:none;background:#ffffff08 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right .75rem center/1.2rem no-repeat;border:1px solid #ffffff14;border-radius:50px;padding:1rem 2rem 1rem 1.5rem;font-size:.9rem;transition:all .3s}.sort-select:focus{border-color:#3b82f680;outline:none}.sort-select option{color:#fff;background:#1a1a2e}.category-filters{flex-wrap:wrap;gap:.75rem;max-width:1400px;margin:0 auto;display:flex}.category-btn{color:#a0a0b0;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:50px;padding:.6rem 1.5rem;font-family:inherit;font-size:.85rem;transition:all .3s;position:relative;overflow:hidden}.category-btn:hover{color:#fff;background:#3b82f60d;border-color:#3b82f64d}.category-btn.active{color:#fff;background:linear-gradient(135deg,#3b82f633,#8b5cf633);border-color:#3b82f680}.active-indicator{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;width:30px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.products-container{max-width:1400px;margin:0 auto;padding:2rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s backwards fadeInUp;overflow:hidden}.product-card:hover{border-color:#3b82f64d;transform:translateY(-10px);box-shadow:0 30px 60px #00000080}.product-image-wrapper{background:#0000004d;height:280px;position:relative;overflow:hidden}.product-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-image-wrapper img{transform:scale(1.1)}.product-badge{letter-spacing:1px;text-transform:uppercase;z-index:2;border-radius:50px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-badge.hot,.product-badge.trending{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.product-badge.new{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.product-badge.best-seller,.product-badge.best{color:#0a0a0f;background:linear-gradient(135deg,#f59e0b,#d97706)}.product-badge.premium{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.product-badge.sale{color:#fff;background:linear-gradient(135deg,#ef4444,#f97316)}.product-overlay{opacity:0;background:#0a0a0fb3;justify-content:center;align-items:center;gap:1rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.product-overlay.visible{opacity:1}.overlay-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.overlay-btn svg{width:20px;height:20px}.overlay-btn:hover{background:#3b82f680;border-color:#3b82f6cc;transform:scale(1.1)}.overlay-btn.wishlist.active{color:#ef4444;background:#ef444480;border-color:#ef4444cc}.product-info{padding:1.5rem}.product-info h3{color:#fff;margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.product-description{color:#a0a0b0;margin-bottom:.75rem;font-size:.85rem;line-height:1.4}.product-rating{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.stars{gap:2px;display:flex}.star{color:#333;font-size:.9rem}.star.filled{color:#fbbf24}.rating-number{color:#fbbf24;font-size:.85rem;font-weight:600}.reviews-count{color:#a0a0b0;font-size:.8rem}.product-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.add-to-cart-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.add-to-cart-btn svg{width:16px;height:16px}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f666}.add-to-cart-btn.added{background:linear-gradient(135deg,#10b981,#059669)}.add-to-cart-btn.added:hover{box-shadow:0 10px 25px #10b98166}.loading-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.skeleton-card{background:#ffffff05;border-radius:20px;animation:1.5s ease-in-out infinite shimmer;overflow:hidden}.skeleton-image{background:#ffffff08;height:280px}.skeleton-text{background:#ffffff0d;border-radius:4px;height:16px;margin:1rem 1.5rem}.skeleton-title{width:60%}.skeleton-price{width:30%}.skeleton-button{background:#ffffff0d;border-radius:50px;height:40px;margin:1rem 1.5rem 1.5rem}.empty-state{text-align:center;padding:5rem 2rem;animation:.6s fadeInUp}.empty-icon{background:#3b82f61a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;display:flex}.empty-icon svg{color:#3b82f6;width:40px;height:40px}.empty-state h3{margin-bottom:.5rem;font-size:1.5rem}.empty-state p{color:#a0a0b0;margin-bottom:2rem}.empty-state button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:50px;padding:.75rem 2rem;font-family:inherit;font-weight:600;transition:all .3s}.empty-state button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f666}.results-info{text-align:center;color:#a0a0b0;padding:2rem;font-size:.9rem}.results-info strong{color:#fff}@media (width<=1024px){.filters-container{flex-direction:column;align-items:stretch}.search-wrapper{max-width:100%}}@media (width<=768px){.products-hero{padding:4rem 1rem 3rem}.products-hero h1{font-size:2rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.category-filters{gap:.5rem}.category-btn{padding:.5rem 1rem;font-size:.8rem}}@media (width<=480px){.filters-section{z-index:100;padding:1rem;position:sticky;top:70px}.filters-container{gap:.75rem;width:100%}.search-wrapper{width:100%;max-width:100%}.search-input{width:100%;font-size:.85rem}.sort-select{width:100%}.category-filters{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:.5rem;overflow-x:auto}.category-filters::-webkit-scrollbar{display:none}.category-btn{white-space:nowrap;flex-shrink:0}.products-container{padding:1rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.product-card{width:100%;min-width:0}.product-image-wrapper{height:170px}.product-info{padding:.8rem}.product-info h3{font-size:.9rem}.product-description{font-size:.75rem}.product-price{font-size:1rem}.add-to-cart-btn{padding:.45rem .7rem;font-size:.7rem}}.premium-cart-page{color:#fff;background:#0a0a0f;min-height:100vh}.cart-header{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border-bottom:1px solid #ffffff0d;padding:3rem 2rem}.cart-header-content{max-width:1400px;margin:0 auto}.cart-header h1{background:linear-gradient(135deg,#fff 30%,#a0a0b0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.cart-breadcrumb{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.cart-breadcrumb a{color:#3b82f6;text-decoration:none;transition:color .3s}.cart-breadcrumb a:hover{color:#60a5fa}.separator{color:#555}.current{color:#a0a0b0}.cart-container{max-width:1400px;margin:0 auto;padding:2rem}.empty-cart{text-align:center;padding:5rem 2rem;animation:.6s fadeInUp}.empty-cart-icon{background:#3b82f61a;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 2rem;display:flex}.empty-cart-icon svg{color:#3b82f6;width:50px;height:50px}.empty-cart h2{margin-bottom:1rem;font-size:2rem}.empty-cart p{color:#a0a0b0;margin-bottom:2rem;font-size:1.1rem}.continue-shopping-btn{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.continue-shopping-btn:hover{transform:translateY(-3px)}.cart-layout{grid-template-columns:1fr 400px;align-items:start;gap:2rem;display:grid}.cart-items-section{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:2rem}.cart-items-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.cart-items-header h2{font-size:1.5rem;font-weight:600}.clear-cart-btn{color:#f87171;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.clear-cart-btn svg{width:16px;height:16px}.clear-cart-btn:hover{background:#ef444433;border-color:#ef444466}.free-shipping-banner{background:#3b82f60d;border:1px solid #3b82f626;border-radius:12px;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex}.shipping-icon svg{color:#3b82f6;width:24px;height:24px}.shipping-text{flex:1}.shipping-text p{color:#a0a0b0;margin-bottom:.5rem;font-size:.9rem}.shipping-text strong{color:#fff}.shipping-text span{color:#22c55e;font-weight:600}.shipping-progress-bar{background:#ffffff1a;border-radius:3px;height:6px;overflow:hidden}.shipping-progress-fill{background:linear-gradient(90deg,#3b82f6,#22c55e);border-radius:3px;height:100%;transition:width .6s}.cart-items-list{flex-direction:column;gap:1rem;display:flex}.cart-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .3s;animation:.4s backwards fadeInUp;display:flex}.cart-item:hover{background:#3b82f605;border-color:#3b82f633}.cart-item.removing{animation:.3s forwards slideOut}@keyframes slideOut{to{opacity:0;transform:translate(50px)}}.cart-item-image{border-radius:12px;flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.item-badge{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50px;padding:.25rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.cart-item-details{flex-direction:column;flex:1;justify-content:space-between;display:flex}.item-info h3{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.item-category{color:#3b82f6;letter-spacing:1px;text-transform:uppercase;font-size:.75rem;font-weight:600}.item-description{color:#a0a0b0;margin-top:.5rem;font-size:.85rem;line-height:1.4}.item-actions{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.quantity-controls{background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:0;display:flex;overflow:hidden}.qty-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:35px;height:35px;transition:all .2s;display:flex}.qty-btn:hover:not(:disabled){background:#3b82f633}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-btn svg{width:16px;height:16px}.qty-display{text-align:center;width:40px;font-size:.9rem;font-weight:600}.remove-item-btn{color:#f87171;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;transition:all .3s;display:flex}.remove-item-btn svg{width:16px;height:16px}.remove-item-btn:hover{background:#ef44441a}.cart-item-price{text-align:right;flex-shrink:0}.item-price{color:#22c55e;font-size:1.2rem;font-weight:700;display:block}.item-unit-price{color:#a0a0b0;margin-top:.25rem;font-size:.8rem;display:block}.continue-shopping-link{color:#3b82f6;align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:500;text-decoration:none;transition:gap .3s;display:inline-flex}.continue-shopping-link svg{width:20px;height:20px;transition:transform .3s}.continue-shopping-link:hover{gap:.75rem}.continue-shopping-link:hover svg{transform:translate(-3px)}.order-summary-section{position:sticky;top:100px}.order-summary-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:2rem}.price-breakdown{margin-bottom:1.5rem}.price-row{color:#a0a0b0;justify-content:space-between;align-items:center;padding:.6rem 0;font-size:.9rem;display:flex}.discount-row{color:#22c55e}.discount-amount,.free-shipping{color:#22c55e;font-weight:600}.price-divider{background:#ffffff1a;height:1px;margin:.75rem 0}.total-row{color:#fff;font-size:1.2rem;font-weight:700}.savings-text{text-align:center;color:#22c55e;margin-top:.5rem;font-size:.85rem;font-weight:500}.checkout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:1.5rem;padding:1rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.checkout-btn svg{width:20px;height:20px;transition:transform .3s}.checkout-btn:hover{transform:translateY(-3px)}.checkout-btn:hover svg{transform:translate(5px)}.payment-methods{text-align:center;margin-bottom:1.5rem}.payment-methods p{color:#a0a0b0;margin-bottom:.5rem;font-size:.8rem}.payment-icons{justify-content:center;gap:1rem;display:flex}.payment-icon{filter:grayscale(.5);font-size:1.5rem;transition:filter .3s}.payment-icon:hover{filter:grayscale(0)}.trust-badges{border-top:1px solid #ffffff0d;justify-content:center;gap:1.5rem;padding-top:1rem;display:flex}.trust-item{color:#a0a0b0;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.trust-item svg{color:#22c55e;width:16px;height:16px}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.confirm-modal{text-align:center;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:20px;width:90%;max-width:400px;padding:2rem;animation:.3s scaleIn}.modal-icon{background:#ef44441a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.modal-icon svg{color:#f87171;width:30px;height:30px}.confirm-modal h3{margin-bottom:.5rem;font-size:1.3rem}.confirm-modal p{color:#a0a0b0;margin-bottom:1.5rem;font-size:.95rem}.modal-actions{gap:1rem;display:flex}.cancel-btn,.confirm-btn{cursor:pointer;border-radius:10px;flex:1;padding:.75rem;font-family:inherit;font-weight:600;transition:all .3s}.cancel-btn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.cancel-btn:hover{background:#ffffff1a}.confirm-btn{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:none}.confirm-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ef44444d}@media (width<=1024px){.cart-layout{grid-template-columns:1fr 350px;gap:1.5rem}}@media (width<=768px){.cart-layout{grid-template-columns:1fr}.order-summary-section{position:static}.cart-header h1{font-size:2rem}.cart-item{flex-direction:column}.cart-item-image{width:100%;height:200px}.cart-item-price{text-align:left;margin-top:1rem}.item-actions{flex-direction:column;align-items:flex-start}.cart-items-section{padding:1.5rem}.trust-badges{flex-direction:column;align-items:center;gap:.75rem}}@media (width<=480px){.cart-container{padding:1rem}.cart-header{padding:2rem 1rem}.cart-header h1{font-size:1.5rem}.cart-items-header{flex-direction:column;align-items:flex-start;gap:1rem}.modal-actions{flex-direction:column}}.premium-checkout-page{color:#fff;background:#0a0a0f;min-height:100vh}.checkout-header{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border-bottom:1px solid #ffffff0d;padding:3rem 2rem}.checkout-header-content{max-width:1400px;margin:0 auto}.checkout-header h1{background:linear-gradient(135deg,#fff 30%,#a0a0b0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.checkout-breadcrumb{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.checkout-wrapper{max-width:1400px;margin:0 auto;padding:2rem}.checkout-empty-state{text-align:center;padding:5rem 2rem;animation:.6s fadeInUp}.empty-icon-wrapper{background:#3b82f61a;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 2rem;display:flex}.empty-icon-wrapper svg{color:#3b82f6;width:50px;height:50px}.checkout-empty-state h2{color:#fff;margin-bottom:1rem;font-size:2rem}.checkout-empty-state p{color:#a0a0b0;margin-bottom:2rem;font-size:1.1rem}.shop-now-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:50px;padding:1rem 2.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s}.shop-now-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #3b82f64d}.checkout-layout{grid-template-columns:1fr 420px;align-items:start;gap:2rem;display:grid}.checkout-main{flex-direction:column;gap:1.1rem;display:flex}.checkout-section{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:1rem;animation:.5s backwards fadeInUp}.checkout-section:nth-child(2){animation-delay:.1s}.checkout-section:nth-child(3){animation-delay:.2s}.section-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.section-icon{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid #3b82f633;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.section-icon svg{color:#3b82f6;width:22px;height:22px}.section-header h3{font-size:1.2rem;font-weight:600}.address-details{padding:.5rem 0}.user-name{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.user-email{color:#a0a0b0;margin-bottom:.5rem;font-size:.9rem}.default-address{color:#22c55e;margin-bottom:1rem;font-size:.85rem;font-weight:500}.change-address-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:.6rem 1.5rem;font-family:inherit;font-size:.85rem;transition:all .3s}.change-address-btn:hover{background:#3b82f61a;border-color:#3b82f680}.checkout-items-list{flex-direction:column;gap:1rem;display:flex}.checkout-item-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;gap:1.25rem;padding:1rem;transition:all .3s;display:flex}.checkout-item-card:hover{background:#3b82f605;border-color:#3b82f626}.checkout-item-image{border-radius:10px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.checkout-item-image img{object-fit:cover;width:100%;height:100%}.checkout-item-info{flex:1}.checkout-item-info h4{margin-bottom:.25rem;font-size:1rem;font-weight:600}.checkout-item-category{color:#3b82f6;letter-spacing:1px;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.checkout-item-meta{gap:1rem;display:flex}.item-qty{color:#a0a0b0;font-size:.85rem}.checkout-item-price{text-align:right;flex-direction:column;flex-shrink:0;justify-content:center;display:flex}.item-total-price{color:#22c55e;font-size:1.1rem;font-weight:700}.item-unit-price{color:#a0a0b0;margin-top:.25rem;font-size:.8rem}.payment-options{flex-direction:column;gap:.75rem;display:flex}.payment-option{cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .3s;display:flex}.payment-option:hover{background:#3b82f605;border-color:#3b82f633}.payment-option.selected{background:#3b82f60d;border-color:#3b82f680}.payment-option input[type=radio]{display:none}.payment-option-content{flex:1;align-items:center;gap:1rem;display:flex}.payment-icon{background:#ffffff08;border-radius:10px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.5rem;display:flex}.payment-name{margin-bottom:.2rem;font-size:.95rem;font-weight:600}.payment-desc{color:#a0a0b0;font-size:.8rem}.radio-indicator{border:2px solid #fff3;border-radius:50%;flex-shrink:0;width:22px;height:22px;transition:all .3s;position:relative}.payment-option.selected .radio-indicator{background:#3b82f6;border-color:#3b82f6}.payment-option.selected .radio-indicator:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.checkout-sidebar{position:relative}.order-summary-sticky{position:sticky;top:100px}.order-summary-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;margin-bottom:1rem;padding:2rem;animation:.5s .3s backwards fadeInUp}.order-summary-card h3{border-bottom:1px solid #ffffff0d;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.3rem;font-weight:600}.summary-prices{margin-bottom:1.5rem}.summary-row{color:#a0a0b0;justify-content:space-between;align-items:center;padding:.6rem 0;font-size:.9rem;display:flex}.free-text{color:#22c55e;font-weight:600}.summary-divider{background:#ffffff1a;height:1px;margin:.75rem 0}.summary-total{color:#fff;font-size:1.2rem;font-weight:700}.total-price{color:#22c55e;font-size:1.5rem;font-weight:800}.pay-now-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:1rem;padding:1.1rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.pay-now-btn svg{width:20px;height:20px}.pay-now-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 30px #3b82f64d}.pay-now-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.secure-badge{color:#a0a0b0;justify-content:center;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.secure-badge svg{color:#22c55e;width:16px;height:16px}.guarantee-card{background:#22c55e0d;border:1px solid #22c55e26;border-radius:16px;gap:1rem;padding:1.5rem;animation:.5s .4s backwards fadeInUp;display:flex}.guarantee-icon{background:#22c55e1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.guarantee-icon svg{color:#22c55e;width:22px;height:22px}.guarantee-text h4{margin-bottom:.25rem;font-size:.95rem;font-weight:600}.guarantee-text p{color:#a0a0b0;font-size:.8rem;line-height:1.4}.success-container{text-align:center;max-width:500px;margin:0 auto;padding:5rem 2rem;animation:.6s fadeInUp}.success-animation{margin-bottom:2rem}.success-circle{background:linear-gradient(135deg,#22c55e,#10b981);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto;animation:.5s successPop;display:flex}@keyframes successPop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-circle svg{color:#fff;width:50px;height:50px;animation:.5s .2s backwards checkDraw}@keyframes checkDraw{0%{stroke-dasharray:50;stroke-dashoffset:50px}to{stroke-dashoffset:0}}.success-container h1{color:#22c55e;margin-bottom:1rem;font-size:2rem;font-weight:800}.success-container p{color:#a0a0b0;margin-bottom:.75rem;font-size:1.05rem}.success-order-id{letter-spacing:1px;font-weight:600;color:#3b82f6!important;font-size:1.1rem!important}.redirect-text{color:#666!important;margin-top:1.5rem!important;font-size:.9rem!important}.success-actions{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.view-orders-btn,.continue-shopping-btn{cursor:pointer;border-radius:50px;padding:.75rem 2rem;font-family:inherit;font-weight:600;transition:all .3s}.view-orders-btn{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none}.view-orders-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #3b82f64d}.continue-shopping-btn{color:#fff;background:0 0;border:1px solid #fff3}.continue-shopping-btn:hover{background:#ffffff0d;border-color:#fff6}@media (width<=1024px){.checkout-layout{grid-template-columns:1fr 350px;gap:1.5rem}}@media (width<=768px){.checkout-layout{grid-template-columns:1fr}.checkout-sidebar,.order-summary-sticky{position:static}.checkout-header h1{font-size:2rem}.checkout-section{padding:1.5rem}.checkout-item-card{flex-direction:column}.checkout-item-image{width:100%;height:200px}.checkout-item-price{text-align:left;border-top:1px solid #ffffff0d;flex-direction:row;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.5rem}.success-actions{flex-direction:column}.view-orders-btn,.continue-shopping-btn{width:100%}}@media (width<=480px){.checkout-wrapper{padding:1rem}.checkout-header{padding:2rem 1rem}.checkout-header h1{font-size:1.75rem}.checkout-section{padding:1.25rem}.payment-option{padding:1rem}.payment-icon{width:35px;height:35px;font-size:1.2rem}.payment-name{font-size:.85rem}.payment-desc{font-size:.75rem}.success-container{padding:3rem 1rem}.success-container h1{font-size:1.5rem}}.premium-orders-page{color:#fff;background:#0a0a0f;min-height:100vh}.orders-header{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d);border-bottom:1px solid #ffffff0d;padding:2rem}.orders-header-content{max-width:1200px;margin:0 auto 2rem}.orders-header h1{background:linear-gradient(135deg,#fff 30%,#a0a0b0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.orders-breadcrumb{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.breadcrumb-link{color:#3b82f6;cursor:pointer;transition:color .3s}.breadcrumb-link:hover{color:#60a5fa}.breadcrumb-separator{color:#555}.breadcrumb-current{color:#a0a0b0}.orders-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.stat-card{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:1.1rem;transition:all .3s;animation:.5s backwards fadeInUp}.stat-card:nth-child(2){animation-delay:.1s}.stat-card:nth-child(3){animation-delay:.2s}.stat-card:hover{border-color:#3b82f64d;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.stat-number{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.8rem;font-weight:800;display:block}.stat-label{color:#a0a0b0;text-transform:uppercase;letter-spacing:2px;font-size:.65rem;font-weight:600}.orders-wrapper{max-width:1200px;margin:0 auto;padding:2rem}.orders-toolbar{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.search-box{max-width:400px;position:relative}.search-icon{color:#a0a0b0;width:20px;height:20px;transition:color .3s;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.search-input{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;width:100%;padding:1rem 1.25rem 1rem 3.5rem;font-family:inherit;font-size:.95rem;transition:all .3s}.search-input:focus{background:#3b82f60d;outline:none}.search-input:focus~.search-icon{color:#3b82f6}.clear-search-btn{cursor:pointer;color:#a0a0b0;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.clear-search-btn svg{width:14px;height:14px}.clear-search-btn:hover{color:#ef4444;background:#ef44444d}.orders-empty-state{text-align:center;padding:5rem 2rem;animation:.6s fadeInUp}.empty-illustration{background:#3b82f61a;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 2rem;display:flex}.empty-illustration svg{color:#3b82f6;width:50px;height:50px}.orders-empty-state h3{color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.orders-empty-state p{color:#a0a0b0;max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1rem}.start-shopping-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:50px;padding:.85rem 2.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s}.start-shopping-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #3b82f64d}.orders-list{flex-direction:column;gap:1.5rem;display:flex}.order-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;transition:all .3s;animation:.5s backwards fadeInUp;overflow:hidden}.order-card:hover{border-color:#3b82f633;box-shadow:0 10px 40px #0000004d}.order-card-header{background:#ffffff05;border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.order-id-label,.order-date-label{color:#a0a0b0;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.75rem;display:block}.order-id-value{color:#3b82f6;letter-spacing:.5px;font-size:.95rem;font-weight:600}.order-date-value{color:#e0e0e0;font-size:.9rem;font-weight:500}.order-card-body{align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.order-product-image{border-radius:12px;flex-shrink:0;width:100px;height:100px;position:relative;overflow:hidden}.order-product-image img{object-fit:cover;width:100%;height:100%}.product-badge{color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50px;padding:.2rem .6rem;font-size:.65rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.order-product-details{flex:1}.order-product-details h3{color:#fff;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.product-category{color:#3b82f6;letter-spacing:1px;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.product-meta{align-items:center;gap:1.5rem;display:flex}.product-qty{color:#a0a0b0;font-size:.85rem}.product-price{color:#e0e0e0;font-size:.95rem;font-weight:600}.order-product-total{text-align:right;flex-shrink:0}.total-label{color:#a0a0b0;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.75rem;display:block}.total-amount{color:#22c55e;font-size:1.3rem;font-weight:800}.order-card-footer{background:#ffffff03;border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2rem;display:flex}.order-actions{gap:.75rem;display:flex}.track-order-btn,.invoice-btn{cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.track-order-btn svg,.invoice-btn svg{width:16px;height:16px}.track-order-btn:hover{background:#3b82f633;border-color:#3b82f680}.invoice-btn{color:#a0a0b0;background:#ffffff08;border:1px solid #ffffff1a}.invoice-btn:hover{color:#fff;background:#ffffff14;border-color:#fff3}@media (width<=1024px){.orders-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-number{font-size:2rem}}@media (width<=768px){.orders-stats{grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-card{padding:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.7rem}.orders-header{padding:2rem 1rem 1.5rem}.orders-header h1{font-size:2rem}.orders-wrapper{padding:1.5rem 1rem}.order-card-header,.order-card-body{flex-direction:column;align-items:flex-start;padding:1.25rem}.order-product-image{width:100%;height:200px}.order-product-total{text-align:left;border-top:1px solid #ffffff0d;width:100%;padding-top:1rem}.order-card-footer{flex-direction:column;align-items:flex-start;padding:1rem 1.25rem}.order-actions{width:100%}.track-order-btn,.invoice-btn{flex:1;justify-content:center}}@media (width<=480px){.orders-stats{grid-template-columns:1fr}.orders-header h1{font-size:1.75rem}.search-box{max-width:100%}.order-actions{flex-direction:column}.track-order-btn,.invoice-btn{width:100%}}.premium-admin-orders{color:#fff;background:#0a0a0f;min-height:100vh;padding:2rem}.ao-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;animation:.6s fadeInDown;display:flex}.ao-header-content h1{background:linear-gradient(135deg,#fff 30%,#a0a0b0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.ao-header-content p{color:#a0a0b0;font-size:.95rem}.ao-toolbar{margin-bottom:1.5rem;animation:.6s .1s backwards fadeInUp}.ao-toolbar-left{flex-wrap:wrap;flex:1;align-items:center;gap:.75rem;display:flex}.ao-sort{color:#fff;cursor:pointer;appearance:none;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;padding:.7rem 2rem .7rem 1rem;font-family:inherit;font-size:.85rem}.ao-sort:focus{border-color:#7c65ee80;outline:none}.ao-sort option{color:#fff;text-align:center;background:#1a1a2e}.ao-orders-list{flex-direction:column;gap:1rem;animation:.6s .2s backwards fadeInUp;display:flex}.ao-order-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;transition:all .3s;animation:.4s backwards fadeInUp;overflow:hidden}.ao-order-card:hover{border-color:#9886e933}.ao-order-card.expanded{border-color:#4d0bf54d;box-shadow:0 10px 30px #0000004d}.ao-card-header{cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:background .3s;display:flex}.ao-card-header:hover{background:#ffffff05}.ao-card-header-left{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.ao-order-id{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#b88cff,#7b3cff);-webkit-background-clip:text;background-clip:text;align-items:center;gap:.5rem;font-family:Playfair Display,serif;font-size:.9rem;font-weight:600;display:inline-block}.ao-order-id svg{width:16px;height:16px}.ao-card-header-right{align-items:center;gap:1rem;display:flex}.ao-order-date{color:#a0a0b0;font-size:.85rem}.ao-expand-icon{color:#a0a0b0;width:20px;height:20px;transition:transform .3s}.ao-expand-icon.rotated{transform:rotate(180deg)}.ao-card-body{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:0 1.5rem 1.25rem;display:flex}.ao-product-info{flex:1;align-items:center;gap:1rem;min-width:250px;display:flex}.ao-product-img{background:#0000004d;border-radius:10px;flex-shrink:0;width:55px;height:55px;overflow:hidden}.ao-product-img img{object-fit:cover;width:100%;height:100%}.ao-product-details h3{margin-bottom:.4rem;font-size:1.05rem;font-weight:600}.ao-product-meta{color:#a0a0b0;flex-wrap:wrap;gap:1rem;font-size:.8rem;display:flex}.ao-user{color:#60a5fa;align-items:center;gap:.3rem;display:flex}.ao-user svg{width:14px;height:14px}.ao-qty{color:#a0a0b0}.ao-price-section{text-align:right;flex-shrink:0}.ao-price{color:#22c55e;font-size:1.2rem;font-weight:700;display:block}.ao-total-label{color:#a0a0b0;font-size:.8rem}.ao-card-expand{background:#ffffff03;border-top:1px solid #ffffff0f;padding:1.5rem;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.ao-expand-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.ao-expand-item{flex-direction:column;gap:.25rem;display:flex}.ao-expand-label{color:#a0a0b0;text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.ao-expand-value{color:#fff;font-weight:500}.ao-expand-value.tracking{color:#f59e0b;letter-spacing:1px;font-family:Courier New,monospace}.ao-expand-actions{flex-wrap:wrap;gap:.75rem;display:flex}.ao-action-btn{cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.ao-action-btn svg{width:16px;height:16px}.ao-delete-btn{color:#f87171;background:#ef44441a;border:1px solid #ef44444d}.ao-delete-btn:hover{background:#ef444433}.ao-print-btn{color:#a0a0b0;background:#ffffff08;border:1px solid #ffffff1a}.ao-print-btn:hover{color:#fff;background:#ffffff14}.ao-loading{flex-direction:column;gap:1rem;display:flex}.ao-skeleton{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem;animation:1.5s ease-in-out infinite shimmer}.ao-skeleton-row{background:#ffffff0d;border-radius:4px;height:16px;margin-bottom:.75rem}.ao-skeleton-row.short{width:40%}.ao-skeleton-row.medium{width:60%}.ao-empty{text-align:center;padding:5rem 2rem;animation:.6s fadeInUp}.ao-empty-icon{background:#cb8bf61a;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 1.5rem;display:flex}.ao-empty-icon svg{color:#9e3be4;width:44px;height:44px}.ao-empty h3{margin-bottom:.75rem;font-size:1.5rem}.ao-empty p{color:#a0a0b0;margin-bottom:1.5rem}.ao-empty button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#b88cff,#7b3cff);border:none;border-radius:50px;padding:.75rem 2rem;font-family:inherit;font-weight:600;transition:all .3s}.ao-empty button:hover{transform:translateY(-2px)}.ao-footer{text-align:center;color:#a0a0b0;padding:2rem 0 0;font-size:.9rem}.ao-footer strong{color:#fff}.ao-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.ao-modal{text-align:center;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:20px;width:90%;max-width:420px;padding:2rem;animation:.3s scaleIn}.ao-modal-icon{background:#ef44441a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.ao-modal-icon svg{color:#f87171;width:28px;height:28px}.ao-modal h3{margin-bottom:.75rem;font-size:1.3rem}.ao-modal p{color:#a0a0b0;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.ao-modal-actions{gap:1rem;display:flex}.ao-modal-cancel,.ao-modal-delete{cursor:pointer;border-radius:10px;flex:1;padding:.75rem;font-family:inherit;font-weight:600;transition:all .3s}.ao-modal-cancel{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.ao-modal-delete{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:none}@media (width<=768px){.premium-admin-orders{padding:1.5rem}.ao-header{flex-direction:column;align-items:flex-start}.ao-header-content h1{font-size:1.75rem}.ao-toolbar-left{flex-direction:column;width:100%}.ao-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.ao-card-body{flex-direction:column;align-items:flex-start}.ao-price-section{text-align:left;border-top:1px solid #ffffff0f;width:100%;padding-top:.75rem}.ao-expand-grid{grid-template-columns:1fr 1fr}.ao-expand-actions{flex-direction:column}}@media (width<=480px){.premium-admin-orders{padding:1rem}.ao-expand-grid{grid-template-columns:1fr}.ao-card-header-left{flex-direction:column;align-items:flex-start;gap:.5rem}}
