.chat-widget{right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom));z-index:240;flex-direction:column;align-items:flex-end;gap:.6rem;display:flex;position:fixed}.chat-widget :focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:4px}.chat-launcher{border:1px solid var(--gold);background:color-mix(in srgb, var(--panel) 94%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);min-height:40px;color:var(--goldtext);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.55rem 1rem;display:inline-flex;position:relative}.chat-launcher:hover{background:var(--gold);color:var(--bg)}.chat-launcher-text{letter-spacing:.14em;text-transform:uppercase;font-size:.72rem}.chat-launcher-icon{display:none}.chat-badge{background:var(--gold);min-width:18px;height:18px;color:var(--bg);font-family:var(--mono);text-align:center;border-radius:999px;padding:0 5px;font-size:.66rem;line-height:18px;position:absolute;top:-6px;right:-4px}@media (max-width:620px){.chat-launcher-text{display:none}.chat-launcher-icon{justify-content:center;align-items:center;display:flex}.chat-launcher{justify-content:center;width:48px;height:48px;min-height:48px;padding:0}}.chat-panel{border:1px solid var(--line);background:var(--panel);border-radius:14px;flex-direction:column;width:min(360px,100vw - 2rem);height:480px;max-height:calc(100dvh - 7rem);display:flex;overflow:hidden;box-shadow:0 18px 44px #0000004d}@media (prefers-reduced-motion:no-preference){.chat-panel{animation:.16s ease-out both chat-panel-in}}@keyframes chat-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .5rem .7rem .9rem;display:flex}.chat-panel-title{margin:0}.chat-head-actions{flex:none;align-items:center;gap:.1rem;display:flex}.chat-mute{width:30px;height:30px;color:var(--quiet);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.chat-mute[aria-pressed=false]{color:var(--goldtext)}.chat-mute:hover{border-color:var(--line);color:var(--ink)}@media (prefers-reduced-motion:no-preference){.chat-mute{transition:color .12s,border-color .12s}}.chat-close{width:30px;height:30px;color:var(--quiet);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;font-size:1.1rem;line-height:1}.chat-close:hover{border-color:var(--line);color:var(--ink)}.chat-log{overscroll-behavior:contain;flex:auto;padding:.9rem;overflow-y:auto}.chat-empty{flex-direction:column;gap:.6rem;display:flex}.chat-intro{margin:0;font-size:.9rem}.chat-note{margin:0;font-size:.8rem}.chat-messages{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.chat-msg{border:1px solid var(--line);border-radius:10px;max-width:88%;padding:.5rem .7rem}.chat-msg.is-visitor{background:var(--me);border-color:color-mix(in srgb, var(--gold) 40%, transparent);align-self:flex-end}.chat-msg.is-owner{border-left:2px solid var(--gold);background:0 0;align-self:flex-start}.chat-msg-who{letter-spacing:.16em;text-transform:uppercase;color:var(--goldtext);margin:0 0 .2rem;font-size:.62rem}.chat-msg-body{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:.9rem;line-height:1.5}.chat-msg-time{color:var(--quiet);margin-top:.3rem;font-size:.62rem;display:block}.chat-composer{padding:.75rem .9rem calc(.75rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line);flex-direction:column;gap:.5rem;display:flex}.chat-field{flex-direction:column;gap:.3rem;display:flex}.chat-label{letter-spacing:.14em;text-transform:uppercase;color:var(--goldtext);font-size:.66rem}.chat-input{border:1px solid var(--line);background:color-mix(in srgb, var(--bg) 60%, var(--panel));width:100%;color:var(--ink);font:inherit;border-radius:6px;padding:.5rem .6rem;font-size:.9rem}.chat-input::placeholder{color:var(--quiet)}.chat-input:disabled{opacity:.6}.chat-textarea{resize:vertical;min-height:2.9rem;max-height:8rem;line-height:1.45}.chat-error{color:var(--obscura-text);margin:0;font-size:.8rem}.chat-actions{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.chat-hint{margin:0;font-size:.7rem;line-height:1.35}.chat-send{flex:none;padding:.42rem .9rem;font-size:.85rem}@media (max-width:480px){.chat-widget{left:1rem}.chat-panel{width:100%}}@media print{.chat-widget{display:none}}
