/* САДГОРОД widget v2 — generated from src/widget.css */
.sgw-root{--sgw-accent: #006b45;--sgw-accent-strong: #006b45;--sgw-accent-soft: #e7f3ed;--sgw-border: #d9e1dc;--sgw-danger: #a63d55;--sgw-ink: #17372b;--sgw-muted: #5f7169;--sgw-panel: #ffffff;--sgw-surface: #f4faf7;--sgw-warning: #806019;--sgw-layer-floating: 1000;--sgw-layer-panel: 1010;color:var(--sgw-ink);font-family:Golos Text,Arial,sans-serif;font-size:16px;letter-spacing:0;line-height:1.45;pointer-events:none;position:fixed;inset:0;z-index:var(--sgw-layer-floating)}.sgw-root *,.sgw-root *:before,.sgw-root *:after{box-sizing:border-box;letter-spacing:0}.sgw-root button,.sgw-root textarea{font:inherit}.sgw-trigger,.sgw-panel{pointer-events:auto}.sgw-trigger{position:fixed;right:24px;bottom:calc(24px + env(safe-area-inset-bottom));width:68px;height:68px;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;border:0;border-radius:100px;background:linear-gradient(135deg,#00af72,#008a5a,#006b45);box-shadow:0 20px 40px #0000002e;color:#fff;cursor:pointer;font-weight:500;transition:filter .18s ease,box-shadow .18s ease,opacity .18s ease,transform .18s ease}.sgw-trigger-icon{font-size:26px;line-height:1}.sgw-trigger:hover{box-shadow:inset 0 1px #ffffff47,0 18px 38px #00513547;filter:brightness(1.04);transform:translateY(-1px)}.sgw-trigger:active,.sgw-icon-button:active,.sgw-send:active,.sgw-suggestion:active,.sgw-retry:active,.sgw-source-link:active,.sgw-product:active{transform:scale(.97)}.sgw-trigger:focus-visible,.sgw-icon-button:focus-visible,.sgw-send:focus-visible,.sgw-suggestion:focus-visible,.sgw-retry:focus-visible,.sgw-source-link:focus-visible,.sgw-product:focus-visible{outline:3px solid #8bc4ad;outline:3px solid color-mix(in srgb,var(--sgw-accent),transparent 72%);outline-offset:3px}.sgw-root[data-open=true] .sgw-trigger{opacity:0;pointer-events:none;transform:translateY(8px) scale(.96);visibility:hidden}.sgw-icon{width:20px;height:20px;flex:0 0 auto}.sgw-panel{position:fixed;z-index:var(--sgw-layer-panel);right:24px;bottom:calc(24px + env(safe-area-inset-bottom));width:min(392px,calc(100vw - 32px));height:min(650px,calc(100dvh - 48px - env(safe-area-inset-bottom)));display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--sgw-border);border-radius:16px;background:var(--sgw-panel);box-shadow:0 24px 64px #11221933;opacity:0;transform:translateY(16px) scale(.98);transform-origin:right bottom;visibility:hidden;transition:opacity .2s ease,transform .2s cubic-bezier(.22,1,.36,1),visibility .2s ease}.sgw-root[data-open=true] .sgw-panel{opacity:1;transform:translateY(0) scale(1);visibility:visible}.sgw-header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px 12px 16px;border-bottom:1px solid var(--sgw-border);background:var(--sgw-accent);color:#fff}.sgw-identity{min-width:0;display:flex;align-items:center;gap:11px}.sgw-avatar{width:42px;height:42px;display:grid;flex:0 0 42px;place-items:center;border-radius:50%;background:var(--sgw-accent);color:#fff}.sgw-avatar .sgw-icon{width:22px;height:22px}.sgw-identity-copy{min-width:0;display:flex;flex-direction:column}.sgw-title{overflow:hidden;font-size:16px;font-weight:740;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.sgw-subtitle{color:#fff;font-size:13px;line-height:1.35}.sgw-icon-button{width:40px;height:40px;display:grid;flex:0 0 40px;place-items:center;margin:0;padding:0;border:0;border-radius:50%;background:transparent;color:#fff;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .12s ease}.sgw-icon-button:hover{background:#ffffff29;color:#fff}.sgw-conversation{min-height:0;display:flex;flex:1 1 auto;background:var(--sgw-surface)}.sgw-body{width:100%;overflow:auto;padding:20px 16px 24px;overscroll-behavior:contain;scroll-behavior:smooth}.sgw-message-group{max-width:88%;display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin:0 0 16px}.sgw-user{align-items:flex-end;margin-left:auto}.sgw-bubble{width:fit-content;max-width:100%;margin:0;padding:11px 13px;border:1px solid var(--sgw-border);border-radius:8px;background:var(--sgw-panel);color:var(--sgw-ink);font-size:15px;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.sgw-user .sgw-bubble{border-color:#c6ddd1;background:var(--sgw-accent-soft)}.sgw-message-title{padding:0 2px;font-size:14px;font-weight:720}.sgw-suggestions{display:flex;flex-wrap:wrap;gap:7px}.sgw-suggestion{max-width:100%;min-height:36px;margin:0;padding:7px 10px;border:1px solid #c9d7cf;border-radius:8px;background:var(--sgw-panel);color:#29443a;cursor:pointer;font-size:13px;font-weight:620;overflow-wrap:anywhere;transition:background-color .16s ease,border-color .16s ease,transform .12s ease}.sgw-suggestion:hover{border-color:#9fb9aa;background:#eef4f0}.sgw-products{width:min(100%,330px);display:flex;flex-direction:column;gap:8px}.sgw-product{min-height:86px;display:grid;grid-template-columns:66px minmax(0,1fr);align-items:center;gap:11px;padding:9px;border:1px solid var(--sgw-border);border-radius:8px;background:var(--sgw-panel);color:inherit;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .12s ease}.sgw-product:hover{border-color:#adc3b6;box-shadow:0 8px 20px #17372a17}.sgw-product-media{width:66px;height:66px;display:grid;place-items:center;overflow:hidden;border-radius:6px;background:#edf2ef;color:var(--sgw-accent)}.sgw-product-media .sgw-icon{width:25px;height:25px}.sgw-product-image{width:100%;height:100%;display:block;object-fit:cover}.sgw-product-copy{min-width:0;display:flex;flex-direction:column;gap:7px}.sgw-product-name{display:-webkit-box;overflow:hidden;color:var(--sgw-ink);font-size:14px;font-weight:680;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sgw-product-details{display:flex;flex-wrap:wrap;align-items:center;gap:6px 9px;color:var(--sgw-muted);font-size:12px}.sgw-product-action{display:inline-flex;align-items:center;gap:5px;color:var(--sgw-accent);font-size:13px;font-weight:650}.sgw-product-action .sgw-icon{width:15px;height:15px}.sgw-price{color:var(--sgw-ink);font-weight:700}.sgw-stock{display:inline-flex;align-items:center;gap:5px}.sgw-stock:before{width:6px;height:6px;border-radius:50%;background:currentColor;content:""}.sgw-in-stock{color:var(--sgw-accent)}.sgw-out-of-stock{color:var(--sgw-warning)}.sgw-source-link{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid #bed1c6;border-radius:8px;background:var(--sgw-panel);color:var(--sgw-accent-strong);font-size:13px;font-weight:650;text-decoration:none;transition:background-color .16s ease,transform .12s ease}.sgw-source-link:hover{background:var(--sgw-accent-soft)}.sgw-source-link .sgw-icon{width:16px;height:16px}.sgw-loading{display:flex;align-items:center;gap:8px;margin:0 0 16px;color:var(--sgw-muted);font-size:13px}.sgw-loading .sgw-icon{width:17px;height:17px;color:var(--sgw-accent)}.sgw-loading-dots{width:24px;height:6px;background:radial-gradient(circle closest-side,var(--sgw-accent) 90%,transparent) 0 50% / 6px 6px no-repeat,radial-gradient(circle closest-side,var(--sgw-accent) 90%,transparent) 9px 50% / 6px 6px no-repeat,radial-gradient(circle closest-side,var(--sgw-accent) 90%,transparent) 18px 50% / 6px 6px no-repeat;animation:sgw-pulse .9s ease-in-out infinite alternate}.sgw-error{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px 10px;align-items:start;margin:0 0 16px;padding:11px;border:1px solid #e3c6ce;border-radius:8px;background:#fbf1f3;color:#6e283a;font-size:13px}.sgw-error>.sgw-icon{width:18px;height:18px;margin-top:1px}.sgw-retry{grid-column:2;justify-self:start;display:inline-flex;align-items:center;gap:6px;margin:0;padding:5px 0;border:0;background:transparent;color:var(--sgw-danger);cursor:pointer;font-size:13px;font-weight:700}.sgw-retry .sgw-icon{width:15px;height:15px}.sgw-footer{flex:0 0 auto;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--sgw-border);background:var(--sgw-panel)}.sgw-memory{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px 12px;margin-top:6px;color:var(--sgw-muted);font-size:14px;line-height:1.4}.sgw-reset{min-height:44px;padding:4px 0;border:0;background:transparent;color:var(--sgw-accent);font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.sgw-reset:hover{color:var(--sgw-ink)}.sgw-reset:focus-visible{outline:2px solid var(--sgw-accent);outline-offset:3px}.sgw-history-note{margin:8px 0;color:var(--sgw-muted);font-size:14px;line-height:1.5}.sgw-field{min-height:48px;display:flex;align-items:flex-end;gap:8px;padding:5px 5px 5px 13px;border:1px solid #cbd6d0;border-radius:16px;background:var(--sgw-panel);transition:border-color .16s ease,box-shadow .16s ease}.sgw-field:focus-within{border-color:#80aa94;box-shadow:0 0 0 3px #087a541a}.sgw-input{min-width:0;min-height:36px;max-height:116px;flex:1 1 auto;resize:none;overflow-y:auto;margin:0;padding:7px 0 6px;border:0;outline:0;background:transparent;color:var(--sgw-ink);font-size:16px;line-height:1.4}.sgw-input::placeholder{color:#617068;opacity:1}.sgw-send{width:38px;height:38px;display:grid;flex:0 0 38px;place-items:center;margin:0;padding:0;border:0;border-radius:50%;background:var(--sgw-accent);color:#fff;cursor:pointer;transition:background-color .16s ease,opacity .16s ease,transform .12s ease}.sgw-send:hover:not(:disabled){background:var(--sgw-accent-strong)}.sgw-send:disabled{background:#d6ded9;color:#748079;cursor:default}.sgw-send .sgw-icon{width:19px;height:19px}.sgw-visually-hidden{width:1px;height:1px;position:absolute;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}@keyframes sgw-pulse{0%{opacity:.35;transform:translate(0)}to{opacity:1;transform:translate(2px)}}@media(max-width:640px){.sgw-trigger{right:14px;bottom:calc(14px + env(safe-area-inset-bottom))}}@media(max-width:520px){.sgw-panel{top:calc(var(--sgw-viewport-top, 0px) + 8px);right:8px;bottom:auto;left:8px;width:auto;height:calc(var(--sgw-viewport-height, 100dvh) - 16px);max-height:none;border-radius:14px;transform-origin:right bottom}.sgw-body{padding:18px 12px 22px}.sgw-message-group{max-width:92%}.sgw-products{width:min(100%,350px)}.sgw-footer{padding-right:8px;padding-left:8px}}@media(prefers-reduced-motion:reduce){.sgw-root *,.sgw-root *:before,.sgw-root *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}.sgw-loading-dots{animation:none;opacity:.75}}
