.chat-panel{--chat-bg:#fff;--chat-surface:#f7f6fc;--chat-border:#e4e0f5;--chat-text:#1a1630;--chat-muted:#6b6685;--chat-primary:#6442fa;--chat-user-bg:#efebff;--chat-assistant-bg:#f3f4f8;--chat-code-bg:#f6f8fa;--chat-code-bar-bg:#eef1f6;position:fixed;bottom:0;right:0;z-index:51;display:flex;flex-direction:column;width:100%;max-width:440px;height:min(720px,100vh);max-height:100vh;background:var(--chat-bg);border:1px solid var(--chat-border);border-bottom:none;border-radius:16px 16px 0 0;box-shadow:0 12px 40px rgba(26,22,48,.16);overflow:hidden}@media (min-width:768px){.chat-panel{bottom:0;right:1.25rem;height:min(680px,100vh);max-height:100vh;border-radius:16px 16px 0 0;border-bottom:none}}.chat-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid var(--chat-border);background:linear-gradient(180deg,rgba(100,66,250,.08),rgba(100,66,250,.02))}.chat-panel__title{display:flex;align-items:center;gap:.45rem;margin:0;color:var(--chat-text);font-size:.95rem;font-weight:650;min-width:0}.chat-panel__title-light{font-size:.85rem;font-weight:500;color:var(--chat-text);white-space:nowrap}.chat-panel__asi-logo{width:6.5rem;max-width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.chat-fab{position:fixed;right:1.5rem;bottom:1.5rem;z-index:40;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.7rem 1rem;border:1px solid rgba(100,66,250,.2);border-radius:14px;background:#fff;color:var(--chat-text,#1a1630);box-shadow:0 8px 24px rgba(26,22,48,.12);cursor:pointer;transition:transform .12s ease,border-color .12s ease}.chat-fab:hover{transform:translateY(-2px);border-color:rgba(100,66,250,.55)}.chat-fab__light{font-size:.85rem;font-weight:500;color:#000}.chat-fab__logo{width:6.5rem;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.chat-related{display:flex;flex-direction:column;align-items:stretch;gap:.45rem;margin-top:.85rem}.chat-related__label{margin:0;font-size:.8rem;font-weight:700;color:var(--chat-text)}.chat-related__chip{border:1px solid var(--chat-border);background:#fff;color:var(--chat-text);border-radius:12px;padding:.55rem .75rem;font-size:.78rem;font-weight:500;line-height:1.35;text-align:left;cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}.chat-related__chip:hover{border-color:rgba(100,66,250,.45);background:rgba(100,66,250,.08);color:var(--chat-primary)}.chat-panel__actions{display:flex;align-items:center;gap:.15rem}.chat-panel__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:8px;background:transparent;color:var(--chat-muted);cursor:pointer}.chat-panel__icon-btn:hover{background:rgba(100,66,250,.08);color:var(--chat-primary)}.chat-panel__stop{flex-shrink:0;height:2.25rem;padding:0 .85rem;border:none;border-radius:10px;background:#1a1630;color:#fff;font-size:.8rem;font-weight:600;cursor:pointer}.chat-panel__stop:hover{background:#2c2548}.chat-history{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--chat-surface)}.chat-history__nav{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--chat-border);background:var(--chat-bg)}.chat-history__back{border:none;background:transparent;color:var(--chat-primary);font-size:.82rem;font-weight:600;cursor:pointer;padding:0}.chat-history__heading{font-size:.88rem;font-weight:650;color:var(--chat-text)}.chat-history__list{flex:1;overflow-y:auto;padding:.75rem 1rem 1rem}.chat-history__empty{margin:1rem 0;color:var(--chat-muted);font-size:.85rem;text-align:center}.chat-history__section{margin:.75rem 0 .4rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--chat-muted)}.chat-history__item{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;text-align:left;border:1px solid var(--chat-border);border-radius:12px;background:#fff;color:var(--chat-text);padding:.7rem 2rem .7rem .85rem;margin-bottom:.45rem;cursor:pointer}.chat-history__item:hover{border-color:rgba(100,66,250,.4);background:rgba(100,66,250,.05)}.chat-history__item--active{border-color:rgba(100,66,250,.55);background:rgba(100,66,250,.08)}.chat-history__item-title{font-size:.82rem;font-weight:600;line-height:1.35;padding-right:.25rem}.chat-history__item-meta{font-size:.72rem;color:var(--chat-muted)}.chat-history__item-delete{position:absolute;top:.45rem;right:.45rem;width:1.35rem;height:1.35rem;border-radius:6px;display:grid;place-items:center;color:var(--chat-muted);font-size:1rem;line-height:1}.chat-history__item-delete:hover{background:rgba(0,0,0,.06);color:#b42318}.chat-panel__close{border:none;background:transparent;color:var(--chat-text);font-size:1.15rem;line-height:1;cursor:pointer;padding:.25rem .4rem;border-radius:8px}.chat-panel__close:hover,.chat-panel__messages{background:var(--chat-surface)}.chat-panel__messages{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1rem}.chat-msg{display:flex;gap:.65rem;align-items:flex-start;margin-bottom:.85rem;min-width:0}.chat-msg--user{justify-content:flex-end}.chat-msg__avatar{flex-shrink:0;width:2rem;height:2rem;border-radius:999px;background:#fff;display:grid;place-items:center;border:1px solid var(--chat-border);overflow:hidden}.chat-msg__avatar-logo{width:28px;height:28px;display:block;margin:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.chat-msg__bubble{min-width:0;max-width:100%;color:var(--chat-text);font-size:.88rem;line-height:1.55;padding-top:.2rem}.chat-msg--user .chat-msg__bubble{width:-moz-fit-content;width:fit-content;max-width:min(85%,22rem);padding:.7rem 1rem;border-radius:18px;background:var(--chat-user-bg)}.chat-msg--assistant .chat-msg__bubble{flex:1;padding:.2rem 0 0}.chat-msg--user .chat-msg__bubble p{margin:0}.chat-empty{display:flex;flex-direction:column;align-items:stretch;gap:.85rem;padding:.5rem .15rem .25rem}.chat-empty__brand{width:2.75rem;height:2.75rem;border-radius:999px;background:#fff;border:1px solid var(--chat-border);display:grid;place-items:center;margin:0 auto .15rem}.chat-empty__mark{width:1.15rem;height:1.15rem;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.chat-empty__text{margin:0;text-align:center;color:var(--chat-muted);font-size:.88rem;line-height:1.55}.chat-empty__suggestions{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.chat-empty__chip{text-align:left;border:1px solid var(--chat-border);border-radius:12px;background:#fff;color:var(--chat-text);padding:.7rem .85rem;font-size:.82rem;font-weight:500;line-height:1.35;cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}.chat-empty__chip:hover{border-color:rgba(100,66,250,.45);background:rgba(100,66,250,.08);color:var(--chat-primary)}.chat-panel__input-wrap{display:flex;align-items:center;gap:.55rem;padding:.55rem .65rem;border:1px solid var(--chat-border);border-radius:14px;background:#fff}.chat-panel__send{flex-shrink:0;width:2.25rem;height:2.25rem;border:none;border-radius:10px;background:var(--chat-primary);color:#fff;display:grid;place-items:center;cursor:pointer;padding:0}.chat-panel__send:disabled{opacity:.45;cursor:not-allowed}.chat-panel__send svg{display:block;margin:0}.chat-thinking{display:inline-flex;align-items:center;gap:.3rem;min-height:1.35rem;padding:.55rem .75rem;border-radius:12px;background:#fff;border:1px solid var(--chat-border)}.chat-thinking span{width:.42rem;height:.42rem;border-radius:999px;background:var(--chat-primary);animation:chat-thinking-dot 1.1s ease-in-out infinite}.chat-thinking span:nth-child(2){animation-delay:.14s}.chat-thinking span:nth-child(3){animation-delay:.28s}@keyframes chat-thinking-dot{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-.24rem)}}.chat-panel__composer{border-top:1px solid var(--chat-border);padding:.75rem .85rem max(.75rem,env(safe-area-inset-bottom));background:var(--chat-bg)}.chat-panel__input{flex:1;border:none;outline:none;resize:none;background:transparent;font-size:.9rem;line-height:1.4;max-height:120px}.chat-md,.chat-panel__input{min-width:0;color:var(--chat-text)}.chat-md{max-width:100%;overflow-wrap:anywhere;word-break:break-word;font-size:.88rem;line-height:1.55}.chat-md>:first-child{margin-top:0}.chat-md>:last-child{margin-bottom:0}.chat-md .chat-md-code,.chat-md .chat-md__table-wrap,.chat-md blockquote,.chat-md ol,.chat-md p,.chat-md ul{margin:0 0 .65rem}.chat-md .chat-md-code:last-child,.chat-md .chat-md__table-wrap:last-child,.chat-md blockquote:last-child,.chat-md ol:last-child,.chat-md p:last-child,.chat-md ul:last-child{margin-bottom:0}.chat-md h1,.chat-md h2,.chat-md h3,.chat-md h4{margin:.85rem 0 .4rem;font-size:.95rem;line-height:1.35;font-weight:700;color:var(--chat-text)}.chat-md h1:first-child,.chat-md h2:first-child,.chat-md h3:first-child,.chat-md h4:first-child{margin-top:0}.chat-md ol,.chat-md ul{padding-left:1.2rem}.chat-md li{margin:.2rem 0}.chat-md a{color:var(--chat-primary);text-decoration:underline;text-underline-offset:2px;word-break:break-word}.chat-md strong{font-weight:700}.chat-md code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.82em;border:1px solid var(--chat-border);border-radius:5px;padding:.1rem .3rem}.chat-md code,.chat-md-code{background:var(--chat-code-bg)}.chat-md-code{min-width:0;max-width:100%;border-radius:8px;overflow:hidden;border:1px solid var(--chat-border)}.chat-md-code__bar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .65rem;background:var(--chat-code-bar-bg);border-bottom:1px solid var(--chat-border)}.chat-md-code__lang{font-size:.68rem;font-weight:600;text-transform:lowercase;color:var(--chat-muted)}.chat-md-code__copy{border:none;background:transparent;color:var(--chat-primary);font-size:.7rem;font-weight:600;cursor:pointer;padding:.2rem .35rem;border-radius:6px}.chat-md-code pre{margin:0;padding:.7rem .75rem;overflow-x:auto;background:transparent;color:#24292f;font-size:.78rem;line-height:1.5}.chat-md-code code{border:none;background:transparent;padding:0;font-size:inherit;white-space:pre}.chat-md__table-wrap{overflow-x:auto;max-width:100%;border:1px solid var(--chat-border);border-radius:10px;background:#fff}.chat-md table{width:100%;border-collapse:collapse;font-size:.78rem}.chat-md td,.chat-md th{padding:.45rem .55rem;border-bottom:1px solid var(--chat-border);text-align:left;vertical-align:top}.chat-md th{background:var(--chat-surface);font-weight:650}.chat-md tr:last-child td{border-bottom:none}