@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap");

:root {
  --bg: #f3f5f8;
  --surface: #ffffff;
  --ink: #1f2933;
  --muted: #667085;
  --line: #d8dee8;
  --blue: #1f5fbf;
  --blue-dark: #123f87;
  --green: #13795b;
  --red: #d6422b;
  --soft-blue: #edf4ff;
  --soft-green: #eaf8f1;
  --soft-red: #fff0ed;
}

/* 포도코 컬러 시스템: 정보 영역은 차분하게, 행동 요소만 선명하게 구분 */
body {
  background:
    radial-gradient(circle at 8% 8%, rgba(10, 145, 136, 0.055), transparent 24%),
    radial-gradient(circle at 94% 18%, rgba(247, 201, 72, 0.07), transparent 22%),
    #f7f9fb;
}

.site-header {
  border-bottom-color: rgba(10, 145, 136, 0.28);
  box-shadow: 0 5px 18px rgba(23, 55, 94, 0.06);
}

.post-button,
.board-write-button {
  background: linear-gradient(135deg, #ff704d, #ef4f3b);
  box-shadow: 0 5px 13px rgba(239, 79, 59, 0.2);
}

.side-panel {
  background: linear-gradient(180deg, #fbfcff, #f7f9fd);
}

.map-panel {
  border-color: #cde8e6;
  background: linear-gradient(180deg, #f2fbfa 0, #fff 34%);
  box-shadow: 0 7px 22px rgba(10, 145, 136, 0.07);
}

.business-map-wrap {
  border-color: #bfe0df;
  box-shadow: 0 5px 16px rgba(10, 145, 136, 0.08);
}

.business-tabs button {
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.business-tabs button:hover,
.business-tabs button:focus-visible {
  border-color: #0a9188;
  background: #e6f7f5;
  color: #087f78;
}

.result-panel {
  box-shadow: 0 7px 22px rgba(23, 55, 94, 0.055);
}

.section-head h2 {
  color: #17375e;
}

.home-briefing {
  border-color: #ffd2c6;
  background: linear-gradient(135deg, #fff8f5, #fffdf8);
}

.home-trend-box {
  border-color: #dbe5ed;
  box-shadow: 0 4px 12px rgba(23, 55, 94, 0.04);
}

.home-trend-box:nth-of-type(1) {
  border-color: #f2dda0;
  background: linear-gradient(145deg, #fff9e9, #fffdf7);
}

.home-trend-box:nth-of-type(1) h3 {
  color: #9a6700;
}

.home-trend-box:nth-of-type(2) {
  border-color: #bfe3ee;
  background: linear-gradient(145deg, #eefaff, #fbfeff);
}

.home-trend-box:nth-of-type(2) h3 {
  color: #176b86;
}

.home-trend-box:nth-of-type(3) {
  border-color: #ddd2f3;
  background: linear-gradient(145deg, #f7f3ff, #fdfbff);
}

.home-trend-box:nth-of-type(3) h3 {
  color: #6f4aa2;
}

.trend-button:hover strong,
.trend-button:focus-visible strong {
  color: #0a9188;
}

@media (max-width: 720px) {
  body {
    background: #f5f8fa;
  }

  .mobile-home-shortcuts {
    background: linear-gradient(180deg, #fff, #fbfdfe);
  }

  .mobile-home-shortcuts a {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }

  .mobile-home-shortcuts a:active {
    transform: translateY(1px);
  }

  .mobile-home-shortcuts a:nth-child(1) { border-color: #bfe5e1; background: #effaf8; }
  .mobile-home-shortcuts a:nth-child(1) span { color: #0a9188; }
  .mobile-home-shortcuts a:nth-child(2) { border-color: #c9dcf4; background: #f1f7ff; }
  .mobile-home-shortcuts a:nth-child(2) span { color: #3478c7; }
  .mobile-home-shortcuts a:nth-child(3) { border-color: #cde8d2; background: #f2fbf3; }
  .mobile-home-shortcuts a:nth-child(3) span { color: #3c9450; }
  .mobile-home-shortcuts a:nth-child(4) { border-color: #ffd5c4; background: #fff6f1; }
  .mobile-home-shortcuts a:nth-child(4) span { color: #ef6b3f; }
  .mobile-home-shortcuts a:nth-child(5) { border-color: #cce5ef; background: #f2faff; }
  .mobile-home-shortcuts a:nth-child(5) span { color: #2685a7; }
  .mobile-home-shortcuts a:nth-child(6) { border-color: #ded2f2; background: #f8f4ff; }
  .mobile-home-shortcuts a:nth-child(6) span { color: #7954ad; }
  .mobile-home-shortcuts a:nth-child(7) { border-color: #f2dda0; background: #fff9e9; }
  .mobile-home-shortcuts a:nth-child(7) span { color: #c78900; }
  .mobile-home-shortcuts a:nth-child(8) { border-color: #d9e0e7; background: #f8fafc; }
  .mobile-home-shortcuts a:nth-child(8) span { color: #53677d; }

  .mobile-important-notice {
    border-color: #ffc4b7;
    background: linear-gradient(135deg, #fff5f2, #fffaf6);
    box-shadow: 0 4px 12px rgba(239, 79, 59, 0.07);
  }

  .result-panel {
    border-color: #d9e4ec;
  }

  .home-trend-box:nth-of-type(2) {
    background: linear-gradient(145deg, #eefaff, #fff);
  }

  .home-trend-box:nth-of-type(3) {
    background: linear-gradient(145deg, #f7f3ff, #fff);
  }

  .mobile-latest-panel {
    border-color: #c8e4d5;
    background: linear-gradient(145deg, #f1fbf5, #fff);
  }

  .mobile-latest-panel h3 {
    color: #2d7b4b;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Noto Sans KR", sans-serif;
  font-size:14px;
  line-height:1.6;
}

body.modal-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.header-side-ads {
  position: absolute;
  top: 45px;
  display: flex;
  gap: 8px;
  height: 132px;
}

.header-side-ad {
  display: grid;
  width: 148px;
  height: 132px;
  flex: 0 0 148px;
  place-items: center;
  border: 1px dashed #b9c4d3;
  border-radius: 8px;
  background: #fff7e8;
  color: #9a5a00;
  font-size: 12px;
  font-weight: 800;
}

.header-side-ads-left {
  left: 28px;
}

.header-side-ads-right {
  right: 28px;
  height: 132px;
}

.utility {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 7px 28px;
  background: #f8fafc;
  color: var(--muted);
  font-size: 13px;
}

.utility-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.business-register-button {
  min-height: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 10px;
  background: white;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.business-register-button:hover,
.business-register-button:focus-visible {
  border-color: var(--blue);
  outline: none;
}

.business-tabs button.active,
.business-tabs button[aria-pressed="true"] {
  border-color: #8f4ba0;
  background: #8f4ba0;
  color: #fff;
}

.business-tabs-arrow { display: none; }

.utility nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.language-switcher {
  display: inline-flex;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid #cddedc;
  border-radius: 999px;
  background: #fff;
}

.language-switcher button {
  min-height: 25px;
  border: 0;
  padding: 0 8px;
  background: transparent;
  color: #667784;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.language-switcher button + button { border-left: 1px solid #dce7e5; }
.language-switcher button.is-active { background: var(--brand-teal); color: #fff; }

.mobile-language-toggle {
  display: none;
}

.masthead {
  display: grid;
  grid-template-columns: 260px minmax(340px, 624px) 82px;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
}

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

.brand > span:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 14px 14px 14px 5px;
  background: linear-gradient(145deg, #087f78, #10a49a);
  box-shadow: 0 5px 14px rgba(8, 127, 120, 0.22);
  color: white;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.brand-mark::after {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 9px;
  height: 9px;
  border: 2px solid white;
  border-radius: 50%;
  background: #ff7a45;
  content: "";
}

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

.brand strong {
  color: #17375e;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
}

.brand strong span {
  color: #0a9188;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.15;
  white-space: nowrap;
}

.main-search {
  display: grid;
  grid-template-columns: 1fr 82px;
  min-height: 38px;
  overflow: hidden;
  border: 2px solid var(--blue);
  border-radius: 8px;
  background: white;
}

.main-search input {
  min-width: 0;
  border: 0;
  padding: 0 12px;
  outline: none;
  font-size: 14px;
}

.main-search button,
.post-button {
  border: 0;
  border-radius: 8px;
  color: white;
  font-weight: 800;
}

.main-search button {
  border-radius: 0;
  background: var(--blue);
}

.post-button {
  width: 82px;
  min-height: 38px;
  padding: 0;
  background: var(--red);
  font-size: 13px;
  white-space: nowrap;
}

.write-modal[aria-hidden="true"] {
  display: none;
}

.auth-modal[aria-hidden="true"] {
  display: none;
}

.chat-modal[aria-hidden="true"] { display: none; }
.chat-modal { position: fixed; inset: 0; z-index: 130; display: grid; place-items: center; padding: 24px; }
.chat-dialog { position: relative; z-index: 1; width: min(900px, 100%); height: min(680px, calc(100vh - 48px)); overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24); }
.chat-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); height: calc(100% - 65px); }
.chat-room-list { overflow-y: auto; border-right: 1px solid var(--line); background: #f8fafc; }
.chat-room-entry { position: relative; border-bottom: 1px solid var(--line); }
.chat-room-entry.is-active { background: var(--soft-blue); }
.chat-room-item { position: relative; display: grid; width: 100%; gap: 3px; border: 0; padding: 13px 58px 13px 13px; background: transparent; color: var(--ink); text-align: left; }
.chat-room-item span,.chat-room-item small { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.chat-room-item b { position: absolute; top: 12px; right: 32px; display: grid; min-width: 22px; height: 22px; place-items: center; border-radius: 999px; background: var(--red); color: white; font-size: 11px; }
.chat-room-delete { position: absolute; top: 8px; right: 7px; display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid #d5dde7; border-radius: 7px; padding: 0; background: #fff; color: #64748b; font-size: 17px; line-height: 1; cursor: pointer; }
.chat-room-delete:hover { border-color: #ef9a9a; background: #fff1f1; color: #b42318; }
.chat-thread { display: grid; grid-template-rows: auto minmax(0, 1fr) auto auto; min-width: 0; }
.chat-thread-head { display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--line); padding: 12px 15px; }
.chat-thread-head span { color: var(--muted); font-size: 12px; }
.chat-messages { display: flex; flex-direction: column; gap: 9px; overflow-y: auto; padding: 14px; background: #f4f7fa; }
.chat-message { align-self: flex-start; max-width: 76%; border-radius: 12px 12px 12px 3px; padding: 9px 11px; background: white; box-shadow: 0 1px 4px rgba(15,23,42,.08); }
.chat-message.is-mine { align-self: flex-end; border-radius: 12px 12px 3px 12px; background: #dff6ec; }
.chat-message strong,.chat-message small { font-size: 10px; color: var(--muted); }
.chat-message p { margin: 3px 0; white-space: pre-wrap; word-break: break-word; }
.chat-compose { display: grid; grid-template-columns: minmax(0,1fr) 72px; gap: 8px; border-top: 1px solid var(--line); padding: 10px; }
.chat-compose[hidden] { display: none; }
.chat-compose textarea { resize: none; border: 1px solid var(--line); border-radius: 8px; padding: 9px; }
.chat-compose button {
  display: grid;
  min-width: 72px;
  place-items: center;
  border: 1px solid #06736f;
  border-radius: 8px;
  padding: 8px 12px;
  background: #078b87;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(7, 139, 135, 0.22);
}
.chat-compose button:hover { background: #06736f; }
.chat-compose button:focus-visible { outline: 3px solid rgba(7, 139, 135, 0.25); outline-offset: 2px; }
.chat-safety-actions { display: flex; justify-content: flex-end; gap: 6px; padding: 0 10px 10px; }
.chat-safety-actions button { border: 1px solid var(--line); border-radius: 7px; padding: 5px 9px; background: white; color: var(--muted); font-size: 11px; }
.chat-empty { margin: auto; padding: 20px; color: var(--muted); text-align: center; }
.detail-chat-button { border-color: #b8dfce !important; background: #edf9f4 !important; color: #126447 !important; }
.detail-chat-button:not(:disabled) {
  border-color: #0b8f72 !important;
  background: #0b8f72 !important;
  color: #fff !important;
}
.detail-chat-button.is-unavailable {
  border-color: #cbd5e1 !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
}

@media (max-width: 720px) {
  .chat-modal { padding: 8px; }
  .chat-dialog { height: calc(100vh - 16px); }
  .chat-layout { grid-template-columns: 118px minmax(0,1fr); }
  .chat-room-item { padding: 10px 34px 10px 8px; }
  .chat-room-item b { top: 34px; right: 7px; }
  .chat-room-delete { top: 6px; right: 5px; width: 23px; height: 23px; }
  .chat-room-item strong { font-size: 12px; }
  .chat-room-item span,.chat-room-item small { font-size: 9px; }
  .chat-message { max-width: 88%; }
  .chat-compose { grid-template-columns: minmax(0, 1fr) 72px; gap: 6px; padding: 8px; }
  .chat-compose textarea { min-width: 0; }
}

.auth-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.ad-inquiry-modal[aria-hidden="true"] {
  display: none;
}

.marketing-agency-modal[aria-hidden="true"] {
  display: none;
}

.business-modal[aria-hidden="true"] {
  display: none;
}

.write-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 24px;
}

.ad-inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.marketing-agency-modal {
  position: fixed;
  inset: 0;
  z-index: 122;
  display: grid;
  place-items: center;
  padding: 24px;
}

.business-modal {
  position: fixed;
  inset: 0;
  z-index: 125;
  display: grid;
  place-items: center;
  padding: 24px;
}

.write-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.42);
}

.write-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(620px, 100%);
  max-height: min(720px, calc(100vh - 48px));
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}

.auth-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}

.ad-inquiry-dialog {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}

.marketing-agency-dialog {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  max-height: min(820px, calc(100vh - 48px));
  overflow: auto;
  border: 1px solid #b9dfdc;
  border-radius: 14px;
  background: white;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.26);
}

.business-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(680px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}

.write-head {
  position: relative;
  z-index: 4;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 12px;
  border-bottom: 1px solid var(--line);
}

.write-head h2 {
  margin: 0;
  font-size: 20px;
}
.write-category-guide { margin:5px 0 0; color:#766d67; font-size:12px; font-weight:600; }
.food-type-write-field[hidden],.market-write-fields[hidden] { display:none!important; }
.write-form select:disabled { border-color:#dfd4cb; background:#f1ebe5; color:#5c1a2b; font-weight:800; opacity:1; }
.write-form select option { background:#fff; color:#2a2724; }

.write-close {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.write-form {
  display: grid;
  min-height: 0;
  gap: 13px;
  padding: 18px 20px 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.auth-form {
  display: grid;
  gap: 13px;
  padding: 18px 20px 20px;
}

.ad-inquiry-form,
.marketing-agency-form,
.business-form {
  display: grid;
  gap: 13px;
  padding: 0 20px 20px;
}

.marketing-agency-form {
  padding-top: 18px;
}

.marketing-agency-hero {
  display: grid;
  gap: 7px;
  margin: 18px 20px 12px;
  border: 1px solid #b9dfdc;
  border-radius: 12px;
  padding: 18px;
  background: radial-gradient(circle at 90% 10%, rgba(245, 189, 50, 0.25), transparent 25%), linear-gradient(135deg, #eaf8f6, #fffdf5);
}

.marketing-agency-hero small {
  color: var(--brand-teal-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.marketing-agency-hero strong {
  color: var(--brand-navy);
  font-size: 20px;
  line-height: 1.35;
}

.marketing-agency-hero p {
  margin: 0;
  color: #526b7d;
  font-size: 13px;
  line-height: 1.55;
}

.marketing-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 20px 10px;
}

.marketing-service-grid article {
  display: grid;
  gap: 5px;
  border: 1px solid #d8e8e6;
  border-radius: 10px;
  padding: 11px;
  background: #f8fcfb;
}

.marketing-service-grid b { color: var(--brand-navy); font-size: 12px; }
.marketing-service-grid span { color: var(--muted); font-size: 10px; line-height: 1.45; }

.marketing-package-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 20px;
}

.marketing-package-row span {
  display: grid;
  gap: 3px;
  border-radius: 9px;
  padding: 9px 10px;
  background: #f1f6fc;
  color: #526b7d;
  font-size: 10px;
}

.marketing-package-row b { color: #315e91; font-size: 11px; }

.ad-inquiry-info {
  display: grid;
  gap: 8px;
  margin: 18px 20px;
  border: 1px solid #cfe0fb;
  border-radius: 8px;
  padding: 13px 14px;
  background: var(--soft-blue);
  color: var(--blue-dark);
  font-size: 13px;
}

.ad-inquiry-info ul {
  margin: 0;
  padding-left: 18px;
  color: var(--ink);
  line-height: 1.55;
}

.business-form {
  min-height: 0;
  padding-top: 18px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.write-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.write-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.write-field-help {
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.auth-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.ad-inquiry-form label,
.marketing-agency-form label,
.business-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.write-form input,
.write-form select,
.write-form textarea,
.auth-form input,
.ad-inquiry-form input,
.ad-inquiry-form select,
.ad-inquiry-form textarea,
.marketing-agency-form input,
.marketing-agency-form select,
.marketing-agency-form textarea,
.business-form input,
.business-form select,
.business-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 11px;
  outline: none;
  background: #f8fafc;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}

.write-form textarea,
.ad-inquiry-form textarea,
.marketing-agency-form textarea,
.business-form textarea {
  resize: vertical;
  line-height: 1.55;
}

.write-form input:focus,
.write-form select:focus,
.write-form textarea:focus,
.auth-form input:focus,
.ad-inquiry-form input:focus,
.ad-inquiry-form select:focus,
.ad-inquiry-form textarea:focus,
.marketing-agency-form input:focus,
.marketing-agency-form select:focus,
.marketing-agency-form textarea:focus,
.business-form input:focus,
.business-form select:focus,
.business-form textarea:focus {
  border-color: var(--blue);
  background: white;
  box-shadow: 0 0 0 3px rgba(31, 95, 191, 0.12);
}

.marketing-service-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  border: 1px solid #d8e8e6;
  border-radius: 10px;
  padding: 12px;
}

.marketing-service-options legend {
  padding: 0 5px;
  color: var(--brand-navy);
  font-size: 13px;
  font-weight: 900;
}

.marketing-service-options legend small {
  color: var(--muted);
  font-size: 10px;
}

.marketing-service-options label {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  padding: 8px;
  background: #f5f9f8;
  font-size: 11px;
}

.marketing-service-options input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  padding: 0;
}

.auth-message {
  min-height: 18px;
  margin: 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.write-attachment {
  display: grid;
  gap: 8px;
}

.write-attachment-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.write-attachment-head strong {
  margin-right: 2px;
  font-size: 14px;
}

.write-file-button {
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 10px;
  background: white;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

#writeMediaStatus {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.sr-only-file {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.write-dropzone {
  display: grid;
  min-height: 90px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  color: var(--muted);
  text-align: center;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.write-dropzone.is-dragover,
.write-dropzone:focus-visible {
  border-color: var(--blue);
  background: var(--soft-blue);
  box-shadow: 0 0 0 3px rgba(31, 95, 191, 0.12);
  outline: none;
}

.write-dropzone span {
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
}

.write-media-preview {
  display: grid;
  gap: 6px;
}

.write-media-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px;
  background: #f8fafc;
}

.write-media-thumb {
  display: grid;
  width: 54px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: #e8edf5;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
}

.write-media-thumb img,
.write-media-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.write-media-meta {
  min-width: 0;
}

.write-media-name {
  overflow: hidden;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.write-media-size {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.write-media-item button {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(31, 41, 51, 0.78);
  color: white;
  font-weight: 800;
}

.write-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 4px;
}

.write-message {
  flex: 1;
  min-height: 18px;
  margin: 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.write-cancel,
.write-submit {
  min-height: 36px;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 800;
}

.write-cancel {
  border: 1px solid var(--line);
  background: #f8fafc;
  color: var(--ink);
}

.write-submit {
  border: 0;
  background: var(--blue);
  color: white;
}

.category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px 2px;
  width: 856px;
  max-width: calc(100% - 32px);
  margin-left: calc(50% - 455.5px);
  margin-right: 0;
  padding: 6px 0 12px;
  overflow: visible;
}

.category-nav a {
  flex: 1 1 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 4px;
  background: #f8fafc;
  color: #344054;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.category-break {
  flex-basis: 100%;
  height: 0;
}

.category-nav a.active {
  border-color: var(--blue);
  background: var(--soft-blue);
  color: var(--blue);
}

.category-nav .mobile-map-menu,
.category-nav .mobile-marketing-menu {
  display: none;
}

.eyebrow {
  margin: 0 0 8px;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 10px;
  font-size: 19px;
  letter-spacing: 0;
}

.ad-strip {
  display: grid;
  grid-template-columns: minmax(180px, 1fr);
  gap: 10px;
  padding: 14px 28px 8px;
}

.ad-strip[hidden] {
  display: none;
}

.top-filter-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px;
  align-items: center;
  gap: 2px 8px;
  min-height: 92px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 6px 8px;
  background: white;
}

.top-filter-row {
  display: grid;
  grid-template-columns: 76px minmax(180px, 1fr);
  align-items: center;
  gap: 6px;
}

.top-filter-row span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.top-filter-card select {
  min-width: 0;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 6px;
  background: white;
  font-size: 12px;
}

.top-verified-row {
  grid-row: 1 / span 2;
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.ad-slot {
  display: grid;
  min-height: 70px;
  place-items: center;
  border: 1px dashed #b9c4d3;
  border-radius: 8px;
  background: #fff7e8;
  color: #9a5a00;
  font-size: 13px;
  font-weight: 800;
}

.header-side-ad.is-managed-ad,
.ad-slot.is-managed-ad {
  border-style: solid;
  border-color: #cfe0fb;
  background: var(--soft-blue);
  color: var(--blue);
}

.managed-ad-content {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  gap: 4px;
  padding: 8px;
  color: inherit;
  text-align: center;
  animation: managed-ad-enter 240ms ease-out;
}

@keyframes managed-ad-enter {
  from { opacity: 0.25; }
  to { opacity: 1; }
}

.managed-ad-content.has-image {
  min-width: 0;
  overflow: hidden;
  gap: 0;
  padding: 0;
}

.managed-ad-content span {
  display: grid;
  gap: 3px;
  place-items: center;
}

.managed-ad-image {
  display: block;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  min-height: 0;
  border-radius: 6px;
  object-fit: contain;
}

.has-ad-image {
  overflow: hidden;
  background: #fff;
}

.has-ad-image .managed-ad-image {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: 6px;
  object-fit: contain;
}

.managed-ad-content small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.ad-slot.is-small-banner, .header-side-ad.is-small-banner { min-height: 52px; }
.is-small-banner .managed-ad-content.has-image { grid-template-columns:46px minmax(0,1fr); align-items:center; justify-items:stretch; gap:10px; padding:6px 10px; background:#fff; text-align:left; }
.is-small-banner.has-ad-image .managed-ad-image { width:46px; height:36px; border-radius:5px; object-fit:cover; }
.managed-small-ad-copy { min-width:0; justify-items:start; overflow:hidden; }
.managed-small-ad-copy strong, .managed-small-ad-copy small { max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.info-widget {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 2px;
  min-height: 40px;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.header-info-widget {
  width: 200px;
  height: 132px;
  min-height: 132px;
  box-sizing: border-box;
}

.header-user-widget {
  width: 200px;
  height: 132px;
  min-height: 132px;
  box-sizing: border-box;
}

.header-info-widget {
  gap: 0;
  padding: 8px 10px;
}

.header-info-widget div {
  gap: 8px;
  min-width: 0;
  font-size: 11px;
}

.header-info-widget strong,
.header-info-widget span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-user-widget.top-user-card {
  grid-template-columns: 1fr;
  align-content: start;
  gap: 6px;
  padding: 8px 10px;
  overflow: hidden;
}

.header-user-widget .user-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.header-user-widget .user-head strong {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-user-widget .user-head button {
  flex: 0 0 auto;
  padding: 3px 6px;
  font-size: 11px;
}

.header-user-widget .user-stats {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 4px;
}

.header-user-widget .user-stats div {
  min-width: 0;
  padding: 4px 5px;
}

.header-user-widget .user-stats dt,
.header-user-widget .user-stats dd {
  min-width: 0;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-widget div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #eef2f6;
  font-size: 11px;
}

.info-widget div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.info-widget strong {
  color: var(--blue);
}

.info-widget span {
  color: var(--ink);
  font-weight: 800;
  text-align: right;
}

.ad-slot.wide {
  min-height: 40px;
}

.ad-slot.tall {
  min-height: 150px;
}

.map-ad {
  min-height: 54px;
}

.ad-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

@media (min-width: 721px) {
  .dashboard:not(.board-mode):not(.detail-mode) .results {
    gap: 5px;
    max-height: 70px;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .map-panel {
    align-self: start;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .business-map {
    min-height: 650px;
  }

  .dashboard.home-columns-synced:not(.board-mode):not(.detail-mode) .result-panel,
  .dashboard.home-columns-synced:not(.board-mode):not(.detail-mode) .side-panel {
    align-self: start;
    height: var(--home-column-height);
  }

  .dashboard.home-columns-synced:not(.board-mode):not(.detail-mode) .results {
    flex: 1 1 auto;
    min-height: 100px;
    max-height: none;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .results .result-card {
    gap: 0;
    min-height: 30px;
    padding: 5px 8px;
    box-shadow: none;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .results .desc,
  .dashboard:not(.board-mode):not(.detail-mode) .results .badge-row,
  .dashboard:not(.board-mode):not(.detail-mode) .results .listing-feature {
    display: none;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .results .result-top h3 { font-size: 12px; }
  .dashboard:not(.board-mode):not(.detail-mode) .results .meta { display: none; }

  .dashboard:not(.board-mode):not(.detail-mode) {
    grid-template-columns: minmax(255px, 0.7225fr) minmax(442px, 1.36fr) 273px;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .result-panel {
    grid-column: 1;
    grid-row: 1;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .map-panel {
    grid-column: 2;
    grid-row: 1;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .side-panel {
    grid-column: 3;
    grid-row: 1;
  }

  .dashboard:not(.board-mode):not(.detail-mode) {
    align-items: stretch;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .side-panel { align-self: stretch; }

  .dashboard:not(.board-mode):not(.detail-mode) .side-panel {
    display: flex;
    flex-direction: column;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .side-ads {
    flex: 0 0 auto;
    grid-template-rows: repeat(2, 150px);
  }

  .dashboard:not(.board-mode):not(.detail-mode) .map-panel {
    display: flex;
    flex-direction: column;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .map-panel .ad-row {
    flex: 0 0 auto;
    align-items: stretch;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .map-panel .ad-row .ad-slot {
    min-height: 70px;
    height: 70px;
  }
}

.side-ads {
  display: grid;
  gap: 10px;
}

.side-info-stack {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 10px;
}

.keyword-list button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-weight: 800;
}

.dashboard {
  display: grid;
  grid-template-columns: 273px minmax(442px, 1.36fr) minmax(255px, 0.7225fr);
  gap: 18px;
  padding: 22px 28px;
}

.dashboard.board-mode {
  grid-template-columns: minmax(0, 1fr) 273px;
}

.dashboard.board-mode .map-panel {
  display: none;
}

.dashboard.board-mode .result-panel {
  grid-column: 1;
  grid-row: 1;
}

.dashboard.board-mode .side-panel {
  grid-column: 2;
  grid-row: 1;
}

.dashboard.board-mode .home-result-ads {
  display: none;
}

.dashboard.board-mode .home-info-grid {
  display: none;
}

.dashboard.board-mode .home-trend-grid,
.dashboard.board-mode .home-community-trends,
.dashboard.board-mode .home-briefing,
.dashboard.board-mode .daily-info-grid,
.dashboard.detail-mode .home-briefing,
.dashboard.detail-mode .daily-info-grid,
.dashboard.detail-mode .home-trend-grid,
.dashboard.detail-mode .home-community-trends {
  display: none;
}

.dashboard.board-mode .board-result-ads {
  display: grid;
  order: 1;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin-top: 0;
  margin-bottom: 28px;
  isolation: isolate;
}

.dashboard.board-mode .board-result-ads .ad-slot {
  overflow: hidden;
}

.dashboard.massage-mode .board-result-ads {
  display: none;
}

.dashboard.board-mode .results {
  order: 2;
  position: relative;
  z-index: 0;
  flex: 0 0 auto;
  max-height: 660px;
}

.dashboard.detail-mode {
  grid-template-columns: 180px minmax(0, 1040px) 180px;
  justify-content: center;
}

.dashboard.detail-mode .side-panel,
.dashboard.detail-mode .map-panel,
.dashboard.detail-mode .board-result-ads,
.dashboard.detail-mode .home-result-ads {
  display: none;
}

.dashboard.detail-mode .result-panel {
  grid-column: 2;
}

.dashboard.detail-mode .results {
  max-height: none;
}

.detail-side-ads {
  display: none;
}

.dashboard.detail-mode .detail-side-ads {
  position: sticky;
  top: 14px;
  display: grid;
  align-self: start;
  gap: 10px;
}

.dashboard.detail-mode .detail-side-ads-left {
  grid-column: 1;
}

.dashboard.detail-mode .detail-side-ads-right {
  grid-column: 3;
}

.detail-side-ad {
  min-height: 280px;
}

.side-panel,
.result-panel,
.map-panel,
.board-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.side-panel,
.map-panel {
  align-self: start;
  padding: 16px;
}


.user-card,
.top-user-card {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 4px 8px;
  background: #f8fafc;
}

.user-card {
  margin-bottom: 20px;
}

.top-user-card {
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 40px;
}

.top-user-card .user-head {
  display: grid;
  justify-content: start;
  gap: 3px;
}

.top-user-card .user-stats {
  grid-template-columns: repeat(2, 1fr);
  justify-content: end;
  gap: 4px;
}

.top-user-card .user-stats div {
  display: flex;
  justify-content: space-between;
  gap: 3px;
  padding: 2px 4px;
}

.top-user-card .user-stats dt,
.top-user-card .user-stats dd {
  margin: 0;
  font-size: 11px;
}

.user-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.user-head strong {
  font-size: 16px;
}

.user-head button {
  border: 0;
  border-radius: 8px;
  padding: 4px 7px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.user-head button:disabled {
  cursor: default;
  opacity: 1;
}

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

.user-stats div {
  border-radius: 8px;
  padding: 8px;
  background: white;
}

.user-stats dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
}

.user-stats dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.top-user-card.header-user-widget .user-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.top-user-card.header-user-widget .user-head strong {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-user-card.header-user-widget .user-head button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.top-user-card.header-user-widget {
  grid-template-rows: repeat(3, 1fr);
  align-content: stretch;
  gap: 0;
}

.top-user-card.header-user-widget .user-head {
  min-height: 0;
  border-bottom: 1px solid #eef2f6;
}

.top-user-card.header-user-widget .user-stats {
  grid-row: 2 / span 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 0;
  height: 100%;
}

.top-user-card.header-user-widget .user-stats div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  border-bottom: 1px solid #eef2f6;
  background: transparent;
}

.top-user-card.header-user-widget .user-stats div:last-child {
  border-bottom: 0;
}

.top-user-card.header-user-widget .attendance-stat {
  grid-column: 1 / -1;
}

.top-user-card.header-user-widget .attendance-stat dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

#attendanceCheckButton {
  min-height: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 6px;
  background: var(--soft-green);
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

#attendanceCheckButton:disabled {
  background: #f8fafc;
  color: var(--muted);
  cursor: default;
}

#userMessages {
  min-height: 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 6px;
  background: transparent;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
}

#userMessages.has-unread {
  border-color: #f4c8c1;
  background: var(--soft-red);
  color: var(--red);
}

#userMessages:disabled {
  color: var(--muted);
  cursor: default;
}

#attendanceStreak {
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.admin-panel[hidden] {
  display: none;
}

.admin-panel {
  display: grid;
  gap: 16px;
  max-width: 1180px;
  margin: 18px auto;
  padding: 0 28px;
}

.admin-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: white;
}

.admin-head h2 {
  margin: 2px 0 0;
  font-size: 24px;
}

.admin-home-button,
.admin-table button {
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  background: #f8fafc;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.admin-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #cfe0fb;
  border-radius: 8px;
  padding: 12px 14px;
  background: var(--soft-blue);
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.admin-notice span {
  color: var(--blue);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.admin-stats div,
.admin-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.admin-stats div {
  display: grid;
  gap: 4px;
  padding: 14px;
}

.admin-stats strong {
  font-size: 24px;
}

.admin-stats span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
  gap: 16px;
  align-items: start;
}

.admin-card {
  min-width: 0;
  overflow: hidden;
}

.admin-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
}

.admin-card-head h3 {
  margin: 0;
  font-size: 16px;
}

.admin-card-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 13px;
}

.admin-layout .admin-card:last-child .admin-table {
  min-width: 420px;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--line);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  background: #f8fafc;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.admin-table td {
  color: var(--ink);
  font-weight: 700;
}

.admin-title-cell {
  display: grid;
  gap: 3px;
  min-width: 180px;
}

.admin-title-cell small,
.admin-status-line {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 190px;
}

.admin-table button.is-active {
  border-color: #cfe0fb;
  background: var(--soft-blue);
  color: var(--blue);
}

.admin-table button.danger {
  border-color: #f4c8c1;
  background: var(--soft-red);
  color: var(--red);
}

.side-panel select {
  width: 100%;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: white;
}

.check-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.result-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.result-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.board-search-form {
  display: grid;
  grid-template-columns: minmax(150px, 220px) 58px;
  gap: 6px;
  align-items: center;
}

.board-search-form.has-board-write {
  grid-template-columns: minmax(150px, 220px) 58px 72px;
}

.board-search-form.is-bookmark-search {
  grid-template-columns: minmax(180px, 260px) minmax(160px, 180px) 58px;
}

.board-search-form[hidden] {
  display: none;
}

.board-search-form input {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  color: var(--ink);
}

.board-search-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(31, 95, 191, 0.12);
  outline: none;
}

.board-search-form select {
  min-width: 0;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 28px 0 10px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.board-search-form button {
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.board-search-form .board-write-button {
  background: #13795b;
}

.board-search-form .board-write-button:hover,
.board-search-form .board-write-button:focus-visible {
  background: #0f624a;
  outline: none;
}

.board-search-form .board-write-button[hidden] {
  display: none;
}

#resultCount {
  align-self: start;
  border-radius: 8px;
  padding: 7px 10px;
  background: var(--soft-blue);
  color: var(--blue);
  font-weight: 800;
}

.food-subcategory-filter {
  display: flex;
  gap: 7px;
  margin: -2px 0 14px;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid #dce7e2;
  border-radius: 12px;
  background: linear-gradient(135deg, #f4fbf8, #fffaf1);
  scrollbar-width: thin;
}

.food-subcategory-filter[hidden] {
  display: none;
}

.food-subcategory-filter button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #d5e2dd;
  border-radius: 999px;
  background: #fff;
  color: #40504a;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.food-subcategory-filter button:hover,
.food-subcategory-filter button:focus-visible {
  border-color: #13795b;
  color: #13795b;
  outline: none;
  transform: translateY(-1px);
}

.food-subcategory-filter button.is-active {
  border-color: #13795b;
  background: #13795b;
  color: #fff;
  box-shadow: 0 4px 12px rgba(19, 121, 91, .2);
}

.results {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
  max-height: 320px;
  overflow: auto;
}

.results > * {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
}

.home-briefing {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #f8fafc;
}

.briefing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.briefing-head h3 {
  color: var(--ink);
  font-size: 15px;
}

.briefing-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.home-briefing ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-briefing li {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.home-briefing strong {
  color: var(--blue);
  font-size: 12px;
}

.home-trend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.home-trend-box {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #f8fafc;
}

.home-trend-box h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 14px;
}

.home-trend-box ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trend-button {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 2px;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.trend-button strong,
.trend-button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trend-button strong {
  color: var(--ink);
  font-size: 12px;
}

.trend-button span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.trend-empty {
  display: grid;
  min-height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.home-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}

.home-info-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #f8fafc;
}

.home-info-box h3 {
  margin-bottom: 8px;
  font-size: 15px;
}

.home-info-box ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.photo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.photo-list span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border-radius: 8px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.recent-photo-button {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 64px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  background: white;
}

.recent-photo-button img {
  display: block;
  width: 100%;
  height: 64px;
  object-fit: cover;
}

.recent-update-button {
  display: grid;
  width: 100%;
  gap: 2px;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.recent-update-button strong {
  color: var(--ink);
  font-size: 13px;
}

.recent-update-button span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.result-ads {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.board-result-ads {
  display: none;
}

.board-inline-ad {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 110px;
  aspect-ratio: 1000 / 120;
  box-sizing: border-box;
  overflow: hidden;
  border-style: dashed;
}

.dashboard:not(.board-mode):not(.detail-mode) .board-inline-ad {
  min-height: 32px;
}

.board-inline-ad.is-managed-ad.has-ad-image {
  aspect-ratio: auto;
}

.board-inline-ad.is-managed-ad {
  border-style: solid;
}


.result-ads .ad-slot {
  min-height: 150px;
}

.result-card {
  display: grid;
  gap: 9px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.result-card-link {
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.result-card-link:hover,
.result-card-link:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 8px 18px rgba(31, 95, 191, 0.11);
  outline: none;
  transform: none;
}

.result-card-layout,
.result-card-copy {
  min-width: 0;
}

.result-card-copy {
  display: grid;
  gap: 9px;
}

.result-card.has-list-thumbnail .result-card-copy {
  position: relative;
  min-height: 108px;
  padding-right: 205px;
}

.result-top-tools {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  gap: 7px;
}

.result-card.has-list-thumbnail .result-top-tools {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.result-top-tools .badge {
  display: inline-flex;
  width: auto;
  min-width: 0;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
  white-space: nowrap;
}

.result-list-thumbnail {
  width: 154px;
  height: 100%;
  min-height: 108px;
  overflow: hidden;
  flex: 0 0 154px;
  border: 1px solid #e1e8ec;
  border-radius: 8px;
  background: #f3f6f7;
}

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

.listing-feature {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  padding: 7px;
}

.listing-feature-thumb,
.listing-feature-symbol {
  display: grid;
  width: 42px;
  height: 42px;
  overflow: hidden;
  place-items: center;
  border-radius: 9px;
  font-size: 10px;
  font-weight: 900;
}

.listing-feature-thumb img { width: 100%; height: 100%; object-fit: cover; }
.listing-feature-copy { display: grid; min-width: 0; gap: 3px; }
.listing-feature-copy b,
.listing-feature-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.listing-feature-copy b { color: var(--brand-navy); font-size: 12px; }
.listing-feature-copy small { color: var(--muted); font-size: 10px; }
.listing-feature em { border-radius: 999px; padding: 4px 7px; font-size: 9px; font-style: normal; font-weight: 900; white-space: nowrap; }

.listing-card-market { border-left: 4px solid var(--brand-coral); }
.market-feature { background: #fff5f1; }
.market-feature .listing-feature-thumb { background: #ffe2d9; color: #bd4529; }
.market-feature em { background: #ffe1d8; color: #b94026; }
.market-feature .listing-feature-copy b { color: #c4492c; font-size: 14px; }

.listing-card-business { border-left: 4px solid var(--brand-teal); }
.business-feature { background: #eff9f8; }
.business-feature .listing-feature-thumb { background: #d8f0ed; color: var(--brand-teal-dark); }
.business-feature em { background: #d8f0ed; color: var(--brand-teal-dark); }

.listing-card-jobs { border-left: 4px solid #3478c7; }
.jobs-feature { background: #f1f7ff; }
.jobs-feature .listing-feature-symbol { background: #dceafa; color: #285f9d; }
.jobs-feature em { background: #dceafa; color: #285f9d; }

.listing-card-property { border-left: 4px solid #c78900; }
.property-feature { background: #fff9e9; }
.property-feature .listing-feature-symbol { background: #f8e7b5; color: #8a5a00; font-size: 8px; }
.property-feature em { background: #f8e7b5; color: #8a5a00; }

@media (max-width: 360px) {
  .listing-feature { grid-template-columns: 38px minmax(0, 1fr); }
  .listing-feature-thumb,
  .listing-feature-symbol { width: 38px; height: 38px; }
  .listing-feature em { display: none; }
}

@media (max-width: 720px) {
  .result-card.has-list-thumbnail .result-card-copy {
    min-height: 92px;
    padding-right: 130px;
  }

  .result-list-thumbnail {
    width: 88px;
    min-height: 92px;
    flex-basis: 88px;
  }
}

.massage-ad-board {
  display: grid;
  gap: 12px;
}

.massage-ad-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #cfe0fb;
  border-radius: 8px;
  padding: 14px;
  background: var(--soft-blue);
}

.massage-ad-hero h3 {
  margin: 2px 0 4px;
  font-size: 18px;
}

.massage-ad-hero p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.massage-ad-actions a,
.massage-ad-actions span {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  padding: 0 12px;
  background: var(--blue);
  color: white;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.massage-ad-actions span {
  border-color: var(--line);
  background: #f8fafc;
  color: var(--ink);
}

.massage-ad-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}

.massage-small-banner-section { display:grid; gap:8px; margin-top:8px; }
.massage-small-banner-section h3 { margin:0; color:var(--ink); font-size:14px; }
.massage-small-banner-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.massage-small-banner { display:grid; grid-template-columns:58px minmax(0,1fr); align-items:center; gap:10px; min-height:58px; overflow:hidden; border:1px solid var(--line); border-radius:8px; padding:6px; background:#fff; cursor:pointer; }
.massage-small-banner:hover, .massage-small-banner:focus-visible { border-color:var(--blue); box-shadow:0 6px 14px rgba(31,95,191,.1); outline:none; }
.massage-small-banner img, .massage-small-banner-placeholder { width:58px; height:44px; border-radius:6px; object-fit:cover; }
.massage-small-banner-placeholder { display:grid; place-items:center; background:var(--soft-blue); color:var(--blue); font-size:11px; font-weight:900; }
.massage-small-banner span { display:grid; min-width:0; gap:3px; }
.massage-small-banner strong, .massage-small-banner small { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.massage-small-banner strong { color:var(--ink); font-size:13px; }
.massage-small-banner small { color:var(--muted); font-size:11px; }

.massage-ad-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 148 / 132;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.massage-ad-card:hover,
.massage-ad-card:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 8px 18px rgba(31, 95, 191, 0.11);
  outline: none;
  transform: translateY(-1px);
}

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

.massage-ad-media {
  position: relative;
  min-height: 150px;
  background: #e8edf5;
}

.massage-ad-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.massage-ad-placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  background: linear-gradient(135deg, #edf4ff, #fff7e8);
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.massage-ad-ribbon {
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(19, 121, 91, 0.94);
  color: white;
  font-size: 11px;
  font-weight: 900;
}

.massage-ad-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 2px;
  padding: 22px 8px 7px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.86));
  color: white;
}

.massage-ad-overlay strong,
.massage-ad-overlay span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.massage-ad-overlay strong {
  font-size: 12px;
  font-weight: 900;
}

.massage-ad-overlay span {
  font-size: 10px;
  font-weight: 800;
  opacity: 0.88;
}

.massage-ad-body {
  display: grid;
  gap: 10px;
  padding: 13px;
}

.massage-ad-body h3 {
  margin: 2px 0 6px;
  font-size: 18px;
}

.massage-ad-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.massage-ad-city {
  color: var(--blue) !important;
  font-size: 12px;
  font-weight: 900;
}

.massage-ad-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 0;
}

.massage-ad-info div {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  background: #f8fafc;
}

.massage-ad-info dt {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.massage-ad-info dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 800;
}

.massage-ad-actions {
  display: flex;
  justify-content: flex-end;
}

.massage-empty-card {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  border: 1px dashed #b9c4d3;
  border-radius: 8px;
  padding: 18px;
  background: #f8fafc;
  color: var(--muted);
}

.massage-empty-card strong {
  color: var(--ink);
}

.massage-detail-empty-image {
  display: grid;
  min-height: 180px;
  place-items: center;
  border: 1px dashed #b9c4d3;
  border-radius: 8px;
  background: #f8fafc;
  color: var(--muted);
  font-weight: 900;
}

.massage-detail-actions {
  display: flex;
  justify-content: flex-end;
}

.massage-detail-actions a,
.massage-detail-actions span {
  display: inline-grid;
  min-height: 38px;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 8px;
  padding: 0 14px;
  background: var(--blue);
  color: white;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.massage-detail-actions span {
  border-color: var(--line);
  background: #f8fafc;
  color: var(--ink);
}

.detail-card {
  gap: 14px;
}

.post-media {
  display: grid;
  gap: 8px;
}

.post-media-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-media-detail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.media-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.media-item img,
.media-item video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e8edf5;
}

.post-media-detail .media-item img,
.post-media-detail .media-item video {
  aspect-ratio: 16 / 10;
}

.media-video span {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  overflow: hidden;
  border-radius: 8px;
  padding: 5px 7px;
  background: rgba(15, 23, 42, 0.72);
  color: white;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-file {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 72px;
  padding: 10px;
  color: var(--ink);
}

.media-file-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.media-file span:not(.media-file-icon) {
  overflow: hidden;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-file small {
  grid-column: 2;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.media-more {
  display: grid;
  min-height: 72px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  color: var(--blue);
  font-weight: 800;
}

.detail-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.detail-owner-actions {
  display: flex;
  gap: 6px;
}

.detail-nav-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.detail-page-nav,
.detail-user-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.detail-back,
.detail-nav-actions button,
.detail-owner-actions button {
  justify-self: start;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 11px;
  background: #f8fafc;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.detail-nav-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.detail-bookmark-button.is-bookmarked,
.bookmark-list-remove {
  border-color: #f3c969 !important;
  background: #fff7d6 !important;
  color: #8a5a00 !important;
}

.bookmark-list-remove {
  min-height: 27px;
  border: 1px solid #f3c969;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
}

.detail-owner-actions .danger {
  border-color: #f4c8c1;
  background: var(--soft-red);
  color: var(--red);
}

.reply-button.report {
  border-color: #f1c27d !important;
  background: #fff7e8 !important;
  color: #9a5a00 !important;
}

.detail-body {
  display: grid;
  gap: 10px;
}

.detail-body p {
  margin: 0;
  color: var(--ink);
  line-height: 1.65;
}

.business-detail-panel { display: grid; gap: 12px; border: 1px solid #cfe0fb; border-radius: 10px; padding: 14px; background: #f8fbff; }
.business-detail-panel h4 { margin: 0; color: var(--blue-dark); font-size: 17px; }
.business-detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; }
.business-detail-list div { min-width: 0; border-radius: 8px; padding: 10px; background: #fff; }
.business-detail-list dt { margin-bottom: 4px; color: var(--muted); font-size: 12px; font-weight: 800; }
.business-detail-list dd { margin: 0; overflow-wrap: anywhere; font-weight: 800; }
.business-detail-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.business-detail-actions a,
.business-detail-actions button { min-height: 40px; border: 1px solid #b9cbe4; border-radius: 8px; padding: 9px 14px; background: #fff; color: var(--blue-dark); font-weight: 800; }
.business-detail-actions .primary { border-color: var(--green); background: var(--green); color: #fff; }
.business-detail-note { margin: 0; color: var(--muted); font-size: 12px; }
.business-location-section {
  display: grid;
  gap: 9px;
  margin-top: 4px;
  border-top: 2px solid var(--blue);
  padding-top: 14px;
}
.business-location-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.business-location-heading a {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}
.business-location-map {
  display: grid;
  width: 100%;
  height: clamp(280px, 45vw, 520px);
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #edf2f7;
  color: var(--muted);
  font-size: 13px;
}
.business-location-map.is-unavailable {
  height: 120px;
  padding: 20px;
  text-align: center;
}

.badge.stale-business {
  border-color: #f1c27d;
  background: #fff7e8;
  color: #9a5a00;
}

.detail-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
}

.detail-info div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #f8fafc;
}

.detail-info dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.detail-info dd {
  margin: 0;
  font-weight: 800;
}

.result-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.result-top h3 {
  margin-bottom: 5px;
  font-size: 17px;
}

.meta,
.desc {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.badge {
  border-radius: 8px;
  padding: 5px 8px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.badge.hot {
  background: var(--soft-red);
  color: var(--red);
}

.badge.comment-count {
  background: var(--soft-green);
  color: var(--green);
}

.badge.resolved {
  background: var(--soft-green);
  color: var(--green);
}

.badge.pending {
  background: #fff7ed;
  color: #c2410c;
}

.comments-panel {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.comments-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.comments-head h4 {
  margin: 0;
  font-size: 16px;
}

.comments-head span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.comment-list {
  display: grid;
  gap: 8px;
}

.comment-item,
.comment-empty,
.comment-login {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.comment-item {
  display: grid;
  gap: 7px;
  padding: 11px;
}

.comment-item.is-accepted {
  border-color: #9ad5b3;
  background: #f3fbf6;
}

.comment-reply {
  background: #fff;
}

.reply-list {
  display: grid;
  gap: 8px;
  margin-left: 18px;
  padding-left: 12px;
  border-left: 2px solid #dbe7fb;
}

.comment-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.comment-head strong {
  font-size: 13px;
}

.comment-author-line {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.accepted-answer-badge {
  border-radius: 999px;
  padding: 2px 7px;
  background: var(--soft-green);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.comment-head time {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.comment-item p,
.comment-empty {
  margin: 0;
  color: var(--ink);
  line-height: 1.55;
  white-space: pre-wrap;
}

.comment-empty {
  padding: 12px;
  color: var(--muted);
}

.reply-button {
  justify-self: start;
  min-height: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 9px;
  background: #fff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.comment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.reply-button.danger {
  border-color: #f4c8c1;
  background: var(--soft-red);
  color: var(--red);
}

.reply-button.accept {
  border-color: #bde8cc;
  background: var(--soft-green);
  color: var(--green);
}

.reply-button.accept.is-active {
  background: var(--green);
  color: #fff;
}

.reply-button.comment-like {
  border-color: #f1c9d0;
  color: #b4234d;
}

.reply-button.comment-like b {
  min-width: 1ch;
  font-size: inherit;
}

.reply-button.comment-like.is-active {
  border-color: #e84872;
  background: #fff0f4;
  color: #d92d5b;
}

.comment-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  align-items: end;
  gap: 8px;
}

.reply-form {
  grid-template-columns: minmax(0, 1fr) auto;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

.comment-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.comment-form textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  color: var(--ink);
  line-height: 1.5;
}

.comment-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(31, 95, 191, 0.12);
  outline: none;
}

.comment-form button,
.comment-login button {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
}

.reply-actions {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 6px;
}

.reply-actions .reply-cancel {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.comment-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.map-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.map-head {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

#mapSummary {
  align-self: start;
  border-radius: 8px;
  padding: 7px 10px;
  background: var(--soft-red);
  color: var(--red);
  font-weight: 800;
}

.business-tabs {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 10px;
  right: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
  gap: 6px;
}

.business-tabs button {
  min-width: 0;
  min-height: 32px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.14);
  padding: 0 6px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.business-tabs button:hover,
.business-tabs button:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  outline: none;
}

.business-map-wrap {
  position: relative;
}

.business-map {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background-color: #e8f1ed;
  background-image: linear-gradient(rgba(22, 112, 90, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 112, 90, .08) 1px, transparent 1px), radial-gradient(circle at 52% 45%, #d3e5d9 0 18%, transparent 19%);
  background-size: 42px 42px, 42px 42px, 100% 100%;
}

.business-map.google-map-active {
  display: block;
}

.map-viewport-search {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 20;
  min-height: 38px;
  transform: translateX(-50%);
  border: 1px solid #087f70;
  border-radius: 999px;
  padding: 0 18px;
  background: #fff;
  color: #087f70;
  box-shadow: 0 5px 18px rgba(15, 55, 82, .22);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.map-viewport-search:hover,
.map-viewport-search:focus-visible {
  background: #087f70;
  color: #fff;
  outline: none;
}

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

.business-map.mobile-fallback-map::before {
  content: "필리핀 업체 위치";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, .9);
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.map-loading {
  display: grid;
  min-height: 120px;
  place-items: center;
  padding: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.map-load-prompt {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  max-width: 440px;
  gap: 10px;
  padding: 28px;
  text-align: center;
}

.map-load-prompt strong {
  color: var(--ink);
  font-size: 20px;
}

.map-load-prompt span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.map-load-prompt button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.map-load-prompt button:hover,
.map-load-prompt button:focus-visible {
  filter: brightness(.92);
  outline: 3px solid rgba(22, 112, 90, .2);
}

.google-map-error .map-loading {
  color: var(--red);
}

.map-pin {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50% 50% 50% 5px;
  padding: 0 0 5px;
  background: var(--marker-color, #596875);
  color: var(--marker-color, #596875);
  box-shadow: 0 5px 12px rgba(31, 41, 51, 0.27);
  cursor: pointer;
  font-size: 14px;
  transform: translate(-50%, -100%) rotate(-45deg);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.map-pin-glyph {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(45deg);
}

.map-pin:hover,
.map-pin:focus-visible {
  box-shadow: 0 10px 24px rgba(31, 41, 51, 0.32);
  outline: none;
  transform: translate(-50%, -100%) rotate(-45deg) scale(1.1);
}

.map-info-card {
  position: absolute;
  z-index: 3;
  display: grid;
  width: min(240px, calc(100% - 24px));
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(31, 41, 51, 0.22);
  color: var(--ink);
  cursor: pointer;
  padding: 12px;
  text-align: left;
  transform: translate(-50%, calc(-100% - 20px));
}

.map-info-thumbnail {
  display: block;
  width: 100%;
  height: 112px;
  margin-bottom: 8px;
  border-radius: 7px;
  object-fit: cover;
  background: #eef2f6;
}

.google-map-info-card {
  width: min(240px, 70vw);
  overflow: hidden;
}

.map-info-card strong,
.map-info-card span,
.map-info-card small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.map-info-card strong {
  font-size: 14px;
}

.map-info-card span {
  color: var(--muted);
  font-size: 12px;
}

.map-info-card small {
  color: var(--muted);
  font-size: 12px;
}

.google-map-info-card {
  position: static;
  width: 220px;
  border: 0;
  box-shadow: none;
  transform: none;
}

.map-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.board-grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0 28px 36px;
}

.board-grid article {
  padding: 16px;
}

.board-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-home-shortcuts,
.mobile-important-notice,
.mobile-market-section,
.mobile-bottom-nav,
.mobile-quick-banner,
.mobile-menu-toggle,
.mobile-live-summary,
.mobile-trend-tabs,
.mobile-latest-panel {
  display: none;
}

@media (max-width: 1550px) {
  .header-side-ads {
    display: none;
  }
}

@media (max-width: 1050px) {

  .masthead,
  .dashboard,
  .dashboard.board-mode,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .category-nav {
    width: auto;
    max-width: none;
    margin: 0;
    justify-content: center;
  }

  .dashboard.board-mode .result-panel {
    grid-column: auto;
  }

  .dashboard.detail-mode .result-panel {
    grid-column: 1;
  }

  .dashboard.detail-mode .detail-side-ads {
    display: none;
  }

  .business-map {
    min-height: 440px;
  }

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

@media (max-width: 720px) {
  :root {
    --mobile-teal: #078b87;
    --mobile-navy: #12365f;
  }

  body {
    padding-bottom: 76px;
    background: #fff;
  }

  .site-header {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 12px rgba(18, 54, 95, 0.08);
  }

  .header-side-ads-right {
    display: none;
  }

  .header-info-widget.info-widget {
    display: none;
  }

  .header-info-widget.info-widget div {
    display: none;
    min-height: 0;
    border: 0;
    padding: 0;
  }

  .header-info-widget.info-widget div:nth-child(1),
  .header-info-widget.info-widget div:nth-child(3) {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #4b5563;
    font-size: 11px;
    white-space: nowrap;
  }

  .header-info-widget.info-widget div:nth-child(1)::after {
    content: "•";
    margin-left: 7px;
    color: #a3abb5;
  }

  .header-info-widget.info-widget strong {
    font-size: 11px;
  }

  .header-user-widget {
    display: none !important;
  }

  .utility,
  .masthead,
  .category-nav,
  .ad-strip,
  .dashboard,
  .admin-panel,
  .board-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility {
    display: none;
  }

  .masthead {
    grid-template-columns: minmax(108px, 1fr) auto 38px;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .mobile-live-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    color: #4b5563;
    font-size: 10px;
    white-space: nowrap;
  }

  .mobile-live-summary span,
  .mobile-live-summary b {
    font-weight: 700;
  }

  .mobile-live-summary i {
    color: #a3abb5;
    font-style: normal;
  }

  .mobile-menu-toggle {
    display: grid;
    width: 38px;
    height: 38px;
    place-content: center;
    gap: 5px;
    border: 0;
    border-radius: 10px;
    background: transparent;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background: #26323d;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px 13px 13px 5px;
    font-size: 13px;
  }

  .brand strong {
    color: var(--mobile-navy);
    font-size: 25px;
  }

  .brand small,
  .post-button {
    display: none;
  }

  .main-search {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 64px;
    order: 3;
    border-color: var(--mobile-teal);
    border-radius: 16px;
  }

  .main-search input {
    min-height: 48px;
  }

  .main-search button {
    min-height: 48px;
    background: var(--mobile-teal);
  }

  .category-nav {
    display: none;
  }

  .board-grid {
    display: none;
  }

  .category-nav.mobile-open {
    position: absolute;
    top: 100%;
    right: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    max-height: calc(100vh - 125px);
    margin: 0;
    overflow-y: auto;
    border: 1px solid #dbe3ea;
    border-radius: 16px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(18, 54, 95, 0.18);
  }

  .category-nav.mobile-open .category-break {
    display: none;
  }

  .category-nav.mobile-open .mobile-map-menu,
  .category-nav.mobile-open .mobile-marketing-menu {
    display: block;
  }

  .marketing-agency-modal { padding: 10px; }
  .marketing-agency-dialog { max-height: calc(100vh - 20px); border-radius: 12px; }
  .marketing-agency-hero { margin: 12px 12px 9px; padding: 13px; }
  .marketing-agency-hero strong { font-size: 16px; }
  .marketing-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 12px 9px; }
  .marketing-package-row { grid-template-columns: 1fr; margin: 0 12px; }
  .marketing-agency-form { padding-right: 12px; padding-left: 12px; }
  .marketing-service-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .mobile-home-shortcuts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 18px 16px 12px;
    background: #fff;
  }

  .mobile-market-section {
    display: grid;
    gap: 10px;
    margin: 12px 16px;
    border: 1px solid #c8e4d5;
    border-radius: 16px;
    padding: 14px;
    background: linear-gradient(145deg, #f1fbf5, #fff);
  }

  .mobile-market-section[hidden] { display: none; }

  .mobile-market-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .mobile-market-head div { display: grid; gap: 2px; }
  .mobile-market-head strong { font-size: 18px; color: #123f31; }
  .mobile-market-head span { color: var(--muted); font-size: 11px; }
  .mobile-market-head button,
  .mobile-market-write {
    min-height: 34px;
    border: 0;
    border-radius: 9px;
    padding: 0 12px;
    background: var(--mobile-teal);
    color: white;
    font-size: 12px;
    font-weight: 900;
  }

  .mobile-market-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .mobile-market-item {
    display: grid;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0;
    background: white;
    color: var(--ink);
    text-align: left;
  }

  .mobile-market-thumb {
    display: grid;
    height: 92px;
    place-items: center;
    overflow: hidden;
    background: #e8f2ed;
    color: var(--muted);
    font-size: 11px;
  }

  .mobile-market-thumb img { width: 100%; height: 100%; object-fit: cover; }
  .mobile-market-copy { display: grid; gap: 3px; padding: 9px; }
  .mobile-market-copy strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-market-copy b { color: #d14d35; font-size: 13px; }
  .mobile-market-copy small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-market-empty { grid-column: 1 / -1; margin: 0; padding: 16px; color: var(--muted); text-align: center; }
  .mobile-market-write { width: 100%; background: #ff6b4a; }

  .mobile-quick-banner.ad-slot {
    display: grid;
    width: calc(100% - 32px);
    min-height: 0;
    max-height: none;
    aspect-ratio: 720 / 140;
    margin: 14px 16px 0;
    overflow: hidden;
    border-radius: 14px;
  }

  .mobile-quick-banner .managed-ad-content,
  .mobile-quick-banner .managed-ad-image {
    width: 100%;
    height: 100%;
  }

  .mobile-quick-banner .managed-ad-image {
    object-fit: contain;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .board-inline-ad {
    min-height: max(40px, calc((100vw - 32px) * 0.12));
  }

  .mobile-home-shortcuts a {
    display: grid;
    min-width: 0;
    min-height: 78px;
    place-items: center;
    gap: 5px;
    border: 1px solid #dbe3ea;
    border-radius: 16px;
    padding: 10px 3px;
    box-shadow: 0 3px 10px rgba(18, 54, 95, 0.04);
    color: #202a35;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
  }

  .mobile-home-shortcuts a span {
    color: var(--mobile-teal);
    font-size: 22px;
    line-height: 1;
  }

  .mobile-important-notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    margin: 2px 16px 12px;
    border: 1px solid #ffc9c0;
    border-radius: 14px;
    padding: 13px;
    background: #fff8f6;
    font-size: 12px;
  }

  .mobile-important-notice strong {
    color: #f04c36;
    font-size: 14px;
  }

  .mobile-important-notice span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-important-notice b {
    font-size: 24px;
    font-weight: 400;
  }

  .dashboard {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 0;
  }

  .side-panel {
    display: none;
  }

  .result-panel {
    order: 1;
    border-radius: 16px;
    padding: 12px;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .map-panel {
    display: flex;
    order: 2;
    width: 100%;
    min-width: 0;
    align-self: stretch;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 12px;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .business-map {
    min-height: 360px;
  }

  .map-panel .map-ad,
  .map-panel .ad-row,
  .map-note {
    display: none;
  }

  .business-map-wrap {
    position: relative;
    display: grid;
    width: 100%;
    min-width: 0;
    gap: 0;
    overflow: hidden;
    border-radius: 12px;
  }

  .business-tabs {
    position: absolute;
    top: 10px;
    right: 44px;
    left: 44px;
    z-index: 5;
    display: flex;
    width: auto;
    min-width: 0;
    gap: 7px;
    box-sizing: border-box;
    padding: 2px 16px 7px 2px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .business-tabs::-webkit-scrollbar {
    display: none;
  }

  .business-tabs button {
    min-width: max-content;
    min-height: 38px;
    flex: 0 0 auto;
    border-color: rgba(205, 216, 226, 0.95);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 4px 12px rgba(18, 54, 95, 0.18);
    scroll-snap-align: start;
    padding: 0 14px;
    font-size: 12px;
    backdrop-filter: blur(5px);
    touch-action: pan-x;
  }

  .business-tabs-arrow {
    position: absolute;
    z-index: 7;
    top: 16px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid #b9d8d5;
    border-radius: 50%;
    padding: 0;
    background: rgba(255, 255, 255, 0.96);
    color: var(--brand-teal-dark);
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(18, 54, 95, 0.16);
  }

  .business-tabs-prev { left: 10px; }
  .business-tabs-next { right: 10px; }
  .business-tabs-arrow:disabled { opacity: 0.36; box-shadow: none; }

  .business-map {
    width: 100%;
    height: 360px;
    min-height: 360px;
    scroll-margin-top: 64px;
    border-radius: 12px;
  }

  .home-briefing {
    padding: 11px;
    border-color: #ffc9c0;
    background: #fff8f6;
  }

  .home-trend-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mobile-trend-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #dbe3ea;
  }

  .mobile-trend-tabs button {
    min-height: 42px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #68727d;
    font-weight: 800;
  }

  .mobile-trend-tabs button[aria-selected="true"] {
    border-bottom-color: var(--mobile-teal);
    color: var(--mobile-teal);
  }

  .home-trend-box {
    border-radius: 12px;
    background: #fff;
  }

  .home-coupon-box {
    display: none;
  }

  .home-trend-box[hidden],
  .mobile-latest-panel[hidden] {
    display: none;
  }


  .mobile-latest-panel {
    display: block;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px;
    background: #fff;
  }

  .mobile-latest-panel h3 {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .mobile-latest-panel ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .home-result-ads {
    grid-template-columns: 1fr;
  }

  .home-result-ads .ad-slot + .ad-slot {
    display: none;
  }

  .mobile-bottom-nav {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 68px;
    border-top: 1px solid #dbe3ea;
    padding: 6px 8px max(6px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -5px 20px rgba(18, 54, 95, 0.08);
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    display: grid;
    place-items: center;
    gap: 2px;
    border: 0;
    padding: 3px;
    background: transparent;
    color: #5b6570;
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-bottom-nav span {
    color: var(--mobile-teal);
    font-size: 20px;
  }

  .mobile-bottom-nav a b {
    font: inherit;
  }

  .mobile-bottom-nav button {
    width: 62px;
    height: 62px;
    place-self: center;
    margin-top: -24px;
    border-radius: 50%;
    background: #ff5a45;
    color: #fff;
    box-shadow: 0 6px 16px rgba(255, 90, 69, 0.3);
  }

  .mobile-bottom-nav button span {
    color: #fff;
  }

  .section-head,
  .result-title-row,
  .board-search-form,
  .board-search-form.has-board-write {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .board-search-form.is-bookmark-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px 52px;
    gap: 5px;
    width: 100%;
  }

  .board-search-form.is-bookmark-search input,
  .board-search-form.is-bookmark-search select {
    min-width: 0;
    width: 100%;
  }

  .board-search-form.is-bookmark-search select {
    padding-right: 24px;
    padding-left: 8px;
    white-space: nowrap;
  }

  .ad-strip,
  .write-grid,
  .post-media-detail,
  .home-trend-grid,
  .board-grid,
  .admin-stats,
  .detail-info {
    grid-template-columns: 1fr;
  }

  .admin-head,
  .admin-notice,
  .admin-card-head {
    align-items: stretch;
    flex-direction: column;
  }

  .write-media-preview,
  .post-media-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .write-attachment-head {
    flex-wrap: wrap;
  }

  #writeMediaStatus {
    width: 100%;
    margin-left: 0;
  }

  .detail-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .massage-ad-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .massage-ad-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }

  .massage-small-banner-list {
    grid-template-columns: 1fr;
  }

  .detail-nav-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .detail-nav-actions .detail-chat-button {
    grid-column: span 2;
  }

  .detail-nav-actions:has(.detail-page-nav) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .detail-page-nav,
  .detail-user-actions {
    display: grid;
    gap: 6px;
  }

  .detail-page-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-user-actions {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.55fr) minmax(0, 0.7fr);
  }

  .detail-page-nav button,
  .detail-user-actions button {
    width: 100%;
    min-width: 0;
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .detail-user-actions .detail-chat-button {
    grid-column: auto;
  }

  .detail-owner-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .comment-form {
    grid-template-columns: 1fr;
  }

  .reply-form,
  .reply-actions {
    grid-template-columns: 1fr;
  }

  .reply-list {
    margin-left: 8px;
    padding-left: 10px;
  }

  .comment-login {
    align-items: stretch;
    flex-direction: column;
  }

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

  .top-verified-row {
    grid-row: auto;
    grid-column: auto;
  }

  .business-map {
    min-height: 360px;
  }
}

@media (max-width: 430px) {
  .business-detail-list { grid-template-columns: 1fr; }
  .business-detail-actions { display: grid; grid-template-columns: repeat(2, 1fr); }
  .business-detail-actions a,
  .business-detail-actions button { display: grid; place-items: center; text-align: center; }

  .masthead {
    grid-template-columns: minmax(102px, 1fr) auto 36px;
    gap: 7px;
  }

  .brand {
    gap: 7px;
  }

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

  .mobile-live-summary {
    gap: 3px;
    font-size: 9px;
  }

  .mobile-menu-toggle {
    width: 36px;
    height: 36px;
  }

  .mobile-home-shortcuts {
    gap: 8px;
  }

  .mobile-home-shortcuts a {
    min-height: 74px;
    font-size: 11px;
  }

  .result-card h3,
  .trend-button strong,
  .recent-update-button strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .masthead,
  .dashboard,
  .admin-panel {
    padding-right: 12px;
    padding-left: 12px;
  }

  .masthead {
    grid-template-columns: minmax(94px, 1fr) auto 34px;
    gap: 5px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .brand strong {
    font-size: 20px;
  }

  .mobile-live-summary span:first-child {
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-quick-banner.ad-slot {
    width: calc(100% - 24px);
    min-height: 0;
    margin-right: 12px;
    margin-left: 12px;
  }

  .mobile-home-shortcuts {
    padding-right: 12px;
    padding-left: 12px;
  }

  .mobile-important-notice {
    margin-right: 12px;
    margin-left: 12px;
  }

  .category-nav.mobile-open {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 350px) {
  .masthead {
    grid-template-columns: minmax(86px, 1fr) auto 32px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .brand {
    gap: 5px;
  }

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

  .brand strong {
    font-size: 18px;
  }

  .mobile-live-summary {
    font-size: 8px;
  }

  .mobile-live-summary span:first-child {
    max-width: 50px;
  }

  .mobile-menu-toggle,
  .mobile-menu-toggle span {
    width: 30px;
  }

  .mobile-home-shortcuts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-home-shortcuts a {
    min-height: 70px;
  }

  .main-search {
    grid-template-columns: minmax(0, 1fr) 54px;
  }

  .main-search input {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    font-size: 10px;
  }
}

@media (max-width: 720px) and (orientation: landscape) and (max-height: 500px) {
  .site-header {
    position: relative;
  }

  .mobile-home-shortcuts {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .mobile-home-shortcuts a {
    min-height: 66px;
  }

  .category-nav.mobile-open {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-height: calc(100vh - 100px);
  }
}
.auth-help-button {
  border: 0;
  background: transparent;
  color: #2563eb;
  cursor: pointer;
  padding: 2px 0;
  text-align: left;
  font: inherit;
  font-size: 13px;
}

.auth-help-button:hover {
  text-decoration: underline;
}

/* 최종 테마 오버라이드 */
body {
  background:
    radial-gradient(circle at 8% 8%, rgba(10, 145, 136, 0.055), transparent 24%),
    radial-gradient(circle at 94% 18%, rgba(247, 201, 72, 0.07), transparent 22%),
    #f7f9fb;
}

.post-button,
.board-write-button {
  background: linear-gradient(135deg, #ff704d, #ef4f3b);
  box-shadow: 0 5px 13px rgba(239, 79, 59, 0.2);
}

.side-panel { background: linear-gradient(180deg, #fbfcff, #f7f9fd); }
.map-panel {
  border-color: #cde8e6;
  background: linear-gradient(180deg, #f2fbfa 0, #fff 34%);
}
.home-briefing {
  border-color: #ffd2c6;
  background: linear-gradient(135deg, #fff8f5, #fffdf8);
}
.home-trend-box:nth-of-type(1) { border-color: #f2dda0; background: linear-gradient(145deg, #fff9e9, #fffdf7); }
.home-trend-box:nth-of-type(2) { border-color: #bfe3ee; background: linear-gradient(145deg, #eefaff, #fbfeff); }
.home-trend-box:nth-of-type(3) { border-color: #ddd2f3; background: linear-gradient(145deg, #f7f3ff, #fdfbff); }
.home-trend-box.home-popular-box { border-color: #bfe3ee; background: linear-gradient(145deg, #eefaff, #fbfeff); }
.home-trend-box.home-popular-box h3 { color: #176b86; }
.home-trend-box.home-market-box { border-color: #f4c7b9; background: linear-gradient(145deg, #fff4ef, #fffdfb); }
.home-trend-box.home-market-box h3 { color: #b84b30; }
.home-trend-box.home-coupon-box { border-color: #f2dda0; background: linear-gradient(145deg, #fff9e9, #fffdf7); }
.home-trend-box.home-coupon-box h3 { color: #9a6700; }

@media (max-width: 720px) {
  body { background: #f5f8fa; }
  .mobile-latest-panel { border-color: #c8e4d5; background: linear-gradient(145deg, #f1fbf5, #fff); }

  /* Mobile masthead: live information stays readable above the search row. */
  .masthead {
    grid-template-columns: auto minmax(0, 1fr) auto auto auto;
    gap: 6px;
    padding: 8px 10px;
  }

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

  .brand-mark {
    width: 31px;
    height: 31px;
    border-radius: 10px 10px 10px 4px;
    font-size: 10px;
  }

  .brand strong {
    font-size: 15px;
    letter-spacing: -0.7px;
    white-space: nowrap;
  }

  .mobile-live-summary {
    position: static;
    grid-column: 2 / 5;
    grid-row: 1;
    display: flex;
    overflow: hidden;
    justify-content: flex-end;
    font-size: 9px;
    text-overflow: ellipsis;
  }

  .main-search {
    grid-column: 1 / 4;
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr) 42px;
    order: initial;
    min-height: 38px;
    border-width: 1.5px;
    border-radius: 10px;
  }

  .main-search input {
    min-height: 36px;
    padding: 0 7px;
    font-size: 11px;
  }

  .main-search button {
    min-height: 36px;
    font-size: 11px;
  }

  .post-button {
    grid-column: 4;
    grid-row: 2;
    display: block;
    width: 43px;
    min-height: 38px;
    border-radius: 10px;
    font-size: 11px;
    box-shadow: none;
  }

  .mobile-language-toggle {
    grid-column: 5;
    grid-row: 2;
    display: block;
    width: 50px;
    min-height: 38px;
    border: 1px solid #b9dcd9;
    border-radius: 10px;
    padding: 0 3px;
    background: #eff9f8;
    color: var(--brand-teal-dark);
    font-size: 9px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
  }

  .mobile-language-toggle[aria-pressed="true"] {
    border-color: #bfcfe2;
    background: #eef4fb;
    color: var(--mobile-navy);
  }

  .mobile-menu-toggle {
    grid-column: 5;
    grid-row: 1;
    width: 31px;
    height: 38px;
  }

  .mobile-menu-toggle span {
    width: 23px;
  }
}

@media (max-width: 360px) {
  .masthead {
    gap: 4px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .brand {
    gap: 3px;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
    font-size: 9px;
  }

  .brand strong {
    font-size: 13px;
  }

  .main-search {
    grid-template-columns: minmax(0, 1fr) 36px;
  }

  .main-search input {
    padding: 0 5px;
    font-size: 10px;
  }

  .post-button {
    width: 39px;
    font-size: 10px;
  }

  .mobile-language-toggle {
    width: 45px;
    font-size: 8px;
  }

  .mobile-menu-toggle {
    width: 27px;
  }

  .mobile-menu-toggle span {
    width: 21px;
  }
}

/* 포도코 브랜드 디자인 시스템 */
:root {
  --brand-teal: #078b87;
  --brand-teal-dark: #056b68;
  --brand-sun: #f5bd32;
  --brand-coral: #f06445;
  --brand-navy: #17375e;
  --brand-ivory: #fffaf0;
  --bg: #f6f8f7;
  --surface: #ffffff;
  --ink: #17324d;
  --muted: #637487;
  --line: #d9e4e5;
  --blue: var(--brand-teal);
  --blue-dark: var(--brand-navy);
  --green: var(--brand-teal-dark);
  --red: var(--brand-coral);
  --soft-blue: #eaf7f6;
  --soft-green: #edf8f2;
  --soft-red: #fff1ed;
}

body {
  background:
    radial-gradient(circle at 5% 5%, rgba(7, 139, 135, 0.08), transparent 23%),
    radial-gradient(circle at 96% 9%, rgba(245, 189, 50, 0.10), transparent 21%),
    linear-gradient(180deg, #fbfcfa 0, #f5f8f7 520px);
}

.site-header {
  border-bottom: 1px solid rgba(7, 139, 135, 0.24);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 7px 24px rgba(23, 55, 94, 0.07);
}

.side-panel,
.result-panel,
.map-panel {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(23, 55, 94, 0.07);
}

.side-panel {
  border-color: #e4dfcf;
  background: linear-gradient(180deg, #fffdf7, #ffffff 38%);
}

.result-panel {
  border-color: #dce6ea;
  background: rgba(255, 255, 255, 0.98);
}

.map-panel {
  border-color: #bfe2df;
  background: linear-gradient(180deg, #edf9f7 0, #fff 30%);
}

.section-head h2,
.home-info-box h3 {
  color: var(--brand-navy);
}

.section-head h2 {
  position: relative;
  padding-left: 12px;
}

.section-head h2::before {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand-teal), var(--brand-sun));
  content: "";
}

.home-info-box {
  border-color: #e3e8e4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 13px rgba(23, 55, 94, 0.045);
}

.result-card {
  border-color: #e1e8ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 11px rgba(23, 55, 94, 0.045);
}

.result-card-link:hover,
.result-card-link:focus-visible {
  border-color: rgba(7, 139, 135, 0.55);
  box-shadow: 0 9px 22px rgba(7, 139, 135, 0.12);
  transform: translateY(-1px);
}

.ad-slot {
  border-color: #e5c66e;
  border-radius: 11px;
  background: linear-gradient(145deg, #fff7dc, #fffdf4);
  color: #8a5b00;
}

.header-side-ad.is-managed-ad,
.ad-slot.is-managed-ad {
  border-color: #b9dfdc;
  background: #edf8f7;
  color: var(--brand-teal-dark);
}

.post-button,
.board-write-button,
.write-submit {
  background: linear-gradient(135deg, #f77a57, var(--brand-coral));
  color: #fff;
  box-shadow: 0 5px 14px rgba(240, 100, 69, 0.22);
}

.main-search {
  border-color: var(--brand-teal);
  box-shadow: 0 4px 13px rgba(7, 139, 135, 0.09);
}

.main-search button {
  background: linear-gradient(135deg, #0a9994, var(--brand-teal));
}

.badge.hot {
  border-color: #ffc8b8;
  background: #fff1ec;
  color: #c74628;
}

@media (max-width: 720px) {
  body { background: #f5f8f7; }
  .result-panel,
  .map-panel { border-radius: 16px; }
  .result-card { border-radius: 11px; }
}

.podoko-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1440px, calc(100% - 56px));
  margin: 18px auto 0;
  overflow: hidden;
  border: 1px solid #b9dfdc;
  border-radius: 18px;
  padding: 18px 24px;
  background: radial-gradient(circle at 88% 15%, rgba(245, 189, 50, 0.28), transparent 22%), linear-gradient(115deg, #e9f8f6 0, #f8fffd 56%, #fff8df 100%);
  box-shadow: 0 9px 25px rgba(7, 139, 135, 0.10);
}

.podoko-hero::after {
  position: absolute;
  right: -35px;
  bottom: -75px;
  width: 210px;
  height: 150px;
  border: 24px solid rgba(7, 139, 135, 0.07);
  border-radius: 50%;
  content: "";
}

.podoko-hero[hidden] { display: none; }
.podoko-hero-copy { position: relative; z-index: 1; min-width: 0; }
.podoko-hero-visual { position: absolute; right: -5px; bottom: -7px; width: 205px; max-height: 125px; object-fit: contain; opacity: 0.34; pointer-events: none; }
.podoko-hero-eyebrow { display: block; margin-bottom: 5px; color: var(--brand-teal-dark); font-size: 10px; font-weight: 900; letter-spacing: 1.3px; }
.podoko-hero-eyebrow i { color: #d59600; font-size: 12px; font-style: normal; }
.podoko-hero h1 { margin: 0; color: var(--brand-navy); font-size: clamp(20px, 2vw, 28px); letter-spacing: -1.1px; }
.podoko-hero p { margin: 7px 0 0; color: #526b7d; font-size: 13px; }

.podoko-hero-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
}

.podoko-hero-links a {
  border: 1px solid rgba(7, 139, 135, 0.24);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand-teal-dark);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 3px 9px rgba(23, 55, 94, 0.05);
}
.podoko-hero-links a i { display: inline-grid; width: 17px; height: 17px; margin-right: 4px; place-items: center; border-radius: 6px; background: #e4f5f3; color: var(--brand-teal-dark); font-size: 9px; font-style: normal; vertical-align: -1px; }
.podoko-hero-links a:nth-child(2) i { background: #fff0d1; color: #9a6700; }
.podoko-hero-links a:nth-child(3) i { background: #e6eef8; color: #315e91; }
.podoko-hero-links a:nth-child(4) i { background: #ffe8e1; color: #c74628; }

.podoko-hero-links a:hover,
.podoko-hero-links a:focus-visible { border-color: var(--brand-coral); color: #c74628; outline: none; }

.daily-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-bottom: 10px; }
.daily-info-card { display: flex; align-items: center; min-width: 0; gap: 8px; border: 1px solid #dce7e7; border-radius: 12px; padding: 9px; background: #fff; box-shadow: 0 3px 10px rgba(23, 55, 94, 0.045); }
.daily-info-card > div { display: grid; min-width: 0; gap: 2px; }
.daily-info-card small { overflow: hidden; color: var(--muted); font-size: 10px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.daily-info-card strong { overflow: hidden; color: var(--brand-navy); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.daily-info-icon { display: grid; flex: 0 0 31px; width: 31px; height: 31px; place-items: center; border-radius: 10px; font-size: 15px; font-weight: 900; }
.weather-card { border-color: #f1dda3; background: #fffaf0; }
.weather-card .daily-info-icon { background: #ffe8a3; color: #9a6700; }
.exchange-card { border-color: #bde1de; background: #f1fbfa; }
.exchange-card .daily-info-icon { background: #d8f1ee; color: var(--brand-teal-dark); }
.business-card { border-color: #cbdff0; background: #f4f9fd; }
.business-card .daily-info-icon { background: #deedf8; color: #27668e; }
.safety-card { border-color: #ffd0c5; background: #fff5f2; }
.safety-card .daily-info-icon { background: #ffe1da; color: #c74628; }

@media (max-width: 720px) {
  .podoko-hero { display: grid; gap: 10px; width: calc(100% - 20px); margin-top: 10px; border-radius: 14px; padding: 12px 13px; }
  .podoko-hero-eyebrow,
  .podoko-hero p { display: none; }
  .podoko-hero h1 { font-size: 16px; letter-spacing: -0.7px; }
  .podoko-hero-visual { right: -15px; bottom: -12px; width: 135px; opacity: 0.2; }
  .podoko-hero-links { width: 100%; gap: 5px; overflow-x: auto; scrollbar-width: none; }
  .podoko-hero-links::-webkit-scrollbar { display: none; }
  .podoko-hero-links a { padding: 6px 10px; font-size: 11px; }
}

.featured-businesses {
  width: min(1440px, calc(100% - 56px));
  margin: 14px auto 0;
  border: 1px solid #d9e7e6;
  border-radius: 18px;
  padding: 16px 18px 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbfa 100%);
  box-shadow: 0 7px 22px rgba(23, 55, 94, 0.07);
}

@media (min-width: 721px) {
  .home-feature-row {
    display: grid;
    width: min(1440px, calc(100% - 56px));
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: 12px;
    margin: 18px auto 0;
  }

  .home-feature-row[hidden] { display: none; }
  .home-feature-row .podoko-hero,
  .home-feature-row .featured-businesses {
    width: 100%;
    min-width: 0;
    min-height: 150px;
    margin: 0;
  }

  .home-feature-row .podoko-hero { display: grid; align-content: center; gap: 12px; padding: 16px 18px; }
  .home-feature-row .podoko-hero-copy { padding-right: 62px; }
  .home-feature-row .podoko-hero p { overflow: hidden; max-width: 520px; text-overflow: ellipsis; white-space: nowrap; }
  .home-feature-row .podoko-hero-links { gap: 5px; overflow-x: auto; scrollbar-width: none; }
  .home-feature-row .podoko-hero-links::-webkit-scrollbar { display: none; }
  .home-feature-row .podoko-hero-links a { padding: 6px 9px; font-size: 10px; }
  .home-feature-row .featured-businesses { padding: 12px 14px 13px; }
  .home-feature-row .featured-businesses-head { align-items: center; margin-bottom: 8px; }
  .home-feature-row .featured-businesses-head p { display: none; }
  .home-feature-row .featured-business-list { display: flex; width: 100%; min-width: 0; max-width: 100%; gap: 8px; overflow-x: auto; scrollbar-width: none; }
  .home-feature-row .featured-business-list.is-scrolling-left { box-shadow: inset 18px 0 14px -18px rgba(7, 139, 135, 0.85); }
  .home-feature-row .featured-business-list.is-scrolling-right { box-shadow: inset -18px 0 14px -18px rgba(7, 139, 135, 0.85); }
  .home-feature-row .featured-business-list::-webkit-scrollbar { display: none; }
  .home-feature-row .featured-business-card { flex: 0 0 calc((100% - 16px) / 3); grid-template-columns: 64px minmax(0, 1fr); min-width: 190px; padding: 6px; }
  .home-feature-row .featured-business-card:hover,
  .home-feature-row .featured-business-card:focus-visible { transform: none; }
  .home-feature-row .featured-business-thumb { height: 64px; }
  .home-feature-row .featured-business-copy { padding-top: 1px; }
  .home-feature-row .featured-business-copy strong { margin-top: 3px; font-size: 12px; }
  .home-feature-row .featured-business-copy span { margin-top: 2px; }
  .home-feature-row .featured-business-copy b { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .featured-business-card { transition: none; }
}

.featured-businesses[hidden] { display: none; }
.featured-businesses-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.featured-businesses-head span { color: var(--brand-coral); font-size: 9px; font-weight: 900; letter-spacing: 1.2px; }
.featured-businesses-head span i { color: #e3a400; font-size: 8px; font-style: normal; }
.featured-businesses-head h2 { margin: 2px 0 0; color: var(--brand-navy); font-size: 18px; letter-spacing: -0.7px; }
.featured-businesses-head p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.featured-businesses-head button { flex: 0 0 auto; border: 1px solid #b9dfdc; border-radius: 999px; padding: 7px 12px; background: #fff; color: var(--brand-teal-dark); font-size: 11px; font-weight: 900; cursor: pointer; }
.featured-businesses-head button:hover,
.featured-businesses-head button:focus-visible { border-color: var(--brand-teal); background: #edf9f7; outline: none; }
.featured-business-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 5px; }
.featured-businesses-head .featured-business-arrow { display: none; width: 28px; height: 28px; padding: 0; place-items: center; border-radius: 50%; font-size: 20px; line-height: 1; }
.featured-business-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.featured-business-card { display: grid; min-width: 0; grid-template-columns: 92px minmax(0, 1fr); gap: 11px; border: 1px solid #dce8e7; border-radius: 14px; padding: 8px; background: #fff; text-align: left; cursor: pointer; box-shadow: 0 3px 11px rgba(23, 55, 94, 0.045); transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.featured-business-card:hover,
.featured-business-card:focus-visible { transform: translateY(-2px); border-color: #91cbc6; outline: none; box-shadow: 0 8px 18px rgba(7, 139, 135, 0.12); }
.featured-business-thumb { position: relative; display: grid; height: 92px; overflow: hidden; place-items: center; border-radius: 10px; background: linear-gradient(135deg, #d9f2ef, #fff2c9); }
.featured-business-thumb img { width: 100%; height: 100%; object-fit: cover; }
.featured-business-thumb em { position: absolute; left: 6px; bottom: 6px; border-radius: 999px; padding: 3px 6px; background: rgba(9, 44, 70, 0.86); color: #fff; font-size: 9px; font-style: normal; font-weight: 900; }
.featured-business-placeholder { color: var(--brand-teal-dark); font-size: 15px; font-weight: 950; letter-spacing: -0.5px; }
.featured-business-copy { display: flex; min-width: 0; flex-direction: column; padding: 3px 2px 2px 0; }
.featured-business-copy small,
.featured-business-copy strong,
.featured-business-copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.featured-business-copy small { color: var(--brand-teal-dark); font-size: 10px; font-weight: 800; }
.featured-business-copy strong { margin-top: 5px; color: var(--brand-navy); font-size: 13px; }
.featured-business-copy span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.featured-business-copy b { margin-top: auto; color: #c74628; font-size: 10px; }
.featured-business-copy i { font-style: normal; }

@media (max-width: 1100px) and (min-width: 721px) {
  .featured-business-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .featured-businesses { width: calc(100% - 20px); margin-top: 10px; border-radius: 14px; padding: 12px 0 12px 12px; }
  .featured-businesses-head { align-items: center; margin: 0 12px 9px 0; }
  .featured-businesses-head h2 { font-size: 15px; }
  .featured-businesses-head p { display: none; }
  .featured-businesses-head button { padding: 6px 9px; font-size: 10px; }
  .featured-business-list { display: flex; gap: 8px; overflow-x: auto; padding-right: 12px; scroll-snap-type: x proximity; scrollbar-width: none; touch-action: pan-x; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
  .featured-business-list::-webkit-scrollbar { display: none; }
  .featured-business-card { flex: 0 0 250px; grid-template-columns: 82px minmax(0, 1fr); scroll-snap-align: start; touch-action: pan-x; }
  .featured-business-thumb { height: 82px; }
  .featured-businesses-head .featured-business-arrow { display: grid; }
  .featured-businesses-head [data-board-category] { display: none; }
  .dashboard.detail-mode .results { scroll-margin-top: 108px; }
  .dashboard.board-mode .result-panel { scroll-margin-top: 108px; }
}

/* Visual cleanup: keep major sections, simplify repeated inner boxes. */
.podoko-hero,
.featured-businesses {
  box-shadow: 0 4px 14px rgba(23, 55, 94, 0.055);
}

.daily-info-card {
  border: 0;
  box-shadow: none;
}

.home-trend-box {
  border: 0;
  box-shadow: none;
}

.home-trend-box li + li,
.home-info-box li + li {
  border-top: 1px solid rgba(23, 55, 94, 0.07);
  padding-top: 5px;
}

.home-info-box {
  border: 0;
  border-top: 1px solid #e6ece9;
  border-radius: 0;
  padding: 11px 4px 4px;
  background: transparent;
  box-shadow: none;
}

.side-info-stack .home-info-box:first-child {
  border-top: 0;
}

.recent-photo-button {
  border: 0;
  box-shadow: none;
}

.dashboard:not(.board-mode):not(.detail-mode) .results .listing-card-general {
  border: 0;
  border-bottom: 1px solid #e7ecee;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dashboard:not(.board-mode):not(.detail-mode) .results .listing-card-general:hover,
.dashboard:not(.board-mode):not(.detail-mode) .results .listing-card-general:focus-visible {
  border-bottom-color: #a9d7d3;
  background: #f7fbfa;
  box-shadow: none;
  transform: none;
}

.featured-business-card {
  border-color: #edf1ef;
  box-shadow: none;
}

.featured-business-card:hover,
.featured-business-card:focus-visible {
  border-color: #9acfc9;
  box-shadow: 0 5px 14px rgba(7, 139, 135, 0.09);
}

.ad-slot.is-managed-ad.has-ad-image,
.ad-slot.is-managed-ad:has(img) {
  overflow: hidden;
  border-color: transparent;
  box-shadow: none;
}

.header-side-ad.is-managed-ad.has-ad-image,
.ad-slot.is-managed-ad.has-ad-image {
  height: auto;
  min-height: 0;
  align-self: start;
  background: transparent;
}

.header-side-ad.is-managed-ad.has-ad-image .managed-ad-content,
.ad-slot.is-managed-ad.has-ad-image .managed-ad-content {
  height: auto;
  min-height: 0;
}

.header-side-ad.is-managed-ad.has-ad-image .managed-ad-image,
.ad-slot.is-managed-ad.has-ad-image .managed-ad-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}

@media (min-width: 721px) {
  .dashboard:not(.board-mode):not(.detail-mode) .side-ads {
    grid-template-rows: auto auto;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .map-panel .ad-row .ad-slot.is-managed-ad.has-ad-image {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .podoko-hero,
  .featured-businesses { box-shadow: 0 2px 8px rgba(23, 55, 94, 0.045); }
  .featured-businesses { border-color: #e8eeeb; }
  .dashboard { gap: 8px; }
  .result-panel,
  .map-panel,
  .side-panel { border-radius: 12px; box-shadow: none; }
  .daily-info-grid,
  .home-trend-grid { gap: 5px; }
  .home-trend-box { padding: 8px; }
  .featured-business-card { border-color: #e5ebe8; }
}

.mobile-account-modal[aria-hidden="true"] { display: none; }
.mobile-account-modal { position: fixed; z-index: 150; inset: 0; display: grid; align-items: end; }
.mobile-account-backdrop { position: absolute; inset: 0; width: 100%; border: 0; padding: 0; background: rgba(12, 28, 45, 0.48); }

/* Compact board-top advertising keeps the first post visible above the fold. */
.dashboard.board-mode .board-result-ads {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 14px;
}

.dashboard.board-mode .board-result-ads .ad-slot:not(.is-managed-ad) {
  display: grid;
  place-items: center;
  width: 100%;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  border: 1px dashed #d8c8c0;
  background: #fffaf6;
  color: #9a8880;
  font-size: 12px;
  font-weight: 800;
}

.dashboard.board-mode .board-result-ads:not(:has(.is-managed-ad)) {
  display: grid;
}

.dashboard.board-mode .board-result-ads .ad-slot.is-managed-ad {
  display: grid;
  width: 100%;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}

.dashboard.board-mode .board-result-ads .managed-ad-content,
.dashboard.board-mode .board-result-ads .managed-ad-image {
  width: 100%;
  height: 100%;
}

.dashboard.board-mode .board-result-ads .managed-ad-image {
  object-fit: fill;
}

@media (max-width: 720px) {
  .dashboard.board-mode .board-result-ads {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .dashboard.board-mode .board-result-ads [data-ad-slot="board-top-2"],
  .dashboard.board-mode .board-result-ads [data-ad-slot="board-top-3"],
  .dashboard.board-mode .board-result-ads [data-ad-slot="board-top-4"] {
    display: none;
  }

  .dashboard.board-mode .board-result-ads .ad-slot.is-managed-ad {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .dashboard.board-mode .board-result-ads .managed-ad-image {
    object-fit: fill;
  }
}
.mobile-account-sheet { position: relative; display: grid; gap: 8px; width: min(100%, 480px); margin: 0 auto; border-radius: 20px 20px 0 0; padding: 16px 16px max(20px, env(safe-area-inset-bottom)); background: #fff; box-shadow: 0 -16px 40px rgba(15, 23, 42, 0.2); }
.mobile-account-sheet-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.mobile-account-sheet-head small { color: var(--brand-teal-dark); font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.mobile-account-sheet-head h2 { margin: 2px 0 0; color: var(--brand-navy); font-size: 19px; }
.mobile-account-sheet-head > button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f0f5f4; color: var(--brand-navy); font-size: 22px; }
.mobile-account-sheet > button { display: flex; align-items: center; gap: 11px; min-height: 48px; border: 1px solid #dfe9e7; border-radius: 12px; padding: 0 14px; background: #f8fbfa; color: var(--brand-navy); font-size: 14px; font-weight: 900; text-align: left; }
.mobile-account-sheet > button span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; background: #dff3f0; color: var(--brand-teal-dark); }
.mobile-account-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: stretch; }
.mobile-account-logout { display: flex; align-items: center; gap: 11px; min-height: 48px; border: 1px solid #f3d2cc; border-radius: 12px; padding: 0 14px; background: #fff7f5; color: #b63e2c; font-size: 14px; font-weight: 900; text-align: left; }
.mobile-account-logout span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; background: #ffe5df; color: #b63e2c; }
.mobile-account-footer .language-switcher { align-self: center; }
.mobile-account-footer .language-switcher button { min-height: 36px; padding: 0 9px; }

@media (min-width: 721px) {
  .mobile-account-modal { display: none !important; }
}

#dailyInfoGrid[hidden],
#todayBriefing[hidden] {
  display: none !important;
}

/* Naver Map-inspired massage results: sponsored shops first, mapped shops below. */
.massage-map-results,
.massage-map-result-section,
.massage-map-sponsored-list,
.massage-map-listing-list {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.massage-map-results {
  gap: 12px;
}

.dashboard.business-map-results-mode .daily-info-grid,
.dashboard.business-map-results-mode .home-briefing,
.dashboard.business-map-results-mode .home-trend-grid,
.dashboard.business-map-results-mode .home-community-trends,
.dashboard.business-map-results-mode .home-result-ads {
  display: none;
}

.dashboard.business-map-results-mode .results {
  max-height: none;
}

.massage-map-result-section {
  border-bottom: 1px solid #e7ecef;
  padding-bottom: 10px;
}

.massage-map-result-section:last-child {
  border-bottom: 0;
}

.massage-map-result-section.is-sponsored {
  border: 1px solid #ead8f0;
  border-radius: 10px;
  padding: 8px;
  background: #fcf7fe;
}

.massage-map-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.massage-map-result-head strong {
  color: var(--brand-navy);
  font-size: 13px;
}

.massage-map-result-head span {
  color: #8b4c9b;
  font-size: 10px;
  font-weight: 900;
}

.massage-map-sponsored-card {
  height: 94px;
  aspect-ratio: auto;
}

.massage-sponsored-label {
  position: absolute;
  z-index: 3;
  top: 7px;
  right: 7px;
  border-radius: 999px;
  padding: 3px 6px;
  background: rgba(255, 255, 255, 0.94);
  color: #8a3d9a;
  font-size: 9px;
  font-weight: 900;
}

.massage-map-listing-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 9px;
  border: 1px solid #e0e7eb;
  border-radius: 10px;
  padding: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.massage-map-listing-card:hover,
.massage-map-listing-card:focus-within {
  border-color: #b98ac5;
  background: #fdf9fe;
}

.massage-map-listing-card.has-top-image {
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.massage-map-listing-card.has-top-image .massage-map-listing-thumb {
  width: 100%;
  height: 148px;
  border-radius: 8px;
}

.massage-map-listing-thumb {
  display: grid;
  width: 72px;
  height: 72px;
  overflow: hidden;
  place-items: center;
  border-radius: 8px;
  background: #f3eaf6;
  color: #8a4a99;
  font-size: 24px;
}

.massage-map-listing-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.massage-map-listing-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.massage-map-listing-copy > small,
.massage-map-listing-copy > strong,
.massage-map-listing-copy > span:not(.massage-map-listing-actions) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.massage-map-listing-copy > small {
  color: #8a4a99;
  font-size: 9px;
  font-weight: 900;
}

.massage-map-listing-copy > strong {
  color: var(--brand-navy);
  font-size: 13px;
}

.massage-map-listing-copy > span:not(.massage-map-listing-actions) {
  color: var(--muted);
  font-size: 10px;
}

.massage-map-listing-actions {
  display: flex;
  align-items: end;
  gap: 5px;
  margin-top: auto;
}

.massage-map-listing-actions button {
  min-height: 25px;
  border: 1px solid #d8c1df;
  border-radius: 6px;
  padding: 0 7px;
  background: #fff;
  color: #7d3f8c;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

.massage-map-listing-actions button:last-child {
  border-color: #8f4ba0;
  background: #8f4ba0;
  color: #fff;
}

.map-side-detail {
  overflow: hidden;
  border: 1px solid #dce5e9;
  border-radius: 12px;
  background: #fff;
}

.map-side-detail-back {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-bottom: 1px solid #e3eaed;
  padding: 0 14px;
  background: #fff;
  color: #314158;
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.map-side-detail-back:hover,
.map-side-detail-back:focus-visible {
  background: #f4f8f7;
  color: var(--brand-teal-dark);
  outline: none;
}

.map-side-detail-hero {
  display: grid;
  height: 210px;
  place-items: center;
  background: linear-gradient(135deg, #e8f4f1, #fff4e7);
}

.map-side-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-side-detail-placeholder {
  font-size: 58px;
  filter: drop-shadow(0 8px 12px rgba(29, 75, 63, .15));
}

.map-side-detail-body {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.map-side-detail-heading {
  display: grid;
  gap: 4px;
}

.map-side-detail-category {
  color: var(--brand-teal-dark);
  font-size: 11px;
  font-weight: 900;
}

.map-side-detail-heading h3,
.map-side-detail-heading p,
.map-side-detail-description h4,
.map-side-detail-description p {
  margin: 0;
}

.map-side-detail-heading h3 {
  color: var(--brand-navy);
  font-size: 21px;
}

.map-side-detail-heading p {
  color: var(--muted);
  font-size: 12px;
}

.map-side-detail-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.map-side-detail-actions a,
.map-side-detail-actions button {
  display: grid;
  min-height: 36px;
  place-items: center;
  border: 1px solid #b8d6ce;
  border-radius: 8px;
  padding: 0 8px;
  background: #eff8f5;
  color: var(--brand-teal-dark);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.map-side-detail-info {
  display: grid;
  margin: 0;
  border-top: 1px solid #e7ecef;
}

.map-side-detail-info > div {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #edf1f3;
  font-size: 12px;
}

.map-side-detail-info dt {
  color: #617079;
  font-weight: 900;
}

.map-side-detail-info dd {
  margin: 0;
  color: #263845;
  line-height: 1.5;
}

.map-side-detail-description {
  display: grid;
  gap: 7px;
}

.map-side-detail-description h4 {
  color: var(--brand-navy);
  font-size: 13px;
}

.map-side-detail-description p {
  color: #52636d;
  font-size: 12px;
  line-height: 1.65;
}

.map-side-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.map-side-detail-tags span {
  border-radius: 999px;
  padding: 5px 8px;
  background: #f0f5f7;
  color: #4f626d;
  font-size: 10px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .massage-map-sponsored-card {
    height: 118px;
  }

  .massage-map-listing-card {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .massage-map-listing-card.has-top-image {
    grid-template-columns: minmax(0, 1fr);
  }

  .massage-map-listing-thumb {
    width: 84px;
    height: 84px;
  }

  .massage-map-listing-card.has-top-image .massage-map-listing-thumb {
    width: 100%;
    height: min(48vw, 190px);
  }

  .map-side-detail-hero {
    height: min(52vw, 240px);
  }
}

/* Tablet layout: the desktop three-column minimums do not fit below 1051px. */
@media (min-width: 721px) and (max-width: 1050px) {
  .dashboard:not(.board-mode):not(.detail-mode) {
    grid-template-columns: minmax(0, 1fr);
  }

  .dashboard:not(.board-mode):not(.detail-mode) .result-panel,
  .dashboard:not(.board-mode):not(.detail-mode) .map-panel,
  .dashboard:not(.board-mode):not(.detail-mode) .side-panel {
    grid-column: 1;
    height: auto;
  }

  .dashboard:not(.board-mode):not(.detail-mode) .result-panel { grid-row: 1; }
  .dashboard:not(.board-mode):not(.detail-mode) .map-panel { grid-row: 2; }
  .dashboard:not(.board-mode):not(.detail-mode) .side-panel { grid-row: 3; }
}

/* PODOKO 2026 brand system */
:root {
  --bg: #f6f1ea;
  --surface: #fffdf9;
  --ink: #2a2724;
  --muted: #766d67;
  --line: #e5ddd5;
  --blue: #5c1a2b;
  --blue-dark: #43111e;
  --green: #5c1a2b;
  --red: #c97b93;
  --soft-blue: #f8edf0;
  --soft-green: #f6f1ea;
  --soft-red: #fbf0f3;
  --brand-wine: #5c1a2b;
  --brand-aubergine: #2b1b2e;
  --brand-gold: #c9a25b;
  --brand-blush: #c97b93;
  --brand-ivory: #f6f1ea;
}

html { background: var(--brand-ivory); }
body {
  background:
    radial-gradient(circle at 12% 9%, rgba(201,162,91,.12), transparent 25%),
    radial-gradient(circle at 90% 18%, rgba(201,123,147,.10), transparent 24%),
    var(--brand-ivory);
  color: var(--ink);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", Arial, sans-serif;
}

.site-header {
  border-bottom: 1px solid rgba(92,26,43,.13);
  background: rgba(255,253,249,.96);
  box-shadow: 0 10px 30px rgba(43,27,46,.07);
  backdrop-filter: blur(14px);
}

.utility { color: #6f625d; }
.utility a:hover, .utility button:hover { color: var(--brand-wine); }
.business-register-button,
.post-button,
.board-write-button {
  border-color: var(--brand-wine) !important;
  background: linear-gradient(135deg, #6f1731, var(--brand-wine)) !important;
  box-shadow: 0 8px 18px rgba(92,26,43,.2) !important;
  color: #fff !important;
}

.masthead { min-height: 108px; grid-template-columns: 368px minmax(280px, 520px) 82px; gap: 18px; }
.brand { display:grid; width:368px; gap:0; align-items:center; justify-items:center; }
.brand .podoko-logo { display:block; width:128px; height:99px; object-fit:contain; object-position:center; transform:translateX(-55px); }
.brand > small { display: none; }
.brand-mark, .brand > span:last-child { display: none; }

@media (min-width: 1180px) {
  .masthead { grid-template-columns: 348px minmax(320px, 670px) 82px; }
}

@media (min-width: 1551px) {
  /* Keep the masthead centered inside the clear space between both side rails. */
  .masthead { grid-template-columns: 285px minmax(320px, 590px) 82px; gap: 14px; }
  .brand { width: 285px; }
  .brand .podoko-logo { width:128px; }
  /* Match the two left ad cards to the weather + account rail width. */
  .header-side-ads-left .header-side-ad { width: 200px; flex-basis: 200px; }
}

.main-search {
  border-color: rgba(92,26,43,.35);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(43,27,46,.07);
}
.main-search input { border-radius: 999px 0 0 999px; background: #fff; }
.main-search button { border-radius: 999px; background: var(--brand-wine) !important; color: #fff; }
@media (min-width:721px) {
  .main-search { width:calc(100% + 105px); max-width:none; transform:translateX(-105px); }
  .post-button { position:relative; z-index:3; }
}

.category-nav { border-color: rgba(92,26,43,.10); background: #fffdf9; }
.category-nav a { border-color: #e6ddd6; border-radius: 999px; background: #fff; color: #4b423e; }
.category-nav a:hover,
.category-nav a:focus-visible,
.category-nav a.active { border-color: var(--brand-wine); background: #f8edf0; color: var(--brand-wine); }

.podoko-hero {
  border-color: rgba(92,26,43,.18);
  background: linear-gradient(135deg, #fffdf9 10%, #f7e9e4 62%, #f4e7dd);
  box-shadow: 0 12px 32px rgba(92,26,43,.09);
}
.podoko-hero::after { background: radial-gradient(circle, rgba(92,26,43,.18) 1.1px, transparent 1.2px); background-size: 10px 10px; }
.podoko-hero-eyebrow { color: var(--brand-wine); }
.podoko-hero h1, .section-head h2 { color: var(--brand-aubergine); }
.podoko-hero h1 em { color: var(--brand-blush); }
.podoko-hero-links a { border-color: #eadbdc; background: rgba(255,255,255,.84); color: #4a3d3d; }
.podoko-hero-links a i { background: #f6e7eb; color: var(--brand-wine); }
.podoko-hero-links a:hover, .podoko-hero-links a:focus-visible { border-color: var(--brand-wine); color: var(--brand-wine); }

.dashboard > *, .result-panel, .side-panel, .map-panel,
.home-trend-box, .home-info-box, .listing-card, .detail-card {
  border-color: #e7ddd4 !important;
  background-color: rgba(255,253,249,.96);
  box-shadow: 0 8px 24px rgba(43,27,46,.055);
}
.map-panel { background: linear-gradient(180deg,#fbf5ee 0,#fffdf9 35%); }
.business-map-wrap { border-color: #dfd2c8; box-shadow: 0 8px 24px rgba(43,27,46,.07); }
.business-tabs button:hover, .business-tabs button:focus-visible,
.business-tabs button.active { border-color: var(--brand-wine); background: #f6e8eb; color: var(--brand-wine); }
.badge, .verified-badge { background: #f3e2e7; color: var(--brand-wine); }
.hot, .badge.hot { background: #f5ead1; color: #8a651f; }

.home-trend-box:nth-of-type(1), .home-trend-box:nth-of-type(2), .home-trend-box:nth-of-type(3) {
  border-color: #e7ddd4;
  background: linear-gradient(145deg,#fffdf9,#f8f1eb);
}
.home-trend-box:nth-of-type(1) h3 { color: var(--brand-wine); }
.home-trend-box:nth-of-type(2) h3 { color: var(--brand-aubergine); }
.home-trend-box:nth-of-type(3) h3 { color: #9b742f; }
.trend-button:hover strong, .trend-button:focus-visible strong { color: var(--brand-wine); }

.ad-slot { border-color: rgba(92,26,43,.25); background: linear-gradient(135deg,#faf0f2,#fff9f2); color: #7a4250; }
.site-footer { background: var(--brand-aubergine); color: #e8dfe1; }
.site-footer strong { color: #fff; }

@media (max-width: 720px) {
  body { background: var(--brand-ivory); }
  .masthead { min-height: 76px; grid-template-columns: 158px minmax(0, 1fr) 38px; gap:8px; padding:8px 10px 10px; }
  .brand { width:158px; min-width:0; justify-items:start; }
  .brand .podoko-logo { width:58px; height:47px; transform:none; }
  .mobile-live-summary { min-width:0; overflow:hidden; text-overflow:ellipsis; }
  .mobile-menu-toggle { justify-self:end; }
  .main-search { grid-column:1 / -1; width:100%; min-width:0; }
  .brand > small { display: none; }
  .mobile-home-shortcuts { background: #fffdf9; }
  .mobile-home-shortcuts a:nth-child(n) { border-color: #eadfd7; background: #fffaf6; }
  .mobile-home-shortcuts a:nth-child(n) span { color: var(--brand-wine); }
  .mobile-language-toggle,
  .mobile-market-head button,
  .mobile-market-write { border-color: var(--brand-wine) !important; background: var(--brand-wine) !important; color: #fff !important; }
  .mobile-bottom-nav { border-color: #e7ddd4; background: rgba(255,253,249,.97); }
  .mobile-bottom-nav a, .mobile-bottom-nav button { color: #786b65; }
  .mobile-bottom-nav a span, .mobile-bottom-nav button span { color: var(--brand-wine); }
  .mobile-bottom-nav button { background: var(--brand-wine); color: #fff; }
  .mobile-bottom-nav button span { color: #fff; }
  .mobile-market-section { border-color: #e1d4ca; background: linear-gradient(145deg,#fffdf9,#f7eee7); }
  .mobile-market-head strong { color: var(--brand-aubergine); }
}

/* PODOKO massage marketplace - keep at file end so it overrides the legacy board. */
.dashboard.board-mode.massage-mode { width:100%; max-width:none; grid-template-columns:minmax(0,1fr); justify-content:stretch; }
.dashboard.board-mode.massage-mode .side-panel,.dashboard.board-mode.massage-mode .map-panel { display:none; }
.dashboard.board-mode.massage-mode .result-panel { width:100%; max-width:none; border:0!important; border-radius:28px; padding:0 0 72px; background:var(--brand-ivory,#f6f1ea); box-shadow:none; }
.dashboard.board-mode.massage-mode .results { max-height:none; overflow:visible; }
.dashboard.massage-mode .section-head { margin:0; padding:24px 28px 14px; }
.dashboard.massage-mode .section-head h2 { color:#5c1a2b; }
.dashboard.massage-mode .massage-ad-board { gap:26px; }
.massage-market-hero { position:relative; display:grid; grid-template-columns:minmax(0,1.4fr) minmax(150px,.45fr); align-items:center; min-height:180px; overflow:hidden; border-radius:22px; padding:25px clamp(28px,4vw,54px); background:linear-gradient(125deg,#fffdf9 0%,#f3e5e1 100%); box-shadow:0 12px 34px rgba(92,26,43,.08); }
.massage-market-hero::after { content:""; position:absolute; right:-80px; bottom:-150px; width:380px; height:380px; border:1px solid rgba(92,26,43,.12); border-radius:50%; box-shadow:0 0 0 45px rgba(92,26,43,.025),0 0 0 90px rgba(92,26,43,.02); }
.massage-hero-copy { position:relative; z-index:1; }
.massage-kicker { display:inline-block; margin-bottom:8px; color:#5c1a2b; font-size:10px; font-weight:900; letter-spacing:.16em; }
.massage-hero-copy h2 { margin:0; color:#2a2724; font-size:clamp(30px,3.2vw,44px); line-height:1.08; letter-spacing:-.055em; }
.massage-hero-copy h2 em { color:#5c1a2b; font-style:normal; }
.massage-hero-copy p { max-width:720px; margin:10px 0 0; color:#6f625d; font-size:14px; line-height:1.55; }
.massage-brand-mark { position:relative; z-index:1; justify-self:end; width:min(150px,100%); max-height:120px; opacity:.92; }
.massage-filter-panel { display:grid; grid-template-columns:repeat(2,minmax(145px,1fr)) repeat(2,auto) auto; align-items:end; gap:12px; border:1px solid #e5d9cf; border-radius:22px; padding:18px; background:rgba(255,253,249,.96); box-shadow:0 12px 32px rgba(42,39,36,.055); }
.massage-filter-panel>label:not(.massage-filter-check) { display:grid; gap:7px; }
.massage-filter-panel label>span { color:#6f625d; font-size:12px; font-weight:800; }
.massage-filter-panel select,.massage-filter-panel>button { min-height:48px; border:1px solid #dfd2c8; border-radius:13px; padding:0 14px; background:#fff; color:#2a2724; font-weight:750; }
.massage-filter-check { display:flex; align-items:center; min-height:48px; gap:8px; border:1px solid #dfd2c8; border-radius:13px; padding:0 13px; background:#fffaf6; white-space:nowrap; }
.massage-filter-check input { accent-color:#5c1a2b; }
.massage-filter-panel>button { color:#5c1a2b; cursor:pointer; }
.massage-result-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; }
.massage-result-heading div { display:flex; align-items:baseline; gap:8px; }
.massage-result-heading span { color:#6f625d; font-size:15px; font-weight:800; }
.massage-result-heading strong { color:#5c1a2b; font-size:26px; }
.massage-result-heading p { margin:0; color:#8a7d76; font-size:13px; }
.dashboard.massage-mode .massage-ad-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.dashboard.massage-mode .massage-ad-card { display:grid; aspect-ratio:auto; overflow:hidden; border:1px solid #e4d9d0; border-radius:22px; background:#fffdf9; color:#2a2724; box-shadow:0 9px 26px rgba(42,39,36,.055); }
.dashboard.massage-mode .massage-ad-card:hover,.dashboard.massage-mode .massage-ad-card:focus-visible { border-color:#b77787; box-shadow:0 15px 34px rgba(92,26,43,.12); transform:translateY(-3px); }
.dashboard.massage-mode .massage-ad-card.is-featured { border-color:#cfad70; }
.massage-card-media { position:relative; height:200px; overflow:hidden; background:#ead7d5; }
.massage-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .3s ease; }
.massage-ad-card:hover .massage-card-media img { transform:scale(1.025); }
.massage-card-media .massage-ad-placeholder { display:grid; height:100%; place-items:center; background:linear-gradient(135deg,#ead7d5,#ddd0bf); color:#5c1a2b; }
.massage-card-media .massage-ad-placeholder span { font-size:11px; letter-spacing:.16em; }
.massage-card-media .massage-ad-placeholder strong { font-size:25px; }
.massage-card-badges { position:absolute; left:14px; top:14px; display:flex; flex-wrap:wrap; gap:6px; }
.massage-status-badge { border-radius:999px; padding:6px 9px; background:rgba(255,253,249,.94); color:#5c1a2b; font-size:11px; font-weight:900; box-shadow:0 3px 10px rgba(42,39,36,.08); }
.massage-status-badge.available { background:#dbe2d6; color:#36503a; }
.massage-status-badge.featured { background:#f1dfb9; color:#75551e; }
.massage-card-content { display:grid; gap:14px; padding:20px; }
.massage-card-heading { display:flex; align-items:start; justify-content:space-between; gap:12px; }
.massage-card-heading h3 { margin:4px 0 0; color:#2a2724; font-size:22px; letter-spacing:-.035em; }
.massage-card-region { color:#8b776e; font-size:12px; font-weight:800; }
.massage-card-price { color:#5c1a2b; font-size:18px; text-align:right; }
.massage-card-content>p { display:-webkit-box; min-height:43px; margin:0; overflow:hidden; color:#70645e; font-size:13px; line-height:1.65; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.massage-card-meta { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin:0; }
.massage-card-meta div { min-width:0; border-radius:11px; padding:9px; background:#f6f1ea; }
.massage-card-meta dt { margin-bottom:4px; color:#958880; font-size:10px; font-weight:800; }
.massage-card-meta dd { margin:0; overflow:hidden; color:#413b37; font-size:11px; font-weight:800; text-overflow:ellipsis; white-space:nowrap; }
.massage-card-tags { display:flex; min-height:24px; flex-wrap:wrap; gap:5px; }
.massage-card-tags span { border-radius:999px; padding:4px 8px; background:#ead7d5; color:#5c1a2b; font-size:10px; font-weight:800; }
.massage-card-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.massage-card-actions button { min-height:44px; border-radius:12px; font-size:12px; font-weight:900; cursor:pointer; }
.massage-compare-button { border:1px solid #d9c9c4; background:#fff; color:#5c1a2b; }
.massage-compare-button.is-selected { border-color:#5c1a2b; background:#f3e2e7; }
.massage-detail-button { border:1px solid #5c1a2b; background:#5c1a2b; color:#fff; }
.massage-compare-bar { position:fixed; z-index:45; right:50%; bottom:22px; display:flex; width:min(720px,calc(100% - 32px)); align-items:center; justify-content:space-between; gap:16px; transform:translateX(50%); border:1px solid rgba(255,255,255,.12); border-radius:18px; padding:12px 14px 12px 20px; background:#2a2724; color:#fff; box-shadow:0 18px 44px rgba(42,39,36,.3); }
.massage-compare-bar div { display:grid; min-width:0; gap:2px; }
.massage-compare-bar span { overflow:hidden; color:#d9cfca; font-size:12px; text-overflow:ellipsis; white-space:nowrap; }
.massage-compare-bar button { min-height:44px; border:0; border-radius:12px; padding:0 18px; background:#c9a25b; color:#2a2724; font-weight:900; white-space:nowrap; }
.massage-compare-bar button:disabled { background:#5e5752; color:#c9c1bc; }
.massage-compare-modal { position:fixed; z-index:70; inset:0; display:grid; place-items:center; padding:24px; background:rgba(42,39,36,.66); backdrop-filter:blur(4px); }
.massage-compare-dialog { width:min(960px,100%); max-height:86vh; overflow:auto; border-radius:24px; padding:24px; background:#fffdf9; box-shadow:0 24px 80px rgba(42,39,36,.28); }
.massage-compare-head { display:flex; align-items:start; justify-content:space-between; gap:16px; }
.massage-compare-head span { color:#5c1a2b; font-size:11px; font-weight:900; letter-spacing:.08em; }
.massage-compare-head h3 { margin:4px 0 18px; color:#2a2724; font-size:28px; }
.massage-compare-head button { width:40px; height:40px; border:1px solid #e2d6cd; border-radius:50%; background:#f6f1ea; color:#5c1a2b; font-size:24px; }
.massage-compare-table-wrap { overflow-x:auto; }
.massage-compare-table { width:100%; min-width:650px; border-collapse:separate; border-spacing:0; overflow:hidden; border:1px solid #dfd2c8; border-radius:16px; }
.massage-compare-table th,.massage-compare-table td { border-right:1px solid #e7ddd4; border-bottom:1px solid #e7ddd4; padding:14px; text-align:center; }
.massage-compare-table thead th { background:#5c1a2b; color:#fff; }
.massage-compare-table tbody th { background:#f6f1ea; color:#5c1a2b; text-align:left; }
.massage-compare-table tr:last-child>* { border-bottom:0; }
.massage-compare-table tr>*:last-child { border-right:0; }
.dashboard.massage-mode .massage-empty-card { border-color:#cfbfc0; border-radius:18px; padding:32px; background:#fffaf6; }
@media (min-width:1450px) { .dashboard.massage-mode .massage-ad-grid { grid-template-columns:repeat(4,minmax(0,1fr)); } }
@media (max-width:1000px) { .massage-filter-panel { grid-template-columns:repeat(2,minmax(0,1fr)); } .dashboard.massage-mode .massage-ad-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:720px) {
  .dashboard.board-mode.massage-mode { display:block; padding:0; }
  .dashboard.board-mode.massage-mode .result-panel { border-radius:0; padding-bottom:90px; }
  .dashboard.massage-mode .section-head { padding:18px 16px 10px; }
  .dashboard.massage-mode .massage-ad-board { gap:20px; }
  .massage-market-hero { grid-template-columns:1fr; min-height:190px; border-radius:0; padding:24px 20px; }
  .massage-hero-copy h2 { font-size:29px; }
  .massage-hero-copy p { font-size:12px; }
  .massage-brand-mark { display:none; }
  .massage-filter-panel { grid-template-columns:1fr 1fr; margin:0 14px; border-radius:18px; padding:12px; }
  .massage-filter-panel>button { grid-column:1/-1; }
  .massage-result-heading { align-items:start; flex-direction:column; margin:0 16px; gap:4px; }
  .dashboard.massage-mode .massage-ad-grid { grid-template-columns:1fr; gap:14px; padding:0 14px; }
  .massage-card-media { height:210px; }
  .massage-card-content { padding:17px; }
  .massage-compare-bar { bottom:74px; }
  .massage-compare-modal { align-items:end; padding:0; }
  .massage-compare-dialog { max-height:86vh; border-radius:24px 24px 0 0; padding:20px 16px 28px; }
}

/* Unified PODOKO typography system. Korean uses Noto Sans KR; English labels use Pretendard. */
button,input,select,textarea { font-family:inherit; }
:lang(en),.landing-kicker,.language-switcher [data-language="en"],.landing-data-card-media,.landing-weekly-mark,.landing-business-orbit strong { font-family:"Pretendard","Noto Sans KR",sans-serif; }
.site-header :where(a,button,input,select),.dashboard :where(button,input,select,textarea),.podoko-landing button { font-size:12px; line-height:1.45; }
.utility-bar :where(a,button,span),.header-info-widget,.landing-data-card-copy small,.landing-data-card-copy span,.landing-local-card small,.landing-local-card span,.korea-briefing-list small,.trend-button span { font-size:11px; line-height:1.5; }
.dashboard h2,.section-head h2 { font-size:20px; line-height:1.35; letter-spacing:-.025em; }
.dashboard h3,.home-info-box h3,.home-trend-box h3 { font-size:14px; line-height:1.4; letter-spacing:-.015em; }
.dashboard h4 { font-size:13px; line-height:1.45; }
.dashboard :where(p,li,dd,dt),.listing-card :where(strong,span),.detail-card :where(p,li,dd,dt) { line-height:1.55; }
.podoko-landing { font-size:14px; }
.podoko-landing .landing-section > header h2 { font-size:42px; line-height:1.18; }
.podoko-landing .landing-business h2,.podoko-landing .landing-story h2 { font-size:46px; line-height:1.16; }
.podoko-landing :where(p,li) { font-size:14px; line-height:1.7; }
.podoko-landing .landing-data-card-copy strong { font-size:14px; line-height:1.45; }
.podoko-landing .landing-data-card-copy b { font-size:15px; line-height:1.35; }
@media (max-width:720px) {
  body { font-size:13px; }
  .podoko-landing .landing-section > header h2,.podoko-landing .landing-business h2,.podoko-landing .landing-story h2 { font-size:30px; }
  .site-header :where(a,button,input,select),.dashboard :where(button,input,select,textarea),.podoko-landing button { font-size:12px; }
}
@media (max-width:430px) { .massage-filter-panel { grid-template-columns:1fr; } .massage-filter-panel>button { grid-column:auto; } .massage-card-meta { grid-template-columns:1fr 1fr; } .massage-card-meta div:first-child { grid-column:1/-1; } .massage-compare-bar { align-items:stretch; flex-direction:column; padding:13px; } .massage-compare-bar button { width:100%; } }

/* Compact desktop massage cards: roughly one quarter of the previous card area. */
@media (min-width:1001px) {
  .dashboard.massage-mode .massage-ad-grid { grid-template-columns:repeat(6,minmax(0,1fr)); gap:10px; }
  .dashboard.massage-mode .massage-ad-card { border-radius:14px; box-shadow:0 5px 16px rgba(42,39,36,.05); }
  .massage-card-media { height:96px; }
  .massage-card-badges { left:7px; top:7px; gap:3px; }
  .massage-status-badge { padding:3px 6px; font-size:8px; }
  .massage-card-content { gap:7px; padding:10px; }
  .massage-card-heading { display:grid; gap:3px; }
  .massage-card-heading h3 { margin-top:2px; font-size:15px; line-height:1.2; }
  .massage-card-region { font-size:9px; }
  .massage-card-price { font-size:13px; text-align:left; }
  .massage-card-content>p { display:none; }
  .massage-card-meta { grid-template-columns:repeat(3,minmax(0,1fr)); gap:3px; }
  .massage-card-meta div { display:grid; gap:2px; border-radius:7px; padding:4px; }
  .massage-card-meta dt { margin:0; font-size:8px; }
  .massage-card-meta dd { max-width:100%; font-size:8px; text-align:left; }
  .massage-card-tags { display:none; }
  .massage-card-actions { gap:4px; }
  .massage-card-actions button { min-height:31px; border-radius:8px; padding:0 4px; font-size:9px; }
}
@media (min-width:1450px) {
  .dashboard.massage-mode .massage-ad-grid { grid-template-columns:repeat(8,minmax(0,1fr)); }
}

/* Keep the massage hero, filters and listings safely inside the ivory canvas. */
.dashboard.board-mode.massage-mode .results {
  box-sizing:border-box;
  width:100%;
  min-width:0;
  padding:0 clamp(24px,3.5vw,56px) 32px;
}
.dashboard.massage-mode .massage-ad-board {
  box-sizing:border-box;
  width:min(1600px,100%);
  min-width:0;
  margin:0 auto;
}
.dashboard.massage-mode .massage-ad-board > *,
.massage-filter-panel > * { min-width:0; }
.massage-market-hero,.massage-filter-panel,.massage-result-heading,.dashboard.massage-mode .massage-ad-grid { box-sizing:border-box; width:100%; max-width:100%; }
.massage-filter-panel { grid-template-columns:repeat(6,minmax(0,1fr)); }
.massage-filter-panel select,.massage-filter-panel > button { box-sizing:border-box; width:100%; min-width:0; }

@media (max-width:1100px) {
  .massage-filter-panel { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .massage-filter-panel > button { grid-column:1/-1; }
}
@media (max-width:720px) {
  .dashboard.board-mode.massage-mode .results { padding:0 12px 28px; }
  .massage-market-hero { border-radius:18px; padding-right:18px; padding-left:18px; }
  .massage-filter-panel { margin:0; }
  .massage-result-heading { margin:0 4px; }
  .dashboard.massage-mode .massage-ad-grid { padding:0 2px; }
}
@media (max-width:430px) {
  .massage-filter-panel { grid-template-columns:1fr; }
  .massage-filter-panel > button { grid-column:auto; }
}

/* Match upper-left advertisements to the 200 × 132px weather/exchange widget. */
@media (min-width:1551px) {
  .header-side-ads-left .header-side-ad,
  .header-side-ads-left .header-side-ad.is-managed-ad.has-ad-image {
    width:200px;
    height:132px;
    min-height:132px;
    max-height:132px;
    flex:0 0 200px;
    overflow:hidden;
  }
  .header-side-ads-left .managed-ad-content,
  .header-side-ads-left .managed-ad-image { width:100%; height:100%!important; }
  .header-side-ads-left .managed-ad-image { object-fit:cover!important; }
}

/* Clean primary navigation with an expandable mega menu. */
.utility-notice-link { color:#5c1a2b; font-weight:850; }
.category-nav { position:relative; width:min(1180px,calc(100% - 56px)); margin:0 auto; padding:4px 0 12px; }
.category-primary { position:relative; display:flex; width:min(1006px,calc(100% - 56px)); align-items:center; justify-content:space-between; gap:clamp(8px,1vw,16px); margin:0 auto; padding:0; }
.category-nav .category-primary>a {
  flex:0 0 auto;
  border:0;
  border-radius:0;
  padding:10px 0 8px;
  background:transparent;
  color:#514842;
  font-size:13px;
  font-weight:800;
}
.category-nav .category-primary>a:hover,.category-nav .category-primary>a:focus-visible,.category-nav .category-primary>a.active { background:transparent; color:#5c1a2b; box-shadow:inset 0 -2px #5c1a2b; }
.category-more-toggle { display:inline-flex; align-items:center; gap:5px; border:0; padding:10px 0 8px; background:transparent; color:#514842; font-size:13px; font-weight:850; }
.category-primary > :first-child { margin-left:0; }
.category-primary > .category-more-toggle { margin-right:0; }
.category-more-toggle span { transition:transform .18s ease; }
.category-more-toggle.is-open { color:#5c1a2b; }
.category-more-toggle.is-open span { transform:rotate(180deg); }
.category-nav .category-ad-inquiry { position:absolute; right:0; margin:0; border-radius:999px!important; padding:9px 16px!important; background:#5c1a2b!important; color:#fff!important; box-shadow:none!important; }
.category-more-panel { position:absolute; z-index:35; top:100%; left:50%; display:grid; width:min(920px,calc(100vw - 56px)); grid-template-columns:repeat(4,minmax(0,1fr)); gap:26px; transform:translateX(-50%); border:1px solid #e3d7ce; border-radius:0 0 20px 20px; padding:24px 28px 26px; background:rgba(255,253,249,.98); box-shadow:0 20px 45px rgba(42,39,36,.14); }
.category-more-panel[hidden] { display:none; }
.category-more-panel section { display:grid; align-content:start; gap:3px; }
.category-more-panel h3 { margin:0 0 8px; color:#5c1a2b; font-size:12px; letter-spacing:.02em; }
.category-nav .category-more-panel a { border:0; border-radius:8px; padding:8px 9px; background:transparent; color:#554b46; font-size:12px; text-align:left; }
.category-nav .category-more-panel a:hover,.category-nav .category-more-panel a:focus-visible,.category-nav .category-more-panel a.active { background:#f5e9eb; color:#5c1a2b; }

@media (min-width:1551px) {
  /* Align the primary menu's bottom edge with the bottom of both side widgets. */
  .category-nav {
    margin-top:-28px;
    border-color:transparent;
    background:transparent;
    box-shadow:none;
  }
  .category-primary { width:min(985px,calc(100% - 56px)); }
}

@media (min-width:1180px) and (max-width:1550px) { .category-primary { width:min(1132px,calc(100% - 56px)); } }

@media (max-width:720px) {
  .utility-notice-link { display:none; }
  .category-nav.mobile-open { display:block; padding:12px; }
  .category-primary { display:grid; width:100%; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; padding:0; }
  .category-primary > :first-child,.category-primary > .category-more-toggle { margin:0; }
  .category-nav .category-primary>a { border:1px solid #e6ddd6; border-radius:10px; padding:9px 5px; background:#fff; text-align:center; }
  .category-nav .category-primary>a:hover,.category-nav .category-primary>a:focus-visible,.category-nav .category-primary>a.active { background:#f8edf0; box-shadow:none; }
  .category-more-toggle { display:none; }
  .category-nav .category-ad-inquiry { position:static; margin:0; border-radius:10px!important; padding:9px 5px!important; }
  .category-nav.mobile-open .category-more-panel,.category-nav.mobile-open .category-more-panel[hidden] { position:static; display:grid!important; width:100%; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; transform:none; margin-top:10px; border:0; border-top:1px solid #eadfd7; border-radius:0; padding:10px 0 0; background:transparent; box-shadow:none; }
  .category-more-panel section { display:contents; }
  .category-more-panel h3 { grid-column:1/-1; margin:7px 0 2px; }
  .category-nav .category-more-panel a { border:1px solid #e6ddd6; padding:9px 5px; background:#fff; text-align:center; }
  .category-nav.mobile-open .category-more-panel .mobile-map-menu,.category-nav.mobile-open .category-more-panel .mobile-marketing-menu { display:block; }
}

/* Compact home briefing: the full listing feed appears only after choosing a board. */
.dashboard:not(.board-mode):not(.detail-mode) .result-panel {
  align-self:start;
  height:auto!important;
  min-height:0;
  overflow:hidden;
  padding:18px;
}
.dashboard:not(.board-mode):not(.detail-mode) .section-head { margin-bottom:14px; }
.dashboard:not(.board-mode):not(.detail-mode) .result-panel > .section-head { display:none; }
.dashboard:not(.board-mode):not(.detail-mode) #resultCount { display:none; }
.dashboard:not(.board-mode):not(.detail-mode) .results { display:none!important; }
.dashboard.business-map-results-mode:not(.board-mode):not(.detail-mode) .result-panel {
  overflow:visible;
}
.dashboard.business-map-results-mode:not(.board-mode):not(.detail-mode) .result-panel > .section-head {
  display:flex;
}
.dashboard.business-map-results-mode:not(.board-mode):not(.detail-mode) #resultCount {
  display:inline;
}
.dashboard.business-map-results-mode:not(.board-mode):not(.detail-mode) .results {
  display:grid!important;
  max-height:none;
  overflow:visible;
}
.podoko-brief-card { display:grid; grid-template-columns:1fr; gap:16px; }
.podoko-brief-intro {
  display:grid;
  gap:8px;
  border-radius:14px;
  padding:18px;
  background:linear-gradient(135deg,#5c1a2b,#7b2941);
  color:#fff;
}
.podoko-brief-intro small { color:#e5c7cf; font-size:9px; font-weight:900; letter-spacing:.08em; }
.podoko-brief-intro strong { font-size:15px; line-height:1.55; letter-spacing:-.03em; }
.podoko-quick-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.podoko-quick-grid a {
  display:grid;
  gap:3px;
  min-width:0;
  border:1px solid #e8ddd5;
  border-radius:12px;
  padding:12px 11px;
  background:#fffdf9;
  color:#413934;
  transition:border-color .16s ease,transform .16s ease,background .16s ease;
}
.podoko-quick-grid a:hover,.podoko-quick-grid a:focus-visible { border-color:#a86a79; background:#fbf2f3; transform:translateY(-1px); }
.podoko-quick-grid span { font-size:12px; font-weight:900; }
.podoko-quick-grid small { overflow:hidden; color:#8b7d76; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.podoko-latest-box { border-top:1px solid #eadfd7; padding-top:14px; }
.podoko-latest-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:5px; }
.podoko-latest-head h3 { margin:0; color:#352e2a; font-size:12px; }
.podoko-latest-head a { color:#7b2941; font-size:10px; font-weight:850; }
.podoko-latest-box ul { display:grid; margin:0; padding:0; list-style:none; }
.podoko-latest-box li { min-width:0; border-bottom:1px solid #f0e8e2; }
.podoko-latest-box li:nth-child(n+4) { display:none; }
.podoko-latest-box button {
  display:grid;
  width:100%;
  min-width:0;
  gap:3px;
  border:0;
  padding:10px 2px;
  background:transparent;
  color:#4a413c;
  text-align:left;
}
.podoko-latest-box button:hover,.podoko-latest-box button:focus-visible { color:#5c1a2b; }
.podoko-latest-box button strong { overflow:hidden; font-size:11px; text-overflow:ellipsis; white-space:nowrap; }
.podoko-latest-box button small,.podoko-latest-box button span { overflow:hidden; color:#958780; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }

@media (max-width:720px) {
  .dashboard:not(.board-mode):not(.detail-mode) .result-panel { padding:15px; }
  .podoko-brief-intro { padding:16px; }
  .podoko-brief-intro strong { font-size:14px; }
}

/* PODOKO NOW — compact, region-based community signal board. */
.podoko-now-card { gap:14px; }
.podoko-now-head { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
.podoko-now-head > div { display:grid; gap:2px; }
.podoko-now-head small { color:#a07d68; font-size:8px; font-weight:950; letter-spacing:.12em; }
.podoko-now-head h3 { margin:0; color:#5c1a2b; font-size:20px; letter-spacing:-.04em; }
.podoko-now-head > span { display:inline-flex; align-items:center; gap:5px; color:#85766e; font-size:9px; font-weight:750; }
.podoko-now-head > span i,.podoko-now-footer > span i { width:7px; height:7px; border-radius:50%; background:#31a76b; box-shadow:0 0 0 4px rgba(49,167,107,.11); }
.podoko-now-regions { display:grid; grid-template-columns:repeat(3,1fr); gap:6px; border-radius:12px; padding:4px; background:#f2ece6; }
.podoko-now-regions button { min-height:31px; border:0; border-radius:9px; background:transparent; color:#766860; font-size:10px; font-weight:850; }
.podoko-now-regions button.is-active { background:#fff; color:#5c1a2b; box-shadow:0 3px 10px rgba(65,44,35,.09); }
.podoko-now-status { display:grid; border:1px solid #eadfd7; border-radius:14px; background:#fffdf9; }
.podoko-now-status article { display:grid; grid-template-columns:32px minmax(0,1fr) auto; gap:9px; align-items:center; min-width:0; padding:12px; }
.podoko-now-status article + article { border-top:1px solid #eee6e0; }
.now-status-icon { display:grid; width:30px; height:30px; place-items:center; border-radius:10px; background:#f7edef; color:#6f1731; font-size:13px; font-weight:900; }
.podoko-now-status article div { display:grid; min-width:0; gap:2px; }
.podoko-now-status article small { color:#978980; font-size:8px; font-weight:750; }
.podoko-now-status article strong { overflow:hidden; color:#3f3732; font-size:11px; text-overflow:ellipsis; white-space:nowrap; }
.podoko-now-status article > b { border-radius:999px; padding:4px 7px; font-size:8px; white-space:nowrap; }
.podoko-now-status article > b.is-good { background:#e9f7ef; color:#20774a; }
.podoko-now-status article > b.is-normal { background:#f7f0df; color:#8b6827; }
.podoko-now-status article > b.is-busy { background:#fae9eb; color:#a23f53; }
.podoko-now-footer { display:grid; gap:11px; }
.podoko-now-footer > span { display:flex; align-items:center; gap:7px; color:#86776f; font-size:9px; }
.podoko-now-footer > span strong { color:#5d514a; }
.podoko-now-footer button { min-height:40px; border:0; border-radius:11px; background:#5c1a2b; color:#fff; font-size:11px; font-weight:900; box-shadow:0 7px 16px rgba(92,26,43,.16); }
.podoko-now-footer button:hover,.podoko-now-footer button:focus-visible { background:#741f39; }

@media (max-width:720px) {
  .podoko-now-head { align-items:center; }
  .podoko-now-head h3 { font-size:18px; }
  .podoko-now-head > span { display:none; }
  .podoko-now-status article { grid-template-columns:30px minmax(0,1fr); padding:11px 8px; }
  .podoko-now-status article > b { display:none; }
}

/* PODOKO daily utilities — useful without community reports or extra live APIs. */
.podoko-tool-card { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.podoko-tool-head { grid-column:1/-1; display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin-bottom:2px; }
.podoko-tool-head > div { display:grid; gap:2px; }
.podoko-tool-head small { color:#a07d68; font-size:8px; font-weight:950; letter-spacing:.12em; }
.podoko-tool-head h3 { margin:0; color:#5c1a2b; font-size:20px; letter-spacing:-.04em; }
.podoko-tool-head > span { color:#8c7d75; font-size:9px; font-weight:750; }
.podoko-tool-section { display:grid; align-content:start; gap:11px; min-width:0; border:1px solid #e9ded6; border-radius:14px; padding:13px; background:#fffdf9; }
.podoko-tool-label { display:flex; align-items:center; gap:9px; min-width:0; }
.podoko-tool-label > span { display:grid; width:30px; height:30px; flex:0 0 30px; place-items:center; border-radius:10px; background:#f7edef; color:#6f1731; font-size:12px; font-weight:950; }
.podoko-tool-label > div { display:grid; min-width:0; gap:1px; }
.podoko-tool-label strong { color:#443a35; font-size:11px; }
.podoko-tool-label small { overflow:hidden; color:#998b82; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }
.peso-calculator-row { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); gap:6px; align-items:center; }
.peso-calculator-row label { display:flex; align-items:center; min-width:0; overflow:hidden; border:1px solid #ddd1c8; border-radius:9px; background:#fff; }
.peso-calculator-row label span { padding-left:8px; color:#6f1731; font-size:11px; font-weight:900; }
.peso-calculator-row input { width:100%; min-width:0; height:35px; border:0; padding:0 7px; outline:0; background:transparent; color:#3f3732; font-size:11px; font-weight:850; }
.peso-calculator-row > i { color:#ad9f97; font-size:11px; font-style:normal; }
.peso-calculator-row output { overflow:hidden; color:#5c1a2b; font-size:11px; font-weight:900; text-align:right; text-overflow:ellipsis; white-space:nowrap; }
.stay-calculator-row { display:grid; gap:7px; }
.stay-calculator-row input { width:100%; height:35px; border:1px solid #ddd1c8; border-radius:9px; padding:0 8px; background:#fff; color:#4a403a; font-size:10px; }
.stay-calculator-row output { min-height:15px; color:#5c1a2b; font-size:10px; font-weight:900; }
.stay-tool p { margin:0; color:#a09289; font-size:7px; line-height:1.5; }
.phrase-tool { grid-column:1/-1; grid-template-columns:auto minmax(0,1fr); align-items:center; }
.phrase-tool .podoko-tool-label { grid-row:1/3; min-width:145px; }
.phrase-tool select { width:100%; min-width:0; height:34px; border:1px solid #ddd1c8; border-radius:9px; padding:0 9px; background:#fff; color:#544943; font-size:9px; }
.phrase-copy-row { display:grid; grid-template-columns:minmax(0,1fr) 52px; gap:7px; min-width:0; }
.phrase-copy-row output { overflow:hidden; border-radius:9px; padding:9px 10px; background:#f7f1ec; color:#4a403a; font-size:9px; font-weight:750; text-overflow:ellipsis; white-space:nowrap; }
.phrase-copy-row button { border:0; border-radius:9px; background:#5c1a2b; color:#fff; font-size:9px; font-weight:900; }
.podoko-daily-tip { grid-column:1/-1; display:grid; grid-template-columns:auto minmax(0,1fr); gap:10px; align-items:center; border-radius:12px; padding:12px 13px; background:#f7eee7; }
.podoko-daily-tip span { border-radius:999px; padding:5px 8px; background:#fff; color:#9a4256; font-size:8px; font-weight:900; white-space:nowrap; }
.podoko-daily-tip p { margin:0; color:#5a4e47; font-size:9px; line-height:1.45; }

@media (max-width:720px) {
  .podoko-tool-card { grid-template-columns:1fr; }
  .podoko-tool-head,.podoko-tool-section,.phrase-tool,.podoko-daily-tip { grid-column:1; }
  .podoko-tool-head > span { display:none; }
  .phrase-tool { display:grid; grid-template-columns:1fr; }
  .phrase-tool .podoko-tool-label { grid-row:auto; min-width:0; }
}

/* Curated Korea briefing for overseas residents. */
.korea-briefing-card { grid-template-columns:1fr; gap:13px; }
.korea-briefing-head { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
.korea-briefing-head > div { display:grid; gap:2px; }
.korea-briefing-head small { color:#a07d68; font-size:8px; font-weight:950; letter-spacing:.12em; }
.korea-briefing-head h3 { margin:0; color:#5c1a2b; font-size:21px; letter-spacing:-.05em; }
.korea-briefing-head time { color:#91837b; font-size:8px; font-weight:750; white-space:nowrap; }
.korea-briefing-intro { margin:0; border-radius:12px; padding:13px 14px; background:linear-gradient(135deg,#6c1832,#8c324d); color:#fff; font-size:10px; font-weight:750; line-height:1.6; }
.korea-briefing-clock { display:flex; align-items:center; justify-content:center; gap:12px; border:1px solid #eadfd7; border-radius:11px; padding:9px; background:#fffdf9; color:#8c7c73; font-size:9px; }
.korea-briefing-clock i { width:1px; height:11px; background:#dfd2ca; }
.korea-briefing-clock strong { margin-left:4px; color:#493f39; font-size:10px; }
.korea-briefing-list { display:grid; margin:0; padding:0; list-style:none; border:1px solid #e9ded6; border-radius:14px; background:#fffdf9; }
.korea-briefing-list li + li { border-top:1px solid #eee6e0; }
.korea-briefing-list .korea-news-main { display:grid; grid-template-columns:38px minmax(0,1fr) 10px; gap:9px; align-items:center; width:100%; min-width:0; border:0; padding:11px 12px; background:transparent; text-align:left; }
.korea-briefing-list .korea-news-main:hover,.korea-briefing-list .korea-news-main:focus-visible { background:#fbf3f4; }
.korea-briefing-list .korea-news-main em { border-radius:7px; padding:5px 3px; background:#f5e8eb; color:#7b2941; font-size:8px; font-style:normal; font-weight:900; text-align:center; }
.korea-briefing-list .korea-news-main > span { display:grid; min-width:0; gap:3px; }
.korea-briefing-list .korea-news-main strong,.korea-briefing-list .korea-news-main small { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.korea-briefing-list .korea-news-main strong { color:#413833; font-size:10px; }
.korea-briefing-list .korea-news-main small { color:#978980; font-size:8px; }
.korea-briefing-list .korea-news-main > i { color:#a99990; font-size:15px; font-style:normal; }
.korea-news-admin { display:flex; justify-content:flex-end; gap:5px; padding:0 10px 8px; }
.korea-news-admin button { border:1px solid #e2d5cd; border-radius:7px; padding:4px 7px; background:#fff; color:#76675f; font-size:8px; font-weight:850; }
.korea-briefing-list .is-empty { display:grid; gap:7px; min-height:126px; place-content:center; padding:22px; text-align:center; }
.korea-briefing-list .is-empty strong { color:#51453f; font-size:11px; }
.korea-briefing-list .is-empty span { color:#9b8c84; font-size:8px; line-height:1.5; }
.korea-briefing-footer { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.korea-briefing-footer > span { color:#a09189; font-size:8px; }
.korea-briefing-footer button { min-height:34px; border:0; border-radius:9px; padding:0 12px; background:#5c1a2b; color:#fff; font-size:9px; font-weight:900; }
.home-community-trends { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:0 0 12px; }
.home-community-trends .home-trend-box { min-height:150px; border-radius:14px; padding:13px; background:#fff; }
.home-community-trends .home-trend-box h3 { display:flex; align-items:center; gap:5px; margin:0 0 10px; font-size:12px; }
.home-community-trends .home-humor-box { border-color:#f1d7ae; background:linear-gradient(145deg,#fff9ed,#fffdf8); }
.home-community-trends .home-humor-box h3 { color:#98611d; }
.home-community-trends .home-comment-box { border-color:#d8cee9; background:linear-gradient(145deg,#f8f4ff,#fefcff); }
.home-community-trends .home-comment-box h3 { color:#694691; }
.home-community-trends .home-popular-box { border-color:#d7c3c9; background:linear-gradient(145deg,#fff5f7,#fffdfd); }
.home-community-trends .home-popular-box h3 { color:#7b2941; }
@media (max-width:720px) { .home-community-trends { grid-template-columns:1fr; } .home-community-trends .home-trend-box { min-height:0; } }

/* PODOKO editorial landing, based on the 260804 website concept. */
.podoko-landing { --landing-wine:#681b1f; --landing-ink:#292724; --landing-cream:#f7f2eb; display:grid; gap:0; width:100%; margin:0 0 36px; overflow:hidden; border-top:1px solid #e4d9ce; border-bottom:1px solid #e4d9ce; background:var(--landing-cream); color:var(--landing-ink); box-shadow:0 20px 55px rgba(76,45,32,.08); }
.podoko-landing[hidden] { display:none!important; }
.landing-market { order:1; }
.landing-picks { order:2; }
.landing-business { order:3; }
.landing-local { order:4; }
.landing-story { order:5; }
.landing-section,.landing-hero { padding:76px clamp(36px,6vw,88px); }
.landing-kicker { margin:0 0 20px; color:#7a2427; font-size:11px; font-weight:950; letter-spacing:.24em; }
.landing-kicker::before { content:""; display:inline-block; width:28px; height:1px; margin:0 12px 3px 0; background:#b97961; }
.landing-hero { display:grid; grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr); align-items:center; min-height:620px; background:#faf6f0; }
.landing-hero-copy h1,.landing-section h2 { margin:0; color:#272522; font-size:clamp(38px,4.1vw,68px); line-height:1.12; letter-spacing:-.065em; }
.landing-hero-copy h1 em,.landing-story h2 em { color:var(--landing-wine); font-style:italic; font-weight:500; }
.landing-hero-copy > p:not(.landing-kicker) { margin:28px 0; color:#706861; font-size:16px; line-height:1.9; }
.landing-search { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; max-width:650px; border:1px solid #dfd3c8; border-radius:19px; padding:8px; background:#fff; box-shadow:0 14px 28px rgba(83,52,40,.09); }
.landing-search > span { padding:0 18px; border-right:1px solid #eadfd6; color:#554c46; font-size:12px; font-weight:900; }
.landing-search input { width:100%; border:0; padding:15px 18px; outline:0; background:transparent; font-size:13px; }
.landing-search button,.landing-business button { border:0; border-radius:14px; padding:16px 24px; background:var(--landing-wine); color:#fff; font-weight:900; }
.landing-tags { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin-top:18px; }
.landing-tags span { color:#8c817a; font-size:10px; }
.landing-tags button { border:1px solid #e6dcd3; border-radius:999px; padding:8px 13px; background:#fff; color:#5d5550; font-size:10px; }
.landing-orbit { position:relative; min-height:470px; }
.landing-orbit > i { position:absolute; inset:50%; width:420px; height:420px; border:1px solid rgba(104,27,31,.16); border-radius:50%; transform:translate(-50%,-50%); }
.landing-orbit > i:nth-child(2) { width:325px; height:325px; border-style:dashed; }
.landing-orbit > i:nth-child(3) { width:245px; height:245px; background:var(--landing-wine); box-shadow:-75px 95px 0 rgba(118,132,106,.18),100px -65px 0 rgba(191,142,145,.2); }
.landing-orbit > strong { position:absolute; top:50%; left:50%; display:grid; place-items:center; color:#fff; font-size:50px; transform:translate(-50%,-50%); z-index:2; }
.landing-orbit > strong small { font-size:7px; letter-spacing:.22em; }
.orbit-card { position:absolute; z-index:3; display:grid; min-width:145px; gap:8px; border:1px solid #eadfd7; border-radius:16px; padding:20px; background:rgba(255,255,255,.92); color:#a06e60; font-size:8px; letter-spacing:.2em; box-shadow:0 12px 30px rgba(60,40,30,.08); }
.orbit-card b { color:#5a2426; font-size:14px; letter-spacing:0; }.orbit-eat{top:64px;left:18px}.orbit-market{top:120px;right:0}.orbit-life{bottom:30px;left:80px}
.landing-explore { display:grid; grid-template-columns:310px minmax(0,1fr); gap:55px; border-top:1px solid #e3d8cd; background:#f8f3ec; }
.landing-section-copy h2 { font-size:39px; }.landing-section-copy > p:not(.landing-kicker) { color:#716861; line-height:1.9; }
.landing-explore-menu { display:grid; gap:7px; margin-top:28px; }.landing-explore-menu button { display:flex; justify-content:space-between; border:0; border-radius:13px; padding:15px 17px; background:transparent; color:#504944; text-align:left; }.landing-explore-menu button:hover,.landing-explore-menu button:focus-visible { background:var(--landing-wine); color:#fff; }.landing-explore-menu span { opacity:.6; }
.landing-map-preview { position:relative; min-height:490px; overflow:hidden; border:1px solid #e1d5ca; border-radius:27px; background:linear-gradient(rgba(126,89,75,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(126,89,75,.05) 1px,transparent 1px),#fbf8f3; background-size:42px 42px; }
.landing-map-preview::before,.landing-map-preview::after { content:""; position:absolute; border-radius:50%; background:rgba(187,135,135,.18); }.landing-map-preview::before{width:260px;height:260px;right:80px;top:85px}.landing-map-preview::after{width:220px;height:220px;left:70px;bottom:15px;background:rgba(113,126,103,.17)}
.landing-map-search { position:absolute; z-index:2; top:20px; right:24px; left:24px; border:1px solid #e1d4c8; border-radius:14px; padding:17px 20px; background:#fffdfa; color:#9b8f86; font-size:11px; }
.landing-map-preview article { position:absolute; right:28px; bottom:28px; z-index:2; width:310px; border-radius:20px; padding:25px; background:#fff; box-shadow:0 15px 30px rgba(58,38,30,.09); }.landing-map-preview article small{color:#b4775f;font-weight:900;letter-spacing:.18em}.landing-map-preview article strong{display:block;margin:10px 0;font-size:18px}.landing-map-preview article p{color:#706761;font-size:11px;line-height:1.6}.landing-map-preview article button{border:0;background:transparent;color:var(--landing-wine);font-weight:900}
.landing-pin { position:absolute; z-index:2; width:24px; height:24px; border:4px solid #fff; border-radius:50% 50% 50% 0; background:#7a2427; box-shadow:0 0 0 2px #7a2427; transform:rotate(-45deg); }.pin-one{left:25%;top:38%}.pin-two{right:27%;top:43%;background:#d98b61;box-shadow:0 0 0 2px #d98b61}.pin-three{left:43%;bottom:18%;background:#7d8c70;box-shadow:0 0 0 2px #7d8c70}
.landing-section > header { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:32px; }.landing-section > header h2 { font-size:42px; }.landing-section > header > p { color:#766d66; line-height:1.7; }.landing-section > header button,.landing-more-link { border:0; background:transparent; color:var(--landing-wine); font-weight:900; }
.landing-card-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.landing-data-card { overflow:hidden; border:1px solid #e2d7cd; border-radius:22px; background:#fffdf9; text-align:left; box-shadow:0 10px 25px rgba(70,44,34,.06); }.landing-data-card button{display:grid;width:100%;border:0;padding:0;background:transparent;text-align:left}.landing-data-card-media{display:grid;place-items:center;aspect-ratio:1.35/1;overflow:hidden;background:#b98977;color:#fff;font-size:22px}.landing-data-card:nth-child(2) .landing-data-card-media{background:#b6a58b}.landing-data-card:nth-child(3) .landing-data-card-media{background:#8d9b87}.landing-data-card:nth-child(4) .landing-data-card-media{background:#bd9293}.landing-data-card-media img{width:100%;height:100%;object-fit:cover}.landing-data-card-copy{display:grid;gap:8px;padding:19px}.landing-data-card-copy small{color:#8a7770;font-size:9px;font-weight:850;letter-spacing:.05em}.landing-data-card-copy strong{overflow:hidden;color:#312d2a;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.landing-data-card-copy span{overflow:hidden;color:#897d75;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.landing-data-card-copy b{color:var(--landing-wine);font-size:15px}
.landing-market { background:#ede1d2; }.landing-market .landing-data-card-media{background:#cbb7a2}.landing-more-link{display:block;margin:24px 0 0 auto}
.landing-local { background:#292724; color:#fff; }.landing-local .landing-kicker{color:#d9c199}.landing-local header h2{color:#fff}.landing-local header>p{color:#b3aaa3}.landing-local-layout{display:grid;grid-template-columns:1.05fr 1.8fr;gap:18px}.landing-weekly{display:grid;align-content:space-between;min-height:390px;border-radius:24px;padding:30px;background:#deb9b6;color:#292724}.landing-weekly>small{font-weight:900;letter-spacing:.16em}.landing-weekly-mark{display:grid;place-items:center;width:145px;height:145px;margin:auto;border:1px solid rgba(104,27,31,.45);border-radius:50%;color:#fff;background:#681b1f;font-size:13px;font-weight:900;letter-spacing:.15em}.landing-weekly h3{margin:0;font-size:25px}.landing-weekly p{margin:0;color:#6f5f59}.landing-local-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.landing-local-card{display:grid;align-content:space-between;min-height:185px;border:1px solid #4d4945;border-radius:21px;padding:25px;background:#393632;color:#fff;text-align:left}.landing-local-card small{color:#d9c199;font-size:9px;font-weight:900;letter-spacing:.1em}.landing-local-card strong{font-size:17px;line-height:1.5}.landing-local-card span{color:#88817b;font-size:9px}
.landing-business { display:grid; grid-template-columns:1fr 1fr; min-height:600px; background:#6b1c20; color:#fff; }.landing-business .landing-kicker,.landing-business h2{color:#fff}.landing-business h2{font-size:52px}.landing-business>div>p:not(.landing-kicker){color:#d8bfc0;line-height:1.8}.landing-business ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:30px 0;padding:0;list-style:none}.landing-business li{border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:15px;color:#f4e5e4}.landing-business li b{margin-right:12px;color:#d7a9a7}.landing-business button{background:#fff8ef;color:#6b1c20}.landing-business-orbit{position:relative;display:grid;place-items:center}.landing-business-orbit::before,.landing-business-orbit::after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.landing-business-orbit::after{width:300px;height:300px}.landing-business-orbit strong{z-index:1;display:grid;place-items:center;width:230px;height:230px;border-radius:50%;background:#571318;color:#fff;font-size:45px;box-shadow:0 0 0 8px rgba(255,255,255,.55)}
.landing-story { position:relative; min-height:500px; overflow:hidden; background:#faf6f0; }.landing-story::after{content:"";position:absolute;right:-120px;top:40px;width:500px;height:500px;border:1px solid rgba(104,27,31,.12);border-radius:50%;box-shadow:0 0 0 70px rgba(185,128,130,.06)}.landing-story h2{position:relative;z-index:1;font-size:48px}.landing-story>p,.landing-story>strong{position:relative;z-index:1;display:block;max-width:850px;line-height:1.9}.landing-story>strong{margin-top:25px;color:var(--landing-wine);font-size:17px}
@media (max-width:1000px){.landing-hero{grid-template-columns:1fr}.landing-orbit{display:none}.landing-explore{grid-template-columns:1fr}.landing-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-business{grid-template-columns:1fr}.landing-business-orbit{display:none}}
@media (max-width:720px){.podoko-landing{width:100%;margin:0;border:0;border-radius:0}.landing-section,.landing-hero{padding:44px 18px}.landing-hero{min-height:0}.landing-hero-copy h1{font-size:39px}.landing-search{grid-template-columns:1fr auto}.landing-search>span{display:none}.landing-section>header{align-items:start;flex-direction:column}.landing-section>header h2,.landing-section-copy h2{font-size:32px}.landing-map-preview{min-height:420px}.landing-map-preview article{right:15px;bottom:15px;left:15px;width:auto}.landing-card-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.landing-data-card{flex:0 0 82%;scroll-snap-align:start}.landing-local-layout{grid-template-columns:1fr}.landing-local-list{grid-template-columns:1fr}.landing-business ul{grid-template-columns:1fr}.landing-story h2,.landing-business h2{font-size:37px}}

@media (max-width:720px) {
  .korea-briefing-head h3 { font-size:18px; }
  .korea-briefing-head time { display:none; }
  .korea-briefing-footer { align-items:stretch; flex-direction:column; }
  .korea-briefing-footer button { width:100%; }
}

/* Photo-forward marketplace rows. */
.landing-market .landing-card-grid { grid-template-columns:repeat(6,minmax(0,1fr)); gap:12px; }
.landing-market .landing-data-card { border-radius:16px; }
.landing-market .landing-data-card button { grid-template-columns:1fr; min-height:0; }
.landing-market .landing-data-card-media { width:100%; height:auto; min-height:0; aspect-ratio:1/1; }
.landing-market .landing-data-card-copy { align-content:start; gap:5px; padding:12px; }
.landing-market .landing-data-card-copy strong { font-size:13px; }
.landing-market .landing-data-card-copy b { font-size:15px; }
@media (max-width:720px) {
  .landing-market .landing-card-grid { display:flex; gap:10px; overflow-x:auto; scroll-snap-type:x mandatory; }
  .landing-market .landing-data-card { flex:0 0 68%; scroll-snap-align:start; }
  .landing-market .landing-data-card button { grid-template-columns:118px minmax(0,1fr); min-height:128px; }
  .landing-market .landing-data-card-media { height:100%; min-height:128px; aspect-ratio:auto; }
  .landing-market .landing-data-card-copy { gap:5px; padding:12px 14px; }
  .landing-market .landing-data-card-copy strong { display:-webkit-box; overflow:hidden; font-size:14px; white-space:normal; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
  .landing-market .landing-data-card-copy b { font-size:16px; }
}

/* Final type scale overrides. */
body { font-family:"Noto Sans KR",sans-serif; }
:lang(en),.landing-kicker,.language-switcher [data-language="en"],.landing-data-card-media,.landing-weekly-mark,.landing-business-orbit strong { font-family:"Pretendard","Noto Sans KR",sans-serif; }
.podoko-landing .landing-section > header h2 { font-size:42px; line-height:1.18; }
.podoko-landing .landing-business h2,.podoko-landing .landing-story h2 { font-size:46px; line-height:1.16; }
.podoko-landing :where(p,li) { font-size:14px; line-height:1.7; }
.podoko-landing .landing-data-card-copy small,.podoko-landing .landing-data-card-copy span { font-size:11px; }
.podoko-landing .landing-data-card-copy strong { font-size:14px; line-height:1.45; }
.podoko-landing .landing-data-card-copy b { font-size:15px; line-height:1.35; }
@media (max-width:720px) {
  .podoko-landing .landing-section > header h2,.podoko-landing .landing-business h2,.podoko-landing .landing-story h2 { font-size:30px; }
  .podoko-landing .landing-data-card-copy strong { font-size:14px; }
  .podoko-landing .landing-data-card-copy b { font-size:16px; }
}

/* Refined PODOKO community board. */
.dashboard.board-mode.community-mode:not(.detail-mode) { align-items:start; gap:24px; padding:30px clamp(24px,4vw,64px) 64px; background:#f6f1ea; }
.dashboard.community-mode:not(.detail-mode) .result-panel { overflow:visible; border:0; padding:0; background:transparent; box-shadow:none; }
.dashboard.community-mode:not(.detail-mode) .section-head { align-items:flex-start; gap:14px; margin:0 0 18px; border-radius:22px; padding:24px 26px; background:linear-gradient(135deg,#5c1a2b,#762b40); color:#fff; box-shadow:0 14px 32px rgba(92,26,43,.16); }
.dashboard.community-mode:not(.detail-mode) .result-title-row { display:grid; flex:1 1 auto; grid-template-columns:auto minmax(260px,1fr); width:auto; min-width:0; gap:18px; }
.dashboard.community-mode:not(.detail-mode) .section-head h2 { margin:0; padding:0; color:#fff; font-size:28px; font-weight:850; letter-spacing:-.04em; }
.dashboard.community-mode:not(.detail-mode) .section-head h2::before { display:none; }
.dashboard.community-mode:not(.detail-mode) .result-title-row::after { content:attr(data-board-subtitle); grid-column:1/-1; grid-row:2; color:#ead6dc; font-size:12px; }
.dashboard.community-mode:not(.detail-mode) .board-search-form { justify-self:end; width:min(100%,390px); grid-template-columns:minmax(160px,1fr) 58px 72px; }
.dashboard.community-mode:not(.detail-mode) .board-search-form input,.dashboard.community-mode:not(.detail-mode) .board-search-form > button { box-sizing:border-box; height:36px; min-height:36px; }
.dashboard.community-mode:not(.detail-mode) .board-search-form input { border-color:rgba(255,255,255,.32); background:rgba(255,255,255,.12); color:#fff; }
.dashboard.community-mode:not(.detail-mode) .board-search-form input::placeholder { color:#dcc4cb; }
.dashboard.community-mode:not(.detail-mode) .board-search-form input:focus { border-color:#fff; box-shadow:0 0 0 3px rgba(255,255,255,.14); }
.dashboard.community-mode:not(.detail-mode) .board-search-form > button { background:#fff; color:#5c1a2b; }
.dashboard.community-mode:not(.detail-mode) .board-search-form .board-write-button { background:#d0aa63!important; color:#3f281e!important; box-shadow:none!important; }
.dashboard.community-mode:not(.detail-mode) #resultCount { display:inline-flex; flex:0 0 auto; align-items:center; justify-content:center; align-self:flex-start; box-sizing:border-box; min-width:52px; height:36px; border:1px solid rgba(92,26,43,.14); border-radius:999px; padding:0 10px; background:#fff; color:#5c1a2b; text-align:center; line-height:1; white-space:nowrap; }
.dashboard.community-mode:not(.detail-mode) .board-result-ads { gap:12px; margin-bottom:18px; }
.dashboard.community-mode:not(.detail-mode) .results { display:grid; gap:0; max-height:none; overflow:hidden; border:1px solid #e4d9cf; border-radius:20px; background:#fff; box-shadow:0 12px 32px rgba(61,42,32,.065); }
.dashboard.community-mode:not(.detail-mode) .result-card { margin:0; border:0; border-bottom:1px solid #eee5de; border-radius:0; padding:19px 22px; background:#fff; box-shadow:none; transition:background .16s ease,padding-left .16s ease; }
.dashboard.community-mode:not(.detail-mode) .result-card:last-child { border-bottom:0; }
.board-load-more { width:calc(100% - 32px); min-height:44px; margin:16px; border:1px solid #d9c9c1; border-radius:12px; background:#fffaf6; color:#5c1a2b; font-size:13px; font-weight:900; }
.board-load-more:hover,.board-load-more:focus-visible { border-color:#5c1a2b; background:#f8edf0; outline:none; }
.dashboard.community-mode:not(.detail-mode) .result-card:hover,.dashboard.community-mode:not(.detail-mode) .result-card:focus-visible { border-color:#eee5de; background:#fbf6f3; box-shadow:inset 4px 0 #7b2941; transform:none; }
.dashboard.community-mode:not(.detail-mode) .result-card h3 { color:#332c28; font-size:15px; font-weight:800; letter-spacing:-.02em; }
.dashboard.community-mode:not(.detail-mode) .result-card .meta { margin-top:4px; color:#94867d; font-size:11px; }
.dashboard.community-mode:not(.detail-mode) .result-card .desc { display:-webkit-box; overflow:hidden; margin:10px 0 0; color:#6e625b; font-size:12px; line-height:1.55; -webkit-box-orient:vertical; -webkit-line-clamp:1; }
.dashboard.community-mode:not(.detail-mode) .badge-row { margin-top:10px; }
.dashboard.community-mode:not(.detail-mode) .badge { border:0; border-radius:999px; padding:4px 8px; background:#f3ebe7; color:#7b5a50; font-size:10px; }
.dashboard.community-mode:not(.detail-mode) .badge.hot { background:#7b2941; color:#fff; }
.dashboard.community-mode:not(.detail-mode) .side-panel { position:sticky; top:18px; border:1px solid #e4d9cf; border-radius:20px; background:#fffdf9; box-shadow:0 10px 28px rgba(61,42,32,.055); }
@media (max-width:720px) {
  .dashboard.board-mode.community-mode:not(.detail-mode) { padding:16px 12px 80px; }
  .dashboard.community-mode:not(.detail-mode) .section-head { align-items:stretch; flex-direction:column; border-radius:18px; padding:20px 16px; }
  .dashboard.community-mode:not(.detail-mode) .result-title-row { grid-template-columns:1fr; gap:12px; }
  .dashboard.community-mode:not(.detail-mode) .result-title-row::after { grid-row:auto; }
  .dashboard.community-mode:not(.detail-mode) .board-search-form { justify-self:stretch; width:100%; grid-template-columns:minmax(0,1fr) 54px 64px; }
  .dashboard.community-mode:not(.detail-mode) #resultCount { align-self:flex-start; }
  .dashboard.community-mode:not(.detail-mode) .results { border-radius:16px; }
  .dashboard.community-mode:not(.detail-mode) .result-card { padding:16px; }
}

/* Massage canvas must override the shared board card after all board rules. */
.dashboard.board-mode.massage-mode.community-mode:not(.detail-mode) .results {
  box-sizing:border-box;
  width:100%;
  max-width:none;
  overflow:visible;
  border:0;
  border-radius:0;
  padding:16px 0 34px;
  background:transparent;
  box-shadow:none;
}
.dashboard.board-mode.massage-mode .massage-ad-board { width:100%; max-width:none; }
@media (max-width:720px) {
  .dashboard.board-mode.massage-mode.community-mode:not(.detail-mode) .results { padding:10px 0 28px; }
}

/* Member-powered marketplace boards: same visual confidence as massage, with writing enabled. */
.dashboard.board-mode.marketplace-mode.community-mode:not(.detail-mode) .results { overflow:visible; border:0; border-radius:0; padding:10px 0 36px; background:transparent; box-shadow:none; }
.marketplace-board-shell { display:grid; width:100%; min-width:0; gap:22px; }
.marketplace-board-hero { display:flex; min-width:0; min-height:176px; align-items:center; justify-content:space-between; gap:24px; overflow:hidden; border-radius:22px; padding:28px clamp(24px,4vw,52px); background:linear-gradient(125deg,#fffdf9,#f1e2de); box-shadow:0 12px 34px rgba(92,26,43,.08); }
.marketplace-board-shell.is-giveaway .marketplace-board-hero { background:linear-gradient(125deg,#fffdf9,#e5ede2); }
.marketplace-board-hero > div { min-width:0; }
.marketplace-board-hero span { color:#5c1a2b; font-size:10px; font-weight:900; letter-spacing:.16em; }
.marketplace-board-hero h2 { margin:7px 0 8px; color:#2a2724; font-size:clamp(28px,3vw,42px); line-height:1.12; letter-spacing:-.05em; white-space:pre-line; }
.marketplace-board-hero p { margin:0; color:#71655f; font-size:13px; }
.marketplace-board-hero button { flex:0 0 auto; min-height:48px; border:0; border-radius:14px; padding:0 22px; background:#5c1a2b; color:#fff; font-weight:900; }
.marketplace-board-shell.is-giveaway .marketplace-board-hero button { background:#516a50; }
.marketplace-filter-panel { display:grid; grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) minmax(130px,.7fr); align-items:end; gap:12px; border:1px solid #e5d9cf; border-radius:20px; padding:16px; background:#fffdf9; }
.marketplace-filter-panel label { display:grid; min-width:0; gap:7px; }
.marketplace-filter-panel label span,.marketplace-filter-panel > div span { color:#7b6e67; font-size:11px; font-weight:800; }
.marketplace-filter-panel select { box-sizing:border-box; width:100%; min-width:0; height:46px; border:1px solid #dfd2c8; border-radius:12px; padding:0 13px; background:#fff; color:#2a2724; }
.marketplace-filter-panel > div { display:flex; box-sizing:border-box; min-height:46px; align-items:center; justify-content:center; gap:6px; border-radius:12px; padding:0 12px; background:#f6f1ea; text-align:center; white-space:nowrap; }
.marketplace-filter-panel > div strong { color:#5c1a2b; font-size:15px; line-height:1; }
.marketplace-filter-panel > div span { font-size:10px; line-height:1; }
.marketplace-result-heading { display:flex; align-items:end; justify-content:space-between; gap:16px; }
.marketplace-result-heading div { display:flex; align-items:baseline; gap:8px; }
.marketplace-result-heading span { color:#6f625d; font-size:15px; font-weight:850; }
.marketplace-result-heading strong { color:#5c1a2b; font-size:25px; }
.marketplace-result-heading p { margin:0; color:#8a7d76; font-size:12px; }
.marketplace-card-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:12px; }
.marketplace-card { min-width:0; overflow:hidden; border:1px solid #e4d9d0; border-radius:16px; background:#fffdf9; box-shadow:0 6px 18px rgba(42,39,36,.055); cursor:pointer; transition:transform .18s ease,box-shadow .18s ease; }
.marketplace-card:hover,.marketplace-card:focus-visible { outline:none; box-shadow:0 12px 28px rgba(92,26,43,.12); transform:translateY(-3px); }
.marketplace-card.is-complete { border-color:#c9c1ba; background:#f3f0ec; }
.marketplace-card.is-complete .marketplace-card-media img { filter:grayscale(.75); opacity:.68; }
.marketplace-card.is-complete .marketplace-card-copy > :not(.marketplace-complete-button) { opacity:.62; }
.marketplace-card-media { position:relative; display:grid; aspect-ratio:1/1; place-items:center; overflow:hidden; background:linear-gradient(135deg,#ead7d5,#ddd0bf); color:#5c1a2b; font-weight:900; }
.marketplace-board-shell.is-giveaway .marketplace-card-media { background:linear-gradient(135deg,#e2eadf,#ccd9c8); color:#486047; }
.marketplace-card-media img { width:100%; height:100%; object-fit:cover; }
.marketplace-card-media em { position:absolute; top:8px; left:8px; border-radius:999px; padding:4px 7px; background:rgba(255,253,249,.94); color:#5c1a2b; font-size:9px; font-style:normal; font-weight:900; }
.marketplace-card-copy { display:grid; min-width:0; gap:6px; padding:11px; }
.marketplace-card-copy small { overflow:hidden; color:#8b7c74; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.marketplace-card-copy h3 { display:-webkit-box; min-height:34px; margin:0; overflow:hidden; color:#302b28; font-size:13px; line-height:1.35; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.marketplace-card-copy strong { color:#5c1a2b; font-size:14px; }
.marketplace-card-copy p { overflow:hidden; margin:0; color:#867970; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.marketplace-complete-button { width:100%; min-height:32px; margin-top:3px; border:1px solid #5c1a2b; border-radius:9px; background:#fff; color:#5c1a2b; font-size:10px; font-weight:900; cursor:pointer; }
.marketplace-complete-button.is-complete { border-color:#8a7d76; background:#8a7d76; color:#fff; }
.marketplace-empty { grid-column:1/-1; display:grid; place-items:center; gap:6px; min-height:180px; border:1px dashed #d8c9c0; border-radius:18px; background:#fffaf6; color:#786b64; }
@media (max-width:1250px) { .marketplace-card-grid { grid-template-columns:repeat(4,minmax(0,1fr)); } }
@media (max-width:900px) { .marketplace-card-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:720px) {
  .dashboard.board-mode.marketplace-mode.community-mode:not(.detail-mode) .results { padding:8px 0 28px; }
  .marketplace-board-hero { align-items:stretch; flex-direction:column; border-radius:18px; padding:22px 18px; }
  .marketplace-board-hero button { width:100%; }
  .marketplace-filter-panel { grid-template-columns:1fr 1fr; padding:12px; }
  .marketplace-filter-panel > div { grid-column:1/-1; }
  .marketplace-result-heading { align-items:start; flex-direction:column; gap:3px; padding:0 4px; }
  .marketplace-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }
}

/* PODOKO identity line and introduction dialog. */
.podoko-intro-line { display:flex; min-width:0; align-items:center; justify-content:space-between; gap:12px; color:#5c1a2b; font-size:11px; font-weight:750; line-height:1.45; }
.podoko-intro-line > span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.podoko-intro-line button { flex:0 0 auto; border:0; padding:4px 0; background:transparent; color:#5c1a2b; font-size:10px; font-weight:900; cursor:pointer; white-space:nowrap; }
.podoko-intro-line button:hover,.podoko-intro-line button:focus-visible { text-decoration:underline; outline:none; }
.podoko-intro-line i { font-style:normal; }
@media (min-width:721px) {
  .masthead { grid-template-rows:auto 44px; align-content:center; }
  .masthead .brand { grid-column:1; grid-row:1/3; }
  .podoko-intro-line { grid-column:2/4; grid-row:1; align-self:end; width:calc(100% + 105px); margin-bottom:4px; transform:translateX(-105px); }
  .masthead .main-search { grid-column:2; grid-row:2; transform:translate(-105px,-14px); }
  .masthead .post-button { grid-column:3; grid-row:2; transform:translateY(-14px); }
}
.podoko-about-modal[aria-hidden="true"] { display:none; }
.podoko-about-modal { position:fixed; z-index:180; inset:0; display:grid; place-items:center; padding:24px; }
.podoko-about-backdrop { position:absolute; inset:0; width:100%; border:0; padding:0; background:rgba(43,27,46,.68); backdrop-filter:blur(5px); }
.podoko-about-dialog { position:relative; z-index:1; width:min(680px,100%); max-height:calc(100vh - 48px); overflow:auto; border:1px solid #e1d5cd; border-radius:26px; padding:28px; background:#fffdf9; box-shadow:0 28px 90px rgba(43,27,46,.3); }
.podoko-about-dialog > header { display:flex; align-items:start; justify-content:space-between; gap:20px; }
.podoko-about-dialog header small { color:#c9a25b; font-size:10px; font-weight:900; letter-spacing:.16em; }
.podoko-about-dialog header h2 { margin:7px 0 0; color:#2b1b2e; font-size:34px; line-height:1.2; letter-spacing:-.045em; }
.podoko-about-dialog header > button { flex:0 0 40px; width:40px; height:40px; border:1px solid #e2d7cf; border-radius:50%; background:#f6f1ea; color:#5c1a2b; font-size:24px; }
.podoko-about-lead { margin:22px 0; border-left:3px solid #5c1a2b; padding-left:16px; color:#655a54; font-size:14px; font-weight:650; line-height:1.8; }
.podoko-about-values { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.podoko-about-values article { display:grid; align-content:start; gap:8px; min-height:135px; border:1px solid #e7ddd5; border-radius:16px; padding:17px; background:#fffaf6; }
.podoko-about-values b { color:#5c1a2b; font-size:13px; }
.podoko-about-values span { color:#7b6f68; font-size:11px; line-height:1.65; }
.podoko-about-dialog footer { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:10px; margin-top:20px; border-radius:16px; padding:15px 17px; background:#2b1b2e; color:#fff; }
.podoko-about-dialog footer strong { font-size:15px; }
.podoko-about-dialog footer span { color:#d8cdd0; font-size:11px; }
.podoko-about-dialog footer button { min-height:38px; border:0; border-radius:10px; padding:0 14px; background:#c9a25b; color:#2b1b2e; font-weight:900; }
@media (max-width:720px) {
  .masthead { min-height:auto; grid-template-rows:auto auto auto; }
  .podoko-intro-line { grid-column:1/-1; grid-row:2; width:100%; gap:7px; border-top:1px solid #eee4dc; padding-top:7px; font-size:9px; }
  .podoko-intro-line > span { white-space:normal; }
  .masthead .main-search { grid-row:3; }
  .podoko-about-modal { align-items:end; padding:0; }
  .podoko-about-dialog { max-height:88vh; border-radius:24px 24px 0 0; padding:22px 16px 28px; }
  .podoko-about-dialog header h2 { font-size:27px; }
  .podoko-about-values { grid-template-columns:1fr; }
  .podoko-about-values article { min-height:0; }
  .podoko-about-dialog footer { grid-template-columns:1fr; }
}
