.ohm-chat{--ohm-c-chrome:#050505;--ohm-c-panel:#1c1c1c;--ohm-c-line:#3a3a3a;--ohm-c-text:#eee;font-family:var(--font-spartan,system-ui, sans-serif)}.ohm-chat-launcher{z-index:90;width:60px;height:60px;color:var(--ohm-c-chrome);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s,opacity .15s;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 10px 30px #00000073}.ohm-chat-launcher:hover{opacity:.9;transform:translateY(-2px)}.ohm-chat-launcher:focus-visible{outline-offset:2px;outline:3px solid #fff}.ohm-chat-embedded .ohm-chat-panel{width:100%;height:100dvh;box-shadow:none;border-radius:0;animation:none;position:static}.ohm-chat-panel{z-index:90;background:var(--ohm-c-panel);border-radius:16px;flex-direction:column;width:min(380px,100vw - 32px);height:min(560px,100vh - 130px);animation:.18s ohm-chat-pop;display:flex;position:fixed;bottom:94px;right:22px;overflow:hidden;box-shadow:0 18px 50px #0000008c}@keyframes ohm-chat-pop{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ohm-chat-header{background:var(--ohm-c-chrome);color:#fff;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ohm-chat-title{letter-spacing:1px;text-transform:uppercase;align-items:center;gap:8px;font-size:1.05rem;font-weight:700;display:flex}.ohm-chat-dot{background:#6cf08a;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 3px #6cf08a4d}.ohm-chat-close{color:#fff;cursor:pointer;opacity:.9;background:0 0;border:none;padding:0 4px;font-size:1.6rem;line-height:1}.ohm-chat-close:hover{opacity:1}.ohm-chat-body{background:var(--ohm-c-panel);flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.ohm-chat-msg{display:flex}.ohm-chat-msg.user{justify-content:flex-end}.ohm-chat-bubble{max-width:84%;color:var(--ohm-c-text);white-space:pre-wrap;word-wrap:break-word;border-radius:14px;padding:10px 13px;font-size:.92rem;line-height:1.45}.ohm-chat-msg.assistant .ohm-chat-bubble{border:1px solid var(--ohm-c-line);background:#262626;border-bottom-left-radius:4px}.ohm-chat-msg.user .ohm-chat-bubble{color:var(--ohm-c-chrome);background:#fff;border-bottom-right-radius:4px}.ohm-chat-bubble a{color:#fff;font-weight:600;text-decoration:underline}.ohm-chat-msg.user .ohm-chat-bubble a{color:var(--ohm-c-chrome)}.ohm-chat-md{white-space:normal}.ohm-chat-md>:first-child{margin-top:0}.ohm-chat-md>:last-child{margin-bottom:0}.ohm-chat-md p{margin:0 0 8px}.ohm-chat-md ul,.ohm-chat-md ol{margin:0 0 8px;padding-left:18px}.ohm-chat-md li{margin:3px 0}.ohm-chat-md strong{font-weight:700}.ohm-chat-md a{color:#fff;font-weight:600;text-decoration:underline}.ohm-chat-md code{background:#ffffff1a;border-radius:5px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.ohm-chat-md h1,.ohm-chat-md h2,.ohm-chat-md h3,.ohm-chat-md h4{margin:8px 0 4px;font-size:1em;font-weight:700}.ohm-chat-md blockquote{border-left:3px solid var(--ohm-c-line);color:#bdbdbd;margin:0 0 8px;padding-left:10px}.ohm-chat-md hr{border:none;border-top:1px solid var(--ohm-c-line);margin:10px 0}.ohm-chat-md table{border-collapse:collapse;width:100%;margin:0 0 8px;font-size:.84em;display:block;overflow-x:auto}.ohm-chat-md th,.ohm-chat-md td{border:1px solid var(--ohm-c-line);text-align:left;white-space:nowrap;padding:4px 8px}.ohm-chat-md th{background:#262626}.ohm-chat-typing{gap:4px;padding:2px 0;display:inline-flex}.ohm-chat-typing span{background:#888;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite both ohm-chat-blink}.ohm-chat-typing span:nth-child(2){animation-delay:.2s}.ohm-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes ohm-chat-blink{0%,80%,to{opacity:.3}40%{opacity:1}}.ohm-chat-suggestions{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.ohm-chat-chip{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:999px;padding:7px 13px;font-size:.82rem;font-weight:600;transition:background .12s,color .12s}.ohm-chat-chip:hover{color:var(--ohm-c-chrome);background:#fff}.ohm-chat-input{border-top:1px solid var(--ohm-c-line);background:var(--ohm-c-panel);align-items:flex-end;gap:8px;padding:10px;display:flex}.ohm-chat-input textarea{resize:none;border:1px solid var(--ohm-c-line);font:inherit;max-height:110px;color:var(--ohm-c-text);background:#262626;border-radius:12px;flex:1;padding:10px 12px;font-size:.92rem;line-height:1.4}.ohm-chat-input textarea::placeholder{color:#9a9a9a}.ohm-chat-input textarea:focus{border-color:#fff;outline:none}.ohm-chat-send{width:42px;height:42px;color:var(--ohm-c-chrome);cursor:pointer;background:#fff;border:none;border-radius:12px;flex:none;justify-content:center;align-items:center;transition:opacity .12s;display:flex}.ohm-chat-send:hover:not(:disabled){opacity:.85}.ohm-chat-send:disabled{color:#9a9a9a;cursor:default;background:#4a4a4a}@media (max-width:480px){.ohm-chat-panel{width:auto;height:min(70vh,520px);bottom:86px;left:12px;right:12px}.ohm-chat-launcher{bottom:16px;right:16px}}@media (prefers-reduced-motion:reduce){.ohm-chat-panel,.ohm-chat-launcher,.ohm-chat-typing span{transition:none;animation:none}}
