@import url('../../default/assets/style.css');

:root {
    --bg: #121212;
    --sidebar-bg: #1e1e1e;
    --accent: #bb86fc;
    /* Material Purple */
    --text: #e0e0e0;
    --border: #333;
}

body {
    background: var(--bg);
    color: var(--text);
}

.site-header {
    background: #1e1e1e;
    border-bottom: 1px solid var(--border);
}

.sidebar-left {
    background: var(--sidebar-bg);
    border-right: 1px solid var(--border);
    padding: 20px;
}

.side-niche-link {
    color: #aaa;
    padding: 12px;
    border-radius: 4px;
}

.side-niche-link:hover {
    color: #fff;
    background: rgba(187, 134, 252, 0.1);
}

.video-card {
    background: #1e1e1e;
    border: 1px solid var(--border);
}

.section-title {
    color: var(--accent);
    font-weight: 700;
}