html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--accent-primary: #635bff;--accent-light: #eef0ff;--border-subtle: #e6eaf0;--foreground-primary: #111827;--foreground-secondary: #4b5563;--foreground-muted: #8a94a6;--foreground-inverse: #ffffff;--surface-primary: #ffffff;--surface-panel: #fafbfd;--surface-soft: #f6f8fb;--success: #13a86b;--warning: #ff9d00;--danger: #dc2626;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--foreground-primary);background:var(--surface-primary)}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;overflow:hidden}body{margin:0;background:var(--surface-primary)}.app-toast{position:fixed;top:24px;right:24px;z-index:2400;display:grid;grid-template-columns:22px minmax(0,1fr) 28px;align-items:center;gap:10px;width:320px;min-height:58px;padding:0 12px 0 16px;overflow:hidden;border:1px solid var(--border-subtle);border-left:4px solid #22c55e;border-radius:8px;color:var(--foreground-primary);background:#fff;box-shadow:0 18px 38px #11182724;font-size:14px;font-weight:650}.app-toast-icon{color:#22c55e}.app-toast.success{border-left-color:var(--success)}.app-toast.success .app-toast-icon{color:var(--success)}.app-toast.success .app-toast-progress{background:var(--success)}.app-toast.warning{border-left-color:var(--warning)}.app-toast.warning .app-toast-icon{color:var(--warning)}.app-toast.warning .app-toast-progress{background:var(--warning)}.app-toast.danger{border-left-color:var(--danger)}.app-toast.danger .app-toast-icon{color:var(--danger)}.app-toast.danger .app-toast-progress{background:var(--danger)}.app-toast-close{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:8px;color:var(--foreground-muted);background:transparent;cursor:pointer}.app-toast-close:hover{color:var(--foreground-primary);background:var(--surface-panel)}.app-toast-progress{position:absolute;left:0;bottom:0;width:100%;height:3px;background:#22c55e;animation:toastProgress 2.6s linear forwards}.toast-slide-enter-active,.toast-slide-leave-active{transition:opacity .2s ease,transform .2s cubic-bezier(.2,.8,.2,1)}.toast-slide-enter-from,.toast-slide-leave-to{opacity:0;transform:translate(18px) translateY(-6px)}button{font:inherit}.chat-shell,.profile-shell{display:grid;grid-template-columns:300px minmax(0,1fr);width:100vw;height:100vh;margin:0;overflow:hidden;background:var(--surface-primary)}.app-sidebar,.profile-sidebar{display:flex;flex-direction:column;gap:22px;height:100%;min-height:0;padding:28px 22px;background:var(--surface-panel);border-right:1px solid var(--border-subtle)}.brand-mark{display:flex;align-items:center;gap:12px}.brand-logo{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;color:var(--foreground-inverse);font-size:16px;font-weight:700;background:var(--foreground-primary)}.brand-name{font-size:18px;font-weight:750}.new-chat-btn,.auth-submit,.full-dark-button,.sign-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;border:0;border-radius:999px;color:var(--foreground-inverse);background:var(--foreground-primary)!important;box-shadow:none;font-weight:760;cursor:pointer;transition:transform .16s ease,opacity .18s ease,background .18s ease}.new-chat-btn:hover,.auth-submit:hover,.full-dark-button:hover,.sign-button:hover{transform:translateY(-1px)}.full-dark-button{transition:transform .16s ease,box-shadow .16s ease,background .16s ease,opacity .18s ease}.full-dark-button:hover{background:#0b1220!important;box-shadow:0 12px 24px #11182733}.full-dark-button:active{transform:translateY(0) scale(.98);box-shadow:0 7px 16px #11182729}.full-dark-button:focus-visible{outline:3px solid rgba(17,24,39,.18);outline-offset:3px}.new-chat-btn:disabled,.auth-submit:disabled,.full-dark-button:disabled,.sign-button:disabled,.send-button:disabled{cursor:not-allowed;opacity:.42;transform:none}.new-chat-btn{height:46px}.history-search{display:flex;align-items:center;gap:7px;height:42px;padding:0 6px 0 12px;border:1px solid var(--border-subtle);border-radius:12px;color:var(--foreground-muted);background:var(--surface-primary);font-size:13px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.history-search:hover,.history-search:focus-within{border-color:var(--foreground-primary);background:linear-gradient(180deg,#22c55e0d,#fff0 190px),#fff;box-shadow:inset 0 0 0 1px var(--foreground-primary)}.history-search>span{display:none}.history-search-input{flex:1 1 auto;min-width:0;height:100%;padding:0;border:0;outline:0;color:var(--foreground-primary);background:transparent;font-size:13px}.history-search-input::placeholder{color:var(--foreground-muted)}.history-clear-button,.history-search-button{display:grid;flex:0 0 auto;width:32px;height:30px;place-items:center;border:0;border-radius:9px;color:var(--foreground-muted);background:transparent;cursor:pointer;transition:color .16s ease,background .16s ease}.history-clear-button{width:28px;height:28px;font-size:18px;line-height:1}.history-clear-button:hover{color:var(--foreground-primary);background:var(--surface-panel)}.history-search-button{color:var(--foreground-primary);background:var(--surface-soft)}.history-search-button:hover{background:#eef2f7}.history-title{color:var(--foreground-muted);font-size:12px;font-weight:760}.history-list{display:flex;flex:1 1 auto;flex-direction:column;gap:8px;min-height:0;overflow-y:auto;padding-right:6px;scrollbar-color:#c8d0dc transparent;scrollbar-gutter:stable;scrollbar-width:thin}.history-list::-webkit-scrollbar{width:6px}.history-list::-webkit-scrollbar-thumb{border-radius:999px;background:#c8d0dc}.history-list::-webkit-scrollbar-track{background:transparent}.history-item{display:flex;align-items:center;flex:0 0 62px;gap:8px;width:100%;height:62px;padding:0 8px 0 12px;border:1px solid transparent;border-radius:14px;color:var(--foreground-primary);background:transparent;transition:background .18s ease,border-color .18s ease}.history-open{display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;gap:6px;min-width:0;height:100%;padding:0;border:0;color:inherit;text-align:left;background:transparent;cursor:pointer}.history-open-title{overflow:hidden;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.history-open span{color:var(--foreground-muted);font-size:11px}.history-item.active,.history-item:hover{border-color:var(--border-subtle);background:var(--surface-primary)}.history-delete-action{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:6px;width:28px;height:28px;padding:0;overflow:hidden;border:0;border-radius:8px;color:var(--foreground-muted);background:transparent;cursor:pointer;font-size:12px;font-weight:750;white-space:nowrap;transition:width .16s ease,color .16s ease,background .16s ease}.history-delete-action span,.history-delete-action .history-trash-icon{display:none}.history-delete-action:hover{width:66px;color:#dc2626;background:#fef2f2}.history-delete-action:hover span,.history-delete-action:hover .history-trash-icon{display:inline-block}.history-delete-action:hover .history-more-icon{display:none}.history-empty{display:grid;min-height:92px;place-items:center;border:1px dashed var(--border-subtle);border-radius:14px;color:var(--foreground-muted);background:#ffffff85;font-size:13px;font-weight:700}.history-delete-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;display:grid;place-items:center;background:#1118275c}.history-delete-modal{width:420px;padding:30px;border-radius:18px;background:#fff;box-shadow:0 24px 70px #11182733}.history-delete-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;color:#dc2626;background:#fef2f2}.history-delete-modal h3{margin:18px 0 8px;color:var(--foreground-primary);font-size:20px;font-weight:760}.history-delete-modal p{margin:0;color:var(--foreground-secondary);font-size:14px;line-height:1.7}.history-delete-name{margin-top:16px;padding:12px 14px;overflow:hidden;border:1px solid var(--border-subtle);border-radius:12px;color:var(--foreground-primary);background:var(--surface-panel);font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.history-delete-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.history-delete-cancel,.history-delete-confirm{height:38px;padding:0 18px;border-radius:10px;font-size:14px;font-weight:750;cursor:pointer}.history-delete-cancel{border:1px solid var(--border-subtle);color:var(--foreground-secondary);background:#fff}.history-delete-confirm{border:1px solid #dc2626;color:#fff;background:#dc2626}.chat-main,.profile-main{display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;padding:28px 42px}.chat-main{gap:22px;width:100%;position:relative}.profile-main{width:100%;gap:18px}.chat-topbar,.profile-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:66px}.chat-topbar-copy,.profile-topbar-copy{min-width:0}.chat-topbar h1,.profile-topbar h1{margin:0 0 5px;font-size:26px;font-weight:760;letter-spacing:0}.chat-topbar p,.profile-topbar p{margin:0;color:var(--foreground-secondary);font-size:13px}.chat-user-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.mobile-nav-toggle,.mobile-sidebar-close{display:none}.mobile-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#11182766;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.muted-icon{color:var(--foreground-muted);width:20px;height:20px}.announcement-wrap{position:relative}.announcement-trigger{position:relative;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:999px;color:var(--foreground-muted);background:transparent;cursor:pointer;transition:color .16s ease,background .16s ease,transform .16s ease}.announcement-trigger:hover,.announcement-wrap.open .announcement-trigger{color:var(--foreground-primary);background:var(--surface-panel);transform:translateY(-1px)}.announcement-dot{position:absolute;top:8px;right:8px;width:7px;height:7px;border:2px solid #fff;border-radius:999px;background:#ef4444}.announcement-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2300;display:grid;place-items:center;background:#1118275c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.announcement-modal{width:min(900px,calc(100vw - 36px));max-height:min(760px,calc(100vh - 56px));min-height:540px;padding:28px 30px 24px;border:1px solid rgba(17,24,39,.1);border-radius:18px;background:linear-gradient(180deg,#1118270b,#fff0 210px),#fff;box-shadow:0 30px 90px #1118273d;opacity:1;transform:none;overflow:hidden}.announcement-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-height:76px;padding-bottom:20px;border-bottom:1px solid var(--border-subtle)}.announcement-head span{display:block;color:var(--foreground-muted);font-size:12px;font-weight:760}.announcement-head strong{display:block;margin-top:8px;color:var(--foreground-primary);font-size:22px;font-weight:820;word-break:break-word}.announcement-head p{max-width:680px;margin:7px 0 0;color:var(--foreground-secondary);font-size:13px;font-weight:650;line-height:1.45;word-break:break-word}.announcement-close{display:grid;flex:0 0 auto;width:32px;height:32px;place-items:center;border:1px solid transparent;border-radius:8px;color:var(--foreground-muted);background:transparent;cursor:pointer}.announcement-close:hover{color:var(--foreground-primary);border-color:var(--border-subtle);background:#fff}.announcement-loading,.announcement-empty{display:flex;min-height:250px;align-items:center;justify-content:center;gap:9px;color:var(--foreground-muted);font-size:14px;font-weight:760}.announcement-loading svg{animation:spin .8s linear infinite}.announcement-content-grid{display:grid;grid-template-columns:310px minmax(0,1fr);gap:16px;padding:18px 0;min-height:330px}.announcement-list{display:flex;max-height:370px;flex-direction:column;gap:10px;padding-right:8px;overflow-y:auto}.announcement-list::-webkit-scrollbar,.announcement-detail::-webkit-scrollbar{width:8px}.announcement-list::-webkit-scrollbar-thumb,.announcement-detail::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:999px;background:#11182738}.announcement-list-item{position:relative;display:flex;width:100%;min-height:94px;flex-direction:column;align-items:stretch;justify-content:center;gap:7px;padding:12px 13px;border:1px solid var(--border-subtle);border-radius:8px;color:var(--foreground-secondary);background:linear-gradient(180deg,#fff,var(--surface-panel));cursor:pointer;text-align:left;overflow:hidden;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.announcement-list-item:hover{border-color:#11182733;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 12px 28px #11182714;transform:translateY(-1px)}.announcement-list-item.active{border-color:#1118274d;background:linear-gradient(90deg,#11182714,#fffffffa 62%),#fff;box-shadow:0 16px 34px #1118271a,inset 0 0 0 1px #11182714;transform:translateY(-1px)}.announcement-list-item.active:before{position:absolute;top:12px;bottom:12px;left:0;width:4px;border-radius:0 999px 999px 0;background:var(--foreground-primary);content:""}.announcement-list-item.unread:after{position:absolute;top:12px;right:12px;height:20px;padding:0 8px;border-radius:999px;color:#047857;background:#dcfce7;content:"未读";font-size:11px;font-weight:850;line-height:20px}.announcement-list-title{display:flex;align-items:center;gap:7px;padding-right:40px;color:var(--foreground-primary);font-size:14px;font-weight:820;line-height:1.35;word-break:break-word}.announcement-list-title i{flex:0 0 auto;width:7px;height:7px;border-radius:999px;background:var(--success)}.announcement-list-item em{color:var(--foreground-muted);font-size:12px;font-style:normal;font-weight:700}.announcement-list-item small{color:var(--foreground-secondary);font-size:12px;font-weight:500;line-height:1.5}.announcement-detail{min-width:0;max-height:370px;padding:18px 20px;border:1px solid rgba(17,24,39,.09);border-radius:8px;background:linear-gradient(180deg,#11182709,#fff0 96px),#fff;overflow-y:auto;box-shadow:inset 0 0 0 1px #fffc}.announcement-detail-title{margin:0 0 12px;color:var(--foreground-primary);font-size:20px;font-weight:850;line-height:1.35;word-break:break-word}.announcement-detail-meta{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:12px}.announcement-detail-meta span{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;color:var(--foreground-muted);background:var(--surface-panel);box-shadow:inset 0 1px #ffffffe6;font-size:12px;font-weight:760}.announcement-md{display:block;padding:0}.announcement-md h3{grid-column:1 / -1;margin:0 0 12px;color:var(--foreground-primary);font-size:18px;font-weight:800}.announcement-md h4{margin:8px 0 10px;color:var(--foreground-primary);font-size:15px;font-weight:820}.announcement-md p{margin:0 0 12px;color:var(--foreground-secondary);font-size:14px;line-height:1.7;word-break:break-word}.announcement-md ul{display:flex;flex-direction:column;gap:9px;margin:0;padding:0;list-style:none}.announcement-md li{position:relative;padding-left:18px;color:var(--foreground-secondary);font-size:13px;line-height:1.65}.announcement-md li:before{position:absolute;top:8px;left:0;width:6px;height:6px;border-radius:999px;background:var(--foreground-primary);content:""}.announcement-md strong{color:var(--foreground-primary);font-weight:800}.announcement-md code{padding:3px 6px;border:1px solid var(--border-subtle);border-radius:7px;color:var(--foreground-primary);background:var(--surface-soft);font-family:Consolas,monospace;font-size:12px}.announcement-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.announcement-summary-card{padding:14px;border:1px solid rgba(17,24,39,.08);border-radius:8px;background:linear-gradient(180deg,#fff,#fafbfdf2)}.announcement-summary-card span,.announcement-summary-card strong{display:block}.announcement-summary-card span{color:var(--foreground-muted);font-size:12px;font-weight:760}.announcement-summary-card strong{margin-top:7px;color:var(--foreground-primary);font-size:16px;font-weight:850}.announcement-actions{display:flex;justify-content:flex-end;padding-top:4px}.announcement-read{display:inline-flex;align-items:center;justify-content:center;height:42px;min-width:104px;border:0;border-radius:999px;color:#fff;background:var(--foreground-primary);cursor:pointer;font-size:14px;font-weight:760;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,opacity .16s ease}.announcement-read:disabled{cursor:not-allowed;color:var(--foreground-muted);background:var(--surface-soft);opacity:1;transform:none;box-shadow:none}.announcement-read:hover{transform:translateY(-1px);background:#0b1220;box-shadow:0 12px 24px #11182733}.announcement-read:active{transform:translateY(0) scale(.98);box-shadow:0 7px 16px #11182729}.announcement-read:focus-visible{outline:3px solid rgba(17,24,39,.18);outline-offset:3px}.announcement-overlay-enter-active,.announcement-overlay-leave-active{transition:opacity .18s ease}.announcement-overlay-enter-from,.announcement-overlay-leave-to{opacity:0}.announcement-pop-enter-active,.announcement-pop-leave-active{transition:opacity .18s ease,transform .18s cubic-bezier(.2,.8,.2,1)}.announcement-pop-enter-from,.announcement-pop-leave-to{opacity:0;transform:translateY(8px) scale(.98)}@media(max-width:760px){.announcement-modal{max-height:calc(100vh - 28px);min-height:auto;padding:22px 20px 20px;overflow-y:auto}.announcement-summary,.announcement-content-grid{grid-template-columns:1fr}.announcement-list,.announcement-detail{max-height:none}}.avatar-trigger,.login-pill{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:999px;overflow:hidden;color:var(--foreground-inverse);background:var(--foreground-primary);font-weight:700;cursor:pointer}.avatar-trigger img,.large-avatar img{width:100%;height:100%;object-fit:cover}.avatar-trigger span,.large-avatar span{line-height:1}.profile-menu-wrap{position:relative}.profile-menu-wrap:after{position:absolute;top:36px;right:0;width:228px;height:16px;opacity:0;pointer-events:none;content:""}.login-pill{width:auto;padding:0 16px;font-size:13px}.user-popover{position:absolute;top:45px;right:0;z-index:1200;width:228px;height:172px;padding:8px;border:1px solid var(--border-subtle);border-radius:16px;background:var(--surface-primary);box-shadow:0 18px 42px #11182721;opacity:0;pointer-events:none;transform:translateY(8px) scale(.98);transform-origin:top right;visibility:hidden;transition:opacity .18s ease,transform .18s cubic-bezier(.2,.8,.2,1),visibility .18s ease}.profile-menu-wrap:hover:after,.profile-menu-wrap.open:after{opacity:1;pointer-events:auto}.profile-menu-wrap:hover .user-popover,.profile-menu-wrap.open .user-popover{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);visibility:visible}.user-popover-head{display:flex;align-items:center;gap:12px;height:64px;padding:0 10px}.popover-avatar{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;overflow:hidden;color:var(--foreground-inverse);background:var(--foreground-primary);font-weight:760}.popover-avatar img,.message-avatar img{width:100%;height:100%;object-fit:cover}.popover-avatar span,.message-avatar span{line-height:1}.user-popover-head strong,.user-popover-head span{display:block}.user-popover-head strong{font-size:14px}.user-popover-head span{margin-top:4px;color:var(--foreground-muted);font-size:12px}.quota-highlight{color:var(--success);font-weight:800}.popover-item{display:flex;align-items:center;gap:10px;width:100%;height:42px;padding:0 12px;border:0;border-radius:10px;color:var(--foreground-secondary);background:transparent;cursor:pointer;font-size:13px;font-weight:700}.popover-item.active,.popover-item:hover{color:var(--foreground-primary);background:var(--surface-panel)}.popover-item.danger{color:#dc2626}.popover-item.danger:hover{color:#dc2626;background:#fef2f2}.logout-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;display:grid;place-items:center;background:#1118275c}.logout-confirm-modal{width:420px;padding:30px;border-radius:18px;background:#fff;box-shadow:0 24px 70px #11182733}.logout-confirm-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;color:#dc2626;background:#fef2f2}.logout-confirm-modal h3{margin:18px 0 8px;color:var(--foreground-primary);font-size:20px;font-weight:760}.logout-confirm-modal p{margin:0;color:var(--foreground-secondary);font-size:14px;line-height:1.7}.logout-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.logout-confirm-cancel,.logout-confirm-ok{height:38px;padding:0 18px;border-radius:10px;font-size:14px;font-weight:750;cursor:pointer}.logout-confirm-cancel{border:1px solid var(--border-subtle);color:var(--foreground-secondary);background:#fff}.logout-confirm-ok{border:1px solid #dc2626;color:#fff;background:#dc2626}.message-panel{flex:1 1 auto;min-height:0;padding:28px;overflow:auto;border:1px solid var(--border-subtle);border-radius:24px;background:var(--surface-primary)}.message-panel .message-row:first-child{margin-top:2px}.scroll-latest-button{position:absolute;left:50%;bottom:110px;z-index:20;display:grid;width:56px;height:56px;place-items:center;border:1px solid rgba(17,24,39,.1);border-radius:999px;color:var(--foreground-primary);background:#fffffff5;box-shadow:0 10px 24px #1118271f;cursor:pointer;transform:translate(-50%);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.scroll-latest-button:hover{background:#fff;box-shadow:0 14px 30px #11182729;transform:translate(-50%) translateY(-1px)}.message-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:38px}.message-row.user{justify-content:flex-end}.message-avatar{display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;border-radius:999px;overflow:hidden;font-size:14px;font-weight:700}.assistant-avatar,.user-avatar{color:var(--foreground-inverse);background:var(--foreground-primary)}.user-bubble{position:relative;display:flex;align-items:center;width:fit-content;max-width:min(620px,60%);padding:18px;border:1px solid var(--border-subtle);border-radius:18px;color:var(--foreground-primary);background:#f8fafc;font-size:15px;line-height:1.5}.user-bubble>span{min-width:0;overflow-wrap:anywhere}.assistant-card{position:relative;width:min(720px,80%);padding:20px;border-radius:20px;background:var(--surface-panel)}.message-copy{position:absolute;right:0;bottom:-38px;display:grid;align-items:center;justify-content:center;width:30px;height:30px;padding:0;place-items:center;border:1px solid var(--border-subtle);border-radius:999px;color:var(--foreground-muted);background:var(--surface-primary);cursor:pointer;opacity:0;transition:border-color .16s ease,color .16s ease,background .16s ease,opacity .16s ease,transform .16s ease;transform:translateY(2px)}.message-copy:hover{border-color:var(--foreground-primary);color:var(--foreground-primary);background:#fff}.user-bubble:hover .message-copy,.assistant-card:hover .message-copy,.message-copy:focus-visible{opacity:1;transform:translateY(0)}.assistant-copy{bottom:-38px}.assistant-title{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:15px}.assistant-title span{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;color:var(--accent-primary);background:var(--accent-light)}.assistant-card p{margin:0;font-size:15px;line-height:1.75}.assistant-card p.is-typing:after{content:"";display:inline-block;width:7px;height:1.15em;margin-left:3px;vertical-align:-.18em;border-radius:999px;background:var(--accent-primary);animation:typing-caret .82s steps(2,start) infinite}.thinking-block{margin:2px 0 18px;border:1px solid var(--border-subtle);border-radius:16px;background:color-mix(in srgb,var(--surface-primary) 72%,white)}.thinking-toggle{display:grid;width:100%;grid-template-columns:10px auto 1fr auto;align-items:center;gap:9px;padding:12px 14px;border:0;color:var(--text-primary);background:transparent;cursor:pointer;text-align:left}.thinking-toggle strong{font-size:14px;font-weight:700}.thinking-toggle em{color:var(--text-muted);font-size:12px;font-style:normal}.thinking-toggle svg{color:var(--text-muted);transition:transform .18s ease}.thinking-toggle svg.open{transform:rotate(180deg)}.thinking-dot{width:8px;height:8px;border-radius:999px;background:var(--accent-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent-primary) 12%,transparent);animation:query-step-pulse 1s ease-in-out infinite}.thinking-toggle.done .thinking-dot{background:var(--success, #1b8f5a);box-shadow:none;animation:none}.query-flow{display:flex;flex-direction:column;gap:14px;margin:0;padding:4px 14px 14px}.query-flow-empty{padding:10px 0 2px 54px;color:var(--text-muted);font-size:13px}.query-flow-step{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:48px;color:var(--text-muted)}.query-flow-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;color:var(--text-muted);background:color-mix(in srgb,var(--surface-primary) 72%,white)}.query-flow-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.query-flow-copy strong{color:var(--text-primary);font-size:14px;font-weight:700}.query-flow-copy span{color:var(--text-muted);font-size:12px}.query-flow-step em{color:var(--text-muted);font-size:12px;font-style:normal;font-weight:700;white-space:nowrap}.query-flow-step.running{color:var(--accent-primary)}.query-flow-step.queued em{color:color-mix(in srgb,var(--text-muted) 78%,var(--accent-primary))}.query-flow-step.running .query-flow-icon{color:var(--accent-primary);background:var(--accent-light);animation:query-step-pulse .95s ease-in-out infinite}.query-flow-step.running em{color:var(--accent-primary)}.query-flow-step.done .query-flow-icon{color:var(--success, #1b8f5a);background:color-mix(in srgb,#1b8f5a 10%,white)}.query-flow-step.done em{color:var(--text-primary)}@keyframes typing-caret{0%,45%{opacity:1}46%,to{opacity:0}}@keyframes query-step-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.45)}}.source-list,.suggestion-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.source-list span,.suggestion-list button{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 12px;border:1px solid var(--border-subtle);border-radius:999px;color:var(--foreground-secondary);background:var(--surface-primary);font-size:12px;font-weight:650}.source-list svg{color:var(--accent-primary)}.answer-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px}.answer-meta-row .source-list{margin-top:0}.answer-image-section{display:grid;justify-items:start;margin-top:0}.answer-image-toggle{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 11px;border:1px solid color-mix(in srgb,var(--accent-primary) 24%,var(--border-subtle));border-radius:999px;color:var(--foreground-primary);background:color-mix(in srgb,var(--accent-light) 46%,var(--surface-primary));font-size:12px;font-weight:700;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.answer-image-toggle:hover{border-color:var(--accent-primary);background:color-mix(in srgb,var(--accent-light) 70%,var(--surface-primary));transform:translateY(-1px)}.answer-image-toggle:active{transform:translateY(0)}.answer-image-toggle svg{color:var(--accent-primary)}.answer-image-toggle svg:last-child{transition:transform .18s ease}.answer-image-toggle svg:last-child.open{transform:rotate(180deg)}.answer-image-toggle em{color:var(--foreground-tertiary);font-style:normal;font-weight:650}.answer-image-list{display:grid;width:min(100%,552px);grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.answer-image-item{display:block;width:100%;aspect-ratio:4 / 3;padding:0;overflow:hidden;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-primary);cursor:zoom-in;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.answer-image-item:hover{border-color:var(--accent-primary);box-shadow:0 12px 30px #1118271f;transform:translateY(-1px)}.answer-image-item img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}.product-clarification-panel{display:grid;gap:10px;margin-top:4px;padding:14px 14px 12px;border:1px solid color-mix(in srgb,var(--accent-primary) 18%,var(--border-subtle));border-left:3px solid var(--accent-primary);border-radius:8px;background:color-mix(in srgb,var(--accent-light) 44%,var(--surface-primary))}.product-clarification-heading{display:inline-flex;align-items:center;gap:8px;color:var(--foreground-primary)}.product-clarification-heading svg{color:var(--accent-primary)}.product-clarification-heading strong{font-size:14px;font-weight:800}.product-clarification-panel p{margin:0;color:var(--foreground-primary);font-size:14px;line-height:1.65}.product-clarification-panel span{color:var(--text-muted);font-size:12px;line-height:1.5}.product-clarification-actions{display:flex;flex-wrap:wrap;gap:8px}.product-clarification-actions button{min-height:32px;padding:6px 11px;border:1px solid color-mix(in srgb,var(--accent-primary) 24%,var(--border-subtle));border-radius:999px;color:var(--foreground-primary);background:var(--surface-primary);cursor:pointer;font-size:12px;font-weight:700;line-height:1.35;transition:background .16s ease,border-color .16s ease,transform .16s ease}.product-clarification-actions button:hover{border-color:var(--accent-primary);background:color-mix(in srgb,var(--accent-light) 60%,white);transform:translateY(-1px)}.product-clarification-actions button:active{transform:translateY(0)}.suggestion-list{margin-top:0;margin-left:48px}.suggestion-list button{height:36px;font-size:13px;cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease,transform .16s ease}.suggestion-list button:hover{border-color:var(--foreground-primary);color:var(--foreground-primary);background:var(--surface-panel);transform:translateY(-1px)}.suggestion-list button:active{transform:translateY(0)}.empty-chat{display:grid;height:100%;place-content:center;text-align:center}.empty-icon{display:grid;width:48px;height:48px;place-items:center;margin:0 auto 16px;border-radius:16px;color:var(--accent-primary);background:var(--accent-light);font-size:24px}.empty-chat h2{margin:0 0 8px;font-size:22px}.empty-chat p{margin:0;color:var(--foreground-secondary)}.chat-input-bar{flex:0 0 76px;display:flex;align-items:center;gap:12px;height:76px;padding:10px;border:1px solid var(--border-subtle);border-radius:24px;background:var(--surface-primary)}.plain-chat-input{flex:1;min-width:0;height:54px;border:0;outline:0;padding:0 18px;border-radius:18px;color:var(--foreground-primary);background:var(--surface-panel);box-shadow:none;font-size:15px}.send-button{display:grid;width:52px;min-width:52px;height:52px;place-items:center;border:0;border-radius:999px;color:var(--foreground-inverse);background:var(--foreground-primary)!important;cursor:pointer;transition:opacity .18s ease,transform .16s ease,background .18s ease}.send-button:not(:disabled):hover{transform:translateY(-1px)}.send-button.is-sending svg{animation:spin .7s linear infinite}.send-button.is-stop{background:var(--danger)!important}.auth-submit svg{flex:0 0 auto}.auth-submit:disabled{opacity:.82}.auth-submit:disabled svg{animation:spin .7s linear infinite}.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:125px;background:#11182766}.auth-panel{position:relative;width:500px;height:670px;padding:34px;border:1px solid var(--border-subtle);border-radius:28px;background:var(--surface-primary);box-shadow:0 24px 60px #00000030}.auth-close{position:absolute;top:36px;right:34px;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:999px;color:var(--foreground-secondary);background:var(--surface-panel);cursor:pointer;font-size:20px;line-height:1}.auth-header h2{margin:0 0 10px;font-size:28px;font-weight:760}.auth-header p{margin:0;color:var(--foreground-secondary);font-size:14px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;height:44px;margin:28px 0 26px;padding:4px;border-radius:999px;background:var(--surface-panel)}.auth-tabs button{border:0;border-radius:999px;color:var(--foreground-muted);background:transparent;font-weight:700;cursor:pointer}.auth-tabs button.active{color:var(--foreground-primary);background:var(--surface-primary)}.auth-form{display:flex;flex-direction:column;gap:13px}.auth-field{display:flex;align-items:center;gap:10px;height:54px;padding:0 14px;border:1px solid var(--border-subtle);border-radius:12px;background:var(--surface-panel);color:var(--foreground-muted)}.auth-field input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--foreground-primary);font-size:14px}.password-with-toggle{gap:10px}.password-toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;border:0;padding:0;color:var(--foreground-muted);background:transparent;cursor:pointer}.password-toggle:hover{color:var(--foreground-primary)}.auth-field input::placeholder,.plain-chat-input::placeholder,.password-field input::placeholder{color:var(--foreground-muted)}.captcha-row{display:grid;grid-template-columns:1fr 140px;gap:18px}.captcha-image{position:relative;display:grid;height:54px;place-items:center;overflow:hidden;border:1px solid var(--border-subtle);border-radius:12px;background:#f7f8fa;cursor:pointer}.captcha-image:disabled{cursor:wait;opacity:.78}.captcha-image img{display:block;width:100%;height:100%;object-fit:cover}.captcha-image strong{position:relative;z-index:1;color:var(--foreground-primary);font-family:Consolas,monospace;font-size:23px;transform:rotate(-3deg)}.captcha-line{position:absolute;width:108px;height:2px;background:#c9d2e3;transform:rotate(-8deg)}.auth-error{margin:-2px 0 0;color:#dc2626;font-size:12px;font-weight:700}.forgot-row{display:flex;justify-content:flex-end;height:20px}.forgot-row button{border:0;padding:0;color:var(--accent-primary);background:transparent;cursor:pointer;font-size:12px;font-weight:700}.agreement{display:flex;align-items:center;gap:9px;width:fit-content;height:22px;padding:0;border:0;color:var(--foreground-secondary);background:transparent;cursor:pointer;font-size:12px;font-weight:650}.check-box{display:grid;width:16px;height:16px;place-items:center;border:1px solid var(--border-subtle);border-radius:4px;color:var(--foreground-inverse);background:var(--surface-primary)}.check-box.checked{border-color:var(--accent-primary);background:var(--accent-primary)}.auth-submit{height:52px}.mode-hint{border:0;color:var(--foreground-muted);background:transparent;cursor:pointer;font-size:12px}.profile-sidebar{width:300px}.checkin-card,.settings-card{border:1px solid var(--border-subtle);border-radius:24px;background:var(--surface-primary);box-shadow:0 10px 28px #1118270f}.checkin-card{display:flex;align-items:center;justify-content:space-between;min-height:158px;padding:0 28px}.checkin-copy,.quota-actions{display:flex;align-items:center;gap:18px}.checkin-icon{display:grid;width:58px;height:58px;place-items:center;border-radius:18px;color:var(--accent-primary);background:var(--accent-light)}.checkin-copy h2{margin:0 0 7px;font-size:22px;font-weight:760}.checkin-copy p{margin:0;color:var(--foreground-secondary);font-size:14px}.quota-card{display:flex;flex-direction:column;justify-content:center;width:150px;height:76px;padding:0 18px;border-radius:16px;background:var(--surface-panel)}.quota-card span{color:var(--foreground-muted);font-size:12px;font-weight:700}.quota-card strong{font-size:28px;line-height:1}.sign-button{width:124px;height:48px}.settings-grid{display:grid;grid-template-columns:500px minmax(0,1fr);gap:20px;flex:1 1 0;height:586px;min-height:0}.settings-column{display:flex;flex-direction:column;gap:18px}.settings-card{padding:22px;border-radius:20px}.settings-card h3{margin:0 0 14px;font-size:18px;font-weight:760}.avatar-card{height:168px}.avatar-row{display:flex;align-items:center;justify-content:space-between}.large-avatar{display:grid;width:76px;height:76px;place-items:center;border-radius:999px;overflow:hidden;color:var(--foreground-inverse);background:var(--foreground-primary);font-size:24px;font-weight:760}.avatar-file-input{display:none}.soft-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:132px;height:42px;border:1px solid var(--border-subtle);border-radius:999px;color:var(--foreground-primary);background:var(--surface-panel);cursor:pointer;font-weight:700;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease}.soft-button:hover{border-color:var(--foreground-primary);background:#fff;box-shadow:inset 0 0 0 1px var(--foreground-primary);transform:translateY(-1px)}.soft-button:disabled{cursor:not-allowed;opacity:.64;transform:none}.info-card{height:400px}.info-lines{display:flex;flex-direction:column;gap:13px;margin-bottom:13px}.info-lines label{display:grid;grid-template-columns:17px 58px minmax(0,1fr);align-items:center;gap:12px;height:48px;padding:0 14px;border-radius:11px;background:var(--surface-panel);color:var(--foreground-secondary);font-size:13px;font-weight:700;border:1px solid transparent;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.info-lines label:hover,.info-lines label:focus-within{border-color:var(--foreground-primary);background:#fff;box-shadow:inset 0 0 0 1px var(--foreground-primary)}.info-lines input{width:100%;border:0;outline:0;padding:0;color:var(--foreground-primary);background:transparent;font-weight:700;text-align:right}.password-card{display:flex;flex-direction:column;gap:14px;height:360px}.password-card h3{margin-bottom:0}.password-field{display:flex;align-items:center;gap:10px;height:54px;padding:0 14px;border:1px solid var(--border-subtle);border-radius:11px;color:var(--foreground-muted);background:var(--surface-panel);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.password-field:hover,.password-field:focus-within{border-color:var(--foreground-primary);background:#fff;box-shadow:inset 0 0 0 1px var(--foreground-primary)}.password-field input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--foreground-primary);font-size:14px}.password-eye{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border:0;border-radius:8px;color:var(--foreground-muted);background:transparent}.password-eye:hover{color:var(--foreground-primary);background:#fff}.quota-rule-card{height:208px}.quota-rule-card p{margin:0;color:var(--foreground-secondary);font-size:14px;line-height:1.65}.full-dark-button{height:48px}@media(min-width:2400px){body{min-width:1440px}.chat-shell,.profile-shell{grid-template-columns:clamp(360px,15.63vw,400px) minmax(0,1fr);min-width:1440px;min-height:900px}.app-sidebar,.profile-sidebar{gap:35.5px;width:auto;padding:38px 29px 38px 30px}.new-chat-btn{height:62px;font-size:18px}.history-search{height:56px;padding:0 8px 0 16px;border-radius:16px;font-size:16px}.history-search-button{width:42px;height:40px;border-radius:12px}.history-clear-button{width:36px;height:36px}.history-title{font-size:14px}.history-item{flex-basis:82px;height:82px;padding:0 12px 0 16px;border-radius:16px}.history-open-title{font-size:16px}.history-open span{font-size:13px}.chat-main{gap:0;padding:clamp(38px,3.71vh,50px) clamp(64px,3.52vw,90px) clamp(40px,4.01vh,54px) clamp(42px,2.15vw,55px)}.chat-topbar{min-height:66px}.message-panel{flex:1 1 auto;height:auto;margin-top:39px;padding:40px;border-radius:28px}.chat-input-bar{flex:0 0 102px;height:102px;margin-top:35px;padding:14px;border-radius:28px}.plain-chat-input{height:74px;border-radius:22px;font-size:17px}.send-button{width:70px;min-width:70px;height:70px}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes toastProgress{0%{transform:scaleX(1);transform-origin:left center}to{transform:scaleX(0);transform-origin:left center}}@media(max-width:1180px){html,body,#app{overflow:auto}.chat-shell,.profile-shell{display:block;width:100%;height:auto;min-height:100vh;overflow:visible}.app-sidebar,.profile-sidebar{position:fixed;top:0;left:0;z-index:1400;width:min(320px,calc(100vw - 32px));transform:translate(-100%);transition:transform .22s ease;box-shadow:0 18px 48px #1118272e}.app-sidebar.is-drawer-open,.profile-sidebar.is-drawer-open{transform:translate(0)}.mobile-nav-toggle,.mobile-sidebar-close{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--foreground-primary);cursor:pointer}.mobile-nav-toggle{position:fixed;top:16px;left:16px;z-index:1250;width:38px;height:38px;border-radius:10px;background:var(--surface-panel);box-shadow:0 10px 24px #1118271f}.mobile-sidebar-close{position:absolute;top:18px;right:16px;width:32px;height:32px;border-radius:8px;font-size:24px;line-height:1}.chat-main,.profile-main{min-height:100vh;padding:72px 20px 20px}.chat-topbar,.profile-topbar,.checkin-card,.quota-actions,.avatar-row{flex-wrap:wrap}.message-panel{min-height:0;max-height:none;padding:20px}.assistant-card,.user-bubble{max-width:100%;width:min(100%,720px)}.suggestion-list{margin-left:0}.chat-input-bar{position:sticky;bottom:0;z-index:10}.settings-grid{grid-template-columns:1fr;height:auto}.avatar-card,.info-card,.quota-rule-card{height:auto}}@media(max-width:768px){.app-toast{top:16px;right:16px;left:16px;width:auto}.chat-main,.profile-main{padding:16px}.chat-topbar h1,.profile-topbar h1{font-size:22px}.chat-user-actions{width:100%;justify-content:flex-end}.message-panel{padding:16px;border-radius:18px}.message-row{gap:10px;margin-bottom:28px}.message-avatar{flex-basis:30px;width:30px;height:30px;font-size:12px}.assistant-card,.user-bubble{padding:16px;border-radius:16px}.assistant-card{width:calc(100% - 40px)}.user-bubble{width:auto;max-width:calc(100% - 40px)}.thinking-toggle{grid-template-columns:10px minmax(0,1fr) auto}.thinking-toggle em{display:none}.query-flow-step{grid-template-columns:34px minmax(0,1fr);align-items:start}.query-flow-icon{width:34px;height:34px;border-radius:12px}.query-flow-step em{grid-column:2;margin-top:2px}.scroll-latest-button{bottom:96px;width:48px;height:48px}.chat-input-bar{height:auto;padding:8px;gap:8px;border-radius:18px}.plain-chat-input{height:46px;padding:0 14px;border-radius:14px}.send-button{width:46px;min-width:46px;height:46px}.checkin-card,.quota-actions,.avatar-row{gap:14px}.quota-card,.sign-button,.soft-button{width:100%}.info-line,.password-field{grid-template-columns:18px 1fr}}
