/* Midnight Whiskers Theme */
.theme-theme-midnight {
    --accent:   #CE93D8;
    --hero-bg:  linear-gradient(135deg, #16213E, #0F3460);
    --emoji-bg: rgba(156, 39, 176, 0.25);
    --tag-bg:   rgba(156, 39, 176, 0.18);
    font-family: 'Nunito', sans-serif;
    background: #1A1A2E;
    color: #E0E0E0;
}
.theme-theme-midnight .pet-hero                   { background: linear-gradient(135deg, #16213E, #0F3460); }
.theme-theme-midnight .pet-name                   { color: #CE93D8; }
.theme-theme-midnight h2                          { color: #CE93D8; }
.theme-theme-midnight .milestone-date             { background: #7B1FA2; }
.theme-theme-midnight section                     { background: #1A1A2E !important; }
.theme-theme-midnight section:nth-child(even)     { background: #16213E !important; }
.theme-theme-midnight footer                      { background: #0D0D0D !important; }
.theme-theme-midnight p                           { color: #BDBDBD; }
.theme-theme-midnight .admin-card, .theme-theme-midnight .form-control { background: #16213E; color: #E0E0E0; border-color: #2A2A4A; }
