.auth-container--single::after,
.auth-container--single .auth-form::after {
    display: none;
}

.auth-container--single {
    justify-content: center;
}

.auth-container--single .auth-form {
    flex: none;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.asm-guest-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.asm-guest-main {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 1rem 4rem;
}

.asm-guest-card {
    width: 100%;
    max-width: 480px;
    background: var(--color-card);
    padding: 2rem;
    border-radius: var(--radius-md);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-left: 5px solid var(--color-primary);
}

.asm-guest-card--wide {
    max-width: 720px;
}

.asm-guest-card h2.auth-card__section-title {
    margin: 0 0 1rem;
}

.asm-guest-card h2.auth-card__section-title::after {
    content: none;
}

.asm-guest-subtitle {
    text-align: center;
    color: var(--color-text-muted, #666);
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.asm-guest-footer {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--color-border, #e5e7eb);
    text-align: right;
}

.asm-guest-footer .btn-salir {
    font-size: 0.8rem;
    color: var(--color-text-muted, #888);
    background: none;
    border: none;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    text-decoration: underline;
}

.asm-guest-footer .btn-salir:hover {
    color: var(--color-danger, #dc3545);
}

.asm-busqueda {
    margin-bottom: 1rem;
    flex: 1;
}

.asm-busqueda-form {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.asm-busqueda-form .btn {
    flex-shrink: 0;
}

.asm-busqueda input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-border, #ddd);
    border-radius: var(--radius-md);
    font-size: 1rem;
}

.asm-lista-apartamentos {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 420px;
    overflow-y: auto;
}

.asm-apartamento-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: var(--radius-md);
    background: var(--color-bg, #fafafa);
}

.asm-apartamento-item:hover {
    border-color: var(--color-primary);
}

.asm-apartamento-info strong {
    display: block;
}

.asm-apartamento-info span {
    font-size: 0.85rem;
    color: var(--color-text-muted, #666);
}

.asm-badge {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: #d1fae5;
    color: #065f46;
}

.asm-badge--pendiente {
    background: #fef3c7;
    color: #92400e;
}

.asm-guest-link {
    font-size: inherit;
    color: var(--color-primary);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
}

.asm-guest-link:hover {
    color: var(--color-primary-hover);
}
