/* ============================================================
   SOCIAL LAYER STYLES — travel social layer
   vibe pills · intent bar · live activity · vibe-match · connected
   ============================================================ */

/* ---------- Vibe pills (signature taxonomy) ---------- */
.vibe-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.vibe-pill {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-size: 12px; font-weight: 600; line-height: 1;
  white-space: nowrap;
}
.vibe-pill-glyph { font-size: 11px; line-height: 1; }
.vibe-pill.tone-warm   { background: var(--accent-soft);  color: var(--accent); }
.vibe-pill.tone-forest { background: var(--primary-soft); color: var(--primary); }
.vibe-pill.tone-cool   { background: #E8EEF2; color: #2C4A5C; }
.vibe-pill.tone-mono   { background: var(--bg-soft); color: var(--ink-soft); }

/* ---------- Gamification honor line ---------- */
.honor-line {
  display: flex; align-items: center; flex-wrap: wrap; gap: 7px;
  font-size: 12px; color: var(--ink-soft); font-weight: 500;
}
.honor-line.compact { gap: 6px; font-size: 11px; }
.honor-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-mute); flex: none; }
.honor-stat { white-space: nowrap; }
.honor-chip {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 2px 8px 2px 7px;
  background: var(--bg-soft);
  border-radius: var(--r-pill);
  font-size: 11px; font-weight: 600; color: var(--ink-soft);
}
.honor-glyph { color: var(--gold); font-size: 11px; line-height: 1; }

/* ============================================================
   INTENT BAR (#3)
   ============================================================ */
.intent-bar {
  border: 1px solid var(--border-soft);
  background: var(--bg-card);
  border-radius: var(--r-xl);
  padding: 32px;
  margin-top: 28px;
}
.intent-bar-head .eyebrow { display: block; margin-bottom: 10px; }
.intent-bar-head h3 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(24px, 2.6vw, 32px); line-height: 1.1; margin: 0;
  letter-spacing: -0.01em;
}
.intent-bar-head h3 em { color: var(--accent); font-style: italic; }
.intent-bar-head .sub {
  color: var(--ink-soft); margin: 10px 0 0; max-width: 60ch; font-size: 14px; line-height: 1.5;
}
.intent-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px; margin-top: 22px;
}
.intent-chip {
  display: flex; flex-direction: column; gap: 7px;
  text-align: left; cursor: pointer;
  padding: 16px;
  border-radius: var(--r-md);
  border: 1.5px solid var(--border);
  background: var(--bg-card);
  transition: all 0.16s ease;
  font-family: inherit;
}
.intent-chip:hover { border-color: var(--ink-mute); transform: translateY(-2px); }
.intent-chip-top { display: flex; align-items: center; justify-content: space-between; }
.intent-chip-glyph { font-size: 22px; line-height: 1; }
.intent-chip-check {
  width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1.5px solid var(--border);
  background: var(--bg-card);
  color: var(--ink-mute); font-size: 13px; font-weight: 700;
  cursor: pointer; padding: 0; font-family: inherit;
  transition: all 0.16s;
}
.intent-chip-check:hover { border-color: var(--ink); color: var(--ink); transform: scale(1.12); }
.intent-chip-label { font-weight: 700; font-size: 14px; color: var(--ink); line-height: 1.25; }
.intent-chip-desc { font-size: 12px; color: var(--ink-soft); line-height: 1.4; }
.intent-chip-foot {
  display: flex; align-items: center; gap: 7px;
  margin-top: auto; padding-top: 8px;
  font-size: 11px; color: var(--ink-mute); font-weight: 600;
}
.intent-chip-avatars { display: inline-flex; }
.intent-chip-avatars img {
  width: 20px; height: 20px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--bg-card); margin-left: -7px;
}
.intent-chip-avatars img:first-child { margin-left: 0; }
.intent-chip-empty { font-style: italic; }
/* active states per tone */
.intent-chip.active { border-color: currentColor; }
.intent-chip.tone-warm.active   { border-color: var(--accent); background: var(--accent-soft); }
.intent-chip.tone-forest.active { border-color: var(--primary); background: var(--primary-soft); }
.intent-chip.tone-cool.active   { border-color: #2C4A5C; background: #E8EEF2; }
.intent-chip.active .intent-chip-check { background: var(--ink); border-color: var(--ink); color: white; }
.intent-chip.tone-warm.active   .intent-chip-check { background: var(--accent);  border-color: var(--accent); }
.intent-chip.tone-forest.active .intent-chip-check { background: var(--primary); border-color: var(--primary); }
.intent-chip.tone-cool.active   .intent-chip-check { background: #2C4A5C; border-color: #2C4A5C; }
.intent-bar-confirm {
  display: flex; align-items: center; gap: 9px;
  margin-top: 18px; padding: 12px 16px;
  background: var(--primary-soft); color: var(--primary);
  border-radius: var(--r-md); font-size: 13px; font-weight: 500;
}
.intent-bar-confirm strong { font-weight: 700; }
.intent-confirm-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--primary); flex: none;
}

/* open card gets a ring */
.intent-chip.is-open { box-shadow: 0 0 0 3px var(--primary-soft); border-color: var(--primary); }

/* ---- intent modal popup (was inline drawer) ----
   Centered overlay on desktop, bottom-sheet on mobile — same content both. */
.intent-modal-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(27, 24, 20, 0.5); backdrop-filter: blur(3px);
  display: flex; align-items: flex-end; justify-content: center;
  padding: 0; animation: msg-fade 0.18s ease;
}
@media (min-width: 600px) {
  .intent-modal-overlay { align-items: center; padding: 24px; }
}
.intent-modal {
  width: 100%; max-width: 540px; max-height: 90vh; overflow-y: auto;
  padding: 22px 22px 24px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  background: var(--bg-card);
  box-shadow: var(--shadow-lg, 0 20px 60px rgba(0,0,0,0.22));
  animation: msg-rise 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (min-width: 600px) {
  .intent-modal { border-radius: var(--r-lg); max-height: 82vh; }
}
.intent-drawer-head { display: flex; align-items: flex-start; gap: 12px; }
.intent-drawer-glyph {
  width: 42px; height: 42px; flex: none; border-radius: var(--r-md);
  display: grid; place-items: center; font-size: 22px;
  background: var(--bg-soft);
}
.intent-drawer-title { flex: 1; min-width: 0; }
.intent-drawer-title strong { display: block; font-size: 16px; color: var(--ink); }
.intent-drawer-title span { font-size: 13px; color: var(--ink-soft); }
.intent-drawer-close {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  border: none; background: var(--bg-soft); color: var(--ink-soft);
  font-size: 20px; line-height: 1; cursor: pointer;
}
.intent-drawer-close:hover { background: var(--border-soft); color: var(--ink); }

.intent-drawer-people { margin-top: 18px; }
.intent-drawer-subtitle { font-size: 13.5px; color: var(--ink-soft); }
.intent-drawer-subtitle strong { color: var(--ink); }
.intent-drawer-list {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px; margin-top: 14px;
}
.intent-person {
  display: flex; align-items: center; gap: 10px;
  padding: 10px; border: 1px solid var(--border-soft);
  border-radius: var(--r-md); background: var(--bg);
}
.intent-person-main { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0; }
.intent-person-main img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: none; }
.intent-person-id { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.intent-person-name { font-weight: 700; font-size: 14px; color: var(--ink); }
.intent-person-msg {
  flex: none; display: inline-flex; align-items: center; gap: 5px;
  padding: 8px 12px; border-radius: var(--r-pill);
  border: 1px solid var(--primary); background: var(--bg-card);
  color: var(--primary); font-size: 12.5px; font-weight: 700; cursor: pointer;
  transition: all 0.14s;
}
.intent-person-msg:hover { background: var(--primary); color: white; }

.intent-drawer-note { margin-top: 18px; }
.intent-drawer-note label {
  display: block; font-size: 12px; font-weight: 600; color: var(--ink-soft); margin-bottom: 7px;
}
.intent-drawer-note input {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--border); border-radius: var(--r-md);
  background: var(--bg); font: inherit; font-size: 14px; color: var(--ink);
}
.intent-drawer-note input:focus { outline: none; border-color: var(--primary); }

.intent-drawer-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--border-soft);
  flex-wrap: wrap;
}
.intent-drawer-confirm {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--primary); font-weight: 500;
}
.intent-drawer-confirm strong { font-weight: 700; }
.intent-drawer-confirm-off { color: var(--ink-soft); font-weight: 500; }
.intent-drawer-flag {
  flex: none; display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 18px; border-radius: var(--r-pill);
  border: none; background: var(--primary); color: white;
  font: inherit; font-size: 13.5px; font-weight: 700; cursor: pointer;
  transition: background 0.15s;
}
.intent-drawer-flag:hover { background: var(--primary-hover, #15573f); }
.intent-drawer-flag .intent-confirm-dot { background: white; }
.intent-drawer-remove {
  flex: none; background: none; border: none; cursor: pointer;
  font-size: 13px; font-weight: 600; color: var(--ink-mute);
  text-decoration: underline; text-underline-offset: 3px;
}
.intent-drawer-remove:hover { color: var(--accent); }

/* ============================================================
   LIVE ACTIVITY (#6)
   ============================================================ */
.live-activity {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-pill);
  margin-top: 18px;
  overflow: hidden;
}
.live-activity-dot {
  position: relative; width: 9px; height: 9px; flex: none;
}
.live-activity-dot::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%; background: var(--accent);
}
.live-activity-dot span {
  position: absolute; inset: 0; border-radius: 50%; background: var(--accent);
  animation: livePulse 1.8s ease-out infinite;
}
@keyframes livePulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(3); opacity: 0; }
}
.live-activity-label {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em;
  color: var(--accent); font-weight: 600; flex: none;
}
.live-activity-feed {
  position: relative; flex: 1; min-width: 0; height: 20px;
}
.live-activity-item {
  position: absolute; inset: 0;
  display: flex; align-items: center; gap: 8px;
  font-size: 13.5px; color: var(--ink-soft);
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.live-activity-item.show { opacity: 1; transform: translateY(0); }
.live-activity-item strong { color: var(--ink); font-weight: 700; }
.live-activity-icon { font-size: 14px; flex: none; }
.live-activity-text { overflow: hidden; text-overflow: ellipsis; }
.live-activity-faces { display: inline-flex; flex: none; }
.live-activity-faces img {
  width: 24px; height: 24px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--bg-card); margin-left: -8px;
}
.live-activity-faces img:first-child { margin-left: 0; }
@media (max-width: 560px) {
  .live-activity-faces { display: none; }
  .live-activity-label { display: none; }
}

/* ============================================================
   PEOPLE LAYER — vibe-match (#5) + connected (#8) in ONE panel
   ============================================================ */
.people-layer {
  margin-top: 8px;
  padding: 36px;
  border-radius: var(--r-xl);
  background: linear-gradient(165deg, #F6F1E8 0%, var(--bg-card) 55%);
  border: 1px solid var(--border-soft);
}
.people-layer-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 20px;
}
.people-layer-head .eyebrow { display: block; margin-bottom: 10px; }
.people-layer-head h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(28px, 3.2vw, 42px); line-height: 1.05; margin: 0;
  letter-spacing: -0.015em;
}
.people-layer-head h2 em { color: var(--accent); font-style: italic; }
.people-layer-head .sub { color: var(--ink-soft); margin: 10px 0 0; max-width: 56ch; font-size: 14px; line-height: 1.5; }
.vibe-match-pill {
  flex: none;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 7px 14px; border-radius: var(--r-pill);
  background: var(--ink); color: var(--bg);
  font-size: 12px; font-weight: 700;
}
.vibe-match-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px; margin-top: 28px;
}
.vibe-match-card {
  display: flex; flex-direction: column; gap: 14px;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  padding: 20px;
  transition: all 0.18s ease;
}
.vibe-match-card:hover { transform: translateY(-3px); border-color: var(--border); box-shadow: 0 14px 34px -22px rgba(31,74,61,0.35); }
.vibe-match-card-top { display: flex; align-items: flex-start; gap: 12px; }
.vibe-match-photo { position: relative; width: 56px; height: 56px; flex: none; }
.vibe-match-photo img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.vibe-match-verified {
  position: absolute; bottom: -2px; right: -2px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--primary); color: white;
  display: grid; place-items: center; border: 2px solid var(--bg-card);
}
.vibe-match-id { flex: 1; min-width: 0; }
.vibe-match-name { font-weight: 700; font-size: 15px; color: var(--ink); line-height: 1.2; }
.vibe-match-city { font-size: 12px; color: var(--ink-mute); margin-bottom: 5px; }
.match-ring { flex: none; }
.match-ring-text { font-family: var(--font-mono); font-size: 13px; font-weight: 600; fill: var(--primary); }
.vibe-match-reasons { display: flex; flex-direction: column; gap: 6px; }
.vibe-match-reason {
  display: flex; align-items: center; gap: 7px;
  font-size: 12.5px; color: var(--ink-soft);
}
.vibe-match-reason-tick {
  width: 15px; height: 15px; border-radius: 50%; flex: none;
  background: var(--primary-soft); color: var(--primary);
  display: grid; place-items: center; font-size: 9px; font-weight: 700;
}
.vibe-match-cta {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: auto; padding-top: 4px;
  font-size: 13px; font-weight: 600; color: var(--primary);
}
.vibe-match-card:hover .vibe-match-cta { gap: 8px; }
@media (max-width: 560px) { .people-layer, .intent-bar { padding: 24px; } .people-layer-head { flex-direction: column; } }

/* connected sub-block inside the people-layer panel */
.people-layer-connected {
  margin-top: 28px; padding-top: 26px;
  border-top: 1px solid var(--border);
}
.people-layer-subhead {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  margin-bottom: 18px;
}
.people-layer-subtitle {
  font-family: var(--font-display); font-size: 20px; color: var(--ink); line-height: 1.25;
}
.people-layer-subtitle em { color: var(--accent); font-style: italic; }

/* ============================================================
   CONNECTED PEOPLE (#8)
   ============================================================ */
.connected-people-head .eyebrow { display: block; margin-bottom: 10px; }
.connected-people-head h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(28px, 3vw, 40px); line-height: 1.05; margin: 0; letter-spacing: -0.015em;
}
.connected-people-head h2 em { color: var(--accent); font-style: italic; }
.connected-people-head .sub { color: var(--ink-soft); margin: 10px 0 0; max-width: 52ch; font-size: 14px; line-height: 1.5; }
.connected-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px; margin-top: 24px;
}
.connected-card {
  display: flex; gap: 14px; align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  padding: 14px;
  transition: all 0.18s ease;
}
.connected-card:hover { border-color: var(--border); transform: translateY(-2px); }
.connected-card-photo { width: 64px; height: 64px; flex: none; }
.connected-card-photo img { width: 100%; height: 100%; border-radius: var(--r-md); object-fit: cover; }
.connected-card-body { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.connected-card-name {
  display: flex; align-items: center; gap: 6px;
  font-weight: 700; font-size: 14px; color: var(--ink);
}
.connected-card-verified {
  width: 15px; height: 15px; border-radius: 50%;
  background: var(--primary); color: white;
  display: grid; place-items: center; flex: none;
}
.connected-card-reason {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--accent); font-weight: 500;
}
.connected-foot { margin-top: 22px; }

/* ============================================================
   BOOKING STRIP — compact price + CTA at top (#ar-foglalas)
   visible only when the big sticky box drops below (<=1024px)
   ============================================================ */
.booking-strip {
  display: none;
  align-items: center; justify-content: space-between; gap: 14px;
  margin-top: 18px; padding: 12px 14px 12px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  box-shadow: 0 10px 28px -22px rgba(31,74,61,0.4);
}
.booking-strip-price { display: flex; align-items: baseline; gap: 6px; min-width: 0; }
.booking-strip-price .amount {
  font-family: var(--font-display); font-size: 26px; color: var(--ink); line-height: 1; letter-spacing: -0.01em;
}
.booking-strip-price .per { font-size: 13px; color: var(--ink-soft); }
.booking-strip-spots {
  font-size: 12px; color: var(--accent); font-weight: 600; white-space: nowrap;
}
.booking-strip-actions { display: flex; align-items: center; gap: 8px; flex: none; }
.booking-strip-ghost {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 9px 13px; border-radius: var(--r-pill);
  background: var(--bg-soft); color: var(--ink-soft);
  font-size: 13px; font-weight: 600; cursor: pointer; border: none;
}
.booking-strip-ghost:hover { background: var(--border-soft); }
.booking-strip-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 11px 18px; border-radius: var(--r-pill);
  background: var(--accent); color: white;
  font-size: 14px; font-weight: 700; cursor: pointer; border: none;
  transition: background 0.15s;
}
.booking-strip-cta:hover { background: var(--accent-hover); }
@media (max-width: 1024px) { .booking-strip { display: flex; } }
@media (max-width: 420px) {
  .booking-strip { flex-direction: column; align-items: stretch; border-radius: var(--r-lg); }
  .booking-strip-actions { justify-content: space-between; }
  .booking-strip-cta { flex: 1; justify-content: center; }
}

/* ============================================================
   ÚTITÁRS BROWSER — vibe filter bar + card match badge
   ============================================================ */
.people-vibe-bar {
  background: var(--bg-card);
  border-bottom: 1px solid var(--border-soft);
  padding: 18px 0;
}
.people-vibe-inner {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px;
}
.people-vibe-label {
  font-family: var(--font-display); font-size: 19px; color: var(--ink); flex: none;
}
.people-vibe-label em { color: var(--accent); font-style: italic; }
.vibe-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.vibe-filter-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 13px; border-radius: var(--r-pill);
  border: 1.5px solid var(--border);
  background: var(--bg-card); color: var(--ink-soft);
  font-size: 13px; font-weight: 600; cursor: pointer;
  font-family: inherit; transition: all 0.14s ease;
}
.vibe-filter-chip:hover { border-color: var(--ink-mute); }
.vibe-filter-chip.tone-warm.active   { background: var(--accent-soft);  color: var(--accent);  border-color: var(--accent); }
.vibe-filter-chip.tone-forest.active { background: var(--primary-soft); color: var(--primary); border-color: var(--primary); }
.vibe-filter-chip.tone-cool.active   { background: #E8EEF2; color: #2C4A5C; border-color: #2C4A5C; }
.vibe-filter-clear {
  margin-left: auto; flex: none;
  background: none; border: none; cursor: pointer;
  font-size: 13px; font-weight: 600; color: var(--ink-mute);
  text-decoration: underline; text-underline-offset: 3px;
}
.vibe-filter-clear:hover { color: var(--ink); }
.people-vibe-note {
  margin-top: 12px; font-size: 13px; color: var(--ink-soft);
}
.people-vibe-note strong { color: var(--accent); }
/* match badge on person card media */
.person-card-match {
  position: absolute; top: 12px; left: 12px; z-index: 3;
  display: inline-flex; align-items: baseline; gap: 4px;
  padding: 5px 11px; border-radius: var(--r-pill);
  background: rgba(27,24,20,0.78);
  backdrop-filter: blur(4px);
  color: white; font-size: 11px; font-weight: 600;
}
.person-card-match strong { font-size: 14px; font-weight: 800; font-family: var(--font-mono); }
.person-card-honors { margin-top: 10px; }
@media (max-width: 640px) {
  .people-vibe-label { width: 100%; }
  .vibe-filter-clear { margin-left: 0; }
}

/* ============================================================
   SPONTÁN FEED — vibe row on posts + composer vibe block
   ============================================================ */
.fb-vibe-row {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  margin: 4px 0 2px;
}
.fb-vibe-label {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em;
  color: var(--accent); font-weight: 600; flex: none;
}
.fb-vibe-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.fb-vibe-match {
  display: inline-flex; align-items: center; gap: 6px;
  margin-left: auto; flex: none;
  padding: 4px 10px 4px 6px; border-radius: var(--r-pill);
  background: var(--bg-soft); color: var(--ink-soft);
  font-size: 12px; font-weight: 600; transition: background 0.15s;
}
.fb-vibe-match:hover { background: var(--border-soft); color: var(--ink); }
.fb-vibe-match-faces { display: inline-flex; }
.fb-vibe-match-faces img {
  width: 20px; height: 20px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--bg-card); margin-left: -7px;
}
.fb-vibe-match-faces img:first-child { margin-left: 0; }

.composer-vibe-block {
  margin-top: 16px; padding-top: 16px;
  border-top: 1px dashed var(--border);
}
.composer-vibe-ai {
  display: inline-block; margin-left: 6px;
  padding: 1px 7px; border-radius: var(--r-pill);
  background: var(--ink); color: var(--bg);
  font-size: 10px; font-weight: 700; letter-spacing: 0.04em;
  font-family: var(--font-mono); vertical-align: 1px;
}
.composer-vibe-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.composer-vibe-match {
  margin-top: 12px; font-size: 13px; color: var(--ink-soft);
}
.composer-vibe-match strong { color: var(--accent); }
@media (max-width: 560px) {
  .fb-vibe-match { margin-left: 0; }
}

/* ============================================================
   PROFILE — hero vibe + elegant gamification card (#9)
   ============================================================ */
.profile-hero-vibe {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  margin: 16px 0 4px;
}
.profile-hero-vibe-label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em;
  color: var(--accent); font-weight: 600;
}
.profile-honor-card { text-align: left; }
.profile-honor-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin: 6px 0 16px;
}
.profile-honor-stat {
  display: flex; flex-direction: column; gap: 2px;
  padding: 14px 16px;
  background: var(--bg-soft);
  border-radius: var(--r-md);
}
.profile-honor-stat .num {
  font-family: var(--font-display); font-size: 34px; line-height: 1;
  color: var(--ink); letter-spacing: -0.02em;
}
.profile-honor-stat .lab {
  font-size: 12px; color: var(--ink-soft); font-weight: 500;
}
.profile-honor-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.profile-honor-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: var(--r-pill);
  background: var(--bg-card);
  border: 1px solid var(--border);
  font-size: 12.5px; font-weight: 600; color: var(--ink-soft);
}
.profile-honor-chip .glyph { color: var(--gold); font-size: 12px; }

/* ============================================================
   CHAT-FIRST composer — AI tag-betöltés jelzése a poszt tag-során
   ============================================================ */
.fb-tag-analyzing {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 11px; border-radius: var(--r-pill);
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--ink-mute); background: var(--bg-soft);
}

/* ============================================================
   MY PROFILE EDITOR (profil-szerkeszto)
   ============================================================ */
.psz-head { padding: 18px 0 8px; max-width: 720px; }
.psz-head h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(38px, 5vw, 60px); line-height: 1.02;
  letter-spacing: -0.01em; color: var(--ink); margin: 6px 0 14px;
}
.psz-head h1 em { font-style: italic; color: var(--accent); }
.psz-head-sub { font-size: 16px; line-height: 1.6; color: var(--ink-soft); max-width: 620px; }
.psz-head-sub strong { color: var(--ink); font-weight: 700; }

.psz-strength { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.psz-strength-bar {
  flex: 1; max-width: 280px; height: 6px; border-radius: 999px;
  background: var(--bg-soft); overflow: hidden;
}
.psz-strength-bar span {
  display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transition: width 0.35s cubic-bezier(.2,.7,.2,1);
}
.psz-strength-label { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }

.psz-body {
  display: grid; grid-template-columns: minmax(0,1fr) 360px;
  gap: 40px; align-items: start; padding: 24px 0 80px;
}
.psz-main { display: flex; flex-direction: column; gap: 14px; min-width: 0; }

.psz-section {
  background: var(--bg-card); border: 1px solid var(--border-soft);
  border-radius: var(--r-lg); padding: 26px 28px;
}
.psz-section-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.psz-step {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: var(--primary); color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 17px; line-height: 1;
}
.psz-section-head h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: 27px; line-height: 1.1; letter-spacing: -0.01em; color: var(--ink);
}
.psz-section-head h2 em { font-style: italic; color: var(--accent); }
.psz-section-head p { font-size: 13.5px; line-height: 1.5; color: var(--ink-soft); margin-top: 4px; }
.psz-count {
  margin-left: auto; flex: none; align-self: center;
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  color: var(--ink-mute); padding: 4px 10px; border-radius: 999px;
  background: var(--bg-soft);
}
.psz-count.is-full { color: var(--accent); background: var(--accent-soft); }

/* identity fields */
.psz-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.psz-field { display: flex; flex-direction: column; gap: 6px; position: relative; }
.psz-field-wide { grid-column: 1 / -1; }
.psz-field-label { font-size: 12px; font-weight: 600; color: var(--ink-soft); letter-spacing: 0.01em; }
.psz-field input,
.psz-field textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid var(--border); border-radius: var(--r-md);
  background: var(--bg); font-family: var(--font-body);
  font-size: 14.5px; color: var(--ink); outline: none;
  transition: border-color 0.15s, background 0.15s;
}
.psz-field textarea { resize: vertical; min-height: 96px; line-height: 1.55; padding-bottom: 26px; }
.psz-field input::placeholder,
.psz-field textarea::placeholder { color: var(--ink-mute); }
.psz-field input:focus,
.psz-field textarea:focus { border-color: var(--primary); background: var(--bg-card); }
.psz-field-hint {
  position: absolute; right: 12px; bottom: 12px;
  font-family: var(--font-mono); font-size: 11px; color: var(--ink-mute);
  pointer-events: none;
}

/* interest + travel-style tag chips (editor section 5) */
.psz-tag-block { margin-top: 18px; }
.psz-tag-block:first-of-type { margin-top: 4px; }
.psz-tag-block-label {
  display: block; font-size: 12px; font-weight: 700;
  color: var(--ink-soft); letter-spacing: 0.02em; margin-bottom: 10px;
}
.psz-tag-row { display: flex; flex-wrap: wrap; gap: 9px; }
.psz-tag-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 13px; border-radius: var(--r-pill);
  border: 1px solid var(--border); background: var(--bg);
  font-family: var(--font-body); font-size: 13.5px; font-weight: 600;
  color: var(--ink); cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.psz-tag-chip .psz-tag-glyph { font-size: 15px; line-height: 1; }
.psz-tag-chip .psz-tag-check {
  font-size: 12px; color: var(--ink-mute); margin-left: 1px;
}
.psz-tag-chip:hover { border-color: var(--ink-soft); }
.psz-tag-chip.is-locked { opacity: 1; }
.psz-tag-chip.is-locked .psz-tag-check { opacity: 0.35; }
.psz-msg-privacy {
  display: flex; flex-direction: column; gap: 12px;
}
.psz-msg-option {
  display: flex; gap: 12px; align-items: flex-start; cursor: pointer; padding: 12px; border-radius: var(--r-sm);
  border: 1px solid var(--border); transition: all 0.15s;
}
.psz-msg-option:hover { border-color: var(--primary); background: var(--bg-soft); }
.psz-msg-option input[type="radio"] {
  flex: none; margin-top: 2px; cursor: pointer; width: 16px; height: 16px; accent-color: var(--primary);
}
.psz-msg-option-content { flex: 1; }
.psz-msg-option-title {
  display: block; font-weight: 600; color: var(--ink); font-size: 14px;
}
.psz-msg-option-desc {
  display: block; font-size: 12px; color: var(--ink-soft); margin-top: 3px;
}


.psz-tag-block-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.psz-tag-block-head .psz-tag-block-label { margin-bottom: 0; }
.psz-tag-block-head .psz-count { margin-left: auto; }
.psz-tag-chip.active {
  background: var(--primary); border-color: var(--primary); color: #fff;
}
.psz-tag-chip.active .psz-tag-check { color: #fff; }
.psz-preview-tags {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: 12px; padding-top: 12px;
  border-top: 1px solid var(--border-soft);
}

/* vibe grid */
.psz-vibe-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.psz-vibe-card {
  position: relative; display: flex; flex-direction: column; align-items: flex-start;
  gap: 8px; padding: 16px 16px 14px; cursor: pointer; text-align: left;
  border: 1.5px solid var(--border-soft); border-radius: var(--r-md);
  background: var(--bg-card); transition: all 0.15s;
}
.psz-vibe-card:hover { border-color: var(--ink-mute); transform: translateY(-1px); }
.psz-vibe-glyph { font-size: 22px; line-height: 1; }
.psz-vibe-label { font-size: 14.5px; font-weight: 700; color: var(--ink); }
.psz-vibe-check {
  position: absolute; top: 12px; right: 12px;
  width: 22px; height: 22px; border-radius: 50%;
  border: 1.5px solid var(--border); background: var(--bg-card);
  display: grid; place-items: center; font-size: 13px; font-weight: 700;
  color: var(--ink-mute); transition: all 0.15s;
}
.psz-vibe-card.disabled { opacity: 0.45; cursor: not-allowed; }
.psz-vibe-card.disabled:hover { border-color: var(--border-soft); transform: none; }
.psz-vibe-card.active.tone-warm   { border-color: var(--accent);  background: var(--accent-soft); }
.psz-vibe-card.active.tone-forest { border-color: var(--primary); background: var(--primary-soft); }
.psz-vibe-card.active.tone-cool   { border-color: #2C4A5C; background: #E8EEF2; }
.psz-vibe-card.active .psz-vibe-check { color: #fff; }
.psz-vibe-card.active.tone-warm   .psz-vibe-check { background: var(--accent);  border-color: var(--accent); }
.psz-vibe-card.active.tone-forest .psz-vibe-check { background: var(--primary); border-color: var(--primary); }
.psz-vibe-card.active.tone-cool   .psz-vibe-check { background: #2C4A5C; border-color: #2C4A5C; }

/* tempo */
.psz-tempo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.psz-tempo-card {
  display: flex; flex-direction: column; gap: 5px; padding: 16px;
  border: 1.5px solid var(--border-soft); border-radius: var(--r-md);
  background: var(--bg-card); cursor: pointer; text-align: left; transition: all 0.15s;
}
.psz-tempo-card:hover { border-color: var(--ink-mute); }
.psz-tempo-glyph { font-size: 20px; line-height: 1; }
.psz-tempo-label { font-size: 14.5px; font-weight: 700; color: var(--ink); }
.psz-tempo-desc { font-size: 12px; line-height: 1.4; color: var(--ink-soft); }
.psz-tempo-card.active { border-color: var(--primary); background: var(--primary-soft); }

/* intents */
.psz-intent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.psz-intent-card {
  display: flex; flex-direction: column; gap: 7px; padding: 14px 15px;
  border: 1.5px solid var(--border-soft); border-radius: var(--r-md);
  background: var(--bg-card); cursor: pointer; text-align: left; transition: all 0.15s;
}
.psz-intent-card:hover { border-color: var(--ink-mute); }
.psz-intent-top { display: flex; align-items: center; justify-content: space-between; }
.psz-intent-glyph { font-size: 19px; line-height: 1; }
.psz-intent-check {
  width: 20px; height: 20px; border-radius: 50%;
  border: 1.5px solid var(--border); background: var(--bg-card);
  display: grid; place-items: center; font-size: 12px; font-weight: 700;
  color: var(--ink-mute); transition: all 0.15s;
}
.psz-intent-label { font-size: 13.5px; font-weight: 700; color: var(--ink); line-height: 1.25; }
.psz-intent-desc { font-size: 11.5px; line-height: 1.4; color: var(--ink-soft); }
.psz-intent-card.active.tone-warm   { border-color: var(--accent);  background: var(--accent-soft); }
.psz-intent-card.active.tone-forest { border-color: var(--primary); background: var(--primary-soft); }
.psz-intent-card.active.tone-cool   { border-color: #2C4A5C; background: #E8EEF2; }
.psz-intent-card.active .psz-intent-check { color: #fff; }
.psz-intent-card.active.tone-warm   .psz-intent-check { background: var(--accent);  border-color: var(--accent); }
.psz-intent-card.active.tone-forest .psz-intent-check { background: var(--primary); border-color: var(--primary); }
.psz-intent-card.active.tone-cool   .psz-intent-check { background: #2C4A5C; border-color: #2C4A5C; }

/* ---- aside: live preview + match ---- */
.psz-aside { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 14px; }

.psz-preview-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 20px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 12px;
}
.psz-preview-eyebrow {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-mute);
}
.psz-preview-id { display: flex; align-items: center; gap: 12px; }
.psz-preview-avatar {
  flex: none; width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 19px;
}
.psz-preview-name { font-family: var(--font-display); font-size: 21px; letter-spacing: -0.01em; color: var(--ink); line-height: 1.1; }
.psz-preview-city { color: var(--ink-soft); }
.psz-preview-tagline { font-size: 12.5px; color: var(--ink-soft); margin-top: 2px; line-height: 1.4; }
.psz-preview-empty { font-size: 12.5px; color: var(--ink-mute); font-style: italic; }
.psz-preview-intents { display: flex; flex-wrap: wrap; gap: 6px; }
.psz-preview-intent {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px; border-radius: 999px;
  font-size: 11.5px; font-weight: 600;
}
.psz-preview-intent.tone-warm   { background: var(--accent-soft);  color: var(--accent); }
.psz-preview-intent.tone-forest { background: var(--primary-soft); color: var(--primary); }
.psz-preview-intent.tone-cool   { background: #E8EEF2; color: #2C4A5C; }

.psz-match-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 20px; box-shadow: var(--shadow-sm);
}
.psz-match-empty { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; padding: 14px 8px; }
.psz-match-empty-glyph { font-size: 26px; }
.psz-match-empty p { font-size: 13px; line-height: 1.5; color: var(--ink-soft); }
.psz-match-empty strong { color: var(--ink); }
.psz-match-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.psz-match-big { font-family: var(--font-display); font-size: 48px; line-height: 0.9; color: var(--accent); letter-spacing: -0.02em; }
.psz-match-big-label { font-size: 13px; font-weight: 600; line-height: 1.3; color: var(--ink-soft); }
.psz-match-list { display: flex; flex-direction: column; gap: 4px; }
.psz-match-person {
  display: flex; align-items: center; gap: 11px;
  padding: 9px; border-radius: var(--r-md); transition: background 0.15s;
}
.psz-match-person:hover { background: var(--bg-soft); }
.psz-match-person > img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; flex: none; }
.psz-match-person-id { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 1px; }
.psz-match-person-name { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.psz-match-person-shared {
  font-size: 11.5px; color: var(--ink-soft); white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.psz-match-all {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 12px;
  font-size: 13px; font-weight: 600; color: var(--primary);
}
.psz-match-all:hover { color: var(--primary-hover); }

.psz-save-bar {
  position: sticky; bottom: 0; display: flex; flex-direction: column; gap: 8px;
  padding: 16px; background: var(--bg-card);
  border: 1px solid var(--border); border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
}
.psz-save-btn { width: 100%; justify-content: center; }
.psz-save-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.psz-save-hint { font-size: 11.5px; line-height: 1.4; color: var(--ink-mute); text-align: center; }
.psz-save-hint-ok { color: var(--primary); font-weight: 600; }

@media (max-width: 980px) {
  .psz-body { grid-template-columns: 1fr; gap: 22px; }
  .psz-aside { position: static; }
}
@media (max-width: 560px) {
  .psz-section { padding: 20px; }
  .psz-vibe-grid { grid-template-columns: repeat(2, 1fr); }
  .psz-intent-grid { grid-template-columns: 1fr; }
  .psz-tempo-row { grid-template-columns: 1fr; }
  .psz-fields { grid-template-columns: 1fr; }
}

/* ============================================================
   PROGRAM LIST — vibe filter note variants + card match badge
   ============================================================ */
.people-vibe-note-hint { color: var(--ink-mute); }
.people-vibe-note-hint a,
.people-vibe-note-src a {
  color: var(--primary); font-weight: 600;
  text-decoration: underline; text-underline-offset: 2px;
}
.people-vibe-note-hint a:hover,
.people-vibe-note-src a:hover { color: var(--primary-hover); }
.people-vibe-note-src { color: var(--ink-mute); }

/* match badge on the program card media */
.result-card-vibe-badge {
  position: absolute; left: 12px; bottom: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 4px;
  padding: 5px 11px; border-radius: 999px;
  background: rgba(27, 24, 20, 0.82); color: #fff;
  font-family: var(--font-body); font-size: 12px; font-weight: 700;
  letter-spacing: 0.01em; backdrop-filter: blur(2px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
/* vibe pills row under the card title */
.result-card-vibes { margin: 2px 0 10px; }

@media (max-width: 640px) {
  .result-card-vibe-badge { left: 10px; bottom: 10px; font-size: 11.5px; padding: 4px 10px; }
}

/* ============================================================
   MATCH CARD ACTIONS — message + profile (in PeopleLayer)
   ============================================================ */
.vibe-match-actions {
  display: flex; align-items: center; gap: 8px;
  margin-top: auto; padding-top: 4px;
}
.vibe-match-cta { margin-top: 0; padding-top: 0; }
.vibe-match-msg {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 7px 13px; border-radius: var(--r-pill);
  border: 1px solid var(--primary); background: var(--primary);
  color: #fff; font-family: var(--font-body); font-size: 13px; font-weight: 600;
  cursor: pointer; transition: background 0.14s, transform 0.1s;
}
.vibe-match-msg:hover { background: var(--primary-hover); }
.vibe-match-msg:active { transform: translateY(1px); }
.vibe-match-actions .vibe-match-cta { margin-left: auto; color: var(--ink-soft); }
.vibe-match-card:hover .vibe-match-actions .vibe-match-cta { color: var(--primary); }

/* ============================================================
   MESSAGE MODAL — 1:1 chat ("Üzenet" flow)
   ============================================================ */
.msg-modal-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(27, 24, 20, 0.5); backdrop-filter: blur(3px);
  display: flex; align-items: flex-end; justify-content: center;
  padding: 0; animation: msg-fade 0.18s ease;
}
@keyframes msg-fade { from { opacity: 0; } to { opacity: 1; } }
@media (min-width: 600px) {
  .msg-modal-overlay { align-items: center; padding: 24px; }
}
.msg-modal {
  width: 100%; max-width: 460px; max-height: 88vh;
  display: flex; flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  box-shadow: var(--shadow-lg, 0 20px 60px rgba(0,0,0,0.22));
  overflow: hidden; animation: msg-rise 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes msg-rise { from { transform: translateY(24px); opacity: 0.6; } to { transform: translateY(0); opacity: 1; } }
@media (min-width: 600px) {
  .msg-modal { border-radius: var(--r-lg); max-height: 80vh; }
}
.msg-modal-head {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; border-bottom: 1px solid var(--border-soft);
  flex: none;
}
.msg-modal-person { display: flex; align-items: center; gap: 11px; text-decoration: none; flex: 1; min-width: 0; }
.msg-modal-person img {
  width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: none;
}
.msg-modal-id { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.msg-modal-id strong { font-size: 15px; color: var(--ink); font-weight: 700; }
.msg-modal-id span { font-size: 12px; color: var(--ink-soft); }
.msg-modal-close {
  width: 34px; height: 34px; flex: none; display: grid; place-items: center;
  border: none; background: var(--bg-soft); border-radius: 50%;
  color: var(--ink-soft); cursor: pointer; transition: background 0.14s, color 0.14s;
}
.msg-modal-close:hover { background: var(--border-soft); color: var(--ink); }
.msg-modal-body {
  flex: 1; overflow-y: auto; padding: 16px;
  display: flex; flex-direction: column; gap: 10px;
  min-height: 220px; background: var(--bg);
}
.msg-modal-intro {
  text-align: center; font-size: 12px; color: var(--ink-mute);
  background: var(--bg-soft); border-radius: var(--r-md, 12px);
  padding: 10px 14px; margin-bottom: 4px; line-height: 1.5;
}
.msg-modal-body .message-avatar {
  width: 28px; height: 28px; border-radius: 50%; object-fit: cover; flex: none;
}
.msg-modal-templates {
  display: flex; flex-direction: column; gap: 7px;
  padding: 12px 16px; border-top: 1px solid var(--border-soft); flex: none;
}
.msg-template {
  text-align: left; padding: 9px 13px;
  border: 1px solid var(--border); border-radius: var(--r-pill);
  background: var(--bg-card); color: var(--ink);
  font-family: var(--font-body); font-size: 13px; cursor: pointer;
  transition: background 0.14s, border-color 0.14s;
}
.msg-template:hover { background: var(--primary-soft); border-color: var(--primary); color: var(--primary); }
.msg-modal-composer {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 14px; border-top: 1px solid var(--border-soft); flex: none;
}
.msg-modal-composer input {
  flex: 1; border: 1px solid var(--border); border-radius: var(--r-pill);
  padding: 11px 16px; font-family: var(--font-body); font-size: 14px;
  color: var(--ink); background: var(--bg); outline: none;
  transition: border-color 0.14s;
}
.msg-modal-composer input:focus { border-color: var(--primary); }
.msg-modal-send {
  width: 42px; height: 42px; flex: none; display: grid; place-items: center;
  border: none; border-radius: 50%; background: var(--primary); color: #fff;
  cursor: pointer; transition: background 0.14s, transform 0.1s;
}
.msg-modal-send:hover:not(:disabled) { background: var(--primary-hover); }
.msg-modal-send:active:not(:disabled) { transform: scale(0.94); }
.msg-modal-send:disabled { opacity: 0.4; cursor: default; }


/* ============================================================
   FAVORITES — heart button + saved section + organizer expander
   (loaded by every page that pulls styles-social.css)
   ============================================================ */

/* ---- Heart button (3 variants: icon / floating / lg) ---- */
.fav-btn {
  appearance: none;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--ink-soft);
  border-radius: var(--r-pill);
  cursor: pointer;
  font: inherit; font-size: 13px; font-weight: 600;
  line-height: 1;
  transition: color 0.14s, background 0.14s, border-color 0.14s, transform 0.1s;
}
.fav-btn:hover { color: var(--accent); border-color: var(--accent); }
.fav-btn:active { transform: scale(0.94); }
.fav-btn.is-on {
  color: var(--accent);
  background: var(--accent-soft);
  border-color: color-mix(in oklch, var(--accent) 55%, transparent);
}
.fav-btn .fav-btn-label { padding: 0 6px 0 2px; white-space: nowrap; }

/* "floating" — pinned over a media tile (top-right corner) */
.fav-btn-floating {
  position: absolute;
  top: 12px; right: 12px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.94);
  border-color: transparent;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(8px);
}
.fav-btn-floating:hover { background: #fff; border-color: transparent; }
.fav-btn-floating.is-on { background: #fff; border-color: transparent; color: var(--accent); }

/* "lg" — hero-area CTA, with label */
.fav-btn-lg {
  padding: 12px 18px;
  font-size: 14px;
}
.fav-btn-lg .fav-btn-label { padding: 0 4px 0 2px; }

/* ---- person-card / media: heart sits over the photo ---- */
.person-card-media { position: relative; }
.person-card-media .fav-btn-floating { top: 10px; right: 10px; }

/* ---- detail-hero gallery: heart top-right of the hero ---- */
.detail-hero { position: relative; }
.detail-hero .fav-btn-floating { top: 16px; right: 16px; }

/* ============================================================
   Saved Favorites section (profile editor)
   ============================================================ */
.fav-section {
  margin-top: 32px;
  padding: 32px;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
}
.fav-section-head { margin-bottom: 22px; }
.fav-section-head .eyebrow { display: block; margin-bottom: 8px; }
.fav-section-head h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(26px, 2.8vw, 36px); line-height: 1.05;
  margin: 0; letter-spacing: -0.01em;
}
.fav-section-head h2 em { color: var(--accent); font-style: italic; }
.fav-section-head p {
  color: var(--ink-soft); margin: 10px 0 0;
  font-size: 14px; line-height: 1.55; max-width: 56ch;
}

/* tabs */
.fav-tabs {
  display: flex; gap: 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: 22px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.fav-tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  padding: 12px 18px;
  font: inherit; font-weight: 500; font-size: 14px;
  color: var(--ink-soft);
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  white-space: nowrap;
  transition: color 0.14s, border-color 0.14s;
}
.fav-tab:hover { color: var(--ink); }
.fav-tab.is-active { color: var(--ink); border-bottom-color: var(--primary); font-weight: 700; }
.fav-tab-count {
  display: inline-block;
  background: var(--bg-soft);
  color: var(--ink-soft);
  padding: 2px 8px;
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 600;
  min-width: 22px; text-align: center;
}
.fav-tab.is-active .fav-tab-count {
  background: var(--primary-soft); color: var(--primary);
}

.fav-tab-body { min-height: 220px; }

/* empty state */
.fav-empty {
  text-align: center;
  padding: 48px 24px;
  background: var(--bg-soft);
  border: 1px dashed var(--border);
  border-radius: var(--r-md);
}
.fav-empty-glyph {
  display: inline-block;
  font-size: 36px; line-height: 1;
  margin-bottom: 14px;
  opacity: 0.75;
}
.fav-empty h3 {
  font-family: var(--font-display); font-weight: 400;
  font-size: 22px; margin: 0 0 6px;
}
.fav-empty p {
  color: var(--ink-soft); font-size: 14px;
  max-width: 42ch; margin: 0 auto 18px;
}

/* card grids */
.fav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.fav-grid-organizers {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.fav-card {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}
.fav-card:hover {
  transform: translateY(-2px);
  border-color: var(--border);
  box-shadow: 0 8px 24px -16px rgba(31, 74, 61, 0.30);
}

/* media tile */
.fav-card-media {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-soft);
}
.fav-card-media img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.fav-card-price {
  position: absolute; bottom: 10px; left: 10px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--r-pill);
}

.fav-card-body {
  padding: 14px 16px 16px;
  display: flex; flex-direction: column;
  gap: 8px;
  flex: 1;
}
.fav-card-title {
  font-weight: 700; font-size: 15px;
  color: var(--ink); text-decoration: none;
  line-height: 1.3;
}
.fav-card-title:hover { color: var(--primary); }
.fav-card-meta {
  display: inline-flex; align-items: center; gap: 5px;
  color: var(--ink-soft); font-size: 12px;
  flex-wrap: wrap;
}
.fav-card-actions {
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}
.fav-card-actions .btn { padding: 7px 12px; font-size: 12px; }

/* organizer card */
.fav-card-organizer {
  padding: 16px 18px;
  background: var(--bg-card);
}
.fav-organizer-head {
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-soft);
  margin-bottom: 12px;
}
.fav-organizer-id { flex: 1; min-width: 0; }
.fav-organizer-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  display: grid; place-items: center;
  font-weight: 800; font-size: 18px;
  flex-shrink: 0;
  text-decoration: none;
}
.fav-organizer-avatar:hover { background: color-mix(in oklch, var(--primary) 25%, var(--bg-card)); }
.fav-organizer-all {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 10px; padding-left: 10px;
  color: var(--primary);
  font-size: 12px; font-weight: 700;
  text-decoration: none;
}
.fav-organizer-all:hover { gap: 7px; }
.fav-organizer-trips {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
  gap: 4px;
}
.fav-organizer-trips a {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: var(--r-sm);
  text-decoration: none; color: var(--ink);
  transition: background 0.14s;
}
.fav-organizer-trips a:hover { background: var(--bg-soft); }
.fav-organizer-trip-title {
  font-size: 13px; font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  flex: 1; min-width: 0;
}
.fav-organizer-trip-when {
  font-family: var(--font-mono);
  font-size: 11px; color: var(--ink-soft);
  flex: none;
}

/* ============================================================
   Organizer Trips Expander (program page)
   ============================================================ */
.org-trips {
  margin-top: 18px;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  background: var(--bg-card);
  overflow: hidden;
}
.org-trips-toggle {
  appearance: none;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; width: 100%;
  padding: 14px 18px;
  background: transparent;
  border: 0; cursor: pointer;
  font: inherit;
  color: var(--ink);
  text-align: left;
  transition: background 0.14s;
}
.org-trips-toggle:hover { background: var(--bg-soft); }
.org-trips-toggle-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px;
}
.org-trips-toggle-label strong { font-weight: 700; }
.org-trips-count {
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 700;
  background: var(--primary-soft); color: var(--primary);
  padding: 2px 8px;
  border-radius: var(--r-pill);
}
.org-trips-chevron {
  font-size: 14px; color: var(--ink-soft);
  transition: transform 0.14s;
}
.org-trips.is-open .org-trips-toggle { border-bottom: 1px solid var(--border-soft); }

.org-trips-list {
  display: flex; flex-direction: column;
}
.org-trips-item {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 14px;
  padding: 14px 18px;
  text-decoration: none;
  color: var(--ink);
  border-top: 1px solid var(--border-soft);
  transition: background 0.14s;
}
.org-trips-item:first-child { border-top: 0; }
.org-trips-item:hover { background: var(--bg-soft); }
.org-trips-item > img {
  width: 88px; height: 66px;
  border-radius: var(--r-sm);
  object-fit: cover;
  background: var(--bg-soft);
}
.org-trips-item-body {
  display: flex; flex-direction: column; gap: 6px;
  min-width: 0;
}
.org-trips-item-title {
  font-weight: 700; font-size: 14px; line-height: 1.3;
}
.org-trips-item-meta {
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--ink-soft); font-size: 12px;
  flex-wrap: wrap;
}
.org-trips-item-price {
  display: flex; flex-direction: column;
  align-items: flex-end; gap: 6px;
  text-align: right; white-space: nowrap;
}
.org-trips-item-price .amount {
  font-family: var(--font-mono);
  font-weight: 800; font-size: 14px; color: var(--ink);
}
.org-trips-item-price .per {
  font-size: 11px; color: var(--ink-soft); margin-left: 2px;
}
.org-trips-item-cta {
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--primary);
  font-size: 12px; font-weight: 700;
}

/* organizer-card heart wrapper (program-oldal "A szervező" blokk) */
.organizer-card { position: relative; }
.organizer-card-fav { display: flex; align-items: center; }

/* ============================================================
   Organizer block (program-oldal): organizer-card + trips
   merged into ONE visual unit.
   ============================================================ */
.organizer-block {
  background: var(--bg-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.organizer-block .organizer-card {
  background: transparent;
  border-radius: 0;
  margin: 0;
}
.organizer-block .org-trips {
  margin-top: 0;
  border: 0;
  border-top: 1px solid var(--border-soft);
  border-radius: 0;
  background: transparent;
}
.organizer-block .org-trips .org-trips-toggle {
  border-radius: 0;
  background: transparent;
}
.organizer-block .org-trips .org-trips-toggle:hover {
  background: rgba(0,0,0,0.025);
}
/* When the tab is a link to the profile (>3 trips) it gets a primary-tinted chevron */
.org-trips--link .org-trips-toggle {
  text-decoration: none;
  color: inherit;
}
.org-trips--link .org-trips-chevron {
  color: var(--primary);
  font-weight: 700;
  transition: transform 0.16s ease;
}
.org-trips--link .org-trips-toggle:hover .org-trips-chevron {
  transform: translateX(3px);
}

/* Footer link at the bottom of the expanded ≤3 list →  organizer profile */
.org-trips-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 18px;
  border-top: 1px solid var(--border-soft);
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: background 0.14s, color 0.14s;
}
.org-trips-more:hover {
  background: rgba(0,0,0,0.03);
  color: var(--primary-hover, var(--primary));
}
.org-trips-more svg {
  transition: transform 0.16s ease;
}
.org-trips-more:hover svg {
  transform: translateX(3px);
}

/* ---- Responsive ---- */
@media (max-width: 720px) {
  .fav-section { padding: 22px 18px; }
  .fav-tab { padding: 10px 14px; font-size: 13px; }
  .fav-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
  .org-trips-item {
    grid-template-columns: 72px 1fr;
    grid-template-areas:
      "img body"
      "price price";
    gap: 12px 14px;
  }
  .org-trips-item > img {
    grid-area: img;
    width: 72px; height: 54px;
  }
  .org-trips-item-body { grid-area: body; }
  .org-trips-item-price {
    grid-area: price;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 6px;
    border-top: 1px dashed var(--border-soft);
  }
}
@media (max-width: 480px) {
  .fav-btn-lg { padding: 10px 14px; font-size: 13px; }
  .person-card-media .fav-btn-floating { top: 8px; right: 8px; padding: 7px; }
}


/* ============================================================
   SZERVEZŐI PROFIL OLDAL — szervezo.html
   ============================================================ */
.szv-hero {
  margin-top: 22px;
}
.szv-hero-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  padding: 36px;
  background: linear-gradient(135deg,
    var(--bg-card) 0%,
    color-mix(in oklch, var(--primary) 5%, var(--bg-card)) 65%,
    color-mix(in oklch, var(--accent) 6%, var(--bg-card)) 100%);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  box-shadow: 0 8px 28px -20px rgba(31, 74, 61, 0.30);
  align-items: center;
}
.szv-hero-avatar {
  width: 112px; height: 112px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 48px;
  flex-shrink: 0;
}
.szv-hero-info { min-width: 0; }
.szv-hero-info .eyebrow { display: block; margin-bottom: 6px; }
.szv-hero-info h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(32px, 4vw, 48px); line-height: 1.05;
  margin: 0 0 14px;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.szv-hero-meta {
  display: flex; flex-wrap: wrap;
  gap: 6px 18px;
  margin-bottom: 18px;
}
.szv-hero-meta-item {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px; color: var(--ink-soft);
}
.szv-hero-meta-item strong { color: var(--ink); font-weight: 700; }
.szv-hero-actions {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.szv-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  min-width: 220px;
}
.szv-hero-stat {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  padding: 14px 16px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.szv-hero-stat .num {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--primary);
  line-height: 1;
  letter-spacing: -0.01em;
}
.szv-hero-stat .lab {
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* trips section */
.szv-trips { margin: 56px 0 64px; }
.szv-trips-head { margin-bottom: 24px; }
.szv-trips-head .eyebrow { display: block; margin-bottom: 8px; }
.szv-trips-head h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(28px, 3vw, 40px); line-height: 1.05;
  margin: 0 0 8px;
  letter-spacing: -0.015em;
}
.szv-trips-head h2 em { color: var(--accent); font-style: italic; }
.szv-trips-head p { color: var(--ink-soft); margin: 0; font-size: 14px; max-width: 56ch; }

.szv-trips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 22px;
}

.szv-trip-card {
  display: flex; flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  overflow: hidden;
  text-decoration: none; color: var(--ink);
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.szv-trip-card:hover {
  transform: translateY(-3px);
  border-color: var(--border);
  box-shadow: 0 12px 32px -22px rgba(31, 74, 61, 0.35);
}
.szv-trip-media {
  position: relative;
  aspect-ratio: 16 / 11;
  background: var(--bg-soft);
  overflow: hidden;
}
.szv-trip-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.szv-trip-badge {
  position: absolute;
  top: 12px; left: 12px;
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.95);
  color: var(--ink);
  font-size: 11px; font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  backdrop-filter: blur(6px);
}
.szv-trip-badge .dot {
  width: 5px; height: 5px;
  background: var(--accent); border-radius: 50%;
}

.szv-trip-body {
  padding: 16px 18px 18px;
  display: flex; flex-direction: column;
  gap: 8px; flex: 1;
}
.szv-trip-meta {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 4px 6px;
  font-size: 12px; color: var(--ink-soft);
}
.szv-trip-meta .sep { color: var(--border); }
.szv-trip-meta svg { display: inline; vertical-align: -1px; }
.szv-trip-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: 20px; line-height: 1.2;
  margin: 4px 0 2px;
  letter-spacing: -0.005em;
}
.szv-trip-vibes { margin: 2px 0; }
.szv-trip-desc {
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.szv-trip-foot {
  display: flex; align-items: center; gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border-soft);
}
.szv-trip-price {
  display: inline-flex; align-items: baseline; gap: 4px;
}
.szv-trip-price .amount {
  font-family: var(--font-display);
  font-size: 22px; color: var(--ink); line-height: 1;
  letter-spacing: -0.01em;
}
.szv-trip-price .per {
  font-size: 12px; color: var(--ink-soft);
}
.szv-trip-rating {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12.5px; color: var(--ink);
}
.szv-trip-cta {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--primary);
  font-size: 13px; font-weight: 700;
}
.szv-trip-card:hover .szv-trip-cta { gap: 7px; }

@media (max-width: 820px) {
  .szv-hero-card {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "avatar info"
      "stats stats";
    gap: 18px 22px;
    padding: 24px;
  }
  .szv-hero-avatar { grid-area: avatar; width: 88px; height: 88px; font-size: 38px; }
  .szv-hero-info { grid-area: info; }
  .szv-hero-stats { grid-area: stats; min-width: 0; }
}
@media (max-width: 480px) {
  .szv-hero-card { padding: 20px 18px; gap: 14px 18px; }
  .szv-hero-avatar { width: 64px; height: 64px; font-size: 28px; }
  .szv-hero-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .szv-hero-stat { padding: 10px 12px; }
  .szv-hero-stat .num { font-size: 22px; }
  .szv-trips-grid { grid-template-columns: 1fr; gap: 16px; }
}


/* ============================================================
   SESSION PICKER — program.html booking-box (több időpont)
   ============================================================ */
.session-picker {
  margin: 8px 0 4px;
  padding: 14px;
  background: var(--bg-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
}
.session-picker-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 10px;
}
.session-picker-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--ink-soft);
}
.session-picker-count {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink);
  background: var(--bg-card);
  padding: 2px 8px;
  border-radius: var(--r-pill);
  font-weight: 600;
}
.session-picker-list {
  display: flex; flex-direction: column;
  gap: 6px;
}
.session-opt {
  appearance: none;
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  background: var(--bg-card);
  border: 1.5px solid var(--border-soft);
  border-radius: var(--r-sm);
  cursor: pointer;
  font: inherit; font-size: 13.5px;
  color: var(--ink);
  text-align: left;
  transition: border-color 0.14s, background 0.14s, transform 0.1s;
}
.session-opt:hover:not(:disabled) { border-color: var(--accent); }
.session-opt:active:not(:disabled) { transform: scale(0.99); }
.session-opt.is-active {
  border-color: var(--accent);
  background: color-mix(in oklch, var(--accent) 8%, var(--bg-card));
  box-shadow: inset 0 0 0 1px var(--accent);
}
.session-opt.is-full {
  opacity: 0.55;
  cursor: not-allowed;
  text-decoration: line-through;
  text-decoration-color: var(--ink-mute);
}
.session-opt-date { font-weight: 600; }
.session-opt-pill {
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 600;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--bg-soft);
  color: var(--ink-soft);
  white-space: nowrap;
}
.session-opt.is-active .session-opt-pill {
  background: var(--accent);
  color: #fff;
}
.session-opt-pill-low {
  background: color-mix(in oklch, var(--accent) 18%, var(--bg-card)) !important;
  color: var(--accent) !important;
}
.session-opt-pill-full {
  background: var(--bg-soft) !important;
  color: var(--ink-mute) !important;
}

/* ============================================================
   ORGANIZER BIO EDITOR (szervezo.html)
   ============================================================ */
.szv-bio {
  margin-top: 22px;
  padding: 24px 26px;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
}
.szv-bio-head {
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.szv-bio-head h3 {
  margin: 0;
  font-family: var(--font-display); font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.005em;
}
.szv-bio-edit-btn {
  appearance: none;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  padding: 6px 14px;
  font: inherit; font-size: 12.5px; font-weight: 600;
  color: var(--ink-soft);
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px;
  transition: all 0.14s;
}
.szv-bio-edit-btn:hover { color: var(--primary); border-color: var(--primary); }
.szv-bio-body {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink);
  white-space: pre-wrap;
}
.szv-bio-body.is-empty { color: var(--ink-mute); font-style: italic; }
.szv-bio-edit {
  display: flex; flex-direction: column; gap: 10px;
}
.szv-bio-textarea {
  width: 100%;
  min-height: 140px;
  padding: 14px 16px;
  font: inherit; font-size: 15px; line-height: 1.6;
  background: var(--bg-soft);
  border: 1.5px solid var(--accent);
  border-radius: var(--r-sm);
  color: var(--ink);
  resize: vertical;
  font-family: var(--font-body);
}
.szv-bio-textarea:focus {
  outline: none;
  background: var(--bg-card);
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--accent) 20%, transparent);
}
.szv-bio-actions {
  display: flex; align-items: center; gap: 10px;
}
.szv-bio-hint {
  font-size: 12px; color: var(--ink-mute);
  margin-left: auto;
}

/* ============================================================
   SZERVEZŐ — VIEW TABS (Lista / Naptár)
   ============================================================ */
.szv-view-tabs {
  display: inline-flex;
  background: var(--bg-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-pill);
  padding: 3px;
  margin-bottom: 22px;
}
.szv-view-tab {
  appearance: none;
  background: transparent;
  border: none;
  padding: 9px 18px;
  font: inherit; font-size: 13.5px; font-weight: 600;
  color: var(--ink-soft);
  border-radius: var(--r-pill);
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 7px;
  transition: all 0.14s;
}
.szv-view-tab:hover { color: var(--ink); }
.szv-view-tab.is-active {
  background: var(--bg-card);
  color: var(--primary);
  box-shadow: var(--shadow-sm);
}

/* ============================================================
   NAPTÁR — szervezo.html calendar view
   ============================================================ */
.szv-cal {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  overflow: hidden;
}
.szv-cal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px;
  border-bottom: 1px solid var(--border-soft);
}
.szv-cal-title {
  font-family: var(--font-display); font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.005em;
  color: var(--ink);
  text-transform: capitalize;
}
.szv-cal-nav { display: inline-flex; gap: 8px; }
.szv-cal-nav button {
  appearance: none;
  width: 36px; height: 36px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  border-radius: 50%;
  cursor: pointer;
  color: var(--ink);
  display: grid; place-items: center;
  transition: all 0.14s;
}
.szv-cal-nav button:hover { background: var(--bg-soft); border-color: var(--accent); color: var(--accent); }
.szv-cal-nav button:disabled { opacity: 0.4; cursor: not-allowed; }
.szv-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: var(--border-soft);
  gap: 1px;
  padding: 1px;
}
.szv-cal-dow {
  background: var(--bg-soft);
  padding: 10px 8px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-mute);
}
.szv-cal-cell {
  background: var(--bg-card);
  min-height: 96px;
  padding: 8px;
  display: flex; flex-direction: column;
  gap: 4px;
  position: relative;
}
.szv-cal-cell.is-out { background: var(--bg-soft); opacity: 0.5; }
.szv-cal-cell.is-today { background: color-mix(in oklch, var(--accent) 7%, var(--bg-card)); }
.szv-cal-cell.is-today .szv-cal-num { color: var(--accent); font-weight: 800; }
.szv-cal-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink-soft);
  font-weight: 600;
}
.szv-cal-event {
  display: block;
  font-size: 11.5px;
  line-height: 1.25;
  padding: 4px 6px;
  border-radius: 4px;
  background: var(--primary-soft);
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  border-left: 3px solid var(--primary);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background 0.14s;
}
.szv-cal-event:hover {
  background: color-mix(in oklch, var(--primary) 18%, var(--bg-card));
}
.szv-cal-event.is-accent {
  background: color-mix(in oklch, var(--accent) 14%, var(--bg-card));
  color: color-mix(in oklch, var(--accent) 80%, var(--ink));
  border-left-color: var(--accent);
}
.szv-cal-empty {
  text-align: center;
  padding: 56px 24px;
  color: var(--ink-mute);
  font-size: 14px;
}

@media (max-width: 720px) {
  .szv-cal-head { padding: 12px 14px; }
  .szv-cal-title { font-size: 18px; }
  .szv-cal-cell { min-height: 72px; padding: 5px; }
  .szv-cal-num { font-size: 11px; }
  .szv-cal-event {
    font-size: 0; padding: 5px;
    border-radius: 50%;
    width: 8px; height: 8px;
    display: inline-block;
    border-left: 0;
    background: var(--primary);
  }
  .szv-cal-event.is-accent { background: var(--accent); }
  .szv-cal-event:hover { background: var(--primary); }
}
