/* ════════════════════════════════════════════════════════════════════════
   KOĞUŞ + BADİ
   ════════════════════════════════════════════════════════════════════════ */
body.kogus-page { overflow-y: auto; }
.kogus-layout { max-width: 760px; margin: 0 auto; padding: 84px 18px 60px; }

.kogus-ust { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap;
    border-bottom: 1px solid #1e3a4a; padding-bottom: 18px; margin-bottom: 20px; }
.kogus-etiket { font-family: 'Orbitron', monospace; font-size: .62rem; letter-spacing: 2px; color: #5d8aaa; }
.kogus-ust h1 { font-family: 'Orbitron', monospace; font-size: 1.7rem; color: #fff; margin-top: 5px; }
.kogus-kimlik { min-width: 0; }
.kogus-sayaclar { display: flex; gap: 22px; }
.kogus-sayac { text-align: right; }
.kogus-sayac b { font-family: 'Orbitron', monospace; font-size: 1.6rem; color: #7ee8ff; }
.kogus-sayac small { display: block; font-size: .6rem; letter-spacing: 1px; color: #5d6a90; text-transform: uppercase; }

/* Koğuş sıralaması */
.kogus-lig { display: flex; flex-direction: column; gap: 6px; }
.lig-satir { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px;
    background: #0a1520; border: 1px solid #1e3a4a; border-radius: 9px; padding: 10px 14px; }
.lig-satir.benim { border-color: #7c6ff7; background: #141133; }
.lig-sira { font-family: 'Orbitron', monospace; font-size: 1rem; color: #7ee8ff; text-align: center; }
.lig-ad { color: #eef; font-weight: 700; min-width: 0; }
.lig-ad .lig-faz { display: block; font-weight: 500; color: #5d6a90; font-size: .68rem; letter-spacing: .5px; }
.lig-guc { font-family: 'Orbitron', monospace; color: #c9a23a; font-size: 1.05rem; }

.badi-kart { display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
    background: linear-gradient(120deg, rgba(40,30,90,.45), rgba(12,18,38,.9));
    border: 1px solid #4a3fc7; border-left: 3px solid #7c6ff7; border-radius: 12px; padding: 14px 16px; margin-bottom: 24px; }
.badi-etiket { font-family: 'Orbitron', monospace; font-size: .68rem; letter-spacing: 2px; color: #b7a0ff; }
.badi-ad { font-size: 1.15rem; font-weight: 800; color: #fff; }
.badi-rutbe { font-family: 'Orbitron', monospace; font-size: .8rem; color: #8aa0c8; }

.kogus-roster-baslik { font-family: 'Orbitron', monospace; font-size: .68rem; letter-spacing: 2px; color: #6c79a8;
    text-transform: uppercase; margin-bottom: 12px; }
.kogus-roster-baslik small { color: #4a5578; letter-spacing: 0; }
.kogus-roster { display: flex; flex-direction: column; gap: 8px; }
.kogus-yukleniyor, .kogus-bos { color: #667; text-align: center; padding: 24px; }

.badi-cift { display: grid; grid-template-columns: 64px 1fr 1fr; align-items: stretch; gap: 8px;
    background: #0a1520; border: 1px solid #1e3a4a; border-radius: 10px; padding: 8px; }
.badi-cift.benim { border-color: #7c6ff7; background: #141133; box-shadow: 0 0 0 1px rgba(124,111,247,.3) inset; }
.badi-no { display: flex; align-items: center; justify-content: center; font-family: 'Orbitron', monospace;
    font-size: .64rem; letter-spacing: 1px; color: #5d6a90; }
.ranza { display: flex; align-items: center; gap: 8px; background: #0a1520; border: 1px solid #1e3a4a;
    border-radius: 8px; padding: 7px 10px; min-width: 0; }
.ranza.ben { border-color: #4ce0a0; background: #102a1d; }
.ranza.bos { opacity: .5; border-style: dashed; }
.ranza-slot { font-family: 'Orbitron', monospace; font-size: .72rem; color: #56608a; flex: 0 0 auto;
    width: 22px; height: 22px; display: flex; align-items: center; justify-content: center;
    background: #0a1520; border-radius: 6px; }
.ranza-bilgi { display: flex; flex-direction: column; min-width: 0; }
.ranza-ad { color: #eef; font-weight: 700; font-size: .84rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ranza-ad i { color: #4ce0a0; font-style: normal; font-size: .7rem; }
.ranza-rutbe { font-size: .68rem; }
.ranza.bos .ranza-ad { color: #56608a; font-weight: 500; }

@media (max-width: 560px) {
    .badi-cift { grid-template-columns: 1fr; }
    .badi-no { justify-content: flex-start; }
}
