/* ==========================================================================
   QUIVEX SIGN-UP STYLESHEET
   Description: Extends base Sign-in styles with strict blue/slate scheme.
   ========================================================================== */

@import url('/signin/assets/css/index.css');

/* Ensure absolutely no purple/green gradients exist */
:root {
    --chat-accent: #3b82f6; 
    --primary-gradient: linear-gradient(135deg, #e2e8f0 0%, #64748b 100%);
}

@keyframes ai-pulse-blue {
    0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(59, 130, 246, 0); }
    100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
}

.message-bubble.user {
    background: linear-gradient(135deg, #0ea5e9 0%, #1d4ed8 100%) !important;
    box-shadow: 0 4px 15px -3px rgba(59, 130, 246, 0.4) !important;
}

.register-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}