.categories-page{padding-bottom:80px}.categories-top{position:fixed;top:0;left:0;right:0;z-index:50;background:var(--bg-card);padding:16px;border-radius:0 0 32px 32px;box-shadow:0 6px 24px #00000026}.categories-header{display:flex;justify-content:space-between;align-items:center}.categories-header h1{font-size:20px;font-weight:700}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:100px 16px 0}.category-card{background:var(--bg-card);border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;border:1px solid rgba(0,0,0,.08)}.category-icon{width:56px;height:56px;border-radius:50%;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;color:var(--accent)}.category-image{width:56px;height:56px;border-radius:50%;object-fit:cover}.category-name{font-size:14px;font-weight:500;text-align:center}.category-card.skeleton-card{pointer-events:none}.category-card .skeleton{background:linear-gradient(90deg,#e5e5ea,#f0f0f4,#e5e5ea);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite;border-radius:8px}.category-card .category-icon.skeleton{border-radius:50%}.catalog{padding-bottom:80px}.catalog-top{position:fixed;top:0;left:0;right:0;z-index:50;background:var(--bg-card);padding:16px 16px 10px;border-radius:0 0 32px 32px;box-shadow:0 6px 24px #00000026}.catalog-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid rgba(0,0,0,.08)}.catalog-title{display:flex;align-items:center;gap:8px}.catalog-header h1{font-size:20px;font-weight:700}.search-box{display:flex;align-items:center;gap:10px;background:var(--bg-primary);border-radius:12px;padding:10px 14px;margin-bottom:12px;color:var(--text-secondary)}.search-box input{flex:1;border:none;background:transparent;font-size:15px;color:var(--text-primary);outline:none}.search-box input::placeholder{color:var(--text-secondary)}.user-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;background:var(--accent);display:flex;align-items:center;justify-content:center}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar span{color:#fff;font-size:15px;font-weight:600}.floating-cart{position:fixed;bottom:20px;right:16px;width:52px;height:52px;border:none;border-radius:50%;background:var(--accent);color:var(--accent-text);box-shadow:var(--shadow-medium);display:flex;align-items:center;justify-content:center;z-index:100;padding:0;animation:scaleIn .3s ease .2s backwards;transition:transform .2s ease}.floating-cart:active{transform:scale(.9)}.floating-cart svg{display:block;width:20px;height:20px}.cart-badge{position:absolute;top:-2px;right:-2px;background:#ff3b30;color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center}.filters{display:flex;gap:6px;margin-bottom:0;margin-top:4px}.filter-btn{padding:4px 10px;border:none;border-radius:14px;background:var(--bg-card);color:var(--text-secondary);font-size:11px;font-weight:500}.filter-btn.active{background:var(--accent);color:var(--accent-text)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:16px;margin-top:155px}.no-results{grid-column:1 / -1;text-align:center;padding:40px 20px;color:var(--text-secondary);font-size:15px}.product-card{background:var(--bg-card);border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.product-card-image-wrap{position:relative}.product-card-image{width:100%;aspect-ratio:1;object-fit:cover;display:block}.product-card-placeholder{width:100%;aspect-ratio:1;background:#e5e5ea}.product-card-placeholder.skeleton{position:absolute;top:0;left:0;background:linear-gradient(90deg,#e5e5ea,#f0f0f4,#e5e5ea);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite}.product-card-stock{position:absolute;bottom:8px;left:8px;padding:4px 8px;border-radius:8px;font-size:10px;font-weight:500}.product-card-stock{background:var(--accent);color:#fff}.product-card-stock.out{background:#000000b3}.product-card-body{padding:10px 12px 12px}.product-card-name{font-size:13px;font-weight:500;line-height:1.3;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(0,0,0,.08);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-footer{display:flex;justify-content:space-between;align-items:center}.product-card-price{font-size:15px;font-weight:600;color:var(--text-primary)}.product-card-btn{width:32px;height:32px;border:none;border-radius:50%;background:var(--accent);color:var(--accent-text);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease,background .2s ease}.product-card-btn:active{transform:scale(.85)}.product-card-btn.in-cart{animation:pop .25s ease}.product-card-btn.disabled{background:#c7c7cc;opacity:.6}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.load-more-btn{width:calc(100% - 32px);margin:16px 16px 20px;padding:12px;border:none;border-radius:12px;background:var(--bg-card);color:var(--accent);font-size:14px;font-weight:500}.skeleton{background:#e5e5ea;background:linear-gradient(90deg,#e5e5ea,#f0f0f4,#e5e5ea);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite;border-radius:8px}.skeleton-card{pointer-events:none;animation:none!important}.skeleton-image{width:100%;aspect-ratio:1;border-radius:14px 14px 0 0}.skeleton-title{height:14px;width:75%;margin-bottom:10px;padding-bottom:10px}.skeleton-price{height:16px;width:50px;border-radius:4px}.skeleton-btn{width:32px;height:32px;border-radius:50%}.skeleton-product-image{width:100%;height:45vh;border-radius:0}.skeleton-product-title{height:24px;width:65%}.skeleton-product-price{height:22px;width:80px;margin-top:8px}.skeleton-product-desc{height:14px;width:100%;margin-top:8px}.skeleton-product-desc.short{width:55%}.cart-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-primary)}.cart-header{display:flex;align-items:center;gap:12px;padding:16px;background:var(--bg-card);border-radius:0 0 32px 32px;box-shadow:0 6px 24px #00000026}.cart-header h1{font-size:20px;font-weight:600}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-secondary);gap:12px}.cart-items{flex:1;padding:12px 12px 140px;display:flex;flex-direction:column;gap:10px}.cart-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--bg-card);border-radius:16px;box-shadow:var(--shadow-soft)}.cart-item-image{width:70px;height:70px;border-radius:12px;object-fit:cover}.cart-item-placeholder{width:70px;height:70px;border-radius:12px;background:#e5e5ea;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-size:15px;font-weight:600;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-price{font-size:14px;color:var(--accent);font-weight:600}.cart-item-stock{font-size:11px;color:var(--accent);margin-top:2px;display:block}.cart-item-controls{display:flex;align-items:center;gap:10px;background:var(--bg-primary);border-radius:20px;padding:4px}.cart-item-controls button{width:30px;height:30px;border:none;border-radius:50%;background:var(--accent);color:var(--accent-text);font-size:18px;font-weight:500}.cart-item-controls span{min-width:20px;text-align:center;font-weight:600}.cart-item-remove{background:none;border:none;padding:8px;color:var(--text-secondary);margin-left:4px}.cart-footer{position:fixed;bottom:0;left:0;right:0;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:var(--bg-card);box-shadow:0 -2px 10px #0000000f}.cart-total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;margin-bottom:12px}.checkout-btn{width:100%;padding:16px;border:none;border-radius:14px;background:var(--accent);color:var(--accent-text);font-size:16px;font-weight:600}.product-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-card)}.product-header{position:absolute;top:12px;left:12px;z-index:10}.product-header .back-btn{width:36px;height:36px;border-radius:50%;background:#0006;color:#fff;display:flex;align-items:center;justify-content:center}.product-image-wrap{position:relative}.product-image{width:100%;height:45vh;object-fit:cover;animation:fadeIn .3s ease}.product-image-placeholder{width:100%;height:45vh;background:#e5e5ea}.product-image-placeholder.skeleton{position:absolute;top:0;left:0;background:linear-gradient(90deg,#e5e5ea,#f0f0f4,#e5e5ea);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.product-image-stock{position:absolute;bottom:28px;left:16px;padding:6px 12px;border-radius:10px;font-size:12px;font-weight:500;background:var(--accent);color:#fff}.product-image-stock.out{background:#000000b3}.product-content{padding:20px 20px 80px;margin-top:-20px;background:var(--bg-card);border-radius:20px 20px 0 0;position:relative;animation:slideUp .35s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.product-title{font-size:22px;font-weight:700;line-height:1.2;flex:1}.product-price{font-size:20px;font-weight:700;color:var(--accent);white-space:nowrap}.product-description-label{display:block;font-size:13px;font-weight:500;color:var(--text-secondary);margin-top:16px;margin-bottom:8px}.product-description-wrap{padding:14px;background:var(--bg-primary);border-radius:12px}.product-description{font-size:15px;line-height:1.6;color:var(--text-primary);margin:0}.product-footer{position:fixed;bottom:0;left:0;right:0;padding:12px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:var(--bg-card);box-shadow:0 -2px 10px #0000000f}.add-btn{width:100%;padding:16px;border:none;border-radius:14px;background:var(--accent);color:var(--accent-text);font-size:16px;font-weight:600;transition:transform .15s ease;display:flex;align-items:center;justify-content:center;gap:8px}.add-btn:active{transform:scale(.98)}.checkout-page{min-height:100vh;background:var(--bg-primary);padding-bottom:100px}.checkout-header{display:flex;align-items:center;gap:12px;padding:16px;background:var(--bg-card)}.checkout-header h1{font-size:20px;font-weight:600}.checkout-form{padding:12px;display:flex;flex-direction:column;gap:10px}.delivery-options{display:flex;gap:10px;margin-bottom:4px}.delivery-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border:none;border-radius:14px;background:var(--bg-card);color:var(--text-secondary);font-size:14px;font-weight:500;transition:all .2s ease}.delivery-btn.active{background:var(--accent);color:var(--accent-text)}.form-group{position:relative;background:var(--bg-card);border-radius:14px;padding:12px 16px;box-shadow:var(--shadow-soft)}.form-group label{display:block;font-size:12px;font-weight:500;color:var(--text-secondary);margin-bottom:4px}.form-group input,.form-group textarea{width:100%;padding:0;border:none;background:transparent;font-size:16px;color:var(--text-primary);outline:none}.custom-select{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:16px;color:var(--text-primary)}.custom-select .placeholder{color:#c7c7cc}.select-arrow{color:#8e8e93;transition:transform .2s ease;flex-shrink:0}.select-arrow.open{transform:rotate(180deg)}.custom-select-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--bg-card);border-radius:14px;box-shadow:0 4px 20px #00000026;z-index:100;overflow:hidden}.custom-select-option{padding:12px 16px;cursor:pointer;transition:background .15s ease}.custom-select-option:hover{background:var(--bg-primary)}.custom-select-option.selected{background:var(--accent);color:#fff}.custom-select-option.selected .option-address{color:#ffffffb3}.option-name{display:block;font-size:15px;font-weight:500}.option-address{display:block;font-size:13px;color:var(--text-secondary);margin-top:2px}.form-group input::placeholder,.form-group textarea::placeholder{color:#c7c7cc}.form-group textarea{resize:none;font-family:inherit;min-height:60px}.checkout-summary{margin:12px;padding:16px;background:var(--bg-card);border-radius:14px;box-shadow:var(--shadow-soft)}.checkout-items{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e5e5ea}.checkout-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.checkout-item-name{font-size:14px;color:var(--text-primary)}.checkout-item-right{display:flex;align-items:center;gap:10px}.checkout-item-stock{font-size:11px;color:var(--accent)}.checkout-item-price{font-size:14px;font-weight:600;color:var(--text-primary)}.summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-secondary);padding:4px 0}.summary-row.total{margin-top:12px;padding-top:12px;border-top:1px solid #e5e5ea;font-size:18px;font-weight:700;color:var(--text-primary)}.checkout-footer{position:fixed;bottom:0;left:0;right:0;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:var(--bg-card);box-shadow:0 -2px 10px #0000000f}.submit-btn{width:100%;padding:16px;border:none;border-radius:14px;background:var(--accent);color:var(--accent-text);font-size:16px;font-weight:600}.submit-btn:disabled{opacity:.6}:root{--bg-primary: #efeff4;--bg-card: #ffffff;--text-primary: #2c2c2e;--text-secondary: #8e8e93;--accent: #3390ec;--accent-text: #ffffff;--shadow-soft: 0 2px 8px rgba(0, 0, 0, .06);--shadow-medium: 0 4px 12px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden}button{font-family:inherit;cursor:pointer}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.loading{display:flex;align-items:center;justify-content:center;height:100vh;color:#999}.back-btn{width:36px;height:36px;background:var(--bg-primary);border:none;border-radius:50%;color:var(--text-primary);display:flex;align-items:center;justify-content:center;transition:transform .15s ease,background .15s ease}.back-btn:active{transform:scale(.9);background:#e5e5ea}
