/* ============================================================
   MAVZERON V12: HOLOGRAPHIC EMBER (KÖKLÜ DÖNÜŞÜM)
   Temel Mimari Değişiklik: Bilimkurgu Arayüzü & 3D Uzaysal Derinlik
   ============================================================ */

/* --- 1. UZAY VE IZGARA DOKUSU (ARKA PLAN) --- */
body, .app-body, .layout-single-column, .columns-area {
    background-color: #020101 !important;
    /* Arka planda ince holografik ızgara */
    background-image: 
        linear-gradient(rgba(255, 100, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 100, 0, 0.03) 1px, transparent 1px) !important;
    background-size: 40px 40px !important;
}

/* Ortadaki devasa, nefes alan morfolojiği ışık küresi */
body::before {
    content: "" !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 800px !important;
    height: 800px !important;
    background: radial-gradient(circle, rgba(255, 80, 0, 0.06) 0%, transparent 60%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
    animation: breathe 8s ease-in-out infinite !important;
}

@keyframes breathe {
    0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.2); }
}

/* --- 2. UZAYDA YÜZEN 3D PANELLER (SÜTUNLAR) --- */
.column, .drawer, .drawer__inner {
    background: rgba(8, 4, 2, 0.6) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 122, 0, 0.05) !important;
    /* Dev 3D gölge - Panelin arka plandan kopmasını sağlar */
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.8),
        0 0 1px rgba(255, 122, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
    border-radius: 0 !important; /* Sert kenarlar bilimkurgudur */
}

/* --- 3. KAYDIRMA ÇUBUĞU (SİBERPUNK) --- */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: transparent !important; }
::-webkit-scrollbar-thumb {
    background: #ff5500 !important;
    box-shadow: 0 0 10px rgba(255, 85, 0, 0.8) !important;
}

/* --- 4. AVATAR ODAK NOKTASI (KARTLAR KALKTI, AVATARLAR YANDI) --- */
/* Eski V11'deki kutu görünümünü tamamen yok ediyoruz */
.status__wrapper {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    padding: 16px 20px !important;
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255, 122, 0, 0.04) !important;
    transition: all 0.4s ease !important;
}

/* Gönderinin üzerine gelindiğinde arka plan holografik olarak aydınlanır */
.status__wrapper:hover {
    background: linear-gradient(90deg, rgba(255, 80, 0, 0.04) 0%, transparent 40%) !important;
    border-bottom: 1px solid rgba(255, 122, 0, 0.1) !important;
}

/* ATEŞ HALKASI - Avatar efekti */
.account__avatar, .avatar {
    border: 2px solid #ff5500 !important;
    box-shadow: 0 0 12px rgba(255, 85, 0, 0.6), inset 0 0 5px rgba(0,0,0,0.8) !important;
    transition: all 0.3s ease !important;
}
.status__wrapper:hover .account__avatar, .status__wrapper:hover .avatar {
    box-shadow: 0 0 20px rgba(255, 85, 0, 0.9), 0 0 40px rgba(255, 50, 0, 0.3) !important;
    transform: scale(1.05);
}

/* --- 5. YAZI TİPLERİ (KESKİN KONTRAST) --- */
.status__display-name, .display-name__html, .account__display-name strong { 
    color: #ffffff !important; 
    letter-spacing: 0.3px !important;
}
.display-name__account, .status__relative-time { color: #664422 !important; font-size: 0.85em !important; }
.status__content, .status__content p { color: #c8bab0 !important; }
.status__content a, .status__content .mention {
    color: #ff9944 !important;
    text-decoration: none !important;
    background: linear-gradient(120deg, rgba(255, 150, 50, 0.1) 0%, rgba(255, 150, 50, 0) 100%) !important;
    padding: 0 3px !important;
    border-radius: 3px !important;
}

/* --- 6. MENÜLER (HOLOGRAFİK ÜST ÇİZGİ) --- */
.navigation-panel__item, .column-link {
    color: #886644 !important;
    border-radius: 2px !important;
    border-left: 2px solid transparent !important;
    transition: all 0.3s ease !important;
    margin: 1px 8px !important;
}
.navigation-panel__item:hover, .column-link:hover {
    background-color: transparent !important;
    color: #ffaa66 !important;
    border-left: 2px solid #ff7a00 !important;
    transform: none !important; /* Eski kayma efekti kaldırıldı */
}
.navigation-panel__item.active, .column-link.active {
    background: linear-gradient(90deg, rgba(255, 100, 0, 0.15), transparent) !important;
    color: #fff !important;
    border-left: 2px solid #ff5500 !important;
    box-shadow: none !important;
}

/* Açılır pencereler (Popups) */
.dropdown-menu, .popover__menu, .privacy-dropdown__dropdown {
    background: rgba(10, 5, 2, 0.95) !important;
    backdrop-filter: blur(40px) !important;
    border: 1px solid rgba(255, 122, 0, 0.1) !important;
    border-radius: 2px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9) !important;
    padding: 4px !important;
    /* HOLOGRAFİK ÜST KENARLIK */
    border-top: 2px solid #ff7a00 !important;
}
.dropdown-menu__item a, .dropdown-menu__item button {
    color: #aa8866 !important;
    border-radius: 0 !important;
    transition: all 0.2s ease !important;
    padding: 8px 12px !important;
}
.dropdown-menu__item a:hover, .dropdown-menu__item button:hover {
    background: rgba(255, 122, 0, 0.1) !important;
    color: #ffffff !important;
}

/* --- 7. AKSİYON BUTONLARI (SİBER DÜĞMELER) --- */
.status__action-bar-button { 
    transition: all 0.2s ease !important; 
    opacity: 0.6 !important; /* Pasif durumda soluk */
}
.status__action-bar-button:hover { 
    color: #ff8c00 !important; 
    background-color: transparent !important;
    opacity: 1 !important;
    text-shadow: 0 0 8px rgba(255, 140, 0, 0.8) !important;
}

.icon-button.icon-button-favourite.active svg {
    color: #ffcc00 !important; /* Daha sıcak bir altın sarısı */
    filter: drop-shadow(0 0 8px rgba(255, 200, 0, 0.9)) !important;
}

/* --- 8. ANA BUTONLAR (ENERJİ HÜCRELERİ) --- */
button.button, .button, a.button {
    background: transparent !important; /* Dolgu kaldırıldı */
    color: #ff7a00 !important;
    border: 1px solid #ff5500 !important;
    font-weight: 700 !important;
    border-radius: 2px !important;
    box-shadow: 0 0 15px rgba(255, 85, 0, 0.2), inset 0 0 15px rgba(255, 85, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
button.button:hover, .button:hover, a.button:hover {
    background: rgba(255, 85, 0, 0.15) !important;
    transform: none !important;
    box-shadow: 0 0 25px rgba(255, 85, 0, 0.5), inset 0 0 25px rgba(255, 85, 0, 0.15) !important;
}

/* --- 9. YENİ GÖNDERİ ALANI (KOMUT TERMINALİ) --- */
.compose-form {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 122, 0, 0.1) !important;
    border-radius: 2px !important;
    position: relative !important;
}
/* Terminale ışık veren üst kaynak */
.compose-form::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, #ff5500, transparent) !important;
    box-shadow: 0 0 15px #ff5500 !important;
}
.compose-form__textarea, .compose-form__spoiler-input {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #e0d0c0 !important;
    border: 1px solid rgba(255, 122, 0, 0.05) !important;
    border-radius: 0 !important;
    caret-color: #ff5500 !important; /* Yazarken parıldayan imleç */
}
.compose-form__textarea:focus, .compose-form__spoiler-input:focus {
    border-color: rgba(255, 85, 0, 0.3) !important;
    box-shadow: 0 0 20px rgba(255, 85, 0, 0.1) !important;
}

/* --- 10. SÜTUN BAŞLIKLARI (DATA OKUYUCU) --- */
.column-header__button, .column-header {
    background: rgba(5, 2, 1, 0.9) !important;
    color: #ff7a00 !important;
    border-bottom: 1px solid rgba(255, 122, 0, 0.08) !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-size: 0.85em !important;
    font-weight: 700 !important;
}

/* --- 11. ADMIN PANELİ (SİBER GÜVENLİK MONİTÖRÜ) --- */
.admin-wrapper .sidebar-wrapper {
    background-color: #020101 !important;
    background-image: 
        linear-gradient(rgba(255, 100, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 100, 0, 0.02) 1px, transparent 1px) !important;
    background-size: 30px 30px !important;
}
.admin-wrapper .sidebar ul a {
    color: #664433 !important;
    border-left: 1px solid transparent !important;
    transition: all 0.2s ease !important;
    border-radius: 0 !important;
    display: block !important;
    margin: 0 !important;
    padding: 8px 15px !important;
    font-size: 0.9em !important;
}
.admin-wrapper .sidebar ul a:hover {
    background-color: transparent !important;
    color: #ffaa66 !important;
    border-left: 2px solid #ff5500 !important;
}
.admin-wrapper .sidebar ul a.selected {
    background: linear-gradient(90deg, rgba(255, 80, 0, 0.15), transparent) !important;
    color: #ffffff !important;
    border-left: 2px solid #ff5500 !important;
}
.admin-wrapper .card, .admin-wrapper .table-wrapper {
    background-color: rgba(8, 4, 2, 0.6) !important;
    border: 1px solid rgba(255, 122, 0, 0.05) !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}
.admin-wrapper table th {
    color: #ff7a00 !important;
    border-bottom: 1px solid rgba(255, 122, 0, 0.15) !important;
    background: rgba(255, 80, 0, 0.05) !important;
    text-transform: uppercase !important;
    font-size: 0.8em !important;
    letter-spacing: 1px !important;
}
.admin-wrapper table td {
    color: #aa9988 !important;
    border-bottom: 1px solid rgba(255, 122, 0, 0.03) !important;
}

/* --- 12. MAVZERON LOGO (NEBULA ANİMASYONU) --- */
.logo.logo--wordmark, 
.logo.logo--wordmark svg, 
.logo.logo--wordmark img {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}

.navigation-panel__logo, .tabs-bar__logo {
    display: flex !important;
    align-items: center !important;
    padding: 15px 10px !important;
}

.navigation-panel__logo::before, .tabs-bar__logo::before {
    content: "";
    display: block;
    width: 160px; 
    height: 40px;
    background-image: url('https://raw.githubusercontent.com/hasan-pisi/mavzeron/main/mavzer-ust.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    /* Canlı, nefes alan neon parlaklık */
    filter: drop-shadow(0 0 4px rgba(255, 100, 0, 0.8)) drop-shadow(0 0 15px rgba(255, 50, 0, 0.4)) !important;
    animation: logoPulse 4s ease-in-out infinite !important;
}

@keyframes logoPulse {
    0%, 100% { filter: drop-shadow(0 0 4px rgba(255, 100, 0, 0.8)) drop-shadow(0 0 15px rgba(255, 50, 0, 0.4)) brightness(1); }
    50% { filter: drop-shadow(0 0 8px rgba(255, 120, 0, 1)) drop-shadow(0 0 25px rgba(255, 60, 0, 0.7)) brightness(1.2); }
}

/* Detay sayfası (Gönderi tıklanınca açılan) için köşeleri sertleştirme */
.detailed-status__wrapper {
    border: 1px solid rgba(255, 122, 0, 0.1) !important;
    border-radius: 0 !important;
    margin: 20px 0 !important;
    padding: 24px !important;
    background: rgba(5, 2, 1, 0.8) !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8) !important;
}

/* Görseller ve medya köşeleri */
.status__attachment, .media-gallery, .video-player {
    border-radius: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 122, 0, 0.08) !important;
}

