/* --- CYBERPUNK NÜKLEER MOD (V8 - Final Fix) --- */

/* 1. SİTE GENELİNİ SIFIRLA */
body, html {
    background-color: #050505 !important;
    background-image: none !important;
    color: #e0e0e0 !important;
}

/* 2. POST KUTULARI (Gövde) */
div.post, div.post.reply, div.post.op, .innerPost, div.reply {
    background-color: #0b0b10 !important;
    color: #eee !important;
    border: 1px solid #00f3ff !important; 
    border-left: 3px solid #00f3ff !important;
    border-radius: 2px !important;
    box-shadow: 0 0 8px rgba(0, 243, 255, 0.1) !important;
    padding: 10px !important;
    margin: 8px 0 !important;
    display: inline-block !important;
    min-width: 300px !important;
    max-width: 95% !important;
}

/* 3. MOUSE İLE ÜZERİNE GELİNCE */
div.post:hover, div.post.reply:hover, .innerPost:hover {
    border-color: #ffd700 !important; 
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3), inset 0 0 5px #000 !important;
    transition: 0.3s ease;
    z-index: 100;
}

/* 4. METİN OKUNURLUĞU */
.divMessage, .post .body, .post .intro, div.message {
    color: #dddddd !important; 
    text-shadow: none !important;
    line-height: 1.4;
}

/* 5. BAŞLIKLAR VE İSİMLER (DÜZELTİLDİ) */

/* Konu Başlığı -> ALTIN SARISI (Link olsa bile rengi zorla) */
span.subject, span.subject a {
    color: #ffd700 !important; 
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 0 0 3px rgba(255, 215, 0, 0.3);
    text-decoration: none !important;
}

/* Kullanıcı Adı -> NEON MAVİ */
span.name, span.name a {
    color: #00f3ff !important; 
    font-weight: bold;
    text-shadow: 0 0 3px rgba(0, 243, 255, 0.3);
}

/* Admin/Mod -> KIRMIZI */
span.capcode {
    color: #ff3333 !important;
}

/* 6. LİNKLER VE ALINTILAR */
a {
    color: #00f3ff !important;
    text-decoration: none;
    transition: 0.2s;
}
a:hover {
    color: #ffd700 !important;
    text-shadow: 0 0 5px #ffd700;
}
a.linkQuote {
    color: #00f3ff !important;
}

/* Greentext (> alıntıları) */
span.greenText, .quote {
    color: #50fa7b !important;
    font-style: italic;
}

/* 7. GİZLİ KALANLARI TEMİZLE */
.postInfo, .fileInfo, .divMessage, .opHead, .divName {
    background-color: transparent !important;
}

/* 8. POST FORMU VE INPUT ALANLARI (DÜZELTİLDİ) */

#postForm, .postForm {
    margin: 10px auto !important;
    background-color: #0b0b10 !important;
    border: 1px solid #00f3ff !important;
    padding: 10px !important;
}

/* Name, Email, Subject Etiketleri -> ARTIK MOR DEĞİL, MAVİ */
/* Bu kısım formdaki sol taraftaki yazıları hedefler */
.postForm td, .postForm th, .postForm b, .postForm label {
    color: #00f3ff !important; 
    font-weight: bold !important;
    font-size: 0.9em !important;
    text-transform: uppercase;
    text-shadow: none !important;
}

/* Yazı Kutuları -> ESKİ MAVİ RENGİNE DÖNDÜ */
textarea, input[type="text"], input[type="password"], input[type="file"] {
    background-color: #000 !important;
    color: #00f3ff !important; /* Yazarken Mavi Yazar */
    border: 1px solid #005f6b !important;
    padding: 5px;
}

/* Kutulara tıklayınca */
textarea:focus, input:focus {
    border-color: #00f3ff !important;
    box-shadow: 0 0 8px rgba(0, 243, 255, 0.4);
    outline: none;
}

/* Placeholder (Silik yazı) */
::placeholder {
    color: #00f3ff !important;
    opacity: 0.5;
}

/* 9. BUTONLAR */
input[type="submit"], button {
    background-color: #000 !important;
    color: #00f3ff !important;
    border: 1px solid #00f3ff !important;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-top: 5px;
}
input[type="submit"]:hover, button:hover {
    background-color: #00f3ff !important;
    color: #000 !important;
}

/* 10. DİĞER ALANLAR */
.catalogCell {
    background-color: #0b0b10 !important;
    border: 1px solid #00f3ff !important;
    border-radius: 4px;
}
header, nav, .boardHeader {
    color: #00f3ff !important;
    border-bottom: 2px solid #00f3ff;
    background-color: #050505 !important;
}
