:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #ffffff;--text: #14161a;--muted: #6b7280;--border: #e6e9ef;--card: #ffffff;--shadow: 0 8px 24px rgba(20, 22, 26, .08);--red: #f54251;--red-weak: rgba(228, 37, 44, .12);--radius: 5px;--radius-sm: 12px;--bottom-bar-h: 72px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}.screen{min-height:100vh;padding:16px 16px 20px;background:var(--bg)}.screen.withBottomBar{padding-bottom:calc(var(--bottom-bar-h) + 16px)}.content{display:flex;flex-direction:column;gap:14px}.header{position:sticky;top:0;z-index:100;display:grid;grid-template-columns:40px 1fr;align-items:center;gap:8px;padding:10px 0 14px;background:linear-gradient(to bottom,#fffffffa,#ffffffeb);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.headerWithTitle{grid-template-columns:40px 1fr}.logoText{text-align:left;font-weight:800;letter-spacing:.2px;font-size:18px}.headerTitle{text-align:left;font-weight:800;letter-spacing:.2px;font-size:16px}.iconButton{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:var(--card);display:inline-flex;align-items:center;justify-content:center;color:var(--text);box-shadow:0 6px 16px #14161a0d}.iconButton:active{transform:translateY(1px)}.iconButton.danger{border-color:var(--red-weak);color:var(--red);background:#fff}.categoryStrip{display:flex;gap:8px;overflow-x:auto;padding:6px 2px 2px;-webkit-overflow-scrolling:touch}.categoryStrip::-webkit-scrollbar{display:none}.chip{white-space:nowrap;border-radius:999px;border:1px solid var(--border);background:#fff;padding:10px 12px;font-weight:700;font-size:13px;color:var(--text)}.chipActive{border-color:var(--red);box-shadow:0 10px 24px #e4252c29}.productGrid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:12px;margin-top:15px}.productCard{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);padding:12px;display:flex;flex-direction:row;gap:10px;width:100%}.productImage{flex-shrink:0;height:96px;width:96px;border-radius:5px;background:radial-gradient(circle at 35% 30%,#e4252c38,#e4252c0d),linear-gradient(135deg,#14161a0d,#14161a00);border:1px solid rgba(20,22,26,.06)}.productRight{display:flex;flex-direction:column;justify-content:space-between;width:100%}.productTitle{font-size:13px;font-weight:800;line-height:1.25;min-height:34px}.productBottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.productPrice{font-weight:900;font-size:14px}.button{border-radius:5px;border:1px solid var(--border);background:#fff;color:var(--text);padding:10px 12px;font-weight:800;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button:active{transform:translateY(1px)}.buttonPrimary{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 14px 28px #e4252c38}.buttonOutline{background:#fff;border-color:var(--red);color:var(--red)}.buttonFull{width:100%}.buttonBig{padding:14px;border-radius:14px;font-size:14px}.button:disabled,.cartButton:disabled{opacity:.5}.qty{display:inline-flex;align-items:center;border-radius:12px;border:1px solid var(--border);background:#fff;overflow:hidden}.qtyBtn{width:34px;height:34px;border:0;background:#fff;font-weight:900;font-size:16px;color:var(--text)}.qtyValue{width:28px;text-align:center;font-weight:900;font-size:13px}.bottomBar{position:fixed;left:0;right:0;bottom:0;z-index:20;height:var(--bottom-bar-h);padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));background:#ffffffeb;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;gap:12px}.bottomBarSummary{display:flex;flex-direction:column;gap:2px}.bottomBarTotal{font-weight:900;font-size:16px}.bottomBarMeta{font-size:12px;color:var(--muted);font-weight:700}.cartButton{width:52px;height:52px;border-radius:16px;border:1px solid var(--red);background:var(--red);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 18px 34px #e4252c38}.alertInfo{border-radius:var(--radius);border:1px solid rgba(228,37,44,.2);background:linear-gradient(180deg,#e4252c14,#e4252c08);padding:14px;display:flex;flex-direction:column;gap:12px}.alertInfoText{font-size:13px;font-weight:700;line-height:1.35}.alertInfoActions{display:flex;flex-direction:column;gap:10px}.sectionTitle{margin-top:4px;font-weight:900;font-size:14px}.emptyState{border:1px dashed var(--border);border-radius:var(--radius);padding:16px;color:var(--muted);font-weight:700}.cartList{display:flex;flex-direction:column;gap:10px}.cartRow{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);padding:12px;display:flex;flex-direction:column;gap:10px}.cartRowMain{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cartRowTitle{font-weight:900;font-size:13px;line-height:1.25}.cartRowPrice{font-weight:900;font-size:13px;white-space:nowrap}.cartRowActions{display:flex;align-items:center;justify-content:space-between;gap:12px}.promoRow{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.input,.select,.textarea{width:100%;border-radius:14px;border:1px solid var(--border);background:#fff;padding:12px;font-size:14px;font-weight:700;outline:none}.textarea{resize:none}.input:focus,.select:focus,.textarea:focus{border-color:#e4252c8c;box-shadow:0 0 0 4px #e4252c1f}.totalsCard{border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);padding:14px;display:flex;flex-direction:column;gap:10px}.totalsRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.totalsRowStrong{padding-top:6px;margin-top:2px;border-top:1px solid var(--border);font-weight:900}.totalsValue{font-weight:900}.success{color:#10b981}.muted{color:var(--muted);font-weight:700}.formCard{border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);padding:14px;display:flex;flex-direction:column;gap:12px}.field{display:flex;flex-direction:column;gap:6px}.suggestField{position:relative}.suggestDropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:0 18px 34px #14161a1f;overflow:hidden}.suggestOption{width:100%;border:0;background:#fff;padding:12px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left}.suggestOption+.suggestOption{border-top:1px solid var(--border)}.suggestOptionMain{font-size:13px;font-weight:800;color:var(--text)}.suggestOptionMeta,.fieldHint{font-size:12px;color:var(--muted);font-weight:700}.fieldError{font-size:12px;color:var(--red);font-weight:800;line-height:1.35}.label{font-size:12px;color:var(--muted);font-weight:800}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.radioGroup{display:flex;flex-direction:column;gap:10px}.radioOption{border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;display:flex;align-items:center;gap:10px;font-weight:800}.radioOptionActive{border-color:#e4252ca6;background:#e4252c0f}.radioInput{accent-color:var(--red)}.counter{text-align:right;font-size:12px;color:var(--muted);font-weight:700;margin-top:6px}.consents{display:flex;flex-direction:column;gap:10px;margin:6px 0 4px}.checkboxRow{display:flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:700;color:var(--text)}.checkbox{margin-top:2px;accent-color:var(--red)}.auth{display:flex;align-items:center;justify-content:center}.authCard{width:100%;max-width:420px;border:1px solid var(--border);border-radius:22px;background:#fff;box-shadow:0 20px 40px #14161a1f;padding:18px;display:flex;flex-direction:column;gap:14px}.brand{display:flex;flex-direction:column;gap:2px}.brandTitle{font-weight:1000;letter-spacing:.2px;font-size:26px}.brandSubtitle{color:var(--muted);font-weight:800;font-size:13px}.authHint{text-align:center}.authError{border-radius:14px;border:1px solid rgba(228,37,44,.25);background:#e4252c14;padding:10px 12px;font-size:12px;font-weight:800;color:var(--red);line-height:1.35;word-break:break-word}.authDebug{border-radius:14px;border:1px solid var(--border);background:#fff;padding:10px 12px;display:flex;flex-direction:column;gap:8px;font-size:12px}.authDebugRow{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:800}.loading{display:flex;align-items:center;justify-content:center}.loadingSpinner{width:44px;height:44px;border-radius:999px;border:4px solid rgba(20,22,26,.1);border-top-color:var(--red);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
