*{box-sizing:border-box;margin:0;padding:0}:root{--tg-theme-bg-color: #ffffff;--tg-theme-text-color: #000000;--tg-theme-hint-color: #999999;--tg-theme-link-color: #2481cc;--tg-theme-button-color: #2481cc;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #f4f4f5}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);line-height:1.5;min-height:100vh}.app{padding:16px 16px 80px;max-width:600px;margin:0 auto}.header{display:flex;flex-direction:column;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--tg-theme-secondary-bg-color)}.header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.header h1{font-size:24px;font-weight:600}.header-description{font-size:13px;color:var(--tg-theme-hint-color);line-height:1.4;margin-bottom:8px}.header-discount{font-size:13px;font-weight:600;color:#4caf50;background:#e8f5e9;padding:8px 12px;border-radius:8px;margin-top:4px}.cart-button{position:relative;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border:none;border-radius:12px;padding:8px 16px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px}.cart-badge{background:#f44;color:#fff;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.categories{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px;margin-bottom:16px;-webkit-overflow-scrolling:touch}.categories::-webkit-scrollbar{display:none}.category-chip{background:var(--tg-theme-secondary-bg-color);border:none;border-radius:20px;padding:8px 16px;font-size:14px;white-space:nowrap;cursor:pointer;color:var(--tg-theme-text-color);transition:all .2s}.category-chip.active{background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.product-card{background:var(--tg-theme-secondary-bg-color);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .2s}.product-card:active{transform:scale(.98)}.product-image{width:100%;aspect-ratio:1;object-fit:cover;background:#e0e0e0}.product-image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:40px}.product-info{padding:12px}.product-name{font-weight:600;font-size:14px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-category{font-size:12px;color:var(--tg-theme-hint-color);margin-bottom:8px}.product-price{font-weight:700;font-size:16px;color:var(--tg-theme-link-color)}.product-stock{font-size:11px;color:var(--tg-theme-hint-color);margin-top:4px}.out-of-stock{color:#f44}.product-detail{padding:0}.product-detail-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:16px;margin-bottom:16px}.product-detail-image-placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:80px;margin-bottom:16px}.product-detail h2{font-size:24px;margin-bottom:8px}.product-detail .category{color:var(--tg-theme-hint-color);margin-bottom:16px}.product-detail .description{margin-bottom:20px;color:var(--tg-theme-text-color)}.product-detail .price{font-size:28px;font-weight:700;color:var(--tg-theme-link-color);margin-bottom:8px}.product-detail .stock{color:var(--tg-theme-hint-color);margin-bottom:20px}.quantity-selector{display:flex;align-items:center;gap:16px;margin-bottom:20px}.quantity-selector label{font-weight:500}.quantity-controls{display:flex;align-items:center;gap:12px}.quantity-btn{width:40px;height:40px;border-radius:50%;border:none;background:var(--tg-theme-secondary-bg-color);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-value{font-size:18px;font-weight:600;min-width:60px;text-align:center}.add-to-cart-btn{width:100%;padding:16px;border:none;border-radius:12px;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);font-size:16px;font-weight:600;cursor:pointer}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.cart-page h2{margin-bottom:16px}.cart-empty{text-align:center;padding:40px 20px;color:var(--tg-theme-hint-color)}.cart-items{margin-bottom:20px}.cart-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--tg-theme-secondary-bg-color);border-radius:12px;margin-bottom:8px}.cart-item-image{width:60px;height:60px;border-radius:8px;object-fit:cover}.cart-item-image-placeholder{width:60px;height:60px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:24px}.cart-item-info{flex:1}.cart-item-name{font-weight:600;margin-bottom:4px}.cart-item-price{color:var(--tg-theme-link-color);font-weight:500}.cart-item-quantity{display:flex;align-items:center;gap:8px}.cart-item-quantity button{width:32px;height:32px;border-radius:50%;border:none;background:var(--tg-theme-bg-color);font-size:18px;cursor:pointer}.cart-item-delete{background:none;border:none;color:#f44;font-size:20px;cursor:pointer;padding:8px}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--tg-theme-secondary-bg-color);border-radius:12px;margin-bottom:16px}.cart-total-label{font-size:16px}.cart-total-value{font-size:20px;font-weight:700;color:var(--tg-theme-link-color)}.checkout-btn{width:100%;padding:16px;border:none;border-radius:12px;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);font-size:16px;font-weight:600;cursor:pointer}.checkout-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:500;font-size:14px}.form-group input,.form-group textarea,.form-group select{padding:12px;border:1px solid #e0e0e0;border-radius:12px;font-size:16px;background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--tg-theme-button-color)}.radio-group{display:flex;gap:12px}.radio-option{flex:1;padding:12px;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;text-align:center;transition:all .2s}.radio-option.selected{border-color:var(--tg-theme-button-color);background:#2481cc1a}.orders-list{display:flex;flex-direction:column;gap:12px}.order-card{background:var(--tg-theme-secondary-bg-color);border-radius:12px;padding:16px}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.order-id{font-weight:600}.order-status{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.order-status.new{background:#ffd93d;color:#000}.order-status.confirmed{background:#6bcb77;color:#fff}.order-status.preparing{background:#4d96ff;color:#fff}.order-status.ready{background:#9b59b6;color:#fff}.order-status.completed{background:#27ae60;color:#fff}.order-status.cancelled{background:#e74c3c;color:#fff}.order-items{font-size:14px;color:var(--tg-theme-hint-color);margin-bottom:8px}.order-total{font-weight:600;color:var(--tg-theme-link-color)}.order-date{font-size:12px;color:var(--tg-theme-hint-color);margin-top:8px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--tg-theme-bg-color);border-top:1px solid var(--tg-theme-secondary-bg-color);display:flex;justify-content:space-around;padding:8px 0;padding-bottom:max(8px,env(safe-area-inset-bottom))}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;color:var(--tg-theme-hint-color);text-decoration:none;font-size:12px;background:none;border:none;cursor:pointer}.nav-item.active{color:var(--tg-theme-button-color)}.nav-item svg{width:24px;height:24px}.back-button{display:flex;align-items:center;gap:8px;background:none;border:none;color:var(--tg-theme-link-color);font-size:16px;cursor:pointer;margin-bottom:16px;padding:0}.loading{display:flex;justify-content:center;align-items:center;padding:40px;color:var(--tg-theme-hint-color)}.success-page{text-align:center;padding:40px 20px}.success-icon{font-size:64px;margin-bottom:16px}.success-page h2{margin-bottom:8px}.success-page p{color:var(--tg-theme-hint-color);margin-bottom:24px}
