/* style.css - Solid UI Styling */

body {
    background: transparent !important; 
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.input-glow:focus {
    box-shadow: 0 0 15px rgba(37, 99, 235, 0.3);
    border-color: #3b82f6;
}

.spinner { display: none; }
.is-loading .spinner { display: inline-block; }
.is-loading .button-text { display: none; }
