: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;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}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f5f5f5}.app{min-height:100vh;display:flex;flex-direction:column;max-width:480px;margin:0 auto;background-color:#fff;box-shadow:0 0 10px #0000001a}.app-header{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:1.5rem 1rem;text-align:center;box-shadow:0 2px 8px #0000001a}.app-header h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.app-header p{margin:0;font-size:.9rem;opacity:.9}.app-main{flex:1;padding:1rem;padding-bottom:100px}.product-list h2{color:#333;margin:0 0 1.5rem;font-size:1.3rem;text-align:center}.product-grid{display:grid;gap:1rem}.product-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.product-image{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:.75rem;cursor:pointer;transition:transform .2s}.product-image:hover{transform:scale(1.02)}.product-info{text-align:left}.product-name{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .5rem}.price-info{margin:0 0 1rem}.price-with-tax{font-size:1rem;font-weight:600;color:#e74c3c;margin:0 0 .25rem}.price-without-tax{font-size:.9rem;color:#666;margin:0}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:1rem}.quantity-btn{width:40px;height:40px;border:1px solid #ddd;background:#fff;color:#333;border-radius:50%;font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.quantity-btn:hover:not(:disabled){background:#f8f8f8;border-color:#bbb}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity{font-size:1.2rem;font-weight:600;min-width:40px;text-align:center}.cart-summary{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:440px;z-index:100}.show-summary-btn{width:100%;background:linear-gradient(135deg,#00d2ff,#3a7bd5);color:#fff;border:none;border-radius:16px;padding:1rem;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #0003;transition:transform .2s}.show-summary-btn:hover{transform:scale(1.02)}.cart-info{display:flex;justify-content:space-between;margin-bottom:.25rem}.item-count{font-size:.9rem}.total-price{font-weight:700}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.order-summary-modal{background:#fff;border-radius:16px;width:100%;max-width:400px;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:1.3rem;color:#333}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.close-btn:hover{background:#f0f0f0}.order-items{padding:1rem}.order-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.order-item:last-child{border-bottom:none}.item-image{width:60px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.item-details{flex:1}.item-details h4{margin:0 0 .5rem;font-size:.95rem;color:#333}.item-details p{margin:0 0 .25rem;font-size:.85rem;color:#666}.item-prices p{font-size:.8rem}.order-total{padding:1.5rem;border-top:2px solid #eee;background:#f9f9f9}.total-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.main-total{margin-bottom:.25rem;font-size:1.3rem;font-weight:700;color:#e74c3c}.sub-total{margin-bottom:0;justify-content:center}.sub-total span{font-size:.9rem;color:#666;font-weight:400}.total-price-main{font-size:1.4rem;font-weight:700;color:#e74c3c}.cart-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;display:flex;justify-content:center}.clear-cart-btn{background:#e74c3c;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.clear-cart-btn:hover{background:#c0392b}.loading,.error{text-align:center;padding:2rem;font-size:1.1rem}.error{color:#e74c3c}.loading{color:#666}.image-modal-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.image-modal-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.image-modal-close{position:absolute;top:-40px;right:-10px;background:#ffffffe6;border:none;border-radius:50%;width:32px;height:32px;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background .2s}.image-modal-close:hover{background:#fff}@media (min-width: 481px){.app{max-width:100%}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}
