:root {
  font-family: "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #202923;
  background: #f7f8f6;
  font-size: 14px;
  letter-spacing: 0;
  --ink: #202923;
  --muted: #6f7973;
  --line: #e3e8e3;
  --green: #16766b;
  --yellow: #d9ac38;
}
* { box-sizing: border-box; }
body { margin: 0; }
button, input, select { font: inherit; }
button { cursor: pointer; }
form { margin: 0; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid #16766b; outline-offset: 2px; }
.shell { width: min(1120px, calc(100% - 40px)); margin: auto; }
.topbar { background: #fff; border-bottom: 1px solid var(--line); }
.topbar-inner { height: 64px; display: flex; align-items: stretch; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 16px; white-space: nowrap; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 5px; color: #fff; background: #1d3c36; font-size: 16px; }
.main-nav { display: flex; align-items: stretch; gap: 26px; }
.main-nav a { display: inline-flex; align-items: center; gap: 6px; padding: 0 2px; border-bottom: 2px solid transparent; color: #69746e; font-weight: 600; }
.main-nav a[aria-current] { color: var(--ink); border-color: var(--yellow); }
.main-nav span { font-size: 11px; font-weight: 700; background: #f0f2ee; border-radius: 4px; padding: 2px 5px; color: #66716a; }
.topbar-inner > form { margin-left: auto; align-self: center; }
.signout { border: 0; background: none; color: #738078; padding: 8px; }
.signout:hover { color: #1d3c36; }
.page-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 27px 0 24px; }
.eyebrow { margin: 0 0 4px; color: #a67421; font-size: 10px; font-weight: 800; }
h1 { font-size: 27px; line-height: 1.22; margin: 0; font-weight: 800; }
.subline { margin: 8px 0 0; font-size: 12px; color: var(--muted); }
.range-form { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.range-form label, .sort-form label { color: #69746f; font-size: 12px; }
.range-form select, .range-form button, .sort-form select, .sort-form button, .search input, .search button { height: 36px; border: 1px solid #d8dfd9; border-radius: 4px; background: #fff; padding: 0 10px; }
.range-form button, .sort-form button, .search button { color: #24675e; font-weight: 700; }
.range-form button:hover, .sort-form button:hover, .search button:hover { background: #edf5f1; }
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-bottom: 16px; }
.search { display: flex; gap: 6px; flex: 1; max-width: 400px; }
.search input { flex: 1; min-width: 0; }
.sort-form { display: flex; align-items: center; gap: 7px; }
.sort-form select { min-width: 164px; }
.filter-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #d7dfd7; }
.filters { display: flex; gap: 24px; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.filters a { display: block; white-space: nowrap; padding: 11px 0 12px; border-bottom: 2px solid transparent; color: #68746d; font-size: 13px; }
.filters a[aria-current] { color: #1c5c54; border-color: #1c786c; font-weight: 700; }
.result-count { white-space: nowrap; color: #758179; font-size: 12px; }
.list-head, .author-row { display: grid; grid-template-columns: minmax(0, 1fr) 150px 150px 86px; column-gap: 18px; align-items: center; }
.list-head { padding: 13px 14px 9px; color: #88938a; font-size: 11px; font-weight: 700; }
.list-head span:last-child { text-align: right; }
.author-list { border-top: 1px solid var(--line); }
.author-row { position: relative; min-height: 82px; padding: 12px 14px; background: #fff; border-bottom: 1px solid var(--line); transition: background-color 120ms ease; }
.author-row:hover, .author-row:focus-within { background: #f3f8f5; }
.author-row.is-paused { opacity: .7; }
.author-profile { display: flex; align-items: center; gap: 13px; min-width: 0; }
.author-avatar { flex: none; display: grid; place-items: center; width: 42px; height: 42px; object-fit: cover; border-radius: 5px; font-size: 17px; font-weight: 800; }
.author-thumb { flex: none; width: 72px; height: 46px; object-fit: cover; border-radius: 4px; background: #e8ece8; }
.avatar-tone-0 { color: #704a13; background: #f2dfad; }
.avatar-tone-1 { color: #305771; background: #d5e7ef; }
.avatar-tone-2 { color: #8b4b56; background: #f1dfe2; }
.avatar-tone-3 { color: #3a6855; background: #dcebe0; }
.author-text { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.author-link { display: block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; font-weight: 750; }
.author-link::after { content: ""; position: absolute; inset: 0; }
.author-domain { display: inline-flex; align-items: center; gap: 3px; color: #87918a; font-size: 11px; }
.author-domain img, .update-links img { width: 13px; height: 13px; opacity: .55; }
.author-teaser { position: relative; z-index: 1; display: block; max-width: 360px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #7b877d; font-size: 11px; }
.author-teaser:hover { color: #176f63; text-decoration: underline; }
.activity, .check-time { display: flex; align-items: baseline; gap: 5px; font-size: 13px; color: #435149; }
.activity strong { color: #1b675c; font-weight: 750; }
.activity small, .check-time small { color: #8b968e; font-size: 11px; }
.mobile-label { display: none; }
.muted { color: #a1aaa2; }
.pause-label { color: #8a6a39; }
.warning-label { color: #b15245; }
.author-tools { display: flex; justify-content: end; gap: 5px; position: relative; z-index: 1; }
.icon-button { width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 5px; color: #77837a; background: transparent; }
.icon-button:hover, .icon-button:focus-visible { color: #1e6259; background: #e8f1ec; }
.icon-button.favorite.selected { color: #ba821b; background: #fff3d3; }
.icon { display: block; width: 18px; height: 18px; background: currentColor; mask-size: contain; mask-repeat: no-repeat; mask-position: center; }
.icon-star { mask-image: url('/static/icons/star.svg'); }
.icon-pause { mask-image: url('/static/icons/pause.svg'); }
.icon-play { mask-image: url('/static/icons/play.svg'); }
.tool-icon { display: block; width: 18px; height: 18px; opacity: .68; }
.icon-button:hover .tool-icon, .icon-button:focus-visible .tool-icon, .icon-button.selected .tool-icon { opacity: 1; }
.update-list { border-top: 1px solid var(--line); }
.update-row { display: flex; align-items: start; gap: 17px; padding: 17px 14px; background: #fff; border-bottom: 1px solid var(--line); }
.update-row.is-read { opacity: .72; }
.update-thumb { width: 112px; height: 75px; object-fit: cover; flex: none; border-radius: 4px; background: #e1e8e1; }
.update-body { flex: 1; min-width: 0; }
.update-meta { display: flex; gap: 12px; color: #737f75; font-size: 11px; }
.update-meta span { color: #315d54; font-weight: 750; }
.update-row h2 { font-size: 15px; line-height: 1.45; margin: 5px 0 9px; overflow-wrap: anywhere; }
.update-row h2 a:hover, .update-links a:hover { color: #126c60; }
.update-links { display: flex; align-items: center; gap: 15px; font-size: 12px; color: #40746a; }
.update-links a { display: inline-flex; align-items: center; gap: 2px; }
.read-button { border: 1px solid #d9e2da; border-radius: 4px; background: #fff; padding: 7px 9px; color: #526159; white-space: nowrap; font-size: 12px; }
.read-button:hover { background: #ecf4ed; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 20px; color: #7b877e; }
.pagination a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: #34695f; }
.empty { text-align: center; color: var(--muted); padding: 70px 15px; }
.login-page { min-height: 100vh; display: grid; place-items: center; background: #eff3ee; }
.login-panel { width: min(385px, calc(100% - 30px)); padding: 32px; background: #fff; border: 1px solid #dbe5dd; border-radius: 6px; box-shadow: 0 15px 42px #1e423018; }
.login-panel .brand-mark { width: 40px; height: 40px; }
.login-panel h1 { font-size: 24px; margin: 17px 0 5px; }
.login-panel p { color: var(--muted); margin: 0 0 24px; }
.login-panel label { display: block; margin-bottom: 7px; font-weight: 700; }
.login-panel input { height: 42px; width: 100%; border: 1px solid #cbd9cd; border-radius: 4px; padding: 0 11px; }
.login-panel .error { color: #b15245; margin: 9px 0 0; }
.primary { width: 100%; height: 42px; margin-top: 17px; border: 0; border-radius: 4px; color: #fff; background: #1a6c60; font-weight: 700; }
@media (max-width: 700px) {
  .shell { width: calc(100% - 28px); }
  .topbar-inner { height: 54px; gap: 12px; }
  .brand { font-size: 14px; gap: 6px; }
  .brand-mark { width: 27px; height: 27px; font-size: 14px; }
  .main-nav { gap: 10px; margin-left: auto; }
  .main-nav a { gap: 3px; font-size: 12px; }
  .main-nav span { padding: 2px 3px; font-size: 10px; }
  .topbar-inner > form { margin-left: 0; }
  .signout { font-size: 11px; padding: 5px 0; }
  .page-head { align-items: center; padding: 17px 0 16px; }
  .eyebrow { font-size: 9px; }
  h1 { font-size: 21px; }
  .subline { margin-top: 3px; font-size: 10px; }
  .range-form { gap: 4px; }
  .range-form label { display: none; }
  .range-form select { width: 61px; padding: 0 2px; }
  .range-form button { padding: 0 6px; }
  .toolbar { flex-wrap: wrap; gap: 9px; padding-bottom: 7px; }
  .search { width: 100%; max-width: none; }
  .sort-form { width: 100%; justify-content: flex-end; }
  .sort-form select { flex: 1; min-width: 0; }
  .filter-line { gap: 6px; }
  .filters { gap: 14px; }
  .filters a { font-size: 12px; padding: 9px 0 10px; }
  .result-count { font-size: 11px; }
  .list-head { display: none; }
  .author-list { border-top: 0; }
  .author-row { grid-template-columns: minmax(0, 1fr) 76px; grid-template-areas: "profile tools" "activity tools"; column-gap: 7px; row-gap: 5px; min-height: 72px; padding: 9px 5px; }
  .author-profile { grid-area: profile; gap: 9px; }
  .author-thumb { width: 61px; height: 44px; }
  .author-link { font-size: 14px; }
  .author-domain { display: none; }
  .author-teaser { max-width: 100%; font-size: 10px; }
  .author-text { gap: 3px; }
  .activity { grid-area: activity; padding-left: 0; }
  .check-time { grid-area: activity; padding-left: 0; margin-left: 100px; }
  .activity, .check-time { font-size: 11px; white-space: nowrap; gap: 3px; }
  .activity strong { font-weight: 700; }
  .activity small, .check-time small { display: none; }
  .mobile-label { display: inline; color: #919b92; }
  .author-tools { grid-area: tools; align-self: center; gap: 2px; }
  .icon-button { width: 35px; height: 36px; }
  .update-row { gap: 10px; padding: 13px 5px; }
  .update-thumb { width: 76px; height: 64px; }
  .update-meta { gap: 7px; flex-wrap: wrap; }
  .update-row h2 { font-size: 13px; margin: 4px 0 7px; }
  .update-links { gap: 10px; }
  .read-form { align-self: end; }
  .read-button { font-size: 11px; padding: 5px 6px; }
}
@media (max-width: 370px) {
  .brand span:last-child { display: none; }
  .author-row { grid-template-columns: minmax(0, 1fr) 73px; }
  .check-time { margin-left: 89px; }
}
