:root{font-family:Inter,ui-rounded,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#25332f;background:#eee8dc;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #25332f;--muted: #6f756f;--forest: #253d37;--forest-soft: #dfe9e3;--sage: #78a692;--terracotta: #d89568;--terracotta-deep: #a75c3e;--cream: #f6f1e7;--paper: #fffdf8;--line: #ded7ca;--shadow: 0 22px 70px rgba(42, 55, 48, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#app{min-width:320px;min-height:100%;margin:0}body{min-height:100dvh;overflow-x:hidden;background:radial-gradient(circle at 15% 0%,#fbf7ee 0,transparent 34%),linear-gradient(150deg,#eee8dc,#e5e9df)}button,input,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible,a:focus-visible{outline:3px solid rgba(216,149,104,.45);outline-offset:3px}.auth-shell{min-height:100dvh;display:grid;place-items:center;padding:24px}.auth-card{width:min(520px,100%);display:grid;gap:27px;padding:clamp(30px,6vw,55px);border:1px solid rgba(82,91,80,.12);border-radius:30px;background:var(--paper);box-shadow:var(--shadow)}.auth-card>img{width:42px;height:42px;justify-self:center}.auth-card>.spin{justify-self:center;color:var(--sage)}.auth-card>p{margin:0;color:var(--muted);font-size:12px;line-height:1.55;text-align:center}.auth-card h1{margin:8px 0 17px;color:var(--forest);font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,7vw,53px);font-weight:500;line-height:1.02;letter-spacing:-.05em}.auth-card div>p:last-child{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.google-button{width:100%;min-height:44px;display:grid;place-items:center}.auth-card .auth-error{margin:-13px 0 0;padding:10px 12px;border-radius:11px;color:#8c3e35;background:#f7e5e2;text-align:left}.auth-card .auth-note{margin-top:-13px;font-size:10px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.setup-shell{min-height:100dvh;display:grid;place-items:center;padding:24px}.setup-card{width:min(980px,100%);min-height:650px;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(30px,6vw,90px);padding:clamp(28px,5vw,64px);border:1px solid rgba(82,91,80,.12);border-radius:34px;background:var(--paper);box-shadow:var(--shadow);position:relative;overflow:hidden}.setup-card>*{min-width:0}.setup-card:before{content:"";position:absolute;z-index:0;width:340px;height:340px;left:-150px;bottom:-215px;border-radius:50%;background:var(--forest-soft);pointer-events:none}.setup-card>*{position:relative;z-index:1}.setup-help-button{position:absolute;top:clamp(24px,4vw,42px);right:clamp(24px,4vw,42px)}.brand-lockup{display:inline-flex;align-items:center;gap:10px;align-self:start;color:var(--forest);font-size:14px;font-weight:750;text-decoration:none;letter-spacing:-.02em}.brand-lockup img{width:35px;height:35px;border-radius:11px}.setup-copy{align-self:center;grid-column:1}.eyebrow{margin:0 0 10px;color:var(--terracotta-deep);font-size:10px;font-weight:800;letter-spacing:.13em}.setup-copy h1{margin:0;color:var(--forest);font-family:Georgia,Times New Roman,serif;font-size:clamp(45px,6vw,72px);font-weight:500;line-height:.98;letter-spacing:-.055em}.setup-copy>p:last-child{width:100%;max-width:460px;overflow-wrap:anywhere;margin:24px 0 0;color:var(--muted);font-size:14px;line-height:1.7}.setup-form{width:100%;max-width:100%;grid-column:2;grid-row:1 / span 2;align-self:center;display:grid;gap:22px;padding:clamp(20px,4vw,38px);border:1px solid var(--line);border-radius:25px;background:#faf7f0}label{display:grid;gap:8px}label>span{color:#555f59;font-size:11px;font-weight:700}fieldset{min-width:0;margin:0;padding:0;border:0}input,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 13px;color:var(--ink);background:var(--paper);outline:0}textarea{min-height:82px;resize:vertical;line-height:1.55}input:focus,textarea:focus{border-color:var(--sage);box-shadow:0 0 0 3px #78a69224}input::placeholder,textarea::placeholder{color:#a3a49e}.identity-input-row{display:flex;align-items:center;gap:8px}.identity-input-row>span{color:var(--forest);font-family:Georgia,Times New Roman,serif;font-size:19px}.identity-input-row input{width:auto;flex:1 1 0;min-width:0}details{border-top:1px solid var(--line)}summary{display:flex;align-items:center;justify-content:space-between;padding:16px 2px 0;color:var(--muted);font-size:11px;font-weight:700;cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}details[open] summary svg{transform:rotate(180deg)}details label{margin-top:15px}.actions-fieldset{display:grid;gap:9px}.actions-fieldset legend{margin-bottom:4px;color:#555f59;font-size:11px;font-weight:700}.actions-fieldset>p{margin:-1px 0 5px;color:var(--muted);font-size:10px;line-height:1.45}.action-editor{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:7px;align-items:center}.action-order-handle{width:32px;height:40px;border:0;border-radius:9px;display:grid;place-items:center;color:var(--muted);background:#eeeae1;cursor:grab;touch-action:none}.action-order-handle:active{cursor:grabbing}.action-editor.is-dragging{opacity:.62}.action-editor input{min-width:0}.action-editor-controls{display:flex;gap:2px}.action-editor-controls button{width:32px;height:34px;border:0;border-radius:9px;display:grid;place-items:center;color:var(--muted);background:transparent;cursor:pointer}.action-editor-controls button:hover:not(:disabled){color:var(--forest);background:var(--forest-soft)}.action-editor-controls button:last-child:hover{color:#9c3f37;background:#f7e5e2}.action-editor-controls button:disabled{opacity:.25;cursor:default}.add-action-button{width:fit-content;border:0;display:inline-flex;align-items:center;gap:6px;padding:7px 4px;color:var(--terracotta-deep);background:transparent;font-size:10px;font-weight:750;cursor:pointer}.primary-button,.secondary-button,.quiet-button,.danger-button{min-height:45px;border-radius:13px;border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;font-weight:750;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s}.primary-button{color:#fff;background:var(--forest);box-shadow:0 9px 24px #253d3729}.primary-button:hover{background:#172b26;transform:translateY(-1px)}.secondary-button{color:var(--forest);background:var(--forest-soft)}.secondary-button:hover{background:#d2e1d8}.quiet-button{color:var(--muted);background:transparent;font-size:12px}.quiet-button:hover{color:var(--ink);background:#f1eee7}.setup-reassurance{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:12px 13px;border:1px solid #cdded4;border-radius:13px;color:var(--forest);background:var(--forest-soft)}.setup-reassurance>svg{width:32px;height:32px;padding:7px;border-radius:10px;color:#fff;background:var(--sage)}.setup-reassurance>div{display:grid;gap:2px}.setup-reassurance strong{font-size:11px}.setup-reassurance span{color:#5e7168;font-size:10px;line-height:1.45}.app-shell{min-height:100dvh;padding:0 clamp(18px,4vw,54px) 60px}.app-header{width:min(1120px,100%);height:80px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-actions{display:flex;align-items:center;gap:6px}.sync-state{min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:10px;color:#5f7a6e;background:#dfe9e3b3;font-size:9px;font-weight:750}.sync-state.offline{color:#8c5a3f;background:#f5e8dc}.icon-button{width:40px;height:40px;border:0;border-radius:12px;display:grid;place-items:center;color:var(--muted);background:transparent;cursor:pointer}.icon-button:hover{color:var(--forest);background:#fffdf8b8}.content-grid{width:min(1120px,100%);min-width:0;margin:0 auto;display:grid;grid-template-columns:minmax(0,.85fr) minmax(380px,1.15fr);gap:18px;align-items:start}.content-grid>*{min-width:0}.identity-panel,.today-card,.evidence-panel{border:1px solid rgba(82,91,80,.12);border-radius:26px;background:var(--paper);box-shadow:0 14px 42px #2a373012}.identity-panel{min-height:330px;display:flex;flex-direction:column;padding:clamp(30px,5vw,52px);background:linear-gradient(145deg,var(--forest) 0%,#304c44 68%,#46645a 100%);color:#fff;position:relative;overflow:hidden}.identity-panel:after{content:"";position:absolute;width:180px;height:180px;right:-70px;bottom:-85px;border:28px solid rgba(255,255,255,.045);border-radius:50%}.identity-panel .eyebrow{color:#eab28d}.identity-panel h1{max-width:460px;margin:8px 0 22px;overflow-wrap:anywhere;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4.5vw,53px);font-weight:500;line-height:1.06;letter-spacing:-.045em}.identity-summary{margin:auto 0 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);color:#f5c4a3;font-size:11px;font-weight:700;letter-spacing:.01em}.today-card{min-height:330px;padding:clamp(25px,4vw,38px)}.today-heading-row,.section-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.today-heading-row h2,.section-heading-row h2,.settings-card h2{margin:0;color:var(--forest);font-size:22px;letter-spacing:-.035em}.today-progress{min-width:42px;border-radius:12px;padding:8px 10px;color:var(--forest);background:var(--forest-soft);font-size:12px;font-weight:800;text-align:center}.small-actions-list{display:grid;gap:8px;margin-top:24px}.action-check{width:100%;min-height:48px;border:1px solid var(--line);border-radius:13px;display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:center;padding:9px 12px;color:var(--ink);background:#fff;text-align:left;cursor:pointer;transition:border-color .15s,background .15s,transform .15s}.action-check:hover{border-color:#b9cfc3;transform:translateY(-1px)}.action-checkmark{width:27px;height:27px;border:1px solid #c9c6bd;border-radius:9px;display:grid;place-items:center;color:transparent;background:#f7f4ed}.action-check .action-label{font-size:12px;font-weight:650;line-height:1.4}.action-check .action-state{color:#5f7a6e;font-size:9px;font-weight:750}.action-check.completed{border-color:#a9c8b8;color:var(--forest);background:var(--forest-soft)}.action-check.completed .action-checkmark{border-color:var(--action-color, var(--sage));color:#fff;background:var(--action-color, var(--sage))}.add-action-main{width:fit-content;margin-top:9px;border:0;display:inline-flex;align-items:center;gap:6px;padding:7px 4px;color:var(--terracotta-deep);background:transparent;font-size:10px;font-weight:750;cursor:pointer}.quick-add-row{display:grid;grid-template-columns:1fr 36px 36px;gap:6px;margin-top:9px}.quick-add-row input{min-width:0;padding-block:9px;font-size:11px}.quick-add-row button{width:36px;height:36px;border:0;border-radius:10px;display:grid;place-items:center;color:var(--forest);background:var(--forest-soft);cursor:pointer}.quick-add-row button:last-child{color:var(--muted);background:#f1eee7}.pause-today{width:100%;margin-top:8px}.pause-today.selected{color:var(--forest);background:#eeeae1}.checkin-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:21px}.checkin-actions .quiet-button{grid-column:1 / -1;min-height:34px}.checked-state{min-height:94px;margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 0;border-top:1px solid var(--line)}.checked-state p{margin:0;color:var(--forest);font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.4}.text-button{flex:none;border:0;display:inline-flex;align-items:center;gap:5px;color:var(--terracotta-deep);background:transparent;padding:7px;font-size:10px;font-weight:750;cursor:pointer}.reflection-row{display:grid;gap:7px;padding-top:15px;border-top:1px solid var(--line)}.reflection-row label{color:var(--muted);font-size:10px;font-weight:700}.reflection-row label span{font-weight:400}.reflection-row textarea{padding-block:9px;font-size:11px}.reflection-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:end}.reflection-input-row button{min-width:58px;min-height:42px;border:0;border-radius:11px;padding:0 13px;color:#fff;background:var(--forest);font-size:10px;font-weight:750;cursor:pointer}.markdown-preview{overflow-wrap:anywhere;padding:13px 15px;border:1px solid #d8e2dc;border-radius:12px;color:var(--ink);background:#f4f8f5;font-size:11px;line-height:1.6}.markdown-preview:before{content:"XEM TRƯỚC";display:block;margin-bottom:8px;color:#698075;font-size:8px;font-weight:800;letter-spacing:.12em}.markdown-preview>:first-child{margin-top:0}.markdown-preview>:last-child{margin-bottom:0}.markdown-preview p,.markdown-preview ul,.markdown-preview ol,.markdown-preview blockquote{margin:7px 0}.markdown-preview ul,.markdown-preview ol{padding-left:20px}.markdown-preview blockquote{padding-left:11px;border-left:3px solid var(--terracotta);color:var(--muted)}.markdown-preview a{color:var(--terracotta-deep)}.markdown-preview code{border-radius:5px;padding:2px 5px;background:#e6ece8;font-size:.92em}.evidence-panel{grid-column:1 / -1;padding:clamp(25px,4vw,38px)}.month-navigation{display:grid;grid-template-columns:32px minmax(120px,auto) 32px;gap:6px;align-items:center}.month-navigation strong{color:var(--ink);font-size:11px;text-align:center;text-transform:capitalize;white-space:nowrap}.month-navigation button{width:32px;height:32px;border:0;border-radius:9px;display:grid;place-items:center;color:var(--forest);background:var(--forest-soft);cursor:pointer}.month-navigation button:disabled{opacity:.3;cursor:default}.action-legend{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:20px}.action-legend>span{min-width:0;display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:9px;font-weight:700}.action-legend>span>i{width:10px;height:10px;flex:none;border-radius:3px}.action-legend .pause-legend>i{border:1px dashed #918d85;background:#eeeae1}.month-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:clamp(5px,1vw,9px);margin-top:23px}.weekday{padding-bottom:3px;color:var(--muted);font-size:9px;font-weight:750;text-align:center}.calendar-block{aspect-ratio:1.45;min-height:42px;border:0;border-radius:8px;display:flex;align-items:flex-end;padding:7px 8px;overflow:hidden;color:#827e75;background:#ede9df;text-align:left;transition:transform .16s,background .16s;position:relative}button.calendar-block:not(:disabled){cursor:pointer}button.calendar-block:not(:disabled):hover{transform:translateY(-2px)}button.calendar-block:disabled{opacity:1}.calendar-date{z-index:2;font-size:9px;font-weight:800}.calendar-block.has-evidence{color:#fff;background:#d5d2ca;box-shadow:inset 0 -3px #253d371c}.calendar-evidence{position:absolute;inset:0;display:flex}.calendar-evidence>i{min-width:0;flex:1}.calendar-evidence>i+i{border-left:2px solid rgba(255,253,248,.45)}.calendar-block.has-evidence .calendar-date{text-shadow:0 1px 3px rgba(20,34,29,.45)}.calendar-block.is-intentional-pause{border:1px dashed #aaa59b;background:#eeeae1}.calendar-block.outside-month{color:transparent;background:transparent}.calendar-block.today:after{content:"";position:absolute;inset:-3px;border:2px solid var(--forest);border-radius:11px}.wall-message{margin:24px 0 0;color:var(--muted);font-family:Georgia,Times New Roman,serif;font-size:14px;text-align:center}.toast{position:fixed;z-index:20;left:50%;bottom:max(22px,env(safe-area-inset-bottom));transform:translate(-50%);width:min(500px,calc(100% - 32px));display:flex;align-items:center;gap:9px;padding:12px 14px;border-radius:14px;color:#fff;background:var(--forest);box-shadow:0 18px 45px #253d3740;font-size:11px}.toast>span{flex:1}.toast button{border:0;display:flex;align-items:center;gap:5px;padding:5px;color:#f5c4a3;background:transparent;font-size:10px;font-weight:750;cursor:pointer}.modal-backdrop{position:fixed;z-index:30;inset:0;display:grid;place-items:center;padding:20px;background:#1b28238f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.settings-card{width:min(560px,100%);max-height:calc(100dvh - 40px);overflow:auto;padding:26px;border-radius:25px;background:var(--paper);box-shadow:0 25px 80px #14221d4d}.settings-card header{display:flex;justify-content:space-between;gap:20px;margin-bottom:25px}.about-card{width:min(500px,100%);padding:28px;border-radius:25px;background:var(--paper);box-shadow:0 25px 80px #14221d4d}.about-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.about-card h2{margin:0;color:var(--forest);font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:500;letter-spacing:-.035em}.about-card>p{margin:20px 0;color:var(--muted);font-size:13px;line-height:1.65}.about-card blockquote{margin:0;padding:18px 20px;border-left:3px solid var(--terracotta);border-radius:0 14px 14px 0;color:var(--forest);background:#f7eee5;font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.5}.about-card>a{width:fit-content;display:inline-flex;align-items:center;gap:7px;margin-top:20px;color:var(--terracotta-deep);font-size:11px;font-weight:750;text-decoration:none}.about-card>a:hover{text-decoration:underline}.settings-note{margin:-10px 0 22px;padding:12px 14px;border-radius:12px;color:var(--muted);background:#f3f0e9;font-size:11px;line-height:1.55}.settings-card form{display:grid;gap:17px}.settings-actions-fieldset{padding:13px;border:1px solid var(--line);border-radius:14px;background:#faf7f0}.settings-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.danger-button{color:#9c3f37;background:#f7e5e2}.archive-settings-section{display:grid;gap:10px;margin-top:20px;padding:15px 0;border-top:1px solid var(--line)}.archive-settings-section>div{display:flex;align-items:center;gap:8px;color:var(--forest);font-size:11px}.archive-settings-section>div>span{min-width:22px;border-radius:8px;padding:3px 6px;color:var(--muted);background:#eeeae1;font-size:9px;text-align:center}.archive-settings-section>p{margin:0;color:var(--muted);font-size:10px;line-height:1.5}.archive-link-button{width:fit-content;min-height:38px;border:0;display:inline-flex;align-items:center;gap:7px;padding:8px 3px;color:var(--terracotta-deep);background:transparent;font-size:10px;font-weight:750;cursor:pointer}.archive-link-button:hover{text-decoration:underline}.day-editor-card,.archive-card{width:min(580px,100%);max-height:calc(100dvh - 40px);overflow:auto;padding:26px;border-radius:25px;background:var(--paper);box-shadow:0 25px 80px #14221d4d}.day-editor-card header,.archive-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.day-editor-card h2,.archive-card h2{margin:0;color:var(--forest);font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500;line-height:1.15;letter-spacing:-.035em}.day-note-form{display:grid;gap:7px;margin-top:17px;padding-top:17px;border-top:1px solid var(--line)}.day-note-form label{color:var(--muted);font-size:10px;font-weight:700}.archive-intro,.archive-period,.archive-readonly-note{color:var(--muted);font-size:11px;line-height:1.55}.archive-list{display:grid;gap:8px;margin-top:18px}.archive-list>button{width:100%;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px;color:var(--ink);background:#faf7f0;text-align:left;cursor:pointer}.archive-list>button:hover{border-color:#b9cfc3;background:var(--forest-soft)}.archive-list>button>span:first-child{min-width:0;display:grid;gap:5px}.archive-list strong{overflow-wrap:anywhere;font-size:12px}.archive-list small{color:var(--muted);font-size:9px}.archive-list>button>span:last-child{flex:none;display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:9px}.archive-back-button{border:0;display:inline-flex;align-items:center;gap:6px;margin-top:17px;padding:6px 0;color:var(--terracotta-deep);background:transparent;font-size:10px;font-weight:750;cursor:pointer}.archive-period{margin:13px 0 0}.archive-month-navigation{width:min(280px,100%);margin:20px auto 0}.archived-calendar{margin-top:15px}.archive-readonly-note{margin:17px 0 0;text-align:center}.logout-button{width:100%;min-height:42px;margin-top:17px;border:0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:7px;padding:17px 8px 2px;color:var(--muted);background:transparent;font-size:10px;cursor:pointer}.logout-button:hover{color:var(--ink)}@media(max-width:780px){.setup-shell{padding:0}.setup-card{min-height:100dvh;grid-template-columns:1fr;gap:30px;border:0;border-radius:0;padding:26px 20px 36px}.setup-copy{grid-column:1}.setup-copy h1{font-size:48px}.setup-form{grid-column:1;grid-row:auto;padding:22px 18px}.app-shell{padding-inline:12px}.app-header{height:68px;padding-inline:6px}.content-grid{grid-template-columns:1fr}.content-grid>*{width:100%;max-width:100%}.identity-panel{min-height:290px}.evidence-panel{grid-column:1}.month-calendar{gap:7px 5px}.icon-button{width:44px;height:44px}.add-action-main{min-height:44px;padding-inline:6px}}@media(max-width:470px){.auth-shell{padding:0}.auth-card{min-height:100dvh;align-content:center;border:0;border-radius:0;padding:30px 24px}.identity-panel,.today-card,.evidence-panel{border-radius:22px}.identity-panel{padding:29px 24px}.identity-panel h1{font-size:37px}.today-card,.evidence-panel{padding:24px 19px}.section-heading-row{flex-direction:column;align-items:stretch}.month-navigation{width:100%;align-self:stretch;grid-template-columns:40px minmax(0,1fr) 40px}.month-navigation button{width:40px;height:40px}.checkin-actions{grid-template-columns:1fr}.checkin-actions .quiet-button{grid-column:1}.calendar-block{min-height:36px;border-radius:7px;padding:5px 6px}.reflection-input-row{grid-template-columns:1fr}.reflection-input-row button{width:100%}.wall-message{font-size:13px;line-height:1.55}.modal-backdrop{padding:12px}.settings-card,.day-editor-card,.archive-card{max-height:calc(100dvh - 24px);padding:22px 18px;border-radius:22px}.about-card{padding:24px 20px;border-radius:22px}.action-editor-controls button{width:36px;height:40px}.settings-actions{align-items:stretch;flex-direction:column-reverse}.settings-actions button{width:100%}.sync-state{max-width:40px;overflow:hidden;padding-inline:9px;white-space:nowrap}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
