.chat-widget{position:fixed;bottom:24px;right:24px;z-index:1000}.chat-toggle{display:inline-flex;align-items:center;gap:10px;padding:14px 20px;border-radius:999px;background:linear-gradient(135deg,var(--accent, #B4762E) 0%,#d18b3a 100%);color:#fff;border:none;font-family:var(--font-display);font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 10px 28px #b4762e59,0 2px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.chat-toggle:hover{transform:translateY(-2px);box-shadow:0 14px 32px #b4762e73,0 4px 10px #0000001f}.chat-toggle svg{flex-shrink:0}.chat-panel{position:fixed;bottom:24px;right:24px;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 48px);background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040,0 4px 16px #0000001a;display:flex;flex-direction:column;overflow:hidden;animation:chatSlideUp .25s ease-out}.chat-panel.chat-panel--closed{display:none!important}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background:linear-gradient(135deg,#1a1a1f,#2a2a30);color:#fff;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.chat-header-title{display:flex;align-items:center;gap:10px;min-width:0}.chat-ai-dot{width:10px;height:10px;border-radius:50%;background:#4ade80;box-shadow:0 0 #4ade80b3;animation:chatPulse 2s cubic-bezier(.66,0,.34,1) infinite;flex-shrink:0}@keyframes chatPulse{0%{box-shadow:0 0 #4ade80b3}70%{box-shadow:0 0 0 8px #4ade8000}to{box-shadow:0 0 #4ade8000}}.chat-header-name{font-family:var(--font-display);font-size:14px;font-weight:700;line-height:1.2}.chat-header-sub{font-size:11px;opacity:.7;margin-top:2px}.chat-close{background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:8px;transition:background .15s;min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:rgba(255,255,255,.2);flex-shrink:0}.chat-close:hover,.chat-close:active{background:#ffffff26}.chat-disclaimer{font-size:10.5px;color:var(--text-muted, #6B6B72);padding:8px 18px;background:#f8f8f5;border-bottom:1px solid #ececea;line-height:1.4;font-style:italic}.chat-messages{flex:1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:8px;background:#fff}.chat-msg{display:flex;max-width:100%;gap:8px;align-items:flex-end}.chat-msg--user{justify-content:flex-end}.chat-bubble{max-width:100%;padding:7px 11px;border-radius:13px;font-size:12.5px;line-height:1.4;word-wrap:break-word;overflow-wrap:anywhere}.chat-msg--assistant .chat-bubble{background:#f1f1ee;color:#1a1a1f;border-bottom-left-radius:5px}.chat-msg--user .chat-bubble{background:var(--accent, #B4762E);color:#fff;border-bottom-right-radius:5px}.chat-avatar{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:2px}.chat-avatar--ai{background:linear-gradient(135deg,var(--accent, #B4762E) 0%,#d18b3a 100%);color:#fff}.chat-avatar--user{background:#e6e6e3;color:#6b6b72}.chat-debug-badge{font-size:10.5px;padding:4px 9px;border-radius:8px;font-family:var(--font-mono, monospace);word-break:break-all;line-height:1.4}.chat-debug-badge--found{background:#4ade8026;color:#2c7a3e;border:1px solid rgba(74,222,128,.3)}.chat-debug-badge--empty{background:#ffc86426;color:#8a5a00;border:1px solid rgba(255,200,100,.3)}.chat-bubble .chat-link{color:var(--accent, #B4762E);text-decoration:underline;text-underline-offset:2px;font-weight:500}.chat-bubble .chat-link:hover{color:#9a6826}.chat-msg--user .chat-bubble .chat-link{color:#fff;text-decoration:underline}.chat-typing{display:flex;gap:4px;padding:12px 14px}.chat-typing span{width:7px;height:7px;border-radius:50%;background:#999;animation:chatTypingDot 1.2s infinite}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes chatTypingDot{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.chat-suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px 10px}.chat-chip{font-size:12px;padding:6px 11px;background:transparent;border:1px solid #ddd;border-radius:999px;color:#1a1a1f;cursor:pointer;transition:all .15s;font-family:var(--font-body)}.chat-chip:hover{background:var(--accent, #B4762E);color:#fff;border-color:var(--accent, #B4762E)}.chat-input-row{display:flex;gap:8px;padding:12px 14px;background:#fff;border-top:1px solid #ececea}.chat-input{flex:1;padding:10px 14px;border:1px solid #ddd;border-radius:999px;font-size:14px;outline:none;font-family:var(--font-body);transition:border-color .15s}.chat-input:focus{border-color:var(--accent, #B4762E)}.chat-send{width:38px;height:38px;border-radius:50%;background:var(--accent, #B4762E);color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,transform .15s}.chat-send:hover:not(:disabled){background:#9a6826;transform:scale(1.05)}.chat-send:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.chat-widget{bottom:calc(72px + env(safe-area-inset-bottom));right:14px}.chat-toggle{padding:14px;font-size:0;width:54px;height:54px;justify-content:center;border-radius:50%;box-shadow:0 8px 24px #b4762e73,0 3px 10px #0000002e}.chat-toggle span{display:none}.chat-toggle svg{width:26px;height:26px}.chat-panel{width:calc(100vw - 20px);max-width:100%;height:calc(100vh - 92px - env(safe-area-inset-bottom));max-height:calc(100vh - 92px - env(safe-area-inset-bottom));bottom:calc(82px + env(safe-area-inset-bottom));right:10px;border-radius:16px;animation:chatSlideIn .28s cubic-bezier(.22,1,.36,1)}}@keyframes chatSlideIn{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}
