@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;700&family=Michroma&family=Inter:wght@300;400&family=Montserrat:wght@300;400&family=Noto+Sans+JP:wght@400;700;900&display=swap');

html {
    overflow-x: hidden;
}

body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    user-select: none;
}

/* --- Alt Kontrol Butonları (Tema ve Ayarlar) --- */

/* =======================================================
   LIGHT MODE HARMONY (Premium White & Purple)
   ======================================================= */
body.light-mode { background-color: #f4f4f9; color: #1a1a1a; }
body.light-mode #bg-video, body.light-mode #bg-canvas { filter: contrast(110%) brightness(120%) saturate(80%); opacity: 0.15; }
body.light-mode .video-overlay { background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(244, 244, 249, 0.95) 100%); }
body.light-mode .menu-container { background: radial-gradient(ellipse at left center, rgba(255, 255, 255, 0.98) 0%, rgba(244, 244, 249, 0.9) 50%, rgba(255,255,255,0.6) 100%); border-right: 1px solid rgba(52, 44, 120, 0.15); }
body.light-mode .menu-item { color: #555; border-left-color: transparent; font-weight: 600; }
body.light-mode .menu-item:hover { color: #1a1a1a; }
body.light-mode .menu-item.active { color: #342c78; text-shadow: none; border-left-color: #342c78; background: linear-gradient(90deg, rgba(52, 44, 120, 0.1) 0%, rgba(0,0,0,0) 100%); font-weight: 700; }
body.light-mode .footer-bar { background-color: #ffffff; border-top: 2px solid rgba(52, 44, 120, 0.15); }
body.light-mode .scrolling-text { color: #342c78; font-weight: 600; }
body.light-mode .panel-container { background: rgba(255, 255, 255, 0.95) !important; border: 1px solid rgba(52, 44, 120, 0.15) !important; border-top: 3px solid #342c78 !important; border-radius: 0 !important; box-shadow: 12px 12px 0px rgba(52, 44, 120, 0.1) !important; color: #1a1a1a; }
body.light-mode .panel-title, body.light-mode .pd-title { color: #342c78 !important; text-shadow: none !important; font-weight: 800; }
body.light-mode .pd-price { color: #1a1a1a !important; font-weight: 800; }
body.light-mode .pd-desc, body.light-mode .panel-subtitle, body.light-mode .sharp-stat-row { color: #555 !important; }
body.light-mode .sharp-stat-bg { background: #e0e0e0; border-color: #ccc; }
body.light-mode .sharp-stat-fill { background: linear-gradient(90deg, #342c78 0%, #4a3eb0 100%); box-shadow: 0 0 8px rgba(52, 44, 120, 0.3); }
body.light-mode .analog-film-grid { background: #f0f0f5; border-color: #ddd; box-shadow: 4px 4px 0px rgba(0,0,0,0.05); }
body.light-mode .exhibition-text-block { background: rgba(255,255,255,0.85); border-color: rgba(52, 44, 120, 0.1); border-radius: 0; box-shadow: 10px 10px 0px rgba(52, 44, 120, 0.1); }
body.light-mode .halftone-clippings::after { color: rgba(52, 44, 120, 0.05); }
body.light-mode .sharp-action-btn { border-color: rgba(52, 44, 120, 0.2); color: #342c78; background: rgba(52, 44, 120, 0.05); border-radius: 0; }
body.light-mode .sharp-action-btn:hover { background: #342c78; color: #ffffff; border-color: #342c78; box-shadow: 4px 4px 0px rgba(52, 44, 120, 0.2); transform: translate(-2px, -2px); }
body.light-mode .exhibition-panel::before { opacity: 0.1; }
body.light-mode .btn-primary { background: linear-gradient(90deg, #342c78 0%, #4a3eb0 100%); color: #ffffff; box-shadow: 6px 6px 0px rgba(52, 44, 120, 0.25); text-shadow: none; border: none; border-radius: 0; }
body.light-mode .btn-primary:hover { background: linear-gradient(90deg, #4a3eb0 0%, #342c78 100%); box-shadow: 8px 8px 0px rgba(52, 44, 120, 0.4); color: #ffffff; transform: translate(-2px, -2px); }

body.light-mode .ps1-carousel-info h3 { color: #342c78; text-shadow: none; font-weight: 800; }
body.light-mode .ps1-carousel-info .price { color: #1a1a1a; font-weight: 800; }
body.light-mode .ps1-select-btn { background: rgba(52, 44, 120, 0.05); border-color: #342c78; color: #342c78; border-radius: 0; }
body.light-mode .ps1-select-btn:hover { background: #342c78; color: #fff; box-shadow: 6px 6px 0px rgba(52, 44, 120, 0.3); transform: translate(-2px, -2px); }
body.light-mode .comment-form-box { background: rgba(255,255,255,0.9); border-color: rgba(52, 44, 120, 0.15); border-radius: 0; }
body.light-mode .comment-form-box h4 { color: #342c78; }
body.light-mode .forum-input, body.light-mode .forum-textarea { background: #ffffff; color: #1a1a1a; border: 1px solid rgba(52, 44, 120, 0.3); font-weight: 500; border-radius: 0; }
body.light-mode .forum-input:focus, body.light-mode .forum-textarea:focus { border-color: #342c78; background: #fff; box-shadow: 6px 6px 0px rgba(52, 44, 120, 0.1); transform: translate(-2px, -2px); }
body.light-mode .auth-box { background: rgba(255,255,255,0.98); border-color: #342c78; border-radius: 0; box-shadow: 15px 15px 0px rgba(52, 44, 120, 0.15); }
body.light-mode .auth-box h3 { color: #342c78; }
body.light-mode .auth-box input { background: #f4f4f9; color: #111; border-color: #ccc; border-radius: 0; }
body.light-mode .auth-box input:focus { border-color: #342c78; box-shadow: 4px 4px 0px rgba(52, 44, 120, 0.1); transform: none; }
body.light-mode .close-auth { color: #888; }
body.light-mode .close-auth:hover { color: #342c78; }

/* Light Mode Packs/Cards */
body.light-mode .card-face { background: transparent; box-shadow: none; }
body.light-mode .card-front { box-shadow: none; }
body.light-mode .mp-title { color: #342c78; }
body.light-mode .mp-desc { color: #555; font-weight: 500; }
body.light-mode .mp-stat-box span { color: #666; font-weight: 600; }
body.light-mode .mp-stat-box strong { color: #1a1a1a; }
body.light-mode .sticker-slot-name { color: #555; font-weight: 600; }
body.light-mode .locked-q { color: rgba(52, 44, 120, 0.15); }
body.light-mode .pack-pool-tooltip { background: rgba(255,255,255,0.95); border-color: #342c78; }
body.light-mode .pack-pool-tooltip h4 { color: #342c78; border-bottom-color: rgba(52, 44, 120, 0.2); }
body.light-mode .pool-item div { color: #555; font-weight: 500; }
body.light-mode .about-legal-content, body.light-mode .about-legal-content p { color: #555; }
body.light-mode .legal-tab-pane h4 { color: #342c78; }
body.light-mode .legal-tab-btn { color: #555; border-color: #ccc; }
body.light-mode .legal-tab-btn.active { background: #342c78; color: #fff; border-color: #342c78; box-shadow: 4px 4px 0px rgba(52, 44, 120, 0.2); transform: translate(-2px, -2px); }
body.light-mode .kit-desc { color: #555; font-weight: 500; }
body.light-mode .stat-row { color: #333; font-weight: 700; }

/* Light Mode Settings Panel */
body.light-mode .setting-row { background: rgba(255,255,255,0.8); border-color: rgba(0,0,0,0.08); border-radius: 0; }
body.light-mode .setting-row:hover { background: #fff; border-color: #342c78; box-shadow: 6px 6px 0px rgba(52, 44, 120, 0.1); transform: translate(-2px, -2px); }
body.light-mode .setting-group h4 { color: #342c78; border-bottom-color: rgba(0,0,0,0.1); text-shadow: none;}
body.light-mode .setting-info strong { color: #1a1a1a; }
body.light-mode .setting-info span { color: #666; }
body.light-mode .toggle-slider { background-color: #ddd; border-color: #bbb; border-radius: 0; }
body.light-mode input:checked + .toggle-slider { background-color: #342c78; border-color: #342c78; box-shadow: 4px 4px 0px rgba(52, 44, 120, 0.2); }

/* Light Mode Forum & Photobook Eki */
body.light-mode .forum-topic-item { color: #555; background: transparent; border-color: transparent; border-bottom: 1px dashed #ddd; box-shadow: none; }
body.light-mode .forum-topic-item:hover, body.light-mode .forum-topic-item.active { background: transparent; color: #342c78; border-color: transparent; border-bottom: 1px dashed #342c78; box-shadow: none; }
body.light-mode .forum-topic-item .count { background: transparent; color: #888; }
body.light-mode .forum-topic-item.active .count { background: transparent; color: #342c78; }
body.light-mode .forum-post { background: transparent; border: none; border-bottom: 1px solid #eee; box-shadow: none; }
body.light-mode .forum-post:hover { transform: none; box-shadow: none; border-color: #eee; }
body.light-mode .forum-post-right { background: transparent; border: none; box-shadow: none; }
body.light-mode .forum-post-right::before, body.light-mode .forum-post-right::after { display: none; }
body.light-mode .forum-post-body { color: #333; }
body.light-mode .forum-title { background: transparent; color: #342c78; border: none; border-bottom: 1px solid #342c78; box-shadow: none; }
body.light-mode .forum-post-author { background: transparent; color: #342c78; }
body.light-mode .forum-post-role { background: transparent; color: #888; }
body.light-mode .forum-post-date { color: #888; border-bottom: none; }
body.light-mode .forum-post-avatar { border-color: #ccc; }
body.light-mode .forum-search-box input { background: transparent; color: #333; border: 1px solid #ddd; box-shadow: none; }
body.light-mode .forum-search-box input:focus { border-color: #342c78; }
body.light-mode .forum-search-box .btn-primary { background: transparent; color: #342c78; border: 1px solid #342c78; box-shadow: none; }
body.light-mode .forum-search-box .btn-primary:hover { border-color: #342c78; background: rgba(52, 44, 120, 0.05); }
body.light-mode .forum-main .btn-primary { background: transparent; color: #342c78; border: 1px solid #342c78; box-shadow: none; }
body.light-mode .forum-main .btn-primary:hover { background: rgba(52, 44, 120, 0.05); color: #342c78; transform: none; box-shadow: none; }
body.light-mode .forum-textarea, body.light-mode .forum-input { background: rgba(255,255,255,0.5); color: #111; border: 1px solid #ddd; box-shadow: none; }
body.light-mode .forum-textarea:focus, body.light-mode .forum-input:focus { background: #fff; border-color: #342c78; box-shadow: none; transform: none; }
body.light-mode .modern-forum-cta { background: #ffffff; border: 1px solid rgba(52, 44, 120, 0.2); box-shadow: 8px 8px 0px rgba(52, 44, 120, 0.08); border-radius: 0; }
body.light-mode .modern-forum-cta p { color: #1a1a1a; font-weight: 500; }
body.light-mode .forum-search-box input { background: #ffffff; color: #1a1a1a; border: 1px solid rgba(52, 44, 120, 0.3); font-weight: 500; box-shadow: inset 0 2px 4px rgba(52, 44, 120, 0.05); border-radius: 0; }
body.light-mode .forum-search-box input::placeholder { color: #888; }
body.light-mode .aaa-modal-box { background: #fff; border-radius: 0; }
body.light-mode .auth-left { background: linear-gradient(145deg, rgba(240,240,245,0.9), rgba(255,255,255,0.95)), url('visiual/FUTBOLCULAR/5.webp') center/cover; border-right-color: rgba(52, 44, 120, 0.1); }
body.light-mode .auth-left h3 { color: #342c78; }
body.light-mode .auth-left p { color: #555; }
body.light-mode .sticker-slot { border-color: rgba(52,44,120,0.15); background: rgba(52,44,120,0.02); box-shadow: inset 0 0 10px rgba(52,44,120,0.05); border-radius: 0; }
body.light-mode .sticker-slot.locked .slot-number { color: rgba(52,44,120,0.1); }

/* Light Mode Memory Card */
body.light-mode .memory-card-wrapper { background: rgba(255,255,255,0.9); border-color: rgba(52, 44, 120, 0.2); border-top-color: #342c78; box-shadow: 4px 4px 0px rgba(52, 44, 120, 0.1); }
body.light-mode .mc-username { color: #342c78; }
body.light-mode .mc-role { color: #666; }
body.light-mode .mc-avatar { border-color: #342c78; }
body.light-mode .mc-btn { background: rgba(52, 44, 120, 0.05); border-color: rgba(52, 44, 120, 0.1); color: #342c78; }
body.light-mode .mc-btn:hover { background: #342c78; color: #fff; border-color: #342c78; box-shadow: 2px 2px 0px rgba(52,44,120,0.3); }
body.light-mode .mc-btn-login { background: rgba(52, 44, 120, 0.1); color: #342c78; border-color: #342c78; }

/* Light Mode PSX Modal Override */
body.light-mode .psx-modal { background: rgba(255,255,255,0.95) !important; border-color: rgba(52, 44, 120, 0.2) !important; border-top-color: #342c78 !important; box-shadow: 10px 10px 0px rgba(52, 44, 120, 0.1) !important; }
body.light-mode .psx-modal .modal-title { color: #342c78; border-bottom-color: rgba(52, 44, 120, 0.2); text-shadow: none;}
body.light-mode .psx-modal .modal-input { background: #f4f4f9; border-color: #ccc; border-left-color: #342c78; color: #111; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 500; }
body.light-mode .psx-modal .btn-primary { background: rgba(52, 44, 120, 0.05); color: #342c78; border-color: #342c78; box-shadow: none; }
body.light-mode .psx-modal .btn-primary:hover { background: #342c78; color: #fff; box-shadow: 4px 4px 0px rgba(52, 44, 120, 0.2); transform: translate(-2px, -2px); }

/* --- Click Lightbox (Resim Büyütme) --- */
.lightbox-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    background: rgba(0,0,0,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    z-index: 99999; display: flex; justify-content: center; align-items: center;
    opacity: 0; pointer-events: none; transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27);
}
.lightbox-overlay.show { opacity: 1; pointer-events: auto; cursor: zoom-out; }
.lightbox-overlay img {
    max-width: 85vw; max-height: 85vh; object-fit: contain;
    filter: drop-shadow(0 20px 50px rgba(0,0,0,0.9));
    transform: scale(0.85); transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27);
}
.lightbox-overlay.show img { transform: scale(1); }

.click-zoom-trigger { cursor: zoom-in !important; }

/* Yeni Boot Sekansı Konteyneri */
#tv-turn-on {
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    background: #000; z-index: 9999999; pointer-events: none;
    display: flex; justify-content: center; align-items: center;
}
.tv-line {
    width: 0; height: 2px; background: #fff;
    box-shadow: 0 0 20px 5px #fff;
    animation: tvLineExpand 0.4s ease-out forwards;
}
@keyframes tvLineExpand {
    0% { width: 0; height: 2px; opacity: 1; }
    40% { width: 100%; height: 2px; opacity: 1; }
    70% { width: 100%; height: 100vh; opacity: 1; }
    100% { width: 100%; height: 100vh; opacity: 0; }
}

#boot-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #050508;
    z-index: 10000;
    transition: opacity 0.8s ease-out, background-color 1.5s ease-out;
}

/* 1. BIOS Ekranı */
#bios-screen {
    background-color: #000;
    padding: 30px;
    font-family: 'VT323', 'Courier New', monospace;
    font-size: 1.2rem;
    color: #c0c0c0; /* Gerçekçi klasik BIOS beyaz/gri rengi */
    display: block; /* Ortalamayı kaldırdık, sol üstten başlayacak */
    height: 100vh;
    box-sizing: border-box;
}

#bios-text {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    line-height: 1.2;
    letter-spacing: 0;
    max-width: 100%;
    width: 100%;
    text-align: left;
    white-space: pre-wrap;
    margin: 0;
}

/* Yanıp sönen BIOS İmleci (Cursor) */
.bios-cursor {
    display: inline-block;
    width: 10px;
    height: 1.1rem;
    background-color: #c0c0c0;
    animation: biosBlink 0.5s step-end infinite;
    vertical-align: bottom;
    margin-left: 2px;
}

@keyframes biosBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* 2. Rockstar Tarzı Logo */
#rockstar-screen {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rs-loading-wrapper {
    position: relative;
    max-width: 450px;
    width: 100%;
    opacity: 0;
    transform: scale(0.9);
    animation: rockstarFade 3s ease-in-out forwards;
}

.rs-logo-base {
    width: 100%;
    display: block;
    filter: grayscale(100%) opacity(0.6); /* Gri ve karanlık yüklenmemiş kısım */
}

.rs-logo-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    clip-path: inset(0 100% 0 0); /* Başlangıçta tamamen maskeli (görünmez) */
    animation: leftToRightFill 2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards; /* Yavaşça kendi orijinal rengine dolar */
}

@keyframes rockstarFade {
    0% { opacity: 0; transform: scale(0.9); }
    15% { opacity: 1; transform: scale(1); }
    85% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; transform: scale(1.05); }
}

@keyframes leftToRightFill {
    0% { clip-path: inset(0 100% 0 0); }
    100% { clip-path: inset(0 0 0 0); } /* Animasyon sonunda logo tamamen görünür olur */
}

/* --- Logolarda Parlama (Shine) Efekti --- */
.logo-shine-wrapper {
    position: relative;
    display: inline-block;
}

.brand-logo-wrapper {
    max-width: 250px; /* Logo büyütüldü */
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.27), filter 0.3s ease;
}

.brand-logo-wrapper:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 35px rgba(255, 210, 23, 0.8)) brightness(1.2);
}

.brand-logo {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.9)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.1));
    display: block;
}

.shine-effect {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.shine-mask-logo {
    -webkit-mask-image: url('visiual/LOGO/logo.png');
    mask-image: url('visiual/LOGO/logo.png');
    -webkit-mask-size: contain; mask-size: contain;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-position: center; mask-position: center;
}

.shine-mask-logo2 {
    -webkit-mask-image: url('visiual/LOGO/logo2.png');
    mask-image: url('visiual/LOGO/logo2.png');
    -webkit-mask-size: contain; mask-size: contain;
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-position: center; mask-position: center;
}

.shine-effect::after {
    content: "";
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.8) 50%, transparent 60%);
    transform: translateX(-150%);
}

.rockstar-shine::after { animation: quickShine 4s ease-in-out forwards; }
.menu-shine::after { animation: menuShine 20s infinite cubic-bezier(0.4, 0, 0.2, 1); }

@keyframes quickShine {
    0%, 30% { transform: translateX(-150%); }
    70%, 100% { transform: translateX(150%); }
}
@keyframes menuShine {
    0%, 85% { transform: translateX(-150%); }
    92%, 100% { transform: translateX(150%); } /* 20 saniyede bir hızlı ve zarif parlama */
}

/* Arka Plan Videosu */
#bg-video, #bg-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    pointer-events: none; /* Tıklamaları engeller */
    z-index: 0;
    transform: translate3d(0, 0, 0); /* Donanım hızlandırmayı zorlar, daha akıcı loop sağlar */
    will-change: transform;
    /* Videoyu retro ve moody (karanlık) yapmak için filtre */
    filter: contrast(110%) brightness(35%) saturate(80%); /* Arka plan daha da karartıldı */
}

/* Videonun üzerine binen karanlık maske */
.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
}

/* Menü Geçişlerinde Değişen Sporcu Görseli */
#dynamic-athlete {
    position: absolute;
    left: 50%; /* Menüdeyken tam merkezde (ortalanmış) duracak */
    bottom: 35px; /* Footer'ın hemen üstünde durması için */
    height: 85vh; /* Boyutu */
    width: auto;
    z-index: 3;
    /* GTA hissi için geçiş süreleri uzatıldı ve eğriler yumuşatıldı */
    transition: left 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.7s ease-out, transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.27), filter 0.7s ease-out;
    opacity: 1; /* Saydamlık kaldırıldı, görsel tamamen görünür yapıldı */
    transform: translateX(-50%);
    filter: contrast(110%) brightness(100%) grayscale(0%) drop-shadow(0 20px 30px rgba(0,0,0,0.85)); /* Renkler daha doğal ve derin gölgeli */
    
    /* JPG'lerin keskin kenarlarını yok eden Oval Maske Efekti */
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 45%, rgba(0,0,0,0) 85%);
    mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 45%, rgba(0,0,0,0) 85%);
    /* mix-blend-mode kaldırıldı ki karanlık zeminlerde silikleşmesin */
    /* Görsele nefes alma ve hareket animasyonu katıyoruz */
    animation: athleteBreathe 7s ease-in-out infinite;
}

@keyframes athleteBreathe {
    0%, 46%, 54%, 100% { transform: translate(-50%, 0) scale(1); filter: contrast(110%) brightness(100%) grayscale(0%) drop-shadow(0 20px 30px rgba(0,0,0,0.85)); }
    48% { transform: translate(-50%, -15px) scale(1.02); filter: contrast(120%) brightness(110%) grayscale(0%) drop-shadow(0 25px 45px rgba(255, 210, 23, 0.4)); }
    /* --- Daha Gelişmiş, Yüksek Kontrastlı Siyah Beyaz (VHS) Glitch Efekti --- */
    48.5% { transform: translate(-52%, -14px) scale(1.05) skewX(15deg); filter: grayscale(100%) contrast(200%) brightness(150%) invert(20%) drop-shadow(-8px 0 0 rgba(255,255,255,0.5)) drop-shadow(8px 0 0 rgba(0,0,0,0.8)); }
    49% { transform: translate(-48%, -16px) scale(1.03) skewX(-10deg); filter: grayscale(100%) contrast(250%) brightness(80%) drop-shadow(10px 0 0 rgba(255,255,255,0.6)) drop-shadow(0 20px 30px rgba(0,0,0,0.8)); }
    49.5% { transform: translate(-50%, -15px) scale(1.02) skewX(5deg); filter: grayscale(100%) contrast(150%) brightness(120%) invert(10%) drop-shadow(0 20px 30px rgba(0,0,0,0.8)); }
    50% { transform: translate(-50%, -15px) scale(1.02); filter: contrast(120%) brightness(110%) grayscale(0%) drop-shadow(0 25px 45px rgba(255, 210, 23, 0.4)); }
    50.5% { transform: translate(-53%, -14px) scale(1.04) skewX(-12deg); filter: grayscale(100%) contrast(180%) brightness(130%) invert(15%) drop-shadow(0 20px 30px rgba(0,0,0,0.8)); }
    51% { transform: translate(-50%, -15px) scale(1.02); filter: contrast(120%) brightness(110%) grayscale(0%) drop-shadow(0 25px 45px rgba(255, 210, 23, 0.4)); }
}

/* Sporcu arkası partikül efekti (GTA 5 Vibe) */
.athlete-particle {
    position: fixed;
    background-color: rgba(255, 210, 23, 0.4);
    border-radius: 50%;
    pointer-events: none;
    box-shadow: 0 0 15px rgba(255, 210, 23, 0.8), 0 0 5px rgba(255, 255, 255, 0.5);
    animation: athleteParticleFloat ease-out forwards;
    z-index: 2;
    opacity: 0;
    filter: blur(1px); /* Toz/Kıvılcım derinlik hissi */
}

@keyframes athleteParticleFloat {
    0% {
        transform: translate(0, 0) scale(0.5);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        transform: translate(var(--drift-x, 20px), -200px) scale(1.5);
        opacity: 0;
    }
}

/* Herhangi bir menü/panel açıldığında görseli sağ arka plana kaydır */
body.panel-open #dynamic-athlete {
    left: 78%; /* Sitenin sağ tarafı (Forum ve Streetwear için varsayılan iyi konum) */
    filter: contrast(110%) brightness(85%) grayscale(10%) drop-shadow(0 15px 25px rgba(0,0,0,0.9)); /* Arka planda belirgin ama göz yormaz */
}

/* Belirli Panellerde (New Arrivals, Shop, Packs, Social) Görseli DAHADA Sağa Kaydır */
body[data-active-panel="new-arrivals"] #dynamic-athlete,
body[data-active-panel="shop"] #dynamic-athlete,
body[data-active-panel="packs"] #dynamic-athlete,
body[data-active-panel="social"] #dynamic-athlete {
    left: 88%; /* Bu paneller daha geniş olduğu için görsel daha sağa çekilir */
}

/* Görsel geçişi sırasında uygulanan CSS Sınıfı */
#dynamic-athlete.fade-out {
    opacity: 0 !important;
    transform: translate(-70%, 0) scale(1.08) !important; /* Sola doğru hafif büyüyerek kayar (GTA Style) */
    filter: blur(10px) brightness(0%) drop-shadow(0 0 0 transparent) !important; /* Karararak kaybolur */
}

/* --- RAINBOW SIX SIEGE STYLE PACK OPENING --- */
.r6-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    background: rgba(5, 5, 10, 0.80); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px);
    z-index: 999999; display: flex; justify-content: center; align-items: center;
    opacity: 1; transition: opacity 0.5s ease-out;
}
.r6-overlay.hidden { opacity: 0; pointer-events: none; }

.r6-pack-center {
    display: flex; flex-direction: column; align-items: center; cursor: pointer;
    animation: floatPack 4s ease-in-out infinite; transition: transform 0.2s;
}
.r6-pack-center:hover { transform: scale(1.05); filter: drop-shadow(0 0 30px rgba(255, 210, 23, 0.5)); }
.r6-pack-center img { width: 220px; height: auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.9)); }
.r6-click-hint { margin-top: 20px; color: #ffd217; font-family: 'Rajdhani', sans-serif; letter-spacing: 3px; font-size: 1.2rem; animation: blink 1.5s infinite alternate; }

.r6-flash {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: #fff; z-index: 10; opacity: 0; pointer-events: none;
}
.r6-flash.active { animation: r6Flashbang 1.5s ease-out forwards; }
@keyframes r6Flashbang { 0% { opacity: 0; } 10% { opacity: 1; } 100% { opacity: 0; } }

.r6-reveal-container {
    display: flex; gap: 60px; align-items: center; justify-content: center; width: 80%; max-width: 900px;
    z-index: 5; opacity: 1; transition: opacity 0.5s;
}
.r6-reveal-container.hidden { display: none; opacity: 0; }

.r6-left-card { flex: 1; display: flex; justify-content: flex-end; animation: floatPack 5s ease-in-out infinite; }
/* R6'daki gibi hafif yan duran 3D Kart */
.r6-left-card .roulette-card { width: 280px; height: 400px; transform: perspective(1000px) rotateY(15deg); box-shadow: -20px 30px 50px rgba(0,0,0,0.8); }

.r6-right-info { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); padding: 40px; border-left: 2px solid #ffd217; }
.r6-rarity { font-family: 'Rajdhani', sans-serif; font-size: 1rem; letter-spacing: 4px; padding: 5px 15px; background: #ffd217; color: #000; border-radius: 4px; margin-bottom: 15px; font-weight: 700; }
.r6-card-name { font-family: 'Michroma', sans-serif; font-size: 2.2rem; margin: 0 0 15px 0; color: #fff; text-transform: uppercase; line-height: 1; text-shadow: 0 0 20px rgba(255,255,255,0.2); }
.r6-card-desc { font-family: 'Inter', sans-serif; font-size: 1.1rem; color: #ccc; line-height: 1.6; max-width: 400px; }

@keyframes floatPack { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }
/* Ortadaki Büyük Düşük Opaklıklı Amblem */
.bg-emblem {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 90vh;
    opacity: 0.04;
    z-index: 2; /* Videonun üstünde, dinamik görselin arkasında */
    filter: grayscale(100%) brightness(200%);
    pointer-events: none;
}

/* Menu Header Boşluğu */
.menu-header {
    margin-bottom: 40px;
    padding-left: 10px;
}

/* Sol Tarafa Sabitlenmiş Elips Maskeli Menü (PES 6 Style) */
.menu-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px; /* Menü daraltıldı */
    height: 100vh;
    /* Elips şeklinde koyu maske */
    background: radial-gradient(ellipse at left center, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0,0,0,0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    z-index: 10;
}

.menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Daha rahat nefes alan bir menü */
}

.menu-item {
    font-family: 'Michroma', 'Noto Sans JP', sans-serif; /* Geniş, PS1 tarzı retro/tech font */
    font-size: 0.9rem; /* Ufak küçültme yapıldı */
    font-weight: 400; /* Michroma kendi ağırlığıyla şık durur */
    text-transform: uppercase;
    cursor: pointer;
    color: #888888;
    text-align: left;
    position: relative;
    padding: 8px 15px; /* Dengelemek için padding kısıldı */
    letter-spacing: 3px;
    border-left: 3px solid transparent;
    transition: all 0.2s ease-out;
}

.menu-item:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.menu-item.active {
    color: #ffd217; /* Sarı Baskın Renk */
    text-shadow: 0 0 18px rgba(255, 210, 23, 0.7);
    border-left: 3px solid #ffd217; /* Mor yerine sarı şerit */
    background: linear-gradient(90deg, rgba(255, 210, 23, 0.25) 0%, rgba(0,0,0,0) 100%);
    transform: translateX(10px);
    font-weight: 700;
}

/* Menu Particle Effect (Oyun Tarzı Hover Efekti) */
.menu-particle {
    position: absolute; width: 3px; height: 3px; background-color: #ffd217;
    border-radius: 50%; pointer-events: none; box-shadow: 0 0 6px #ffd217;
    animation: particleFloat 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; z-index: 1;
}

@keyframes particleFloat {
    0% { transform: translate(0, 0) scale(1); opacity: 0.8; }
    100% { transform: translate(40px, 0) scale(0); opacity: 0; }
}

/* Alt Kısım Kayan Bilgi Çubuğu (Footer Marquee) */
.footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #000000;
    border-top: 2px solid #342c78;
    z-index: 20;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.scrolling-text {
    display: flex;
    white-space: nowrap;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 0.6rem; /* Alt yazılar daha minimal ve zarif yapıldı */
    font-weight: 400;
    letter-spacing: 3px;
    color: #ffd217;
    animation: scrollText 25s linear infinite;
}

.scrolling-text span {
    padding-right: 50px;
}

@keyframes scrollText {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* === İÇERİK SAYFASI (SPA) TASARIMI === */
#spa-container {
    position: fixed;
    top: 0;
    left: 320px;
    width: calc(100vw - 320px);
    height: 100vh;
    background: rgba(20, 20, 30, 0.85);
    backdrop-filter: blur(18px) saturate(120%);
    z-index: 50;
    display: flex;
    flex-direction: column;
    padding: 40px 60px 40px 60px;
    box-sizing: border-box;
    transition: opacity 0.3s, transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-left: 2px solid #342c78;
    border-radius: 0;
    box-shadow: 15px 15px 0px rgba(0,0,0,0.8);
    overflow-y: auto;
}

#spa-container.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100px); /* Sağdan sola doğru ekrana kayma animasyonu */
}

.spa-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #342c78; /* Mor çizgi */
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#spa-title {
    font-family: 'Michroma', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffd217;
    text-shadow: 0 0 10px rgba(255, 210, 23, 0.3);
    margin: 0;
    letter-spacing: 4px;
}

.close-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 2px;
    transition: color 0.2s;
}
.close-btn:hover { color: #ffd217; }

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
}

.product-card {
    background: #050505;
    border: 1px solid #342c78; /* Mor çerçeve */
    padding: 20px;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translate(-6px, -6px);
    border-color: #ffd217; /* Hover'da sarı */
    box-shadow: 10px 10px 0px rgba(255, 210, 23, 0.2);
}

.product-img-placeholder {
    height: 250px;
    background: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #342c78;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 15px;
    border: 1px dashed rgba(255,255,255,0.1);
}

.product-info { flex-grow: 1; display: flex; flex-direction: column; }
.product-info h3 { margin: 0 0 5px 0; font-size: 1.05rem; color: #ffffff; font-family: 'Michroma', sans-serif; font-weight: 600;}
.product-info .price { margin: 0 0 15px 0; color: #ffd217; font-family: 'Michroma', sans-serif; font-size: 1rem; }

.btn-primary {
    background: linear-gradient(90deg, #ffd217 60%, #fffbe0 100%);
    color: #1a1a1a;
    border: none;
    border-radius: 0;
    padding: 14px 32px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 1.18rem;
    cursor: pointer;
    margin-top: 24px;
    transition: all 0.18s;
    text-transform: uppercase;
    box-shadow: 6px 6px 0px rgba(255, 210, 23, 0.3);
    letter-spacing: 2px;
}
.btn-primary:hover {
    background: linear-gradient(90deg, #fffbe0 0%, #ffd217 100%);
    color: #342c78;
    box-shadow: 8px 8px 0px rgba(255, 210, 23, 0.5);
    transform: translate(-2px, -2px);
}

/* --- YENİ SEZON (BLOG) STİLLERİ --- */
.blog-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    background: rgba(30, 30, 40, 0.92);
    border-radius: 0;
    border: 1.5px solid #342c78;
    box-shadow: 12px 12px 0px rgba(0,0,0,0.8);
    padding: 56px 36px 48px 36px;
    margin: 0 auto 32px auto;
    max-width: 700px;
    min-width: 340px;
    position: relative;
    z-index: 2;
}
.blog-image { flex: 1; }
.blog-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-image img {
    width: 320px;
    max-width: 90vw;
    height: auto;
    border-radius: 0;
    border: 2px solid #342c78;
    filter: grayscale(10%) contrast(120%) brightness(1.08) drop-shadow(0 0 24px #342c7833);
    box-shadow: 8px 8px 0px rgba(0,0,0,0.6);
}
.blog-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 18px;
}
.blog-text h3 {
    font-family: 'Michroma', sans-serif;
    font-size: 2rem;
    color: #ffd217;
    margin: 0 0 18px 0;
    letter-spacing: 2px;
    text-shadow: 0 0 18px #342c7855;
}
.blog-text p {
    font-family: 'Inter', sans-serif;
    font-size: 1.18rem;
    line-height: 1.8;
    color: #e0e0e0;
    margin: 0 0 18px 0;
    max-width: 520px;
}

/* --- CASUAL RETRO KITS (MODERN FORMAT) --- */
.casual-kit-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.kit-gallery {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.main-image-container {
    width: 100%;
    background: radial-gradient(circle, rgba(52, 44, 120, 0.15) 0%, #050505 80%);
    border: 1px solid #342c78;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
}
.main-image-container img {
    max-height: 100%;
    max-width: 100%;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.8));
    transition: all 0.3s ease-out;
}
.thumbnail-list { display: flex; gap: 15px; }
.kit-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #333;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.2s;
}
.kit-thumb:hover, .kit-thumb.active {
    opacity: 1;
    border-color: #ffd217;
}

.kit-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}
#current-kit-name {
    font-family: 'Michroma', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #ffffff;
    margin: 0 0 10px 0;
}
#current-kit-price {
    font-family: 'Inter', sans-serif;
    color: #ffd217;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
}
.kit-desc { font-family: 'Inter', sans-serif; font-size: 1rem; line-height: 1.6; color: #bbb; margin-bottom: 30px; }
.kit-stats { margin-bottom: 30px; }
.kit-actions { display: flex; align-items: center; gap: 40px; margin-top: 10px; }
.kit-nav { display: flex; gap: 20px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.9rem; }
.kit-nav span { cursor: pointer; color: #666; transition: color 0.2s; user-select: none;}
.kit-nav span:hover { color: #ffd217; }
.stat-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; font-family: 'Montserrat', sans-serif; font-size: 0.9rem; color: #a0a0a0; font-weight: 600; }
.stat-bar-bg {
    flex: 1; margin-left: 20px; height: 12px; background: #111; border: 1px solid #342c78; transform: skewX(-15deg); overflow: hidden;
}
.stat-bar-fill {
    height: 100%; background: linear-gradient(90deg, #342c78 0%, #ffd217 100%); transition: width 1s cubic-bezier(0.25, 1, 0.25, 1);
}

/* --- YENİ FORUM STİLLERİ --- */
.forum-layout {
    display: flex; min-height: 60vh; margin-top: 60px; gap: 30px;
}
.forum-sidebar {
    width: 280px; flex-shrink: 0; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,0.1); padding-right: 15px;
}
.forum-search-box input {
    width: 100%; padding: 0 10px; margin-bottom: 10px; box-sizing: border-box; height: 30px;
    font-family: 'Inter', sans-serif; font-size: 13px; background: transparent; border: 1px solid rgba(255,255,255,0.1); color: #fff; border-radius: 0; letter-spacing: 0.5px;
}
.forum-search-box input:focus { outline: none; border-color: #ffd217; }
.forum-search-box .btn-primary { width: 100%; margin-bottom: 20px; padding: 0 10px; height: 30px; font-family: 'Inter', sans-serif; font-size: 13px; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.2); box-shadow: none; transition: all 0.2s; border-radius: 0; font-weight: 400; letter-spacing: 0.5px;}
.forum-search-box .btn-primary:hover { border-color: #ffd217; color: #ffd217; background: transparent; transform: none; box-shadow: none; }
.forum-topic-list {
    list-style: none; padding: 0; margin: 0; overflow-y: auto; overflow-x: hidden; flex: 1;
    padding-right: 5px;
}
.forum-topic-list::-webkit-scrollbar { width: 4px; }
.forum-topic-list::-webkit-scrollbar-track { background: transparent; }
.forum-topic-list::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); }
.forum-topic-list::-webkit-scrollbar-thumb:hover { background: #ffd217; }
.forum-topic-item {
    display: flex; justify-content: space-between; align-items: center; padding: 8px 0; cursor: pointer;
    font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400; color: #aaa;
    background: transparent; border: none; border-bottom: 1px dashed rgba(255,255,255,0.05);
    border-radius: 0; margin-bottom: 0; transition: all 0.2s; letter-spacing: 0.5px;
}
.forum-topic-item:hover, .forum-topic-item.active { 
    background: transparent; color: #ffd217; border-color: transparent; border-bottom: 1px dashed #ffd217; transform: none; box-shadow: none;
}
.forum-topic-item .count { background: transparent; color: #666; padding: 0; border-radius: 0; font-family: 'Inter', sans-serif; font-size: 11px; box-shadow: none; font-weight: 400; }
.forum-topic-item.active .count { background: transparent; color: #ffd217; }

.forum-main { flex-grow: 1; display: flex; flex-direction: column; overflow-y: auto; padding-right: 15px; position: relative; }
.forum-main .btn-primary { font-family: 'Inter', sans-serif; font-size: 13px; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.2); box-shadow: none; padding: 6px 15px; transition: all 0.2s; font-weight: 400; letter-spacing: 0.5px; border-radius: 0; }
.forum-main .btn-primary:hover { background: transparent; border-color: #ffd217; color: #ffd217; transform: none; box-shadow: none; }

.forum-title {
    font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600; background: transparent; color: #ffd217;
    display: block; padding: 0 0 10px 0; border: none; border-bottom: 1px solid #ffd217; box-shadow: none;
    margin: 0 0 15px 0; text-shadow: none; width: 100%; align-self: flex-start; letter-spacing: 0.5px; text-transform: uppercase;
}
.forum-post { 
    display: flex; gap: 15px; margin-bottom: 0; background: transparent; padding: 15px 0; border: none; border-bottom: 1px solid rgba(255,255,255,0.05); box-shadow: none; transition: none;
}
.forum-post:hover { transform: none; box-shadow: none; border-color: rgba(255,255,255,0.1); }
.forum-post-left { width: 90px; flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-start; border: none; padding: 0; }
.forum-post-avatar {
    width: 32px; height: 32px; border-radius: 0; object-fit: cover; margin-bottom: 8px;
    border: 1px solid #444; background: transparent; box-shadow: none;
    image-rendering: pixelated; transition: none;
}
.forum-post-avatar:hover { transform: none; box-shadow: none; border-color: #ffd217; }
.forum-post-author {
    font-family: 'Inter', sans-serif; font-weight: 400; color: #ffd217; font-size: 13px;
    background: transparent; padding: 0; box-shadow: none; word-break: break-all; letter-spacing: 0.5px;
}
.forum-post-role {
    font-family: 'Inter', sans-serif; font-size: 11px; color: #666;
    background: transparent; padding: 0; margin-top: 2px; box-shadow: none; letter-spacing: 0.5px;
}

/* --- YENİ AYARLAR (SETTINGS) FORM & ORAN/ORANTI STİLLERİ --- */
.settings-form-group { margin-bottom: 22px; }
.settings-label { display: block; font-family: 'Rajdhani', sans-serif; font-size: 13px; color: #aaa; letter-spacing: 2px; margin-bottom: 8px; font-weight: 700; }
.settings-input { width: 100%; box-sizing: border-box; background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1); border-left: 3px solid #342c78; color: #ffd217; padding: 12px 15px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; border-radius: 0; transition: all 0.3s; letter-spacing: 1px; }
.settings-input:focus { background: rgba(0,0,0,0.8); border-color: #ffd217; border-left-color: #ffd217; outline: none; box-shadow: 4px 4px 0px rgba(255,210,23,0.1); transform: none; }
.settings-update-btn { width: 100%; background: rgba(0,0,0,0.4); border: 1px solid #ffd217; color: #ffd217; padding: 14px; font-family: 'Michroma', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 4px; cursor: pointer; transition: all 0.3s; margin-top: 10px; }
.settings-update-btn:hover { background: #ffd217; color: #000; box-shadow: 0 0 15px rgba(255,210,23,0.4); transform: translateY(-2px); }

.settings-section { margin-bottom: 30px; }
.settings-section-title { font-family: 'Rajdhani', sans-serif; font-size: 13px; color: #666; letter-spacing: 2px; margin-bottom: 15px; font-weight: 700; border-bottom: 1px dashed rgba(255,255,255,0.1); padding-bottom: 8px; }
.lang-selector-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.settings-row { display: flex; justify-content: space-between; align-items: center; background: rgba(0,0,0,0.2); padding: 15px 20px; border: 1px solid rgba(255,255,255,0.05); margin-bottom: 10px; transition: all 0.2s; border-left: 2px solid transparent;}
.settings-row:hover { border-color: rgba(255,210,23,0.3); background: rgba(0,0,0,0.4); border-left-color: #ffd217;}
.settings-row-title { font-family: 'Inter', sans-serif; font-size: 13px; color: #e0e0e0; font-weight: 600; letter-spacing: 1px; }
.settings-row-desc { font-family: 'Inter', sans-serif; font-size: 11px; color: #888; margin-top: 6px; }

/* Light Mode Ayarları */
body.light-mode .settings-label { color: #555; }
body.light-mode .settings-input { background: #fff; color: #111; border-color: #ccc; border-left-color: #342c78; }
body.light-mode .settings-input:focus { border-color: #342c78; border-left-color: #342c78; box-shadow: 4px 4px 0px rgba(52, 44, 120, 0.1); }
body.light-mode .settings-update-btn { background: #fff; border-color: #342c78; color: #342c78; }
body.light-mode .settings-update-btn:hover { background: #342c78; color: #fff; box-shadow: 0 5px 15px rgba(52, 44, 120, 0.2); }
body.light-mode .settings-section-title { color: #888; border-bottom-color: #ddd; }
body.light-mode .settings-row { background: #fff; border-color: #eee; }
body.light-mode .settings-row:hover { border-color: #342c78; border-left-color: #342c78;}
body.light-mode .settings-row-title { color: #333; }

/* +90 Mode Ayarları */
body.plus90-mode .settings-label { color: #888; }
body.plus90-mode .settings-input { background: rgba(0,0,0,0.3); color: #fff; border-color: #333; border-left-color: #ffd217; }
body.plus90-mode .settings-input:focus { border-color: #ffd217; border-left-color: #ffd217; background: #000; box-shadow: none;}
body.plus90-mode .settings-update-btn { background: #111; border-color: #ffd217; color: #ffd217; }
body.plus90-mode .settings-update-btn:hover { background: #ffd217; color: #000; }
body.plus90-mode .settings-section-title { color: #666; border-bottom-color: #333; }
body.plus90-mode .settings-row { background: #111; border-color: #222; }
body.plus90-mode .settings-row:hover { border-color: #ffd217; border-left-color: #ffd217; }

.forum-post-right {
    flex-grow: 1; display: flex; flex-direction: column;
    background: transparent; border: none; border-radius: 0;
    padding: 0; position: relative; box-shadow: none;
}
.forum-post-right::before, .forum-post-right::after { display: none; }

.forum-post-date {
    font-family: 'Inter', sans-serif; font-size: 11px; color: #666; margin-bottom: 5px;
    text-align: left; border-bottom: none; padding-bottom: 0; letter-spacing: 0.5px;
}
.forum-post-body {
    font-family: 'Inter', sans-serif; font-size: 14px; color: #ccc; line-height: 1.5;
    white-space: pre-wrap; flex-grow: 1; text-shadow: none; letter-spacing: 0.5px; font-weight: 400;
}

.forum-textarea, .forum-input {
    width: 100%; box-sizing: border-box; resize: vertical; margin-bottom: 10px; margin-top: 5px;
    background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 10px;
    font-family: 'Inter', sans-serif; font-size: 14px; border-radius: 0; box-shadow: none;
    transition: border-color 0.2s; font-weight: 400; letter-spacing: 0.5px;
}
.forum-textarea:focus, .forum-input:focus {
    background: rgba(0,0,0,0.6); outline: none; border-color: #ffd217; box-shadow: none; transform: none;
}
.mobile-forum-back { display: none; }

/* --- STREETWEAR PHOTOBOOK --- */
.photobook-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; margin-top: 20px; padding-right: 10px;
}
.photobook-item {
    position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 0; border: 2px solid rgba(255,255,255,0.05); background: #111; cursor: zoom-in; transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.27);
}
.photobook-item img {
    width: 100%; height: 100%; object-fit: cover; filter: grayscale(40%) contrast(110%); transition: all 0.4s ease;
}
.photobook-item:hover {
    transform: translate(-4px, -4px); border-color: #ffd217; box-shadow: 8px 8px 0px rgba(0,0,0,0.8);
}
.photobook-item:hover img { filter: grayscale(0%) contrast(120%) scale(1.05); }

/* --- PSX STYLE MEMORY CARD (MAIN MENU USER PROFILE) --- */
.memory-card-wrapper {
    margin: 0 10px 30px 10px;
    padding: 15px;
    background: linear-gradient(135deg, rgba(15, 15, 20, 0.8), rgba(5, 5, 8, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 2px solid #ffd217;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0;
}
.forum-sidebar .memory-card-wrapper {
    margin: 0 0 20px 0; /* Forum kenar çubuğuna (sidebar) özel boşluk ayarı */
}
.memory-card-wrapper::after {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: repeating-linear-gradient(0deg, rgba(0,0,0,0.15), rgba(0,0,0,0.15) 1px, transparent 1px, transparent 2px);
    pointer-events: none; z-index: 1; mix-blend-mode: overlay;
}
.mc-header { display: flex; align-items: center; gap: 10px; position: relative; z-index: 2; margin-bottom: 15px; width: 100%; min-width: 0; cursor: pointer; padding-right: 25px; transition: all 0.3s; }
.mc-header::after { content: '▼'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #ffcc00; font-size: 0.8rem; transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.27); }
.mc-avatar { width: 40px; height: 40px; border: 1px solid #ffd217; background: #000; object-fit: cover; border-radius: 0; cursor: pointer; box-shadow: 2px 2px 0px rgba(0,0,0,0.5); transition: transform 0.2s; }
.mc-avatar:hover { transform: scale(1.05); border-color: #fff; }
.mc-info { display: flex; flex-direction: column; overflow: hidden; }
.mc-username { font-family: 'Michroma', sans-serif; font-size: 0.75rem; color: #ffd217; letter-spacing: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-shadow: 0 0 5px rgba(255,210,23,0.3); }
.mc-role { font-family: 'Rajdhani', sans-serif; font-size: 0.65rem; color: #888; letter-spacing: 2px; text-transform: uppercase; margin-top: 2px; }
.mc-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; position: relative; z-index: 2; width: 100%; animation: popIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.27); transform-origin: top; }
.mc-btn {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); color: #aaa;
    font-family: 'Michroma', sans-serif; font-size: 0.55rem; padding: 8px 4px; text-align: center;
    cursor: pointer; transition: all 0.2s; letter-spacing: 1px; text-transform: uppercase;
    display: flex; justify-content: center; align-items: center; border-radius: 0;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}
.mc-btn:hover { background: #ffd217; color: #000 !important; border-color: #ffd217 !important; box-shadow: 2px 2px 0px rgba(0,0,0,0.8); transform: translate(-1px, -1px); }
.mc-btn-login { background: rgba(255, 210, 23, 0.1); color: #ffd217; border-color: #ffd217; width: 100%; flex-direction: column; padding: 12px; }
.mc-btn-login:hover { background: #ffd217; color: #000; box-shadow: 4px 4px 0px rgba(0,0,0,0.6); }

/* YENİ MESAJ UYARI EFEKTİ (SLOT 1 İÇİN) */
.memory-card-wrapper.has-new-mail {
    border-color: #ff4747 !important; border-top-color: #ff4747 !important;
    box-shadow: 0 0 15px rgba(255, 71, 71, 0.4) !important;
}
.memory-card-wrapper.has-new-mail .mc-role {
    color: #ff4747 !important; animation: blink 1s infinite alternate; font-weight: bold;
}
.memory-card-wrapper.has-new-mail .mc-avatar { border-color: #ff4747 !important; }

/* Mobil Menü Butonu */
.mobile-menu-btn {
    display: none; position: fixed; top: 25px; left: 20px; z-index: 100000;
    width: 38px; height: 26px; flex-direction: column; justify-content: space-between; cursor: pointer;
    background: rgba(0,0,0,0.5); padding: 8px 10px; border-radius: 0; border: 1px solid rgba(255,210,23,0.3); backdrop-filter: blur(5px); box-sizing: content-box;
}
.mobile-menu-btn .bar { width: 100%; height: 3px; background: #ffd217; border-radius: 2px; transition: 0.3s; }
body.mobile-menu-open .mobile-menu-btn .bar:nth-child(1) { transform: translateY(11px) rotate(45deg); }
body.mobile-menu-open .mobile-menu-btn .bar:nth-child(2) { opacity: 0; }
body.mobile-menu-open .mobile-menu-btn .bar:nth-child(3) { transform: translateY(-12px) rotate(-45deg); }

.modern-forum-cta {
    background: transparent; border: 1px solid rgba(255,255,255,0.1);
    border-radius: 0; padding: 15px;
    text-align: center;
    margin-top: 20px;
    box-shadow: none;
}
.modern-forum-cta p { font-family: 'Inter', sans-serif; color: #888; margin: 0 0 10px 0; font-size: 13px; letter-spacing: 0.5px;}
.modern-cta-btn {
    background: #ffd217; color: #000; font-family: 'Inter', sans-serif; font-weight: 600;
    font-size: 0.85rem; padding: 10px 25px; border: none; border-radius: 0; cursor: pointer; transition: all 0.2s; box-shadow: 4px 4px 0px rgba(0,0,0,0.5);
}
.modern-cta-btn:hover { background: #fff; transform: translate(-2px, -2px); box-shadow: 6px 6px 0px rgba(0,0,0,0.7); }

/* --- AUTH MODAL --- */
.auth-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.80); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); z-index: 1000000; display: flex; justify-content: center; align-items: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; overflow-y: auto; padding: 20px; box-sizing: border-box; }
.auth-modal.show { opacity: 1; pointer-events: auto; }
.auth-box { background: rgba(10,10,14,0.95); border: 2px solid #342c78; padding: 40px; border-radius: 0; width: 100%; max-width: 600px !important; position: relative; box-shadow: 15px 15px 0px rgba(0,0,0,0.9); text-align: center; margin: auto; max-height: 90vh; display: flex; flex-direction: column; overflow: hidden; }
.auth-box h3 { font-family: 'Rajdhani', sans-serif; color: #ffd217; font-size: 2.2rem; font-weight: 800; margin: 0 0 25px 0; letter-spacing: 4px; text-transform: uppercase; }
.auth-box input { width: 100%; background: rgba(0,0,0,0.5); border: 1px solid #333; color: #ffd217; padding: 14px; margin-bottom: 15px; font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 500; border-radius: 0; box-sizing: border-box; letter-spacing: 1px;}
.auth-box input:focus { outline: none; border-color: #ffd217; box-shadow: 4px 4px 0px rgba(255,210,23,0.2); transform: none; }
.auth-box button { width: 100%; background: #342c78; color: #fff; border: none; padding: 14px; font-family: 'Michroma', sans-serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 2px; cursor: pointer; border-radius: 0; transition: all 0.2s; text-transform: uppercase; box-shadow: 4px 4px 0px rgba(0,0,0,0.5); }
.auth-box button:hover { background: #ffd217; color: #000; transform: translate(-2px, -2px); box-shadow: 6px 6px 0px rgba(255,210,23,0.4); }
.auth-switch { margin-top: 20px; font-family: 'Inter', sans-serif; font-size: 0.85rem; color: #aaa; cursor: pointer; text-decoration: underline; }
.auth-switch:hover { color: #fff; }

/* Seçilebilir Avatar Stilleri */
.avatar-option { width: 65px; height: 65px; border-radius: 0; background-color: #ffd217; padding: 4px; object-fit: contain; border: 2px solid transparent; cursor: pointer; transition: all 0.2s; opacity: 0.4; filter: grayscale(50%); }
.avatar-option:hover { opacity: 0.8; filter: grayscale(0%); transform: scale(1.05); }
.avatar-option.selected { opacity: 1; filter: grayscale(0%); border-color: #ffd217; transform: scale(1.1) translate(-2px, -2px); box-shadow: 6px 6px 0px rgba(255,210,23,0.4); }

/* AAA QUALITY MODAL KAPSAYICI */
.aaa-modal-box {
    display: flex; flex-direction: row; padding: 0; overflow: hidden; max-width: 600px !important; width: 100%; background: rgba(10,10,14,0.98);
}
.auth-left { 
    flex: 1; 
    background: linear-gradient(145deg, rgba(5,5,10,0.94), rgba(0,0,0,0.98)), url('visiual/FUTBOLCULAR/5.webp') center/cover; 
    background-blend-mode: multiply;
    padding: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; 
    border-right: 1px solid rgba(255,255,255,0.05); 
}
.auth-left h3 { font-family: 'Michroma', sans-serif; font-size: 1.4rem; color: #fff; margin-bottom: 15px; letter-spacing: 2px;}
.auth-left p { font-family: 'Inter', sans-serif; color: #888; font-size: 0.95rem; line-height: 1.6; text-align: center; }
.auth-right { flex: 1; padding: 40px; display: flex; flex-direction: column; justify-content: center; position: relative; }

.memory-card-wrapper.collapsed .mc-actions { display: none !important; }
.memory-card-wrapper.collapsed .mc-header { margin-bottom: 0 !important; }
.memory-card-wrapper.collapsed .mc-header::after { transform: translateY(-50%) rotate(90deg); }

/* --- SETTINGS PANEL (AYARLAR) --- */
.settings-layout { display: flex; flex-direction: column; gap: 30px; margin-top: 20px; }
.setting-group h4 { color: #ffcc00; font-family: 'Michroma', sans-serif; font-size: 0.55rem; border-bottom: 1px dashed rgba(255,204,0,0.3); padding-bottom: 8px; margin-bottom: 12px; letter-spacing: 2px; text-transform: uppercase;}
.setting-row { display: flex; justify-content: space-between; align-items: center; background: transparent; padding: 10px 15px; border: 1px solid rgba(255,204,0,0.2); border-left: 2px solid #ffcc00; border-radius: 0; transition: all 0.2s; box-shadow: none; margin-bottom: 10px;}
.setting-row:hover { background: rgba(0,0,0,0.6); border-color: #ffcc00; transform: none; box-shadow: 0 0 10px rgba(255,204,0,0.2); }
.setting-info { display: flex; flex-direction: column; gap: 5px; max-width: 75%; }
.setting-info strong { font-family: 'Michroma', sans-serif; font-size: 0.55rem; color: #ffcc00; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;}
.setting-info span { font-family: 'VT323', monospace; font-size: 0.9rem; color: #aaa; line-height: 1.3; letter-spacing: 1px; text-transform: uppercase;}

/* Toggle Switch UI */
.toggle-switch { position: relative; display: inline-block; width: 44px; height: 22px; flex-shrink: 0; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255,255,255,0.1); transition: .4s; border-radius: 0; border: 1px solid rgba(255,255,255,0.2); }
.toggle-slider:before { position: absolute; content: ""; height: 14px; width: 14px; left: 3px; bottom: 3px; background-color: #888; transition: .4s; border-radius: 0; }
input:checked + .toggle-slider { background-color: #ffd217; border-color: #ffd217; box-shadow: 4px 4px 0px rgba(255,210,23,0.3); }
input:checked + .toggle-slider:before { transform: translateX(22px); background-color: #000; }

/* --- PANEL SEKMELERİ (SAĞ PANEL %60) --- */
.panel-container {
    position: absolute;
    top: 50%;
    left: calc(50vw + 160px); /* Menüden arta kalan alanın tam merkezi, daima sabit kilitli */
    width: 55%;
    max-width: 750px;
    max-height: 85vh;
    transform: translate(-50%, -50%);
    background: linear-gradient(rgba(10, 10, 14, 0.85), rgba(10, 10, 14, 0.85)),
                linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 100% 100%, 25px 25px, 25px 25px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 20;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 2px solid rgba(255, 210, 23, 0.5); /* Retro Golden Üst Vurgu */
    box-shadow: 16px 16px 0px rgba(0,0,0,0.8), inset 0 1px 20px rgba(255,255,255,0.03);
    padding: 40px 45px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    /* Oyun Menüsü Hissi Veren Dinamik Geçiş (Blur ve Perspective) */
    transition: transform 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.27), opacity 0.45s ease-out, filter 0.45s ease-out;
    filter: blur(0px);
}

/* Sadece Forum (Sözlük) Açıkken Konteyneri Genişlet */
body[data-active-panel="forum"] .panel-container {
    width: 90%;
    max-width: 1300px;
}

.panel-container.panel-hidden {
    transform: translate(-30%, -50%) perspective(1200px) rotateY(-12deg) scale(0.92); /* Yandan 3D kayarak gelme */
    opacity: 0;
    pointer-events: none;
    filter: blur(15px); /* Odaklanma (Focus in) efekti */
}

/* Fantom Silüet Arka Plan Dokusu */
.shop-bg-silhouette {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('visiual/media/ps4.webp'); /* Yeni PS4 görseli */
    background-size: cover;
    background-position: center;
    opacity: 0.06;
    z-index: -1;
    pointer-events: none;
    mix-blend-mode: screen;
    filter: grayscale(100%) contrast(150%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.shop-bg-silhouette.bg-ps2 {
    background-image: url('visiual/media/ps2.webp');
}

/* Hakkımızda ve TV Panelleri İçin Futbolcu Arka Planları */
#about-container .shop-bg-silhouette {
    background-image: url('visiual/FUTBOLCULAR/1.webp');
    background-position: top center;
    opacity: 0.15;
    mix-blend-mode: luminosity;
}

#television-container .shop-bg-silhouette {
    background-image: url('visiual/FUTBOLCULAR/4.webp');
    background-position: center;
    opacity: 0.15;
    mix-blend-mode: luminosity;
}

/* Diğer Paneller İçin Estetik Futbolcu Arka Planları */
#shop-container .shop-bg-silhouette {
    background-image: url('visiual/FUTBOLCULAR/2.webp');
    background-position: center; opacity: 0.15; mix-blend-mode: luminosity;
}
#lookbook-container .shop-bg-silhouette {
    background-image: url('visiual/FUTBOLCULAR/3.webp');
    background-position: center; opacity: 0.15; mix-blend-mode: luminosity;
}
#forum-container .shop-bg-silhouette {
    background-image: url('visiual/FUTBOLCULAR/5.webp');
    background-position: center; opacity: 0.15; mix-blend-mode: luminosity;
}
#packs-container .shop-bg-silhouette {
    background-image: url('visiual/FUTBOLCULAR/6.webp');
    background-position: center; opacity: 0.15; mix-blend-mode: luminosity;
}
#social-container .shop-bg-silhouette {
    background-image: url('visiual/FUTBOLCULAR/2.webp');
    background-position: center; opacity: 0.15; mix-blend-mode: luminosity;
}
#settings-container .shop-bg-silhouette {
    background-image: url('visiual/FUTBOLCULAR/3.webp');
    background-position: center; opacity: 0.15; mix-blend-mode: luminosity;
}

.floating-close-btn.sharp-btn {
    left: auto !important;
}

/* --- JOYPAD CLOSE BUTTONS (MODALS & PANELS) --- */
.floating-close-btn, .close-auth, .sub-menu-close {
    position: absolute !important; top: 0 !important; right: 0 !important; left: auto !important;
    background: #ffcc00 !important; color: #000 !important;
    font-family: 'Michroma', sans-serif !important; font-size: 0.85rem !important;
    padding: 8px 16px !important; cursor: pointer !important;
    border: none !important; border-radius: 0 !important; font-weight: bold !important;
    box-shadow: -2px 2px 0 rgba(0,0,0,0.5) !important; z-index: 200 !important;
    letter-spacing: 1px !important; display: flex !important; align-items: center !important;
    justify-content: center !important; text-shadow: none !important; transition: all 0.2s !important;
}
.floating-close-btn:hover, .close-auth:hover, .sub-menu-close:hover { background: #fff !important; color: #000 !important; }

/* Dil Seçim Butonları (Terminal Minimalist) */
.lang-btn { width: 100%; background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1); color: #888; padding: 10px 0; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 14px; border-radius: 0; cursor: pointer; transition: all 0.2s; box-shadow: none; letter-spacing: 1px;}
.lang-btn:hover { border-color: #ffd217; color: #ffd217; background: rgba(255,210,23,0.05); }
.lang-btn.active { background: rgba(255,210,23,0.1); color: #ffd217; border-color: #ffd217; box-shadow: none; transform: none; }

/* --- PS1 Style 3D Carousel --- */
.ps1-carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 480px;
    position: relative;
    margin-top: 30px;
    perspective: 1200px;
}
.ps1-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    z-index: 10;
    padding: 20px;
    transition: color 0.3s, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.27);
}
.ps1-arrow:first-child { left: 2%; }
.ps1-arrow:last-child { right: 2%; }
.ps1-arrow:hover { color: #ffd217; transform: translateY(-50%) scale(1.3); }
.ps1-carousel-track {
    position: relative;
    width: 250px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}
.ps1-item {
    position: absolute;
    width: 280px;
    height: 400px;
    /* Spring(Yay) fiziği veren animasyon eğrisi */
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.27);
    cursor: pointer;
    border-radius: 0;
    background: transparent;
    border: 2px solid transparent;
    overflow: visible;
}

/* PS1 Chill Sway (Yavaş Sağa-Sola Süzülme) Efekti */
@keyframes ps1ChillSway {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-12px) rotate(2deg); }
}
.ps1-item img { width: 100%; height: 100%; object-fit: contain; transition: all 0.6s; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.6)); animation: ps1ChillSway 4s ease-in-out infinite; }

/* Carousel Durumları (States) */
.ps1-item.active {
    transform: translateX(0) translateZ(80px) scale(1.25);
    z-index: 3; opacity: 1; border-color: transparent;
}
.ps1-item.active img { filter: grayscale(0%) contrast(115%) drop-shadow(0 20px 40px rgba(248, 211, 60, 0.45)); }

.ps1-item.prev {
    transform: translateX(-190px) translateZ(-100px) scale(0.85);
    z-index: 2; opacity: 0.5; border-color: transparent; pointer-events: auto;
}
.ps1-item.prev img { filter: grayscale(70%) blur(3px) brightness(50%) drop-shadow(0 10px 20px rgba(0,0,0,0.5)); }

.ps1-item.next {
    transform: translateX(190px) translateZ(-100px) scale(0.85);
    z-index: 2; opacity: 0.5; border-color: transparent; pointer-events: auto;
}
.ps1-item.next img { filter: grayscale(70%) blur(3px) brightness(50%) drop-shadow(0 10px 20px rgba(0,0,0,0.5)); }

.ps1-item.hidden-left { transform: translateX(-340px) translateZ(-200px) scale(0.6); z-index: 1; opacity: 0; pointer-events: none; }
.ps1-item.hidden-right { transform: translateX(340px) translateZ(-200px) scale(0.6); z-index: 1; opacity: 0; pointer-events: none; }

/* Carousel Bilgi Alanı */
.ps1-carousel-info { text-align: center; margin-top: 15px; }
.ps1-carousel-info h3 { font-family: 'Michroma', sans-serif; font-weight: 700; font-size: 1.3rem; color: #fff; margin: 0 0 5px 0; letter-spacing: 2px; }
.ps1-carousel-info .price { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 400; color: #f8d33c; margin-bottom: 15px; letter-spacing: 2px; }
.ps1-select-btn {
    background: rgba(248, 211, 60, 0.1); border: 1px solid #f8d33c; color: #f8d33c; padding: 12px 35px; border-radius: 0;
    font-family: 'Michroma', sans-serif; font-weight: 400; font-size: 0.75rem; cursor: pointer; transition: all 0.2s; letter-spacing: 1.5px; box-shadow: 4px 4px 0px rgba(0,0,0,0.8);
}
.ps1-select-btn:hover { background: #f8d33c; color: #000; box-shadow: 6px 6px 0px rgba(248, 211, 60, 0.4); transform: translate(-2px, -2px); }

/* --- YENİ KUSURSUZ ÜRÜN DETAY DÜZENİ (EXHIBITION / DATA PANEL) --- */
.exhibition-panel {
    background: rgba(10, 10, 14, 0.95) !important;
    padding: 0 !important;
    overflow: hidden !important;
}
.exhibition-silhouette {
    opacity: 0.05 !important;
    transform: scale(1.2);
    filter: blur(4px) grayscale(100%) contrast(120%) !important;
}
.glitch-beams {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(ellipse at 80% 20%, rgba(0, 255, 255, 0.04) 0%, transparent 50%),
                radial-gradient(ellipse at 20% 80%, rgba(255, 150, 0, 0.04) 0%, transparent 50%);
    z-index: -1; pointer-events: none; animation: glitchFlicker 4s infinite alternate;
}
@keyframes glitchFlicker {
    0%, 100% { opacity: 0.8; }
    10%, 30%, 50%, 70%, 90% { opacity: 0.9; transform: translateX(2px); }
    20%, 40%, 60%, 80% { opacity: 0.7; transform: translateX(-2px); }
}
.halftone-clippings {
    position: absolute; top: 10%; left: 10%; width: 250px; height: 350px;
    background-image: radial-gradient(circle, rgba(255,255,255,0.15) 1px, transparent 1px);
    background-size: 8px 8px; opacity: 0; z-index: -1; transform: rotate(-15deg);
    animation: popClip 15s infinite;
}
.halftone-clippings::after {
    content: "90s ARCHIVE \n LEGENDARY \n DROP";
    position: absolute; top: 40px; left: 20px; font-family: 'Rajdhani', sans-serif;
    font-weight: 700; font-size: 2.5rem; color: rgba(255,255,255,0.06);
    line-height: 0.8; transform: rotate(90deg); white-space: pre-line;
}
@keyframes popClip {
    0%, 40%, 60%, 100% { opacity: 0; transform: translateY(0) rotate(-15deg); }
    50% { opacity: 0.6; transform: translateY(-20px) rotate(-5deg); }
}
.sharp-btn { border-radius: 0 !important; top: 30px; font-family: 'Rajdhani', sans-serif; letter-spacing: 3px; font-size: 0.9rem; }

.exhibition-layout {
    display: flex; justify-content: center; align-items: center;
    width: 100%; height: 100%; padding: 40px 20px; box-sizing: border-box;
    position: relative; z-index: 5;
}
.exhibition-container-split {
    display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px;
    width: 100%; max-width: 850px; height: 100%; max-height: 600px; align-items: center;
}
.exhibition-left { display: flex; flex-direction: column; gap: 20px; justify-content: center; align-items: center; height: 100%; }
.exhibition-right { display: flex; flex-direction: column; justify-content: center; height: 100%; }

/* Ana Görsel Kutusu */
.floating-img-box {
    width: 100%; max-width: 320px; aspect-ratio: 1 / 1; display: flex; justify-content: center; align-items: center;
    animation: floatItem 6s ease-in-out infinite;
    transition: transform 0.3s;
}
.floating-img-box img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.9)); cursor: crosshair; }
.floating-img-box:hover { transform: scale(1.05); }
@keyframes floatItem { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* Yeni Temiz Thumbnail Galerisi */
.analog-film-grid {
    display: flex; justify-content: center; gap: 12px; margin-top: 20px; width: 100%; max-width: 320px;
}
.sharp-thumb { 
    width: 65px; height: 65px; border: 2px solid transparent; border-radius: 0; overflow: hidden; background: rgba(255,255,255,0.02); cursor: pointer; transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.27); 
}
.sharp-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; transition: all 0.3s; }
.sharp-thumb:hover, .sharp-thumb.active { border-color: #ffd217; transform: translate(-2px, -2px); box-shadow: 6px 6px 0px rgba(0,0,0,0.8); }
.sharp-thumb.active img, .sharp-thumb:hover img { opacity: 1; }

/* Metin Kutusu */
.exhibition-text-block {
    display: flex; flex-direction: column; background: rgba(0,0,0,0.6); padding: 30px;
    border: 1px solid rgba(255,255,255,0.05); backdrop-filter: blur(10px); border-radius: 0;
    box-shadow: 10px 10px 0px rgba(0,0,0,0.8); width: 100%; box-sizing: border-box; max-height: 100%;
}
.pd-title { font-size: 1.8rem; margin: 0 0 5px 0; font-family: 'Michroma', sans-serif; font-weight: 800; letter-spacing: 1px; color: #fff; line-height: 1.1;}
.pd-price { font-size: 1.5rem; color: #ffd217; margin-bottom: 20px; font-family: 'Montserrat', sans-serif; font-weight: 600; letter-spacing: 1px;}
.pd-stats-block { border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); padding: 15px 0; margin-bottom: 20px; }
.sharp-stat-row { display: flex; align-items: center; margin-bottom: 6px; font-family: 'Rajdhani', sans-serif; font-size: 0.75rem; letter-spacing: 2px; color: #ccc; }
.sharp-stat-label { width: 130px; text-align: left; }
.sharp-stat-bg { flex: 1; height: 4px; background: #050505; border: 1px solid #222; }
.sharp-stat-fill { height: 100%; background: #ffd217; box-shadow: 0 0 8px rgba(255, 210, 23, 0.5); }

.pd-desc { font-size: 0.95rem; color: #ddd; line-height: 1.7; font-family: 'Inter', sans-serif; margin-bottom: 25px; overflow-y: auto; max-height: 120px; padding-right: 10px;}
.pd-desc::-webkit-scrollbar { width: 4px; }
.pd-desc::-webkit-scrollbar-track { background: #000; }
.pd-desc::-webkit-scrollbar-thumb { background: #ffd217; }

.sharp-action-btn {
    background: rgba(255, 210, 23, 0.05); border: 1px solid rgba(255, 210, 23, 0.4); color: #ffd217;
    padding: 12px; font-family: 'Michroma', sans-serif; font-size: 0.8rem; font-weight: 400; border-radius: 0;
    letter-spacing: 2px; cursor: pointer; transition: all 0.2s; width: 100%; text-align: center; margin-top: auto; box-shadow: 4px 4px 0px rgba(0,0,0,0.6);
}
.sharp-action-btn:hover { background: rgba(255, 210, 23, 0.25); color: #fff; border-color: #ffd217; box-shadow: 6px 6px 0px rgba(255, 210, 23, 0.4); transform: translate(-2px, -2px); }

/* Panel Giriş Animasyonları */
.sharp-pop-in { animation: sharpSlide 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27) forwards; }
@keyframes sharpSlide {
    0% { transform: translate(-45%, -45%) scale(0.95); opacity: 0; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}
.pop-in { animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.27) forwards; }
@keyframes popIn {
    0% { transform: scale(0.8) translateZ(-50px); opacity: 0; }
    100% { transform: scale(1) translateZ(0); opacity: 1; }
}

/* Retro Scrollbar (Webkit) */
.panel-container::-webkit-scrollbar { width: 8px; }
.panel-container::-webkit-scrollbar-track { background: #050505; border-left: 1px solid #222; }
.panel-container::-webkit-scrollbar-thumb { background: #342c78; }
.panel-container::-webkit-scrollbar-thumb:hover { background: #ffd217; }

/* --- ORTAK PANEL BAŞLIKLARI --- */
.panel-header { margin-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 15px; }
.panel-title { font-family: 'Michroma', sans-serif; font-size: 1.8rem; color: #ffd217; margin: 0; letter-spacing: 4px; text-shadow: 0 0 15px rgba(255, 210, 23, 0.2); }
.panel-subtitle { font-family: 'Inter', sans-serif; font-size: 0.9rem; color: #a0a0a0; margin: 5px 0 0 0; }

/* --- YENİ KUSURSUZ KUTU AÇILIM EFEKTLERİ --- */
.retro-pack-trigger {
    width: 200px; cursor: pointer; transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.27);
    display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;
}
.retro-pack-trigger:hover { transform: scale(1.08); }
.retro-pack-trigger img { width: 100%; height: auto; filter: drop-shadow(0 15px 30px rgba(0,0,0,0.8)); }

.pack-flash-bang {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: #ffffff; z-index: 100; opacity: 0; pointer-events: none;
    animation: flashBang 0.6s ease-out forwards;
}
@keyframes flashBang { 0% { opacity: 0; } 15% { opacity: 1; } 100% { opacity: 0; } }

.roulette-card {
    background: transparent; border: none; display: flex; justify-content: center; align-items: center; position: relative;
    transform-style: preserve-3d;
    will-change: transform;
}
.roulette-card img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(0,0,0,0.5)); }

/* Rulet Kart Nadirlikleri (Arka Plan ve Border) */
.r-icon { border-color: #ff00ff; background: radial-gradient(circle, rgba(255,0,255,0.2) 0%, #111 80%); }
.r-gold { border-color: #ffd700; background: radial-gradient(circle, rgba(255,215,0,0.2) 0%, #111 80%); }
.r-silver { border-color: #c0c0c0; background: radial-gradient(circle, rgba(192,192,192,0.2) 0%, #111 80%); }
.r-bronze { border-color: #cd7f32; background: radial-gradient(circle, rgba(205,127,50,0.2) 0%, #111 80%); }

/* İnceleme ve Açılış Ekranında Kutu Görünümü Olmasın, Sadece Glow (Parlama) Olsun */
.roulette-card.r-icon { background: transparent; border: none; filter: drop-shadow(0 0 35px rgba(255,0,255,0.6)); }
.roulette-card.r-gold { background: transparent; border: none; filter: drop-shadow(0 0 35px rgba(255,215,0,0.6)); }
.roulette-card.r-silver { background: transparent; border: none; filter: drop-shadow(0 0 35px rgba(192,192,192,0.6)); }
.roulette-card.r-bronze { background: transparent; border: none; filter: drop-shadow(0 0 35px rgba(205,127,50,0.6)); }

/* Bilgi Paneli Hizalaması (Bug Fix) */
.card-info-panel {
    position: absolute; top: auto; bottom: -20px; left: 50%; width: 90%; max-width: 400px;
    background: linear-gradient(145deg, rgba(20,20,25,0.95) 0%, rgba(10,10,15,0.98) 100%);
    border: 1px solid rgba(255, 210, 23, 0.4); border-radius: 0; padding: 20px;
    opacity: 0; pointer-events: none; transform: translate(-50%, 20px) scale(0.9);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.27);
    box-shadow: 12px 12px 0px rgba(0,0,0,0.9); z-index: 100; text-align: center;
}
.card-info-panel.show { opacity: 1; pointer-events: auto; transform: translate(-50%, 0) scale(1); }
.rarity-badge {
    display: inline-block; padding: 4px 12px; border-radius: 0;
    font-family: 'Rajdhani', sans-serif; font-weight: 800; font-size: 0.9rem;
    margin-bottom: 12px; text-transform: uppercase; letter-spacing: 2px;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.6);
}

.pack-scene {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    position: relative;
}
.pack-controls { display: flex; justify-content: center; margin-top: 20px; }

/* Pack Opening Animations (Shake & Confetti) */
.shake-anim { animation: shakeScene 0.8s cubic-bezier(.36,.07,.19,.97) both; }
@keyframes shakeScene {
    10%, 90% { transform: translate3d(-2px, 0, 0); }
    20%, 80% { transform: translate3d(4px, 0, 0); filter: brightness(1.2); }
    30%, 50%, 70% { transform: translate3d(-8px, 0, 0); filter: brightness(1.5); }
    40%, 60% { transform: translate3d(8px, 0, 0); filter: brightness(1.2); }
}

#confetti-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; overflow: hidden; z-index: 10; }
.confetti-piece { position: absolute; width: 8px; height: 16px; top: -20px; opacity: 0; }
@keyframes confettiFall {
    0% { transform: translateY(-20px) rotate(0deg) scale(1); opacity: 1; }
    100% { transform: translateY(400px) rotate(720deg) scale(0.5); opacity: 0; }
}

/* --- MYSTERY PACK SHOWCASE (MODERN PACK UI) --- */
.mystery-pack-showcase {
    display: flex; gap: 40px; align-items: center; background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.05); border-radius: 0; padding: 40px;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.5), 10px 10px 0px rgba(0,0,0,0.8);
}
.mp-left { flex: 1; display: flex; justify-content: center; }
.floating-pack { width: 180px; animation: floatPack 4s ease-in-out infinite; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.8)); }
.mp-right { flex: 1; display: flex; flex-direction: column; align-items: flex-start; }
.mp-title { font-family: 'Michroma', sans-serif; font-size: 1.8rem; color: #ffd217; margin: 0 0 15px 0; letter-spacing: 2px; }
.mp-desc { font-family: 'Inter', sans-serif; color: #bbb; line-height: 1.6; margin-bottom: 25px; }
.mp-stats { margin-bottom: 25px; border-left: 3px solid #ffd217; padding-left: 15px; }
.mp-stat-box span { display: block; font-family: 'Rajdhani', sans-serif; font-size: 0.85rem; color: #888; letter-spacing: 2px; }
.mp-stat-box strong { font-family: 'Montserrat', sans-serif; font-size: 2rem; color: #fff; }
.mp-actions { display: flex; gap: 15px; }

/* --- KART HAVUZU (POOL) HOVER TOOLTIP --- */
.pack-pool-tooltip {
    position: absolute; top: 50%; left: 80%; transform: translateY(-50%);
    background: rgba(10,10,14,0.95); border: 1px solid #ffd217; border-radius: 0;
    padding: 15px; width: 220px; max-height: 250px; overflow-y: auto; opacity: 0; pointer-events: none;
    transition: all 0.3s ease; box-shadow: 8px 8px 0px rgba(0,0,0,0.8);
    z-index: 100; backdrop-filter: blur(10px);
}
.mp-left:hover .pack-pool-tooltip { opacity: 1; transform: translateY(-50%) translateX(20px); }
.pack-pool-tooltip h4 { color: #ffd217; margin: 0 0 10px 0; font-family: 'Michroma', sans-serif; font-size: 0.8rem; border-bottom: 1px dashed rgba(255,210,23,0.3); padding-bottom: 5px; }
.pool-item { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.pool-item img { width: 25px; height: 35px; object-fit: contain; border-radius: 2px; }
.pool-item div { font-family: 'Inter', sans-serif; font-size: 0.7rem; color: #ccc; line-height: 1.2; }
.pack-pool-tooltip::-webkit-scrollbar { width: 4px; }
.pack-pool-tooltip::-webkit-scrollbar-thumb { background: #ffd217; }

/* --- CLUB DETAILED CARD OVERLAY (Sağ-Sol Ok Tuşları) --- */
.club-detail-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    font-size: 3rem; color: rgba(255,255,255,0.3); cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.27); z-index: 10;
}
.club-detail-nav:hover { color: #ffd217; transform: translateY(-50%) scale(1.3); filter: drop-shadow(0 0 15px #ffd217); }
.cd-nav-left { left: 40px; }
.cd-nav-right { right: 40px; }

/* --- 3D HOLOGRAM KART EFEKTİ --- */
.album-slot {
    transform-style: preserve-3d;
}
.card-count-badge {
    position: absolute; top: 8px; right: 8px; background: #ffd217; color: #000;
    font-family: 'Rajdhani', sans-serif; font-weight: 800; padding: 4px 8px; border-radius: 0;
    font-size: 0.8rem; z-index: 5; box-shadow: 4px 4px 0px rgba(0,0,0,0.8);
    transform: translateZ(20px); /* 3D ortamda bir tık önde dursun */
}
.hologram-glare {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none; z-index: 10; opacity: 0;
    background: linear-gradient(105deg, transparent 20%, rgba(255, 210, 23, 0.3) 25%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 210, 23, 0.3) 65%, transparent 80%);
    background-size: 200% 200%;
    mix-blend-mode: color-dodge;
    transition: opacity 0.4s ease;
    border-radius: inherit;
}

/* --- STICKER ALBUM (GRID TASARIMI) --- */
.sticker-album-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 25px; padding: 20px 10px; max-height: 65vh; overflow-y: auto;
}
.sticker-slot {
    aspect-ratio: 2/3; border-radius: 0; position: relative; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.2); border: 2px dashed rgba(255,255,255,0.15); box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}
.sticker-slot.locked .slot-number { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 800; color: rgba(255,255,255,0.1); }
.sticker-slot.unlocked { border: none; background: transparent; box-shadow: none; cursor: pointer; }
.sticker-slot.unlocked img { width: 90%; height: 90%; object-fit: contain; filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.6)); transition: transform 0.3s ease; }
.sticker-slot.unlocked:hover img { transform: scale(1.1) rotate(0deg) !important; z-index: 10; }
.sticker-slot-name {
    position: absolute; bottom: -20px; left: 0; width: 100%; text-align: center; font-family: 'Inter', sans-serif; font-size: 0.7rem; color: #888; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.album-slot {
    width: 100%; aspect-ratio: 2/3; border-radius: 0; position: relative;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
    border: 2px solid #333; transition: transform 0.1s ease-out, border-color 0.2s;
}
.album-slot.unlocked { background: transparent; cursor: pointer; border-color: rgba(255, 210, 23, 0.2); }
.album-slot.unlocked:hover { z-index: 10; border-color: #ffd217; transform: translate(-4px, -4px); box-shadow: 8px 8px 0px rgba(255, 210, 23, 0.4); }
.album-slot.unlocked img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(0,0,0,0.5)); }

.album-slot.locked { opacity: 0.6; cursor: not-allowed; }
.locked-q {
    font-family: 'Montserrat', sans-serif; font-size: 3.5rem; font-weight: 800; color: rgba(255,255,255,0.2);
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

/* Kilitli Kart Arka Plan Renkleri (Nadirlik Rengini Verir) */
.l-icon { background: radial-gradient(circle, rgba(255,0,255,0.4) 0%, #111 100%); border-color: #ff00ff; }
.l-gold { background: radial-gradient(circle, rgba(255,215,0,0.4) 0%, #111 100%); border-color: #ffd700; }
.l-silver { background: radial-gradient(circle, rgba(192,192,192,0.4) 0%, #111 100%); border-color: #c0c0c0; }
.l-bronze { background: radial-gradient(circle, rgba(205,127,50,0.4) 0%, #111 100%); border-color: #cd7f32; }

/* --- NEW ARRIVALS (SİNEMATİK TAM EKRAN TASARIM) --- */
#new-arrivals-container { position: relative; }
.na-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.na-video-bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(120%) brightness(35%); }
.na-video-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(5,5,8,0.7) 0%, rgba(10,10,14,0.98) 100%);
}

.na-hero-aaa { display: flex; flex-direction: row; gap: 40px; height: 100%; align-items: center; justify-content: space-between; padding: 50px; position: relative; z-index: 2;}
.na-hero-content { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.na-badge { align-self: flex-start; background: #ffd217; color: #000; font-family: 'Rajdhani', sans-serif; font-weight: 700; padding: 6px 14px; border-radius: 0; letter-spacing: 2px; font-size: 0.85rem; margin-bottom: 16px; box-shadow: 4px 4px 0px rgba(255,210,23,0.4);}
.na-hero-content h2 { font-family: 'Michroma', sans-serif; font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.5rem); color: #fff; margin: 0 0 16px 0; letter-spacing: 2px; text-transform: uppercase; line-height: 1.2; text-shadow: 0 10px 30px rgba(0,0,0,0.8); word-wrap: break-word;}
.na-hero-content p { font-family: 'Inter', sans-serif; color: #e0e0e0; font-size: 1.05rem; margin-bottom: 32px; line-height: 1.6; max-width: 90%; text-shadow: 0 5px 15px rgba(0,0,0,0.8);}
.na-cta-btn {
    background: rgba(10,10,14,0.6); border: 2px solid #ffd217; color: #ffd217; padding: 16px 40px; font-family: 'Michroma', sans-serif; font-weight: 400; font-size: 0.9rem; border-radius: 12px; cursor: pointer; transition: all 0.3s; align-self: flex-start; letter-spacing: 3px; backdrop-filter: blur(5px);
    border-radius: 0; box-shadow: 4px 4px 0px rgba(0,0,0,0.8);
}
.na-cta-btn:hover { background: #ffd217; color: #000; box-shadow: 8px 8px 0px rgba(255,210,23,0.6); transform: translate(-4px, -4px); }

.na-hero-visuals { flex: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.na-visual-item { border-radius: 0; overflow: hidden; border: 2px solid rgba(255,255,255,0.05); transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.27); aspect-ratio: 4/5; cursor: pointer; }
.na-visual-item:hover { transform: translate(-6px, -6px) scale(1.02); border-color: #ffd217; box-shadow: 12px 12px 0px rgba(0,0,0,0.9); z-index: 5;}
.na-visual-item img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(20%); transition: filter 0.3s; }
.na-visual-item:hover img { filter: grayscale(0%); }

/* Light Mode Adaptasyonu */
body.light-mode .na-video-bg img { filter: grayscale(100%) contrast(100%) brightness(80%); }
body.light-mode .na-video-overlay { background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%, rgba(240,240,245,1) 100%); }
body.light-mode .na-hero-content h2 { color: #111; text-shadow: none;}
body.light-mode .na-hero-content p { color: #444; text-shadow: none;}
body.light-mode .na-cta-btn { border-color: #342c78; color: #342c78; background: rgba(255,255,255,0.6);}
body.light-mode .na-cta-btn:hover { background: #342c78; color: #fff; }
body.light-mode .na-gallery img { box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
body.light-mode .na-gallery img:hover { box-shadow: 0 15px 30px rgba(0,0,0,0.2); }

/* --- INSTAGRAM GRID STYLES --- */
.social-links-row { display: flex; gap: 10px; margin-bottom: 25px; }
.social-pill { flex: 1; text-align: center; padding: 12px; background: rgba(0,0,0,0.6); border: 1px solid rgba(255,255,255,0.1); font-family: 'Rajdhani', sans-serif; font-size: 1.1rem; color: #fff; text-decoration: none; transition: all 0.2s; letter-spacing: 2px; }
.social-pill:hover { background: #ffd217; color: #000; border-color: #ffd217; box-shadow: 6px 6px 0px rgba(255,210,23,0.3); transform: translate(-2px, -2px); }

.ig-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; border-bottom: 1px dashed rgba(255,255,255,0.1); padding-bottom: 15px; }
.ig-header-left { display: flex; align-items: center; gap: 15px; }
.ig-avatar { width: 60px; height: 60px; border-radius: 0; border: 2px solid #ffd217; padding: 2px; background: #000; box-shadow: 4px 4px 0px rgba(0,0,0,0.8); }
.ig-avatar img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.ig-handle { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.2rem; color: #fff; margin: 0; letter-spacing: 1px;}
.ig-bio { font-family: 'Inter', sans-serif; font-size: 0.8rem; color: #888; margin: 4px 0 0 0; }
.ig-follow-btn { background: #ffd217; color: #000; padding: 8px 20px; font-family: 'Rajdhani', sans-serif; font-weight: 700; text-decoration: none; border-radius: 0; font-size: 1rem; transition: all 0.2s; letter-spacing: 2px; box-shadow: 4px 4px 0px rgba(0,0,0,0.8);}
.ig-follow-btn:hover { background: #fff; transform: translate(-2px, -2px); box-shadow: 6px 6px 0px rgba(255,255,255,0.4); }

.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ig-item { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #111; cursor: pointer; border-radius: 0; }
.ig-item img { width: 100%; height: 100%; object-fit: cover; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27); filter: grayscale(30%) contrast(110%); }
.ig-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: flex; justify-content: center; align-items: center; opacity: 0; transition: all 0.3s; color: #fff; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1rem; gap: 15px; }
.ig-item:hover img { transform: scale(1.1); filter: grayscale(0%) contrast(110%); }
.ig-item:hover .ig-overlay { opacity: 1; }

/* --- INSTAGRAM EMBED CUSTOM WRAPPER --- */
.ig-embed-wrapper { display: flex; justify-content: center; margin-top: 30px; width: 100%; background: rgba(0,0,0,0.8); border: 2px solid #342c78; border-radius: 0; padding: 10px; transition: all 0.4s ease; box-shadow: 12px 12px 0px rgba(0,0,0,0.8); box-sizing: border-box; }
.ig-embed-wrapper iframe { border-radius: 0 !important; transition: filter 0.4s ease; }
.ig-loading-text { padding: 16px; text-align: center; }
.ig-loading-text a { color: #ffd217; font-family: 'Montserrat', sans-serif; text-decoration: none; font-weight: 600; }

/* --- TELEVISION FULLSCREEN FIX --- */
#tv-screen-wrapper:fullscreen .fs-close-btn { display: flex !important; }
#tv-screen-wrapper:-webkit-full-screen .fs-close-btn { display: flex !important; }
#tv-screen-wrapper:-ms-fullscreen .fs-close-btn { display: flex !important; }
f#tv-screen-wrapper:fullscreen { max-height: 100vh !important; width: 100vw !important; aspect-ratio: auto !important; border: none !important; border-radius: 0 !important; }
#tv-screen-wrapper:-webkit-full-screen { max-height: 100vh !important; width: 100vw !important; aspect-ratio: auto !important; border: none !important; border-radius: 0 !important; }
#tv-screen-wrapper:-ms-fullscreen { max-height: 100vh !important; width: 100vw !important; aspect-ratio: auto !important; border: none !important; border-radius: 0 !important; }

/* --- EA SPORTS TRAX MUSIC BOT --- */
.ea-music-widget { position: fixed; top: 40px; right: -330px; width: 310px; background: linear-gradient(145deg, rgba(15,15,25,0.95) 0%, rgba(5,5,10,0.98) 100%); border: 2px solid #342c78; border-right: none; border-radius: 0; z-index: 999999; display: flex; flex-direction: column; padding: 15px; box-shadow: -12px 12px 0px rgba(0,0,0,0.9), inset 0 0 20px rgba(52, 44, 120, 0.4); backdrop-filter: blur(15px); transition: right 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.27); }
.ea-music-widget.notify, .ea-music-widget:hover { right: 0; }
.ea-music-widget::before { content: ''; position: absolute; top: 0; left: -20px; width: 20px; height: 100%; } /* Mouse'un kolay yakalaması için görünmez alan */
.ea-mw-header { font-family: 'Michroma', sans-serif; font-size: 0.75rem; color: #fff; letter-spacing: 4px; font-weight: 700; margin-bottom: 12px; border-bottom: 1px dashed rgba(255,255,255,0.15); padding-bottom: 6px; display: flex; align-items: center; }
.ea-mw-body { display: flex; align-items: center; width: 100%; }
.ea-mw-thumb { width: 55px; height: 55px; border-radius: 0; overflow: hidden; position: relative; border: 1px solid #ffd217; flex-shrink: 0; background: #000; box-shadow: 4px 4px 0px rgba(255, 210, 23, 0.3);}
.ea-mw-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ea-mw-equalizer { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; font-size: 0.6rem; color: #ffd217; background: rgba(0,0,0,0.7); animation: blink 1s infinite alternate; font-family: monospace; }
@keyframes blink { from { opacity: 0.3; } to { opacity: 1; } }
.ea-mw-info { flex: 1; margin-left: 15px; overflow: hidden; }
.ea-mw-title { font-family: 'Michroma', sans-serif; font-size: 0.95rem; font-weight: 700; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px; }
.ea-mw-artist { font-family: 'Inter', sans-serif; font-size: 0.8rem; color: #ffd217; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; letter-spacing: 1px; }
.ea-mw-controls { display: flex; gap: 6px; margin-left: 10px; }
.ea-mw-controls button { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.2); color: #fff; width: 32px; height: 32px; border-radius: 0; cursor: pointer; transition: all 0.2s; display: flex; justify-content: center; align-items: center; font-size: 0.85rem; }
.ea-mw-controls button:hover { background: #ffd217; color: #000; border-color: #ffd217; transform: translate(-2px, -2px); box-shadow: 2px 2px 0px rgba(0,0,0,0.8); }

/* Light Mode Müzik Botu */
body.light-mode .ea-music-widget { background: rgba(255,255,255,0.95); border-color: #342c78; box-shadow: -5px 5px 20px rgba(0,0,0,0.1); }
body.light-mode .ea-mw-title { color: #342c78; }
body.light-mode .ea-mw-artist { color: #555; font-weight: 600; }
body.light-mode .ea-mw-controls button { background: rgba(52, 44, 120, 0.05); border-color: #ccc; color: #342c78; }

/* Light Mode Instagram Grid */
body.light-mode .social-pill { background: #fff; border-color: #ddd; color: #342c78; }
body.light-mode .social-pill:hover { background: #342c78; color: #fff; }
body.light-mode .ig-handle { color: #342c78; }
body.light-mode .ig-header { border-color: #ddd; }
body.light-mode .ig-embed-wrapper { background: rgba(255,255,255,0.9); border-color: #ccc; box-shadow: 0 5px 20px rgba(0,0,0,0.1); }
body.light-mode .ig-loading-text a { color: #342c78; }

/* =======================================================
   +90 MODE HARMONY (Streetwear Brutalist Konsepti)
   ======================================================= */
body.plus90-mode { background-color: #ffd217; color: #0a0a0a; }
body.plus90-mode #bg-video, body.plus90-mode #bg-canvas { filter: grayscale(100%) contrast(150%) brightness(120%); opacity: 0.15; mix-blend-mode: multiply; }
body.plus90-mode .video-overlay { background: radial-gradient(circle, rgba(255, 210, 23, 0.6) 0%, rgba(200, 160, 0, 0.9) 100%); }
body.plus90-mode .menu-container { background: radial-gradient(ellipse at left center, rgba(255, 210, 23, 1) 0%, rgba(230, 180, 10, 0.9) 50%, rgba(0,0,0,0) 100%); }
body.plus90-mode .menu-item { color: rgba(0,0,0,0.5); border-left-color: transparent; }
body.plus90-mode .menu-item:hover { color: #000; transform: translateX(5px); }
body.plus90-mode .menu-item.active { color: #000; border-left: 4px solid #000; background: linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(0,0,0,0) 100%); text-shadow: none; font-weight: 800; transform: translateX(10px); }
body.plus90-mode .footer-bar { border-top: 3px solid #000; background-color: #ffd217; }
body.plus90-mode .scrolling-text { color: #000; font-weight: 800; }
body.plus90-mode #theme-toggle-btn, body.plus90-mode #settings-btn { background: #0a0a0a; border-color: #0a0a0a; color: #ffd217; border-radius: 0; box-shadow: 4px 4px 0px rgba(0,0,0,0.4); }
body.plus90-mode #theme-toggle-btn:hover, body.plus90-mode #settings-btn:hover { background: #fff; color: #000; transform: translate(-2px, -2px); box-shadow: 6px 6px 0px rgba(0,0,0,0.6); }

body.plus90-mode .panel-container { background: #0a0a0a !important; border: 2px solid #0a0a0a !important; border-top: 4px solid #ffd217 !important; border-left: 4px solid #ffd217 !important; box-shadow: 12px 12px 0px rgba(0,0,0,0.4) !important; border-radius: 0 !important; color: #f4f4f5 !important; }
body.plus90-mode .panel-title, body.plus90-mode .pd-title { color: #ffd217 !important; text-shadow: none !important; text-transform: uppercase; font-weight: 900; }
body.plus90-mode .panel-subtitle { color: #aaa; }
body.plus90-mode .btn-primary { background: #ffd217; color: #0a0a0a; border: 2px solid #ffd217; border-radius: 0; box-shadow: 4px 4px 0px #fff; font-weight: 800; letter-spacing: 3px; text-shadow: none; }
body.plus90-mode .btn-primary:hover { background: #fff; color: #0a0a0a; box-shadow: 4px 4px 0px #ffd217; border-color: #fff; }
body.plus90-mode .sharp-action-btn { border-color: #444; color: #fff; background: rgba(255, 255, 255, 0.05); border-radius: 0;}
body.plus90-mode .sharp-action-btn:hover { background: #ffd217; color: #0a0a0a; border-color: #ffd217; }
body.plus90-mode .ps1-select-btn { border-color: #ffd217; color: #0a0a0a; background: #ffd217; border-radius: 0; font-weight: 800; }
body.plus90-mode .ps1-select-btn:hover { background: #fff; color: #0a0a0a; border-color: #fff; box-shadow: 4px 4px 0px rgba(255,255,255,0.5); }
body.plus90-mode .sharp-stat-fill { background: #ffd217; box-shadow: none; }
body.plus90-mode .floating-close-btn { color: #aaa; border-radius: 0; border: 1px solid #333; background: #111; }
body.plus90-mode .floating-close-btn:hover { color: #0a0a0a; background: #ffd217; border-color: #ffd217; box-shadow: 4px 4px 0px #fff; }
body.plus90-mode .aaa-modal-box { background: #0a0a0a; border: 4px solid #ffd217; border-radius: 0; box-shadow: 12px 12px 0px rgba(0,0,0,0.6); }
body.plus90-mode .auth-left { background: transparent; border-right: 2px solid #333; }
body.plus90-mode .auth-left h3, body.plus90-mode .auth-left p { color: #fff; }
body.plus90-mode .auth-box input { border-radius: 0; border-color: #444; background: #111; color: #ffd217; }
body.plus90-mode .auth-box input:focus { border-color: #ffd217; box-shadow: none; }
body.plus90-mode .sticker-slot { border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); border-radius: 0; }
body.plus90-mode .sticker-slot.locked .slot-number { color: rgba(255,255,255,0.2); }
body.plus90-mode .sticker-slot-name { color: #aaa; }

/* +90 Mode Forum Eki */
body.plus90-mode .forum-topic-item { color: #999; background: transparent; border-color: transparent; border-bottom: 1px dashed rgba(255,255,255,0.1); box-shadow: none; }
body.plus90-mode .forum-topic-item:hover, body.plus90-mode .forum-topic-item.active { background: transparent; border-color: transparent; border-bottom: 1px dashed #ffd217; color: #ffd217; box-shadow: none; }
body.plus90-mode .forum-topic-item .count { background: transparent; color: #666; }
body.plus90-mode .forum-topic-item.active .count { background: transparent; color: #ffd217; }
body.plus90-mode .forum-post { background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.1); box-shadow: none; }
body.plus90-mode .forum-post:hover { background: transparent; border-color: rgba(255,255,255,0.2); box-shadow: none; transform: none; }
body.plus90-mode .forum-post-right { background: transparent; border: none; box-shadow: none; color: #ccc;}
body.plus90-mode .forum-post-right::before, body.plus90-mode .forum-post-right::after { display: none; }
body.plus90-mode .forum-post-author { background: transparent; color: #ffd217; }
body.plus90-mode .forum-post-role { background: transparent; color: #888; }
body.plus90-mode .forum-post-date { color: #888; border-bottom: none;}
body.plus90-mode .forum-title { background: transparent; color: #ffd217; border: none; border-bottom: 1px solid #ffd217; box-shadow: none;}
body.plus90-mode .forum-textarea, body.plus90-mode .forum-input { background: rgba(0,0,0,0.3); color: #fff; border: 1px solid rgba(255,255,255,0.1); box-shadow: none;}
body.plus90-mode .forum-textarea:focus, body.plus90-mode .forum-input:focus { background: rgba(0,0,0,0.6); border-color: #ffd217; box-shadow: none;}
body.plus90-mode .forum-search-box input { background: rgba(0,0,0,0.3); color: #fff; border: 1px solid rgba(255,255,255,0.1);}
body.plus90-mode .forum-search-box input:focus { border-color: #ffd217;}
body.plus90-mode .forum-search-box .btn-primary { background: transparent; color: #ffd217; border: 1px solid rgba(255,255,255,0.2); box-shadow: none; }
body.plus90-mode .forum-search-box .btn-primary:hover { background: transparent; border-color: #ffd217; color: #ffd217; }
body.plus90-mode .forum-main .btn-primary { background: transparent; color: #ffd217; border: 1px solid rgba(255,255,255,0.2); box-shadow: none; }
body.plus90-mode .forum-main .btn-primary:hover { background: transparent; border-color: #ffd217; color: #ffd217; transform: none; box-shadow: none; }

/* +90 Mode Müzik Botu */
body.plus90-mode .ea-music-widget { background: #0a0a0a; border: 2px solid #333; border-right: none; border-radius: 0; box-shadow: -8px 8px 0px rgba(0,0,0,0.5); }
body.plus90-mode .ea-mw-header { color: #ffd217; border-color: rgba(255, 210, 23, 0.2); }
body.plus90-mode .ea-mw-title { color: #ffd217; }
body.plus90-mode .ea-mw-artist { color: #fff; }
body.plus90-mode .ea-mw-controls button { border-color: #333; color: #ffd217; background: #111;}
body.plus90-mode .ea-mw-controls button:hover { background: #ffd217; color: #0a0a0a; border-color: #ffd217;}

/* +90 Mode Instagram Grid */
body.plus90-mode .social-pill { background: rgba(10,10,10,0.8); border: 2px solid #ffd217; color: #ffd217; border-radius: 0;}
body.plus90-mode .social-pill:hover { background: #ffd217; color: #0a0a0a; box-shadow: 4px 4px 0px rgba(255,255,255,0.2);}
body.plus90-mode .ig-handle { color: #ffd217; }
body.plus90-mode .ig-header { border-color: rgba(255, 210, 23, 0.3); }
body.plus90-mode .ig-avatar { border-color: #fff; border-radius: 0; padding: 0;}
body.plus90-mode .ig-avatar img { border-radius: 0; }
body.plus90-mode .ig-follow-btn { border: 2px solid #ffd217; background: #ffd217; color: #0a0a0a; border-radius: 0;}
body.plus90-mode .ig-follow-btn:hover { background: #fff; border-color: #fff; box-shadow: 4px 4px 0px rgba(255,255,255,0.3);}
body.plus90-mode .ig-embed-wrapper { background: #111; border: 2px solid #333; border-radius: 0; box-shadow: 8px 8px 0px rgba(0,0,0,0.5); }
body.plus90-mode .ig-loading-text a { color: #ffd217; }
body.plus90-mode .ig-item { border-radius: 0; border-color: #333; }

/* +90 Mode Memory Card */
body.plus90-mode .memory-card-wrapper { background: #0a0a0a; border-color: #333; border-top-color: #ffd217; box-shadow: 6px 6px 0px rgba(0,0,0,0.5); }
body.plus90-mode .mc-username { color: #ffd217; }
body.plus90-mode .mc-btn { background: #111; border-color: #333; color: #ccc; }
body.plus90-mode .mc-btn:hover { background: #ffd217; color: #0a0a0a !important; border-color: #ffd217 !important; }
body.plus90-mode .mc-btn-login { background: #111; color: #ffd217; border-color: #ffd217; }
body.plus90-mode .mc-btn-login:hover { background: #ffd217; color: #0a0a0a; }

/* +90 Mode PSX Modal Override */
body.plus90-mode .psx-modal { background: #0a0a0a !important; border-color: #333 !important; border-top-color: #ffd217 !important; box-shadow: 8px 8px 0px rgba(0,0,0,0.6) !important; }
body.plus90-mode .psx-modal .modal-input { color: #ffd217; border-color: #333; border-left-color: #ffd217; background: #111; font-family: 'VT323', monospace;}
body.plus90-mode .psx-modal .btn-primary { background: #111; color: #ffd217; border-color: #ffd217; }
body.plus90-mode .psx-modal .btn-primary:hover { background: #ffd217; color: #0a0a0a; }

body.plus90-mode .ps1-item.active img { filter: grayscale(0%) contrast(120%) drop-shadow(0 20px 40px rgba(0, 0, 0, 0.9)); }
body.plus90-mode #dynamic-athlete { filter: contrast(120%) brightness(100%) grayscale(0%) drop-shadow(0 25px 50px rgba(0,0,0,0.9)); }

/* +90 Mode New Arrivals Eki (Renk Çakışmasını Önler) */
body.plus90-mode .na-video-overlay { background: linear-gradient(135deg, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.98) 100%); }
body.plus90-mode .na-hero-content h2 { color: #ffd217; text-shadow: none; font-weight: 900;}
body.plus90-mode .na-hero-content p { color: #ccc; text-shadow: none;}
body.plus90-mode .na-badge { background: #ffd217; color: #0a0a0a; border-radius: 0; box-shadow: 4px 4px 0px rgba(255,255,255,0.2);}
body.plus90-mode .na-cta-btn { background: transparent; border: 2px solid #ffd217; color: #ffd217; border-radius: 0;}
body.plus90-mode .na-cta-btn:hover { background: #ffd217; color: #0a0a0a; box-shadow: 4px 4px 0px #fff;}
body.plus90-mode .na-visual-item { border-radius: 0; border: 2px solid #333; }
body.plus90-mode .na-visual-item:hover { border-color: #ffd217; box-shadow: 8px 8px 0px rgba(0,0,0,0.5);}

/* Settings toggles & buttons in +90 mode */
body.plus90-mode .setting-row { background: #111; border: 1px solid #333; border-radius: 0; }
body.plus90-mode .setting-row:hover { background: #1a1a1a; border-color: #ffd217; box-shadow: 6px 6px 0px rgba(0,0,0,0.3); }
body.plus90-mode .setting-group h4 { color: #fff; text-shadow: none; border-bottom: 2px solid #333;}
body.plus90-mode .toggle-slider { border-radius: 0; }
body.plus90-mode .toggle-slider:before { border-radius: 0; }
body.plus90-mode input:checked + .toggle-slider { background-color: #ffd217; border-color: #ffd217; box-shadow: none; }
body.plus90-mode input:checked + .toggle-slider:before { background-color: #0a0a0a; }
body.plus90-mode .lang-btn { border-radius: 0; border: 1px solid #333; background: #111; }
body.plus90-mode .lang-btn.active { background: #ffd217; color: #0a0a0a; border-color: #ffd217; box-shadow: 4px 4px 0px rgba(255,255,255,0.2); }

/* =======================================================
   AAA QUALITY RETRO CRT TV OVERLAY
   ======================================================= */

#aaa-crt-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100vh;
    z-index: 9999999;
    pointer-events: none; /* Tıklamaları asla engelleme */
    overflow: hidden;
    /* Altındaki TÜM SİTEYİ etkileyecek VHS renk düzenlemesi */
    backdrop-filter: contrast(1.1) saturate(1.1) sepia(0.05);
    -webkit-backdrop-filter: contrast(1.1) saturate(1.1) sepia(0.05);
    transform: translateZ(9999px); /* 3D objelerin veya diğer panellerin mutlaka üstünde durması için */
}

body.tv-mode-active #aaa-crt-overlay {
    display: block;
}

/* 1. Kılcal Tarama Çizgileri (Scanlines) ve Hafif Titreme (Flicker) */
#aaa-crt-overlay::before {
    content: "";
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0) 50%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.2));
    background-size: 100% 4px;
    animation: crtFlicker 0.15s infinite;
    opacity: 0.8;
    z-index: 3;
}

/* 2. Köşe Karartması (Vignette) ve Cam Yansıması (Glare) */
#aaa-crt-overlay::after {
    content: "";
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.02) 40%, rgba(0,0,0,0.5) 100%);
    box-shadow: inset 0 0 60px rgba(0,0,0,0.8);
    z-index: 4;
    mix-blend-mode: multiply; /* Siteye yedirmek için */
}

/* 3. Aşağı Kayan Kalın Tarama Çizgisi (Rolling Scanline) */
.aaa-scanline {
    position: absolute; top: 0; left: 0; width: 100%; height: 120px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.05) 50%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0));
    opacity: 0.5;
    animation: rollScanline 7s linear infinite;
    z-index: 2;
    mix-blend-mode: overlay; /* Siteye yedirmek için */
}

/* 4. Film Kumlanması / TV Karıncalanması (Noise SVG) */
.aaa-noise {
    position: absolute; top: -100%; left: -100%; width: 300%; height: 300%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='4.0' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.12'/%3E%3C/svg%3E");
    animation: noiseDance 0.2s steps(2) infinite;
    opacity: 0.25;
    z-index: 1;
    mix-blend-mode: overlay; /* Siteye yedirmek için */
}

/* 5. Rastgele VHS Kaset Bozulması (Tracking Glitch) */
.aaa-tracking-glitch {
    position: absolute; top: 0; left: 0; width: 100%; height: 6px;
    background: rgba(255,255,255,0.6);
    opacity: 0;
    animation: trackingGlitch 8s infinite;
    z-index: 5;
    mix-blend-mode: overlay;
}

@keyframes trackingGlitch {
    0%, 93%, 100% { opacity: 0; transform: translateY(-10px) scaleY(1); }
    94% { opacity: 0.8; transform: translateY(20vh) scaleY(2); }
    95% { opacity: 0.5; transform: translateY(25vh) scaleY(1); }
    96% { opacity: 0.9; transform: translateY(60vh) scaleY(4); }
    97% { opacity: 0; transform: translateY(70vh) scaleY(1); }
}

/* Animasyonlar */
@keyframes crtFlicker {
    0% { opacity: 0.75; }
    50% { opacity: 0.85; }
    100% { opacity: 0.75; }
}

@keyframes rollScanline {
    0% { transform: translateY(-150px); }
    100% { transform: translateY(100vh); }
}

@keyframes noiseDance {
    0% { transform: translate(0, 0); }
    20% { transform: translate(-5%, 5%); }
    40% { transform: translate(5%, -5%); }
    60% { transform: translate(-5%, -5%); }
    80% { transform: translate(5%, 5%); }
    100% { transform: translate(0, 0); }
}

/* TV Kanal Geçiş Efekti (Karıncalanma Flash) */
@keyframes tvChannelSwitch {
    0% { opacity: 1; filter: brightness(4) contrast(4); }
    20% { opacity: 0.9; filter: brightness(2) invert(0.8); }
    50% { opacity: 0.6; filter: brightness(1) sepia(1) hue-rotate(90deg); }
    100% { opacity: 0; filter: brightness(1); }
}
.tv-switching {
    animation: tvChannelSwitch 0.6s ease-out forwards;
}

/* --- CUSTOM ALERT TOASTS --- */
#toast-container {
    position: fixed;
    top: 30px;
    bottom: auto;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999999;
    pointer-events: none;
}

.custom-toast {
    background: rgba(15, 15, 20, 0.95);
    border: 1px solid rgba(255, 210, 23, 0.3);
    border-left: 4px solid #ffd217;
    color: #fff;
    padding: 16px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    border-radius: 0;
    box-shadow: 8px 8px 0px rgba(0,0,0,0.8);
    transform: translateX(120%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27), opacity 0.4s ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 350px;
    line-height: 1.4;
}

.custom-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-icon {
    font-size: 1.4rem;
    filter: drop-shadow(0 0 8px rgba(255,210,23,0.5));
}

body.light-mode .custom-toast {
    background: rgba(255, 255, 255, 0.95);
    border-color: #ccc;
    border-left-color: #342c78;
    color: #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* --- PROFESSIONAL VHS & TV ZAPPING EFFECTS --- */
#tv-youtube-iframe {
    filter: contrast(1.15) saturate(0.85) sepia(0.2) hue-rotate(-5deg); /* Vintage soluk VHS renk tonu */
    transition: filter 0.3s;
}

.zapping #tv-youtube-iframe {
    animation: iframeZap 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes iframeZap {
    0% { transform: scale(1.1) skewX(3deg) translateY(5%); filter: brightness(3) contrast(4) blur(5px) grayscale(100%); }
    30% { transform: scale(1.05) skewX(-3deg) translateY(-2%); filter: brightness(1.5) contrast(2) blur(2px) grayscale(50%); }
    100% { transform: scale(1) skewX(0) translateY(0); filter: contrast(1.15) saturate(0.85) sepia(0.2) hue-rotate(-5deg); }
}

/* VCR Tracking Lines (VHS Kılcal Bozulmalar) */
.vhs-tracking {
    position: absolute; top: 0; left: 0; width: 100%; height: 15%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);
    opacity: 0.3; z-index: 11; pointer-events: none;
    animation: vhsTracking 4s infinite linear; mix-blend-mode: overlay;
}
@keyframes vhsTracking { 0% { transform: translateY(-100%); } 100% { transform: translateY(800%); } }

/* VHS Tape Crease (Kaset Kırışıklığı / Kalın cızırtı) */
.vhs-tape-crease {
    position: absolute; top: 20%; left: 0; width: 100%; height: 4px;
    background: rgba(255,255,255,0.4); opacity: 0; z-index: 11; pointer-events: none;
    animation: vhsCrease 10s infinite; mix-blend-mode: screen; box-shadow: 0 0 5px rgba(255,255,255,0.5);
}
@keyframes vhsCrease {
    0%, 93%, 100% { opacity: 0; transform: translateY(0); }
    94% { opacity: 0.7; transform: translateY(15vh); filter: blur(1px); }
    95% { opacity: 0.2; transform: translateY(-5vh); filter: blur(0); }
    96% { opacity: 0.8; transform: translateY(25vh); filter: blur(2px); }
}

/* VCR OSD (On-Screen Display) Yazısı */
.vcr-osd {
    position: absolute; top: 20px; left: 30px; z-index: 15;
    font-family: 'VT323', 'Courier New', monospace; font-size: 2rem;
    color: #00ff00; text-shadow: 2px 2px 0px #000, 0 0 10px #00ff00;
    pointer-events: none; opacity: 0; transition: opacity 0.2s;
    line-height: 1; letter-spacing: 2px;
}
.vcr-osd.show {
    opacity: 0.85; animation: osdBlink 1s infinite step-end;
}
@keyframes osdBlink { 0%, 100% { opacity: 0.85; } 50% { opacity: 0; } }

/* --- BEDEN (SIZE) SEÇİCİ STİLLERİ --- */
.size-btn {
    background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.2); color: #fff;
    padding: 10px 15px; border-radius: 0; font-family: 'Rajdhani', sans-serif; font-weight: 700;
    font-size: 1.1rem; cursor: pointer; transition: all 0.2s; flex: 1; text-align: center;
}
.size-btn:hover { border-color: #ffd217; color: #ffd217; transform: translate(-2px, -2px); box-shadow: 4px 4px 0px rgba(255,210,23,0.2); }
.size-btn.active { background: #ffd217; color: #000; border-color: #ffd217; box-shadow: 4px 4px 0px rgba(255,210,23,0.4); transform: translate(-2px, -2px); }

body.light-mode .size-btn { background: rgba(255,255,255,0.8); color: #333; border-color: #ccc; }
body.light-mode .size-btn.active { background: #342c78; color: #fff; border-color: #342c78; }
body.plus90-mode .size-btn { background: rgba(0,0,0,0.1); color: #000; border-color: #000; }
body.plus90-mode .size-btn.active { background: #000; color: #ffd217; border-color: #000; }

/* --- CART (SEPET) PANEL STİLLERİ --- */
.cart-panel {
    position: fixed; top: 0; right: 0; width: 400px; max-width: 90vw; height: 100vh;
    background: rgba(10, 10, 14, 0.95); backdrop-filter: blur(20px);
    border-left: 1px solid rgba(255, 210, 23, 0.3);
    box-shadow: -15px 0 50px rgba(0,0,0,0.9), inset 2px 0 20px rgba(255, 210, 23, 0.05);
    z-index: 1000000; transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27);
    display: flex; flex-direction: column;
}
.cart-panel.open { transform: translateX(0); }
.cart-header {
    display: flex; justify-content: space-between; align-items: center; padding: 25px;
    background: linear-gradient(90deg, rgba(255, 210, 23, 0.1) 0%, transparent 100%);
    border-bottom: 2px solid rgba(255, 210, 23, 0.2);
}
.cart-header h3 { margin: 0; font-family: 'Michroma', sans-serif; font-size: 1rem; color: #ffd217; letter-spacing: 2px; text-shadow: 0 0 10px rgba(255, 210, 23, 0.4); }
.close-cart-btn { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #ccc; width: 30px; height: 30px; border-radius: 50%; font-size: 1rem; cursor: pointer; font-family: 'Montserrat', sans-serif; font-weight: 800; display: flex; justify-content: center; align-items: center; transition: all 0.3s; }
.close-cart-btn:hover { background: #ffd217; color: #000; border-color: #ffd217; box-shadow: 0 0 15px rgba(255, 210, 23, 0.5); transform: rotate(90deg); }

.cart-items { flex: 1; overflow-y: auto; padding: 25px; display: flex; flex-direction: column; gap: 15px; }
.cart-items::-webkit-scrollbar { width: 6px; }
.cart-items::-webkit-scrollbar-thumb { background: #ffd217; border-radius: 4px; }

.cart-item {
    display: flex; gap: 15px; background: linear-gradient(145deg, rgba(20,20,25,0.9), rgba(10,10,15,0.95)); padding: 15px; border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05); border-left: 3px solid transparent; position: relative; transition: all 0.3s ease;
}
.cart-item:hover { border-left-color: #ffd217; box-shadow: 0 10px 25px rgba(0,0,0,0.5); transform: translateX(-5px); }
.cart-item img { width: 60px; height: 60px; object-fit: cover; border-radius: 6px; background: #111; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 5px 15px rgba(0,0,0,0.5); }
.cart-item-info { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.cart-item-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.85rem; color: #ffd217; margin-bottom: 5px; letter-spacing: 1px; }
.cart-item-size { font-family: 'Inter', sans-serif; font-size: 0.7rem; color: #aaa; margin-bottom: 6px; }
.cart-item-size strong { color: #fff; background: rgba(255,255,255,0.1); padding: 2px 6px; border-radius: 4px; }
.cart-item-price { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 0.95rem; color: #ffd217; }
.cart-item-remove { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; background: rgba(255, 71, 71, 0.1); border: 1px solid rgba(255, 71, 71, 0.3); color: #ff4747; cursor: pointer; font-weight: bold; font-family: 'Inter', sans-serif; display: flex; justify-content: center; align-items: center; transition: all 0.3s; }
.cart-item-remove:hover { background: #ff4747; color: #fff; border-color: #ff4747; box-shadow: 0 0 15px rgba(255, 71, 71, 0.5); }

.cart-footer { padding: 25px; border-top: 2px solid rgba(255, 210, 23, 0.2); background: rgba(5,5,8,0.95); }
.cart-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; font-family: 'Michroma', sans-serif; font-size: 0.95rem; color: #fff; }
.cart-total span { color: #ffd217; font-size: 1.25rem; text-shadow: 0 0 15px rgba(255, 210, 23, 0.4); }
.payment-methods { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 15px; opacity: 0.6; }

/* Light Mode Adaptasyonu */
body.light-mode .cart-panel { background: rgba(255,255,255,0.98); border-left-color: #342c78; box-shadow: -10px 0 30px rgba(0,0,0,0.1); }
body.light-mode .cart-header { background: linear-gradient(90deg, rgba(52, 44, 120, 0.05) 0%, transparent 100%); border-bottom-color: rgba(52, 44, 120, 0.2); }
body.light-mode .close-cart-btn { background: #f0f0f5; border-color: #ddd; color: #555; }
body.light-mode .close-cart-btn:hover { background: #342c78; color: #fff; border-color: #342c78; box-shadow: 0 5px 15px rgba(52, 44, 120, 0.2); transform: rotate(90deg); }
body.light-mode .cart-header h3 { color: #342c78; }
body.light-mode .cart-item { background: #ffffff; border-color: #ddd; box-shadow: 0 5px 15px rgba(0,0,0,0.03); }
body.light-mode .cart-item:hover { border-left-color: #342c78; box-shadow: 0 8px 20px rgba(52, 44, 120, 0.1); }
body.light-mode .cart-item-size strong { background: #f0f0f5; color: #333; }
body.light-mode .cart-item-title { color: #342c78; }
body.light-mode .cart-item-price { color: #342c78; }
body.light-mode .cart-footer { background: #ffffff; border-top-color: rgba(52, 44, 120, 0.2); }
body.light-mode .cart-total { color: #111; }
body.light-mode .cart-total span { color: #342c78; text-shadow: none; }

/* +90 Mode Adaptasyonu (Streetwear Brutalist) */
body.plus90-mode .cart-panel { background: #0a0a0a; border-left: 4px solid #ffd217; box-shadow: -12px 0 0px rgba(0,0,0,0.6); }
body.plus90-mode .cart-header { background: #ffd217; border-bottom: none; }
body.plus90-mode .cart-header h3 { color: #0a0a0a; text-shadow: none; }
body.plus90-mode .close-cart-btn { background: #0a0a0a; color: #ffd217; border: none; border-radius: 0; }
body.plus90-mode .close-cart-btn:hover { background: #fff; color: #0a0a0a; transform: none; box-shadow: 4px 4px 0px rgba(0,0,0,0.5); }
body.plus90-mode .cart-item { background: #111; border: 2px solid #333; border-radius: 0; box-shadow: 4px 4px 0px rgba(255,255,255,0.1); }
body.plus90-mode .cart-item:hover { transform: translate(-2px, -2px); border-color: #ffd217; box-shadow: 8px 8px 0px #ffd217; }
body.plus90-mode .cart-item img { border-radius: 0; border-color: #333; box-shadow: none; }
body.plus90-mode .cart-item-remove { border-radius: 0; background: transparent; border: 2px solid #ff4747; }
body.plus90-mode .cart-item-remove:hover { box-shadow: 4px 4px 0px #ff4747; background: #ff4747; color: #fff;}
body.plus90-mode .cart-footer { background: #111; border-top: 4px solid #ffd217; }

/* Hakkımızda (About) Yasal Sekmeler */
.about-legal-nav {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 15px;
    justify-content: center; /* Başlıkları ortalamak için eklendi */
    flex-wrap: wrap;
}

.legal-tab-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #aaa;
    padding: 10px 15px;
    border-radius: 0;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.legal-tab-btn:hover {
    background: rgba(255,210,23,0.1);
    color: #ffd217;
    border-color: #ffd217;
    transform: translate(-2px, -2px); box-shadow: 4px 4px 0px rgba(255,210,23,0.3);
}

.legal-tab-btn.active {
    background: #ffd217;
    color: #000;
    border-color: #ffd217;
}

.about-legal-content { margin-top: 20px; line-height: 1.7; font-size: 0.9rem; color: #ccc; }
.legal-tab-pane { display: none; }
.legal-tab-pane.active { display: block; animation: fadeIn 0.5s ease; }

/* Sabit Kutu (Fixed Modal Height) Ayarı */
.legal-tab-pane { max-height: 50vh; overflow-y: auto; overflow-x: hidden; padding-right: 5px; }
.legal-tab-pane::-webkit-scrollbar { width: 4px; }
.legal-tab-pane::-webkit-scrollbar-thumb { background: #ffcc00; }
.legal-tab-pane.active { display: block; animation: fadeIn 0.5s ease; }
.legal-tab-pane h4 { color: #ffd217; font-family: 'Michroma', sans-serif; margin-bottom: 15px; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- PSX SYSTEM SETTINGS / MEMORY CARD UI (PROFIL & INBOX) --- */
.psx-modal {
    background: linear-gradient(135deg, rgba(15, 15, 20, 0.95), rgba(5, 5, 8, 0.98)) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-top: 3px solid #ffd217 !important;
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.8) !important;
    position: relative;
    overflow: hidden;
}
.psx-modal::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: repeating-linear-gradient(0deg, rgba(0,0,0,0.15), rgba(0,0,0,0.15) 1px, transparent 1px, transparent 2px);
    pointer-events: none; z-index: 1; mix-blend-mode: overlay;
}
.psx-modal > * { position: relative; z-index: 2; }

.psx-modal .modal-title {
    color: #ffd217;
    font-family: 'Michroma', sans-serif;
    text-shadow: 0 0 10px rgba(255,210,23,0.3);
    border-bottom: 2px dashed rgba(255,210,23,0.2);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.psx-modal .modal-tab-btn { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); margin: 0 2px; border-radius: 4px 4px 0 0; }
.psx-modal .modal-tab-btn.active { background: rgba(255,210,23,0.1); border-color: #ffd217; border-bottom-color: transparent; color: #ffd217; }
.psx-modal .modal-list-item { background: rgba(0,0,0,0.6); border-radius: 0; border: 1px solid rgba(255,255,255,0.08); border-left: 3px solid #ffd217; }
.psx-modal .modal-input {
    background: rgba(0,0,0,0.6); border: 1px solid rgba(255,255,255,0.1); border-left: 2px solid #ffd217;
    color: #ffd217; font-family: 'VT323', monospace; font-size: 1.2rem; letter-spacing: 1px;
}
.psx-modal .modal-input:focus { background: rgba(0,0,0,0.8); box-shadow: inset 0 0 10px rgba(255,210,23,0.2); }
.psx-modal .btn-primary {
    background: rgba(255, 210, 23, 0.1); color: #ffd217; border: 1px solid #ffd217;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5); border-radius: 0;
}
.psx-modal .btn-primary:hover {
    background: #ffd217; color: #000; box-shadow: 4px 4px 0px rgba(255, 210, 23, 0.5); transform: translate(-2px, -2px);
}

/* --- ORTAK MODAL (PENCERE) BİLEŞENLERİ (Font Bütünlüğü ve Kalite İçin) --- */
.modal-title {
    font-family: 'Michroma', sans-serif; font-size: 1.4rem; color: #ffd217; text-align: center; margin: 0 0 30px 0; letter-spacing: 2px;
}
.modal-section-title {
    font-family: 'Michroma', sans-serif; font-size: 0.6rem; color: #ffcc00; border-bottom: 1px dashed rgba(255,204,0,0.3); padding-bottom: 10px; margin: 0 0 15px 0; letter-spacing: 2px; text-transform: uppercase;
}
.modal-label {
    display: block; font-family: 'VT323', monospace; font-size: 0.85rem; color: #aaa; letter-spacing: 2px; margin-bottom: 6px; text-transform: uppercase;
}
.modal-input {
    width: 100%; background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.1); color: #ffd217;
    padding: 12px 15px; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 500; border-radius: 0;
    transition: all 0.2s; margin-bottom: 12px; box-sizing: border-box; letter-spacing: 1px; border: 1px solid rgba(255,204,0,0.2); border-left: 2px solid #ffcc00; background: rgba(0,0,0,0.6);
}
.modal-input:focus {
    outline: none; border-color: #ffcc00; background: rgba(0,0,0,0.8); box-shadow: 0 0 10px rgba(255,204,0,0.2); transform: none;
}
.modal-tab-nav {
    display: flex; flex-direction: row; justify-content: flex-start; width: 100%; border: none; border-bottom: 1px solid rgba(255, 210, 23, 0.3); margin-bottom: 25px; gap: 25px; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; white-space: nowrap; flex-wrap: nowrap; flex-shrink: 0; scrollbar-width: none; -ms-overflow-style: none;
}
.modal-tab-nav::-webkit-scrollbar { display: none; }
.modal-tab-btn {
    flex: 0 0 auto; background: transparent !important; border: none !important; border-bottom: 2px solid transparent !important; color: #888;
    font-family: 'Michroma', sans-serif; font-size: 0.65rem; font-weight: bold; padding: 0 0 12px 0; margin-bottom: -1px; text-align: left;
    border-radius: 0; cursor: pointer; transition: all 0.2s; letter-spacing: 2.5px; text-transform: uppercase;
    box-shadow: none !important; display: block; min-height: auto;
}
.modal-tab-btn:hover { background: transparent !important; color: #ffd217 !important; border-bottom: 2px solid #ffd217 !important; transform: none !important; box-shadow: none !important; }
.modal-tab-btn.active { background: transparent !important; color: #ffd217 !important; border-bottom: 2px solid #ffd217 !important; box-shadow: none !important; font-weight: bold; }

.modal-list-item {
    background: rgba(0,0,0,0.6); padding: 15px; border-radius: 0; margin-bottom: 12px;
    border: 1px solid #ffcc00; border-left: 4px solid #ffcc00; transition: transform 0.2s, box-shadow 0.2s;
    font-family: 'VT323', monospace; color: #00ffcc;
}
.modal-list-item:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0px rgba(255,204,0,0.4); border-left-color: #fff; }
.ml-header { font-family: 'Michroma', sans-serif; font-size: 0.75rem; font-weight: 700; color: #ffcc00; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; letter-spacing: 1px; border-bottom: 1px dashed rgba(255,204,0,0.3); padding-bottom: 8px;}
.ml-body { font-family: 'VT323', monospace; font-size: 1.25rem; color: #00ffcc; line-height: 1.4; margin-bottom: 12px; font-weight: normal; letter-spacing: 1px;}
.ml-footer { font-family: 'VT323', monospace; font-size: 1.1rem; color: #888; display: flex; justify-content: space-between; align-items: center; }

/* Light Mode Modal Adaptasyonu */
body.light-mode .modal-input { background: #fff; border-color: #ccc; color: #111; }
body.light-mode .modal-input:focus { border-color: #342c78; box-shadow: 4px 4px 0px rgba(52,44,120,0.2); }
body.light-mode .modal-title { color: #342c78; }
body.light-mode .modal-section-title { border-bottom-color: #ddd; color: #333; }
body.light-mode .modal-tab-nav { border-bottom-color: #ddd; }
body.light-mode .modal-tab-btn.active { color: #342c78 !important; border-bottom-color: #342c78 !important; }
body.light-mode .modal-list-item { background: #fff; border-color: #ddd; border-left-color: #342c78; box-shadow: 2px 2px 5px rgba(0,0,0,0.05); }
body.light-mode .modal-list-item:hover { box-shadow: 6px 6px 0px rgba(52,44,120,0.2); border-left-color: #ffd217; }
body.light-mode .ml-header { color: #342c78; }
body.light-mode .ml-body { color: #333; }
body.light-mode .ml-footer { border-top-color: #ddd; }

/* +90 Mode Modal Adaptasyonu */
body.plus90-mode .modal-list-item { background: #111; border-color: #333; border-left-color: #ffd217; }
body.plus90-mode .modal-list-item:hover { border-color: #ffd217; border-left-color: #fff; }
body.plus90-mode .modal-title { color: #ffd217; text-shadow: none; font-weight: 900;}
body.plus90-mode .modal-tab-btn { color: #aaa; }
body.plus90-mode .modal-tab-btn.active { color: #ffd217 !important; border-bottom-color: #ffd217 !important; }
body.plus90-mode .psx-modal .modal-input { color: #ffd217; border-color: #333; border-left-color: #ffd217; background: #111; font-family: 'Inter', sans-serif; font-weight: 500;}
}

/* --- OUT OF STOCK (TÜKENEN) BEDENLER --- */
.size-btn:disabled, .size-btn.out-of-stock {
    opacity: 0.3 !important;
    text-decoration: line-through;
    cursor: not-allowed !important;
    border-color: rgba(255,255,255,0.1) !important;
    color: rgba(255,255,255,0.3) !important;
    background: rgba(0,0,0,0.8) !important;
}
body.light-mode .size-btn.out-of-stock {
    color: rgba(0,0,0,0.3) !important;
    border-color: rgba(0,0,0,0.1) !important;
    background: rgba(255,255,255,0.5) !important;
}

/* --- IYZICO FOOTER LOGO --- */
.iyzico-footer-logo {
    position: fixed;
    bottom: 25px;
    right: 35px;
    z-index: 999998; /* Sepetin bir tık altında */
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.27);
}
.iyzico-footer-logo img { height: 60px; filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5)); }
.iyzico-footer-logo:hover { transform: scale(1.1) translateY(-5px); }

/* --- FİZİKSEL TELEVİZYON ÇERÇEVESİ (PNG OVERLAY) --- */
body[data-active-panel="television"]::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('visiual/media/tv-frame.png'); /* TV çerçevenizin dosya yolunu buraya yazın */
    background-size: 100% 100%; /* Çerçevenin ekrana tam (0'a 0) oturması için */
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none; /* Çerçevenin altındaki oyun tuşlarına tıklayabilmek için zorunlu */
    z-index: 9999990; /* CRT efektinin bir tık altında, oyunun tam üstünde */
}

/* --- FLOATING CART (YÜZER SEPET) BUTONU --- */
.floating-cart-btn {
    position: fixed; bottom: 90px; right: 30px; background: #ffd217; color: #000; /* Iyzico Logosunun Üstüne Alındı */
    width: 65px; height: 65px; border-radius: 0; display: flex; justify-content: center; align-items: center;
    font-size: 1.8rem; cursor: pointer; z-index: 999999; box-shadow: 8px 8px 0px rgba(0,0,0,0.6);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27), opacity 0.4s ease;
}

/* --- THEME SELECTOR (MODERNIZED PILL UI) --- */
.theme-selector-fixed {
    position: fixed; bottom: 25px; left: 25px; z-index: 999998; display: flex;
    background: rgba(10, 10, 15, 0.7); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.08); padding: 5px; gap: 5px; border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.theme-btn {
    background: transparent; color: #888; border: none; border-radius: 25px;
    padding: 8px 16px; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; cursor: pointer; transition: all 0.3s; letter-spacing: 1px;
}
.theme-btn:hover { color: #fff; background: rgba(255,255,255,0.05); }
.theme-btn.active { color: #000; background: #ffd217; box-shadow: 0 4px 15px rgba(255, 210, 23, 0.4); }

body.light-mode .theme-selector-fixed { background: rgba(255,255,255,0.85); border-color: rgba(52, 44, 120, 0.15); }
body.light-mode .theme-btn { color: #666; }
body.light-mode .theme-btn:hover { color: #342c78; background: rgba(52, 44, 120, 0.05); }
body.light-mode .theme-btn.active { color: #fff; background: #342c78; box-shadow: 0 4px 15px rgba(52, 44, 120, 0.3); }
body.light-mode .lang-btn { border-color: rgba(52, 44, 120, 0.2); color: #888; }
body.light-mode .lang-btn:hover { color: #342c78; border-color: #342c78; background: rgba(52, 44, 120, 0.05); }
body.light-mode .lang-btn.active { background: rgba(52, 44, 120, 0.1); color: #342c78; border-color: #342c78; }

body.plus90-mode .theme-selector-fixed { background: #000; border-color: #ffd217; border-radius: 0; padding: 0; gap: 0; }
body.plus90-mode .theme-btn { color: #666; border-radius: 0; border-right: 1px solid #333; }
body.plus90-mode .theme-btn:last-child { border-right: none; }
body.plus90-mode .theme-btn:hover { color: #ffd217; background: #111; }
body.plus90-mode .theme-btn.active { color: #000; background: #ffd217; box-shadow: none; border-color: #ffd217; }
body.plus90-mode .lang-btn { border-radius: 0; border: 1px solid #333; background: transparent; color: #666; box-shadow: none;}

/* OTHER USER PROFILE PM BUTTON */
.ou-pm-btn {
    width: 100%; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.2);
    padding: 10px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 400;
    letter-spacing: 0.5px; cursor: pointer; transition: all 0.2s; border-radius: 0; box-shadow: none;
}
.ou-pm-btn:hover {
    border-color: #F2D000; color: #F2D000; background: transparent;
}
body.plus90-mode .lang-btn:hover { color: #ffd217; border-color: #ffd217; background: rgba(255,255,255,0.02); }
body.plus90-mode .lang-btn.active { background: #ffd217; color: #0a0a0a; border-color: #ffd217; box-shadow: none; }
.floating-cart-btn.hidden {
    transform: scale(0.5); opacity: 0; pointer-events: none;
}
.floating-cart-btn:hover {
    transform: translate(-4px, -4px) scale(1.05); box-shadow: 12px 12px 0px rgba(255, 210, 23, 0.6);
}
.floating-cart-badge {
    position: absolute; top: -2px; right: -2px; background: #ff4747; color: #fff;
    font-family: 'Inter', sans-serif; font-weight: 800; font-size: 0.8rem;
    width: 24px; height: 24px; border-radius: 0; display: flex; justify-content: center; align-items: center;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.6);
}

/* --- TELEVISION OYUN EKRANI CRT TARAMA ÇİZGİLERİ --- */
.tv-crt-overlay-box::after {
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.15) 50%);
    background-size: 100% 4px; pointer-events: none; z-index: 10; mix-blend-mode: overlay;
}
body.light-mode .tv-crt-overlay-box::after { background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(52, 44, 120, 0.1) 50%); }
.floating-cart-badge {
    position: absolute; top: -2px; right: -2px; background: #ff4747; color: #fff;
    font-family: 'Inter', sans-serif; font-weight: 800; font-size: 0.8rem;
    width: 24px; height: 24px; border-radius: 0; display: flex; justify-content: center; align-items: center;
    box-shadow: 2px 2px 0px rgba(0,0,0,0.6);
}
