:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background:#fafafa}.electronx-app{min-height:100vh;display:flex;flex-direction:column}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.store-header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:1rem 0;box-shadow:0 4px 20px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;flex-direction:column;gap:.25rem}.store-logo{font-size:2rem;font-weight:800;margin:0;display:flex;align-items:center;gap:.5rem}.store-tagline{font-size:.9rem;opacity:.9;margin:0}.header-actions{display:flex;align-items:center;gap:1rem}.cart-button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cart-button:hover{background:#ffffff4d;transform:translateY(-2px)}.cart-icon{font-size:1.2rem}.cart-count{background:#ef4444;color:#fff;padding:.25rem .5rem;border-radius:50%;font-size:.8rem;min-width:20px;text-align:center}.cart-total{font-weight:700}.hero-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 0;text-align:center}.hero-content{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-content h2{font-size:3rem;font-weight:800;color:#1e3a8a;margin-bottom:1rem}.hero-content p{font-size:1.25rem;color:#64748b;margin-bottom:2rem}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:2rem;font-weight:800;color:#3b82f6}.stat-label{font-size:.9rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.products-section{flex:1;padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.section-header p{font-size:1.1rem;color:#64748b}.products-grid{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.product-image{position:relative;height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:1rem;left:1rem;background:#ef4444;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.8rem;font-weight:600}.product-info{padding:1.5rem}.product-name{font-size:1.25rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.product-description{color:#64748b;margin-bottom:1rem;line-height:1.5}.product-price{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.current-price{font-size:1.5rem;font-weight:800;color:#059669}.original-price{font-size:1rem;color:#9ca3af;text-decoration:line-through}.discount{background:#fef3c7;color:#d97706;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:600}.product-actions{display:flex;gap:.5rem}.add-to-cart-btn{flex:1;background:linear-gradient(135deg,#3b82f6,#1e3a8a);color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.wishlist-btn{background:#f3f4f6;border:1px solid #e5e7eb;padding:.75rem;border-radius:.5rem;cursor:pointer;transition:all .3s ease;font-size:1.2rem}.wishlist-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444}.cart-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:flex-end;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cart-sidebar{background:#fff;width:400px;height:100vh;display:flex;flex-direction:column;box-shadow:-4px 0 20px #0000001a}.cart-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.cart-header h3{font-size:1.5rem;font-weight:700;color:#1e3a8a}.close-cart{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:.5rem;border-radius:.25rem;transition:all .2s ease}.close-cart:hover{background:#f3f4f6;color:#1e3a8a}.cart-items{flex:1;overflow-y:auto;padding:1rem}.empty-cart{text-align:center;color:#64748b;padding:2rem;font-style:italic}.cart-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #f3f4f6;position:relative}.cart-item-image{width:60px;height:60px;object-fit:cover;border-radius:.5rem}.cart-item-info{flex:1}.cart-item-info h4{font-size:.9rem;font-weight:600;color:#1e3a8a;margin-bottom:.25rem}.cart-item-info p{font-size:.9rem;color:#059669;font-weight:600;margin-bottom:.5rem}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-controls button{background:#f3f4f6;border:1px solid #e5e7eb;width:30px;height:30px;border-radius:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600}.quantity-controls button:hover{background:#e5e7eb}.quantity-controls span{min-width:30px;text-align:center;font-weight:600}.remove-item{position:absolute;top:.5rem;right:.5rem;background:#ef4444;color:#fff;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem}.cart-footer{padding:1.5rem;border-top:1px solid #e5e7eb;background:#f8fafc}.cart-total{font-size:1.25rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem;text-align:center}.checkout-btn{width:100%;background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;padding:1rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #05966966}.checkout-note{font-size:.8rem;color:#64748b;text-align:center;line-height:1.4}.store-footer{background:#1e3a8a;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-section p{color:#cbd5e1;line-height:1.6}.footer-bottom{border-top:1px solid #334155;padding-top:1rem;text-align:center;color:#94a3b8}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.hero-content h2{font-size:2rem}.hero-stats{flex-direction:column;gap:1rem}.products-grid{grid-template-columns:1fr;padding:0 1rem}.cart-sidebar{width:100%}.footer-content{grid-template-columns:1fr;text-align:center}}
