:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f6fb;color:#111827}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f4f6fb}button,input,select,textarea{font:inherit}.page-shell{max-width:1080px;margin:0 auto;padding:24px}header h1{margin:0;font-size:clamp(2rem,2.5vw,2.8rem)}header h1:only-child{margin-bottom:24px}header p{margin:8px 0 24px;color:#475569}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:20px;margin-bottom:20px}.form-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:16px}label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#334155}input,select,textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #cbd5e1;background:#f8fafc;color:#0f172a}textarea{min-height:90px;resize:vertical}button{background:#2563eb;color:#fff;border:none;border-radius:12px;padding:12px 18px;cursor:pointer;font-weight:700}button:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff;border:none;border-radius:10px;padding:12px 18px;cursor:pointer;font-weight:700}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-cta{background:#dc2626;color:#fff;border:none;border-radius:10px;padding:14px 18px;cursor:pointer;font-weight:700}.btn-cta:hover:not(:disabled){background:#b91c1c}.btn-outline{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#2563eb;border:1px solid #c7d2fe;border-radius:8px;padding:6px 12px;font-size:.82rem;font-weight:600;cursor:pointer}.btn-outline:hover:not(:disabled){background:#eef2ff;border-color:#2563eb}.btn-outline-danger{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#dc2626;border:1px solid #fecaca;border-radius:8px;padding:6px 12px;font-size:.82rem;font-weight:600;cursor:pointer}.btn-outline-danger:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}.message{margin-top:14px;padding:12px;border-radius:12px;background:#eef2ff;color:#1e3a8a}.catalog-card,.catalog-card pre,.detail-panel pre,.token-box{background:#f8fafc}.token-box{padding:14px;margin-top:12px;border-radius:12px;overflow-x:auto}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.catalog-list{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.catalog-card{padding:14px;border-radius:14px;border:1px solid #e2e8f0}.catalog-card strong{display:block;font-size:1rem;margin-bottom:8px}.catalog-attrs{color:#475569;font-size:.9rem}.investigation-list{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.investigation-list button{justify-content:start;background:#eef2ff;color:#1e3a8a}.investigation-list button.selected{background:#c7d2fe}.detail-panel{display:grid;grid-gap:20px;gap:20px;margin-top:16px}.detail-panel h3{margin-top:0}.detail-panel pre{padding:14px;border-radius:12px;overflow-x:auto}@media (min-width:900px){.detail-panel{grid-template-columns:1fr 1fr}}.chat-layout{position:fixed;inset:0;background:#f4f6fb}.chat-layout,.chat-sidebar{display:flex;overflow:hidden}.chat-sidebar{width:260px;flex-shrink:0;height:100%;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;padding:16px;gap:8px}.chat-sidebar-list{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.chat-sidebar-header{flex-shrink:0;display:flex;align-items:center;gap:8px;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;padding:4px 0 8px}.chat-sidebar-header img{flex-shrink:0}.chat-sidebar-new{flex-shrink:0;display:inline-flex;justify-content:center}.chat-sidebar-item-row,.chat-sidebar-new{align-items:center;gap:8px;margin-bottom:8px}.chat-sidebar-item-row{display:flex;padding:10px 12px;border-radius:10px;cursor:pointer;border:1px solid transparent;background:none;transition:background .15s ease,border-color .15s ease}.chat-sidebar-item-row:hover{background:#f1f5f9}.chat-sidebar-item-row:focus-visible{outline:none;border-color:#c7d2fe;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.chat-sidebar-item-row.active{background:#eef2ff;border-color:#c7d2fe}.chat-sidebar-item-row.active .chat-sidebar-item{color:#1e3a8a;font-weight:600}.chat-sidebar-item{flex:1 1;min-width:0;display:flex;flex-direction:column;text-align:left;color:#334155;font-size:.9rem}.chat-sidebar-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-sidebar-delete{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid transparent;border-radius:8px;background:none;color:#94a3b8;cursor:pointer;padding:0}.chat-sidebar-delete:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.chat-sidebar-item-row.active .chat-sidebar-delete:hover{background:#fee2e2}.chat-sidebar-meta{font-size:.75rem;color:#94a3b8;margin-top:2px}.chat-main{flex:1 1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.chat-header{padding:16px 24px;border-bottom:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;gap:12px}.chat-header h2{margin:0;font-size:1.1rem;color:#1e3a8a;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-delete-btn{flex-shrink:0}.chat-header a{font-size:.85rem;color:#64748b;text-decoration:none}.chat-header a:hover{color:#2563eb}.chat-messages{flex:1 1;min-height:0;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}.chat-empty{margin:auto;text-align:center;color:#94a3b8}.chat-empty h3{color:#64748b;font-size:1.2rem}.chat-message-pair{display:flex;flex-direction:column;gap:12px}.chat-user-bubble{align-self:flex-end;background:#2563eb;color:#fff;padding:12px 18px;border-radius:18px 18px 4px 18px;max-width:70%;line-height:1.5;font-size:.95rem}.chat-assistant-card{align-self:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:4px 18px 18px 18px;padding:18px 20px;max-width:85%;width:100%}.chat-step-list{list-style:none;padding:0;margin:0 0 12px;display:flex;flex-direction:column;gap:4px}.chat-step-list li{display:flex;align-items:center;gap:8px;color:#64748b;font-size:.85rem}.chat-step-list li.done{color:#16a34a}.chat-step-list li.current{color:#1e3a8a;font-weight:600}.chat-response{font-size:.95rem;line-height:1.7;color:#1e293b}.chat-response h1,.chat-response h2,.chat-response h3{margin-top:16px;margin-bottom:8px}.chat-response p{margin:0 0 10px}.chat-response ol,.chat-response ul{padding-left:20px;margin:0 0 10px}.chat-response code.chat-inline-code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:.85em;color:#334155}.chat-code-block{background:#0d1117;border:1px solid #30363d;border-radius:10px;margin:12px 0 16px;max-height:360px;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}.chat-code-block pre{margin:0;padding:14px 16px;background:transparent;color:#e6edf3;font-size:.82rem;line-height:1.55;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;white-space:pre;-moz-tab-size:2;tab-size:2;width:max-content;min-width:100%;box-sizing:border-box}.chat-code-block code{background:transparent;padding:0;border-radius:0;color:inherit;font-size:inherit;font-family:inherit;white-space:pre;display:block}.chat-code-block::-webkit-scrollbar{width:8px;height:8px}.chat-code-block::-webkit-scrollbar-thumb{background:#484f58;border-radius:999px}.chat-code-block::-webkit-scrollbar-track{background:transparent}.chat-diff-block{padding:0}.chat-diff-line,.chat-diff-lines{width:max-content;min-width:100%}.chat-diff-line{display:flex;align-items:stretch;flex-wrap:nowrap;min-height:1.55em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.82rem;line-height:1.55}.chat-diff-gutter{flex:0 0 2rem;padding:0 10px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b949e;background:hsla(0,0%,100%,.03);border-right:1px solid #30363d;position:-webkit-sticky;position:sticky;left:0;z-index:1}.chat-diff-content{flex:0 0 auto;padding:0 12px;background:transparent;color:inherit;font-size:inherit;font-family:inherit;white-space:pre}.chat-diff-line-add{background:rgba(46,160,67,.18)}.chat-diff-line-add .chat-diff-gutter{color:#3fb950;background:rgba(46,160,67,.22)}.chat-diff-line-add .chat-diff-content{color:#aff5b4}.chat-diff-line-remove{background:rgba(248,81,73,.18)}.chat-diff-line-remove .chat-diff-gutter{color:#f85149;background:rgba(248,81,73,.22)}.chat-diff-line-remove .chat-diff-content{color:#ffb1af}.chat-diff-line-context{background:transparent}.chat-diff-line-context .chat-diff-content{color:#e6edf3}.chat-diff-line-hunk{background:rgba(56,139,253,.12)}.chat-diff-line-hunk .chat-diff-gutter{color:#58a6ff}.chat-diff-line-hunk .chat-diff-content{color:#79c0ff;font-weight:600}.chat-diff-line-meta{background:hsla(0,0%,100%,.04)}.chat-diff-line-meta .chat-diff-content{color:#8b949e;font-style:italic}.chat-response table{border-collapse:collapse;width:100%;margin:0 0 10px;font-size:.9em}.chat-response td,.chat-response th{border:1px solid #e2e8f0;padding:6px 10px;text-align:left}.chat-response th{background:#f8fafc;font-weight:600}.chat-evidence-toggle{margin-top:12px}.chat-evidence-panel{margin-top:10px;padding:12px;background:#f8fafc;border-radius:10px;font-size:.82rem;color:#475569;max-height:280px;overflow-y:auto}.chat-evidence-item{border-bottom:1px solid #e2e8f0;padding:8px 0}.chat-evidence-item:last-child{border-bottom:none}.chat-evidence-item strong{color:#334155}.chat-input-bar{padding:16px 24px;background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:12px;align-items:flex-end}.chat-input-bar textarea{flex:1 1;min-height:52px;max-height:180px;resize:none;border-radius:10px;background:#eef2ff;border:1px solid #cbd5e1}.chat-input-bar textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.chat-send-btn{flex-shrink:0}.metrics-section{margin-top:1rem;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;overflow-x:auto}.metrics-section-heading{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.07em;margin-bottom:1rem}.metrics-chart-card{margin-bottom:1.75rem}.metrics-chart-card:last-child{margin-bottom:0}.metrics-chart-card h4{font-size:.82rem;color:#475569;margin:0 0 .4rem;font-weight:600}.chat-settings-btn{flex-shrink:0}.settings-overlay{position:fixed;inset:0;background:rgba(15,23,42,.4);display:flex;justify-content:flex-end;z-index:50;animation:settings-fade .18s ease}@keyframes settings-fade{0%{opacity:0}to{opacity:1}}.settings-drawer{width:25vw;min-width:300px;max-width:460px;height:100%;background:#fff;border-left:1px solid #e2e8f0;box-shadow:-10px 0 40px -20px rgba(15,23,42,.35);display:flex;flex-direction:column;animation:settings-slide .22s cubic-bezier(.22,1,.36,1)}@keyframes settings-slide{0%{transform:translateX(100%)}to{transform:translateX(0)}}.settings-drawer-header{display:flex;align-items:center;gap:10px;padding:20px 24px;border-bottom:1px solid #e2e8f0}.settings-drawer-header h3{margin:0;flex:1 1;min-width:0;font-size:1.1rem;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-drawer-close{background:none;border:none;color:#64748b;font-size:1.5rem;line-height:1;cursor:pointer;padding:0 4px}.settings-drawer-close:hover{color:#dc2626}.settings-drawer-body{flex:1 1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:20px 24px}.settings-section{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.settings-section:hover{transform:translateY(-2px);border-color:#c7d2fe;background:#eef2ff;box-shadow:0 10px 30px -18px rgba(15,23,42,.4)}.settings-section.active{border-color:#2563eb;background:#eef2ff;box-shadow:inset 0 0 0 1px #2563eb}.settings-section-label{font-size:.95rem;font-weight:700;color:#1e3a8a}.settings-section-desc{font-size:.8rem;color:#64748b;font-weight:500}.settings-detail-popup{flex:1 1 auto;min-width:0;height:100%;display:flex;padding:32px;box-sizing:border-box}.settings-detail-card{flex:1 1;min-width:0;display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 24px 60px -24px rgba(15,23,42,.5);overflow:hidden;animation:settings-popup .2s cubic-bezier(.22,1,.36,1)}@keyframes settings-popup{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.settings-detail-card-header{display:flex;align-items:center;gap:10px;padding:20px 24px;border-bottom:1px solid #e2e8f0}.settings-detail-card-header h3{margin:0;flex:1 1;min-width:0;font-size:1.15rem;font-weight:700;color:#0f172a}.settings-detail-card-body{flex:1 1;min-height:0;overflow-y:auto;padding:24px}.settings-detail-card-body--flush{padding:0;overflow:hidden;display:flex}.settings-detail-iframe{flex:1 1;width:100%;height:100%;min-height:60vh;border:0;display:block}.settings-detail{display:flex;flex-direction:column;gap:24px}.settings-detail-group{display:flex;flex-direction:column;gap:16px;max-width:520px}.settings-field{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#334155;font-size:.85rem}.settings-field-optional{font-weight:500;color:#94a3b8}.settings-field input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #cbd5e1;background:#eef2ff;color:#0f172a;font-size:.9rem}.settings-field input:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.settings-detail-btn{width:100%}.settings-message{padding:10px 12px;border-radius:10px;background:#eef2ff;color:#1e3a8a;font-size:.82rem;line-height:1.4;word-break:break-word}.settings-detail-section{border-top:1px solid #e2e8f0;padding-top:20px;display:flex;flex-direction:column;gap:12px}.settings-detail-heading{margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.settings-detail-actions{display:flex;gap:10px;flex-wrap:wrap}.settings-catalog-list{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.settings-catalog-card{padding:12px 14px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.85rem;color:#334155}.settings-catalog-card strong{color:#0f172a}.settings-catalog-attrs{margin-top:6px;font-size:.78rem;color:#64748b;word-break:break-word}.settings-catalog-empty{margin:0;font-size:.85rem;color:#94a3b8}.settings-detail-text{margin:0;font-size:.88rem;line-height:1.6;color:#475569}.signin-shell{min-height:100vh;display:grid;grid-template-columns:1fr;align-items:center;justify-items:center;grid-gap:32px;gap:32px;padding:48px 24px;max-width:1080px;margin:0 auto}@media (min-width:900px){.signin-shell{grid-template-columns:1.1fr 1fr;gap:64px}}.signin-brand{max-width:460px;text-align:left}.signin-logo{display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.signin-brand h1{margin:0 0 16px;font-size:clamp(2rem,3vw,2.8rem);color:#0f172a;line-height:1.1}.signin-tagline{margin:0;color:#475569;font-size:1rem;line-height:1.7}.signin-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:36px 32px;width:100%;max-width:440px;box-shadow:0 10px 40px -20px rgba(15,23,42,.35)}.signin-card h2{margin:0 0 24px;font-size:2rem;font-weight:500;color:#0f172a}.signin-field{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#334155;margin-bottom:20px}.signin-field input{width:100%;padding:14px;border-radius:10px;border:1px solid #cbd5e1;background:#eef2ff;color:#0f172a}.signin-field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.signin-error{margin-bottom:16px;padding:12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:.9rem}.signin-button{width:100%;font-size:1rem}