:root {
  --paper:#f5f6f2;
  --white:#fff;
  --ink:#243a30;
  --muted:#5e6c62;
  --green:#315b46;
  --green-dark:#244535;
  --line:#dce3d8;
  --soft:#edf2e8;
  --sage:#e9efdf;
  --sand:#f4eddd;
  --lilac:#eee9f3;
  --radius:16px;
  font-family:"Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei","PingFang SC",sans-serif;
  color:var(--ink);
  font-size:15px;
  font-synthesis:weight;
  font-variant-numeric:tabular-nums
}

* {
  box-sizing:border-box
}
body {
  margin:0;
  background:var(--paper)
}
button,input,select,textarea {
  font:inherit
}
button,a,input,select,textarea {
  -webkit-tap-highlight-color:transparent
}
button,a {
  touch-action:manipulation
}
button {
  cursor:pointer
}
button:disabled {
  cursor:wait;
  opacity:.55
}
a {
  color:inherit;
  text-decoration:none
}
button {
  color:inherit
}
button:focus-visible,a:focus-visible {
  outline:3px solid #9aaf82;
  outline-offset:4px
}
input:focus,select:focus,textarea:focus {
  outline:2px solid #9caf89;
  outline-offset:1px
}
button {
  border:0;
  background:none
}
::selection {
  background:#d9e4c8
}
.icon {
  width:20px;
  height:20px;
  flex-shrink:0;
  vertical-align:middle
}
.sidebar {
  position:fixed;
  inset:0 auto 0 0;
  width:230px;
  background:#f0f2e9;
  border-right:1px solid #e4e8dc;
  padding:38px 22px 24px;
  display:flex;
  flex-direction:column;
  z-index:20
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 10px 48px;
  font-size:21px;
  font-weight:650;
  letter-spacing:2px
}
.brand-mark {
  display:grid;
  place-items:center;
  background:var(--green);
  width:42px;
  height:46px;
  border-radius:12px;
  color:#fff
}
.brand-mark .icon {
  width:25px;
  height:25px
}
.brand small {
  display:block;
  font-size:12px;
  letter-spacing:3px;
  color:var(--muted);
  margin-top:7px;
  font-weight:500
}
.sidebar-label {
  font-size:12px;
  letter-spacing:2px;
  color:var(--muted);
  margin:0 16px 17px
}
nav {
  display:flex;
  flex-direction:column;
  gap:8px
}
.nav-link {
  display:flex;
  align-items:center;
  gap:13px;
  padding:14px 15px;
  border-radius:9px;
  color:#707a6b;
  transition:.18s;
  font-size:15px;
  white-space:nowrap
}
.nav-link:hover {
  background:#e7ebdf
}
.nav-link.active {
  background:#dfe7d4;
  color:#405638;
  font-weight:600
}
.nav-link .icon {
  width:19px
}
.nav-dot {
  height:5px;
  width:5px;
  border-radius:50%;
  background:var(--green);
  margin-left:auto
}
.nav-link:not(.active) .nav-dot {
  display:none
}
.nav-count {
  margin-left:auto;
  background:#e3e7dc;
  font-size:12px;
  padding:2px 6px;
  border-radius:5px
}
.sidebar-note {
  margin:auto 12px 40px;
  padding-top:45px;
  color:var(--muted)
}
.leaf-art .icon {
  width:46px;
  height:46px;
  stroke-width:1;
  transform:rotate(-15deg)
}
.sidebar-note p {
  font-size:14px;
  line-height:2.1;
  margin:18px 0 16px;
  letter-spacing:.5px
}
.sidebar-note>span {
  font-size:11px;
  letter-spacing:1.8px;
  color:var(--muted)
}
.sidebar-bottom {
  margin:0 10px
}
.backup {
  display:flex;
  gap:9px;
  align-items:center;
  color:var(--muted);
  font-size:13px;
  padding:10px 0
}
.backup .icon {
  width:16px
}
.local-label {
  display:flex;
  align-items:center;
  gap:5px;
  border-top:1px solid #dfe4d5;
  margin-top:15px;
  padding-top:20px;
  font-size:12px;
  color:var(--muted)
}
.local-label>span {
  height:5px;
  width:5px;
  background:#9aad81;
  border-radius:50%
}
.workspace {
  margin-left:230px
}
.topbar {
  height:78px;
  padding:0 45px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:var(--muted);
  font-size:13px;
  background:#fbfcf8
}
.topbar b {
  font-weight:400;
  color:#596451
}
.breadcrumb {
  margin:0 15px;
  color:var(--muted)
}
.topbar-date {
  display:flex;
  align-items:center;
  gap:14px
}
.topbar-date .icon {
  color:var(--muted);
  width:18px
}
main {
  max-width:1530px;
  margin:auto;
  padding:37px 45px 0
}
.page-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:29px
}
.eyebrow {
  font-size:12px;
  letter-spacing:2.4px;
  color:var(--muted);
  font-weight:600
}
h1 {
  font-family:"Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei","PingFang SC",sans-serif;
  font-size:31px;
  font-weight:500;
  letter-spacing:1px;
  line-height:1.5;
  margin:9px 0 8px
}
.page-heading p {
  color:var(--muted);
  font-size:14px;
  letter-spacing:.4px;
  margin:0
}
h2 {
  font-size:17px;
  font-weight:600;
  margin:0;
  letter-spacing:.5px
}
h3 {
  font-size:15px;
  font-weight:500
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:11px 17px;
  border-radius:8px;
  font-size:14px;
  line-height:1.5;
  white-space:nowrap;
  transition:.16s
}
.button .icon {
  width:16px;
  height:16px
}
.primary {
  background:var(--green);
  color:#fff;
  box-shadow:0 3px 6px #3c553519
}
.primary:hover {
  background:var(--green-dark);
  transform:translateY(-1px)
}
.secondary {
  background:#f3f5ee;
  border:1px solid var(--line);
  color:#647359
}
.secondary:hover {
  background:#e8edde
}
.text-button {
  padding:4px 0;
  color:#6a805d;
  font-size:13px
}
.text-button:hover {
  color:#344d3b
}
.icon-button {
  width:30px;
  height:30px;
  display:inline-grid;
  place-items:center;
  border-radius:6px;
  color:var(--muted);
  flex-shrink:0
}
.icon-button .icon {
  width:15px;
  height:15px
}
.icon-button:hover {
  background:#e9eddf;
  color:#4d6340
}
.date-control {
  display:flex;
  align-items:center;
  padding:5px;
  background:white;
  border:1px solid var(--line);
  border-radius:9px;
  gap:2px;
  flex-shrink:0
}
.date-input {
  display:flex;
  align-items:center;
  padding:0 6px;
  gap:8px;
  color:var(--muted)
}
.date-input .icon {
  width:15px
}
.date-input input {
  border:0;
  background:none;
  width:125px;
  padding:5px 0;
  font-size:13px;
  color:#727d65;
  min-width:0
}
.date-input input::-webkit-calendar-picker-indicator {
  width:12px;
  opacity:.4
}
.today-button {
  font-size:13px;
  color:var(--green);
  padding:5px
}
.summary-strip {
  background:white;
  border:1px solid var(--line);
  border-radius:var(--radius);
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr;
  margin-bottom:26px;
  padding:25px 0;
  box-shadow:0 3px 10px #394c2711
}
.summary-item {
  display:flex;
  align-items:center;
  gap:17px;
  padding:0 27px;
  position:relative;
  min-width:0
}
.summary-item+.summary-item {
  border-left:1px solid var(--line)
}
.summary-symbol {
  width:46px;
  height:46px;
  border-radius:13px;
  display:grid;
  place-items:center;
  flex-shrink:0
}
.summary-symbol .icon {
  width:21px;
  height:21px
}
.sage {
  background:var(--sage);
  color:var(--muted)
}
.sand {
  background:var(--sand);
  color:var(--muted)
}
.lilac {
  background:var(--lilac);
  color:var(--muted)
}
.summary-item>div>span {
  display:block;
  color:var(--muted);
  font-size:13px;
  margin-bottom:7px
}
.summary-item strong {
  display:block;
  font-size:25px;
  font-family:"Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei","PingFang SC",sans-serif;
  font-weight:500
}
.summary-item small {
  font-size:13px;
  color:var(--muted);
  font-family:"Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei","PingFang SC",sans-serif;
  font-weight:400;
  margin-left:5px
}
.mini-progress {
  margin-left:auto;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:conic-gradient(#a4b985 var(--progress),#f0f3e9 0);
  position:relative;
  flex-shrink:0
}
.mini-progress:before {
  content:"";
  position:absolute;
  inset:4px;
  background:white;
  border-radius:50%
}
.summary-item .mini-progress span {
  position:relative;
  margin:0;
  font-size:12px;
  color:var(--muted)
}
.compare-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:23px;
  margin-bottom:24px
}
.panel {
  background:white;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  min-width:0
}
.section-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:23px 24px 19px
}
.section-heading p {
  font-size:12px;
  color:var(--muted);
  margin:7px 0 0
}
.section-heading h2 .icon {
  width:18px;
  margin-right:7px;
  color:var(--muted)
}
.section-heading>a {
  font-size:12px;
  color:var(--muted);
  display:flex;
  align-items:center;
  gap:6px
}
.section-heading>a .icon {
  width:13px
}
.task-panel,.log-panel {
  display:flex;
  flex-direction:column;
  min-height:325px
}
.panel-tabs {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--line);
  height:41px;
  padding:0 24px;
  font-size:12px
}
.panel-tabs .selected {
  color:#6b8256;
  border-bottom:2px solid #94a97c;
  height:100%;
  display:flex;
  align-items:center;
  gap:7px
}
.panel-tabs b {
  font-size:12px;
  background:#eef2e7;
  padding:2px 5px;
  border-radius:4px;
  font-weight:400
}
.panel-tabs a {
  display:flex;
  gap:5px;
  align-items:center;
  color:var(--muted)
}
.panel-tabs a .icon {
  width:11px
}
.task-list,.log-list {
  padding:0 24px;
  flex:1;
  max-height:380px;
  overflow:auto
}
.task-row {
  display:flex;
  gap:12px;
  align-items:center;
  padding:18px 0;
  min-height:78px;
  border-bottom:1px solid #f0f2ea
}
.task-row:last-child,.log-row:last-child {
  border-bottom:0
}
.task-check {
  width:18px;
  height:18px;
  border:1.5px solid #d5ddcb;
  border-radius:5px;
  padding:0;
  flex-shrink:0;
  display:grid;
  place-items:center
}
.task-check:hover {
  border-color:#8da473;
  background:#f4f7ee
}
.task-check.checked {
  background:#a5b88c;
  border-color:#a5b88c;
  color:white
}
.task-check .icon {
  width:14px;
  height:14px
}
.row-content {
  flex:1;
  min-width:0
}
.task-title {
  font-size:14px;
  line-height:1.7;
  overflow-wrap:anywhere
}
.is-done .task-title {
  color:var(--muted);
  text-decoration:line-through
}
.row-meta {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  font-size:12px;
  color:var(--muted);
  margin-top:5px
}
.tag {
  color:var(--tag);
  background:color-mix(in srgb,var(--tag) 10%,white);
  padding:2px 6px;
  border-radius:4px;
  font-size:12px
}
.tag:before {
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  background:var(--tag);
  border-radius:50%;
  margin:0 4px 1px 0
}
.priority {
  color:var(--muted);
  font-size:12px
}
.priority:before {
  content:"";
  display:inline-block;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#c7a57c;
  margin:0 5px 1px 0
}
.complete-label {
  color:var(--muted)
}
.row-actions {
  display:flex;
  opacity:.25;
  transition:.16s
}
.task-row:hover .row-actions,.log-row:hover .row-actions,.watch-row:hover .row-actions,.row-actions:focus-within {
  opacity:1
}
.row-actions .icon-button {
  width:26px;
  height:28px
}
.row-actions .icon {
  width:13px;
  height:13px
}
.comparison-note {
  display:flex;
  align-items:center;
  gap:7px;
  background:#f4f6ef;
  color:var(--muted);
  font-size:12px;
  margin:0 24px;
  padding:10px 12px;
  border-radius:6px;
  min-height:36px
}
.comparison-note .icon {
  width:13px;
  height:13px
}
.log-row {
  display:flex;
  gap:11px;
  padding:17px 0;
  border-bottom:1px solid #f0f2ea;
  align-items:flex-start;
  min-height:76px
}
.log-dot {
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf2e4;
  color:var(--muted);
  margin-top:2px;
  flex-shrink:0
}
.log-dot .icon {
  width:10px;
  height:10px
}
.log-row p {
  font-size:14px;
  line-height:1.8;
  white-space:pre-wrap;
  margin:0;
  overflow-wrap:anywhere
}
.linked {
  display:flex;
  gap:4px;
  align-items:center;
  color:var(--muted)
}
.linked .icon {
  width:10px;
  height:10px
}
.panel-foot {
  background:#fcfdf9;
  border-top:1px solid var(--line);
  padding:13px 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:var(--muted);
  font-size:12px;
  margin-top:auto
}
.panel-foot .icon {
  width:13px;
  height:13px;
  color:var(--muted)
}
.divider {
  padding:0 10px;
  color:var(--muted)
}
.empty {
  min-height:200px;
  padding:28px 15px 24px;
  text-align:center;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center
}
.empty-icon {
  display:grid;
  place-items:center;
  width:45px;
  height:45px;
  border-radius:50%;
  background:#f3f6ed;
  color:var(--muted);
  margin-bottom:9px
}
.empty-icon .icon {
  width:23px;
  height:23px;
  stroke-width:1.2
}
.empty h3 {
  font-size:15px;
  color:var(--muted);
  margin:8px 0
}
.empty p {
  font-size:12px;
  line-height:1.9;
  color:var(--muted);
  margin:0 0 12px
}
.empty .button {
  font-size:13px
}
.bottom-grid {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:23px
}
.reflection-feature {
  border:1px solid #e7e9d7;
  background:#f0f1e3;
  border-radius:var(--radius);
  padding:0 24px 17px;
  position:relative;
  overflow:hidden;
  min-width:0
}
.reflection-feature:after {
  content:"";
  position:absolute;
  right:-36px;
  bottom:-50px;
  width:150px;
  height:150px;
  border:1px solid #dce0c9;
  border-radius:50%;
  pointer-events:none
}
.reflection-feature>.section-heading {
  padding:23px 0 16px
}
.reflection-invitation {
  font-family:"Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei","PingFang SC",sans-serif;
  font-size:18px;
  letter-spacing:.7px;
  margin:15px 0 18px;
  color:var(--muted)
}
.reflection-prompt {
  padding:14px 15px;
  border-radius:8px;
  background:#f9faf280;
  border:1px dashed #cfd7bd;
  color:var(--muted);
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  font-size:13px;
  text-align:left
}
.reflection-prompt:hover {
  background:#fafbf3
}
.reflection-prompt .icon {
  width:14px;
  height:14px
}
.reflection-date {
  display:flex;
  justify-content:space-between;
  gap:10px;
  position:relative;
  z-index:1;
  font-size:12px;
  color:var(--muted);
  margin-top:24px
}
.reflection-date>span {
  font-size:10px;
  letter-spacing:1.4px;
  padding-top:1px
}
.reflection-written {
  display:flex;
  gap:15px;
  align-items:flex-start;
  margin:5px 0 13px;
  min-height:63px
}
.reflection-written p {
  font-size:15px;
  line-height:2;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  margin:0;
  color:#73815e
}
.mood-large {
  font-size:33px;
  line-height:1;
  color:var(--muted)
}
.anime-preview .section-heading {
  padding-bottom:8px
}
.anime-preview .empty {
  min-height:152px;
  padding:7px 15px 10px
}
.anime-preview .empty-icon {
  width:30px;
  height:30px;
  margin:0
}
.anime-preview .empty-icon .icon {
  width:16px
}
.anime-preview .empty h3 {
  font-size:14px
}
.anime-preview .empty p {
  margin-bottom:5px
}
.panel-link {
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:12px;
  color:var(--muted);
  padding:11px
}
.panel-link .icon {
  width:13px;
  height:13px
}
.anime-mini {
  display:flex;
  align-items:center;
  gap:12px;
  margin:10px 24px 15px
}
.anime-tile {
  width:37px;
  height:44px;
  background:#e7ece0;
  border-radius:6px;
  display:grid;
  place-items:center;
  color:var(--muted)
}
.anime-tile .icon {
  width:18px
}
.anime-mini>div {
  flex:1;
  min-width:0
}
.anime-mini strong {
  font-size:13px;
  font-weight:500;
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.anime-mini>div>span {
  display:block;
  font-size:12px;
  color:var(--muted);
  margin:5px 0 7px
}
.progress-track {
  height:5px;
  border-radius:10px;
  background:#eff2e9;
  overflow:hidden
}
.progress-track i {
  display:block;
  height:100%;
  background:#a4b88b;
  border-radius:10px;
  transition:width .3s
}
footer {
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  font-size:12px;
  padding:29px 0 24px;
  letter-spacing:.6px
}
footer>span {
  color:var(--muted);
  display:flex;
  gap:8px;
  align-items:center
}
.tiny-leaf {
  font-size:15px;
  color:var(--muted)
}
.filterbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:22px
}
.chips {
  display:flex;
  gap:8px;
  flex-wrap:wrap
}
.chip {
  padding:8px 14px;
  border-radius:6px;
  font-size:13px;
  color:var(--muted);
  border:1px solid var(--line);
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:4px
}
.chip.active,.chip:hover {
  background:#e7eddd;
  border-color:#dce5ce;
  color:#536844
}
.chip .icon {
  width:12px;
  height:12px
}
.add-chip {
  border-style:dashed;
  background:transparent
}
select {
  border:1px solid var(--line);
  padding:9px 12px;
  background:#fff;
  color:#6c7b5c;
  border-radius:7px;
  font-size:14px;
  min-width:0;
  max-width:100%
}
.full-panel>.task-row,.full-panel>.log-row {
  margin:0 26px
}
.full-panel>.section-heading {
  border-bottom:1px solid var(--line);
  padding-bottom:22px
}
.full-panel>.task-row {
  padding:20px 0
}
.full-panel .empty {
  min-height:320px
}
.logs-layout {
  display:grid;
  grid-template-columns:1.6fr 1fr;
  align-items:start;
  gap:24px
}
.review-panel {
  padding-bottom:25px
}
.big-percent {
  font-family:"Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei","PingFang SC",sans-serif;
  font-size:56px;
  color:#6e835b;
  margin:7px 25px 19px
}
.big-percent span {
  font-size:22px;
  margin-left:4px;
  color:var(--muted)
}
.review-panel>.progress-track {
  margin:0 25px;
  height:7px
}
.muted {
  font-size:13px;
  color:var(--muted);
  margin:15px 25px
}
.review-details {
  margin:25px 25px 0;
  border-top:1px solid var(--line);
  padding-top:13px
}
.review-details>span {
  display:flex;
  justify-content:space-between;
  line-height:2.8;
  font-size:13px;
  color:var(--muted)
}
.review-details b {
  color:#6c805a
}
.subtle-note {
  font-size:12px;
  line-height:1.9;
  color:var(--muted);
  margin:17px 25px 0
}
.remaining-title {
  border-top:1px solid var(--line);
  padding-top:19px;
  margin:20px 25px 12px;
  color:var(--muted);
  font-size:13px
}
.remaining-item {
  margin:10px 25px;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:var(--muted)
}
.remaining-item>span {
  width:6px;
  height:6px;
  border:1px solid #afbd9d;
  border-radius:2px
}
.calendar-panel {
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:26px
}
.calendar-toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
  gap:15px
}
.calendar-toolbar h2 {
  font-size:20px;
  font-family:"Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei","PingFang SC",sans-serif;
  font-weight:400
}
.calendar-toolbar>div>span {
  font-size:12px;
  color:var(--muted);
  display:block;
  margin-top:10px
}
.calendar-nav {
  display:flex;
  align-items:center;
  gap:7px
}
.calendar-nav input {
  font-size:13px;
  border:1px solid var(--line);
  border-radius:6px;
  padding:6px 8px;
  width:135px;
  color:var(--muted);
  background:#fff
}
.calendar-week,.calendar-grid {
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:9px
}
.calendar-week {
  margin-bottom:12px;
  text-align:center;
  font-size:12px;
  color:var(--muted)
}
.calendar-grid {
  gap:8px
}
.calendar-cell {
  min-height:137px;
  border:1px solid #e9eddf;
  border-radius:8px;
  background:#fcfdf9;
  padding:11px;
  text-align:left;
  position:relative;
  transition:.16s;
  display:flex;
  flex-direction:column;
  overflow:hidden
}
.calendar-cell:hover {
  border-color:#9fb587;
  transform:translateY(-2px);
  box-shadow:0 4px 14px #55694413
}
.cell-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%
}
.cell-day {
  font-family:"Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei","PingFang SC",sans-serif;
  font-size:17px;
  color:var(--muted);
  width:23px;
  height:23px;
  display:grid;
  place-items:center
}
.cell-mood {
  font-size:20px;
  color:var(--muted)
}
.calendar-cell p {
  font-size:12px;
  line-height:1.9;
  color:var(--muted);
  margin:11px 0 0;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  overflow-wrap:anywhere
}
.calendar-cell.outside {
  opacity:.4
}
.cell-add {
  display:grid;
  place-items:center;
  flex:1;
  color:var(--muted);
  opacity:0;
  align-self:center
}
.cell-add .icon {
  width:18px
}
.calendar-cell:hover .cell-add {
  opacity:1
}
.calendar-cell.is-today {
  border-color:#abbc8f;
  background:#f4f7eb
}
.is-today .cell-day {
  background:#839c65;
  color:white;
  border-radius:50%;
  font-size:14px
}
.cell-today-label {
  position:absolute;
  bottom:7px;
  right:9px;
  font-size:11px;
  color:var(--muted)
}
.calendar-cell.mood-happy {
  background:#f7f5e9
}
.calendar-cell.mood-calm {
  background:#eff4e8
}
.calendar-cell.mood-tired {
  background:#f0edf5
}
.calendar-cell.mood-sad {
  background:#edf1f5
}
.calendar-cell.mood-excited {
  background:#f7eee6
}
.calendar-legend {
  display:flex;
  align-items:center;
  gap:17px;
  margin-top:23px;
  flex-wrap:wrap;
  font-size:12px;
  color:var(--muted)
}
.legend-hint {
  margin-left:auto;
  font-size:12px;
  color:var(--muted)
}
.anime-summary {
  display:flex;
  gap:35px;
  align-items:center;
  margin:7px 0 27px;
  padding-bottom:24px;
  border-bottom:1px solid var(--line);
  font-size:14px;
  color:var(--muted)
}
.anime-summary b {
  font-size:24px;
  font-family:"Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei","PingFang SC",sans-serif;
  font-weight:400;
  color:#647856;
  margin:0 7px
}
.anime-summary small {
  font-size:12px;
  color:var(--muted)
}
.anime-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-bottom:28px
}
.anime-card {
  background:white;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden
}
.anime-cover {
  height:160px;
  background:#d8e0cb;
  position:relative;
  overflow:hidden
}
.anime-cover:before,.anime-cover:after {
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border:1px solid #ffffff65;
  border-radius:50%;
  left:-40px;
  top:35px
}
.anime-cover:after {
  width:160px;
  height:160px;
  left:auto;
  right:-40px;
  top:-35px;
  border:22px solid #ffffff20
}
.cover-1 {
  background:#e6dac8
}
.cover-2 {
  background:#d3dee1
}
.cover-3 {
  background:#dfd5e3
}
.cover-number {
  position:absolute;
  font-family:"Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei","PingFang SC",sans-serif;
  font-size:67px;
  color:#ffffff7a;
  left:21px;
  top:26px
}
.cover-art {
  position:absolute;
  right:31px;
  top:34px;
  transform:rotate(-12deg);
  color:#7e927d66
}
.cover-art .icon {
  width:80px;
  height:80px;
  stroke-width:.8
}
.cover-caption {
  position:absolute;
  left:25px;
  bottom:18px;
  font-size:10px;
  letter-spacing:2.6px;
  color:#72806a
}
.anime-status {
  position:absolute;
  top:14px;
  right:14px;
  padding:5px 9px;
  border-radius:5px;
  background:#ffffffa0;
  color:var(--muted);
  font-size:12px
}
.anime-card-body {
  padding:19px 20px
}
.anime-title-line {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:5px
}
.anime-title-line h2 {
  font-size:15px;
  overflow-wrap:anywhere
}
.anime-progress-text {
  display:flex;
  justify-content:space-between;
  font-size:12px;
  color:var(--muted);
  margin:18px 0 10px
}
.anime-progress-text b {
  font-weight:500;
  color:var(--muted)
}
.last-watched {
  font-size:12px;
  line-height:1.8;
  color:var(--muted);
  margin:13px 0 18px
}
.anime-card-actions {
  display:flex;
  justify-content:space-between;
  gap:8px;
  align-items:center
}
.anime-card-actions>.button {
  flex:1;
  font-size:12px;
  padding:8px
}
.watch-history>.section-heading {
  border-bottom:1px solid var(--line)
}
.history-filter {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 25px;
  background:#fcfdf9;
  gap:15px
}
.history-filter label {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  color:var(--muted)
}
.history-filter select {
  font-size:12px;
  padding:6px 9px;
  max-width:220px
}
.history-filter>span {
  font-size:12px;
  color:var(--muted)
}
.watch-row {
  display:flex;
  align-items:center;
  gap:22px;
  padding:23px 0;
  margin:0 26px;
  border-bottom:1px solid var(--line)
}
.watch-row:last-child {
  border:0
}
.watch-date {
  width:90px;
  flex-shrink:0
}
.watch-date strong {
  display:block;
  font-size:14px;
  font-weight:500;
  color:var(--muted)
}
.watch-date span {
  font-size:12px;
  display:block;
  margin-top:6px;
  color:var(--muted)
}
.timeline-dot {
  width:8px;
  height:8px;
  background:#b1c39b;
  border:2px solid #e3ebd8;
  border-radius:50%;
  flex-shrink:0
}
.watch-row .row-content>strong {
  font-size:14px;
  font-weight:500;
  overflow-wrap:anywhere
}
.watch-episodes {
  font-size:12px;
  color:var(--muted);
  margin-left:18px;
  display:inline-block
}
.watch-row .row-content p {
  font-size:12px;
  color:var(--muted);
  margin:7px 0 0;
  line-height:1.8;
  white-space:pre-wrap;
  overflow-wrap:anywhere
}
dialog {
  border:1px solid #e0e7d7;
  border-radius:19px;
  padding:28px;
  width:470px;
  max-width:calc(100vw - 32px);
  color:var(--ink);
  background:#fdfefa;
  box-shadow:0 24px 100px #2033192b;
  max-height:90vh;
  overflow:auto
}
dialog::backdrop {
  background:#1e2d2466;
  backdrop-filter:blur(3px)
}
.modal-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:15px
}
.modal-heading h2 {
  font-family:"Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei","PingFang SC",sans-serif;
  font-size:23px;
  line-height:1.5;
  font-weight:400;
  margin-top:9px
}
.modal-description {
  font-size:13px;
  color:var(--muted);
  line-height:1.9;
  margin:14px 0 23px
}
.field {
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:17px;
  min-width:0
}
.field>span:first-child {
  font-size:13px;
  color:#6d7a60
}
.field input:not([type="color"]),.field select,.field textarea {
  border:1px solid #dfe5d6;
  border-radius:7px;
  background:#fff;
  padding:11px 12px;
  font-size:14px;
  line-height:1.6;
  color:#58664a;
  width:100%;
  min-width:0
}
.field textarea {
  resize:vertical;
  min-height:80px
}
.field input::placeholder,.field textarea::placeholder {
  color:var(--muted)
}
.field-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.field input[type="color"] {
  height:36px;
  border:1px solid var(--line);
  border-radius:5px;
  padding:3px;
  background:white;
  width:70px
}
.field-help {
  font-size:12px;
  color:var(--muted);
  line-height:1.8
}
.modal-actions {
  display:flex;
  align-items:center;
  gap:10px;
  border-top:1px solid var(--line);
  padding-top:20px;
  margin-top:7px
}
.spacer {
  flex:1
}
.modal-actions>.button {
  font-size:13px;
  padding:9px 17px
}
.form-error {
  font-size:13px;
  line-height:1.8;
  color:#b46c59;
  margin:10px 0;
  white-space:pre-wrap
}
.form-error:empty {
  display:none
}
.mood-field {
  border:0;
  padding:0;
  margin:0 0 23px
}
.mood-field legend {
  font-size:13px;
  color:var(--muted);
  padding:0;
  margin-bottom:12px
}
.mood-options {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px
}
.mood-option {
  cursor:pointer;
  position:relative
}
.mood-option input {
  position:absolute;
  opacity:0;
  width:100%;
  height:100%;
  margin:0
}
.mood-option>span {
  display:flex;
  align-items:center;
  flex-direction:column;
  padding:10px 0;
  border:1px solid #e6ebdd;
  border-radius:9px;
  font-size:12px;
  color:var(--muted);
  gap:6px
}
.mood-option b {
  font-size:24px;
  font-weight:400;
  line-height:1
}
.mood-option input:checked+span {
  border-color:#9fb487;
  background:#edf3e4;
  color:#6b8354
}
.mood-option input:focus-visible+span {
  outline:2px solid #9fb487
}
.char-count {
  text-align:right;
  color:var(--muted);
  font-size:12px
}
.danger {
  color:var(--muted)
}
.danger-button {
  background:#a66756
}
.danger-button:hover {
  background:#8b5142
}
#toast {
  position:fixed;
  bottom:30px;
  left:calc(50% + 100px);
  transform:translate(-50%,20px);
  background:#40583e;
  color:#fff;
  font-size:14px;
  line-height:1.8;
  padding:12px 23px;
  border-radius:10px;
  box-shadow:0 8px 30px #3448312b;
  z-index:100;
  opacity:0;
  pointer-events:none;
  transition:.25s;
  max-width:calc(100% - 30px)
}
#toast.visible {
  opacity:1;
  transform:translate(-50%,0)
}
.boot {
  padding:15vh 24px;
  text-align:center;
  color:var(--muted);
  line-height:2
}
.page-content {
  animation:appear .32s ease-out
}
@keyframes appear {
  from {
  opacity:0;
  transform:translateY(6px)
}
to {
  opacity:1;
  transform:none
}

}

@media(min-width:1550px) {
  main {
  padding-top:50px
}
.page-heading {
  margin-bottom:37px
}
.compare-grid {
  margin-bottom:29px
}
.task-panel,.log-panel {
  min-height:380px
}
.calendar-cell {
  min-height:165px
}
.sidebar {
  width:250px
}
.workspace {
  margin-left:250px
}
.sidebar {
  padding-top:42px
}

}

@media(max-width:1180px) {
  .sidebar {
  width:195px;
  padding:32px 15px 20px
}
.brand {
  font-size:20px;
  gap:9px;
  margin-left:7px
}
.brand-mark {
  width:37px;
  height:41px
}
.workspace {
  margin-left:195px
}
main {
  padding:30px 27px 0
}
.topbar {
  padding:0 27px
}
.summary-item {
  padding:0 20px;
  gap:12px
}
.mini-progress {
  display:none
}
.summary-strip {
  grid-template-columns:repeat(3,1fr)
}
h1 {
  font-size:27px
}
.section-heading {
  padding-left:19px;
  padding-right:19px
}
.task-list,.log-list {
  padding:0 19px
}
.comparison-note {
  margin:0 19px
}
.bottom-grid {
  grid-template-columns:1fr 1fr
}
.anime-grid {
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.calendar-panel {
  padding:20px
}
.calendar-grid {
  gap:5px
}
.calendar-cell {
  padding:8px;
  min-height:128px
}
.calendar-cell p {
  font-size:12px
}
.legend-hint {
  display:none
}
.page-heading {
  gap:15px
}
.date-input input {
  width:117px
}
.calendar-nav input {
  width:123px
}

}

@media(max-width:940px) {
  .sidebar {
  width:175px;
  padding:29px 10px 20px
}
.brand {
  font-size:18px;
  letter-spacing:1px;
  gap:7px
}
.brand-mark {
  width:32px;
  height:36px
}
.brand-mark .icon {
  width:21px
}
.brand small {
  font-size:11px;
  letter-spacing:2px
}
.nav-link {
  font-size:14px;
  padding:13px 11px;
  gap:10px
}
.workspace {
  margin-left:175px
}
.topbar {
  height:66px
}
main {
  padding:26px 23px 0
}
.page-heading {
  align-items:flex-start;
  flex-wrap:wrap
}
.page-heading .date-control {
  margin-top:2px
}
.page-heading h1 {
  font-size:27px
}
.compare-grid {
  gap:16px
}
.summary-item {
  padding:0 15px;
  gap:9px
}
.summary-symbol {
  width:36px;
  height:39px;
  border-radius:10px
}
.summary-item strong {
  font-size:22px
}
.summary-item small {
  font-size:12px
}
.summary-item>div>span {
  font-size:12px
}
.row-actions {
  opacity:.7;
  flex-direction:column
}
.task-row {
  gap:8px
}
.row-actions .icon-button {
  height:23px;
  width:21px
}
.bottom-grid {
  grid-template-columns:1fr
}
.anime-preview .empty {
  min-height:170px
}
.reflection-feature {
  min-height:235px
}
.logs-layout {
  grid-template-columns:1fr
}
.review-panel {
  display:block
}
.calendar-toolbar {
  align-items:flex-start;
  flex-direction:column;
  gap:17px
}
.calendar-cell {
  min-height:114px;
  padding:6px
}
.calendar-cell p {
  -webkit-line-clamp:3;
  font-size:12px
}
.cell-day {
  font-size:14px
}
.cell-mood {
  font-size:17px
}
.calendar-legend {
  gap:12px
}
.anime-summary {
  gap:19px;
  font-size:12px
}
.anime-summary b {
  font-size:22px;
  margin:0 4px
}
.anime-summary small {
  display:none
}
.watch-row {
  gap:14px
}
.watch-episodes {
  margin-left:10px
}

}

@media(max-width:700px) {
  .sidebar {
  position:relative;
  inset:auto;
  width:100%;
  padding:20px 20px 0;
  border-right:0;
  border-bottom:1px solid #e0e6d7;
  background:#f0f2e9;
  display:block
}
.brand {
  margin:0 0 20px;
  font-size:19px;
  gap:10px;
  letter-spacing:1px
}
.brand-mark {
  width:35px;
  height:37px
}
.brand small {
  font-size:10px;
  margin-top:4px;
  letter-spacing:3px
}
.sidebar-label,.sidebar-note,.sidebar-bottom {
  display:none
}
nav {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:4px;
  margin:0 -6px
}
.nav-link {
  justify-content:center;
  flex-direction:column;
  gap:6px;
  padding:11px 3px 13px;
  border-radius:9px 9px 0 0;
  font-size:12px;
  position:relative
}
.nav-link .icon {
  width:18px;
  height:18px
}
.nav-dot {
  display:none!important
}
.nav-count {
  position:absolute;
  top:5px;
  right:10px;
  font-size:11px;
  margin:0;
  padding:1px 4px
}
.workspace {
  margin-left:0
}
.topbar {
  height:47px;
  padding:0 21px;
  font-size:12px
}
.topbar-date {
  font-size:12px;
  gap:7px
}
.topbar-date .icon {
  width:14px
}
.breadcrumb {
  margin:0 9px
}
main {
  padding:25px 20px 0
}
.page-heading {
  gap:16px;
  margin-bottom:24px;
  align-items:center
}
.page-heading h1 {
  font-size:26px;
  margin:7px 0
}
.eyebrow {
  font-size:11px;
  letter-spacing:2px
}
.page-heading p {
  font-size:12px
}
.page-heading>.button {
  font-size:12px;
  padding:10px 12px
}
.date-control {
  padding:3px
}
.date-input input {
  width:116px
}
.date-control .icon-button {
  height:27px;
  width:26px
}
.summary-strip {
  padding:18px 0;
  margin-bottom:20px;
  border-radius:12px
}
.summary-item {
  gap:7px;
  padding:0 13px;
  flex-direction:column;
  align-items:flex-start
}
.summary-symbol {
  width:29px;
  height:29px;
  border-radius:8px;
  margin-bottom:3px
}
.summary-symbol .icon {
  width:16px;
  height:16px
}
.summary-item>div>span {
  font-size:12px;
  margin-bottom:6px
}
.summary-item strong {
  font-size:25px
}
.summary-item small {
  font-size:11px;
  margin-left:1px;
  white-space:nowrap
}
.compare-grid {
  grid-template-columns:1fr;
  gap:18px;
  margin-bottom:18px
}
.task-panel,.log-panel {
  min-height:300px
}
.task-list,.log-list {
  max-height:none
}
.row-actions {
  flex-direction:row;
  opacity:.5;
  gap:2px
}
.row-actions .icon-button {
  width:27px;
  height:30px
}
.row-actions .icon {
  width:14px;
  height:14px
}
.task-row {
  padding:17px 0
}
.task-title,.log-row p {
  font-size:14px
}
.empty {
  min-height:190px
}
.bottom-grid {
  gap:18px
}
.reflection-feature {
  padding:0 20px 19px
}
.reflection-feature>.section-heading {
  padding-top:23px
}
.reflection-date {
  font-size:12px
}
.reflection-invitation {
  font-size:18px
}
.reflection-date>span {
  font-size:10px;
  letter-spacing:1px
}
footer {
  font-size:11px;
  padding:25px 0;
  gap:12px
}
.filterbar {
  flex-direction:column;
  align-items:flex-start;
  gap:13px
}
.chips {
  gap:6px
}
.chip {
  font-size:12px;
  padding:8px 11px
}
.filterbar>select {
  align-self:flex-end;
  font-size:13px
}
.full-panel>.task-row,.full-panel>.log-row {
  margin:0 18px
}
.logs-layout {
  gap:18px
}
.calendar-panel {
  padding:17px 10px;
  border-radius:12px;
  margin:0 -6px
}
.calendar-toolbar {
  padding:0 4px
}
.calendar-toolbar h2 {
  font-size:20px
}
.calendar-toolbar>div>span {
  font-size:12px
}
.calendar-nav {
  width:100%;
  gap:8px
}
.calendar-nav input {
  margin-left:auto;
  width:137px
}
.calendar-week {
  font-size:12px;
  gap:3px
}
.calendar-grid {
  gap:3px
}
.calendar-cell {
  min-height:98px;
  padding:5px 4px;
  border-radius:5px
}
.calendar-cell p {
  font-size:11px;
  line-height:1.8;
  margin-top:6px;
  -webkit-line-clamp:4
}
.cell-day {
  font-size:13px;
  width:17px;
  height:17px
}
.is-today .cell-day {
  font-size:12px
}
.cell-mood {
  font-size:14px
}
.cell-today-label {
  font-size:10px;
  right:4px;
  bottom:4px
}
.calendar-legend {
  gap:12px;
  font-size:11px;
  padding:0 5px;
  margin-top:19px
}
.anime-summary {
  gap:17px;
  font-size:12px;
  align-items:flex-start;
  margin-top:0
}
.anime-summary span {
  flex:1;
  line-height:2
}
.anime-summary b {
  font-size:22px
}
.anime-grid {
  gap:15px;
  grid-template-columns:1fr
}
.anime-cover {
  height:150px
}
.anime-card-body {
  padding:20px
}
.anime-title-line h2 {
  font-size:18px
}
.anime-progress-text {
  font-size:13px
}
.last-watched {
  font-size:12px
}
.anime-card-actions>.button {
  font-size:13px
}
.history-filter {
  padding:14px 18px;
  flex-direction:column;
  align-items:flex-start;
  gap:10px
}
.watch-row {
  margin:0 17px;
  padding:19px 0;
  gap:10px
}
.watch-date {
  width:65px
}
.watch-date strong {
  font-size:12px
}
.watch-date span {
  font-size:11px
}
.timeline-dot {
  width:6px;
  height:6px;
  border-width:1px
}
.watch-row .row-content>strong {
  font-size:13px
}
.watch-episodes {
  display:block;
  font-size:12px;
  margin:5px 0 0
}
.watch-row .row-actions {
  flex-direction:column
}
.watch-row .row-actions .icon-button {
  height:25px
}
.watch-row .row-content p {
  font-size:12px
}
.watch-history>.section-heading {
  padding:22px 18px 19px
}
.watch-history .section-heading p {
  line-height:1.9
}
dialog {
  padding:23px 20px;
  border-radius:15px
}
.modal-heading h2 {
  font-size:21px
}
.modal-description {
  font-size:13px
}
.field-row {
  gap:12px
}
.field input:not([type="color"]),.field select,.field textarea {
  font-size:15px
}
.mood-options {
  gap:6px
}
.mood-option>span {
  font-size:12px
}
.modal-actions>.button {
  font-size:14px
}
#toast {
  left:50%;
  font-size:13px;
  bottom:22px;
  width:max-content;
  max-width:calc(100% - 32px)
}
.section-heading .text-button {
  font-size:13px
}

}

/* A quiet notebook, with crisp type and a single deep-green accent. */
body {
  line-height:1.65;
  font-weight:400;
}
h1,.page-heading h1 {
  font-size:32px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:-.6px;
  color:#203c2e;
  margin:6px 0 10px;
}
h2 {
  font-size:18px;
  font-weight:650;
  letter-spacing:0;
}
h3 {
  font-weight:600;
}
.eyebrow {
  font-size:11px;
  font-weight:600;
  letter-spacing:1.6px;
  color:#587460;
}
.page-heading p {
  font-size:15px;
  color:#596a5f;
  letter-spacing:0;
}
.sidebar {
  background:#eaf0e5;
  border-color:#d8e1d0;
}
.brand {
  font-weight:750;
  letter-spacing:.5px;
}
.brand-mark {
  box-shadow:0 3px 8px #24453518;
}
.nav-link {
  font-size:15px;
  font-weight:500;
  color:#425c4b;
  min-height:48px;
}
.nav-link.active {
  background:#315b46;
  color:#fff;
  font-weight:600;
  box-shadow:0 4px 10px #24453514;
}
.nav-link.active .nav-dot {
  background:#d9e8ca;
}
.nav-link.active .nav-count {
  background:#ffffff24;
  color:#fff;
}
.sidebar-note p {
  font-size:14px;
  color:#53684f;
}
.sidebar-note>span {
  display:none;
}
.topbar {
  height:68px;
  font-size:13px;
  background:#fcfdf9;
}
.topbar b {
  color:#315b46;
  font-weight:600;
}
.button {
  font-size:14px;
  font-weight:550;
  min-height:40px;
}
.button:active,.chip:active {
  transform:translateY(1px);
}
.text-button,.section-heading .text-button {
  font-size:13px;
  font-weight:600;
  color:#315b46;
}
.icon-button {
  color:#60745d;
  min-width:32px;
  min-height:32px;
}
.date-input input {
  width:140px;
  font-size:13px;
  font-weight:500;
}
.summary-strip {
  border-color:#d8e2d0;
  box-shadow:none;
  padding:23px 0;
}
.summary-item>div>span {
  font-size:13px;
  color:#586a5a;
  margin-bottom:5px;
}
.summary-item strong {
  font-size:32px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:-.6px;
}
.summary-item small {
  font-size:13px;
  font-weight:400;
  letter-spacing:0;
}
.summary-symbol {
  color:#416446;
  background:#eaf0e3;
}
.mini-progress {
  width:52px;
  height:52px;
  background:conic-gradient(#5f8250 var(--progress),#e8eee1 0);
}
.summary-item .mini-progress span {
  font-size:12px;
  color:#315b46;
  font-weight:600;
}
.panel,.anime-card,.calendar-panel {
  border-color:#dce4d7;
  box-shadow:0 2px 4px #30432b03;
}
.section-heading {
  padding-top:22px;
  padding-bottom:17px;
}
.section-heading p {
  font-size:13px;
  color:#62715e;
}
.panel-tabs {
  height:46px;
  font-size:13px;
}
.panel-tabs .selected {
  color:#315b46;
  font-weight:600;
  border-color:#62824f;
}
.task-row {
  padding:19px 0;
  min-height:88px;
}
.task-title,.log-row p {
  font-size:15px;
  color:#283c2e;
  line-height:1.75;
}
.task-title {
  font-weight:500;
}
.task-check {
  width:21px;
  height:21px;
  border-color:#8d9f82;
}
.task-check.checked {
  background:#557748;
  border-color:#557748;
}
.is-done .task-title {
  color:#63775d;
  text-decoration-color:#829678;
}
.row-meta,.tag,.priority,.complete-label {
  font-size:12px;
  line-height:1.7;
}
.tag {
  color:color-mix(in srgb,var(--tag) 48%,#192d20);
  background:color-mix(in srgb,var(--tag) 14%,white);
  padding:2px 7px;
  font-weight:500;
}
.priority {
  color:#886035;
}
.complete-label,.linked {
  color:#42663c;
}
.row-actions {
  opacity:1;
}
.row-actions .icon-button {
  min-width:30px;
  min-height:32px;
}
.row-actions .icon {
  width:15px;
  height:15px;
}
.comparison-note {
  color:#536d47;
  background:#edf3e7;
  font-size:12px;
  line-height:1.6;
}
.log-row {
  padding:19px 0;
  min-height:88px;
}
.log-dot {
  width:21px;
  height:21px;
  color:#4e7340;
}
.panel-foot {
  font-size:12px;
  line-height:1.75;
  color:#5b6f50;
  background:#f6f8f0;
  padding:13px 20px;
  gap:10px;
}
.empty {
  padding:29px 15px;
}
.empty h3,.anime-preview .empty h3 {
  font-size:16px;
  color:#405b35;
  font-weight:550;
}
.empty p,.anime-preview .empty p {
  font-size:13px;
  color:#65745b;
  line-height:1.85;
}
.empty-icon {
  color:#63824f;
  background:#edf3e5;
}
.reflection-feature {
  background:#eef1df;
  border-color:#d5dfbf;
}
.reflection-invitation {
  font-size:18px;
  font-weight:500;
  color:#455f35;
  letter-spacing:0;
}
.reflection-prompt {
  font-size:14px;
  color:#5c7249;
  border-color:#a7b990;
  background:#fbfcf3;
}
.reflection-written p {
  font-size:15px;
  color:#3a542e;
  line-height:1.85;
}
.reflection-date {
  font-size:12px;
  color:#60734d;
}
.reflection-date>span {
  display:none;
}
.anime-mini strong {
  font-size:14px;
  font-weight:550;
}
.anime-mini>div>span {
  font-size:12px;
}
.progress-track {
  background:#e7eedf;
  height:6px;
}
.progress-track i {
  background:#6a8a54;
}
.big-percent {
  font-weight:700;
  color:#315b46;
}
.calendar-toolbar h2 {
  font-size:24px;
  font-weight:650;
}
.calendar-week {
  font-size:13px;
  font-weight:600;
  color:#536947;
}
.calendar-cell {
  min-height:150px;
  border-color:#dce4d3;
}
.cell-day {
  font-size:15px;
  font-weight:600;
  color:#3a5332;
}
.calendar-cell p {
  font-size:13px;
  line-height:1.75;
  color:#3b5430;
}
.calendar-cell.outside {
  opacity:1;
  background:#f4f6ef;
}
.calendar-cell.outside .cell-day {
  color:#65765b;
  font-weight:400;
}
.calendar-cell.is-today {
  border:2px solid #688553;
}
.is-today .cell-day {
  background:#4a6a38;
  font-size:13px;
}
.cell-today-label {
  color:#4d673e;
  font-size:11px;
}
.anime-summary {
  gap:28px;
  flex-wrap:wrap;
}
.anime-summary b {
  font-size:28px;
  font-weight:650;
  color:#315b46;
}
.anime-title-line h2 {
  font-size:18px;
  font-weight:600;
}
.anime-cover {
  height:144px;
}
.cover-caption {
  color:#3d5a37;
}
.anime-status {
  color:#36582d;
  font-weight:500;
  background:#f9fcf0e8;
}
.anime-progress-text,.last-watched {
  font-size:13px;
}
.watch-date {
  width:105px;
}
.watch-date strong,.watch-row .row-content>strong {
  font-size:15px;
  font-weight:550;
}
.watch-row .row-content p,.watch-episodes {
  font-size:13px;
}
dialog {
  width:500px;
  padding:28px;
}
.modal-heading h2 {
  font-size:24px;
  font-weight:650;
  line-height:1.4;
}
.modal-description {
  font-size:14px;
}
.field>span:first-child,.mood-field legend {
  font-size:14px;
  font-weight:550;
  color:#3d5633;
}
.field input:not([type="color"]),.field select,.field textarea {
  font-size:15px;
  border-color:#b9c7ac;
  color:#283c20;
}
.field input::placeholder,.field textarea::placeholder {
  color:#697a5d;
  opacity:1;
}
.field-help,.char-count {
  font-size:12px;
}
.mood-option>span {
  font-size:13px;
  color:#516b40;
}
.mood-option input:checked+span {
  border-color:#62804c;
  color:#315722;
  background:#e3edd7;
}
.form-error {
  color:#a44132;
  font-size:13px;
}
.page-content {
  animation:none;
}
@media(max-width:1180px) {
  .summary-item {padding:0 17px;gap:12px}
  .summary-item small {font-size:12px}
  .date-input input {width:133px}
  .summary-item strong {font-size:28px}
  .calendar-cell p {font-size:12px}
}
@media(min-width:701px) and (max-width:1050px) {
  .compare-grid {grid-template-columns:1fr}
  .bottom-grid {grid-template-columns:1fr}
  .nav-link {font-size:14px;gap:9px}
  .summary-item {gap:9px;padding:0 14px}
}
@media(max-width:700px) {
  body {font-size:15px}
  .sidebar {padding-top:18px}
  .brand {font-size:22px}
  .nav-link {font-size:12px;padding:11px 2px;gap:7px}
  .nav-link.active {box-shadow:none}
  .topbar {height:50px;font-size:12px}
  .topbar-date {font-size:11px}
  main {padding:24px 18px 0}
  h1,.page-heading h1 {font-size:27px;font-weight:700;letter-spacing:-.5px}
  .page-heading p {font-size:14px}
  .page-heading>.button {font-size:13px}
  .eyebrow {font-size:10px;letter-spacing:1.2px}
  .summary-item {padding:0 12px;gap:7px}
  .summary-item strong {font-size:27px}
  .summary-item small {font-size:11px}
  .summary-item>div>span {font-size:12px}
  .summary-symbol {width:32px;height:32px}
  .row-actions {gap:0;opacity:1}
  .row-actions .icon-button {min-width:28px;min-height:34px}
  .task-title,.log-row p {font-size:15px}
  .section-heading {padding:20px 18px 16px}
  .task-list,.log-list {padding:0 18px}
  .panel-foot {font-size:12px;padding:12px 18px;flex-wrap:wrap}
  .comparison-note {font-size:12px;margin:0 18px}
  .empty h3,.anime-preview .empty h3 {font-size:16px}
  .empty p,.anime-preview .empty p {font-size:13px}
  .reflection-invitation {font-size:17px}
  .reflection-date {font-size:12px}
  footer {font-size:11px;line-height:1.8}
  footer>span {white-space:nowrap}
  .calendar-panel {margin:0 -5px;padding:17px 10px}
  .calendar-toolbar h2 {font-size:23px}
  .calendar-toolbar>div>span {font-size:12px}
  .calendar-nav input {width:143px;font-size:12px}
  .calendar-week {font-size:12px}
  .calendar-cell {min-height:127px;padding:6px 4px}
  .calendar-cell p {font-size:12px;line-height:1.65;margin-top:8px;-webkit-line-clamp:4}
  .cell-day {font-size:12px;width:20px;height:20px}
  .is-today .cell-day {font-size:11px}
  .cell-today-label {font-size:10px}
  .cell-mood {font-size:13px}
  .calendar-legend {gap:12px;font-size:12px}
  .anime-summary {gap:12px;font-size:12px}
  .anime-summary span {min-width:90px}
  .anime-summary b {font-size:25px}
  .anime-title-line h2 {font-size:18px}
  .watch-date {width:82px}
  .watch-date strong {font-size:13px}
  .watch-date span {font-size:11px}
  .watch-row .row-content>strong {font-size:14px}
  .watch-episodes,.watch-row .row-content p {font-size:12px}
  .watch-row {gap:10px}
  dialog {padding:23px 20px}
  .modal-heading h2 {font-size:23px}
  .field input:not([type="color"]),.field select,.field textarea {font-size:16px}
}

[hidden] {display:none!important}
.member-switch {display:flex;align-items:center;gap:12px;margin-bottom:28px;padding-bottom:22px;border-bottom:1px solid var(--line);flex-wrap:wrap}
.member-tab {display:flex;align-items:center;gap:10px;padding:10px 16px;border:1px solid #d6dfce;border-radius:10px;background:#fff;color:#4e6841;text-align:left;min-width:150px}
.member-tab.active {border-color:#64804f;background:#eaf1df;box-shadow:inset 0 0 0 1px #64804f}
.member-tab>span:last-child {font-size:14px;font-weight:600;overflow-wrap:anywhere}
.member-tab small {display:block;font-size:12px;font-weight:400;color:#627250;margin-top:2px}
.member-avatar {background:#dce7ce;color:#426331;border-radius:50%;width:33px;height:33px;display:grid;place-items:center;flex-shrink:0}
.sharing-note {display:flex;align-items:center;gap:7px;font-size:12px;color:#5c7150;margin-left:auto}
.sharing-note .icon {width:15px}
.account-menu {display:flex;align-items:center;gap:14px;font-size:12px}
.account-menu .button {min-height:30px;max-width:180px;overflow:hidden;text-overflow:ellipsis}
.topbar:has(.account-menu) .topbar-date {display:none}
.partner-note {font-size:12px;line-height:1.8;color:#627153}
.partner-reflection {display:flex;gap:15px;align-items:flex-start;margin:25px 0;font-size:16px;line-height:1.9}
.partner-reflection p {margin:0;white-space:pre-wrap;overflow-wrap:anywhere}
.import-backup {cursor:pointer}
.import-tip {background:#edf2e5;border:1px solid #d6e0c8;padding:14px 18px;border-radius:10px;font-size:13px;color:#516b40;margin-bottom:20px}
.access-gate {max-width:620px;margin:10vh auto;padding:40px;line-height:1.9}
.access-gate .brand-mark {margin-bottom:25px;width:52px;height:52px;font-size:24px}
.access-gate p {color:#506646;margin:20px 0 25px;font-size:16px}
.access-gate .access-note {font-size:13px;margin-top:30px}
.task-check:disabled {opacity:1;cursor:default}
@media(max-width:700px) {
  .member-switch {gap:10px;margin-bottom:22px;padding-bottom:18px}
  .member-tab {flex:1;min-width:0;padding:10px}
  .sharing-note {margin-left:0;width:100%;font-size:12px}
  .topbar:has(.account-menu) {height:auto;min-height:54px;gap:12px;flex-wrap:wrap;padding:10px 18px}
  .account-menu {margin-left:auto}
  .account-menu .button {font-size:12px;max-width:130px}
  .sidebar:has(.import-backup) .sidebar-bottom {display:flex;gap:16px;margin:8px 0;flex-wrap:wrap}
  .sidebar:has(.import-backup) .local-label {display:none}
  .sidebar:has(.import-backup) .backup {font-size:12px;padding:7px 0}
  .access-gate {margin:6vh auto;padding:25px}
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
  animation:none!important;
  transition:none!important;
  scroll-behavior:auto!important
}

}
