.altstadt-chat{--ac-green:#193b3a;--ac-gold:#d8a74d;position:fixed;z-index:2147483000;right:18px;bottom:18px;font:15px/1.45 system-ui,-apple-system,"Segoe UI",sans-serif;color:#1e2929}.altstadt-chat *{box-sizing:border-box}.altstadt-chat__launcher{background:var(--ac-green);color:white;border:2px solid var(--ac-gold);border-radius:999px;padding:13px 18px;font:inherit;font-weight:700;box-shadow:0 5px 20px #0003;cursor:pointer}.altstadt-chat__panel{position:absolute;right:0;bottom:64px;width:min(380px,calc(100vw - 24px));height:min(610px,calc(100dvh - 100px));background:#fff;border:1px solid #d9dedc;border-radius:17px;box-shadow:0 14px 44px #0004;overflow:hidden;display:flex;flex-direction:column}.altstadt-chat__panel[hidden]{display:none}.altstadt-chat__header{display:flex;justify-content:space-between;align-items:center;background:var(--ac-green);color:white;padding:13px 16px}.altstadt-chat__header strong,.altstadt-chat__header span{display:block}.altstadt-chat__header span{font-size:12px;opacity:.85}.altstadt-chat__close{background:transparent;border:0;color:#fff;font:28px/1 system-ui;cursor:pointer;padding:0 4px}.altstadt-chat__messages{flex:1;overflow:auto;padding:15px;background:#f7f8f6;overscroll-behavior:contain}.altstadt-chat__bubble{max-width:92%;padding:10px 12px;margin:0 0 12px;border-radius:12px;background:#fff;border:1px solid #e4e8e5;white-space:pre-wrap;overflow-wrap:anywhere}.altstadt-chat__bubble--user{margin-left:auto;background:#e5efed}.altstadt-chat__bubble a{color:#124a49;text-decoration:underline}.altstadt-chat__suggestions{display:flex;gap:6px;flex-wrap:wrap;padding:9px 12px;border-top:1px solid #e4e8e5}.altstadt-chat__suggestions button{border:1px solid #c9d3d0;background:#fff;color:var(--ac-green);padding:5px 9px;border-radius:16px;font:12px system-ui;cursor:pointer}.altstadt-chat__maplink{display:block;padding:5px 12px;color:var(--ac-green);font-size:13px;font-weight:700;text-decoration:underline}.altstadt-chat__maplink:not([href]){display:none}.altstadt-chat__form{display:flex;gap:6px;padding:10px 12px 4px}.altstadt-chat__label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.altstadt-chat__form input{min-width:0;flex:1;border:1px solid #aebbb7;border-radius:7px;padding:9px;font:inherit;color:#1e2929;background:#fff}.altstadt-chat__form button{background:var(--ac-green);color:#fff;border:0;border-radius:7px;padding:9px 12px;font:inherit;cursor:pointer}.altstadt-chat__note{font-size:11px;color:#5a6562;margin:3px 12px 11px}.altstadt-chat button:focus-visible,.altstadt-chat input:focus-visible,.altstadt-chat a:focus-visible{outline:3px solid var(--ac-gold);outline-offset:2px}@media(max-width:480px){.altstadt-chat{right:12px;bottom:12px}.altstadt-chat__panel{bottom:61px;height:min(620px,calc(100dvh - 88px))}}
