.chat-launcher,.chat-panel{position:fixed;right:max(18px,env(safe-area-inset-right));z-index:9999;font-family:system-ui,-apple-system,"Segoe UI",Arial,sans-serif}.chat-launcher{bottom:max(18px,env(safe-area-inset-bottom));width:62px;height:62px;border:2px solid #fff;border-radius:50%;background:#d66532;color:#fff;cursor:pointer;box-shadow:0 10px 28px #07192345}.chat-launcher svg{width:27px;height:27px;fill:currentColor;display:block;margin:auto}.chat-panel{bottom:max(18px,env(safe-area-inset-bottom));width:min(410px,calc(100vw - 28px));height:min(650px,calc(100dvh - 36px));background:#fff;border:1px solid #cad5da;border-radius:14px;overflow:hidden;box-shadow:0 18px 55px #0719234d;display:flex;flex-direction:column}.chat-panel[hidden],.chat-launcher[hidden]{display:none}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:17px 18px;background:#0d2638;color:#fff}.chat-header small{display:block;color:#c7d8df}.chat-close{border:0;background:none;color:#fff;font-size:28px;cursor:pointer}.chat-messages{flex:1;overflow-y:auto;padding:16px;background:#f2f5f5}.chat-message{max-width:87%;margin:0 0 12px;padding:11px 13px;border-radius:10px;line-height:1.45;white-space:pre-wrap}.chat-message.assistant{background:#fff;border:1px solid #d8e1e4}.chat-message.user{margin-left:auto;background:#163b51;color:#fff}.chat-message.pending{color:#64747b}.chat-message.error{color:#9c2b20;border-color:#e2b6b1}.chat-message.summary{max-width:100%;border-left:4px solid #287f9f}.chat-form{display:flex;align-items:flex-end;gap:8px;padding:12px;border-top:1px solid #d8e1e4}.chat-input{flex:1;min-width:0;max-height:110px;resize:vertical;padding:11px;border:1px solid #9cabb1;border-radius:6px;font:inherit;font-size:16px}.chat-send{min-height:44px;border:0;border-radius:6px;padding:0 15px;background:#d66532;color:#fff;font-weight:700;cursor:pointer}.chat-note{text-align:center;padding:0 10px 10px;color:#65757c;font-size:11px}.chat-choices{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:4px 0 16px}.chat-choices button{padding:9px 10px;border:1px solid #287f9f;border-radius:5px;background:#fff;color:#163b51;text-align:left;font-size:.82rem;font-weight:700;cursor:pointer}.chat-choices button:hover,.chat-choices button:focus-visible{background:#eaf3f4}.chat-choices button:disabled{opacity:.55;cursor:default}.chat-send:disabled{opacity:.55;cursor:wait}.chat-confirmation{margin:4px 0 16px;padding:13px;background:#fff8f3;border:1px solid #e7b99f;border-radius:8px;color:#243944;font-size:.84rem;line-height:1.45}.chat-confirmation p{margin:0 0 10px}.chat-confirmation div{display:flex;flex-wrap:wrap;gap:8px}.chat-confirmation button{min-height:38px;padding:7px 10px;border-radius:5px;font-weight:700;cursor:pointer}.chat-confirm-send{border:0;background:#d66532;color:#fff}.chat-confirm-edit{border:1px solid #65757c;background:#fff;color:#243944}.chat-confirmation button:disabled{opacity:.55;cursor:wait}.chat-launcher:focus-visible,.chat-close:focus-visible,.chat-send:focus-visible,.chat-confirmation button:focus-visible,.chat-input:focus-visible{outline:3px solid #61b6d0;outline-offset:2px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:520px){.chat-panel{right:0;bottom:0;width:100vw;height:100dvh;max-height:none;border:0;border-radius:0;padding-bottom:env(safe-area-inset-bottom)}}@media(max-width:380px){.chat-choices{grid-template-columns:1fr}}
+
/* Autowerk branding */
.musterwerk-chat{--chat-accent:#e7382f;--chat-dark:#1c2328}
.chat-launcher{width:auto!important;height:auto!important;border-radius:0!important;background:#e7382f!important;color:#fff!important;padding:9px 20px 9px 9px!important;display:flex!important;gap:11px!important;align-items:center!important}
.chat-launcher::before{content:'AW';width:43px;height:43px;display:grid;place-items:center;background:#fff;color:#e7382f;font-weight:900}
.chat-launcher::after{content:'Autowerk Assistent';font-weight:800;font-size:13px}
.chat-launcher svg{display:none}
.chat-panel{width:min(450px,calc(100vw - 30px))!important;max-height:min(720px,calc(100vh - 110px))!important}
.chat-header{background:#1c2328!important}.chat-send,.chat-confirm-send{background:#e7382f!important}
@media(max-width:620px){.chat-panel{right:10px!important;bottom:80px!important;width:calc(100vw - 20px)!important}.chat-launcher{right:10px!important}}
