/* kafa1milyon Caz Kulübü — mekân tasarımı */
.kulup-sayfa { background: #101319; color: #f6f3ec; }
.kulup-sayfa .site-footer { border-top: 1px solid #232837; }

/* ---------- Kapı (hero) ---------- */
.kulup-kapi { position: relative; min-height: 86vh; display: flex; align-items: flex-end; overflow: hidden; }
.kulup-kapi img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.kapi-golge { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,19,25,.5) 0%, rgba(16,19,25,.25) 40%, rgba(16,19,25,.96) 100%); }
.kapi-icerik { position: relative; z-index: 2; max-width: 720px; padding: 0 clamp(1.2rem, 6vw, 5rem) 5rem; }
.kapi-icerik .kicker { color: #e879f9; letter-spacing: .22em; }
.kapi-icerik h1 { font-family: var(--font-serif, Fraunces, Georgia); font-size: clamp(2.6rem, 7vw, 4.6rem); margin: .3rem 0 .8rem; }
.kapi-icerik .standfirst { color: #cfd2da; font-size: 1.02rem; line-height: 1.65; }
.kapi-btn {
  margin-top: 1.6rem; padding: .85rem 2rem; border-radius: 999px; border: 0; cursor: pointer;
  background: #e879f9; color: #16101a; font-family: var(--font-sans, Inter); font-weight: 600;
  font-size: .95rem; box-shadow: 0 8px 34px rgba(232,121,249,.35);
  transition: transform .2s, box-shadow .2s;
}
.kapi-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 44px rgba(232,121,249,.5); }

/* ---------- Salon ---------- */
.kulup-salon { max-width: 1080px; margin: 0 auto; padding: 3rem 1.2rem 4rem; }
.salon-ust { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.salon-ust h2 { font-family: var(--font-serif, Fraunces, Georgia); font-size: 1.6rem; margin: 0; }
.salon-durum { color: #b9bdc9; font-size: .86rem; flex: 1; }
.amb-dugme {
  padding: .45rem 1rem; border-radius: 999px; border: 1px solid #2b3040; cursor: pointer;
  background: transparent; color: #b9bdc9; font-family: var(--font-sans, Inter); font-size: .78rem;
}
.amb-dugme.acik { border-color: #e879f9; color: #e879f9; }
.salon-harita { border-radius: 22px; overflow: hidden; box-shadow: 0 24px 70px rgba(0,0,0,.5); }
.salon-harita svg { display: block; width: 100%; height: auto; }
.salon-not { color: #8d93a3; font-size: .82rem; margin-top: 1rem; line-height: 1.6; }

.sln-yazi { fill: #b9a6c9; font-family: "Space Mono", monospace; font-size: 20px; letter-spacing: .3em; }
.sln-yazi.kucuk { font-size: 13px; letter-spacing: .06em; fill: #8d93a3; }
.sln-masa { cursor: pointer; }
.sln-masa:hover circle { filter: brightness(1.25); }
.sln-masa.dolu { cursor: not-allowed; opacity: .9; }
.sln-sandalye { fill: #2b3040; stroke: #3a4054; stroke-width: 1.5; transition: fill .6s; }
.sln-sandalye.dolu { fill: #f2c94c; stroke: #d9a92f; }
.sln-mum { animation: mumTitre 2.6s ease-in-out infinite; }
@keyframes mumTitre { 0%,100% { opacity: .85; } 40% { opacity: .55; } 60% { opacity: .95; } }

/* ---------- Masa görünümü ---------- */
.kulup-masa { max-width: 1080px; margin: 0 auto; padding: 2.4rem 1.2rem 4rem; }
.masa-baslik { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.2rem; }
.masa-baslik h2 { font-family: var(--font-serif, Fraunces, Georgia); font-size: 1.6rem; margin: 0; }
.masa-kalk {
  padding: .5rem 1.1rem; border-radius: 999px; border: 1px solid #2b3040; cursor: pointer;
  background: transparent; color: #cfd2da; font-family: var(--font-sans, Inter); font-size: .8rem;
}
.masa-kalk:hover { border-color: #e879f9; color: #e879f9; }
.masa-duzen { display: grid; grid-template-columns: 1.5fr 1fr; gap: 1.2rem; align-items: start; }
@media (max-width: 860px) { .masa-duzen { grid-template-columns: 1fr; } }

/* Sahne + ışık modları */
.masa-sahne {
  position: relative; border-radius: 18px; overflow: hidden;
  background: radial-gradient(ellipse 90% 70% at 50% 30%, #241c2b 0%, #14121b 70%, #0d0c12 100%);
  transition: background 1.2s, filter 1.2s; padding-top: .8rem;
}
.masa-sahne.isik-spot { background: radial-gradient(ellipse 80% 65% at 50% 20%, #4a3a52 0%, #241c2b 55%, #14121b 100%); }
.masa-sahne.isik-los { background: radial-gradient(ellipse 90% 70% at 50% 34%, #2b2130 0%, #17131d 65%, #0d0c12 100%); }
.masa-sahne.isik-gece { background: radial-gradient(ellipse 70% 55% at 50% 60%, #1a1520 0%, #0c0b10 70%, #070609 100%); filter: saturate(.8); }
.masa-sahne svg { display: block; width: 100%; height: auto; }
.shn-alev { transform-origin: 320px 176px; animation: alevTitre 1.8s ease-in-out infinite; }
@keyframes alevTitre { 0%,100% { transform: scaleY(1); opacity: 1; } 35% { transform: scaleY(.86) translateX(.6px); opacity: .8; } 70% { transform: scaleY(1.08); opacity: .95; } }
.shn-buhar { animation: buhar 3.4s ease-in-out infinite; }
@keyframes buhar { 0%,100% { opacity: .5; transform: translateY(0); } 50% { opacity: .15; transform: translateY(-4px); } }

/* TV / iPad ekranı */
.masa-tv {
  position: relative; width: min(420px, 78%); margin: 0 auto; aspect-ratio: 16 / 9.6;
  border-radius: 12px; background: #07060a; border: 6px solid #241d2b;
  box-shadow: 0 10px 40px rgba(0,0,0,.6), 0 0 0 1px #34293d;
}
.tv-bos {
  position: absolute; inset: 0; display: flex; flex-direction: column; gap: .4rem;
  align-items: center; justify-content: center; text-align: center; padding: 0 1.4rem;
}
.tv-bos span { font-size: 1.6rem; opacity: .5; }
.tv-bos small { color: #6d7383; font-size: .68rem; line-height: 1.5; }
.tv-icerik { position: absolute; inset: 0; border-radius: 6px; overflow: hidden; }
.tv-icerik iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Misafirler */
.misafirler { display: flex; justify-content: center; gap: 1.4rem; flex-wrap: wrap; padding: .4rem 1rem 1.2rem; }
.misafir { display: flex; flex-direction: column; align-items: center; gap: .3rem; }
.mis-bas {
  width: 34px; height: 34px; border-radius: 50% 50% 42% 42%; position: relative;
  background: radial-gradient(circle at 50% 38%, #453a52 0%, #2b2434 70%);
  box-shadow: 0 14px 0 -6px #2b2434;
}
.misafir.ben .mis-bas { background: radial-gradient(circle at 50% 38%, #8d5c9c 0%, #4a3357 70%); box-shadow: 0 14px 0 -6px #4a3357; }
.mis-ad { font-size: .68rem; color: #b9bdc9; font-family: var(--font-sans, Inter); }
.misafir.ben .mis-ad { color: #e879f9; }

/* Ayar paneli */
.masa-ayar { display: flex; flex-direction: column; gap: .6rem; margin-top: 1rem; }
.ayar-grup { display: flex; align-items: center; gap: .45rem; flex-wrap: wrap; }
.ayar-etiket { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: #6d7383; width: 58px; }
.ayar-grup button {
  padding: .4rem .85rem; border-radius: 999px; border: 1px solid #2b3040; cursor: pointer;
  background: transparent; color: #b9bdc9; font-family: var(--font-sans, Inter); font-size: .76rem;
  transition: border-color .2s, color .2s;
}
.ayar-grup button:hover { border-color: #4a4f63; }
.ayar-grup button.secili { border-color: #e879f9; color: #e879f9; }

/* Medya formu */
.medya-form { display: flex; gap: .5rem; margin-top: 1rem; }
.medya-form input {
  flex: 1; padding: .6rem .95rem; border-radius: 999px; border: 1px solid #2b3040;
  background: #171a24; color: #f6f3ec; font-family: var(--font-sans, Inter); font-size: .82rem;
}
.medya-form input:focus { outline: 2px solid rgba(232,121,249,.4); }
.medya-form button {
  padding: .6rem 1rem; border-radius: 999px; border: 0; cursor: pointer;
  background: #e879f9; color: #16101a; font-family: var(--font-sans, Inter);
  font-size: .78rem; font-weight: 600;
}
.medya-form #medya-atla { background: transparent; border: 1px solid #2b3040; color: #8d93a3; }

/* Ses paneli */
.ses-panel { margin-top: 1rem; padding: .9rem 1rem; border-radius: 14px; background: #171a24; border: 1px solid #232837; }
.ses-durum { font-size: .8rem; color: #b9bdc9; }
.ses-btnler, .ses-uyeler { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: .6rem; }
.ses-btnler:empty, .ses-uyeler:empty { display: none; }
.ses-btnler button, .ses-uyeler button {
  padding: .45rem .95rem; border-radius: 999px; border: 1px solid #2b3040; cursor: pointer;
  background: transparent; color: #cfd2da; font-family: var(--font-sans, Inter); font-size: .76rem;
}
.ses-btnler button.onay { border-color: #7bc47f; color: #7bc47f; }
.ses-btnler button.red { border-color: #d97b7b; color: #d97b7b; }
.ses-btnler button.kapali, .ses-uyeler button.kapali { border-color: #d97b7b; color: #d97b7b; }

/* Sohbet */
.masa-sag { display: flex; flex-direction: column; min-height: 420px; }
.sohbet-log {
  flex: 1; min-height: 320px; max-height: 480px; overflow-y: auto;
  padding: 1rem; border-radius: 14px 14px 0 0; background: #171a24; border: 1px solid #232837;
  border-bottom: 0; display: flex; flex-direction: column; gap: .5rem;
}
.log-sistem { font-size: .72rem; color: #6d7383; text-align: center; font-style: italic; }
.log-mesaj { font-size: .86rem; line-height: 1.5; color: #e8e4d8; }
.log-mesaj b { color: #c9a0d6; font-weight: 600; margin-right: .3rem; }
.log-mesaj.benim b { color: #e879f9; }
.sohbet-form { display: flex; gap: 0; }
.sohbet-form input {
  flex: 1; padding: .75rem 1rem; border: 1px solid #232837; border-radius: 0 0 0 14px;
  background: #1c2030; color: #f6f3ec; font-family: var(--font-sans, Inter); font-size: .88rem;
}
.sohbet-form input:focus { outline: 2px solid rgba(232,121,249,.35); }
.sohbet-form button {
  padding: .75rem 1.4rem; border: 0; border-radius: 0 0 14px 0; cursor: pointer;
  background: #e879f9; color: #16101a; font-family: var(--font-sans, Inter); font-weight: 600; font-size: .82rem;
}
.sohbet-not { font-size: .66rem; color: #6d7383; margin-top: .55rem; }

/* ---------- Modallar ---------- */
.kulup-modal {
  position: fixed; inset: 0; z-index: 400; display: flex; align-items: center; justify-content: center;
  background: rgba(7,6,9,.7); backdrop-filter: blur(6px); padding: 1rem;
}
.kulup-modal[hidden] { display: none; }
.modal-kutu {
  width: min(420px, 94vw); padding: 1.6rem 1.5rem; border-radius: 18px;
  background: #171a24; border: 1px solid #2b3040; box-shadow: 0 30px 80px rgba(0,0,0,.6);
  text-align: center;
}
.modal-kutu h3 { font-family: var(--font-serif, Fraunces, Georgia); font-size: 1.2rem; margin: 0 0 .5rem; }
.modal-alt { color: #8d93a3; font-size: .82rem; line-height: 1.55; margin: 0 0 1.1rem; }
.modal-kutu form { display: flex; gap: .5rem; }
.modal-kutu input {
  flex: 1; padding: .65rem 1rem; border-radius: 999px; border: 1px solid #2b3040;
  background: #1c2030; color: #f6f3ec; font-family: var(--font-sans, Inter); font-size: .88rem;
}
.modal-kutu input:focus { outline: 2px solid rgba(232,121,249,.4); }
.modal-kutu form button, .modal-btnler button:first-child {
  padding: .65rem 1.2rem; border-radius: 999px; border: 0; cursor: pointer;
  background: #e879f9; color: #16101a; font-family: var(--font-sans, Inter); font-weight: 600; font-size: .8rem;
}
.modal-vazgec {
  margin-top: .8rem; padding: .4rem 1rem; border-radius: 999px; cursor: pointer;
  background: transparent; border: 1px solid #2b3040; color: #8d93a3;
  font-family: var(--font-sans, Inter); font-size: .74rem;
}
.modal-btnler { display: flex; gap: .6rem; justify-content: center; }

/* ---------- İstek peçetesi (jukebox kuyruğu) ---------- */
.istek-listesi { margin-top: .7rem; display: flex; flex-direction: column; gap: .35rem; }
.istek-listesi[hidden] { display: none; }
.istek-baslik { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: #6d7383; }
.istek-satir {
  display: flex; align-items: center; gap: .6rem; padding: .45rem .8rem; border-radius: 10px;
  background: #1c2030; border: 1px dashed #2b3040;
}
.istek-satir .istek-ad { flex: 1; font-size: .78rem; color: #e8e4d8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.istek-satir small { font-size: .66rem; color: #8d93a3; }
.istek-satir button {
  padding: .25rem .7rem; border-radius: 999px; border: 1px solid #b8862e; cursor: pointer;
  background: transparent; color: #d9b45c; font-size: .72rem; font-family: var(--font-sans, Inter);
}
.istek-satir button:hover { background: rgba(184,134,46,.15); }

/* ---------- Masa araçları + ambiyans mikseri ---------- */
.masa-araclar { display: flex; gap: .5rem; margin-top: .8rem; }
.masa-araclar button {
  flex: 1; padding: .55rem .9rem; border-radius: 999px; border: 1px solid #2b3040; cursor: pointer;
  background: transparent; color: #cfd2da; font-family: var(--font-sans, Inter); font-size: .78rem;
}
.masa-araclar button:hover { border-color: #e879f9; color: #e879f9; }
.amb-mikser {
  display: flex; align-items: center; flex-wrap: wrap; gap: .4rem; margin-top: .8rem;
  padding: .6rem .8rem; border-radius: 12px; background: #171a24; border: 1px solid #232837;
}
.amb-mikser button {
  padding: .3rem .7rem; border-radius: 999px; border: 1px solid #2b3040; cursor: pointer;
  background: transparent; color: #8d93a3; font-family: var(--font-sans, Inter); font-size: .7rem;
}
.amb-mikser button.secili { border-color: #e879f9; color: #e879f9; }
.amb-mikser input[type="range"] { flex: 1; min-width: 70px; accent-color: #e879f9; height: 4px; }

/* ---------- Soru kartı ---------- */
.soru-kart {
  position: absolute; left: 50%; bottom: 18%; transform: translateX(-50%) rotate(-1.5deg);
  width: min(320px, 82%); padding: .9rem 1.1rem; border-radius: 10px; z-index: 6;
  background: #efe9dc; color: #2a2622; box-shadow: 0 16px 40px rgba(0,0,0,.55);
  animation: kartDus .5s cubic-bezier(.2,.9,.3,1.2);
}
.soru-kart[hidden] { display: none; }
@keyframes kartDus { from { transform: translateX(-50%) translateY(-40px) rotate(6deg); opacity: 0; } }
.soru-etiket { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: #8a7d63; }
.soru-kart p { margin: .35rem 0 0; font-family: var(--font-serif, Fraunces, Georgia); font-size: .95rem; line-height: 1.5; }
.soru-kart button {
  position: absolute; top: .4rem; right: .5rem; border: 0; background: transparent;
  color: #8a7d63; cursor: pointer; font-size: .8rem;
}

/* ---------- Ortak peçete ---------- */
.pecete-modal {
  position: fixed; inset: 0; z-index: 380; display: flex; align-items: center; justify-content: center;
  background: rgba(7,6,9,.65); backdrop-filter: blur(4px); padding: 1rem;
}
.pecete-modal[hidden] { display: none; }
.pecete-kutu {
  width: min(640px, 96vw); padding: 1rem 1rem 1.1rem; border-radius: 14px;
  background: #efe9dc; color: #2a2622; box-shadow: 0 30px 80px rgba(0,0,0,.6);
  transform: rotate(-.6deg);
}
.pecete-ust { display: flex; align-items: center; gap: .7rem; margin-bottom: .6rem; }
.pecete-ust strong { font-family: var(--font-serif, Fraunces, Georgia); font-size: .95rem; flex: 1; }
.pecete-renkler { display: flex; gap: .35rem; }
.pecete-renkler button {
  width: 20px; height: 20px; border-radius: 50%; border: 2px solid transparent; cursor: pointer;
}
.pecete-renkler [data-prenk="murekkep"] { background: #2a2622; }
.pecete-renkler [data-prenk="mor"] { background: #8f4bb8; }
.pecete-renkler [data-prenk="kehribar"] { background: #b8862e; }
.pecete-renkler button.secili { border-color: #2a2622; box-shadow: 0 0 0 2px #efe9dc inset; }
.pecete-kapat { border: 0; background: transparent; cursor: pointer; color: #8a7d63; font-size: .9rem; }
#pecete-tuval {
  display: block; width: 100%; border-radius: 8px; background:
    repeating-linear-gradient(0deg, transparent, transparent 26px, rgba(42,38,34,.07) 27px),
    #f6f1e4;
  border: 1px dashed #cfc4a8; touch-action: none; cursor: crosshair;
}
.pecete-notlar { list-style: none; margin: .55rem 0 0; padding: 0; max-height: 110px; overflow-y: auto; }
.pecete-notlar li { font-size: .78rem; line-height: 1.5; padding: .15rem 0; border-bottom: 1px dotted #d8cdb2; }
.pecete-notlar b { color: #8f4bb8; font-weight: 600; margin-right: .3rem; }
#pecete-not-form { display: flex; gap: .5rem; margin-top: .6rem; }
#pecete-not-form input {
  flex: 1; padding: .5rem .9rem; border-radius: 999px; border: 1px solid #cfc4a8;
  background: #f6f1e4; color: #2a2622; font-family: var(--font-sans, Inter); font-size: .8rem;
}
#pecete-not-form button {
  padding: .5rem 1.1rem; border-radius: 999px; border: 0; cursor: pointer;
  background: #2a2622; color: #efe9dc; font-family: var(--font-sans, Inter); font-size: .76rem;
}
.pecete-kutu small { display: block; margin-top: .5rem; font-size: .64rem; color: #8a7d63; }

/* ---------- Adisyon ---------- */
.adisyon {
  position: fixed; inset: 0; z-index: 420; display: flex; align-items: center; justify-content: center;
  background: rgba(7,6,9,.72); backdrop-filter: blur(5px); padding: 1rem;
}
.adisyon[hidden] { display: none; }
.adisyon-kagit {
  width: min(340px, 92vw); padding: 1.4rem 1.3rem; border-radius: 6px; text-align: center;
  background: #efe9dc; color: #2a2622; box-shadow: 0 30px 80px rgba(0,0,0,.65);
  transform: rotate(.8deg);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 22px, rgba(42,38,34,.06) 23px);
}
.adisyon-kagit strong { font-family: var(--font-serif, Fraunces, Georgia); letter-spacing: .06em; }
.adisyon-kagit p { font-size: .84rem; line-height: 1.55; margin: .6rem 0; }
.adisyon-sure { color: #a0522d; }
#adisyon-sayac { font-weight: 700; font-size: 1rem; }
#adisyon-kal {
  margin-top: .4rem; padding: .6rem 1.3rem; border-radius: 999px; border: 0; cursor: pointer;
  background: #2a2622; color: #efe9dc; font-family: var(--font-sans, Inter); font-weight: 600; font-size: .8rem;
}

/* ---------- Rezervasyon modu ---------- */
.kapi-not { margin-top: .8rem; font-size: .72rem; color: rgba(246,243,236,.55); font-style: italic; }
#rezerv-form { flex-direction: column; }
#rezerv-form input { border-radius: 12px; text-align: center; }
#rezerv-form button { margin-top: .2rem; }
#rezerv-form[hidden] { display: none; }
