: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}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;box-sizing:border-box}body{min-width:320px;min-height:100vh}#root{width:100%;height:100%;margin:0;padding:0}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}}body,html,#root{margin:0;padding:0;height:100%;width:100%;overflow-x:hidden;box-sizing:border-box;font-family:-apple-system,BlinkMacMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.App{display:flex;flex-direction:column;width:100%;min-height:100vh}button{background:none;border:none;font:inherit;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;padding:0;margin:0}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-thumb{background:transparent}::-webkit-scrollbar-track{background:transparent}.app-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;box-shadow:0 2px 4px #0003;position:sticky;top:0;z-index:100;min-height:50px;flex-shrink:0;width:100%}.header-icon{font-size:24px}.header-title{margin:0;font-size:18px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-nav-bar{display:flex;align-items:center;padding:10px 15px;border-bottom:1px solid;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;flex-shrink:0;width:100%}.nav-icon{font-size:18px;margin-right:10px}.category-select{border-radius:5px;padding:5px 25px 5px 10px;margin-right:10px;cursor:pointer;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="white" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');background-repeat:no-repeat;background-position:right 8px center;background-size:12px}.category-buttons{display:flex;gap:8px;flex-wrap:nowrap}.category-button{padding:6px 12px;border-radius:20px;font-size:.9em;white-space:nowrap;transition:background-color .2s,color .2s}.promo-banner{width:calc(100% - 30px);height:180px;margin:15px auto;border-radius:10px;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0}.promo-banner h2{color:#fff;font-size:3em;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.5);margin:0;padding:10px;box-sizing:border-box}.slider-dots{position:absolute;bottom:10px;display:flex;gap:8px}.slider-dots div{width:8px;height:8px;border-radius:50%;background-color:#fff;opacity:.4}.slider-dots div:first-child{opacity:.8}.app-main{flex-grow:1;padding:0 15px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%}.error-message,.auth-status,.loading-message,.empty-cart-message,.empty-products-message{text-align:center;margin-bottom:15px;font-size:.9em}.section-title{font-size:1.5em;margin:20px 0 15px;font-weight:700}.cart-section{margin-bottom:30px}.cart-items-list{width:100%;max-width:600px;margin:0 auto;border-radius:10px;padding:15px}.cart-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;flex-wrap:wrap}.cart-item:not(:last-child){border-bottom:1px solid}.cart-item-info{display:flex;align-items:center;flex-grow:1;min-width:150px}.cart-item-image{width:40px;height:40px;object-fit:cover;border-radius:4px;margin-right:10px}.cart-item-name{margin:0;font-size:.9em}.cart-item-actions{display:flex;align-items:center;flex-wrap:nowrap;margin-top:5px}@media(min-width:400px){.cart-item-actions{margin-top:0}}.cart-item-price{margin:0 10px;font-size:.9em;font-weight:700;white-space:nowrap}.cart-quantity-button{padding:5px 8px;border-radius:3px;font-size:.8em;margin-left:5px;transition:background-color .2s}.cart-quantity-button:first-of-type{margin-left:0}.cart-remove-button{margin-left:10px;padding:5px 8px;border-radius:3px;font-size:.8em;transition:background-color .2s}.cart-summary{text-align:right;margin-top:15px;font-weight:700;font-size:1.1em;padding-top:10px;border-top:1px solid}.clear-cart-button{padding:8px 15px;border-radius:5px;margin-top:10px;font-size:.9em;transition:background-color .2s}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:15px;width:100%;max-width:800px;margin:0 auto}.product-card{border-radius:10px;overflow:hidden;box-shadow:0 4px 8px #0000004d;display:flex;flex-direction:column;position:relative;transition:transform .2s ease-in-out}.product-card:hover{transform:translateY(-5px)}.favorite-button{position:absolute;top:10px;right:10px;font-size:20px;z-index:1}.product-image{width:100%;height:180px;object-fit:cover}.product-info{padding:10px;flex-grow:1;display:flex;flex-direction:column}.product-price{margin:0 0 5px;font-size:1.2em;font-weight:700}.product-name{font-size:1em;margin:5px 0 0;line-height:1.2}.product-description{font-size:.8em;margin:0;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3em}.add-to-cart-button{padding:8px 0;border-radius:5px;margin-top:10px;font-size:.9em;transition:background-color .2s,opacity .2s}.add-to-cart-button:disabled{cursor:not-allowed;opacity:.6}.app-footer{display:flex;justify-content:space-around;align-items:center;padding:10px 0;box-shadow:0 -2px 4px #0003;position:sticky;bottom:0;z-index:100;flex-shrink:0;min-height:60px;width:100%}.footer-nav-button{display:flex;flex-direction:column;align-items:center;font-size:.75em;cursor:pointer;padding:5px;flex:1;max-width:80px;transition:color .2s}.footer-icon{font-size:22px;margin-bottom:2px;line-height:1}.close-app-button{margin-top:40px;padding:10px 20px;border-radius:5px;font-size:1em;font-weight:700;margin-bottom:70px}@media(max-width:480px){.promo-banner h2{font-size:2.5em}.products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.product-image{height:150px}.product-price{font-size:1.1em}.product-name{font-size:.95em}.product-description{font-size:.75em;min-height:2.8em;-webkit-line-clamp:2}.cart-item-actions{flex-wrap:wrap;justify-content:flex-end;width:100%}.cart-item-price{flex-basis:100%;text-align:right;margin-bottom:5px}}@media(min-width:768px){.promo-banner{height:220px;max-width:800px}.promo-banner h2{font-size:4em}.products-grid{grid-template-columns:repeat(3,1fr)}.category-nav-bar{justify-content:center}.app-header,.app-footer,.app-main{max-width:100%}.app-main{padding-top:20px}}
