:root {
  --paper: #f7f3ed;
  --paper-dark: #ede8e0;
  --bg-outer: #e8e2d8;
  --ink: #2c2416;
  --ink-light: #7a6e60;
  --ink-faint: #b5a99a;
  --line: #ddd5c8;
  --accent-green: #4a6741;
  --accent-red: #8b3a2f;
  --accent-blue: #2e4a6b;
  --accent-purple: #5c4a72;
  --accent-yellow: #c9973a;
  --heat-0: #eee6d8;
  --heat-1: #e2d3b8;
  --heat-2: #d4be97;
  --heat-3: #bf9d68;
  --heat-4: #9e7d4d;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg-outer);
  color: var(--ink);
  font-family: "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 300;
}

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

button {
  -webkit-tap-highlight-color: transparent;
}

.proto-wrap {
  position: relative;
  max-width: 1160px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 8px 48px rgba(44, 36, 22, 0.13);
}

.proto-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0.032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  background: var(--paper);
}

.nav-bar,
.layout-shell {
  position: relative;
  z-index: 1;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 40px;
  border-bottom: 1px solid var(--line);
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 13px;
}

.brand-stamp {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  transform: rotate(-2deg);
  background: transparent;
}

.brand-copy h1,
.brand-copy p,
.nav-meta p,
.tagline-copy p,
.today-counter strong,
.today-counter span,
.compose-kicker,
.sidebar-section h2 {
  margin: 0;
}

.brand-copy h1 {
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.brand-copy p {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 300;
  color: var(--ink-faint);
  letter-spacing: 0.22em;
}

.nav-meta {
  text-align: right;
}

#navDate {
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 12px;
  color: var(--ink-light);
  letter-spacing: 0.12em;
}

#navWeather {
  margin-top: 3px;
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
}

.nav-meta-compact {
  display: none;
  font-size: 11px;
  color: var(--ink-light);
  letter-spacing: 0.04em;
  line-height: 1.3;
  white-space: nowrap;
}

.nav-meta-mobile {
  display: none;
}

.nav-meta-count {
  display: none;
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.layout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  min-height: calc(100vh - 81px);
}

.content-column {
  min-width: 0;
  padding: 44px 40px;
  border-right: 1px solid var(--line);
}

.sidebar-column {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 36px 26px 40px;
  background: var(--paper);
}

.tagline-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 38px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.tagline-copy p {
  max-width: 520px;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.tagline-copy span {
  color: var(--accent-green);
  font-weight: 600;
}

.today-counter {
  text-align: right;
}

.today-counter strong {
  display: block;
  margin-bottom: 3px;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  color: var(--ink-light);
}

.today-counter span {
  font-size: 11px;
  line-height: 1.8;
  color: var(--ink-faint);
  letter-spacing: 0.18em;
}

.timeline-block {
  margin-top: 0;
}

.timeline-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.timeline-toolbar p {
  margin: 0;
  font-size: 10px;
  color: var(--ink-faint);
  letter-spacing: 0.18em;
}

.ghost-button {
  padding: 0;
  border: none;
  background: none;
  font-size: 10px;
  color: var(--ink-light);
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: color 0.15s ease;
}

.ghost-button:hover {
  color: var(--ink);
}

.timeline-list {
  position: relative;
  min-height: 280px;
  padding-left: 60px;
}

.timeline-list::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(221, 213, 200, 0) 0%,
    rgba(221, 213, 200, 1) 5%,
    rgba(221, 213, 200, 1) 95%,
    rgba(221, 213, 200, 0) 100%
  );
}

.entry-item {
  position: relative;
  padding: 0 0 32px;
}

.entry-item:last-child {
  padding-bottom: 0;
}

.entry-item.is-new {
  animation: entry-slide-in 0.42s ease;
}

.entry-time {
  position: absolute;
  left: -60px;
  top: 2px;
  width: 42px;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: var(--ink-faint);
  letter-spacing: 0.05em;
}

.entry-dot {
  position: absolute;
  left: -42px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--paper);
  border: 1.5px solid var(--paper);
  box-shadow: 0 0 0 1px var(--entry-accent);
}

.entry-body {
  position: relative;
  padding: 14px 14px 14px 18px;
  border-left: 2px solid transparent;
  border-radius: 4px;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.entry-item:hover .entry-body {
  background: rgba(0, 0, 0, 0.02);
  border-left-color: var(--entry-accent);
}

.entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 9px;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 7px;
  border: none;
  border-radius: 2px;
  background: transparent;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.13em;
  font-weight: 400;
  cursor: pointer;
  transition:
    color 0.15s ease,
    background-color 0.15s ease,
    border-color 0.15s ease,
    opacity 0.15s ease;
}

.tag-chip.is-active {
  box-shadow: inset 0 0 0 1px currentColor;
}

.tag-chip--selected {
  gap: 6px;
  padding: 3px 8px 3px 10px;
}

.tag-chip--selected:hover {
  opacity: 0.82;
}

.tag-chip-remove {
  font-size: 11px;
  line-height: 1;
}

.tag-chip--green {
  background: rgba(74, 103, 65, 0.08);
  color: var(--accent-green);
}

.tag-chip--red {
  background: rgba(139, 58, 47, 0.08);
  color: var(--accent-red);
}

.tag-chip--blue {
  background: rgba(46, 74, 107, 0.08);
  color: var(--accent-blue);
}

.tag-chip--purple {
  background: rgba(92, 74, 114, 0.08);
  color: var(--accent-purple);
}

.tag-chip--yellow {
  background: rgba(201, 151, 58, 0.08);
  color: var(--accent-yellow);
}

.tag-chip--filter {
  padding: 3px 9px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink-light);
}

.tag-chip--filter.is-active,
.tag-chip--filter:hover {
  border-color: var(--ink-light);
  background: var(--paper-dark);
  color: var(--ink);
  box-shadow: none;
}

.entry-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: var(--ink);
  font-weight: 300;
  letter-spacing: 0.03em;
}

.entry-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 620px;
  margin: 12px 0 0;
  border-radius: 3px;
  padding: 8px;
  background: linear-gradient(135deg, #e8e0d4 0%, #d4c9b8 50%, #c8bba8 100%);
}

.entry-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 420px;
  height: auto;
  border-radius: 2px;
  object-fit: contain;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 9px;
}

.entry-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: var(--ink-faint);
  letter-spacing: 0.07em;
}

.entry-meta .meta-icon {
  font-size: 10px;
}

.timeline-empty {
  padding: 6px 0 12px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--ink-faint);
}

.compose-block {
  position: relative;
  margin-top: 40px;
  padding-top: 32px;
  padding-left: 60px;
  border-top: 1px solid var(--line);
}

.compose-star {
  position: absolute;
  left: 15px;
  top: 32px;
  font-size: 11px;
  color: var(--ink-faint);
}

.compose-kicker {
  margin-bottom: 12px;
  font-size: 10px;
  color: var(--ink-faint);
  letter-spacing: 0.2em;
}

.compose-selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.compose-selected-tags:empty {
  display: none;
}

.compose-textarea {
  width: 100%;
  min-height: 112px;
  padding: 8px 0 12px;
  border: none;
  border-bottom: 1px solid var(--line);
  background: transparent;
  resize: vertical;
  font-size: 14px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1.9;
  letter-spacing: 0.03em;
  outline: none;
  transition: border-color 0.2s ease;
}

.compose-textarea:focus {
  border-bottom-color: var(--ink-light);
}

.compose-textarea::placeholder {
  color: var(--ink-faint);
}

.compose-panels {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.compose-panel {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(237, 232, 224, 0.72);
}

.compose-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 10px;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
}

.tag-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-create-row,
.weather-fields {
  display: flex;
  gap: 10px;
}

.tag-create-row {
  margin-top: 12px;
}

.panel-input,
.panel-select {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(44, 36, 22, 0.08);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.45);
  outline: none;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease;
}

.panel-input:focus,
.panel-select:focus {
  border-color: rgba(44, 36, 22, 0.26);
  background: rgba(255, 255, 255, 0.72);
}

.panel-input--narrow {
  max-width: 92px;
}

.panel-button {
  padding: 0 14px;
  border: none;
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink-light);
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.panel-button:hover {
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
}

.panel-button--ghost {
  height: 34px;
  border: 1px solid rgba(44, 36, 22, 0.08);
  background: transparent;
  justify-self: start;
}

.file-picker {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 76px;
  border: 1px dashed rgba(44, 36, 22, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.24);
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease;
}

.file-picker:hover {
  border-color: rgba(44, 36, 22, 0.32);
  background: rgba(255, 255, 255, 0.44);
}

.file-picker span {
  font-size: 11px;
  color: var(--ink-light);
  letter-spacing: 0.06em;
}

.file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.image-preview {
  margin-top: 12px;
}

.image-preview-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.42);
}

.image-preview-card--loading {
  grid-template-columns: 1fr;
}

.image-preview-card img {
  display: block;
  width: 100%;
  max-height: 260px;
  height: auto;
  border-radius: 3px;
  background: linear-gradient(135deg, #e8e0d4 0%, #d4c9b8 50%, #c8bba8 100%);
  object-fit: contain;
}

.image-preview-copy {
  min-width: 0;
}

.image-preview-copy strong,
.image-preview-copy span {
  display: block;
}

.image-preview-copy strong {
  font-size: 12px;
  font-weight: 400;
  color: var(--ink-light);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.image-preview-copy span {
  margin-top: 6px;
  font-size: 10px;
  color: var(--ink-faint);
  line-height: 1.6;
}

.compose-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.compose-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.compose-action {
  padding: 0;
  border: none;
  background: none;
  font-size: 10px;
  color: var(--ink-faint);
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: color 0.15s ease;
}

.compose-action:hover,
.compose-action.is-active {
  color: var(--ink-light);
}

.compose-action.is-disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.compose-status {
  min-width: 0;
  min-height: 16px;
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
}

.compose-status:empty {
  visibility: hidden;
}

.compose-status.is-error {
  color: var(--accent-red);
}

.submit-button {
  min-width: 110px;
  height: 36px;
  padding: 0 20px;
  border: none;
  border-radius: 2px;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.22em;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.submit-button:hover {
  opacity: 0.7;
}

.submit-button:active {
  transform: translateY(1px);
}

.sidebar-section {
  position: relative;
}

.sidebar-section + .sidebar-section {
  padding-top: 26px;
}

.sidebar-section + .sidebar-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--line);
}

.sidebar-section h2 {
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 400;
  color: var(--ink-faint);
  letter-spacing: 0.28em;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.calendar-header p {
  flex: 1;
  margin: 0;
  text-align: center;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.1em;
}

.calendar-nav-button {
  padding: 0 3px;
  border: none;
  background: none;
  font-size: 13px;
  color: var(--ink-faint);
  cursor: pointer;
  transition: color 0.15s ease;
}

.calendar-nav-button:hover {
  color: var(--ink);
}

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

.calendar-weekdays {
  margin-bottom: 2px;
}

.calendar-weekdays span {
  padding: 3px 0;
  font-size: 9px;
  color: var(--ink-faint);
  text-align: center;
  letter-spacing: 0.08em;
}

.calendar-day {
  position: relative;
  min-height: 28px;
  padding: 5px 2px 7px;
  border: none;
  border-radius: 2px;
  background: none;
  font-size: 11px;
  color: var(--ink-light);
  text-align: center;
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    opacity 0.15s ease;
}

.calendar-day:hover {
  background: var(--paper-dark);
}

.calendar-day.is-outside {
  color: var(--ink-faint);
  opacity: 0.5;
}

.calendar-day.is-selected:not(.is-today) {
  background: rgba(0, 0, 0, 0.03);
}

.calendar-day.is-today {
  background: var(--ink);
  color: var(--paper);
  font-weight: 400;
}

.calendar-day.has-entry::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: var(--accent-green);
}

.calendar-day.is-today::after {
  background: rgba(247, 243, 237, 0.6);
}

.anniversary-card {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-left: 2px solid var(--accent-yellow);
  border-radius: 4px;
  background: var(--paper-dark);
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    background-color 0.15s ease;
}

.anniversary-card:hover {
  transform: translateY(-1px);
  background: rgba(237, 232, 224, 0.96);
}

.anniversary-date {
  margin-bottom: 8px;
  font-size: 10px;
  color: var(--accent-yellow);
  letter-spacing: 0.18em;
}

.anniversary-text {
  font-size: 12px;
  line-height: 1.85;
  color: var(--ink-light);
  font-weight: 300;
  letter-spacing: 0.03em;
}

.anniversary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  font-size: 10px;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
}

.heatmap-grid {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: repeat(7, 1fr);
  gap: 4px;
}

.heatmap-cell {
  aspect-ratio: 1;
  border-radius: 2px;
  background: var(--heat-0);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
}

.heatmap-cell[data-level="1"] {
  background: var(--heat-1);
}

.heatmap-cell[data-level="2"] {
  background: var(--heat-2);
}

.heatmap-cell[data-level="3"] {
  background: var(--heat-3);
}

.heatmap-cell[data-level="4"] {
  background: var(--heat-4);
}

.heatmap-cell:hover {
  transform: scale(1.2);
  box-shadow: 0 0 0 1px rgba(44, 36, 22, 0.15);
}

.heatmap-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
}

.heatmap-footer > span {
  font-size: 9px;
  color: var(--ink-faint);
  letter-spacing: 0.07em;
}

.heatmap-legend {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: auto;
}

.heatmap-legend span {
  font-size: 9px;
  color: var(--ink-faint);
}

.heat-chip {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 1px;
}

.heat-chip--0 {
  background: var(--heat-0);
}

.heat-chip--1 {
  background: var(--heat-1);
}

.heat-chip--2 {
  background: var(--heat-2);
}

.heat-chip--3 {
  background: var(--heat-3);
}

.heat-chip--4 {
  background: var(--heat-4);
}

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

.stat-card {
  padding: 12px;
  border-radius: 3px;
  background: var(--paper-dark);
}

.stat-card strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: var(--ink);
}

.stat-card span {
  display: block;
  font-size: 10px;
  color: var(--ink-faint);
  letter-spacing: 0.1em;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-cloud-empty {
  font-size: 10px;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
}

@keyframes entry-slide-in {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .proto-wrap {
    max-width: none;
    margin: 0;
    box-shadow: none;
  }

  .layout-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .content-column {
    border-right: none;
  }

  .sidebar-column {
    padding-top: 28px;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 767px) {
  .nav-bar {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 22px;
  }

  .brand-subtitle {
    display: none;
  }

  .nav-meta {
    width: 100%;
    text-align: left;
  }

  #navDate,
  #navWeather {
    display: none;
  }

  .nav-meta-mobile {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 10px;
    width: 100%;
  }

  .nav-meta-compact,
  .nav-meta-count {
    display: block;
  }

  .nav-meta-compact {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-meta-count {
    text-align: right;
  }

  .content-column,
  .sidebar-column {
    padding-left: 22px;
    padding-right: 22px;
  }

  .tagline-block {
    display: none;
  }

  .timeline-list {
    padding-left: 34px;
  }

  .timeline-list::before {
    left: 14px;
  }

  .entry-time {
    position: static;
    display: block;
    width: auto;
    margin-bottom: 8px;
    text-align: left;
  }

  .entry-item {
    padding: 0 0 28px 20px;
  }

  .entry-dot {
    left: -24px;
    top: 32px;
  }

  .compose-block {
    padding-left: 34px;
  }

  .compose-star {
    left: 0;
  }

  .compose-footer {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .compose-status {
    min-height: 0;
  }

  .submit-button {
    width: 100%;
  }

  .tag-create-row,
  .weather-fields {
    flex-direction: column;
  }

  .image-preview-card img {
    width: 100%;
    max-height: 220px;
  }
}
