:root{--accent:#315fe8;--accent-rgb:49, 95, 232;--accent-strong:#2548b0;--accent-deep:#193178;--accent-muted:#4c65a0;--accent-border:#a7b9f4;--accent-border-soft:#ced8f9;--accent-soft:#eff3fd;--accent-soft-strong:#dee6fb;--accent-gradient-start:#1d63ed;--accent-gradient-end:#5046e5;--accent-contrast:#fff;color:#172036;font-synthesis:none;text-rendering:optimizelegibility;background:0 0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0}body{overflow:hidden}button,input{font:inherit}.chat-shell{background:linear-gradient(160deg, var(--accent-soft) 0%, #f7f9fd 32%, #f7f9fd 100%);border:1px solid #1a2a4a1a;border-radius:22px;grid-template-rows:auto 1fr auto auto;width:100%;height:100%;display:grid;overflow:hidden;box-shadow:0 24px 70px #14203c38}.chat-header{min-height:76px;color:var(--accent-contrast);background:linear-gradient(135deg, var(--accent-gradient-start), var(--accent-gradient-end));align-items:center;gap:12px;padding:14px 14px 14px 18px;display:flex}.avatar{width:43px;height:43px;color:var(--accent-strong);letter-spacing:-.3px;background:#fff;border-radius:14px;flex:none;place-items:center;font-size:13px;font-weight:800;display:grid}.header-copy{flex-direction:column;flex:1;gap:4px;display:flex}.header-copy strong{font-size:15px;line-height:1.2}.header-copy span{opacity:.82;align-items:center;gap:6px;font-size:11px;display:flex}.header-copy i{background:#62e59d;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #62e59d2e}.close-button{width:38px;height:38px;color:var(--accent-contrast);cursor:pointer;background:#ffffff1f;border:0;border-radius:12px;font-size:27px;font-weight:300;line-height:1}.close-button:hover{background:#ffffff38}.messages{scrollbar-width:thin;flex-direction:column;gap:12px;min-height:0;padding:20px 16px;display:flex;overflow-y:auto}.message-row{display:flex}.message-row--user{justify-content:flex-end}.message-stack{flex-direction:column;gap:9px;max-width:92%;display:flex}.message-stack>.message{align-self:flex-start;max-width:100%}.message-row--user .message-stack{align-items:flex-end}.message{color:#26334c;overflow-wrap:anywhere;background:#fff;border-radius:7px 17px 17px;max-width:84%;padding:11px 13px;font-size:14px;line-height:1.45;box-shadow:0 5px 18px #1c2b4c14}.message-row--user .message{color:var(--accent-contrast);background:var(--accent);box-shadow:0 7px 18px rgba(var(--accent-rgb), .2);border-radius:17px 7px 17px 17px}.message strong{color:#172036;font-weight:800}.message-row--user .message strong{color:var(--accent-contrast)}.message .message__product-link{color:var(--accent-strong);text-decoration:underline;-webkit-text-decoration-color:var(--accent-border);text-decoration-color:var(--accent-border);text-underline-offset:2px}.message .message__product-link:hover{color:var(--accent-deep);text-decoration-color:currentColor}.message p{margin:0}.message p+p{margin-top:10px}.message ul{margin:8px 0;padding-left:20px}.message li{padding-left:2px}.message li+li{margin-top:5px}.product-list{flex-direction:column;gap:8px;display:flex}.product-card{color:#25324a;background:#fff;border:1px solid #e2e7f0;border-radius:14px;grid-template-columns:66px minmax(0,1fr);gap:11px;min-height:88px;padding:10px;text-decoration:none;transition:border-color .16s,transform .16s;display:grid;box-shadow:0 5px 18px #1c2b4c0f}.product-card:hover{border-color:var(--accent-border);transform:translateY(-1px)}.product-card--no-image{grid-template-columns:minmax(0,1fr)}.product-card__image{object-fit:contain;background:#f7f8fb;border:1px solid #edf0f5;border-radius:11px;align-self:center;width:66px;height:66px}.product-card__content{min-width:0}.product-card__top,.product-card__bottom{justify-content:space-between;align-items:center;gap:8px;display:flex}.product-card__top{color:#8995a9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:9px;font-weight:800}.product-card__top b{color:#268451;font-size:9px}.product-card__top .stock--low_stock{color:#b37519}.product-card__top .stock--out_of_stock{color:#a72832}.product-card__content>strong{font-size:13px;line-height:1.3;display:block}.product-card p{color:#718097;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:5px 0 9px;font-size:11px;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card--detailed{border-color:var(--accent-border-soft);background:linear-gradient(135deg, #fff, var(--accent-soft))}.product-card--detailed .product-card__image{width:78px;height:78px}.product-card--detailed{grid-template-columns:78px minmax(0,1fr)}.product-card--detailed.product-card--no-image{grid-template-columns:minmax(0,1fr)}.product-card--detailed p{-webkit-line-clamp:unset;display:block}.chat-shell--gallery .product-card{padding:0;display:block;overflow:hidden}.chat-shell--gallery .product-card__content{padding:12px}.product-card__gallery{background:#f4f6f9;width:100%;height:215px;position:relative;overflow:hidden}.product-card__gallery-image{object-fit:cover;width:100%;height:100%}.product-card__gallery-arrow{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#121b2c94;border-radius:10px;place-items:center;width:31px;height:38px;font-size:25px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.product-card__gallery-arrow--prev{left:9px}.product-card__gallery-arrow--next{right:9px}.product-card__gallery-count{color:#fff;background:#121b2c9e;border-radius:8px;padding:4px 7px;font-size:9px;font-weight:800;position:absolute;bottom:9px;right:9px}.product-card__attributes{gap:4px;margin:9px 0;display:grid}.product-card__attributes div{border-bottom:1px dotted #dfe5f0;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding-bottom:4px;font-size:10px;display:grid}.product-card__attributes dt{overflow-wrap:anywhere;color:#7a879c}.product-card__attributes dd{color:#283650;text-align:right;margin:0;font-weight:750}.product-card__bottom em{color:#172036;font-size:14px;font-style:normal;font-weight:850}.product-card__bottom i{color:var(--accent);font-size:10px;font-style:normal;font-weight:750}.manager-block{border:1px solid var(--accent-border-soft);background:linear-gradient(135deg, var(--accent-soft), var(--accent-soft-strong));box-shadow:0 6px 18px rgba(var(--accent-rgb), .08);border-radius:14px;align-items:center;gap:10px;padding:12px;display:flex}.manager-block>div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.manager-block strong{color:var(--accent-deep);font-size:11px}.manager-block span{color:var(--accent-muted);font-size:10px;line-height:1.35}.manager-block button{color:var(--accent-contrast);background:var(--accent);cursor:pointer;border:0;border-radius:9px;flex:none;padding:8px 10px;font-size:10px;font-weight:800}.source-list{color:#68768e;background:#ffffffb8;border:1px solid #dfe5ef;border-radius:11px;padding:9px 11px;font-size:10px}.source-list summary{color:#52617a;cursor:pointer;font-weight:750}.source-list a{overflow-wrap:anywhere;color:var(--accent);margin-top:7px;text-decoration:none;display:block}.source-list a:hover{text-decoration:underline}.category-link{border:1px dashed var(--accent-border);color:var(--accent-strong);background:var(--accent-soft);text-align:center;border-radius:11px;padding:9px 11px;font-size:11px;font-weight:750;text-decoration:none}.follow-ups{flex-wrap:wrap;gap:6px;display:flex}.follow-ups div{border:1px solid var(--accent-border-soft);color:var(--accent-strong);background:#fff;border-radius:11px;padding:8px 10px;font-size:10px;line-height:1.35}.typing{gap:4px;padding:14px 16px;display:flex}.typing b{background:#8e9bb2;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite bounce}.typing b:nth-child(2){animation-delay:.12s}.typing b:nth-child(3){animation-delay:.24s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.error{color:#a72832;background:#ffe8ea;border-radius:9px;margin:0 16px 8px;padding:8px 10px;font-size:12px}.handoff-hint{border:1px solid var(--accent-border-soft);color:var(--accent-strong);background:linear-gradient(135deg,var(--accent-soft),var(--accent-soft-strong));box-shadow:0 6px 18px rgba(var(--accent-rgb),.08);border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;margin:0 13px 9px;padding:11px;font-size:11px;line-height:1.35;display:grid}.handoff-hint__icon{width:32px;height:32px;color:var(--accent-contrast);background:var(--accent);border-radius:11px;place-items:center;font-size:15px;font-weight:800;display:grid}.handoff-hint__copy{flex-direction:column;gap:2px;min-width:0;display:flex}.handoff-hint__copy strong{color:var(--accent-deep);font-size:11px}.handoff-hint__copy span{color:var(--accent-muted);font-size:10px}.handoff-hint button{color:var(--accent-contrast);background:var(--accent);cursor:pointer;border:0;border-radius:9px;flex:none;padding:8px 10px;font-size:10px;font-weight:800}.lead-form{background:#fff;border:1px solid #dce3f2;border-radius:14px;flex-direction:column;gap:7px;margin:0 13px 8px;padding:12px;display:flex;box-shadow:0 8px 25px #1c2b4c17}.lead-form strong{margin-bottom:2px;font-size:13px}.lead-form input,.lead-form textarea{color:#26334c;resize:none;background:#fafbfe;border:1px solid #e0e5ee;border-radius:9px;outline:0;width:100%;padding:8px 9px;font-size:11px}.lead-form input:focus,.lead-form textarea:focus{border-color:var(--accent-border)}.lead-form>div{justify-content:flex-end;gap:7px;display:flex}.lead-form button{color:#5e6a80;cursor:pointer;background:#edf0f5;border:0;border-radius:8px;padding:7px 10px;font-size:10px;font-weight:750}.lead-form button[type=submit]{color:var(--accent-contrast);background:var(--accent)}.composer{background:#fff;border:1px solid #e2e7f0;border-radius:16px;align-items:center;gap:9px;margin:0 13px;padding:7px 7px 7px 14px;display:flex;box-shadow:0 6px 22px #1c2b4c12}.composer input{color:#172036;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:14px}.composer input::placeholder{color:#98a3b8}.composer button{width:38px;height:38px;color:var(--accent-contrast);background:var(--accent);cursor:pointer;border:0;border-radius:12px;flex:none;place-items:center;display:grid}.composer button:hover{background:var(--accent-strong)}.composer button:disabled{opacity:.42;cursor:default}.composer svg{fill:currentColor;width:21px;height:21px}footer{color:#9aa4b7;text-align:center;justify-content:center;gap:8px;padding:8px 12px 10px;font-size:10px;display:flex}footer span+span:before{content:"·";margin-right:8px}footer button{color:var(--accent-muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:10px}@media (width<=520px){.chat-shell{border-radius:18px}.handoff-hint{grid-template-columns:auto 1fr}.handoff-hint button{grid-column:1/-1;width:100%}}
