/* ===== ÁÀÇÀ ===== */
body {
    background-color: #121212 !important;
    color: #E5E7EB !important;
    font-family: Arial, sans-serif;
}

/* ===== ØÀÏÊÀ ===== */
#pun-title {
    background: #1F1F1F !important;
    border-bottom: 2px solid #8B0000;
    padding: 10px;
}
#pun-title h1 span {
    color: #FFFFFF !important;
}

/* ===== ÍÀÂÈÃÀÖÈß ===== */
#pun-navlinks {
    background-color: #1F1F1F !important;
    border-bottom: 1px solid #8B0000;
    padding: 5px 10px;
}
#pun-navlinks a {
    color: #C0C0C0 !important;
    text-decoration: none;
}
#pun-navlinks a:hover {
    color: #DC2626 !important;
}

/* ===== ÑÑÛËÊÈ ===== */
a, a:visited {
    color: #DC2626 !important;
    text-decoration: none;
}
a:hover {
    color: #991B1B !important;
    text-decoration: underline;
}

/* ===== ÁËÎÊÈ ÔÎÐÓÌÀ ===== */
.pun-category, .pun-forum, .blockpost .box {
    background-color: #1E1E1E !important;
    border: 1px solid #2C2C2C !important;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px;
}
.pun-category h2, .pun-forum h2 {
    background-color: #8B0000 !important;
    color: #FFFFFF !important;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 16px;
}

/* ===== ÊÍÎÏÊÈ ===== */
input[type="submit"], button, .button {
    background-color: #8B0000 !important;
    color: #FFFFFF !important;
    border: 1px solid #DC2626 !important;
    border-radius: 4px;
    padding: 5px 12px;
    cursor: pointer;
}
input[type="submit"]:hover, button:hover, .button:hover {
    background-color: #991B1B !important;
}

/* ===== ÐÅÊËÀÌÀ (óáðàòü èëè ñïðÿòàòü) ===== */
div[style*="position: fixed"], .ads, #ads {
    display: none !important;
}