.app-header{height:56px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;padding:0 20px;position:sticky;top:0;z-index:20}.header-left{display:flex;align-items:center;min-width:240px}.brand{display:flex;align-items:center;gap:10px}.brand-logo{width:36px;height:36px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.brand-name{font-weight:700;font-size:16px;color:#0f172a;letter-spacing:-.02em}.header-center{flex:1;display:flex;justify-content:center;max-width:600px;margin:0 auto}.header-search{display:flex;align-items:center;gap:10px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;padding:8px 16px;width:100%;max-width:480px;cursor:pointer;transition:all .2s}.header-search:hover{background:#e2e8f0;border-color:#cbd5e1}.header-search-placeholder{flex:1;color:#94a3b8;font-size:13px}.header-search-kbd{font-size:11px;color:#94a3b8;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:1px 6px;font-family:monospace}.header-right{display:flex;align-items:center;gap:16px}.nav-tabs{display:flex;gap:2px}.nav-tab{display:flex;align-items:center;gap:5px;padding:6px 12px;border-radius:8px;color:#64748b;font-weight:500;font-size:13px;transition:all .15s}.nav-tab:hover{background:#f1f5f9;color:#334155}.nav-tab.active{background:#eff6ff;color:#2563eb}.nav-icon{font-size:14px}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;font-size:13px;display:flex;align-items:center;justify-content:center}.logout-btn{width:36px;height:36px;border:2px solid #e2e8f0;border-radius:50%;background:#fff;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-left:8px}.logout-btn:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.app-sidebar{width:260px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0}.sidebar-section{flex:1;overflow-y:auto;padding:16px 12px}.sidebar-section-title{display:flex;align-items:center;justify-content:space-between;padding:0 8px 12px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.sidebar-refresh{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#94a3b8;transition:all .15s}.sidebar-refresh:hover{background:#f1f5f9;color:#334155}.doc-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;margin-bottom:2px;transition:all .15s}.doc-item:hover{background:#f1f5f9}.doc-item.active{background:#eff6ff}.doc-item.active .doc-name{color:#1d4ed8}.doc-item.active .doc-icon-wrap{color:#2563eb}.doc-icon-wrap{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#94a3b8;flex-shrink:0}.doc-name{flex:1;font-size:13px;font-weight:500;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-count{font-size:11px;font-weight:600;color:#2563eb;background:#eff6ff;padding:2px 8px;border-radius:10px;flex-shrink:0}.sidebar-empty,.sidebar-error{padding:20px 12px;font-size:12px;color:#94a3b8;text-align:center}.sidebar-error{color:#ef4444}.sidebar-footer{padding:12px 16px;border-top:1px solid #e2e8f0;font-size:12px;color:#94a3b8;text-align:center}.chat-page{display:flex;flex:1;overflow:hidden}.chat-main{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;gap:20px}.empty-hero{text-align:center;margin-bottom:8px}.empty-icon{width:64px;height:64px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#2563eb;margin:0 auto 20px}.empty-title{font-size:32px;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin-bottom:8px}.empty-title-highlight{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.empty-subtitle{font-size:14px;color:#64748b}.search-bar{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px 18px;width:100%;max-width:640px;box-shadow:0 4px 20px #0000000a;transition:all .2s}.search-bar:focus-within{border-color:#2563eb;box-shadow:0 4px 20px #2563eb1a}.search-icon{color:#94a3b8;flex-shrink:0}.search-input{flex:1;border:none;outline:none;font-size:15px;color:#0f172a;background:transparent}.search-input::placeholder{color:#94a3b8}.search-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:10px 24px;border-radius:10px;font-weight:600;font-size:14px;transition:all .2s;flex-shrink:0}.search-btn:hover:not(:disabled){box-shadow:0 4px 12px #2563eb4d}.search-btn:disabled{opacity:.5;cursor:not-allowed}.quick-prompts{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;max-width:640px;margin-top:4px}.quick-chip{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:8px 16px;font-size:13px;color:#475569;transition:all .15s}.quick-chip:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.results-area{flex:1;overflow-y:auto;padding:24px 32px 120px;max-width:900px;margin:0 auto;width:100%}.result-block{margin-bottom:24px}.result-divider{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#94a3b8;font-size:12px;font-weight:500}.result-divider:before,.result-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-label{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:#0f172a}.section-label .dot{width:8px;height:8px;background:#2563eb;border-radius:50%}.section-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.meta-divider{color:#cbd5e1}.confidence{color:#2563eb;font-weight:600}.toggle-panel-btn{color:#2563eb;font-size:12px;padding:4px 10px;border-radius:6px;transition:all .15s}.toggle-panel-btn:hover{background:#eff6ff}.answer-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;margin-bottom:24px}.answer-content{font-size:15px;line-height:1.7;color:#1e293b}.answer-content table{width:100%;border-collapse:collapse;margin:12px 0;font-variant-numeric:tabular-nums;display:block;overflow-x:auto}.answer-content thead{background:#f8fafc}.answer-content th,.answer-content td{border:1px solid #e2e8f0;padding:8px 14px;text-align:left;white-space:nowrap}.answer-content th{font-weight:600;color:#334155}.answer-content tbody tr:nth-child(2n){background:#fafbfc}.answer-content p{margin:8px 0}.answer-content ul,.answer-content ol{margin:8px 0;padding-left:24px}.answer-content code{background:#f1f5f9;border-radius:4px;padding:1px 6px;font-size:13px}.token-usage{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:12px;border-top:1px solid #f1f5f9}.token-item{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#2563eb;background:#eff6ff;padding:2px 10px;border-radius:12px}.token-item svg{color:#2563eb}.token-detail{font-size:12px;color:#94a3b8}.typing-indicator{display:flex;align-items:center;gap:10px;color:#64748b;font-size:14px}.typing-indicator span:first-child,.typing-indicator span:nth-child(2),.typing-indicator span:nth-child(3){width:8px;height:8px;background:#2563eb;border-radius:50%;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.16s}.typing-indicator span:nth-child(3){animation-delay:.32s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.refs-section{margin-bottom:16px}.refs-list{display:flex;flex-direction:column;gap:12px}.ref-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px;transition:all .15s}.ref-card:hover{border-color:#93c5fd;box-shadow:0 2px 8px #2563eb0f}.ref-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ref-card-title{display:flex;align-items:center;gap:6px;color:#0f172a;font-weight:500;font-size:14px}.ref-card-title svg{color:#64748b}.ref-doc-name{color:#0f172a;font-weight:600}.ref-chunk{color:#64748b;font-weight:400}.ref-badge{background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;margin-left:6px}.ref-score{display:flex;align-items:center;gap:10px}.score-bar{width:80px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.score-bar.small{width:60px}.score-fill{height:100%;background:linear-gradient(90deg,#2563eb,#1d4ed8);border-radius:3px;transition:width .3s}.score-text{font-size:12px;font-weight:600;color:#2563eb;min-width:36px;text-align:right}.ref-preview{font-size:13px;color:#475569;line-height:1.6;margin-bottom:10px;padding:8px 12px;background:#f8fafc;border-radius:8px;border-left:3px solid #2563eb}.ref-source-meta{display:flex;gap:16px;font-size:11px;color:#94a3b8}.ref-source-meta span{background:#f1f5f9;padding:2px 8px;border-radius:4px}.refs-footer{text-align:center;margin-top:16px;font-size:12px;color:#94a3b8}.bottom-search{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#f0f7ff 80%,transparent);padding:16px 24px}.bottom-search-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:10px 16px;box-shadow:0 -4px 20px #0000000a}.bottom-search-inner:focus-within{border-color:#2563eb;box-shadow:0 -4px 20px #2563eb14}.bottom-search-inner input{flex:1;border:none;outline:none;font-size:14px;color:#0f172a;background:transparent}.bottom-search-inner input::placeholder{color:#94a3b8}.send-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:8px 20px;border-radius:8px;font-weight:600;font-size:13px;transition:all .2s;flex-shrink:0}.send-btn:hover:not(:disabled){box-shadow:0 4px 12px #2563eb4d}.send-btn:disabled{opacity:.5;cursor:not-allowed}.right-panel{width:280px;background:#fff;border-left:1px solid #e2e8f0;padding:20px 16px;display:flex;flex-direction:column;gap:20px;flex-shrink:0;overflow-y:auto}.panel-section{display:flex;flex-direction:column;gap:12px}.panel-title{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.filter-row{display:flex;flex-direction:column;gap:6px}.filter-row label{font-size:12px;color:#475569;font-weight:500}.filter-row select{border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;font-size:13px;color:#0f172a;background:#fff;outline:none}.filter-row select:focus{border-color:#2563eb}.slider-wrap{display:flex;align-items:center;gap:10px}.slider-wrap input[type=range]{flex:1;accent-color:#2563eb}.slider-value{font-size:13px;font-weight:600;color:#2563eb;min-width:36px;text-align:right}.source-detail{background:#f8fafc;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:10px}.detail-row{display:flex;justify-content:space-between;align-items:center;font-size:12px}.detail-label{color:#64748b}.detail-value{color:#0f172a;font-weight:500;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-score{display:flex;align-items:center;gap:8px}.clear-conversation-btn{margin-top:auto;background:#fef2f2;color:#dc2626;padding:10px;border-radius:8px;font-size:13px;font-weight:500;transition:all .15s}.clear-conversation-btn:hover{background:#fee2e2}.chat-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px 16px;border-radius:10px;font-size:13px;margin:16px 0}@media (max-width: 1024px){.right-panel{display:none}}.upload-page{flex:1;padding:32px 24px;overflow-y:auto;display:flex;justify-content:center}.category-row{display:flex;align-items:center;gap:14px;margin-bottom:16px;flex-wrap:wrap}.category-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#475569;white-space:nowrap}.category-pills{display:flex;flex-wrap:wrap;gap:8px}.cat-pill{padding:6px 14px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}.cat-pill:hover{border-color:#93c5fd;color:#2563eb}.cat-pill.is-active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 2px 8px #2563eb40}.upload-card{width:100%;max-width:720px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000008}.upload-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:28px}.upload-header-icon{width:48px;height:48px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.upload-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:4px}.upload-desc{font-size:13px;color:#64748b;line-height:1.6}.dropzone{border:2px dashed #cbd5e1;border-radius:14px;padding:40px 24px;text-align:center;cursor:pointer;transition:all .2s;background:#fafbfc}.dropzone:hover{border-color:#2563eb;background:#f0f7ff}.dropzone.has-file{border-style:solid;border-color:#bfdbfe;background:#f8fafc;padding:24px}.dropzone.has-error{border-color:#fca5a5;background:#fef2f2}.drop-placeholder{display:flex;flex-direction:column;align-items:center;gap:10px;color:#64748b}.drop-icon{width:64px;height:64px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#2563eb;margin-bottom:4px}.drop-text{font-size:15px;color:#0f172a;font-weight:500}.drop-tip{font-size:12px;color:#94a3b8}.file-info{display:flex;align-items:center;gap:14px}.file-icon{width:48px;height:48px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.file-detail{flex:1;text-align:left;min-width:0}.file-name{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:12px;color:#64748b;margin-top:2px}.remove-btn{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .15s;flex-shrink:0}.remove-btn:hover{background:#fee2e2;color:#dc2626}.progress-wrap{margin-top:24px;padding:20px;background:#f8fafc;border-radius:12px}.progress-stages{display:flex;align-items:center;gap:0;margin-bottom:16px}.stage-pill{font-size:12px;padding:4px 12px;border-radius:16px;background:#e2e8f0;color:#94a3b8;font-weight:500;white-space:nowrap}.stage-pill.is-active{background:#2563eb;color:#fff}.stage-pill.is-current{background:#dbeafe;color:#1d4ed8}.stage-line{flex:1;height:2px;background:#e2e8f0;margin:0 6px;min-width:20px}.stage-line.is-filled{background:#2563eb}.progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#1d4ed8);border-radius:4px;transition:width .3s}.progress-fill.is-stripes{background:linear-gradient(90deg,#2563eb,#3b82f6,#2563eb);background-size:20px 100%;animation:stripes 1s linear infinite}@keyframes stripes{0%{background-position:0 0}to{background-position:20px 0}}.progress-text{font-size:13px;color:#475569;font-weight:500}.progress-text.text-error{color:#dc2626}.upload-error{display:flex;align-items:center;gap:8px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px 16px;border-radius:10px;font-size:13px;margin-top:16px}.upload-success{margin-top:20px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:20px}.success-header{display:flex;align-items:center;gap:8px;color:#15803d;font-weight:600;font-size:15px;margin-bottom:12px}.success-info{display:flex;flex-direction:column;gap:8px}.info-item{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:6px 0;border-bottom:1px solid #dcfce7}.info-item:last-child{border-bottom:none}.info-item span{color:#64748b}.info-item strong{color:#0f172a;font-weight:600}.info-item code{background:#dcfce7;color:#166534;padding:2px 8px;border-radius:4px;font-size:12px;max-width:200px;overflow:hidden;text-overflow:ellipsis}.upload-actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.btn{padding:10px 20px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s;font-family:inherit;border:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #2563eb4d}.btn-secondary{background:#fff;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#f8fafc}.btn-outline{background:#fff;color:#2563eb;border:1px solid #bfdbfe}.btn-outline:hover{background:#eff6ff}.btn-danger-sm{background:#fff;color:#dc2626;border:1px solid #fecaca;padding:6px 12px;font-size:12px;border-radius:8px}.btn-danger-sm:hover:not(:disabled){background:#fef2f2}.kg-page{flex:1;padding:32px 24px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.kg-folders{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.kg-folder-item{position:relative;display:inline-flex;align-items:center}.kg-folder-del{position:absolute;top:-6px;right:-6px;width:16px;height:16px;border-radius:50%;border:none;background:#cbd5e1;color:#fff;font-size:12px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .15s ease;padding:0}.kg-folder-item:hover .kg-folder-del{opacity:1}.kg-folder-del:hover{background:#ef4444;transform:scale(1.15)}.kg-folder-add{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:999px;border:1px dashed #94a3b8;background:transparent;color:#64748b;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.kg-folder-add:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.kg-folder-add:disabled{opacity:.6;cursor:wait}.kg-folder-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.kg-folder-pill:hover{border-color:#93c5fd;color:#2563eb}.kg-folder-pill.is-active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 2px 8px #2563eb40}.kg-folder-count{background:#f1f5f9;color:#64748b;border-radius:999px;padding:1px 8px;font-size:11px;font-weight:700}.kg-folder-pill.is-active .kg-folder-count{background:#ffffff38;color:#fff}.cat-select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;border:1px solid #e2e8f0;border-radius:8px;padding:5px 8px;font-size:12px;font-weight:600;color:#64748b;background:#fff;cursor:pointer;outline:none}.cat-select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb1f}.cat-select.has-cat{color:#2563eb;border-color:#bfdbfe;background:#eff6ff}.cat-select:disabled{opacity:.55;cursor:wait}.kg-header{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px 28px;box-shadow:0 4px 20px #00000008}.kg-header-left{display:flex;align-items:center;gap:16px}.kg-icon{width:48px;height:48px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;border-radius:12px;display:flex;align-items:center;justify-content:center}.kg-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:4px}.kg-sub{font-size:13px;color:#64748b}.kg-actions{display:flex;gap:12px}.kg-error{display:flex;align-items:center;gap:8px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px 16px;border-radius:10px;font-size:13px}.kg-loading{display:flex;align-items:center;justify-content:center;gap:10px;color:#64748b;font-size:14px;padding:60px 0}.spinner{color:#2563eb;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.kg-empty-card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:60px 24px;text-align:center}.empty-illus{width:80px;height:80px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.kg-empty-card .empty-title{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:6px}.kg-empty-card .empty-desc{font-size:13px;color:#64748b;max-width:320px}.kg-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000008}.kg-table{width:100%;border-collapse:collapse}.kg-table thead{background:#f8fafc}.kg-table th{text-align:left;padding:14px 20px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e2e8f0}.kg-table td{padding:14px 20px;font-size:14px;color:#0f172a;border-bottom:1px solid #f1f5f9}.kg-table tbody tr:last-child td{border-bottom:none}.kg-table tbody tr:hover{background:#f8fafc}.doc-cell{display:flex;align-items:center;gap:10px}.dc-icon{color:#2563eb;background:#eff6ff;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dc-name{font-weight:500;color:#0f172a;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-id-code{background:#f1f5f9;color:#475569;padding:4px 10px;border-radius:6px;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.chunk-badge{display:inline-block;background:#eff6ff;color:#2563eb;font-weight:600;font-size:13px;padding:3px 10px;border-radius:12px}.time-cell{color:#64748b;font-size:13px}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#eff6ff,#dbeafe,#bfdbfe)}.login-card{background:#fff;border-radius:20px;padding:48px 40px;width:400px;max-width:90vw;box-shadow:0 20px 60px #2563eb26;text-align:center}.login-logo{width:72px;height:72px;margin:0 auto 24px;border-radius:18px;background:linear-gradient(135deg,#2563eb,#1d4ed8);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #2563eb4d}.login-title{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 4px}.login-subtitle{font-size:13px;color:#94a3b8;margin:0 0 32px}.login-form{display:flex;flex-direction:column;gap:16px}.input-group{display:flex;align-items:center;gap:10px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:12px 16px;transition:border-color .2s}.input-group:focus-within{border-color:#2563eb;background:#fff}.login-input{flex:1;border:none;outline:none;background:transparent;font-size:15px;color:#1e293b}.login-input::placeholder{color:#cbd5e1}.login-error{color:#ef4444;font-size:14px;margin:0;text-align:left}.login-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;padding:14px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #2563eb4d}.login-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #2563eb66}.login-btn:disabled{opacity:.6;cursor:not-allowed}.app-layout{display:flex;flex-direction:column;min-height:100vh;background:#f0f7ff}.app-main-full{flex:1;display:flex;overflow:hidden}.app-content-area{flex:1;overflow-y:auto;display:flex;flex-direction:column}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px;color:#1e293b;background:#f0f7ff}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::-webkit-scrollbar-track{background:transparent}
