@import "https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Tajawal:wght@300;400;500;700;800&family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-dark:#0a0b10;--bg-card:#12131a;--bg-card-alt:#161722;--bg-card-hover:#1e202e;--text-main:#f3f4f6;--text-muted:#9ca3af;--neon-cyan:#00f0ff;--neon-pink:#ff007f;--neon-green:#39ff14;--neon-orange:#ff5e00;--glow-cyan:0 0 10px #00f0ff66, 0 0 20px #00f0ff33;--glow-pink:0 0 10px #ff007f66, 0 0 20px #ff007f33;--glow-green:0 0 10px #39ff1466, 0 0 20px #39ff1433;--transition-fast:.2s ease;--transition-normal:.3s ease;--header-height:80px;--border-radius-sm:6px;--border-radius-md:12px;--border-radius-lg:20px;--bp-xs:0;--bp-sm:576px;--bp-md:768px;--bp-lg:992px;--bp-xl:1200px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;font-family:Almarai,Tajawal,Inter,sans-serif;max-width:100%!important;overflow-x:hidden!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--bg-card-alt);border-radius:var(--border-radius-sm);border:2px solid var(--bg-dark)}::-webkit-scrollbar-thumb:hover{background:var(--neon-pink);box-shadow:var(--glow-pink)}[dir=rtl]{font-family:Almarai,Tajawal,Inter,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{outline:none;font-family:inherit}.app-container{background-color:var(--bg-dark);overscroll-behavior-y:contain;flex-direction:column;min-height:100vh;padding-bottom:80px;display:flex;position:relative}@media (width>=769px){.app-container{padding-bottom:0!important}}.bottom-nav-bar{-webkit-user-select:none;user-select:none;display:flex}@media (width>=769px){.bottom-nav-bar{display:none!important}}.categories-scroll-wrapper{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:20px;width:100%;padding:10px 4px;display:flex;position:relative;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000,#fff 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#fff 5% 95%,#0000)}.categories-scroll-wrapper::-webkit-scrollbar{display:none}@media (width>=769px){.categories-scroll-wrapper{justify-content:center;overflow-x:visible;-webkit-mask-image:none!important;mask-image:none!important}}.form-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=640px){.form-grid-2{grid-template-columns:1fr;gap:12px}}.form-grid-3{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}@media (width<=768px){.form-grid-3{grid-template-columns:1fr;gap:12px}}.cart-drawer-content{flex-direction:column;flex:1;padding:24px;display:flex;overflow-y:auto}@media (width<=640px){.cart-drawer-content{padding:16px!important}}.container{width:100%;max-width:1300px;margin:0 auto;padding:0 24px}.cyber-card{background:var(--bg-card);border-radius:var(--border-radius-md);border:1px solid #ffffff0d;padding:24px;transition:transform .4s cubic-bezier(.25,1,.5,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.cyber-card:after{content:"";border-radius:inherit;width:100%;height:100%;transition:box-shadow var(--transition-normal);pointer-events:none;position:absolute;top:0;left:0;box-shadow:inset 0 0 20px #fff0}.cyber-card:hover{border-color:#00f0ff59;transform:scale(1.02)translateY(-6px);box-shadow:0 12px 35px #00f0ff26}.cyber-card:hover:after{box-shadow:inset 0 0 25px #00f0ff0d}.cyber-card-pink:hover{border-color:#ff007f66;box-shadow:0 12px 35px #ff007f26}.lazy-image-container img{transition:transform .5s cubic-bezier(.25,1,.5,1)!important}.cyber-card:hover .lazy-image-container img{transform:scale(1.08)rotate(1deg)}.btn-neon-cyan{-webkit-backdrop-filter:blur(10px);color:var(--neon-cyan);border:1.5px solid var(--neon-cyan);border-radius:var(--border-radius-sm);cursor:pointer;transition:all var(--transition-fast);text-shadow:0 0 4px #00f0ff33;background:#ffffff08;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-weight:600;display:inline-flex}.light-theme .btn-neon-cyan{background:#0f172a0a}.btn-neon-cyan:hover{background:var(--neon-cyan);color:#000;box-shadow:var(--glow-cyan);border-color:var(--neon-cyan)}.btn-neon-pink{-webkit-backdrop-filter:blur(10px);color:var(--neon-pink);border:1.5px solid var(--neon-pink);border-radius:var(--border-radius-sm);cursor:pointer;transition:all var(--transition-fast);text-shadow:0 0 4px #ff007f33;background:#ffffff08;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-weight:600;display:inline-flex}.light-theme .btn-neon-pink{background:#0f172a0a}.btn-neon-pink:hover{background:var(--neon-pink);color:#000;box-shadow:var(--glow-pink);border-color:var(--neon-pink)}.btn-neon-solid{-webkit-backdrop-filter:blur(12px);color:#f3f4f6;border-radius:var(--border-radius-sm);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0d;border:1.5px solid #ffffff40;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #ff007f1a}.light-theme .btn-neon-solid{color:#0f172a;background:#0f172a0d;border-color:#0f172a26}.btn-neon-solid:hover{background:linear-gradient(135deg, var(--neon-cyan), var(--neon-pink));color:#fff;border-color:#0000;transform:translateY(-2px);box-shadow:0 6px 20px #00f0ff59,0 0 30px #ff007f40}.btn-glass{-webkit-backdrop-filter:blur(8px);color:var(--text-main);border-radius:var(--border-radius-sm);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-weight:600;display:inline-flex}.btn-glass:hover{background:#ffffff26;border-color:#ffffff40;transform:translateY(-1px)}.light-theme .btn-glass{background:#0f172a0d;border:1px solid #0f172a1a}.light-theme .btn-glass:hover{background:#0f172a1a;border-color:#0f172a33}.badge-neon{color:var(--neon-cyan);text-transform:uppercase;background:#00f0ff1a;border:1px solid #00f0ff4d;border-radius:9999px;padding:4px 10px;font-size:.75rem;font-weight:700}.badge-neon-pink{color:var(--neon-pink);background:#ff007f1a;border:1px solid #ff007f4d;border-radius:9999px;padding:4px 10px;font-size:.75rem;font-weight:700}@keyframes neon-pulse{0%,to{text-shadow:0 0 4px #00f0ff99,0 0 10px #00f0ff33}50%{text-shadow:0 0 8px #00f0ff,0 0 20px #00f0ff80,0 0 30px #00f0ff33}}.animate-neon-text{animation:3s infinite alternate neon-pulse}@keyframes rgb-border-flow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.rgb-border{background:var(--bg-card);border-radius:var(--border-radius-md);box-sizing:border-box;flex-direction:column;width:100%;padding:24px;display:flex;position:relative;overflow:visible}.rgb-border:before{content:"";background:linear-gradient(45deg, var(--neon-cyan), var(--neon-pink), var(--neon-green), var(--neon-cyan));border-radius:calc(var(--border-radius-md) + 2px);z-index:-1;opacity:.7;background-size:400%;animation:6s linear infinite rgb-border-flow;position:absolute;inset:-2px}.lazy-image-container{background:var(--bg-card-alt);position:relative;overflow:hidden}.lazy-image-container:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:150%;height:100%;animation:1.5s infinite loading-shimmer;position:absolute;top:0;left:-150%}@keyframes loading-shimmer{0%{left:-150%}to{left:150%}}.glass-overlay{transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;-webkit-backdrop-filter:blur(16px)saturate(180%)!important;background:#0a0b10b3!important;border-bottom:1px solid #ffffff14!important}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--text-main);font-weight:700}h1{font-size:clamp(1.6rem,4vw,2.5rem)}h2{font-size:clamp(1.3rem,3.2vw,2rem)}h3{font-size:clamp(1.1rem,2.5vw,1.5rem)}h4{font-size:clamp(1rem,2vw,1.25rem)}p{color:var(--text-muted);font-size:clamp(.85rem,1.8vw,1rem);line-height:1.6}img{max-width:100%;height:auto}.form-group{margin-bottom:20px}.form-label{color:var(--text-main);margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.form-input,.form-select,.form-textarea{background:var(--bg-card-alt);width:100%;color:var(--text-main);border-radius:var(--border-radius-sm);transition:all var(--transition-fast);border:1px solid #80808033;padding:12px 16px}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--neon-cyan);box-shadow:0 0 8px #00f0ff33}.toast-container{z-index:9999;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.toast{background:var(--bg-card);border-left:4px solid var(--neon-cyan);color:#fff;border-radius:var(--border-radius-sm);align-items:center;gap:12px;padding:16px 24px;animation:.3s forwards slide-in;display:flex;transform:translate(120%);box-shadow:0 10px 30px #00000080}.toast.toast-error{border-left-color:var(--neon-pink)}.toast.toast-success{border-left-color:var(--neon-green)}@keyframes slide-in{to{transform:translate(0)}}.light-theme{--bg-dark:#f8fafc;--bg-card:#fff;--bg-card-alt:#f1f5f9;--bg-card-hover:#e2e8f0;--text-main:#0f172a;--text-muted:#64748b;--neon-cyan:#0284c7;--neon-pink:#db2777;--neon-green:#16a34a;--neon-orange:#ea580c;--glow-cyan:0 0 10px #0284c740;--glow-pink:0 0 10px #db277740;--glow-green:0 0 10px #16a34a40}.light-theme h1,.light-theme h2,.light-theme h3,.light-theme h4,.light-theme h5,.light-theme h6{color:#0f172a}.light-theme .cyber-card{border-color:#0f172a14;box-shadow:0 4px 15px #0f172a0a}.light-theme .cyber-card:hover{border-color:#0284c74d;box-shadow:0 8px 30px #0284c71f}.light-theme .glass-overlay{transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;-webkit-backdrop-filter:blur(16px)saturate(180%)!important;background:#fffc!important;border-bottom:1px solid #0f172a14!important}.light-theme .form-input,.light-theme .form-select,.light-theme .form-textarea{color:#0f172a;background:#fff;border-color:#0f172a26}.light-theme .form-input:focus,.light-theme .form-select:focus,.light-theme .form-textarea:focus{border-color:var(--neon-cyan);box-shadow:0 0 8px #0284c733}.light-theme .toast{color:#0f172a;box-shadow:0 10px 30px #0f172a1a}@keyframes category-marquee-ltr{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes category-marquee-rtl{0%{transform:translate(0)}to{transform:translate(50%)}}.builder-grid{grid-template-columns:320px 1fr;align-items:start;gap:30px;display:grid}.budget-grid{grid-template-columns:1fr 1fr;align-items:start;gap:30px;display:grid}.builder-actions-wrapper{gap:12px;display:flex}.admin-grid{grid-template-columns:400px 1fr;align-items:start;gap:30px;display:grid}.admin-grid-2-equal{grid-template-columns:1fr 1fr;align-items:start;gap:30px;display:grid}@media (width<=1024px){.builder-grid,.admin-grid{grid-template-columns:1fr;gap:20px}}@media (width<=768px){.budget-grid{grid-template-columns:1fr;gap:20px}}.giveaway-card{border-radius:var(--border-radius-md);transition:all var(--transition-normal);background:linear-gradient(135deg,#00f0ff0a,#ff007f0a);border:1px solid #00f0ff26;padding:30px;position:relative;overflow:hidden;box-shadow:0 0 25px #00f0ff1a}.giveaway-card:hover{border-color:var(--neon-cyan);transform:translateY(-2px);box-shadow:0 0 35px #00f0ff26,0 8px 30px #ff007f14}.giveaway-card:before{content:"";background:linear-gradient(90deg, var(--neon-cyan), var(--neon-pink));height:3px;position:absolute;top:0;left:0;right:0}.giveaway-flex-container{flex-direction:row;justify-content:space-between;align-items:center;gap:32px;width:100%;display:flex}.giveaway-info{flex:1.3}.giveaway-image-wrapper{flex:.7;justify-content:center;align-items:center;display:flex}.light-theme .giveaway-card{background:linear-gradient(135deg,#0284c70d,#db27770d);border:1px solid #0284c726;box-shadow:0 4px 20px #0000000a}.contest-modal{z-index:999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.light-theme .contest-modal{background:#0f172a73}.light-theme .form-label{color:#0f172a}.light-theme input::placeholder{color:#94a3b8}.hero-slide{background:radial-gradient(circle at 70% 30%, var(--bg-card-alt) 0%, var(--bg-dark) 100%);flex-shrink:0;align-items:center;width:100%;height:100%;padding:24px 60px;display:flex}.hero-slide-content{z-index:2;flex:1.2;padding:10px}.hero-slide-title{color:var(--text-main);margin-bottom:16px;font-size:2.2rem;font-weight:850;line-height:1.2}.hero-slide-image-wrapper{flex:.8;justify-content:center;align-items:center;height:100%;display:flex}@media (width<=1024px){.builder-grid,.admin-grid,.admin-grid-2-equal{grid-template-columns:1fr;gap:20px}}@media (width<=768px){.budget-grid{grid-template-columns:1fr;gap:16px}.header-hide-mobile{display:none!important}.sidebar-settings-mobile{display:flex!important}.hero-slide{text-align:center!important;flex-direction:column-reverse!important;flex-shrink:0!important;justify-content:center!important;width:100%!important;height:100%!important;padding:16px 36px!important}.hero-slide-content{width:100%;text-align:center!important;flex-direction:column!important;flex:none!important;align-items:center!important;padding:0!important;display:flex!important}.hero-slide-title{margin-bottom:8px!important;font-size:clamp(1.2rem,5vw,1.6rem)!important;line-height:1.3!important}.hero-slide-content p{margin-bottom:12px!important;font-size:clamp(.75rem,2.5vw,.9rem)!important;line-height:1.5!important}.hero-slide-content button{min-height:44px;padding:10px 20px!important;font-size:.85rem!important}.hero-slide-image-wrapper{flex:none!important;width:100%!important;height:140px!important;margin-bottom:10px!important}.hero-slide-image-wrapper img{object-fit:contain;max-width:85%!important;max-height:130px!important}.hero-arrow-btn{display:none!important}html,body,#root{width:100%;overflow-x:hidden!important}.container{padding:0 16px!important}.hero-slider-container{height:340px!important;padding-bottom:0!important}.giveaway-card{padding:20px 16px!important}.giveaway-card h2{word-break:break-word!important;overflow-wrap:break-word!important;font-size:clamp(1.1rem,4vw,1.5rem)!important;line-height:1.3!important}.giveaway-flex-container{width:100%;flex-direction:column-reverse!important;gap:16px!important}.giveaway-info,.giveaway-image-wrapper{text-align:center!important;flex:100%!important;min-width:100%!important}.giveaway-card .btn-neon-solid{min-height:44px;justify-content:center!important;width:100%!important;padding:12px 16px!important;font-size:.85rem!important}.callout-banner{text-align:center!important;flex-direction:column!important;gap:14px!important;padding:20px 16px!important}.callout-banner>div{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.callout-banner h3{font-size:clamp(1rem,4vw,1.3rem)!important}.callout-banner button{min-height:44px;margin-top:8px;justify-content:center!important;width:100%!important}.builder-header-wrapper{flex-direction:column!important;align-items:stretch!important;gap:16px!important;width:100%!important;max-width:100%!important;overflow:hidden!important}.builder-header-wrapper h2{font-size:1.5rem!important}.builder-header-wrapper p{font-size:.85rem!important}.builder-actions-wrapper{flex-direction:column!important;gap:8px!important;width:100%!important}.builder-actions-wrapper button{min-height:44px;justify-content:center!important;width:100%!important}.builder-grid{flex-direction:column!important;gap:14px!important;width:100%!important;max-width:100%!important;display:flex!important;overflow:hidden!important}.builder-grid>div{padding:14px!important}.rgb-border{padding:16px!important}.builder-grid h2{font-size:clamp(1.2rem,4vw,1.6rem)!important}.builder-grid .badge-neon-pink{font-size:.7rem!important}.builder-steps-list{-webkit-overflow-scrolling:touch;scrollbar-width:none!important;flex-direction:row!important;gap:12px!important;width:100%!important;max-width:100%!important;padding-bottom:8px!important;display:flex!important;overflow-x:auto!important}.builder-steps-list::-webkit-scrollbar{display:none!important}.builder-step-item{border-radius:30px!important;flex-shrink:0!important;justify-content:center!important;width:auto!important;padding:8px 14px!important;font-size:.8rem!important}.builder-step-item>div{gap:6px!important}.builder-step-item button{display:none!important}.builder-product-row{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:12px!important}.builder-product-info{width:100%!important}.builder-product-info h4{white-space:normal!important;text-overflow:unset!important;font-size:.85rem!important;line-height:1.3!important;overflow:visible!important}.builder-product-action-price{justify-content:space-between!important;width:100%!important;margin-left:0!important}main{padding-bottom:120px!important}.budget-grid{flex-direction:column!important;gap:14px!important;display:flex!important}.budget-grid>div{padding:14px!important}.budget-grid h3{font-size:clamp(.95rem,3.5vw,1.2rem)!important}div[style*="overflow-x: auto"]::-webkit-scrollbar{display:none!important}div[style*="overflowX: auto"]::-webkit-scrollbar{display:none!important}button{min-height:40px}.contest-modal{padding:12px!important}.contest-modal>div{overflow-y:auto;max-width:95vw!important;max-height:90vh!important}.toast-container{bottom:80px!important;left:12px!important;right:12px!important}.toast{font-size:.85rem;padding:12px 16px!important}.admin-grid{gap:14px!important}.admin-grid>div{padding:14px!important}.cyber-card{padding:16px}.cyber-card:hover{transform:none}.form-input,.form-select,.form-textarea{min-height:44px;padding:12px 14px;font-size:16px!important}.btn-neon-cyan,.btn-neon-pink,.btn-neon-solid,.btn-glass{justify-content:center;width:100%;min-height:44px;padding:10px 16px!important;font-size:.85rem!important}.badge-neon,.badge-neon-pink{padding:3px 8px;font-size:.65rem}}@media (width<=576px){.container{padding:0 12px!important}.hero-slide{padding:12px 24px!important}.hero-slide-title{font-size:clamp(1rem,5vw,1.3rem)!important}.hero-slide-content p{margin-bottom:10px!important;font-size:.75rem!important}.hero-slide-image-wrapper{height:110px!important}.hero-slide-image-wrapper img{max-height:100px!important}.hero-slider-container{height:310px!important}.cart-overlay-drawer{width:100%!important;max-width:100%!important}#invoice-print{padding:14px!important}#invoice-print h3{font-size:.95rem!important}#invoice-print p,#invoice-print td,#invoice-print th,#invoice-print table{font-size:.7rem!important}.giveaway-card{padding:14px 12px!important}.giveaway-card h2{font-size:1.05rem!important}.builder-grid>div,.budget-grid>div{padding:12px!important}.btn-neon-cyan,.btn-neon-pink,.btn-neon-solid,.btn-glass{border-radius:var(--border-radius-md);min-height:48px;width:100%!important;padding:12px 14px!important;font-size:.8rem!important}.callout-banner{padding:16px 12px!important}.callout-banner h3{font-size:1rem!important}.contest-modal{padding:8px!important}.contest-modal>div{border-radius:var(--border-radius-md)!important;width:100%!important;max-width:100vw!important}.admin-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.admin-table-wrapper table{min-width:600px}.cyber-card:hover{box-shadow:none!important;transform:none!important}.rgb-border:before{animation-duration:12s}}@media (width<=375px){.container{padding:0 8px!important}.hero-slide{padding:8px 16px!important}.hero-slide-title{font-size:1rem!important}.hero-slide-image-wrapper{height:90px!important}.hero-slide-image-wrapper img{max-height:80px!important}.hero-slider-container{height:280px!important}.giveaway-card{padding:12px 8px!important}.giveaway-card h2{font-size:.95rem!important}.btn-neon-cyan,.btn-neon-pink,.btn-neon-solid,.btn-glass{padding:10px 12px!important;font-size:.75rem!important}.builder-grid>div,.budget-grid>div,.admin-grid>div{padding:10px!important}::-webkit-scrollbar{width:4px;height:4px}}@media (width>=769px) and (width<=1024px){.hero-slide{padding:24px 30px!important}.hero-slide-title{font-size:1.6rem!important}.hero-slide-image-wrapper{height:200px!important}.container{padding:0 20px!important}.cyber-card{padding:20px}.btn-neon-cyan,.btn-neon-pink,.btn-neon-solid,.btn-glass{width:auto;min-height:44px}.giveaway-flex-container{flex-direction:row!important;gap:24px!important}.giveaway-info,.giveaway-image-wrapper{flex:1!important;min-width:auto!important}}@media (width>=1200px){.container{max-width:1400px;padding:0 32px}.hero-slide{padding:32px 80px!important}.hero-slide-title{font-size:2.5rem!important}}@media (height<=500px) and (orientation:landscape){.hero-slide{flex-direction:row!important;min-height:200px!important;padding:10px 20px!important}.hero-slide-content{text-align:left!important;flex:1!important}.hero-slide-image-wrapper{flex:.5!important;height:100%!important}.hero-slider-container{min-height:200px!important}}@media print{body{color:#000!important;background:#fff!important}.cyber-card{box-shadow:none!important;border:1px solid #ddd!important}.rgb-border:before,button,.btn-neon-cyan,.btn-neon-pink,.btn-glass{display:none!important}#invoice-print{display:block!important}}@keyframes marquee-scroll{0%{transform:translate(-100%)}to{transform:translate(100vw)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes slider-progress-run{0%{width:0%}to{width:100%}}.budget-card{padding:24px}@media (width<=768px){.budget-card{padding:14px!important}}.marquee-container{white-space:nowrap;direction:ltr;background:linear-gradient(90deg,#ff007f33,#00f0ff33);border-bottom:1px solid #00f0ff33;width:100%;padding:10px 0;display:flex;position:relative;overflow:hidden}.marquee-content{white-space:nowrap;flex-shrink:0;min-width:100%;animation:80s linear infinite marquee-scroll;display:flex}.marquee-container:hover .marquee-content{animation-play-state:paused}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}@media (width<=600px){.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.products-grid .cyber-card{padding:12px}.products-grid h4{font-size:.85rem!important}.products-grid .price-tag{font-size:.95rem!important}}@media (width<=768px){.builder-product-action-price button,.builder-step-nav button,.builder-selected-action button{flex:1!important;width:auto!important}}@keyframes pulse-animation{0%,to{opacity:.5;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}.pulse-dot{animation:1.2s ease-in-out infinite pulse-animation}@keyframes marquee-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-scroll-right{0%{transform:translate(0)}to{transform:translate(50%)}}.marquee-scroll-container{-webkit-user-select:none;user-select:none;width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#fff 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#fff 10% 90%,#0000);padding:12px 0 36px!important}.marquee-scroll-track{flex-shrink:0;gap:20px;width:max-content;animation:40s linear infinite marquee-scroll-left;display:flex}[dir=rtl] .marquee-scroll-track{animation:40s linear infinite marquee-scroll-right}.marquee-scroll-container:hover .marquee-scroll-track{animation-play-state:paused}.category-card-ityan{background:var(--bg-card);cursor:pointer;box-sizing:border-box;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),border-color .4s,box-shadow .4s;display:flex;border:2px solid #ffffff26!important;border-radius:50%!important;width:105px!important;height:105px!important;padding:0!important;position:relative!important}:root:not(.light-theme) .category-card-ityan{background:#0f1218b3!important;box-shadow:0 8px 20px #0009,inset 0 1px #ffffff26!important}:root:not(.light-theme) .category-card-ityan:hover{border-color:var(--neon-cyan)!important;transform:scale(1.08)translateY(-4px)!important;box-shadow:0 12px 25px #00f0ff59,0 0 15px #00f0ff26!important}:root:not(.light-theme) .category-card-ityan.is-selected{border-color:var(--neon-pink)!important;box-shadow:0 12px 25px #ff007f59,0 0 15px #ff007f26!important}.category-card-ityan img{transition:transform .4s cubic-bezier(.25,1,.5,1);object-fit:cover!important;border-radius:50%!important;width:100%!important;height:100%!important}.category-card-ityan:hover img{transform:scale(1.08)rotate(-2deg)}.category-card-ityan span{text-align:center;white-space:nowrap;text-overflow:ellipsis;font-weight:800;overflow:hidden;width:110px!important;color:var(--text-main)!important;font-size:.78rem!important;position:absolute!important;bottom:-28px!important;left:50%!important;transform:translate(-50%)!important}.light-theme .category-card-ityan{background:#fff!important;border:2px solid #0f172a2e!important;box-shadow:0 8px 16px #0f172a14,inset 0 2px 4px #ffffffe6,inset 0 -2px 4px #0000000d!important}.light-theme .category-card-ityan:hover{border-color:var(--neon-cyan)!important;transform:scale(1.08)translateY(-4px)!important;box-shadow:0 12px 25px #0284c740,inset 0 2px 4px #ffffffe6!important}.light-theme .category-card-ityan.is-selected{border-color:var(--neon-pink)!important;box-shadow:0 12px 25px #db277740,inset 0 2px 4px #ffffffe6!important}.products-marquee-track{flex-shrink:0;gap:24px;width:max-content;animation:50s linear infinite marquee-scroll-left;display:flex}[dir=rtl] .products-marquee-track{animation:50s linear infinite marquee-scroll-right}.marquee-scroll-container:hover .products-marquee-track{animation-play-state:paused}.products-marquee-track .cyber-card{flex-shrink:0;width:290px}.product-card{cursor:pointer;box-sizing:border-box;flex-direction:column!important;justify-content:space-between!important;height:360px!important;padding:16px!important;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),border-color .4s,box-shadow .4s!important;display:flex!important}.product-card .lazy-image-container{height:140px!important}.product-card h4,.products-grid h4{-webkit-line-clamp:2!important;text-overflow:ellipsis!important;-webkit-box-orient:vertical!important;height:42px!important;margin:6px 0!important;font-size:.92rem!important;font-weight:700!important;line-height:1.35!important;display:-webkit-box!important;overflow:hidden!important}:root:not(.light-theme) .product-card{-webkit-backdrop-filter:blur(12px)saturate(180%);transform-style:preserve-3d;perspective:1000px;background:#141821cc!important;border:1.5px solid #ffffff2e!important;box-shadow:0 15px 35px -10px #000c,inset 0 1px #ffffff40!important}:root:not(.light-theme) .product-card:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(115deg,#0000 0%,#ffffff05 30%,#ffffff1f 40%,#ffffff05 50%,#0000 100%);width:200%;height:100%;transition:transform .8s;position:absolute;top:0;left:-100%}:root:not(.light-theme) .product-card:hover:before{transform:translate(50%)}:root:not(.light-theme) .product-card:hover{background:#1a202cd9!important;border-color:#00f0ffbf!important;transform:translateY(-12px)scale(1.03)rotateX(4deg)rotateY(-2deg)!important;box-shadow:0 25px 50px #00f0ff4d,0 0 20px #00f0ff33,inset 0 0 15px #ffffff0d!important}:root:not(.light-theme) .product-card.cyber-card-pink:hover,:root:not(.light-theme) .product-card[style*="rgba(255, 0, 127"]:hover{border-color:#ff007fcc!important;box-shadow:0 25px 50px #ff007f4d,0 0 20px #ff007f33,inset 0 0 15px #ffffff0d!important}:root:not(.light-theme) .product-card .lazy-image-container{transition:transform .4s;transform:translateZ(20px);background:#ffffff0a!important;border:1px solid #ffffff14!important}:root:not(.light-theme) .product-card h4{text-shadow:0 1px 2px #0009;transform:translateZ(10px)}:root:not(.light-theme) .product-card .price-tag{transform:translateZ(15px)}.light-theme .product-card{border-radius:var(--border-radius-md)!important;background:#fff!important;border:1.5px solid #0f172a29!important;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),border-color .4s,box-shadow .4s!important;box-shadow:0 12px 28px -5px #0f172a26,0 8px 12px -6px #0f172a1a,inset 0 1px #ffffffe6!important}.light-theme .product-card:hover{border-color:var(--neon-cyan)!important;transform:translateY(-12px)scale(1.03)!important;box-shadow:0 25px 40px -10px #0f172a40,0 15px 25px -10px #0f172a26,0 0 15px #0284c733!important}.light-theme .product-card.cyber-card-pink:hover,.light-theme .product-card[style*="rgba(255, 0, 127"]:hover{border-color:var(--neon-pink)!important;box-shadow:0 25px 40px -10px #db27774d,0 15px 25px -10px #db277733,0 0 15px #db277733!important}.light-theme .product-card .lazy-image-container{border-radius:var(--border-radius-sm)!important;background:#f1f5f9!important;border:1.5px solid #0f172a14!important}@media (width<=600px){.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.product-card{border-radius:var(--border-radius-md)!important;height:300px!important;padding:12px!important}.product-card .lazy-image-container{height:110px!important}.product-card h4{height:34px!important;margin:4px 0!important;font-size:.82rem!important;line-height:1.3!important}:root:not(.light-theme) .product-card:hover{transform:translateY(-6px)scale(1.02)!important;box-shadow:0 12px 25px #00f0ff40!important}:root:not(.light-theme) .product-card.cyber-card-pink:hover,:root:not(.light-theme) .product-card[style*="rgba(255, 0, 127"]:hover{box-shadow:0 12px 25px #ff007f40!important}.light-theme .product-card:hover{transform:translateY(-6px)scale(1.02)!important;box-shadow:0 15px 30px #0f172a33!important}.light-theme .product-card.cyber-card-pink:hover,.light-theme .product-card[style*="rgba(255, 0, 127"]:hover{box-shadow:0 15px 30px #db277733!important}}.draggable-scroll-row::-webkit-scrollbar{display:none!important}
