.chat-launcher .chat-online-badge{position:absolute;right:9px;top:-16px;display:flex;align-items:center;gap:7px;padding:5px 10px;border:1px solid #648b65;border-radius:20px;background:#1e3827;color:#d8ffdb;font-size:11px;font-weight:750;white-space:nowrap;box-shadow:0 3px 12px #0004}.chat-online-badge i{width:7px;height:7px;border-radius:50%;background:#a6ec91;box-shadow:0 0 0 0 #a6ec9144;animation:online-pulse 2.4s ease-out 5}.chat-online-badge.has-unread{background:#c2edac;color:#172515}@keyframes online-pulse{70%{box-shadow:0 0 0 6px #a6ec9100}to{box-shadow:0 0 0 0 #a6ec9100}}.chat-contact-bar{display:flex;gap:10px;flex-wrap:wrap;padding:9px 14px;border-top:1px solid #353c3f;flex-shrink:0}.chat-contact-bar button{font-size:12px;color:#e8ae88;text-decoration:underline;text-underline-offset:3px}.chat-contact-form{padding:0 14px 12px;flex-shrink:0;max-height:240px;overflow-y:auto}.chat-contact-form p{font-size:12px;color:#b6bfc2;margin:0 0 9px}.chat-contact-form label{display:block;font-size:12px;margin-bottom:7px}.chat-contact-form input{display:block;width:100%;padding:7px 9px;border:1px solid #555e62;border-radius:7px;font-size:16px;background:#111416;color:#f4f1ea;margin-top:4px}.chat-contact-form button{color:#1d160f;background:#df9469;border-radius:7px;font-size:13px;font-weight:700;padding:8px 13px}.chat-message-time{display:block;font-size:10px;color:#b1b6b8;text-align:right;margin-top:6px}.chat-author{display:block;font-size:12px;color:#d4eec8;margin-bottom:7px}.chat-message.is-operator .chat-bubble{background:#23342c;border-color:#466453}@media (max-width:700px){.chat-launcher .chat-online-badge{display:flex;right:0;font-size:10px;top:-14px;padding:4px 8px}}@media (prefers-reduced-motion:reduce){.chat-online-badge i{animation:none}}.metal-chat-widget{--chat-bg:#171a1c;--chat-surface:#222628;--chat-text:#f4f1ea;--chat-muted:#b1b6b8;--chat-accent:#df9469;color:var(--chat-text);font-family:var(--font-sans)}.chat-launcher{position:fixed;right:24px;bottom:24px;z-index:70;display:flex;align-items:center;gap:13px;padding:13px 19px;min-height:62px;border:1px solid #d99368;border-radius:16px;background:#c56a3a;color:#121415;box-shadow:0 10px 34px #0005}.chat-launcher:hover{background:#df9469;transform:translateY(-2px)}.chat-launcher>span{font-size:14px;font-weight:800;text-align:left}.chat-launcher small{display:block;font-size:11px;font-weight:600;margin-top:3px}.chat-launcher>i{width:9px;height:9px;background:#d1e5c5;border:2px solid #333c31;border-radius:50%;position:absolute;right:12px;top:10px}.metal-chat-panel{position:fixed;z-index:71;right:24px;bottom:100px;width:418px;height:min(690px,calc(100dvh - 126px));display:flex;flex-direction:column;overflow:hidden;background:var(--chat-bg);border:1px solid #5b4031;border-radius:20px;box-shadow:0 24px 80px #0008}.metal-chat-panel[hidden]{display:none}.chat-header{display:flex;align-items:center;flex-shrink:0;gap:10px;padding:17px 16px 14px;background:#211e1b}.chat-avatar{display:grid;place-items:center;width:43px;height:43px;flex-shrink:0;border:1px solid #80583f;border-radius:12px;color:var(--chat-accent);background:#39291f}.chat-title{min-width:0;flex:1 1}.chat-title h2{font-size:18px;margin:0 0 4px;letter-spacing:-.025em}.chat-title>span{display:block;font-size:11px;color:var(--chat-muted)}.chat-icon-button{display:grid;place-items:center;width:34px;height:36px;padding:0;flex-shrink:0;border-radius:8px;color:var(--chat-muted);background:transparent}.chat-icon-button:hover{background:#ffffff0d;color:var(--chat-text)}.chat-context{display:flex;gap:8px;align-items:center;padding:9px 18px;color:#c9bdaf;border-block:1px solid #ffffff0c;font-size:11px;flex-shrink:0}.chat-context>span{width:5px;height:5px;border-radius:50%;background:var(--chat-accent)}.chat-scroll{flex:1 1;min-height:0;position:relative;overflow:hidden}.chat-scroll>div{scrollbar-width:thin;scrollbar-color:#555b5d transparent;overscroll-behavior:contain}.chat-messages{gap:16px;padding:18px 16px 24px}.chat-message,.chat-messages{display:flex;flex-direction:column}.chat-message{gap:10px;width:100%;max-width:94%;align-self:flex-start}.chat-message.is-user{align-self:flex-end}.chat-bubble{max-width:100%;min-width:0;background:var(--chat-surface);border:1px solid #ffffff07;padding:13px 15px;border-radius:14px 14px 14px 4px;overflow-wrap:anywhere;font-size:14px;line-height:1.65}.chat-message.is-user .chat-bubble{color:#f7ddcb;background:#3b2a21;border-color:#785137;border-radius:14px 14px 4px 14px}.chat-bubble p{margin:0;font-size:inherit;line-height:inherit}.chat-response>*+*{margin-top:12px}.chat-response p{white-space:pre-line}.chat-response a{color:var(--chat-accent)}.chat-response ol,.chat-response ul{padding-left:20px}.chat-greeting{display:block;font-size:18px;font-weight:700;letter-spacing:-.025em;margin-bottom:7px}.chat-welcome-note{display:block;color:var(--chat-muted);font-size:11px;margin-top:12px}.chat-suggestions{display:flex;flex-wrap:wrap;gap:7px}.chat-suggestions button{display:flex;align-items:center;gap:6px;padding:9px 11px;border:1px solid #755039;border-radius:9px;font-size:12px;color:#efb996}.chat-suggestions button:hover{background:#39291f}.chat-thinking{display:flex;gap:5px;align-items:center;color:var(--chat-muted);min-height:30px}.chat-thinking>span{width:5px;height:5px;border-radius:50%;background:var(--chat-accent);animation:chat-pulse 1.3s ease-in-out infinite}.chat-thinking>span:nth-child(2){animation-delay:.15s}.chat-thinking>span:nth-child(3){animation-delay:.3s}.chat-thinking>p{margin:0 0 0 6px;font-size:12px}@keyframes chat-pulse{50%{opacity:.25}}.chat-estimate{border:1px solid #7e563d;border-radius:13px;padding:15px;background:#30251e}.chat-estimate-kicker{display:block;font-family:var(--font-mono);font-size:9px;letter-spacing:1px;color:#deb99e;margin-bottom:10px}.chat-estimate>strong{font-size:16px;font-weight:600}.chat-estimate-price{margin-block:9px;color:#f2ae80;font-size:31px;font-family:var(--font-mono);letter-spacing:-1.4px}.chat-estimate-price>span{font-size:15px;letter-spacing:0}.chat-estimate>p{font-size:13px;line-height:1.6;margin:5px 0 10px}.chat-price-source{font-size:11px;color:#d0b9a9;display:block;line-height:1.6}.chat-estimate>a{display:flex;align-items:center;justify-content:space-between;margin-top:13px;padding-top:12px;border-top:1px solid #76533c;color:#f2b993;font-size:12px}.chat-composer{flex-shrink:0;padding:12px 14px 10px;border-top:1px solid #363a3c}.chat-composer textarea{display:block;width:100%;resize:none;height:59px;min-height:59px;padding:9px 10px;background:#111416;color:var(--chat-text);border:1px solid #42474a;border-radius:9px;font-size:14px;line-height:1.5}.chat-composer textarea::placeholder{color:#a1a8ab}.chat-composer textarea:focus{outline:2px solid #df946980;outline-offset:1px}.chat-composer-actions{display:flex;align-items:center;justify-content:space-between;margin-top:7px}.chat-composer-actions>div{display:flex;align-items:center;gap:6px}.chat-attach-button{display:flex;gap:7px;align-items:center;padding:9px 6px;color:#d4b8a6;font-size:12px}.chat-send{width:41px;height:37px;display:grid;place-items:center;border-radius:9px;background:#c56a3a;color:#101315}.chat-send:hover{background:#df9469}.chat-send:disabled{opacity:.45}.chat-footer{flex-shrink:0;display:flex;justify-content:space-between;gap:8px;padding:0 15px 13px;font-size:10px;color:#b6bec2}.chat-footer a{display:flex;align-items:center;gap:5px}.chat-footer a:hover{color:var(--chat-accent)}.chat-attachment{display:flex;gap:9px;align-items:center;padding:0 0 10px}.chat-attachment img{width:44px;height:44px;object-fit:cover;border-radius:6px}.chat-attachment>span{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.chat-attachment small{display:block;font-size:10px;color:var(--chat-muted);margin-top:4px}.chat-message-photo{display:block;object-fit:cover;width:100%;max-height:190px;height:auto;border-radius:8px;margin-bottom:9px}.chat-photo-label{display:flex;gap:5px;align-items:center;font-size:11px;margin-bottom:8px}.chat-error{flex-shrink:0;padding:10px 15px;background:#392320;border-top:1px solid #775249;color:#f8c7b7;font-size:12px;line-height:1.5}.chat-error button{display:block;color:#ffe3ca;margin-top:6px;text-decoration:underline;padding:3px 0}.chat-scroll-button{position:absolute;bottom:8px;left:calc(50% - 17px);width:34px;height:34px;display:grid;place-items:center;background:#3a3f42;border:1px solid #62696c;border-radius:50%;color:#fff}.chat-scroll-button svg{width:18px;height:18px}.metal-chat-panel .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:700px){.chat-launcher{right:14px;bottom:calc(76px + env(safe-area-inset-bottom));width:57px;height:57px;min-height:57px;padding:0;justify-content:center;border-radius:17px}.chat-launcher>span{display:none}.chat-launcher>i{right:8px;top:7px}.chat-launcher.is-open{visibility:hidden}.metal-chat-panel{inset:10px 10px calc(72px + env(safe-area-inset-bottom));width:auto;height:auto;max-height:calc(100dvh - 82px - env(safe-area-inset-bottom));border-radius:16px}.chat-header{padding:12px}.chat-title h2{font-size:17px}.chat-context,.chat-title>span{font-size:10px}.chat-context{padding:8px 13px}.chat-messages{padding:14px 12px 22px;gap:13px}.chat-bubble{font-size:14px;padding:12px}.chat-composer textarea{font-size:16px}.chat-footer{font-size:10px}}@media (prefers-reduced-motion:reduce){.chat-thinking>span{animation:none}}