:root {
  --bg: #080b12;
  --panel: rgba(18, 23, 36, .72);
  --panel-solid: #121724;
  --text: #f4f7ff;
  --muted: #8d97ad;
  --line: rgba(255, 255, 255, .09);
  --blue: #5d7cff;
  --violet: #a855f7;
  --cyan: #2dd4bf;
  --glow: 0 30px 90px rgba(62, 78, 200, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% -10%, rgba(91, 82, 255, .13), transparent 34rem),
    radial-gradient(circle at 92% 28%, rgba(168, 85, 247, .09), transparent 30rem),
    var(--bg);
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.container-thin { width: min(860px, 100%); margin-inline: auto; }
.container-fluid { width: 100%; }

.ambient { position: fixed; width: 380px; height: 380px; border-radius: 50%; filter: blur(110px); opacity: .14; pointer-events: none; z-index: -1; }
.ambient-one { background: var(--blue); left: -180px; top: 28%; }
.ambient-two { background: var(--violet); right: -180px; top: 55%; }

.site-navbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8, 11, 18, .72);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px);
}
.topbar { width: min(1160px, calc(100% - 40px)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px;
  color: white; font-size: 19px; font-weight: 900;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 10px 30px rgba(93, 124, 255, .3);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { font-size: 15px; letter-spacing: .02em; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
#nav-toggler { display: none; }
.nav-toggler-btn { display: none; cursor: pointer; }
.nav-menu { display: flex; align-items: center; gap: 8px; padding: 0; margin: 0; list-style: none; }
.nav-menu a { display: block; padding: 9px 14px; border-radius: 10px; color: var(--muted); font-size: 14px; font-weight: 600; transition: .25s ease; }
.nav-menu a:hover, .nav-menu a.active { color: white; background: rgba(255,255,255,.07); }
.search-item input {
  width: 126px; height: 38px; margin: 0; padding: 0 14px;
  color: white; border: 1px solid var(--line); border-radius: 12px;
  background: rgba(255,255,255,.04); font-size: 13px;
}
.search-item input:focus { width: 180px; border-color: rgba(93,124,255,.6); box-shadow: none; }

.hero { min-height: 620px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; padding-block: 80px 70px; }
.eyebrow, .section-kicker { color: #9eabff; font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { width: 28px; height: 1px; background: linear-gradient(90deg, var(--blue), var(--violet)); }
.hero h1 { margin: 0; color: white; font-size: clamp(46px, 6vw, 78px); line-height: 1.08; letter-spacing: -.055em; font-weight: 850; }
.hero h1 em { color: transparent; background: linear-gradient(110deg, #a8b7ff 5%, #d8a8ff 52%, #6ee7d8); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-copy > p { max-width: 570px; margin: 28px 0 34px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 20px; }
.button-primary {
  display: inline-flex; align-items: center; gap: 22px; padding: 13px 18px 13px 22px;
  color: white; background: linear-gradient(135deg, var(--blue), #7857db);
  border-radius: 14px; font-size: 14px; font-weight: 700; box-shadow: 0 16px 35px rgba(93,124,255,.24);
  transition: transform .25s ease, box-shadow .25s ease;
}
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 45px rgba(93,124,255,.34); }
.button-primary span { font-size: 19px; }
.hero-note { color: #677187; font-size: 12px; letter-spacing: .08em; }

.hero-visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.hero-visual::before {
  content: ""; position: absolute; inset: 12%; border-radius: 50%;
  background: radial-gradient(circle, rgba(93,124,255,.18), rgba(168,85,247,.04) 52%, transparent 70%);
  filter: blur(8px);
}
.core {
  position: relative; z-index: 2; width: 170px; height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.18); border-radius: 50%;
  background: linear-gradient(145deg, rgba(93,124,255,.25), rgba(13,16,27,.88) 55%);
  box-shadow: inset 0 0 42px rgba(255,255,255,.05), 0 0 80px rgba(93,124,255,.2);
}
.core span { font-size: 48px; font-weight: 900; letter-spacing: -.06em; }
.core small { color: #94a1c2; font-size: 9px; letter-spacing: .28em; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; animation: spin 18s linear infinite; }
.orbit::after { content: ""; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.orbit-one { width: 280px; height: 280px; }
.orbit-two { width: 390px; height: 390px; animation-direction: reverse; animation-duration: 26s; }
.orbit-two::after { background: var(--violet); box-shadow: 0 0 16px var(--violet); }
.float-tag { position: absolute; z-index: 3; padding: 7px 11px; color: #8f9ab4; border: 1px solid var(--line); border-radius: 8px; background: rgba(15,19,30,.78); font-size: 9px; letter-spacing: .18em; backdrop-filter: blur(10px); }
.tag-one { top: 18%; right: 8%; }.tag-two { left: 5%; top: 56%; }.tag-three { right: 12%; bottom: 12%; }
@keyframes spin { to { transform: rotate(360deg); } }

.content-shell { padding-block: 70px 110px; }
.section-heading { display: flex; align-items: end; gap: 28px; margin-bottom: 34px; }
.section-heading h2 { margin: 5px 0 0; color: white; font-size: 34px; letter-spacing: -.04em; }
.section-line { flex: 1; height: 1px; margin-bottom: 12px; background: linear-gradient(90deg, var(--line), transparent); }
.posts-grid { display: grid; gap: 20px; }
.post {
  position: relative; margin: 0; padding: 34px 38px;
  border: 1px solid var(--line); border-radius: 22px;
  background: linear-gradient(145deg, rgba(22,28,43,.82), rgba(12,15,24,.72));
  box-shadow: var(--glow); overflow: hidden; transition: .3s ease;
}
.post::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; opacity: 0; background: linear-gradient(var(--blue), var(--violet)); transition: .3s; }
.post:hover { transform: translateY(-5px); border-color: rgba(129,145,255,.25); }
.post:hover::before { opacity: 1; }
.entry-header { position: relative; }
.entry-meta { display: flex; gap: 12px; color: #7f8aa2; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.entry-meta a { color: #8fa2ff; }
.entry-title { margin: 12px 0 12px; color: white; font-size: clamp(25px, 4vw, 34px); line-height: 1.3; letter-spacing: -.035em; }
.entry-title a { color: inherit; transition: color .2s; }
.entry-title a:hover { color: #a8b7ff; }
.entry-comment { position: absolute; top: 0; right: 0; color: #626d84; font-size: 11px; }
.entry-content { color: #a4aec1; font-size: 15px; }
.entry-content p:last-child { margin-bottom: 0; }
.entry-content a { color: #9eabff; }
.entry-content img { max-width: 100%; height: auto; border-radius: 14px; }
.entry-content pre, .entry-content code { border-color: var(--line); background: #090c13; }
.archive-title { color: white; font-size: 40px; }
.pagination ul { display: flex; justify-content: center; gap: 8px; padding: 34px 0 0; list-style: none; }
.pagination a, .pagination span { display: grid; min-width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); background: rgba(5,7,12,.5); }
.footer-inner { width: min(1160px, calc(100% - 40px)); min-height: 190px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { color: white; font-size: 30px; font-weight: 900; letter-spacing: -.05em; }
.footer-brand span { color: var(--blue); }
.footer-inner p { margin: 5px 0 0; color: #687289; font-size: 13px; }
.footer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; color: #687289; font-size: 12px; }
.footer-meta a:hover { color: #a8b7ff; }

.timeline-hero {
  min-height: 270px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px;
  padding-block: 72px 44px; border-bottom: 1px solid var(--line);
}

.compact-hero {
  min-height: 430px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px;
  align-items: center; padding-block: 48px 38px; border-bottom: 1px solid var(--line);
}
.compact-hero-copy h1 {
  margin: 0; color: white; font-size: clamp(38px, 5vw, 61px);
  line-height: 1.1; letter-spacing: -.055em; font-weight: 850;
}
.compact-hero-copy h1 em {
  color: transparent; background: linear-gradient(110deg, #a8b7ff 5%, #d8a8ff 52%, #6ee7d8);
  background-clip: text; -webkit-background-clip: text; font-style: normal;
}
.compact-hero-copy > p { margin: 22px 0 18px; color: #7f8aa0; font-size: 14px; }
.compact-hero .timeline-status { width: max-content; margin: 0; padding: 9px 12px; }
.compact-orbit { width: min(330px, 100%); justify-self: end; }
.compact-orbit .core { width: 126px; height: 126px; }
.compact-orbit .core span { font-size: 37px; }
.compact-orbit .orbit-one { width: 205px; height: 205px; }
.compact-orbit .orbit-two { width: 285px; height: 285px; }
.compact-orbit .float-tag { padding: 5px 8px; font-size: 7px; }
.timeline-hero h1 { margin: 7px 0 5px; color: white; font-size: clamp(42px, 7vw, 70px); line-height: 1; letter-spacing: -.06em; }
.timeline-hero p { margin: 18px 0 0; color: #7f8aa0; font-size: 14px; }
.timeline-status { display: flex; align-items: center; gap: 12px; margin-bottom: 7px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); animation: statusPulse 2s ease-in-out infinite; }
.timeline-status div { display: flex; flex-direction: column; line-height: 1.3; }
.timeline-status strong { color: #dce3f4; font-size: 12px; }
.timeline-status small { color: #5f6a81; font-size: 8px; letter-spacing: .16em; }
@keyframes statusPulse { 50% { opacity: .45; transform: scale(.82); } }

.timeline-shell { padding-block: 32px 90px; }
.timeline-column { width: 100%; margin-inline: auto; }
.archive-heading { margin-bottom: 28px; }
.archive-heading h1 { margin: 5px 0 0; color: white; font-size: 38px; }
.timeline-feed {
  position: relative; display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px; align-items: start;
}
.timeline-feed::before { display: none; }
.moment-card {
  position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 11px; padding: 17px;
  border: 1px solid var(--line); border-radius: 17px;
  background: linear-gradient(145deg, rgba(20,25,39,.8), rgba(11,14,22,.72));
  box-shadow: 0 18px 60px rgba(0,0,0,.15); cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.moment-card:hover, .moment-card:focus-visible {
  outline: none; transform: translateY(-3px); border-color: rgba(121,139,255,.28);
  background: linear-gradient(145deg, rgba(24,30,47,.9), rgba(12,15,24,.8));
}
.moment-avatar {
  position: relative; z-index: 1; display: grid; place-items: center; width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 11px; color: white;
  background: linear-gradient(145deg, var(--blue), #7653d3 62%, var(--violet)); font-size: 14px; font-weight: 900;
  box-shadow: 0 12px 30px rgba(93,124,255,.22);
}
.moment-body { min-width: 0; }
.moment-topline { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.moment-topline strong { color: #a9b7ff; font-size: 14px; letter-spacing: .01em; }
.moment-more { padding: 0 4px; color: #667188; border: 0; background: none; font-size: 16px; letter-spacing: 2px; cursor: pointer; }
.moment-card h2 { margin: 5px 0; color: #f5f7ff; font-size: 18px; line-height: 1.35; letter-spacing: -.025em; }
.moment-text { display: -webkit-box; margin: 0; overflow: hidden; color: #a7b0c2; font-size: 13px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.moment-gallery { display: grid; gap: 3px; width: 100%; margin-top: 12px; overflow: hidden; border-radius: 10px; }
.moment-image { position: relative; min-height: 0; overflow: hidden; background: #101521; aspect-ratio: 1; }
.moment-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.moment-card:hover .moment-image img { transform: scale(1.025); filter: brightness(1.05); }
.gallery-1 { grid-template-columns: minmax(0, 1fr); width: min(100%, 500px); }
.gallery-1 .moment-image { aspect-ratio: 16 / 10; }
.gallery-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-3, .gallery-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-4 .moment-image:first-child { grid-column: span 2; grid-row: span 2; }
.moment-meta { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.055); color: #667188; font-size: 10px; }
.moment-actions { width: 100%; justify-content: space-between; }
.moment-meta > div { display: flex; align-items: center; gap: 12px; }
.moment-category a { color: #7f8eab; }
.moment-actions a { display: inline-flex; align-items: center; gap: 6px; color: #77839a; transition: color .2s; }
.moment-actions a:hover { color: #b4c0ff; }
.moment-open { padding-left: 12px; border-left: 1px solid var(--line); }
.timeline-pagination { margin-top: 10px; }
.timeline-pagination ul { padding-top: 24px; }
.timeline-pagination li:first-child a, .timeline-pagination li:last-child a { padding-inline: 15px; }

@media (max-width: 980px) {
  .timeline-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.article-shell { padding-block: 54px 100px; }
.back-home {
  display: inline-flex; align-items: center; margin-bottom: 22px; padding: 9px 13px;
  color: #9aa6bd; border: 1px solid var(--line); border-radius: 11px;
  background: rgba(255,255,255,.025); font-size: 13px; transition: .25s ease;
}
.back-home:hover { color: white; transform: translateX(-3px); border-color: rgba(129,145,255,.3); }
.single-post { padding: clamp(28px, 5vw, 58px); }
.single-post:hover { transform: none; }
.single-post .entry-title { font-size: clamp(34px, 6vw, 56px); }
.single-post .entry-content { color: #bdc5d5; font-size: 16px; }
.post-tags { margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); color: #8390a8; font-size: 13px; }
.post-tags span { margin-right: 12px; color: #9eabff; font-weight: 700; }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0 70px; }
.post-nav > div { min-height: 58px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; color: #7f8ba2; background: rgba(255,255,255,.025); font-size: 13px; }
.post-nav .next { text-align: right; }
.post-nav a { color: #b9c3d7; }
.post-nav a:hover { color: #a8b7ff; }

.comments-zone { scroll-margin-top: 100px; }
.comments-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.comments-title h2 { margin: 5px 0 0; color: white; font-size: 30px; letter-spacing: -.04em; }
.comments-title > span { color: #687289; font-size: 12px; }
.comments-empty { padding: 34px; border: 1px dashed var(--line); border-radius: 18px; color: #768198; text-align: center; }
.member-flash { margin-bottom: 20px; padding: 13px 16px; border: 1px solid; border-radius: 13px; font-size: 13px; }
.member-flash.is-success { color: #91eadf; border-color: rgba(45,212,191,.25); background: rgba(45,212,191,.07); }
.member-flash.is-error { color: #ff9eae; border-color: rgba(251,113,133,.25); background: rgba(251,113,133,.07); }

.comment-list { display: grid; gap: 14px; padding: 0; margin: 0 0 28px; list-style: none; }
.comment-body { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(18,23,36,.55); }
.comment-avatar, .member-avatar {
  display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px;
  color: white; background: linear-gradient(135deg, var(--blue), var(--violet)); font-weight: 800;
}
.comment-avatar { width: 42px; height: 42px; }
.comment-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.comment-head strong { color: #eef2ff; font-size: 14px; }
.comment-head time { color: #626e85; font-size: 11px; }
.comment-content { margin-top: 9px; color: #aab4c7; font-size: 14px; }
.comment-content p { margin: 0; }
.comment-reply { margin-top: 9px; font-size: 12px; }
.comment-reply a, .cancel-comment-reply a { color: #91a2ff; }
.comment-waiting { display: inline-flex; margin-top: 8px; padding: 3px 8px; border-radius: 7px; color: #e8bd74; background: rgba(232,189,116,.09); font-size: 10px; }
.comment-children { margin-top: 15px; }
.comment-children .comment-list { margin: 0; }
.comment-child { background: rgba(255,255,255,.018); }

.member-card, .auth-shell { margin-top: 26px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(22,28,43,.82), rgba(12,15,24,.74)); box-shadow: var(--glow); }
.member-card { padding: 22px; }
.member-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.member-identity { display: flex; align-items: center; gap: 12px; }
.member-avatar { width: 42px; height: 42px; }
.member-identity div { display: flex; flex-direction: column; line-height: 1.35; }
.member-identity small { color: #68738a; font-size: 10px; letter-spacing: .08em; }
.member-identity strong { color: white; font-size: 14px; }
.button-ghost { padding: 8px 12px; color: #8490a7; border: 1px solid var(--line); border-radius: 10px; background: transparent; font-size: 12px; cursor: pointer; }
.button-ghost:hover { color: white; border-color: rgba(255,255,255,.18); }
.cancel-comment-reply { margin-bottom: 8px; font-size: 12px; }
.modern-comment-form textarea, .auth-form input {
  width: 100%; color: white; border: 1px solid var(--line); background: rgba(6,9,15,.55); box-shadow: none;
}
.modern-comment-form textarea { min-height: 140px; padding: 16px; border-radius: 14px; resize: vertical; }
.modern-comment-form textarea:focus, .auth-form input:focus { border-color: rgba(93,124,255,.62); box-shadow: 0 0 0 3px rgba(93,124,255,.08); }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 14px; }
.form-foot > span { color: #667188; font-size: 11px; }
.form-foot .button-primary { border: 0; cursor: pointer; }

.auth-shell { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; }
.auth-intro { padding: 34px; border-right: 1px solid var(--line); background: radial-gradient(circle at 0 0, rgba(93,124,255,.12), transparent 70%); }
.auth-intro h3 { margin: 12px 0; color: white; font-size: 27px; line-height: 1.3; letter-spacing: -.035em; }
.auth-intro p { margin: 0; color: #7e899f; font-size: 13px; }
.auth-forms { display: grid; grid-template-columns: 1fr 1fr; }
.auth-form { padding: 28px; }
.auth-form + .auth-form { border-left: 1px solid var(--line); }
.auth-form h4 { margin: 0 0 18px; color: white; font-size: 18px; }
.auth-form label { display: block; margin-bottom: 12px; color: #8f9aaf; font-size: 11px; }
.auth-form input { height: 42px; margin-top: 6px; padding: 0 12px; border-radius: 10px; }
.auth-form button { width: 100%; height: 42px; margin-top: 5px; border: 0; border-radius: 11px; color: white; background: linear-gradient(135deg, var(--blue), #7455d5); font-weight: 700; cursor: pointer; }
.register-form button { background: linear-gradient(135deg, #6955d5, var(--violet)); }
.captcha-question { float: right; color: #a8b7ff; font-weight: 800; letter-spacing: .08em; }

@media (max-width: 760px) {
  .container, .topbar, .footer-inner { width: min(100% - 28px, 1160px); }
  .topbar { min-height: 68px; }
  .brand-copy small { display: none; }
  .nav-toggler-btn { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 11px; }
  .nav-menu { display: none; position: absolute; top: 68px; left: 14px; right: 14px; padding: 12px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 16px; background: rgba(12,15,24,.96); box-shadow: 0 24px 60px rgba(0,0,0,.35); }
  #nav-toggler:checked + .nav-menu { display: flex; }
  .search-item input, .search-item input:focus { width: 100%; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 72px 50px; }
  .hero h1 { font-size: 44px; }
  .hero-visual { display: none; }
  .content-shell { padding-block: 46px 80px; }
  .post { padding: 26px 22px; border-radius: 18px; }
  .entry-comment { display: none; }
  .footer-inner { min-height: 220px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .footer-meta { justify-content: flex-start; }
  .timeline-hero { min-height: 220px; padding-block: 56px 32px; }
  .compact-hero { min-height: 280px; grid-template-columns: 1fr; padding-block: 48px 30px; }
  .compact-hero-copy h1 { font-size: 38px; }
  .compact-hero-copy > p { margin-top: 17px; }
  .compact-orbit { display: none; }
  .timeline-status { display: none; }
  .timeline-shell { padding-block: 24px 70px; }
  .timeline-feed { grid-template-columns: 1fr; gap: 11px; }
  .timeline-feed::before { display: none; }
  .moment-card { grid-template-columns: 40px 1fr; gap: 11px; padding: 17px 14px; border-radius: 16px; }
  .moment-avatar { width: 40px; height: 40px; border-radius: 12px; font-size: 15px; }
  .moment-card h2 { margin-top: 6px; font-size: 20px; }
  .moment-text { font-size: 13px; -webkit-line-clamp: 4; }
  .moment-gallery { width: 100%; margin-top: 13px; }
  .gallery-1 .moment-image { aspect-ratio: 4 / 3; }
  .moment-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .moment-actions { width: 100%; justify-content: space-between; }
  .article-shell { padding-block: 30px 70px; }
  .single-post { padding: 25px 20px; }
  .post-nav { grid-template-columns: 1fr; margin-bottom: 50px; }
  .post-nav .next { text-align: left; }
  .comments-title { align-items: flex-start; flex-direction: column; }
  .comments-title > span { display: none; }
  .comment-body { grid-template-columns: 34px 1fr; padding: 16px 14px; }
  .comment-avatar { width: 34px; height: 34px; border-radius: 10px; font-size: 12px; }
  .comment-head { align-items: flex-start; flex-direction: column; gap: 1px; }
  .auth-shell { grid-template-columns: 1fr; }
  .auth-intro { padding: 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  .auth-forms { grid-template-columns: 1fr; }
  .auth-form + .auth-form { border-left: 0; border-top: 1px solid var(--line); }
  .form-foot { align-items: stretch; flex-direction: column; }
  .form-foot .button-primary { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; }
}
