:root{--v9-green:#00c853;--v9-dark:#153d2a;--v9-ink:#14221a;--v9-muted:#69756d;--v9-line:#dce9df;--v9-soft:#f2fff6;--v9-card:#fff}
.mr-v9-shell{max-width:1180px;margin:0 auto;padding:clamp(28px,5vw,64px) clamp(18px,4vw,34px)}
.mr-v9-hero{background:linear-gradient(145deg,#f0fff5 0%,#fff 58%,#effaf3 100%);border-bottom:1px solid var(--v9-line)}
.mr-v9-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:34px;align-items:center}
.mr-v9-kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid #bfe9cd;border-radius:999px;background:#ecfff2;color:#078742;font-weight:800}
.mr-v9-hero h1{font-size:clamp(38px,6vw,74px);letter-spacing:-.06em;line-height:.98;margin:18px 0;color:var(--v9-ink)}
.mr-v9-hero p{font-size:clamp(18px,2vw,22px);line-height:1.65;color:var(--v9-muted);max-width:760px}
.mr-v9-search-panel{background:#fff;border:1px solid var(--v9-line);border-radius:28px;padding:20px;box-shadow:0 22px 60px rgba(14,56,34,.1)}
.mr-v9-form{display:grid;gap:12px}.mr-v9-form label{font-weight:750;color:var(--v9-ink)}
.mr-v9-form input,.mr-v9-form select{width:100%;min-height:54px;border:1px solid var(--v9-line);border-radius:16px;background:#f8fbf9;padding:0 16px;font:inherit;color:var(--v9-ink)}
.mr-v9-form button,.mr-v9-primary{display:inline-flex;justify-content:center;align-items:center;min-height:52px;border:0;border-radius:16px;background:var(--v9-dark);color:#fff;padding:0 20px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}
.mr-v9-quick{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.mr-v9-quick a,.mr-v9-chip{display:inline-flex;align-items:center;min-height:42px;padding:8px 14px;border:1px solid var(--v9-line);border-radius:999px;background:#fff;color:var(--v9-dark);text-decoration:none;font-weight:700}
.mr-v9-chip.is-active,.mr-v9-chip[aria-pressed=true]{border-color:#31c879;background:#effff4;color:#087f40}
.mr-v9-section{max-width:1180px;margin:0 auto;padding:clamp(34px,6vw,72px) clamp(18px,4vw,34px)}
.mr-v9-section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:24px}.mr-v9-section-head h2{font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.05em;margin:0}.mr-v9-section-head p{color:var(--v9-muted);max-width:650px;margin:8px 0 0;line-height:1.65}
.mr-v9-directory-tools{position:sticky;top:72px;z-index:8;display:grid;grid-template-columns:minmax(220px,1fr) repeat(2,minmax(150px,220px));gap:10px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);padding:12px;border:1px solid var(--v9-line);border-radius:22px;margin-bottom:24px;box-shadow:0 12px 34px rgba(12,48,30,.08)}
.mr-v9-directory-tools input,.mr-v9-directory-tools select{min-height:48px;border:1px solid var(--v9-line);border-radius:14px;background:#f8fbf9;padding:0 14px;font:inherit}
.mr-v9-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.mr-v9-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.mr-v9-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.mr-v9-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--v9-line);border-radius:24px;background:#fff;padding:20px;color:var(--v9-ink);text-decoration:none;box-shadow:0 12px 34px rgba(12,48,30,.06);transition:transform .2s ease,box-shadow .2s ease}
.mr-v9-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(12,48,30,.1)}.mr-v9-card small{color:#0b8b46;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.mr-v9-card h3{margin:10px 0 8px;font-size:23px;line-height:1.18}.mr-v9-card p{color:var(--v9-muted);line-height:1.55;margin:0 0 16px}.mr-v9-card .mr-v9-card-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.mr-v9-card-links a{padding:7px 10px;border-radius:999px;background:#f2fff6;color:#087f40;text-decoration:none;font-size:14px;font-weight:700}
.mr-v9-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#eafff1;font-size:26px;margin-bottom:8px}
.mr-v9-statbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}.mr-v9-stat{background:#fff;border:1px solid var(--v9-line);border-radius:18px;padding:16px}.mr-v9-stat strong{display:block;font-size:28px}.mr-v9-stat span{color:var(--v9-muted)}
.mr-v9-event-stage{border:1px solid var(--v9-line);background:#fbfefc;border-radius:28px;padding:18px;min-height:320px}.mr-v9-event-stage .eventCards{grid-template-columns:repeat(3,minmax(0,1fr))}
.mr-v9-artist-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.mr-v9-artist-card{position:relative;display:flex;flex-direction:column;border:1px solid var(--v9-line);border-radius:22px;overflow:hidden;background:#fff;text-decoration:none;color:var(--v9-ink);min-width:0}.mr-v9-artist-media{aspect-ratio:1/1;background:#edf7f0;display:flex;align-items:center;justify-content:center;overflow:hidden}.mr-v9-artist-media img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.mr-v9-artist-copy{padding:14px}.mr-v9-artist-copy strong{display:block;font-size:17px;line-height:1.2}.mr-v9-artist-copy span{display:block;color:var(--v9-muted);font-size:14px;margin-top:5px}.mr-v9-artist-source{display:none;margin-top:8px;color:#0a7d40;font-size:13px;text-decoration:none}.mr-v9-artist-source.is-visible{display:inline-flex}
.mr-v9-artist-profile{display:grid;grid-template-columns:minmax(240px,380px) minmax(0,1fr);gap:30px;align-items:center}.mr-v9-artist-profile-media{aspect-ratio:1/1;border-radius:30px;overflow:hidden;background:#eef7f1;border:1px solid var(--v9-line);display:flex;align-items:center;justify-content:center}.mr-v9-artist-profile-media img{width:100%;height:100%;object-fit:contain;object-position:center}.mr-v9-artist-profile h2{font-size:clamp(32px,5vw,56px);letter-spacing:-.05em;margin:0 0 12px}.mr-v9-artist-profile p{font-size:18px;line-height:1.7;color:var(--v9-muted)}
.mr-event-hero-media.mr-event-visual-artist{background:#eef7f1}.mr-event-hero-media.mr-event-visual-artist img{object-fit:contain!important;object-position:center!important}.mr-event-hero-media.mr-event-visual-event img{object-fit:cover!important;object-position:center!important}
.mr-v9-alpha{display:flex;gap:7px;overflow:auto;padding:4px 0 12px;scrollbar-width:none}.mr-v9-alpha::-webkit-scrollbar{display:none}.mr-v9-alpha button{min-width:40px;height:40px;border:1px solid var(--v9-line);background:#fff;border-radius:12px;font-weight:800;color:var(--v9-dark)}.mr-v9-alpha button.is-active{background:var(--v9-dark);color:#fff}
.mr-v9-empty{display:none;padding:26px;border:1px dashed #b8d4c1;border-radius:20px;background:#f7fff9;color:var(--v9-muted)}.mr-v9-empty.is-visible{display:block}
.mr-v9-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.mr-v9-actions a{min-height:46px;display:inline-flex;align-items:center;padding:0 16px;border-radius:14px;text-decoration:none;font-weight:800}.mr-v9-actions .primary{background:var(--v9-dark);color:#fff}.mr-v9-actions .secondary{border:1px solid var(--v9-line);color:var(--v9-dark);background:#fff}
@media(max-width:980px){.mr-v9-hero-grid,.mr-v9-artist-profile{grid-template-columns:1fr}.mr-v9-grid,.mr-v9-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.mr-v9-artist-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mr-v9-event-stage .eventCards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.mr-v9-shell{padding-top:28px}.mr-v9-hero h1{font-size:44px}.mr-v9-directory-tools{position:relative;top:auto;grid-template-columns:1fr;padding:10px}.mr-v9-grid,.mr-v9-grid.two,.mr-v9-grid.four{grid-template-columns:1fr}.mr-v9-artist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mr-v9-section-head{align-items:flex-start;flex-direction:column}.mr-v9-statbar{grid-template-columns:1fr 1fr}.mr-v9-event-stage{padding:10px}.mr-v9-event-stage .eventCards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mr-v9-event-stage .eventCardPro{min-width:0}.mr-v9-event-stage .eventThumb{aspect-ratio:4/3}.mr-v9-event-stage .eventBody{padding:12px}.mr-v9-event-stage .eventBody h3{font-size:16px}.mr-v9-event-stage .eventMeta{display:none}.mr-v9-artist-profile-media{max-width:360px;margin:0 auto}.mr-v9-quick{flex-wrap:nowrap;overflow:auto;padding-bottom:5px}.mr-v9-quick a{white-space:nowrap}}
@media(max-width:420px){.mr-v9-statbar{grid-template-columns:1fr}.mr-v9-artist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mr-v9-artist-copy{padding:11px}.mr-v9-artist-copy strong{font-size:15px}.mr-v9-event-stage .eventCards{grid-template-columns:1fr}}

/* V9.1: sanatçı ve afiş görsellerini kesmeden göster. */
.mr-event-hero-media{position:relative;display:flex;align-items:center;justify-content:center}
.mr-event-hero-media.is-poster img,.mr-event-hero-media.mr-event-visual-artist img{object-fit:contain!important;object-position:center!important}
.mr-event-hero-media.is-poster{background:#eef4f0}
.mr-v9-media-credit{position:absolute;left:12px;bottom:12px;z-index:2;display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border-radius:999px;background:rgba(16,34,24,.82);color:#fff;text-decoration:none;font-size:13px;backdrop-filter:blur(8px)}
.mr-v9-media-credit[hidden]{display:none!important}
@media(max-width:720px){.mr-event-hero-media{aspect-ratio:16/10}.mr-v9-artist-profile-media{aspect-ratio:4/3;max-width:100%}.mr-v9-artist-profile-media img{object-fit:contain}.mr-v9-artist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mr-v9-directory-tools{box-shadow:none}.mr-v9-card{padding:17px;border-radius:20px}}

/* V10: gerçek mobil genişlik, taşmasız formlar ve okunabilir şehir seçimleri. */
.mr-v9-hero,
.mr-v9-section,
.mr-v9-shell,
.mr-v9-hero-grid,
.mr-v9-hero-grid > *,
.mr-v9-search-panel,
.mr-v9-form,
.mr-v9-directory-tools,
.mr-v9-card,
.mr-v9-event-stage {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.mr-v9-shell,
.mr-v9-section {
  width: 100%;
}

.mr-v9-hero h1,
.mr-v9-section-head h2,
.mr-v9-card h3,
.mr-v9-card p {
  overflow-wrap: break-word;
  word-break: normal;
}

.mr-v9-directory-tools.is-two-column {
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 260px);
}

.mr-v9-empty {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.mr-v9-empty.is-visible {
  display: flex;
}
.mr-v9-empty strong {
  color: var(--v9-ink);
  font-size: 18px;
}
.mr-v9-empty span {
  line-height: 1.55;
}
.mr-v9-empty .mr-v9-primary {
  margin-top: 4px;
}

@media (max-width: 720px) {
  .mr-v9-hero,
  .mr-v9-section {
    overflow-x: clip;
  }

  .mr-v9-shell,
  .mr-v9-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mr-v9-hero-grid {
    gap: 22px;
  }

  .mr-v9-hero h1 {
    max-width: 100%;
    margin: 14px 0;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .mr-v9-hero p {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.55;
  }

  .mr-v9-search-panel {
    width: 100%;
    padding: 16px;
    border-radius: 22px;
  }

  .mr-v9-form,
  .mr-v9-form label,
  .mr-v9-form input,
  .mr-v9-form select,
  .mr-v9-form button,
  .mr-v9-form .mr-v9-primary {
    width: 100%;
    max-width: 100%;
  }

  .mr-v9-form button,
  .mr-v9-form .mr-v9-primary {
    min-height: 54px;
    padding: 12px 16px;
    text-align: center;
    white-space: normal;
  }

  .mr-v9-quick {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 2px 2px 8px;
    scroll-padding-inline: 2px;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
  }

  .mr-v9-quick a {
    flex: 0 0 auto;
    max-width: calc(100vw - 48px);
    scroll-snap-align: start;
  }

  .mr-v9-directory-tools,
  .mr-v9-directory-tools.is-two-column {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .mr-v9-section-head h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .mr-v9-section-head .mr-v9-primary {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .mr-v9-shell,
  .mr-v9-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mr-v9-hero h1 {
    font-size: 35px;
  }

  .mr-v9-search-panel {
    padding: 14px;
  }
}

.mr-v9-quick-label {
  display: block;
  margin-top: 18px;
  color: var(--v9-muted);
  font-size: 14px;
  font-weight: 750;
}
.mr-v9-quick-label + .mr-v9-quick {
  margin-top: 8px;
}
.mr-v9-field-note {
  display: block;
  margin: -4px 2px 4px;
  color: var(--v9-muted);
  font-size: 13px;
  line-height: 1.45;
}
