.techtic-chat{--tc-ink: #17201c;--tc-muted: #61706a;--tc-line: #dce5e0;--tc-blue: #049fda;--tc-blue-dark: #0577a1;--tc-green: #147a50;--tc-soft: #f3f8f6;--tc-sale: #a55600;position:fixed;right:22px;bottom:calc(88px + env(safe-area-inset-bottom));z-index:2147483000;color:var(--tc-ink);font-family:inherit;font-size:14px;letter-spacing:0}.techtic-chat *,.techtic-chat *:before,.techtic-chat *:after{box-sizing:border-box}.techtic-chat [hidden]{display:none!important}.techtic-chat__launcher{display:flex;align-items:center;gap:9px;min-width:118px;min-height:50px;padding:7px 14px 7px 7px;border:1px solid rgba(255,255,255,.45);border-radius:8px;background:#111915;color:#fff;box-shadow:0 12px 28px #0f231b3d;cursor:pointer;font:inherit;font-weight:700;letter-spacing:0;transition:transform .16s ease,box-shadow .16s ease}.techtic-chat__launcher:hover{transform:translateY(-2px);box-shadow:0 15px 32px #0f231b4d}.techtic-chat__launcher:focus-visible,.techtic-chat button:focus-visible,.techtic-chat textarea:focus-visible,.techtic-chat a:focus-visible{outline:3px solid rgba(4,159,218,.32);outline-offset:2px}.techtic-chat__avatar{display:inline-grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:50%;background:var(--tc-blue);color:#fff;font-size:17px;font-weight:800;line-height:1}.techtic-chat__launcher-label{white-space:nowrap}.techtic-chat__teaser{position:absolute;right:0;bottom:60px;width:max-content;max-width:min(260px,calc(100vw - 32px));padding:10px 12px;border:1px solid var(--tc-line);border-radius:6px;background:#fff;box-shadow:0 10px 24px #0f231b26;color:var(--tc-ink);font-size:13px;font-weight:650}.techtic-chat__panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto auto;width:min(390px,calc(100vw - 32px));height:min(680px,calc(100dvh - 130px));min-height:460px;overflow:hidden;border:1px solid var(--tc-line);border-radius:8px;background:#fff;box-shadow:0 22px 60px #0f231b3d;transform-origin:right bottom;animation:techtic-chat-enter .18s ease-out both}.techtic-chat__header{display:flex;align-items:center;gap:10px;min-height:66px;padding:12px 14px;border-bottom:1px solid var(--tc-line);background:#111915;color:#fff}.techtic-chat__identity{display:grid;gap:2px;min-width:0;flex:1}.techtic-chat__identity strong{font-size:15px;line-height:1.2}.techtic-chat__identity span{display:flex;align-items:center;gap:6px;color:#d8e4df;font-size:12px;line-height:1.2}.techtic-chat__identity i{width:7px;height:7px;border-radius:50%;background:#31c47a}.techtic-chat__close{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:0;border-radius:50%;background:transparent;color:#fff;cursor:pointer;font:inherit;font-size:28px;line-height:1}.techtic-chat__close:hover{background:#ffffff1a}.techtic-chat__messages{display:flex;flex-direction:column;gap:11px;overflow-y:auto;overscroll-behavior:contain;padding:15px 14px;background:#fff;scrollbar-width:thin}.techtic-chat__message{max-width:88%;padding:10px 11px;border-radius:8px;line-height:1.45;white-space:pre-line}.techtic-chat__message--assistant{align-self:flex-start;border:1px solid var(--tc-line);background:var(--tc-soft)}.techtic-chat__message--user{align-self:flex-end;background:var(--tc-blue-dark);color:#fff}.techtic-chat__message--typing{color:var(--tc-muted);font-size:13px}.techtic-chat__products{align-self:stretch;border-top:1px solid var(--tc-line)}.techtic-chat__product{display:grid;grid-template-columns:68px minmax(0,1fr);gap:11px;padding:12px 0;border-bottom:1px solid var(--tc-line)}.techtic-chat__product-image{display:block;width:68px;height:68px;overflow:hidden;border:1px solid var(--tc-line);border-radius:6px;background:#fff}.techtic-chat__product-image img{width:100%;height:100%;object-fit:contain}.techtic-chat__product-copy{display:grid;align-content:start;gap:6px;min-width:0}.techtic-chat__product-title{display:-webkit-box;overflow:hidden;color:var(--tc-ink);font-size:13px;font-weight:700;line-height:1.35;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.techtic-chat__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px;font-weight:800}.techtic-chat__price s{color:var(--tc-muted);font-size:12px;font-weight:500}.techtic-chat__saving{color:var(--tc-sale);font-size:11px;font-weight:750}.techtic-chat__product-actions{display:flex;gap:7px}.techtic-chat__product-actions a,.techtic-chat__product-actions button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:6px 10px;border:1px solid var(--tc-line);border-radius:5px;background:#fff;color:var(--tc-ink);cursor:pointer;font:inherit;font-size:12px;font-weight:700;text-decoration:none}.techtic-chat__product-actions button{border-color:var(--tc-blue-dark);background:var(--tc-blue-dark);color:#fff}.techtic-chat__suggestions{display:flex;gap:7px;overflow-x:auto;padding:10px 12px 2px;background:#fff;scrollbar-width:none}.techtic-chat__suggestions::-webkit-scrollbar{display:none}.techtic-chat__suggestions button{min-height:34px;flex:0 0 auto;padding:6px 10px;border:1px solid var(--tc-line);border-radius:6px;background:var(--tc-soft);color:var(--tc-ink);cursor:pointer;font:inherit;font-size:12px;font-weight:650}.techtic-chat__form{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;padding:10px 12px;border-top:1px solid var(--tc-line);background:#fff}.techtic-chat__form textarea{width:100%;min-height:42px;max-height:92px;resize:none;padding:10px 11px;border:1px solid #bac8c1;border-radius:6px;background:#fff;color:var(--tc-ink);font:inherit;font-size:14px;letter-spacing:0;line-height:1.4}.techtic-chat__form button{display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:6px;background:var(--tc-blue-dark);color:#fff;cursor:pointer;font:inherit;font-size:21px;font-weight:800}.techtic-chat__form button:disabled{cursor:wait;opacity:.6}.techtic-chat__footer{display:flex;justify-content:space-between;gap:10px;padding:7px 12px 9px;background:#fff;color:var(--tc-muted);font-size:11px}.techtic-chat__footer a{color:var(--tc-green);font-weight:700;text-decoration:none}@keyframes techtic-chat-enter{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:749px){.techtic-chat{right:12px;bottom:calc(86px + env(safe-area-inset-bottom))}.techtic-chat__panel{position:fixed;right:10px;bottom:calc(82px + env(safe-area-inset-bottom));left:10px;width:auto;height:min(690px,calc(100dvh - 105px));min-height:430px}.techtic-chat__launcher{min-width:52px;min-height:52px;padding:7px}.techtic-chat__launcher-label{display:none}.techtic-chat__teaser{right:0}}@media(prefers-reduced-motion:reduce){.techtic-chat__panel{animation:none}.techtic-chat__launcher{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/techtic-shopping-assistant.css.map */
