@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.hidden{display:none}.table{display:table}}:root{--ink:#1e2d28;--muted:#79837f;--line:#79fc9e;--paper:#f6f8f4;--green:#1f6a4c;--lime:#d9ef71;--peach:#f1ddcc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Microsoft YaHei,PingFang SC,system-ui,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}main{min-height:100vh}.topbar{border-bottom:1px solid var(--line);z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f6f8f4eb;justify-content:space-between;align-items:center;height:76px;padding:0 max(4vw,28px);display:flex;position:sticky;top:0}.brand{color:var(--ink);letter-spacing:.1em;align-items:center;gap:11px;font-size:22px;font-weight:800;text-decoration:none;display:flex}.brand-mark{background:var(--ink);width:32px;height:32px;color:var(--lime);border-radius:50%;place-items:center;font-size:16px;display:grid}.top-actions{align-items:center;gap:18px;display:flex}.save-state{color:#77837d;white-space:nowrap;align-items:center;gap:7px;font-size:12px;display:flex}.save-state i{background:#63a176;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #63a1761f}.save-state.syncing i{background:#e0a64e;animation:.8s infinite pulse;box-shadow:0 0 0 3px #e0a64e24}.save-state.error{color:#b55353}.save-state.error i{background:#d76565;box-shadow:0 0 0 3px #d7656524}.ghost-btn{color:var(--ink);background:#fff;border:1px solid #cfd7d2;border-radius:99px;padding:9px 16px;font-size:13px}.avatar{background:var(--peach);color:#7b4e35;border:0;border-radius:50%;width:36px;height:36px;font-weight:700}.hero{justify-content:space-between;align-items:end;gap:32px;max-width:1460px;margin:auto;padding:64px max(4vw,28px) 44px;display:flex}.eyebrow{letter-spacing:.28em;color:var(--green);margin:0 0 16px;font-size:10px;font-weight:800}.hero h1{letter-spacing:-.04em;margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(42px,5vw,72px);font-weight:500;line-height:1.06}.hero h1 em{color:var(--green);font-style:normal}.subtitle{color:var(--muted);margin:19px 0 0;font-size:15px}.date-control{align-items:center;gap:10px;display:flex;position:relative}.date-control>button{border:1px solid var(--line);width:40px;height:40px;color:var(--ink);background:#fff;border-radius:50%}.date-control label{text-align:center;min-width:190px;position:relative}.date-control label span{font-family:Georgia,Songti SC,serif;font-size:20px;font-weight:700;display:block}.date-control label small{color:#9aa39f;letter-spacing:.12em;margin-top:4px;font-size:10px;display:block}.date-control input{opacity:0;cursor:pointer;position:absolute;inset:0}.date-control .today-btn{white-space:nowrap;border-radius:20px;width:auto;height:auto;padding:5px 10px;font-size:11px;position:absolute;top:48px;left:50%;transform:translate(-50%)}.stats{border:1px solid var(--line);background:#fff;grid-template-columns:1fr 1fr 1fr 1.4fr;max-width:calc(1460px - 8vw);margin:0 auto 28px;display:grid}.stats>div{border-right:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:4px 12px;padding:22px 28px;display:grid}.stats>div:last-child{border:0}.stats span{color:#8d9692;font-size:11px}.stats strong{color:var(--green);grid-area:1/2/3;font-family:Georgia,serif;font-size:30px}.stats strong b{color:#9ca5a1;font-size:12px}.stats small{color:#9ba49f;font-size:11px}.stats .quote{background:var(--ink);color:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;display:grid;position:relative;overflow:hidden}.stats .quote:after{content:"✦";color:#d9ef7114;font-size:80px;position:absolute;bottom:-23px;right:16px}.stats .quote span{color:#aab5b0}.stats .quote p{color:#eef5f1;z-index:1;margin:0;font-family:Georgia,Songti SC,serif;font-size:14px;line-height:1.6;position:relative}.stats .quote button{width:28px;height:28px;color:var(--lime);z-index:2;background:#ffffff14;border:1px solid #ffffff2e;border-radius:50%;transition:all .2s;position:relative}.stats .quote button:hover{background:#ffffff29;transform:rotate(25deg)}.workspace{grid-template-columns:1fr 1.1fr 1fr;align-items:start;gap:18px;max-width:calc(1460px - 8vw);margin:auto;display:grid}.panel{border:1px solid var(--line);background:#fff;min-height:620px;padding:30px}.panel.today{border-top:4px solid var(--lime);padding-top:27px;box-shadow:0 18px 60px #27413612}.panel.tomorrow{background:#f0f4ef}.panel-head{border-bottom:1px solid var(--line);align-items:center;gap:14px;margin-bottom:24px;padding-bottom:22px;display:flex}.number{color:#b0bab5;font-family:Georgia,serif;font-size:20px}.panel-head p{letter-spacing:.22em;color:#9ca6a1;margin:0 0 3px;font-size:8px}.panel-head h2{margin:0;font-family:Georgia,Songti SC,serif;font-size:24px}.tag{color:#8b9590;border:1px solid #d6ddd9;border-radius:99px;margin-left:auto;padding:5px 9px;font-size:9px}.tag.active{color:#617228;background:#edf4d0;border-color:#d8e6a1}.field-label{margin:22px 0 10px;font-size:11px;font-weight:700;display:block}.yesterday-card{border-left:3px solid var(--peach);background:#f7f8f5;margin-bottom:20px;padding:16px}.yesterday-block-title{justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.yesterday-block-title span,.yesterday-summary>span{letter-spacing:.06em;color:#59665f;font-size:10px;font-weight:800}.yesterday-block-title b{color:var(--green);background:#e8f0e8;border-radius:99px;padding:4px 8px;font-size:9px;font-weight:700}.past-list{flex-direction:column;gap:7px;display:flex}.past-item{align-items:flex-start;gap:8px;font-size:12px;display:flex}.past-item span{color:#fff;background:var(--green);border-radius:50%;flex:none;place-items:center;width:17px;height:17px;font-size:9px;display:grid}.past-item p{color:#35423c;margin:0;line-height:1.55}.empty-past{color:#929c97;margin:0;font-size:11px;line-height:1.7}.yesterday-summary{border-top:1px solid #dfe5df;margin-top:14px;padding-top:13px}.yesterday-summary p{color:#78827d;margin:7px 0 0;font-size:11px;line-height:1.7}textarea{resize:vertical;width:100%;min-height:82px;color:var(--ink);background:#fafbf9;border:1px solid #e0e5e1;border-radius:2px;outline:none;padding:13px;font-size:12px;line-height:1.7;display:block}textarea:focus,.task input:focus,.plan input:focus{background:#fff;border-color:#8eaa75}.large{min-height:115px}.task-list,.plan-list{flex-direction:column;gap:8px;display:flex}.task{border-bottom:1px solid #e3e8e4;align-items:center;gap:10px;display:flex}.task>span{color:#a5afaa;border:1px solid #d4ddd8;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-size:10px;display:grid}.task>span.checked{background:var(--green);border-color:var(--green);color:#fff}.task input,.plan input{width:100%;color:var(--ink);background:0 0;border:0;outline:none;padding:12px 2px;font-size:12px}.task button,.plan button{color:#c1c9c5;background:0 0;border:0;font-size:17px}.add-btn{color:var(--green);background:0 0;border:0;padding:13px 0;font-size:11px;font-weight:700}.add-btn.dark{color:var(--ink)}.sliders{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:20px;margin-top:24px;padding-top:20px;display:grid}.sliders label>span{justify-content:space-between;margin-bottom:8px;font-size:10px;font-weight:700;display:flex}.moods{gap:4px;display:flex}.moods button{filter:grayscale();opacity:.5;background:0 0;border:0;border-radius:50%;width:28px;height:28px}.moods button.selected{filter:none;opacity:1;background:#edf4d0;transform:scale(1.15)}input[type=range]{accent-color:var(--green);width:100%}.tomorrow-date{background:var(--ink);color:#fff;justify-content:space-between;align-items:center;gap:10px;margin-bottom:24px;padding:15px 17px;display:flex}.tomorrow-date span{color:#aeb9b4;font-size:10px}.tomorrow-date strong{font-size:13px}.tomorrow-date b{color:var(--lime);border:1px solid #d9ef7147;border-radius:99px;margin-left:auto;padding:4px 8px;font-size:9px}.plan{background:#ffffff94;border:1px solid #d8dfda;border-left:3px solid #aeb8b2;grid-template-columns:28px minmax(0,1fr) auto 20px;align-items:center;gap:9px;padding:4px 8px 4px 7px;transition:all .2s;display:grid}.plan>span{color:#7f8a84;background:#edf0ed;border-radius:50%;place-items:center;width:25px;height:25px;font-family:Georgia,serif;font-size:11px;display:grid}.plan-main{min-width:0}.plan-main input{padding-bottom:3px}.plan-main small{color:#9a7a55;padding:0 2px 7px;font-size:8px;display:block}.plan-status{color:#68736d;background-color:#edf0ed;border:0;border-radius:99px;outline:none;padding:6px 24px 6px 9px;font-size:9px;font-weight:700}.plan.status-in_progress{background:#fffaf0;border-left-color:#d49a35}.plan.status-in_progress .plan-status{color:#946515;background-color:#f8e6bd}.plan.status-completed{background:#f3f8f3;border-left-color:#63a176}.plan.status-completed>span{background:var(--green);color:#fff}.plan.status-completed input{color:#87918c;text-decoration:line-through}.plan.status-completed .plan-status{color:#3f7650;background-color:#dcebdd}.plan.status-delayed{background:#fff5f4;border-left-color:#d76565}.plan.status-delayed .plan-status{color:#a34646;background-color:#f4d8d5}.plan-empty{text-align:center;background:#ffffff73;border:1px dashed #d7dfd9;align-content:center;place-items:center;gap:5px;min-height:112px;display:grid}.plan-empty>span{color:#a5afaa;font-size:20px}.plan-empty p{color:#7c8781;margin:0;font-size:11px;line-height:1.7}.plan-empty small{color:#9da6a1;font-size:9px}.focus-note{background:#f7faf4;border:1px solid #dbe3db;gap:12px;margin-top:28px;padding:16px;display:flex}.focus-note>span{color:var(--green)}.focus-note strong{font-size:11px}.focus-note p{color:#7d8882;margin:5px 0 0;font-size:11px;line-height:1.7}.example{color:#728077;background:0 0;border:1px dashed #aebbb2;width:100%;margin-top:16px;padding:10px;font-size:11px}footer{border-top:1px solid var(--line);color:#9ba49f;justify-content:space-between;max-width:calc(1460px - 8vw);margin:36px auto;padding:18px 0;font-size:10px;display:flex}.toast{background:var(--ink);color:#fff;z-index:30;border-radius:4px;padding:12px 18px;font-size:12px;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 35px #0002}@keyframes pulse{50%{opacity:.5}}@media (max-width:1000px){.workspace{grid-template-columns:1fr 1fr}.panel.tomorrow{grid-column:1/-1}.stats{grid-template-columns:1fr 1fr}.stats>div:nth-child(2){border-right:0}.stats>div{border-bottom:1px solid var(--line)}.stats .quote{border-bottom:0}}@media (max-width:680px){.topbar{gap:12px;height:auto;min-height:64px;padding-top:9px;padding-bottom:9px}.brand{font-size:19px}.top-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px}.save-state{order:3;justify-content:flex-end;width:100%;font-size:10px}.ghost-btn{padding:8px 11px}.avatar{display:none}.hero{padding-top:38px;display:block}.date-control{justify-content:center;margin-top:34px}.stats,.workspace{grid-template-columns:1fr;margin-left:18px;margin-right:18px}.stats>div{border-right:0}.workspace .panel{grid-column:auto;min-height:0;padding:24px}.sliders{grid-template-columns:1fr}.hero h1{font-size:43px}.subtitle{line-height:1.7}footer{flex-direction:column;gap:10px;margin:28px 18px}.quote{min-height:88px}}@media (max-width:520px){.plan{grid-template-columns:26px minmax(0,1fr) 20px}.plan-status{grid-column:2/3;justify-self:start;margin-bottom:7px}.plan>button{grid-area:1/3}.tomorrow-date{flex-wrap:wrap}.tomorrow-date b{text-align:center;width:100%;margin-left:0}}.quote-actions{z-index:2;gap:6px;display:flex;position:relative}.stats .quote .quote-actions button:hover{transform:translateY(-1px)}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#121f1a7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.quote-editor{border:1px solid var(--line);background:#fff;width:min(460px,100%);padding:26px;box-shadow:0 24px 80px #0d1d163d}.editor-head{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.editor-head p{color:var(--green);letter-spacing:.22em;margin:0 0 4px;font-size:8px;font-weight:800}.editor-head h3{margin:0;font-family:Georgia,Songti SC,serif;font-size:22px}.editor-head>button{color:#929d97;background:0 0;border:0;font-size:22px}.quote-editor textarea{min-height:120px;font-size:14px}.editor-foot{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.editor-foot small{color:#9aa39f;font-size:9px}.editor-foot>div{gap:8px;display:flex}.editor-foot button{border:0;padding:9px 14px;font-size:11px}.editor-foot .cancel{color:#69736e;background:#eef1ee}.editor-foot .save-quote{background:var(--green);color:#fff}.editor-foot .save-quote:disabled{opacity:.4;cursor:not-allowed}@media (max-width:520px){.quote-editor{padding:22px}.editor-foot{align-items:flex-end}.editor-foot small{max-width:120px}}.period-section{border:1px solid var(--line);background:#fff;max-width:calc(1460px - 8vw);margin:74px auto 0;box-shadow:0 24px 80px #2741360f}.period-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:36px;padding:38px 40px 32px;display:flex}.period-heading .eyebrow{margin-bottom:10px}.period-heading h2{margin:0;font-family:Georgia,Songti SC,serif;font-size:34px;font-weight:500}.period-heading>div>p:last-child{color:var(--muted);margin:10px 0 0;font-size:12px}.period-tabs{border:1px solid var(--line);background:#f7f9f6;grid-template-columns:repeat(4,1fr);display:grid}.period-tabs button{border:0;border-right:1px solid var(--line);color:#7d8882;background:0 0;min-width:95px;padding:11px 16px;font-size:12px;font-weight:700;transition:all .2s}.period-tabs button:last-child{border-right:0}.period-tabs button small{letter-spacing:.14em;color:#a2aaa6;margin-bottom:3px;font-size:7px;display:block}.period-tabs button:hover{background:#fff}.period-tabs button.active{background:var(--ink);color:#fff}.period-tabs button.active small{color:var(--lime)}.period-toolbar{border-bottom:1px solid var(--line);background:#f5f7f3;justify-content:center;align-items:center;gap:18px;min-height:92px;padding:18px 40px;display:flex}.period-toolbar>button:not(.current-period){width:38px;height:38px;color:var(--ink);background:#fff;border:1px solid #d6ddd8;border-radius:50%}.period-toolbar>div{text-align:center;min-width:250px}.period-toolbar strong{font-family:Georgia,Songti SC,serif;font-size:21px;display:block}.period-toolbar small{color:#9aa39f;letter-spacing:.09em;margin-top:4px;font-size:9px;display:block}.period-toolbar .current-period{color:var(--green);background:0 0;border:1px solid #ccd6cf;margin-left:4px;padding:7px 11px;font-size:10px}.period-metrics{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.period-metrics>div{border-right:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:4px 10px;padding:25px 30px;display:grid}.period-metrics>div:last-child{border-right:0}.period-metrics span{color:#7e8883;font-size:10px;font-weight:700}.period-metrics strong{color:var(--green);grid-area:1/2/3;font-family:Georgia,serif;font-size:31px;font-weight:500}.period-metrics strong b{color:#9ba49f;font-size:10px}.period-metrics small{color:#a2aaa6;font-size:9px}.period-digest{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.period-digest>article{min-height:320px;padding:34px 40px}.period-digest>article:first-child{border-right:1px solid var(--line)}.digest-head{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.digest-head p,.reflection-head p{color:var(--green);letter-spacing:.2em;margin:0 0 4px;font-size:8px;font-weight:800}.digest-head h3,.reflection-head h3{margin:0;font-family:Georgia,Songti SC,serif;font-size:20px;font-weight:600}.digest-head>span{color:#5e765e;background:#eef3e8;border-radius:99px;padding:5px 9px;font-size:9px}.digest-list{flex-direction:column;gap:10px;display:flex}.digest-list>div{align-items:flex-start;gap:10px;display:flex}.digest-list i{background:var(--green);color:#fff;border-radius:50%;flex:none;place-items:center;width:19px;height:19px;font-size:9px;font-style:normal;display:grid}.digest-list p{color:#3f4b45;margin:0;font-size:11px;line-height:1.55}.digest-list p small{color:#a1aaa5;margin-top:2px;font-size:8px;display:block}.progress-list{flex-direction:column;gap:13px;display:flex}.progress-list>div{border-left:2px solid var(--peach);padding-left:14px}.progress-list time{color:#9da6a1;margin-bottom:4px;font-size:8px;display:block}.progress-list p{color:#536059;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:11px;line-height:1.7;display:-webkit-box;overflow:hidden}.more-note{color:#929c97!important;margin:10px 0 0!important;font-size:9px!important}.period-empty{text-align:center;background:#fafbf9;border:1px dashed #dce2dd;align-content:center;place-items:center;gap:8px;height:195px;display:grid}.period-empty>span{color:#a8b3ad;font-size:24px}.period-empty p{color:#7f8a84;margin:0;font-size:11px;line-height:1.7}.period-empty small{color:#a3aca7;font-size:9px}.reflection-head{justify-content:space-between;align-items:flex-end;padding:34px 40px 22px;display:flex}.reflection-head>span{color:#9ba49f;font-size:9px}.reflection-grid{background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.reflection-grid label{background:#fff;padding:28px 34px;display:block}.reflection-grid label>span{color:var(--ink);align-items:center;gap:9px;font-size:12px;font-weight:800;display:flex}.reflection-grid label>span b{color:#9aac9f;font-family:Georgia,serif;font-size:16px}.reflection-grid label>small{color:#9ba49f;margin:5px 0 12px 30px;font-size:9px;display:block}.reflection-grid textarea{background:#f8faf7;border-color:#e1e6e2;min-height:105px}.period-actions{background:#f5f7f3;justify-content:space-between;align-items:center;padding:22px 40px;display:flex}.period-actions>span{color:#89938e;align-items:center;gap:7px;font-size:9px;display:flex}.period-actions>span i{background:#63a176;border-radius:50%;width:7px;height:7px}.period-actions button{background:var(--green);color:#fff;border:0;padding:11px 18px;font-size:11px;font-weight:700;box-shadow:0 8px 20px #1f6a4c29}@media (max-width:900px){.period-heading{display:block}.period-tabs{margin-top:24px}.period-metrics{grid-template-columns:1fr 1fr}.period-metrics>div:nth-child(2){border-right:0}.period-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.period-digest{grid-template-columns:1fr}.period-digest>article:first-child{border-right:0;border-bottom:1px solid var(--line)}}@media (max-width:680px){.period-section{margin:54px 18px 0}.period-heading{padding:28px 22px 24px}.period-heading h2{font-size:29px}.period-tabs{grid-template-columns:1fr 1fr}.period-tabs button:nth-child(2){border-right:0}.period-tabs button:nth-child(-n+2){border-bottom:1px solid var(--line)}.period-toolbar{flex-wrap:wrap;gap:8px;padding:16px}.period-toolbar>div{min-width:180px}.period-toolbar .current-period{width:100%;margin:2px 0 0}.period-metrics>div{padding:20px 18px}.period-metrics strong{font-size:26px}.period-digest>article{min-height:0;padding:28px 22px}.reflection-head{padding:28px 22px 18px;display:block}.reflection-head>span{margin-top:8px;display:block}.reflection-grid{grid-template-columns:1fr}.reflection-grid label{padding:24px 22px}.period-actions{gap:12px;padding:18px 22px}.period-actions>span{max-width:130px}.period-actions button{white-space:nowrap}}.auth-page{background:radial-gradient(circle at 9% 8%,#d9ef7140,transparent 25%),radial-gradient(circle at 91% 92%,#f1ddcc7a,transparent 27%),var(--paper);place-items:center;min-height:100vh;padding:clamp(18px,3vw,42px);display:grid}.auth-layout{background:#fff;border:1px solid #1f6a4c33;grid-template-columns:minmax(380px,.92fr) minmax(440px,1.08fr);width:min(1120px,100%);min-height:680px;display:grid;overflow:hidden;box-shadow:0 28px 90px #2741361f}.auth-intro{background:var(--ink);color:#fff;flex-direction:column;justify-content:space-between;padding:52px;display:flex;position:relative;overflow:hidden}.auth-intro:before{content:"";border:1px solid #d9ef7129;border-radius:50%;width:360px;height:360px;position:absolute;top:-170px;right:-180px;box-shadow:0 0 0 55px #d9ef7109,0 0 0 110px #d9ef7106}.auth-intro:after{content:"✓";color:#d9ef710e;font-family:Georgia,serif;font-size:250px;line-height:1;position:absolute;bottom:-54px;right:38px}.auth-intro>div,.auth-privacy{z-index:1;position:relative}.auth-brand{color:#fff;letter-spacing:.12em;align-items:center;gap:11px;font-size:22px;text-decoration:none;display:inline-flex}.auth-brand>span{background:var(--lime);width:34px;height:34px;color:var(--ink);border-radius:50%;place-items:center;font-size:16px;font-weight:900;display:grid}.auth-brand strong{font-weight:800}.auth-eyebrow{color:var(--lime);letter-spacing:.28em;margin:86px 0 15px;font-size:9px;font-weight:800}.auth-intro h1{letter-spacing:-.04em;margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(42px,4vw,58px);font-weight:500;line-height:1.16}.auth-intro h1 em{color:var(--lime);font-style:normal;display:inline-block}.auth-lead{color:#b8c5bf;max-width:360px;margin:22px 0 0;font-size:13px;line-height:1.9}.auth-benefits{background:#ffffff1c;border-top:1px solid #ffffff1c;border-bottom:1px solid #ffffff1c;gap:1px;margin-top:58px;display:grid}.auth-benefits>div{background:var(--ink);align-items:center;gap:16px;padding:15px 4px;display:flex}.auth-benefits i{width:25px;color:var(--lime);font-family:Georgia,serif;font-size:12px;font-style:normal}.auth-benefits span{gap:3px;display:grid}.auth-benefits b{letter-spacing:.06em;font-size:11px}.auth-benefits small{color:#899a92;font-size:9px}.auth-privacy{color:#82938b;align-items:center;gap:8px;margin:26px 0 0;font-size:9px;display:flex}.auth-privacy span{background:#75b889;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #75b8891a}.auth-form-side{background:linear-gradient(145deg,#fff 55%,#fafbf8);flex-direction:column;justify-content:center;padding:clamp(42px,6vw,74px);display:flex}.auth-card{width:min(420px,100%);margin:auto}.auth-card-heading>p{color:var(--green);letter-spacing:.24em;margin:0 0 11px;font-size:8px;font-weight:800}.auth-card-heading h2{letter-spacing:-.02em;margin:0;font-family:Georgia,Songti SC,serif;font-size:31px;font-weight:600}.auth-card-heading>span{color:var(--muted);margin-top:11px;font-size:11px;line-height:1.7;display:block}.auth-tabs{border-bottom:1px solid #dfe5e1;grid-template-columns:1fr 1fr;margin:30px 0 26px;display:grid}.auth-tabs button{color:#9aa39f;background:0 0;border:0;padding:11px;font-size:12px;font-weight:700;transition:all .2s;position:relative}.auth-tabs button:after{content:"";background:var(--green);height:2px;transition:all .2s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.auth-tabs button:hover{color:var(--ink)}.auth-tabs button.active{color:var(--green)}.auth-tabs button.active:after{transform:scaleX(1)}.auth-form{flex-direction:column;gap:17px;display:flex}.auth-field{gap:8px;display:grid}.auth-field>span:first-child{color:#4d5b54;font-size:10px;font-weight:800}.auth-input-shell{background:#fafbf9;border:1px solid #dbe2dd;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;height:48px;padding:0 13px;transition:border-color .2s,box-shadow .2s,background .2s;display:grid}.auth-input-shell:focus-within{background:#fff;border-color:#789b82;box-shadow:0 0 0 3px #1f6a4c14}.auth-input-shell>i{color:#9aaa9f;text-align:left;font-size:10px;font-style:normal}.auth-input-shell input{width:100%;min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.auth-input-shell input::placeholder{color:#adb6b1}.auth-input-shell input:disabled{cursor:not-allowed}.auth-password-toggle{color:#78867f;background:0 0;border:0;padding:7px 0 7px 10px;font-size:9px;font-weight:700}.auth-input-shell.valid{background:#f7fbf7;border-color:#78aa87}.auth-input-shell.invalid{background:#fff9f8;border-color:#d58a85}.auth-input-shell>b{color:#477d57;background:#e3f0e4;border-radius:50%;place-items:center;width:18px;height:18px;font-size:9px;display:grid}.auth-input-shell.invalid>b{color:#b8504b;background:#f7e3e1}.password-strength{grid-template-columns:repeat(3,1fr) auto;align-items:center;gap:5px;margin-top:-2px;display:grid}.password-strength>i{background:#e4e9e5;height:3px;transition:all .2s}.password-strength>i.active{background:#8aaf70}.password-strength>small{text-align:right;color:#909b95;min-width:52px;font-size:8px}.auth-confirm-field>small{margin-top:-3px;font-size:9px}.auth-confirm-field>small.match{color:#4d865d}.auth-confirm-field>small.mismatch{color:#b6504c}.auth-feedback{border:1px solid;align-items:flex-start;gap:10px;padding:11px 13px;font-size:10px;line-height:1.6;display:flex}.auth-feedback i{border-radius:50%;flex:none;place-items:center;width:18px;height:18px;font-size:9px;font-style:normal;font-weight:800;display:grid}.auth-feedback.error{color:#9e4541;background:#fff6f5;border-color:#efcfcc}.auth-feedback.error i{color:#fff;background:#c65b55}.auth-feedback.success{color:#3f7650;background:#f3f9f3;border-color:#cee2d1}.auth-feedback.success i{color:#fff;background:#5b946b}.auth-feedback.info{color:#6f642f;background:#fffcef;border-color:#ebe1ab}.auth-feedback.info i{color:#fff;background:#a8943d}.auth-submit{background:var(--green);color:#fff;border:0;justify-content:center;align-items:center;gap:10px;height:50px;margin-top:2px;padding:0 18px;font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:flex;box-shadow:0 12px 28px #1f6a4c33}.auth-submit:hover:not(:disabled){background:#18583f;transform:translateY(-1px);box-shadow:0 15px 32px #1f6a4c42}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{cursor:wait;opacity:.78}.auth-submit>b{margin-left:auto;font-size:17px;font-weight:400}.auth-submit>span:first-child:last-child{margin:auto}.auth-submit>i{border:2px solid #ffffff52;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite auth-spin}.auth-switch-note{text-align:center;color:#9aa39f;margin:20px 0 0;font-size:10px}.auth-switch-note button{color:var(--green);background:0 0;border:0;padding:5px;font-size:10px;font-weight:800}.auth-switch-note button:disabled{opacity:.5}.auth-footer{color:#a1aaa5;letter-spacing:.08em;text-align:center;margin:34px auto 0;font-size:8px}.auth-check-shell{background:radial-gradient(circle at 50% 45%,#d9ef7147,transparent 26%),var(--paper);place-items:center;min-height:100vh;display:grid}.auth-check-card{background:#fff;border:1px solid #1f6a4c33;grid-template-columns:34px 1fr auto;align-items:center;gap:13px;min-width:250px;padding:21px 24px;display:grid;box-shadow:0 18px 55px #2741361c}.auth-check-card>div{gap:3px;display:grid}.auth-check-card strong{letter-spacing:.1em;font-size:15px}.auth-check-card small{color:#8c9791;font-size:9px}.auth-check-card>i{border:2px solid #dbe3de;border-top-color:var(--green);border-radius:50%;width:15px;height:15px;animation:.7s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (max-width:860px){.auth-layout{grid-template-columns:1fr;max-width:560px}.auth-intro{min-height:260px;padding:34px 38px}.auth-eyebrow{margin-top:42px}.auth-intro h1{font-size:40px}.auth-lead{margin-top:14px}.auth-benefits{display:none}.auth-privacy{margin-top:28px}.auth-form-side{padding:44px 38px}}@media (max-width:520px){.auth-page{background:#fff;padding:0;display:block}.auth-layout{min-height:100vh;box-shadow:none;border:0}.auth-intro{min-height:245px;padding:28px 24px}.auth-brand{font-size:19px}.auth-brand>span{width:31px;height:31px}.auth-eyebrow{margin-top:35px}.auth-intro h1{font-size:36px}.auth-lead{font-size:11px;line-height:1.75}.auth-privacy{display:none}.auth-form-side{justify-content:flex-start;padding:34px 24px 28px}.auth-card-heading h2{font-size:27px}.auth-tabs{margin-top:25px}.auth-footer{margin-top:28px}}.changelog-trigger{color:var(--ink);background:#fff;border:1px solid #d9e0dc;align-items:center;gap:9px;padding:7px 11px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.changelog-trigger:hover{border-color:#99ab9f;transform:translateY(-1px);box-shadow:0 8px 22px #27413614}.changelog-trigger>span{background:var(--ink);color:var(--lime);padding:4px 7px;font-family:Georgia,serif;font-size:9px}.changelog-trigger>small{color:#66736c;font-size:9px}.changelog-trigger>b{color:var(--green);font-size:12px}.changelog-backdrop{z-index:70;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#121f1a8c;place-items:center;padding:24px;animation:.18s changelog-fade;display:grid;position:fixed;inset:0}.changelog-dialog{background:var(--paper);border:1px solid #d9ef7173;width:min(860px,100%);max-height:min(760px,100vh - 48px);animation:.22s changelog-rise;overflow:auto;box-shadow:0 30px 100px #0c1c154d}.changelog-header{z-index:2;background:var(--ink);color:#fff;justify-content:space-between;align-items:flex-start;padding:30px 34px;display:flex;position:sticky;top:0}.changelog-header p{color:var(--lime);letter-spacing:.24em;margin:0 0 7px;font-size:8px;font-weight:800}.changelog-header h2{margin:0;font-family:Georgia,Songti SC,serif;font-size:30px;font-weight:500}.changelog-header span{color:#aeb9b4;margin-top:8px;font-size:10px;display:block}.changelog-header button{color:#fff;background:#ffffff0f;border:1px solid #ffffff29;border-radius:50%;width:36px;height:36px;font-size:21px}.changelog-current{border-bottom:1px solid var(--line);background:#eef3e8;grid-template-columns:auto auto 1fr;align-items:center;gap:12px;padding:18px 34px;display:grid}.changelog-current>span{color:#657269;font-size:9px;font-weight:800}.changelog-current>strong{color:var(--green);font-family:Georgia,serif;font-size:18px}.changelog-current>small{color:#87928c;text-align:right;justify-self:end;font-size:8px}.changelog-list{background:#fff}.changelog-release{border-bottom:1px solid var(--line);grid-template-columns:150px 1fr;display:grid}.changelog-release:last-child{border-bottom:0}.changelog-version{border-right:1px solid var(--line);background:#f7f9f6;padding:32px 26px}.changelog-version>span{color:var(--green);letter-spacing:.18em;margin-bottom:10px;font-size:7px;font-weight:800;display:block}.changelog-version>strong{font-family:Georgia,serif;font-size:25px;font-weight:500;display:block}.changelog-version>time{color:#9aa39f;margin-top:8px;font-size:8px;display:block}.changelog-content{padding:31px 34px}.changelog-content h3{margin:0;font-family:Georgia,Songti SC,serif;font-size:21px}.changelog-content>p{color:#7a8580;margin:8px 0 22px;font-size:10px;line-height:1.7}.changelog-content ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.changelog-content li{grid-template-columns:42px 1fr;align-items:start;gap:10px;display:grid}.changelog-content li>span{color:#467456;text-align:center;background:#e8f0e8;border-radius:99px;padding:4px 7px;font-size:8px;font-weight:800}.changelog-content li>span[data-type=优化]{color:#8a6548;background:#f3eadf}.changelog-content li>span[data-type=修复]{color:#a34f4a;background:#f4e2e0}.changelog-content li p{color:#45514b;margin:1px 0 0;font-size:10px;line-height:1.65}@keyframes changelog-fade{0%{opacity:0}}@keyframes changelog-rise{0%{opacity:0;transform:translateY(12px)scale(.99)}}@media (max-width:680px){.changelog-backdrop{align-items:end;padding:0}.changelog-dialog{border-width:1px 0 0;width:100%;max-height:90vh}.changelog-header{padding:25px 22px}.changelog-current{grid-template-columns:auto auto;padding:15px 22px}.changelog-current>small{text-align:left;grid-column:1/-1;justify-self:start}.changelog-release{grid-template-columns:1fr}.changelog-version{border-right:0;border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:18px 22px;display:grid}.changelog-version>span,.changelog-version>time{margin:0}.changelog-version>strong{font-size:20px}.changelog-version>time{text-align:right}.changelog-content{padding:24px 22px}.changelog-trigger{align-self:flex-start}}.feedback-section{border:1px solid var(--line);background:#fff;grid-template-columns:.85fr 1.15fr;max-width:calc(1460px - 8vw);margin:22px auto 0;display:grid;box-shadow:0 20px 65px #2741360d}.feedback-intro{background:var(--ink);color:#fff;flex-direction:column;justify-content:space-between;min-height:520px;padding:42px;display:flex;position:relative;overflow:hidden}.feedback-intro:after{content:"↗";color:#d9ef7112;font-family:Georgia,serif;font-size:270px;line-height:1;position:absolute;bottom:-75px;right:-20px}.feedback-intro>div{z-index:1;position:relative}.feedback-intro .eyebrow{color:var(--lime)}.feedback-intro h2{margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(34px,4vw,52px);font-weight:500;line-height:1.15}.feedback-intro h2 em{color:var(--lime);font-style:normal}.feedback-lead{color:#aebbb5;max-width:330px;margin:20px 0 0;font-size:12px;line-height:1.9}.feedback-destination{border-top:1px solid #ffffff24;align-items:center;gap:14px;padding-top:24px;display:flex}.feedback-destination>span{background:var(--lime);width:34px;height:34px;color:var(--ink);border-radius:50%;place-items:center;font-size:16px;display:grid}.feedback-destination div{gap:4px;display:grid}.feedback-destination small{color:#81938a;letter-spacing:.08em;font-size:8px}.feedback-destination strong{font-size:11px;font-weight:700}.feedback-form{grid-template-columns:1fr 1fr;align-content:start;gap:20px 18px;padding:40px 44px;display:grid}.feedback-heading{border-bottom:1px solid var(--line);grid-column:1/-1;justify-content:space-between;align-items:flex-start;padding-bottom:20px;display:flex}.feedback-heading p{color:var(--green);letter-spacing:.22em;margin:0 0 5px;font-size:8px;font-weight:800}.feedback-heading h3{margin:0;font-family:Georgia,Songti SC,serif;font-size:25px}.feedback-heading>span{color:#55735d;background:#f2f6ed;border:1px solid #d9e5d9;border-radius:99px;padding:5px 9px;font-size:8px;font-weight:800}.feedback-field{align-content:start;gap:8px;display:grid}.feedback-field>span{color:#4d5b54;font-size:10px;font-weight:800}.feedback-field>span small{color:#9aa39f;font-size:8px;font-weight:500}.feedback-field input,.feedback-field select{width:100%;height:46px;color:var(--ink);background:#fafbf9;border:1px solid #dbe2dd;outline:0;padding:0 13px;font-size:11px}.feedback-field select{cursor:pointer}.feedback-field input:focus,.feedback-field select:focus,.feedback-field textarea:focus{background:#fff;border-color:#789b82;box-shadow:0 0 0 3px #1f6a4c14}.feedback-field>small{color:#9aa39f;margin-top:-3px;font-size:8px}.feedback-message{grid-column:1/-1}.feedback-message textarea{min-height:145px}.feedback-message>small{text-align:right}.feedback-honey{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.feedback-status{border:1px solid;grid-column:1/-1;align-items:flex-start;gap:10px;padding:11px 13px;font-size:10px;line-height:1.6;display:flex}.feedback-status i{color:#fff;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;font-size:9px;font-style:normal;font-weight:800;display:grid}.feedback-status.success{color:#3f7650;background:#f3f9f3;border-color:#cee2d1}.feedback-status.success i{background:#5b946b}.feedback-status.error{color:#9e4541;background:#fff6f5;border-color:#efcfcc}.feedback-status.error i{background:#c65b55}.feedback-actions{grid-column:1/-1;justify-content:space-between;align-items:center;gap:20px;padding-top:2px;display:flex}.feedback-actions>small{color:#98a19d;max-width:300px;font-size:8px;line-height:1.6}.feedback-actions button{background:var(--green);color:#fff;border:0;justify-content:center;align-items:center;gap:14px;min-width:132px;height:44px;padding:0 16px;font-size:10px;font-weight:800;display:flex;box-shadow:0 10px 24px #1f6a4c2e}.feedback-actions button:hover:not(:disabled){background:#18583f;transform:translateY(-1px)}.feedback-actions button:disabled{opacity:.45;cursor:not-allowed}.feedback-actions button b{font-size:15px;font-weight:400}@media (max-width:900px){.feedback-section{grid-template-columns:1fr}.feedback-intro{min-height:330px}.feedback-lead{max-width:480px}}@media (max-width:680px){.feedback-section{margin:18px}.feedback-intro{min-height:300px;padding:30px 24px}.feedback-intro h2{font-size:36px}.feedback-form{grid-template-columns:1fr;padding:30px 22px}.feedback-heading,.feedback-message,.feedback-status,.feedback-actions{grid-column:1}.feedback-actions{flex-direction:column;align-items:flex-start}.feedback-actions button{width:100%}}.footer-actions{align-items:center;gap:10px;display:flex}.feedback-link{color:var(--green);background:#fff;border:1px solid #d9e0dc;align-items:center;gap:10px;padding:8px 12px;font-size:9px;font-weight:800;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.feedback-link:hover{border-color:#99ab9f;transform:translateY(-1px);box-shadow:0 8px 22px #27413614}.feedback-link b{font-size:12px;font-weight:500}.feedback-page{background:radial-gradient(circle at 12% 14%,#d9ef7138,transparent 25%),var(--paper);min-height:100vh;padding-bottom:64px}.feedback-page-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f6f8f4f0;justify-content:space-between;align-items:center;height:76px;padding:0 max(4vw,28px);display:flex}.feedback-page-brand{color:var(--ink);letter-spacing:.1em;align-items:center;gap:11px;font-size:22px;font-weight:800;text-decoration:none;display:flex}.feedback-page-header>div{align-items:center;gap:18px;display:flex}.feedback-page-header>div>span{color:#718078;background:#fff;border:1px solid #d5dfd7;border-radius:99px;padding:6px 10px;font-size:9px;font-weight:800}.feedback-page-header>div>a{color:var(--green);font-size:11px;font-weight:800;text-decoration:none}.feedback-page-title{max-width:calc(1180px - 8vw);margin:0 auto;padding:58px 0 32px}.feedback-page-title p{color:var(--green);letter-spacing:.25em;margin:0 0 13px;font-size:9px;font-weight:800}.feedback-page-title h1{letter-spacing:-.035em;max-width:850px;margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(38px,5vw,64px);font-weight:500;line-height:1.12}.feedback-page-title h1 em{color:var(--green);font-style:normal}.feedback-page-title>span{color:var(--muted);margin-top:16px;font-size:12px;display:block}.feedback-page .feedback-section{max-width:calc(1180px - 8vw);margin:0 auto}.feedback-page .feedback-intro{min-height:500px}@media (max-width:680px){.footer-actions{justify-content:space-between;width:100%}.feedback-page-header{height:auto;min-height:66px;padding:10px 18px}.feedback-page-brand{font-size:19px}.feedback-page-header>div>span{display:none}.feedback-page-title{margin:0 18px;padding:40px 0 24px}.feedback-page-title h1{font-size:38px}.feedback-page-title>span{line-height:1.7}.feedback-page .feedback-section{margin:0 18px}.feedback-page .feedback-intro{min-height:280px}.feedback-page .feedback-form{padding:30px 22px}}
