    body {
        font-family: system-ui, sans-serif; background: #121212; color: #B3C4D6; padding: 20px;
    }
    .tracks-container {
        max-width: 600px; margin: 0 auto; background: #1e1e1e; padding: 20px; border-radius: 8px;
    }
    p {
        color: #1db954; font-size: 17px;
    }
    h2 {
    margin-top: 0; color: #FFD700;
    }
    table {
        width: 80vw; border-collapse: collapse; margin-top: 15px;
    }
    th, td {
        padding: 12px; text-align: left; border-bottom: 1px solid #333;
    }
    th {
        color: #888; font-weight: 600;
    }
    r:hover {
        background: #252525;
    }
    .time {
        color: #888; width: 25%;
    }
    #timer {
    	font-family: 'Courier New', Courier, monospace;
    	font-size: 18px;
    	font-weight: normal;
    }
    #current-time {
        font-family: 'Courier New', Courier, monospace;
    	font-size: 24px;
    	font-weight: bold;
    }