.emma-widget{--emma-gold:#d7ad4a;--emma-navy:#111722;--emma-surface:#1b2230;--emma-muted:#9ba4b4;position:fixed;right:24px;bottom:24px;z-index:9999;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.emma-widget *{box-sizing:border-box}.emma-chat-launcher{width:76px;height:76px;padding:3px;border:2px solid var(--emma-gold);border-radius:50%;background:var(--emma-navy);box-shadow:0 14px 42px #0509105c;cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.emma-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 18px 48px #05091075}.emma-chat-launcher img{display:block;width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.emma-chat-shell{position:absolute;right:0;bottom:92px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(472px,calc(100vw - 32px));height:min(760px,calc(100vh - 112px));overflow:hidden;border:1px solid rgba(215,173,74,.48);border-radius:22px;background:var(--emma-navy);box-shadow:0 26px 80px #0308127a;color:#f7f4ec;transform-origin:bottom right}.emma-chat-shell[hidden]{display:none}.emma-chat-header{display:flex;align-items:center;gap:12px;padding:15px 16px;border-bottom:1px solid rgba(215,173,74,.38);background:linear-gradient(135deg,#111722,#171f2c)}.emma-chat-avatar{width:46px;height:46px;border:2px solid var(--emma-gold);border-radius:50%;-o-object-fit:cover;object-fit:cover}.emma-chat-identity{min-width:0;flex:1}.emma-chat-identity strong{display:block;font-family:Georgia,serif;font-size:18px;color:#fff}.emma-chat-identity span{display:block;margin-top:2px;font-size:12px;color:#c8ced8}.emma-chat-status{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:11px;color:#dbc37d}.emma-chat-status i{width:7px;height:7px;border-radius:50%;background:#49c77b;box-shadow:0 0 0 3px #49c77b21}.emma-chat-controls{display:flex;gap:7px}.emma-chat-controls button{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(215,173,74,.58);border-radius:50%;background:#202a39;color:#fff;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 2px 8px #0000003d}.emma-chat-controls button:hover,.emma-chat-controls button:focus-visible{border-color:#f0cf72;background:var(--emma-gold);color:#111722;outline:0}.emma-chat-messages{overflow-y:auto;padding:18px 16px 10px;scroll-behavior:smooth}.emma-chat-messages::-webkit-scrollbar{width:7px}.emma-chat-messages::-webkit-scrollbar-thumb{border-radius:8px;background:#505866}.emma-message{max-width:88%;margin:0 0 12px;padding:12px 14px;border-radius:16px;white-space:pre-line;font-size:14px;line-height:1.52;box-shadow:0 5px 18px #0000001f}.emma-message a{color:#f3dfaa;text-decoration:underline;font-weight:700}.emma-message.assistant{border-bottom-left-radius:5px;background:#252d3a;color:#f3f4f6}.emma-message.user{margin-left:auto;border-bottom-right-radius:5px;background:linear-gradient(135deg,#e4ba51,#c7952c);color:#15191f}.emma-message.system{max-width:100%;padding:8px 10px;border:1px solid rgba(215,173,74,.25);background:#d7ad4a14;color:#e7d395;text-align:center;font-size:12px}.emma-typing{display:inline-flex;gap:5px}.emma-typing i{width:6px;height:6px;border-radius:50%;background:#bbc2cc;animation:emma-pulse 1.2s infinite}.emma-typing i:nth-child(2){animation-delay:.15s}.emma-typing i:nth-child(3){animation-delay:.3s}@keyframes emma-pulse{0%,80%,to{opacity:.35;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.emma-quick-replies{display:grid;grid-template-columns:1fr;gap:6px;max-height:220px;overflow-y:auto;margin:0 0 10px;padding:0 2px 2px}.emma-quick-replies:empty{display:none}.emma-quick-replies button{width:100%;min-height:36px;padding:7px 12px;border:1px solid rgba(215,173,74,.54);border-radius:9px;background:#d7ad4a14;color:#f3dfaa;text-align:left;font-size:12px;line-height:1.2;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.emma-quick-replies button:hover,.emma-quick-replies button:focus-visible{border-color:var(--emma-gold);background:var(--emma-gold);color:#131923}.emma-chat-composer{padding:10px 14px 14px;border-top:1px solid rgba(255,255,255,.09);background:#121925}.emma-chat-form{display:flex;align-items:center;gap:8px}.emma-chat-form input{min-width:0;flex:1;height:44px;padding:0 14px;border:1px solid #3a4351;border-radius:999px;outline:0;background:#202733;color:#fff;font-size:14px}.emma-chat-form input:focus{border-color:var(--emma-gold);box-shadow:0 0 0 3px #d7ad4a1f}.emma-chat-form input::-moz-placeholder{color:#929baa}.emma-chat-form input::placeholder{color:#929baa}.emma-chat-form button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border:0;border-radius:50%;background:var(--emma-gold);color:#111722;font-size:20px;cursor:pointer}.emma-chat-form button:disabled,.emma-chat-form input:disabled{opacity:.55}.emma-chat-privacy{margin:8px 8px 0;color:#7f8998;text-align:center;font-size:10px;line-height:1.35}@media(max-width:640px){.emma-widget{right:12px;bottom:12px}.emma-chat-launcher{width:64px;height:64px}.emma-chat-shell{position:fixed;inset:10px 8px 82px;width:auto;height:auto;border-radius:18px;transform-origin:bottom center}.emma-message{max-width:92%;font-size:14px}.emma-quick-replies{max-height:190px}.emma-quick-replies button{min-height:34px;font-size:12px}}@media(prefers-reduced-motion:reduce){.emma-chat-launcher,.emma-chat-messages{transition:none;scroll-behavior:auto}.emma-typing i{animation:none}}
