/*
 * WakeButler — Central Theme
 * Primary brand color: #009688 (Teal 500)
 *
 * To change the theme, edit only this file.
 */
:root {
    --primary:        #009688;   /* Teal 500  */
    --primary-light:  #4db6ac;   /* Teal 300  */
    --accent:         #00bcd4;   /* Cyan 600  */
    --bg-dark:        #0a0a1a;
    --bg-card:        rgba(255,255,255,0.04);
    --bg-card-hover:  rgba(255,255,255,0.08);
    --text:           #e8e8f0;
    --text-muted:     #8888a8;
    --radius:         16px;
    --glow:           0 0 60px rgba(0,150,136,0.15);
}
