:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;width:100%;min-width:320px;max-width:100vw;min-height:100vh;margin:0;display:flex;overflow-x:hidden}#root{width:100%;max-width:100vw;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}.app{flex-direction:column;width:100%;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.navbar{color:#fff;z-index:100;background:#000;padding:1rem 2rem;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-brand{color:#f60;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:#fff;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#f60}.cart-link{position:relative}.cart-badge{color:#fff;background:#f60;border-radius:50%;padding:2px 6px;font-size:.75rem;font-weight:700;position:absolute;top:-8px;right:-12px}.btn-logout{color:#f60;cursor:pointer;background:0 0;border:1px solid #f60;border-radius:4px;padding:.5rem 1rem;transition:all .3s}.btn-logout:hover{color:#fff;background:#f60}.btn-primary{background:#f60;border-radius:4px;padding:.5rem 1rem;transition:background .3s;color:#fff!important;text-decoration:none!important}.btn-primary:hover{background:#e55a00}.home{flex:1}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);padding:6rem 2rem}.hero-content h1{background:linear-gradient(135deg,#fff 0%,#f60 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem}.hero-content p{color:#ccc;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.hero-actions{justify-content:center;gap:1rem;display:flex}.btn-hero{color:#fff;background:#f60;border-radius:4px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s}.btn-hero:hover{background:#e55a00;transform:translateY(-2px);box-shadow:0 4px 12px #ff66004d}.btn-outline{color:#f60;background:0 0;border:2px solid #f60;border-radius:4px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s}.btn-outline:hover{color:#fff;background:#f60}.features{max-width:1200px;margin:0 auto;padding:4rem 2rem}.features h2{text-align:center;color:#000;margin-bottom:3rem;font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature{text-align:center;border:1px solid #eee;border-radius:8px;padding:2rem;transition:all .3s}.feature:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.feature-icon{margin-bottom:1rem;font-size:3rem;display:block}.feature h3{color:#000;margin-bottom:.5rem}.feature p{color:#666;line-height:1.6}.footer{color:#fff;text-align:center;background:#000;margin-top:auto;padding:2rem}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-actions{flex-direction:column}.nav-links{gap:1rem}}.auth-container{background:linear-gradient(135deg,#f5f5f5 0%,#e0e0e0 100%);justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;display:flex}.auth-box{background:#fff;border-radius:8px;width:100%;max-width:450px;padding:3rem;box-shadow:0 4px 20px #0000001a}.auth-box h2{text-align:center;color:#000;margin-bottom:.5rem;font-size:2rem}.auth-subtitle{text-align:center;color:#666;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.form-group input{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:#f60;outline:none}.btn-submit{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:4px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:background .3s}.btn-submit:hover:not(:disabled){background:#e55a00}.btn-submit:disabled{cursor:not-allowed;background:#ccc}.error-message{color:#c00;text-align:center;background:#fee;border:1px solid #fcc;border-radius:4px;margin-bottom:1rem;padding:.75rem}.auth-link{text-align:center;color:#666;margin-top:1.5rem}.auth-link a{color:#f60;font-weight:700;text-decoration:none}.auth-link a:hover{text-decoration:underline}.products-page{background:#f5f5f5;min-height:calc(100vh - 200px);padding:2rem}.products-container{max-width:1200px;margin:0 auto}.products-container h1{text-align:center;color:#000;margin-bottom:2rem;font-size:2.5rem}.filters{background:#fff;border-radius:8px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.search-input{border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem}.search-input:focus{border-color:#f60;outline:none}.category-filters{flex-wrap:wrap;gap:.5rem;display:flex}.category-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:20px;padding:.5rem 1rem;transition:all .3s}.category-btn:hover{color:#f60;border-color:#f60}.category-btn.active{color:#fff;background:#f60;border-color:#f60}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{background:#fff;border-radius:8px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.product-image{background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:200px;display:flex;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-info{padding:1rem}.product-info h3{color:#000;margin-bottom:.5rem;font-size:1.2rem}.product-category{color:#f60;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.product-description{color:#666;margin-bottom:1rem;font-size:.9rem;line-height:1.4}.product-footer{justify-content:space-between;align-items:center;display:flex}.product-price{color:#000;font-size:1.5rem;font-weight:700}.btn-add-cart{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:700;transition:background .3s}.btn-add-cart:hover{background:#e55a00}.out-of-stock{color:#999;font-weight:700}.loading,.error,.no-products{text-align:center;color:#666;padding:3rem;font-size:1.2rem}.error{color:#c00}.cart-page{background:#f5f5f5;min-height:calc(100vh - 200px);padding:2rem}.cart-container{max-width:1200px;margin:0 auto}.cart-container h1{color:#000;margin-bottom:2rem;font-size:2.5rem}.empty-cart{text-align:center;background:#fff;border-radius:8px;padding:4rem}.empty-cart p{color:#666;margin-bottom:2rem;font-size:1.5rem}.btn-shop{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:4px;padding:1rem 2rem;font-weight:700;transition:background .3s}.btn-shop:hover{background:#e55a00}.cart-items{background:#fff;border-radius:8px;margin-bottom:2rem;padding:1rem}.cart-item{border-bottom:1px solid #eee;align-items:center;gap:1rem;padding:1rem;display:flex}.cart-item:last-child{border-bottom:none}.item-image{background:#f0f0f0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.item-image img{object-fit:cover;width:100%;height:100%}.no-image{color:#ccc;font-size:2rem}.item-details{flex:1}.item-details h3{color:#000;margin-bottom:.5rem}.item-price{color:#666;font-weight:700}.item-quantity{align-items:center;gap:.5rem;display:flex}.item-quantity button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;width:30px;height:30px;font-weight:700;transition:all .3s}.item-quantity button:hover:not(:disabled){color:#fff;background:#f60;border-color:#f60}.item-quantity button:disabled{opacity:.5;cursor:not-allowed}.item-quantity span{text-align:center;min-width:30px;font-weight:700}.item-total{color:#000;text-align:right;min-width:100px;font-size:1.2rem;font-weight:700}.btn-remove{color:#c00;cursor:pointer;background:#fee;border:none;border-radius:4px;width:30px;height:30px;font-size:1.2rem;transition:all .3s}.btn-remove:hover{background:#fcc}.cart-summary{background:#fff;border-radius:8px;max-width:400px;margin-left:auto;padding:2rem}.cart-summary h2{color:#000;margin-bottom:1rem}.summary-row{border-bottom:1px solid #eee;justify-content:space-between;padding:.75rem 0;display:flex}.summary-row.total{color:#000;border-top:2px solid #000;border-bottom:none;margin-top:.5rem;font-size:1.5rem;font-weight:700}.btn-checkout{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:4px;width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:background .3s}.btn-checkout:hover{background:#e55a00}@media (max-width:768px){.cart-item{flex-wrap:wrap}.item-total{text-align:left;order:4;width:100%;margin-top:.5rem}}
