/* Waypoint public chat widget — visible fallback styling */
.waypoint-chat{position:fixed;right:18px;bottom:18px;z-index:2100;width:min(360px,calc(100vw - 36px));font-size:14px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.waypoint-chat-toggle{box-sizing:border-box;width:100%;padding:13px 16px;border:0;border-radius:999px;background:#0b1220;color:#fff;font:700 14px inherit;cursor:pointer;box-shadow:0 12px 30px rgba(11,18,32,.22)}
.waypoint-chat-toggle:hover{background:#1b2b45}
.waypoint-chat-panel[hidden]{display:none}
.waypoint-chat-panel{margin-bottom:10px;padding:16px;border:1px solid #e6ebf2;border-radius:18px;background:#fff;box-shadow:0 18px 48px rgba(11,18,32,.2);color:#0b1220}
.waypoint-chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px}
.waypoint-chat-close{width:32px;height:32px;border:1px solid #e6ebf2;border-radius:50%;background:#fff;color:#0b1220;font-size:22px;line-height:1;cursor:pointer}
.waypoint-chat-notice{margin:8px 0 12px;color:#5b667a;font-size:12px}
.waypoint-chat-transcript{display:grid;gap:8px;max-height:230px;overflow:auto;padding:2px 2px 8px}
.waypoint-chat-message{margin:0;padding:9px 11px;border-radius:12px;white-space:pre-wrap}
.waypoint-chat-message.assistant{background:#f4fbfa;color:#0b3b33}
.waypoint-chat-message.visitor{background:#eef2f7;color:#0b1220;justify-self:end;max-width:90%}
.waypoint-chat-message.pending{opacity:.65}
.waypoint-chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}
.waypoint-chat-form textarea{width:100%;resize:vertical;padding:9px;border:1px solid #e6ebf2;border-radius:10px;color:#0b1220;font:inherit;box-sizing:border-box}
.waypoint-chat-form textarea:focus,.waypoint-chat-close:focus,.waypoint-chat-toggle:focus{outline:3px solid rgba(0,191,166,.35);outline-offset:2px}
.waypoint-chat-form .btn{padding:10px 12px;border:0;border-radius:8px;background:#0f766e;color:#fff;font-weight:700;cursor:pointer}
.waypoint-chat-form button:disabled{cursor:wait;opacity:.65}
.waypoint-chat-next{display:block;margin-top:10px;color:#0f766e;font-size:13px;font-weight:800}
@media (max-width:520px){.waypoint-chat{right:12px;bottom:12px;width:calc(100vw - 24px)}}

/* AI footer strip */
.ai-footer-strip{background:#f0fdfa;border-top:1px solid #99f6e4;padding:14px 0}
.ai-footer-strip .container{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.ai-footer-strip p{margin:0;font-size:14px;color:#0f3d36}
.ai-footer-strip a{color:#0f766e;font-weight:700}
