/* Theme: Playful - Bold & Colorful */
.theme-playful {
    --primary: #E91E63;
    --primary-dark: #AD1457;
    --secondary: #FF9800;
    --accent: #9C27B0;
    --text-primary: #2d1b4e;
    --text-secondary: #5a4578;
    --bg-primary: #ffffff;
    --bg-secondary: #fdf0f7;
    --bg-card: #ffffff;
}
.theme-playful .hero-section {
    background: linear-gradient(135deg, #9C27B0 0%, #E91E63 50%, #FF9800 100%);
}
.theme-playful .page-header {
    background: linear-gradient(135deg, #9C27B0, #E91E63);
}
.theme-playful .brand-icon {
    background: linear-gradient(135deg, #E91E63, #FF9800);
}
.theme-playful .brand-text {
    background: linear-gradient(135deg, #AD1457, #E91E63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-playful .badge-category {
    background: rgba(233,30,99,0.15);
    color: #AD1457;
}
.theme-playful .avatar-circle {
    background: linear-gradient(135deg, #E91E63, #FF9800);
}
