body{background:#0a1929;margin:0}code{background:#0d1b2a;border-radius:3px;color:#e4e4e7;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;padding:2px 6px}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0d1b2a,#1b263b);box-shadow:0 4px 20px #0009;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-top{background:linear-gradient(90deg,#0a1929,#0d1b2a);border-bottom:1px solid #ff6b3533;color:#e4e4e7;font-size:.85rem;padding:10px 0}.header-top-content{align-items:center;display:flex;justify-content:space-between}.shop-info{display:flex;gap:20px}.header-main{background:#0d1b2a;padding:12px 0}.header-content{align-items:center;display:flex;gap:20px}.logo{color:#ff6b35;text-decoration:none;transition:transform .3s ease;white-space:nowrap}.logo:hover{transform:scale(1.05)}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#ff8c42);-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800;letter-spacing:.5px;margin:0}.search-bar{display:flex;flex:1 1;max-width:600px}.search-bar input{background:#0a1929cc;border:2px solid #0000;border-radius:25px 0 0 25px;color:#e4e4e7;flex:1 1;font-size:.95rem;padding:12px 18px;transition:all .3s ease}.search-bar input:focus{background:#0a1929;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.search-bar input::placeholder{color:#8b949e}.search-bar button{background:linear-gradient(135deg,#ff6b35,#ff8c42);border:none;border-radius:0 25px 25px 0;color:#0a1929;cursor:pointer;font-weight:600;padding:0 24px;transition:all .3s ease}.search-bar button:hover{background:linear-gradient(135deg,#ff8c42,#ffa755);box-shadow:0 4px 12px #ff6b3566;transform:translateX(2px)}.header-actions{align-items:center;display:flex;gap:15px}.cart-btn,.header-btn{align-items:center;border-radius:12px;color:#e4e4e7;display:flex;font-size:.9rem;font-weight:500;gap:8px;overflow:hidden;padding:10px 16px;position:relative;text-decoration:none;transition:all .3s ease}.cart-btn:before,.header-btn:before{background:#ff6b3533;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.cart-btn:hover:before,.header-btn:hover:before{height:300px;width:300px}.cart-btn:hover,.header-btn:hover{background:#ff6b3526;transform:translateY(-2px)}.user-menu{border-radius:4px;color:#e4e4e7;padding:8px 12px;position:relative;transition:background .3s}.user-menu,.user-menu-trigger{align-items:center;display:flex;gap:6px}.user-menu-trigger{cursor:pointer}.user-menu:hover{background:#ff6b3526}.user-menu .dropdown{animation:fadeIn .2s ease;background:#0d1b2a;border:1px solid #1b263b;border-radius:4px;box-shadow:0 4px 12px #00000080;display:none;margin-top:8px;min-width:180px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.user-menu .dropdown.open,.user-menu .dropdown:hover,.user-menu:hover .dropdown{display:block}.user-menu .dropdown a,.user-menu .dropdown button{background:none;border:none;color:#e4e4e7;cursor:pointer;display:block;padding:12px 16px;text-align:left;text-decoration:none;transition:background .2s;width:100%}.user-menu .dropdown a:hover,.user-menu .dropdown button:hover{background:#1b263b}.cart-btn{position:relative}.cart-count{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#ff6b6b,#ff4757);border:2px solid #1a1f2e;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:22px;justify-content:center;position:absolute;right:-4px;top:-4px;width:22px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.mobile-menu-btn{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}.header-nav{background:#0d1b2a;border-top:1px solid #1b263b}.nav-links{display:flex;gap:5px;list-style:none;margin:0;padding:0}.nav-links li a{color:#e4e4e7;display:block;font-size:.9rem;padding:12px 16px;text-decoration:none;transition:background .3s}.nav-links li a:hover{background:#ff6b3526}@media (max-width:968px){.search-bar{max-width:400px}}@media (max-width:768px){.header-top{display:none}.header-content{flex-wrap:wrap}.logo h1{font-size:1.2rem}.search-bar{flex-basis:100%;margin-top:10px;max-width:100%;order:3}.mobile-menu-btn{display:block}.header-nav{display:none}.header-nav.open{display:block}.nav-links{flex-direction:column;gap:0}.user-menu span{display:none}}.footer{background:linear-gradient(135deg,#0a1929,#0d1b2a);border-top:2px solid #ff6b354d;color:#e4e4e7;margin-top:80px;padding:50px 0 0;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#ff6b35,#0000);content:"";height:2px;left:0;position:absolute;right:0;top:0}.footer-content{grid-gap:30px;border-bottom:1px solid #1b263b;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding-bottom:30px}.footer-section h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#ff8c42);-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:700;margin-bottom:20px;padding-bottom:10px;position:relative}.footer-section h3:after{background:linear-gradient(90deg,#ff6b35,#0000);bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.footer-section p{color:#c9d1d9;font-size:.9rem;line-height:1.6}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#c9d1d9;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#ff6b35}.contact-info li{color:#c9d1d9;font-size:.9rem;margin-bottom:10px}.social-links{display:flex;gap:15px;margin-top:15px}.social-links a{align-items:center;background:#ff6b351a;border:2px solid #0000;border-radius:50%;color:#e4e4e7;display:flex;font-size:1.5rem;height:45px;justify-content:center;transition:all .3s ease;width:45px}.social-links a:hover{background:#ff6b3533;border-color:#ff6b35;box-shadow:0 8px 20px #ff6b3566;color:#ff6b35;transform:translateY(-5px) rotate(5deg)}.footer-bottom{color:#c9d1d9;font-size:.85rem;padding:20px 0;text-align:center}.footer-bottom p{margin:5px 0}@media (max-width:768px){.footer-content{gap:25px;grid-template-columns:1fr}.footer{padding:30px 0 0}}.product-card{background:linear-gradient(135deg,#0d1b2a,#1b263b);border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #0006;color:inherit;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.product-card:before{background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:16px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;position:absolute;right:0;top:0;transition:opacity .4s ease}.product-card:hover:before{opacity:1}.product-card:hover{box-shadow:0 12px 30px #ff6b3566;transform:translateY(-8px) scale(1.02)}.product-image{background:#0a1929;overflow:hidden;padding-top:75%;position:relative;width:100%}.product-image img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.out-of-stock-badge{background:#ff6b6b;border-radius:4px;color:#fff;font-size:.75rem;font-weight:700;padding:5px 10px;position:absolute;right:10px;top:10px}.product-info{display:flex;flex:1 1;flex-direction:column;padding:15px}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#e4e4e7;display:-webkit-box;font-size:1rem;height:2.8em;line-height:1.4;margin:0 0 10px;overflow:hidden}.product-rating{align-items:center;display:flex;gap:8px;margin-bottom:10px}.stars{color:#ffa657;display:flex;font-size:.9rem;gap:2px}.rating-text{color:#8b949e;font-size:.85rem}.product-price{color:#ff6b35;font-size:1.3rem;font-weight:700;margin-bottom:8px}.product-category{color:#8b949e;font-size:.85rem;margin-bottom:15px}.cart-message{background:#d4edda;border-radius:4px;color:#155724;font-size:.85rem;font-weight:500;margin-bottom:10px;padding:8px;text-align:center}.add-to-cart-btn{align-items:center;background:linear-gradient(135deg,#ff6b35,#ff8c42);border:none;border-radius:10px;color:#0a1929;cursor:pointer;display:flex;font-weight:700;gap:8px;justify-content:center;margin-top:auto;overflow:hidden;padding:14px;position:relative;transition:all .3s ease;width:100%}.add-to-cart-btn:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.add-to-cart-btn:hover:not(:disabled):before{height:400px;width:400px}.add-to-cart-btn:hover:not(:disabled){box-shadow:0 6px 20px #ff6b3580;transform:translateY(-2px)}.add-to-cart-btn:disabled{background:#1b263b;cursor:not-allowed;opacity:.6}@media (max-width:480px){.product-name{font-size:.9rem}.product-price{font-size:1.1rem}}.home-page{background:#0f1419;min-height:100vh}.hero-banner{background:linear-gradient(135deg,#0a1929,#0d1b2a 50%,#1b263b);color:#e4e4e7;overflow:hidden;padding:100px 0;position:relative;text-align:center}.hero-banner:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ff6b3526 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-content{position:relative;z-index:1}.hero-content h1{-webkit-text-fill-color:#0000;animation:slideInDown 1s ease-out;background:linear-gradient(135deg,#ff6b35,#ff8c42 50%,#ffa755);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900;letter-spacing:1px;margin-bottom:20px}@keyframes slideInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.hero-content p{animation:fadeIn 1s ease-out .3s both;font-size:1.4rem;line-height:1.6;margin-bottom:35px;opacity:.9}@keyframes fadeIn{0%{opacity:0}to{opacity:.9}}.cta-button{animation:fadeIn 1s ease-out .6s both;background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:30px;box-shadow:0 8px 20px #ff6b3566;color:#0a1929;display:inline-block;font-size:1.1rem;font-weight:700;overflow:hidden;padding:18px 48px;position:relative;text-decoration:none;transition:all .4s ease}.cta-button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.cta-button:hover:before{left:100%}.cta-button:hover{box-shadow:0 12px 30px #ff6b3599;transform:translateY(-4px) scale(1.05)}.section-title{color:#e4e4e7;font-size:2rem;font-weight:700;margin-bottom:40px;text-align:center}.categories-section{background:#0d1b2a;padding:60px 0}.categories-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.category-card{background:linear-gradient(135deg,#0a1929,#0d1b2a);border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #0006;color:#e4e4e7;overflow:hidden;padding:35px 25px;position:relative;text-align:center;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.category-card:before{background:radial-gradient(circle,#ff6b3526 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .4s ease;width:200%}.category-card:hover:before{opacity:1}.category-card:hover{border-color:#ff6b35;box-shadow:0 12px 30px #ff6b3566;transform:translateY(-10px) scale(1.05)}.category-icon{filter:drop-shadow(0 4px 8px rgba(255,107,53,.4));font-size:3.5rem;margin-bottom:15px;transition:transform .4s ease}.category-card:hover .category-icon{transform:scale(1.2) rotateY(1turn)}.category-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#ff8c42);-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:700;margin:0}.featured-products{background:#0a1929;padding:60px 0}.products-grid{grid-gap:25px;gap:25px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:40px}.loading{font-size:1.2rem;padding:60px;position:relative}.loading:after{animation:spin 1s linear infinite;border:4px solid #ff6b3533;border-radius:50%;border-top-color:#ff6b35;bottom:20px;content:"";height:60px;left:50%;position:absolute;transform:translateX(-50%);width:60px}@keyframes spin{to{transform:translateX(-50%) rotate(1turn)}}.view-all{text-align:center}.view-all-btn{background:#ff6b35;border-radius:6px;color:#0a1929;display:inline-block;font-weight:500;padding:12px 30px;text-decoration:none;transition:background .3s}.view-all-btn:hover{background:#ff8c42}.features-section{background:linear-gradient(135deg,#0d1b2a,#1b263b);border-top:2px solid #ff6b354d;color:#e4e4e7;padding:60px 0}.features-section .section-title{color:#e4e4e7}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-card{background:#ff6b351a;border:1px solid #1b263b;border-radius:8px;padding:30px 20px;text-align:center;transition:transform .3s}.feature-card:hover{background:#ff6b3526;border-color:#ff6b35;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:15px}.feature-card h3{font-size:1.2rem;margin-bottom:10px}.feature-card p{line-height:1.5;opacity:.9}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}.section-title{font-size:1.5rem;margin-bottom:30px}.categories-grid{gap:15px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.products-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.features-grid{gap:20px;grid-template-columns:1fr}}.products-page{background:#0a1929;min-height:100vh;padding:40px 0}.page-header{margin-bottom:30px}.page-header h1{font-size:2rem}.search-info{color:#8b949e;font-size:1rem}.products-layout{grid-gap:30px;display:grid;gap:30px;grid-template-columns:250px 1fr}.filters-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0d1b2a,#1b263b);border:2px solid #ff6b3533;border-radius:16px;box-shadow:0 4px 20px #0006;height:-webkit-fit-content;height:fit-content;padding:25px;position:-webkit-sticky;position:sticky;top:90px}.filter-section{margin-bottom:30px}.filter-section:last-child{margin-bottom:0}.filter-section h3{color:#e4e4e7;font-size:1.1rem;font-weight:600;margin-bottom:15px}.category-list{list-style:none;margin:0;padding:0}.category-list li{border-radius:10px;color:#c9d1d9;cursor:pointer;margin-bottom:8px;overflow:hidden;padding:12px 18px;position:relative;transition:all .3s ease}.category-list li:before{background:linear-gradient(135deg,#ff6b35,#ff8c42);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .3s ease;width:3px}.category-list li:hover:before{transform:scaleY(1)}.category-list li:hover{background:#ff6b351a;transform:translateX(5px)}.category-list li.active{background:linear-gradient(135deg,#ff6b35,#ff8c42);box-shadow:0 4px 12px #ff6b3566;color:#0a1929;font-weight:600}.sort-select{background:#0a1929;border:1px solid #1b263b;border-radius:4px;color:#e4e4e7;cursor:pointer;font-size:.95rem;padding:10px;width:100%}.products-main{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0d1b2a,#1b263b);border:2px solid #ff6b3533;border-radius:16px;box-shadow:0 4px 20px #0006;padding:30px}.products-header{border-bottom:1px solid #1b263b;margin-bottom:20px;padding-bottom:15px}.products-count{color:#8b949e;font-size:.95rem;margin:0}.products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.loading{color:#666}.no-products{padding:60px 20px;text-align:center}.no-products p{color:#8b949e;font-size:1.2rem;margin-bottom:20px}.no-products button{background:#ff6b35;border:none;border-radius:6px;color:#0a1929;cursor:pointer;font-size:1rem;padding:12px 30px;transition:background .3s}.no-products button:hover{background:#ff8c42}@media (max-width:968px){.products-layout{grid-template-columns:1fr}.filters-sidebar{position:static}.filter-section{margin-bottom:20px}.category-list{display:flex;flex-wrap:wrap;gap:8px}.category-list li{margin-bottom:0;padding:8px 15px}}@media (max-width:768px){.page-header h1{font-size:1.5rem}.products-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.products-main{padding:15px}}.login-page{align-items:center;background:#0a1929;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-container{animation:fadeInUp .6s ease-out;background:linear-gradient(135deg,#0d1b2a,#1b263b);border:2px solid #ff6b3533;border-radius:20px;box-shadow:0 20px 60px #000000b3;max-width:480px;overflow:hidden;padding:50px;position:relative;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-container:before{animation:rotate 15s linear infinite;background:radial-gradient(circle,#ff6b350d 0,#0000 70%);content:"";height:200%;pointer-events:none;position:absolute;right:-50%;top:-50%;width:200%;z-index:0}.login-header{margin-bottom:35px;position:relative;text-align:center;z-index:1}.login-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b35,#ffa755);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;margin-bottom:10px}.login-header p{color:#8b949e;font-size:1rem}.form-group,.login-form{margin-bottom:20px;position:relative;z-index:2}.form-group label{color:#e4e4e7;display:block;font-size:.95rem;font-weight:500;margin-bottom:8px}.form-group input{background:#0a1929;border:1px solid #1b263b;border-radius:6px;color:#e4e4e7;cursor:text;font-size:1rem;padding:12px 15px;position:relative;transition:border-color .3s;width:100%;z-index:3}.form-group input::placeholder{color:#8b949e}.form-group input:focus{border-color:#ff6b35;outline:none}.error-message{background:#f851491a;border:1px solid #f85149;border-radius:6px;color:#f85149;font-size:.9rem;margin-bottom:20px;padding:12px;text-align:center}.submit-btn{background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:12px;box-shadow:0 4px 15px #ff6b354d;font-size:1.05rem;font-weight:700;overflow:hidden;padding:16px;position:relative;transition:all .3s ease;z-index:2}.submit-btn:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0;z-index:-1}.submit-btn:hover:not(:disabled):before{height:500px;width:500px}.submit-btn:hover:not(:disabled){box-shadow:0 8px 25px #ff6b3580;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.form-footer{margin-top:20px;position:relative;text-align:center;z-index:2}.form-footer p{color:#8b949e;font-size:.9rem}.toggle-btn{background:none;border:none;color:#ff6b35;cursor:pointer;font-size:.9rem;font-weight:600;position:relative;text-decoration:underline;z-index:2}.toggle-btn:hover{color:#ff8c42}.login-info{border-top:1px solid #1b263b;padding-top:20px;position:relative;text-align:center;z-index:2}.login-info p{color:#8b949e;font-size:.85rem;margin-bottom:10px}.login-info a{color:#ff6b35;font-weight:500;text-decoration:none}.login-info a:hover{text-decoration:underline}@media (max-width:480px){.login-container{padding:30px 20px}.login-header h1{font-size:1.5rem}}.cart-page{background:#0a1929;min-height:100vh;padding:40px 0}.page-title{color:#e4e4e7;font-size:2rem;margin-bottom:30px}.cart-layout{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 400px}.cart-items{display:flex;flex-direction:column;gap:20px}.cart-item{align-items:center;animation:slideIn .4s ease-out;background:linear-gradient(135deg,#0d1b2a,#1b263b);border:2px solid #0000;border-radius:16px;box-shadow:0 4px 15px #0006;display:flex;gap:25px;padding:25px;transition:all .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.cart-item:hover{border-color:#ff6b354d;box-shadow:0 8px 25px #ff6b354d}.cart-item img{background:#0a1929;border-radius:6px;height:120px;object-fit:cover;width:120px}.item-details{flex:1 1}.item-details h3{color:#e4e4e7;font-size:1.1rem;margin-bottom:8px}.item-price{color:#ff6b35;font-size:1.2rem;font-weight:700;margin:5px 0}.stock-warning{color:#ff6b6b;font-size:.85rem;margin-top:5px}.item-actions{align-items:flex-end;display:flex;flex-direction:column;gap:12px}.quantity-controls{align-items:center;background:#0a1929;border:1px solid #1b263b;border-radius:6px;display:flex;gap:12px;padding:5px 10px}.quantity-controls button{background:none;border:none;color:#ff6b35;cursor:pointer;font-size:.9rem;padding:5px;transition:color .3s}.quantity-controls button:hover:not(:disabled){color:#ff8c42}.quantity-controls button:disabled{cursor:not-allowed;opacity:.3}.quantity-controls span{color:#e4e4e7;font-weight:600;min-width:30px;text-align:center}.item-total{color:#e4e4e7;font-size:1.1rem;font-weight:700}.remove-btn{align-items:center;background:none;border:none;color:#ff6b6b;cursor:pointer;display:flex;font-size:.9rem;gap:6px;transition:color .3s}.remove-btn:hover{color:#f44}.cart-summary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#161b22,#1a1f2e);border:2px solid #ff6b3533;border-radius:20px;box-shadow:0 8px 30px #00000080;height:-webkit-fit-content;height:fit-content;padding:30px;position:-webkit-sticky;position:sticky;top:90px}.cart-summary h2{color:#e4e4e7;font-size:1.3rem;margin-bottom:20px}.summary-row{border-bottom:1px solid #30363d;color:#c9d1d9;padding:12px 0}.summary-row,.summary-total{display:flex;justify-content:space-between}.summary-total{background:linear-gradient(135deg,#ff6b350d,#7dd3fc0d);border-image:linear-gradient(90deg,#ff6b35,#ffa755) 1;border-radius:12px;border-top:3px solid;color:#e4e4e7;font-size:1.3rem;font-weight:800;margin-top:20px;padding:20px}.checkout-btn,.place-order-btn{background:linear-gradient(135deg,#ff6b35,#ff8c42);border:none;border-radius:12px;box-shadow:0 4px 15px #ff6b354d;color:#0d1117;cursor:pointer;font-size:1.05rem;font-weight:700;margin-top:20px;overflow:hidden;padding:16px;position:relative;transition:all .3s ease;width:100%}.checkout-btn:before,.place-order-btn:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.checkout-btn:hover:before,.place-order-btn:hover:not(:disabled):before{height:500px;width:500px}.checkout-btn:hover,.place-order-btn:hover:not(:disabled){box-shadow:0 8px 25px #ff6b3580;transform:translateY(-2px)}.place-order-btn:disabled{cursor:not-allowed;opacity:.6}.checkout-form{border-top:1px solid #30363d;margin-top:20px;padding-top:20px}.checkout-form h3{color:#e4e4e7;font-size:1rem;margin-bottom:10px}.checkout-form textarea{background:#0d1117;border:1px solid #30363d;border-radius:6px;color:#e4e4e7;font-family:inherit;font-size:.95rem;margin-bottom:15px;padding:12px;resize:vertical;width:100%}.checkout-form textarea::placeholder{color:#8b949e}.checkout-form textarea:focus{border-color:#ff6b35;outline:none}.cancel-btn{border:1px solid #30363d;border-radius:6px;cursor:pointer;font-weight:500;margin-top:10px;padding:12px;transition:background .3s;width:100%}.cancel-btn:hover{background:#30363d}.empty-cart{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:80px 20px;text-align:center}.empty-cart h2{color:#e4e4e7;font-size:1.8rem;margin-bottom:15px}.empty-cart p{color:#8b949e;font-size:1.1rem;margin-bottom:25px}.empty-cart button{background:#ff6b35;border:none;border-radius:6px;color:#0d1117;cursor:pointer;font-size:1rem;padding:12px 30px;transition:background .3s}.empty-cart button:hover{background:#ff8c42}@media (max-width:968px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{align-items:flex-start;flex-direction:column}.cart-item img{height:200px;width:100%}.item-actions{align-items:center;flex-direction:row;justify-content:space-between;width:100%}}.contact-page{background:#0a1929;min-height:100vh;padding:60px 0}.page-header{margin-bottom:50px;text-align:center}.page-header h1{color:#e4e4e7;font-size:2.5rem;margin-bottom:10px}.page-header p{color:#8b949e;font-size:1.1rem}.contact-layout{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin-bottom:50px}.contact-form-section,.contact-info-section{animation:fadeInUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0d1b2a,#1b263b);border:2px solid #ff6b3533;border-radius:20px;box-shadow:0 8px 30px #00000080;padding:35px}.contact-form-section h2,.contact-info-section h2{color:#e4e4e7;font-size:1.5rem;margin-bottom:25px}.contact-card{animation:fadeInLeft .5s ease-out;background:linear-gradient(135deg,#0a1929,#0d1b2a);border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #0000004d;display:flex;gap:25px;margin-bottom:20px;padding:25px;transition:all .3s ease}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.contact-card:hover{background:linear-gradient(135deg,#0d1b2a,#1b263b);border-color:#ff6b35;box-shadow:0 8px 25px #ff6b3533;transform:translateX(5px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#ff6b351a,#7dd3fc1a);border:2px solid #ff6b354d;border-radius:50%;color:#ff6b35;display:flex;font-size:2rem;height:60px;justify-content:center;min-width:60px;transition:all .3s ease}.contact-card:hover .contact-icon{border-color:#ff6b35;box-shadow:0 0 20px #ff6b3566;transform:scale(1.1) rotate(5deg)}.contact-card h3{color:#e4e4e7;font-size:1.1rem;margin-bottom:8px}.contact-card p{color:#c9d1d9;line-height:1.6;margin:5px 0}.small-text{color:#8b949e!important;font-size:.85rem}.success-message{background:#d4edda;border-radius:6px;color:#155724;font-weight:500;padding:15px;text-align:center}.contact-form .form-group,.success-message{margin-bottom:20px}.contact-form label{color:#e4e4e7;display:block;font-size:.95rem;font-weight:500;margin-bottom:8px}.contact-form input,.contact-form textarea{background:#0a1929;border:1px solid #1b263b;border-radius:6px;color:#e4e4e7;font-family:inherit;font-size:1rem;padding:12px 15px;transition:border-color .3s;width:100%}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#8b949e}.contact-form input:focus,.contact-form textarea:focus{border-color:#ff6b35;outline:none}.contact-form textarea{resize:vertical}.submit-btn{background:#ff6b35;border:none;border-radius:6px;color:#0a1929;cursor:pointer;font-size:1rem;font-weight:600;padding:14px;transition:background .3s;width:100%}.submit-btn:hover{background:#ff8c42}.map-section{animation:fadeInUp .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0d1b2a,#1b263b);border:2px solid #ff6b3533;border-radius:20px;box-shadow:0 8px 30px #00000080;padding:35px}.map-section h2{color:#e4e4e7;font-size:1.5rem;margin-bottom:20px}.map-placeholder{border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}@media (max-width:968px){.contact-layout{gap:30px;grid-template-columns:1fr}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}}@media (max-width:480px){.contact-page{padding:20px 0}.contact-form-section,.contact-info-section,.map-section{padding:20px}.contact-card{align-items:center;flex-direction:column;text-align:center}}.admin-page{background:#0a1929;display:flex;min-height:100vh}.admin-sidebar{background:#0d1b2a;border-right:1px solid #1b263b;color:#e4e4e7;height:100vh;overflow-y:auto;padding:20px;position:fixed;width:250px}.admin-sidebar h2{font-size:1.5rem;margin-bottom:30px}.admin-nav{display:flex;flex-direction:column;gap:10px}.admin-nav button{align-items:center;background:none;border:none;border-radius:6px;color:#e4e4e7;cursor:pointer;display:flex;font-size:1rem;gap:10px;padding:12px 15px;text-align:left;transition:background .3s}.admin-nav button.active,.admin-nav button:hover{background:#ff6b3526;color:#ff6b35}.admin-content{flex:1 1;margin-left:250px;padding:40px}.dashboard h1,.orders-section h1,.products-section h1{color:#e4e4e7;font-size:2rem;margin-bottom:30px}.stats-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.stat-card{align-items:center;animation:fadeInUp .5s ease-out;background:linear-gradient(135deg,#0d1b2a,#1b263b);border:2px solid #0000;border-radius:16px;box-shadow:0 4px 15px #0006;display:flex;gap:25px;padding:30px;transition:all .3s ease}.stat-card:hover{border-color:#ff6b354d;box-shadow:0 8px 25px #ff6b3533;transform:translateY(-5px)}.stat-icon{align-items:center;background:linear-gradient(135deg,#ff6b3526,#7dd3fc26);border:2px solid #ff6b354d;border-radius:20px;box-shadow:0 4px 15px #ff6b3533;color:#ff6b35;display:flex;font-size:2.5rem;height:80px;justify-content:center;transition:all .3s ease;width:80px}.stat-card:hover .stat-icon{box-shadow:0 6px 20px #ff6b3566;transform:scale(1.1) rotate(5deg)}.stat-info h3{color:#8b949e;font-size:.9rem;margin-bottom:8px}.stat-info p{color:#e4e4e7;font-size:1.8rem;font-weight:700}.section-header{justify-content:space-between;margin-bottom:30px}.add-btn,.section-header{align-items:center;display:flex}.add-btn{background:linear-gradient(135deg,#ff6b35,#ff8c42);border:none;border-radius:12px;box-shadow:0 4px 15px #ff6b354d;color:#0a1929;cursor:pointer;font-size:1rem;font-weight:700;gap:10px;overflow:hidden;padding:14px 28px;position:relative;transition:all .3s ease}.add-btn:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.add-btn:hover:before{height:400px;width:400px}.add-btn:hover{box-shadow:0 8px 25px #ff6b3580;transform:translateY(-2px)}.modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#0d1b2a;border:1px solid #1b263b;border-radius:8px;max-height:90vh;max-width:500px;overflow-y:auto;padding:30px;width:90%}.modal-content h2{color:#e4e4e7;margin-bottom:20px}.modal-content form{display:flex;flex-direction:column;gap:15px}.modal-content input,.modal-content select,.modal-content textarea{background:#0a1929;border:1px solid #1b263b;border-radius:6px;color:#e4e4e7;font-family:inherit;font-size:1rem;padding:12px}.modal-content input::placeholder,.modal-content textarea::placeholder{color:#8b949e}.modal-content input:focus,.modal-content select:focus,.modal-content textarea:focus{border-color:#ff6b35;outline:none}.form-actions{display:flex;gap:10px;margin-top:10px}.cancel-btn,.save-btn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:1rem;padding:12px;transition:background .3s}.save-btn{background:#ff6b35;color:#0a1929}.save-btn:hover{background:#ff8c42}.cancel-btn{background:#21262d;border:1px solid #1b263b;color:#c9d1d9}.cancel-btn:hover{background:#1b263b}.products-table{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0d1b2a,#1b263b);border:2px solid #ff6b3533;border-radius:16px;box-shadow:0 4px 20px #00000080;overflow:hidden}.products-table table{border-collapse:collapse;width:100%}.products-table td,.products-table th{border-bottom:1px solid #1b263b;color:#e4e4e7;padding:15px;text-align:left}.products-table th{background:#0a1929;color:#c9d1d9;font-weight:600}.product-thumb{border-radius:6px;height:60px;object-fit:cover;width:60px}.delete-btn,.edit-btn{border:none;border-radius:4px;cursor:pointer;margin-right:8px;padding:8px 12px;transition:opacity .3s}.edit-btn{background:#ff6b35;color:#0a1929}.delete-btn{background:#f85149;color:#fff}.delete-btn:hover,.edit-btn:hover{opacity:.8}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{animation:fadeInLeft .5s ease-out;background:linear-gradient(135deg,#0d1b2a,#1b263b);border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #00000080;padding:30px;transition:all .3s ease}.order-card:hover{border-color:#ff6b354d;box-shadow:0 8px 30px #ff6b3533;transform:translateX(5px)}.order-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.order-header h3{color:#e4e4e7;font-size:1.2rem}.status-badge{border-radius:20px;font-size:.85rem;font-weight:600;padding:6px 12px;text-transform:capitalize}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.processing{background:#cce5ff;color:#004085}.status-badge.shipped{background:#d1ecf1;color:#0c5460}.status-badge.delivered{background:#d4edda;color:#155724}.status-badge.cancelled{background:#f8d7da;color:#721c24}.order-card p{color:#8b949e;margin:8px 0}.order-items{background:#0a1929;border:1px solid #1b263b;border-radius:6px;margin:15px 0;padding:15px}.order-item{color:#c9d1d9;padding:8px 0}.status-select{background:#0a1929;border:1px solid #1b263b;border-radius:6px;color:#e4e4e7;cursor:pointer;font-size:.95rem;margin-top:15px;padding:10px;width:100%}.loading{color:#8b949e;font-size:1.1rem;padding:60px 20px;text-align:center}@media (max-width:968px){.admin-sidebar{width:200px}.admin-content{margin-left:200px;padding:20px}.stats-grid{grid-template-columns:1fr}}@media (max-width:768px){.admin-sidebar{height:auto;position:relative;width:100%}.admin-content{margin-left:0}.section-header{align-items:flex-start;flex-direction:column;gap:15px}.products-table{overflow-x:auto}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0a1929,#1a2332 50%,#0d1b2a);background-attachment:fixed;color:#e4e4e7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{background:#0f1419;display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.container{margin:0 auto;max-width:1400px;padding:0 20px}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#0d1b2a}::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff8c42}.text-center{text-align:center}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-3{margin-top:30px}.mb-1{margin-bottom:10px}.mb-2{margin-bottom:20px}.mb-3{margin-bottom:30px}img{height:auto;max-width:100%}button{font-family:inherit}a{color:inherit;text-decoration:none}
/*# sourceMappingURL=main.3d369cb7.css.map*/