:root{--primary:#ff7a00;--secondary:#ff7a00;--text-dark:#121212;--text-light:#666;--border:#e0e0e0;--bg-light:#f8f9fa;--bg-white:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background:#fff;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}input,textarea,select{font-family:inherit}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.coming-soon-container{text-align:center;flex-direction:column;align-items:center;padding:10px 0;display:flex}.coming-soon-icon{margin-bottom:12px;font-size:42px}.coming-soon-badge{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%);border-radius:20px;margin:16px 0 12px;padding:8px 18px;font-size:14px;font-weight:700}.coming-soon-text{color:#666;max-width:320px;margin-bottom:20px;font-size:13px;line-height:1.5}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;box-sizing:border-box;background-color:#0000008c;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:440px;margin:auto;animation:.25s ease-out forwards modalFadeIn;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003}.modal-content.register-modal{max-width:500px}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-close{color:#555;cursor:pointer;z-index:10;background:#f4f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{color:#fff;background:#ff7a00}.modal-body{box-sizing:border-box;flex-direction:column;padding:36px 30px 30px;display:flex}.register-modal .modal-body{max-height:calc(100vh - 100px);overflow-y:auto}.modal-title{color:#1a1a1a;text-align:center;margin:0 0 6px;font-size:24px;font-weight:700;line-height:1.3;display:block}.modal-subtitle{color:#718096;text-align:center;margin:0 0 24px;font-size:13px;line-height:1.4;display:block}.login-form,.register-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#2d3748;font-size:13px;font-weight:600}.form-group input,.form-group textarea{color:#1a202c;box-sizing:border-box;background-color:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:all .2s}.form-group input:focus,.form-group textarea:focus{background-color:#fff;border-color:#ff7a00;box-shadow:0 0 0 3px #ff7a001f}.login-btn,.register-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff7a00 0%,#ff9a2e 100%);border:none;border-radius:8px;margin-top:8px;padding:12px;font-size:15px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #ff7a0040}.login-btn:hover,.register-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ff7a0059}.login-btn:disabled,.register-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.error-message{color:#c53030;text-align:center;background-color:#fff5f5;border:1px solid #feb2b2;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:13px}.auth-links{text-align:center;color:#718096;margin-top:20px;font-size:13px}.auth-links p{margin:0}.switch-btn{color:#ff7a00;cursor:pointer;background:0 0;border:none;padding:0 0 0 4px;font-size:13px;font-weight:600;text-decoration:underline}.switch-btn:hover{color:#e06c00}.register-modal .modal-body::-webkit-scrollbar{width:6px}.register-modal .modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.register-modal .modal-body::-webkit-scrollbar-thumb{background:#ff7a00;border-radius:10px}@media (width<=768px){.modal-overlay{padding:16px}.modal-content,.modal-content.register-modal{border-radius:12px;max-width:100%}.modal-body{padding:30px 20px 20px}.modal-title{font-size:20px}.modal-subtitle{margin-bottom:16px;font-size:12px}}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#fffffff2;border-bottom:1px solid #f0f0f0;padding:.85rem 0;position:sticky;top:0;box-shadow:0 4px 18px #0000000a}.header-container{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1320px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background-color .2s;display:none}.mobile-menu-btn:hover{background:#f4f5f7}.hamburger-box{flex-direction:column;justify-content:space-between;align-items:center;width:22px;height:16px;display:flex;position:relative}.hamburger-line{background-color:#1e293b;border-radius:10px;height:2.5px;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.line-top{width:14px}.line-middle{width:20px}.line-bottom{width:14px}.mobile-menu-btn.open .line-top{background-color:#ff7a00;width:20px;transform:translateY(6.5px)rotate(45deg)}.mobile-menu-btn.open .line-middle{opacity:0;transform:scaleX(0)}.mobile-menu-btn.open .line-bottom{background-color:#ff7a00;width:20px;transform:translateY(-6.5px)rotate(-45deg)}.logo-section{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.logo{flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;transition:transform .2s;display:flex}.logo:hover{transform:translateY(-1px)}.logo-icon-img{object-fit:contain;width:auto;height:36px}.logo-text-img{object-fit:contain;width:auto;height:24px;overflow:hidden}.nav-menu{align-items:center;gap:2.25rem;display:flex}.nav-link{color:#2c3e50;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover{color:#ff7a00}.header-actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.search-bar{background:#f4f5f7;border:1.5px solid #0000;border-radius:20px;align-items:center;padding:.4rem .75rem .4rem 1rem;transition:border-color .25s,background .25s,box-shadow .25s;display:flex}.search-bar-desktop{width:210px}.search-bar-mobile-inline{width:100%;padding:.35rem .6rem .35rem .85rem}.search-bar:focus-within{background:#fff;border-color:#ff7a00;box-shadow:0 0 0 3px #ff7a001f}.search-bar input{color:#1a1a1a;background:0 0;border:none;outline:none;width:100%;font-size:.88rem}.search-icon-btn{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.search-icon-btn:hover{color:#ff7a00}.mobile-search-toggle-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:border-color .2s,color .2s;display:none}.mobile-search-toggle-btn:hover{color:#ff7a00;border-color:#ff7a00}.cart-button{color:#1a1a1a;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:relative}.cart-button:hover{color:#ff7a00;border-color:#ff7a00;box-shadow:0 3px 10px #ff7a0026}.cart-badge{color:#fff;background:#ff7a00;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.auth-menu,.user-menu{position:relative}.profile-icon-button{color:#1a1a1a;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.profile-icon-button:hover{border-color:#ff7a00;box-shadow:0 3px 10px #ff7a0026}.user-button{color:#1a1a1a;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.user-button:hover{color:#ff7a00;border-color:#ff7a00}.auth-dropdown,.user-dropdown{z-index:1001;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:170px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 10px 25px #00000014}.auth-dropdown-item,.dropdown-item{text-align:left;cursor:pointer;color:#2c3e50;background:0 0;border:none;width:100%;padding:.7rem 1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.auth-dropdown-item:hover,.dropdown-item:hover{color:#ff7a00;background:#fff5e6}.logout-item{color:#e53e3e;border-top:1px solid #f0f0f0}.logout-item:hover{color:#e53e3e;background:#fff5f5}.mobile-sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0f172a80;position:fixed;inset:0}.mobile-sidebar{z-index:9999;background:#fff;flex-direction:column;width:280px;max-width:80vw;height:100vh;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:10px 0 30px #0000001f}.mobile-sidebar.open{transform:translate(0)}.mobile-sidebar-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.mobile-logo{align-items:center;gap:.5rem;display:flex}.orange-dot{background-color:#ff7a00;border-radius:50%;width:8px;height:8px}.mobile-logo h2{color:#0f172a;margin:0;font-size:1.1rem;font-weight:800}.mobile-sidebar-close{cursor:pointer;color:#555;background:#f4f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.mobile-sidebar-close:hover{color:#fff;background:#ff7a00}.mobile-sidebar-content{flex-direction:column;flex:1;padding:1rem 0;display:flex;overflow-y:auto}.mobile-section,.mobile-categories-section{flex-direction:column;margin-bottom:1rem;display:flex}.mobile-section-title{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;padding:0 1.25rem .5rem;font-size:.72rem;font-weight:800}.mobile-category-link{color:#475569;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:flex}.mobile-category-link:hover{color:#ff7a00;background:#fff5e6}.mobile-cart-drawer-item{position:relative}.mobile-drawer-cart-badge{color:#fff;background:#ff7a00;border-radius:10px;margin-right:.25rem;padding:2px 7px;font-size:.72rem;font-weight:700}.cat-icon{color:#ff7a00;justify-content:center;align-items:center;display:flex}.cat-label{flex:1}.arrow-icon{color:#cbd5e1;transition:transform .2s,color .2s}.mobile-category-link:hover .arrow-icon{color:#ff7a00;transform:translate(3px)}.mobile-auth-section{background:#faf9f6;border-top:1px solid #f0f0f0;margin-top:auto;padding:1rem 1.25rem}.mobile-auth-btn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.direct-login-btn{color:#fff;background:#ff7a00;border:none;box-shadow:0 4px 12px #ff7a0040}.direct-login-btn:hover{background:#e06b00}.mobile-user-card-wrapper{flex-direction:column;gap:.75rem;display:flex}.mobile-user-card{background:#fff;border:1px solid #e8e6e1;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:border-color .2s;display:flex}.mobile-user-card:hover{border-color:#ff7a00}.user-avatar-icon{color:#ff7a00;background:#fff5e6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.user-info{flex-direction:column;flex:1;display:flex;overflow:hidden}.user-title{color:#0f172a;font-size:.85rem;font-weight:700}.user-subtext{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.mobile-auth-btn.logout{color:#e53e3e;background:#fff5f5;border:1px solid #fed7d7}.mobile-category-link:hover .icon-brand svg{animation:.5s cubic-bezier(.36,.07,.19,.97) infinite alternate brandBounce}.mobile-category-link:hover .icon-sparkle svg{animation:1.2s infinite sparkleRotate}.mobile-category-link:hover .icon-drive svg{animation:.4s infinite alternate driveBounce}.mobile-category-link:hover .icon-gamepad svg{animation:.5s infinite alternate gamepadWobble}.mobile-category-link:hover .icon-crosshair svg{animation:3s linear infinite crosshairSpin}.mobile-category-link:hover .icon-gift svg{animation:.6s infinite giftBounce}.mobile-category-link:hover .icon-package svg{animation:.5s infinite alternate packageShake}@keyframes brandBounce{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-3px)rotate(8deg)}}@keyframes sparkleRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes driveBounce{0%{transform:translate(0)}to{transform:translate(4px)}}@keyframes gamepadWobble{0%{transform:rotate(-8deg)}to{transform:rotate(8deg)}}@keyframes crosshairSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes giftBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes packageShake{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}@media (width<=868px){.nav-menu,.search-bar-desktop,.desktop-only-action{display:none!important}.mobile-menu-btn,.mobile-search-toggle-btn{display:flex}.header-container{gap:.75rem;padding:0 1rem}.mobile-search-active .logo-section{flex:1}}.footer{color:#94a3b8;text-align:left;background-color:#0d0f12;border-top:1px solid #1e293b;width:100%;margin-top:4rem}.footer .container{box-sizing:border-box;max-width:1400px;margin:0 auto;padding:0 2rem}.footer-features{background-color:#131720;border:1px solid #1e293b;border-radius:16px;margin:2.5rem 0 3.5rem;padding:1.5rem 2rem}.features-grid{grid-template-columns:repeat(4,1fr);align-items:center;gap:1.5rem;display:grid}.feature-item{align-items:center;gap:1rem;display:flex}.feature-icon-wrapper{color:#ff7a00;background:#ff7a001a;border:1px solid #ff7a0033;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.feature-text h5{color:#f8fafc;margin:0 0 .2rem;font-size:.9rem;font-weight:700}.feature-text p{color:#64748b;margin:0;font-size:.8rem}.footer-content{grid-template-columns:1.3fr repeat(3,1fr);align-items:start;gap:3rem;margin-bottom:3.5rem;display:grid}.brand-logo-link{margin-bottom:.75rem;text-decoration:none;display:inline-block}.footer-logo-wrapper{align-items:center;gap:.6rem;display:flex}.footer-logo-icon{object-fit:contain;width:auto;height:36px}.footer-logo-text{object-fit:contain;width:auto;height:24px}.brand-description{color:#71717a;max-width:340px;margin:0 0 1.5rem;font-size:.88rem;line-height:1.6}.newsletter-box{box-sizing:border-box;background:#131720;border:1px solid #27272a;border-radius:12px;max-width:340px;padding:1.1rem}.newsletter-title{color:#f4f4f5;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;display:flex}.newsletter-sub{color:#71717a;margin:.35rem 0 .85rem;font-size:.78rem}.newsletter-form{gap:.5rem;width:100%;display:flex}.newsletter-form input{color:#fff;background:#0d0f12;border:1px solid #27272a;border-radius:8px;outline:none;flex:1;min-width:0;padding:.55rem .85rem;font-size:.82rem;transition:border-color .2s}.newsletter-form input:focus{border-color:#ff7a00}.newsletter-form button{color:#fff;cursor:pointer;background:#ff7a00;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;height:38px;padding:0 1rem;transition:background-color .2s;display:inline-flex}.newsletter-form button:hover{background:#e06b00}.newsletter-success{color:#22c55e;align-items:center;gap:.4rem;padding:.2rem 0;font-size:.82rem;font-weight:600;display:flex}.footer-section{flex-direction:column;display:flex}.footer-section-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:1.25rem;display:flex}.footer-section h4{color:#fff;margin:0;font-size:1rem;font-weight:700;line-height:1}.accordion-icon{color:#64748b;transition:transform .3s,color .3s;display:none}.footer-links{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.footer-links li{margin:0}.footer-links a{color:#94a3b8;align-items:center;gap:.65rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.footer-links a svg{color:#64748b;flex-shrink:0;transition:color .2s}.footer-links a:hover{color:#ff7a00;transform:translate(4px)}.footer-links a:hover svg{color:#ff7a00}.social-links{grid-template-columns:1fr;gap:.65rem;width:100%;display:grid}.social-btn{color:#94a3b8;box-sizing:border-box;background-color:#131720;border:1px solid #27272a;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.65rem .9rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.social-btn svg{color:#ff7a00;flex-shrink:0}.social-btn:hover{color:#ff7a00;background-color:#ff7a001f;border-color:#ff7a004d;transform:translate(4px)}.footer-bottom{color:#64748b;border-top:1px solid #1e293b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.75rem 0;font-size:.85rem;display:flex}.copyright-text{margin:0}.brand-highlight{color:#f8fafc;font-weight:600}.legal-links{align-items:center;gap:.85rem;display:flex}.legal-links a{color:#64748b;text-decoration:none;transition:color .2s}.legal-links a:hover{color:#94a3b8}.dot-separator{color:#334155;font-size:.5rem}.footer-credit{margin:0}.developer-link{color:#ff7a00;font-weight:600;text-decoration:none;transition:color .2s}.developer-link:hover{color:#ffa04d;text-decoration:underline}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-brand{grid-column:span 2}.newsletter-box{max-width:100%}}@media (width<=768px){.footer{margin-top:2rem}.footer .container{padding:0 1rem}.footer-features{border-radius:12px;margin:1.5rem 0 2rem;padding:1.25rem 1rem}.features-grid{grid-template-columns:1fr;gap:1.25rem}.footer-content{grid-template-columns:1fr;gap:0;margin-bottom:2rem}.footer-brand{border-bottom:1px solid #1e293b;grid-column:span 1;margin-bottom:1rem;padding-bottom:1.5rem}.brand-description{max-width:100%}.footer-section{border-bottom:1px solid #1e293b;padding:0}.footer-section-header{cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:0;padding:1rem 0}.accordion-icon{display:block}.footer-section .footer-links,.footer-section .social-links{opacity:0;max-height:0;margin-top:0;transition:max-height .35s cubic-bezier(.16,1,.3,1),opacity .25s,margin .25s;overflow:hidden}.footer-section.is-open .footer-links,.footer-section.is-open .social-links{opacity:1;max-height:400px;margin-top:.25rem;margin-bottom:1.25rem}.footer-section.is-open .accordion-icon{color:#ff7a00;transform:rotate(45deg)}.footer-bottom{text-align:center;flex-direction:column;justify-content:center;gap:1rem;padding:1.5rem 0 5rem}.legal-links{justify-content:center}}.cart-overlay{z-index:9999;background:#0006;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-drawer{background:#fff;flex-direction:column;width:100%;max-width:440px;height:100vh;animation:.3s cubic-bezier(.16,1,.3,1) slideInRight;display:flex;box-shadow:-4px 0 20px #0000001a}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.cart-header h2{color:#1a1a1a;letter-spacing:.5px;margin:0;font-size:15px;font-weight:700}.close-text-btn{color:#2b2b2b;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:14px;font-weight:500;transition:color .2s;display:flex}.close-text-btn:hover{color:#f57c00}.cart-content{flex:1;padding:16px;overflow-y:auto}.empty-cart{color:#8c8c8c;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.empty-icon{margin-bottom:10px;font-size:40px}.empty-cart p{margin:2px 0}.empty-hint{font-size:12px}.cart-items{flex-direction:column;gap:12px;display:flex}.cart-item{background:#fff;border:1px solid #eaeaea;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex;position:relative}.cart-item-image-wrapper{border:1px solid #f0f0f0;border-radius:8px;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;display:flex;overflow:hidden}.cart-item-image{object-fit:contain;width:100%;height:100%}.cart-item-info{flex-direction:column;flex:1;align-items:flex-start;gap:8px;min-width:0;display:flex}.cart-item-title{color:#222;text-align:left;white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;padding-right:20px;font-size:13px;font-weight:600;overflow:hidden}.cart-item-math-row{color:#333;align-items:center;gap:6px;font-size:13px;display:flex}.qty-picker{background:#fff;border:1px solid #d9d9d9;border-radius:14px;align-items:center;height:24px;padding:0 4px;display:inline-flex}.qty-picker button{color:#333;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:18px;height:100%;font-size:13px;display:flex}.qty-picker button:disabled{opacity:.3;cursor:not-allowed}.qty-num{padding:0 4px;font-size:12px;font-weight:600}.math-operator{color:#777}.unit-price,.line-total{font-weight:600}.cart-item-remove{color:#555;cursor:pointer;background:0 0;border:none;padding:2px;font-size:14px;line-height:1;transition:color .2s;position:absolute;top:12px;right:12px}.cart-item-remove:hover{color:#ff4d4f}.cart-footer{background:#f8f9fa;border-top:1px solid #ebebeb;flex-direction:column;display:flex}.recommendations-section{border-bottom:1px solid #eee;padding:16px}.recommendations-header{justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:12px;display:flex}.rec-title{color:#1a1a1a;text-align:left;flex-direction:column;align-items:flex-start;margin:0;font-size:14px;font-weight:700;display:flex}.rec-title:after{content:"";background:#f57c00;width:40px;height:2px;margin-top:4px;margin-left:0;display:block}.slider-arrows{gap:6px;display:flex}.arrow-btn{color:#fff;cursor:pointer;background:#f57c00;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;line-height:1;transition:background .2s;display:flex}.arrow-btn:hover{background:#e06d00}.rec-slider-container{scroll-behavior:smooth;scrollbar-width:none;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.rec-slider-container::-webkit-scrollbar{display:none}.rec-card{background:#fff;border:1px solid #eaeaea;border-radius:12px;flex-shrink:0;align-items:center;gap:10px;min-width:230px;max-width:230px;padding:10px;display:flex}.rec-img-wrapper{background:#fafafa;border-radius:6px;width:50px;min-width:50px;height:50px;overflow:hidden}.rec-img-wrapper img{object-fit:cover;width:100%;height:100%}.rec-details{text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:2px;min-width:0;display:flex}.rec-name{color:#222;text-align:left;white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;font-size:12px;font-weight:600;overflow:hidden}.rec-price{color:#666;margin:0;font-size:12px}.rec-add-btn{color:#fff;cursor:pointer;background:#f57c00;border:none;border-radius:12px;margin-top:4px;padding:3px 10px;font-size:11px;font-weight:600;transition:background .2s}.rec-add-btn:hover{background:#e06d00}.cart-totals-bar{background:#fff;flex-direction:column;gap:12px;padding:16px;display:flex}.total-row{justify-content:space-between;align-items:center;display:flex}.total-label{color:#222;font-size:15px;font-weight:700}.total-amount{color:#1a1a1a;font-size:16px;font-weight:700}.checkout-orange-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background:#f57c00;border:none;border-radius:8px;width:100%;height:46px;font-size:15px;font-weight:700;transition:background .2s}.checkout-orange-btn:hover:not(:disabled){background:#e06d00}.checkout-orange-btn:disabled{cursor:not-allowed;background:#ccc}@media (width<=480px){.cart-drawer{width:100vw}}.bottom-nav{-webkit-backdrop-filter:blur(16px);z-index:9000;height:64px;padding-bottom:env(safe-area-inset-bottom,0px);background-color:#fffffff2;border-top:1px solid #e2e8f0cc;justify-content:space-around;align-items:center;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000000f}.bottom-nav-item{color:#64748b;cursor:pointer;-webkit-tap-highlight-color:transparent;vertical-align:middle;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;height:100%;margin:0;padding:0;font-size:.72rem;font-weight:500;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.bottom-nav-item:active{transform:scale(.94)}.bottom-nav-item.active{color:#ff5722;font-weight:700}.bottom-nav-item.active:before{content:"";background-color:#ff5722;border-bottom-right-radius:4px;border-bottom-left-radius:4px;width:24px;height:3px;position:absolute;top:0}.bottom-nav-icon-wrapper{width:24px;height:24px;color:inherit;justify-content:center;align-items:center;display:inline-flex;position:relative}.bottom-nav-icon{transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:block}.bottom-nav-item.active .bottom-nav-icon{transform:translateY(-1px)}.bottom-nav-badge{color:#fff;background:#ff5722;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:800;animation:1.8s infinite badgePulse;display:flex;position:absolute;top:-4px;right:-8px;box-shadow:0 2px 4px #ff57224d}.bottom-nav-label{letter-spacing:-.1px;line-height:1.2}.chat-notice-toast{color:#fff;z-index:9999;white-space:nowrap;background:#0f172a;border:1px solid #ff572266;border-radius:20px;padding:.6rem 1.2rem;font-size:.8rem;font-weight:600;animation:2.5s forwards toastFadeInOut;position:fixed;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0003}@keyframes toastFadeInOut{0%{opacity:0;transform:translate(-50%,10px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-10px)}}.bottom-nav-item:hover .icon-home-bounce svg,.bottom-nav-item.active .icon-home-bounce svg{animation:.5s cubic-bezier(.36,.07,.19,.97) homeBounce}.bottom-nav-item:hover .icon-shop-swing svg,.bottom-nav-item.active .icon-shop-swing svg{animation:.6s ease-in-out shopSwing}.bottom-nav-item:hover .icon-chat-bounce svg,.bottom-nav-item:active .icon-chat-bounce svg{animation:.5s ease-in-out chatBounce}.bottom-nav-item:hover .icon-cart-shake svg,.bottom-nav-item.active .icon-cart-shake svg{animation:.5s ease-in-out cartShake}.bottom-nav-item:hover .icon-user-pulse svg,.bottom-nav-item.active .icon-user-pulse svg{animation:.5s ease-in-out userPulse}@keyframes homeBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes shopSwing{0%{transform:rotate(0)}25%{transform:rotate(-12deg)}75%{transform:rotate(12deg)}to{transform:rotate(0)}}@keyframes chatBounce{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}@keyframes cartShake{0%{transform:translate(0)}25%{transform:translate(-3px)rotate(-5deg)}75%{transform:translate(3px)rotate(5deg)}to{transform:translate(0)}}@keyframes userPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes badgePulse{0%{transform:scale(.95)}50%{transform:scale(1.1)}to{transform:scale(.95)}}@media (width<=868px){.bottom-nav{display:flex}}:root{--primary-color:#ff7a00;--secondary-color:#ff7a00;--text-dark:#121212;--text-light:#666;--border-light:#e0e0e0;--border:#e0e0e0;--bg-light:#f8f9fa;--bg-white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{width:100%;min-height:100vh}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}::-webkit-scrollbar{display:none}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ff7a00;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#f50}h1,h2,h3,h4,h5,h6{font-weight:600}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}p{margin:0}button{cursor:pointer;font-family:inherit;transition:all .2s}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-in-out fadeIn}@media (width<=1024px){h1{margin:20px 0;font-size:36px}h2{font-size:20px}}@media (width<=768px){:root{font-size:14px}.container{padding:0 1rem}.app{padding-bottom:60px}}.page-loader-wrapper{justify-content:center;align-items:center;width:100%;min-height:60vh;display:flex}.page-loader-spinner{border:3px solid #1e293b;border-top-color:#ff7a00;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite pageLoaderSpin}@keyframes pageLoaderSpin{to{transform:rotate(360deg)}}
