/* ===== GENEL RESET & TEMEL ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #0a0a0a;
    color: #d4af37;
    font-family: 'Cinzel', serif;
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 480px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: rgba(212, 175, 55, 0.2);
}

/* ===== LOGO BÖLÜMÜ ===== */
.logo-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 15px 10px;
    gap: 12px;
}

.logo-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow:
        0 0 15px rgba(212, 175, 55, 0.4),
        0 0 30px rgba(212, 175, 55, 0.2);
    animation: logoGlow 3s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.main-logo {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1.35);
    clip-path: circle(37% at center);
}

.logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.logo-title {
    font-family: 'Cinzel', serif;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 3px;
    background: linear-gradient(180deg, #f5d060 0%, #d4af37 40%, #b8960c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
    filter: drop-shadow(0 2px 4px rgba(212,175,55,0.3));
}

.logo-subtitle {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 8px;
    color: #888;
    text-align: center;
}

@keyframes logoGlow {
    0%, 100% { box-shadow: 0 0 25px rgba(212, 175, 55, 0.4), 0 0 50px rgba(212, 175, 55, 0.2); }
    50% { box-shadow: 0 0 40px rgba(212, 175, 55, 0.6), 0 0 80px rgba(212, 175, 55, 0.3); }
}

/* ===== İLAN BUTONU ===== */
.ilan-bar {
    width: 100%;
    background: #0a0a0a;
    border-top: 3px solid #d4af37;
    border-bottom: 3px solid #d4af37;
    padding: 12px 10px;
    text-align: center;
    margin-bottom: 20px;
}

.ilan-btn {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 900;
    font-size: 18px;
    color: #000;
    background: linear-gradient(145deg, #f5d060, #d4af37, #b8960c);
    -webkit-text-fill-color: #000;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 14px 30px;
    border-radius: 50px;
    border: none;
    box-shadow:
        0 4px 15px rgba(212, 175, 55, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.15);
}

.ilan-btn:active {
    filter: brightness(1.2);
    transform: scale(1.05);
    box-shadow: 0 2px 20px rgba(212, 175, 55, 0.6);
}

/* ===== KATEGORİ BAŞLIKLARI GENEL ===== */
.category-section {
    padding: 0 10px;
    margin-bottom: 25px;
}

.category-header {
    border: 2.5px solid #d4af37;
    border-radius: 40px;
    padding: 8px 20px;
    margin: 0 auto 14px;
    text-align: center;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.15);
}

.category-title {
    font-family: 'Cinzel', serif;
    font-weight: 900;
    font-size: 38px;
    letter-spacing: 6px;
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #f5d060 0%, #d4af37 40%, #b8960c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(212,175,55,0.4));
}

/* ===== PLATİNİUM ===== */

/* Platinum Kartlar - Geniş Yatay (Mobilde tam genişlik) */
.platinum-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.platinum-card {
    display: block;
    border: 2.5px solid #d4af37;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.1);
}

.platinum-card:active {
    transform: scale(0.98);
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.3);
}

/* Platinum bilgi kutucukları */
.platinum-info {
    position: absolute;
    left: 8px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px 0;
    z-index: 3;
    max-width: 75%;
}

.plat-info-box {
    display: inline-block;
    width: fit-content;
    background: rgba(0, 0, 0, 0.82);
    padding: 3px 14px 3px 12px;
    border-radius: 12px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.3;
    color: #d4af37;
    background-image: none;
    -webkit-text-fill-color: unset;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.5), 0 1px 2px rgba(0,0,0,0.8);
}

.plat-info-box.name-box {
    font-size: 15px;
    padding: 5px 18px 5px 12px;
    letter-spacing: 1px;
}

.plat-info-box .verified-icon {
    color: #00c850;
    text-shadow: 0 0 6px rgba(0, 200, 80, 0.6);
}

/* Yaş kutucuğu sağ üst */
.plat-age-wrap {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
}

.plat-age-box {
    background: rgba(0, 0, 0, 0.82);
    padding: 5px 14px;
    border-radius: 12px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    color: #d4af37;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.5), 0 1px 2px rgba(0,0,0,0.8);
}

.card-image-wrapper {
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: #111;
    position: relative;
}

.card-image-wrapper.portrait {
    height: 140px;
}

.card-image-wrapper.small {
    height: 130px;
}

.sliding-image-container {
    height: 100%;
    position: relative;
}

.sliding-image-container img {
    height: 100%;
    object-fit: cover;
}

/* Sola kayan animasyon - sonsuz seamless döngü */
.horizontal-slide {
    display: flex;
    width: 200%;
    animation: slideLeft 25s linear infinite;
}

.horizontal-slide img {
    width: 50%;
    flex-shrink: 0;
    height: 100%;
    object-fit: cover;
}

@keyframes slideLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Gold & Silver sola kayma */
.vertical-slide {
    display: flex;
    width: 200%;
    animation: slideLeft 20s linear infinite;
}

.vertical-slide img {
    width: 50%;
    flex-shrink: 0;
    height: 100%;
    object-fit: cover;
}

/* Placeholder arka plan */
.placeholder-bg {
    background: linear-gradient(135deg, #1a1a1a 0%, #111 50%, #1a1a1a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-bg::after {
    content: 'Gorsel Eklenecek';
    color: #444;
    font-size: 13px;
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
}

/* ===== GOLD ===== */
.gold-title {
    /* Aynı boyut: genel category-title'dan alıyor */
}

/* Gold Kartlar - 3'lü Portre (Mobilde 3 sütun) */
.gold-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gold-card {
    display: block;
    border: 2.5px solid #d4af37;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.1);
}

.gold-card:active {
    transform: scale(0.97);
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.3);
}

/* Gold isim kutucuğu */
.gold-name-wrap {
    position: absolute;
    bottom: 6px;
    left: 5px;
    right: 5px;
    z-index: 3;
    text-align: center;
}

.gold-name-box {
    display: inline-block;
    background: rgba(0, 0, 0, 0.82);
    padding: 5px 12px;
    border-radius: 10px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    color: #d4af37;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.5), 0 1px 2px rgba(0,0,0,0.8);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ===== STANDART ===== */
.silver-header {
    /* Genel category-header'dan alıyor */
}

.silver-title {
    /* genel class'tan alıyor */
}

/* Silver Kartlar - 4'lü yan yana */
.silver-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.silver-card {
    display: block;
    border: 2px solid #d4af37;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.1);
}

.silver-card:active {
    transform: scale(0.97);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.25);
}

/* Silver isim kutucuğu */
.silver-name-wrap {
    position: absolute;
    bottom: 4px;
    left: 3px;
    right: 3px;
    z-index: 3;
    text-align: center;
}

.silver-name-box {
    display: inline-block;
    background: rgba(0, 0, 0, 0.82);
    padding: 4px 8px;
    border-radius: 8px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 11px;
    color: #d4af37;
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.5), 0 1px 2px rgba(0,0,0,0.8);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.silver-card .card-image-wrapper {
    height: 130px;
}

/* Silver genel slide kurallarından alıyor */

/* ===== FOOTER ===== */
.footer {
    text-align: center;
    padding: 25px 15px;
    border-top: 1px solid #1a1a1a;
    color: #444;
    font-size: 11px;
    font-family: 'Cinzel', serif;
    letter-spacing: 1.5px;
}

/* ===== SCROLLBAR (mobilde gizle) ===== */
::-webkit-scrollbar {
    width: 0px;
    display: none;
}

/* ===== DOKUNMA GERİBİLDİRİMİ ===== */
@media (hover: none) and (pointer: coarse) {
    /* Mobil cihazlar - hover yerine active */
    .platinum-card:hover,
    .gold-card:hover,
    .silver-card:hover {
        transform: none;
        box-shadow: none;
    }
}

/* ===== TABLET VE ÜSTÜ ===== */
@media (min-width: 481px) {
    body {
        max-width: 480px;
        margin: 0 auto;
        border-left: 1px solid #1a1a1a;
        border-right: 1px solid #1a1a1a;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    }
}
