:root{--miller-chat-green:#103f37;--miller-chat-mint:#c9f36a;--miller-chat-paper:#f6f5ef;--miller-chat-line:#d7e1db;--miller-chat-ink:#142b27}
.miller-chat-launch{position:fixed;right:18px;bottom:18px;z-index:9998;border:0;border-radius:8px;background:var(--miller-chat-green);color:#fff;padding:13px 16px;font:800 14px/1.2 system-ui,-apple-system,"Segoe UI",sans-serif;box-shadow:0 12px 36px rgba(10,44,37,.24)}
.miller-chat-panel{position:fixed;right:18px;bottom:76px;z-index:9999;width:min(380px,calc(100vw - 24px));height:min(610px,calc(100dvh - 100px));display:none;grid-template-rows:auto 1fr auto;background:#fff;border:1px solid var(--miller-chat-line);border-radius:8px;overflow:hidden;box-shadow:0 20px 70px rgba(10,44,37,.28);color:var(--miller-chat-ink);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}
.miller-chat-panel.open{display:grid}.miller-chat-head{background:var(--miller-chat-green);color:#fff;padding:16px;display:flex;align-items:start;gap:12px}.miller-chat-mark{width:36px;height:36px;display:grid;place-items:center;background:var(--miller-chat-mint);color:var(--miller-chat-green);border-radius:6px;font-weight:950}.miller-chat-title{flex:1}.miller-chat-title b{display:block;font-size:15px}.miller-chat-title small{display:block;color:#c5d5d1;margin-top:3px}.miller-chat-close{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:6px;background:transparent;color:#fff;font-size:24px;line-height:1;cursor:pointer}.miller-chat-close:hover,.miller-chat-close:focus-visible{background:rgba(255,255,255,.12)}.miller-chat-log{overflow:auto;padding:15px;background:var(--miller-chat-paper);display:flex;flex-direction:column;gap:10px}.miller-chat-msg{max-width:88%;padding:10px 12px;border-radius:8px;background:#fff;border:1px solid var(--miller-chat-line);font-size:13px;line-height:1.5;white-space:pre-wrap}.miller-chat-msg.user{align-self:flex-end;background:var(--miller-chat-green);border-color:var(--miller-chat-green);color:#fff}.miller-chat-msg a{color:#176653;font-weight:800}.miller-chat-form{padding:12px;background:#fff;border-top:1px solid var(--miller-chat-line)}.miller-chat-row{display:flex;gap:8px}.miller-chat-input{min-width:0;flex:1;border:1px solid #bdccc5;border-radius:7px;padding:11px;font:14px system-ui,-apple-system,"Segoe UI",sans-serif}.miller-chat-send{border:0;border-radius:7px;background:var(--miller-chat-mint);color:var(--miller-chat-green);padding:0 15px;font-weight:900}.miller-chat-note{display:block;color:#687a75;font-size:10px;line-height:1.35;margin-top:7px}.miller-chat-typing{color:#687a75;font-size:12px;padding:0 3px}
@media(max-width:540px){.miller-chat-launch{right:12px;bottom:12px}.miller-chat-panel{inset:8px;width:auto;height:auto}.miller-chat-panel.open{display:grid}}
