:root {
    --wallibot-primary: #6C63FF;
    --wallibot-secondary: #2D2B55;
    --wallibot-accent: #00D9FF;
    --wallibot-bg: #0F0E17;
    --wallibot-text: #FFFFFF;
    --wallibot-text-muted: #A0A0B0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.ct-input-error {
    border-color: #EF4444 !important;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.15);
}

.ct-input-error::placeholder {
    color: #EF4444;
}

.ct-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 380px;
    padding: 40px 20px;
}

.ct-success-icon {
    margin-bottom: 20px;
}

.ct-success-title {
    font-family: var(--font-title);
    font-size: 24px;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 10px;
}

.ct-success-text {
    font-size: 15px;
    color: var(--text-light);
    margin: 0;
    max-width: 320px;
}
