:root{color:#202124;background:#f7f8fa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.login-shell{display:grid;min-height:100vh;place-items:center;padding:24px;background:radial-gradient(circle at 20% 0%,rgba(26,115,232,.08),transparent 32%),#f7f8fa}.login-card{display:grid;gap:14px;width:min(420px,100%);padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 60px #2021241f}.login-brand{display:flex;gap:12px;align-items:center;margin-bottom:4px}.login-brand h1{margin:0;font-size:18px;font-weight:780}.login-brand p{margin:3px 0 0;color:#5f6368;font-size:13px}.login-submit{min-height:42px;color:#fff;background:#202124;border:1px solid #202124;border-radius:12px;cursor:pointer;font-weight:760}.login-submit:disabled{cursor:not-allowed;opacity:.55}.admin-shell{display:grid;grid-template-columns:252px minmax(0,1fr);min-height:100vh;background:linear-gradient(90deg,#ffffff 0 252px,transparent 252px),#f7f8fa}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:22px;height:100vh;padding:18px 14px;color:#202124;background:#fff;border-right:1px solid #e5e7eb}.brand{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 8px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;color:#1a73e8;background:#eef4ff;border:1px solid #dbe7ff;border-radius:10px}.brand h1{margin:0;font-size:14px;font-weight:750;letter-spacing:0}.brand p{margin:2px 0 0;color:#5f6368;font-size:12px}nav{display:flex;flex-direction:column;gap:4px}nav button{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;min-height:38px;padding:0 12px;color:#3c4043;text-align:left;background:transparent;border:1px solid transparent;border-radius:10px;cursor:pointer;font-size:13px;font-weight:650;transition:background .16s ease,color .16s ease,border-color .16s ease}nav button svg{color:#70757a;flex:0 0 auto}nav button.active{color:#174ea6;background:#eef4ff;border-color:#dbe7ff}nav button.active svg{color:#1a73e8}nav button:hover{color:#202124;background:#f1f3f4}.content{display:flex;flex-direction:column;gap:14px;min-width:0;padding:18px}.topbar,.filters,.workspace{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 2px #2021240a}.topbar{display:grid;grid-template-columns:minmax(320px,1fr) minmax(560px,680px);gap:18px;align-items:center;padding:16px 18px}.eyebrow{display:inline-flex;align-items:center;min-height:22px;padding:0 9px;color:#1a73e8;background:#eef4ff;border:1px solid #dbe7ff;border-radius:999px;font-size:12px;font-weight:750}.topbar h2{margin:10px 0 0;color:#202124;font-size:24px;font-weight:760;letter-spacing:0}.topbar p{margin:5px 0 0;color:#5f6368;font-size:13px}.topbar-tools{display:grid;grid-template-columns:minmax(0,1fr);gap:7px;align-self:stretch;padding:10px;background:#f8fafd;border:1px solid #e5e7eb;border-radius:12px}.topbar-tools.compact-tools{align-content:center}.topbar-tools>label{display:grid;grid-template-columns:42px minmax(0,1fr);gap:8px;align-items:center}.topbar-tools>label span{color:#3c4043;font-size:11px;font-weight:800;text-transform:uppercase}.topbar-tools>label input{min-width:0;height:34px;background:#fff}.login-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 64px auto;gap:8px;align-items:center}.login-row input{min-width:0}.login-row button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;color:#fff;background:#202124;border:1px solid #202124;border-radius:10px;cursor:pointer;font-size:13px;font-weight:750}.login-row button.secondary-action{color:#3c4043;background:#f8fafd;border-color:#e5e7eb}.login-row button:disabled{cursor:not-allowed;opacity:.55}.status-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.status-row span{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;color:#3c4043;background:#f6f8fb;border:1px solid #e5e7eb;border-radius:999px;font-size:12px;font-weight:650}.export-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:8px}.export-buttons button{min-height:34px}.filters{display:flex;flex-wrap:wrap;gap:10px;align-items:end;padding:12px}.config-editor{display:grid;gap:14px;padding:14px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 2px #2021240a}.config-editor-heading{display:flex;gap:14px;align-items:flex-start;justify-content:space-between}.config-editor-heading h3{margin:8px 0 0;color:#202124;font-size:18px;font-weight:760}.config-editor-heading p{margin:5px 0 0;color:#5f6368;font-size:13px}.config-editor-actions{display:flex;gap:8px;align-items:center}.config-editor-actions button{min-height:36px;padding:0 14px;color:#fff;background:#202124;border:1px solid #202124;border-radius:10px;cursor:pointer;font-size:13px;font-weight:750}.config-editor-actions button.secondary{color:#3c4043;background:#f8fafd;border-color:#e5e7eb}.config-editor-actions button:disabled{cursor:not-allowed;opacity:.55}.config-fields{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:10px}.config-fields .wide-field{grid-column:span 2}.config-fields textarea{min-height:86px;resize:vertical}.filter-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}label{display:flex;flex-direction:column;gap:6px}label span{color:#5f6368;font-size:12px;font-weight:720}input{width:100%;min-width:170px;height:36px;padding:0 11px;color:#202124;background:#fff;border:1px solid #dfe3e8;border-radius:10px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}input:focus{border-color:#8ab4f8;box-shadow:0 0 0 3px #1a73e81f}.small-input input{min-width:82px;width:82px}.filters button,.export-buttons button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 13px;color:#fff;background:#202124;border:1px solid #202124;border-radius:10px;cursor:pointer;font-size:13px;font-weight:750;transition:background .16s ease,border-color .16s ease,transform .16s ease}.filters button:hover,.export-buttons button:hover,.icon-button:hover{transform:translateY(-1px)}.export-buttons button,.filters button.secondary,.detail-actions button{color:#3c4043;background:#f8fafd;border-color:#e5e7eb}.filters button.icon-only{min-width:36px;padding:0}.export-buttons button:hover{background:#f1f3f4}.filters button:disabled{cursor:not-allowed;opacity:.55;transform:none}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 380px;min-height:580px;overflow:hidden}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th,td{max-width:360px;padding:12px 14px;overflow:hidden;text-align:left;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;border-bottom:1px solid #edf0f3}th{position:sticky;top:0;z-index:1;color:#5f6368;background:#fff;box-shadow:inset 0 -1px #edf0f3;font-size:11px;font-weight:800;text-transform:uppercase}td{color:#3c4043}.column-chunk-text,.column-note-text,.column-translated-text,.column-user-message,.column-ai-message,.column-question-text,.column-persona-value,.column-page-title,.column-remark{max-width:520px;white-space:normal;line-height:1.55}.column-source-type,.column-scope,.column-status{color:#1a73e8;font-weight:720}tr{cursor:pointer}tr:hover td{background:#f8fafd}tr.selected td{color:#202124;background:#eef4ff}.empty{color:#70757a;text-align:center}.detail{min-width:0;padding:16px;background:#fbfcfe;border-left:1px solid #e5e7eb}.detail-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.detail h3{margin:0;color:#202124;font-size:15px;font-weight:760}.detail-heading span{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;color:#5f6368;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font-size:12px;font-weight:650}.detail-actions{display:flex;justify-content:flex-end;margin-bottom:12px}.detail-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:32px;padding:0 11px;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;font-size:12px;font-weight:750}.detail-list{display:grid;gap:8px;margin:0 0 14px}.record-detail,.detail-content-stack{display:grid;gap:12px}.detail-content-card{padding:14px;background:#fff;border:1px solid #edf0f3;border-radius:14px}.detail-content-card span{display:block;margin-bottom:7px;color:#5f6368;font-size:11px;font-weight:800}.detail-content-card p{max-height:280px;margin:0;overflow:auto;color:#202124;font-size:13px;line-height:1.7;white-space:pre-wrap;word-break:break-word}.compact-detail-list{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:0}.detail-list div{padding:10px;background:#fff;border:1px solid #edf0f3;border-radius:10px}.detail-list dt{margin-bottom:5px;color:#5f6368;font-size:11px;font-weight:800;text-transform:uppercase}.detail-list dd{max-height:96px;margin:0;overflow:auto;color:#202124;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.knowledge-detail{display:grid;gap:12px}.knowledge-content{padding:14px;background:#fff;border:1px solid #edf0f3;border-radius:14px}.knowledge-content span,.knowledge-meta-grid span{display:block;margin-bottom:7px;color:#5f6368;font-size:11px;font-weight:800;letter-spacing:0}.knowledge-content p{max-height:360px;margin:0;overflow:auto;color:#202124;font-size:13px;line-height:1.7;white-space:pre-wrap;word-break:break-word}.knowledge-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.knowledge-meta-grid div{min-width:0;padding:10px;background:#fff;border:1px solid #edf0f3;border-radius:12px}.knowledge-meta-grid strong{display:block;overflow:hidden;color:#202124;font-size:12px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}pre{max-height:520px;margin:0;overflow:auto;color:#2f3337;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.55}.error-banner{padding:11px 13px;color:#9f2a1f;background:#fff5f3;border:1px solid #fad2cc;border-radius:12px;font-size:13px;font-weight:650}.icon-button{min-width:34px;padding:0}.icon-button.danger{color:#b3261e;background:#fff5f3;border-color:#fad2cc}.icon-button.danger:hover{background:#ffe8e3}@media(max-width:1040px){.admin-shell,.workspace,.topbar{grid-template-columns:1fr}.admin-shell{background:#f7f8fa}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid #e5e7eb}nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.detail{border-top:1px solid #e5e7eb;border-left:0}}@media(max-width:640px){.content{padding:12px}.topbar{padding:14px}.export-buttons,nav{grid-template-columns:1fr}th,td{padding:10px}}
