/* Base Styles */
body { 
    background-color: #0f172a; 
    font-family: 'Titillium Web', sans-serif;
    background-image: radial-gradient(circle at top right, #1e293b 0%, #0f172a 40%);
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #0f172a; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #475569; }

/* Glass Panel Utility */
.glass-panel {
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Typography Utility */
.f1-font { font-family: 'Titillium Web', sans-serif; }
