.aurel-concierge{--chat-paper:var(--paper,#f7f5ef);--chat-olive:var(--olive,#3d4934);--chat-ink:var(--ink,#2c342b);--chat-line:var(--line,#d9dacf);--chat-serif:var(--serif,Georgia,serif);--chat-sans:var(--sans,Arial,sans-serif);font-family:var(--chat-sans);font-size:14px;line-height:1.55;color:var(--chat-ink);position:fixed;right:24px;bottom:calc(24px + env(safe-area-inset-bottom,0px) + var(--aurel-chat-keyboard-inset,0px));z-index:65;max-width:calc(100vw - 32px)}
.aurel-concierge *{box-sizing:border-box}
.aurel-concierge [hidden]{display:none!important}
.aurel-concierge button,.aurel-concierge textarea,.aurel-concierge a{font-family:var(--chat-sans);font-size:inherit;line-height:inherit}
.aurel-concierge button,.aurel-concierge a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.aurel-concierge button{cursor:pointer;color:inherit}
.aurel-concierge button:disabled{cursor:wait;opacity:.48}
.aurel-concierge button:focus-visible,.aurel-concierge a:focus-visible,.aurel-concierge textarea:focus-visible,.aurel-chat-log:focus-visible{outline:2px solid #a16c35;outline-offset:3px}
.aurel-chat-launcher{display:flex;align-items:center;gap:12px;min-height:56px;padding:13px 22px;background:var(--chat-olive);border:1px solid #617052;border-radius:999px;color:#fff!important;box-shadow:0 5px 24px #24312129;font-size:13px!important;font-weight:500;letter-spacing:.2px;transition:background .2s,transform .2s}
.aurel-chat-launcher:hover{background:#2d3a25;transform:translateY(-2px)}
.aurel-chat-icon{display:block;font-family:Georgia,serif;font-size:31px;line-height:1;flex:0 0 auto}
.aurel-chat-panel{width:400px;max-width:100%;height:min(660px,calc(var(--aurel-chat-viewport-height,100dvh) - 48px - env(safe-area-inset-bottom,0px)));min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--chat-paper);border:1px solid #bdc4b2;border-radius:18px;box-shadow:0 16px 65px #17231336,0 2px 10px #17231312}
.aurel-chat-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:20px 18px 18px 21px;flex:0 0 auto;background:var(--chat-olive);color:var(--chat-paper)}
.aurel-chat-identity{display:flex;align-items:center;gap:13px;min-width:0}
.aurel-chat-identity>.aurel-chat-icon{font-size:36px}
.aurel-chat-brand h2{margin:0;font-family:var(--chat-serif);font-size:23px;line-height:1.1;font-weight:400;letter-spacing:3px;color:inherit}
.aurel-chat-brand p{margin:5px 0 0;font-size:10px;letter-spacing:1px;color:#eeeedd;line-height:1.4}
.aurel-chat-header-actions{display:flex;gap:2px;flex-shrink:0}
.aurel-chat-icon-button{display:grid;place-items:center;width:36px;height:38px;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;font-size:24px!important;font-weight:300}
.aurel-chat-icon-button:hover{background:#ffffff12}
.aurel-chat-prompts{display:flex;flex-wrap:wrap;gap:7px;padding:16px 18px;border-bottom:1px solid var(--chat-line);flex:0 0 auto}
.aurel-chat-prompt{padding:6px 10px;min-height:32px;border:1px solid #cbd0c1;border-radius:20px;background:transparent;text-align:left;font-size:10px!important;white-space:normal}
.aurel-chat-prompt:hover{background:#e9ecdf;border-color:#939e86}
.aurel-chat-prompt-book{background:#e6ebdc;border-color:#a4b08f}
.aurel-chat-log{flex:1 1 auto;min-height:60px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c1c8b7 transparent;padding:20px 18px 4px;display:flex;flex-direction:column;gap:16px}
.aurel-chat-message{max-width:94%;flex-shrink:0;overflow-wrap:anywhere}
.aurel-chat-speaker{display:block;margin-bottom:6px;font-size:8px;font-weight:600;letter-spacing:1.7px;text-transform:uppercase;color:#5e6c52}
.aurel-chat-content{margin:0;padding:13px 15px;border:1px solid #e0e3d8;border-radius:2px 13px 13px 13px;background:#efeee7;font-size:12px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}
.aurel-chat-message-user{align-self:flex-end}
.aurel-chat-message-user .aurel-chat-speaker{text-align:right}
.aurel-chat-message-user .aurel-chat-content{border-color:var(--chat-olive);border-radius:13px 2px 13px 13px;background:var(--chat-olive);color:var(--chat-paper)}
.aurel-chat-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px;max-width:100%}
.aurel-chat-action{display:inline-flex;align-items:center;min-height:34px;max-width:100%;padding:7px 11px;border:1px solid #adb8a0;border-radius:7px;background:var(--chat-paper);color:var(--chat-ink);font-size:10px!important;line-height:1.45!important;text-align:left;text-decoration:none;overflow-wrap:anywhere}
.aurel-chat-action:hover{background:#e6ebdc}
.aurel-chat-error{padding:13px 14px;border:1px solid #d7c5a7;border-radius:10px;background:#f4eddf;flex-shrink:0;overflow-wrap:anywhere}
.aurel-chat-error>p{margin:0;font-size:11px;line-height:1.7;color:#655237}
.aurel-chat-status{flex:0 0 auto;min-height:26px;margin:0;padding:6px 21px;font-size:10px;line-height:1.4;color:#5b6951}
.aurel-chat-form{flex:0 0 auto;padding:10px 16px 13px;border-top:1px solid var(--chat-line);margin:0;background:var(--chat-paper)}
.aurel-chat-composer{display:flex;align-items:flex-end;gap:10px;min-height:47px;border:1px solid #aeb89f;border-radius:10px;padding:7px;background:#fcfbf7}
.aurel-chat-input{display:block;flex:1 1 auto;width:0;min-width:0;min-height:31px;max-height:112px;resize:none;overflow-y:auto;padding:5px 4px;border:0;background:transparent;color:var(--chat-ink);font-size:13px!important;line-height:1.6!important;border-radius:3px;box-shadow:none}
.aurel-chat-input::placeholder{color:#6d7664;opacity:1}
.aurel-chat-send{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:7px;background:var(--chat-olive);color:#fff!important;font-size:21px!important;line-height:1!important}
.aurel-chat-send:hover:not(:disabled){background:#293921}
.aurel-chat-help{margin:8px 1px 0;font-size:8px;line-height:1.5;color:#657059}
.aurel-chat-sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:520px){.aurel-concierge{right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px) + var(--aurel-chat-keyboard-inset,0px));max-width:calc(100vw - 24px)}.aurel-chat-launcher{min-height:50px;padding:11px 17px;font-size:12px!important;gap:9px}.aurel-chat-launcher .aurel-chat-icon{font-size:27px}.aurel-chat-panel{width:380px;height:min(650px,calc(var(--aurel-chat-viewport-height,100dvh) - 24px - env(safe-area-inset-bottom,0px)));border-radius:15px}.aurel-chat-header{padding:15px 12px 15px 17px}.aurel-chat-brand h2{font-size:22px}.aurel-chat-prompts{padding:12px 14px;gap:6px}.aurel-chat-prompt{font-size:10px!important;padding:5px 9px;min-height:31px}.aurel-chat-log{padding:16px 13px 3px;gap:14px}.aurel-chat-message{max-width:96%}.aurel-chat-content{padding:11px 12px;font-size:12px}.aurel-chat-form{padding:9px 11px 11px}.aurel-chat-input{font-size:16px!important;line-height:1.5!important}.aurel-chat-input::placeholder{font-size:12px}.aurel-chat-status{padding:6px 16px}.aurel-chat-help{font-size:8px}}
@media(max-width:350px){.aurel-chat-prompts{gap:5px;padding:10px 11px}.aurel-chat-prompt{font-size:9px!important;padding:5px 8px}.aurel-chat-brand h2{font-size:20px}.aurel-chat-identity{gap:9px}.aurel-chat-header-actions{gap:0}.aurel-chat-icon-button{width:32px}.aurel-chat-help{font-size:7px}}
@media(prefers-reduced-motion:reduce){.aurel-chat-launcher{transition:none}}

.aurel-chat-compact .aurel-chat-prompts{display:none}.aurel-chat-compact .aurel-chat-header{padding-top:10px;padding-bottom:10px}.aurel-chat-compact .aurel-chat-log{min-height:30px;padding-top:10px}.aurel-chat-compact .aurel-chat-help{display:none}.aurel-chat-compact .aurel-chat-status{min-height:22px;padding-top:4px;padding-bottom:4px}
