#website-chat { --wc-ink:#173d4b; --wc-blue:#086f98; font:16px/1.5 Arial,sans-serif; color:var(--wc-ink); }
#website-chat *, .chat-desk * { box-sizing:border-box; }
#website-chat [hidden], .chat-desk [hidden] { display:none!important; }
#website-chat button, #website-chat input, #website-chat textarea { font:inherit; }
#website-chat button { cursor:pointer; }
#website-chat .wc-launch { position:fixed; z-index:81; right:18px; bottom:calc(14px + var(--analytics-notice-height,0px) + var(--privacy-action-height,0px)); display:flex; gap:9px; align-items:center; border:1px solid #bfd6de; border-radius:30px; padding:10px 18px; min-height:44px; background:#fff; color:var(--wc-ink); font-weight:600; box-shadow:0 3px 16px #14364226; }
#website-chat dialog { color:var(--wc-ink); background:#fff; border:1px solid #d5e3e7; border-radius:20px; padding:0; width:min(400px,calc(100vw - 24px)); max-width:100%; max-height:calc(100dvh - 32px); position:fixed; inset:auto 16px 16px auto; margin:0; box-shadow:0 16px 60px #14364240; overflow:auto; }
#website-chat dialog::backdrop { background:#12364326; }
#website-chat .wc-header { display:flex; align-items:center; justify-content:space-between; padding:18px 22px; border-bottom:1px solid #dce8eb; background:#eff7f9; }
#website-chat .wc-eyebrow { text-transform:uppercase; letter-spacing:.12em; font-size:11px; font-weight:700; }
#website-chat h2 { margin:3px 0 0; color:var(--wc-ink); font:500 28px/1.2 Georgia,serif; }
#website-chat .wc-close { display:grid; place-items:center; border:0; border-radius:50%; background:#fff; color:var(--wc-ink); width:44px; height:44px; font-size:28px; padding:0; flex:none; }
#website-chat .wc-content { padding:18px 22px; }
#website-chat p { font:inherit; margin:0 0 16px; color:inherit; }
#website-chat .wc-status { font-size:14px; padding:10px 12px; border-radius:10px; background:#edf5f7; }
#website-chat .wc-error { color:#8c231e; background:#fff0ee; padding:10px; border-radius:8px; }
#website-chat label { display:block; color:var(--wc-ink); font-size:14px; font-weight:600; margin:0 0 12px; }
#website-chat input:not([type=checkbox]), #website-chat textarea { display:block; border:1px solid #a6c2cd; border-radius:8px; width:100%; max-width:100%; min-width:0; background:#fff; color:#173d4b; padding:10px 12px; margin:5px 0 0; font-size:16px; line-height:1.4; box-shadow:none; }
#website-chat textarea { resize:vertical; min-height:90px; }
#website-chat .wc-primary { background:var(--wc-blue); color:#fff; border:0; border-radius:24px; min-height:46px; padding:10px 20px; width:100%; font-weight:600; }
#website-chat button:disabled { opacity:.65; cursor:wait; }
#website-chat :focus-visible { outline:3px solid #0a82b4; outline-offset:3px; }
#website-chat .wc-consent { display:flex; gap:10px; font-weight:400; line-height:1.45; }
#website-chat .wc-consent input { flex:none; width:18px; height:18px; margin:2px 0; }
#website-chat .wc-privacy { font-size:12px; line-height:1.6; margin:12px 0 0; color:#47626d; }
#website-chat .wc-call { font-size:14px; margin:18px 0 0; }
#website-chat .wc-call a { color:#08658c; font-weight:700; }
#website-chat .wc-trap { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }
#website-chat .wc-messages { max-height:40dvh; overflow:auto; margin:0 0 14px; }
#website-chat .wc-message { max-width:94%; margin:0 0 12px; padding:11px 13px; border-radius:12px; background:#edf4f6; white-space:pre-wrap; overflow-wrap:anywhere; }
#website-chat .wc-message[data-sender=visitor] { margin-left:auto; background:#086f98; color:white; }
#website-chat .wc-message small { display:block; font-size:11px; margin-bottom:4px; opacity:.9; }
@media(max-width:480px) { #website-chat dialog { inset:auto 12px 12px; width:auto; max-height:calc(100dvh - 24px); } #website-chat .wc-launch { right:12px; padding:9px 15px; font-size:14px; } }
@media print { #website-chat { display:none!important; } }
