.oteag-access-wrapper {
    margin: 0 auto;
}
.oteag-access-container {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 15px 35px -15px rgba(15, 23, 42, 0.25);
    position: relative;
    overflow: hidden;
}
.oteag-access-container.oteag-access-locked {
    min-height: 420px;
}
.oteag-access-overlay {
    position: fixed;
    inset: 0;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    z-index: 10;
}
.oteag-access-modal {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 25px 60px -25px rgba(15, 23, 42, 0.55);
    width: 100%;
    max-width: 400px;
    padding: 32px;
}
.oteag-access-modal-title {
    margin: 0 0 8px;
}
.oteag-access-modal-lead {
    margin: 0 0 20px;
    color: #4b5563;
}
.oteag-access-header {
    margin-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
}
.oteag-access-title {
    margin: 0;
}
.oteag-access-form {
    margin: 0;
}
.oteag-access-form button {
    font-weight: 600;
    font-size: inherit;
    width: 100%;
    padding: 10px 14px;
    margin-top: 16px;
    box-sizing: border-box;
    border: 1px solid #cbd5f5;
    border-radius: 4px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.oteag-access-field {
    margin-bottom: 8px;
}
.oteag-access-field label {
    display: block;
    font-size: medium;
    font-weight: 600;
    color: #1f2937;
}
.oteag-access-field input, 
.oteag-access-field select {
    width: 100%;
    padding: 10px 14px;
    box-sizing: border-box;
    font-size: larger;
    border: 1px solid #cbd5f5;
    border-radius: 4px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.oteag-access-field input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    outline: none;
}
.oteag-access-field select {
    width: 38% !important;
    letter-spacing: -1px;
    padding-left: 10px;
}
.oteag-access-helper {
    margin: 0 0 12px;
    color: #4b5563;
}
.oteag-access-notice {
    margin: 0 0 20px;
    padding: 12px 16px;
    border-radius: 4px;
}
.oteag-access-code_sent {
    background: #ecfdf5;
    border: 1px solid #34d399;
    color: #065f46;
}
.oteag-access-invalid_code,
.oteag-access-user_not_allowed,
.oteag-access-access_expired,
.oteag-access-access_disabled {
    background: #fef2f2;
    border: 1px solid #f87171;
    color: #991b1b;
}
.oteag-access-access_granted {
    background: #eff6ff;
    border: 1px solid #3b82f6;
    color: #1d4ed8;
}

@media (max-width: 600px) {
    .oteag-access-container {
        padding: 24px;
    }
    .oteag-access-modal {
        padding: 24px;
    }
}
