._container_1975z_1{display:grid;grid-template-columns:1fr 840px 1fr;min-height:100vh;background:#080e0f}._leftBlock_1975z_8{background:#0e3737;width:100%;height:100%}._content_1975z_14{width:100%;display:flex;flex-direction:column}._logoWrapper_1975z_20{background:#091818;display:flex;align-items:center;padding:25px;box-sizing:border-box;width:420px}._logoText_1975z_29{color:#00ec87;font-size:24px;font-weight:700;letter-spacing:.1em}._mainBlock_1975z_36{display:flex;width:100%}._formWrapper_1975z_41{display:flex;min-height:400px;position:relative;border:1px solid #383c3d}._textSide_1975z_48{width:420px;padding:25px;background:#091818;color:#fff;box-sizing:border-box}._highlight_1975z_56{margin:0;color:#00ec87;font-size:28px}._title_1975z_62{color:#fff;font-size:24px;margin-top:8px}._formSide_1975z_68{width:420px;border-left:1px solid #383c3d;background:#080e0f;padding:25px;box-sizing:border-box}._formTitle_1975z_76{color:#fff;font-size:28px;text-transform:uppercase;display:block;margin-bottom:20px}._label_1975z_84{color:#909090;font-size:14px}._input_1975z_89{background:#080e0f!important;color:#fff!important;border:1px solid #383c3d!important}._input_1975z_89:focus,._input_1975z_89:hover{border-color:#07e990!important}._inputIcon_1975z_100{color:#909090;font-size:16px}._muted_1975z_105{color:#909090}._error_1975z_109{color:#ff4d4f;margin-bottom:12px;font-size:14px}._submitWrap_1975z_115{margin-top:24px;margin-bottom:0}._submitBtn_1975z_120{width:100%;height:40px;border-radius:0;color:#000;text-transform:uppercase;font-weight:700;background-color:#07e990}._submitBtn_1975z_120:hover{background:#9022e9!important;color:#fff}._divider_1975z_135{color:#909090;border-color:#383c3d!important;margin:20px 0}._spinWrap_1975z_141{text-align:center;padding:24px 0}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}.login-page{height:100%;display:flex;align-items:center;justify-content:center;background:#f0f2f5}.login-card{width:380px;text-align:center}.chat-layout{height:100%;display:flex;overflow:hidden}.chat-sidebar{width:300px;min-width:300px;display:flex;flex-direction:column;border-right:1px solid #e8e8e8;background:#fafafa}.chat-sidebar-top{padding:16px 12px 8px}.chat-list{flex:1;overflow-y:auto;padding:8px}.chat-list-item{padding:8px 10px;border-radius:8px;cursor:pointer;margin-bottom:2px}.chat-list-item:hover{background:#efefef}.chat-list-item.active{background:#e6f4ff}.chat-list-item-main{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.chat-list-item-title{flex:1;min-width:0}.chat-list-item-time{color:#999;font-size:12px;white-space:nowrap}.chat-list-item-bottom{display:flex;justify-content:space-between;gap:8px;align-items:center}.chat-list-item-preview{flex:1;min-width:0;font-size:12px}.chat-list-item-actions{display:flex;opacity:.25;transition:opacity .15s}.chat-list-item:hover .chat-list-item-actions,.chat-list-item.active .chat-list-item-actions{opacity:1}.chat-list-empty{display:block;text-align:center;margin-top:24px}.chat-main{flex:1;display:flex;flex-direction:column;min-width:0;background:#fff}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-bottom:1px solid #e8e8e8}.chat-header-title{display:inline-flex;align-items:center;gap:8px;min-width:0}.chat-header-title.editable{cursor:pointer}.chat-header-edit-icon{color:#999;font-size:13px}.chat-loading{flex:1;display:flex;align-items:center;justify-content:center}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.chat-empty-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;max-width:720px;width:100%;margin-top:16px}.chat-empty-example{padding:14px 16px;border:1px solid #e8e8e8;border-radius:10px;background:#fff;cursor:pointer;text-align:left;font-size:14px;color:#333;transition:border-color .15s,background .15s}.chat-empty-example:hover{border-color:#1677ff;background:#f6fbff}.message-list{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:16px}.message-row{display:flex;gap:10px;align-items:flex-start}.message-row-user{flex-direction:row-reverse}.message-bubble{max-width:78%;padding:10px 14px;border-radius:12px;line-height:1.55;overflow-wrap:break-word}.message-bubble-user{background:#1677ff;color:#fff;border-top-right-radius:4px}.message-bubble-assistant{background:#f5f5f5;border-top-left-radius:4px}.message-bubble-error{background:#fff1f0;border:1px solid #ffa39e}.message-plain{white-space:pre-wrap}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:11px;margin-top:4px;opacity:.65}.stream-cursor{display:inline-block;animation:blink .9s steps(2) infinite}@keyframes blink{50%{opacity:0}}.markdown-body>:first-child{margin-top:0}.markdown-body>:last-child{margin-bottom:0}.markdown-body pre,.markdown-body code{font-size:13px}.inline-code{background:#0000000f;border-radius:4px;padding:1px 5px}.code-block{margin:8px 0;border-radius:8px;overflow:hidden;background:#282c34}.code-block-header{display:flex;justify-content:space-between;align-items:center;padding:2px 8px 2px 12px;color:#abb2bf;font-size:12px;background:#21252b}.code-block-header .ant-btn{color:#abb2bf}.composer{border-top:1px solid #e8e8e8;padding:10px 20px 14px}.composer-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.composer-model-select{min-width:220px}.composer-counter{font-size:12px}.composer-input-row{display:flex;gap:8px;align-items:flex-end}.composer-textarea{flex:1}.admin-page{max-width:960px;margin:0 auto;padding:24px}.admin-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}
