@charset "utf-8";

.login-card .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login-recover {
    text-align: center;
    margin-top: 16px;
}

.login-recover a {
    color: var(--gold-light, #e62877);
    font-size: 13px;
    text-decoration: none;
}

.login-recover a:hover {
    text-decoration: underline;
}

.document-btn {
    width: auto;
    min-width: 34px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.document-empty {
    padding: 36px 24px;
    text-align: center;
    color: var(--text-muted, #747b84);
}

.document-empty h3 {
    margin: 0 0 6px;
    font-size: 16px;
    color: var(--primary, #1d2733);
}

.doc-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.doc-filter a,
.doc-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid var(--border, #e5e7eb);
    background: #fff;
    color: var(--text, #20252b);
    font-size: 13px;
    text-decoration: none;
}

.doc-filter a.active,
.doc-chip.active {
    background: var(--gold, #e62877);
    border-color: var(--gold, #e62877);
    color: #fff;
}

.welcome-section.welcome-compact {
    padding: 36px 0 40px;
}

.account-card,
.auth-card-note {
    background: #fff;
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,.04);
}

.account-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border, #e5e7eb);
    font-size: 14px;
}

.account-row:last-child {
    border-bottom: 0;
}

.account-row span {
    color: var(--text-muted, #747b84);
}

.account-row strong {
    font-weight: 600;
    text-align: right;
}

.account-alert {
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
}

.account-alert.ok {
    background: #ecfdf5;
    color: #047857;
}

.account-alert.err {
    background: #fef2f2;
    color: #be123c;
}

.account-form .form-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted, #747b84);
    margin-bottom: 6px;
}

.account-form .form-control,
.account-form .form-select {
    border-radius: 10px;
    border-color: var(--border, #e5e7eb);
    min-height: 42px;
}

.account-form .form-control:focus,
.account-form .form-select:focus {
    border-color: #e62877;
    box-shadow: 0 0 0 0.2rem rgba(230, 40, 119, 0.15);
}

.account-note {
    font-size: 13px;
    color: var(--text-muted, #747b84);
    margin-bottom: 18px;
}

.load-more {
    padding: 16px;
    text-align: center;
    color: var(--text-muted, #747b84);
    font-size: 13px;
}

.btn-gold:hover {
    background: #c51e64;
}

button.document-btn {
    font-family: inherit;
    appearance: none;
}

a.btn-login {
    text-decoration: none;
}
