:root {
  --bg: #f7f2ec;
  --bg-2: #efe7dc;
  --surface: rgba(255, 251, 246, 0.72);
  --surface-strong: rgba(255, 251, 246, 0.92);
  --surface-glass: rgba(255, 255, 255, 0.36);
  --line: rgba(64, 42, 61, 0.1);
  --line-strong: rgba(64, 42, 61, 0.18);
  --ink: #1d1723;
  --ink-soft: #5f5667;
  --brand: #8a63ff;
  --brand-2: #c189ff;
  --blush: #f1cbd3;
  --mint: #b9ddd0;
  --amber: #e8d2a2;
  --sky: #c8d5ff;
  --rose: #ffd6df;
  --shadow-soft: 0 22px 60px rgba(36, 25, 45, 0.08);
  --shadow-deep: 0 28px 90px rgba(31, 22, 36, 0.14);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Noto Serif SC", "Source Han Serif SC", serif;
  --font-body: "Avenir Next", "Segoe UI Variable", "PingFang SC", "Microsoft YaHei UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 214, 223, 0.76), transparent 30rem),
    radial-gradient(circle at 84% 10%, rgba(196, 235, 224, 0.6), transparent 28rem),
    radial-gradient(circle at 52% 78%, rgba(255, 243, 209, 0.46), transparent 22rem),
    linear-gradient(180deg, #f8f4ef 0%, #f5eee6 52%, #efe7de 100%);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1360px, calc(100% - 28px));
  margin: 18px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(249, 244, 238, 0.66);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 50px rgba(47, 33, 56, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(138, 99, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 18px 38px rgba(67, 47, 96, 0.12);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand-text small {
  color: var(--ink-soft);
  font-size: 13px;
}

.nav-links,
.user-actions,
.hero-actions,
.editor-actions,
.feature-footer,
.feature-stats,
.post-tags,
.tag-cloud,
.article-actions,
.auth-mini-story {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-links {
  justify-content: center;
}

.nav-links a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 14px;
  transition: color 0.28s ease, background 0.28s ease, transform 0.28s ease;
}

.nav-links a.active,
.nav-links a:hover {
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  transform: translateY(-1px);
}

main {
  width: min(1360px, calc(100% - 28px));
  margin: 24px auto 0;
}

.page {
  display: none;
  padding: 26px 0 78px;
}

.page.active {
  display: block;
}

.eyebrow {
  margin: 0;
  color: rgba(29, 23, 35, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-intro {
  width: min(760px, 100%);
  margin-bottom: 28px;
}

.section-intro h2 {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  font-weight: 600;
}

.section-intro p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.section-intro.compact {
  width: 100%;
}

.section-intro.compact h2 {
  font-size: clamp(26px, 4vw, 36px);
}

.home-page {
  position: relative;
  min-height: calc(100vh - 120px);
  overflow: hidden;
}

.home-atmosphere {
  position: absolute;
  inset: -34px -18px 0;
  z-index: -1;
  pointer-events: none;
  filter: saturate(1.04);
}

.stage-paper,
.stage-note,
.stage-line,
.stage-dot {
  position: absolute;
  display: block;
}

.stage-paper {
  border: 1px solid rgba(122, 93, 137, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 247, 239, 0.36));
  box-shadow: 0 28px 90px rgba(61, 42, 72, 0.08);
}

.paper-a {
  left: -3%;
  top: 7%;
  width: 48vw;
  height: 54vh;
  transform: rotate(-5deg);
}

.paper-b {
  right: -6%;
  bottom: 3%;
  width: 44vw;
  height: 50vh;
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 214, 223, 0.42), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(240, 232, 250, 0.26));
  transform: rotate(6deg);
}

.stage-note {
  min-width: 108px;
  padding: 10px 14px;
  border: 1px solid rgba(29, 23, 35, 0.08);
  border-radius: 18px;
  color: rgba(29, 23, 35, 0.66);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 18px 38px rgba(61, 42, 72, 0.08);
}

.note-a {
  left: 12%;
  top: 12%;
  background: rgba(255, 230, 237, 0.82);
  transform: rotate(-7deg);
}

.note-b {
  right: 37%;
  top: 18%;
  background: rgba(226, 232, 255, 0.84);
  transform: rotate(5deg);
}

.note-c {
  right: 8%;
  bottom: 15%;
  background: rgba(218, 240, 233, 0.84);
  transform: rotate(-4deg);
}

.stage-line {
  height: 12px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(127, 94, 52, 0.08);
  transform-origin: left center;
}

.line-a {
  left: 22%;
  top: 24%;
  width: 260px;
  background: rgba(255, 246, 220, 0.94);
}

.line-b {
  right: 13%;
  top: 32%;
  width: 220px;
  background: rgba(203, 236, 227, 0.86);
}

.stage-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #f5b7c4;
  box-shadow: 28px 16px 0 rgba(185, 221, 208, 0.72), -18px 28px 0 rgba(232, 210, 162, 0.62);
}

.dot-a {
  left: 46%;
  top: 8%;
}

.dot-b {
  right: 27%;
  bottom: 9%;
  transform: scale(0.82);
}

.home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 154px);
}

.hero-copy {
  position: relative;
  width: min(840px, 100%);
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(138, 99, 255, 0.055) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 251, 246, 0.66));
  box-shadow: 0 30px 90px rgba(47, 33, 56, 0.1);
  backdrop-filter: blur(18px);
}

.hero-copy::before,
.hero-copy::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-copy::before {
  top: 18px;
  right: 22px;
  width: 76px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 214, 223, 0.74), rgba(202, 232, 224, 0.68));
  transform: rotate(3deg);
}

.hero-copy::after {
  right: 28px;
  bottom: 28px;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(138, 99, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(138, 99, 255, 0.24) 0 6px, transparent 7px),
    rgba(255, 255, 255, 0.28);
  transform: rotate(-8deg);
}

.hero-copy h1 {
  margin: 14px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.04;
  font-weight: 600;
}

.hero-title-line {
  display: block;
  transform-origin: 50% 100%;
}

.hero-lead {
  max-width: 760px;
  margin: 0;
  white-space: pre-line;
  color: var(--ink-soft);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.85;
}

.hero-actions {
  margin-top: 28px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.hero-metrics div {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius-md);
  background: rgba(255, 250, 245, 0.48);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.hero-metrics span,
.feature-stats span {
  display: block;
  color: var(--ink-soft);
  font-size: 13px;
}

.hero-metrics strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 23px;
  line-height: 1.2;
  font-weight: 600;
}

.feature-stage {
  position: relative;
  width: min(100%, 760px);
  margin-top: -74px;
}

.feature-props {
  position: absolute;
  inset: -52px -22px auto;
  pointer-events: none;
}

.feature-prop {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(29, 23, 35, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(29, 23, 35, 0.62);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 18px 38px rgba(61, 42, 72, 0.08);
  backdrop-filter: blur(12px);
}

.prop-search {
  right: 9%;
  top: 8px;
  min-width: 148px;
}

.prop-tag {
  left: 2%;
  top: 48px;
  background: rgba(226, 232, 255, 0.82);
}

.prop-pin {
  right: 0;
  top: 62px;
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, #8a63ff 0 4px, transparent 5px),
    rgba(255, 230, 237, 0.86);
}

.feature-stack {
  position: relative;
  min-height: 430px;
  perspective: 1200px;
}

.feature-frame {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 26px;
  background: #faf7f2;
  box-shadow: 0 22px 62px rgba(68, 47, 79, 0.13);
  cursor: pointer;
  will-change: transform;
}

.recommend-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  min-height: clamp(430px, 46vw, 560px);
  transform-origin: 50% 78%;
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.05s ease, box-shadow 0.3s ease;
}

.recommend-card.stack-front {
  z-index: 3;
  opacity: 1;
}

.recommend-card.stack-middle {
  z-index: 2;
  opacity: 0.92;
  transform: translate(30px, -24px) scale(0.965) rotate(2.5deg);
}

.recommend-card.stack-back {
  z-index: 1;
  opacity: 0.76;
  transform: translate(58px, -48px) scale(0.93) rotate(5deg);
}

.recommend-card.stack-middle .feature-cover-layout,
.recommend-card.stack-back .feature-cover-layout,
.recommend-card.stack-middle .feature-footer,
.recommend-card.stack-back .feature-footer {
  opacity: 0.58;
}

.recommend-card:focus-within,
.recommend-card:hover {
  box-shadow: 0 28px 74px rgba(68, 47, 79, 0.16);
}

.feature-frame::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(145deg, rgba(250, 247, 242, 0.84), rgba(250, 247, 242, 0.62) 44%, rgba(250, 247, 242, 0.38) 72%, rgba(68, 47, 79, 0.06)),
    linear-gradient(180deg, rgba(255, 252, 247, 0.24), rgba(250, 247, 242, 0.34));
  pointer-events: none;
}

.feature-cover-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #faf7f2;
  background-image: var(--feature-cover);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(1.02) brightness(0.98);
  transform: scale(1.02);
}

.feature-frame > :not(.feature-cover-bg) {
  position: relative;
  z-index: 2;
}

.feature-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.feature-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(45, 35, 52, 0.78);
  font-size: 12px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px);
}

.feature-reading-time {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: rgba(45, 35, 52, 0.68);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.feature-cover-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.42fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: center;
  flex: 1;
  min-height: 0;
}

.feature-body {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: clamp(28px, 5vw, 58px) 0;
}

.feature-body h2 {
  max-width: 680px;
  margin: 0 0 16px;
  color: rgba(36, 29, 43, 0.92);
  font-family: var(--font-display);
  font-size: clamp(38px, 5.4vw, 74px);
  line-height: 0.98;
  font-weight: 600;
  text-shadow: 0 14px 36px rgba(255, 255, 255, 0.58);
}

.feature-body p {
  max-width: 620px;
  margin: 0;
  color: rgba(45, 35, 52, 0.7);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.8;
}

.feature-info-panel {
  display: grid;
  gap: 8px;
  align-self: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--ink);
  box-shadow: 0 24px 50px rgba(68, 47, 79, 0.12);
  backdrop-filter: blur(18px);
}

.feature-info-panel span {
  color: rgba(45, 35, 52, 0.5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-info-panel strong,
.feature-info-panel em {
  color: rgba(36, 29, 43, 0.86);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.feature-footer {
  justify-content: space-between;
  gap: 20px;
}

.feature-stats span {
  color: rgba(45, 35, 52, 0.66);
}

.feature-link {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 18px 30px rgba(29, 23, 35, 0.18);
}

.feature-link.translucent {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(250, 247, 242, 0.72);
  color: rgba(36, 29, 43, 0.9);
  box-shadow: 0 18px 40px rgba(68, 47, 79, 0.12);
  backdrop-filter: blur(16px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.btn.primary {
  background: linear-gradient(135deg, #7f63ff, #b17cff);
  color: #fff;
  box-shadow: 0 18px 35px rgba(123, 87, 224, 0.25);
}

.btn.secondary {
  border-color: rgba(138, 99, 255, 0.16);
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink);
  backdrop-filter: blur(14px);
}

.btn.soft,
.btn.tertiary,
.btn.ghost {
  border-color: rgba(29, 23, 35, 0.08);
  background: rgba(255, 255, 255, 0.54);
  color: var(--ink);
  backdrop-filter: blur(14px);
}

.btn.danger {
  border-color: rgba(212, 81, 119, 0.2);
  background: rgba(255, 239, 244, 0.72);
  color: #b23558;
}

.btn.full {
  width: 100%;
}

.filter-card,
.curation-card,
.article-card,
.comments-card,
.editor-card,
.profile-card,
.auth-card {
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 28px;
  background: rgba(255, 251, 246, 0.66);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.filter-card {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 16px;
  padding: 18px;
}

label span,
.form-field > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(29, 23, 35, 0.74);
  font-size: 13px;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(29, 23, 35, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

input,
select {
  min-height: 52px;
  padding: 0 16px;
}

textarea {
  min-height: 116px;
  padding: 14px 16px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus,
.rich-editor:focus {
  border-color: rgba(138, 99, 255, 0.36);
  box-shadow: 0 0 0 6px rgba(138, 99, 255, 0.08);
  background: rgba(255, 255, 255, 0.74);
}

.curation-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.74fr);
  gap: 18px;
  margin-top: 22px;
}

.curation-card {
  padding: 20px;
}

.curation-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
}

.curation-card p {
  margin: 0;
  color: var(--ink-soft);
}

.post-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.post-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 34px;
  background: rgba(255, 251, 246, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.post-cover {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 260px;
  padding: 24px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(17, 13, 24, 0.06), rgba(17, 13, 24, 0.22)),
    linear-gradient(135deg, rgba(255, 214, 223, 0.42), rgba(202, 232, 224, 0.4) 58%, rgba(255, 243, 209, 0.38));
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: left;
}

.post-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(20, 15, 26, 0.04), rgba(20, 15, 26, 0.34)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.32), transparent 42%);
}

.post-cover > * {
  position: relative;
  z-index: 1;
}

.post-cover strong {
  display: inline-flex;
  max-width: 180px;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.05;
  font-weight: 600;
}

.post-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.post-body h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(29px, 4vw, 40px);
  line-height: 1.04;
  font-weight: 600;
}

.post-body p {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.82;
}

.post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  color: rgba(29, 23, 35, 0.56);
  font-size: 13px;
}

.post-stats {
  display: inline-flex;
  gap: 10px;
}

.category-pill,
.tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(29, 23, 35, 0.08);
  font-size: 12px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(10px);
}

.tag {
  background: rgba(255, 255, 255, 0.52);
}

.category-reading,
.tag.category-reading {
  background: rgba(233, 223, 255, 0.76);
  color: #5b42b3;
}

.category-thinking,
.tag.category-thinking {
  background: rgba(255, 240, 199, 0.82);
  color: #8b6116;
}

.category-tech,
.tag.category-tech {
  background: rgba(219, 236, 255, 0.8);
  color: #355b91;
}

.category-life,
.tag.category-life {
  background: rgba(255, 226, 236, 0.8);
  color: #964d67;
}

.category-growth,
.tag.category-growth {
  background: rgba(219, 242, 235, 0.8);
  color: #376e61;
}

.category-study,
.tag.category-study {
  background: rgba(226, 232, 255, 0.82);
  color: #4760a7;
}

.magazine-article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 38px;
  background: rgba(255, 251, 246, 0.78);
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(18px);
}

.example-hero {
  display: flex;
  align-items: flex-end;
  min-height: clamp(320px, 45vw, 520px);
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(180deg, rgba(15, 10, 20, 0.12), rgba(15, 10, 20, 0.34)),
    linear-gradient(135deg, rgba(255, 214, 223, 0.42), rgba(202, 232, 224, 0.4) 58%, rgba(255, 243, 209, 0.38));
  background-position: center;
  background-size: cover;
}

.example-body {
  width: min(860px, calc(100% - 42px));
  margin: 0 auto;
  padding: clamp(28px, 6vw, 62px) 0;
}

.example-body h1,
.article-card h1 {
  margin: 12px 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 600;
}

.example-summary,
.article-summary {
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.8;
}

.image-credit {
  margin-top: 28px;
  color: rgba(29, 23, 35, 0.52);
  font-size: 13px;
}

.detail-topbar {
  margin-bottom: 18px;
}

.article-card,
.comments-card,
.editor-card,
.profile-card {
  padding: clamp(22px, 4vw, 40px);
}

.article-cover {
  min-height: 360px;
  margin-bottom: 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(15, 10, 20, 0.08), rgba(15, 10, 20, 0.22)),
    url("../../默认背景.png"),
    linear-gradient(135deg, rgba(255, 214, 223, 0.42), rgba(202, 232, 224, 0.4) 58%, rgba(255, 243, 209, 0.38));
  background-position: center;
  background-size: cover;
}

.article-content {
  margin-top: 24px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.95;
}

.article-content img,
.rich-editor img {
  border-radius: 20px;
}

.comments-card {
  margin-top: 20px;
}

.comment-form,
.reply-form,
#authForm,
#profileForm,
#postForm {
  display: grid;
  gap: 14px;
}

.avatar-upload-field input {
  padding: 14px;
  border-style: dashed;
  background: rgba(255, 255, 255, 0.62);
}

.avatar-upload-field em {
  display: block;
  margin-top: 8px;
  color: rgba(29, 23, 35, 0.52);
  font-size: 12px;
  font-style: normal;
}

.comments-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.comment-item {
  padding: 18px;
  border: 1px solid rgba(29, 23, 35, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.54);
}

.comment-reply {
  margin-left: 30px;
}

.comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(29, 23, 35, 0.58);
  font-size: 13px;
}

.comment-item p {
  margin: 10px 0 0;
}

.reply-form {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(29, 23, 35, 0.1);
}

.auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 18px;
  min-height: calc(100vh - 140px);
}

.auth-showcase,
.auth-panel {
  position: relative;
  min-height: min(760px, calc(100vh - 180px));
}

.auth-showcase {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 212, 222, 0.92), transparent 30rem),
    radial-gradient(circle at 74% 22%, rgba(205, 235, 226, 0.76), transparent 28rem),
    linear-gradient(180deg, rgba(247, 242, 236, 0.88), rgba(243, 235, 227, 0.66));
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(16px);
}

.auth-glow,
.auth-glass {
  position: absolute;
  pointer-events: none;
}

.auth-glow {
  border-radius: 999px;
  filter: blur(0);
}

.glow-a {
  left: -40px;
  top: -10px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255, 218, 226, 0.92), rgba(255, 218, 226, 0));
}

.glow-b {
  right: -40px;
  bottom: 0;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(205, 235, 226, 0.76), rgba(205, 235, 226, 0));
}

.auth-glass {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08));
  box-shadow: 0 30px 70px rgba(53, 36, 76, 0.12);
  backdrop-filter: blur(16px);
}

.auth-card-a {
  right: 10%;
  top: 14%;
  width: 200px;
  height: 140px;
  transform: rotate(-8deg);
}

.auth-card-b {
  left: 8%;
  bottom: 12%;
  width: 240px;
  height: 150px;
  transform: rotate(8deg);
}

.auth-brand-block {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: clamp(34px, 6vw, 72px);
}

.auth-brand-mark {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid rgba(138, 99, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.36)),
    linear-gradient(135deg, rgba(138, 99, 255, 0.22), rgba(255, 214, 223, 0.3) 46%, rgba(185, 221, 208, 0.4));
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 600;
  color: #6f4efe;
  box-shadow: 0 22px 42px rgba(62, 47, 86, 0.12);
}

.auth-brand-block h2 {
  max-width: 640px;
  margin: 22px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.97;
  font-weight: 600;
}

.auth-brand-block p:last-of-type {
  max-width: 560px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.9;
}

.auth-mini-story {
  margin-top: 28px;
}

.auth-mini-story span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  color: rgba(29, 23, 35, 0.72);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.auth-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card {
  width: min(460px, 100%);
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 34px 90px rgba(35, 24, 45, 0.14);
  backdrop-filter: blur(28px);
}

.auth-card-head h2 {
  margin: 10px 0 8px;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.02;
  font-weight: 600;
}

.auth-card-copy,
.form-tip {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.segmented {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(29, 23, 35, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.segmented button {
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(29, 23, 35, 0.6);
  font-size: 14px;
  font-weight: 700;
}

.segmented button.active {
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  box-shadow: 0 14px 24px rgba(41, 31, 58, 0.08);
}

.auth-tabs {
  margin: 22px 0 20px;
}

.auth-field {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.auth-field.hidden {
  display: none !important;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cover-preview {
  display: grid;
  min-height: 190px;
  place-items: center;
  border: 1px dashed rgba(29, 23, 35, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 228, 235, 0.72), transparent 26rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.38)),
    linear-gradient(135deg, rgba(202, 232, 224, 0.2), rgba(255, 243, 209, 0.22));
  color: var(--ink-soft);
  text-align: center;
  background-position: center;
  background-size: cover;
}

.editor-toolbar {
  justify-content: space-between;
}

.inline-upload {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(29, 23, 35, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.inline-upload input,
input[type="file"] {
  display: none;
}

.file-picker {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 56px;
  padding: 6px;
  border: 1px solid rgba(29, 23, 35, 0.08);
  border-radius: 20px;
  background: rgba(235, 234, 237, 0.78);
}

.file-picker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(214, 213, 219, 0.92);
  color: #46424c;
}

.file-picker em {
  overflow: hidden;
  color: #6f6976;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rich-editor,
.markdown-editor {
  min-height: 320px;
  padding: 18px;
  border: 1px solid rgba(29, 23, 35, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  outline: none;
}

.rich-editor:empty::before {
  content: "在这里写文章正文。可以直接输入文字，也可以上传正文图片。";
  color: #a89eac;
}

.markdown-editor {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.markdown-editor::placeholder {
  color: #a89eac;
}

.profile-hero {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.avatar {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(138, 99, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.44)),
    linear-gradient(135deg, rgba(138, 99, 255, 0.22), rgba(255, 214, 223, 0.24) 46%, rgba(185, 221, 208, 0.32));
  color: #6f4efe;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
  overflow: hidden;
}

.avatar-image {
  padding: 0;
  background: rgba(255, 255, 255, 0.68);
}

.avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-hero h2 {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  font-weight: 600;
}

.profile-login-state {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 1fr);
  gap: clamp(18px, 4vw, 36px);
  align-items: center;
  min-height: 420px;
  overflow: hidden;
}

.profile-login-state::before {
  position: absolute;
  inset: auto -40px -70px auto;
  width: 260px;
  height: 260px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(202, 232, 224, 0.78), rgba(202, 232, 224, 0));
  pointer-events: none;
}

.profile-login-copy {
  position: relative;
  z-index: 1;
}

.profile-login-copy h2 {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(38px, 5.8vw, 70px);
  line-height: 0.98;
  font-weight: 600;
}

.profile-login-copy .form-tip {
  max-width: 520px;
  margin-bottom: 24px;
  font-size: 16px;
}

.profile-login-decor {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.profile-login-note {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 18px 45px rgba(47, 33, 56, 0.08);
  transform: rotate(var(--tilt, 0deg));
}

.profile-login-note strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
}

.profile-login-note span {
  color: var(--ink-soft);
  font-size: 14px;
}

.route-animated {
  will-change: transform, opacity;
}

.profile-post-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.profile-post-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(246, 239, 255, 0.52)),
    rgba(255, 255, 255, 0.62);
  color: var(--ink);
  text-align: left;
  box-shadow: 0 16px 38px rgba(47, 33, 56, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.profile-post-row:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(240, 232, 255, 0.64)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(47, 33, 56, 0.1);
  transform: translateY(-1px);
}

.profile-post-row strong,
.profile-post-row em {
  display: block;
}

.profile-post-row strong {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  color: rgba(29, 23, 35, 0.94);
}

.profile-post-row em {
  color: rgba(29, 23, 35, 0.62);
  font-size: 13px;
  font-style: normal;
}

.profile-post-row b {
  color: var(--brand);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.note-card {
  padding: 20px;
  border: 1px solid rgba(29, 23, 35, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.42);
}

.note-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
}

.note-card p {
  margin: 0;
  color: var(--ink-soft);
}

.profile-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.profile-stats-grid div {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 14px 34px rgba(47, 33, 56, 0.06);
  backdrop-filter: blur(16px);
}

.profile-stats-grid div::after {
  position: absolute;
  right: 14px;
  top: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  content: attr(data-icon);
  border: 1px solid rgba(138, 99, 255, 0.12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.72), transparent 42%),
    linear-gradient(135deg, rgba(255, 214, 223, 0.62), rgba(202, 232, 224, 0.54));
  color: rgba(113, 82, 235, 0.66);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
}

.profile-stats-grid span {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(29, 23, 35, 0.58);
  font-size: 12px;
  font-weight: 700;
}

.profile-stats-grid strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.empty-state {
  padding: 34px;
  border: 1px dashed rgba(29, 23, 35, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.4);
  color: var(--ink-soft);
  text-align: center;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  max-width: min(360px, calc(100% - 36px));
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(123, 95, 255, 0.92), rgba(191, 126, 255, 0.9)),
    rgba(255, 255, 255, 0.72);
  color: #fff;
  box-shadow: 0 22px 60px rgba(89, 55, 178, 0.24);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.toast.error {
  border-color: rgba(255, 255, 255, 0.64);
  background:
    linear-gradient(135deg, rgba(255, 116, 137, 0.94), rgba(177, 99, 255, 0.9)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 60px rgba(174, 64, 105, 0.24);
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.no-gsap .stage-note {
  animation: softFloat 5.8s ease-in-out infinite alternate;
}

.no-gsap .note-b {
  animation-duration: 6.4s;
  animation-delay: -1.2s;
}

.no-gsap .note-c {
  animation-duration: 7s;
  animation-delay: -2s;
}

.no-gsap .feature-stack {
  animation: stackBreath 5.4s ease-in-out infinite alternate;
}

.no-gsap .feature-prop {
  animation: softFloat 4.8s ease-in-out infinite alternate;
}

@keyframes softFloat {
  from {
    transform: translate3d(0, 0, 0) rotate(var(--tilt, 0deg));
  }

  to {
    transform: translate3d(10px, -10px, 0) rotate(calc(var(--tilt, 0deg) + 2deg));
  }
}

@keyframes stackBreath {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -8px, 0);
  }
}

.hidden {
  display: none !important;
}

@media (min-width: 1161px) {
  .hero-copy h1 {
    font-size: clamp(40px, 4.3vw, 58px);
    line-height: 1.12;
  }

  .feature-body h2 {
    font-size: clamp(34px, 4.45vw, 62px);
    line-height: 1.1;
  }
}

@media (max-width: 1160px) {
  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-items: stretch;
    gap: 12px 18px;
    border-radius: 30px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .brand-text {
    min-width: 0;
  }

  .user-actions {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    justify-self: end;
    flex-wrap: nowrap;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }

  .home-grid,
  .auth-shell,
  .curation-row {
    grid-template-columns: 1fr;
  }

  .feature-stage {
    max-width: 720px;
    margin-inline: auto;
    margin-top: 0;
  }

  .feature-stack {
    min-height: clamp(470px, 70vw, 560px);
  }

  .hero-copy {
    width: 100%;
  }

  .hero-metrics {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
}

@media (max-width: 860px) {
  .post-card {
    grid-template-columns: 1fr;
  }

  .post-cover {
    min-height: 220px;
  }

  .filter-card,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .auth-showcase,
  .auth-panel {
    min-height: auto;
  }

  .profile-login-state {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .topbar,
  main {
    width: min(100% - 18px, 1360px);
  }

  .page {
    padding-bottom: 54px;
  }

  .brand-text strong {
    font-size: 22px;
  }

  .brand-text small {
    display: none;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .nav-links {
    gap: 6px;
  }

  .nav-links a {
    padding: 9px 10px;
  }

  .user-actions .btn {
    min-height: 42px;
    padding: 0 14px;
  }

  .hero-copy {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 9.2vw, 42px);
    line-height: 1.12;
  }

  .feature-props {
    display: none;
  }

  .feature-stack {
    min-height: 560px;
  }

  .recommend-card {
    min-height: 520px;
  }

  .recommend-card.stack-middle {
    transform: translate(13px, -12px) scale(0.968) rotate(1.4deg);
  }

  .recommend-card.stack-back {
    transform: translate(25px, -24px) scale(0.936) rotate(2.8deg);
  }

  .feature-body {
    padding: 26px 0 18px;
  }

  .feature-cover-layout {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 14px;
  }

  .feature-body h2 {
    font-size: clamp(34px, 8vw, 48px);
    line-height: 1.04;
  }

  .feature-info-panel {
    grid-template-columns: 1fr;
    gap: 5px 10px;
    align-items: start;
    padding: 14px;
  }

  .feature-info-panel span,
  .feature-info-panel strong,
  .feature-info-panel em {
    font-size: 12px;
  }

  .hero-lead,
  .post-body p,
  .article-content,
  .example-summary {
    font-size: 16px;
  }

  .post-body,
  .article-card,
  .comments-card,
  .editor-card,
  .profile-card,
  .auth-card {
    padding: 20px;
  }

  .post-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-reply {
    margin-left: 12px;
  }

  .file-picker {
    grid-template-columns: 1fr;
  }

  .auth-brand-block {
    padding: 26px;
  }

  .auth-brand-block h2 {
    font-size: clamp(34px, 12vw, 54px);
  }

  .profile-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 460px) {
  .topbar {
    grid-template-columns: 1fr auto;
    padding: 12px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-text strong {
    font-size: 19px;
  }

  .user-actions {
    gap: 6px;
  }

  .user-actions .btn {
    padding: 0 10px;
    font-size: 13px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .profile-login-note {
    transform: none;
  }

  .feature-stack {
    min-height: 610px;
  }

  .recommend-card {
    min-height: 580px;
  }

  .feature-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-link {
    width: 100%;
  }

  .feature-info-panel {
    grid-template-columns: 1fr;
  }

  .profile-stats-grid {
    grid-template-columns: 1fr;
  }
}
