/* dark-mode.css - override tema gelap terpisah */
:root[data-theme='dark'] body{background:linear-gradient(180deg,#121618,#1b2024);color:var(--gray-300);} 
:root[data-theme='dark'] .site-header{background:rgba(30,35,40,.85);border-color:#2a2f33;} 
:root[data-theme='dark'] .nav-primary a{color:var(--gray-300);} :root[data-theme='dark'] .nav-primary a:hover{background:#2a3238;color:#fff;} 
:root[data-theme='dark'] .nav-primary ul.submenu{background:#22292e;} 
:root[data-theme='dark'] .action-btn{background:#22292e;color:var(--gray-300);border-color:#30373d;} :root[data-theme='dark'] .action-btn:hover{background:var(--color-brand-primary);} 
:root[data-theme='dark'] .card,:root[data-theme='dark'] .sidebar .widget,:root[data-theme='dark'] .unified-card,:root[data-theme='dark'] .project-card-v2,:root[data-theme='dark'] .news-card-v2,:root[data-theme='dark'] .testi-card{background:#1f2529;border-color:#2c3338;} 
:root[data-theme='dark'] .page-header-modern{background:linear-gradient(120deg,#1e3a68,#114b57);} 
:root[data-theme='dark'] .section-head p{color:var(--gray-400);} 
:root[data-theme='dark'] .feature-point p,:root[data-theme='dark'] .testi-body{color:var(--gray-400);} 
:root[data-theme='dark'] .tab-switch button{background:#232a30;color:var(--gray-300);} :root[data-theme='dark'] .tab-switch button.active{background:linear-gradient(135deg,var(--color-brand-primary),var(--color-brand-secondary));color:#fff;} 
:root[data-theme='dark'] .progress-bar-v2{background:#232a30;} 
:root[data-theme='dark'] .site-footer{background:linear-gradient(180deg,#0b0e10,#161a1d);} 
