@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{color:#111;font-synthesis:none;--ink:#111;--muted:#6b7280;--line:#e5e7eb;--paper:#fff;--green:#2563eb;--lime:#fff;--cream:#f7f7f7;--blue:#eff6ff;--amber:#f4f4f5;background:#f7f7f7;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,select,textarea{font:inherit}button,a{color:inherit}button{cursor:pointer}.brand{letter-spacing:-1px;align-items:center;gap:10px;font:800 23px Manrope;display:flex}.brand-mark{color:#fff;background:#111;border-radius:10px;place-items:center;width:31px;height:31px;display:grid;transform:rotate(-4deg)}.app-shell{min-height:100vh}.sidebar{z-index:20;background:#f4f4f5;border-right:1px solid #e5e7eb;flex-direction:column;width:250px;padding:27px 20px 20px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-top{justify-content:space-between;padding:0 8px 29px;display:flex}.capture-button{color:#fff;background:#2563eb;border:0;border-radius:12px;align-items:center;gap:9px;height:46px;padding:0 13px;font-weight:700;display:flex;box-shadow:0 8px 20px #2563eb20}.capture-button span{color:#dbeafe;margin-left:auto;font-size:11px}.sidebar nav{gap:5px;margin-top:23px;display:grid}.sidebar nav a{color:#52525b;border-radius:10px;align-items:center;gap:12px;padding:11px 13px;font-weight:600;text-decoration:none;display:flex}.sidebar nav a:hover,.sidebar nav a.active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #0000000a}.sidebar nav a.active svg{color:#2563eb}.sidebar-foot{border-top:1px solid #d4d4d8;align-items:center;gap:10px;margin-top:auto;padding:19px 3px 0;display:flex}.avatar,.mini-avatar{color:#fff;text-transform:uppercase;background:#111;place-items:center;display:grid}.avatar{border-radius:11px;width:36px;height:36px;font-weight:700}.sidebar-foot div:nth-child(2){flex:1;min-width:0;display:grid}.sidebar-foot strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.sidebar-foot span{color:var(--muted);font-size:11px}.sidebar-foot button,.mobile-close,.mobile-header button,.modal-head>button{color:var(--muted);background:0 0;border:0;padding:6px}.content-wrap{min-height:100vh;margin-left:250px}.page{max-width:1100px;margin:0 auto;padding:54px 52px 80px}.page-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;display:flex}.page-head p,.panel-head p,.modal-head p{text-transform:uppercase;letter-spacing:.12em;color:#71717a;margin:0 0 6px;font-size:11px;font-weight:800}.page-head h1{letter-spacing:-2px;color:var(--ink);margin:0;font:800 clamp(32px,4vw,46px) Manrope}.secondary,.primary{border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-weight:700;display:inline-flex}.secondary{border:1px solid var(--line);background:#fff}.primary{color:#fff;background:#2563eb}.full{width:100%;min-height:49px}.mobile-header{display:none}.stat-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:24px;display:grid}.stat{border:1px solid #e5e7eb;border-radius:17px;min-height:154px;padding:21px;text-decoration:none;transition:transform .2s;position:relative}.stat:hover{transform:translateY(-2px)}.stat>span{background:#fff;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.stat strong{margin-top:12px;font:800 38px/1 Manrope;display:block}.stat p{color:#52525b;margin:5px 0 0;font-weight:600}.stat>svg{position:absolute;bottom:18px;right:18px}.stat.mine{background:#fff}.stat.waiting{background:var(--blue)}.stat.attention{background:var(--amber)}.panel{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 8px 32px #00000008}.panel-head,.modal-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.panel-head h2,.modal-head h2{letter-spacing:-.7px;margin:0;font:800 22px Manrope}.live-dot{color:#2563eb;align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.live-dot:before{content:"";background:#2563eb;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #2563eb19}.item-list{margin-top:18px}.item-row{border-top:1px solid #e5e7eb;align-items:center;gap:14px;padding:15px 5px;display:flex}.item-row:first-child{border-top:0}.item-row.blocked{opacity:.65}.item-check{color:#0000;background:#fff;border:1.5px solid #d4d4d8;border-radius:9px;flex:none;place-items:center;width:27px;height:27px;display:grid}.item-check:hover{color:#fff;background:#2563eb;border-color:#2563eb}.item-copy{flex:1;min-width:0}.item-copy h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 8px;font-size:15px;font-weight:650;overflow:hidden}.meta{color:#71717a;align-items:center;gap:14px;font-size:12px;display:flex}.meta>span{align-items:center;gap:5px;display:flex}.mini-avatar{border-radius:6px;width:18px;height:18px;font-size:9px}.meta .overdue{color:#111;font-weight:800;text-decoration:underline}.blocked-tag{background:#f4f4f5;border-radius:5px;padding:3px 7px}.more{color:#71717a;background:0 0;border:0;padding:8px}.daily-note{color:#52525b;align-items:center;gap:12px;margin-top:18px;padding:17px 20px;display:flex}.daily-note svg{color:#2563eb}.daily-note div{gap:2px;display:grid}.daily-note span{color:#71717a;font-size:13px}.empty{text-align:center;padding:47px 20px}.empty>span{color:#2563eb;background:#f4f4f5;border-radius:15px;place-items:center;width:50px;height:50px;margin:0 auto 15px;display:grid}.empty h3{margin:0;font:700 18px Manrope}.empty p{color:var(--muted);max-width:400px;margin:6px auto 0;font-size:14px}.text-button{color:#2563eb;background:0 0;border:0;margin-top:12px;font-weight:700}.list-panel{padding-top:12px}.list-toolbar{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;padding:8px 5px 17px;font-size:12px;font-weight:600;display:flex}.legend{align-items:center;gap:7px;display:flex}.mine-dot,.waiting-dot{background:#111;border-radius:50%;width:8px;height:8px;display:inline-block}.waiting-dot{background:#2563eb}.search{border:1px solid var(--line);width:min(290px,40vw);height:43px;color:var(--muted);background:#fff;border-radius:11px;align-items:center;gap:8px;padding:0 12px;display:flex}.search input{background:0 0;border:0;outline:0;width:100%}.people-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.people-grid>.panel{grid-column:1/-1}.person-card{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:center;gap:13px;padding:18px;display:flex}.person-avatar{color:#111;background:#f4f4f5;border-radius:14px;place-items:center;width:43px;height:43px;font:800 17px Manrope;display:grid}.person-card div:nth-child(2){flex:1}.person-card h3{margin:0;font:700 15px Manrope}.person-card p{color:var(--muted);margin:3px 0 0;font-size:12px}.person-card>span{color:var(--muted);background:#f4f4f5;border-radius:20px;padding:5px 9px;font-size:11px}.modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:50;background:#00000080;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.capture-modal,.small-modal,.action-sheet{background:#fff;border-radius:22px;width:min(620px,100%);padding:25px;box-shadow:0 30px 80px #00000038}.small-modal{width:min(440px,100%)}.modal-head{margin-bottom:22px}.capture-modal textarea{resize:vertical;border:1px solid #e5e7eb;border-radius:14px;outline:none;width:100%;min-height:130px;padding:15px;font-size:17px;line-height:1.5}.capture-hint{color:var(--muted);align-items:center;gap:7px;margin:9px 2px 18px;font-size:12px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}label{color:#52525b;gap:7px;margin-bottom:16px;font-size:12px;font-weight:700;display:grid}input,select{height:45px;color:var(--ink);background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:0;padding:0 12px}.ownership-preview{color:var(--muted);background:#f4f4f5;border-radius:10px;align-items:center;gap:8px;margin-bottom:15px;padding:12px 14px;font-size:12px;display:flex}.choice-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.choice-grid button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:14px;gap:5px;padding:16px;display:grid}.choice-grid button:hover{border-color:#a1a1aa;transform:translateY(-1px)}.choice-grid button>span{border-radius:11px;place-items:center;width:37px;height:37px;margin-bottom:5px;display:grid}.choice-grid .green,.choice-grid .blue{color:#2563eb;background:#eff6ff}.choice-grid .amber{color:#111;background:#f4f4f5}.choice-grid small{color:var(--muted);line-height:1.35}.auth-page{background:#f7f7f7;place-items:center;min-height:100vh;padding:90px 20px 70px;display:grid;position:relative}.auth-brand{text-decoration:none;position:absolute;top:28px;left:35px}.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:min(450px,100%);padding:34px;box-shadow:0 25px 70px #00000012}.eyebrow{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:7px;font-size:11px;font-weight:800;display:flex}.auth-card h1{letter-spacing:-1.6px;margin:12px 0 8px;font:800 36px Manrope}.auth-lead{color:var(--muted);margin:0 0 25px;font-size:14px;line-height:1.6}.consent{grid-template-columns:18px 1fr;align-items:start;font-weight:400;line-height:1.5}.consent input{width:16px;height:16px;margin:2px 0}.error{color:#27272a;background:#f4f4f5;border:1px solid #d4d4d8;border-radius:10px;align-items:center;gap:8px;margin:10px 0 14px;padding:10px 12px;font-size:12px;display:flex}.auth-switch{text-align:center;color:var(--muted);margin:20px 0 0;font-size:13px}.auth-switch button{color:#2563eb;background:0 0;border:0;font-weight:700}.auth-proof{color:#71717a;gap:20px;font-size:11px;display:flex;position:absolute;bottom:25px}.auth-proof span{align-items:center;gap:5px;display:flex}.auth-proof svg{color:#2563eb}.splash{place-content:center;gap:25px;min-height:100vh;display:grid}.splash>span{background:#2563eb;border-radius:4px;width:120px;height:3px;animation:1s infinite alternate pulse}.loading-lines{gap:14px;margin:30px 5px;display:grid}.loading-lines i{background:linear-gradient(90deg,#f3f3f3,#fafafa,#f3f3f3) 0 0/200%;border-radius:10px;height:42px;animation:1.2s infinite shimmer}@keyframes shimmer{to{background-position:-200%}}@keyframes pulse{to{opacity:.25}}.mobile-close,.scrim{display:none}@media (width<=800px){.sidebar{transition:transform .25s;transform:translate(-102%)}.sidebar.open{transform:translate(0)}.mobile-close{display:block}.scrim{z-index:10;background:#17251f55;border:0;display:block;position:fixed;inset:0}.content-wrap{margin-left:0}.mobile-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:8;background:#f6f5efcc;justify-content:space-between;align-items:center;height:64px;padding:0 16px;display:flex;position:sticky;top:0}.mobile-header .brand{font-size:19px}.mobile-header .brand-mark{width:27px;height:27px}.icon-primary{width:36px;background:var(--ink)!important;color:#fff!important;border-radius:10px!important;height:36px!important}.page{padding:30px 18px 70px}.page-head{align-items:flex-start;margin-bottom:24px}.page-head h1{font-size:32px}.page-head>.secondary{padding:10px;font-size:0}.page-head>.secondary svg{margin:0}.stat-grid{grid-template-columns:1fr 1fr}.stat.attention{grid-column:1/-1;min-height:118px}.stat{min-height:135px;padding:17px}.stat strong{font-size:32px}.panel{padding:17px}.people-grid{grid-template-columns:1fr}.search{width:42px}.search input{display:none}.meta{flex-wrap:wrap;gap:7px 12px}.form-row,.choice-grid{grid-template-columns:1fr}.action-sheet{border-radius:22px 22px 0 0;align-self:end}.modal-backdrop{padding:0}.capture-modal,.small-modal{border-radius:22px;width:calc(100% - 20px);max-height:94vh;overflow:auto}.auth-card{padding:27px 22px}.auth-proof{display:none}.auth-brand{left:20px}.item-copy h3{white-space:normal}.list-toolbar .legend{display:none}}.archive-link{color:var(--muted);border-top:1px solid #d7d9d0;align-items:center;gap:10px;margin:12px 13px 0;padding-top:15px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.archive-link.active,.archive-link:hover{color:var(--ink)}.item-title{max-width:100%;color:var(--ink);text-align:left;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:0;padding:0;font-size:15px;font-weight:650;display:block;overflow:hidden}.item-title:hover{color:var(--green)}.details-modal{background:#fff;border-radius:22px;width:min(720px,100%);max-height:calc(100vh - 40px);padding:25px;overflow:auto;box-shadow:0 30px 80px #17251f38}.details-modal textarea{resize:vertical;border:1px solid #dfe2dc;border-radius:10px;outline:0;width:100%;min-height:90px;padding:12px}.details-modal textarea:focus{border-color:#739781;box-shadow:0 0 0 3px #73978117}.detail-summary{grid-template-columns:repeat(4,1fr);gap:10px;margin:4px 0 22px;display:grid}.detail-summary>div{background:#f5f6f2;border-radius:10px;gap:5px;padding:13px;display:grid}.detail-summary span,.detail-copy>span,.source-quote>span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}.detail-summary strong{text-transform:capitalize;font-size:13px}.detail-copy,.source-quote{margin:0 0 17px}.detail-copy p,.source-quote p{color:#444b47;white-space:pre-wrap;margin:6px 0 0;font-size:14px;line-height:1.55}.source-quote{border-left:3px solid var(--line);background:#fafaf8;padding:14px}.source-quote p{font-style:italic}.modal-actions{justify-content:flex-end;gap:9px;margin:8px 0 22px;display:flex}.modal-actions.split{justify-content:space-between}.modal-actions>div{gap:9px;display:flex}.danger-button{color:#52525b;background:#fff;border:1px solid #d4d4d8;border-radius:11px;align-items:center;gap:7px;padding:10px 13px;font-weight:700;display:inline-flex}.danger-button:hover{color:#18181b;border-color:#a1a1aa}.history{border-top:1px solid var(--line);padding-top:20px}.history h3{align-items:center;gap:8px;margin:0 0 13px;font:700 14px Manrope;display:flex}.history-row{gap:11px;padding:9px 2px;display:flex}.history-row i{background:#d4d4d8;border:2px solid #fff;border-radius:50%;width:8px;height:8px;margin-top:4px;box-shadow:0 0 0 1px #d4d4d8}.history-row div{gap:2px;display:grid}.history-row strong{font-size:12px}.history-row span{color:var(--muted);font-size:11px}.choice-form{border:1px solid var(--line);text-align:left;background:#fff;border-radius:14px;gap:8px;padding:16px;display:grid}.choice-form>span{border-radius:11px;place-items:center;width:37px;height:37px;margin-bottom:2px;display:grid}.choice-form label{margin:3px 0 0}.choice-form .form-row{gap:8px}.choice-form .form-row label{font-size:10px}.choice-form .primary,.choice-form .secondary{width:100%;font-size:12px}.sidebar-maker-badge{color:#d4d4d8;letter-spacing:.01em;background:#111113;border:1px solid #3f3f46;border-radius:11px;align-items:center;gap:8px;margin:auto 3px 12px;padding:10px 11px;font-size:9px;line-height:1.3;text-decoration:none;transition:background .18s,border-color .18s,transform .18s;display:flex;box-shadow:0 8px 20px #00000014}.sidebar-maker-badge strong{color:#fff;font-size:10px;font-weight:750;display:block}.sidebar-maker-badge svg{color:#60a5fa;flex:none}.sidebar-maker-badge svg:last-child{margin-left:auto}.sidebar-maker-badge:hover{background:#18181b;border-color:#52525b;transform:translateY(-1px)}.sidebar-maker-badge:focus-visible{outline-offset:2px;outline:3px solid #60a5fa}.sidebar-maker-badge+.sidebar-foot{margin-top:0}.people-grid button.person-card{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer}.people-grid button.person-card:hover{border-color:#bfdbfe}.person-profile{background:#f5f6f2;border-radius:13px;align-items:center;gap:13px;margin-bottom:24px;padding:15px;display:flex}.person-profile>div:nth-child(2){flex:1;gap:2px;display:grid}.person-profile strong{font:700 15px Manrope}.person-profile span{color:var(--muted);font-size:12px}.person-profile b{background:#fff;border-radius:20px;padding:6px 9px;font-size:11px}.person-item-section{margin-top:21px}.person-item-section>h3{justify-content:space-between;margin:0 0 8px;font:700 14px Manrope;display:flex}.person-item-section>h3 span{color:var(--muted)}.person-item-section>p{color:var(--muted);border-top:1px solid var(--line);padding:12px 0;font-size:13px}.global-search{border:1px solid var(--line);height:58px;color:var(--muted);background:#fff;border-radius:14px;align-items:center;gap:12px;margin:-5px 0 20px;padding:0 18px;display:flex}.global-search:focus-within{border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb16}.global-search input{background:0 0;border:0;flex:1;height:auto;padding:0;font-size:17px;box-shadow:none!important}.global-search button{color:var(--muted);background:0 0;border:0}.search-results{padding-top:12px}.sidebar nav a{border:1px solid #0000}.sidebar-maker-badge:hover{transform:none}.notice{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;align-items:center;gap:8px;margin-bottom:16px;padding:11px 13px;font-size:13px;display:flex}.detected-list{gap:15px;display:grid}.detected-card{border:1px solid var(--line);background:#fff;border-radius:17px;padding:22px}.detected-source{background:#f5f6f2;border-left:3px solid #2563eb;margin-bottom:17px;padding:12px 14px}.detected-source span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:800}.detected-source p{color:#52525b;margin:5px 0 0;font-size:13px;font-style:italic}.detected-fields{grid-template-columns:1fr 1fr 1fr;gap:12px;display:grid}.resolution{color:#52525b;background:#f4f4f5;border-radius:9px;align-items:center;gap:8px;margin:-3px 0 15px;padding:10px 12px;font-size:12px;display:flex}.resolution span{flex:1}.resolution button{color:#2563eb;background:0 0;border:0;font-weight:700}.inline-person{gap:10px;margin:-5px 0 15px;display:grid}.inline-person-fields{gap:8px;display:flex}.inline-person-fields input{flex:1}.duplicate-warning{background:var(--blue);border:1px solid var(--line);color:var(--ink);border-radius:12px;gap:10px;margin:4px 0 15px;padding:14px;display:grid}.duplicate-heading{align-items:flex-start;gap:9px;display:flex}.duplicate-heading>svg{color:#2563eb;flex:none}.duplicate-heading strong{font-size:13px}.duplicate-heading p{color:var(--muted);margin:3px 0 0;font-size:11px;line-height:1.45}.duplicate-options{gap:7px;display:grid}.duplicate-person{border:1px solid var(--line);background:var(--paper);text-align:left;border-radius:10px;align-items:center;gap:9px;width:100%;padding:9px;display:flex}.duplicate-person>.person-avatar{border-radius:10px;flex:none;width:34px;height:34px;font-size:13px}.duplicate-person>span:nth-child(2){flex:1;gap:2px;min-width:0;display:grid}.duplicate-person strong{font-size:12px}.duplicate-person small{color:var(--muted);font-size:10px}.duplicate-person b{color:#2563eb;font-size:10px}.duplicate-create{color:#2563eb;background:0 0;border:0;justify-self:start;padding:2px;font-size:11px;font-weight:700}.detected-actions{justify-content:flex-end;gap:8px;display:flex}.detected-actions button{min-width:100px}.settings-grid{grid-template-columns:minmax(240px,.75fr) minmax(420px,1.4fr);align-items:start;gap:15px;display:grid}.settings-card h2,.sessions-card h2{margin:0;font:700 20px Manrope}.settings-card>span,.settings-intro{color:var(--muted);margin-top:4px;font-size:13px;display:block}.settings-kicker{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin:0 0 7px;font-size:10px;font-weight:800}.settings-card dl{margin:23px 0 0}.settings-card dl>div{border-top:1px solid var(--line);justify-content:space-between;padding:11px 0;font-size:12px;display:flex}.settings-card dt{color:var(--muted)}.settings-card dd{text-transform:capitalize;margin:0;font-weight:700}.settings-heading{justify-content:space-between;display:flex}.settings-heading>svg{color:#2563eb}.settings-intro{margin-bottom:18px;line-height:1.5}.session-row{border-top:1px solid var(--line);align-items:center;gap:11px;padding:13px 0;display:flex}.session-row>svg{color:var(--muted);flex:none}.session-row>div{flex:1;gap:2px;min-width:0;display:grid}.session-row strong{font-size:13px}.session-row span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.session-row b,.session-row button{color:var(--muted);background:#f4f4f5;border:0;border-radius:20px;padding:6px 9px;font-size:10px}.session-row button{color:#2563eb;font-weight:700}.signout-setting{margin-top:18px}.verification-status{background:#fafafa;border:1px solid #e4e4e7;border-radius:11px;align-items:center;gap:9px;margin-top:18px;padding:11px;display:flex}.verification-status>svg{color:#2563eb;flex:none}.verification-status>div{flex:1;gap:2px;display:grid}.verification-status strong{font-size:12px}.verification-status span{color:var(--muted);font-size:10px}.verification-status button{color:#2563eb;background:0 0;border:0;font-size:11px;font-weight:700}.verification-status.verified>svg{color:#18181b}.auth-result{text-align:center}.result-icon{color:#2563eb;background:#eff6ff;border-radius:14px;place-items:center;width:52px;height:52px;margin:0 auto;display:grid}.local-link{margin-top:10px}.notifications-card{grid-column:1/-1}.notification-form{margin-top:18px}.settings-note{color:#52525b;background:#fafafa;border:1px solid #d4d4d8;border-radius:9px;margin:10px 0;padding:10px 12px;font-size:12px}.switch-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:14px 0;display:flex}.switch-row>span{gap:3px;display:grid}.switch-row strong{font-size:13px}.switch-row small{color:var(--muted);font-weight:400}.switch-row input{accent-color:#2563eb;width:18px;height:18px}.notifications-card .settings-heading>svg{color:#2563eb}.item-route{min-height:70vh}.data-card{grid-column:1/-1}.data-card .settings-heading>svg{color:#2563eb}.danger-zone{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding-top:20px;display:flex}.danger-zone>div{gap:3px;display:grid}.danger-zone strong{font-size:13px}.danger-zone span{color:var(--muted);font-size:12px}.delete-account-form{background:#fafafa;border:1px solid #d4d4d8;border-radius:12px;max-width:520px;margin-top:18px;padding:18px}.delete-account-form>p{color:#52525b;margin:0 0 18px;font-size:13px;line-height:1.5}.delete-account-form .modal-actions{margin-bottom:0}.consent a,.privacy-notice-link{color:#2563eb;text-underline-offset:3px;text-decoration:underline}.privacy-notice-link{margin-top:16px;font-size:13px;font-weight:700;display:inline-block}.onboarding-page{background:#f7f7f7;place-items:center;min-height:100vh;padding:35px 18px;display:grid}.onboarding-card{border:1px solid var(--line);background:#fff;border-radius:24px;width:min(540px,100%);padding:34px;box-shadow:0 25px 70px #0000000d}.onboarding-step{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;background:#eff6ff;border-radius:20px;margin:32px 0 10px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-block}.onboarding-card h1{letter-spacing:-1.4px;margin:0;font:800 34px Manrope}.onboarding-card>p{color:var(--muted);margin:8px 0 24px;font-size:14px;line-height:1.6}.onboarding-card textarea{resize:vertical;border:1px solid #dfe2dc;border-radius:10px;outline:0;width:100%;min-height:90px;padding:12px}.onboarding-card label small{color:var(--muted);font-weight:400}.onboarding-skip{color:var(--muted);background:0 0;border:0;margin:14px auto 0;font-size:12px;display:block}.capture-tools{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.capture-tools>span{color:var(--muted);font-size:11px;font-weight:700}.capture-tools button{border:1px solid var(--line);color:#52525b;background:#fff;border-radius:9px;align-items:center;gap:6px;padding:7px 10px;font-size:11px;font-weight:700;display:flex}.capture-tools button.recording{color:#2563eb;background:#eff6ff;border-color:#93c5fd}@media (width<=800px){.details-modal{border-radius:22px 22px 0 0;align-self:end;width:100%;max-height:94vh}.detail-summary{grid-template-columns:1fr 1fr}.modal-actions.split{align-items:stretch;gap:12px}.modal-actions.split,.modal-actions.split>div{flex-direction:column-reverse}.modal-actions.split button{justify-content:center;width:100%}.item-title{white-space:normal}.detected-fields{grid-template-columns:1fr}.inline-person-fields{flex-direction:column}.detected-card{padding:17px}.settings-grid{grid-template-columns:1fr}.session-row span{max-width:190px}}.person-card h2{margin:0;font:700 15px Manrope}.duplicate-heading p{color:#52525b}.people-search{background:var(--paper);border:1px solid var(--line);height:48px;color:var(--muted);border-radius:12px;align-items:center;gap:10px;margin:-8px 0 18px;padding:0 14px;display:flex}.people-search input{background:0 0;border:0;flex:1;height:auto;padding:0;box-shadow:none!important}.people-search button{color:var(--muted);background:0 0;border:0;padding:5px}.person-edit-form{background:var(--blue);border:1px solid var(--line);border-radius:13px;margin-bottom:20px;padding:18px}.person-edit-form .modal-actions{margin-bottom:0}.delete-person-confirm{border:1px solid var(--line);background:var(--blue);border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin:0 0 22px;padding:14px;display:flex}.delete-person-confirm>div:first-child{gap:3px;display:grid}.delete-person-confirm strong{font-size:13px}.delete-person-confirm p{color:#52525b;margin:0;font-size:11px;line-height:1.45}.delete-person-confirm>div:last-child{flex:none;gap:8px;display:flex}.delete-person-confirm button{white-space:nowrap}@media (width<=800px){.delete-person-confirm{flex-direction:column;align-items:stretch}.delete-person-confirm>div:last-child{grid-template-columns:1fr 1fr;display:grid}.delete-person-confirm button{justify-content:center}}.person-profile span{color:#52525b}:root{--ink:#111113;--muted:#71717a;--line:#e4e4e7;--paper:#fff;--green:#2563eb;--lime:#2563eb;--cream:#f7f7f7;--blue:#f4f4f5;--amber:#f4f4f5}body{color:#18181b;background:#f7f7f7}.brand-mark{color:#fff;background:#111113}.sidebar{background:#f1f1f2;border-color:#dedee1}.capture-button,.primary{color:#fff;background:#2563eb;box-shadow:0 8px 20px #2563eb24}.capture-button:hover,.primary:hover{background:#1d4ed8}.sidebar nav a,.archive-link,.sidebar-foot span{color:#52525b}.capture-button span{color:#fff}.sidebar nav a:hover,.sidebar nav a.active{box-shadow:none;border:1px solid #e4e4e7}.sidebar nav a.active svg,.eyebrow,.text-button,.daily-note svg,.auth-switch button{color:#2563eb}.avatar,.mini-avatar{background:#2563eb}.stat{border-color:#e4e4e7;background:#fff!important}.stat>span{color:#3f3f46;background:#f4f4f5}.stat.attention{border-color:#bfdbfe}.stat.attention>span{color:#2563eb;background:#eff6ff}.stat p,.daily-note,.page-head p,.panel-head p,.modal-head p{color:#71717a}.panel{box-shadow:0 8px 30px #00000008}.live-dot{color:#52525b}.live-dot:before{background:#2563eb;box-shadow:0 0 0 4px #2563eb14}.item-check:hover{background:#2563eb;border-color:#2563eb}.meta .overdue{color:#18181b;text-underline-offset:3px;-webkit-text-decoration:underline #2563eb;text-decoration:underline #2563eb;text-decoration-thickness:2px}.blocked-tag,.person-card>span{color:#52525b;background:#f4f4f5}.person-avatar{color:#2563eb;background:#eff6ff}.modal-backdrop{background:#09090b99}.choice-grid .green,.choice-grid .blue,.choice-grid .amber{color:#27272a;background:#f4f4f5}.choice-grid button:hover{border-color:#93c5fd}.ownership-preview{background:#f4f4f5}.mine-dot,.waiting-dot{background:#2563eb}.capture-modal textarea:focus,input:focus,select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #2563eb16}.auth-page{background:radial-gradient(circle at 14% 20%,#ededf0 0,#0000 30%),radial-gradient(circle at 88% 82%,#e5e7eb 0,#0000 28%),#f7f7f7}.auth-card{border-color:#e4e4e7;box-shadow:0 25px 70px #0000000d}.error{color:#27272a;background:#f4f4f5;border-color:#d4d4d8}.auth-proof svg,.empty>span{color:#2563eb}.empty>span{background:#f4f4f5}.loading-lines i{background:linear-gradient(90deg,#f1f1f2,#fafafa,#f1f1f2)}.splash>span{background:#2563eb}.capture-input{margin:0}.capture-source{background:#fafafa;border:1px solid #e4e4e7;border-radius:12px;margin:0 0 18px;padding:14px 16px}.capture-source>span{color:#71717a;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.capture-source blockquote{color:#3f3f46;margin:7px 0 0;font-size:14px;line-height:1.5}.capture-actions{grid-template-columns:1fr 1.4fr;gap:10px;display:grid}.capture-fallback{margin-top:10px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=800px){.mobile-header{background:#f7f7f7e8!important}.icon-primary{background:#2563eb!important}.scrim{background:#09090b66!important}.capture-actions{grid-template-columns:1fr}}.appearance-card{grid-column:1/-1}.theme-switch{margin:0}.theme-switch input{appearance:none;cursor:pointer;background:#e4e4e7;border:1px solid #d4d4d8;border-radius:999px;flex:none;width:44px;height:24px;transition:background .18s,border-color .18s;position:relative}.theme-switch input:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.theme-switch input:checked{background:#2563eb;border-color:#2563eb}.theme-switch input:checked:after{transform:translate(20px)}.theme-switch input:disabled{cursor:wait;opacity:.65}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#fafafa;--muted:#a1a1aa;--line:#3f3f46;--paper:#111113;--cream:#09090b;--blue:#18181b;--amber:#18181b;background:#09090b}[data-theme=dark] body{color:#f4f4f5;background:#09090b}[data-theme=dark] .brand-mark{color:#09090b;background:#fafafa}[data-theme=dark] .sidebar{background:#111113;border-color:#27272a}[data-theme=dark] .sidebar nav a,[data-theme=dark] .archive-link,[data-theme=dark] .sidebar-foot span{color:#a1a1aa}[data-theme=dark] .sidebar nav a:hover,[data-theme=dark] .sidebar nav a.active{color:#fafafa;background:#18181b;border-color:#3f3f46}[data-theme=dark] .sidebar-foot{border-color:#3f3f46}[data-theme=dark] .panel,[data-theme=dark] .stat,[data-theme=dark] .capture-modal,[data-theme=dark] .small-modal,[data-theme=dark] .action-sheet,[data-theme=dark] .details-modal,[data-theme=dark] .auth-card,[data-theme=dark] .onboarding-card,[data-theme=dark] .person-card,[data-theme=dark] .detected-card,[data-theme=dark] .choice-grid button,[data-theme=dark] .choice-form,[data-theme=dark] .global-search,[data-theme=dark] .search,[data-theme=dark] .secondary,[data-theme=dark] .capture-tools button,[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{color:#fafafa;background:#111113;border-color:#3f3f46}[data-theme=dark] .stat{border-color:#3f3f46;background:#111113!important}[data-theme=dark] .stat.attention{border-color:#1d4ed8}[data-theme=dark] .stat>span,[data-theme=dark] .blocked-tag,[data-theme=dark] .person-card>span,[data-theme=dark] .ownership-preview,[data-theme=dark] .choice-grid .green,[data-theme=dark] .choice-grid .blue,[data-theme=dark] .choice-grid .amber,[data-theme=dark] .detail-summary>div,[data-theme=dark] .source-quote,[data-theme=dark] .person-profile,[data-theme=dark] .detected-source,[data-theme=dark] .resolution,[data-theme=dark] .session-row b,[data-theme=dark] .session-row button,[data-theme=dark] .person-profile b,[data-theme=dark] .verification-status,[data-theme=dark] .settings-note,[data-theme=dark] .delete-account-form,[data-theme=dark] .capture-source,[data-theme=dark] .empty>span{color:#d4d4d8;background:#18181b;border-color:#3f3f46}[data-theme=dark] .stat.attention>span,[data-theme=dark] .person-avatar,[data-theme=dark] .result-icon{color:#93c5fd;background:#172554}[data-theme=dark] .item-row,[data-theme=dark] .list-toolbar,[data-theme=dark] .history,[data-theme=dark] .session-row,[data-theme=dark] .switch-row,[data-theme=dark] .settings-card dl>div,[data-theme=dark] .danger-zone{border-color:#3f3f46}[data-theme=dark] .item-check{background:#111113;border-color:#71717a}[data-theme=dark] .item-check:hover{background:#2563eb;border-color:#2563eb}[data-theme=dark] .item-title,[data-theme=dark] .capture-source blockquote,[data-theme=dark] .detail-copy p,[data-theme=dark] .source-quote p,[data-theme=dark] .detected-source p{color:#e4e4e7}[data-theme=dark] .stat p,[data-theme=dark] .daily-note,[data-theme=dark] .page-head p,[data-theme=dark] .panel-head p,[data-theme=dark] .modal-head p,[data-theme=dark] label{color:#a1a1aa}[data-theme=dark] .error{color:#e4e4e7;background:#18181b;border-color:#52525b}[data-theme=dark] .duplicate-heading p,[data-theme=dark] .delete-person-confirm p,[data-theme=dark] .person-profile span{color:#a1a1aa}[data-theme=dark] .notice{color:#bfdbfe;background:#172554;border-color:#1e40af}[data-theme=dark] .danger-button{color:#d4d4d8;background:#111113;border-color:#52525b}[data-theme=dark] .history-row i{background:#71717a;border-color:#111113;box-shadow:0 0 0 1px #71717a}[data-theme=dark] .onboarding-step,[data-theme=dark] .capture-tools button.recording{color:#93c5fd;background:#172554;border-color:#1e40af}[data-theme=dark] .sidebar nav a.active svg,[data-theme=dark] .eyebrow,[data-theme=dark] .text-button,[data-theme=dark] .daily-note svg,[data-theme=dark] .auth-switch button,[data-theme=dark] .live-dot,[data-theme=dark] .resolution button,[data-theme=dark] .session-row button,[data-theme=dark] .verification-status button,[data-theme=dark] .consent a,[data-theme=dark] .privacy-notice-link,[data-theme=dark] .settings-heading>svg{color:#60a5fa}[data-theme=dark] .auth-page{background:radial-gradient(circle at 14% 20%,#18181b 0,#0000 30%),radial-gradient(circle at 88% 82%,#27272a 0,#0000 28%),#09090b}[data-theme=dark] .onboarding-page{background:#09090b}[data-theme=dark] .loading-lines i{background:linear-gradient(90deg,#18181b,#27272a,#18181b)}[data-theme=dark] .theme-switch input{background:#3f3f46;border-color:#52525b}[data-theme=dark] .theme-switch input:checked{background:#2563eb;border-color:#2563eb}@media (width<=800px){[data-theme=dark] .mobile-header{border-color:#27272a;background:#09090be8!important}[data-theme=dark] .scrim{background:#0009!important}}
