@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;color:#26383e;background:#f6f8f7;font-size:16px;font-synthesis:none;-webkit-font-smoothing:antialiased;--bg: #f6f8f7;--panel: #fff;--text: #26383e;--muted: #7c878c;--line: #e6ebe9;--soft: #f5f7f6;--accent: #407848;--green: #bce49c;--dark: #182f33;--shadow: 0 5px 22px #172a3103;color-scheme:light}:root[data-theme=dark]{color-scheme:dark;--bg: #111d21;--panel: #18282d;--text: #e5eee9;--muted: #9caaa9;--line: #304248;--soft: #1e3035;--accent: #b7e19a;--shadow: none;color:var(--text);background:var(--bg)}*{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{cursor:pointer}button:disabled{opacity:.55;cursor:wait}a,button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #85b96a;outline-offset:4px}svg{flex-shrink:0;vertical-align:middle}h1,h2,h3,p{margin-top:0}h1{font-size:30px;font-weight:650;letter-spacing:-.8px;margin-bottom:12px;line-height:1.35}h2{font-size:18px;font-weight:650;margin-bottom:0;line-height:1.5}h3{font-size:19px;font-weight:600;margin-bottom:10px}p{line-height:1.75}small{font-size:13px}button{transition:background .16s ease,transform .16s ease,border-color .16s ease}button:active:not(:disabled){transform:translateY(1px)}.app-shell{display:grid;grid-template-columns:216px minmax(0,1fr);min-height:100vh}.sidebar{height:100vh;position:sticky;top:0;background:var(--panel);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:34px 22px 24px;z-index:10}.brand{display:flex;gap:11px;align-items:center;text-decoration:none;margin-bottom:55px}.brand img{width:43px;height:43px}.brand strong{font-size:23px;font-weight:700;display:flex;align-items:center;gap:9px;white-space:nowrap}.brand strong span{font-size:12px;font-weight:500;color:var(--muted)}.brand small{font-size:10px;letter-spacing:1.5px;color:var(--muted);display:block;margin-top:3px}.nav-label{font-size:12px;color:var(--muted);margin:0 14px 15px}.sidebar nav{display:grid;gap:9px}.sidebar nav button,.settings-link{background:none;border:0;display:flex;align-items:center;gap:13px;text-align:left;width:100%;padding:13px 14px;border-radius:9px;color:var(--muted);font-size:14px;min-height:48px}.sidebar nav button.active,.settings-link.active{color:var(--text);background:var(--soft);font-weight:600}.sidebar nav button.active svg{color:var(--accent)}.sidebar nav button:hover,.settings-link:hover{background:var(--soft)}.sidebar nav small{background:var(--green);color:#25452d;border-radius:6px;font-size:11px;padding:1px 6px;margin-left:auto}.side-note{margin:55px 14px 30px}.quote-mark{font-size:36px;line-height:1;color:#c4d4cc;font-family:Georgia,serif}.side-note p{font-size:14px;line-height:1.9;margin:0 0 13px}.side-note>span:last-child{font-size:12px;color:var(--muted)}.side-bottom{margin-top:auto}.side-status{display:flex;gap:9px;align-items:center;margin:17px 14px;color:var(--muted);font-size:12px}.signature{font-size:11px;color:var(--muted);opacity:.6;margin-left:14px;letter-spacing:.3px}.main{max-width:1550px;width:100%;padding:0 44px;margin:auto;min-width:0}.topbar{height:89px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:15px}.crumb{font-size:13px;color:var(--muted)}.crumb span{padding:0 13px;color:#b9c5be}.header-actions{display:flex;gap:22px;align-items:center}.quiet{border:0;background:none;color:var(--muted);padding:8px 0;font-size:13px;white-space:nowrap}.quiet:hover{color:var(--accent)}.icon-btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--line);border-radius:50%;color:var(--text)}.icon-btn:hover{background:var(--soft)}.avatar{border-radius:50%;width:32px;height:32px;background:#e3ebe5;color:#607064;display:grid;place-items:center;font-size:12px}.page{animation:enter .28s ease;min-height:calc(100vh - 155px)}@keyframes enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.page-title{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:35px 0 28px}.page-title p{color:var(--muted);font-size:14px;margin-bottom:0}.eyebrow{font-size:11px;letter-spacing:1.5px;font-weight:500;color:var(--muted);display:block;margin-bottom:10px}.page-title .eyebrow{letter-spacing:.8px;font-size:12px}.accent{color:#81b56c}.btn{min-height:42px;padding:10px 17px;border-radius:7px;display:inline-flex;gap:9px;align-items:center;justify-content:center;white-space:nowrap;font-size:14px;font-weight:500;background:var(--panel);border:1px solid var(--line);text-decoration:none}.btn:hover{background:var(--soft);border-color:#9fb6a2}.btn.primary{background:var(--dark);color:#fff;border-color:var(--dark)}.btn.primary:hover{background:#2b494d}.btn.danger{color:#b84b39;background:#fff2ed;border-color:#efd9d1}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:30px;padding:5px 0 4px}.stat{padding:0 30px;border-right:1px solid var(--line)}.stat:first-child{padding-left:0}.stat:last-child{border-right:0}.stat>span{font-size:13px;color:var(--muted)}.stat>div{display:flex;align-items:baseline;gap:8px;margin-top:10px}.stat b{font-size:35px;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:-1px;line-height:1.2}.stat small{color:var(--muted);font-size:12px}.stat p{font-size:12px;margin:9px 0 0;color:var(--muted)}.daily-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:22px;margin-bottom:24px}.panel{border:1px solid var(--line);background:var(--panel);border-radius:13px;padding:24px;box-shadow:var(--shadow);min-width:0}.section-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}.section-head p{font-size:13px;color:var(--muted);margin:7px 0 0}.inline{display:flex;align-items:center;gap:13px}.section-head .eyebrow{font-size:9px;margin:0 0 3px;letter-spacing:1.4px}.icon-surface{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--soft)}.icon-surface.amber{color:#ac8544;background:#fbf5e9}.pill{border-radius:5px;padding:5px 9px;font-size:11px;background:var(--soft);color:var(--muted);white-space:nowrap}.pill.green{background:#eff6e8;color:#587347}.morning-content{display:flex;gap:28px;align-items:center;margin:27px 0}.progress-ring{width:145px;height:145px;flex-shrink:0;border-radius:50%;background:conic-gradient(#b3d68d var(--progress),var(--soft) 0);padding:10px;transform:rotate(-90deg)}.progress-ring>div{width:100%;height:100%;background:var(--panel);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(90deg)}.progress-ring b{font-size:37px;font-weight:500;line-height:1.1;letter-spacing:-1px}.progress-ring small{font-size:17px;font-weight:400;letter-spacing:0;margin-left:2px}.progress-ring span{font-size:11px;color:var(--muted);margin-top:9px}.morning-copy h3{font-size:18px}.morning-copy p{font-size:13px;color:var(--muted);margin-bottom:15px;max-width:260px}.morning-copy .btn{font-size:13px;min-height:36px;padding:8px 12px}.hundred-dots{display:grid;grid-template-columns:repeat(25,1fr);gap:5px;margin-top:25px}.hundred-dots i{height:9px;border-radius:2px;background:var(--soft);border:1px solid var(--line)}.hundred-dots i.done{background:#bbd999;border-color:#bbd999}.panel-foot{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);gap:10px;margin-top:12px}.night-panel{background:#193237;color:#f0f6ee;border-radius:13px;padding:24px 27px;position:relative;overflow:hidden;display:flex;flex-direction:column}.night-panel .section-head{margin-bottom:27px}.night-panel .eyebrow{color:#a5bcb9;font-size:9px;letter-spacing:1.3px;margin:0}.night-icon{color:#bbd799}.night-tag{font-size:10px;color:#9fb7b4;border:1px solid #3a5557;border-radius:4px;padding:4px 7px;white-space:nowrap}.night-panel h2{font-size:24px;line-height:1.65;letter-spacing:.2px;font-weight:500;margin:0 0 11px}.night-panel>p{font-size:12px;color:#a0b6b3;max-width:260px;line-height:1.9;margin-bottom:21px}.night-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-bottom:9px;position:relative;z-index:1}.night-bottom>div{display:flex;align-items:baseline;gap:11px}.night-bottom b{font-size:43px;font-weight:400;letter-spacing:-1.6px}.night-bottom span{font-size:11px;color:#adc1ba}.night-cta{width:47px;height:47px;border-radius:50%;border:0;background:#bee49b;color:#25462d;display:grid;place-items:center}.night-cta:hover{background:#d2f2b3;transform:translate(3px)}.night-line{position:absolute;width:150px;height:150px;border:1px solid #37544f;border-radius:50%;right:20px;bottom:-105px;box-shadow:0 0 0 14px #193237,0 0 0 15px #304b48,0 0 0 29px #193237,0 0 0 30px #294541}.lower-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:22px}.journal .section-head,.weekly .section-head{margin-bottom:15px}.muted{color:var(--muted);font-size:12px}.empty{padding:31px 14px;display:flex;flex-direction:column;align-items:center;text-align:center}.empty-icon{width:52px;height:52px;background:var(--soft);color:#a6b7aa;border-radius:14px;display:grid;place-items:center;margin-bottom:15px}.empty h3{font-size:15px;font-weight:500;margin-bottom:9px}.empty p{font-size:12px;color:var(--muted);max-width:440px;margin-bottom:17px}.text-btn{border:0;background:none;display:inline-flex;gap:5px;align-items:center;color:var(--accent);font-size:12px;padding:4px 0;white-space:nowrap}.text-btn:hover{text-decoration:underline}.chart{height:182px;margin:8px 0 7px}.chart-grid{height:155px;position:relative;display:flex;align-items:flex-end;border-bottom:1px solid var(--line);padding:0 0 0 14px;gap:0}.target-line{position:absolute;left:22px;right:0;border-top:1px dashed var(--line)}.target-line small{position:absolute;left:-23px;top:-8px;font-size:9px;color:var(--muted)}.bar-col{flex:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;z-index:1}.bar{width:24px;background:#d7e5cd;border-radius:4px 4px 0 0;min-height:2px}.bar.current{background:#a9ca84}.bar-value{font-size:10px;color:var(--muted);margin-bottom:4px}.no-data{position:absolute;bottom:9px;font-size:10px;color:var(--muted)}.chart-days{padding-left:14px;display:flex;margin-top:11px;font-size:10px;color:var(--muted);text-align:center}.chart-days span{flex:1}.chart-days .current{color:var(--text)}.weekly-caption{font-size:10px;display:flex;align-items:center;gap:6px;margin-top:15px;color:var(--muted)}.weekly-caption .muted{font-size:10px;margin-left:auto}.legend-dot{width:6px;height:6px;border-radius:2px;background:#a9ca84}.bottom-note{display:flex;gap:7px;align-items:center;color:var(--muted);font-size:11px;margin:22px 0 0}.bottom-note .text-btn{font-size:11px;margin-left:auto}.footer{display:flex;justify-content:space-between;padding:25px 0 22px;color:var(--muted);font-size:10px;opacity:.65}.record-row{display:flex;align-items:center;gap:13px;width:100%;background:none;border:0;border-top:1px solid var(--line);padding:18px 0;text-align:left}.record-row:first-child{border-top:0}.record-icon{color:var(--muted);background:var(--soft);width:36px;height:40px;display:grid;place-items:center;border-radius:7px}.record-row strong{font-size:13px;font-weight:500;display:block;overflow-wrap:anywhere}.record-row small{font-size:10px;color:var(--muted)}.record-numbers{margin-left:auto;white-space:nowrap}.record-numbers b{font-size:16px;font-weight:500;display:block}.record-numbers span{display:block;font-size:10px;color:#bc8263;margin-top:3px}.record-row:hover strong{color:var(--accent)}.record-list{max-height:300px;overflow:auto}.actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.filters{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:22px}.search{display:flex;align-items:center;gap:8px;flex:1;min-width:220px;border:1px solid var(--line);border-radius:7px;background:var(--panel);padding:0 13px;color:var(--muted)}.search input{border:0;background:none;min-width:0;padding:12px 0;font-size:14px;width:100%}.search input:focus-visible{outline-offset:0}.filters select{max-width:250px}.segmented{display:flex;gap:3px;background:var(--line);padding:3px;border-radius:7px}.segmented button{font-size:12px;padding:9px 12px;border:0;background:none;color:var(--muted);border-radius:5px;white-space:nowrap}.segmented button.active{background:var(--panel);color:var(--text);box-shadow:0 1px 5px #00000008}.list-caption{font-size:12px;color:var(--muted);display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.knowledge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:19px}.knowledge-card{padding:24px;border:1px solid var(--line);border-radius:12px;background:var(--panel);display:flex;flex-direction:column}.card-tags{display:flex;gap:12px;justify-content:space-between;font-size:11px;color:var(--muted);margin-bottom:22px}.card-tags .due{color:#a28147}.card-tags .stable{color:var(--accent)}.knowledge-card h2{margin-bottom:11px;overflow-wrap:anywhere}.card-question{color:var(--muted);font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;min-height:48px}.card-meta{display:flex;gap:8px;margin-bottom:24px}.card-meta span{background:var(--soft);border-radius:4px;font-size:11px;padding:4px 7px;color:var(--muted)}.card-footer{border-top:1px solid var(--line);padding-top:13px;display:flex;align-items:center;gap:17px;margin-top:auto}.card-footer>span{font-size:11px;color:var(--muted);margin-right:auto}.review-page{max-width:980px;margin:auto}.review-progress{display:flex;align-items:center;gap:18px;font-size:12px;color:var(--muted);margin:32px 0 24px}.review-progress>div{height:4px;flex:1;border-radius:5px;background:var(--line);overflow:hidden}.review-progress i{display:block;height:100%;background:#a6c883;transition:width .3s}.recall-card{padding:34px 42px 38px;border:1px solid var(--line);border-radius:15px;background:var(--panel);min-height:425px}.recall-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:42px}.recall-card>.eyebrow{font-size:12px;letter-spacing:.6px}.recall-card h2{font-size:24px;line-height:1.75;margin-bottom:25px;white-space:pre-wrap;overflow-wrap:anywhere}.recall-card>textarea{background:var(--soft);border-color:transparent;font-size:14px;line-height:1.8}.reveal-action{margin-top:27px;display:flex;align-items:center;justify-content:space-between;gap:20px}.reveal-action small{font-size:11px;color:var(--muted)}.answer{padding:24px;background:var(--soft);border-radius:8px;margin-top:25px;animation:enter .25s ease}.answer p{font-size:16px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere}.answer small{color:var(--muted);font-size:12px;overflow-wrap:anywhere}.source-warning{font-size:12px;color:#a47c3d;margin-top:15px}.rating-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.rating-buttons button{display:flex;flex-direction:column;gap:6px;align-items:center;border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:15px 8px}.rating-buttons b{font-size:15px;font-weight:500}.rating-buttons span{font-size:11px;color:var(--muted)}.rating-buttons button:first-child{color:#b56a53}.rating-buttons button:nth-child(2){color:#a2874a}.rating-buttons .remember{background:#eaf2e3;color:#4c713f;border-color:#dae8ce}.rating-buttons button:hover{border-color:#8eac78}.review-guide{display:flex;justify-content:center;gap:14px;align-items:center;font-size:12px;color:var(--muted);margin-top:32px}.review-guide i{height:1px;width:35px;background:var(--line)}.review-feedback{display:flex;justify-content:center;gap:8px;align-items:center;font-size:13px;color:var(--accent);margin-top:18px}.review-complete .empty{padding:70px 20px}.review-complete .empty h3{font-size:22px}.insight-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:22px;margin-bottom:22px}.insights .panel{margin-bottom:22px}.reason{display:flex;gap:12px;align-items:center;margin:16px 0;font-size:12px}.reason>span{min-width:84px}.reason>div{height:6px;flex:1;background:var(--soft);border-radius:5px}.reason i{display:block;height:100%;background:#b1ce96;border-radius:5px}.reason b{font-weight:500;min-width:15px;text-align:right}.table-heading,.table-row{display:grid;grid-template-columns:minmax(220px,1fr) repeat(4,80px);gap:15px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line);font-size:13px}.table-heading{font-size:11px;color:var(--muted);padding-top:0}.table-heading>span:not(:first-child),.table-row>b{text-align:right;font-weight:500}.table-row:last-child{border:0}.table-row>span{display:flex;align-items:center;gap:12px}.rank{color:var(--muted);font-size:10px}.sample{font-size:10px;color:var(--muted);background:var(--soft);padding:3px 6px;white-space:nowrap}.accent-text{color:var(--accent)}.page>article.panel+article.panel{margin-top:22px}.history-row{display:flex;align-items:center;gap:24px;border-top:1px solid var(--line);padding:17px 0;font-size:12px}.history-row>button:not(.text-btn){border:0;background:none;text-align:left;flex:1;font-size:13px}.history-row>span{color:var(--muted)}.settings-page{max-width:940px;margin:0 auto}.settings-page>.panel{margin-bottom:22px}.settings-page h2{margin-bottom:10px}.space-code{display:flex;gap:15px;align-items:center;background:var(--soft);padding:15px 18px;border-radius:8px;margin:18px 0}.space-code code{font-family:monospace;flex:1;overflow-wrap:anywhere;font-size:13px;letter-spacing:.3px;min-width:0}.small-copy{font-size:12px;color:var(--muted);line-height:1.8}.sync-row{border-bottom:1px solid var(--line);padding:13px 0 22px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;color:var(--muted)}details summary{cursor:pointer;font-size:13px}details p{font-size:12px;color:var(--muted);margin-top:15px}.setting-line{display:flex;justify-content:space-between;align-items:center;gap:20px}.setting-line p{font-size:13px;color:var(--muted);margin:0}.body-copy{font-size:14px;color:var(--muted);line-height:1.9}.source-link{font-size:13px;color:var(--accent);display:inline-block;margin-bottom:16px}.file-btn{cursor:pointer;position:relative;overflow:hidden}.file-btn input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%}.modal{background:var(--panel);color:var(--text);width:min(570px,calc(100vw - 32px));max-height:calc(100dvh - 48px);border:1px solid var(--line);border-radius:15px;padding:27px 30px 30px;box-shadow:0 30px 100px #102b2933;overflow:auto}.modal.wide{width:min(710px,calc(100vw - 32px))}.modal::backdrop{background:#0e252958;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal[open]{animation:enter .2s ease}.modal header{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px;gap:20px}.modal h2{font-size:23px}.modal header .eyebrow{font-size:10px;letter-spacing:.7px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:19px;min-width:0}.field>span{font-size:13px;font-weight:500}.field small{font-size:11px;color:var(--muted);line-height:1.7}input,select,textarea{border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:7px;padding:11px 12px;font-size:14px;min-width:0;max-width:100%}textarea{width:100%;resize:vertical;line-height:1.7}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.7}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:26px;padding-top:20px;border-top:1px solid var(--line)}.form-actions>span{font-size:11px;color:var(--muted);margin-right:auto}.checkbox{font-size:12px;display:flex;align-items:center;gap:9px;color:var(--muted)}.checkbox input{accent-color:#527646;width:17px;height:17px}.error-text{color:#bb593f;font-size:13px}.callout{background:var(--soft);border-radius:8px;padding:20px;font-size:13px;line-height:1.8;margin:20px 0}.callout p{margin:8px 0 0;color:var(--muted)}.callout .actions{margin-top:15px}.method p{font-size:14px;color:var(--muted)}.method>p{color:var(--text);margin-bottom:27px}.method ol{padding-left:22px}.method li{padding-left:7px;margin-bottom:23px;font-size:15px}.method li p{margin:8px 0}.method h3{font-size:15px;margin-top:27px}.method>a{display:block;margin:13px 0;font-size:12px;color:var(--accent);line-height:1.8}.prompt-text{margin-bottom:20px;height:170px;font-size:13px}.batch-preview{max-height:250px;overflow:auto;border:1px solid var(--line);border-radius:8px;padding:0 15px}.batch-preview>div{padding:15px 0;border-bottom:1px solid var(--line);font-size:13px;overflow-wrap:anywhere}.batch-preview p{margin:8px 0;color:var(--muted)}.batch-preview small{font-size:11px;color:var(--muted)}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;border:1px solid #4a6463;background:#20393e;color:#f2f7ef;border-radius:9px;padding:14px 20px;font-size:13px;box-shadow:0 10px 35px #0002;z-index:1000;max-width:calc(100vw - 30px)}.error-banner{padding:15px;margin:15px 0;background:#fff1e8;color:#a34f34;font-size:13px;display:flex;justify-content:space-between;align-items:center;gap:15px;border-radius:8px}.runtime-error{max-width:600px;padding:70px 25px;margin:auto}.mobile-nav{display:none}@media(min-width:1500px){.main{padding:0 55px}.page-title{margin-top:45px}.daily-grid{grid-template-columns:1.65fr 1fr}.morning-content{gap:35px}.progress-ring{width:160px;height:160px}.night-panel h2{font-size:26px}.panel{padding:28px}.night-panel{padding:28px 32px}}@media(max-width:1200px){.app-shell{grid-template-columns:188px minmax(0,1fr)}.sidebar{padding:30px 15px 22px}.brand{gap:9px}.brand strong{font-size:21px}.brand strong span{display:none}.brand small{font-size:9px}.main{padding:0 28px}.page-title h1{font-size:26px}.stat{padding:0 19px}.daily-grid{gap:18px;grid-template-columns:1.45fr 1fr}.panel{padding:21px}.morning-content{gap:20px}.progress-ring{width:117px;height:117px;padding:8px}.progress-ring b{font-size:31px}.morning-copy h3{font-size:16px}.morning-copy p{font-size:12px}.night-panel{padding:23px}.night-panel h2{font-size:21px}.night-panel .section-head{gap:8px}.night-panel .inline{gap:7px}.night-tag{font-size:9px}.night-panel .eyebrow{font-size:8px;letter-spacing:1px}.hundred-dots{gap:4px}.table-heading,.table-row{grid-template-columns:minmax(190px,1fr) repeat(4,58px);gap:10px}.sample{display:none}.filters .segmented{margin-left:auto}.recall-card{padding:30px}.card-tags{font-size:10px}.stat b{font-size:32px}.page-title{gap:15px}}@media(max-width:960px){.daily-grid{grid-template-columns:1fr}.night-panel{display:block;padding:23px 25px}.night-panel h2{font-size:22px}.night-panel h2 br{display:none}.night-panel>p{max-width:none;width:calc(100% - 150px);margin-bottom:0}.night-panel .section-head{margin-bottom:13px}.night-bottom{position:absolute;bottom:22px;right:25px;gap:18px;padding:0}.night-bottom b{font-size:30px}.night-bottom>div{flex-direction:column;gap:3px}.night-cta{width:40px;height:40px}.morning-content{gap:30px;margin:21px 0}.progress-ring{width:130px;height:130px}.morning-copy p{max-width:350px}.lower-grid{grid-template-columns:1fr}.journal .empty{padding:25px 14px}.knowledge-grid{grid-template-columns:1fr}.page-title{align-items:flex-start}.page-title .actions{justify-content:flex-end}.page-title .btn{font-size:12px;padding:10px 13px}.stats-row{gap:0}.stat{padding:0 12px}.stat b{font-size:29px}.stat>span{font-size:12px}.stat p,.stat small{font-size:10px}.insight-grid{grid-template-columns:1fr}.table-heading,.table-row{grid-template-columns:minmax(130px,1fr) repeat(4,45px);gap:7px;font-size:11px}.rank{display:none}.history-row{gap:12px;flex-wrap:wrap}.space-code{flex-wrap:wrap}.space-code code{flex-basis:100%}.reveal-action{flex-direction:column;gap:15px}.page-title h1{font-size:25px}.bottom-note{flex-wrap:wrap}.bottom-note .text-btn{margin-left:0}}@media(max-width:700px){.app-shell{display:block}.sidebar{display:none}.main{padding:0 19px}.topbar{height:69px}.crumb{font-size:12px}.crumb span{padding:0 9px}.header-actions{gap:12px}.header-actions>.quiet{font-size:11px}.avatar{display:none}.icon-btn{width:32px;height:32px}.page{min-height:calc(100vh - 220px)}.page-title{margin:28px 0 25px;flex-wrap:wrap;gap:18px}.page-title h1{font-size:25px;letter-spacing:-.5px}.page-title p{font-size:12px;line-height:1.8}.page-title .eyebrow{font-size:11px}.page-title>.btn{align-self:center;min-height:38px}.page-title .actions{justify-content:flex-start}.stats-row{grid-template-columns:repeat(2,1fr);row-gap:23px;margin-bottom:26px}.stat{padding-left:21px}.stat:nth-child(odd){padding-left:0}.stat:nth-child(2n){border-right:0}.stat b{font-size:32px}.stat>span{font-size:12px}.stat small,.stat p{font-size:11px}.panel{padding:20px;border-radius:11px}.section-head{margin-bottom:18px}.section-head h2{font-size:16px}.daily-grid{gap:17px;margin-bottom:17px}.morning-content{gap:21px;margin:23px 0}.progress-ring{width:107px;height:107px;padding:8px}.progress-ring b{font-size:29px}.progress-ring span{font-size:10px}.progress-ring small{font-size:13px}.morning-copy h3{font-size:15px}.morning-copy p{font-size:11px;line-height:1.8;margin-bottom:12px}.morning-copy .btn{font-size:11px;padding:8px 9px}.hundred-dots{grid-template-columns:repeat(20,1fr);gap:4px;margin-top:20px}.hundred-dots i{height:7px}.panel-foot{font-size:10px}.night-panel{padding:22px}.night-panel h2{font-size:20px;margin-bottom:10px}.night-panel h2 br{display:block}.night-panel>p{font-size:11px;width:calc(100% - 70px)}.night-bottom{right:22px;bottom:24px;flex-direction:column;align-items:flex-end;gap:12px}.night-bottom b{font-size:29px}.night-bottom span{display:none}.night-panel .eyebrow{font-size:9px}.night-panel .section-head{margin-bottom:21px}.night-tag{font-size:10px}.lower-grid{gap:17px}.empty h3{font-size:14px}.empty p{font-size:11px}.bottom-note{font-size:10px;gap:6px;line-height:1.7}.bottom-note .text-btn{margin-left:22px}.footer{font-size:9px;line-height:1.8;gap:10px;margin-bottom:84px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:20;padding:9px 5px calc(8px + env(safe-area-inset-bottom));background:var(--panel);border-top:1px solid var(--line);justify-content:space-around}.mobile-nav button{background:none;border:0;display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--muted);font-size:10px;padding:5px 9px;min-width:56px}.mobile-nav button.active{color:var(--accent)}.mobile-nav button.active svg{stroke-width:2.2}.toast{bottom:88px;min-width:250px;font-size:12px}.modal{padding:24px 20px;max-height:calc(100dvh - 32px);border-radius:12px}.modal h2{font-size:20px}.modal header{margin-bottom:23px}.form-grid{gap:12px}.form-actions{flex-wrap:wrap}.form-actions>span{flex-basis:100%;font-size:11px}.field{margin-bottom:17px}.field>span{font-size:13px}input,select,textarea{font-size:16px}.search input{font-size:14px}.filters{gap:12px}.search{flex-basis:100%}.filters select{font-size:12px;max-width:48%;flex:1}.segmented button{font-size:11px;padding:9px 8px}.knowledge-card{padding:21px}.knowledge-card h2{font-size:18px}.card-question{font-size:14px}.card-tags{font-size:10px}.list-caption{font-size:11px}.review-progress{font-size:10px;gap:10px;margin:22px 0}.recall-card{padding:24px 20px;min-height:390px}.recall-top{gap:10px;align-items:flex-start;margin-bottom:30px}.recall-top .pill{font-size:10px;max-width:50%;white-space:normal}.recall-top .muted{font-size:10px;line-height:1.7}.recall-card h2{font-size:20px}.recall-card .eyebrow{font-size:11px}.recall-card>textarea{font-size:14px}.reveal-action .btn{width:100%}.answer{padding:18px}.answer p{font-size:15px}.rating-buttons{gap:8px}.rating-buttons button{padding:14px 5px}.rating-buttons b{font-size:13px}.rating-buttons span{font-size:9px}.review-guide{font-size:10px;gap:9px}.review-guide i{width:25px}.review-feedback{font-size:12px}.table-heading,.table-row{grid-template-columns:minmax(115px,1fr) repeat(4,36px);gap:4px;font-size:10px}.table-heading{font-size:9px}.table-row>span{line-height:1.8}.module-table{margin-inline:-5px}.history-row{gap:10px;font-size:10px}.history-row>button:not(.text-btn){font-size:12px;min-width:150px}.history-row>span:last-of-type{margin-left:auto}.body-copy{font-size:13px}.sync-row{font-size:11px;gap:12px}.sync-row .btn{font-size:12px}.setting-line p{font-size:11px}.space-code code{font-size:12px}.space-code{padding:15px}.settings-page h2{font-size:17px}.settings-page .section-head p{font-size:12px}.callout{font-size:12px;padding:17px}.error-banner{flex-direction:column}.review-complete .empty{padding:40px 5px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.sidebar .settings-link{font-size:13px;gap:10px;padding-inline:10px}.stat>span,.page-title p,.morning-copy p,.night-panel>p,.empty p,.body-copy,.section-head p,.small-copy{font-size:14px}.panel-foot,.bottom-note,.weekly-caption,.weekly-caption .muted,.record-row small,.record-numbers span,.review-guide,.reveal-action small{font-size:12px}.card-tags,.card-meta span,.card-footer>span,.card-footer .quiet,.list-caption,.text-btn,.field>span,.checkbox{font-size:14px}.field small,.form-actions>span{font-size:12px}.night-panel>p{line-height:1.75}.record-row strong{font-size:14px}.recall-top .muted{font-size:12px}.method p{font-size:16px}.method>a{font-size:14px}.table-row{font-size:14px}.table-heading,.signature{font-size:12px}.night-panel .eyebrow,.section-head .eyebrow{font-size:10px}.eyebrow{font-size:12px}.brand small{font-size:10px}.footer{font-size:12px}@media(max-width:1200px){.table-row{font-size:12px}.table-heading{font-size:11px}.stat>span{font-size:13px}.morning-copy p{font-size:13px}.night-panel>p{font-size:13px}.card-tags{font-size:12px}}@media(max-width:700px){.stat>span,.morning-copy p,.night-panel>p,.page-title p,.empty p{font-size:13px}.panel-foot,.bottom-note{font-size:11px}.card-tags,.card-meta span,.card-footer>span,.card-footer .quiet{font-size:12px}.card-footer .text-btn{font-size:13px}.table-row{font-size:11px}.table-heading,.footer{font-size:10px}.night-panel>p{width:calc(100% - 50px)}.night-bottom{bottom:25px}.rating-buttons span{font-size:11px}.rating-buttons b{font-size:14px}.review-guide{font-size:11px}.form-grid{gap:12px}.morning-content{gap:17px}.progress-ring{width:95px;height:95px}.weekly-caption,.weekly-caption .muted{font-size:10px}.bottom-note .text-btn{font-size:11px}}.image-import{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.ocr-intro p{font-size:14px;line-height:1.8;color:var(--muted);margin:12px 0 0}.ocr-upload{display:grid;grid-template-columns:140px minmax(0,1fr);gap:20px;align-items:center;border:1px dashed var(--line);border-radius:16px;padding:20px}.ocr-upload img{width:140px;max-height:200px;object-fit:contain;border-radius:8px}.upload-symbol{height:110px;display:grid;place-items:center;font-size:40px;color:var(--muted);background:var(--bg);border-radius:12px}.ocr-upload .actions{margin-top:14px}.ocr-upload input[type=file]{width:100%;min-width:0;max-width:100%;font-size:12px}.ocr-label{min-width:0;display:grid;gap:8px;font-size:13px;font-weight:600}.ocr-label textarea,.ocr-label input,.ocr-label select{font-weight:400}.ocr-fields,.ocr-drafts{display:grid;gap:18px;border-top:1px solid var(--line);padding-top:22px}.ocr-fields h3,.ocr-drafts h3{margin:0;font-size:17px}.ocr-draft{display:grid;gap:14px;border:1px solid var(--line);border-radius:14px;padding:18px}.image-import progress{width:100%;accent-color:var(--accent);height:7px}.image-import button{justify-self:start}.recommendations{margin:0 0 24px}.recommendation-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.recommendation-item{padding:16px;background:var(--bg);border-radius:12px;min-width:0}.recommendation-item h3{font-size:14px;margin:10px 0;overflow-wrap:anywhere}.recommendation-item p{font-size:12px;line-height:1.7;margin:0;color:var(--muted)}@media(max-width:650px){.ocr-upload{grid-template-columns:minmax(0,1fr);padding:14px}.ocr-upload img{width:100%;max-height:180px}.upload-symbol{height:60px}.recommendation-list,.image-import .form-grid{grid-template-columns:1fr}}
