:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#30382b;background:#f7f8f2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--ink: #30382b;--muted: #7a8074;--soft: #a0a596;--paper: #f7f8f2;--white: #fffefb;--line: #e7e9df;--green: #d5eaa4;--deep: #30382b;--danger: #a14537}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button{border:none}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin-top:0}button,a,input,textarea,select,summary{outline-offset:4px}:focus-visible{outline:2px solid #708b3a}input,textarea,select{min-width:0;color:var(--ink);background:var(--white);border:1px solid #dcdfd2;border-radius:8px;padding:12px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{outline:0;border-color:#869a66;box-shadow:0 0 0 3px #d5eaa435}input::placeholder,textarea::placeholder{color:#959a8d}input:disabled{color:#8a9080;background:#f4f5ef}textarea{resize:vertical;line-height:1.65}input[type=checkbox]{width:17px;height:17px;min-width:17px;margin:1px 0 0;padding:0;accent-color:#4e6241}svg{flex-shrink:0;vertical-align:middle}::selection{background:#d5eaa4;color:#30382b}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 17px;border:1px solid transparent;border-radius:8px;font-size:13px;line-height:20px;font-weight:560;white-space:nowrap;transition:background .15s,transform .15s,box-shadow .15s}.button:not(:disabled):active{transform:translateY(1px)}.button.primary{background:var(--deep);color:#fffefb}.button.primary:hover:not(:disabled){background:#45503d;box-shadow:0 3px 8px #30382b12}.button.secondary{background:var(--white);color:#48513e;border-color:#dfe3d5}.button.secondary:hover:not(:disabled){background:#f1f4e9;border-color:#c8cfbb}.button.danger{color:#fff;background:var(--danger)}.button.danger:hover:not(:disabled){background:#883b2f}.button.small{font-size:12px;padding:8px 12px}.text-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:none;padding:6px 0;color:#667254;font-weight:550;font-size:13px}.text-button:hover:not(:disabled){color:#30382b}.text-button.small{font-size:12px}.danger-text,.danger-text:hover{color:var(--danger)}.icon-button{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:inherit;border-radius:6px;padding:7px;flex-shrink:0}.icon-button:hover:not(:disabled){background:#88917515}.button-row{display:flex;align-items:center;gap:9px}.brand{display:flex;gap:10px;align-items:center;color:#f6f7ed;font-size:43px;font-weight:590;letter-spacing:-2.7px;line-height:1}.brand .kando-mark{width:32px;height:32px;color:#d5eaa4}.brand-period{color:#d5eaa4}.kando-mark{width:30px;height:30px}.brand-button{background:none;padding:0}.dark-brand{color:var(--deep)}.dark-brand .kando-mark,.dark-brand .brand-period{color:#809658;--mark-eye: #f7f8f2}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:237px;background:#30382b;display:flex;flex-direction:column;color:#bdc4b2;padding:36px 17px 18px}.sidebar .brand{margin:0 15px 32px}.sidebar-label{margin:0 14px 25px;font-size:8px;font-weight:520;line-height:1.4;letter-spacing:1.45px;color:#939e86;white-space:nowrap}.sidebar nav{display:flex;flex-direction:column;gap:7px}.nav-item{display:flex;align-items:center;gap:12px;font-size:12.5px;font-weight:480;border-radius:7px;padding:12px 15px;min-height:45px;color:#c4cbba;transition:background .15s}.nav-item svg{width:18px;height:18px;opacity:.8}.nav-item:hover{background:#ffffff09;color:#fff}.nav-item.active{color:#303c24;background:#d5eaa4}.nav-item.active svg{opacity:1}.nav-active-dot{margin-left:auto;width:4px;height:4px;border-radius:50%;background:#4a5e35}.sidebar-bottom{margin-top:auto;padding-top:50px}.sidebar-note{margin:0 14px 34px;padding:24px 0;border-top:1px solid #ffffff12}.sidebar-note .kando-mark{width:22px;height:22px;color:#a3b18e;margin-bottom:13px}.sidebar-note p{font-size:11px;font-weight:400;color:#9faa92;line-height:1.9;margin:0}.sidebar-note strong{color:#c5ceba;font-weight:480}.profile-row{margin:18px 9px 0;padding:22px 0 14px;border-top:1px solid #ffffff12;display:flex;align-items:center;gap:10px}.avatar{width:32px;height:32px;border:1px solid #647254;background:#424d37;color:#d7e9ba;border-radius:50%;display:grid;place-items:center;font-size:13px}.profile-text{min-width:0;flex:1}.profile-text strong,.profile-text span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-text strong{color:#e5eadf;font-size:12px;font-weight:520;margin-bottom:5px}.profile-text span{font-size:9px;color:#9aa98c}.logout-button{color:#a3af96;padding:5px}.sidebar-legal{display:flex;align-items:center;gap:9px;font-size:9px;color:#98a489;margin:8px 14px 0}.sidebar-legal a:hover{color:#e7eedf}.pilot-tag{font-size:8px;letter-spacing:1px;color:#939e85;margin-left:auto;border:1px solid #ffffff15;border-radius:3px;padding:3px 5px}.main-shell{margin-left:237px;width:calc(100% - 237px);min-width:0}.topbar{height:77px;padding:0 43px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fffefb60}.breadcrumb{display:flex;align-items:center;gap:12px;color:#8d9382;font-size:11px}.breadcrumb strong{font-weight:520;color:#505747}.breadcrumb-separator{color:#c1c5b5}.topbar-right{display:flex;align-items:center;gap:17px}.mode-pill{display:flex;align-items:center;gap:6px;font-size:10px;color:#707c61}.mode-pill>span{display:block;height:5px;width:5px;background:#809c5b;border-radius:50%}.mode-pill.demo{border:1px solid #dfe5d2;background:#f0f4e7;padding:5px 9px;border-radius:20px}.topbar-avatar{display:grid;place-items:center;height:28px;width:28px;border:1px solid #e2e8d4;border-radius:50%;font-size:10px;color:#6b7c50;background:#eaf0db}.page-content{padding:37px 43px 40px}.standard-page,.conversation-page{max-width:1240px;margin:0 auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:31px}.section-kicker{display:block;color:#8b937e;font-size:9px;font-weight:600;letter-spacing:1.55px;line-height:1.5;margin-bottom:12px}.page-heading h1{font-size:clamp(28px,2.65vw,38px);letter-spacing:-1.3px;font-weight:480;line-height:1.25;margin:0 0 9px;color:#353d2e}.page-heading p{color:#878d7d;font-size:12px;line-height:1.7;margin-bottom:0}.heading-dot{color:#8ca361}.page-heading>.button{margin-top:11px}.chat-heading{margin-bottom:26px}.date-note{display:flex;align-items:center;gap:7px;color:#929986;font-size:11px;align-self:flex-end;margin-bottom:5px}.quiet-badge{display:inline-flex;align-items:center;gap:7px;color:#879179;font-size:11px}.panel{border:1px solid var(--line);border-radius:11px;background:var(--white)}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.panel-heading h2{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:560;letter-spacing:-.2px;margin:0}.panel-heading h2 svg{color:#8a9678}.panel-description{font-size:12px;color:#878e7c;line-height:1.8;margin:12px 0 24px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:29px 0 15px}.section-heading h2{font-size:14px;font-weight:580;margin:0;display:flex;align-items:center;gap:9px;letter-spacing:-.2px}.section-heading>span{color:#929886;font-size:10px}.section-heading.compact{margin:0;gap:14px}.page-footnote{display:flex;align-items:flex-start;justify-content:center;gap:7px;color:#929885;font-size:10px;line-height:1.8;margin:28px 0 0;text-align:center}.page-footnote svg{margin-top:2px}.loading-state{display:flex;align-items:center;justify-content:center;gap:12px;min-height:180px;color:#859076;font-size:12px}.spinner{display:inline-block;width:17px;height:17px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notice{display:flex;align-items:flex-start;gap:10px;padding:13px 16px;border:1px solid #dee6cc;border-radius:8px;background:#f0f4e6;color:#617448;font-size:12px;line-height:1.7;margin-bottom:20px}.notice>svg{margin-top:2px}.notice>div{flex:1}.notice>.icon-button{margin:-3px -6px -3px 0}.notice .text-button{display:inline;margin-left:9px;text-decoration:underline}.notice-error{color:#985442;background:#fff5ed;border-color:#f1dcd1}.notice-success{color:#566e3c;background:#eff5e7;border-color:#d7e8c2}.empty-state{padding:56px 24px;display:flex;align-items:center;flex-direction:column;text-align:center}.empty-icon{display:grid;place-items:center;height:55px;width:55px;background:#f2f5e9;color:#8b9c72;border-radius:17px;margin-bottom:20px}.empty-state h3{font-size:17px;font-weight:500;letter-spacing:-.3px;margin-bottom:10px}.empty-state p{max-width:335px;font-size:12px;color:#8b9380;line-height:1.8;margin-bottom:0}.empty-state .button,.empty-state .text-button{margin-top:22px}.status{display:inline-flex;gap:5px;align-items:center;white-space:nowrap;font-size:9px;line-height:1.4;color:#8c9481;background:#f3f4ee;padding:5px 7px;border-radius:5px;text-transform:capitalize}.status>span{width:4px;height:4px;border-radius:50%;background:currentColor}.status-done,.status-completed,.status-approved,.status-sent{color:#658544;background:#eff4e7}.status-running,.status-queued,.status-scheduled,.status-planning,.status-executing,.status-verifying{color:#658277;background:#edf4f0}.status-waiting_approval,.status-waiting_takeover,.status-pending,.status-uncertain{color:#a28443;background:#fbf3df}.status-failed,.status-rejected{color:#a16851;background:#fff0e8}.detail-content{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font:11px/1.85 SFMono-Regular,Consolas,Liberation Mono,monospace;color:#69725c}.record-id{display:inline-block;color:#a4ab97;font-size:9px;margin-top:15px}.conversation-card{display:flex;flex-direction:column;background:var(--white);border:1px solid #e2e6d8;border-radius:12px;box-shadow:0 4px 18px #3a472706;overflow:hidden;min-height:465px}.conversation-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 23px;border-bottom:1px solid #eef0e7}.assistant-label{display:flex;align-items:center;gap:9px}.assistant-avatar{width:34px;height:34px;border-radius:10px;background:#edf2df;display:grid;place-items:center;color:#6f8552}.assistant-avatar .kando-mark{width:22px;height:22px;--mark-eye: #edf2df}.assistant-label strong{display:block;font-size:12px;font-weight:600;margin-bottom:4px}.assistant-label div>span{color:#959d87;font-size:9px;display:block}.conversation-toolbar .text-button{color:#8c9878}.message-scroll{overflow-y:auto;min-height:280px;max-height:calc(100dvh - 350px);padding:0 27px;scroll-behavior:smooth;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#dbe2ce transparent}.conversation-empty .message-scroll{max-height:none}.chat-welcome{text-align:center;padding:41px 15px 34px}.chat-welcome-mark{display:inline-grid;place-items:center;width:61px;height:61px;border-radius:19px;background:#f1f5e5;margin-bottom:19px;transform:rotate(-8deg)}.chat-welcome-mark .kando-mark{width:37px;height:37px;color:#94a772;--mark-eye: #f1f5e5;transform:rotate(8deg)}.chat-welcome .section-kicker{font-size:8px;letter-spacing:1.7px;margin-bottom:14px;color:#98a285}.chat-welcome h2{font-size:27px;line-height:1.35;font-weight:450;letter-spacing:-.75px;margin-bottom:14px}.chat-welcome h2 em{font-family:Georgia,Times New Roman,serif;font-weight:400;color:#738554;font-size:28px;letter-spacing:-.35px}.chat-welcome>p{margin:0 auto 19px;max-width:369px;font-size:11px;color:#939c86;line-height:1.9}.chat-welcome-note{display:flex;align-items:center;justify-content:center;gap:5px;color:#a0a890;font-size:9px}.composer-wrap{padding:16px 22px 12px;margin-top:auto}.composer{display:flex;align-items:flex-end;gap:10px;padding:11px 10px 11px 17px;background:#f7f9f1;border:1px solid #e2e8d7;border-radius:9px;transition:border-color .2s,box-shadow .2s}.composer:focus-within{border-color:#b6c59b;box-shadow:0 0 0 3px #d5eaa422}.composer textarea{min-height:35px;background:none;box-shadow:none;outline:none;border:none;padding:8px 0 5px;width:100%;font-size:11px;resize:none;line-height:1.65;max-height:150px;scrollbar-width:thin}.composer textarea::placeholder{color:#9aa389}.send-button{height:34px;width:34px;min-width:34px;display:grid;place-items:center;background:#d3e5ab;color:#4b5a38;border-radius:7px}.send-button:not(:disabled):hover{background:#c1d694}.send-button:disabled{opacity:.6}.composer-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;color:#a1a893;font-size:8px}.composer-footer>span{display:flex;align-items:center;gap:4px}.composer-footer kbd{background:#f8f9f4;color:#9da68d;border:1px solid #e9edde;border-radius:3px;padding:1px 4px;font-size:8px}.suggestion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:18px}.suggestion-card{display:flex;align-items:center;gap:11px;text-align:left;color:#59644b;border:1px solid #e5e9dc;border-radius:9px;background:#fffefb99;padding:18px 15px;transition:border-color .2s,background .2s}.suggestion-card:hover{border-color:#c6d3b0;background:#faffee}.suggestion-card>svg{color:#a6b28f;margin-left:auto;width:14px}.suggestion-icon{color:#8f9e78}.suggestion-card strong,.suggestion-card div>span{display:block}.suggestion-card strong{font-weight:540;font-size:10px;line-height:1.5;margin-bottom:4px}.suggestion-card div>span{font-size:8px;line-height:1.6;color:#9ba48d}.messages{padding:8px 0 25px}.message-row{display:flex;align-items:flex-start;gap:9px;margin-top:7px}.message-row.new-author{margin-top:24px}.message-avatar{width:25px;height:25px;min-width:25px;display:grid;place-items:center;border-radius:7px;background:#f0f4e6;color:#8b9e6b;margin-top:23px}.message-avatar .kando-mark{width:19px;height:19px;--mark-eye: #f0f4e6}.hidden-avatar{visibility:hidden}.message-body{max-width:min(86%,690px);min-width:0}.message-author{display:flex;align-items:center;gap:9px;color:#6f7a5d;font-size:9px;font-weight:600;margin:0 0 7px 1px}.message-author time{font-size:8px;font-weight:400;color:#a3ab94}.message-bubble{font-size:12px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere;padding:12px 16px;color:#5e6951;background:#f5f7ed;border-radius:2px 11px 11px}.message-link{color:#536e36;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.message-link:hover{color:#30382b}.from-user,.from-user .message-author{justify-content:flex-end}.from-user .message-bubble{background:#e9f0d8;color:#4e5d3b;border-radius:11px 2px 11px 11px}.thinking-indicator{display:flex;align-items:center;gap:10px;margin:15px 0 20px;color:#8a9973;font-size:10px}.thinking-indicator>.kando-mark{width:19px;height:19px;color:#a7b591;--mark-eye: #fffefb}.thinking-dots{display:flex;gap:3px;align-items:center}.thinking-dots i{display:block;width:4px;height:4px;background:#8da271;border-radius:50%;animation:pulse 1.1s ease-in-out infinite}.thinking-dots i:nth-child(2){animation-delay:.2s}.thinking-dots i:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.approval-prompt{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:13px 25px;color:#9c8041;background:#fbf6e6;font-size:11px;border-top:1px solid #f0e9d2}.approval-prompt>span:last-child{display:flex;align-items:center;gap:5px;margin-left:auto;font-weight:550}.conversation-error{padding:14px 22px 0}.conversation-error .notice{margin:0}.demo-command-bar{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:17px}.demo-command-bar>span{color:#9aab85;font-size:8px;letter-spacing:1px}.demo-command-bar button{display:inline-flex;align-items:center;gap:6px;background:#f1f4e8;border:1px solid #e4e9d9;color:#819366;padding:5px 8px;font-size:9px;border-radius:5px}.context-note{display:flex;align-items:center;gap:16px;padding:21px 24px;background:#f0f3e6;border:1px solid #e4e9d6;border-radius:10px;margin-bottom:22px}.context-note-icon{height:40px;width:40px;min-width:40px;display:grid;place-items:center;border-radius:12px;color:#8b9e6f;background:#e7edd6}.context-note>div{flex:1}.context-note strong{display:block;font-size:12px;color:#697957;font-weight:550;margin-bottom:5px}.context-note p{color:#8f9b7e;font-size:11px;line-height:1.7;margin:0;max-width:650px}.context-note>svg{color:#afbca0}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 0 20px}.filter-tabs{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.filter-tabs>button{display:flex;align-items:center;gap:7px;padding:8px 11px;color:#8d977e;background:none;border-radius:6px;font-size:10px;font-weight:500;white-space:nowrap}.filter-tabs>button.active{color:#627849;background:#eaf0db}.filter-tabs>button:hover{background:#edf1e5}.filter-tabs>button>span{display:grid;place-items:center;min-width:17px;height:16px;border-radius:4px;font-size:8px;background:#dce6c7;color:#6f8155}.search-field{display:flex;align-items:center;gap:6px;color:#a1ad8f;border:1px solid #e4e9db;padding:0 11px;background:#fffefb;border-radius:7px;min-width:170px;width:201px}.search-field input{border:0;background:none;width:100%;box-shadow:none;padding:9px 2px;font-size:10px}.search-field:focus-within{border-color:#acbc96}.memory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.memory-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid #e3e8d8;border-radius:10px;background:#fffefb;padding:18px 20px 14px}.memory-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:19px}.category-label{color:#8b9778;background:#f0f4e7;font-size:8px;letter-spacing:.1px;padding:5px 7px;border-radius:4px;text-transform:capitalize}.category-people{color:#9a876e;background:#f4eee4}.category-habit{color:#7f8d98;background:#edf2f4}.category-commitment{color:#8f7f98;background:#f1edf4}.memory-card-actions{display:flex;gap:2px;color:#a6af96}.memory-card-actions .icon-button{padding:4px}.memory-card h3{text-transform:capitalize;font-size:13px;font-weight:560;letter-spacing:-.1px;margin:0 0 11px;overflow-wrap:anywhere}.memory-value{color:#858f77;font-size:11px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 23px}.memory-meta{display:flex;align-items:center;justify-content:space-between;gap:9px;border-top:1px solid #edf0e4;padding-top:12px;margin-top:auto;font-size:8px;color:#a3ad92}.memory-meta>span{display:flex;gap:5px;align-items:center}.sensitive-reveal{display:flex;gap:6px;align-items:center;background:#f6f3ec;color:#a19379;border:1px dashed #e5dece;font-size:9px;line-height:1.7;padding:10px;margin-bottom:18px;text-align:left;border-radius:5px}.memory-form-panel{padding:22px 25px;margin-bottom:25px}.memory-form-panel .panel-heading{margin-bottom:20px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:19px;min-width:0}.field label,.signin-form label,.delete-account-form>label{font-size:11px;font-weight:570;color:#637153}.field input,.field select,.field textarea{font-size:12px;padding:11px 12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.memory-form-footer{display:flex;align-items:center;justify-content:space-between;gap:20px}.checkbox-label{display:flex;gap:10px;align-items:flex-start;font-size:11px;color:#7f8b6e;line-height:1.7;cursor:pointer}.checkbox-label small{display:block;font-size:9px;color:#a0aa91;margin-top:2px}.checkbox-label a{text-decoration:underline;text-underline-offset:2px}.inline-confirm{padding:12px;margin:13px -4px -2px;background:#fbf1e9;border:1px solid #f0dfd0;border-radius:6px}.inline-confirm>p{font-size:10px;color:#9b7960;margin:0 0 9px}.inline-confirm>div{display:flex;justify-content:flex-end;gap:16px}.inline-confirm .text-button{font-size:10px}.tasks-columns{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:24px}.tasks-columns .section-heading{margin-top:0}.goal-panel{overflow:hidden}.goal-filters{padding:14px;border-bottom:1px solid #ecefe3;gap:5px}.goal-filters button{font-size:9px}.goal-item{border-bottom:1px solid #eef1e5}.goal-item:last-child{border-bottom:0}.goal-item summary{display:flex;gap:12px;align-items:center;cursor:pointer;padding:21px 17px;list-style:none}summary::-webkit-details-marker{display:none}.goal-item summary:hover,.activity-item summary:hover{background:#fafbf6}.goal-status-icon{display:grid;place-items:center;width:31px;height:31px;min-width:31px;border-radius:9px;background:#f2f4ea;color:#9ca98a}.goal-status-icon.done{background:#edf3e0;color:#96ad72}.goal-summary{flex:1;min-width:0}.goal-summary h3{font-size:11px;line-height:1.75;font-weight:520;margin-bottom:5px;overflow-wrap:anywhere}.goal-summary>span{color:#a0aa92;font-size:8px;display:flex;align-items:center;gap:6px}.details-chevron{color:#b5bea7;transition:transform .15s}details[open]>summary>.details-chevron{transform:rotate(90deg)}.goal-details{padding:4px 24px 22px 60px}.goal-details>p{font-size:11px;line-height:1.8;color:#8f9a7e;margin:0}.goal-actions{margin-top:12px}.goal-actions>.text-button{font-size:10px}.action-runtime{margin-top:14px;padding:13px;border:1px solid #e8edde;border-radius:10px;background:#fafbf7}.action-runtime-summary{display:flex;flex-wrap:wrap;gap:8px 14px;color:#78836b;font-size:9px}.action-runtime-summary strong{color:#4f5847;font-weight:650}.browser-runtime-state{margin:10px 0 0;color:#69755d;font-size:10px}.takeover-button{margin-top:10px}.action-timeline{list-style:none;margin:13px 0 0;padding:0}.action-timeline li{display:grid;grid-template-columns:9px 1fr;gap:9px;padding:7px 0}.timeline-dot{width:7px;height:7px;margin-top:4px;border-radius:50%;background:#99a58d}.timeline-completed,.timeline-contracted{background:#78a05d}.timeline-needs_user,.timeline-uncertain{background:#bd9147}.action-timeline strong,.action-timeline span{display:block}.action-timeline strong{color:#515b49;font-size:10px;font-weight:560}.action-timeline span{margin-top:2px;color:#98a08e;font-size:8px}.reminder-panel-header{display:flex;align-items:center;gap:13px;padding:22px;background:#f4f6ec;border-bottom:1px solid #e8edde;border-radius:10px 10px 0 0}.reminder-header-icon{color:#9cab84}.reminder-panel-header p{color:#8b9878;font-size:12px;line-height:1.8;margin:0}.reminder-panel-header strong{color:#6e7d59;font-weight:530}.reminders-panel .empty-state{padding:28px 23px}.reminders-panel .empty-icon{display:none}.reminders-panel .empty-state h3{font-size:13px;margin-bottom:8px}.reminders-panel .empty-state p{font-size:10px}.reminder-add{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;background:transparent;border-top:1px solid #edf0e3;padding:17px 20px;color:#8b9d70;font-size:10px}.reminder-add>svg:last-child{margin-left:auto}.reminder-add:hover{background:#f8fbef}.reminder-timezone{margin:11px 0 0;font-size:8px;color:#a5af96;display:flex;align-items:center;justify-content:center;gap:5px}.reminder-item{padding:18px;border-bottom:1px solid #edf0e5}.reminder-item:last-child{border-bottom:0}.reminder-item-main{display:flex;align-items:flex-start;gap:10px}.reminder-dot{display:block;width:6px;height:6px;min-width:6px;border:1px solid #acb990;border-radius:50%;margin-top:6px}.reminder-item-main>div{min-width:0;flex:1}.reminder-item h3{font-size:11px;font-weight:530;line-height:1.6;margin-bottom:6px;overflow-wrap:anywhere}.reminder-item time{display:block;font-size:9px;color:#9ba88a}.reminder-item .icon-button{padding:1px;color:#b2baa7}.recurrence{display:flex;align-items:center;gap:4px;font-size:8px;color:#a2ad95;margin-top:6px}.approval-section{margin-bottom:29px}.approval-section .section-heading{margin-top:0}.count-label{background:#f6edd3;color:#a9915d;font-size:10px;padding:3px 6px;border-radius:4px}.approval-card{padding:22px 25px;background:#fffefa;border:1px solid #eae1c9;border-radius:10px;margin-bottom:13px}.approval-card-heading{display:flex;align-items:center;gap:13px;margin-bottom:20px}.approval-icon{display:grid;place-items:center;width:38px;height:38px;background:#f8f1dc;color:#ad955d;border-radius:10px}.approval-card-heading .section-kicker{font-size:8px;color:#af9c77;margin-bottom:4px}.approval-card h3{font-size:14px;font-weight:550;text-transform:capitalize;margin:0}.approval-card-heading>.status{margin-left:auto}.approval-card>.detail-content{background:#f9f8f1;border:1px solid #eeede3;border-radius:6px;padding:16px}.approval-card-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:18px}.approval-card-footer>span{display:flex;align-items:center;gap:6px;font-size:9px;color:#a69c80}.connection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.connection-card{display:flex;flex-direction:column;border:1px solid #e2e7d7;border-radius:11px;background:#fffefb;padding:25px 23px}.connection-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:27px}.connection-logo{display:grid;place-items:center;width:45px;height:45px;border-radius:12px;border:1px solid #e5eae0}.google-calendar{color:#6e8cad;background:#f0f5f8}.google-gmail{color:#b58170;background:#faf2ed}.google-contacts{color:#8c9d71;background:#f2f5e9}.connection-status{display:flex;gap:5px;align-items:center;color:#a8b09a;font-size:8px;white-space:nowrap}.connection-status>span{width:4px;height:4px;border-radius:50%;background:#bdc5b0}.connection-status.connected{color:#8fa56c}.connection-status.connected>span{background:#91ad68}.connection-card h2{font-size:16px;font-weight:550;letter-spacing:-.25px;margin-bottom:11px}.connection-card>p{color:#8e9a7e;font-size:11px;line-height:1.9;margin-bottom:19px;flex:1}.scope-hint{display:flex;align-items:center;gap:6px;color:#a2ac92;font-size:8px;line-height:1.6;margin-bottom:23px}.connection-card>.button{justify-content:space-between;font-size:11px;padding:9px 13px}.connection-card>.button:disabled{color:#879376;background:#f0f3e7;border-color:#e9edde;opacity:.7}.google-access-panel{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:16px 4px}.google-access-panel>details{max-width:70%}.google-access-panel summary{list-style:none;display:flex;gap:6px;align-items:center;color:#8a9976;font-size:10px;padding:5px 0;cursor:pointer}.google-access-panel ul{font-size:9px;color:#95a083;line-height:2;padding-left:20px;overflow-wrap:anywhere}.google-access-panel>.text-button{font-size:10px}.disconnect-confirm{display:flex;flex-direction:column;gap:9px;max-width:420px;align-items:flex-end}.disconnect-confirm>span{font-size:10px;color:#a77a62;line-height:1.8}.disconnect-confirm .text-button{font-size:10px}.connections-secondary{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:22px;margin-top:30px}.messaging-panel,.capabilities-panel{padding:25px}.messaging-panel .panel-heading h2,.capabilities-panel .panel-heading h2{font-size:14px}.channel-empty{display:flex;gap:10px;align-items:flex-start;padding:15px;border:1px dashed #e0e7d4;border-radius:7px;margin-bottom:20px;color:#9baa85}.channel-empty p{font-size:10px;line-height:1.8;margin:0}.channel-empty svg{margin-top:3px}.messaging-panel>.button{font-size:11px}.field-help{display:block;font-size:9px;color:#9ca88b;line-height:1.8}.messaging-panel>.field-help{margin:12px 0 0}.channel-list{margin-bottom:22px}.channel-row{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid #edf0e5}.channel-icon{width:32px;height:32px;display:grid;place-items:center;color:#91a671;background:#f0f5e6;border-radius:9px}.channel-row>div{flex:1;min-width:0}.channel-row strong,.channel-row div>span{display:block}.channel-row strong{font-size:11px;font-weight:550;margin-bottom:4px}.channel-row div>span{font-size:9px;color:#a4ae95;overflow-wrap:anywhere}.capability-list{border-top:1px solid #e9eedf}.capability-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;padding:15px 0;border-bottom:1px solid #edf0e4}.capability-state{display:flex;gap:5px;align-items:center;font-size:8px;color:#adb69e}.capability-state>span{width:4px;height:4px;border-radius:50%;background:#c4ccb8}.capability-state.available{color:#8ea26e}.capability-state.available>span{background:#9cb37a}.capability-note{display:flex;gap:8px;align-items:flex-start;font-size:9px;line-height:1.8;color:#a3ad92;margin-top:19px}.capability-note p{margin:0}.capability-note svg{margin-top:2px}.link-code-panel{background:#f3f7eb;border:1px solid #e2ead5;padding:17px;border-radius:8px}.link-code-panel>strong{font-size:12px;color:#718959;font-weight:550}.link-code-panel>p{font-size:10px;color:#99a985;line-height:1.8;margin:7px 0 12px}.link-code{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 11px;background:#fffefb;border:1px solid #e3ebd6;border-radius:6px}.link-code code{font:14px/1.5 SFMono-Regular,Consolas,monospace;color:#677d4f;overflow-wrap:anywhere}.link-code .icon-button{color:#98ad7c}.link-code-panel .link-expiry{font-size:8px;display:flex;gap:4px;align-items:center}.link-code-panel .text-button{font-size:9px;margin-right:14px}.settings-page{max-width:1050px}.settings-section{display:grid;grid-template-columns:235px minmax(0,1fr);gap:45px;padding:26px 0;border-top:1px solid #e3e8d8}.settings-section-description{padding-top:7px}.settings-icon{display:block;color:#97a580;margin-bottom:14px}.settings-section-description h2{font-size:15px;font-weight:540;letter-spacing:-.15px;margin-bottom:9px}.settings-section-description>p{font-size:11px;line-height:1.85;color:#94a082;max-width:220px;margin-bottom:0}.settings-fields{padding:23px 25px 5px}.settings-fields .field label{font-size:10px}.settings-fields .field input,.settings-fields .field select{font-size:11px}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 0 20px;border-bottom:1px solid #ecf0e3;cursor:pointer}.toggle-row strong,.toggle-row div>span{display:block}.toggle-row strong{font-size:11px;color:#6b7c57;font-weight:550;margin-bottom:6px}.toggle-row div>span{color:#9aaa8a;font-size:9px;line-height:1.7}.toggle-control{position:relative;display:inline-block;width:35px;height:21px;min-width:35px}.toggle-control input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.toggle-track{display:block;width:35px;height:21px;background:#dce3d1;border-radius:15px;pointer-events:none;transition:background .2s}.toggle-track:before{position:absolute;content:"";width:15px;height:15px;border-radius:50%;left:3px;top:3px;background:#fff;box-shadow:0 1px 3px #40512715;transition:transform .2s}.toggle-control input:checked+.toggle-track{background:#97b071}.toggle-control input:checked+.toggle-track:before{transform:translate(14px)}.toggle-control input:focus-visible+.toggle-track{outline:2px solid #698844;outline-offset:3px}.quiet-hours{margin-top:20px}.quiet-hours .field{margin-bottom:10px}.quiet-hours-help{display:flex;align-items:center;gap:5px;font-size:8px;margin:0 0 16px}.settings-save{display:flex;align-items:center;justify-content:flex-end;gap:20px;padding:0 0 28px}.settings-save>span{font-size:9px;color:#a0ad8d}.settings-save .button{font-size:11px;padding:10px 15px}.data-section{margin-top:7px}.data-controls{overflow:hidden}.data-control-row{display:flex;align-items:center;gap:12px;padding:23px;border-bottom:1px solid #edf1e3}.data-control-row:last-child{border-bottom:0}.data-control-icon{color:#a0af8a}.data-control-row>div{flex:1;min-width:0}.data-control-row h3{font-size:11px;font-weight:550;margin-bottom:6px}.data-control-row p{font-size:9px;color:#a4af93;line-height:1.8;margin:0}.data-control-row .button,.data-control-row .text-button{font-size:9px}.delete-row .data-control-icon{color:#b99986}.delete-account-form{padding:0 23px 22px}.delete-account-form .notice{font-size:10px}.delete-account-confirm{display:flex;gap:10px;margin-top:10px}.delete-account-confirm input{flex:1;width:100px;font-size:12px}.delete-account-confirm .button{font-size:10px}.activity-panel{overflow:hidden}.activity-item{border-bottom:1px solid #edf0e5}.activity-item:last-child{border-bottom:0}.activity-item summary{list-style:none;display:flex;align-items:center;gap:16px;cursor:pointer;padding:20px 23px}.activity-event-icon{color:#96a780;background:#f2f6e9;height:34px;width:34px;min-width:34px;border-radius:10px;display:grid;place-items:center}.activity-summary{flex:1;min-width:0}.activity-summary strong{display:block;text-transform:capitalize;font-size:12px;font-weight:520;margin-bottom:5px;overflow-wrap:anywhere}.activity-summary>span{color:#a8b29b;font-size:8px}.activity-item time{color:#a1ad90;font-size:9px;white-space:nowrap}.activity-detail{padding:0 25px 24px 73px}.activity-detail .detail-content{border-left:2px solid #e8efdc;padding:4px 17px;font-size:10px}.welcome-screen{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr}.welcome-story{position:relative;display:flex;flex-direction:column;padding:48px 65px 33px;background:#30382b;color:#f4f5eb;overflow:hidden}.welcome-story>.brand{font-size:49px}.welcome-story .brand .kando-mark{width:35px;height:35px}.welcome-copy{position:relative;z-index:1;margin-top:67px}.eyebrow{font-size:9px;font-weight:500;letter-spacing:2px;color:#a8b894}.welcome-copy h1{font-size:clamp(43px,4.9vw,73px);line-height:1.1;font-weight:430;letter-spacing:-2.4px;margin:25px 0 24px}.welcome-copy h1 em{font-family:Georgia,Times New Roman,serif;font-size:.98em;font-weight:400;color:#d0e3aa;letter-spacing:-2.2px}.welcome-copy>p{font-size:12px;line-height:1.9;color:#a9b39d}.welcome-illustration{position:relative;width:360px;height:230px;margin:10px auto 5px}.orbit{position:absolute;border:1px solid #8ea87824;border-radius:50%;width:215px;height:215px;top:0;left:70px}.orbit-two{height:155px;width:155px;top:30px;left:100px;border-style:dashed;border-color:#a6bc8125}.orbit-three{width:300px;height:145px;top:40px;left:27px;transform:rotate(-26deg)}.illustration-mark{position:absolute;top:65px;left:137px;height:78px;width:78px;display:grid;place-items:center;border:1px solid #8b9f6940;background:#404e32;border-radius:25px;transform:rotate(-9deg);box-shadow:0 10px 30px #20271c30}.illustration-mark .kando-mark{height:46px;width:46px;color:#cee6a2;--mark-eye: #404e32;transform:rotate(9deg)}.orbit-icon{position:absolute;display:grid;place-items:center;height:44px;width:44px;border:1px solid #6d835245;border-radius:13px;color:#b7c99d;background:#35412c}.orbit-calendar{top:7px;left:91px;transform:rotate(-11deg)}.orbit-memory{top:69px;right:48px;transform:rotate(12deg)}.orbit-mail{top:165px;left:91px;transform:rotate(-7deg)}.orbit-dot{height:8px;width:8px;background:#9dbb75;position:absolute;right:105px;top:187px;border-radius:50%}.welcome-footer{margin-top:auto;margin-bottom:0;font-size:9px;color:#8e9e7d;letter-spacing:.2px}.welcome-form-side{position:relative;padding:45px 67px 32px;display:flex;flex-direction:column}.welcome-topline{display:flex;justify-content:space-between;align-items:center;gap:15px;color:#a0ac8e}.welcome-topline>span{font-size:8px;font-weight:550;letter-spacing:1.8px}.welcome-topline .kando-mark{color:#c0d19d;width:21px;height:21px;--mark-eye: #f7f8f2}.signin-card{width:100%;max-width:370px;margin:auto;padding:65px 0}.signin-card .section-kicker{font-size:8px;color:#9ba888;margin-bottom:17px}.signin-card h2{font-size:32px;line-height:1.3;font-weight:490;letter-spacing:-1px;margin-bottom:17px}.signin-description{color:#919d81;font-size:12px;line-height:1.9;margin-bottom:29px}.signin-form{display:flex;flex-direction:column}.signin-form label{font-size:11px;margin-bottom:9px}.signin-form input{background:#fffefa;padding:13px 15px;font-size:12px}.signin-submit{justify-content:space-between;width:100%;margin-top:16px;padding:13px 17px;font-size:12px}.demo-explanation{display:flex;align-items:flex-start;gap:9px;margin-top:26px;color:#9eaa8d;padding:14px 0;border-top:1px solid #e3e9d8}.demo-explanation>svg{margin-top:3px}.demo-explanation p{font-size:9px;line-height:1.9;margin:0}.demo-explanation strong{display:block;color:#849671;font-weight:550;margin-bottom:3px}.welcome-legal{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:12px;color:#a6b196}.welcome-legal a{display:inline-flex;padding:8px 0}.welcome-legal>div{display:flex;gap:16px}.welcome-legal a:hover{color:#6a8051}.signin-channel-options{display:flex;flex-direction:column;gap:13px}.signin-channel-options>.button{justify-content:space-between}.signin-security{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.65;color:#99a98a;margin-top:10px}.signin-security strong,.pilot-invite-note strong{color:#667953;font-weight:600}.pilot-invite-note{display:flex;align-items:flex-start;gap:9px;padding:13px 14px;border:1px solid #e0e6d4;border-radius:8px;background:#f7f8f2;color:#6d7960;font-size:12px;line-height:1.65}.pilot-invite-note svg{margin-top:2px}.signin-security svg{margin-top:2px}.app-loading{min-height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:25px;padding:40px 20px}.app-loading .brand{color:#30382b}.app-loading .brand-period,.app-loading .brand .kando-mark{color:#92a975;--mark-eye: #f7f8f2}.app-loading .loading-state{min-height:0}.app-loading .notice{max-width:480px;margin-bottom:0}.app-loading>h1{font-size:30px;font-weight:450;margin:0}.loading-mark{width:50px;height:50px;color:#9bb37b;--mark-eye: #f7f8f2}.consent-screen{min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:35px 20px 50px;background:radial-gradient(ellipse at 50% 0%,#eaf0dd,#f7f8f2 65%)}.consent-screen>.brand{font-size:38px;margin-bottom:32px}.consent-screen>.brand .kando-mark{height:27px;width:27px}.consent-card{background:#fffefb;padding:34px 42px 22px;border:1px solid #e2e8d7;border-radius:14px;width:100%;max-width:530px;box-shadow:0 12px 40px #5b6d3b08}.consent-icon{display:grid;place-items:center;height:53px;width:53px;background:#f0f5e6;color:#93a878;border-radius:17px;margin-bottom:23px}.consent-card>.section-kicker{font-size:8px}.consent-card h1{font-size:30px;font-weight:480;line-height:1.3;letter-spacing:-.8px;margin-bottom:16px}.consent-card>p{font-size:11px;line-height:1.9;color:#99a78b;margin-bottom:25px}.consent-points{display:flex;flex-direction:column;gap:16px;margin:0 0 23px;padding:22px 0;border-top:1px solid #e9eedf;border-bottom:1px solid #e9eedf}.consent-points>div{display:flex;gap:12px;align-items:flex-start}.consent-points svg{color:#99ad7e;margin-top:2px;width:18px}.consent-points p{font-size:10px;line-height:1.8;color:#95a483;margin:0}.consent-points strong{display:block;font-weight:550;color:#738a5b;margin-bottom:2px}.consent-card .checkbox-label{font-size:13px}.consent-card .signin-submit{margin-top:23px}.consent-signout{display:flex;margin:13px auto 0;padding:8px 12px;font-size:12px;color:#a4ae98}.legal-page{max-width:860px;margin:0 auto;padding:40px 35px 60px}.legal-page>.brand{font-size:40px;margin-bottom:50px}.legal-page article{padding:45px 50px;border:1px solid #e2e9d7;border-radius:15px;background:#fffefb}.back-link{display:block;font-size:11px;color:#8e9e79;margin-bottom:32px}.legal-page h1{font-size:40px;line-height:1.25;font-weight:450;letter-spacing:-1.2px;margin:12px 0 24px}.legal-page p{font-size:12px;line-height:1.9;color:#8b997b;margin-bottom:18px}.legal-page .lead{font-size:14px;line-height:1.9;color:#758861;margin-bottom:30px}.legal-page h2{font-size:17px;font-weight:530;margin:31px 0 13px}.legal-bottom{border-top:1px solid #e6edde;padding-top:24px;margin-top:35px;display:flex;align-items:center;justify-content:space-between;gap:15px}.legal-bottom a{display:flex;gap:7px;align-items:center;font-size:11px;color:#7c9460}.legal-bottom span{font-size:9px;color:#a4af99}.not-found{min-height:65vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.not-found>.kando-mark{width:55px;height:55px;color:#9dbb77;--mark-eye: #f7f8f2;margin-bottom:20px}.not-found h1{font-size:31px;font-weight:450;margin:0}.not-found p{color:#98a788;font-size:13px}.skip-link{position:fixed;z-index:100;top:12px;left:20px;transform:translateY(-100px);border-radius:7px;background:#d5eaa4;color:#30382b;padding:12px 18px;font-size:13px}.skip-link:focus{transform:translateY(0)}.mobile-menu,.sidebar-backdrop{display:none}.page-heading p,.chat-welcome>p,.context-note p,.panel-description,.connection-card>p,.memory-value,.empty-state p,.settings-section-description>p,.signin-description,.consent-card>p,.consent-points p,.legal-page p{color:#6d7960}.memory-value,.panel-description,.connection-card>p{font-size:12px}@media(min-width:1500px){.page-content{padding-top:45px}.chat-heading{margin-bottom:30px}.chat-welcome{padding:61px 20px 47px}.conversation-card{min-height:560px}.message-scroll{max-height:calc(100dvh - 385px)}}@media(max-width:1200px){.sidebar{width:215px;padding-left:13px;padding-right:13px}.sidebar-label{font-size:7px}.main-shell{width:calc(100% - 215px);margin-left:215px}.topbar{padding:0 28px}.page-content{padding:30px 28px}.page-heading h1{font-size:31px}.suggestion-grid{gap:9px}.suggestion-card{padding:15px 12px;gap:8px}.suggestion-card>svg{display:none}.suggestion-card strong{font-size:9px}.suggestion-card div>span{font-size:7px}.memory-grid{grid-template-columns:repeat(2,1fr)}.tasks-columns{grid-template-columns:minmax(0,1fr) 250px;gap:18px}.goal-item summary{gap:8px;padding-left:12px;padding-right:12px;flex-wrap:wrap}.goal-item summary>.status{margin-left:39px;margin-top:-4px}.goal-item summary>.details-chevron{margin-left:auto}.goal-summary{flex-basis:calc(100% - 50px)}.connection-grid{gap:12px}.connection-card{padding:21px 17px}.connection-card-top{gap:7px;flex-wrap:wrap}.connection-card h2{font-size:14px}.settings-section{grid-template-columns:180px minmax(0,1fr);gap:25px}.settings-fields{padding-left:20px;padding-right:20px}.data-control-row{flex-wrap:wrap;padding:19px}.data-control-row>div{flex-basis:calc(100% - 35px)}.data-control-row>.button,.data-control-row>.text-button{margin-left:33px}.welcome-story{padding-left:45px;padding-right:45px}.welcome-form-side{padding-left:43px;padding-right:43px}.welcome-illustration{transform:scale(.87);margin-left:-10px}}@media(max-width:960px){.page-heading{flex-wrap:wrap;align-items:flex-start;gap:15px}.page-heading h1{font-size:28px}.page-heading p{font-size:11px}.section-kicker{font-size:8px}.date-note{display:none}.page-heading>.button{margin-top:3px}.quiet-badge{display:none}.chat-welcome h2{font-size:25px}.chat-welcome h2 em{font-size:26px}.suggestion-grid{grid-template-columns:1fr}.suggestion-card{padding:12px 15px;gap:13px}.suggestion-card strong{font-size:10px;margin-bottom:1px}.suggestion-card div>span{font-size:9px}.suggestion-card>svg{display:block}.conversation-card{min-height:450px}.chat-welcome{padding-top:33px;padding-bottom:25px}.context-note{padding:19px;gap:12px}.context-note>svg{display:none}.collection-toolbar{flex-wrap:wrap;gap:14px}.search-field{width:100%}.memory-grid{gap:12px}.memory-card{padding:15px}.memory-form-footer{align-items:flex-start;flex-direction:column}.memory-form-footer .button-row{margin-left:auto}.tasks-columns{grid-template-columns:1fr}.reminders-section{margin-top:12px}.goal-item summary{flex-wrap:nowrap;gap:12px;padding:20px}.goal-item summary>.status{margin:0}.goal-item summary>.details-chevron{margin-left:0}.goal-summary{flex-basis:auto}.reminder-panel-header{padding:18px 23px}.reminders-panel .empty-state{padding:25px}.connection-grid{grid-template-columns:1fr}.connection-card{display:grid;grid-template-columns:1fr auto;gap:0 18px}.connection-card-top{grid-column:1 / -1;margin-bottom:18px}.connection-card h2,.connection-card>p,.connection-card .scope-hint{grid-column:1}.connection-card>.button{grid-column:2;grid-row:2 / 5;align-self:center;min-width:118px;gap:18px}.connection-card>p{margin-bottom:10px}.connection-card .scope-hint{margin-bottom:0}.connections-secondary{grid-template-columns:1fr}.google-access-panel{flex-direction:column;gap:8px}.google-access-panel>details{max-width:100%}.disconnect-confirm{align-items:flex-start}.settings-section{grid-template-columns:1fr;gap:20px}.settings-section-description{display:grid;grid-template-columns:32px 1fr;gap:4px 6px}.settings-icon{grid-column:1;grid-row:1 / 3;margin:0}.settings-section-description h2{margin:0}.settings-section-description>p{max-width:none;grid-column:2;font-size:10px}.settings-save>span{font-size:8px}.data-control-row{flex-wrap:nowrap}.data-control-row>div{flex-basis:auto}.data-control-row>.button,.data-control-row>.text-button{margin-left:0}.welcome-story{padding:40px 32px 25px}.welcome-form-side{padding:40px 30px 25px}.welcome-copy h1{font-size:48px;letter-spacing:-1.8px}.welcome-illustration{transform:scale(.77);transform-origin:left center;margin-left:0}.signin-card h2{font-size:28px}.welcome-legal{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:720px){.sidebar{transform:translate(-100%);transition:transform .2s;width:237px}.sidebar.is-open{transform:translate(0)}.sidebar-label{font-size:8px}.sidebar-backdrop{display:block;position:fixed;inset:0;z-index:25;background:#18201166;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.main-shell{width:100%;margin-left:0}.mobile-menu{display:inline-flex;margin:0 2px 0 -8px;color:#74865c}.topbar{height:61px;padding:0 20px}.breadcrumb{gap:8px;font-size:10px}.topbar-right{gap:10px}.topbar-avatar{display:none}.mode-pill{font-size:8px}.page-content{padding:27px 20px 35px}.page-heading{margin-bottom:23px}.page-heading h1{font-size:29px}.page-heading p{font-size:11px}.chat-heading{margin-bottom:22px}.conversation-toolbar{padding:15px 17px}.conversation-toolbar .text-button{font-size:10px}.chat-welcome{padding:36px 6px 27px}.chat-welcome h2{font-size:25px}.chat-welcome h2 em{font-size:26px}.chat-welcome>p{max-width:310px}.message-scroll{padding:0 17px;max-height:calc(100dvh - 330px);min-height:240px}.composer-wrap{padding:13px 13px 11px}.composer{padding-left:11px}.composer textarea{font-size:12px}.composer-footer{padding:9px 3px 0}.suggestion-grid{grid-template-columns:1fr;margin-top:14px;gap:9px}.suggestion-card{padding:13px 16px}.suggestion-card strong{font-size:11px}.message-bubble{font-size:12px;padding:11px 13px}.message-body{max-width:calc(100% - 34px)}.from-user .message-body{max-width:90%}.approval-prompt{flex-wrap:wrap;gap:7px;padding:12px 16px;font-size:10px}.demo-command-bar{flex-wrap:wrap;gap:7px}.notice{font-size:11px;padding:12px}.context-note{padding:18px}.context-note strong{font-size:11px}.context-note p{font-size:10px}.memory-grid{grid-template-columns:repeat(2,1fr)}.memory-form-panel{padding:20px}.panel-heading h2{font-size:14px}.memory-card h3{font-size:12px}.approval-card{padding:18px}.approval-card-heading{flex-wrap:wrap}.approval-card-heading>.status{margin-left:51px}.approval-card-footer{flex-direction:column;align-items:stretch}.approval-card-footer .button-row{justify-content:flex-end}.approval-card .button{font-size:11px;padding:9px 12px}.section-heading>span{font-size:9px}.settings-section,.settings-fields{padding-top:22px}.settings-save{gap:15px;align-items:flex-start}.settings-save>span{max-width:160px;line-height:1.8;padding-top:7px}.activity-item summary{padding:18px 16px;gap:12px;flex-wrap:wrap}.activity-summary{flex-basis:calc(100% - 50px)}.activity-item time{margin-left:46px;margin-top:-4px}.activity-item summary>.details-chevron{margin-left:auto}.activity-detail{padding-left:25px;padding-right:20px}.welcome-screen{display:flex;flex-direction:column}.welcome-story{min-height:310px;padding:28px 30px 32px}.welcome-story>.brand{font-size:36px}.welcome-story .brand .kando-mark{width:28px;height:28px}.welcome-copy{margin-top:36px}.welcome-copy .eyebrow{font-size:7px;letter-spacing:1.7px}.welcome-copy h1{font-size:42px;margin-top:17px;margin-bottom:16px}.welcome-copy>p{font-size:11px;margin-bottom:0;max-width:260px}.welcome-footer{display:none}.welcome-illustration{position:absolute;right:-100px;bottom:6px;transform:scale(.63);opacity:.55;transform-origin:center;margin:0;pointer-events:none}.welcome-form-side{padding:31px 30px 28px}.welcome-topline{display:none}.signin-card{padding:4px 0 20px;max-width:440px}.signin-card h2{font-size:27px}.signin-description{font-size:12px;margin-bottom:25px}.welcome-legal{flex-direction:row;align-items:center;margin-top:10px}.consent-screen{padding-top:27px}.consent-card{padding:29px 25px 20px}.consent-card h1{font-size:29px}.consent-card>p{font-size:12px}.consent-points p{font-size:11px}.consent-card .checkbox-label{font-size:13px}.legal-page{padding:30px 20px}.legal-page>.brand{margin-bottom:30px}.legal-page article{padding:30px 24px}.legal-page h1{font-size:31px}.legal-bottom{align-items:flex-start;flex-direction:column}.not-found h1{font-size:25px}.not-found p{text-align:center}input,select,textarea,.field input,.field select,.field textarea,.settings-fields .field input,.settings-fields .field select,.signin-form input,.composer textarea,.search-field input{font-size:16px}.composer textarea{line-height:1.55}.page-heading p,.chat-welcome>p,.panel-description,.context-note p,.connection-card>p,.memory-value,.goal-summary h3,.reminder-item h3,.empty-state p,.reminders-panel .empty-state p{font-size:12px}.composer-footer{font-size:9px}.field label,.settings-fields .field label,.signin-form label{font-size:12px}.field-help,.data-control-row p,.toggle-row div>span,.checkbox-label small{font-size:10px;color:#6d7960}.status{font-size:10px}}@media(max-width:420px){.breadcrumb-home,.breadcrumb-separator{display:none}.page-content{padding-left:15px;padding-right:15px}.page-heading h1{font-size:26px}.page-heading p{font-size:12px}.chat-welcome h2{font-size:23px}.chat-welcome h2 em{font-size:24px}.chat-welcome>p{font-size:12px}.chat-welcome-note{font-size:8px}.conversation-toolbar .text-button>span{display:none}.composer-footer .keyboard-hint{display:none}.memory-grid{grid-template-columns:1fr}.memory-card{padding:19px}.form-row{grid-template-columns:1fr;gap:0}.quiet-hours{grid-template-columns:1fr 1fr;gap:12px}.goal-item summary{flex-wrap:wrap}.goal-summary{flex-basis:calc(100% - 50px)}.goal-item summary>.status{margin-left:43px}.goal-item summary>.details-chevron{margin-left:auto}.connection-card{display:flex}.connection-card-top{margin-bottom:19px}.connection-card .scope-hint{margin-bottom:18px}.connection-card>.button{align-self:stretch}.messaging-panel,.capabilities-panel{padding:20px}.messaging-panel .panel-heading h2{font-size:13px}.settings-fields{padding-left:18px;padding-right:18px}.data-control-row{flex-wrap:wrap}.data-control-row>div{flex-basis:calc(100% - 36px)}.data-control-row>.button,.data-control-row>.text-button{margin-left:33px}.delete-account-confirm{flex-direction:column}.delete-account-confirm input{width:100%}.page-footnote{font-size:9px}.welcome-story{padding-left:25px;padding-right:25px}.welcome-copy h1{font-size:37px}.welcome-copy>p{max-width:225px;font-size:10px}.welcome-illustration{right:-136px;transform:scale(.54);opacity:.35}.welcome-form-side{padding-left:25px;padding-right:25px}.welcome-legal>span{max-width:170px;line-height:1.7}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
