:root{--accent: #5A4DCC;--bg: #283337;--panel: #1A252B;--panel2: #212C30;--border: #364249;--text: #fff}*{box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0}body{display:block;background:var(--bg);color:var(--text);min-height:100svh}#root{width:100%;height:100svh;display:flex;flex-direction:column;align-items:stretch}a{font-weight:500;text-decoration:none}h1{margin:0;font-weight:inherit;line-height:inherit}button{font-family:inherit;background:none;border:none;padding:0}.back-to-home{position:absolute;top:.5rem;text-align:center;font-family:Mori,sans-serif}.back-to-home a{color:#d2cbbf;font-size:20px;text-decoration:none}.chat-title{width:100%;max-width:1000px;text-align:center;margin-bottom:1.5rem}.chat-title h1{font-size:4rem;font-weight:800;color:#dabb3e;margin:0;line-height:.95;word-break:break-word}.topbar{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08);background:#2b2b2b8c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{font-weight:800;font-size:19px;letter-spacing:.2px;color:var(--accent)}.topbar-sub{font-size:12px;opacity:.75;margin-top:2px}.topbar-right{display:flex;align-items:center;gap:12px}.chat-layout{height:100svh;display:flex;align-items:stretch}.chat-main{flex:1;min-width:0;min-height:0;position:relative}@media(max-width:768px){.chat-layout{height:100svh;padding:0;gap:0}.chat-main{width:100%;height:100%}}.chat-sidebar{width:260px;max-width:260px;display:flex;flex-direction:column;min-height:0;height:100%;position:static;top:auto;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px}.chat-sidebar-top{flex:0 0 auto;display:flex;flex-direction:column;gap:10px;padding-bottom:10px}.chat-sidebar-logo{display:flex;align-items:center;gap:10px;padding:6px 6px 0}.chat-sidebar-logo-img{width:22px;height:22px;object-fit:contain}.chat-sidebar-logo-mark{width:28px;height:28px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--accent) 18%,transparent);border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);color:#fff;font-weight:900}.chat-sidebar-logo-text{font-weight:900;font-size:24px;letter-spacing:.2px;color:#fff}.chat-sidebar-section-label{font-size:12px;font-weight:700;opacity:.65;padding:0 6px;margin-top:14px;margin-bottom:4px}.chat-sidebar-top-divider{height:1px;width:100%;background:#ffffff14}.chat-sidebar-new-ico{width:15px;height:15px;object-fit:contain;flex:0 0 auto}.chat-sidebar-new-text{font-weight:600;line-height:1}.chat-sidebar-new-wide{width:100%;border-radius:10px;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:9px 12px;font-size:15px}.chat-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.chat-sidebar-title{font-weight:700}.chat-sidebar-bottom{flex:0 0 auto;padding-top:10px;border-top:1px solid rgba(255,255,255,.08);margin-top:10px}.chat-sidebar-empty{opacity:.7;font-size:13px;padding:8px 4px}.chat-history-loading{padding:8px 0;opacity:.8;font-size:13px}.chat-sidebar-list{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:scroll;display:flex;flex-direction:column;gap:1px;padding-right:8px;scrollbar-width:thin;scrollbar-color:#5A4DCC transparent}.chat-sidebar-list::-webkit-scrollbar{width:10px}.chat-sidebar-list::-webkit-scrollbar-track{background:transparent}.chat-sidebar-list::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 85%,#ffffff),color-mix(in srgb,var(--accent) 55%,#000000));border:3px solid rgba(0,0,0,0);background-clip:padding-box}.chat-sidebar-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 95%,#ffffff),color-mix(in srgb,var(--accent) 65%,#000000));background-clip:padding-box}.chat-sidebar-login{width:100%;border-radius:10px;padding:10px 12px;cursor:pointer;background:color-mix(in srgb,var(--accent) 22%,transparent);color:#fff;border:1px solid color-mix(in srgb,var(--accent) 35%,transparent);font-size:16px}.chat-sidebar-login:hover{background:color-mix(in srgb,var(--accent) 30%,transparent)}.chat-sidebar-new{cursor:pointer;background:#5a4dcc;color:#fff;border:1px solid #4b41a8;padding:6px 10px;border-radius:10px;font-size:16px}.chat-sidebar-new:hover{background:color-mix(in srgb,var(--accent) 30%,transparent)}.chat-sidebar-row{position:relative;margin-right:2px;background:transparent;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;min-height:40px;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .08s ease}.chat-sidebar-row:hover{background:#232c30;border:1px solid rgba(255,255,255,.08)}.chat-sidebar-row:hover .chat-sidebar-more,.chat-sidebar-row.menu-open .chat-sidebar-more{opacity:1;pointer-events:auto}.chat-sidebar-row:active{transform:translateY(1px)}.chat-sidebar-row.active{background:#232c30;border-color:color-mix(in srgb,var(--accent) 60%,transparent)}.chat-sidebar-row.active .chat-sidebar-item,.chat-sidebar-item.active{outline:none;box-shadow:none;border:none}.chat-sidebar-row .chat-sidebar-item{flex:1;min-width:0;color:#fff;text-align:left;background:transparent;border:none;padding:0;border-radius:0}.chat-sidebar-item-title{font-weight:650;font-size:14px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-sidebar-item-sub{font-size:12px;line-height:1.1;opacity:.65;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-sidebar-more-wrap{position:relative;flex:0 0 auto;display:flex;align-items:center}.chat-sidebar-more{height:32px;width:36px;padding:0;display:flex;align-items:center;justify-content:center;color:#fff;background:none;border:none;border-radius:10px;font-size:20px;line-height:1;cursor:pointer}.chat-sidebar-more{opacity:0;pointer-events:none;transition:opacity .15s ease}.chat-sidebar-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:150px;background:#121212f5;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:6px;z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 30px #00000073}.chat-sidebar-menu-item{width:100%;text-align:left;padding:10px;border:none;border-radius:10px;cursor:pointer;background:transparent;color:#fff;font-size:14px}.chat-sidebar-menu-item:hover{background:#ffffff0f}.chat-sidebar-menu-item.danger{color:#ffb3b3}.chat-sidebar-row:has(.chat-sidebar-menu){z-index:1000}.chat-sidebar.chat-sidebar-mobile{width:100%;max-width:none;height:100%;position:static;border-radius:0;border:none;background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none;padding:14px}.chat-sidebar-mobile-top{padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.chat-sidebar-brand{font-weight:800;font-size:16px;color:#fff;margin-bottom:10px}.chat-sidebar-new-wide{width:100%;padding:10px 12px;border-radius:10px}.chat-sidebar-user{width:100%;display:flex;align-items:center;justify-content:flex-start;text-align:left;padding:12px;border-radius:10px;background:transparent;border:1px solid rgba(255,255,255,.08);color:#fff;cursor:pointer}.chat-sidebar-user-wrap{position:relative;width:100%}.chat-sidebar-user:hover{background:#232c30}.chat-sidebar-user-name{flex:1;min-width:0;font-weight:650;font-size:14px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-sidebar-user-more-wrap{position:relative;flex:0 0 auto;display:flex;align-items:center}.chat-sidebar-menu.chat-sidebar-menu-user{top:auto;bottom:calc(100% + 8px);right:0}.chat-container{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--border);overflow:hidden;position:relative}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;border-bottom:1px solid rgba(255,255,255,.08);background:var(--bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-user-select:none;user-select:none}.chat-mobile-topbar{height:56px;padding:10px 12px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border);background:var(--bg)}.chat-mobile-spacer{flex:1}.chat-mobile-btn{height:40px;padding:0 12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:var(--accent);color:#fff;font-size:16px;font-weight:700;cursor:pointer}.chat-mobile-btn.menu{background:var(--panel)}#chat{position:relative;overflow-y:auto;flex:1;display:flex;flex-direction:column;padding:22px 28px 80px}.chat-shell{width:100%;max-width:980px;margin:0 auto}.chat-messages{display:flex;flex-direction:column;gap:1.25rem;min-height:100%;position:relative}.chat-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center;font-size:1.25rem;line-height:1.45;font-weight:500;color:#ffffffbf;-webkit-user-select:none;user-select:none;pointer-events:none}.chat-empty b{color:var(--accent);font-weight:700}.composer-wrap{position:sticky;bottom:0;padding:0 28px 18px;padding-bottom:calc(18px + env(safe-area-inset-bottom));background:linear-gradient(to top,color-mix(in srgb,var(--panel) 92%,transparent),transparent)}.composer-shell{width:100%;max-width:980px;margin:0 auto}#chat::-webkit-scrollbar{width:8px}#chat::-webkit-scrollbar-track{background:var(--panel);border-radius:4px}#chat::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px;border:2px solid var(--panel)}@media(max-width:768px){#chat{padding:14px 14px 84px}.composer-wrap{padding:0 14px 14px;padding-bottom:calc(14px + env(safe-area-inset-bottom))}.chat-empty{font-size:1.1rem;padding:20px}}.message{max-width:72%;padding:.75rem 1rem;border-radius:10px;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}.user{background-color:var(--bg);align-self:flex-end;border-bottom-right-radius:0;color:#f0f0f0;font-weight:500}.assistant{background-color:#232c30;align-self:flex-start;border-bottom-left-radius:0}.message a{display:inline-block;background-color:var(--accent);color:#1e1e1e;text-decoration:none;padding:.4rem .8rem;margin-top:.3rem;border-radius:8px;font-weight:600;transition:background-color .3s ease,color .3s ease;word-break:break-word}.message a:hover{background-color:#7556ac;color:#fff}.loading-spinner{width:24px;height:24px;animation:spin 1s linear infinite;align-self:flex-start;flex-shrink:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message .msg-line{white-space:pre-wrap}.message .md-h3{background:var(--accent);color:#f7f7f7;font-weight:800;padding:.35rem .6rem;border-radius:8px;display:inline-block;margin:.2rem 0}.msg-table-wrap{overflow-x:auto;margin:8px 0}.msg-table{border-collapse:collapse;width:100%;min-width:520px}.msg-table th,.msg-table td{border:1px solid rgba(255,255,255,.15);padding:8px 10px;vertical-align:top}.msg-table thead th{font-weight:700;background:#ffffff0f}.msg-table tbody tr:nth-child(2n) td{background:#ffffff08}.input-form{position:relative;width:100%;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:color-mix(in srgb,var(--bg) 70%,transparent);box-shadow:0 10px 30px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.input-form__textarea{width:100%;background:transparent;color:#fff;border:none;outline:none;resize:none;padding:14px 54px 14px 16px;font-size:1rem;line-height:1.35;overflow-y:hidden;height:auto;min-height:52px;max-height:200px}.input-form__textarea::-webkit-scrollbar{width:6px}.input-form__textarea::-webkit-scrollbar-track{background:transparent}.input-form__textarea::-webkit-scrollbar-thumb{background-color:#555;border-radius:6px;border:1px solid rgba(0,0,0,.2)}.input-form:focus-within{border-color:color-mix(in srgb,var(--accent) 55%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent),0 10px 30px #00000040}.input-form__send{position:absolute;right:10px;bottom:10px;width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:color-mix(in srgb,var(--accent) 18%,transparent);color:#ffffffeb;display:grid;place-items:center;cursor:pointer;transition:transform .08s ease,opacity .15s ease,background .15s ease}.input-form__send:active{transform:translateY(1px)}.input-form__send:disabled{opacity:.35;cursor:default}@media(max-width:768px){.input-form__textarea{min-height:50px;padding:13px 52px 13px 14px}.input-form__send{right:9px;bottom:9px;width:33px;height:33px}}.scenario-bar{max-width:420px;padding:6px 10px;border-radius:10px;background:#232c30;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000}.scenario-title{font-weight:700;font-size:12px;color:var(--accent);white-space:nowrap;-webkit-user-select:none;user-select:none}.scenario-value{font-size:12px;color:#eaeaea;opacity:.9;line-height:1.35;word-break:break-word}.tg-login-actions{margin-top:12px;display:flex;gap:8px}.tg-login-btn{cursor:pointer}.tg-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text)}.tg-card{width:min(300px,100%);padding:18px 18px 16px;background:#242424f5;border:1px solid rgba(255,255,255,.1);border-radius:10px;box-shadow:0 18px 50px #0000008c}.tg-card-title{margin:0 0 8px;color:#fff;font-weight:800}.tg-card-text{margin:8px 0 12px;color:#ffffffd1;line-height:1.35}.tg-code-input{width:100%;padding:10px 12px;background:var(--panel2);color:#fff;border-radius:10px;border:1px solid var(--border);outline:none}.tg-code-input:focus{border-color:color-mix(in srgb,var(--accent) 70%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 25%,transparent)}.tg-error{margin-top:10px;color:#ffb3b3}.tg-card-actions{margin-top:12px;display:flex;gap:10px}.tg-card-actions .tg-primary,.tg-card-actions .tg-secondary{cursor:pointer;height:auto;padding:10px 14px;border-radius:10px;font-size:14px;font-weight:700;border:1px solid transparent}.tg-card-actions .tg-primary{background:var(--accent);color:#1e1e1e;border-color:color-mix(in srgb,var(--accent) 35%,transparent)}.tg-card-actions .tg-secondary{background:#ffffff14;color:#ffffffeb;border-color:#ffffff1f}.tg-card-actions .tg-secondary:hover{background:#ffffff1f}.tg-card-actions .tg-primary:hover{filter:brightness(1.05)}.modal-overlay{position:fixed;inset:0;z-index:99999;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:16px}.modal-card{width:min(520px,92vw);border-radius:10px;background:#161c20;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 50px #0000008c;padding:18px 18px 16px}.modal-title{font-weight:800;font-size:18px;color:#fff;margin-bottom:12px}.modal-text{font-size:14px;line-height:1.35;color:#ffffffeb;margin-bottom:8px}.modal-subtext{font-size:13px;line-height:1.35;color:#ffffff9e;margin-bottom:16px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:14px}.modal-actions .modal-btn{height:auto;padding:10px 14px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;border:1px solid transparent}.modal-actions .modal-btn-secondary{background:#ffffff14;color:#ffffffeb;border-color:#ffffff1f}.modal-actions .modal-btn-secondary:hover{background:#ffffff1f}.modal-actions .modal-btn-danger{background:#e5484d;color:#fff;border-color:#ffffff1f}.modal-actions .modal-btn-danger:hover{filter:brightness(1.05)}.modal-actions .modal-btn-save{background:var(--accent);color:#fff;border-color:#ffffff1f}.modal-actions .modal-btn-save:hover{filter:brightness(1.05)}.bot-links{margin:10px 0 12px;display:flex;gap:10px;flex-wrap:wrap}.bot-btn{flex:1;min-width:170px;display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;font-size:14px;font-weight:800;text-decoration:none;border:1px solid rgba(255,255,255,.12);background:#ffffff14;color:#ffffffeb}.bot-btn:hover{background:#ffffff1f}.bot-btn-tg{background:linear-gradient(135deg,#40a4ff2e,#50dcff2e);border-color:#50c8ff73;color:#e9f6ff}.bot-btn-tg:hover{background:linear-gradient(135deg,#40a4ff47,#50dcff47);box-shadow:0 0 0 3px #50c8ff2e,0 6px 20px #50c8ff40}.bot-btn-max{background:linear-gradient(135deg,#a05aff33,#ff5ac833);border-color:#dc78ff73;color:#f9ecff}.bot-btn-max:hover{background:linear-gradient(135deg,#a05aff4d,#ff5ac84d);box-shadow:0 0 0 3px #dc78ff2e,0 6px 20px #dc78ff40}.bot-qr{margin:8px 0 14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;align-items:start;justify-items:center}.bot-qr-item{width:auto;display:flex;flex-direction:column;align-items:center;gap:6px}.bot-qr-img{width:96px;height:96px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);object-fit:cover}.bot-qr-caption{font-size:12px;color:#ffffffa6}@media(max-width:768px){.bot-links{flex-direction:column}.bot-btn{width:100%;min-width:0;padding:12px 14px;font-size:16px}.bot-qr{justify-content:center;gap:18px}.bot-qr-item{width:auto}.bot-qr-img{width:104px;height:104px}}@media(max-width:768px){.tg-modal{align-items:flex-end;justify-content:stretch;padding:0}.tg-card{width:100%;max-width:none;border-radius:14px 14px 0 0;padding:16px;max-height:92svh;overflow:auto}.tg-card-actions{flex-direction:column}.tg-card-actions .tg-primary,.tg-card-actions .tg-secondary{width:100%;padding:12px 14px;border-radius:10px;font-size:16px}.modal-overlay{align-items:flex-end;justify-content:stretch;padding:0}.modal-card{width:100%;max-width:none;border-radius:10px 10px 0 0;padding:16px}.modal-actions{flex-direction:column}.modal-actions .modal-btn{width:100%;padding:12px 14px;border-radius:10px;font-size:16px}}.report-topbar-btn{padding:6px 10px;border-radius:10px;background:#232c30;border:1px solid rgba(255,255,255,.1);color:#eaeaea;font-size:14px;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}.report-topbar-btn:hover{border-color:#fff3}.report-modal-backdrop{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5000;display:flex;align-items:center;justify-content:center;padding:16px}.report-modal{width:100%;max-width:520px;background:#141a1d;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 10px 40px #00000073;color:#eaeaea}.report-modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 10px;border-bottom:1px solid rgba(255,255,255,.08)}.report-modal-title{font-size:14px;font-weight:800}.report-modal-x{background:transparent;border:none;color:#eaeaea;opacity:.8;cursor:pointer;font-size:16px}.report-modal-x:hover{opacity:1}.report-modal-body{padding:14px;display:flex;flex-direction:column;gap:12px}.report-modal-body{max-height:min(70vh,520px);overflow-x:hidden;overflow-y:auto;padding-right:8px;scrollbar-width:thin;scrollbar-color:#5A4DCC transparent}.report-field{display:flex;flex-direction:column;gap:6px}.report-label{font-size:12px;font-weight:700;color:var(--accent)}.report-input{width:100%;padding:10px;border-radius:10px;background:#232c30;border:1px solid rgba(255,255,255,.1);color:#eaeaea;outline:none}.report-input:focus{border-color:#ffffff38}.report-textarea{width:100%;padding:10px;border-radius:10px;background:#232c30;border:1px solid rgba(255,255,255,.1);color:#eaeaea;outline:none;resize:vertical}.report-textarea:focus{border-color:#ffffff38}.report-error{font-size:12px;color:#ffb4b4;background:#ff5a5a1f;border:1px solid rgba(255,90,90,.2);padding:10px;border-radius:10px}.report-modal-actions{padding:12px 14px 14px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid rgba(255,255,255,.08)}.report-btn{padding:10px 12px;border-radius:10px;cursor:pointer;background:transparent;border:1px solid rgba(255,255,255,.14);color:#eaeaea;font-weight:700;font-size:12px}.report-btn:disabled{opacity:.6;cursor:default}.report-btn-primary{background:var(--accent);border-color:transparent;color:#111}.report-modal-body::-webkit-scrollbar{width:10px}.report-modal textarea{resize:none}.report-modal-body::-webkit-scrollbar-track{background:transparent}.report-modal-body::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 85%,#ffffff),color-mix(in srgb,var(--accent) 55%,#000000));border:3px solid rgba(0,0,0,0);background-clip:padding-box}.report-modal-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 95%,#ffffff),color-mix(in srgb,var(--accent) 65%,#000000));background-clip:padding-box}.info-topbar-btn{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#232c30d9;border:1px solid rgba(255,255,255,.1);color:#e9ecf5eb;font-weight:900;cursor:pointer}.info-topbar-btn:hover{background:#e9ecf514;border-color:#9d7adb73}.info-modal-overlay{position:fixed;inset:0;z-index:5000;background:#0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:14px}.info-modal-card{width:100%;max-width:520px;background:#161c20;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 18px 60px #0000008c;color:#eaeaea;transform:translateY(4px);animation:infoModalIn .12s ease-out forwards;overflow:hidden}@keyframes infoModalIn{to{transform:translateY(0)}}.info-modal-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.info-modal-title{font-size:13px;font-weight:800;letter-spacing:.2px}.info-modal-x{width:30px;height:30px;display:grid;place-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#eaeaea;cursor:pointer;font-size:14px;transition:background .12s ease,transform .12s ease}.info-modal-x:hover{background:#ffffff14;transform:translateY(-1px)}.info-modal-body{padding:12px 6px 12px 14px;display:flex;flex-direction:column;gap:10px;max-height:min(72vh,520px);overflow-y:auto;overflow-x:hidden;font-size:13px;line-height:1.32;scrollbar-width:thin;scrollbar-color:#5A4DCC transparent}.info-modal-body>div{padding:8px 10px;border-radius:10px;background:#ffffff09;border:1px solid rgba(255,255,255,.07)}.info-modal-body>div b{font-weight:700}.info-modal-body::-webkit-scrollbar{width:8px}.info-modal-body::-webkit-scrollbar-track{background:transparent}.info-modal-body::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 80%,#ffffff),color-mix(in srgb,var(--accent) 55%,#000000));border:2px solid rgba(0,0,0,0);background-clip:padding-box}.info-modal-actions{padding:10px 14px 14px;display:flex;justify-content:flex-end;border-top:1px solid rgba(255,255,255,.08)}.info-modal-card button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(max-width:768px){.chat-layout .chat-sidebar:not(.chat-sidebar-mobile){display:none}.chat-container{height:100svh;border-radius:0;border:none;box-shadow:none}#chat{padding:12px 12px 18px}.mobile-drawer-overlay{position:fixed;inset:0;z-index:99999;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.mobile-drawer{position:absolute;top:0;left:0;width:min(88vw,360px);height:100%;background:#121212f5;border-right:1px solid rgba(255,255,255,.1);box-shadow:20px 0 50px #0000008c}.message{max-width:86%}}
