#somm-chat[data-astro-cid-ryytxnzt]{--chat-bg: #0a0a0a;--chat-surface: #18181b;--chat-border: #27272a;--chat-text: #fafafa;--chat-muted: #a1a1aa;--chat-accent: #f59e0b;--chat-accent-hover: #fbbf24;--chat-user-bg: #1e3a5f;--chat-bot-bg: #1c1c1e;position:fixed;bottom:24px;right:24px;z-index:9999;font-family:Space Grotesk,system-ui,-apple-system,sans-serif}#chat-toggle[data-astro-cid-ryytxnzt]{width:60px;height:60px;border-radius:50%;background:var(--chat-accent);color:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #f59e0b4d;transition:transform .2s,box-shadow .2s}#chat-toggle[data-astro-cid-ryytxnzt]:hover{transform:scale(1.08);box-shadow:0 6px 28px #f59e0b66}#chat-panel[data-astro-cid-ryytxnzt]{position:absolute;bottom:76px;right:0;width:400px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 120px);background:var(--chat-bg);border:1px solid var(--chat-border);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 40px #00000080;transition:opacity .2s,transform .2s}#chat-panel[data-astro-cid-ryytxnzt].chat-hidden{opacity:0;transform:translateY(12px) scale(.96);pointer-events:none}#chat-header[data-astro-cid-ryytxnzt]{padding:16px;border-bottom:1px solid var(--chat-border);background:var(--chat-surface)}.chat-header-title[data-astro-cid-ryytxnzt]{display:flex;align-items:center;gap:10px;color:var(--chat-text)}.chat-avatar[data-astro-cid-ryytxnzt]{font-size:28px;line-height:1}.chat-subtitle[data-astro-cid-ryytxnzt]{display:block;font-size:12px;color:var(--chat-muted);margin-top:1px}#chat-messages[data-astro-cid-ryytxnzt]{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}#chat-messages[data-astro-cid-ryytxnzt]::-webkit-scrollbar{width:4px}#chat-messages[data-astro-cid-ryytxnzt]::-webkit-scrollbar-thumb{background:var(--chat-border);border-radius:2px}.chat-msg[data-astro-cid-ryytxnzt]{display:flex}.chat-msg[data-astro-cid-ryytxnzt].user{justify-content:flex-end}.chat-msg[data-astro-cid-ryytxnzt].assistant{justify-content:flex-start}.chat-bubble[data-astro-cid-ryytxnzt]{max-width:85%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.5;color:var(--chat-text);word-wrap:break-word}.chat-msg[data-astro-cid-ryytxnzt].user .chat-bubble[data-astro-cid-ryytxnzt]{background:var(--chat-user-bg);border-bottom-right-radius:4px}.chat-msg[data-astro-cid-ryytxnzt].assistant .chat-bubble[data-astro-cid-ryytxnzt]{background:var(--chat-bot-bg);border-bottom-left-radius:4px;border:1px solid var(--chat-border)}.wine-cards[data-astro-cid-ryytxnzt]{display:flex;flex-direction:column;gap:8px;margin-top:10px}.wine-card[data-astro-cid-ryytxnzt]{background:var(--chat-surface);border:1px solid var(--chat-border);border-radius:10px;padding:10px 12px;font-size:13px}.wine-card-name[data-astro-cid-ryytxnzt]{font-weight:600;color:var(--chat-accent);margin-bottom:2px}.wine-card-detail[data-astro-cid-ryytxnzt]{color:var(--chat-muted);font-size:12px;line-height:1.4}.wine-card-award[data-astro-cid-ryytxnzt]{color:#a78bfa;font-size:11px;margin-top:3px}.wine-card-links[data-astro-cid-ryytxnzt]{display:flex;gap:6px;margin-top:6px;flex-wrap:wrap}.wine-card-links[data-astro-cid-ryytxnzt] a[data-astro-cid-ryytxnzt]{font-size:11px;padding:3px 8px;background:var(--chat-accent);color:#000;border-radius:6px;text-decoration:none;font-weight:600;transition:background .15s}.wine-card-links[data-astro-cid-ryytxnzt] a[data-astro-cid-ryytxnzt]:hover{background:var(--chat-accent-hover)}#chat-suggestions[data-astro-cid-ryytxnzt]{padding:8px 16px;display:flex;gap:6px;flex-wrap:wrap}.chat-suggestion[data-astro-cid-ryytxnzt]{font-size:12px;padding:6px 10px;background:var(--chat-surface);border:1px solid var(--chat-border);border-radius:20px;color:var(--chat-text);cursor:pointer;transition:border-color .15s;font-family:inherit}.chat-suggestion[data-astro-cid-ryytxnzt]:hover{border-color:var(--chat-accent)}#chat-form[data-astro-cid-ryytxnzt]{display:flex;padding:12px;gap:8px;border-top:1px solid var(--chat-border);background:var(--chat-surface)}#chat-input[data-astro-cid-ryytxnzt]{flex:1;background:var(--chat-bg);border:1px solid var(--chat-border);border-radius:10px;padding:10px 14px;color:var(--chat-text);font-size:14px;font-family:inherit;outline:none;transition:border-color .15s}#chat-input[data-astro-cid-ryytxnzt]:focus{border-color:var(--chat-accent)}#chat-input[data-astro-cid-ryytxnzt]::placeholder{color:var(--chat-muted)}#chat-send[data-astro-cid-ryytxnzt]{width:40px;height:40px;border-radius:10px;background:var(--chat-accent);color:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}#chat-send[data-astro-cid-ryytxnzt]:hover{background:var(--chat-accent-hover)}#chat-send[data-astro-cid-ryytxnzt]:disabled{opacity:.5;cursor:not-allowed}.chat-loading[data-astro-cid-ryytxnzt]{display:flex;gap:4px;padding:8px 0}.chat-loading[data-astro-cid-ryytxnzt] span[data-astro-cid-ryytxnzt]{width:7px;height:7px;background:var(--chat-muted);border-radius:50%;animation:chatBounce 1.2s infinite}.chat-loading[data-astro-cid-ryytxnzt] span[data-astro-cid-ryytxnzt]:nth-child(2){animation-delay:.2s}.chat-loading[data-astro-cid-ryytxnzt] span[data-astro-cid-ryytxnzt]:nth-child(3){animation-delay:.4s}@keyframes chatBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}@media(max-width:480px){#somm-chat[data-astro-cid-ryytxnzt]{bottom:16px;right:16px}#chat-panel[data-astro-cid-ryytxnzt]{width:calc(100vw - 32px);height:calc(100vh - 100px);bottom:72px;right:-8px}#chat-toggle[data-astro-cid-ryytxnzt]{width:52px;height:52px}}
