@charset "UTF-8";
:root{--paper:#f7f7f0;--surface:#fffefa;--green:#244c3d;--green-dark:#183d2f;--sage:#e7eddf;--ink:#29382e;--muted:#7a8175;--line:#e4e6dc;--orange:#ad613e;--red:#aa483b;--radius:18px;--shadow:0 20px 70px #213b2420;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;font-size:14px;line-height:1.6}
*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.5}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{color:inherit}button,input,textarea,select{outline-offset:4px}button:focus-visible,a:focus-visible{outline:3px solid #99b197}input:focus,textarea:focus,select:focus{outline:2px solid #9bb297;border-color:transparent}textarea{resize:vertical}h1,h2,h3,p{margin:0}button{border:0;background:none}input,textarea,select{min-width:0}input:not([type=radio]),textarea,select{border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:11px 12px;color:var(--ink)}input::placeholder,textarea::placeholder{color:#979c91}select{cursor:pointer}button svg,a svg{flex-shrink:0}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}.boot{min-height:100vh;display:flex;gap:18px;flex-direction:column;align-items:center;justify-content:center;color:var(--muted)}.boot .brand-mark{animation:breathe 1.7s ease-in-out infinite}@keyframes breathe{50%{opacity:.5;transform:scale(.94)}}.brand{display:flex;align-items:center;gap:11px;font-weight:740;letter-spacing:-.6px;font-size:18px;white-space:nowrap}.brand small{display:block;font-size:8px;letter-spacing:2px;font-weight:600;margin-top:1px;color:var(--muted)}.brand-mark{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:var(--green);color:#f6f5e9;flex-shrink:0}.brand-mark .icon{width:25px;height:25px;stroke-width:2.6}.eyebrow{font-size:10px;font-weight:650;letter-spacing:1.8px;color:var(--muted);margin-bottom:11px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:10px 17px;border-radius:10px;font-size:13px;font-weight:650;white-space:nowrap;transition:background .15s,transform .15s}.button:active:not(:disabled){transform:translateY(1px)}.button-primary{background:var(--green);color:#fffefa}.button-primary:hover:not(:disabled){background:var(--green-dark)}.button-secondary{background:#fffefa;border:1px solid var(--line)}.button-secondary:hover:not(:disabled){background:#f0f2e8}.button-quiet{background:transparent;color:#60735a;padding:8px 10px;font-weight:500}.button-quiet:hover{background:#e7edde}.text-button{font-size:12px;color:var(--muted);text-decoration:underline;text-underline-offset:3px;padding:8px}.text-button:hover{color:var(--green)}.icon-button{width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;flex-shrink:0;color:var(--muted)}.icon-button:hover{background:#e8eddf;color:var(--green)}.avatar{display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;font-family:Georgia,serif;font-size:16px;width:35px;height:35px}.avatar-g{background:#e0e9d5;color:#466039}.avatar-s{background:#eadccb;color:#926943}.inline-error{border-radius:10px;padding:11px 13px;color:#9c3f31;background:#f9eae4;font-size:13px;white-space:pre-wrap}.fine-print{font-size:12px;color:var(--muted);line-height:1.8}.section-icon{color:#697b59;width:26px;height:26px;margin-bottom:15px}
/* The shared home. */
.app-shell{min-height:100vh;display:grid;grid-template-columns:238px 1fr}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:34px 23px 22px;border-right:1px solid var(--line);background:#f0f2e8}.sidebar .brand{font-size:16px;gap:10px}.sidebar .brand-mark{width:34px;height:34px;border-radius:10px}.sidebar-label{font-size:9px;letter-spacing:1.9px;color:#989e90;margin:49px 11px 15px}.main-nav{display:flex;flex-direction:column;gap:5px}.nav-item{display:flex;align-items:center;gap:13px;width:100%;padding:12px 13px;border-radius:10px;text-align:left;color:#7b8575;font-size:13px;font-weight:500}.nav-item .icon{width:18px;height:18px}.nav-item.active{background:#e0e8d7;color:var(--green);font-weight:720}.nav-item:hover{background:#e8eddf}.nav-count{margin-left:auto;font-size:10px;border-radius:5px;min-width:23px;padding:1px 5px;text-align:center;background:#c9d8bf;color:var(--green)}.sidebar-note{margin-top:auto;padding:28px 10px 37px;color:#8a947f;font-size:11px;line-height:1.9}.sidebar-note>.icon{color:#9baa83;margin-bottom:12px}.sidebar-account{display:flex;gap:10px;align-items:center;padding-top:19px;border-top:1px solid #dde2d3}.sidebar-account strong{font-size:12px;font-weight:650}.sidebar-account small{display:block;font-size:8px;color:var(--muted);margin-top:2px}.sidebar-account .icon-button{margin-left:auto;width:24px}.sidebar-account .icon{width:16px}.workspace{min-width:0;padding:0 51px 28px;max-width:1560px;width:100%;margin:0 auto}.workspace-top{display:flex;justify-content:space-between;align-items:center;min-height:82px;border-bottom:1px solid var(--line);margin-bottom:37px}.breadcrumb{display:flex;align-items:center;gap:13px;font-size:9px;letter-spacing:1.5px;color:var(--muted)}.breadcrumb span:last-child{font-size:11px;letter-spacing:0;color:#727c68}.breadcrumb span:nth-child(1){color:#bac1b0}.top-actions{display:flex;align-items:center;gap:13px}.connection{display:flex;align-items:center;gap:6px;font-size:10px;color:#828d78}.connection>span{width:5px;height:5px;border-radius:50%;background:#97ab7c}.connection.offline{color:var(--orange)}.connection.offline>span{background:var(--orange)}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:27px}.page-heading h1{font-size:29px;font-weight:700;letter-spacing:-1.3px;line-height:1.45}.page-heading p{color:var(--muted);font-size:12px;margin-top:7px}.page-heading>.button{margin-top:15px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:25px}.stat-card{text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:17px 20px;display:grid;grid-template-columns:1fr auto;align-items:center}.stat-card:hover{border-color:#a9b99a;box-shadow:0 3px 14px #4b6a3f08}.stat-card>span{font-size:11px;font-weight:550;color:#65745c}.stat-card>strong{font-size:28px;font-family:Georgia,serif;font-weight:400;line-height:1.25;grid-row:1/3;grid-column:2;padding-left:9px;color:var(--green)}.stat-card small{font-size:9px;color:#a0a58e;margin-top:4px}.stat-card:nth-child(3)>strong{color:#b3714b}.capture{background:#edf1e4;border:1px solid #dfe6d1;border-radius:15px;padding:20px 21px 12px;margin-bottom:31px}.capture-heading{display:flex;align-items:center;gap:9px;color:#4b6940}.capture-heading>.icon{width:18px;height:18px}.capture-heading strong{font-size:13px;font-weight:650}.capture-heading>span{font-size:10px;color:#8c977d;margin-left:auto}.capture textarea{border:0;width:100%;background:transparent;padding:15px 0 6px;font-size:13px;min-height:73px;resize:vertical;outline:none;line-height:1.9}.capture textarea:focus{box-shadow:0 1px 0 #a2b594;border-radius:0}.capture textarea::placeholder{color:#98a18c}.capture-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:3px}.voice-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1px}.voice-actions>.button{margin-left:-9px}.voice-actions .text-button{font-size:10px}.voice-actions #voice-status{font-size:10px;color:#987159;margin-left:8px}.capture-bottom>.button{font-size:11px;min-height:36px;padding:8px 14px}.capture-bottom>.button .icon{width:15px;height:15px}.capture-date{border-top:1px solid #dfe5d7;margin-top:11px;padding-top:9px;font-size:10px;color:#8b947e}.capture-date summary{cursor:pointer;list-style-position:inside}.capture-date label{display:flex;align-items:center;gap:10px;margin-top:9px}.capture-date input{font-size:11px;padding:6px 9px}.capture-date small{display:block;max-width:450px;margin-top:6px;font-size:10px}.recording{color:var(--red)!important;background:#f8e6dd!important}.recording .icon{animation:breathe 1s infinite}.list-toolbar{display:flex;justify-content:space-between;gap:15px;align-items:center;border-bottom:1px solid var(--line)}.category-tabs{display:flex;gap:23px;white-space:nowrap}.tab{padding:0 0 13px;color:#909783;font-size:12px;border-bottom:2px solid transparent}.tab.active{color:var(--green);font-weight:750;border-bottom-color:var(--green)}.list-controls{display:flex;gap:8px;padding-bottom:10px}.list-controls select{font-size:10px;background:transparent;padding:6px 8px;border-color:#e1e4d6;border-radius:7px}.search-line{display:flex;align-items:center;gap:13px;padding:15px 0 10px}.search-box{display:flex;align-items:center;gap:7px}.search-box>.icon{width:15px;height:15px;color:#9aa28d}.search-box input{background:transparent;border:0;border-radius:4px;padding:2px;font-size:11px;width:190px}.search-line>#result-count{font-size:10px;color:#999f90;margin-left:auto}.search-line .text-button{font-size:10px;padding:0}.task-group{margin-top:12px;margin-bottom:24px}.group-heading{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:650;color:#65785b;padding:7px 1px 11px}.group-heading>span{font-size:9px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:50%;background:#e8edde;color:#93a182;font-weight:400}.group-heading.overdue{color:#a1644c}.task-row{display:flex;align-items:flex-start;gap:13px;border:1px solid var(--line);background:var(--surface);border-radius:10px;margin-bottom:8px;padding:16px 17px;transition:border-color .15s,box-shadow .15s}.task-row:hover{border-color:#c2ccb5;box-shadow:0 3px 8px #34532a04}.task-row.is-done .task-title{text-decoration:line-through;text-decoration-color:#b8c1ac;color:#8b9480}.task-check{width:19px;height:19px;border:1.5px solid #c8d0bc;border-radius:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:3px;padding:0;color:white}.task-check:hover{background:#e9efdf;border-color:#7a906a}.task-check.checked{background:var(--green);border-color:var(--green)}.task-check .icon{width:14px;height:14px;stroke-width:2.5}.task-content{min-width:0;flex:1}.task-title{display:block;padding:0;text-align:left;font-size:13px;font-weight:600;line-height:1.8;overflow-wrap:anywhere}.task-title:hover{color:#62864b}.task-note{font-size:11px;color:#939b87;margin-top:3px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:760px}.task-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:8px;color:#8d9681;font-size:9px}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:5px;line-height:1.5;white-space:nowrap;font-size:9px}.badge-category{background:#f0f1e9;color:#8a927e}.badge-priority{background:#f6e8dd;color:#aa7955}.badge-priority.urgent{background:#f8e6de;color:#a85d45}.badge-status{background:#ede8dc;color:#92876a}.badge-status.in_progress{background:#e3edeb;color:#63877c}.badge-date{padding-left:0;color:#8a947b}.badge-date .icon{width:11px;height:11px}.badge-date.overdue{color:#ac6d4e}.badge-private{padding:0;color:#9ca58e}.badge-private .icon{width:11px;height:11px}.task-owner{display:flex;align-items:center;gap:6px;color:#89917d;font-size:10px;white-space:nowrap;margin-left:7px;margin-top:3px}.task-owner .avatar{width:21px;height:21px;font-size:11px}.avatar-both{background:#e9e6dc;color:#9d8c65;font-size:9px!important}.row-edit{width:24px;height:24px;border-radius:5px;color:#a4ab9b;letter-spacing:2px;font-weight:bold;line-height:10px;padding:0;margin-top:1px}.row-edit:hover{background:#edf0e5}.empty-state{margin:24px 0 40px;padding:45px 20px;text-align:center;border:1px dashed #d6ddc8;border-radius:14px;background:#f1f3e940}.empty-state .empty-mark{display:flex;align-items:center;justify-content:center;width:46px;height:46px;margin:0 auto 16px;border-radius:15px;background:#e7eddd;color:#90a078}.empty-state .icon{width:22px;height:22px}.empty-state h3{font-size:15px;font-weight:600;margin-bottom:7px}.empty-state p{font-size:12px;color:var(--muted)}.empty-state .button{margin-top:18px}.workspace-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:16px;font-size:9px;color:#a2a997;margin-top:25px}.settings-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:20px}.settings-card{padding:28px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.settings-card h2{font-size:18px;letter-spacing:-.6px;margin-bottom:10px}.settings-card>p{font-size:12px;color:#89907f;margin-bottom:23px;line-height:1.9}.settings-card h3{font-size:12px;margin:28px 0 12px}.settings-card form label{display:block;font-size:11px;margin-bottom:8px}.input-action{display:flex;gap:8px}.input-action>input{flex:1;width:100%;font-size:12px}.input-action>.button{font-size:11px;min-width:max-content;padding:8px 12px}.settings-divider{height:1px;background:var(--line);margin:34px 0}.pairing-result{padding:15px;background:#edf2e3;border-radius:10px;margin-top:20px}.pairing-result>label{font-size:11px;display:block;margin-bottom:9px}.pairing-result>p{font-size:10px;color:var(--muted);margin-top:9px}.pairing-result .text-button{padding-left:0}.device-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.device-row>div{flex:1;min-width:0}.device-row strong{display:block;font-weight:550;overflow-wrap:anywhere}.device-row small{color:var(--muted);font-size:10px;display:block}.device-row>button{color:var(--orange);flex-shrink:0}.settings-card>.fine-print{font-size:11px;margin-top:18px;margin-bottom:0}
/* Review, then save. */
.dialog{border:1px solid #dfe5d7;padding:0;border-radius:20px;background:var(--surface);color:var(--ink);width:min(650px,calc(100vw - 32px));max-height:calc(100dvh - 60px);box-shadow:var(--shadow)}.dialog::backdrop{background:#25392b69;backdrop-filter:blur(3px)}.dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;padding:25px 29px 20px;border-bottom:1px solid var(--line)}.dialog-heading .eyebrow{font-size:9px;margin-bottom:7px}.dialog-heading h2{font-size:22px;letter-spacing:-.9px}.dialog-body{padding:24px 29px}.dialog-body>label,.form-grid label{display:block;font-size:11px;font-weight:600;margin-bottom:7px}.dialog-body>input,.dialog-body>textarea{width:100%;font-size:13px;margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 16px}.form-grid input,.form-grid select{width:100%;font-size:12px}.optional{font-weight:400;color:#9da48f;margin-left:4px}.visibility-options{border:0;margin:22px 0 0;padding:0;display:flex;gap:12px}.visibility-options legend{font-size:11px;font-weight:600;margin-bottom:10px}.visibility-options>label{display:flex;align-items:center;flex:1;gap:9px;padding:12px 13px;border:1px solid var(--line);border-radius:10px;font-size:11px;cursor:pointer}.visibility-options>label:has(:checked){border-color:#8ba376;background:#f0f4e8}.visibility-options input{accent-color:var(--green);margin:0}.visibility-options strong{display:block;font-size:12px;font-weight:550}.visibility-options small{font-size:10px;color:#929b84;display:block;margin-top:2px}.source-details,.history-section{margin-top:20px;font-size:11px;color:#829073}.source-details summary,.history-section summary{cursor:pointer}.source-details p{margin-top:9px;white-space:pre-wrap;padding:12px;border:1px solid var(--line);border-radius:8px;font-size:11px;line-height:1.8}.dialog-body>.fine-print{margin-top:15px}.dialog-body>.inline-error{margin-top:18px}.dialog-footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:9px;background:var(--surface);border-top:1px solid var(--line);padding:17px 29px;z-index:1}.history-event{padding:14px 0;border-bottom:1px solid var(--line)}.history-event>strong{color:#4d6450;font-size:11px;font-weight:500}.history-event>small{display:block;font-size:10px;color:#9ea78f;margin-top:3px}.history-event ul{padding-left:18px;font-size:10px;color:#849278;overflow-wrap:anywhere}.ai-summary{font-size:14px;color:#5b6e4e;white-space:pre-wrap;margin-bottom:21px}.ai-operation{border:1px solid var(--line);padding:17px;border-radius:12px;margin-bottom:12px}.operation-heading{display:flex;align-items:center;gap:8px;margin-bottom:12px}.operation-heading strong{font-size:13px;font-weight:650;overflow-wrap:anywhere}.operation-kind{font-size:9px;background:#e8efdf;color:#698153;padding:3px 7px;border-radius:4px;white-space:nowrap}.operation-kind.update{background:#eeebdc;color:#918158}.operation-fields{display:grid;grid-template-columns:80px 1fr;gap:7px 10px;font-size:11px;margin:0}.operation-fields dt{color:#9ca58d}.operation-fields dd{margin:0;color:#60764f;white-space:pre-wrap;overflow-wrap:anywhere}.before-value{color:#a9ad9f;text-decoration:line-through;margin-right:7px}.after-value{color:#527046}.ai-advice{background:#f0f3e7;border-radius:10px;padding:16px;margin-top:20px;font-size:12px;color:#7a896a;line-height:1.9;white-space:pre-wrap}.ai-advice>strong{display:block;color:#607c4f;font-size:11px;margin-bottom:5px}.ai-questions{background:#faf0df;border-radius:10px;padding:16px;margin-bottom:18px;color:#997946;font-size:12px;line-height:1.9}.ai-questions strong{display:block;font-size:12px;margin-bottom:6px}.ai-questions ul{padding-left:17px;margin:0}.ai-questions p{font-size:10px;margin-top:9px}.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);background:#254a3e;color:#fffefa;padding:13px 21px;border-radius:12px;box-shadow:0 10px 30px #22372825;z-index:1000;font-size:12px;max-width:calc(100vw - 32px);width:max-content;line-height:1.7}.toast.error{background:#98553e}
/* An unhurried welcome. */
.landing{min-height:100vh;max-width:1440px;margin:0 auto;padding:35px 70px 25px;overflow:hidden}.landing-header{display:flex;align-items:center;justify-content:space-between}.landing-tag{font-size:11px;color:#87927b}.landing-main{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;min-height:calc(100vh - 180px);gap:70px;padding:65px 0}.landing-copy .eyebrow{font-size:10px;letter-spacing:2.6px;color:#9ca185;margin-bottom:25px}.landing-copy h1{font-size:clamp(32px,3.4vw,51px);letter-spacing:-2px;font-weight:650;line-height:1.45}.landing-copy>p{font-size:14px;line-height:2;color:#8c9580;margin-top:25px}.google-login{display:inline-flex;align-items:center;gap:17px;border:1px solid #d4deca;background:var(--surface);border-radius:12px;padding:15px 20px;font-size:13px;font-weight:550;margin-top:35px;box-shadow:0 3px 8px #71886005}.google-login:hover{border-color:#99ac86;background:#f0f4e7}.google-login>.icon{width:17px;margin-left:25px;color:#92a083}.google-g{font-size:20px;line-height:1;font-weight:bold;font-family:Arial,sans-serif;color:#4285f4}.landing-copy>.login-note{font-size:10px;margin-top:12px;color:#a8af9a}.landing-copy>.inline-error{font-size:12px;color:var(--red)}.landing-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:470px}.paper-card{position:relative;z-index:2;transform:rotate(-6deg);background:#fffdf5;width:330px;border-radius:4px 4px 30px 4px;box-shadow:9px 24px 35px #52653b15,0 0 0 1px #e5e7d8;padding:32px 34px}.paper-top{display:flex;justify-content:space-between;font-size:8px;font-weight:600;letter-spacing:2px;color:#9aab87;margin-bottom:24px}.paper-top>span{font-size:24px;line-height:14px}.paper-card h2{font-weight:450;font-size:26px;letter-spacing:-.8px;line-height:1.6;color:#526846}.paper-rule{height:1px;background:#e9eadd;margin:24px 0}.paper-row{display:flex;align-items:center;gap:11px;margin:18px 0;font-size:11px;color:#8c967e}.paper-tick,.paper-circle{width:19px;height:19px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#dde6ce;color:#789061;font-size:12px}.paper-circle{background:transparent;border:1px solid #d9e0cc}.paper-footer{display:flex;align-items:center;margin-top:31px}.paper-footer .avatar{width:26px;height:26px;font-size:13px;border:2px solid #fffdf5}.paper-footer .avatar-s{margin-left:-6px}.paper-footer>span:last-child{margin-left:9px;font-size:7px;letter-spacing:1.5px;color:#a1ad91}.art-orbit{position:absolute;border:1px solid #d9dfca;width:420px;height:420px;border-radius:50%;transform:rotate(-20deg)}.orbit-two{width:490px;height:270px;transform:rotate(-35deg)}.art-leaf{position:absolute;width:120px;height:190px;border-radius:100% 0 100% 0;background:#d3ddbd;transform:rotate(45deg)}.leaf-one{bottom:9px;left:-10px;opacity:.55}.leaf-two{width:65px;height:130px;right:5px;top:35px;transform:rotate(25deg);opacity:.65}.art-caption{position:absolute;bottom:0;right:15px;font-family:Georgia,serif;font-style:italic;color:#9da88e;font-size:15px;transform:rotate(-7deg)}.landing-footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;color:#9ca58e;font-size:9px;letter-spacing:.5px}
.import-task{border:1px solid var(--line);border-radius:10px;margin-top:12px;padding:13px 15px}.import-task summary{cursor:pointer;font-size:12px;font-weight:600}.import-meta{font-size:10px;color:#80936e;margin-top:11px}.import-notes{font-size:11px;color:#7f8c74;white-space:pre-wrap;margin-top:10px;line-height:1.9}.import-source{font-size:10px;color:#9ca38f;border-top:1px solid var(--line);padding-top:10px;margin-top:13px;white-space:pre-wrap}.settings-card>.icon:first-child{color:#72865c;width:25px;height:25px;margin-bottom:15px}
@media(min-width:1600px){.workspace{padding-right:75px;padding-left:75px}.landing{padding-top:55px}.landing-main{gap:100px}}
@media(max-width:1200px){.app-shell{grid-template-columns:210px 1fr}.sidebar{padding-left:17px;padding-right:17px}.sidebar .brand{font-size:14px}.sidebar .brand small{font-size:7px}.workspace{padding-left:30px;padding-right:30px}.stat-card{padding:15px 13px}.stat-card small{font-size:8px}.stats{gap:9px}.settings-grid{grid-template-columns:1fr}.landing{padding-left:45px;padding-right:45px}.landing-main{gap:35px}.paper-card{width:300px;padding:28px}.art-orbit{width:360px;height:360px}.orbit-two{width:420px;height:240px}}
@media(max-width:960px){.app-shell{grid-template-columns:185px 1fr}.sidebar{padding-left:13px;padding-right:13px}.sidebar .brand{font-size:12px;gap:8px}.sidebar .brand-mark{width:31px;height:31px}.sidebar .brand small{font-size:6px;letter-spacing:1.5px}.sidebar-label{margin-top:40px}.nav-item{padding:11px;gap:10px;font-size:12px}.sidebar-account{gap:6px}.sidebar-account strong{font-size:11px}.sidebar-account .avatar{width:28px;height:28px;font-size:14px}.sidebar-account small{font-size:7px}.workspace{padding-right:23px;padding-left:23px}.page-heading h1{font-size:25px}.page-heading>.button{font-size:11px;padding:9px 12px}.page-heading>.button .icon{width:16px}.stats{grid-template-columns:repeat(2,1fr)}.stat-card small{font-size:9px}.capture-heading>span{display:none}.task-owner>span:last-child{display:none}.task-row{padding:14px}.task-owner{margin-left:0}.list-toolbar{align-items:flex-start;gap:12px;flex-direction:column}.list-controls{margin-left:auto;padding-bottom:12px}.category-tabs{width:100%;gap:28px}.tab{padding-bottom:8px}.list-toolbar .list-controls{margin-top:-3px}.landing-main{gap:25px}.landing-copy h1{font-size:33px;letter-spacing:-1.3px}.landing-copy>p{font-size:12px}.paper-card{width:270px;padding:27px}.paper-card h2{font-size:23px}.landing-art{min-height:430px}.art-orbit{width:290px;height:340px}.orbit-two{width:330px;height:240px}.leaf-one{width:80px;height:140px;left:0}.leaf-two{right:0}.landing{padding-left:32px;padding-right:32px}}
@media(max-width:700px){body:has(dialog[open]){overflow:hidden}.app-shell{display:block}.sidebar{position:fixed;top:auto;bottom:0;left:0;right:0;height:auto;padding:0 10px max(8px,env(safe-area-inset-bottom));border-right:0;border-top:1px solid var(--line);z-index:30;background:#f7f8f0ed;backdrop-filter:blur(12px)}.sidebar>.brand,.sidebar-label,.sidebar-note,.sidebar-account{display:none}.main-nav{flex-direction:row;justify-content:space-around;gap:0}.nav-item{width:auto;min-width:52px;display:flex;flex-direction:column;padding:11px 9px 6px;gap:5px;font-size:9px;border-radius:0;color:#979f8a}.nav-item.active{background:transparent;color:var(--green);position:relative}.nav-item.active:before{content:"";position:absolute;width:25px;height:2px;top:0;border-radius:2px;background:var(--green)}.nav-item .icon{width:20px;height:20px}.nav-count{display:none}.workspace{padding:0 20px calc(100px + env(safe-area-inset-bottom));margin:0;max-width:none}.workspace-top{min-height:61px;margin-bottom:27px}.breadcrumb{font-size:8px;gap:10px;letter-spacing:1px}.breadcrumb span:last-child{font-size:10px}.connection{font-size:9px}.top-actions{gap:7px}.top-actions .icon-button{width:29px}.top-actions .icon{width:16px}.page-heading{margin-bottom:22px;gap:10px;align-items:center}.page-heading .eyebrow{font-size:9px;letter-spacing:1px;margin-bottom:8px}.page-heading h1{font-size:25px;letter-spacing:-1.3px}.page-heading p{font-size:11px;max-width:225px}.page-heading>.button{font-size:10px;min-height:34px;padding:8px 10px;margin-top:10px;gap:5px}.page-heading>.button .icon{width:13px}.stats{gap:9px;margin-bottom:20px}.stat-card{padding:14px 16px;border-radius:11px}.stat-card>strong{font-size:26px}.stat-card>span{font-size:10px}.stat-card small{font-size:8px}.capture{padding:17px 16px 10px;border-radius:13px;margin-bottom:25px}.capture-heading strong{font-size:12px}.capture-heading .icon{width:17px}.capture textarea{font-size:12px;min-height:94px;padding-top:12px;line-height:1.9}.capture-bottom{gap:6px;align-items:flex-end}.capture-bottom .button{font-size:10px}.voice-actions>.button{font-size:11px;gap:6px;padding-left:9px;padding-right:5px;min-height:34px}.voice-actions .icon{width:17px}.voice-actions .text-button{font-size:9px;padding:6px}.voice-actions{max-width:62%}.voice-actions #voice-status{font-size:9px;margin-left:0;width:100%}.capture-date{font-size:9px}.capture-date label{display:block}.capture-date input{display:block;margin-top:6px}.capture-date small{font-size:9px}.category-tabs{gap:24px}.tab{font-size:11px}.list-toolbar{gap:13px}.list-controls{width:100%;margin:0;justify-content:flex-end;gap:7px}.list-controls select{font-size:10px;padding:5px 7px}.search-line{padding-top:12px;gap:8px}.search-box input{font-size:11px;width:150px}.search-line>#result-count{font-size:9px}.search-line .text-button{font-size:9px}.task-group{margin-top:7px;margin-bottom:20px}.group-heading{font-size:10px;padding-bottom:9px}.task-row{gap:11px;padding:14px 12px;border-radius:10px}.task-check{width:18px;height:18px;margin-top:2px}.task-title{font-size:12px;line-height:1.75}.task-note{font-size:10px;margin-top:4px}.task-meta{gap:5px;font-size:8px;margin-top:7px}.badge{font-size:8px;padding:2px 5px}.badge-date{padding-left:0}.badge-private{padding:0}.task-owner{margin-top:2px}.task-owner .avatar{width:19px;height:19px;font-size:10px}.row-edit{display:none}.workspace-footer{font-size:8px;flex-direction:column;gap:7px;align-items:flex-start;margin-top:20px}.empty-state{padding:32px 15px;margin:18px 0}.empty-state h3{font-size:14px}.empty-state p{font-size:11px}.settings-card{padding:23px}.settings-card h2{font-size:17px}.settings-card>p{font-size:12px}.settings-grid{gap:16px}.dialog{max-height:calc(100dvh - 28px);width:calc(100vw - 20px);border-radius:17px}.dialog-heading{padding:20px 21px 17px}.dialog-heading h2{font-size:21px}.dialog-body{padding:20px 21px}.dialog-footer{padding:14px 21px}.dialog-footer>.button{font-size:11px;padding:9px 13px}.form-grid{gap:15px 12px}.form-grid input,.form-grid select{padding:9px;font-size:12px}.dialog-body>input,.dialog-body>textarea{font-size:14px}.visibility-options{gap:8px}.visibility-options>label{padding:10px 8px;gap:7px}.visibility-options strong{font-size:11px}.visibility-options small{font-size:8px}.toast{bottom:calc(89px + env(safe-area-inset-bottom));font-size:11px;padding:11px 16px}.ai-summary{font-size:13px}.operation-fields{grid-template-columns:65px 1fr;font-size:10px}.ai-operation{padding:14px}.landing{padding:25px 25px 22px}.landing-header .brand{font-size:15px;gap:9px}.landing-header .brand small{font-size:7px}.landing-header .brand-mark{width:33px;height:33px;border-radius:10px}.landing-tag{font-size:9px}.landing-main{display:flex;flex-direction:column;align-items:flex-start;gap:28px;padding:59px 0 45px}.landing-copy{position:relative;z-index:3}.landing-copy .eyebrow{font-size:8px;letter-spacing:1.8px;margin-bottom:19px}.landing-copy h1{font-size:34px;letter-spacing:-1.5px;line-height:1.45}.landing-copy>p{font-size:12px;margin-top:20px;line-height:1.9}.google-login{margin-top:27px;font-size:12px;padding:13px 17px;gap:12px}.google-login>.icon{margin-left:25px}.landing-copy>.login-note{font-size:9px}.landing-art{width:100%;align-self:center;min-height:410px;margin-top:10px}.paper-card{width:280px;padding:27px 30px}.paper-card h2{font-size:23px}.art-orbit{width:330px;height:330px}.orbit-two{width:360px;height:230px}.leaf-one{left:1px;bottom:0;width:100px;height:145px}.leaf-two{right:15px;top:15px}.art-caption{bottom:4px;right:1px;font-size:13px}.landing-footer{font-size:8px;padding-top:17px;gap:10px}.settings-card .input-action{gap:6px}.settings-card .input-action .button{padding-left:9px;padding-right:9px;font-size:10px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
