/* Product login panel — characters only, Avitotzv form stays */

.auth-mates.huddle-root {
    --bg-left: #F5F3F7;
    flex: 1.2 1 280px;
    min-width: 240px;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 12px 8px 0;
    background: var(--bg-left) url("/huddle/img/bg-chars.webp") center / cover no-repeat;
    position: relative;
    overflow: hidden;
}

.auth-mates.huddle-root::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    z-index: 0;
}

.auth-mates.huddle-root .mates-stage {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    height: 100%;
    min-height: 300px;
    margin: 0;
}

.auth-mates.huddle-root .svg-container,
.auth-mates.huddle-root .huddle-cast {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.auth-card--split {
    max-width: 960px;
}

@media (max-width: 720px) {
    .auth-card--split { flex-direction: column; }
    .auth-mates.huddle-root {
        flex: none;
        min-height: 240px;
        width: 100%;
    }
    .auth-mates.huddle-root .mates-stage { min-height: 220px; }
}
