:root{color:#1d2825;font-synthesis:none;text-rendering:optimizelegibility;--canvas:#f4f6f3;--surface:#fff;--surface-subtle:#f8faf8;--ink:#1d2825;--muted:#66736f;--quiet:#87918e;--border:#dce2dd;--border-strong:#c8d1ca;--brand:#17352f;--brand-hover:#244a42;--brand-soft:#e4efeb;--teal:#267268;--blue:#315f78;--blue-soft:#e8f2f6;--focus:#1f6687;--amber:#9a6516;--amber-soft:#fff2d7;--red:#a34242;--red-soft:#fbeaea;--shadow-dialog:0 24px 80px #13231f3d;background:#f4f6f3;font-family:Inter,Segoe UI,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html{min-height:100%;scroll-padding-bottom:calc(84px + env(safe-area-inset-bottom));background:var(--canvas)}body{background:var(--canvas);min-height:100vh;margin:0}button,input,select,textarea{font:inherit;letter-spacing:0}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=tab]:focus-visible,.visually-hidden:focus-visible+.file-button{outline:3px solid var(--focus);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.48}h1,h2,h3,p{margin:0}h1{font-size:25px;font-weight:680;line-height:1.25}h2{font-size:17px;font-weight:650;line-height:1.35}h3{font-size:15px;font-weight:650;line-height:1.4}svg{flex:none}.app-shell{grid-template-columns:224px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#edf2ef;background:var(--brand);flex-direction:column;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.brand,.mobile-brand{align-items:center;min-width:0;display:flex}.brand{gap:11px;padding:0 8px 26px}.brand img,.mobile-brand img{border:1px solid #ffffff2e;border-radius:7px}.brand div{min-width:0;display:grid}.brand strong{font-size:16px;line-height:1.2}.brand span{color:#aebeb9;text-transform:uppercase;margin-top:2px;font-size:11px;line-height:1.2}.primary-nav{gap:4px;display:grid}.nav-item{color:#c9d5d1;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:11px;width:100%;min-width:0;min-height:42px;padding:8px 11px;display:flex}.nav-item:hover{color:#fff;background:#ffffff12}.nav-item--active{color:#fff;background:#ffffff21}.nav-item span{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:550;overflow:hidden}.sidebar__footer{color:#aebeb9;border-top:1px solid #ffffff1c;align-items:center;gap:8px;margin-top:auto;padding:14px 8px 2px;font-size:12px;display:flex}.workspace{min-width:0}.topbar{z-index:10;border-bottom:1px solid var(--border);background:#fffffff5;justify-content:flex-end;align-items:center;min-height:64px;padding:10px 28px;display:flex;position:sticky;top:0}.mobile-brand{gap:9px;display:none}.topbar__status{min-height:36px;color:var(--muted);align-items:center;gap:7px;margin-right:10px;padding:0 10px;font-size:12px;display:flex}.connection-dot{background:#929b98;border-radius:50%;width:8px;height:8px}.connection-dot--online{background:#2b8a67}.capture-button,.primary-button,.secondary-button,.danger-button,.file-button,.text-button{cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:7px;min-height:36px;font-size:13px;font-weight:620;display:inline-flex}.capture-button,.primary-button{border:1px solid var(--brand);color:#fff;background:var(--brand);padding:0 13px}.capture-button:hover,.primary-button:hover{border-color:var(--brand-hover);background:var(--brand-hover)}.secondary-button,.file-button{border:1px solid var(--border-strong);color:var(--ink);background:var(--surface);padding:0 12px}.secondary-button:hover,.file-button:hover{background:var(--surface-subtle);border-color:#9daaa4}.danger-button{color:var(--red);background:snow;border:1px solid #e4b7b7;padding:0 12px}.danger-button:hover{background:var(--red-soft)}.text-button{min-height:auto;color:var(--blue);background:0 0;border:0;padding:2px 4px}.queue-count{min-width:20px;height:20px;color:var(--brand);background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;display:inline-flex}.main-content{width:100%;max-width:1380px;margin:0 auto;padding:32px 36px 56px}.view-stack{gap:24px;min-width:0;display:grid}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;min-height:44px;display:flex}.page-header>div:first-child{min-width:0}.page-header__meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px 14px;margin-top:7px;font-size:12px;display:flex}.page-header__action{flex:none}.status-badge{overflow-wrap:anywhere;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;width:max-content;max-width:100%;min-height:22px;padding:2px 7px;font-size:11px;font-weight:650;line-height:1.25;display:inline-flex}.status-badge--positive{color:#23684e;background:#e8f5ee;border-color:#b9d9ca}.status-badge--warning{color:#80520d;background:var(--amber-soft);border-color:#ecd09c}.status-badge--danger{color:#923636;background:var(--red-soft);border-color:#e9bcbc}.status-badge--info{color:#285a72;background:var(--blue-soft);border-color:#bbd5e1}.status-badge--neutral{color:#5e6965;background:#f1f3f1;border-color:#d9dfdb}.data-notice,.error-state,.inline-feedback,.receipt{border:1px solid var(--border);min-width:0;min-height:38px;color:var(--muted);background:var(--surface);border-radius:6px;align-items:center;gap:9px;padding:8px 11px;font-size:12px;line-height:1.45;display:flex}.data-notice span,.error-state span,.inline-feedback,.receipt span{overflow-wrap:anywhere}.data-notice--demo{color:#754c0e;background:var(--amber-soft);border-color:#e9cf9f}.data-notice--cache,.data-notice--readonly{color:#285a72;background:var(--blue-soft);border-color:#bfd6e0}.data-notice--offline,.error-state,.inline-feedback--danger{color:#853737;background:var(--red-soft);border-color:#e8bcbc}.state-block,.empty-state{min-height:240px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:28px;display:flex}.state-block{flex-direction:row;min-height:55vh}.empty-state strong{color:var(--ink);font-size:14px}.empty-state span{max-width:440px;font-size:12px;line-height:1.5}.focus-band{border-left:4px solid var(--teal);min-height:154px;color:var(--ink);background:var(--surface);justify-content:space-between;align-items:stretch;gap:24px;padding:27px 28px;display:flex}.focus-band__content{flex-direction:column;justify-content:center;min-width:0;display:flex}.focus-band h2{overflow-wrap:anywhere;max-width:760px;margin-top:8px;font-size:23px;line-height:1.35}.focus-band p{max-width:760px;color:var(--muted);margin-top:8px;font-size:14px;line-height:1.55}.eyebrow{color:var(--teal);text-transform:uppercase;font-size:11px;font-weight:700;line-height:1.3}.focus-band__sync{border-left:1px solid var(--border);min-width:178px;color:var(--teal);align-items:center;gap:12px;padding-left:22px;display:flex}.focus-band__sync>div{gap:7px;display:grid}.focus-band__sync span:last-child{color:var(--muted);font-size:11px}.metric-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.metric{border-right:1px solid var(--border);min-height:76px;color:var(--blue);grid-template-columns:24px minmax(36px,auto) minmax(0,1fr);align-items:center;gap:8px;padding:14px 19px;display:grid}.metric:last-child{border-right:0}.metric strong{color:var(--ink);font-size:22px}.metric span{min-width:0;color:var(--muted);overflow-wrap:anywhere;font-size:12px}.overview-grid{border:1px solid var(--border);background:var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.content-section{background:var(--surface);min-width:0;padding:23px}.content-section--wide{grid-column:1/-1}.section-title-row{justify-content:space-between;align-items:center;gap:14px;min-width:0;display:flex}.section-title-row>div{min-width:0}.section-title-row--wrap{flex-wrap:wrap}.section-title-row .eyebrow{margin-bottom:4px;display:block}.icon-button{border:1px solid var(--border);width:36px;height:36px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-button:hover{color:var(--ink);border-color:var(--border-strong);background:var(--surface-subtle)}.icon-button--danger{color:var(--red)}.section-lead{color:var(--ink);margin-top:16px;font-size:14px;font-weight:620;line-height:1.5}.compact-list{margin-top:12px;display:grid}.compact-row{border-bottom:1px solid #edf0ed;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:52px;padding:9px 0;display:grid}.compact-row--stack{grid-template-columns:minmax(0,1fr) auto}.compact-row:last-child{border-bottom:0}.compact-row>div{gap:3px;min-width:0;display:grid}.compact-row strong,.compact-row span{overflow-wrap:anywhere;min-width:0}.compact-row strong{font-size:13px;line-height:1.4}.compact-row>div>span{color:var(--muted);font-size:11px;line-height:1.4}.task-mark{background:0 0;border:1px solid #98a39f;border-radius:50%;width:8px;height:8px}.task-mark--doing,.task-mark--in_progress{border-color:var(--teal);background:var(--teal)}.task-mark--blocked{border-color:var(--red);background:var(--red)}.task-mark--done,.task-mark--completed,.task-mark--cancelled{background:#86928d;border-color:#86928d}.attention-note,.next-action,.action-required,.decision-reason,.context-warning{color:var(--muted);background:var(--surface-subtle);font-size:12px;line-height:1.5}.attention-note{border-left:3px solid var(--amber);margin-top:12px;padding:9px 11px}.quiet-copy{color:var(--muted);margin-top:20px;font-size:13px}.activity-table{margin-top:12px;display:grid}.activity-row{border-bottom:1px solid #edf0ed;grid-template-columns:86px minmax(0,1fr) 90px;align-items:center;gap:12px;min-height:58px;padding:9px 0;display:grid}.activity-row:last-child{border-bottom:0}.activity-row>div{gap:3px;min-width:0;display:grid}.activity-row strong,.activity-row span{overflow-wrap:anywhere}.activity-row strong{font-size:13px}.activity-row span,.activity-row time{color:var(--muted);font-size:11px}.activity-row time{text-align:right}.plain-section{gap:17px;min-width:0;padding-top:5px;display:grid}.plain-section+.plain-section{border-top:1px solid var(--border);padding-top:25px}.today-band{border-left:4px solid var(--blue);background:var(--surface);justify-content:space-between;align-items:center;gap:20px;min-height:92px;padding:20px 23px;display:flex}.today-band>div{min-width:0}.today-band h2{overflow-wrap:anywhere;margin-top:5px}.today-band>span{color:var(--muted);flex:none;font-size:12px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.project-card,.decision-card{border:1px solid var(--border);background:var(--surface);border-radius:7px;min-width:0}.project-card{gap:11px;padding:18px;display:grid}.project-card__topline{justify-content:space-between;align-items:center;gap:12px;display:flex}.project-card__topline>span:last-child{color:var(--quiet);font-size:11px}.project-card h3,.project-card p,.next-action{overflow-wrap:anywhere}.project-card h3{font-size:16px}.project-card p{color:var(--muted);font-size:12px;line-height:1.5}.progress-row{grid-template-columns:minmax(0,1fr) 36px;align-items:center;gap:10px;display:grid}.progress-track{background:#e9eeea;border-radius:3px;width:100%;height:6px;overflow:hidden}.progress-track span{background:var(--teal);border-radius:3px;height:100%;display:block}.progress-row strong{color:var(--muted);text-align:right;font-size:11px}.next-action{border-left:3px solid var(--teal);padding:8px 10px}.segmented-control,.system-tabs{border:1px solid var(--border);background:#e9eeea;border-radius:6px;grid-auto-columns:minmax(70px,auto);grid-auto-flow:column;width:max-content;max-width:100%;padding:3px;display:inline-grid}.segmented-control button,.system-tabs button{min-height:30px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:600}.segmented-control button.is-selected,.system-tabs button.is-selected{color:var(--ink);background:var(--surface);box-shadow:0 1px 2px #182b261f}.task-list,.source-list,.device-list,.provider-list,.run-list{border-top:1px solid var(--border);display:grid}.task-row{border-bottom:1px solid var(--border);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:66px;padding:10px 4px;display:grid}.task-row__badges,.device-row__badges,.provider-row__badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:flex}.task-toggle{border:1px solid var(--border);width:34px;height:34px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex}.task-toggle--doing,.task-toggle--done,.task-toggle--in_progress,.task-toggle--completed{color:var(--teal);background:#eef8f3;border-color:#b9d9ca}.task-toggle--blocked{color:var(--red);background:var(--red-soft);border-color:#e8bcbc}.task-row__body{gap:3px;min-width:0;display:grid}.task-row__body strong,.task-row__body span{overflow-wrap:anywhere}.task-row__body strong{font-size:13px}.task-row__body span{color:var(--muted);font-size:11px}.decision-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.decision-card{flex-direction:column;gap:13px;padding:20px;display:flex}.decision-card__meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px 12px;font-size:11px;display:flex}.decision-card__meta time{margin-left:auto}.decision-card h2,.decision-card p{overflow-wrap:anywhere}.decision-card p{color:var(--muted);font-size:13px;line-height:1.6}.decision-reason{border-left:3px solid var(--amber);gap:3px;padding:10px 12px;display:grid}.decision-reason strong{color:var(--ink);font-size:11px}.decision-actions{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:2px;display:flex}.filter-bar{justify-content:flex-end;display:flex}.run-row{border-bottom:1px solid var(--border);grid-template-columns:42px minmax(0,1fr) 44px;align-items:flex-start;gap:13px;min-height:92px;padding:16px 4px;display:grid}.run-row--attention{border-left:3px solid var(--amber);background:#fffcf5;padding-left:13px}.run-row__icon,.source-row__icon,.provider-row__icon{width:38px;height:38px;color:var(--blue);background:var(--blue-soft);border-radius:6px;justify-content:center;align-items:center;display:flex}.run-row--attention .run-row__icon{color:var(--amber);background:var(--amber-soft)}.run-row__body{gap:8px;min-width:0;display:grid}.run-row__title{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;display:flex}.run-row__title h2,.run-row__body p,.action-required span{overflow-wrap:anywhere}.run-row__meta{color:var(--quiet);flex-wrap:wrap;gap:5px 14px;font-size:11px;display:flex}.run-row__body p{color:var(--muted);font-size:12px;line-height:1.5}.action-required{border-left:3px solid var(--amber);gap:3px;padding:9px 11px;display:grid}.action-required strong{color:var(--amber);font-size:11px}.quiet-icon{color:var(--quiet)}.source-row{border-bottom:1px solid var(--border);grid-template-columns:46px minmax(0,1fr);gap:13px;padding:16px 4px;display:grid}.source-row__body{gap:9px;min-width:0;display:grid}.source-row__body>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.source-row h3{overflow-wrap:anywhere}.source-row dl{color:var(--muted);flex-wrap:wrap;gap:6px 22px;margin:0;font-size:11px;display:flex}.source-row dl div{gap:5px;min-width:0;display:flex}.source-row dt{color:var(--quiet)}.source-row dd{overflow-wrap:anywhere;min-width:0;margin:0}.system-tabs{grid-auto-columns:minmax(98px,auto)}.system-summary{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:6px;display:grid}.system-summary>div{border-right:1px solid var(--border);min-height:84px;color:var(--blue);grid-template-columns:26px minmax(0,1fr);align-items:center;gap:5px 9px;padding:14px 18px;display:grid}.system-summary>div:last-child{border-right:0}.system-summary span,.system-summary strong{overflow-wrap:anywhere;grid-column:2}.system-summary>div>span:not(.status-badge){color:var(--muted);font-size:11px}.system-summary strong{font-size:14px}.sync-issues{border-left:3px solid var(--amber);background:var(--surface);gap:12px;margin:18px 0 24px;padding:16px 18px;display:grid}.sync-issue-list{display:grid}.sync-issue-row{border-top:1px solid var(--border);grid-template-columns:26px minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:64px;padding:10px 0;display:grid}.sync-issue-row>svg{color:var(--amber)}.sync-issue-row>div{gap:3px;min-width:0;display:grid}.sync-issue-row>div>span{color:var(--muted);overflow-wrap:anywhere;font-size:11px}.device-row,.provider-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;min-height:68px;padding:11px 4px;display:grid}.device-row{grid-template-columns:30px minmax(0,1fr) auto}.provider-row{grid-template-columns:46px minmax(0,1fr) auto}.device-row>svg{color:var(--blue)}.device-row>div,.provider-row>div:nth-child(2){gap:3px;min-width:0;display:grid}.device-row h3,.device-row span,.provider-row h3,.provider-row span{overflow-wrap:anywhere}.device-row>div>span,.provider-row>div:nth-child(2)>span{color:var(--muted);font-size:11px}.command-count{color:var(--amber);font-size:11px}.context-warning{border-left:3px solid var(--amber);align-items:flex-start;gap:9px;padding:12px 14px;display:flex}.settings-section{border:1px solid var(--border);background:var(--surface);border-radius:7px;gap:20px;max-width:780px;padding:24px;display:grid}.settings-heading{color:var(--blue);align-items:center;gap:12px;display:flex}.settings-heading>div{gap:3px;display:grid}.settings-heading h2{color:var(--ink)}.settings-heading span{color:var(--muted);font-size:11px}.settings-form{gap:8px;display:grid}.settings-stack{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;display:grid}.settings-stack--recovery,.system-recovery-notice{max-width:980px}.settings-form label,.capture-form label:not(.file-button){color:var(--ink);font-size:12px;font-weight:650}.input-action-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.input-action-row input,.settings-form>input,.settings-form select,.capture-form textarea{border:1px solid var(--border-strong);width:100%;min-width:0;color:var(--ink);background:var(--surface);border-radius:6px}.input-action-row input,.settings-form>input,.settings-form select{min-height:38px;padding:7px 10px}.settings-token-clear,.pair-button{justify-self:end;margin-top:4px}.capture-dialog{border:1px solid var(--border-strong);width:min(620px,100vw - 28px);max-height:min(760px,100vh - 40px);color:var(--ink);background:var(--surface);box-shadow:var(--shadow-dialog);border-radius:8px;padding:0;overflow:auto}.capture-dialog::backdrop{background:#0f191673}.toggle-row{justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding:10px 0;font-weight:650;display:flex}.toggle-row input{width:42px;height:24px;accent-color:var(--brand)}:is(body:has(.capture-dialog[open]),body:has(.mobile-more-dialog[open])){overflow:hidden}.dialog-header{z-index:1;border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex;position:sticky;top:0}.dialog-header>div{gap:3px;display:grid}.dialog-header span{color:var(--muted);font-size:11px}.capture-form{gap:10px;padding:20px;display:grid}.capture-tabs{background:var(--surface);grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:8px 20px 0;display:grid}.capture-tabs button{min-height:38px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;font-size:13px;font-weight:650}.audio-capture{border-bottom:1px solid var(--border);gap:12px;padding:18px 20px 20px;display:grid}.capture-section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.capture-section-heading>div:first-child{gap:2px;min-width:0;display:grid}.capture-section-heading h3{font-size:13px}.capture-section-heading span{color:var(--muted);font-size:11px}.audio-actions{flex:none;align-items:center;gap:8px;display:flex}.audio-file-button{cursor:pointer;width:42px;height:42px}.audio-file-button--disabled{pointer-events:none}.record-button{border:1px solid var(--brand);color:#fff;background:var(--brand);min-width:92px;min-height:42px;font:inherit;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:8px 15px;font-size:13px;font-weight:650;display:inline-flex}.record-button--active{background:#a83c3c;border-color:#a83c3c}.record-button:disabled,.audio-file-button:disabled{cursor:not-allowed;opacity:.55}.audio-error,.audio-item-error,.audio-status-warning{overflow-wrap:anywhere;font-size:11px;line-height:1.45}.audio-error,.audio-item-error{color:#853737}.audio-status-warning{color:#755515}.audio-error{background:var(--red-soft);border:1px solid #e8bcbc;border-radius:6px;padding:8px 10px}.audio-upload-list{gap:8px;display:grid}.audio-upload-item{border:1px solid var(--border);background:var(--surface-subtle);border-radius:6px;gap:8px;min-width:0;padding:10px 11px;display:grid}.audio-upload-title{grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;display:grid}.audio-upload-title>div{gap:2px;min-width:0;display:grid}.audio-upload-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.audio-upload-title span{color:var(--muted);font-size:10px}.audio-status-grid{grid-template-columns:42px minmax(0,1fr);gap:3px 8px;min-width:0;font-size:11px;display:grid}.audio-status-grid span{color:var(--muted)}.audio-status-grid strong{overflow-wrap:anywhere;min-width:0;font-weight:650}.audio-upload-item progress{width:100%;height:5px;accent-color:var(--brand)}.audio-player{width:100%;height:36px}.audio-transcript{border:1px solid var(--border);background:var(--surface-subtle);gap:8px;max-height:260px;padding:10px;display:grid;overflow:auto}.audio-transcript__heading{color:var(--muted);justify-content:space-between;gap:8px;font-size:12px;display:flex}.audio-transcript__heading strong{color:var(--ink);font-size:13px}.audio-transcript__segments{gap:8px;margin:0;padding:0;list-style:none;display:grid}.audio-transcript__segments li{color:var(--ink);overflow-wrap:anywhere;grid-template-columns:42px max-content minmax(0,1fr);align-items:start;gap:7px;line-height:1.5;display:grid}.audio-transcript__time{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.audio-transcript__speaker{color:var(--brand);font-weight:650}.audio-transcript__empty{color:var(--muted);margin:0;font-size:12px}.recording-library{gap:14px;display:grid}.section-meta{color:var(--muted);margin-top:3px;font-size:11px;display:block}.recording-filters{max-width:440px}.recording-list{gap:8px;display:grid}.recording-row{border:1px solid var(--border);background:var(--surface);border-radius:6px;gap:9px;min-width:0;padding:11px 12px;display:grid}.recording-row__title{grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;display:grid}.recording-row__title>div{gap:2px;min-width:0;display:grid}.recording-row__title strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.recording-row__title span{color:var(--muted);font-size:10px}.recording-row__states{flex-wrap:wrap;gap:5px;display:flex}.recording-row__states span{border:1px solid var(--border);color:var(--muted);background:var(--surface-subtle);overflow-wrap:anywhere;border-radius:4px;padding:3px 6px;font-size:10px}.recording-pagination{grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;gap:10px;display:grid}.recording-pagination span{color:var(--muted);text-align:center;font-size:11px}.audio-item-actions{flex-wrap:wrap;justify-content:flex-end;gap:4px;min-height:34px;display:flex}.capture-form--text{border-bottom:0}.capture-form textarea{resize:vertical;min-height:126px;padding:11px 12px;line-height:1.55}.audio-row{flex-wrap:wrap;align-items:center;gap:9px 12px;display:flex}.file-button{min-height:34px}.field-note{color:var(--quiet);font-size:11px}.file-summary{border:1px solid var(--border);background:var(--surface-subtle);border-radius:6px;grid-template-columns:28px minmax(0,1fr) 36px;align-items:center;gap:8px;padding:9px 11px;display:grid}.file-summary>div{gap:2px;min-width:0;display:grid}.file-summary strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.file-summary span{color:var(--muted);font-size:11px}.capture-form>.primary-button{justify-self:end;min-width:118px}.receipt--conflict{color:#853737;background:var(--red-soft);border-color:#e8bcbc}.queue-section{border-top:1px solid var(--border);background:var(--surface-subtle);padding:18px 20px 22px}.queue-section h3{font-size:13px}.queue-list{border-top:1px solid var(--border);margin-top:10px;display:grid}.queue-item{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto 36px;align-items:center;gap:12px;min-height:52px;padding:8px 0;display:grid}.queue-item>div{gap:2px;min-width:0;display:grid}.queue-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.queue-item span{color:var(--muted);font-size:11px}.mobile-nav-wrap,.mobile-more-dialog{display:none}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1040px){.app-shell{grid-template-columns:196px minmax(0,1fr)}.main-content{padding-left:24px;padding-right:24px}.metric{grid-template-columns:22px minmax(30px,auto);gap:5px 8px}.metric span{grid-column:2}.device-row{grid-template-columns:30px minmax(0,1fr) auto}.command-count{grid-column:2/-1}}@media (width<=760px){.app-shell{display:block}.sidebar{display:none}.topbar{justify-content:space-between;min-height:58px;padding:8px 14px}.topbar__capture{display:none}.mobile-brand{display:flex}.topbar__status{display:none}.capture-button{width:auto;min-width:38px;padding:0 10px}.capture-button>span:not(.queue-count){display:none}.main-content{padding:20px 15px calc(94px + env(safe-area-inset-bottom))}.view-stack{gap:18px}h1{font-size:22px}.primary-button,.secondary-button,.danger-button,.file-button{min-height:44px}.icon-button,.task-toggle{width:44px;height:44px}.page-header{grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;display:grid}.page-header__meta{gap:6px 10px}.page-header__action .primary-button,.page-header__action .secondary-button{min-width:44px;padding:0 9px}.sources-capture-button{display:none}.data-notice,.error-state,.inline-feedback,.receipt{align-items:flex-start}.focus-band{grid-template-columns:minmax(0,1fr);justify-content:stretch;gap:16px;min-height:0;padding:20px 18px;display:grid}.focus-band h2{font-size:20px}.focus-band__sync{border-top:1px solid var(--border);border-left:0;width:100%;min-width:0;padding:14px 0 0}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.metric{grid-template-columns:22px minmax(0,1fr);min-height:68px;padding:11px 13px}.metric strong,.metric span{grid-column:2}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--border)}.overview-grid{grid-template-columns:minmax(0,1fr)}.content-section--wide{grid-column:auto}.content-section{padding:18px 16px}.activity-row{grid-template-columns:82px minmax(0,1fr)}.activity-row time{text-align:left;grid-column:2}.today-band{flex-direction:column;align-items:flex-start;padding:17px}.project-grid,.decision-list{grid-template-columns:minmax(0,1fr)}.task-row{grid-template-columns:36px minmax(0,1fr);align-items:flex-start}.task-row__badges{grid-column:2;justify-content:flex-start}.decision-actions{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.decision-actions>button{width:100%;min-width:0;padding-left:7px;padding-right:7px}.run-row{grid-template-columns:38px minmax(0,1fr) 36px;gap:9px}.run-row--attention{padding-left:8px}.system-tabs{grid-auto-columns:minmax(0,1fr);width:100%}.system-summary{grid-template-columns:minmax(0,1fr)}.system-summary>div{border-right:0;border-bottom:1px solid var(--border)}.system-summary>div:last-child{border-bottom:0}.sync-issue-row{grid-template-columns:26px minmax(0,1fr) auto;align-items:start}.sync-issue-row>button{grid-column:2/-1;justify-self:end}.device-row,.provider-row{grid-template-columns:30px minmax(0,1fr);align-items:flex-start}.device-row__badges,.provider-row__badges{grid-column:2;justify-content:flex-start}.provider-row__icon{width:30px;height:34px}.settings-section{padding:18px 15px}.settings-heading{align-items:flex-start}.settings-heading>div,.settings-heading span{overflow-wrap:anywhere;min-width:0}.settings-stack,.input-action-row{grid-template-columns:minmax(0,1fr)}.input-action-row .primary-button{justify-self:end}.filter-bar,.filter-bar .segmented-control,.section-title-row--wrap .segmented-control{width:100%}.segmented-control{grid-auto-columns:minmax(0,1fr)}.mobile-nav-wrap{z-index:20;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--border);transform:translateY(var(--app-keyboard-inset,0px));background:#fffffffa;display:block;position:fixed;bottom:0;left:0;right:0}.mobile-nav-wrap .primary-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.mobile-nav-wrap .nav-item{min-height:66px;color:var(--muted);text-align:center;border-radius:0;flex-direction:column;justify-content:center;gap:3px;padding:7px 3px}.mobile-nav-wrap .nav-item:hover{color:var(--ink);background:var(--surface-subtle)}.mobile-nav-wrap .nav-item--active{color:var(--brand);background:var(--brand-soft)}.mobile-nav-wrap .nav-item span{width:100%;font-size:11px}.mobile-nav-wrap .mobile-capture{color:#fff;background:var(--brand)}.mobile-nav-wrap .mobile-capture:hover{color:#fff;background:var(--brand-hover)}.mobile-more-dialog[open]{top:auto;right:10px;bottom:calc(76px + env(safe-area-inset-bottom));border:1px solid var(--border-strong);width:auto;max-width:420px;color:var(--ink);background:var(--surface);box-shadow:var(--shadow-dialog);border-radius:8px;margin:0 auto;padding:0;display:grid;position:fixed;left:10px;overflow:hidden}.mobile-more-dialog::backdrop{background:#0f191661}.mobile-more-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:52px;padding:8px 12px 8px 16px;display:flex}.mobile-more-dialog .primary-nav{gap:0;display:grid}.mobile-more-dialog .nav-item{min-height:48px;color:var(--ink);border-radius:0;padding:9px 16px}.mobile-more-dialog .nav-item+.nav-item{border-top:1px solid var(--border)}.mobile-more-dialog .nav-item--active{color:var(--brand);background:var(--brand-soft)}.capture-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.dialog-header,.capture-tabs,.audio-capture,.capture-form,.queue-section{padding-left:15px;padding-right:15px}.capture-form>.primary-button{width:100%;min-height:44px}.capture-section-heading{align-items:flex-start}.audio-upload-item{padding:10px}.recording-filters{max-width:none}.audio-transcript__segments li{grid-template-columns:38px minmax(0,72px) minmax(0,1fr);gap:6px}}@media (width<=400px){.page-header__action .secondary-button{font-size:0}.page-header__action .secondary-button svg{margin:0}.segmented-control{grid-auto-columns:minmax(0,1fr);width:100%}}@media (width<=359px){.main-content{padding-left:12px;padding-right:12px}.record-button{min-width:82px;padding-left:11px;padding-right:11px}.dialog-header,.capture-tabs,.audio-capture,.capture-form,.queue-section{padding-left:12px;padding-right:12px}.audio-status-grid{gap-column:6px;grid-template-columns:38px minmax(0,1fr)}.audio-transcript{padding:8px}.audio-transcript__segments li{grid-template-columns:42px minmax(0,1fr)}.audio-transcript__segments li>:last-child{grid-column:2}.recording-row{padding:9px}.recording-pagination{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.recording-pagination .secondary-button{min-width:0;padding-left:8px;padding-right:8px}.metric-strip{grid-template-columns:minmax(0,1fr)}.metric{border-right:0;border-bottom:1px solid var(--border)}.metric:nth-child(-n+2){border-bottom:1px solid var(--border)}.metric:last-child{border-bottom:0}.content-section,.decision-card,.project-card{padding-left:14px;padding-right:14px}.mobile-nav-wrap .nav-item span{font-size:10px}}@media (prefers-reduced-motion:reduce){.spin{animation-duration:1.8s}}.capture-workspace{max-width:1040px;margin:0 auto}.capture-tabs{border-bottom:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));min-height:48px;display:grid}.capture-tabs button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;font-weight:700}.capture-tabs button.is-selected{border-bottom-color:var(--teal);color:var(--ink)}.capture-pane{min-width:0;padding:24px 0 96px}.recording-primary{justify-items:center;gap:18px;padding:28px 16px;display:grid}.record-button{aspect-ratio:1;color:#17352f;width:168px;font:inherit;cursor:pointer;background:#f7faf8;border:1px solid #96aaa5;border-radius:50%;place-items:center;gap:10px;font-weight:750;display:grid}.record-button svg{width:34px;height:34px}.record-button.is-recording{color:#a82d2d;background:#fff5f5;border-color:#b73d3d}.file-picker{position:relative;overflow:hidden}.file-picker input{opacity:0;block-size:1px;inline-size:1px;position:absolute}.capture-active-list,.capture-timeline,.pending-text{border-block:1px solid var(--border);background:var(--border);gap:1px;display:grid}.capture-active-row,.capture-record,.pending-text article{background:var(--surface,#fff);min-width:0;color:inherit;text-align:left;border:0;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.capture-active-row>div,.capture-record__body{gap:4px;min-width:0;display:grid}.capture-active-row strong,.capture-record strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.capture-active-row span,.capture-record span{color:var(--muted);font-size:.86rem}.capture-active-row span{overflow-wrap:anywhere;word-break:break-word}.capture-record p,.pending-text p{overflow-wrap:anywhere;white-space:pre-wrap;margin:0}.capture-record--button{cursor:pointer;width:100%}.capture-record--button:hover{background:#f2f7f4}.text-capture-form{gap:12px;max-width:720px;margin:0 auto 24px;display:grid}.text-capture-form label{font-weight:750}.text-capture-form textarea{resize:vertical;border:1px solid var(--border);background:var(--surface,#fff);width:100%;min-height:190px;color:var(--ink);font:inherit;border-radius:6px;padding:14px;line-height:1.6}.pending-text{margin-top:28px}.pending-text .section-title-row{background:var(--surface,#fff);padding:10px 16px}.pending-text article{grid-template-columns:minmax(0,1fr) auto}.pending-text article>div{gap:5px;min-width:0;display:grid}.pending-text article span{color:var(--muted);overflow-wrap:anywhere;font-size:.8rem}.recording-detail{border:1px solid var(--border);background:var(--surface,#fff);width:min(680px,100vw - 32px);max-height:calc(100dvh - 32px);color:var(--ink);border-radius:8px;padding:0;overflow:hidden}.recording-detail[open]{grid-template-rows:auto minmax(0,1fr) auto;display:grid}.recording-detail::backdrop{background:#101c197a}.recording-detail>header{z-index:2;border-bottom:1px solid var(--border);background:var(--surface,#fff);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;display:flex;position:sticky;top:0}.recording-detail h2{overflow-wrap:anywhere;margin:0 0 4px;font-size:1rem}.recording-detail header span{color:var(--muted);font-size:.86rem}.recording-detail__body{overscroll-behavior:contain;min-height:0;overflow-y:auto}.recording-detail .audio-player,.recording-detail .audio-transcript,.recording-detail .inline-feedback{width:calc(100% - 32px);margin:16px}.recording-detail__actions{border-top:1px solid var(--border);gap:8px;padding:16px;display:flex}.capture-record__delete{flex:none}@media (width<=640px){.capture-pane{padding-top:12px}.recording-primary{padding-block:16px 24px}.text-capture-form textarea{min-height:132px}.pending-text{margin-top:18px}.record-button{width:144px}.capture-active-row,.capture-record,.pending-text article{padding-inline:12px}.recording-detail{top:var(--app-viewport-offset-top,0px);width:100%;height:var(--app-visible-height,100dvh);max-height:var(--app-visible-height,100dvh);border:0;border-radius:0;margin:0;position:fixed;bottom:auto;left:0;right:0}}@media (width<=360px){.capture-tabs{min-height:44px}.capture-active-row,.capture-record{grid-template-columns:20px minmax(0,1fr) auto;gap:8px}.capture-record span{white-space:normal;overflow-wrap:anywhere}.recording-detail__actions{justify-content:space-between}}.conversation-page{grid-template-rows:auto auto minmax(0,1fr);min-width:0;min-height:calc(100dvh - 56px);display:grid}.conversation-header{justify-content:space-between;align-items:center;gap:16px;width:min(100%,760px);margin:0 auto;padding-bottom:12px;display:flex}.conversation-header h1{margin:0;font-size:1.35rem}.conversation-header span{color:var(--muted);font-size:.86rem}.conversation-header__actions,.conversation-history>header>div{gap:8px;display:flex}.conversation-provider-tabs{grid-template-columns:1fr 1fr;width:min(100%,320px);margin:0 auto 10px;display:grid}.conversation-provider-tabs button{border:1px solid var(--border);background:var(--surface);min-height:38px;color:var(--muted);font:inherit;cursor:pointer}.conversation-provider-tabs button:first-child{border-radius:6px 0 0 6px}.conversation-provider-tabs button:last-child{border-left:0;border-radius:0 6px 6px 0}.conversation-provider-tabs button.is-selected{color:var(--ink);background:var(--brand-soft);border-color:var(--brand)}.conversation-thread{border-top:1px solid var(--border);grid-template-rows:minmax(0,1fr) auto;min-width:0;min-height:0;display:grid;overflow:hidden}.conversation-messages{min-height:0;padding:20px 16px 150px;overflow-y:auto}.conversation-column{align-content:start;gap:18px;width:min(100%,760px);margin:0 auto;display:grid}.conversation-message{gap:5px;width:fit-content;max-width:min(82%,680px);line-height:1.58;display:grid}.conversation-message>div{white-space:pre-wrap;overflow-wrap:anywhere}.conversation-message time{color:var(--muted);font-size:.75rem}.conversation-message--leo{justify-self:end}.conversation-message--leo>div{background:var(--brand-soft);border-radius:6px;padding:10px 13px}.conversation-message--leo time{text-align:right}.conversation-message--agent{justify-self:stretch;width:100%;max-width:100%}.conversation-message--live>div:after{content:"";background:var(--brand);vertical-align:-.12em;width:2px;height:1em;margin-left:3px;animation:1s step-end infinite live-caret;display:inline-block}.conversation-running{min-height:24px;color:var(--muted);justify-self:start;font-size:.9rem}.conversation-empty{color:var(--muted);justify-items:center;gap:8px;padding-top:18vh;display:grid}.conversation-empty p{margin:0}.conversation-empty--history{padding-top:12vh}.conversation-composer-shell{z-index:4;border-top:1px solid var(--border);background:var(--surface);padding:10px 16px 16px;position:sticky;bottom:0}.conversation-composer{grid-template-columns:minmax(0,1fr) 44px;align-items:end;gap:8px;width:min(100%,760px);margin:0 auto;display:grid}.conversation-composer textarea{resize:vertical;border:1px solid var(--border);background:var(--surface);width:100%;min-height:48px;max-height:180px;color:var(--ink);font:inherit;border-radius:6px;padding:11px 12px}.conversation-composer>.icon-button{touch-action:manipulation;width:44px;height:48px}.conversation-composer .inline-feedback{grid-column:1/-1}.conversation-history{border:0;border-left:1px solid var(--border);background:var(--surface);width:clamp(320px,30vw,380px);max-width:none;height:100dvh;max-height:none;color:var(--ink);border-radius:0;margin:0 0 0 auto;padding:0;position:fixed;inset:0 0 0 auto}.conversation-history::backdrop{background:#101c195c}.conversation-history>header{z-index:1;border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.conversation-history h2{margin:0;font-size:1rem}.conversation-history__list{align-content:start;gap:2px;padding:8px 8px 48px;display:grid}.conversation-history__list>button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;gap:4px;padding:11px 12px;display:grid}.conversation-history__list>button:hover,.conversation-history__list>button.is-selected{background:var(--surface-subtle)}.conversation-history__list strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.conversation-history__list span{color:var(--muted);font-size:.8rem}@keyframes live-caret{50%{opacity:0}}@media (width<=700px){.conversation-page{height:calc(var(--app-visible-height,100dvh) - 145px);min-height:0;overflow:hidden}.conversation-header{padding-bottom:10px}.conversation-provider-tabs{width:min(100%,280px)}.conversation-messages{padding:14px 0 130px}.conversation-column{gap:15px}.conversation-message{max-width:min(90%,680px)}.conversation-message--agent{max-width:100%}.conversation-composer-shell{padding-inline:0;padding-bottom:max(10px, env(safe-area-inset-bottom))}.conversation-history{width:min(84vw,360px)}}@media (width<=760px){.conversation-composer-shell{right:0;bottom:calc(67px + env(safe-area-inset-bottom));z-index:21;position:fixed;left:0}:root[data-keyboard-open] .conversation-composer-shell{right:15px;bottom:var(--app-keyboard-overlay-inset,0px);padding-bottom:10px;position:fixed;left:15px}:root[data-keyboard-open] .conversation-messages{padding-bottom:96px}}@media (prefers-reduced-motion:reduce){.conversation-message--live>div:after{animation:none}}
