/* V2 brand: Platform ENOT logo system. */
.enot-logo {
    display: inline-block;
    flex: 0 0 auto;
    line-height: 0;
    color: var(--logo-fill, #1a1a19);
}

.enot-logo svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.enot-logo .enot-eye {
    fill: var(--logo-eye, #ffffff);
}

.enot-wm {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--logo-fill, #1a1a19);
    font-family: var(--font-sans-v2);
    line-height: 1;
}

.enot-wm__text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.enot-wm__platforma {
    font-size: 10px;
    font-weight: var(--weight-medium);
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--text-tertiary);
}

.enot-wm__enot {
    font-size: 16px;
    font-weight: var(--weight-bold);
    letter-spacing: 0;
    color: var(--text-primary);
}

.enot-wm--inline .enot-wm__text {
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
}

.enot-wm--vertical {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.enot-wm--vertical .enot-wm__text {
    align-items: center;
    gap: 5px;
}

.enot-surface-card {
    --logo-fill: #1a1a19;
    --logo-eye: #ffffff;
}

.enot-surface-paper {
    --logo-fill: #1a1a19;
    --logo-eye: #fbfaf7;
}

.enot-surface-accent {
    --logo-fill: #ffffff;
    --logo-eye: var(--accent, #3f8a4d);
}

.v2-sidebar-brand.enot-surface-paper {
    --logo-eye: var(--bg-card);
}

.v2-sidebar-brand .enot-logo {
    width: 31px;
    height: 24px;
}

.v2-sidebar-brand .enot-wm {
    min-width: 0;
}

.v2-sidebar-brand .enot-wm__enot {
    font-size: 17px;
}

.v2-auth-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 2px;
}

.v2-auth-brand .enot-logo {
    width: 58px;
    height: 44px;
}

.v2-auth-brand .enot-wm__platforma {
    font-size: 11px;
}

.v2-auth-brand .enot-wm__enot {
    font-size: 25px;
}
