:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f1ea;--surface:#fff;--surface-soft:#eee9df;--surface-elevated:#faf8f3;--border:#d8d1c5;--border-strong:#9a9082;--text-main:#1f2428;--text-secondary:#5f676e;--text-muted:#6e757b;--accent:#4f8a72;--accent-hover:#3f735f;--accent-strong:#3f735f;--accent-text:#fff;--focus:#8f6a1f;--error:#b85c5c;--energy-low:#b86b6b;--energy-medium:#a97824;--energy-high:#4f8a72}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,p{margin:0}h1{font-size:1.5rem;font-weight:700;line-height:1.4}h2{font-size:1.25rem;font-weight:650;line-height:1.45}h3{font-size:1.1rem;font-weight:650;line-height:1.5}a{color:var(--text-main);text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.app-shell{flex-direction:column;gap:14px;width:min(940px,100%);margin:0 auto;padding:16px;display:flex}.top-bar{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.brand-block{flex-direction:column;gap:4px;display:flex}.app-title{max-width:560px}.top-tabs{gap:6px;display:flex}.eyebrow{color:var(--text-muted);font-size:.85rem}.muted{color:var(--text-secondary);font-size:.95rem}.screen,.panel,.chat-layout{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:18px}.screen{flex-direction:column;gap:14px;width:min(760px,100%);margin:0 auto;display:flex}.onboarding-screen,.checkin-screen{justify-content:center;min-height:calc(100dvh - 180px)}.screen.compact{max-width:540px}.screen-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.stack{flex-direction:column;gap:10px;display:flex}.input{border:1px solid var(--border-strong);background:var(--surface-elevated);width:100%;color:var(--text-main);border-radius:8px;min-height:46px;padding:10px 12px;font-size:1rem;line-height:1.55}.input::placeholder{color:var(--text-muted)}.textarea{resize:vertical;min-height:92px;font-family:inherit}.field{flex-direction:column;gap:6px;display:flex}.check-row{color:var(--text-secondary);align-items:flex-start;gap:8px;display:flex}.time-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.chips-wrap{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--border-strong);background:var(--surface-elevated);color:var(--text-main);cursor:pointer;border-radius:8px;padding:8px 10px;font-size:.95rem}.chip-active{border-color:var(--accent);background:#e4efe8}.primary-btn,.ghost-btn,.toggle-btn{border:1px solid var(--border-strong);cursor:pointer;border-radius:8px;min-height:44px;padding:0 12px;font-size:1rem;line-height:1.5}.primary-btn{background:var(--accent-strong);color:var(--accent-text);border-color:var(--accent-strong);font-weight:650}.primary-btn:hover{background:#35624f}.ghost-btn,.toggle-btn{background:var(--surface-elevated);color:var(--text-main)}.active-tab,.toggle-btn.active{border-color:var(--accent);background:#e4efe8}.toggle-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.auth-shell{place-items:center;min-height:100dvh;padding:16px;display:grid}.auth-card{border:1px solid var(--border);background:var(--surface);border-radius:10px;flex-direction:column;gap:12px;width:min(520px,100%);padding:18px;display:flex}.auth-sub{color:var(--text-secondary)}.auth-footer{color:var(--text-muted);gap:12px;font-size:.9rem;display:flex}.energy-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.energy-btn{border:1px solid var(--border);background:var(--surface-elevated);color:var(--text-main);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:84px;display:flex}.energy-active{border-color:var(--focus)}.energy-btn:first-child.energy-active{border-color:var(--energy-low);background:#f8efef}.energy-btn:nth-child(2).energy-active{border-color:var(--energy-medium);background:#f8f1e6}.energy-btn:nth-child(3).energy-active{border-color:var(--energy-high);background:#edf6f1}.energy-number{font-size:1.35rem;font-weight:700}.energy-label{color:var(--text-secondary)}.chat-layout{grid-template-rows:auto 1fr auto;gap:8px;width:min(760px,100%);min-height:calc(100dvh - 170px);margin:0 auto;display:grid}.chat-header{border-bottom:1px solid var(--border,#e0e0e0);flex-direction:row;align-items:center;gap:12px;margin-bottom:8px;padding-bottom:8px;display:flex}.chat-back-btn{cursor:pointer;color:var(--muted,#888);white-space:nowrap;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:4px 8px;font-size:.85rem}.chat-back-btn:hover{background:var(--surface-2,#f0f0f0);color:var(--fg,#111)}.chat-back-btn{align-self:flex-start;margin-bottom:4px;padding:2px 0;font-size:.85rem}.chat-signals{flex-direction:column;gap:10px;width:min(760px,100%);margin:0 auto;display:flex}.signal-card{border:1px solid var(--border-strong);background:var(--surface-elevated);border-radius:10px;flex-direction:column;gap:8px;padding:12px;display:flex}.signal-risk{background:#faeeee;border-color:#c48f8f}.signal-followup{background:#f8f2e9;border-color:#d3c3a8}.signal-memory{background:#edf6f1;border-color:#bed2c7}.signal-title{color:var(--text-main);font-size:.95rem;font-weight:650}.signal-copy{color:var(--text-secondary);font-size:.92rem}.followup-actions{flex-wrap:wrap;gap:8px;display:flex}.signal-list{color:var(--text-secondary);flex-direction:column;gap:6px;margin:0;padding-left:18px;font-size:.92rem;display:flex}.messages-scroll{background:0 0;border:none;border-radius:0;flex-direction:column;gap:8px;padding:6px 0;display:flex;overflow-y:auto}.msg{border:1px solid var(--border-strong);border-radius:8px;max-width:92%;padding:10px}.msg-user{background:#e4efe8;border-color:#c4d8ce;align-self:flex-end}.msg-assistant{background:#fff;align-self:flex-start}.msg-role{color:var(--text-muted);margin-bottom:4px;font-size:.85rem}.msg-content{font-size:1rem;line-height:1.55}.msg-line{margin:0 0 8px}.msg-line:last-child{margin-bottom:0}.msg-line-list{margin-top:2px;margin-bottom:10px}.composer{border-top:1px solid var(--border-strong);background:var(--surface);flex-direction:column;gap:8px;padding-top:10px;display:flex;position:sticky;bottom:0}.composer-input{min-height:92px}.composer-actions{justify-content:flex-end;gap:8px;display:flex}.setup-column{flex-direction:column;gap:12px;width:min(760px,100%);margin:0 auto;display:flex}.setup-list{flex-direction:column;gap:12px;display:flex}.setup-item{border:1px solid var(--border-strong);background:var(--surface-elevated);border-radius:8px;flex-direction:column;gap:6px;padding:10px;display:flex}.documents-list{flex-direction:column;gap:8px;display:flex}.document-item{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;flex-direction:column;gap:6px;padding:8px;display:flex}.document-name{margin:0;font-weight:600}.legal-links-row{color:var(--text-muted);flex-wrap:wrap;gap:12px;display:flex}.legal-links-row a{font-size:.95rem}.onboarding-wizard{gap:12px}.onboarding-upload-box{border:1px solid var(--border);background:var(--surface-elevated);border-radius:8px;flex-direction:column;gap:8px;padding:10px;display:flex}.wizard-actions{justify-content:space-between;gap:10px;display:flex}.status-error,.status-ok{border:1px solid var(--border);border-radius:8px;padding:8px 10px;font-size:.95rem}.status-error{color:#6d2121;border-color:var(--error);background:#faeeee}.status-ok{color:#1f493a;border-color:var(--accent);background:#edf6f1}.legal-shell{width:min(760px,100%);padding-top:20px;padding-bottom:20px}.legal-copy{flex-direction:column;gap:10px;display:flex}.legal-copy p,.legal-copy li{color:var(--text-main);line-height:1.65}.legal-copy ul{flex-direction:column;gap:6px;margin:0;padding-left:20px;display:flex}blockquote{color:var(--text-secondary);background:0 0;border:none;margin:0;padding:0}@media (width<=760px){.app-shell{padding:12px}.top-bar{flex-direction:column;align-items:stretch}.top-tabs{align-self:flex-start;width:auto}.time-row,.energy-grid,.toggle-row{grid-template-columns:1fr}.composer-actions,.wizard-actions{flex-direction:column}.chat-layout{width:100%;min-height:calc(100dvh - 150px);padding:12px}.msg{max-width:100%}.msg-user{max-width:94%}.msg-assistant{max-width:100%}}
