.home-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:2rem;color:#374151}.home-page h1{font-size:2rem;font-weight:800;color:#6366f1;margin:0 0 .5rem}.home-page p{color:#6b7280;margin:0 0 1rem}.home-page code{background:#f3f4f6;padding:.4rem .8rem;border-radius:6px;font-size:.9rem}.store-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem;position:sticky;top:0;z-index:10}.store-header__inner{max-width:800px;margin:0 auto;display:flex;align-items:center;gap:.75rem}.store-header__logo{width:48px;height:48px;border-radius:8px;object-fit:cover}.store-header__name{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.category-nav{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:65px;z-index:9;padding:.5rem 1rem}.category-nav__list{max-width:800px;margin:0 auto;display:flex;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-nav__list::-webkit-scrollbar{display:none}.category-nav__item{flex-shrink:0;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:9999px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.category-nav__item:hover{border-color:#6366f1;color:#6366f1}.category-nav__item--active{background:#6366f1;border-color:#6366f1;color:#fff}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;flex-direction:row;transition:box-shadow .15s}.product-card:hover{box-shadow:0 2px 8px #00000014}.product-card--unavailable{opacity:.5}.product-card__image{width:100px;height:100px;object-fit:cover;flex-shrink:0}.product-card__body{padding:.75rem;display:flex;flex-direction:column;flex:1;min-width:0}.product-card__title{font-size:.95rem;font-weight:600;color:#111827;margin:0 0 .25rem}.product-card__desc{font-size:.8rem;color:#6b7280;margin:0 0 auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;gap:.5rem}.product-card__price{font-weight:700;color:#111827;font-size:.95rem}.product-card__add{padding:.4rem .75rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}.product-card__add:hover{background:#4f46e5}.product-card__unavailable{font-size:.8rem;color:#9ca3af;font-style:italic}.category-section{max-width:800px;margin:0 auto;padding:1rem}.category-section__title{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #6366f1}.category-section__grid{display:flex;flex-direction:column;gap:.75rem}.floating-cart{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:500px;padding:.85rem 1.25rem;background:#6366f1;color:#fff;border:none;border-radius:12px;display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 4px 20px #6366f166;z-index:50;transition:background .15s}.floating-cart:hover{background:#4f46e5}.floating-cart__badge{background:#ffffff40;padding:.15rem .5rem;border-radius:6px;font-size:.85rem}.floating-cart__label{flex:1;text-align:left}.floating-cart__price{font-weight:700}.cart-item{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;background:#f9fafb;border-radius:8px;gap:.5rem}.cart-item__info{display:flex;flex-direction:column;min-width:0;flex:1}.cart-item__name{font-size:.875rem;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item__price{font-size:.8rem;color:#6b7280}.cart-item__controls{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.cart-item__btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:1rem;cursor:pointer;line-height:1}.cart-item__btn:hover{border-color:#6366f1;color:#6366f1}.cart-item__qty{min-width:20px;text-align:center;font-size:.875rem;font-weight:600}.cart-item__remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:none;color:#9ca3af;font-size:1.2rem;cursor:pointer;margin-left:.25rem}.cart-item__remove:hover{color:#ef4444}.cart-panel{max-width:800px;margin:0 auto;padding:1rem}.cart-panel--empty{text-align:center;color:#9ca3af;padding:3rem 1rem}.cart-panel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cart-panel__title{font-size:1.1rem;font-weight:700;color:#111827;margin:0}.cart-panel__clear{padding:.3rem .75rem;background:none;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:.8rem;cursor:pointer}.cart-panel__clear:hover{border-color:#ef4444;color:#ef4444}.cart-panel__items{display:flex;flex-direction:column;gap:.5rem}.cart-panel__footer{margin-top:1rem;padding-top:1rem;border-top:2px solid #e5e7eb}.cart-panel__total{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.cart-panel__total-price{font-size:1.25rem;font-weight:700}.cart-panel__checkout{width:100%;padding:.75rem;background:#6366f1;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}.cart-panel__checkout:hover{background:#4f46e5}.checkout-form{max-width:800px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.checkout-form__title{font-size:1.1rem;font-weight:700;color:#111827;margin:0}.checkout-form__label{display:flex;flex-direction:column;gap:.3rem;font-size:.875rem;font-weight:500;color:#374151}.checkout-form__input{padding:.65rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;color:#111827;background:#fff;transition:border-color .15s}.checkout-form__input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.checkout-form__textarea{min-height:80px;resize:vertical}.checkout-form__fieldset{border:none;padding:0;margin:0}.checkout-form__fieldset legend{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.checkout-form__radio-group{display:flex;gap:.5rem}.checkout-form__radio{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:.875rem;color:#374151;transition:all .15s}.checkout-form__radio input{display:none}.checkout-form__radio--active{border-color:#6366f1;background:#eef2ff;color:#6366f1;font-weight:600}.checkout-form__submit{padding:.75rem;background:#6366f1;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}.checkout-form__submit:hover:not(:disabled){background:#4f46e5}.checkout-form__submit:disabled{opacity:.6;cursor:not-allowed}.order-confirmation{max-width:500px;margin:2rem auto;padding:2rem 1.5rem;text-align:center;background:#fff;border-radius:16px;border:1px solid #e5e7eb}.order-confirmation__icon{width:56px;height:56px;margin:0 auto 1rem;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.order-confirmation__title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 1rem}.order-confirmation__id,.order-confirmation__total,.order-confirmation__status{font-size:.95rem;color:#4b5563;margin:.4rem 0}.order-confirmation__msg{font-size:.875rem;color:#6b7280;margin:1rem 0}.order-confirmation__btn{margin-top:.5rem;padding:.65rem 1.5rem;background:#6366f1;color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer}.order-confirmation__btn:hover{background:#4f46e5}.store-page{min-height:100vh;padding-bottom:5rem}.store-page__content{display:flex;flex-direction:column;gap:.5rem}.store-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#6b7280}.store-page__spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:spin .6s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.store-page__error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.store-page__error h2{color:#111827;margin:0 0 .5rem}.store-page__error p{color:#6b7280}.store-page__back-bar{max-width:800px;margin:0 auto;padding:.75rem 1rem}.store-page__back{background:none;border:none;color:#6366f1;font-size:.9rem;font-weight:500;cursor:pointer;padding:0}.store-page__back:hover{text-decoration:underline}.store-page__order-error{max-width:800px;margin:0 auto;padding:.75rem 1rem;background:#fef2f2;color:#dc2626;border-radius:8px;font-size:.875rem;text-align:center}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f5;color:#111827;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}
