:root{--bg: #f6f5f2;--surface: #ffffff;--text: #24272b;--muted: #7b8189;--border: #e3e1da;--accent: #3f6b7a;--accent-text: #ffffff;--accent-soft: #e9eff1;--ok: #557a5e;--danger: #8a5a55;--shadow: 0 1px 2px rgba(30, 40, 50, .06)}[data-theme=dark]{--bg: #16181b;--surface: #1e2125;--text: #e3e5e7;--muted: #9aa1a8;--border: #2c3036;--accent: #7fa8b8;--accent-text: #10242b;--accent-soft: #24313a;--ok: #8fb393;--danger: #c08d86;--shadow: 0 1px 2px rgba(0, 0, 0, .3)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{-webkit-text-size-adjust:100%}html[data-theme=dark]{color-scheme:dark}html[data-theme=light]{color-scheme:light}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased}.app-shell{min-height:100dvh;max-width:640px;margin:0 auto;padding-bottom:calc(64px + env(safe-area-inset-bottom))}.app-main{padding:0 16px}.page{padding-top:env(safe-area-inset-top);padding-bottom:24px}button{font-family:inherit;font-size:17px;cursor:pointer}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn{display:block;width:100%;min-height:48px;padding:12px 20px;border-radius:12px;border:1px solid transparent;font-weight:600;text-align:center;transition:none}.btn:disabled{opacity:.45;cursor:default}.btn-primary{background:var(--accent);color:var(--accent-text)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-quiet{background:transparent;color:var(--muted);min-height:40px;font-weight:400}.btn-danger{background:var(--surface);color:var(--danger);border-color:var(--border)}.page-header{display:flex;align-items:center;gap:8px;min-height:56px;padding:8px 0}.page-header-side{width:44px;flex:none;display:flex;align-items:center}.page-header-right{justify-content:flex-end}.header-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--text);border-radius:10px}.page-header-title{flex:1;margin:0;font-size:19px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-title{margin:12px 0 4px;font-size:28px;font-weight:650;letter-spacing:.2px}.home-header{padding-top:calc(env(safe-area-inset-top) + 8px)}.landing-banner{display:flex;flex-direction:column;gap:2px;margin:12px 0;padding:12px 14px;background:var(--accent-soft);border-radius:12px;font-size:14px;line-height:1.5}.capture-cta{margin:16px 0 24px;font-size:18px}.home-section{margin-bottom:20px}.section-title{margin:0 0 10px;font-size:15px;font-weight:600;color:var(--muted)}.thought-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.thought-card{display:flex;flex-direction:column;gap:6px;width:100%;padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:14px;text-align:left;box-shadow:var(--shadow)}.thought-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.thought-card-title{font-size:16px;font-weight:600;line-height:1.4}.thought-card-next{font-size:14px;color:var(--muted);line-height:1.45}.thought-card-time{font-size:12px;color:var(--muted)}.muted-label{color:var(--muted)}.status-badge{flex:none;display:inline-block;padding:2px 9px;border-radius:999px;font-size:12px;font-weight:500;line-height:1.5}.status-parked{background:var(--accent-soft);color:var(--accent)}.status-resumed{background:transparent;color:var(--muted);border:1px solid var(--border)}.status-resolved{background:transparent;color:var(--ok);border:1px solid var(--border)}.home-links{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:8px}.quiet-link{color:var(--muted);font-size:14px;text-decoration:none;padding:6px 8px}.quiet-link:active{opacity:.7}.empty-state{margin:18px 0;padding:26px 18px;text-align:center;color:var(--muted);font-size:15px;background:var(--surface);border:1px dashed var(--border);border-radius:14px}.capture-form{display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:14px;font-weight:600;color:var(--muted)}.required-mark{margin-left:6px;font-size:11px;font-weight:400;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:0 7px}.field-input{width:100%;padding:12px 14px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:12px;font-size:16px;font-family:inherit;line-height:1.5;resize:vertical}.field-input::placeholder{color:var(--muted);opacity:.75}.field-emphasized{padding:12px;margin:0 -12px;border-radius:14px;background:var(--accent-soft)}.field-emphasized .field-input{border-color:transparent}.gentle-hint{margin:0;font-size:13px;color:var(--muted);text-align:center}.capture-actions{display:flex;flex-direction:column;gap:10px;margin-top:6px}.saved-view{display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:32px;text-align:center}.saved-check{margin:0;font-size:34px;font-weight:650}.saved-line{margin:0;font-size:16px;color:var(--text)}.saved-quote{display:block;margin:6px 0;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;font-size:15px}.saved-back{margin-top:18px;max-width:240px}.detail-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px;margin-bottom:14px;box-shadow:var(--shadow)}.detail-field{margin-bottom:14px}.detail-field:last-child{margin-bottom:0}.detail-field-label{margin:0 0 4px;font-size:13px;font-weight:600;color:var(--muted)}.detail-field-value{margin:0;font-size:16px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.detail-title{font-size:18px;font-weight:600}.detail-meta{display:flex;flex-direction:column;gap:2px;margin-top:16px;padding-top:12px;border-top:1px solid var(--border);font-size:12px;color:var(--muted)}.detail-actions{margin-bottom:14px}.detail-actions-stack{display:flex;flex-direction:column;gap:10px}.inline-form{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px;margin-bottom:14px;display:flex;flex-direction:column;gap:14px}.inline-form-title{margin:0;font-size:17px;font-weight:600}.inline-form-actions{display:flex;flex-direction:column;gap:10px}.checkpoints{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:4px 16px;margin-bottom:14px}.checkpoints-summary{padding:12px 0;font-size:15px;font-weight:600;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none}.checkpoints-list{list-style:none;margin:0;padding:0 0 6px;display:flex;flex-direction:column;gap:12px}.checkpoint-item{border-top:1px solid var(--border);padding-top:12px;font-size:14px;color:var(--text)}.checkpoint-item p{margin:0 0 4px}.checkpoint-time{color:var(--muted);font-size:12px;margin-top:6px!important}.detail-footer{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:18px}.detail-footer .btn{max-width:240px}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:flex-end;justify-content:center;background:#14181c66;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.sheet{width:100%;max-width:480px;background:var(--surface);border-radius:18px;padding:20px;box-shadow:0 8px 30px #0003}.sheet-title{margin:0 0 6px;font-size:18px;font-weight:600}.sheet-message{margin:0 0 18px;font-size:14px;color:var(--muted)}.sheet-actions{display:flex;gap:10px}.sheet-actions .btn{flex:1}.search-box{margin-bottom:16px}.tab-bar{position:fixed;left:0;right:0;bottom:0;z-index:30;max-width:640px;margin:0 auto;display:flex;background:var(--surface);background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.tab-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px 10px;color:var(--muted);text-decoration:none;font-size:11px}.tab-item.is-active{color:var(--accent);font-weight:600}.settings-section{margin-bottom:26px}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.settings-label{font-size:15px}.settings-time{width:auto;flex:none;padding:8px 10px;font-size:16px}.settings-number{width:90px;flex:none;padding:8px 10px;font-size:16px}.settings-hint{margin:8px 0 0;font-size:13px;color:var(--muted);line-height:1.5}.settings-toggle{display:flex;align-items:center;gap:10px;padding:12px 0;font-size:15px;cursor:pointer}.settings-toggle input{width:20px;height:20px}.settings-options{display:flex;flex-direction:column;gap:4px;padding:6px 0}.settings-option{display:flex;align-items:center;gap:10px;padding:10px 2px;font-size:15px;cursor:pointer}.settings-option input{width:20px;height:20px}.settings-data-actions{display:flex;flex-direction:column;gap:10px;margin-top:14px}.import-preview{margin-top:16px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px;font-size:15px}.import-title{margin:0 0 8px;font-weight:600}.import-preview p{margin:4px 0}.import-safe{font-size:13px;color:var(--muted)}.import-message{margin:14px 0 0;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;font-size:14px;line-height:1.6}.settings-footnote{margin:30px 0 10px;text-align:center;font-size:12px;color:var(--muted)}.gate-form{padding-top:8px}.gate-question{font-size:18px;font-weight:600;margin:0 0 16px}.gate-estimates{display:flex;flex-direction:column;gap:2px}.gate-result{padding-top:16px;display:flex;flex-direction:column;gap:16px}.gate-result-title{margin:0;font-size:20px;font-weight:650}.gate-result-message{margin:0;font-size:16px;line-height:1.7}@media (prefers-color-scheme: dark){:root:not([data-theme]){--bg: #16181b;--surface: #1e2125;--text: #e3e5e7;--muted: #9aa1a8;--border: #2c3036;--accent: #7fa8b8;--accent-text: #10242b;--accent-soft: #24313a;--ok: #8fb393;--danger: #c08d86;--shadow: 0 1px 2px rgba(0, 0, 0, .3)}}
