/* Catsonality64 Mini theme overrides */

body.catsonality64-mini-theme {
    --primary: #ff6fb7;
    --primary-dark: #ff3f8e;
    --primary-light: #ffd1e6;
    --primary-gradient: linear-gradient(135deg, #ffb36c 0%, #ff8b92 45%, #ff6fb7 100%);
    --bg-secondary: rgba(255, 245, 250, 0.8);
    --shadow-lg: 0 24px 48px rgba(255, 111, 183, 0.25);
    background: radial-gradient(circle at top, rgba(255, 179, 108, 0.18), transparent 55%),
                radial-gradient(circle at bottom, rgba(255, 111, 183, 0.16), transparent 50%),
                #fff5f8;
}

body.catsonality64-mini-theme .result-badge {
    background: rgba(255, 120, 150, 0.18);
    color: #c44a73;
}

body.catsonality64-mini-theme .result-placeholder {
    color: #ff6fb7;
}
