html, body { min-height: 100%; font-family: Roboto, Arial, sans-serif; background: #f5f7fa; }
body { margin: 0; }
.login-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 40px 20px;
    background:
        radial-gradient(circle at 12% 15%, color-mix(in srgb, var(--brand-primary) 18%, transparent), transparent 30%),
        radial-gradient(circle at 88% 85%, color-mix(in srgb, var(--brand-primary) 12%, transparent), transparent 28%),
        linear-gradient(145deg, #f8fafc, #eef2f7);
}
.login-card { width: min(100%, 460px); padding: 42px; border-radius: 24px !important; border: 1px solid rgba(255, 255, 255, .82); }
.login-brand { display: flex; flex-direction: column; align-items: center; margin-bottom: 30px; }
.login-logo-panel { display: grid; place-items: center; width: min(100%, 250px); min-height: 92px; margin-bottom: 22px; }
.login-logo { max-width: 240px; max-height: 92px; object-fit: contain; }
.login-title { color: #172033; font-weight: 700 !important; letter-spacing: -.02em !important; }
.login-subtitle { max-width: 330px; margin-top: 8px !important; color: #667085; }
.login-form { display: grid; gap: 18px; }
.login-form .mud-input-adornment { color: var(--brand-primary); }
.login-submit {
    min-height: 50px;
    margin-top: 6px;
    border-radius: 10px;
    background-color: var(--brand-primary) !important;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--brand-primary) 26%, transparent);
    transition: filter .18s ease, transform .18s ease;
}
.login-submit:hover { filter: brightness(1.08); transform: translateY(-1px); }
.login-submit:active { transform: translateY(0); }
.login-submit:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand-primary) 25%, transparent); outline-offset: 2px; }
.login-footer { display: block; margin-top: 24px !important; color: #98a2b3; }
.dados-identificacao { background: #eef2f6 !important; border-color: #cbd5e1 !important; }
.dados-identificacao-item { min-height: 66px; padding: 10px 14px; border-radius: 8px; background: #dde4ec; border: 1px solid #c4ceda; }
.dados-identificacao-item .mud-typography-caption { color: #526174; font-weight: 600; }
.dados-identificacao-item .mud-typography-body1 { color: #1f2937; font-weight: 500; overflow-wrap: anywhere; }
.resumo-campo { min-height: 58px; padding: 9px 12px; border-radius: 8px; background: #f7f9fc; border: 1px solid #e1e7ef; }
.resumo-campo .mud-typography-body2 { color: #1f2937; font-weight: 500; overflow-wrap: anywhere; }
.resumo-altura-total { height: 100%; }
.wizard-actions { display: flex; gap: 12px; justify-content: space-between; margin-top: 24px; }
.contrato-frame { display: block; width: 100%; height: min(68vh, 760px); border: 1px solid #d0d5dd; border-radius: 8px; background: white; }
.qrcode-pagamento { padding: 10px; border: 1px solid #d0d5dd; border-radius: 8px; background: white; }
@media (max-width: 600px) {
    .mud-container { padding: 12px !important; }
    .login-page { min-height: 100vh; padding: 20px 12px; }
    .login-card { padding: 28px 22px; border-radius: 16px !important; }
    .login-logo-panel { min-height: 76px; margin-bottom: 18px; }
    .login-logo { max-width: 180px; max-height: 76px; }
    .contrato-frame { height: 60vh; }
}
