html, body {
    min-height: 100% !important;
    margin: 0;
    padding: 0;
    background-color: #020202 !important;
}

body {
    color: #e0e0e0;
    font-family: 'Segoe UI', system-ui, sans-serif;
    background-image: 
        radial-gradient(circle at 50% -10%, rgba(255, 202, 40, 0.1) 0%, transparent 60%),
        linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.95) 100%),
        url('https://ukrfilm.net/img/fonukrfilm.jpg') !important; 
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.news-list { display: grid; gap: 20px; }
.news-item img { max-width: 100%; border-radius: 6px; }
.news-item h2 { margin: 10px 0; }
.pagination a { margin: 0 5px; }
.pagination .active { font-weight: bold; }
.news-view img { max-width: 100%; margin: 15px 0; }
