:root{--primary: #6366f1;--primary-hover: #4f46e5;--primary-soft: rgba(99, 102, 241, .08);--primary-softer: rgba(99, 102, 241, .04);--purple: #8b5cf6;--green: #10b981;--blue: #3b82f6;--orange: #f59e0b;--red: #ef4444;--bg: #f0f2f8;--panel: #ffffff;--panel-muted: #f8f9fc;--text: #1a1f36;--text-muted: #5a6280;--text-light: #8b92a8;--border: #e0e4f0;--border-light: #eef1f7;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04);--shadow-md: 0 8px 24px rgba(26, 31, 54, .08);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.5;color:var(--text)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{background:var(--bg);overflow:hidden;font-size:13px}button,input,textarea,select{font-family:inherit}code{font-family:JetBrains Mono,SF Mono,Consolas,monospace}*::-webkit-scrollbar{width:4px;height:4px}*::-webkit-scrollbar-thumb{background:#cdd3e4;border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:#aeb7cf}*::-webkit-scrollbar-track{background:transparent}.app-shell{height:100vh;height:100dvh;background:var(--bg);display:flex;flex-direction:column;overflow:hidden}.topnav{height:54px;background:var(--panel);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);display:flex;align-items:center;padding:0 20px;flex-shrink:0;gap:18px;z-index:20}.tn-logo{display:flex;align-items:center;gap:8px;min-width:178px;flex-shrink:0;border:0;padding:0;background:transparent;cursor:pointer}.tn-logo-icon{width:30px;height:30px;border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),var(--purple));box-shadow:0 4px 14px #6366f13d;font-size:13px;font-weight:800}.tn-logo-text{font-size:14px;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.tn-menu{display:flex;align-items:center;gap:1px;flex:1;min-width:0;overflow-x:auto;overflow-y:hidden}.tn-menu::-webkit-scrollbar{display:none}.tn-item{height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 13px;border-radius:8px;color:var(--text-muted);font-size:13px;font-weight:500;white-space:nowrap;cursor:pointer;border:0;background:transparent;transition:color .15s ease,background .15s ease;position:relative}.tn-item:hover{background:var(--primary-softer);color:var(--text)}.tn-item.active{background:var(--primary-soft);color:var(--primary);font-weight:700}.tn-item.active:after{content:"";position:absolute;left:50%;bottom:-10px;width:20px;height:2px;border-radius:2px 2px 0 0;background:var(--primary);transform:translate(-50%)}.tn-item .anticon{font-size:15px}.tn-right{margin-left:auto;flex-shrink:0;display:flex;align-items:center;gap:8px}.version-pill{height:26px;display:inline-flex;align-items:center;padding:0 9px;border-radius:7px;color:var(--primary);background:var(--primary-soft);font-size:11px;font-weight:700}.tn-user{display:inline-flex;align-items:baseline;gap:4px;font-size:12px;white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis}.tn-user-org{color:var(--text-light)}.tn-user-name{color:var(--text);font-weight:600}.main-body{flex:1;min-height:0;overflow:auto;padding:16px 20px 32px;position:relative;isolation:isolate;background:var(--bg)}.main-body:before{content:"";position:fixed;top:54px;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 800' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='150' cy='200' r='4' fill='%236366f1' opacity='.32'/%3E%3Ccircle cx='350' cy='150' r='5' fill='%238b5cf6' opacity='.28'/%3E%3Ccircle cx='550' cy='250' r='4' fill='%236366f1' opacity='.3'/%3E%3Ccircle cx='750' cy='180' r='6' fill='%238b5cf6' opacity='.22'/%3E%3Ccircle cx='950' cy='220' r='4' fill='%236366f1' opacity='.26'/%3E%3Ccircle cx='200' cy='400' r='5' fill='%233b82f6' opacity='.26'/%3E%3Ccircle cx='400' cy='350' r='4' fill='%236366f1' opacity='.28'/%3E%3Ccircle cx='600' cy='420' r='6' fill='%238b5cf6' opacity='.2'/%3E%3Ccircle cx='800' cy='380' r='4' fill='%233b82f6' opacity='.24'/%3E%3Ccircle cx='1000' cy='400' r='5' fill='%236366f1' opacity='.22'/%3E%3Ccircle cx='250' cy='600' r='4' fill='%238b5cf6' opacity='.24'/%3E%3Ccircle cx='450' cy='550' r='5' fill='%236366f1' opacity='.28'/%3E%3Ccircle cx='650' cy='620' r='4' fill='%233b82f6' opacity='.24'/%3E%3Ccircle cx='850' cy='580' r='6' fill='%238b5cf6' opacity='.2'/%3E%3Ccircle cx='1050' cy='600' r='4' fill='%236366f1' opacity='.22'/%3E%3Cline x1='150' y1='200' x2='350' y2='150' stroke='%236366f1' stroke-width='.7' opacity='.18'/%3E%3Cline x1='350' y1='150' x2='550' y2='250' stroke='%238b5cf6' stroke-width='.7' opacity='.18'/%3E%3Cline x1='550' y1='250' x2='750' y2='180' stroke='%236366f1' stroke-width='.7' opacity='.16'/%3E%3Cline x1='750' y1='180' x2='950' y2='220' stroke='%238b5cf6' stroke-width='.7' opacity='.16'/%3E%3Cline x1='200' y1='400' x2='400' y2='350' stroke='%233b82f6' stroke-width='.7' opacity='.16'/%3E%3Cline x1='400' y1='350' x2='600' y2='420' stroke='%236366f1' stroke-width='.7' opacity='.17'/%3E%3Cline x1='600' y1='420' x2='800' y2='380' stroke='%238b5cf6' stroke-width='.7' opacity='.15'/%3E%3Cline x1='800' y1='380' x2='1000' y2='400' stroke='%233b82f6' stroke-width='.7' opacity='.15'/%3E%3Cline x1='250' y1='600' x2='450' y2='550' stroke='%238b5cf6' stroke-width='.7' opacity='.14'/%3E%3Cline x1='450' y1='550' x2='650' y2='620' stroke='%236366f1' stroke-width='.7' opacity='.16'/%3E%3Cline x1='650' y1='620' x2='850' y2='580' stroke='%233b82f6' stroke-width='.7' opacity='.14'/%3E%3Cline x1='850' y1='580' x2='1050' y2='600' stroke='%238b5cf6' stroke-width='.7' opacity='.14'/%3E%3Cline x1='150' y1='200' x2='200' y2='400' stroke='%236366f1' stroke-width='.6' opacity='.1'/%3E%3Cline x1='350' y1='150' x2='400' y2='350' stroke='%238b5cf6' stroke-width='.6' opacity='.1'/%3E%3Cline x1='550' y1='250' x2='600' y2='420' stroke='%236366f1' stroke-width='.6' opacity='.1'/%3E%3Cline x1='750' y1='180' x2='800' y2='380' stroke='%238b5cf6' stroke-width='.6' opacity='.1'/%3E%3Cline x1='950' y1='220' x2='1000' y2='400' stroke='%236366f1' stroke-width='.6' opacity='.1'/%3E%3Cpath d='M0,400Q200,200,400,400T800,400T1200,400' fill='none' stroke='%236366f1' stroke-width='1' opacity='.11'/%3E%3Cpath d='M0,350Q300,150,500,350T900,350T1200,350' fill='none' stroke='%238b5cf6' stroke-width='1' opacity='.09'/%3E%3Cpath d='M0,450Q250,250,450,450T850,450T1200,450' fill='none' stroke='%233b82f6' stroke-width='1' opacity='.09'/%3E%3Cpolygon points='100,600 130,580 160,600 160,630 130,650 100,630' fill='%236366f1' fill-opacity='.025' stroke='%236366f1' stroke-opacity='.08' stroke-width='.6'/%3E%3Cpolygon points='300,650 325,635 350,650 350,675 325,690 300,675' fill='%233b82f6' fill-opacity='.025' stroke='%233b82f6' stroke-opacity='.08' stroke-width='.6'/%3E%3Cpolygon points='500,580 530,560 560,580 560,610 530,630 500,610' fill='%238b5cf6' fill-opacity='.025' stroke='%238b5cf6' stroke-opacity='.07' stroke-width='.6'/%3E%3Cpolygon points='700,680 725,665 750,680 750,705 725,720 700,705' fill='%233b82f6' fill-opacity='.02' stroke='%233b82f6' stroke-opacity='.07' stroke-width='.6'/%3E%3C/svg%3E"),radial-gradient(ellipse at 18% 24%,rgba(99,102,241,.08),transparent 42%),radial-gradient(ellipse at 84% 16%,rgba(59,130,246,.06),transparent 38%),radial-gradient(ellipse at 58% 86%,rgba(139,92,246,.055),transparent 45%);background-repeat:no-repeat;background-size:100% 100%,auto,auto,auto;background-position:center}.main-body>*{position:relative;z-index:1}.page-shell{width:100%}.page-shell-narrow{max-width:1120px;margin:0 auto}.page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.page-title{margin:0;font-size:18px;line-height:1.3;font-weight:800;color:var(--text)}.page-subtitle{margin-top:4px;color:var(--text-light);font-size:12px}.card-panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm)}.identity-page{display:flex;flex-direction:column;gap:16px}.identity-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.identity-page-head h3{margin:0;font-size:18px;font-weight:600}.identity-page-head p{margin:4px 0 0;color:var(--text-light);font-size:12px}.identity-page .card-panel{padding:12px}.permission-group h4{margin:0 0 8px;font-size:13px;color:var(--text-light)}.section-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border)}.section-head h3{margin:0;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800}.section-head .anticon{color:var(--primary)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric-card{padding:14px;min-height:104px}.metric-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.metric-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.metric-icon.c1{color:var(--primary);background:#6366f11a}.metric-icon.c2{color:var(--purple);background:#8b5cf61a}.metric-icon.c3{color:var(--green);background:#10b9811a}.metric-icon.c4{color:var(--blue);background:#3b82f61a}.metric-label{color:var(--text-muted);font-size:12px;font-weight:600}.metric-value{margin-top:10px;font-size:24px;line-height:1;font-weight:800;color:var(--text)}.metric-foot{margin-top:8px;color:var(--text-light);font-size:11px}.app-hero{background:linear-gradient(135deg,#0f172af0,#1e1b4be6),linear-gradient(rgba(99,102,241,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.08) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px;border-radius:12px;color:#fff;padding:22px 24px;margin-bottom:12px;min-height:132px;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden}.app-hero h1{margin:0;font-size:24px;line-height:1.25;font-weight:800;letter-spacing:0}.app-hero p{margin:8px 0 0;max-width:680px;color:#ffffff9e;font-size:13px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.guide-card{padding:14px;min-height:138px;cursor:pointer;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.guide-card:hover{border-color:var(--primary);transform:translateY(-1px);box-shadow:var(--shadow-md)}.guide-card.done{border-color:#10b98152}.guide-card-body{display:flex;align-items:flex-start;gap:12px}.guide-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary);background:var(--primary-soft);font-size:16px}.guide-card.done .guide-icon{color:var(--green);background:#10b9811a}.guide-title{display:flex;align-items:center;gap:8px;min-width:0;font-size:13px;font-weight:800}.guide-desc{margin:6px 0 10px;color:var(--text-muted);font-size:12px;line-height:1.6}.kb-page{display:flex;flex-direction:column;gap:14px}.kb-split-handle:hover>div,.kb-split-handle:active>div{background:#6366f1!important;height:64px!important}.kb-fill-tabs{display:flex;flex-direction:column}.kb-fill-tabs .ant-tabs-content-holder{flex:1;min-height:0}.kb-fill-tabs .ant-tabs-content,.kb-fill-tabs .ant-tabs-tabpane{height:100%}.kb-list-view{width:100%}.kb-page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.kb-page-head h3{margin:0;font-size:13px;font-weight:800}.kb-page-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.kb-search{width:210px;height:32px;display:flex;align-items:center;gap:6px;padding:0 10px;color:var(--text-light);background:var(--bg);border:1px solid var(--border);border-radius:8px}.kb-search .anticon{font-size:13px;flex-shrink:0}.kb-search .ant-input{padding:0;color:var(--text);background:transparent;font-size:12px}.kb-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:2px}.kb-card,.kb-card-add{min-height:158px;border-radius:12px;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.kb-card{padding:16px;cursor:pointer;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.kb-card:hover,.kb-card.active{border-color:var(--primary);transform:translateY(-1px)}.kb-card.active{box-shadow:0 8px 24px #6366f11a}.kb-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.kb-card-icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:17px}.kb-card-actions{display:flex;gap:2px;opacity:.72}.kb-card-actions .ant-btn{width:24px;height:24px;border-radius:6px}.kb-card h4{margin:0 0 3px;color:var(--text);font-size:13px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kb-card-desc{min-height:34px;margin-bottom:10px;color:var(--text-light);font-size:11px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kb-card-tags{min-height:22px;display:flex;gap:3px;flex-wrap:wrap;margin-bottom:10px}.kb-card-stats{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;padding-top:8px;border-top:1px solid var(--border);color:var(--text-light);font-size:10px}.kb-card-stats span{display:flex;align-items:center;gap:3px;min-width:0}.kb-card-stats .anticon{font-size:11px}.kb-card-stats b{color:var(--text);font-weight:800}.kb-card-add{border:2px dashed var(--border);background:transparent;color:var(--text-light);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;font-size:11px;font-weight:700}.kb-card-add:hover{border-color:var(--primary);color:var(--primary)}.kb-card-add .anticon{font-size:24px;opacity:.35}.kb-management-view{display:flex;flex-direction:column;gap:12px}.kb-management-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.kb-management-title{display:inline-flex;align-items:center;gap:7px;min-width:0;color:var(--text);font-size:14px;font-weight:800}.kb-management-title .anticon{color:var(--primary)}.kb-management-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kb-detail-panel{padding:14px}.kb-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.kb-detail-title{display:flex;align-items:center;gap:7px;color:var(--text);font-size:15px;font-weight:800}.kb-detail-title .anticon{color:var(--primary)}.kb-detail-desc{margin-top:4px;color:var(--text-light);font-size:12px}.kb-detail-actions{padding:12px 0}.agent-page{display:flex;flex-direction:column;gap:14px}.agent-list-view{width:100%}.agent-page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.agent-page-head h3{margin:0;font-size:13px;font-weight:800}.agent-page-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.agent-search{width:210px;height:32px;display:flex;align-items:center;gap:6px;padding:0 10px;color:var(--text-light);background:var(--bg);border:1px solid var(--border);border-radius:8px}.agent-search .anticon{font-size:13px;flex-shrink:0}.agent-search .ant-input{padding:0;color:var(--text);background:transparent;font-size:12px}.agent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:2px}.agent-card,.agent-card-add{min-height:168px;border-radius:12px;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.agent-card{padding:16px;cursor:pointer;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.agent-card:hover{border-color:var(--purple);transform:translateY(-1px);box-shadow:var(--shadow-md)}.agent-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.agent-card-avatar{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:19px}.agent-card-actions{display:flex;gap:2px;opacity:.72}.agent-card-actions .ant-btn{width:24px;height:24px;border-radius:6px}.agent-card h4{margin:0 0 2px;color:var(--text);font-size:13px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-card-desc{min-height:34px;margin-bottom:8px;color:var(--text-light);font-size:11px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.agent-card-tags{min-height:22px;display:flex;gap:3px;flex-wrap:wrap;margin-bottom:8px}.agent-card-meta{display:flex;gap:8px;padding-top:8px;border-top:1px solid var(--border);color:var(--text-light);font-size:10px}.agent-card-meta span{display:flex;align-items:center;gap:3px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-card-meta .anticon{font-size:11px;flex-shrink:0}.agent-card-status{display:flex;gap:4px;margin-top:8px}.status-tag{padding:2px 6px;border-radius:4px;font-size:9px;font-weight:800}.status-lite{color:var(--orange);background:#f59e0b14}.status-full{color:var(--green);background:#10b98114}.status-muted{color:var(--text-light);background:var(--panel-muted)}.agent-card-add{border:2px dashed var(--border);background:transparent;color:var(--text-light);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;font-size:11px;font-weight:700}.agent-card-add:hover{border-color:var(--purple);color:var(--purple)}.agent-card-add .anticon{font-size:24px;opacity:.35}.agent-management-view{display:flex;flex-direction:column;gap:12px}.agent-management-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.agent-management-title{display:inline-flex;align-items:center;gap:7px;min-width:0;color:var(--text);font-size:14px;font-weight:800}.agent-management-title .anticon{color:var(--purple)}.agent-management-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-detail-panel{padding:14px}.agent-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.agent-detail-title{display:flex;align-items:center;gap:7px;color:var(--text);font-size:15px;font-weight:800}.agent-detail-title .anticon{color:var(--purple)}.agent-detail-desc{margin-top:4px;color:var(--text-light);font-size:12px}.agent-detail-actions{padding:12px 0}.agent-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.agent-info-block{padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--panel-muted)}.agent-info-title{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:var(--text-muted);font-size:11px;font-weight:800}.agent-info-title .anticon{color:var(--purple)}.agent-info-body{color:var(--text);font-size:12px;line-height:1.55}.agent-detail-section{margin-top:12px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#fff}.agent-detail-section h4{margin:0 0 8px;font-size:12px;font-weight:800}.agent-detail-text{color:var(--text-muted);font-size:12px;line-height:1.65;white-space:pre-wrap}.agent-question-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.login-page-v1{min-height:100vh;display:flex;background:var(--panel)}.login-visual{flex:1;position:relative;overflow:hidden;color:#fff;background:#0a0e27}.login-visual:after{content:"AI";position:absolute;right:8%;top:50%;z-index:1;transform:translateY(-50%);color:#7c3aed0f;font-family:Arial Black,sans-serif;font-size:350px;font-weight:900;line-height:1;letter-spacing:0;pointer-events:none}.login-ai-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.login-ai-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 50%,rgba(124,58,237,.2) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(ellipse at 60% 80%,rgba(168,85,247,.1) 0%,transparent 50%)}.login-ai-bg svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.login-visual-content{position:relative;z-index:2;height:100%;max-width:620px;padding:60px 80px;display:flex;flex-direction:column;justify-content:center}.login-brand{display:flex;align-items:center;gap:14px;margin-bottom:40px}.login-brand-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),var(--purple));border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #6366f159;font-size:18px;font-weight:800}.login-brand-text{font-size:18px;font-weight:800}.login-visual h1{margin:0 0 12px;font-size:32px;line-height:1.3;font-weight:800;letter-spacing:0}.login-visual p{margin:0 0 44px;color:#ffffff94;font-size:14px;line-height:1.7}.login-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.login-feature{display:flex;align-items:flex-start;gap:11px;padding:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-feature-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.login-feature-icon.c1{color:#818cf8;background:#6366f133}.login-feature-icon.c2{color:#a78bfa;background:#8b5cf633}.login-feature-icon.c3{color:#34d399;background:#10b98133}.login-feature-icon.c4{color:#60a5fa;background:#3b82f633}.login-feature h4{margin:0 0 2px;font-size:12px;font-weight:800;color:#ffffffe6}.login-feature span{color:#ffffff75;font-size:11px;line-height:1.45}.login-form-pane{width:420px;display:flex;align-items:center;justify-content:center;padding:40px;flex-shrink:0;background:#fff}.login-box{width:100%;max-width:320px}.login-box h2{margin:0 0 4px;font-size:22px;font-weight:800;color:var(--text)}.login-sub{margin-bottom:28px;color:var(--text-light);font-size:13px}.chat-composer{background:var(--panel)}.md-bubble{line-height:1.55;white-space:normal}.md-bubble>*:first-child{margin-top:0}.md-bubble>*:last-child{margin-bottom:0}.md-bubble p{margin:0 0 5px}.md-bubble h1,.md-bubble h2,.md-bubble h3,.md-bubble h4,.md-bubble h5,.md-bubble h6{margin:8px 0 5px;line-height:1.3}.md-bubble h1{font-size:18px}.md-bubble h2{font-size:16px}.md-bubble h3,.md-bubble h4,.md-bubble h5,.md-bubble h6{font-size:14px}.md-bubble ul,.md-bubble ol{margin:4px 0 6px;padding-left:18px}.md-bubble li{margin:1px 0}.md-bubble li>p{margin:0}.md-bubble blockquote{margin:6px 0;padding:4px 8px;border-left:3px solid var(--border);color:var(--text-muted);background:#fff}.md-bubble pre{background:#1f2233;color:#f5f7fb;margin:6px 0;padding:8px 10px;border-radius:6px;overflow-x:auto;font-size:12px;line-height:1.5}.md-bubble code{background:#6366f114;padding:1px 4px;border-radius:3px;font-size:13px}.md-bubble pre code{background:transparent;padding:0;font-size:13px}.md-bubble table{border-collapse:collapse;margin:6px 0;font-size:12px}.md-bubble th,.md-bubble td{border:1px solid #d4d6df;padding:3px 8px}.ant-card,.ant-table-wrapper .ant-table,.ant-modal-content,.ant-drawer-content{border-radius:12px}.ant-card{border-color:var(--border)!important;box-shadow:var(--shadow-sm)}.ant-table-wrapper .ant-table{border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-sm)}.ant-table-thead>tr>th{font-size:12px;font-weight:800!important}.ant-btn-primary{background:linear-gradient(135deg,var(--primary),var(--purple));box-shadow:0 2px 8px #6366f12e}.ant-btn-primary:not(:disabled):hover{background:linear-gradient(135deg,var(--primary-hover),#7c3aed);box-shadow:0 3px 12px #6366f140}.ant-tag{border-radius:4px;font-size:10px;font-weight:700;line-height:18px}@keyframes cc-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes voice-pulse{0%,to{box-shadow:0 0 #ef444473}50%{box-shadow:0 0 0 8px #ef444400}}.voice-recording-pulse{animation:voice-pulse 1.4s ease-out infinite}@media (max-width: 1400px){.kb-grid,.agent-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 980px){.topnav{gap:10px;padding:0 12px}.tn-logo{min-width:auto}.tn-logo-text,.version-pill,.tn-user{display:none}.main-body{padding:12px}.metric-grid,.guide-grid,.kb-grid,.agent-grid,.agent-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-hero{align-items:flex-start;flex-direction:column}.login-visual{display:none}.login-form-pane{width:100%}}@media (max-width: 620px){body{overflow:auto}.topnav{height:auto;min-height:54px;align-items:flex-start;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}.tn-menu{order:3;width:100%;flex-basis:100%}.metric-grid,.guide-grid,.login-feature-grid,.kb-grid,.agent-grid,.agent-detail-grid{grid-template-columns:1fr}.kb-page-head,.kb-detail-head,.kb-management-bar,.agent-page-head,.agent-detail-head,.agent-management-bar{align-items:stretch;flex-direction:column}.kb-page-actions,.kb-search,.agent-page-actions,.agent-search{width:100%}.login-form-pane{padding:28px 20px}}.share-page-wrap{min-height:100vh;min-height:100dvh}.share-page-panel{height:calc(100vh - 48px);height:calc(100dvh - 48px)}
