/* MaxMyAI Credits - Custom CSS
   Add your personal CSS customizations here
   This file won't be overwritten by updates
*/

/* Example: Custom button styles */
/*
.my-custom-button {
    background: linear-gradient(45deg, #22A9CC, #4E148C);
    color: white;
    padding: 10px 20px;
    border: none;
    transition: all 0.3s ease;
}

.my-custom-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 169, 204, 0.3);
}
*/

/* Example: Custom colors beyond the current palette */
/*
:root {
    --my-custom-color: #FF6B6B;
    --my-dark-mode: #1a1a1a;
}
*/

/* Add your custom styles below this line */
