/* assets/css/themes/minimal.css */
body {
    background: #f8f9fa;
    color: #1a1a1a;
}

header h1 {
    color: #333;
}

.streams-grid {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.ad-banner {
    background: #eee;
    border: 1px solid #ddd;
}