.chat-shell{--color-obsidian:#191919;--color-mist:#e4eef0;--color-rose:#c17b93;--color-rose-deep:#b06a82;--color-gold:#d29902;--color-gold-deep:#c08c00;--color-lime:#cef17b;--color-lime-deep:#a8c757;--gradient-primary:linear-gradient(90deg, #c17b93 0%, #d29902 100%);--gradient-send:linear-gradient(135deg, #e6b53d 0%, #c08c00 100%);--font-primary:var(--font-serotiva);--font-display:var(--font-serotiva), "Space Mono", "Courier New", monospace;--radius-card:24px;--radius-pill:9999px;--radius-input:9999px;--shadow-sidebar:0 4px 24px #1919190a;--shadow-modal:0 24px 64px #19191959;--shadow-input:0 8px 28px #19191914;--bg-page:#f5f8f9;--bg-sidebar:#fff;--bg-card:#fff;--text-primary:#191919;--text-secondary:#6b7378;--text-muted:#9ba8ab;--border-subtle:#1919190f;--sidebar-width:280px;min-height:100dvh;font-family:var(--font-primary);color:var(--text-primary);background:var(--bg-page);display:flex}.chat-sidebar{z-index:30;width:var(--sidebar-width);background:var(--bg-sidebar);border-right:1px solid var(--border-subtle);height:100dvh;box-shadow:var(--shadow-sidebar);flex-direction:column;padding:1.75rem 1.25rem 1.5rem;display:flex;position:fixed;top:0;left:0}.chat-sidebar__backdrop{display:none}.chat-sidebar__close{border-radius:var(--radius-pill);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s,color .15s;display:none;position:absolute;top:1rem;right:1rem}.chat-sidebar__close:hover{color:var(--text-primary);background:#1919190f}.chat-sidebar__close-icon{width:20px;height:20px}.chat-sidebar__brand{margin-bottom:1.5rem;padding:0 .5rem}.chat-sidebar__brand-title{margin:0;line-height:0}.chat-sidebar__brand-subtitle{color:var(--text-muted);letter-spacing:.02em;text-align:center;margin:.25rem 0 0;font-size:.6875rem}.chat-sidebar__nav{scrollbar-width:thin;scrollbar-color:transparent transparent;flex-direction:column;flex:1;gap:.125rem;display:flex;overflow-y:auto}.chat-sidebar__nav:hover,.chat-sidebar__nav.is-scrolling{scrollbar-color:#1919192e transparent}.chat-sidebar__nav::-webkit-scrollbar{width:6px}.chat-sidebar__nav::-webkit-scrollbar-track{background:0 0}.chat-sidebar__nav::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}.chat-sidebar__nav:hover::-webkit-scrollbar-thumb{background:#1919192e}.chat-sidebar__nav.is-scrolling::-webkit-scrollbar-thumb{background:#1919192e}.chat-nav-item{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:16px;align-items:center;gap:.75rem;width:100%;padding:.625rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.chat-nav-item:hover{color:var(--text-primary);background:#e4eef080}.chat-nav-item:disabled{opacity:.55;cursor:not-allowed}.chat-nav-item:disabled:hover{color:var(--text-secondary);background:0 0}.chat-nav-item--active{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-pill);box-shadow:0 6px 18px #c17b9352}.chat-nav-item--active:hover{background:var(--gradient-primary);color:#fff;filter:brightness(1.04)}.chat-nav-item__icon{flex-shrink:0;width:18px;height:18px}.chat-sidebar__section{flex-direction:column;display:flex}.chat-sidebar__section-toggle>span{flex:1;min-width:0}.chat-sidebar__section-chevron{flex-shrink:0;width:16px;height:16px;margin-left:auto;transition:transform .2s}.chat-sidebar__section-chevron--open{transform:rotate(90deg)}.chat-sidebar__history{flex-direction:column;gap:.125rem;margin-top:.125rem;padding-left:1.25rem;display:flex}.chat-sidebar__history-row{border-radius:10px;align-items:center;gap:.125rem;padding-right:.125rem;display:flex}.chat-sidebar__history-row--active{background:#c17b931f}.chat-sidebar__history-item{font-family:var(--font-display);letter-spacing:.08em;color:var(--text-muted);text-align:left;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;border-radius:10px;flex:1;min-width:0;padding:.375rem .5rem;font-size:.6875rem;font-weight:500;transition:color .15s,background .15s;overflow:hidden}.chat-sidebar__history-rename,.chat-sidebar__folder-rename{min-width:0;color:var(--text-primary);font-family:var(--font-display);letter-spacing:.06em;background:#ffffffe6;border:1px solid #c17b9359;border-radius:8px;flex:1;margin:.125rem .25rem;padding:.3rem .5rem;font-size:.6875rem;font-weight:500}.chat-sidebar__history-rename:focus,.chat-sidebar__folder-rename:focus{border-color:var(--color-rose);outline:none;box-shadow:0 0 0 2px #c17b932e}.chat-sidebar__history-action{width:26px;min-width:26px;height:26px;color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;transition:background .15s,color .15s,opacity .15s;display:inline-flex}.chat-sidebar__history-row:hover .chat-sidebar__history-action,.chat-sidebar__history-row:focus-within .chat-sidebar__history-action,.chat-sidebar__folder-row:hover .chat-sidebar__history-action,.chat-sidebar__folder-row:focus-within .chat-sidebar__history-action{opacity:1}.chat-sidebar__history-action:hover{color:var(--color-rose);background:#c17b931f}.chat-sidebar__history-action-icon{width:13px;height:13px}.chat-sidebar__history-favorite{width:30px;min-width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.chat-sidebar__history-favorite:hover{color:var(--color-rose);background:#c17b931f}.chat-sidebar__history-favorite--active{color:var(--color-gold)}.chat-sidebar__history-favorite-icon{width:14px;height:14px}.chat-sidebar__folders{flex-direction:column;gap:.25rem;margin-top:.125rem;padding-left:.75rem;display:flex}.chat-sidebar__folder{flex-direction:column;gap:.125rem;display:flex}.chat-sidebar__folder-row{align-items:center;gap:.125rem;display:flex}.chat-sidebar__folder-toggle{min-width:0;color:var(--text-muted);font-family:var(--font-display);letter-spacing:.08em;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;flex:1;align-items:center;gap:.35rem;padding:.35rem .4rem;font-size:.6875rem;font-weight:500;display:inline-flex}.chat-sidebar__folder-toggle:hover{color:var(--text-primary);background:#e4eef080}.chat-sidebar__folder-icon{flex-shrink:0;width:14px;height:14px}.chat-sidebar__folder-count{letter-spacing:.04em;opacity:.7;margin-left:auto;font-size:.625rem}.chat-sidebar__folder-new,.chat-sidebar__folder-create{width:100%;color:var(--text-muted);font-family:var(--font-display);letter-spacing:.08em;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.4rem;margin-top:.25rem;padding:.4rem .5rem;font-size:.6875rem;font-weight:500;display:inline-flex}.chat-sidebar__folder-new:hover{color:var(--text-primary);background:#e4eef080}.chat-sidebar__folder-new-icon{width:14px;height:14px}.chat-sidebar__dropdown{min-width:11rem}.chat-sidebar__dropdown-item{gap:.5rem}@media (hover:none){.chat-sidebar__history-action{opacity:1}}.chat-sidebar__history-empty{color:var(--text-muted);margin:.5rem 0;padding:.5rem;font-size:.75rem;line-height:1.4}.chat-sidebar__history-loading{color:var(--text-muted);align-items:center;gap:.5rem;padding:.5rem;font-size:.75rem;display:inline-flex}.chat-sidebar__history-loading-icon{width:14px;height:14px;animation:.9s linear infinite chatSpin}.chat-sidebar__history-item:hover{color:var(--text-primary);background:#e4eef080}.chat-sidebar__footer{flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.chat-whatsapp{border-radius:var(--radius-pill);background:var(--color-lime);width:100%;color:var(--color-obsidian);font-family:var(--font-primary);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.625rem .875rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:filter .15s,box-shadow .15s,opacity .15s;display:inline-flex}.chat-whatsapp:hover{filter:brightness(1.03);box-shadow:0 6px 20px #cef17b80}.chat-whatsapp--disabled,.chat-whatsapp:disabled{opacity:.45;cursor:not-allowed;pointer-events:auto;filter:none;box-shadow:none}.chat-whatsapp--disabled:hover,.chat-whatsapp:disabled:hover{filter:none;box-shadow:none}.chat-whatsapp__icon{flex-shrink:0;width:18px;height:18px}.chat-shell__main{margin-left:var(--sidebar-width);flex-direction:column;flex:1;height:100dvh;display:flex;position:relative;overflow:hidden}.chat-shell__feedback{z-index:1;width:min(760px,100% - 2rem);color:var(--text-secondary);text-align:center;margin:.25rem auto 0;font-size:.75rem;position:relative}.chat-shell__watermark{pointer-events:none;z-index:0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.chat-shell__watermark-img{opacity:.03;object-fit:contain;width:2187px;max-width:none;height:2194px;transform:translateY(8%)}.chat-topbar{z-index:2;pointer-events:none;background:color-mix(in srgb, var(--bg-page) 78%, transparent);-webkit-backdrop-filter:blur(20px)saturate(1.2);justify-content:space-between;align-items:flex-start;gap:.75rem;min-height:4.5rem;padding:.75rem 2.25rem 2.75rem;display:flex;position:absolute;top:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 0% 28%,#0000 100%);mask-image:linear-gradient(#000 0% 28%,#0000 100%)}.chat-topbar__lead{align-items:center;gap:.5rem;min-width:0;min-height:38px;display:flex}.chat-topbar__brand{font-family:var(--font-primary);letter-spacing:-.02em;color:var(--text-primary);-webkit-user-select:none;user-select:none;font-size:1.125rem;font-weight:700;line-height:1}.chat-topbar__menu{pointer-events:auto;border-radius:var(--radius-pill);width:38px;height:38px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:none}.chat-topbar__menu:hover{background:#1919190f}.chat-topbar__menu-icon{width:24px;height:24px}.chat-topbar__actions{pointer-events:auto;align-items:center;gap:.5rem;display:inline-flex}.chat-topbar__more{border-radius:var(--radius-pill);width:38px;height:38px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.chat-topbar__more:hover:not(:disabled){background:#1919190f}.chat-topbar__more:disabled{opacity:.55;cursor:not-allowed}.chat-topbar__more-icon{width:20px;height:20px}.chat-topbar__dropdown{border-color:#19191914;border-radius:16px;min-width:12.5rem;box-shadow:0 10px 28px #1919191a}.chat-topbar__dropdown-item{font-family:var(--font-primary);letter-spacing:.02em;font-size:.8125rem;font-weight:500}.chat-topbar__dropdown-star--active{color:var(--color-gold-deep);fill:#d299022e}.chat-topbar__auth{pointer-events:auto;align-items:center;gap:.5rem;display:flex}.chat-topbar-btn{min-height:40px;font-family:var(--font-primary);letter-spacing:.04em;border-radius:var(--radius-pill);cursor:pointer;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;transition:filter .15s,box-shadow .15s,background .15s,color .15s;display:inline-flex}.chat-topbar-btn--ghost{color:var(--text-primary);background:0 0;border:1.5px solid #19191929}.chat-topbar-btn--ghost:hover{background:#1919190a;border-color:#19191947}.chat-topbar-btn--gradient{background:var(--gradient-primary);color:#fff;border:none;box-shadow:0 6px 18px #c17b9347}.chat-topbar-btn--gradient:hover{filter:brightness(1.05);box-shadow:0 8px 24px #c17b9366}.chat-welcome{z-index:1;flex:1;grid-template-areas:"welcome";place-items:center;padding:4rem 2rem 2rem;display:grid;position:relative}.chat-welcome__mandala{object-fit:contain;filter:drop-shadow(0 0 22px #d299022e);grid-area:welcome;width:196px;height:196px;margin:0;transform:translateY(-12rem)}.chat-welcome__copy{text-align:center;flex-direction:column;grid-area:welcome;align-items:center;width:100%;display:flex;transform:translateY(0)}.chat-welcome__heading{text-align:center;max-width:640px;font-family:var(--font-primary);letter-spacing:-.01em;color:var(--text-primary);margin:0 0 1rem;font-size:1.375rem;font-weight:700;line-height:1.25}.chat-welcome__subheading{text-align:center;max-width:540px;font-family:var(--font-display);letter-spacing:.06em;color:var(--text-secondary);margin:0;font-size:1rem;font-weight:400;line-height:1.5}.chat-composer{width:100%;max-width:660px;margin:0 auto;position:relative}.chat-composer:has(.chat-composer__attachments){margin-top:2.75rem}.chat-composer>[data-slot=input-group]{border-radius:var(--radius-input);height:auto;min-height:80px;box-shadow:var(--shadow-input);background:#fff;border:1.5px solid #1919190f;flex-wrap:nowrap;align-items:center;padding:0;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:visible}.chat-composer>[data-slot=input-group]:focus-within{border-color:var(--color-rose);box-shadow:0 0 0 3px #c17b931f, var(--shadow-input)}.chat-composer .chat-composer__textarea{width:100%;min-height:80px;max-height:200px;font-family:var(--font-primary);letter-spacing:.04em;color:var(--text-primary);text-align:center;resize:none;box-shadow:none;background:0 0;border:none;outline:none;align-self:stretch;align-items:center;padding-block:1.35rem;padding-inline:7.6rem 4.75rem;font-size:1rem;font-weight:500;line-height:1.45;transition:opacity .15s;display:flex}.chat-composer__attachments{z-index:4;box-sizing:border-box;pointer-events:auto;flex-wrap:wrap;gap:.45rem;width:auto;margin:0;padding:0;list-style:none;display:flex;position:absolute;bottom:calc(100% + .5rem);left:.15rem;right:.15rem}.chat-composer__attachment{max-width:min(100%,16rem);color:var(--text-primary);background:#c17b931f;border:1px solid #c17b9338;border-radius:999px;align-items:center;gap:.35rem;padding:.28rem .35rem .28rem .4rem;font-size:.75rem;line-height:1.2;display:inline-flex;box-shadow:0 2px 8px #1919190f}.chat-composer__attachment-thumb{object-fit:cover;border-radius:999px;flex-shrink:0;width:22px;height:22px}.chat-composer__attachment-icon{width:22px;height:22px;color:var(--color-rose);background:#ffffffb3;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.chat-composer__attachment-name{text-overflow:ellipsis;white-space:nowrap;max-width:12rem;overflow:hidden}.chat-composer__attachment-remove{width:20px;height:20px;color:var(--text-primary);cursor:pointer;background:#1919190f;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.chat-composer__attachment-remove:hover{color:var(--color-rose);background:#c17b9333}.chat-composer__left-actions{z-index:2;align-items:center;gap:.35rem;display:inline-flex;position:absolute;top:50%;left:.55rem;transform:translateY(-50%)}.chat-composer__attach{z-index:auto;width:44px;min-width:44px;height:44px;color:var(--text-primary);cursor:pointer;background:#e4eef0e6;border:1.5px solid #1919190f;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,transform .15s;display:inline-flex;position:static;transform:none;box-shadow:0 4px 14px #19191914}.chat-composer__attach:hover:not(:disabled){color:var(--color-rose);background:#c17b931f}.chat-composer__attach:active:not(:disabled){transform:scale(.96)}.chat-composer__attach:disabled{opacity:.55;cursor:not-allowed}.chat-composer__attach-icon{width:18px;height:18px}.chat-composer[data-mode=recording] .chat-composer__textarea,.chat-composer[data-mode=transcribing] .chat-composer__textarea{opacity:0;pointer-events:none}.chat-composer__textarea::placeholder{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;text-align:center;font-size:.875rem}.chat-composer__textarea:focus,.chat-composer__textarea:focus-visible{box-shadow:none;border:none;outline:none}.chat-composer__submit{background:var(--gradient-send);color:#fff;cursor:pointer;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;padding:0;transition:filter .15s,transform .15s,opacity .2s;display:inline-flex;position:absolute;top:50%;right:.55rem;transform:translateY(-50%);box-shadow:0 6px 18px #d2990266}.chat-composer__submit:hover:not(:disabled){filter:brightness(1.06);background:var(--gradient-send)}.chat-composer__submit:active:not(:disabled){transform:translateY(-50%)scale(.96)}.chat-composer__submit:disabled{opacity:.55;cursor:not-allowed}.chat-composer__submit>svg{color:#fff;width:20px;height:20px}.chat-composer__submit-icon{width:20px;height:20px}.chat-composer__mic{z-index:auto;width:48px;min-width:48px;height:48px;color:var(--text-primary);cursor:pointer;background:#e4eef0e6;border:1.5px solid #1919190f;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,transform .15s,box-shadow .2s;display:inline-flex;position:static;transform:none;box-shadow:0 4px 14px #19191914}.chat-composer__mic:hover:not(:disabled){color:var(--color-rose);background:#c17b931f}.chat-composer__mic:active:not(:disabled){transform:scale(.96)}.chat-composer__mic:disabled{opacity:.55;cursor:not-allowed}.chat-composer__mic-icon{width:20px;height:20px}.chat-composer__mic-icon--spin{animation:.9s linear infinite chatSpin}.chat-composer__mic--recording{color:#fff;background:linear-gradient(135deg,#e26a83 0%,#c17b93 100%);border-color:#0000;animation:1.4s ease-in-out infinite chatMicPulse;box-shadow:0 0 0 6px #e26a832e}.chat-composer__mic--recording:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#d95c76 0%,#b06a82 100%)}.chat-composer__mic--transcribing{color:var(--color-rose);background:#e4eef0e6}@keyframes chatMicPulse{0%,to{box-shadow:0 0 0 4px #e26a832e}50%{box-shadow:0 0 0 12px #e26a830d}}@keyframes chatSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-composer__recording-status{color:var(--text-primary);font-family:var(--font-primary);letter-spacing:.04em;z-index:1;pointer-events:none;align-items:center;gap:.75rem;padding:0 .5rem;font-size:.9375rem;font-weight:600;display:flex;position:absolute;top:50%;left:7.2rem;right:4.75rem;transform:translateY(-50%)}.chat-composer__recording-dot{background:#e26a83;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1s ease-in-out infinite chatRecordDot;box-shadow:0 0 0 4px #e26a8333}@keyframes chatRecordDot{0%,to{opacity:1}50%{opacity:.35}}.chat-composer__recording-time{font-variant-numeric:tabular-nums;min-width:4.5ch}.chat-composer__recording-max{color:var(--text-muted);font-weight:500}.chat-composer__recording-bar{border-radius:var(--radius-pill);background:#19191914;flex:1;height:4px;overflow:hidden}.chat-composer__recording-bar-fill{border-radius:inherit;background:linear-gradient(90deg,#e26a83 0%,#d29902 100%);height:100%;transition:width .2s linear;display:block}@media (min-width:768px){.chat-composer>[data-slot=input-group]{min-height:72px}}.chat-conversation{z-index:1;flex-direction:column;flex:1 1 0;min-height:0;padding:0 2rem;display:flex;position:relative}.chat-conversation__scroll{flex:1 1 0;height:100%;min-height:0;position:relative}.chat-conversation__scroll>div:first-of-type{scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(#000 0% calc(100% - 8.5rem),#00000073 calc(100% - 5.75rem),#0000 calc(100% - 3.5rem));mask-image:linear-gradient(#000 0% calc(100% - 8.5rem),#00000073 calc(100% - 5.75rem),#0000 calc(100% - 3.5rem));scrollbar-gutter:auto!important}.chat-conversation__scroll>div:first-of-type::-webkit-scrollbar{width:0;height:0;display:none}.chat-conversation__content{flex-direction:column;gap:1.75rem;width:100%;max-width:920px;min-height:100%;margin:0 auto;padding:4rem 0 8rem;display:flex}.chat-conversation__composer{z-index:2;background:linear-gradient(to top, var(--bg-page) 0%, var(--bg-page) 70%, transparent 100%);justify-content:center;width:100%;max-width:none;margin:0;padding:1.25rem 2rem .75rem;display:flex;position:absolute;bottom:0;left:0;right:0}.chat-conversation__composer .chat-composer{width:100%;max-width:660px}.chat-conversation__scroll-button{border-radius:var(--radius-pill);background:var(--gradient-primary);color:#fff;width:auto;height:36px;font-family:var(--font-primary);letter-spacing:.04em;cursor:pointer;z-index:3;border:none;align-items:center;gap:.375rem;padding:0 .875rem;font-size:.75rem;font-weight:600;transition:filter .15s,transform .15s;display:inline-flex;position:absolute;bottom:5.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #c17b9352}.chat-conversation__scroll-button:hover{filter:brightness(1.05);background:var(--gradient-primary)}.chat-conversation__scroll-button>svg{width:14px;height:14px}.chat-message{width:100%;max-width:100%}.chat-message-row{align-items:flex-start;gap:.5rem;scroll-margin-top:1.25rem;display:flex}.chat-message-row:has(.chat-lih-avatar){flex-direction:column}.chat-message.is-user{align-items:flex-end}.chat-message.is-assistant{align-items:flex-start}.chat-message__actions{opacity:0;margin-top:.25rem;transition:opacity .15s}.chat-message:hover .chat-message__actions,.chat-message:focus-within .chat-message__actions{opacity:1}.chat-message__action{height:auto;min-height:1.75rem;color:var(--text-muted);font-family:var(--font-display);letter-spacing:.06em;gap:.35rem;padding-inline:.55rem;font-size:.6875rem;font-weight:500}.chat-message__action:hover:not(:disabled){color:var(--color-rose);background:#c17b931a}.chat-message__action:disabled{opacity:.4;cursor:not-allowed}.chat-message__action--copied{color:var(--color-gold)}.chat-message__action-label{line-height:1}.chat-message__action svg{width:14px;height:14px}@media (hover:none){.chat-message__actions{opacity:1}}.chat-rename-modal__label{font-family:var(--font-display);letter-spacing:.08em;color:var(--text-muted);margin:.75rem 0 .35rem;font-size:.75rem;font-weight:500;display:block}.chat-rename-modal__input{border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);font-family:var(--font-primary);background:#ffffffeb;border-radius:12px;padding:.7rem .85rem;font-size:.95rem}.chat-rename-modal__input:focus{border-color:var(--color-rose);outline:none;box-shadow:0 0 0 2px #c17b932e}.chat-lih-avatar{width:104px;min-width:104px;height:104px;box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;margin-left:-2.8rem;display:inline-flex;overflow:visible}.chat-lih-avatar__image{object-fit:contain;filter:drop-shadow(0 0 10px #d299022e);opacity:1;width:98px;height:98px}.chat-lih-avatar--streaming .chat-lih-avatar__image{animation:1.8s ease-in-out infinite chatMandalaPulse}.chat-message__content{font-family:var(--font-primary);color:var(--text-primary);border-radius:24px;flex-direction:column;gap:.65rem;max-width:min(88%,760px);padding:1rem 1.375rem;font-size:1rem;line-height:1.55;display:flex}.chat-message.is-assistant .chat-message__content{border:1px solid var(--border-subtle);background:#fff;border-top-left-radius:6px;box-shadow:0 2px 10px #1919190a}.chat-message.is-user .chat-message__content{color:var(--text-primary);background:linear-gradient(135deg,#c17b931f 0%,#d2990214 100%);border:1px solid #c17b932e;border-top-right-radius:6px}.chat-message__response{font-family:var(--font-primary);color:inherit;font-size:1rem;line-height:1.6}.chat-message__image-link{border:1px solid #19191914;border-radius:14px;max-width:min(100%,320px);display:block;overflow:hidden}.chat-message__image{object-fit:cover;width:100%;height:auto;max-height:360px;display:block}.chat-message__file-chip,.chat-message__doc-card{max-width:100%;color:var(--text-primary);background:#ffffffb8;border:1px solid #c17b9338;border-radius:14px;align-items:center;gap:.55rem;padding:.55rem .8rem;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex}.chat-message__file-chip:hover,.chat-message__doc-card:hover{background:#c17b9314;border-color:#c17b9373}.chat-message__file-chip-name,.chat-message__doc-card-name{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.chat-message__doc-card{width:fit-content;min-width:min(100%,240px)}.chat-message__doc-card-body{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.chat-message__doc-card-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem}.chat-message__doc-card--pending,.chat-message__doc-card--error{cursor:default}.chat-message__doc-card--error{color:#8a2f2f;background:#b43c3c0f;border-color:#b43c3c47}.chat-artifact{width:min(100%,520px);color:var(--text-primary);background:#ffffffc7;border:1px solid #c17b9338;border-radius:16px;flex-direction:column;gap:.65rem;margin:.35rem 0 .15rem;padding:.75rem .85rem;display:flex}.chat-artifact--pending{border-style:dashed}.chat-artifact--error{color:#8a2f2f;background:#b43c3c0f;border-color:#b43c3c47;font-size:.875rem}.chat-artifact__header{align-items:center;gap:.55rem;min-width:0;display:flex}.chat-artifact__header-text{flex-direction:column;flex:1;gap:.05rem;min-width:0;display:flex}.chat-artifact__label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem}.chat-artifact__title{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.chat-artifact__status{color:var(--text-muted);flex-shrink:0;align-items:center;gap:.3rem;font-size:.75rem;display:inline-flex}.chat-artifact__spinner{animation:.8s linear infinite chat-artifact-spin}@keyframes chat-artifact-spin{to{transform:rotate(360deg)}}.chat-artifact__preview{background:#ffffff8c;border:1px solid #c17b931f;border-radius:10px;max-height:180px;padding:.55rem .65rem;position:relative;overflow:hidden}.chat-artifact__preview--expanded{max-height:min(60vh,520px);overflow:auto}.chat-artifact__fade{pointer-events:none;background:linear-gradient(#fff0,#ffffffeb);height:2.5rem;position:absolute;bottom:0;left:0;right:0}.chat-artifact__markdown{font-size:.85rem}.chat-artifact__empty{color:var(--text-muted);margin:0;font-size:.825rem}.chat-artifact__tabs{flex-wrap:wrap;gap:.35rem;display:flex}.chat-artifact__tab{appearance:none;color:var(--text-primary);cursor:pointer;background:#fff9;border:1px solid #c17b9338;border-radius:999px;padding:.2rem .65rem;font-size:.75rem}.chat-artifact__tab--active{background:#c17b9324;border-color:#c17b938c;font-weight:600}.chat-artifact__table-wrap{background:#ffffff8c;border:1px solid #c17b931f;border-radius:10px;max-height:240px;overflow:auto}.chat-artifact__table{border-collapse:collapse;width:100%;font-size:.78rem}.chat-artifact__table th,.chat-artifact__table td{text-align:left;white-space:nowrap;border-bottom:1px solid #c17b931a;padding:.35rem .5rem}.chat-artifact__table th{z-index:1;background:#fcf4f7f5;font-weight:600;position:sticky;top:0}.chat-artifact__more{color:var(--text-muted);margin:0;padding:.35rem .5rem;font-size:.75rem}.chat-artifact__actions{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.chat-artifact__btn{appearance:none;cursor:pointer;border:1px solid #0000;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;font-weight:500;display:inline-flex}.chat-artifact__btn:disabled{opacity:.65;cursor:wait}.chat-artifact__btn--ghost{color:var(--text-primary);background:0 0;border-color:#c17b9338}.chat-artifact__btn--primary{color:var(--text-primary);background:#c17b9329;border-color:#c17b9359}.chat-artifact__btn--primary:hover:not(:disabled){background:#c17b9342}.chat-artifact__error{color:#8a2f2f;margin:0;font-size:.8rem}.chat-message__response>:first-child{margin-top:0}.chat-message__response>:last-child{margin-bottom:0}.chat-message__response p{margin:0 0 .65em}.chat-message__response p:last-child{margin-bottom:0}.chat-message__response strong{color:var(--text-primary);font-weight:600}.chat-message__response ul,.chat-message__response ol{margin:.25em 0 .75em;padding-left:1.25rem}.chat-message__response li{margin:.2em 0}.chat-message__response code{font-family:var(--font-display);background:#1919190d;border-radius:4px;padding:.1em .35em;font-size:.85em}.chat-message__response pre{background:var(--color-obsidian);color:var(--color-mist);font-family:var(--font-display);border-radius:12px;margin:.5em 0;padding:.875rem 1rem;font-size:.8125rem;overflow-x:auto}.chat-message__response pre code{color:inherit;background:0 0;padding:0}.chat-message__response a{color:var(--color-rose-deep);text-underline-offset:2px;text-decoration:underline}.chat-message__response a:hover{color:var(--color-rose)}.chat-typing{border:1px solid var(--border-subtle);background:#fff;border-radius:6px 22px 22px;align-items:center;gap:.375rem;width:fit-content;padding:.875rem 1.125rem;display:inline-flex;box-shadow:0 2px 10px #1919190a}.chat-typing__dot{background:var(--color-rose);opacity:.45;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite chatTypingPulse}.chat-typing__dot:nth-child(2){animation-delay:.15s}.chat-typing__dot:nth-child(3){animation-delay:.3s}@keyframes chatTypingPulse{0%,80%,to{opacity:.35;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}@keyframes chatPulse{0%,to{box-shadow:0 0 #d2990226}50%{box-shadow:0 0 0 8px #d2990240}}@keyframes chatMandalaPulse{0%,to{filter:drop-shadow(0 0 10px #d2990233);transform:scale(1)}50%{filter:drop-shadow(0 0 24px #d2990280);transform:scale(1.08)}}.chat-welcome__composer{grid-area:welcome;justify-content:center;width:100%;display:flex;transform:translateY(11rem)}.auth-modal{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1919198c;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out authOverlayIn;display:flex;position:fixed;inset:0}.auth-modal__panel{width:100%;max-width:380px;position:relative}.auth-modal__close{z-index:2;width:36px;height:36px;color:var(--text-primary);cursor:pointer;background:#fff;border:1px solid #1919191a;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s,background .15s;display:inline-flex;position:absolute;top:-.5rem;right:-.5rem;box-shadow:0 4px 12px #19191926}.auth-modal__close:hover{background:var(--color-mist);transform:scale(1.05)}.auth-modal__close-icon{width:18px;height:18px}@keyframes authOverlayIn{0%{opacity:0}to{opacity:1}}.chat-settings-modal__panel{max-width:420px}.chat-settings-modal__card{z-index:1;background:var(--bg-card);border-radius:var(--radius-card);width:100%;max-height:min(85dvh,640px);box-shadow:var(--shadow-modal);padding:1.75rem 1.5rem 1.5rem;animation:.2s ease-out authOverlayIn;position:relative;overflow-y:auto}.chat-settings-modal__header{margin-bottom:1.25rem}.chat-settings-modal__title{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:700}.chat-settings-modal__subtitle{color:var(--text-secondary);margin:.375rem 0 0;font-size:.8125rem;line-height:1.45}.chat-settings-modal__section{border-top:1px solid var(--border-subtle);flex-direction:column;gap:.75rem;padding:1rem 0;display:flex}.chat-settings-modal__section:first-of-type{border-top:none;padding-top:0}.chat-settings-modal__section-title{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.6875rem;font-weight:600}.chat-settings-modal__field{flex-direction:column;gap:.375rem;display:flex}.chat-settings-modal__label{color:var(--text-primary);font-size:.8125rem;font-weight:500}.chat-settings-modal__select{width:100%;min-height:42px;color:var(--text-primary);font-family:var(--font-primary);cursor:pointer;background:#fff;border:1px solid #1919191f;border-radius:12px;padding:.5rem .875rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.chat-settings-modal__select:focus-visible{border-color:var(--color-rose);outline:none;box-shadow:0 0 0 3px #c17b9333}.chat-settings-modal__input,.chat-settings-modal__textarea{width:100%;color:var(--text-primary);font-family:var(--font-primary);background:#fff;border:1px solid #1919191f;border-radius:12px;padding:.625rem .875rem;font-size:.875rem;line-height:1.45;transition:border-color .15s,box-shadow .15s}.chat-settings-modal__textarea{resize:vertical;min-height:112px}.chat-settings-modal__input:focus-visible,.chat-settings-modal__textarea:focus-visible{border-color:var(--color-rose);outline:none;box-shadow:0 0 0 3px #c17b9333}.chat-settings-modal__input:disabled,.chat-settings-modal__textarea:disabled{opacity:.65;cursor:not-allowed}.chat-settings-modal__help{color:var(--text-secondary);margin:0 0 .75rem;font-size:.8125rem;line-height:1.45}.chat-settings-modal__btn--save{width:100%;margin-top:.25rem}.chat-settings-modal__success{color:#2f7a4f;margin:0;font-size:.8125rem}.chat-settings-modal__toggle{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;display:flex}.chat-settings-modal__toggle-text{color:var(--text-primary);font-size:.8125rem;line-height:1.4}.chat-settings-modal__toggle-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.chat-settings-modal__toggle-track{border-radius:var(--radius-pill);background:#1919191f;flex-shrink:0;width:44px;height:26px;transition:background .2s;position:relative}.chat-settings-modal__toggle-track:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 6px #1919192e}.chat-settings-modal__toggle-input:checked+.chat-settings-modal__toggle-track{background:var(--gradient-primary)}.chat-settings-modal__toggle-input:checked+.chat-settings-modal__toggle-track:after{transform:translate(18px)}.chat-settings-modal__toggle-input:focus-visible+.chat-settings-modal__toggle-track{outline:2px solid var(--color-rose);outline-offset:2px}.chat-settings-modal__error{color:#dc2626;background:#dc262614;border-radius:10px;margin:0;padding:.5rem .625rem;font-size:.75rem;line-height:1.4}.chat-settings-modal__account{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.chat-settings-modal__account-name{color:var(--text-secondary);margin:0;font-size:.8125rem;line-height:1.45}.chat-settings-modal__account-name strong{color:var(--text-primary);font-weight:600}.chat-settings-modal__account-actions{flex-wrap:wrap;gap:.5rem;display:flex}.chat-settings-modal__btn{width:auto}.chat-settings-modal__privacy{color:var(--text-secondary);margin:0;font-size:.75rem;line-height:1.5}.chat-notification-modal__panel{max-width:420px}.chat-notification-modal__card{background:var(--bg-card);border-radius:var(--radius-card);width:100%;box-shadow:var(--shadow-modal);text-align:center;padding:1.75rem;animation:.2s ease-out authOverlayIn}.chat-notification-modal__eyebrow{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold);margin:0;font-size:.6875rem;font-weight:700}.chat-notification-modal__title{font-family:var(--font-display);color:var(--text-primary);margin:.75rem 0 0;font-size:1.25rem;font-weight:700}.chat-notification-modal__text{color:var(--text-secondary);margin:.875rem 0 0;font-size:.9375rem;line-height:1.55}.chat-notification-modal__error{color:#dc2626;background:#dc262614;border-radius:12px;margin:1rem 0 0;padding:.625rem .75rem;font-size:.8125rem}.chat-notification-modal__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}[data-theme=dark] .chat-shell{--bg-page:#242424;--bg-sidebar:#2a2a2a;--bg-card:#333;--text-primary:#e4eef0;--text-secondary:#b8c4c8;--text-muted:#9ba8ab;--border-subtle:#e4eef01a;--shadow-sidebar:0 4px 24px #00000059;--shadow-input:0 8px 28px #0000004d;--shadow-modal:0 24px 64px #00000080}[data-theme=dark] .chat-settings-modal__select,[data-theme=dark] .chat-settings-modal__input,[data-theme=dark] .chat-settings-modal__textarea{background:var(--bg-card);color:var(--text-primary);border-color:#e4eef024}[data-theme=dark] .chat-topbar-btn--ghost{color:var(--text-primary);border-color:#e4eef033}[data-theme=dark] .chat-topbar-btn--ghost:hover{background:#e4eef00f}[data-theme=dark] .chat-composer>[data-slot=input-group]{background:var(--bg-card);border-color:var(--border-subtle)}[data-theme=dark] .chat-message.is-assistant .chat-message__content,[data-theme=dark] .chat-typing{background:var(--bg-card);border-color:var(--border-subtle);box-shadow:0 2px 10px #0000004d}[data-theme=dark] .chat-message__response code{background:#e4eef01a}[data-theme=dark] .chat-sidebar__nav:hover,[data-theme=dark] .chat-sidebar__nav.is-scrolling{scrollbar-color:#e4eef029 transparent}[data-theme=dark] .chat-sidebar__nav:hover::-webkit-scrollbar-thumb{background:#e4eef029}[data-theme=dark] .chat-sidebar__nav.is-scrolling::-webkit-scrollbar-thumb{background:#e4eef029}[data-theme=dark] .chat-topbar{background:color-mix(in srgb, var(--bg-page) 82%, transparent)}[data-theme=dark] .chat-conversation__composer{background:linear-gradient(to top, var(--bg-page) 0%, var(--bg-page) 70%, transparent 100%)}[data-theme=dark] .chat-topbar__menu:hover,[data-theme=dark] .chat-topbar__more:hover:not(:disabled){background:#e4eef014}[data-theme=dark] .auth-modal__close{background:var(--bg-card);border-color:var(--border-subtle)}[data-theme=dark] .auth-modal__close:hover{background:#e4eef01a}[data-chat-font-size=large] .chat-shell{font-size:calc(1rem + 4px)}[data-chat-font-size=xlarge] .chat-shell{font-size:calc(1rem + 8px)}[data-chat-font-size=large] .chat-welcome__heading{font-size:calc(1.375rem + 4px)}[data-chat-font-size=xlarge] .chat-welcome__heading{font-size:calc(1.375rem + 8px)}@media (max-width:1350px){.chat-lih-avatar{margin-left:0}}@media (max-width:900px){.chat-shell{flex-direction:column}.chat-sidebar{z-index:40;visibility:hidden;border-right:1px solid var(--border-subtle);border-bottom:none;width:min(320px,86vw);height:100dvh;transition:transform .25s,visibility .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.chat-sidebar--open{visibility:visible;transform:translate(0)}.chat-sidebar__backdrop{z-index:35;opacity:0;visibility:hidden;background:#19191973;transition:opacity .25s,visibility .25s;display:block;position:fixed;inset:0}.chat-sidebar__backdrop--visible{opacity:1;visibility:visible}.chat-sidebar__close{display:inline-flex}.chat-shell__main{height:100dvh;min-height:100dvh;margin-left:0}.chat-topbar{padding:.75rem 1.25rem 2rem}.chat-topbar__menu{display:inline-flex}.chat-conversation{padding:0 1rem}.chat-conversation__content{padding-top:4rem;padding-bottom:8rem}.chat-conversation__composer{padding:1.25rem 1rem .75rem}.chat-conversation__scroll-button{bottom:5.25rem}.chat-welcome{grid-template-areas:"mandala""copy""composer";align-content:center;place-items:stretch stretch;gap:1.25rem;padding:4rem 1rem 1.5rem}.chat-welcome__mandala{grid-area:mandala;justify-self:center;width:116px;height:116px;transform:none}.chat-welcome__copy{grid-area:copy;transform:none}.chat-welcome__composer{grid-area:composer;transform:none}.chat-welcome__heading{font-size:1.125rem}.chat-welcome__subheading{font-size:.875rem}.chat-composer .chat-composer__textarea{padding-inline:6.6rem 3.75rem;font-size:.9375rem}.chat-composer__submit{width:48px;min-width:48px;height:48px}.chat-composer__left-actions{gap:.25rem;left:.4rem}.chat-composer__mic{width:42px;min-width:42px;height:42px}.chat-composer__attach{width:38px;min-width:38px;height:38px}.chat-composer__recording-status{font-size:.8125rem;left:6.2rem;right:3.75rem}}@media (prefers-reduced-motion:reduce){.auth-modal,.chat-lih-avatar--streaming .chat-lih-avatar__image,.chat-sidebar__history-loading-icon,.chat-composer__mic--recording,.chat-composer__recording-dot,.chat-composer__mic-icon--spin{animation:none}}.chat-suporte{border-radius:var(--radius-pill);background:var(--color-rose);color:#fff;width:100%;font-family:var(--font-primary);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.625rem .875rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s,box-shadow .15s;display:inline-flex}.chat-suporte:hover{background:var(--color-rose-deep);box-shadow:0 6px 20px #c17b9373}.chat-suporte__icon{flex-shrink:0;width:18px;height:18px}.suporte{--color-obsidian:#191919;--color-rose:#c17b93;--color-rose-deep:#b06a82;--color-rose-tint:#fdf3f7;--color-gold:#d29902;--gradient-primary:linear-gradient(90deg, #c17b93 0%, #d29902 100%);--font-primary:var(--font-serotiva);--radius-card:24px;--radius-pill:9999px;--bg-page:#f5f8f9;--bg-card:#fff;--text-primary:#191919;--text-secondary:#6b7378;--text-muted:#9ba8ab;--border-subtle:#1919190f;min-height:100dvh;font-family:var(--font-primary);color:var(--text-primary);background:var(--bg-page);justify-content:center;align-items:flex-start;padding:2.5rem 1rem 3rem;display:flex}.suporte__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-card);width:min(640px,100%);overflow:hidden;box-shadow:0 4px 24px #1919190a}.suporte__accent{background:var(--gradient-primary);height:4px}.suporte__body{padding:2rem 2.25rem 2.5rem}.suporte__back{border-radius:var(--radius-pill);color:var(--text-secondary);background:#e4eef080;align-items:center;gap:.375rem;margin-bottom:1.5rem;padding:.375rem .875rem .375rem .625rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.suporte__back:hover{background:var(--color-rose-tint);color:var(--color-rose-deep)}.suporte__back-icon{width:16px;height:16px}.suporte__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--color-rose);margin:0 0 .5rem;font-size:.6875rem;font-weight:700}.suporte__title{color:var(--text-primary);margin:0 0 .5rem;font-size:1.625rem;font-weight:700;line-height:1.25}.suporte__subtitle{color:var(--text-secondary);margin:0 0 2rem;font-size:.9375rem;line-height:1.6}.suporte__form{flex-direction:column;gap:1.25rem;display:flex}.suporte__field{flex-direction:column;gap:.5rem;display:flex}.suporte__label{letter-spacing:.03em;color:var(--text-primary);font-size:.8125rem;font-weight:600}.suporte__optional{color:var(--text-muted);font-style:normal;font-weight:400}.suporte__input,.suporte__select,.suporte__textarea{width:100%;font-family:var(--font-primary);color:var(--text-primary);background:#fff;border:1.5px solid #1919191f;border-radius:16px;outline:none;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.suporte__input::placeholder,.suporte__textarea::placeholder{color:var(--text-muted)}.suporte__input:focus,.suporte__select:focus,.suporte__textarea:focus{border-color:var(--color-rose);box-shadow:0 0 0 3px #c17b9333}.suporte__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7378' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.75rem}.suporte__select:invalid{color:var(--text-muted)}.suporte__textarea{resize:vertical;min-height:140px;line-height:1.6}.suporte__input:disabled,.suporte__select:disabled,.suporte__textarea:disabled{opacity:.6;cursor:not-allowed}.suporte__file-input{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.suporte__files-button{border-radius:var(--radius-pill);background:var(--color-rose-tint);color:var(--color-rose-deep);font-family:var(--font-primary);cursor:pointer;border:1.5px dashed #c17b9380;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.suporte__files-button:hover:not(:disabled){border-color:var(--color-rose);background:#c17b9326}.suporte__files-button:disabled{opacity:.5;cursor:not-allowed}.suporte__files-button-icon{flex-shrink:0;width:18px;height:18px}.suporte__files-hint{color:var(--text-muted);margin:0;font-size:.75rem}.suporte__file-list{flex-direction:column;gap:.375rem;margin:.25rem 0 0;padding:0;list-style:none;display:flex}.suporte__file-item{border:1px solid var(--border-subtle);background:#e4eef080;border-radius:12px;align-items:center;gap:.625rem;padding:.5rem .625rem .5rem .875rem;display:flex}.suporte__file-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-primary);flex:1;font-size:.8125rem;overflow:hidden}.suporte__file-size{color:var(--text-muted);flex-shrink:0;font-size:.75rem}.suporte__file-remove{border-radius:var(--radius-pill);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.suporte__file-remove:hover{color:#e05c70;background:#e05c701f}.suporte__file-remove-icon{width:16px;height:16px}.suporte__error{color:#c04458;background:#e05c7014;border:1px solid #e05c7040;border-radius:12px;margin:0;padding:.625rem .875rem;font-size:.8125rem;line-height:1.5}.suporte__submit{border-radius:var(--radius-pill);background:var(--color-rose);color:#fff;min-height:48px;font-family:var(--font-primary);letter-spacing:.03em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;transition:background .15s,box-shadow .15s;display:inline-flex}.suporte__submit:hover:not(:disabled){background:var(--color-rose-deep);box-shadow:0 6px 20px #c17b9373}.suporte__submit:disabled{opacity:.6;cursor:not-allowed}.suporte__submit-spinner{width:18px;height:18px;animation:.9s linear infinite chatSpin}.suporte-modal{z-index:60;background:#19191973;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out suporteFadeIn;display:flex;position:fixed;inset:0}.suporte-modal__card{text-align:center;background:#fff;border-radius:24px;width:min(440px,100%);padding:2.5rem 2rem 2rem;animation:.25s ease-out suporteSlideUp;box-shadow:0 24px 64px #19191959}.suporte-modal__icon-wrap{background:var(--color-rose-tint,#fdf3f7);width:64px;height:64px;color:var(--color-rose,#c17b93);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:inline-flex}.suporte-modal__icon{width:32px;height:32px}.suporte-modal__title{color:#191919;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.suporte-modal__text{color:#6b7378;margin:0 0 1.75rem;font-size:.9375rem;line-height:1.6}.suporte-modal__close{background:var(--color-rose,#c17b93);color:#fff;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;min-height:44px;padding:.75rem 2.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .15s,box-shadow .15s;display:inline-flex}.suporte-modal__close:hover{background:var(--color-rose-deep,#b06a82);box-shadow:0 6px 20px #c17b9373}@keyframes suporteFadeIn{0%{opacity:0}to{opacity:1}}@keyframes suporteSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.suporte{padding:1.25rem .75rem 2rem}.suporte__body{padding:1.5rem 1.25rem 2rem}}@media (prefers-reduced-motion:reduce){.suporte-modal,.suporte-modal__card,.suporte__submit-spinner{animation:none}}.chat-avatar{font-family:var(--font-display);letter-spacing:.02em;-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex;overflow:hidden}.chat-avatar--sm{width:30px;height:30px;font-size:.6875rem}.chat-avatar--lg{width:64px;height:64px;font-size:1.25rem}.chat-avatar__img{object-fit:cover;width:100%;height:100%}.chat-profile-trigger{width:100%;color:var(--text-primary);font-family:var(--font-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:.625rem;padding:.5rem .625rem;font-size:.8125rem;font-weight:600;transition:background .15s;display:flex}.chat-profile-trigger:hover,.chat-profile-trigger[data-state=open]{background:#c17b931a}.chat-profile-trigger__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.chat-profile-trigger__chevron{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}.chat-profile-menu{min-width:14.5rem}.chat-settings-modal__tabs{border-radius:var(--radius-pill);background:#1919190d;gap:.375rem;margin-bottom:1rem;padding:.25rem;display:flex}.chat-settings-modal__tab{border-radius:var(--radius-pill);color:var(--text-secondary);font-family:var(--font-primary);cursor:pointer;background:0 0;border:none;flex:1;padding:.4375rem .5rem;font-size:.75rem;font-weight:600;transition:background .15s,color .15s}.chat-settings-modal__tab:hover{color:var(--text-primary)}.chat-settings-modal__tab--active{background:var(--bg-card);color:var(--text-primary);box-shadow:0 2px 8px #1919191a}[data-theme=dark] .chat-settings-modal__tabs{background:#e4eef014}[data-theme=dark] .chat-settings-modal__tab--active{background:#e4eef024}.chat-settings-modal__avatar-row{align-items:center;gap:.875rem;display:flex}.chat-settings-modal__avatar-info{min-width:0}.chat-settings-modal__account-email{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:.125rem 0 0;font-size:.75rem;overflow:hidden}.chat-settings-modal__avatar-actions{flex-wrap:wrap;gap:.5rem;display:flex}.chat-settings-modal__file-input{display:none}.chat-settings-modal__btn-icon{vertical-align:-3px;width:16px;height:16px;margin-right:.375rem}.chat-settings-modal__links{flex-direction:column;gap:.25rem;display:flex}.chat-settings-modal__link{color:var(--text-primary);border-radius:12px;align-items:center;gap:.625rem;padding:.625rem .75rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.chat-settings-modal__link:hover{background:#c17b931a}.chat-settings-modal__link svg{width:18px;height:18px;color:var(--color-rose);flex-shrink:0}.chat-settings-modal__link span{flex:1}.chat-settings-modal__link-external{width:14px!important;height:14px!important;color:var(--text-muted)!important}.chat-settings-modal__section--danger{border-top-color:#e05c7059}.chat-settings-modal__section-title--danger{color:#c0455a}.chat-settings-modal__danger-toggle{border-radius:var(--radius-pill);color:#c0455a;width:100%;font-family:var(--font-primary);cursor:pointer;background:0 0;border:1px solid #e05c7073;justify-content:center;align-items:center;padding:.625rem .875rem;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.chat-settings-modal__danger-toggle:hover{background:#e05c7014;border-color:#c0455a}.chat-settings-modal__danger-form{flex-direction:column;gap:.75rem;display:flex}.chat-settings-modal__danger-warning{color:var(--text-primary);background:#e05c7014;border:1px solid #e05c7040;border-radius:12px;gap:.5rem;margin:0;padding:.75rem .875rem;font-size:.8125rem;line-height:1.45;display:flex}.chat-settings-modal__danger-warning-icon{color:#c0455a;flex-shrink:0;width:18px;height:18px;margin-top:1px}.chat-settings-modal__danger-check{color:var(--text-primary);cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.8125rem;line-height:1.4;display:flex}.chat-settings-modal__danger-check input{accent-color:#c0455a;margin-top:2px}.chat-settings-modal__danger-actions{gap:.5rem;display:flex}.chat-settings-modal__danger-actions>*{flex:1}.chat-settings-modal__danger-submit{border-radius:var(--radius-pill);color:#fff;font-family:var(--font-primary);cursor:pointer;background:#c0455a;border:none;padding:.625rem .875rem;font-size:.8125rem;font-weight:600;transition:filter .15s,opacity .15s}.chat-settings-modal__danger-submit:hover:not(:disabled){filter:brightness(1.08)}.chat-settings-modal__danger-submit:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .chat-settings-modal__section-title--danger,[data-theme=dark] .chat-settings-modal__danger-toggle,[data-theme=dark] .chat-settings-modal__danger-warning-icon{color:#e88a99}[data-chat-contrast=high] .chat-shell{--text-primary:#000;--text-secondary:#33393c;--text-muted:#4a5457;--border-subtle:#19191947}[data-chat-contrast=high][data-theme=dark] .chat-shell{--text-primary:#fff;--text-secondary:#dbe6e9;--text-muted:#c2ced2;--border-subtle:#e4eef052}[data-chat-contrast=high] .chat-shell .chat-settings-modal__input,[data-chat-contrast=high] .chat-shell .chat-settings-modal__textarea,[data-chat-contrast=high] .chat-shell .chat-settings-modal__select{border-color:#19191973}[data-chat-contrast=high][data-theme=dark] .chat-shell .chat-settings-modal__input,[data-chat-contrast=high][data-theme=dark] .chat-shell .chat-settings-modal__textarea,[data-chat-contrast=high][data-theme=dark] .chat-shell .chat-settings-modal__select{border-color:#e4eef080}[data-chat-contrast=high] .chat-message.is-assistant .chat-message__content,[data-chat-contrast=high] .chat-composer>[data-slot=input-group]{border-color:var(--border-subtle)}
