.website-chat{z-index:60;color:#f7f2df;font-family:Instrument Sans,sans-serif;position:fixed;bottom:24px;right:24px}.website-chat :is(p,span,button,input,small,strong){font-family:Instrument Sans,sans-serif}.website-chat button{cursor:pointer;border-radius:6px;min-height:44px}.website-chat button:disabled{opacity:.5;cursor:not-allowed}.website-chat :is(input,button):focus-visible{outline-offset:3px;outline:2px solid #dffc04}.website-chat-launcher{color:#17190e;background:#dffc04;border:1px solid #a9bd24;justify-content:center;align-items:center;gap:10px;margin-left:auto;padding:14px 18px;font-size:13px;font-weight:600;display:flex;box-shadow:0 5px 25px #0003}.website-chat-panel{background:#1d2116;border:1px solid #576538;border-radius:8px;flex-direction:column;width:360px;max-height:calc(100dvh - 125px);margin-bottom:12px;display:flex;overflow:hidden;box-shadow:0 15px 60px #0006}.website-chat-panel header{border-bottom:1px solid #424e2e;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.website-chat-panel header strong{font-size:15px}.website-chat-panel header small{color:#bdc9a6;margin-top:4px;font-size:10px;display:block}.website-chat-panel header button{place-items:center;width:44px;display:grid}.website-chat-messages{flex:1;min-height:160px;max-height:320px;padding:18px;overflow-y:auto}.website-chat-welcome{margin:0 0 20px;font-size:21px;line-height:1.4}.website-chat-welcome small{color:#c1ccae;margin-top:9px;font-size:12px;display:inline-block}.website-chat-message{overflow-wrap:anywhere;background:#343f26;border:1px solid #4a5836;border-radius:6px;margin:10px 20px 10px 0;padding:12px}.website-chat-message.visitor{background:#424e28;margin:10px 0 10px 20px}.website-chat-message small{color:#d4e0bc;font-size:10px}.website-chat-message p{margin-top:5px;font-size:12px;line-height:1.65}.website-chat-status{color:#d8ef9d;margin:12px 0;font-size:11px}.website-chat-questions{gap:7px;padding:0 16px 12px;display:flex}.website-chat-questions button{color:#d9e6c2;border:1px solid #637540;padding:7px 10px;font-size:11px}.website-chat-panel form{border-top:1px solid #465430;gap:9px;padding:12px 16px;display:flex}.website-chat-input{flex:1;min-width:0}.website-chat-input>span{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.website-chat-input input{color:#f7f2df;background:#14190e;border:1px solid #586c3a;border-radius:5px;width:100%;min-width:0;height:44px;padding:10px;font-size:12px}.website-chat-panel form>button{color:#1c220c;background:#dffc04;place-items:center;width:44px;display:grid}.website-chat-panel footer{justify-content:space-between;align-items:center;gap:10px;padding:0 16px 12px;display:flex}.website-chat-panel footer button{color:#dffc04;font-size:11px}.website-chat-panel footer span{color:#b6c2a2;font-size:9px}@media (max-width:480px){.website-chat{bottom:14px;right:12px}.website-chat-panel{width:calc(100vw - 24px)}.website-chat-launcher{padding:12px}}@media (prefers-reduced-motion:no-preference){.website-chat-panel{animation:.2s ease-out chat-enter}@keyframes chat-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}
