:root{--brand-primary:#215fc6;--brand-primary-light:#3b82e3;--brand-primary-bg:#e2eefd;--brand-page-bg:#f0f5ff;--brand-text-main:#2c3e50;--brand-text-sub:#6b7d8e;--brand-text-light:#94a3b8;--brand-border:#e2e8f0;--brand-gradient:linear-gradient(135deg,#1a4fa0,#215fc6 40%,#3b82e3)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f5ff;background-color:var(--brand-page-bg);color:#2c3e50;color:var(--brand-text-main);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:auto}#root,body{min-height:100vh}#root{display:flex;flex-direction:column}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#c8d6e5;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a0b4c8}.message-bubble{word-wrap:break-word;border-radius:16px;font-size:14px;line-height:1.6;margin-bottom:12px;max-width:75%;padding:12px 16px}.message-bubble.user{background:#215fc6;background:var(--brand-primary);border-radius:16px 16px 4px 16px;color:#fff;margin-left:auto;margin-right:0}.message-bubble.ai{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--brand-border);border-radius:16px 16px 16px 4px;box-shadow:0 1px 4px #0000000a;color:#2c3e50;color:var(--brand-text-main);margin-left:0;margin-right:auto}.message-bubble.system{background:#e2eefd;background:var(--brand-primary-bg);border-radius:12px;color:#6b7d8e;color:var(--brand-text-sub);font-size:12px;margin:8px auto;max-width:50%;text-align:center}.chat-input-container{background:#fff;border-top:1px solid #e2e8f0;border-top:1px solid var(--brand-border);padding:12px 16px}.chat-input{background:#f0f5ff;background:var(--brand-page-bg);border:1px solid #e2e8f0;border:1px solid var(--brand-border);border-radius:12px;font-size:14px;outline:none;padding:12px 14px;resize:none;transition:border-color .2s}.chat-input:focus{border-color:#215fc6;border-color:var(--brand-primary);box-shadow:0 0 0 2px #215fc61f}.sidebar{background:#fafbfc;border-right:1px solid #e2e8f0;border-right:1px solid var(--brand-border);height:100vh;overflow-y:auto}.sidebar-header{background:#fff;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--brand-border);padding:16px}.session-item{border-bottom:1px solid #f0f2f5;cursor:pointer;padding:12px 16px;transition:all .2s}.session-item.active,.session-item:hover{background-color:#e2eefd;background-color:var(--brand-primary-bg)}.session-item.active{border-right:3px solid #215fc6;border-right:3px solid var(--brand-primary)}.chat-main{flex-direction:column;height:100vh}.chat-header,.chat-main{background:#fff;display:flex}.chat-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--brand-border);justify-content:space-between;padding:12px 20px}.chat-messages{flex:1 1;overflow-y:auto;padding:16px 20px}.chat-messages,.file-upload-area{background:#f0f5ff;background:var(--brand-page-bg)}.file-upload-area{border:2px dashed #e2e8f0;border:2px dashed var(--brand-border);border-radius:12px;padding:24px;text-align:center;transition:border-color .2s}.file-upload-area.dragover,.file-upload-area:hover{border-color:#215fc6;border-color:var(--brand-primary)}.file-upload-area.dragover{background:#e2eefd;background:var(--brand-primary-bg)}@media (max-width:768px){.message-bubble{max-width:88%}.chat-messages{padding:12px}.chat-input-container{padding:10px 12px}}.loading-dots{display:inline-block}.loading-dots:after{animation:dots 1.5s steps(5) infinite;content:""}@keyframes dots{0%,20%{color:#0000;text-shadow:.25em 0 0 #0000,.5em 0 0 #0000}40%{color:#000;text-shadow:.25em 0 0 #0000,.5em 0 0 #0000}60%{text-shadow:.25em 0 0 #000,.5em 0 0 #0000}80%,to{text-shadow:.25em 0 0 #000,.5em 0 0 #000}}.App{min-height:100vh;overflow:auto}.ant-layout{background:#fff}.ant-layout-sider{background:#fafafa!important}.ant-layout-content{background:#fff;overflow:hidden}@media (max-width:768px){.ant-layout-sider{bottom:0;box-shadow:2px 0 8px #00000026;left:0;position:fixed!important;top:0;z-index:1000}.ant-layout-content{margin-left:0!important}}.ant-layout-sider .ant-layout-sider-children::-webkit-scrollbar{width:4px}.ant-layout-sider .ant-layout-sider-children::-webkit-scrollbar-track{background:#0000}.ant-layout-sider .ant-layout-sider-children::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:2px}.ant-layout-sider .ant-layout-sider-children::-webkit-scrollbar-thumb:hover{background:#bfbfbf}@media (max-width:768px){html{font-size:14px}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}*{box-sizing:border-box}.hide-mobile{display:none!important}.show-mobile{display:block!important}.ant-layout-sider{bottom:0;left:-220px;position:fixed!important;top:0;transition:left .3s;z-index:1001}.ant-layout-sider.mobile-open{box-shadow:2px 0 12px #0003;left:0}.mobile-overlay{background:#00000073;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1000}.mobile-overlay.visible{display:block}.ant-layout-content{margin-left:0!important}.ant-layout-header{height:48px!important;line-height:48px!important;padding:0 12px!important}.ant-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.ant-table{min-width:600px}.ant-table-cell{font-size:13px;padding:8px 6px!important}.ant-table-thead .ant-table-cell{white-space:nowrap}.ant-pagination{flex-wrap:wrap}.ant-pagination-item{height:28px;line-height:26px;min-width:28px}.ant-modal{margin:0;max-width:100vw;top:0}.ant-modal-content{border-radius:0;min-height:100vh}.ant-modal-body{padding:16px}.ant-modal-footer{padding:12px 16px}.ant-drawer-body{padding:16px}.ant-form-item{margin-bottom:12px}.ant-form-item-label{padding-bottom:2px}.ant-form-item-label>label{font-size:13px}.ant-input,.ant-input-number,.ant-picker,.ant-select-selector{font-size:16px!important}.ant-btn{font-size:14px;height:40px}.ant-input-number{width:100%!important}.ant-card{border-radius:8px}.ant-card-body{padding:12px}.ant-statistic-title{font-size:12px}.ant-statistic-content{font-size:18px!important}.ant-card-head{min-height:40px;padding:0 12px}.ant-card-head-title{font-size:14px;padding:8px 0}.ant-menu-item{font-size:14px;height:44px!important;line-height:44px!important}.ant-menu-item .anticon{font-size:16px}.ant-tabs-tab{font-size:13px;padding:8px 12px}.ant-tabs-nav{margin-bottom:12px}.ant-tabs-ink-bar{height:2px}}@media (max-width:600px){.ant-space{flex-wrap:wrap}.ant-space-item{margin-bottom:4px}.ant-btn-sm{font-size:12px;height:32px;padding:0 8px}.ant-btn-group .ant-btn{padding:0 12px}}@media (max-width:768px){.ant-input-search,.ant-picker,.ant-select{width:100%!important}.chat-main{height:100vh;height:100dvh}.chat-header{min-height:48px;padding:8px 12px}.chat-header .ant-typography h4{font-size:14px}.chat-messages{padding:8px 12px}.message-bubble{font-size:14px;max-width:90%;padding:10px 14px}.chat-input-container{padding:8px 12px}.input-area .ant-input,.input-area .ant-input-affix-wrapper{font-size:16px}.input-mode-bar{flex-wrap:wrap;gap:4px;padding:6px 8px}.input-mode-bar .ant-btn-sm{font-size:12px;height:28px;padding:0 8px}.input-mode-bar .ant-tag{font-size:11px;margin:2px;padding:0 6px}.hero-section{min-height:auto;padding:40px 16px 32px}.hero-title{font-size:24px!important;line-height:1.3}.hero-subtitle{font-size:16px!important}.hero-desc{font-size:14px;padding:0 8px}.feature-cards{gap:12px;padding:16px}.feature-card{padding:16px}.intro-section{padding:32px 16px}.intro-section .ant-typography h2{font-size:22px}.stat-number{font-size:28px!important}.brand-footer{padding:24px 16px}.brand-footer .footer-content{flex-direction:column;gap:16px;text-align:center}.nav-desktop{display:none!important}.nav-mobile{display:flex!important}}@media (max-width:480px){.hero-title{font-size:20px!important}.hero-subtitle{font-size:14px!important}.hero-desc{font-size:13px}.feature-card{padding:12px}}@media (max-width:768px){.ant-row .ant-col-3,.ant-row .ant-col-4,.ant-row .ant-col-6{flex:0 0 50%;max-width:50%}.quick-actions .ant-btn{margin-bottom:8px;width:100%}.ant-statistic{text-align:center}.ant-btn-block{margin-bottom:8px}.admin-stats .ant-col{flex:0 0 50%;margin-bottom:8px;max-width:50%}.ant-col-12{margin-bottom:12px}.ant-col-12,.ant-col-8{flex:0 0 100%;max-width:100%}.ant-col-8{margin-bottom:8px}.ant-card .ant-card-body{overflow:hidden}.ant-picker-calendar{font-size:13px}.ant-picker-calendar .ant-picker-cell{padding:2px 0}.ant-badge-status-text{font-size:12px}.ant-descriptions-item{padding-bottom:8px}.ant-descriptions-item-label{color:#999;font-size:12px}.ant-descriptions-item-content{font-size:13px}.ant-tag{font-size:12px;margin:2px;padding:0 6px}.ant-tabs-nav-wrap{overflow-x:auto}.ant-tabs-tab{white-space:nowrap}*{-webkit-overflow-scrolling:touch}}@media (max-width:768px){::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:2px}}@supports (padding-bottom:env(safe-area-inset-bottom)){@media (max-width:768px){.chat-input-container{padding-bottom:calc(8px + env(safe-area-inset-bottom))}.ant-layout-header{padding-top:env(safe-area-inset-top)}.ant-modal-content{padding-bottom:env(safe-area-inset-bottom)}}}@media (max-width:768px) and (orientation:landscape){.hero-section{padding:20px 16px}.hero-title{font-size:20px!important}.chat-messages{padding:4px 12px}}@media print{.ant-layout-header,.ant-layout-sider,.chat-input-container{display:none!important}.ant-layout-content{margin:0!important}.ant-table{min-width:auto!important}}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{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{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}
/*# sourceMappingURL=main.bb542c2c.css.map*/