.barte-chat-backdrop{-webkit-backdrop-filter:blur(4px);z-index:100;background:#2c24208c;justify-content:center;align-items:center;animation:.15s ease-out barte-chat-fade-in;display:flex;position:fixed;inset:0}@keyframes barte-chat-fade-in{0%{opacity:0}to{opacity:1}}.barte-chat-overlay{--c-bg:#faf7f2;--c-bg-deep:#f1ece2;--c-surface:#fff;--c-border:#e8e2d8;--c-border-soft:#f0ebe3;--c-wine:#6b2d3e;--c-wine-deep:#4f1f2d;--c-gold:#8b6d3f;--c-text:#2c2420;--c-text-2:#5a4f45;--c-text-muted:#8b8073;background:var(--c-bg);width:100%;max-width:560px;height:100%;max-height:720px;color:var(--c-text);border-radius:16px;flex-direction:column;margin:24px;animation:.2s cubic-bezier(.2,.7,.3,1) barte-chat-slide-up;display:flex;overflow:hidden;box-shadow:0 20px 60px #2c242059}@keyframes barte-chat-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.barte-chat-header{border-bottom:1px solid var(--c-border-soft);background:var(--c-surface);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.barte-chat-id{align-items:center;gap:12px;display:flex}.barte-chat-avatar{background:0 0;border-radius:8px;width:40px;height:40px}.barte-chat-keymark{width:44px;height:19px;color:var(--c-gold);flex-shrink:0}.barte-chat-name{font-family:var(--font-display);color:var(--c-text);letter-spacing:.005em;font-size:18px;font-weight:600;line-height:1.1}.barte-chat-sub{letter-spacing:.1em;color:var(--c-text-muted);text-transform:uppercase;margin-top:2px;font-size:11px}.barte-chat-close{color:var(--c-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 12px;font-size:28px;line-height:1;transition:background .15s,color .15s}.barte-chat-close:hover{background:var(--c-bg-deep);color:var(--c-wine)}.barte-chat-header-actions{align-items:center;gap:4px;display:flex}.barte-chat-restart{letter-spacing:.08em;text-transform:uppercase;color:var(--c-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;padding:6px 8px;font-family:inherit;font-size:11px;display:none}.barte-chat-restart:hover{color:var(--c-wine)}.barte-chat-listwrap{flex-direction:column;flex:1 1 0;min-height:0;display:flex;position:relative}.barte-chat-messages{background-color:var(--c-bg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1 1 0;min-height:0;padding:20px;display:flex;position:relative;overflow-y:auto}.barte-chat-block{flex-direction:column;display:flex}.barte-chat-msg{flex-direction:column;max-width:78%;margin-top:3px;animation:.18s cubic-bezier(.2,.7,.3,1) barte-msg-in;display:flex}.bc-run-first,.bc-run-single{margin-top:12px}.barte-chat-block:first-child .barte-chat-msg{margin-top:0}.barte-chat-msg-user{transform-origin:100% 100%;align-self:flex-end;align-items:flex-end;animation-name:barte-msg-in-user}.barte-chat-msg-assistant{align-self:flex-start;align-items:flex-start}@keyframes barte-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes barte-msg-in-user{0%{opacity:0;transform:translateY(6px)scale(.92)}to{opacity:1;transform:none}}.barte-chat-bubble{white-space:pre-wrap;word-wrap:break-word;border-radius:16px;padding:11px 16px;font-size:15px;font-weight:300;line-height:1.5}.barte-chat-msg-user .barte-chat-bubble{background:var(--c-wine);color:#fff}.barte-chat-msg-assistant .barte-chat-bubble{background:var(--c-surface);color:var(--c-text);border:1px solid var(--c-border-soft)}.barte-chat-msg-user.bc-run-first .barte-chat-bubble{border-bottom-right-radius:6px}.barte-chat-msg-user.bc-run-middle .barte-chat-bubble{border-top-right-radius:6px;border-bottom-right-radius:6px}.barte-chat-msg-user.bc-run-last .barte-chat-bubble{border-top-right-radius:6px;border-bottom-right-radius:4px}.barte-chat-msg-user.bc-run-single .barte-chat-bubble{border-bottom-right-radius:4px}.barte-chat-msg-assistant.bc-run-first .barte-chat-bubble{border-bottom-left-radius:6px}.barte-chat-msg-assistant.bc-run-middle .barte-chat-bubble{border-top-left-radius:6px;border-bottom-left-radius:6px}.barte-chat-msg-assistant.bc-run-last .barte-chat-bubble{border-top-left-radius:6px;border-bottom-left-radius:4px}.barte-chat-msg-assistant.bc-run-single .barte-chat-bubble{border-bottom-left-radius:4px}.barte-chat-meta{float:right;opacity:.55;-webkit-user-select:none;user-select:none;margin:8px -6px -2px 10px;font-size:10.5px;line-height:1}.barte-chat-msg-user .barte-chat-meta{color:#f3e6d8}.barte-chat-msg-assistant .barte-chat-meta{color:var(--c-text-muted)}.barte-chat-hero{-webkit-user-select:none;user-select:none;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:14px;min-height:140px;animation:.4s ease-out barte-msg-in;display:flex}.barte-chat-hero-seal{filter:drop-shadow(0 3px 8px #2c1a1447);width:96px;height:96px}.barte-chat-hero-name{letter-spacing:.2em;text-transform:uppercase;color:var(--c-wine-deep);opacity:.85;font-family:Cormorant Garamond,Georgia,serif;font-size:34px;font-weight:600}.barte-chat-hero-rule{background:var(--c-gold);opacity:.45;width:56px;height:1px}.barte-chat-hero-line{color:var(--c-text-muted);letter-spacing:.02em;font-family:Cormorant Garamond,Georgia,serif;font-size:16px;font-style:italic}.barte-chat-date{justify-content:center;margin:16px 0 4px;display:flex}.barte-chat-date span{letter-spacing:.06em;color:var(--c-text-muted);background:var(--c-bg-deep);border:1px solid var(--c-border-soft);-webkit-user-select:none;user-select:none;border-radius:999px;padding:4px 12px;font-size:11px}.bc-failed{cursor:pointer}.bc-failed .barte-chat-bubble{opacity:.55}.barte-chat-failnote{color:#b0433c;margin:3px 6px 0;font-size:11px}.barte-chat-jump{border:1px solid var(--c-border);background:var(--c-surface);width:40px;height:40px;color:var(--c-wine);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:18px;animation:.15s ease-out barte-msg-in;display:flex;position:absolute;bottom:14px;right:16px;box-shadow:0 4px 14px #2c24202e}.barte-chat-jump:active{transform:scale(.94)}.barte-chat-jump-badge{background:var(--c-wine);color:#fff;text-align:center;border-radius:9px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;line-height:18px;position:absolute;top:-5px;right:-5px}.barte-chat-typing{align-items:center;gap:4px;min-width:56px;padding:14px 18px;display:inline-flex}.barte-chat-wait{color:var(--c-text-muted);background:linear-gradient(90deg, var(--c-text-muted) 30%, var(--c-gold) 50%, var(--c-text-muted) 70%);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;margin-left:8px;font-size:13px;font-style:normal;animation:1.8s linear infinite barte-wait-shimmer}@keyframes barte-wait-shimmer{0%{background-position:180% 0}to{background-position:-20% 0}}.barte-chat-typing span{background:var(--c-text-muted);opacity:.4;border-radius:50%;width:8px;height:8px;animation:1.2s infinite barte-chat-typing-bounce;display:block}.barte-chat-typing span:nth-child(2){animation-delay:.15s}.barte-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes barte-chat-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.barte-chat-upgrade{background:var(--c-bg-deep);border:1px solid var(--c-border);color:var(--c-text-2);border-radius:10px;flex-direction:column;gap:8px;margin:0 16px 12px;padding:12px 14px;font-size:13px;line-height:1.4;display:flex}.barte-chat-upgrade-cta{color:var(--c-wine);letter-spacing:.04em;font-size:13px;font-weight:500;text-decoration:none}.barte-chat-upgrade-cta:hover{color:var(--c-wine-deep);text-decoration:underline}.barte-chat-error{border:1px solid var(--c-wine);color:var(--c-wine);background:#6b2d3e14;border-radius:8px;margin:0 16px 8px;padding:10px 14px;font-size:13px}.barte-chat-chips{flex-wrap:wrap;gap:8px;padding:0 16px 10px;display:flex}.barte-chat-chip{color:var(--c-wine);background:var(--c-surface);border:1px solid var(--c-border);cursor:pointer;touch-action:manipulation;border-radius:999px;padding:8px 14px;font-family:inherit;font-size:13px;transition:background .12s,border-color .12s}.barte-chat-chip:hover{border-color:var(--c-wine)}.barte-chat-chip:active{background:var(--c-bg-deep);transform:scale(.97)}.barte-chat-input-row{border-top:1px solid var(--c-border-soft);background:var(--c-surface);align-items:flex-end;gap:10px;padding:14px 16px;display:flex;position:relative}.barte-chat-input{border:1px solid var(--c-border);color:var(--c-text);background:var(--c-bg);resize:none;scrollbar-width:none;white-space:normal;text-overflow:ellipsis;border-radius:22px;outline:none;flex:1;max-height:132px;padding:12px 18px;font-family:inherit;font-size:15px;line-height:1.4;transition:border-color .15s;overflow-y:auto}.barte-chat-input::-webkit-scrollbar{display:none}.barte-chat-input:placeholder-shown{overflow:hidden}.barte-chat-input::placeholder{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.barte-chat-count{color:var(--c-text-muted);background:var(--c-surface);border-radius:6px;padding:0 6px;font-size:11px;position:absolute;top:-8px;right:74px}.barte-chat-input:focus{border-color:var(--c-wine);background:var(--c-surface);caret-color:var(--c-wine);font-weight:400}.barte-chat-input:disabled{opacity:.6;cursor:not-allowed}.barte-chat-send{background:var(--c-wine);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:500;transition:background .15s,transform .1s;display:flex}.barte-chat-send:hover:not(:disabled){background:var(--c-wine-deep);transform:translateY(-1px)}.barte-chat-send:active:not(:disabled){transform:scale(.92)}.barte-chat-send:disabled{background:var(--c-border);cursor:not-allowed;color:var(--c-text-muted)}.barte-chat-overlay *{-webkit-tap-highlight-color:transparent}.barte-chat-header,.barte-chat-send,.barte-chat-restart,.barte-chat-close,.barte-chat-foot,.barte-chat-jump,.barte-chat-chip,.barte-chat-typing{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.barte-chat-send,.barte-chat-restart,.barte-chat-close,.barte-chat-foot-btn{touch-action:manipulation}.barte-chat-restart.confirming{color:var(--c-wine);font-weight:600}.barte-chat-foot{background:var(--c-surface);border-top:1px solid var(--c-border-soft);justify-content:space-between;align-items:center;padding:10px 20px 14px;display:flex}.barte-chat-foot-btn{color:var(--c-text-muted);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 8px;font-family:inherit;font-size:11px;font-weight:500;text-decoration:none;transition:color .15s}.barte-chat-foot-btn:hover{color:var(--c-wine)}@media (width<=640px){.barte-chat-backdrop{height:var(--barte-vvh,100dvh);top:var(--barte-vvtop,0);justify-content:stretch;align-items:stretch;bottom:auto}.barte-chat-overlay{border-radius:0;max-width:none;height:100%;max-height:none;margin:0}.barte-chat-header{padding:12px 16px;padding-top:calc(14px + env(safe-area-inset-top))}.barte-chat-avatar{width:36px;height:36px}.barte-chat-name{font-size:16px}.barte-chat-sub{font-size:10px}.barte-chat-messages{padding:16px}.barte-chat-bubble{padding:10px 14px;font-size:14px}.barte-chat-input-row{padding:12px 14px;padding-bottom:calc(14px + env(safe-area-inset-bottom))}.barte-chat-input{padding:11px 16px;font-size:16px}.barte-chat-send{width:40px;height:40px}.barte-chat-foot{display:none}.barte-chat-restart{display:inline-block}}.barte-chat-name-mark{letter-spacing:.14em;text-transform:uppercase;color:var(--c-wine-deep);font-family:Cormorant Garamond,Georgia,serif;font-size:21px;font-weight:600;line-height:1}.barte-chat-name-mark:after{content:"";background:var(--c-gold);width:34px;height:2px;margin-top:5px;display:block}
