:root {
  color-scheme: light;
  --canvas: #fff7ea;
  --canvas-2: #f6e5cd;
  --canvas-3: #fffaf1;
  --ink: #322823;
  --muted: #79675d;
  --paper: #fff7ea;
  --paper-2: #f6e5cd;
  --coral: #c97868;
  --rose: #e9b1a7;
  --sage: #8fa783;
  --teal: #527c7a;
  --walnut: #74483c;
  --gold: #dba15e;
  --line: rgba(82, 57, 45, 0.16);
  --shadow: 0 22px 70px rgba(64, 38, 28, 0.18);
  --font-body: "Songti SC", "Noto Serif CJK SC", "PingFang SC", "Microsoft YaHei", serif;
  --font-display: "Songti SC", "Noto Serif CJK SC", Georgia, serif;
  --font-ui: "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-family: "Songti SC", "Noto Serif CJK SC", "PingFang SC", "Microsoft YaHei", serif;
}

[data-theme="night"] {
  color-scheme: dark;
  --canvas: #080b1f;
  --canvas-2: #0d1130;
  --canvas-3: #131840;
  --ink: #f4ecd8;
  --muted: #b6bee8;
  --paper: #131840;
  --paper-2: #0d1130;
  --coral: #ff7a8b;
  --rose: #b49bff;
  --sage: #76b900;
  --teal: #7db7ff;
  --walnut: #b6bee8;
  --gold: #e5b96a;
  --line: rgba(180, 200, 255, 0.14);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
  --font-body: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --font-display: "Songti SC", "LXGW WenKai", Georgia, serif;
  --font-ui: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.95), rgba(246, 229, 205, 0.72)),
    var(--canvas);
  font-family: var(--font-body);
  transition: background-color 0.45s ease, color 0.35s ease;
}

[data-theme="night"] body {
  background:
    radial-gradient(ellipse at 72% 8%, rgba(80, 110, 220, 0.2), transparent 42%),
    radial-gradient(ellipse at 12% 86%, rgba(180, 120, 220, 0.15), transparent 44%),
    radial-gradient(circle at 50% 40%, var(--canvas-2), var(--canvas) 72%);
}

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

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

.site-nav,
.admin-topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(18px, 5vw, 64px);
  color: #fff7ea;
  background: linear-gradient(180deg, rgba(45, 31, 26, 0.72), rgba(45, 31, 26, 0));
}

[data-theme="night"] .site-nav {
  color: var(--ink);
  background: linear-gradient(180deg, rgba(8, 11, 31, 0.92), rgba(8, 11, 31, 0.2), transparent);
}

.admin-topbar {
  position: sticky;
  color: var(--ink);
  background: rgba(255, 247, 234, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

[data-theme="night"] .admin-topbar {
  color: var(--ink);
  background: rgba(13, 17, 48, 0.88);
  border-bottom-color: var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 247, 234, 0.46);
  border-radius: 12px;
  background: rgba(255, 247, 234, 0.2);
  box-shadow: 0 10px 26px rgba(43, 29, 23, 0.14);
  backdrop-filter: blur(12px);
}

.admin-topbar .brand-mark {
  border-color: rgba(116, 72, 60, 0.18);
  background: rgba(255, 247, 234, 0.72);
}

.brand-mark img {
  display: block;
  width: 92%;
  height: 92%;
}

.brand strong {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 2px;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 11px;
  opacity: 0.78;
}

.site-nav nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  font-family: "PingFang SC", sans-serif;
  font-size: 14px;
}

.nav-actions,
.admin-userbar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.login-trigger,
.theme-toggle {
  min-height: 36px;
  border: 1px solid rgba(255, 247, 234, 0.42);
  border-radius: 999px;
  padding: 0 16px;
  color: #fff8eb;
  background: rgba(255, 247, 234, 0.12);
  font-family: "PingFang SC", sans-serif;
  font-weight: 800;
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 92px;
  justify-content: center;
  color: rgba(255, 248, 235, 0.92);
}

.theme-toggle.compact {
  min-width: 82px;
  min-height: 38px;
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 247, 234, 0.5);
}

.theme-toggle-icon {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 999px;
  color: #2a1a05;
  background: #ffe0a0;
  font-family: Georgia, serif;
  line-height: 1;
}

[data-theme="night"] .login-trigger,
[data-theme="night"] .theme-toggle {
  color: var(--ink);
  border-color: rgba(229, 185, 106, 0.34);
  background: rgba(19, 24, 64, 0.58);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

[data-theme="night"] .theme-toggle-icon {
  color: #1a1030;
  background: var(--gold);
}

[data-theme="night"] .theme-toggle.compact {
  background: rgba(19, 24, 64, 0.72);
}

.hero {
  position: relative;
  display: grid;
  min-height: 96vh;
  overflow: hidden;
  align-items: center;
  padding: 118px clamp(22px, 7vw, 86px) 84px;
  color: #fff8eb;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("/public/assets/memory-hero.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(31, 23, 21, 0.8), rgba(31, 23, 21, 0.35) 45%, rgba(31, 23, 21, 0.12)),
    linear-gradient(0deg, rgba(31, 23, 21, 0.64), rgba(31, 23, 21, 0.02) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding-top: 8vh;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(58px, 10vw, 130px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero-copy {
  width: min(580px, 100%);
  margin: 28px 0 0;
  color: rgba(255, 248, 235, 0.88);
  font-size: clamp(18px, 2.2vw, 27px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-action,
.ghost-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-family: "PingFang SC", sans-serif;
  font-weight: 700;
}

.primary-action {
  background: var(--gold);
  color: #37251d;
  box-shadow: 0 12px 24px rgba(82, 50, 32, 0.22);
}

.ghost-action {
  border-color: rgba(255, 247, 234, 0.45);
  color: inherit;
  background: rgba(255, 247, 234, 0.1);
  backdrop-filter: blur(14px);
}

.ghost-action.compact {
  min-height: 38px;
  padding: 0 14px;
  color: inherit;
  border-color: var(--line);
}

.hero-card {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 5vw, 72px);
  bottom: 112px;
  width: min(360px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid rgba(255, 247, 234, 0.3);
  border-radius: 8px;
  background: rgba(58, 37, 31, 0.36);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card span,
.panel-title span,
.storage-grid span {
  color: var(--gold);
  font-family: "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.hero-card p {
  margin: 10px 0 8px;
  font-size: 24px;
}

.hero-card small {
  color: rgba(255, 248, 235, 0.82);
  line-height: 1.8;
}

.hero-peek {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  color: rgba(255, 248, 235, 0.78);
  font-family: "PingFang SC", sans-serif;
  font-size: 13px;
}

.hero-peek span {
  width: 34px;
  height: 1px;
  background: rgba(255, 248, 235, 0.62);
}

.section {
  padding: clamp(44px, 6vw, 72px) clamp(18px, 6vw, 76px);
}

.section-heading h2,
.admin-heading h1 {
  margin: 0;
  font-size: clamp(26px, 3.8vw, 46px);
  line-height: 1.12;
}

.section-heading p:not(.eyebrow),
.admin-heading p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.memory-paper,
.memory-card {
  border: 1px solid rgba(172, 132, 98, 0.22);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.92), rgba(246, 229, 205, 0.56)),
    var(--paper);
  box-shadow: 0 18px 50px rgba(80, 52, 38, 0.08);
}

[data-theme="night"] .memory-paper,
[data-theme="night"] .memory-card {
  border-color: rgba(180, 200, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(180, 200, 255, 0.025)),
    var(--canvas-3);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.map-section {
  position: relative;
  overflow: hidden;
  width: min(1260px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 52px);
}

.map-section::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 170px;
  height: 220px;
  opacity: 0.28;
  background:
    radial-gradient(circle at 70% 20%, rgba(143, 167, 131, 0.65) 0 3px, transparent 4px),
    linear-gradient(130deg, transparent 44%, rgba(143, 167, 131, 0.32) 45% 47%, transparent 48%);
}

.map-intro,
.memory-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.map-intro h2,
.memory-card-head h2,
.promise-card h2 {
  margin: 0;
  color: rgba(50, 40, 35, 0.88);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.15;
}

[data-theme="night"] .map-intro h2,
[data-theme="night"] .memory-card-head h2,
[data-theme="night"] .promise-card h2,
[data-theme="night"] .family-code h2 {
  color: var(--ink);
  font-family: var(--font-display);
}

.map-intro p:not(.eyebrow),
.memory-card-head p:not(.eyebrow) {
  margin: 10px 0 0;
  color: rgba(80, 63, 55, 0.58);
  font-family: "PingFang SC", sans-serif;
  font-weight: 700;
}

[data-theme="night"] .map-intro p:not(.eyebrow),
[data-theme="night"] .memory-card-head p:not(.eyebrow) {
  color: var(--muted);
  font-family: var(--font-ui);
}

.soft-link,
.record-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(172, 132, 98, 0.3);
  border-radius: 999px;
  padding: 0 18px;
  color: rgba(116, 72, 60, 0.78);
  background: rgba(255, 247, 234, 0.52);
  font-family: "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

[data-theme="night"] .soft-link,
[data-theme="night"] .record-link {
  color: var(--gold);
  border-color: rgba(229, 185, 106, 0.32);
  background: rgba(229, 185, 106, 0.08);
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  margin-top: 22px;
}

.map-panel,
.timeline-panel,
.calendar-card,
.event-card,
.admin-workspace,
.admin-sidebar,
.storage-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.78);
  box-shadow: 0 20px 60px rgba(80, 52, 38, 0.1);
}

.map-panel {
  position: relative;
  aspect-ratio: 740 / 560;
  min-height: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}

[data-theme="night"] .map-panel {
  border-radius: 10px;
  background:
    radial-gradient(ellipse at 52% 46%, rgba(125, 183, 255, 0.12), transparent 58%),
    rgba(8, 11, 31, 0.24);
}

.china-map {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

[data-theme="night"] .china-map {
  opacity: 0.76;
  filter: saturate(0.85) brightness(0.78) contrast(1.08);
}

.map-marker-layer {
  position: absolute;
  inset: 0;
}

.map-marker {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 28px;
  height: 36px;
  border: 0;
  padding: 0;
  background: transparent;
  transform: translate(-50%, -100%);
  animation: rise 0.55s ease both;
  animation-delay: var(--delay);
  cursor: pointer;
  outline: none;
}

.map-marker span,
.map-marker i {
  position: absolute;
}

.map-marker span {
  top: 0;
  left: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 2px solid rgba(255, 247, 234, 0.92);
  border-radius: 999px 999px 999px 0;
  background: var(--coral);
  box-shadow: 0 8px 18px rgba(80, 52, 38, 0.22);
  transform: translateX(-50%) rotate(-45deg);
}

.map-marker i {
  top: 7px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff7ea;
  transform: translateX(-50%);
}

.map-marker:hover span,
.map-marker:focus span {
  background: var(--walnut);
  transform: translateX(-50%) rotate(-45deg) scale(1.12);
}

.map-marker:hover i,
.map-marker:focus i {
  background: #fff7ea;
}

.map-tooltip {
  position: absolute;
  z-index: 5;
  width: 178px;
  padding: 12px 13px;
  border: 1px solid rgba(172, 132, 98, 0.28);
  border-radius: 8px;
  color: rgba(50, 40, 35, 0.86);
  background: rgba(255, 250, 241, 0.94);
  box-shadow: 0 18px 34px rgba(80, 52, 38, 0.16);
  pointer-events: none;
  backdrop-filter: blur(14px);
}

[data-theme="night"] .map-tooltip {
  color: var(--ink);
  border-color: rgba(229, 185, 106, 0.26);
  background: rgba(13, 17, 48, 0.92);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.38);
}

.map-tooltip[hidden] {
  display: none;
}

.map-tooltip strong,
.map-tooltip span,
.map-tooltip small {
  display: block;
}

.map-tooltip strong {
  font-size: 17px;
}

.map-tooltip span {
  margin-top: 4px;
  color: var(--coral);
  font-family: "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.map-tooltip small {
  margin-top: 4px;
  color: rgba(80, 63, 55, 0.6);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
}

.timeline-panel {
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  padding: 0;
}

.panel-title {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(86px, 1fr));
  gap: 0;
  max-height: none;
  overflow: visible;
  padding: 36px 0 8px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 48px;
  height: 1px;
  background: rgba(172, 132, 98, 0.38);
}

[data-theme="night"] .timeline::before {
  background: rgba(180, 200, 255, 0.22);
}

.timeline-item {
  position: relative;
  min-width: 0;
  padding: 28px 10px 0 0;
}

.timeline-item::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 3px solid rgba(255, 247, 234, 0.92);
  border-radius: 999px;
  background: rgba(172, 132, 98, 0.82);
  box-shadow: 0 0 0 1px rgba(172, 132, 98, 0.28);
  content: "";
}

.timeline-item time,
.photo-card time,
.event-card time,
.admin-row span {
  color: var(--coral);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.timeline-item h3,
.photo-card h3,
.event-card h3 {
  margin: 6px 0 4px;
  font-size: 18px;
}

.timeline-item p,
.timeline-item span,
.photo-card p,
.event-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.timeline-item p {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(80, 63, 55, 0.56);
  font-family: "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

[data-theme="night"] .timeline-item p,
[data-theme="night"] .photo-card p,
[data-theme="night"] .event-card p,
[data-theme="night"] .journal-card p,
[data-theme="night"] .admin-row p,
[data-theme="night"] .storage-grid p {
  color: var(--muted);
  font-family: var(--font-ui);
}

.map-polaroid {
  position: absolute;
  width: 96px;
  height: 116px;
  border: 8px solid rgba(255, 250, 241, 0.95);
  border-bottom-width: 20px;
  border-radius: 3px;
  background:
    linear-gradient(145deg, rgba(80, 52, 38, 0.12), rgba(255, 247, 234, 0.12)),
    url("/public/assets/memory-hero.png") center / cover;
  box-shadow: 0 12px 22px rgba(80, 52, 38, 0.14);
}

.map-polaroid.one {
  left: 20%;
  top: 18%;
  transform: rotate(-3deg);
}

.map-polaroid.two {
  right: 18%;
  top: 28%;
  transform: rotate(5deg);
}

.map-polaroid.three {
  left: 43%;
  bottom: 9%;
  transform: rotate(7deg);
}

.memory-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 18px;
  width: min(1260px, calc(100% - 32px));
  margin: 18px auto 0;
}

.memory-card {
  padding: clamp(18px, 3vw, 28px);
}

.album-section,
.notes-section {
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.9), rgba(255, 247, 234, 0.66)),
    var(--paper);
}

.calendar-section,
.promise-card {
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.92), rgba(246, 229, 205, 0.48)),
    var(--paper);
}

[data-theme="night"] .album-section,
[data-theme="night"] .notes-section,
[data-theme="night"] .calendar-section,
[data-theme="night"] .promise-card,
[data-theme="night"] .article-section {
  background:
    linear-gradient(180deg, rgba(229, 185, 106, 0.045), transparent 42%),
    var(--canvas-3);
}

.album-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  color: rgba(80, 63, 55, 0.6);
  font-family: "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.album-tabs span {
  border-radius: 999px;
  padding: 8px 13px;
}

.album-tabs .active {
  color: #fff8eb;
  background: var(--coral);
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.photo-card {
  position: relative;
  display: block;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #fff8eb;
  background: rgba(255, 250, 241, 0.86);
  box-shadow: 0 16px 36px rgba(80, 52, 38, 0.12);
}

[data-theme="night"] .photo-card,
[data-theme="night"] .journal-card,
[data-theme="night"] .admin-row,
[data-theme="night"] .storage-grid article,
[data-theme="night"] .admin-workspace,
[data-theme="night"] .admin-sidebar {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.photo-visual {
  position: absolute;
  inset: 0;
  min-height: 100%;
  background-blend-mode: multiply, normal;
}

.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(37, 25, 20, 0.72));
}

.photo-card div:last-child {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 14px;
  padding: 0;
}

.photo-card h3 {
  color: #fff8eb;
  font-size: 18px;
}

.photo-card p {
  color: rgba(255, 248, 235, 0.78);
  font-family: "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.calendar-card {
  padding: 8px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2px 0 18px;
  font-family: "PingFang SC", sans-serif;
}

.calendar-head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: rgba(80, 63, 55, 0.7);
  background: transparent;
  font-size: 22px;
}

[data-theme="night"] .calendar-head button {
  color: var(--gold);
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 8px;
  color: rgba(80, 63, 55, 0.62);
  font-family: "PingFang SC", sans-serif;
  font-size: 13px;
  text-align: center;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.calendar-grid div {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.calendar-grid span {
  display: block;
  color: rgba(80, 63, 55, 0.78);
  font-family: "Avenir Next", sans-serif;
}

[data-theme="night"] .calendar-grid span,
[data-theme="night"] .calendar-weekdays {
  color: var(--muted);
}

.calendar-grid strong {
  display: none;
}

.calendar-grid .has-event {
  background: rgba(201, 120, 104, 0.76);
}

[data-theme="night"] .calendar-grid .has-event {
  background: rgba(229, 185, 106, 0.72);
}

.calendar-grid .has-event span {
  color: #fff8eb;
  font-weight: 800;
}

[data-theme="night"] .calendar-grid .has-event span {
  color: #080b1f;
}

.event-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.event-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: start;
  padding: 13px 0;
  border: 0;
  border-top: 1px solid rgba(172, 132, 98, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

[data-theme="night"] .event-card {
  border-top-color: var(--line);
}

.event-card time {
  color: var(--coral);
  text-align: center;
}

.event-card h3 {
  margin: 0 0 3px;
  font-size: 16px;
}

.event-card p {
  font-family: "PingFang SC", sans-serif;
  font-size: 13px;
}

.note-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
  padding: 8px 8px 20px;
}

.sticky-note {
  position: relative;
  min-height: 190px;
  padding: 28px 20px 18px;
  border-radius: 2px;
  box-shadow: 0 20px 28px rgba(80, 52, 38, 0.14);
  transform: rotate(-1deg);
}

.sticky-note::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 60px;
  height: 24px;
  border-radius: 3px;
  background: rgba(215, 178, 136, 0.62);
  transform: translateX(-50%) rotate(4deg);
}

.sticky-note:nth-child(even) {
  transform: rotate(1.2deg);
}

.sticky-note.sun {
  background: #f5d48c;
}

.sticky-note.rose {
  background: #efbeb6;
}

.sticky-note.sage {
  background: #c9d8bd;
}

[data-theme="night"] .sticky-note.sun {
  background: #e5b96a;
}

[data-theme="night"] .sticky-note.rose {
  background: #b49bff;
}

[data-theme="night"] .sticky-note.sage {
  background: #76b900;
}

.sticky-note span {
  font-family: "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.sticky-note p {
  margin: 0 0 22px;
  color: rgba(50, 40, 35, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.sticky-note button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--walnut);
}

.voice-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.voice-line i {
  flex: 1;
  height: 18px;
  opacity: 0.38;
  background: repeating-linear-gradient(90deg, rgba(80, 63, 55, 0.72) 0 2px, transparent 2px 7px);
  mask-image: linear-gradient(180deg, transparent 15%, #000 15% 85%, transparent 85%);
}

.voice-line small {
  color: rgba(80, 63, 55, 0.6);
  font-family: "Avenir Next", sans-serif;
}

.record-link {
  margin: 0 auto;
}

.promise-card {
  display: grid;
  align-content: start;
}

.promise-card blockquote {
  margin: 20px 0 24px;
  color: rgba(50, 40, 35, 0.82);
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.8;
}

[data-theme="night"] .promise-card blockquote {
  color: var(--ink);
  font-family: var(--font-display);
}

.promise-photo {
  min-height: 190px;
  border: 8px solid rgba(255, 250, 241, 0.95);
  border-radius: 5px;
  background:
    linear-gradient(145deg, rgba(80, 52, 38, 0.16), rgba(255, 247, 234, 0.08)),
    url("/public/assets/memory-hero.png") center / cover;
  box-shadow: 0 16px 30px rgba(80, 52, 38, 0.12);
}

.family-code {
  padding: clamp(28px, 4vw, 44px) clamp(12px, 4vw, 32px) 20px;
  background:
    linear-gradient(180deg, rgba(255, 247, 234, 0.5), rgba(255, 247, 234, 0.95)),
    var(--paper);
}

[data-theme="night"] .family-code {
  background:
    linear-gradient(180deg, rgba(8, 11, 31, 0.12), rgba(8, 11, 31, 0.78)),
    var(--canvas);
}

.family-code-inner {
  width: min(1260px, 100%);
  margin: 0 auto;
}

.family-values {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: clamp(22px, 4vw, 40px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border: 2px solid rgba(172, 132, 98, 0.22);
  border-radius: 10px;
  background: rgba(255, 250, 241, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

[data-theme="night"] .family-values {
  border-color: var(--line);
  background: rgba(19, 24, 64, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.family-code h2 {
  margin: 0;
  color: rgba(50, 40, 35, 0.88);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: 0;
}

.family-code-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 2.5vw, 28px);
  margin-top: 26px;
}

.family-code-grid article {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-height: 118px;
  padding: 4px 2px;
  text-align: center;
}

.family-code-grid svg {
  width: 48px;
  height: 48px;
  color: rgba(172, 132, 98, 0.82);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.family-code-grid strong {
  display: block;
  color: rgba(80, 63, 55, 0.82);
  font-size: 18px;
  line-height: 1.3;
}

[data-theme="night"] .family-code-grid strong,
[data-theme="night"] .footer-brand strong,
[data-theme="night"] .journal-card h3,
[data-theme="night"] .event-card h3,
[data-theme="night"] .timeline-item h3 {
  color: var(--ink);
}

.family-code-grid p {
  margin: 0;
  color: rgba(80, 63, 55, 0.48);
  font-family: "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

[data-theme="night"] .family-code-grid p,
[data-theme="night"] .site-footer,
[data-theme="night"] .site-footer p,
[data-theme="night"] .site-footer small,
[data-theme="night"] .footer-brand span {
  color: var(--muted);
}

.family-memory-card {
  position: relative;
  display: grid;
  min-height: 188px;
  overflow: hidden;
  align-content: center;
  justify-items: center;
  padding: 22px;
  border-radius: 8px;
  color: #fff8eb;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(116, 72, 60, 0.45), rgba(116, 72, 60, 0.16)),
    url("/public/assets/memory-hero.png") center / cover;
  box-shadow: 0 16px 36px rgba(80, 52, 38, 0.12);
}

.family-memory-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(126, 90, 63, 0.18);
}

.family-memory-card p,
.family-memory-card a {
  position: relative;
  z-index: 1;
}

.family-memory-card p {
  margin: 0 0 22px;
  font-size: clamp(22px, 2.7vw, 30px);
  font-weight: 700;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(40, 25, 18, 0.28);
}

.family-memory-card a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 0 22px;
  color: rgba(72, 50, 42, 0.78);
  background: rgba(255, 247, 234, 0.78);
  box-shadow: 0 12px 28px rgba(40, 25, 18, 0.18);
  font-family: "PingFang SC", sans-serif;
  font-weight: 800;
}

.family-memory-card span {
  font-size: 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  width: min(1260px, calc(100% - 24px));
  margin: 0 auto;
  padding: 24px 8px 34px;
  color: rgba(80, 63, 55, 0.52);
  background: transparent;
}

.site-footer p {
  margin: 0;
  text-align: center;
  font-family: "PingFang SC", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.site-footer small {
  justify-self: end;
  font-family: "PingFang SC", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.footer-brand strong {
  display: block;
  color: rgba(50, 40, 35, 0.78);
  font-size: 25px;
  line-height: 1.1;
}

.footer-brand span {
  display: block;
  margin-top: 3px;
  color: rgba(80, 63, 55, 0.52);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.login-modal[hidden] {
  display: none;
}

.login-modal {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(43, 29, 23, 0.48);
  backdrop-filter: blur(10px);
}

.login-dialog {
  position: relative;
  width: min(520px, 100%);
  padding: 30px;
  border: 1px solid rgba(172, 132, 98, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.96), rgba(246, 229, 205, 0.9)),
    var(--paper);
  box-shadow: 0 28px 80px rgba(43, 29, 23, 0.28);
}

[data-theme="night"] .login-dialog {
  border-color: var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(180, 200, 255, 0.025)),
    var(--canvas-3);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.login-dialog h2 {
  margin: 0 0 20px;
  font-size: 28px;
}

.login-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: rgba(80, 63, 55, 0.72);
  background: rgba(172, 132, 98, 0.12);
  font-size: 22px;
  cursor: pointer;
}

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

.member-grid button {
  min-height: 92px;
  border: 1px solid rgba(172, 132, 98, 0.28);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 247, 234, 0.72);
  cursor: pointer;
}

[data-theme="night"] .member-grid button {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.member-grid button.active {
  border-color: rgba(255, 111, 145, 0.62);
  background: rgba(255, 237, 239, 0.86);
  box-shadow: 0 12px 26px rgba(255, 111, 145, 0.14);
}

[data-theme="night"] .member-grid button.active {
  border-color: rgba(229, 185, 106, 0.6);
  background: rgba(229, 185, 106, 0.12);
  box-shadow: 0 12px 26px rgba(229, 185, 106, 0.12);
}

.member-grid strong,
.member-grid span {
  display: block;
}

[data-theme="night"] .member-grid span,
[data-theme="night"] .login-tip,
[data-theme="night"] .login-password label {
  color: var(--muted);
}

.member-grid strong {
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 22px;
}

.member-grid span {
  margin-top: 6px;
  color: rgba(80, 63, 55, 0.62);
  font-family: "PingFang SC", sans-serif;
  font-weight: 800;
}

.login-tip {
  margin: 18px 0 0;
  color: rgba(80, 63, 55, 0.62);
  font-family: "PingFang SC", sans-serif;
}

.login-password {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(172, 132, 98, 0.2);
}

.login-password[hidden] {
  display: none;
}

.login-password label {
  display: grid;
  gap: 8px;
  color: rgba(80, 63, 55, 0.7);
  font-family: "PingFang SC", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.login-password input {
  min-height: 44px;
  border: 1px solid rgba(172, 132, 98, 0.26);
  border-radius: 8px;
  padding: 0 13px;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.92);
}

[data-theme="night"] .login-password input,
[data-theme="night"] .admin-form input,
[data-theme="night"] .admin-form textarea,
[data-theme="night"] .admin-form select {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(8, 11, 31, 0.42);
}

.login-error {
  margin: 0;
  color: #c85061;
  font-family: "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.login-error[hidden] {
  display: none;
}

.admin-userbar {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-userbar span {
  color: var(--muted);
  font-family: "PingFang SC", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

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

.row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.row-actions button {
  min-height: 34px;
  border: 1px solid rgba(172, 132, 98, 0.28);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(116, 72, 60, 0.82);
  background: rgba(255, 247, 234, 0.65);
  cursor: pointer;
}

[data-theme="night"] .row-actions button {
  color: var(--gold);
  border-color: rgba(229, 185, 106, 0.28);
  background: rgba(229, 185, 106, 0.08);
}

.admin-body {
  background: var(--paper);
}

[data-theme="night"] .admin-body {
  background: var(--canvas);
}

.admin-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  padding: 28px clamp(18px, 5vw, 64px) 64px;
}

.admin-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  align-self: start;
  gap: 8px;
  padding: 12px;
}

.admin-tab {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.admin-tab.active {
  color: var(--ink);
  background: rgba(219, 161, 94, 0.25);
  font-weight: 700;
}

[data-theme="night"] .admin-tab.active {
  color: var(--ink);
  background: rgba(229, 185, 106, 0.14);
}

.admin-workspace {
  min-height: 720px;
  padding: clamp(18px, 4vw, 34px);
}

.admin-panel {
  display: none;
}

.admin-panel.active {
  display: block;
}

.admin-heading {
  margin-bottom: 24px;
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 26px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.38);
}

[data-theme="night"] .admin-form {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.admin-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-family: "PingFang SC", sans-serif;
  font-size: 14px;
}

.admin-form .wide,
.form-action {
  grid-column: 1 / -1;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.86);
}

.admin-list {
  display: grid;
  gap: 10px;
}

.admin-row {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.66);
}

.admin-row strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

.admin-row p {
  margin: 6px 0 0;
  color: var(--muted);
}

.admin-album {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.voice-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.voice-tools audio,
.sticky-note audio {
  width: min(320px, 100%);
}

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

.storage-grid article {
  padding: 20px;
}

.storage-grid h2 {
  margin: 10px 0;
}

.storage-grid p {
  color: var(--muted);
  line-height: 1.7;
}


.article-section {
  width: min(1260px, calc(100% - 32px));
  margin: 18px auto 0;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.journal-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.72);
  box-shadow: 0 14px 34px rgba(80, 52, 38, 0.1);
}

.journal-cover {
  min-height: 150px;
  background-position: center;
  background-size: cover;
}

.journal-cover.empty {
  background:
    linear-gradient(145deg, rgba(201, 120, 104, 0.72), rgba(219, 161, 94, 0.5)),
    radial-gradient(circle at 70% 22%, rgba(255, 248, 235, 0.9), transparent 24%);
}

.journal-card div:last-child {
  padding: 16px;
}

.journal-card time,
.journal-card span {
  color: var(--coral);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.journal-card h3 {
  margin: 8px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}

.journal-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-family: "PingFang SC", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.admin-status {
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid rgba(172, 132, 98, 0.22);
  border-radius: 8px;
  color: rgba(80, 63, 55, 0.72);
  background: rgba(255, 247, 234, 0.72);
  font-family: "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.admin-status[data-tone="ok"] {
  color: #4f7354;
  background: rgba(201, 216, 189, 0.42);
}

.admin-status[data-tone="local"] {
  color: rgba(116, 72, 60, 0.82);
  background: rgba(219, 161, 94, 0.18);
}

.article-admin-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.article-admin-row img {
  width: 96px;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
}

@keyframes rise {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .site-nav nav {
    display: none;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 42px;
  }

  .map-layout,
  .family-values,
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .memory-dashboard {
    grid-template-columns: 1fr;
  }

  .album-grid,
  .admin-album,
  .admin-notes,
  .storage-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .timeline {
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    overflow-x: auto;
    padding-bottom: 16px;
  }

  .timeline::before {
    min-width: 720px;
  }

  .family-code-grid {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer small {
    justify-self: center;
  }

  .admin-sidebar {
    position: static;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-nav,
  .admin-topbar {
    padding: 14px 16px;
    gap: 10px;
  }

  .nav-actions,
  .admin-userbar {
    gap: 7px;
  }

  .theme-toggle {
    min-width: 42px;
    padding: 0 9px;
  }

  .theme-toggle-text {
    display: none;
  }

  .login-trigger {
    padding: 0 13px;
  }

  .hero {
    padding: 102px 18px 64px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .album-grid,
  .admin-album,
  .admin-notes,
  .storage-grid,
  .article-grid,
  .admin-form,
  .article-admin-row {
    grid-template-columns: 1fr;
  }

  .map-section,
  .memory-dashboard,
  .article-section {
    width: min(100% - 24px, 1260px);
  }

  .map-section {
    padding: 22px 16px;
    overflow: hidden;
  }

  .map-intro,
  .memory-card-head {
    display: grid;
  }

  .map-layout,
  .timeline-panel,
  .map-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .map-layout {
    gap: 20px;
    overflow: hidden;
  }

  .timeline-panel {
    overflow: hidden;
  }

  .timeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 100%;
    overflow: visible;
    padding: 8px 0 2px 18px;
  }

  .timeline::before {
    left: 5px;
    right: auto;
    top: 14px;
    bottom: 8px;
    width: 1px;
    height: auto;
    min-width: 0;
  }

  .timeline-item {
    padding: 0 0 0 22px;
  }

  .timeline-item::before {
    top: 6px;
    left: -1px;
    width: 8px;
    height: 8px;
    border-width: 2px;
  }

  .timeline-item h3 {
    font-size: 20px;
    line-height: 1.28;
  }

  .timeline-item p {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .map-panel {
    aspect-ratio: 740 / 560;
    margin-top: 2px;
    overflow: hidden;
  }

  .china-map,
  .map-marker-layer {
    width: 100%;
    max-width: 100%;
  }

  .map-marker {
    width: 20px;
    height: 28px;
  }

  .map-marker span {
    width: 19px;
    height: 19px;
    border-width: 1.5px;
  }

  .map-marker i {
    top: 5px;
    width: 6px;
    height: 6px;
  }

  .map-polaroid {
    width: 72px;
    height: 88px;
    border-width: 6px;
    border-bottom-width: 16px;
  }

  .album-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    max-width: calc(100vw - 64px);
    padding-bottom: 4px;
  }

  .note-board {
    grid-template-columns: 1fr;
  }

  .family-code {
    padding: 24px 12px 12px;
  }

  .family-values {
    padding: 18px;
  }

  .family-code-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
  }

  .family-memory-card {
    min-height: 220px;
  }

  .calendar-grid div {
    min-height: 58px;
    padding: 6px;
  }

  .site-footer,
  .calendar-head {
    align-items: flex-start;
    flex-direction: column;
  }

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