:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1e2520;--surface:#fff;--surface-2:#f8faf7;--line:#d9ded6;--text-muted:#637064;--primary:#186b52;--primary-strong:#0f4d3c;--danger:#a33a32;--warning:#a26716;--accent:#d5efe2;--shadow:0 16px 40px #1e252014;background:#f5f3ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}.app-shell{grid-template-columns:264px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#fff;background:#27342d;flex-direction:column;gap:24px;padding:20px;display:flex}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand-mark{color:#113d30;background:#d9f2e6;border-radius:8px;flex:none;place-items:center;width:42px;height:42px;display:grid}.brand strong,.brand span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.brand span{color:#ffffffb8;margin-top:3px;font-size:13px}.nav-list{gap:8px;display:grid}.nav-list button,.ghost-button,.primary-button,.danger-button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:40px;padding:0 14px;font-weight:650;display:inline-flex}.nav-list button{color:#ffffffc7;background:0 0;justify-content:flex-start;width:100%}.nav-list button.active,.nav-list button:hover{color:#fff;background:#ffffff1f}.sidebar-footer{gap:12px;margin-top:auto;display:grid}.role-badge{color:#d9f2e6;align-items:center;gap:7px;font-size:13px;display:inline-flex}.content{min-width:0;padding:28px}.workspace{gap:20px;max-width:1440px;margin:0 auto;display:grid}.workspace-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.workspace-header h1{margin:0;font-size:28px;line-height:1.1}.workspace-header p{color:var(--text-muted);margin:6px 0 0}.header-actions,.panel-actions,.row-actions{align-items:center;gap:8px;display:flex}label{color:#374139;gap:7px;font-size:13px;font-weight:700;display:grid}input,select,textarea{border:1px solid var(--line);color:#1e2520;background:#fff;border-radius:8px;width:100%;min-height:40px;padding:9px 11px}textarea{resize:vertical;min-height:84px}input:focus,select:focus,textarea:focus{border-color:var(--primary);outline:3px solid #186b522e}.primary-button{color:#fff;background:var(--primary)}.primary-button:hover{background:var(--primary-strong)}.ghost-button{color:#263229;border-color:var(--line);background:#fff}.sidebar .ghost-button{color:#fff;background:#ffffff14;border-color:#ffffff29}.danger-button{color:#fff;background:var(--danger)}.compact{width:38px;min-height:38px;padding:0}.icon-only{width:48px;min-height:48px;padding:0}.notice{color:#5f3b0f;background:#fff7e8;border:1px solid #efd1a5;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;max-width:1440px;margin:0 auto 18px;padding:12px 14px;display:flex}.notice button{color:#fff;background:var(--warning);border:0;border-radius:6px;padding:6px 10px}.login-page{background:linear-gradient(135deg,#d5efe2e0,#f5f3eff0),#f5f3ef;place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{border:1px solid var(--line);width:min(420px,100%);box-shadow:var(--shadow);background:#fff;border-radius:8px;gap:18px;padding:28px;display:grid}.login-brand{margin-bottom:6px}.login-brand span{color:var(--text-muted)}.chat-layout{grid-template-columns:minmax(0,1fr) 360px;gap:18px;min-height:520px;display:grid}.conversation,.sources,.upload-panel,.customer-form,.table-wrap{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:8px}.conversation{flex-direction:column;gap:12px;min-height:520px;max-height:calc(100vh - 230px);padding:18px;display:flex;overflow:auto}.message{border-radius:8px;max-width:82%;padding:13px 14px}.message span{color:var(--text-muted);margin-bottom:7px;font-size:12px;font-weight:800;display:block}.message p{white-space:pre-wrap;margin:0;line-height:1.55}.message.user{color:#fff;background:var(--primary);align-self:flex-end}.message.user span{color:#ffffffc7}.message.assistant{background:#edf4ef;align-self:flex-start}.empty-state{min-height:380px;color:var(--text-muted);place-items:center;gap:10px;display:grid}.sources{align-content:start;gap:12px;max-height:calc(100vh - 230px);padding:16px;display:grid;overflow:auto}.section-title{align-items:center;gap:8px;display:flex}.section-title h2{margin:0;font-size:16px}.source-card,.customer-card{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;gap:9px;padding:12px;display:grid}.source-card div,.customer-card div{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.source-card strong,.customer-card strong{overflow-wrap:anywhere;min-width:0}.source-card span,.customer-card span,td span,.muted{color:var(--text-muted);font-size:13px}.source-card p,.customer-card p{color:#3d4840;margin:0;line-height:1.45}.source-section{background:#d5efe2;border-radius:6px;padding:1px 8px;font-weight:700;display:inline-block;color:#0e5b43!important;font-size:12px!important}.chat-input{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.form-grid{grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px;display:grid}.customer-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}.upload-panel,.customer-form{gap:16px;padding:16px;display:grid}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:13px 14px}th{color:#5f6a61;text-transform:uppercase;font-size:12px}td strong,td span{display:block}td{overflow-wrap:anywhere}.status-badge{color:#445146;background:#e8ece7;border-radius:999px;align-items:center;gap:6px;min-height:26px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.status-badge.ready{color:#0e5b43;background:#d5efe2}.status-badge.processing,.status-badge.queued{color:#7b4b0a;background:#fff0cf}.status-badge.failed{color:#8b241d;background:#ffe0dc}.status-cell{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.progress{background:#e8ece7;border-radius:999px;width:120px;max-width:100%;height:6px;overflow:hidden}.progress-bar{background:#2f8f6b;height:100%;transition:width .4s}.customer-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.loading-line{align-items:center;gap:8px;display:inline-flex}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1050px){.app-shell{grid-template-columns:1fr}.sidebar{z-index:10;grid-template-columns:minmax(180px,1fr) auto auto;align-items:center;display:grid;position:sticky;top:0}.nav-list{grid-auto-columns:max-content;grid-auto-flow:column;overflow:auto}.sidebar-footer{margin-top:0}.chat-layout{grid-template-columns:1fr}.sources{max-height:none}.form-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media (width<=680px){.content{padding:18px}.sidebar{grid-template-columns:1fr}.workspace-header{flex-direction:column;align-items:stretch}.header-actions{align-items:stretch}.form-grid,.customer-grid{grid-template-columns:1fr}.message{max-width:100%}.chat-input{grid-template-columns:1fr}.icon-only{width:100%}}
