@import"https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{font-family:Noto Sans SC,Microsoft YaHei,sans-serif;color:#25302d;background:#f7f6f1;font-synthesis:none;--ink: #25302d;--muted: #6f7b76;--line: #dfe4df;--paper: #fffefb;--sage: #456b5e;--sage-dark: #315348;--sage-soft: #e7eeea;--clay: #a66b55}*{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:rgba(76,101,89,.25) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{border-radius:999px;background:#4c655938}*::-webkit-scrollbar-thumb:hover{background:#4c655961}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.app-shell{min-height:100vh;padding-bottom:152px;background:#f7f6f1}.site-footer{padding:26px 24px 34px;color:#8c9690;text-align:center;font-size:12px}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{color:var(--sage-dark);text-decoration:underline}.page-loading{min-height:min(72vh,760px);display:grid;place-content:center;justify-items:center;gap:14px;color:var(--muted)}.page-loading-mark{width:30px;height:30px;border:2px solid rgba(69,107,94,.18);border-top-color:var(--sage);border-radius:50%;animation:page-loading-spin .75s linear infinite}.page-loading p{margin:0;font-size:14px;letter-spacing:.08em}@keyframes page-loading-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.page-loading-mark{animation:none}}.site-header{height:76px;padding:0 5vw;display:grid;grid-template-columns:220px 1fr 220px;align-items:center;gap:24px;background:#fffefbf5;border-bottom:1px solid #e6e7e2;position:sticky;top:0;z-index:20}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);width:fit-content}.brand-mark{width:36px;height:36px;border:1px solid #9caf9f;border-radius:50% 50% 45% 45%;display:grid;place-items:center;transform:rotate(45deg)}.brand-mark span{display:block;width:13px;height:13px;border:2px solid var(--sage);border-radius:50% 50% 0}.brand>span:last-child{display:grid;line-height:1.05}.brand strong{font:700 18px "Noto Serif SC",serif;letter-spacing:.18em}.brand small{color:#89928e;font-size:9px;letter-spacing:.22em;margin-top:5px}nav{height:100%;display:flex;justify-content:center;align-items:stretch;gap:clamp(20px,3vw,52px)}nav a{color:#7c8581;font-size:14px;text-decoration:none;display:grid;place-items:center;position:relative;white-space:nowrap}nav a:hover,nav a.active{color:var(--ink)}nav a.active:after{content:"";position:absolute;height:2px;background:var(--sage);border-radius:2px;left:0;right:0;bottom:-1px}.account-area{justify-self:end;position:relative}.login-button,.account-button{border:1px solid #d6ddd8;background:#fff;color:#3e4e48;height:40px;padding:0 14px;border-radius:22px;display:flex;align-items:center;gap:8px;font-size:13px}.login-button:hover,.account-button:hover{background:#f1f5f2;border-color:#bdccc3}.account-button>span{width:27px;height:27px;display:grid;place-items:center;background:var(--sage);color:#fff;border-radius:50%}.account-menu{position:absolute;right:0;top:49px;width:220px;padding:16px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 36px #21302a21;border-radius:14px;display:grid;z-index:25}.account-menu strong{font-size:14px}.account-menu span{font-size:11px;color:var(--muted);margin:4px 0 13px;overflow:hidden;text-overflow:ellipsis}.account-menu button{padding:14px 10px;border:0;border-top:1px solid #edf0ed;color:#8a5145;background:transparent;text-align:left;font-size:15px;line-height:1.4}main{max-width:1500px;margin:0 auto}.hero{padding:76px 5.5vw 64px;display:flex;justify-content:space-between;align-items:flex-end;gap:50px}.hero-copy{max-width:720px}.eyebrow,.step-label{margin:0 0 15px;color:var(--sage);font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.hero h1{font:600 clamp(38px,4.3vw,66px)/1.25 "Noto Serif SC",serif;letter-spacing:-.04em;margin:0 0 24px;color:#29322f}.hero-copy>p:last-child{max-width:610px;margin:0;color:var(--muted);font-size:16px;line-height:1.85}.hero-summary{display:flex;gap:12px}.hero-summary>div{width:136px;min-height:118px;padding:18px;border:1px solid #dbe2dd;background:#fffefbb8;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px}.hero-summary svg{color:var(--sage)}.hero-summary span{color:var(--muted);font-size:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px}.hero-summary strong{font:600 31px "Noto Serif SC",serif;line-height:1;color:#34463f;text-align:center}.practice-workspace{padding:0 5.5vw 90px}.practice-section{min-width:0}.practice-nav{position:fixed;z-index:16;left:0;top:120px;bottom:132px;width:338px;display:flex;align-items:center;pointer-events:none;transform:translate(-288px);transition:transform .25s ease}.practice-nav.open{transform:translate(0)}.practice-nav-surface{flex:0 0 288px;width:288px;max-height:min(650px,100%);overflow-y:auto;padding:18px 12px 14px;border:1px solid #dce2dd;border-left:0;border-radius:0 15px 15px 0;background:#fffefbfa;box-shadow:10px 14px 34px #31433b1a;pointer-events:auto}.practice-nav-surface>p{margin:0 10px 12px;color:#7a8781;font-size:10px;font-weight:700;letter-spacing:.18em}.practice-nav [role=tablist]{display:grid;gap:4px}.practice-nav [role=tab]{width:100%;min-height:58px;padding:9px 8px;border:1px solid transparent;border-radius:10px;color:#66736d;background:transparent;display:grid;grid-template-columns:24px minmax(0,1fr) 40px;align-items:center;gap:7px;text-align:left;transition:color .18s ease,background .18s ease,border-color .18s ease}.practice-nav [role=tab]:hover{color:#35483f;background:#f0f4f1}.practice-nav [role=tab].active{color:#29493e;background:#e7efea;border-color:#cad9d0}.practice-nav [role=tab]>span{color:#a0aaa5;font:600 10px "Noto Serif SC",serif}.practice-nav [role=tab]>strong{font-size:12px;font-weight:600;line-height:1.55}.practice-nav [role=tab]>em{min-width:38px;height:22px;padding:0 5px;border-radius:11px;color:#77837d;background:#ffffffc7;display:grid;place-items:center;font-size:10px;font-style:normal;white-space:nowrap}.practice-nav [role=tab].active>em{color:#fff;background:var(--sage)}.practice-nav-handle{flex:0 0 50px;width:50px;min-height:118px;padding:13px 0;border:1px solid #ccd7d0;border-left:0;border-radius:0 14px 14px 0;color:var(--sage-dark);background:#fffefbfa;box-shadow:8px 10px 28px #293a321f;display:grid;place-items:center;align-content:center;gap:9px;pointer-events:auto}.practice-nav-handle span{writing-mode:vertical-rl;letter-spacing:.2em;font-size:11px;font-weight:700}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:26px}.section-heading h2{font:600 clamp(26px,2.6vw,39px)/1.35 "Noto Serif SC",serif;margin:0}.section-heading p:not(.step-label){color:var(--muted);margin:0;font-size:13px}.heading-actions{display:flex;gap:10px;flex-shrink:0}.primary,.secondary{height:44px;border-radius:9px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--sage);font-weight:600;font-size:13px}.primary{color:#fff;background:var(--sage)}.primary:hover{background:var(--sage-dark)}.primary:disabled{opacity:.6}.secondary{background:#fffefb;color:var(--sage)}.secondary:hover{background:var(--sage-soft)}.guest-banner{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#edf2ee;border:1px solid #d7e1da;border-radius:11px 11px 0 0;padding:11px 16px;color:#52635d;font-size:12px}.guest-banner span{display:flex;align-items:center;gap:8px}.guest-banner button{border:0;background:transparent;color:var(--sage);font-weight:700;text-decoration:underline}.records-card{background:var(--paper);border:1px solid #dde2dd;border-radius:15px;overflow:hidden;box-shadow:0 12px 32px #31433b0d}.guest-banner+.records-card{border-radius:0 0 15px 15px;border-top:0}.record-head,.record-row{display:grid;grid-template-columns:104px minmax(220px,1.3fr) minmax(200px,1.1fr) minmax(120px,.55fr) minmax(100px,.44fr) minmax(100px,.44fr) 44px}.record-head{min-height:58px;background:#f1f3ef;color:#607069;font-size:11px;font-weight:700;letter-spacing:.05em;border-bottom:1px solid #dfe4df}.record-head span{display:flex;align-items:center;padding:0 18px;border-right:1px solid #dfe4df}.record-head span:last-child{border:0}.record-row{min-height:108px;border-bottom:1px solid #e6e9e6;transition:background .18s ease}.record-list>.record-row:nth-child(2n){background:#fafbf9}.record-row:last-child{border-bottom:0}.record-row:focus-within{box-shadow:inset 0 0 0 1px #4b77631f}.category-panel{animation:category-enter .3s cubic-bezier(.22,.8,.28,1) both;transform-origin:50% 0}.record-row.record-new{animation:record-enter .42s cubic-bezier(.2,.86,.28,1) both}.record-row.record-deleting{pointer-events:none;animation:record-exit .25s ease forwards}@keyframes category-enter{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes record-enter{0%{opacity:0;transform:translateY(-12px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes record-exit{to{opacity:0;transform:translate(-18px) scale(.985);max-height:0;min-height:0}}.record-cell{padding:18px;border-right:1px solid #e6e9e6;display:flex;align-items:center;min-width:0}.record-cell:last-child{border-right:0}.record-cell textarea{width:100%;min-height:1.65em;field-sizing:content;resize:none;overflow:hidden;border:0;outline:0;color:#34403c;background:transparent;line-height:1.65;font-size:15px;padding:0}.record-cell textarea::placeholder{color:#abb2ae}.meta-cell{display:grid;place-content:center;gap:5px;text-align:center}.meta-cell strong{color:#3f5e52;font:600 17px "Noto Serif SC",serif}.meta-cell span{color:#8a9590;font-size:10px;line-height:1.45}.situation-cell,.feeling-cell{display:grid;align-content:center}.emotion-select{width:100%;min-height:39px;display:flex;justify-content:space-between;align-items:center;gap:8px;border:1px solid #dce2de;border-radius:8px;background:#fff;color:#909994;padding:0 11px;font-size:12px}.emotion-select.has-value{color:#34463f;font-weight:700}.emotion-select.tone-slate{background:#e8eceb;border-color:#ced8d3}.emotion-select.tone-indigo{background:#e8eaf4;border-color:#ced3e3}.emotion-select.tone-violet{background:#eee8f4;border-color:#d8cde4}.emotion-select.tone-rose{background:#f4e8ec;border-color:#e2ced5}.emotion-select.tone-orange{background:#f5e8df;border-color:#e5d0c2}.emotion-select.tone-amber{background:#f4eddc;border-color:#e4d8ba}.emotion-select.tone-green{background:#e5efe7;border-color:#cadccb}.emotion-select.tone-teal{background:#e2efec;border-color:#c6dcd6}.emotion-select.tone-blue{background:#e5edf4;border-color:#cad8e4}.release-cell,.good-cell{justify-content:center}.status-toggle{border:0;background:transparent;display:flex;align-items:center;gap:7px;color:#84908a;font-size:11px;padding:3px 0;min-width:86px;text-align:left}.status-toggle>span{width:20px;height:20px;display:grid;place-items:center;border:1px solid #cbd6d0;border-radius:50%;background:#edf3ef;color:#fff;box-shadow:inset 0 0 0 3px #ffffff57}.status-toggle.checked{color:#365a4d;font-weight:600}.status-toggle.checked>span{border-color:var(--sage);background:var(--sage);box-shadow:none}.status-toggle.compact{min-width:20px;width:20px;padding:0;justify-content:center}.status-toggle.locked{opacity:.42;cursor:not-allowed}.actions-cell{justify-content:center;padding:8px}.delete-button,.icon-button,.small-icon{border:0;background:transparent;display:grid;place-items:center;color:#929b96;border-radius:8px}.delete-button{width:34px;height:34px;opacity:0}.record-row:hover .delete-button,.delete-button:focus{opacity:1}.delete-button:hover{color:#a45448;background:#f7eae7}.dual-record-row{grid-template-rows:repeat(2,minmax(108px,auto))}.dual-record-row .meta-cell{grid-column:1;grid-row:1 / 3}.dual-record-row .situation-cell{grid-column:2;grid-row:1 / 3}.dual-record-row .success-feeling{grid-column:3;grid-row:1}.dual-record-row .success-emotion{grid-column:4;grid-row:1}.dual-record-row .success-release{grid-column:5;grid-row:1}.dual-record-row .success-good{grid-column:6;grid-row:1}.dual-record-row .failure-feeling{grid-column:3;grid-row:2}.dual-record-row .failure-emotion{grid-column:4;grid-row:2}.dual-record-row .failure-release{grid-column:5;grid-row:2}.dual-record-row .failure-good{grid-column:6;grid-row:2}.dual-record-row .actions-cell{grid-column:7;grid-row:1 / 3}.dual-record-row .success-feeling,.dual-record-row .success-emotion,.dual-record-row .success-release,.dual-record-row .success-good{border-bottom:1px solid #e6e9e6}.outcome-label{display:block;margin:0 0 8px;color:#61716a;font-size:11px;font-weight:700;line-height:1.35}.dual-record-row .feeling-cell{justify-items:start;align-content:center;text-align:left}.dual-record-row .feeling-cell textarea,.dual-record-row .outcome-label{width:100%;justify-self:stretch;text-align:left;margin-left:0}.like-record-head,.like-record-row{grid-template-columns:104px minmax(180px,.9fr) minmax(220px,1.1fr) minmax(190px,1fr) minmax(116px,.5fr) minmax(100px,.42fr) minmax(100px,.42fr) 44px}.want-record-head,.want-record-row{grid-template-columns:104px minmax(320px,1fr) 180px 110px 110px 60px}.want-select.tone-approval{color:#8d4e3d;background:#f8ebe6;border-color:#e4cfc7}.want-select.tone-control{color:#3f5e73;background:#eaf1f5;border-color:#cad9e2}.want-select.tone-safety{color:#416b58;background:#e7f0eb;border-color:#c9dbd1}.like-record-row{grid-template-rows:repeat(var(--aspect-count),minmax(108px,auto))}.like-record-row>.meta-cell{grid-column:1}.like-record-row>.situation-cell{grid-column:2}.like-record-row>.actions-cell{grid-column:8}.like-record-row .aspect-row-divider{border-bottom:1px solid #e6e9e6}.aspects-cell{position:relative;display:grid;align-content:center;gap:0}.aspect-list{display:grid;gap:6px}.aspect-item{min-width:0;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:5px}.aspect-item>span{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#547064;background:#e5efe9;font-size:10px;font-weight:700}.aspect-item textarea{width:100%;min-width:0;min-height:34px;padding:4px 3px;field-sizing:content;resize:none;overflow:hidden;border:0;outline:0;color:#34403c;background:transparent;font-size:15px;line-height:1.65}.aspect-item textarea:focus{border-radius:5px;background:#e5efe9b8}.aspect-item textarea::placeholder{color:#abb2ae}.aspect-actions{position:absolute;left:18px;bottom:7px;display:flex;align-items:center;gap:5px;opacity:0;pointer-events:none;transition:opacity .16s ease}.aspect-actions button{height:24px;display:inline-flex;align-items:center;gap:4px;padding:0 7px;border:0;border-radius:6px;font-size:10px;font-weight:700;white-space:nowrap}.add-aspect{color:var(--sage);background:#edf3ef}.add-aspect:hover{background:#e0ebe4}.remove-aspect{color:#8f6b63;background:#f7efec}.remove-aspect:hover{color:#954f43;background:#f3e3df}.aspects-cell:hover .aspect-actions,.aspects-cell:focus-within .aspect-actions{opacity:1;pointer-events:auto}.empty-state{padding:70px 20px;text-align:center}.empty-state>div{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin:auto;color:var(--sage);background:var(--sage-soft)}.empty-state h3{font:600 20px "Noto Serif SC",serif;margin:15px 0 5px}.empty-state p{color:var(--muted);font-size:13px;margin:0 0 18px}.method-note{margin-top:17px;color:#697670;font-size:14px}.method-note span{display:block;margin-bottom:9px;color:var(--clay);font-size:14px;font-weight:700;line-height:1.7}.method-note ul{margin:0;padding-left:20px;display:grid;gap:6px}.method-note li{padding-left:3px;line-height:1.75}.gains-workspace{padding:0 5.5vw 90px}.gains-heading>div:first-child{max-width:720px}.gains-heading h2{margin-bottom:8px}.gains-card{overflow:hidden;border:1px solid #dde2dd;border-radius:15px;background:var(--paper);box-shadow:0 12px 32px #31433b0d}.guest-banner+.gains-card{border-top:0;border-radius:0 0 15px 15px}.gain-head,.gain-row{display:grid;grid-template-columns:150px minmax(210px,.9fr) minmax(300px,1.5fr) minmax(220px,1fr) 52px}.gain-head{min-height:58px;color:#607069;background:#f1f3ef;border-bottom:1px solid #dfe4df;font-size:11px;font-weight:700;letter-spacing:.05em}.gain-head span{display:flex;align-items:center;padding:0 18px;border-right:1px solid #dfe4df}.gain-head span:last-child{border-right:0}.gain-row{min-height:116px;border-bottom:1px solid #e6e9e6}.gain-row:nth-child(2n){background:#fafbf9}.gain-row:last-child{border-bottom:0}.gain-row:focus-within{box-shadow:inset 0 0 0 1px #4b77631f}.gain-cell{min-width:0;padding:18px;border-right:1px solid #e6e9e6;display:flex;align-items:center}.gain-cell:last-child{border-right:0}.gain-cell input,.gain-cell textarea{width:100%;min-width:0;border:0;outline:0;color:#34403c;background:transparent;font-size:14px;line-height:1.7}.gain-cell textarea{min-height:1.7em;padding:0;resize:none;overflow:hidden;field-sizing:content}.gain-cell input::placeholder,.gain-cell textarea::placeholder{color:#abb2ae}.gain-cell input[readonly],.gain-cell textarea[readonly]{cursor:pointer}.gain-date{display:grid;place-content:center;gap:5px;text-align:center}.gain-date strong{color:#3f5e52;font:600 17px "Noto Serif SC",serif}.gain-date span{color:#8a9590;font-size:10px;line-height:1.45}.gain-harvest textarea{color:#29493e}.gain-actions{justify-content:center;padding:8px}.gain-row:hover .delete-button,.gain-actions .delete-button:focus{opacity:1}.resources-hero{padding-bottom:54px}.resources-library{padding:0 5.5vw 96px}.resources-library-heading{margin-bottom:28px;display:flex;align-items:end;justify-content:space-between;gap:32px}.resources-library-heading h2{margin:0;font:600 clamp(27px,2.7vw,40px)/1.35 "Noto Serif SC",serif}.resource-filters{height:auto;display:flex;align-items:center;justify-content:flex-end;gap:6px;padding:4px;border:1px solid #dce3de;border-radius:11px;background:#fffefbb8}.resource-filters button{height:36px;padding:0 15px;border:0;border-radius:8px;color:#78837e;background:transparent;font-size:12px;font-weight:600}.resource-filters button.active{color:#315348;background:#e5ede8;box-shadow:inset 0 0 0 1px #cad8d0}.resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.resource-card{min-width:0;min-height:310px;padding:18px;display:grid;grid-template-columns:184px minmax(0,1fr);gap:26px;border:1px solid #dde3de;border-radius:17px;background:#fffefbe0;box-shadow:0 12px 30px #31433b0b;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.resource-card:hover{transform:translateY(-3px);border-color:#c8d5cd;box-shadow:0 18px 38px #31433b17}.resource-cover-button{min-width:0;padding:0;border:0;border-radius:10px 18px 18px 10px;background:transparent;text-align:left}.resource-cover-button:focus-visible{outline:3px solid rgba(69,107,94,.28);outline-offset:3px}.resource-cover{min-height:272px;padding:22px 20px;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-radius:10px 18px 18px 10px;color:#f7fbf8;background:#476a5e;box-shadow:9px 12px 22px #293a3224,inset 8px 0 #ffffff14}.resource-cover:after{content:"";position:absolute;width:150px;height:150px;right:-72px;bottom:-68px;border:1px solid rgba(255,255,255,.2);border-radius:50%;box-shadow:0 0 0 28px #ffffff0a,0 0 0 55px #ffffff08}.resource-cover>span{position:relative;z-index:1;font-size:9px;font-weight:700;letter-spacing:.24em;opacity:.72}.resource-cover>svg{position:relative;z-index:1;margin-top:18px;opacity:.82}.resource-cover>strong{position:relative;z-index:1;margin-top:auto;font:600 23px/1.42 "Noto Serif SC",serif;letter-spacing:.04em}.resource-cover-clay{background:#8a6659}.resource-cover-blue{background:#536d78}.resource-cover-amber{color:#fffaf1;background:#9a744d}.resource-cover.compact{width:48px;min-height:60px;height:60px;flex:0 0 48px;padding:8px;border-radius:5px 9px 9px 5px;box-shadow:4px 5px 11px #293a321f}.resource-cover.compact>span{font-size:5px;letter-spacing:.1em}.resource-cover.compact>svg{margin-top:auto;margin-bottom:auto}.resource-cover.compact:after{display:none}.resource-card-copy{min-width:0;padding:10px 6px 7px 0;display:flex;flex-direction:column;align-items:flex-start}.resource-card-meta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#7b8781;font-size:11px}.resource-card-meta span{display:inline-flex;align-items:center;gap:5px}.resource-card-copy h2{margin:21px 0 4px;color:#2e3b36;font:600 25px/1.4 "Noto Serif SC",serif}.resource-title-button{padding:0;border:0;color:inherit;background:transparent;font:inherit;text-align:left}.resource-title-button:hover{color:var(--sage)}.resource-author{margin:0 0 9px!important;color:#89938e!important;font-size:10px!important}.resource-card-copy>p{margin:0;color:#6d7973;font-size:13px;line-height:1.82}.resource-progress{margin:11px 0 0!important;display:inline-flex;align-items:center;gap:6px;color:#456b5e!important;font-size:11px!important;font-weight:700}.resource-tags{margin:16px 0 20px;display:flex;flex-wrap:wrap;gap:6px}.resource-tags span,.article-paper>header>div span{padding:5px 8px;border-radius:999px;color:#66776f;background:#edf2ee;font-size:10px}.resource-open-button{margin-top:auto;padding:0;border:0;color:var(--sage-dark);background:transparent;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700}.resource-open-button:hover{gap:10px}.resource-reader{padding:38px 5.5vw 92px}.reader-toolbar{min-height:44px;margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#7d8883;font-size:11px}.reader-toolbar button{height:40px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;border:1px solid #d5ddd8;border-radius:9px;color:#53665e;background:#fffefbdb;font-size:12px;font-weight:600}.reader-toolbar button:hover{color:var(--sage-dark);background:#edf3ef}.book-reader-layout{width:min(1280px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,930px) 330px;justify-content:center;align-items:start;gap:28px}.book-reader-layout>.reader-paper{grid-column:1;grid-row:1}.book-reader-layout>.chapter-sidebar{grid-column:2;grid-row:1}.chapter-sidebar{position:sticky;top:98px;max-height:calc(100vh - 122px);overflow-y:auto;padding:22px 16px 17px;border:1px solid #dde3de;border-radius:15px;background:#fffefbd1}.chapter-book-meta{padding:4px 7px 20px;display:flex;align-items:center;gap:15px;border-bottom:1px solid #e4e8e4}.chapter-sidebar .resource-cover.compact{width:70px;min-height:88px;height:88px;flex-basis:70px;padding:11px}.chapter-sidebar .resource-cover.compact>span{font-size:6px;letter-spacing:.14em}.chapter-sidebar .resource-cover.compact>svg{width:31px;height:31px}.chapter-book-meta>div:last-child{min-width:0;display:grid;gap:3px}.chapter-book-meta span,.chapter-book-meta small{color:#929b96;font-size:11px}.chapter-book-meta strong{overflow:hidden;color:#3b4b44;font:600 18px/1.45 "Noto Serif SC",serif;text-overflow:ellipsis;white-space:nowrap}.chapter-sidebar>p{margin:20px 9px 10px;color:#8a9590;font-size:11px;font-weight:700;letter-spacing:.2em}.chapter-sidebar nav{width:100%;height:auto;display:grid;justify-content:stretch;align-items:stretch;gap:4px}.chapter-sidebar nav button{width:100%;min-height:56px;padding:10px 11px;border:1px solid transparent;border-radius:9px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;justify-self:stretch;gap:8px;color:#65736d;background:transparent;text-align:left;font-size:14px;line-height:1.55}.chapter-sidebar nav button span{color:#a0aaa5;font:600 11px "Noto Serif SC",serif}.chapter-sidebar nav button:hover{background:#f0f4f1}.chapter-sidebar nav button.active{color:#315348;border-color:#cad9d0;background:#e7efea;font-weight:700}.reader-paper{min-height:790px;padding:clamp(44px,6vw,82px) clamp(34px,7vw,92px) 42px;border:1px solid #e0e3df;border-radius:3px 13px 13px 3px;background:#fffefb;box-shadow:0 18px 42px #2d3c3512,inset 7px 0 #f0f1ec}.reader-paper>header{margin-bottom:38px;padding-bottom:25px;border-bottom:1px solid #e5e8e4}.reader-paper>header>span{color:#718077;font-size:10px;font-weight:700;letter-spacing:.16em}.reader-paper>header h1{margin:12px 0 0;color:#29352f;font:600 clamp(30px,3.1vw,45px)/1.35 "Noto Serif SC",serif;letter-spacing:-.025em}.markdown-content{color:#45524c;font-size:16px;line-height:2}.markdown-content h2{margin:44px 0 15px;color:#2f4038;font:600 26px/1.5 "Noto Serif SC",serif}.markdown-content h3{margin:32px 0 12px;color:#35483f;font:600 21px/1.5 "Noto Serif SC",serif}.markdown-content h4{margin:28px 0 10px;font-size:16px}.markdown-content p{margin:0 0 20px}.markdown-content ul,.markdown-content ol{margin:4px 0 24px;padding-left:24px;display:grid;gap:8px}.markdown-content li{padding-left:4px}.markdown-content strong{color:#2e493e}.markdown-content code{padding:2px 5px;border-radius:4px;color:#7b5141;background:#f4ece8;font-size:.9em}.markdown-content a{color:var(--sage);text-underline-offset:3px}.markdown-content blockquote{margin:29px 0;padding:16px 20px;border-left:3px solid #718f82;color:#53665e;background:#f1f5f2;font:500 17px/1.85 "Noto Serif SC",serif}.markdown-content hr{margin:38px 0;border:0;border-top:1px solid #e0e5e1}.markdown-content figure{margin:32px 0 38px}.markdown-content figure img{width:100%;height:auto;display:block;border-radius:13px;border:1px solid #dfe5e1;background:#eef3ef}.markdown-content figcaption{margin-top:9px;color:#8a9590;text-align:center;font-size:10px;line-height:1.6}.reader-pagination{margin-top:52px;padding-top:24px;border-top:1px solid #e3e7e3;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px}.reader-pagination>span{color:#909a95;font-size:10px}.reader-pagination button{width:146px;min-height:42px;padding:0 14px;border:0;border-radius:8px;display:inline-flex;align-items:center;gap:6px;color:var(--sage-dark);background:#edf3ef;font-size:12px;font-weight:700}.reader-pagination button:first-child{justify-self:start}.reader-pagination button:last-child{justify-self:end}.reader-pagination button:disabled{opacity:.38;cursor:default}.article-reader{width:min(1140px,100%);margin:0 auto}.article-paper{min-height:0;border-radius:13px;box-shadow:0 18px 42px #2d3c3512}.article-paper>header{text-align:center}.article-paper>header>p{max-width:650px;margin:16px auto 18px;color:#6d7973;font-size:14px;line-height:1.8}.article-paper>header>div{display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.resource-comments{margin-top:54px;padding-top:32px;border-top:1px solid #dfe5e1}.resource-comments>header{margin-bottom:19px}.resource-comments>header>div{display:flex;align-items:center;gap:8px;color:#40584f}.resource-comments>header h2{margin:0;font:600 21px "Noto Serif SC",serif}.resource-comments>header span{min-width:22px;height:22px;padding:0 6px;display:grid;place-items:center;border-radius:11px;color:#587167;background:#e8f0eb;font-size:10px;font-weight:700}.resource-comments>header p{margin:7px 0 0;color:#8a9590;font-size:11px}.resource-comments form{position:relative;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:10px;margin-bottom:25px}.comment-avatar{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--sage);font-size:12px;font-weight:700}.comment-avatar{overflow:hidden}.comment-avatar img{width:100%;height:100%;object-fit:cover}.resource-comments textarea{width:100%;min-height:96px;padding:12px 122px 50px 13px;resize:vertical;border:1px solid #d5ded8;border-radius:9px;outline:0;color:#3c4943;background:#fbfcfa;font-size:13px;line-height:1.65}.resource-comments textarea:focus{border-color:#8ca699;box-shadow:0 0 0 3px #456b5e1a}.resource-comments textarea::placeholder{color:#a5aea9}.resource-comments form button,.comment-login button{min-height:39px;padding:0 12px;border:1px solid var(--sage);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:var(--sage);font-size:11px;font-weight:700}.resource-comments form button{position:absolute;right:10px;bottom:10px}.resource-comments form button:disabled{opacity:.42;cursor:default}.comment-submit-error{position:absolute;left:46px;bottom:-20px;margin:0;color:#a14f3a;font-size:11px}.comment-login{min-height:64px;margin-bottom:24px;padding:12px 14px;display:flex;align-items:center;gap:10px;border:1px solid #d9e2dc;border-radius:10px;color:#6e7a74;background:#f1f5f2;font-size:11px}.comment-banned{min-height:58px;margin-bottom:24px;padding:12px 14px;display:flex;align-items:center;gap:9px;border:1px solid #ead4cc;border-radius:10px;color:#9b503d;background:#fff7f3;font-size:12px}.comment-login span{flex:1}.comment-list{display:grid;gap:0}.comment-list>article{position:relative;padding:18px 34px 18px 0;display:grid;grid-template-columns:36px minmax(0,1fr);gap:11px;border-top:1px solid #e6e9e6}.comment-list>article>div header{display:flex;align-items:center;gap:10px}.comment-list>article strong{color:#405149;font-size:12px}.comment-list>article time{color:#9aa39f;font-size:9px}.comment-list>article p{margin:7px 0 0;color:#596760;font-size:13px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.comment-delete{position:absolute;top:15px;right:0;width:30px;height:30px;border:0;border-radius:7px;display:grid;place-items:center;color:#9ba39f;background:transparent}.comment-delete:hover{color:#9a5448;background:#f7eae7}.comment-empty{margin:0;padding:26px 12px;border-top:1px solid #e6e9e6;color:#929c97;text-align:center;font-size:11px}.audio-dock{position:fixed;z-index:18;bottom:16px;left:50%;transform:translate(-50%);width:min(1500px,calc(100vw - 32px));min-height:96px;display:grid;grid-template-columns:minmax(280px,1fr) auto auto;align-items:center;gap:22px;padding:18px 20px 16px;background:#232d29f7;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 18px 50px #16211c47}.audio-copy{display:flex;align-items:center;gap:14px;min-width:0}.audio-icon{width:42px;height:42px;flex:0 0 42px;border-radius:50%;background:#4a6158;display:grid;place-items:center;color:#d9e6df}.audio-copy>div:last-child{display:grid;min-width:0}.audio-copy span{color:#aebbb5;font-size:10px;letter-spacing:.08em;margin-bottom:5px}.audio-copy strong{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audio-progress{position:absolute;left:20px;right:20px;bottom:4px;height:18px;display:flex;align-items:center;gap:9px}.audio-progress input{width:100%;height:18px;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;cursor:pointer;touch-action:none}.audio-progress input::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(90deg,#9bc3ae 0 var(--audio-progress),#4b5752 var(--audio-progress) 100%)}.audio-progress input::-moz-range-track{height:4px;border-radius:999px;background:#4b5752}.audio-progress input::-moz-range-progress{height:4px;border-radius:999px;background:#9bc3ae}.audio-progress input::-webkit-slider-thumb{width:13px;height:13px;margin-top:-4.5px;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:2px solid #2d3a35;border-radius:50%;background:#dce9e2;box-shadow:0 0 0 2px #dce9e22e}.audio-progress input::-moz-range-thumb{width:11px;height:11px;border:2px solid #2d3a35;border-radius:50%;background:#dce9e2;box-shadow:0 0 0 2px #dce9e22e}.audio-progress input:focus-visible{outline:none}.audio-progress input:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px #9bc3ae5c}.audio-progress output{flex:0 0 32px;color:#b9c7c0;font-size:9px;text-align:right;font-variant-numeric:tabular-nums}.audio-options,.audio-playback{display:flex;align-items:center;gap:8px}.audio-options{justify-content:center}.audio-options>button:not(.loop-button){height:32px;padding:0 9px;border:1px solid #55655e;border-radius:8px;color:#dce5e0;background:#33433d;display:flex;align-items:center;gap:6px;font-size:10px;white-space:nowrap}.audio-options>button:not(.loop-button):hover{background:#46574f;border-color:#71827a}.audio-options>button:disabled{opacity:.45;cursor:default}.audio-playback{justify-content:flex-end;padding-left:5px;border-left:1px solid #4b5a53}.small-icon{width:29px;height:29px;color:#c8d1cd}.small-icon:hover{background:#46534d}.play-button{width:43px;height:43px;border:0;border-radius:50%;color:#2d3a35;background:#dce9e2;display:grid;place-items:center}.play-button:hover{background:#fff}.audio-setting{display:flex;align-items:center;gap:5px;margin-left:7px;color:#9faaa5;font-size:10px}.audio-setting button,.loop-button{color:#e2e8e4;background:transparent;border:0;font-size:10px;padding:6px;border-radius:6px}.audio-setting button:hover,.loop-button:hover,.loop-button.active{background:#4a5a53}.volume-setting{position:relative}.volume-setting input{width:56px;accent-color:#9bc3ae}.volume-setting output{position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-15%);min-width:38px;padding:4px 6px;border:1px solid #66766e;border-radius:6px;color:#edf4f0;background:#33433d;font-size:10px;text-align:center;opacity:0;pointer-events:none;transition:opacity .16s ease}.volume-setting:hover output,.volume-setting:focus-within output{opacity:1}.loop-button{display:flex;align-items:center;gap:4px;color:#aeb8b3}.guide-panel{position:fixed;z-index:17;right:0;top:120px;bottom:132px;width:50px;display:flex;align-items:center;pointer-events:none;transition:width .25s ease}.guide-panel.open{width:460px}.guide-handle{flex:0 0 50px;width:50px;min-height:118px;padding:13px 0;border:1px solid #ccd7d0;border-right:0;border-radius:14px 0 0 14px;color:var(--sage-dark);background:#fffefbf5;box-shadow:-8px 10px 28px #293a321f;display:grid;place-items:center;align-content:center;gap:9px;pointer-events:auto}.guide-handle span{writing-mode:vertical-rl;letter-spacing:.2em;font-size:11px;font-weight:700}.guide-surface{flex:0 0 410px;width:410px;height:min(680px,100%);overflow:auto;padding:30px 28px;background:#fffefbfa;border:1px solid #d8dfda;border-right:0;box-shadow:-14px 18px 42px #26352e21;opacity:0;transform:translate(410px);visibility:hidden;pointer-events:none;transition:transform .25s ease,opacity .2s ease,visibility .25s}.guide-panel.open .guide-surface{opacity:1;transform:translate(0);visibility:visible;pointer-events:auto}.guide-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:0 0 23px;padding:4px;background:#edf1ee;border-radius:10px}.guide-tabs button{height:42px;border:0;border-radius:7px;background:transparent;color:#77827d;display:flex;align-items:center;justify-content:center;gap:7px;font-size:13px}.guide-tabs button.active{color:var(--sage-dark);background:#fff;box-shadow:0 2px 9px #29393214;font-weight:700}.guide-content h3{margin:0 0 10px;font:600 21px "Noto Serif SC",SimSun,Songti SC,serif}.guide-content>p{margin:0 0 24px;color:var(--muted);font-size:14px;line-height:1.8}.guide-content ol{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:14px}.guide-content li{position:relative;padding-left:18px;display:grid;gap:3px}.guide-content li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:#86a695}.guide-content li strong{color:#40534c;font:600 15px "Noto Serif SC",SimSun,Songti SC,serif}.guide-content li span{color:#7b8681;font-size:13px;line-height:1.75}.method-overview{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #e1e7e3}.method-overview>p{margin:0 0 17px;color:var(--muted);font-size:14px;line-height:1.8}.method-overview article{margin-top:15px}.method-overview article strong{color:#40534c;font:600 15px "Noto Serif SC",SimSun,Songti SC,serif}.method-overview article p{margin:5px 0 0;color:#78847e;font-size:13px;line-height:1.75}.guide-link{width:100%;min-height:41px;padding:0 12px;border:1px solid #c9d6ce;border-radius:9px;color:var(--sage-dark);background:#f4f7f4;text-decoration:none;display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700}.guide-link svg:last-child{margin-left:auto}.guide-link:hover{background:#e9f0eb}.tips-content{display:grid;gap:17px}.tips-content article{display:grid;grid-template-columns:24px 1fr;gap:8px;padding-bottom:16px;border-bottom:1px solid #e5e9e6}.tips-content article>span{color:#9a6a57;font:600 14px "Noto Serif SC",SimSun,Songti SC,serif}.tips-content article h3{font-size:17px;margin-bottom:6px}.tips-content article p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}.gains-guide-content .method-overview>p{margin-bottom:12px}.gains-guide-content>p{margin-bottom:16px}.gain-examples{list-style:none;margin:0;padding:0;display:grid;gap:8px}.gain-examples li{position:relative;padding:9px 12px 9px 28px;border:1px solid #e0e6e2;border-radius:9px;color:#56665f;background:#f7f9f7;font-size:13px;line-height:1.65}.gain-examples li:before{content:"";position:absolute;left:13px;top:17px;width:6px;height:6px;border-radius:50%;background:#86a695}.goals-hero{min-height:calc(100vh - 76px);align-items:center}.goals-work-hero{padding-bottom:58px}.goals-workspace{padding:0 5.5vw 90px}.goals-section{min-width:0}.goal-nav-heading{min-height:36px;margin:0 6px 8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.goal-nav-heading>p{margin:0;color:#7a8781;font-size:10px;font-weight:700;letter-spacing:.18em}.goal-nav-heading>button{width:30px;height:30px;border:0;border-radius:8px;color:var(--sage);background:#edf3ef;display:grid;place-items:center}.goal-nav-heading>button:hover{color:#fff;background:var(--sage)}.goal-nav-list{display:grid;gap:4px}.goal-nav-item{position:relative;min-width:0;border:1px solid transparent;border-radius:10px;transition:background .18s ease,border-color .18s ease}.goal-nav-item:hover{background:#f0f4f1}.goal-nav-item.active{background:#e7efea;border-color:#cad9d0}.goal-nav .goal-select-button{padding-right:8px;border:0;background:transparent}.goal-nav-item.active .goal-select-button{color:#29493e;background:transparent}.goal-nav-empty{padding:24px 12px 12px;color:#89938e;text-align:center}.goal-nav-empty p{margin:0 0 10px;font-size:12px}.goal-nav-empty button{height:34px;padding:0 11px;border:1px solid #cad8d0;border-radius:8px;color:var(--sage);background:#fff;display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700}.goal-title-editor{min-width:0;flex:1 1 760px;display:flex;align-items:center;gap:12px}.goal-title-editor>div{min-width:0;flex:1;display:flex;align-items:center;gap:13px}.goal-title-editor h2{min-width:0;overflow-wrap:anywhere;color:#914f36}.goal-title-editor>input{width:min(760px,100%);height:54px;padding:0 14px;border:1px solid #93aa9e;border-radius:10px;outline:0;color:var(--ink);background:#fffefb;font:600 clamp(24px,2.4vw,36px) "Noto Serif SC",serif;box-shadow:0 0 0 4px #648b791c}.goal-title-icon{width:45px;height:45px;flex:0 0 45px;border:1px solid #d9e2dc;border-radius:13px;display:grid;place-items:center;color:#8d5039;background:#f5eee9}.goal-title-action{flex:0 0 36px;width:36px;height:36px;margin-top:3px;padding:0;border:1px solid #d5dfd9;border-radius:9px;color:#61776d;background:#eaf0ec;display:grid;place-items:center}.goal-title-editor h2+.goal-title-action{margin-left:5px}.goal-title-action:hover{color:#fff;border-color:var(--sage);background:var(--sage)}.goal-title-delete:hover{color:#9b5548;background:#f7e8e4}.goals-section>.section-heading{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:16px}.goal-heading-controls{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.goal-heading-controls .heading-actions{justify-content:flex-end}.goals-section{display:block}.goals-section>.section-heading{grid-area:heading}.goals-section>.guest-banner{grid-area:guest}.goal-records-card{overflow:hidden;border:1px solid #dde2dd;border-radius:15px;background:var(--paper);box-shadow:0 12px 32px #31433b0d}.goals-section>.goal-records-card{grid-area:feelings}.guest-banner+.goal-records-card{border-top:0;border-radius:0 0 15px 15px}.goal-record-head,.goal-record-row{display:grid;grid-template-columns:118px minmax(300px,1fr) 138px 116px 116px 48px}.goal-record-head{min-height:58px;color:#607069;background:#f1f3ef;border-bottom:1px solid #dfe4df;font-size:11px;font-weight:700;letter-spacing:.05em}.goal-record-head span{padding:0 18px;border-right:1px solid #dfe4df;display:flex;align-items:center}.goal-record-head span:last-child{border-right:0}.goal-record-row{min-height:112px;border-bottom:1px solid #e6e9e6}.goal-record-list>.goal-record-row:nth-child(2n){background:#fafbf9}.goal-record-row:last-child{border-bottom:0}.goal-record-row:focus-within{box-shadow:inset 0 0 0 1px #4b77631f}.goal-record-cell{min-width:0;padding:18px;border-right:1px solid #e6e9e6;display:flex;align-items:center}.goal-record-cell:last-child{border-right:0}.goal-record-meta{display:grid;place-content:center;gap:5px;text-align:center}.goal-record-meta strong{color:#3f5e52;font:600 17px "Noto Serif SC",serif}.goal-record-meta span{color:#8a9590;white-space:pre-line;font-size:10px;line-height:1.45}.goal-record-cell.goal-record-meta,.goal-action-cell.goal-record-meta{display:grid;grid-auto-flow:row;place-content:center;justify-items:center;gap:5px;text-align:center}.goal-feeling-cell textarea{width:100%;min-height:1.65em;padding:0;border:0;outline:0;resize:none;overflow:hidden;field-sizing:content;color:#34403c;background:transparent;font-size:15px;line-height:1.65}.goal-feeling-cell textarea::placeholder{color:#abb2ae}.goal-emotion-cell,.goal-status-cell{justify-content:center}.goal-record-actions{justify-content:center;padding:8px}.goal-record-row:hover .delete-button{opacity:1}.goal-actions-section{grid-area:actions;margin-top:0}.goal-subsection-heading{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.goal-subsection-heading h3{margin:0;color:#33423c;font:600 clamp(23px,2.1vw,31px)/1.4 "Noto Serif SC",serif}.goal-subsection-heading button{flex-shrink:0}.goal-actions-card{overflow:hidden;border:1px solid #dde2dd;border-radius:15px;background:var(--paper);box-shadow:0 12px 32px #31433b0d}.goal-action-head,.goal-action-row{display:grid;grid-template-columns:98px minmax(190px,.9fr) minmax(230px,1.1fr) 132px 108px 108px 44px}.goal-action-head{min-height:58px;color:#607069;background:#f1f3ef;border-bottom:1px solid #dfe4df;font-size:11px;font-weight:700;letter-spacing:.03em}.goal-action-head span{padding:0 16px;border-right:1px solid #dfe4df;display:flex;align-items:center;line-height:1.5}.goal-action-head span:last-child{border-right:0}.goal-action-row{min-height:112px;border-bottom:1px solid #e6e9e6}.goal-action-list>.goal-action-row:nth-child(2n){background:#fafbf9}.goal-action-row:last-child{border-bottom:0}.goal-action-row:focus-within{box-shadow:inset 0 0 0 1px #4b77631f}.goal-action-cell{min-width:0;padding:18px;border-right:1px solid #e6e9e6;display:flex;align-items:center}.goal-action-cell:last-child{border-right:0}.goal-action-cell textarea{width:100%;min-height:1.65em;padding:0;border:0;outline:0;resize:none;overflow:hidden;field-sizing:content;color:#34403c;background:transparent;font-size:15px;line-height:1.65}.goal-action-cell textarea::placeholder{color:#abb2ae}.goal-action-remove{justify-content:center;padding:7px}.goal-action-row:hover .delete-button{opacity:1}.dual-topic-records-card{overflow:hidden;border:1px solid #dde2dd;border-radius:15px;background:var(--paper);box-shadow:0 12px 32px #31433b0d}.dual-topic-record-head,.dual-topic-record-row{display:grid;grid-template-columns:102px minmax(220px,.95fr) minmax(250px,1.08fr) 132px 108px 108px 44px}.dual-topic-record-head{min-height:58px;color:#607069;background:#f1f3ef;border-bottom:1px solid #dfe4df;font-size:11px;font-weight:700;letter-spacing:.03em}.dual-topic-record-head span{padding:0 16px;border-right:1px solid #dfe4df;display:flex;align-items:center;line-height:1.5}.dual-topic-record-head span:last-child{border-right:0}.dual-topic-record-row{min-height:112px;border-bottom:1px solid #e6e9e6}.dual-topic-record-list>.dual-topic-record-row:nth-child(2n){background:#fafbf9}.dual-topic-record-row:last-child{border-bottom:0}.dual-topic-record-row:focus-within{box-shadow:inset 0 0 0 1px #4b77631f}.dual-topic-record-cell{min-width:0;padding:18px;border-right:1px solid #e6e9e6;display:flex;align-items:center}.dual-topic-record-cell:last-child{border-right:0}.dual-topic-record-cell textarea{width:100%;min-height:1.65em;padding:0;border:0;outline:0;resize:none;overflow:hidden;field-sizing:content;color:#34403c;background:transparent;font-size:15px;line-height:1.65}.dual-topic-record-cell textarea::placeholder{color:#abb2ae}.dual-topic-record-actions{justify-content:center;padding:7px}.dual-topic-record-row:hover .delete-button{opacity:1}.dual-topic-record-list>.empty-state{min-height:250px}.benefit-topic-records-card{overflow:hidden;border:1px solid #dde2dd;border-radius:15px;background:var(--paper);box-shadow:0 12px 32px #31433b0d}.benefit-topic-record-head,.benefit-topic-record-row{display:grid;grid-template-columns:102px minmax(280px,1fr) 180px 108px 108px 60px}.benefit-topic-record-head{min-height:58px;color:#607069;background:#f1f3ef;border-bottom:1px solid #dfe4df;font-size:11px;font-weight:700;letter-spacing:.03em}.benefit-topic-record-head span{padding:0 16px;border-right:1px solid #dfe4df;display:flex;align-items:center;line-height:1.5}.benefit-topic-record-head span:last-child{justify-content:center;border-right:0}.benefit-topic-record-row{min-height:112px;border-bottom:1px solid #e6e9e6}.benefit-topic-record-list>.benefit-topic-record-row:nth-child(2n){background:#fafbf9}.benefit-topic-record-row:last-child{border-bottom:0}.benefit-topic-record-row:focus-within{box-shadow:inset 0 0 0 1px #4b77631f}.benefit-topic-record-cell{min-width:0;padding:18px;border-right:1px solid #e6e9e6;display:flex;align-items:center}.benefit-topic-record-cell:last-child{border-right:0}.benefit-topic-record-cell textarea{width:100%;min-height:1.65em;padding:0;border:0;outline:0;resize:none;overflow:hidden;field-sizing:content;color:#34403c;background:transparent;font-size:15px;line-height:1.65}.benefit-topic-record-cell textarea::placeholder{color:#abb2ae}.benefit-topic-record-actions{justify-content:center;padding:7px}.benefit-topic-record-row:hover .delete-button{opacity:1}.benefit-topic-record-list>.empty-state{min-height:250px}.dual-section .method-note{max-width:none}.goal-action-empty{min-height:250px;display:grid;place-content:center}.goal-record-method-note,.goal-method-note{width:100%;max-width:none}.goal-record-method-note{grid-area:steps-one}.goal-method-note{grid-area:steps-two}.goal-practice-tabs{width:fit-content;margin:0;padding:4px;border:1px solid #d8e0db;border-radius:12px;display:flex;gap:4px;background:#f3f5f1}.goal-practice-tabs button{min-height:42px;padding:0 16px;border:0;border-radius:9px;display:inline-flex;align-items:center;gap:9px;color:#68766f;background:transparent;font-size:13px;font-weight:700;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.goal-practice-tabs button span{min-width:34px;padding:3px 7px;border-radius:999px;color:#718079;background:#e6ebe7;font-size:10px;text-align:center}.goal-practice-tabs button.active{color:#fff;background:var(--sage);box-shadow:0 5px 14px #3757492e}.goal-practice-tabs button.active span{color:#355347;background:#eef4f0}.goals-help-card{width:min(390px,100%);min-height:190px;padding:27px 28px;border:1px solid #d7e0da;border-radius:18px;display:grid;align-content:center;gap:13px;color:#344a41;background:#fffefbe6;box-shadow:0 16px 40px #2a3b3312;text-align:left;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.goals-help-card:hover{transform:translateY(-3px);border-color:#bbcfc3;box-shadow:0 22px 46px #2a3b331f}.goals-help-card>span{display:flex;align-items:center;gap:8px;color:#6f8279;font-size:11px;font-weight:700;letter-spacing:.12em}.goals-help-card>strong{font:600 25px/1.5 "Noto Serif SC",SimSun,serif}.goals-help-card>small{display:flex;align-items:center;gap:7px;color:#7c8983;font-size:12px}.guide-english-title{margin:-3px 0 14px!important;color:#9a6a57!important;font-size:9px!important;font-weight:700;letter-spacing:.13em}.goal-rule-list{counter-reset:goal-rule;gap:10px!important}.goal-rule-list>li{grid-template-columns:30px minmax(0,1fr);align-items:start;gap:8px;padding:13px 12px!important;border:1px solid #e0e6e2;border-radius:10px;background:#f8faf8}.goal-rule-list>li:before{display:none}.goal-rule-list>li>b{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;color:#5a766a;background:#e5eee8;font:600 11px "Noto Serif SC",serif}.goal-rule-list>li>div{display:grid;gap:4px}.goal-example-groups{display:grid;gap:25px}.goal-example-groups>section{padding-bottom:23px;border-bottom:1px solid #e3e8e4}.goal-example-groups>section:last-child{padding-bottom:0;border-bottom:0}.goal-example-groups h3{margin-bottom:12px;font-size:18px}.goal-example-groups ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.goal-example-groups li{padding:10px 12px 10px 27px;border-radius:9px;color:#617068;background:#f5f8f6;font-size:12px;line-height:1.72}.goal-example-groups li:before{left:12px;top:17px}.celebration{position:fixed;z-index:90;top:112px;left:50%;transform:translate(-50%);width:min(390px,calc(100vw - 32px));padding:14px 16px;border:1px solid #bad0c3;border-radius:14px;color:#304a40;background:#f9fdfaf7;box-shadow:0 18px 48px #1f332a33;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;animation:celebration-in .35s ease both}.celebration>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--sage)}.celebration strong{display:block;font:600 15px "Noto Serif SC",serif}.celebration p{margin:3px 0 0;color:#718078;font-size:11px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.celebration-sparkle{color:#ba7a5f}@keyframes celebration-in{0%{opacity:0;transform:translate(-50%,-14px) scale(.97)}to{opacity:1;transform:translate(-50%) scale(1)}}.modal-backdrop{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;background:#1f28247a;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-modal,.emotion-modal,.confirm-modal{background:#fffefb;border-radius:20px;box-shadow:0 28px 90px #19262040;position:relative;max-height:calc(100vh - 40px);overflow:auto}.want-modal{width:min(680px,100%);padding:32px;border-radius:20px;color:#31433c;background:#fffefb;box-shadow:0 28px 90px #19262040}.want-modal h2{margin:0;font:600 30px "Noto Serif SC",serif}.want-option-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.want-option{min-width:0;min-height:180px;padding:22px 18px;border:1px solid #d9e1dc;border-radius:15px;display:grid;place-items:center;align-content:center;gap:10px;color:#40534b;background:#f8faf8;text-align:center;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.want-option:hover{transform:translateY(-3px);border-color:#9bb1a5;box-shadow:0 13px 28px #2d42381c}.want-option:focus-visible{outline:3px solid rgba(75,119,99,.24);outline-offset:2px}.want-option>span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#ffffffb8}.want-option strong{font:600 20px "Noto Serif SC",serif}.want-option small{color:#7d8983;font-size:11px;line-height:1.65}.want-option.tone-approval{color:#8d4e3d;background:#fbf3ef;border-color:#ead9d1}.want-option.tone-control{color:#3f5e73;background:#f1f6f8;border-color:#d6e2e8}.want-option.tone-safety{color:#416b58;background:#f0f6f2;border-color:#d4e2da}.want-option.selected{border-color:currentColor;box-shadow:inset 0 0 0 1px currentColor,0 12px 28px #2d42381a}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.profile-modal-backdrop{z-index:80;padding:28px}.profile-modal{width:min(1120px,100%);height:min(860px,calc(100vh - 56px));min-height:min(720px,calc(100vh - 56px));overflow:hidden;padding:30px;border-radius:22px;color:#31433c;background:#fffefb;box-shadow:0 28px 90px #19262040;display:flex;flex-direction:column}.profile-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid #e5e9e5}.profile-modal-header h2{margin:5px 0 0;font:600 32px "Noto Serif SC",serif}.modal-close{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:1px solid #dbe2dd;border-radius:50%;color:#5b6e65;background:#f7f9f7}.modal-close:hover{color:#31433c;background:#edf3ef}.profile-layout{min-height:0;flex:1;display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px;padding-top:24px}.profile-settings-card,.profile-progress-card{border:1px solid #e0e5e1;border-radius:18px;background:#fff}.profile-settings-card{padding:24px;align-self:start}.profile-avatar-editor{display:grid;justify-items:center;gap:9px;margin-bottom:24px}.profile-avatar-button{position:relative;width:112px;height:112px;padding:0;overflow:hidden;border:1px solid #cad8d0;border-radius:50%;color:#fff;background:#527768;box-shadow:0 10px 25px #38574924}.profile-avatar-button>img{width:100%;height:100%;object-fit:cover}.profile-avatar-button>span{width:100%;height:100%;display:grid;place-items:center;font:600 38px "Noto Serif SC",serif}.profile-avatar-button>em{position:absolute;inset:auto 0 0;height:34px;display:flex;align-items:center;justify-content:center;gap:5px;color:#fff;background:#1c2d26c7;font-size:11px;font-style:normal;transform:translateY(100%);transition:transform .18s ease}.profile-avatar-button:hover>em,.profile-avatar-button:focus-visible>em{transform:translateY(0)}.profile-remove-avatar{padding:3px 6px;border:0;color:#7e8c85;background:transparent;font-size:11px}.profile-field-error{color:#a45744;text-align:center}.profile-name-field{display:grid;gap:8px;color:#65756e;font-size:12px}.profile-name-field input{height:44px;padding:0 13px;border:1px solid #d9e1dc;border-radius:10px;color:#31433c;background:#fbfcfb;font-size:14px}.profile-name-field input:focus{outline:3px solid rgba(75,119,99,.14);border-color:#87a393}.profile-email{display:grid;gap:4px;margin-top:16px;padding:14px 0;border-top:1px solid #edf0ed;color:#7d8983;font-size:11px}.profile-email strong{overflow:hidden;color:#51625a;font-size:12px;text-overflow:ellipsis}.profile-save{width:100%;justify-content:center;margin-top:8px}.profile-progress-card{min-width:0;min-height:0;overflow:hidden;padding:24px;display:flex;flex-direction:column}.profile-progress-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.profile-progress-heading h3{margin:5px 0 0;display:flex;align-items:center;gap:8px;font:600 23px "Noto Serif SC",serif}.profile-progress-totals{display:flex;gap:8px}.profile-progress-totals>strong{min-width:78px;padding:10px 12px;display:grid;justify-items:center;border:1px solid #dfe5e1;border-radius:12px;color:#385d4d;font:600 22px "Noto Serif SC",serif;background:#fafbf9}.profile-progress-totals small{margin-top:2px;color:#7c8a83;font:10px sans-serif}.heatmap-legend{margin:20px 0 14px;display:flex;justify-content:flex-end;gap:16px;color:#7a8981;font-size:10px}.heatmap-legend span{display:flex;align-items:center;gap:5px}.heatmap-legend i{width:11px;height:11px;border:1px solid #d8e0db;border-radius:3px;background:#edf1ee}.heatmap-legend i.complete{border-color:#4e826a;background:#5f987c}.profile-heatmap-groups{min-height:0;overflow-y:auto;scrollbar-gutter:stable;display:grid;align-content:start;gap:14px;padding-right:8px}.profile-heatmap-group{display:grid;grid-template-columns:minmax(150px,210px) minmax(0,1fr);align-items:center;gap:16px}.profile-heatmap-label{min-width:0;display:flex;justify-content:space-between;gap:8px;color:#566860;font-size:11px}.profile-heatmap-label strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profile-heatmap-label span{color:#8a9791}.profile-heatmap-grid{min-height:18px;display:grid;grid-template-columns:repeat(auto-fill,16px);gap:5px}.profile-heatmap-grid>span{width:16px;height:16px;border:1px solid #d8e0db;border-radius:4px;background:#edf1ee;box-shadow:inset 0 0 0 1px #ffffff7a}.profile-heatmap-grid>span.complete{border-color:#4d8069;background:#5f987c}.profile-heatmap-grid>span:hover{transform:scale(1.14);box-shadow:0 3px 8px #2944382e}.profile-heatmap-empty{min-height:260px;display:grid;place-items:center;align-content:center;gap:8px;color:#85918b;text-align:center}.profile-heatmap-empty strong{color:#506159;font:600 17px "Noto Serif SC",serif}.profile-heatmap-empty span{font-size:11px}.account-avatar{overflow:hidden}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-menu-profile{display:flex;align-items:center;gap:10px;margin-bottom:10px}.account-menu-profile .account-avatar{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--sage)}.account-menu-profile>div{min-width:0;display:grid}.account-menu-profile strong,.account-menu-profile span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu .account-settings-button{color:#405f52}.auth-modal{width:min(430px,100%);padding:35px}.close-button{position:absolute;top:14px;right:14px;width:34px;height:34px}.icon-button:hover{background:#edf1ee;color:var(--ink)}.auth-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:var(--sage);background:var(--sage-soft);margin-bottom:24px}.auth-modal h2,.emotion-modal h2{font:600 29px "Noto Serif SC",serif;margin:0}.modal-copy{color:var(--muted);font-size:12px;line-height:1.6;margin:9px 0 22px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#eef1ee;padding:4px;border-radius:10px;margin-bottom:20px}.auth-tabs button{border:0;background:transparent;height:36px;border-radius:7px;color:#7e8883;font-size:12px}.auth-tabs button.active{background:#fff;color:var(--ink);font-weight:700;box-shadow:0 2px 8px #2a3a3314}.auth-modal form{display:grid;gap:14px}.auth-modal label{display:grid;gap:7px;font-size:11px;font-weight:600;color:#59645f}.auth-modal input{width:100%;height:44px;border:1px solid #dce2de;border-radius:8px;padding:0 12px;outline:0;background:#fff}.auth-modal input:focus{border-color:#7d9b8c;box-shadow:0 0 0 3px #e5eee9}.password-field{position:relative;display:block}.password-field input{padding-right:42px}.password-field button{position:absolute;right:5px;top:5px;width:34px;height:34px;border:0;background:transparent;color:#7e8984;display:grid;place-items:center}.auth-modal .agreement-check{display:flex;align-items:flex-start;gap:8px;margin-top:-1px;color:#77817d;font-weight:400;line-height:1.55;cursor:pointer}.auth-modal .agreement-check input{width:15px;height:15px;flex:0 0 15px;margin:1px 0 0;padding:0;accent-color:var(--sage)}.agreement-check a{color:#456b5e;text-decoration:none;font-weight:600}.agreement-check a:hover{text-decoration:underline}.auth-submit{margin-top:4px;width:100%}.form-error{margin:-4px 0 0;color:#a4473d;font-size:11px}.local-note{text-align:center;color:#a0a8a4;font-size:10px;margin:17px 0 0}.legal-page{min-height:100vh;color:var(--ink);background:#f7f8f5}.legal-header{height:74px;padding:0 max(24px,calc((100vw - 960px)/2));border-bottom:1px solid #e1e6e2;background:#fffefbf0;display:flex;align-items:center;justify-content:space-between}.legal-brand{display:flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none;font:600 20px "Noto Serif SC",SimSun,serif}.legal-brand .brand-mark{transform:scale(.78);transform-origin:left center;margin-right:-4px}.legal-back{display:inline-flex;align-items:center;gap:5px;color:#587167;text-decoration:none;font-size:13px}.legal-back:hover{color:var(--sage-dark)}.legal-content{width:min(760px,calc(100% - 40px));margin:0 auto;padding:72px 0 84px}.legal-content h1{margin:10px 0 8px;font:600 38px "Noto Serif SC",SimSun,serif}.legal-updated{margin:0 0 42px;color:#8a938e;font-size:13px}.legal-content section{margin:0 0 31px}.legal-content h2{margin:0 0 11px;color:#40554b;font:600 20px "Noto Serif SC",SimSun,serif}.legal-content p{margin:0 0 10px;color:#5f6c65;font-size:15px;line-height:1.9}.legal-footer{padding:28px 20px;border-top:1px solid #e1e6e2;color:#8c9690;text-align:center;font-size:12px}.emotion-modal{width:min(1120px,100%);height:min(870px,calc(100vh - 40px));padding:28px;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.modal-header .icon-button{width:36px;height:36px;flex-shrink:0}.modal-header-actions{display:flex;align-items:center;gap:10px}.emotion-language-toggle{display:flex;align-items:center;padding:3px;border:1px solid #d7e0da;border-radius:9px;background:#f0f4f1}.emotion-language-toggle button{height:30px;padding:0 11px;border:0;border-radius:6px;color:#7a8781;background:transparent;font-size:11px}.emotion-language-toggle button.active{color:#35564a;background:#fff;box-shadow:0 2px 7px #2a3a331a;font-weight:700}.emotion-instruction{margin:10px 0 16px;color:var(--muted);font-size:12px}.emotion-grid-viewport{position:relative;min-height:0;flex:1;overflow:hidden}.emotion-grid-viewport:before{content:"";position:absolute;z-index:8;inset:0 0 auto;height:9px;background:#fffefb;pointer-events:none}.emotion-grid{width:100%;height:100%;min-height:0;display:grid;grid-template-columns:repeat(9,158px);gap:8px;overflow:auto;padding:9px 5px 10px}.emotion-column{--emotion-body: #f5f7f6;--emotion-head: #e8eceb;--emotion-line: #ced8d3;min-width:0;padding:0;border:1px solid var(--emotion-line);border-radius:11px;color:inherit;background:var(--emotion-body);overflow:clip;text-align:left;cursor:pointer;font:inherit;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.emotion-column.slate{--emotion-body: #f5f7f6;--emotion-head: #e8eceb;--emotion-line: #ced8d3}.emotion-column.indigo{--emotion-body: #f5f6fb;--emotion-head: #e8eaf4;--emotion-line: #ced3e3}.emotion-column.violet{--emotion-body: #f8f5fb;--emotion-head: #eee8f4;--emotion-line: #d8cde4}.emotion-column.rose{--emotion-body: #fcf5f7;--emotion-head: #f4e8ec;--emotion-line: #e2ced5}.emotion-column.orange{--emotion-body: #fdf6f1;--emotion-head: #f5e8df;--emotion-line: #e5d0c2}.emotion-column.amber{--emotion-body: #fcf9f0;--emotion-head: #f4eddc;--emotion-line: #e4d8ba}.emotion-column.green{--emotion-body: #f3f8f4;--emotion-head: #e5efe7;--emotion-line: #cadccb}.emotion-column.teal{--emotion-body: #f1f8f6;--emotion-head: #e2efec;--emotion-line: #c6dcd6}.emotion-column.blue{--emotion-body: #f3f7fb;--emotion-head: #e5edf4;--emotion-line: #cad8e4}.emotion-column:hover{border-color:#88a698;box-shadow:0 0 0 3px #648b7921,0 10px 22px #2b423714}.emotion-column:focus-visible{outline:3px solid rgba(75,119,99,.28);outline-offset:2px}.emotion-column:hover .emotion-group-button strong{filter:brightness(.97)}.emotion-group-button{position:sticky;top:0;z-index:5;width:calc(100% + 2px);min-height:58px;margin-left:-1px;color:#33453e;background:#fffefb;display:block;text-align:left}.emotion-group-button strong{width:100%;min-height:58px;padding:10px 12px;border:1px solid var(--emotion-line);border-radius:10px 10px 0 0;background:var(--emotion-head);box-shadow:0 5px 9px #3649401f;display:flex;align-items:center;font:600 18px "Noto Serif SC",serif;transition:filter .18s ease}.emotion-words{padding:8px;display:grid;gap:2px;align-content:start}.emotion-words>span{width:100%;border-radius:5px;padding:5px 6px;color:#52635c;font-size:14px;line-height:1.55;text-align:left}.emotion-column.english .emotion-group-button strong{font-family:inherit;font-size:16px;letter-spacing:-.01em}.emotion-column.english .emotion-words>span{font-size:13px;line-height:1.5}.emotion-ai{flex-shrink:0;margin-top:14px;padding:12px 16px;border:1px solid #d9e2dc;border-radius:12px;background:#f5f8f5}.ai-input-row{display:grid;grid-template-columns:1fr auto;gap:8px}.ai-input-row input{min-width:0;height:42px;border:1px solid #ccd8d0;border-radius:8px;padding:0 12px;outline:0;background:#fff;font-size:12px}.ai-input-row input:focus{border-color:#7d9b8c;box-shadow:0 0 0 3px #e5eee9}.ai-input-row .primary{height:42px}.ai-feedback{margin:10px 0 0;min-height:34px;border-radius:8px;display:flex;align-items:center;gap:12px;font-size:11px}.ai-feedback.error{color:#9b4b40}.ai-feedback.result{padding:10px 12px;color:#40584f;background:#e8f0eb}.ai-feedback.result p{margin:0;flex:1;display:grid;gap:4px}.ai-feedback.result p>span{font-size:12px}.ai-feedback.result small{color:#708078;font-size:11px;line-height:1.55}.ai-feedback.result strong{margin:0 3px}.ai-feedback.result button{border:0;color:var(--sage-dark);background:transparent;font-weight:700;text-decoration:underline;white-space:nowrap}.confirm-modal{width:min(420px,100%);padding:32px;text-align:center}.confirm-icon{width:52px;height:52px;margin:0 auto 17px;border-radius:50%;display:grid;place-items:center;color:#9b5548;background:#f7e8e4}.confirm-modal h2{margin:0 0 9px;font:600 23px "Noto Serif SC",serif}.confirm-modal p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.confirm-modal>div{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.danger-button{height:44px;border:1px solid #a95b4d;border-radius:9px;color:#fff;background:#a95b4d;font-weight:700;font-size:13px}.danger-button:hover{background:#8e473c}.toast{position:fixed;z-index:80;left:50%;top:92px;transform:translate(-50%);display:flex;align-items:center;gap:8px;color:#fff;background:#31473e;border-radius:24px;padding:10px 17px;font-size:12px;box-shadow:0 10px 28px #1e2f2733}.site-qr-code{position:fixed;z-index:26;right:22px;bottom:22px;display:grid;justify-items:end;gap:10px}.site-qr-code.raised{bottom:132px}.qr-float-item{position:relative;display:grid;justify-items:end}.qr-float-item>button{min-width:50px;height:50px;padding:0 12px;border:1px solid #ccd8d1;border-radius:14px;display:grid;grid-template-columns:auto 0fr;align-items:center;gap:0;overflow:hidden;color:#426357;background:#fffefbf5;box-shadow:0 10px 28px #293a3224;transition:grid-template-columns .2s ease,gap .2s ease,box-shadow .2s ease,transform .2s ease}.qr-float-item.customer-service-qr>button{color:#8f513f;border-color:#decfc8;background:#fffbf7f7}.qr-float-item>button span{min-width:0;overflow:hidden;white-space:nowrap;font-size:11px;font-weight:700}.qr-float-item>button:hover,.qr-float-item>button:focus-visible{grid-template-columns:auto 1fr;gap:7px;box-shadow:0 14px 34px #293a3233;transform:translateY(-2px)}.site-qr-popover{position:absolute;right:0;bottom:calc(100% + 11px);width:238px;padding:15px;border:1px solid #d6dfd9;border-radius:17px;display:grid;justify-items:center;color:#344b42;background:#fffefbfa;box-shadow:0 18px 45px #23352d33;opacity:0;visibility:hidden;transform:translateY(9px) scale(.97);transform-origin:right bottom;pointer-events:none;transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.qr-float-item>button:hover+.site-qr-popover,.qr-float-item>button:focus-visible+.site-qr-popover{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.site-qr-popover img{width:206px;height:206px;display:block;border-radius:9px;background:#fff}.site-qr-popover strong{margin-top:9px;font:600 16px/1.45 "Noto Serif SC",serif}.site-qr-popover span{margin-top:2px;color:#89938e;font-size:10px;letter-spacing:.04em}@media(max-width:1180px){.want-record-head,.want-record-row{grid-template-columns:92px minmax(260px,1fr) 160px 100px 100px 54px}.goals-section .goal-record-head,.goals-section .goal-record-row{grid-template-columns:96px minmax(250px,1fr) 126px 100px 100px 42px}.goals-section .goal-action-head,.goals-section .goal-action-row{grid-template-columns:88px minmax(170px,.85fr) minmax(200px,1fr) 120px 94px 94px 40px}.dual-topic-record-head,.dual-topic-record-row{grid-template-columns:88px minmax(170px,.86fr) minmax(195px,1fr) 118px 92px 92px 40px}.benefit-topic-record-head,.benefit-topic-record-row{grid-template-columns:88px minmax(220px,1fr) 160px 92px 92px 48px}.goals-section .goal-actions-section{margin-top:0}}@media(max-width:1100px){.site-header{grid-template-columns:170px 1fr 150px;padding:0 3vw}nav{gap:17px}nav a{font-size:12px}nav a:nth-child(3){display:none}.record-head,.record-row{grid-template-columns:88px minmax(190px,1.2fr) minmax(170px,1fr) 110px 94px 94px 40px}.record-cell{padding:12px}.like-record-head,.like-record-row{grid-template-columns:88px minmax(160px,.85fr) minmax(190px,1fr) minmax(170px,.9fr) 104px 90px 90px 40px}.want-record-head,.want-record-row{grid-template-columns:88px minmax(240px,1fr) 150px 94px 94px 50px}.audio-dock{width:calc(100vw - 24px)}.audio-copy{max-width:360px}.volume-setting{display:none}.practice-workspace,.goals-workspace{padding:0 3vw 90px}.goal-record-head,.goal-record-row{grid-template-columns:96px minmax(250px,1fr) 126px 100px 100px 42px}.goal-record-cell{padding:14px}.goal-action-head,.goal-action-row{grid-template-columns:88px minmax(170px,.85fr) minmax(200px,1fr) 120px 94px 94px 40px}.dual-topic-record-head,.dual-topic-record-row{grid-template-columns:86px minmax(165px,.85fr) minmax(190px,1fr) 116px 90px 90px 40px}.benefit-topic-record-head,.benefit-topic-record-row{grid-template-columns:86px minmax(200px,1fr) 150px 90px 90px 44px}.goal-action-cell{padding:13px}.gains-workspace{padding:0 3vw 90px}.gain-head,.gain-row{grid-template-columns:130px minmax(180px,.85fr) minmax(250px,1.35fr) minmax(180px,.9fr) 44px}.gain-cell{padding:14px}.resources-library,.resource-reader{padding-left:3vw;padding-right:3vw}.resource-card{grid-template-columns:150px minmax(0,1fr);gap:20px}.resource-cover{min-height:250px}}@media(max-width:780px){.app-shell{padding-bottom:178px}.site-header{height:64px;grid-template-columns:1fr auto;padding:0 16px}.brand small{display:none}.site-header nav{position:fixed;z-index:19;top:64px;left:0;right:0;height:44px;padding:0 8px;display:flex;gap:4px;align-items:stretch;background:#fffefbf7;border-bottom:1px solid #e6e7e2}.site-header nav a{display:none;flex:1;font-size:11px}.site-header nav a:nth-child(1),.site-header nav a:nth-child(2),.site-header nav a:nth-child(4),.site-header nav a:nth-child(5){display:grid}.login-button{font-size:0;width:41px;padding:0;justify-content:center}.login-button svg{width:20px;height:20px}.account-button{font-size:0;padding:0 6px}.account-button>span{font-size:12px}.hero{padding:91px 20px 40px;display:grid;gap:28px}.hero h1{font-size:38px}.hero-copy>p:last-child{font-size:14px}.hero-summary{width:100%}.hero-summary>div{flex:1;min-height:92px}.practice-workspace{padding:0 16px 60px}.practice-nav{top:126px;bottom:184px;width:min(328px,calc(100vw - 8px));transform:translate(calc(-100% + 50px))}.practice-nav.open{transform:translate(0)}.practice-nav-surface{flex-basis:calc(100% - 50px);width:calc(100% - 50px)}.section-heading{align-items:stretch;display:grid;gap:20px}.section-heading h2{font-size:27px}.section-heading p:not(.step-label){line-height:1.65}.heading-actions{width:100%}.heading-actions button{flex:1;padding:0 10px}.goals-workspace{padding:0 16px 60px}.goal-heading-controls{display:grid;gap:10px}.goal-heading-controls .heading-actions,.goal-practice-tabs{width:100%}.goal-practice-tabs button{flex:1;justify-content:center;padding:0 9px;font-size:12px}.goal-records-card{overflow:visible;border:0;background:transparent;box-shadow:none}.guest-banner+.goal-records-card{border:0}.goal-record-head{display:none}.goal-record-list{display:grid;gap:12px;margin-top:12px}.goal-record-row{display:grid;grid-template-columns:1fr 1fr auto;min-height:0;overflow:hidden;border:1px solid #dde2dd;border-radius:13px;background:var(--paper)}.goal-record-cell{padding:15px;border:0;display:grid;align-items:stretch}.goal-record-cell:before{content:attr(data-label);margin-bottom:8px;color:#87908c;font-size:10px;font-weight:700;letter-spacing:.03em}.goal-record-meta{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e8e5;text-align:left}.goal-record-meta:before{margin:0 auto 0 0}.goal-feeling-cell,.goal-record-row .goal-emotion-cell{grid-column:1 / -1;border-bottom:1px solid #e5e8e5}.goal-status-cell{justify-content:stretch}.goal-status-cell:nth-child(5){border-left:1px solid #e5e8e5}.goal-record-actions{grid-column:3;grid-row:4;padding:8px;border-left:1px solid #e5e8e5;display:flex;align-items:center}.goal-record-actions:before{display:none}.goal-record-actions .delete-button{opacity:1}.goal-subsection-heading{align-items:stretch;display:grid}.goal-subsection-heading button{width:100%}.goal-actions-card{overflow:visible;border:0;background:transparent;box-shadow:none}.goal-action-head{display:none}.goal-action-list{display:grid;gap:12px}.goal-action-row{display:grid;grid-template-columns:1fr 1fr auto;min-height:0;overflow:hidden;border:1px solid #dde2dd;border-radius:13px;background:var(--paper)}.goal-action-cell{grid-column:1 / -1;padding:15px;border:0;border-bottom:1px solid #e5e8e5;display:grid;align-items:stretch}.goal-action-cell:before{content:attr(data-label);margin-bottom:8px;color:#87908c;font-size:10px;font-weight:700;letter-spacing:.03em}.goal-action-row .goal-record-meta{display:flex;align-items:center;justify-content:space-between;text-align:left}.goal-action-row .goal-record-meta:before{margin:0 auto 0 0}.goal-action-row .goal-emotion-cell{grid-column:1 / -1}.goal-action-row .goal-status-cell{grid-column:auto;border-bottom:0}.goal-action-row .goal-status-cell:nth-child(6){border-left:1px solid #e5e8e5}.goal-action-remove{grid-column:3;grid-row:5;padding:8px;border-left:1px solid #e5e8e5;border-bottom:0;display:flex;align-items:center}.goal-action-remove:before{display:none}.goal-action-remove .delete-button{opacity:1}.dual-topic-records-card{overflow:visible;border:0;background:transparent;box-shadow:none}.dual-topic-record-head{display:none}.dual-topic-record-list{display:grid;gap:12px;margin-top:12px}.dual-topic-record-row{display:grid;grid-template-columns:1fr 1fr auto;min-height:0;overflow:hidden;border:1px solid #dde2dd;border-radius:13px;background:var(--paper)}.dual-topic-record-cell{grid-column:1 / -1;padding:15px;border:0;border-bottom:1px solid #e5e8e5;display:grid;align-items:stretch}.dual-topic-record-cell:before{content:attr(data-label);margin-bottom:8px;color:#87908c;font-size:10px;font-weight:700;letter-spacing:.03em}.dual-topic-record-row .goal-record-meta{display:flex;align-items:center;justify-content:space-between;text-align:left}.dual-topic-record-row .goal-record-meta:before{margin:0 auto 0 0}.dual-topic-record-row .goal-status-cell{grid-column:auto;border-bottom:0}.dual-topic-record-row .goal-status-cell:nth-child(6){border-left:1px solid #e5e8e5}.dual-topic-record-actions{grid-column:3;grid-row:5;padding:8px;border-left:1px solid #e5e8e5;border-bottom:0;display:flex;align-items:center}.dual-topic-record-actions:before{display:none}.dual-topic-record-actions .delete-button{opacity:1}.benefit-topic-records-card{overflow:visible;border:0;background:transparent;box-shadow:none}.benefit-topic-record-head{display:none}.benefit-topic-record-list{display:grid;gap:12px;margin-top:12px}.benefit-topic-record-row{display:grid;grid-template-columns:1fr 1fr auto;min-height:0;overflow:hidden;border:1px solid #dde2dd;border-radius:13px;background:var(--paper)}.benefit-topic-record-cell{grid-column:1 / -1;padding:15px;border:0;border-bottom:1px solid #e5e8e5;display:grid;align-items:stretch}.benefit-topic-record-cell:before{content:attr(data-label);margin-bottom:8px;color:#87908c;font-size:10px;font-weight:700;letter-spacing:.03em}.benefit-topic-record-row .goal-record-meta{display:flex;align-items:center;justify-content:space-between;text-align:left}.benefit-topic-record-row .goal-record-meta:before{margin:0 auto 0 0}.benefit-topic-record-row .goal-status-cell{grid-column:auto;border-bottom:0}.benefit-topic-record-row .goal-status-cell:nth-child(5){border-left:1px solid #e5e8e5}.benefit-topic-record-actions{grid-column:3;grid-row:4;padding:8px;border-left:1px solid #e5e8e5;border-bottom:0;display:flex;align-items:center}.benefit-topic-record-actions:before{display:none}.benefit-topic-record-actions .delete-button{opacity:1}.gains-workspace{padding:0 16px 60px}.gains-card{overflow:visible;border:0;background:transparent;box-shadow:none}.guest-banner+.gains-card{border:0}.gain-head{display:none}.gain-list{display:grid;gap:12px;margin-top:12px}.gain-row{display:grid;grid-template-columns:1fr auto;min-height:0;overflow:hidden;border:1px solid #dde2dd;border-radius:13px;background:var(--paper)}.gain-cell{grid-column:1;padding:15px;border:0;border-bottom:1px solid #e5e8e5;display:grid;align-items:stretch}.gain-cell:before{content:attr(data-label);margin-bottom:8px;color:#87908c;font-size:10px;font-weight:700;letter-spacing:.03em}.gain-row .gain-date{grid-column:1;grid-row:1;display:grid;place-content:center;gap:5px;text-align:center}.gain-actions{grid-column:2;grid-row:1 / 5;padding:8px;border-left:1px solid #e5e8e5;border-bottom:0;display:flex;align-items:center}.gain-actions:before{display:none}.gain-actions .delete-button{opacity:1}.gain-cell:nth-child(4){border-bottom:0}.resources-library{padding:0 16px 64px}.resources-library-heading{align-items:stretch;display:grid;gap:20px}.resources-library-heading h2{font-size:28px}.resource-filters{justify-content:stretch}.resource-filters button{flex:1}.resource-grid{grid-template-columns:1fr}.resource-card{min-height:0;grid-template-columns:108px minmax(0,1fr);padding:13px;gap:16px}.resource-cover{min-height:220px;padding:16px 13px}.resource-cover>strong{font-size:18px}.resource-card-copy{padding-top:3px}.resource-card-copy h2{margin-top:16px;font-size:21px}.resource-card-copy>p{font-size:12px;line-height:1.7}.resource-tags{margin:11px 0 15px}.resource-reader{padding:70px 16px 64px}.reader-toolbar{margin-bottom:14px}.book-reader-layout{display:block}.chapter-sidebar{position:static;max-height:none;margin-bottom:14px}.chapter-sidebar nav{display:flex;overflow-x:auto;padding-bottom:3px}.chapter-sidebar nav button{min-width:176px}.reader-paper{min-height:0;padding:42px 24px 30px;border-radius:12px;box-shadow:0 12px 28px #2d3c350f}.reader-paper>header h1{font-size:31px}.markdown-content{font-size:15px;line-height:1.92}.markdown-content h2{font-size:23px}.markdown-content blockquote{font-size:16px}.article-paper>header{text-align:left}.article-paper>header>div{justify-content:flex-start}.resource-comments form{grid-template-columns:32px minmax(0,1fr)}.comment-avatar{width:32px;height:32px;flex-basis:32px}.comment-login{align-items:flex-start;flex-wrap:wrap}.comment-login button{margin-left:32px}.site-qr-code{right:12px;bottom:12px}.site-qr-code.raised{bottom:188px}.site-qr-popover{width:214px;padding:12px}.site-qr-popover img{width:188px;height:188px}.guest-banner{align-items:flex-start}.guest-banner span{align-items:flex-start;line-height:1.5}.guest-banner button{white-space:nowrap}.records-card{background:transparent;border:0;box-shadow:none;overflow:visible}.guest-banner+.records-card{border:0}.record-head{display:none}.record-list{display:grid;gap:12px;margin-top:12px}.record-row{display:grid;grid-template-columns:1fr 1fr auto;min-height:0;border:1px solid #dde2dd;border-radius:13px;overflow:hidden;background:var(--paper)}.record-cell{border:0;padding:15px;display:grid;align-items:stretch}.record-cell:before{content:attr(data-label);color:#87908c;font-size:10px;font-weight:700;letter-spacing:.03em;margin-bottom:9px}.meta-cell{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e8e5;text-align:left}.meta-cell:before{margin:0 auto 0 0}.meta-cell strong{font-size:17px}.situation-cell,.feeling-cell{grid-column:1 / -1;border-bottom:1px solid #e5e8e5}.record-cell textarea{min-height:1.65em;max-height:none}.emotion-cell{grid-column:1 / 3;border-bottom:1px solid #e5e8e5}.release-cell{grid-column:1}.good-cell{grid-column:2;border-left:1px solid #e5e8e5}.release-cell,.good-cell{justify-content:stretch}.actions-cell{grid-column:3;grid-row:4 / 6;padding:10px 5px;border-left:1px solid #e5e8e5}.actions-cell:before{display:none}.delete-button{opacity:1}.want-record-row .want-cell{grid-column:1 / 3;border-bottom:1px solid #e5e8e5}.want-record-row .actions-cell{grid-row:3 / 5}.want-modal{padding:24px 18px}.want-modal h2{font-size:25px}.want-option-list{grid-template-columns:1fr}.want-option{min-height:100px;grid-template-columns:44px 1fr;grid-template-rows:auto auto;justify-items:start;padding:16px;text-align:left}.want-option>span{width:42px;height:42px;grid-row:1 / 3}.profile-modal-backdrop{padding:12px}.profile-modal{height:calc(100vh - 24px);min-height:0;padding:20px 16px}.profile-modal-header h2{font-size:27px}.profile-layout{grid-template-columns:1fr;align-content:start;overflow-y:auto;padding-right:4px}.profile-settings-card{display:grid;grid-template-columns:120px 1fr;column-gap:16px}.profile-avatar-editor{grid-row:1 / 4;margin:0;align-content:start}.profile-avatar-button{width:92px;height:92px}.profile-save{grid-column:1 / 3}.profile-progress-heading{align-items:flex-start}.profile-progress-totals>strong{min-width:62px;padding:8px}.profile-progress-card{min-height:520px;flex:none}.profile-heatmap-group{grid-template-columns:1fr;gap:7px}.dual-record-row{grid-template-rows:none}.dual-record-row .meta-cell,.dual-record-row .situation-cell,.dual-record-row .success-feeling,.dual-record-row .success-emotion,.dual-record-row .success-release,.dual-record-row .success-good,.dual-record-row .failure-feeling,.dual-record-row .failure-emotion,.dual-record-row .failure-release,.dual-record-row .failure-good,.dual-record-row .actions-cell{grid-row:auto}.dual-record-row .meta-cell,.dual-record-row .situation-cell,.dual-record-row .success-feeling,.dual-record-row .failure-feeling{grid-column:1 / -1}.dual-record-row .success-emotion,.dual-record-row .failure-emotion{grid-column:1 / 3}.dual-record-row .success-release,.dual-record-row .failure-release{grid-column:1}.dual-record-row .success-good,.dual-record-row .failure-good{grid-column:2}.dual-record-row .actions-cell{grid-column:3;grid-row:3 / 9}.dual-record-row .outcome-label{font-size:12px}.like-record-row{display:block}.like-record-row .record-cell{display:grid;width:100%;border-right:0;border-bottom:1px solid #e5e8e5}.like-record-row .meta-cell{display:flex}.like-record-row .actions-cell{display:flex;justify-content:flex-end;border-bottom:0}.like-record-row .aspect-actions{opacity:1;pointer-events:auto}.method-note{align-items:flex-start}.audio-dock{bottom:8px;min-height:166px;grid-template-columns:1fr auto;gap:12px;padding:15px 15px 14px;border-radius:15px}.audio-copy{grid-column:1 / -1;max-width:none}.audio-copy strong{white-space:normal;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.audio-options{justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.audio-setting{display:none}.audio-playback{justify-self:end}.audio-progress{left:15px;right:15px;bottom:8px}.guide-panel{top:126px;bottom:184px}.guide-panel.open{width:min(410px,calc(100vw - 16px))}.guide-surface{width:calc(100% - 50px);padding:24px 20px}.emotion-modal{padding:20px}.emotion-modal h2{font-size:22px}.emotion-grid{grid-template-columns:repeat(9,150px)}.auth-modal{padding:28px 22px}.legal-header{height:64px;padding:0 20px}.legal-content{width:min(100% - 36px,760px);padding:48px 0 58px}.legal-content h1{font-size:31px}.legal-content h2{font-size:19px}.legal-content p{font-size:14px;line-height:1.82}}@media(max-width:430px){.hero h1{font-size:34px}.hero-summary>div{padding:15px}.section-heading h2{font-size:24px}.heading-actions{display:grid;grid-template-columns:1fr}.guest-banner{display:grid}.record-row{grid-template-columns:1fr 1fr auto}.audio-options>button:not(.loop-button){padding:0 7px}.audio-options .loop-button{font-size:0}.audio-options .loop-button svg{width:17px;height:17px}.emotion-ai{padding:12px}.ai-input-row{grid-template-columns:1fr}.ai-input-row .primary{width:100%}.resource-card{grid-template-columns:84px minmax(0,1fr)}.resource-cover{min-height:205px}.resource-cover>strong{font-size:15px}.resource-card-meta span:last-child{display:none}.resource-tags span:nth-child(n+3){display:none}.reader-pagination{grid-template-columns:1fr 1fr}.reader-pagination>span{display:none}}.account-menu .account-admin-button{color:#315f50;font-weight:700}.admin-page{width:min(1540px,calc(100% - 64px));margin:0 auto;padding:112px 0 90px}.admin-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.admin-hero p{margin:0 0 8px;color:#4a7567;font-size:12px;font-weight:800;letter-spacing:.16em}.admin-hero h1{margin:0;color:#263a34;font-family:var(--serif);font-size:clamp(34px,4vw,54px);font-weight:500}.admin-hero span{display:block;margin-top:9px;color:#77827d}.admin-save,.admin-inline-save{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid #356756;border-radius:10px;background:#356756;color:#fff;font-weight:700}.admin-save:disabled{opacity:.55}.admin-shell{overflow:hidden;border:1px solid #dde5e1;border-radius:18px;background:#ffffffd1;box-shadow:0 18px 50px #25393214}.admin-tabs{display:flex;gap:4px;overflow-x:auto;padding:10px;border-bottom:1px solid #e3e9e6;background:#f5f7f5}.admin-tabs button{display:inline-flex;align-items:center;gap:8px;min-width:max-content;padding:11px 15px;border:0;border-radius:9px;background:transparent;color:#5f6d67}.admin-tabs button.active{background:#345f52;color:#fff}.admin-panel{min-height:620px}.admin-editor-layout{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:620px}.admin-list{max-height:720px;overflow-y:auto;padding:14px;border-right:1px solid #e3e9e6;background:#fafbf9}.admin-list>button{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-bottom:5px;padding:11px 12px;border:1px solid transparent;border-radius:9px;background:transparent;color:#405049;text-align:left}.admin-list>button:hover,.admin-list>button.active{border-color:#d5e2dc;background:#eaf2ee}.admin-list>button strong{font-size:14px;line-height:1.45}.admin-list>button small{margin-top:3px;color:#8a9691}.admin-list>.admin-add{flex-direction:row;align-items:center;justify-content:center;gap:7px;margin-bottom:13px;border-color:#b8ccc3;color:#315f50;font-weight:700}.admin-form{padding:28px 32px 40px}.admin-form-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.admin-form-heading h2{margin:0;color:#2f433c;font-family:var(--serif);font-size:29px;font-weight:500}.admin-form-heading p{margin:7px 0 0;color:#7b8782}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.admin-field{display:grid;gap:7px;margin-bottom:18px}.admin-field>span{color:#52625b;font-size:13px;font-weight:700}.admin-field input,.admin-field textarea{width:100%;box-sizing:border-box;border:1px solid #d8e0dc;border-radius:10px;background:#fff;color:#263a34;font:inherit;line-height:1.65;padding:11px 13px;resize:vertical}.admin-field input:focus,.admin-field textarea:focus{outline:2px solid rgba(63,113,95,.18);border-color:#6f998a}.admin-field input:disabled{background:#f2f4f2;color:#819089}.admin-guide-toolbar{display:flex;flex-wrap:wrap;gap:24px;margin:-3px 0 20px;padding:14px 16px;border:1px solid #dfe7e3;border-radius:12px;background:#f7f9f7}.admin-guide-toolbar>div{display:flex;align-items:center;gap:11px}.admin-guide-toolbar>div>span{color:#52625b;font-size:13px;font-weight:700}.admin-segmented-control{display:flex;gap:4px;padding:3px;border-radius:9px;background:#e8eeeb}.admin-segmented-control button{min-width:78px;padding:8px 13px;border:0;border-radius:7px;background:transparent;color:#66736d;font-size:13px}.admin-segmented-control button.active{background:#3f715f;color:#fff;box-shadow:0 2px 7px #284a3d29;font-weight:700}.admin-form-note{margin:2px 0 0;color:#7b8782;font-size:13px;line-height:1.7}.admin-code-editor{min-height:480px;font-family:Cascadia Code,Consolas,monospace!important;font-size:13px!important}.danger{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 12px;border:1px solid #e8cbc3;border-radius:9px;background:#fff6f3;color:#a94e39}.danger.icon{width:36px;height:36px;padding:0}.admin-data-table{padding:18px 22px 36px}.admin-data-table>div{display:grid;grid-template-columns:1.1fr 1fr 2.6fr 1.2fr 44px;align-items:center;min-height:58px;border-bottom:1px solid #e5ebe8}.admin-data-table.accounts>div{grid-template-columns:1.35fr 1.5fr .9fr .65fr .75fr 1.25fr}.admin-data-table>div>span{min-width:0;padding:10px;overflow-wrap:anywhere;color:#4a5a53}.admin-data-table .admin-data-head{min-height:44px;border-radius:8px;background:#f1f5f2;color:#52635c;font-size:12px;font-weight:800}.admin-data-table em{margin-left:7px;padding:2px 6px;border-radius:10px;background:#e6f0eb;color:#356756;font-size:11px;font-style:normal}.admin-account-summary{display:flex;align-items:center;gap:14px;margin:24px 22px 0;padding:18px;border:1px solid #dbe6e1;border-radius:12px;background:#f3f8f5;color:#356756}.admin-account-summary strong{display:block;font-family:var(--serif);font-size:28px;font-weight:500}.admin-account-summary span{color:#718078;font-size:12px}.admin-account-user{display:flex;align-items:center;gap:10px}.admin-account-user>span:last-child{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:2px}.admin-account-user strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-account-avatar{width:38px;height:38px;flex:0 0 38px;overflow:hidden;display:grid;place-items:center;border-radius:50%;color:#fff;background:#527768;font-family:var(--serif);font-size:16px}.admin-account-avatar img{width:100%;height:100%;object-fit:cover}.admin-account-control{display:flex;align-items:center;gap:8px}.admin-account-status{min-width:48px;padding:4px 7px;border-radius:999px;color:#356756;background:#e6f0eb;font-size:11px;font-weight:700;text-align:center}.admin-account-status.banned{color:#a14f3a;background:#fae8e2}.admin-ban-button,.admin-unban-button{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:8px;font-size:11px;font-weight:700}.admin-ban-button{border:1px solid #e7c8bf;color:#a14f3a;background:#fff6f3}.admin-unban-button{border:1px solid #bfd8cb;color:#356756;background:#f1f8f4}.admin-ban-button:disabled,.admin-unban-button:disabled{opacity:.55;cursor:wait}.admin-loading,.admin-empty{padding:50px;color:#7b8782;text-align:center}.admin-denied{min-height:65vh;padding:180px 30px 80px;color:#52635c;text-align:center}.admin-denied h1{color:#2c4039;font-family:var(--serif);font-size:42px;font-weight:500}@media(max-width:900px){.admin-page{width:min(100% - 28px,760px);padding-top:90px}.admin-hero{align-items:flex-start;flex-direction:column}.admin-editor-layout{grid-template-columns:1fr}.admin-list{display:flex;max-height:none;overflow-x:auto;border-right:0;border-bottom:1px solid #e3e9e6}.admin-list>button{min-width:190px}.admin-form{padding:22px 18px 34px}.admin-form-grid{grid-template-columns:1fr}.admin-data-table{overflow-x:auto}.admin-data-table>div{min-width:850px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.legal-site-footer{padding:8px 0 0}
