.omsubi-chat{z-index:25;font-family:var(--font-sans);color:var(--ink);position:fixed;bottom:max(16px,2.5vw);right:max(16px,2.5vw)}.omsubi-chat__launcher{background:var(--paper);color:var(--ink);border:1px solid var(--line);letter-spacing:.06em;cursor:pointer;border-radius:3px;align-items:center;gap:22px;padding:14px 20px;font-size:12px;font-weight:600;transition:background .2s;display:inline-flex;box-shadow:0 14px 30px #0b294a1f}.omsubi-chat__launcher:hover{background:color-mix(in srgb, var(--brand-technology-cyan) 8%, #fff)}.omsubi-chat__launcher>span{font-size:16px}.omsubi-chat__panel{width:min(380px,100vw - 32px);height:min(560px,100vh - 110px);color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:3px;flex-direction:column;display:flex;position:fixed;bottom:calc(max(16px,2.5vw) + 60px);right:max(16px,2.5vw);overflow:hidden;box-shadow:0 24px 60px #0b294a2e}.omsubi-chat__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px 16px;display:flex}.omsubi-chat__eyebrow{letter-spacing:.18em;width:fit-content;margin:0 0 8px;font-size:9px;font-weight:600}.omsubi-chat__title{font-family:var(--font-serif);letter-spacing:.06em;margin:0;font-size:18px;font-weight:500;line-height:1.5}.omsubi-chat__note{color:var(--muted);letter-spacing:.02em;margin:8px 0 0;font-size:11px;line-height:1.8}.omsubi-chat__hide{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:2px;flex-shrink:0;font-size:22px;line-height:1}.omsubi-chat__hide:hover{color:var(--ink);background:#f4f4f1}.omsubi-chat__log{overscroll-behavior:contain;letter-spacing:.02em;flex-direction:column;flex:1;gap:12px;padding:18px 20px;font-size:13px;line-height:1.9;display:flex;overflow-y:auto}.omsubi-chat__bubble{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:3px;max-width:86%;margin:0;padding:10px 14px}.omsubi-chat__bubble--agent{color:var(--ink);background:#f4f4f1;align-self:flex-start}.omsubi-chat__bubble--human{background:var(--ink);color:var(--paper);align-self:flex-end}.omsubi-chat__bubble--pending{opacity:.6}.omsubi-chat__typing{background:#f4f4f1;border-radius:3px;align-self:flex-start;gap:5px;margin:0;padding:12px 14px;display:inline-flex}.omsubi-chat__typing>span{background:#9aa5a3;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite omsubi-chat-dot}.omsubi-chat__typing>span:nth-child(2){animation-delay:.2s}.omsubi-chat__typing>span:nth-child(3){animation-delay:.4s}@keyframes omsubi-chat-dot{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.omsubi-chat__notice{background:color-mix(in srgb, var(--brand-technology-cyan) 6%, #fff);color:#5e6b70;border-radius:3px;margin:0;padding:12px 14px;font-size:12px;line-height:1.9}.omsubi-chat__notice a{color:var(--ink);border-bottom:1px solid #b9c2bb;padding-bottom:2px}.omsubi-chat__notice a:hover{color:var(--brand-technology-indigo);border-color:var(--brand-technology-indigo)}.omsubi-chat__launcher>span,.omsubi-chat__eyebrow,.omsubi-chat__notice a>span{color:var(--brand-emotion-orange);background:var(--brand-gradient-emotion);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.omsubi-chat__error{color:var(--ink);border-top:1px solid var(--brand-technology-indigo);margin:0;padding:10px 20px;font-size:12px;line-height:1.8}.omsubi-chat__composer{border-top:1px solid var(--line);background:#fff;align-items:flex-end;gap:10px;padding:12px 14px;display:flex}.omsubi-chat__input{min-height:44px;max-height:140px;color:var(--ink);border:1px solid var(--line);font:inherit;resize:none;background:#fff;border-radius:2px;flex:1;margin:0;padding:10px 12px;font-size:13px;line-height:1.7}.omsubi-chat__input:disabled{color:var(--muted);background:#f7f6f2}.omsubi-chat__input:focus-visible{outline:2px solid var(--brand-technology-blue);outline-offset:3px}.omsubi-chat__send{background:var(--ink);height:44px;color:var(--paper);letter-spacing:.06em;cursor:pointer;border:0;border-radius:2px;padding:0 18px;font-size:12px;font-weight:600;transition:background .2s}.omsubi-chat__send:hover{background:#2a4657}.omsubi-chat__send:disabled{cursor:default;opacity:.45}.omsubi-chat__foot{justify-content:flex-end;gap:24px;padding:8px 20px 12px;display:flex}.omsubi-chat__text-button{color:var(--muted);letter-spacing:.06em;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0000;padding:4px 0;font-size:11px}.omsubi-chat__text-button:hover{color:var(--ink);border-bottom-color:currentColor}.omsubi-chat__notice .omsubi-chat__text-button{color:var(--ink);border-bottom-color:#b9c2bb;display:inline}@media (max-width:640px){.omsubi-chat{bottom:16px;right:16px}.omsubi-chat__launcher{gap:16px;padding:12px 16px;font-size:11px}.omsubi-chat__panel{border-bottom:0;border-radius:12px 12px 0 0;width:100vw;height:min(78vh,600px);bottom:0;left:0;right:0}.omsubi-chat__launcher[aria-expanded=true]{display:none}.omsubi-chat__input{font-size:16px}}@media (prefers-reduced-motion:reduce){.omsubi-chat__typing>span{opacity:.7;animation:none}}
