:root{color:#4e443b;font-synthesis:none;text-rendering:optimizelegibility;background:#fbf7ef;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Noto Sans SC,sans-serif;line-height:1.55}*{box-sizing:border-box}body{background:radial-gradient(circle at 0 0,#f4eadc,#fbf7ef 42%,#edf5ef);min-height:100vh;margin:0}.app{max-width:720px;min-height:100vh;margin:0 auto;padding:18px 16px 96px}.top{justify-content:space-between;align-items:center;padding:8px 2px 16px;display:flex}.eyebrow{color:#9b826d;letter-spacing:.08em;margin:0 0 4px;font-size:13px}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:26px}h2{margin-bottom:8px;font-size:25px}h3{margin-bottom:8px;font-size:18px}.hero{background:linear-gradient(135deg,#fff8ec,#eaf4ed);border-radius:30px;padding:22px;box-shadow:0 18px 48px #836e541f}.hero p,.card p{color:#776b60}.stack{flex-direction:column;gap:16px;display:flex}.stack.small{gap:10px}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffdf8db;border:1px solid #ad967b29;border-radius:26px;padding:18px;box-shadow:0 14px 38px #6956411a}.focus-card{background:linear-gradient(160deg,#fffaf1,#f0f7f1)}.empty,.muted{color:#776b60}.item p{margin-bottom:10px}.date{color:#a28b76;font-size:13px}.toast{z-index:8;background:#fff6df;border:1px solid #ead7b9;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:12px 14px;display:flex;position:sticky;top:10px;box-shadow:0 10px 24px #8266411f}button{color:#fff;cursor:pointer;background:#8da58f;border:0;border-radius:999px;min-height:42px;padding:11px 15px;font-size:14px;font-weight:700;transition:all .18s}button:hover{transform:translateY(-1px)}button.soft{color:#5f5145;background:#eee4d7}button.ghost{color:#7b6a5b;background:#ffffff8c;border:1px solid #967b5e38}button.link{color:#7d927f;text-align:left;background:0 0;min-height:auto;padding:6px 2px}button.selected{color:#435746;background:#d9e8dc}.grid2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.row{justify-content:space-between;align-items:center;gap:10px;display:flex}.chips{flex-wrap:wrap;gap:8px;display:flex}.chips button{min-height:34px;padding:8px 11px;font-size:13px}.center{justify-content:center}textarea,input{color:#51463d;width:100%;font:inherit;background:#fffdf8;border:1px solid #967b5e3d;border-radius:18px;outline:none;padding:13px 14px}textarea{resize:vertical;min-height:112px}input[type=range]{accent-color:#8da58f;padding:0}ul{margin-bottom:0;padding-left:20px}.bottom{z-index:9;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf8db;border:1px solid #ad967b2e;border-radius:28px;grid-template-columns:repeat(5,1fr);gap:8px;width:min(92vw,680px);padding:9px;display:grid;position:fixed;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 18px 50px #503f2d2e}.bottom button{color:#8c7b6a;background:0 0;padding:10px 4px}.bottom button.active{color:#455d49;background:#dfece2}.overlay{z-index:20;background:#4a3d3247;justify-content:center;align-items:flex-end;padding:18px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.dialog{background:#fffbf4;border-radius:30px;width:min(720px,100%);max-height:88vh;padding:20px;overflow:auto;box-shadow:0 30px 80px #3a2d2047}.timer,.med{text-align:center}.time{letter-spacing:.05em;color:#5f705f;margin:14px 0;font-size:54px;font-weight:800}.breathe{background:linear-gradient(135deg,#eff8f0,#fff3df)}.orb{color:#536b58;background:radial-gradient(circle,#fff8ee,#cfe2d5);border-radius:50%;place-items:center;width:180px;height:180px;margin:20px auto;font-size:26px;font-weight:800;display:grid;box-shadow:0 0 60px #8ba58f59}@keyframes breath{0%,to{transform:scale(.86)}33%{transform:scale(1.08)}50%{transform:scale(1.08)}}details{background:#fbf5ea;border-radius:18px;padding:12px}summary{cursor:pointer;color:#6f806e;font-weight:700}@media (max-width:430px){.app{padding-left:13px;padding-right:13px}.grid2{grid-template-columns:1fr}.hero,.card{border-radius:24px;padding:16px}.orb{width:155px;height:155px}.dialog{border-radius:26px}h1{font-size:24px}}.import-button{color:#fff;cursor:pointer;background:#8da58f;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:11px 15px;font-size:14px;font-weight:700;transition:all .18s;display:inline-flex}.import-button:hover{transform:translateY(-1px)}.import-button.soft{color:#5f5145;background:#eee4d7}.file-input{display:none}.icon-label{white-space:nowrap;justify-content:center;align-items:center;gap:6px;display:inline-flex}.icon-label svg{flex:none}.icon-button{min-width:54px}.section-title{align-items:center;gap:8px;margin-bottom:8px;display:flex}.hero.compact{grid-template-columns:auto 1fr;align-items:center;gap:2px 10px;padding:18px 20px;display:grid}.hero.compact svg{color:#78967b;grid-row:1/3}.hero.compact h2{margin:0;font-size:24px}.hero.compact p{margin:0;font-size:14px}.card{border-radius:18px;padding:16px}.card p{margin-bottom:10px}.bottom button{flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:52px;font-size:12px;display:flex}.bottom button svg{flex:none}.chips button{justify-content:center;align-items:center;display:inline-flex}.link.danger{color:#9b6a5d}.import-button svg{flex:none}@media (max-width:430px){.hero.compact{padding:16px}.bottom{border-radius:22px}.bottom button{min-height:50px}.card{border-radius:16px}}.lock-shell{place-items:center;padding-bottom:18px;display:grid}.lock-card{background:linear-gradient(145deg,#fffdf8,#eef6ef);width:min(430px,100%);padding:22px}.lock-icon{color:#536b58;background:#dfece2;border-radius:18px;place-items:center;width:54px;height:54px;display:grid}.lock-card h1{margin-bottom:6px}.lock-card p{margin-bottom:0}.lock-error{color:#9b5c4f;font-weight:800}.add-panel-head{align-items:center;min-height:34px}.add-panel-head .section-title{margin:0}.add-panel>.add-row{margin-top:0}.inline-add-head{padding-top:2px}.capture-switch{background:#fffdf8c2;border:1px solid #ad967b29;border-radius:18px;grid-template-columns:1fr 1fr;gap:8px;padding:8px;display:grid}.capture-switch button{min-height:38px;padding:8px 10px}.future-list{flex-direction:column;gap:8px;display:flex}.future-row{background:#fffdf8;border:1px solid #967b5e29;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.future-row span{overflow-wrap:anywhere}.future-row.done span{color:#9a8d80;text-decoration:line-through}.future-row em{color:#607a63;background:#edf4ee;border-radius:999px;padding:4px 8px;font-size:12px;font-style:normal;font-weight:800}.future-date{color:#5f5145;background:#eee4d7;border-radius:999px;min-height:32px;padding:6px 10px;font-size:12px}.date-line{color:#8f7d6b;align-items:center;gap:6px;margin:5px 0 0;font-size:13px;display:flex}.date-line svg{color:#78967b;flex:none}.date-picker{color:#75685b;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;font-weight:700;display:grid}.date-picker input{min-height:42px}.planned-item h3{margin-bottom:10px}.add-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.todo-list{flex-direction:column;gap:8px;display:flex}.todo-row{background:#fffdf8;border:1px solid #967b5e29;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.todo-row span{line-height:1.4}.todo-row.done span{color:#9a8d80;text-decoration:line-through}.todo-actions{align-items:center;gap:6px;display:flex}.reminder-control{color:#7b6a5b;background:#fff9;border:1px solid #967b5e38;border-radius:999px;grid-template-columns:auto 0fr;align-items:center;gap:5px;min-height:32px;padding:6px 8px;transition:all .18s;display:inline-grid}.reminder-control.armed{color:#5d7d63;background:#eef5ef;grid-template-columns:auto minmax(116px,1fr)}.reminder-control input{opacity:0;background:0 0;border:0;width:0;min-height:20px;padding:0;font-size:12px}.reminder-control.armed input,.reminder-control:focus-within input{opacity:1;width:145px}.check-button{color:#5d7d63;background:#eef5ef;border:1px solid #5d7d633d;border-radius:50%;place-items:center;width:30px;height:30px;min-height:30px;padding:0;display:grid}.check-button.done{color:#fff;background:#8da58f}.mini{min-height:32px;padding:6px 9px;font-size:12px}.icon-only{place-items:center;width:32px;min-width:32px;padding:0;display:inline-grid}.done-card{background:#fffdf8ad}.flash-card{background:linear-gradient(135deg,#fffdf8,#fff4df)}.flash-input{min-height:74px}.flash-list{flex-direction:column;gap:8px;display:flex}.flash-note{background:#fffdf8;border:1px solid #b1854829;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.flash-note p{color:#51463d;overflow-wrap:anywhere;margin:0 0 5px}.flash-note time{color:#947c64;align-items:center;gap:5px;font-size:12px;font-weight:800;display:inline-flex}.flash-note time svg{color:#b2844a;flex:none}@media (max-width:520px){.add-row{grid-template-columns:1fr}.todo-row,.flash-note{grid-template-columns:auto minmax(0,1fr)}.flash-note>div:first-child,.flash-note>.todo-actions{grid-column:1/3}.todo-actions{flex-wrap:wrap;grid-column:2;justify-content:flex-start}.reminder-control.armed input,.reminder-control:focus-within input{width:132px}}.calendar-card{flex-direction:column;gap:12px;display:flex}.calendar-head{grid-template-columns:auto 1fr auto;align-items:center;gap:8px;display:grid}.calendar-head h3{text-align:center;margin:0}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.calendar-weekdays span{text-align:center;color:#9a8c7e;font-size:12px;font-weight:800}.calendar-day{color:#554a40;background:#fffdf8;border:1px solid #967b5e24;border-radius:14px;place-items:center;gap:2px;min-height:44px;padding:6px 0;display:grid;position:relative}.calendar-grid.week-grid .calendar-day{min-height:48px}.calendar-day span{font-weight:800}.calendar-day i{background:#8da58f;border-radius:50%;width:5px;height:5px}.calendar-day.muted-day{opacity:.38}.calendar-day.today-day{border-color:#8da58f94}.calendar-day.selected-day{color:#fff;background:#8da58f;box-shadow:0 8px 20px #68806c38}.calendar-day.selected-day i{background:#fff}.calendar-toggle{align-self:center;place-items:center;width:42px;height:32px;min-height:32px;padding:0;display:grid}.calendar-toggle svg{display:block}.calendar-day:disabled,button:disabled{opacity:.45;cursor:not-allowed;transform:none}.compact-date{margin-top:2px}@media (max-width:430px){.calendar-weekdays,.calendar-grid{gap:4px}.calendar-day{border-radius:12px;min-height:38px}.calendar-grid.week-grid .calendar-day{min-height:42px}}.progress-text{color:#78967b;font-weight:800}.pte-summary-card{background:linear-gradient(135deg,#fffdf8,#eef6ef)}.pte-summary-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.pte-summary-grid div{background:#fffdf8b8;border:1px solid #967b5e24;border-radius:14px;flex-direction:column;gap:2px;padding:12px;display:flex}.pte-summary-grid strong{color:#5f785f;font-size:24px}.pte-summary-grid span{color:#837365;font-size:12px;font-weight:800}.pte-progress{background:#efe6dc;border-radius:999px;height:9px;overflow:hidden}.pte-progress span{border-radius:inherit;background:#8da58f;height:100%;transition:width .2s;display:block}.pte-row{grid-template-columns:auto minmax(0,1fr) auto auto auto}.pte-row span{flex-direction:column;gap:2px;display:flex}.pte-row strong{font-size:14px}.pte-row small{color:#8b7b6b;font-size:12px}.pte-row em,.template-item em,.pte-fold summary em,.template-focus em{color:#607a63;background:#edf4ee;border-radius:999px;justify-self:end;padding:4px 8px;font-size:12px;font-style:normal;font-weight:800}.pte-muted-row{opacity:.88;background:#fbf8f1}.target-input{color:#6d5f52;background:#fffdf8;border:1px solid #967b5e2e;border-radius:999px;align-items:center;gap:4px;width:74px;padding:4px 8px;font-weight:800;display:flex}.target-input input{text-align:center;background:0 0;border:0;border-radius:0;width:36px;min-height:24px;padding:0;font-weight:800}.target-input b{font-size:12px}.pte-fold{background:#fbf5ea;border:1px solid #967b5e24;padding:0;overflow:hidden}.pte-fold summary{color:#5d5148;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:12px 13px;display:grid}.pte-fold .todo-list{padding:0 10px 10px}.pdf-link{color:#5f5145;background:#eee4d7;border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:6px 11px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.pdf-page-viewer{background:#eee8dc;border:1px solid #967b5e2e;border-radius:14px;flex-direction:column;gap:12px;max-height:560px;padding:10px;display:flex;overflow:auto}.pdf-page-viewer img{background:#fff;border-radius:8px;width:100%;height:auto;display:block;box-shadow:0 8px 18px #503f2d1f}.template-type-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.template-type-grid button{text-align:left;border-radius:14px;justify-content:space-between;align-items:center;gap:8px;padding:10px 11px;display:flex}.template-type-grid strong{font-size:13px;line-height:1.25}.template-type-grid small{color:inherit;opacity:.72;font-size:11px;font-weight:900}.template-focus{color:#51463d;background:#fbf5ea;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 12px;display:grid}.template-focus strong{overflow-wrap:anywhere}.template-list{flex-direction:column;gap:9px;display:flex}.template-item{background:#fffdf8;border:1px solid #967b5e29;padding:0;overflow:hidden}.template-item summary{color:#4f453c;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:12px 13px;display:grid}.template-item summary span{flex-direction:column;gap:2px;min-width:0;display:flex}.template-item summary small{color:#8b7b6b;font-size:12px}.template-body{white-space:pre-wrap;color:#51463d;background:#fbf5ea;border-radius:12px;margin:0 12px 12px;padding:12px;font:13px/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;overflow:auto}.template-item button{margin:0 12px 12px}@media (max-width:520px){.pte-summary-grid{grid-template-columns:1fr 1fr}.pte-row{grid-template-columns:auto minmax(0,1fr) auto}.pte-row .target-input{grid-column:2;width:86px}.pte-row .todo-actions{grid-column:2}.pte-row em{padding:3px 7px;font-size:11px}.pdf-page-viewer{max-height:460px;padding:7px}.template-type-grid{grid-template-columns:1fr}.template-item summary{grid-template-columns:minmax(0,1fr) auto}}.orb{color:#38593f;background:radial-gradient(circle at 50% 42%,#fff 0,#f7fff5 31%,#b9d9c3 62%,#78a982 100%);border:2px solid #6587696b;width:224px;height:224px;font-size:34px;font-weight:900;position:relative;box-shadow:0 0 0 10px #8da58f1f,0 0 42px #678f6f6b,0 24px 54px #505d4433}.orb:before{content:"";border:2px solid #78a98252;border-radius:50%;position:absolute;top:-18px;bottom:-18px;left:-18px;right:-18px;box-shadow:0 0 32px #78a98238}.orb span{z-index:1;position:relative}.orb.breathing{animation:12s ease-in-out infinite breathStrong}@keyframes breathStrong{0%,to{transform:scale(.78);box-shadow:0 0 0 8px #8da58f1a,0 0 34px #678f6f5c,0 18px 46px #505d4429}33%,50%{transform:scale(1.16);box-shadow:0 0 0 20px #8da58f24,0 0 78px #678f6f94,0 30px 74px #505d443d}}@media (max-width:430px){.orb{width:190px;height:190px;font-size:30px}.orb:before{top:-13px;bottom:-13px;left:-13px;right:-13px}}.target-stepper{color:#6d5f52;background:#fffdf8;border:1px solid #967b5e2e;border-radius:999px;grid-template-columns:32px minmax(56px,1fr) 32px;align-items:center;gap:4px;width:138px;padding:3px;font-weight:800;display:grid}.target-stepper.armed{color:#5d7d63;background:#eef5ef;border-color:#5d7d633d}.target-stepper button{width:30px;min-width:30px}.target-stepper label{justify-content:center;align-items:center;gap:3px;min-width:0;display:flex}.target-stepper input{text-align:center;background:0 0;border:0;border-radius:0;width:34px;min-height:24px;padding:0;font-weight:800}.target-stepper b{font-size:12px}@media (max-width:520px){.pte-row .target-stepper{grid-column:2/4;width:min(150px,100%)}}.pte-today-row,.pte-available-row{grid-template-columns:auto minmax(0,1fr) auto auto}.pte-today-row.done{background:#f7f1e8}.pte-done-block{border-top:1px solid #967b5e24;padding-top:6px}.pte-done-head .section-title{margin:0}@media (max-width:520px){.pte-today-row,.pte-available-row{grid-template-columns:auto minmax(0,1fr) auto}.pte-today-row .todo-actions{grid-column:2}.pte-today-row em,.pte-available-row em{grid-area:1/3}.pte-available-row .target-stepper{grid-column:2/4;width:min(150px,100%)}}.pte-type-summary{flex-direction:column;gap:6px;margin-top:12px;display:flex}.pte-type-head,.pte-type-row{border-radius:12px;grid-template-columns:minmax(0,1fr) 54px 54px;align-items:center;gap:8px;padding:8px 10px;display:grid}.pte-type-head{color:#8b7b6b;font-size:12px;font-weight:900}.pte-type-row{background:#fffdf8b8;border:1px solid #967b5e24}.pte-type-row strong{overflow-wrap:anywhere;font-size:13px}.pte-type-row span,.pte-type-head span:nth-child(n+2){text-align:center;color:#5f785f;font-weight:900}.review-overview{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.review-overview div{background:#fffdf8;border:1px solid #967b5e24;border-radius:14px;flex-direction:column;gap:2px;padding:12px;display:flex}.review-overview strong{color:#5f785f;font-size:24px}.review-overview span{color:#837365;font-size:12px;font-weight:800}@media (max-width:520px){.pte-type-head,.pte-type-row{grid-template-columns:minmax(0,1fr) 42px 42px}.review-overview{grid-template-columns:1fr 1fr}}.fold-card{padding:0;overflow:hidden}.fold-card summary{color:#5d5148;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:14px 16px;display:grid}.fold-card summary span{font-weight:900}.fold-card summary em{color:#607a63;background:#edf4ee;border-radius:999px;padding:4px 8px;font-size:12px;font-style:normal;font-weight:900}.fold-card .todo-list,.fold-card .flash-list,.fold-card .pte-type-summary{padding:0 12px 12px}.pte-summary-fold{background:#fffdf880;border:1px solid #967b5e24;border-radius:14px;margin-top:12px}.flash-fold{background:#fffdf89e;border:1px solid #b1854824;border-radius:14px}@media (max-width:520px){.fold-card summary{padding:12px 13px}}
