:root{color:#14201b;background:#f6f8f7;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;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}button{border:0;cursor:pointer}.center-state,.login-shell{min-height:100vh;display:grid;place-items:center}.login-panel{width:min(460px,calc(100vw - 32px));background:#fff;border:1px solid #dfe7e3;border-radius:8px;padding:32px;box-shadow:0 18px 60px #10201814}.brand-lock,.brand,.status-pill,.chat-header div,.report-title{display:inline-flex;align-items:center;gap:8px}.brand-lock,.brand{color:#04743f;font-weight:800}.login-panel h1{margin:22px 0 10px;font-size:30px;line-height:1.15;letter-spacing:0}.login-panel p{margin:0 0 26px;color:#5b6c64;line-height:1.7}.login-form label{display:block;margin-bottom:8px;font-size:14px;font-weight:700}.input-row{display:flex;align-items:center;gap:10px;border:1px solid #d7e2dd;border-radius:8px;padding:0 12px;height:46px}.input-row input{border:0;outline:0;width:100%}.login-form button,.composer button,.report-card button{height:42px;border-radius:8px;padding:0 16px;background:#078848;color:#fff;font-weight:750}.login-form button{width:100%;margin-top:16px}.error-text,.inline-error{color:#b42318;font-size:14px}.app-shell{min-height:100vh;display:grid;grid-template-columns:336px minmax(0,1fr) 360px;grid-template-rows:64px minmax(0,1fr);background:#fbfcfb}.leader-shell{grid-template-columns:minmax(0,1fr);background:#f8faf9}.leader-shell .workspace{width:min(920px,calc(100vw - 32px));min-height:calc(100vh - 104px);margin:16px 0 24px;justify-self:center;border:1px solid #dfe7e3;border-radius:8px;overflow:hidden}.topbar{grid-column:1 / -1;display:flex;align-items:center;gap:22px;border-bottom:1px solid #dfe7e3;background:#fff;padding:0 22px}.topbar-title{font-size:18px;font-weight:800;margin-right:auto}.status-pill{height:32px;padding:0 12px;border:1px solid #b9dec9;border-radius:8px;color:#046b3a;background:#f0fbf5;font-size:14px;font-weight:750}.ghost-button{display:inline-flex;align-items:center;gap:6px;height:34px;color:#35443d;background:#fff}.sidebar,.report-pane{border-right:1px solid #dfe7e3;background:#f8faf9;padding:22px;overflow:auto}.report-pane{border-right:0;border-left:1px solid #dfe7e3;background:#fff}.sidebar h2,.report-pane h2{margin:0 0 18px;font-size:17px;letter-spacing:0}.metric-row{display:flex;align-items:center;justify-content:space-between;height:44px;padding:0 14px;margin-bottom:8px;background:#fff;border:1px solid #e3ebe7;border-radius:8px}.metric-row span{color:#52645c}.metric-row strong{font-size:22px}.report-card{margin:16px 0 22px;padding:16px;border:1px solid #dce6e1;border-radius:8px;background:#fff}.report-title{font-weight:800}.report-card p,.empty-note{color:#64766d;font-size:14px}.report-card button{width:100%;margin-top:10px}.issue-item{padding:12px 0;border-bottom:1px solid #e2ebe6}.issue-item span{display:inline-block;margin-bottom:6px;color:#078848;font-size:12px;font-weight:800}.issue-item strong{display:block;font-size:14px;line-height:1.45}.workspace{min-width:0;display:grid;grid-template-rows:58px minmax(0,1fr) auto auto;background:#fff}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #e3ebe7;color:#6a7b72}.chat-header div{color:#1b2b24;font-weight:800}.chat-log{padding:22px;overflow:auto}.welcome{width:min(560px,100%);display:flex;gap:14px;padding:18px;border:1px solid #dce8e2;border-radius:8px;color:#53675c;background:#f7fbf9}.welcome p{margin:0;line-height:1.7}.message{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.message.user{flex-direction:row-reverse}.avatar{width:34px;height:34px;flex:0 0 34px;border-radius:999px;display:grid;place-items:center;color:#fff;background:#078848;font-weight:800}.message.assistant .avatar{color:#04743f;background:#e7f6ee}.bubble{max-width:min(760px,calc(100% - 50px));padding:12px 14px;border:1px solid #dce6e1;border-radius:8px;background:#fff}.message.user .bubble{background:#eef8f2}.message-meta{margin-bottom:6px;color:#6c7e75;font-size:12px;font-weight:750}.bubble p{margin:0;white-space:pre-wrap;line-height:1.65}.thinking-dots{display:inline-flex;align-items:center;gap:5px;min-width:48px;height:24px}.thinking-dots span{width:7px;height:7px;border-radius:999px;background:#078848;animation:thinking-bounce 1s ease-in-out infinite}.thinking-dots span:nth-child(2){animation-delay:.14s}.thinking-dots span:nth-child(3){animation-delay:.28s}.inline-error{margin:0 22px 10px;padding:10px 12px;border:1px solid #f4c7c3;border-radius:8px;background:#fff7f6}.composer{margin:0 22px 22px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;border:1px solid #dce6e1;border-radius:8px;padding:12px}.composer textarea{min-height:54px;max-height:150px;resize:vertical;border:0;outline:0}.composer button{align-self:end;display:inline-flex;align-items:center;gap:7px}.composer button:disabled{cursor:not-allowed;opacity:.55}.report-pane pre{margin:0;white-space:pre-wrap;color:#33433b;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.75}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes thinking-bounce{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}@media(max-width:1120px){.app-shell{grid-template-columns:280px minmax(0,1fr)}.report-pane{display:none}}@media(max-width:760px){.app-shell{grid-template-columns:1fr;grid-template-rows:auto auto minmax(0,1fr)}.leader-shell{grid-template-rows:auto minmax(0,1fr)}.topbar{flex-wrap:wrap;height:auto;padding:14px;gap:12px}.topbar-title{width:100%;order:3}.sidebar{max-height:260px;border-right:0;border-bottom:1px solid #dfe7e3}.workspace{min-height:620px}.leader-shell .workspace{width:100%;min-height:calc(100vh - 98px);margin:0;border-right:0;border-left:0;border-radius:0}}
