/* Tube Classic (Accessible Red) - Default Theme */
:root {
    --primary: #ff4040;
    --primary-rgb: 255, 64, 64;
    --hover: #ff7a6b;
    --background: #0f0f0f;
    --surface: rgba(255, 255, 255, 0.03);
    --surface-hover: rgba(255, 255, 255, 0.06);
    --text: #f1f1f1;
    --text-muted: #cfcfcf;
    --border: rgba(255, 255, 255, 0.08);
}