.ens-1deabd73-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.ens-1deabd73-heading {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.ens-1deabd73-description {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.6;
}

.ens-1deabd73-form--inline {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.ens-1deabd73-form--stacked {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ens-1deabd73-input {
    flex: 1;
    min-width: 0;
    font-size: 15px;
    border: 1px solid #d0d0d0;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
}

.ens-1deabd73-input:focus {
    border-color: #6c63ff;
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.15);
}

.ens-1deabd73-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.15s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.ens-1deabd73-button:hover {
    transform: translateY(-1px);
}

.ens-1deabd73-button:active {
    transform: translateY(0);
}

.ens-1deabd73-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: ens-1deabd73-spin 0.6s linear infinite;
}

@keyframes ens-1deabd73-spin {
    to { transform: rotate(360deg); }
}

.ens-1deabd73-message {
    margin-top: 12px;
    font-size: 14px;
    min-height: 20px;
}

.ens-1deabd73-message--success {
    color: #28a745;
}

.ens-1deabd73-message--error {
    color: #dc3545;
}

.ens-1deabd73-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 575px) {
    .ens-1deabd73-form--inline {
        flex-direction: column;
    }
}
