﻿:root {
    --brand-primary: #123a63;
    --brand-primary-dark: #0b2949;
    --brand-primary-soft: #e7f0f7;
    --brand-on-primary: #ffffff;
    --brand-focus: #168c8c;
}

.staffharbour-brand-logo {
    display: block;
    height: auto;
    max-width: 100%;
}

.staffharbour-brand-logo--sidebar {
    max-height: 48px;
    max-width: 210px;
}

.staffharbour-brand-logo--account {
    max-height: 64px;
    max-width: 280px;
}

.staffharbour-brand-logo--public {
    max-height: 54px;
    max-width: 260px;
}

.staffharbour-brand-icon {
    display: block;
    height: 42px;
    width: 42px;
}

.staffharbour-brand-name {
    color: var(--brand-primary);
    font-weight: 700;
}

.staffharbour-brand-subtitle {
    color: #64748b;
    font-size: 0.82rem;
}

.staffharbour-powered-by {
    color: #64748b;
    font-size: 0.72rem;
}

    .staffharbour-powered-by strong {
        color: var(--brand-primary);
    }

.sidebar-home-branding {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 86px;
    padding: 0.65rem;
    text-align: center;
    width: 100%;
}

.sidebar-home-logo {
    background: #ffffff;
    border-radius: 0.5rem;
    display: block;
    max-height: 54px;
    max-width: 185px;
    object-fit: contain;
    padding: 0.35rem;
    width: auto;
}

.sidebar-home-name {
    color: var(--brand-on-primary);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0.55rem;
}

.sidebar-powered-by {
    color: var(--brand-on-primary);
    font-size: 0.62rem;
    margin-top: 0.2rem;
    opacity: 0.72;
}

.sidebar .brand .sidebar-default-brand {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0.7rem;
    min-height: 56px;
    padding: 0.45rem 0.65rem;
    width: 100%;
}

.sidebar .brand .sidebar-default-brand-icon {
    flex: 0 0 42px;
    height: 42px;
    max-height: 42px;
    max-width: 42px;
    object-fit: contain;
    padding: 0;
    width: 42px;
}

.sidebar .brand .sidebar-default-brand-wordmark {
    color: #ffffff;
    display: inline;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
}

.sidebar .brand .sidebar-default-brand-accent {
    color: #4fd1c5;
}