:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#303831;background:#fafaf7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--green: #386753;--muted: #606e55;--line: #e8e9e2;--paper: #fdfdfa}*{box-sizing:border-box}body{margin:0}button,input,textarea,a{-webkit-tap-highlight-color:transparent}button,input,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.45}button{border:0;background:none}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:2px solid #638675;outline-offset:3px}input:focus-visible,textarea:focus-visible{outline:none}input,textarea{color:inherit}svg{flex-shrink:0}button{transition:background .15s,color .15s,box-shadow .15s}button:hover:not(:disabled){color:var(--green)}.workspace{display:grid;grid-template-columns:208px 282px minmax(0,1fr);height:100dvh;min-height:550px}.sidebar{background:#f2f3ed;border-right:1px solid var(--line);padding:30px 17px 0;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:10px;font-size:24px;letter-spacing:-1.1px;font-weight:650;color:#283e31;-webkit-user-select:none;user-select:none}.brand-mark{width:32px;height:35px;display:grid;place-items:center}.brand-dot{color:#7e9d65}.sidebar>.brand{padding:0 7px}.new-note{margin:35px 0 34px;background:#fff;border:1px solid #dde2d7;box-shadow:0 2px 3px #17281d03;border-radius:7px;display:flex;align-items:center;gap:10px;padding:12px 13px;font-size:13px;font-weight:550}.new-note>span{margin-left:auto;color:#606e55;font-size:16px}.new-note:hover{box-shadow:0 2px 6px #17281d0d}.nav-label{font-size:10px;letter-spacing:1.5px;color:#606e55;display:block;padding:0 14px;margin-bottom:15px;font-weight:600}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 13px;font-size:13px;width:100%;border-radius:6px;margin:4px 0;text-align:left;color:#606e55}.nav-item.active{color:#315d45;background:#e5ebdd;font-weight:550}.nav-item:hover{background:#e9ece2}.nav-item .small-dot{margin-left:auto;background:#7c9b67}.small-dot{display:inline-block;width:5px;height:5px;flex-shrink:0;border-radius:50%;background:#92a181}.sidebar-bottom{margin-top:auto}.privacy-link{font-size:11px;color:#606e55;margin:0 14px 18px;display:inline-block}.account{border-top:1px solid #e0e3d8;display:flex;align-items:center;gap:9px;padding:20px 0 22px}.avatar{display:grid;place-items:center;height:32px;width:32px;border-radius:50%;background:#e2e7d9;color:#657753;font-size:13px;flex-shrink:0}.account-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:550}.account-name small{display:block;color:#606e55;font-size:10px;font-weight:400;margin-top:4px}.account .icon-button{margin-left:auto}.icon-button{display:flex;align-items:center;justify-content:center;border-radius:5px;width:30px;height:30px;color:#606e55;padding:0;flex-shrink:0}.icon-button:hover{background:#eef0e8}.library{border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0;background:#fafbf7}.library-heading{display:flex;align-items:center;justify-content:space-between;padding:28px 23px 21px}.library-heading h2{font-size:15px;font-weight:600;margin:0;letter-spacing:-.2px}.search-box{display:flex;align-items:center;gap:8px;background:#f0f2eb;border:1px solid transparent;border-radius:6px;margin:0 20px;padding:9px 10px;color:#606e55}.search-box:focus-within{border-color:#a6b795;background:#fff}.search-box input{width:100%;min-width:0;border:0;outline:none;background:none;font-size:12px}.search-box input::placeholder{color:#606e55}kbd{white-space:nowrap;font-family:inherit;font-size:10px;color:#606e55;border:1px solid #dce1d4;border-radius:3px;padding:2px 3px}.list-label{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.3px;color:#606e55;padding:27px 24px 13px;font-weight:600}.note-list{overflow-y:auto;flex:1;padding:0 10px 20px}.note-card{display:block;border:1px solid transparent;border-radius:7px;padding:18px 14px 14px;width:100%;text-align:left;margin-bottom:5px;min-height:118px}.note-card:hover{background:#f1f4e9}.note-card.selected{border-color:#dce4cc;background:#edf2e4}.note-card-top{display:flex;align-items:center;gap:6px;justify-content:space-between}.note-card h3{font-size:13px;line-height:1.5;font-weight:560;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.15px}.note-card p{font-size:11px;line-height:1.75;color:#606e55;margin:6px 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;overflow-wrap:anywhere}.note-card-meta{display:flex;justify-content:space-between;font-size:10px;color:#606e55}.library-footer{padding:18px 24px;border-top:1px solid var(--line);font-size:10px;color:#606e55;display:flex;align-items:center;gap:7px}.library-empty{text-align:center;margin-top:90px;color:#606e55}.library-empty>div{height:49px;width:49px;border:1px solid #e5e9dd;border-radius:12px;margin:auto;display:grid;place-items:center;color:#9ba98d;background:#f3f5ee}.library-empty h3{font-size:12px;color:#606e55;font-weight:500;margin-top:18px}.library-empty button,.library-empty>span{font-size:11px;display:inline-flex;align-items:center;gap:5px}.library-empty button{text-decoration:underline;text-underline-offset:4px}.list-placeholder{font-size:12px;color:var(--muted);display:flex;gap:8px;justify-content:center;margin-top:50px}.pagination{display:flex;justify-content:space-between;padding:12px;font-size:11px}.main{display:flex;flex-direction:column;min-width:0;position:relative;background:var(--paper)}.editor-shell{display:flex;flex-direction:column;min-height:0;flex:1}.editor-toolbar{height:79px;min-height:79px;display:flex;align-items:center;justify-content:space-between;padding:0 33px;border-bottom:1px solid var(--line);gap:15px}.breadcrumb{display:flex;align-items:center;gap:10px;color:#606e55;font-size:11px;min-width:0}.breadcrumb strong{font-weight:500;color:#606e55;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:250px}.toolbar-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.save-status{font-size:10px;color:#606e55;display:flex;align-items:center;gap:5px}.save-status.error,.save-status.conflict{color:#ad634c}.save-status.pending{color:#aaa483}.is-pinned{color:#688348}.writing-area{padding:55px clamp(30px,5vw,92px) 0;flex:1;order:2;display:flex;flex-direction:column;min-height:180px;overflow-y:auto}.document-heading{padding-bottom:30px}.transcript-label{display:flex;align-items:baseline;gap:12px;padding:0 0 13px;border-bottom:1px solid #eeefe7}.transcript-label>span:last-child{color:#606e55;font-size:11px}.eyebrow{font-size:10px;letter-spacing:1.9px;color:#606e55;font-weight:550}.document-heading h1,.title-input{font-family:Georgia,Times New Roman,serif;font-size:45px;font-weight:400;line-height:1.2;letter-spacing:-1.5px;margin:14px 0 17px;color:#34432e}.heading-dot{color:#a3b685}.title-input{width:100%;background:none;border:0;display:block}.title-input::placeholder{color:#606e55}.scratch-caption{display:flex;align-items:center;gap:7px;color:#606e55;font-size:11px}.scratch-caption .small-dot{width:4px;height:4px}.note-body{resize:none;flex:1;min-height:160px;width:100%;border:0;background:transparent;font-size:16px;line-height:1.95;letter-spacing:.05px;outline:none;overflow-wrap:anywhere;padding:0 0 20px;color:#525c4b}.note-body::placeholder{color:#606e55}.document-footer{border-top:1px solid #eeefe7;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:59px;font-size:10px;color:#606e55}.footer-dot{margin:0 10px;color:#c1c6b7}.save-note-button{font-size:11px;display:flex;align-items:center;gap:6px;color:#606e55;padding:8px 0 8px 10px}.voice-area{order:1;padding:36px clamp(30px,5vw,92px) 30px;border-bottom:1px solid #e5e9de;background:linear-gradient(180deg,#f7f9f1,#f1f5e9)}.voice-heading,.voice-intent,.record-bar,.voice-footer{max-width:760px;margin-left:auto;margin-right:auto}.voice-heading{margin-bottom:18px}.voice-heading h2{margin:10px 0 7px;color:#34432e;font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:400;letter-spacing:-1.4px;line-height:1.12}.voice-heading p{margin:0;color:#68755f;font-size:13px;line-height:1.55}.voice-intent{display:flex;align-items:center;gap:7px;min-height:28px;padding:0 3px 8px;color:#67795a;font-size:11px;letter-spacing:.01em}.voice-intent-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#789b5c;box-shadow:0 0 0 4px #e8efdf}.record-bar:not(.is-recording) .record-button{min-height:46px;padding-inline:23px;font-weight:600}.record-bar:not(.is-recording) .record-icon{color:#557d3e;background:#e0ecd5;box-shadow:0 0 0 5px #e9f0e1}.record-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f1f4e9;border:1px solid #e2e9d7;border-radius:12px;padding:22px 24px;box-shadow:0 4px 18px #55703b04}.record-details{display:flex;align-items:center;gap:13px;min-width:0}.record-icon{width:50px;height:50px;border-radius:14px;background:#e5ebd9;color:#739457;display:grid;place-items:center}.record-details strong{font-size:12px;font-weight:550;display:block;color:#566a43}.record-details div>span{font-size:10px;color:#606e55;display:block;margin-top:5px}.record-controls{display:flex;align-items:center;gap:14px}.record-button{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;background:#426b37;color:#fff;padding:12px 19px;font-size:12px;box-shadow:0 2px 3px #41633117;min-width:111px}.record-button:hover:not(:disabled){background:#315429;color:#fff}.record-button.stop{background:#aa5547}.is-recording{border-color:#d9b3a8;background:#faf2ec}.is-recording .record-icon{background:#f1dfd5;color:#af6654}.timer{font-variant-numeric:tabular-nums;font-size:12px;color:#aa6550}.wave{display:flex;align-items:center;gap:2px;height:25px}.wave i{width:2px;height:7px;background:#b27b64;border-radius:3px;animation:wave .8s ease-in-out infinite alternate}.wave i:nth-child(3n){height:18px}.wave i:nth-child(2n){height:12px}@keyframes wave{to{transform:scaleY(.35)}}.voice-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:10px;color:#606e55;padding:12px 3px 0}.voice-footer>span:first-child{display:flex;gap:5px;align-items:center}.voice-footer .small-dot{width:4px;height:4px;background:#bbc5ad}.menu-wrap{position:relative}.dropdown{position:absolute;right:0;top:40px;width:216px;background:#fff;border:1px solid #e4e7de;border-radius:8px;box-shadow:0 6px 25px #26381813;padding:5px;z-index:11}.dropdown button{display:flex;gap:9px;align-items:center;font-size:12px;padding:11px 9px;width:100%;border-radius:4px;text-align:left}.dropdown button:hover{background:#f0f3e9}.menu-dismiss{position:fixed;inset:0;z-index:10;cursor:default}.danger{color:#aa5b4d!important}.editor-error,.error-banner,.offline-banner,.trash-banner{padding:12px 25px;background:#faf0e5;font-size:12px;color:#94643f;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.editor-error{display:block;line-height:1.6}.editor-error>div{display:flex;gap:12px}.editor-error button,.trash-banner button,.record-error button{font-size:11px;text-decoration:underline;text-underline-offset:3px;padding:5px 0}.error-banner .icon-button{margin-left:auto}.offline-banner{background:#f4f1dc}.trash-banner{background:#f2ede7;color:#8c7a63}.trash-banner>span{flex:1}.trash-banner button{display:flex;gap:5px;align-items:center}.record-error{font-size:12px;color:#a35b49;padding:0 0 12px;line-height:1.5}.record-error p{margin:0 0 3px}.record-error>div{display:flex;gap:18px}.record-error button{display:flex;align-items:center;gap:5px}.editor-loading{display:flex;align-items:center;justify-content:center;gap:10px;flex:1;color:#606e55;font-size:12px}.toast{position:fixed;bottom:35px;left:50%;transform:translate(-50%);background:#344b2a;color:#fff;padding:13px 20px;display:flex;align-items:center;gap:10px;font-size:12px;border-radius:8px;box-shadow:0 5px 25px #0002;z-index:20}.modal-backdrop{position:fixed;inset:0;background:#17231155;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;z-index:50;padding:20px}.confirm-dialog{background:var(--paper);padding:30px;border-radius:13px;width:min(420px,100%);box-shadow:0 15px 70px #0002}.confirm-dialog>svg{color:#a26c55}.confirm-dialog h2{font-family:Georgia,serif;font-size:24px;font-weight:400}.confirm-dialog p{font-size:13px;color:#8f9387}.confirm-dialog>div{display:flex;justify-content:flex-end;gap:12px;margin-top:28px}.confirm-dialog button{padding:10px 14px;border-radius:5px;font-size:12px}.danger-button{background:#a65243;color:#fff!important}.mobile-toolbar,.mobile-overlay{display:none}.spin{animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.session-page{height:100dvh;display:flex;flex-direction:column;gap:25px;align-items:center;justify-content:center;color:#6f7b64}.primary{background:#3e6836;color:#fff;border-radius:7px;padding:13px 20px;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:12px}.primary:hover{background:#30552a;color:#fff!important}.signin-page{min-height:100dvh;background:radial-gradient(ellipse at 50% 40%,#f0f3e6 0,transparent 65%),#fafbf7;display:flex;flex-direction:column;padding:35px 55px}.signin-page header{display:flex;align-items:center;justify-content:space-between}.signin-card{margin:auto;text-align:center;padding:50px 40px;max-width:430px;width:100%}.signin-symbol{width:80px;height:80px;display:grid;place-items:center;background:#e6eddc;color:#71904f;border-radius:23px;margin:0 auto 35px;transform:rotate(-5deg)}.signin-symbol svg{transform:rotate(5deg)}.signin-card h1{font-family:Georgia,serif;font-weight:400;letter-spacing:-.8px;font-size:32px;color:#34432e;margin-bottom:32px}.signin-button{width:100%;min-height:47px}.signin-button>svg:last-child{margin-left:auto}.signin-foot{font-size:11px;color:#606e55;margin-top:25px;display:flex;align-items:center;gap:7px;justify-content:center}.signin-page footer{display:flex;justify-content:space-between;font-size:11px;color:#606e55}.error-text{color:#b96550;font-size:12px}.signin-card form{margin-top:12px}@media(min-width:1500px){.workspace{grid-template-columns:224px 312px minmax(0,1fr)}.writing-area{padding-top:70px}.writing-area,.voice-area{padding-left:max(65px,calc((100% - 770px)/2));padding-right:max(65px,calc((100% - 770px)/2))}}@media(max-width:1150px){.workspace{grid-template-columns:180px 240px minmax(0,1fr)}.sidebar{padding-left:12px;padding-right:12px}.writing-area{padding:40px 30px 0}.voice-area{padding:15px 25px 23px}.editor-toolbar{padding:0 22px}.toolbar-actions{gap:8px}.record-bar{padding:15px}.record-details{gap:9px}.record-icon,.wave{display:none}.voice-footer{font-size:10px}.breadcrumb strong{max-width:150px}}@media(max-width:900px){.workspace{grid-template-columns:180px minmax(0,1fr)}.library{display:none}.show-list .library{display:flex;position:fixed;inset:0 auto 0 180px;width:300px;z-index:31;box-shadow:15px 0 40px #24321b15}.show-list .mobile-overlay{display:block;position:fixed;inset:0;background:#14201133;z-index:30}.writing-area{padding:45px 40px 0}.voice-area{padding:20px 40px 25px}.record-icon{display:grid}.main .mobile-toolbar{display:none}}@media(max-width:640px){.workspace{display:flex;min-height:0}.sidebar{display:none}.main{width:100%;min-height:0}.main .mobile-toolbar{display:flex;align-items:center;justify-content:space-between;height:62px;min-height:62px;padding:0 15px;border-bottom:1px solid var(--line);background:#f4f5ed}.mobile-toolbar .brand{font-size:22px}.mobile-toolbar .brand-mark{width:23px}.editor-toolbar{height:57px;min-height:57px;padding:0 20px}.breadcrumb{font-size:10px;gap:6px}.breadcrumb strong{max-width:130px}.toolbar-actions{gap:7px}.save-status{font-size:10px}.writing-area{padding:30px 24px 0;min-height:150px}.document-heading{padding-bottom:25px}.document-heading h1,.title-input{font-size:38px;margin-top:12px}.eyebrow{font-size:10px;letter-spacing:1.5px}.note-body{font-size:16px;line-height:1.8;min-height:90px}.voice-area{padding:10px 16px max(16px,env(safe-area-inset-bottom))}.voice-heading{margin-bottom:14px}.voice-heading h2{font-size:32px;letter-spacing:-1px}.voice-heading p{font-size:12px}.transcript-label{gap:8px;flex-wrap:wrap}.record-bar{padding:13px 12px;border-radius:10px;gap:8px}.record-details{gap:10px}.record-details strong{font-size:11px}.record-details div>span{font-size:10px}.record-icon{width:33px;height:33px;border-radius:8px}.record-button{padding:12px 14px;min-width:92px;font-size:11px}.record-controls{gap:8px}.voice-footer{font-size:10px}.document-footer{font-size:10px;min-height:48px}.save-note-button{font-size:10px}.show-nav .sidebar{display:flex;position:fixed;inset:0 auto 0 0;width:230px;z-index:31;box-shadow:15px 0 40px #24321b15}.show-list .library{inset:0 auto 0 0;width:min(320px,90vw)}.show-nav .mobile-overlay{display:block;position:fixed;inset:0;background:#14201133;z-index:30}.signin-page{padding:23px}.signin-page header>.eyebrow{display:none}.signin-card{padding:35px 8px}.editor-error{padding:10px 20px;font-size:11px}.trash-banner{padding:10px 20px;gap:8px}.trash-banner>span{flex-basis:80%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition:none!important}}.note-body:focus-visible{outline:1px solid #dce3d4;outline-offset:8px;border-radius:2px}.title-input:focus-visible{box-shadow:0 1px #a6b795}.delete-dialog{border:0;padding:0;background:transparent;width:min(420px,calc(100vw - 40px));max-width:none;border-radius:13px}.delete-dialog::backdrop{background:#17231155;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.delete-dialog .confirm-dialog{width:100%}.voice-footer{flex-wrap:wrap}.shared-signin{text-align:left;margin-bottom:22px}.shared-signin label{display:block;font-size:13px;margin-bottom:9px;color:#566a43}.shared-signin input{width:100%;border:1px solid #a4b497;border-radius:6px;padding:12px;background:#fff;font-size:16px;margin-bottom:14px}.shared-signin input:focus-visible{outline:2px solid #426b37;outline-offset:2px}.signin-retention{font-size:11px;text-align:center;color:#606e55;margin:12px 0 0}.workspace{display:block;min-height:0}.workspace>.sidebar,.workspace>.library{display:none}.workspace>.main{height:100dvh;width:100%}.workspace .main .mobile-toolbar{display:flex;align-items:center;gap:20px;height:76px;min-height:76px;padding:0 36px;border-bottom:1px solid var(--line);background:var(--paper)}.mobile-toolbar .brand{font-size:23px}.top-new{margin-left:auto}.top-new,.open-archive{display:flex;align-items:center;gap:8px;font-size:13px;padding:10px 14px;border-radius:9px}.open-archive{border:1px solid #dce3d7}.top-new:hover,.open-archive:hover{background:#edf2e8}.editor-shell{overflow-y:auto;display:block}.editor-toolbar{height:52px;min-height:52px;max-width:880px;margin:auto;padding:0 30px;border:0}.capture-empty .breadcrumb{visibility:hidden}.editor-toolbar{position:sticky;top:0;z-index:6;background:var(--paper)}.capture-empty .editor-toolbar{display:none}.voice-stage{max-width:800px;margin:0 auto;padding:32px 28px 24px;text-align:center}.capture-empty .voice-stage{padding-top:clamp(32px,9vh,100px)}.voice-stage-heading h1{margin:14px 0 26px;font:400 clamp(30px,4vw,46px)/1.15 Georgia,serif;letter-spacing:-1.6px;color:#34432e}.voice-stage .eyebrow{font-size:10px;letter-spacing:2px}.voice-modes{display:inline-flex;gap:4px;padding:5px;border:1px solid #e2e7dc;border-radius:30px;background:#f2f4ed}.voice-modes button{display:flex;align-items:center;gap:7px;padding:10px 16px;border-radius:24px;font-size:12px;color:#52624b}.voice-modes button[aria-pressed=true]{background:#fff;color:#344c31;box-shadow:0 2px 7px #27392313}.capture-control{display:flex;align-items:center;flex-direction:column;margin:30px 0 22px}.capture-mic{display:grid;place-items:center;width:104px;height:104px;border-radius:50%;color:#fff;background:#385d45;box-shadow:0 0 0 10px #eaf0e4,0 0 0 22px #f3f6ee;transition:transform .18s,box-shadow .18s}.capture-mic:hover:not(:disabled){transform:scale(1.035);background:#294b36;color:#fff;box-shadow:0 0 0 13px #e4eddd,0 0 0 27px #f0f4ea}.capture-mic:focus-visible{outline:3px solid #244d39;outline-offset:15px}.capture-label{margin-top:30px;font-weight:600;font-size:14px;color:#344c31}.capture-hint{margin-top:9px;font-size:12px;line-height:1.6;color:#606e55}.listening .capture-mic{background:#9b4f40;box-shadow:0 0 0 10px #f5e9e3,0 0 0 22px #faf1ec;animation:recording-pulse 1.8s ease-in-out infinite}@keyframes recording-pulse{50%{box-shadow:0 0 0 16px #f5e9e3,0 0 0 31px #faf1ec}}.type-instead{font-size:12px;color:#506048;text-decoration:underline;text-underline-offset:4px;padding:10px}.audio-disclosure{display:block;font-size:10px;color:#606e55;margin-top:16px}.has-content .voice-stage{display:grid;grid-template-columns:1fr 230px;text-align:left;align-items:center;padding:18px 34px}.has-content .voice-stage-heading{grid-column:1}.has-content .voice-stage-heading h1{font-size:28px;margin:12px 0 18px;letter-spacing:-.7px}.has-content .voice-modes{grid-column:1;justify-self:start}.has-content .capture-control{grid-column:2;grid-row:1 / span 3;margin:16px 0;text-align:center}.has-content .capture-mic{width:76px;height:76px;box-shadow:0 0 0 8px #eaf0e4,0 0 0 15px #f3f6ee}.has-content .capture-label{margin-top:23px;font-size:12px}.has-content .capture-hint{max-width:210px;font-size:11px}.has-content .audio-disclosure{grid-column:1}.has-content .record-error{grid-column:1 / -1;width:100%}.editor-shell{overflow-anchor:none}.voice-stage .record-error{max-width:480px;margin:10px auto;background:#faf0e5;padding:16px;border-radius:10px}.voice-stage .record-error>div{justify-content:center;flex-wrap:wrap}.writing-area{display:flex;max-width:800px;margin:8px auto 40px;padding:24px 34px 0;min-height:200px;overflow:visible;border:1px solid #e2e6db;background:#fff;border-radius:16px;box-shadow:0 8px 30px #34432e04}.writing-area .document-heading{padding-bottom:12px}.writing-area .document-heading h1,.writing-area .title-input{font-size:28px;margin:8px 0;letter-spacing:-.7px}.writing-area .document-heading>.eyebrow{font-size:9px}.transcript-label{align-items:center;padding-bottom:12px}.transcript-label>button{margin-left:auto;display:flex;align-items:center;gap:5px;font-size:12px;color:#386753}.revision-status{font-size:11px}.note-body{min-height:190px;padding-top:18px;line-height:1.8;font-size:16px;resize:vertical}.workspace.show-nav>.sidebar{display:flex;position:fixed;inset:0 auto 0 0;width:270px;z-index:41;box-shadow:15px 0 40px #24321b15}.drawer-close{align-self:flex-end;margin-bottom:12px}.workspace.show-list>.library{display:flex;position:fixed;inset:28px;width:auto;max-width:1120px;margin:auto;z-index:41;border:1px solid #dce3d6;border-radius:20px;box-shadow:0 24px 90px #24321b26;overflow:hidden}.workspace.show-nav .mobile-overlay,.workspace.show-list .mobile-overlay{display:block;position:fixed;inset:0;background:#14201155;z-index:40;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.library-heading{padding:28px 32px 18px;gap:10px}.library-heading h2{font:400 30px Georgia,serif;margin-right:auto}.library-heading button[aria-label="Close notes"]{order:2}.archive-tabs{display:flex;gap:8px;padding:0 32px 20px}.archive-tabs button{font-size:12px;padding:9px 14px;border-radius:20px}.archive-tabs button[aria-pressed=true]{background:#e6eddc;color:#344c31}.library .search-box{margin:0 32px}.library .list-label{padding:22px 32px 12px}.library .note-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));grid-auto-rows:min-content;gap:12px;padding:0 32px 28px}.library .note-card{border:1px solid #e1e6d9;border-radius:12px;padding:20px;background:#fff;min-height:155px;margin:0}.library .note-card.selected{border-color:#9bb38a;background:#f1f5e9}.library-empty,.list-placeholder{grid-column:1/-1}@media(max-width:640px){.workspace .main .mobile-toolbar{height:64px;min-height:64px;padding:0 15px;gap:10px}.mobile-toolbar .brand{font-size:20px}.top-new,.open-archive{padding:9px;font-size:12px;gap:4px}.open-archive span{display:none}.editor-toolbar{padding:0 20px}.voice-stage{padding:22px 18px}.capture-empty .voice-stage{padding-top:7vh}.voice-stage-heading h1{font-size:32px;letter-spacing:-1px}.capture-mic{width:96px;height:96px}.writing-area{margin:6px 16px 28px;padding:20px 20px 0}.voice-modes button{padding:10px 14px}.has-content .voice-stage{display:flex;flex-direction:column;text-align:center;padding:14px 18px}.has-content .voice-stage-heading h1{font-size:27px;margin-bottom:15px}.has-content .capture-control{margin-top:26px;margin-bottom:4px}.has-content .capture-hint{max-width:300px}.workspace.show-list>.library{inset:12px;border-radius:14px}.library-heading{padding:22px 20px 15px}.archive-tabs{padding:0 20px 15px}.library .search-box{margin:0 20px}.library .note-list{padding:0 20px 20px}.library .list-label{padding:20px}}@media(prefers-reduced-motion:reduce){.listening .capture-mic{animation:none}}.workspace.show-list{display:grid;grid-template-columns:240px minmax(0,1fr)}.workspace.show-list>.main,.workspace.show-nav>.main{display:none}.workspace.show-list>.sidebar{display:flex;position:static;width:auto;box-shadow:none}.workspace.show-list>.library{display:flex;position:static;inset:auto;width:auto;max-width:none;margin:0;border:0;border-radius:0;box-shadow:none;height:100dvh}.workspace.show-nav>.sidebar{position:static;width:min(640px,100%);min-height:100dvh;margin:0 auto;box-shadow:none;border:0;padding:28px}.workspace.show-list .drawer-close{display:none}.workspace.show-nav .drawer-close{width:auto;gap:7px;min-height:44px;align-self:flex-start;font-size:12px}.archive-back{display:flex;align-items:center;gap:7px;font-size:12px;padding:10px;color:#506048}.library-heading{flex-wrap:wrap}.library-heading h2:focus{outline:none}@media(max-width:760px){.workspace.show-list{display:block}.workspace.show-list>.sidebar{display:none}.workspace.show-list>.library{position:static;margin:0;width:100%;border-radius:0}.archive-back{order:-1;width:100%;padding:0 0 16px}}:root{color:#263244;background:#f7f8fa;--green: #285c55;--muted: #5e6a79;--line: #e1e5eb;--paper: #fbfcfd}.workspace.show-nav>.main{display:flex}.nav-backdrop{position:fixed;inset:0;background:#10182855;z-index:29}.workspace.show-nav>.sidebar{display:flex;position:fixed;inset:0 auto 0 0;z-index:30;width:min(280px,85vw);margin:0;padding:24px 20px;height:100dvh;min-height:0;overflow-y:auto;background:var(--paper);border-right:1px solid var(--line);box-shadow:12px 0 48px #10182820}.capture-workspace{flex:1;min-height:0;overflow-y:auto}.capture-workspace .editor-shell{overflow:visible;flex:none}.workspace .main .mobile-toolbar{height:64px;min-height:64px;border-color:var(--line)}.voice-stage-heading h1,.has-content .voice-stage-heading h1,.library-heading h2,.writing-area h1,.title-input{font-family:inherit;letter-spacing:-.035em}.voice-stage-heading h1{font-size:clamp(28px,4vw,40px);font-weight:550}.capture-empty .voice-stage{padding-top:clamp(32px,6vh,64px);padding-bottom:28px}.eyebrow,.note-card-meta,.document-footer,.recent-note time,.list-label,.capture-timer{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.writing-area{border-color:var(--line);border-radius:10px;box-shadow:0 2px 6px #18223003}.finish-note{display:inline-flex;align-items:center;gap:7px;padding:10px 12px;border:1px solid var(--line);border-radius:6px;color:var(--green);font-family:Inter,sans-serif;font-size:12px;background:#f5f8f7}.recent-notes{width:calc(100% - 64px);max-width:732px;margin:0 auto 48px;border-top:1px solid var(--line);padding-top:22px}.recent-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.recent-heading h2{font-size:13px;font-weight:600;margin:0}.recent-heading button{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);padding:8px}.forward-arrow{transform:rotate(180deg)}.recent-note{width:100%;display:flex;align-items:center;text-align:left;gap:14px;padding:16px 12px;border-bottom:1px solid var(--line);border-radius:6px}.recent-note:hover{background:#eef1f5}.recent-note>svg{flex-shrink:0;color:var(--muted)}.recent-copy{flex:1;min-width:0;display:grid;gap:5px}.recent-copy strong{font-size:13px;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-copy>span{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-note time{font-size:10px;color:var(--muted);white-space:nowrap}.recent-empty{font-size:12px;color:var(--muted);padding:8px 0 20px}.sidebar,.library{background:var(--paper)}.note-card{border-color:var(--line);border-radius:8px}@media(max-width:640px){.recent-notes{width:calc(100% - 32px);padding-top:16px}.recent-note{padding:14px 4px;gap:10px}.recent-note time{font-size:9px}.document-footer{flex-wrap:wrap;gap:12px}}
