.sidebar-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 22px 14px 18px 14px;
    color: var(--sidebar-text);
}

.sidebar-brand {
    margin-bottom: 24px;
}

.sidebar-brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.sidebar-brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 10px 18px;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.sidebar-brand-logo-mark {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 300;
    color: #20409a;
}

.sidebar-brand-logo-two {
    color: #b5b8c4;
    font-weight: 600;
    margin-right: -0.06em;
}

.sidebar-brand-logo-engage {
    position: relative;
    display: inline-block;
}

.sidebar-brand-logo-e {
    position: relative;
    display: inline-block;
}

.sidebar-brand-logo-e::after {
    content: "";
    position: absolute;
    left: 0.34em;
    top: 0.16em;
    width: 0.3em;
    height: 0.84em;
    background: #ed1c24;
    border-radius: 999px;
}

.sidebar-toolbar {
    margin-bottom: 12px;
    padding: 0 8px;
}

.sidebar-toolbar-title {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(255,255,255,0.68);
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-item {
    display: block;
}

.sidebar-link {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    padding: 14px 16px;
    border-radius: 22px;
    border: 1px solid transparent;
    background: transparent;
    color: rgba(255,255,255,0.9);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.sidebar-link-button {
    appearance: none;
    font: inherit;
    cursor: pointer;
    text-align: left;
}

.sidebar-link:hover,
.sidebar-link-button:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.10);
}

.sidebar-item.is-expanded > .sidebar-link-button {
    background: transparent;
    border-color: rgba(255,255,255,0.24);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.sidebar-link.active,
.sidebar-item.is-child-active > .sidebar-link-button {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.20);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 10px 24px rgba(0,0,0,0.12);
}

.sidebar-link-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255,255,255,0.10);
    color: #ffffff;
}

.sidebar-link-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.sidebar-link-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.15;
    color: #ffffff;
}

.sidebar-link-subtext {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255,255,255,0.74);
}

.sidebar-link-chevron {
    width: 18px;
    min-width: 18px;
    display: inline-flex;
    justify-content: center;
    color: rgba(255,255,255,0.9);
    font-size: 11px;
    line-height: 1;
    transform: rotate(-90deg);
    transition: transform 0.18s ease;
}

.sidebar-item.is-expanded > .sidebar-link-button .sidebar-link-chevron {
    transform: rotate(0deg);
}

.sidebar-children {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 8px 0 2px 22px;
    padding: 4px 0 4px 16px;
    border-left: 1px solid rgba(255,255,255,0.18);
}

.sidebar-children[hidden] {
    display: none !important;
}

.sidebar-child-link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    min-width: 0;
    padding: 9px 10px;
    border-radius: 14px;
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    background: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    overflow: hidden;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sidebar-child-link:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.08);
    color: #ffffff;
    text-decoration: none;
}

.sidebar-child-link.active {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.14);
    color: #ffffff;
}

.sidebar-child-bullet {
    width: 7px;
    height: 7px;
    min-width: 7px;
    margin-top: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.42);
}

.sidebar-child-link.active .sidebar-child-bullet,
.sidebar-child-link:hover .sidebar-child-bullet {
    background: #ffffff;
}

.sidebar-child-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar-child-text {
    display: block;
    color: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
}

.sidebar-child-subtext {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,0.62);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.25;
    white-space: normal;
}

.sidebar-status {
    position: relative;
    overflow: hidden;
    margin-top: auto;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 24px;
    padding: 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.sidebar-status-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255,255,255,0.62);
    margin-bottom: 8px;
}

.sidebar-status-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 12px;
}

.sidebar-status-text {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
    margin-bottom: 12px;
}

.sidebar-status-meta {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255,255,255,0.9);
    margin-bottom: 14px;
}

.sidebar-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ed1c24;
    display: inline-block;
}

.sidebar-status-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #20409a;
    text-decoration: none;
    padding: 11px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}

.sidebar-status-button:hover {
    text-decoration: none;
}
