




.left-nav-cluster .nav-extras-reveal {
    display: none !important;
}




@media (max-width: 1024px) {
    .left-nav-cluster .nav-label {
        display: none !important;
    }
}

.nav-floating-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1000050;
    white-space: nowrap;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    min-width: 0;
    border-radius: 9999px;
    border: none;
    background: var(--kinma-user-dark, #1a1a1a);
    color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
    font-size: var(--nav-label-font-size, 12px);
    font-weight: 500;
    line-height: 1.15;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(0);
    transition: none;
}

.nav-floating-tooltip .nav-floating-tooltip-text {
    display: flex;
    align-items: center;
    line-height: 1;
    height: 100%;
}

.nav-floating-tooltip.nft-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}


.nav-floating-tooltip.nft-default {
    background: var(--kinma-user-dark, #1a1a1a);
    color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.nav-floating-tooltip.nft-maintenance {
    background-color: #111 !important;
    background-image: repeating-linear-gradient(45deg, #111 0 8px, #facc15 8px 16px) !important;
    background-size: 22px 22px !important;
    color: #ffffff !important;
    border: 2px solid #111 !important;
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.35),
        0 2px 12px rgba(0, 0, 0, 0.18) !important;
    font-weight: 800;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    white-space: normal;
    padding: 8px 14px;
    gap: 2px;
    height: auto !important;
    min-height: 0 !important;
}

.nav-floating-tooltip.nft-maintenance .nav-floating-tooltip-text {
    color: #ffffff !important;
    height: auto;
    line-height: 1.2;
}

.nav-floating-tooltip.nft-maintenance .nav-floating-tooltip-countdown {
    display: block;
    color: #ffffff !important;
    font-size: 0.88em;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
}

.nav-floating-tooltip.nft-maintenance .nav-floating-tooltip-countdown[hidden] {
    display: none !important;
}

.nav-floating-tooltip.nft-active {
    background: #ffffff;
    color: var(--kinma-user-text, #1a1a1a);
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.08);
}

.nav-floating-tooltip.nft-footer {
    background: #ffffff;
    color: var(--kinma-user-text, #1a1a1a);
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.08);
}

.nav-floating-tooltip.nft-footer-active {
    background: var(--kinma-user-dark, #1a1a1a);
    color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.nav-floating-tooltip.nft-profile {
    /* Background/text set dynamically from profile avatar color */
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.nav-floating-tooltip.nft-hw-accel-warn {
    background: #dc2626;
    color: #ffffff;
    box-shadow: none;
}


.nav-floating-tooltip:not(.nft-logout-mode) .nav-floating-tooltip-logout-btn {
    display: none !important;
}

.nav-floating-tooltip.nft-logout-mode .nav-floating-tooltip-text {
    display: none !important;
}

.nav-floating-tooltip.nft-logout-mode {
    pointer-events: auto;
    padding: 4px;
    height: auto !important;
    min-height: 0 !important;
}

.nav-floating-tooltip.nft-anchor-right.nft-visible {
    transform: translateY(-50%) translateX(0);
}

.nav-floating-tooltip.nft-anchor-right:not(.nft-visible) {
    transform: translateY(-50%) translateX(0);
}

.nav-floating-tooltip.nft-logout-mode .nav-floating-tooltip-logout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 6px 14px;
    border: none;
    border-radius: 9999px;
    background: #dc2626;
    color: #ffffff;
    font: inherit;
    font-size: var(--nav-label-font-size, 12px);
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.12s ease;
}

.nav-floating-tooltip.nft-logout-mode .nav-floating-tooltip-logout-btn:hover,
.nav-floating-tooltip.nft-logout-mode .nav-floating-tooltip-logout-btn:focus-visible {
    background: #b91c1c;
    outline: none;
}

.nav-floating-tooltip.nft-logout-mode .nav-floating-tooltip-logout-btn:active {
    transform: scale(0.97);
}

@media (min-width: 1025px) {
    /* Tooltip hover: hide inline label from layout instantly,
center + scale icon */
    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile):not(.nav-extras-collapse-btn):is(:hover, :focus-visible) > .nav-label,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:is(:hover, :focus-visible) > .nav-label,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible) > .nav-label,
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn):is(:hover, :focus-visible) > .utility-label,
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn):is(:hover, :focus-visible) > .nav-label,
.left-nav-cluster .feedback-highlight-fab-btn:is(:hover, :focus-visible) > .nav-label,
.left-nav-cluster .election-vote-fab-btn:is(:hover, :focus-visible) > .nav-label,
.left-nav-cluster .kinma-logo-btn:is(:hover, :focus-visible) > .nav-label {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile):not(.nav-extras-collapse-btn):is(:hover, :focus-visible, .active),
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:is(:hover, :focus-visible, .active),
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active),
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn):is(:hover, :focus-visible, .active),
.left-nav-cluster .feedback-highlight-fab-btn:is(:hover, :focus-visible, .active),
.left-nav-cluster .election-vote-fab-btn:is(:hover, :focus-visible, .election-active) {
        overflow: hidden !important;
    }

    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile):is(:hover, :focus-visible) > svg,
.left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile):is(:hover, :focus-visible) > .nav-island-btn-icon,
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn):is(:hover, :focus-visible) > svg,
.left-nav-cluster .feedback-highlight-fab-btn:is(:hover, :focus-visible) > svg,
.left-nav-cluster .election-vote-fab-btn:is(:hover, :focus-visible) > svg,
.left-nav-cluster .chat-nav-island .nav-item:not(.ai-chat-btn):is(:hover, :focus-visible) > svg,
.left-nav-cluster .chat-nav-island .nav-item:not(.ai-chat-btn):is(:hover, :focus-visible) > .nav-island-btn-icon,
.left-nav-cluster .admin-nav-island .nav-item:is(:hover, :focus-visible) > svg,
.left-nav-cluster .admin-nav-island .nav-item:is(:hover, :focus-visible) > .nav-island-btn-icon,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:is(:hover, :focus-visible) > svg,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:is(:hover, :focus-visible) > .nav-island-btn-icon,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile):is(:hover, :focus-visible) > svg,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile):is(:hover, :focus-visible) > .nav-island-btn-icon {
        grid-row: 1 / -1 !important;
        align-self: center !important;
        justify-self: center !important;
        width: var(--nav-icon-size) !important;
        height: var(--nav-icon-size) !important;
        min-width: var(--nav-icon-size) !important;
        min-height: var(--nav-icon-size) !important;
        max-width: var(--nav-icon-size) !important;
        max-height: var(--nav-icon-size) !important;
        aspect-ratio: 1 / 1;
        flex: 0 0 auto;
        transform: scale(1.26);
        transition: none !important;
    }
}


.left-nav-cluster-top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.65em;
    flex-shrink: 0;
    min-width: 0;
    max-width: calc(100vw - 48px - env(safe-area-inset-left, 0px));
}





.left-nav-cluster {
    position: fixed;
    --nav-cluster-inset: 24px;
    left: calc(var(--nav-cluster-inset) + env(safe-area-inset-left, 0px));
    top: calc(var(--nav-cluster-inset) + env(safe-area-inset-top, 0px));
    bottom: calc(var(--nav-cluster-inset) + env(safe-area-inset-bottom, 0px));
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    /* Above chat fullscreen gutter (body::before, z-index 990) and base chat popup (2000) in the nav column */
    z-index: 2100;
    
    pointer-events: none;
    
    --nav-cluster-font-size: 16px;
    --nav-cluster-gap: 0.75em;
    --nav-island-size: 3.75em;
    --nav-island-pad: 0px;
    --nav-island-inner-pad: 0.375em;
    --nav-island-gap: 0.25em;
    --nav-island-rail-inset: 0px;
    --nav-island-outer-bg: #ffffff;
    --nav-island-inner-bg: var(--kinma-user-dark, #1a1a1a);
    font-size: var(--nav-cluster-font-size);
    gap: var(--nav-cluster-gap);
    padding: 0;
    min-height: 0;
    
    transition: none !important;
}


.left-nav-cluster .nav-island,
.left-nav-cluster .kinma-nav-island,
.left-nav-cluster .chat-nav-island,
.left-nav-cluster .admin-nav-island,
.left-nav-cluster .admin-stats-nav-island,
.left-nav-cluster .kinma-hw-accel-nav-island,
.left-nav-cluster .utility-islands-container,
.left-nav-cluster .utility-island:not(.kinma-logo-island),
.left-nav-cluster .feedback-highlight-fab,
.left-nav-cluster .election-vote-fab,
.left-nav-cluster .nav-divider,
.left-nav-cluster .nav-extras-btn-wrapper {
    pointer-events: none;
}

.left-nav-cluster .nav-extras-hover-zone {
    pointer-events: none;
}

.left-nav-cluster .nav-extras-hover-zone .nav-extras-btn {
    pointer-events: auto;
}

.left-nav-cluster .left-nav-cluster-top-row,
.left-nav-cluster .kinma-logo-island,
.left-nav-cluster .nav-item,
.left-nav-cluster .nav-item-wrapper,
.left-nav-cluster .kinma-hw-accel-nav-btn,
.left-nav-cluster .utility-btn,
.left-nav-cluster .nav-extras-btn,
.left-nav-cluster button.nav-extras-collapse-btn,
.left-nav-cluster .feedback-highlight-fab-btn,
.left-nav-cluster .election-vote-fab-btn,
body.nav-extras-expanded .left-nav-cluster .nav-extras-reveal {
    pointer-events: auto;
}


.nav-cluster-bottom-filler {
    flex-shrink: 0;
    width: 3.75em;
    height: 3.75em;
    min-height: 3.75em;
    visibility: hidden;
    pointer-events: none;
}


.nav-cluster-ai-slot-filler {
    flex-shrink: 0;
    width: 3.75em;
    box-sizing: border-box;
    height: calc(3em + 0.75em);
    min-height: calc(3em + 0.75em);
    visibility: hidden;
    pointer-events: none;
}


.left-nav-cluster .chat-ai-nav-island {
    gap: var(--nav-island-gap);
}


.nav-cluster-spacer {
    flex: 1;
    min-height: 0;
}



.left-nav-cluster .kinma-logo-island {
    flex-shrink: 0;
}

.left-nav-cluster * {
    transition: none !important;
}


.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island),
.left-nav-cluster .chat-nav-island,
.left-nav-cluster .admin-nav-island,
.left-nav-cluster .admin-stats-nav-island,
.left-nav-cluster .control-panel-nav-island,
.left-nav-cluster .feedback-nav-island,
.left-nav-cluster .nav-extras-nav-island {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--nav-island-gap);
    width: var(--nav-island-size);
    min-width: var(--nav-island-size);
    max-width: var(--nav-island-size);
    padding: 0;
    overflow: visible;
}

.left-nav-cluster .nav-island-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
    gap: var(--nav-island-gap);
    padding: var(--nav-island-inner-pad);
    background: var(--kinma-user-dark, #1a1a1a);
    border-radius: 9999px;
    overflow: visible;
    color: rgba(255, 255, 255, 0.92);
}


.left-nav-cluster .kinma-nav-island {
    padding: 0;
    gap: 0;
    width: var(--nav-island-size);
    height: var(--nav-island-size);
    min-width: var(--nav-island-size);
    max-width: var(--nav-island-size);
    min-height: var(--nav-island-size);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    border-radius: 50% !important;
    overflow: visible;
    background: transparent;
    border: none;
    box-shadow: none;
    pointer-events: none;
}



.left-nav-cluster .kinma-nav-island .kinma-logo-btn {
    pointer-events: auto;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
}

.left-nav-cluster .utility-island,
.left-nav-cluster .feedback-highlight-fab,
.left-nav-cluster .election-vote-fab {
    width: 3.75em;
    min-width: 3.75em;
    max-width: 3.75em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.left-nav-cluster .kinma-logo-island.kinma-logo-btn {
    width: 3.75em;
    height: 3.75em;
    min-width: 3.75em;
    max-width: 3.75em;
    padding: 0;
    flex-shrink: 0;
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.left-nav-cluster .kinma-logo-btn {
    position: relative;
    width: 3.75em;
    height: 3.75em;
    min-width: 3.75em;
    min-height: 3.75em;
    padding: 0;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
    cursor: pointer;
}


.left-nav-cluster .kinma-logo-btn .kinma-lang-outline {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
    border: none;
    box-sizing: border-box;
}


.left-nav-cluster .kinma-logo-btn .kinma-lang-inner {
    position: absolute;
    inset: 8%;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
    pointer-events: none;
}

.left-nav-cluster .kinma-logo-btn .kinma-logo-img,
.left-nav-cluster .kinma-logo-btn .ancestr-logo-img,
.left-nav-cluster .kinma-logo-btn svg.ancestr-logo-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 58%;
    height: 58%;
    max-width: none;
    max-height: none;
    margin: 0;
    object-fit: contain;
    display: block;
    overflow: visible;
}

.left-nav-cluster .kinma-logo-btn:hover .kinma-lang-outline {
    border-color: rgba(255, 255, 255, 1);
    filter: brightness(1.03);
}


.left-nav-cluster .kinma-logo-btn .nav-label {
    display: none !important;
}

.left-nav-cluster .nav-item {
    width: auto;
    height: auto;
    min-height: 0;
}

.left-nav-cluster .nav-item svg,
.left-nav-cluster .nav-island > svg {
    width: 1.5em;
    height: 1.5em;
}

.left-nav-cluster .nav-item svg.nav-icon-tree {
    display: block;
    flex: 0 0 1.75em;
    width: 1.75em;
    height: 1.375em;
    min-width: 1.75em;
    min-height: 1.375em;
    max-width: 1.75em;
    max-height: 1.375em;
    aspect-ratio: 14 / 11;
    overflow: visible;
    shape-rendering: geometricPrecision;
    vector-effect: non-scaling-stroke;
}

.left-nav-cluster .nav-item svg.nav-icon-tree * {
    vector-effect: non-scaling-stroke;
    stroke-width: 2;
}

@media (min-width: 1025px) {
    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile):is(:hover, :focus-visible) > svg.nav-icon-tree {
        transform: scale(1.1);
    }
}

.left-nav-cluster .nav-item.ai-chat-btn .nav-island-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
}

.left-nav-cluster .nav-item.ai-chat-btn svg.left-nav-ai-icon {
    width: 1.5em;
    height: 1.5em;
}


.left-nav-cluster .nav-extras-collapse-btn-wrap {
    margin-top: 0.125em;
}

.left-nav-cluster button.nav-item.nav-extras-collapse-btn {
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    max-width: none;
    padding: 0.25em;
    border-radius: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font: inherit;
    -webkit-appearance: none;
    appearance: none;
}

.left-nav-cluster .nav-extras-collapse-btn svg {
    width: 1em;
    height: 1em;
    display: block;
}

.left-nav-cluster .nav-extras-collapse-btn:hover,
.left-nav-cluster .nav-extras-collapse-btn:focus-visible {
    background: rgba(0, 0, 0, 0.06) !important;
    box-shadow: none !important;
}

.left-nav-cluster .nav-extras-collapse-btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.left-nav-cluster .nav-island .nav-label,
.left-nav-cluster .chat-nav-island .nav-label,
.left-nav-cluster .admin-nav-island .nav-label {
    left: calc(100% + 0.75em);
    padding: 0.5em 0.75em;
    font-size: 0.875em;
}


.left-nav-cluster .nav-island .nav-divider {
    width: 2em;
    height: 0.125em;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 0.125em;
    margin: 0.0625em auto;
    flex-shrink: 0;
    align-self: center;
}

.left-nav-cluster .nav-island-inner .nav-divider {
    background: rgba(255, 255, 255, 0.12);
}

.left-nav-cluster .nav-island:not(.kinma-nav-island):has(.nav-island-footer) .nav-island-inner {
    flex: 1 1 auto;
    min-height: 0;
    align-self: stretch;
}

.left-nav-cluster .nav-island:not(.kinma-nav-island):has(.nav-island-footer) {
    justify-content: flex-start;
}

/* Settings/profile footer on white outer strip */
.left-nav-cluster .nav-island .nav-island-footer {
    position: relative;
    z-index: 1;
    align-self: stretch;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.125em;
    margin: 0;
    padding: var(--nav-island-gap);
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    color: var(--kinma-user-text, #1a1a1a);
    --kinma-nav-footer-hover-ring: inset 0 0 0 1.5px rgba(var(--kinma-user-dark-rgb, 26, 26, 26), 0.22);
    --kinma-nav-profile-hover-border: rgba(var(--kinma-user-dark-rgb, 26, 26, 26), 0.5);
    --kinma-nav-profile-active-border: var(--kinma-user-dark, #1a1a1a);
    --kinma-profile-ring-gap: 2px;
    --kinma-profile-ring-width: 2px;
}

.left-nav-cluster .nav-island .nav-island-footer::before,
.left-nav-cluster .nav-island .nav-island-footer::after {
    display: none !important;
    content: none;
}

.left-nav-cluster .nav-island .nav-island-footer .nav-item-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-nav-cluster .nav-island .nav-island-footer .nav-item-wrapper + .nav-item-wrapper {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.left-nav-cluster .utility-island {
    padding: 0.375em;
}

.left-nav-cluster .utility-btn {
    width: 3em;
    height: 3em;
    font-size: 1em;
}

.left-nav-cluster .utility-btn svg {
    width: 1.5em;
    height: 1.5em;
}

.left-nav-cluster .utility-label {
    left: calc(100% + 0.75em);
    padding: 0.5em 0.75em;
    font-size: 0.875em;
}

.left-nav-cluster .utility-islands-container {
    gap: 1em;
}


.left-nav-cluster .feedback-highlight-fab,
.left-nav-cluster .election-vote-fab {
    padding: 0.375em;
}

.left-nav-cluster .feedback-highlight-fab-btn,
.left-nav-cluster .election-vote-fab-btn {
    width: 3em;
    height: 3em;
}

.left-nav-cluster .feedback-highlight-fab-btn svg,
.left-nav-cluster .election-vote-fab-btn svg {
    width: 1.5em;
    height: 1.5em;
}


.left-nav-cluster .feedback-highlight-fab-btn .nav-label,
.left-nav-cluster .election-vote-fab-btn .nav-label {
    left: calc(100% + 0.75em);
    padding: 0.5em 0.75em;
    font-size: 0.875em;
}


body:has(.left-nav-cluster) .settings-top-left .settings-logo-btn {
    display: none !important;
}

body:has(.left-nav-cluster) .settings-top-left .settings-logo-group:not(:has(.profile-selector-bar-new)) {
    display: none !important;
}

.nav-island {
    background: var(--kinma-user-dark, #1a1a1a);
    border-radius: 9999px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000; 
}


.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island),
.left-nav-cluster .chat-nav-island,
.left-nav-cluster .admin-nav-island,
.left-nav-cluster .admin-stats-nav-island,
.left-nav-cluster .control-panel-nav-island,
.left-nav-cluster .feedback-nav-island,
.left-nav-cluster .nav-extras-nav-island {
    background: #ffffff;
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.04);
    color: var(--kinma-user-text, #1a1a1a);
}

.left-nav-cluster .utility-island:not(.kinma-logo-island) {
    background: var(--kinma-user-dark, #1a1a1a);
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.06);
}






.left-nav-cluster .nav-item,
.left-nav-cluster .utility-btn,
.left-nav-cluster .feedback-highlight-fab-btn,
.left-nav-cluster .election-vote-fab-btn {
    background: transparent !important;
    
    border-radius: 50%;
    box-shadow: none !important;
    border: none !important;
}

.left-nav-cluster .nav-item:hover,
.left-nav-cluster .utility-btn:hover,
.left-nav-cluster .feedback-highlight-fab-btn:hover,
.left-nav-cluster .election-vote-fab-btn:hover {
    background: transparent !important;
    box-shadow: none !important;
}

.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item:not(.active),
.left-nav-cluster .nav-island:not(.kinma-nav-island) .nav-island-inner > .nav-extras-hover-zone .nav-extras-btn:not(.active),
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(.active),
.left-nav-cluster .chat-nav-island .nav-item:not(.active),
.left-nav-cluster .admin-nav-island .nav-item:not(.active):not(.cache-reset-btn),
.left-nav-cluster .control-panel-nav-island .nav-item:not(.active),
.left-nav-cluster .feedback-nav-island .nav-item:not(.active),
.left-nav-cluster .admin-stats-nav-island .nav-item:not(.active) {
    color: #ffffff !important;
}

.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item:not(.active) svg,
.left-nav-cluster .nav-island:not(.kinma-nav-island) .nav-island-inner > .nav-extras-hover-zone .nav-extras-btn:not(.active) svg,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(.active) svg,
.left-nav-cluster .chat-nav-island .nav-item:not(.active) svg,
.left-nav-cluster .admin-nav-island .nav-item:not(.active):not(.cache-reset-btn) svg,
.left-nav-cluster .control-panel-nav-island .nav-item:not(.active) svg,
.left-nav-cluster .feedback-nav-island .nav-item:not(.active) svg,
.left-nav-cluster .admin-stats-nav-island .nav-item:not(.active) svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item:not(.active) svg [fill='currentColor'],
.left-nav-cluster .nav-island:not(.kinma-nav-island) .nav-island-inner > .nav-extras-hover-zone .nav-extras-btn:not(.active) svg [fill='currentColor'],
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(.active) svg [fill='currentColor'],
.left-nav-cluster .chat-nav-island .nav-item:not(.active) svg [fill='currentColor'],
.left-nav-cluster .admin-nav-island .nav-item:not(.active):not(.cache-reset-btn) svg [fill='currentColor'],
.left-nav-cluster .control-panel-nav-island .nav-item:not(.active) svg [fill='currentColor'],
.left-nav-cluster .feedback-nav-island .nav-item:not(.active) svg [fill='currentColor'],
.left-nav-cluster .admin-stats-nav-island .nav-item:not(.active) svg [fill='currentColor'] {
    fill: currentColor !important;
}

.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):hover,
.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):focus-visible,
.left-nav-cluster .nav-island:not(.kinma-nav-island) .nav-island-inner > .nav-extras-hover-zone .nav-extras-btn:not(.active):hover,
.left-nav-cluster .nav-island:not(.kinma-nav-island) .nav-island-inner > .nav-extras-hover-zone .nav-extras-btn:not(.active):focus-visible,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):hover,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):focus-visible,
.left-nav-cluster .chat-nav-island .nav-item:not(.active):hover,
.left-nav-cluster .chat-nav-island .nav-item:not(.active):focus-visible,
.left-nav-cluster .admin-nav-island .nav-item:not(.active):not(.cache-reset-btn):hover,
.left-nav-cluster .admin-nav-island .nav-item:not(.active):not(.cache-reset-btn):focus-visible,
.left-nav-cluster .control-panel-nav-island .nav-item:not(.active):hover,
.left-nav-cluster .control-panel-nav-island .nav-item:not(.active):focus-visible,
.left-nav-cluster .feedback-nav-island .nav-item:not(.active):hover,
.left-nav-cluster .feedback-nav-island .nav-item:not(.active):focus-visible,
.left-nav-cluster .admin-stats-nav-island .nav-item:not(.active):hover,
.left-nav-cluster .admin-stats-nav-island .nav-item:not(.active):focus-visible {
    background: transparent !important;
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.34) !important;
    outline: none !important;
}

.left-nav-cluster .nav-item.active,
.left-nav-cluster .utility-btn.active,
.left-nav-cluster .feedback-highlight-fab-btn.active,
.left-nav-cluster .election-vote-fab-btn.election-active {
    background: #ffffff !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    color: var(--kinma-user-text, #1a1a1a) !important;
}

.left-nav-cluster .nav-item.active svg,
.left-nav-cluster .utility-btn.active svg,
.left-nav-cluster .feedback-highlight-fab-btn.active svg,
.left-nav-cluster .election-vote-fab-btn.election-active svg {
    stroke: var(--kinma-user-dark, #1a1a1a) !important;
    color: var(--kinma-user-text, #1a1a1a) !important;
}

.left-nav-cluster .nav-item.active svg [fill='currentColor'],
.left-nav-cluster .utility-btn.active svg [fill='currentColor'],
.left-nav-cluster .feedback-highlight-fab-btn.active svg [fill='currentColor'],
.left-nav-cluster .election-vote-fab-btn.election-active svg [fill='currentColor'] {
    fill: currentColor !important;
}

@media (min-width: 1025px) {
    /* Desktop nav islands: filled icons with var(--kinma-user-dark, #1a1a1a) detail knockouts */
    .left-nav-cluster :is(
        .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item,
        .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item,
        .chat-nav-island .nav-item,
        .admin-nav-island .nav-item,
        .control-panel-nav-island .nav-item,
        .feedback-nav-island .nav-item,
        .admin-stats-nav-island .nav-item,
        .nav-island .nav-island-footer .nav-item,
        .utility-island:not(.kinma-logo-island) .utility-btn,
        .feedback-highlight-fab-btn,
        .election-vote-fab-btn
    ):not(.nav-profile):not(.ai-chat-btn):not(.nav-extras-btn):not(.cache-reset-btn):is(:hover, :focus-visible, .active) {
        --nav-icon-knockout: var(--kinma-user-dark, #1a1a1a);
    }

    .left-nav-cluster :is(
        .nav-island-inner > .nav-item-wrapper .nav-item.active:not(.ai-chat-btn):not(.nav-extras-btn),
        .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item.active,
        .chat-nav-island .nav-item.active:not(.ai-chat-btn),
        .admin-nav-island .nav-item.active:not(.cache-reset-btn),
        .control-panel-nav-island .nav-item.active,
        .feedback-nav-island .nav-item.active,
        .admin-stats-nav-island .nav-item.active
    ) {
        --nav-icon-knockout: #ffffff;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item.active:not(.nav-profile) {
        --nav-icon-knockout: var(--kinma-user-dark, #1a1a1a);
    }

    .left-nav-cluster :is(
        .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item,
        .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item,
        .chat-nav-island .nav-item,
        .admin-nav-island .nav-item,
        .control-panel-nav-island .nav-item,
        .feedback-nav-island .nav-item,
        .admin-stats-nav-island .nav-item,
        .nav-island .nav-island-footer .nav-item,
        .utility-island:not(.kinma-logo-island) .utility-btn,
        .feedback-highlight-fab-btn,
        .election-vote-fab-btn
    ):not(.nav-profile):not(.ai-chat-btn):not(.nav-extras-btn):not(.cache-reset-btn):is(:hover, :focus-visible, .active) > svg:not(.nav-icon):not(.nav-icon-control-panel):not(.election-icon-default):not(.election-icon-crown):not(.nav-icon-discoteca):not(.nav-icon-admin-stats):not(.nav-icon-stories):not(.nav-icon-persons):not(.nav-icon-library):not(.nav-icon-settings) :is(path, rect):where(:not([fill='currentColor']):not(.nav-icon-knockout)),
.left-nav-cluster :is(
        .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item,
        .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item,
        .chat-nav-island .nav-item,
        .admin-nav-island .nav-item,
        .control-panel-nav-island .nav-item,
        .feedback-nav-island .nav-item,
        .admin-stats-nav-island .nav-item,
        .nav-island .nav-island-footer .nav-item,
        .utility-island:not(.kinma-logo-island) .utility-btn,
        .feedback-highlight-fab-btn,
        .election-vote-fab-btn
    ):not(.nav-profile):not(.ai-chat-btn):not(.nav-extras-btn):not(.cache-reset-btn):is(:hover, :focus-visible, .active) > .nav-island-btn-icon svg :is(path, rect):where(:not([fill='currentColor']):not(.nav-icon-knockout)),
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.nav-profile):not(.ai-chat-btn):is(:hover, :focus-visible, .active) > svg:not(.nav-icon):not(.nav-icon-control-panel):not(.election-icon-default):not(.election-icon-crown):not(.nav-icon-discoteca):not(.nav-icon-admin-stats):not(.nav-icon-stories):not(.nav-icon-persons):not(.nav-icon-library):not(.nav-icon-settings) :is(path, rect):where(:not([fill='currentColor']):not(.nav-icon-knockout)) {
        fill: currentColor !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    .left-nav-cluster :is(
        .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item,
        .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item,
        .chat-nav-island .nav-item,
        .admin-nav-island .nav-item,
        .control-panel-nav-island .nav-item,
        .feedback-nav-island .nav-item,
        .admin-stats-nav-island .nav-item,
        .nav-island .nav-island-footer .nav-item,
        .utility-island:not(.kinma-logo-island) .utility-btn,
        .feedback-highlight-fab-btn,
        .election-vote-fab-btn
    ):not(.nav-profile):not(.ai-chat-btn):not(.nav-extras-btn):not(.cache-reset-btn):is(:hover, :focus-visible, .active) > svg:not(.nav-icon) .nav-icon-knockout,
.left-nav-cluster :is(
        .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item,
        .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item,
        .chat-nav-island .nav-item,
        .admin-nav-island .nav-item,
        .control-panel-nav-island .nav-item,
        .feedback-nav-island .nav-item,
        .admin-stats-nav-island .nav-item,
        .nav-island .nav-island-footer .nav-item,
        .utility-island:not(.kinma-logo-island) .utility-btn,
        .feedback-highlight-fab-btn,
        .election-vote-fab-btn
    ):not(.nav-profile):not(.ai-chat-btn):not(.nav-extras-btn):not(.cache-reset-btn):is(:hover, :focus-visible, .active) > .nav-island-btn-icon svg .nav-icon-knockout,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.nav-profile):not(.ai-chat-btn):is(:hover, :focus-visible, .active) > svg:not(.nav-icon) .nav-icon-knockout {
        fill: var(--nav-icon-knockout, var(--kinma-user-dark, #1a1a1a)) !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    .left-nav-cluster :is(
        .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item,
        .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item,
        .chat-nav-island .nav-item,
        .admin-nav-island .nav-item,
        .control-panel-nav-island .nav-item,
        .feedback-nav-island .nav-item,
        .admin-stats-nav-island .nav-item,
        .nav-island .nav-island-footer .nav-item,
        .utility-island:not(.kinma-logo-island) .utility-btn,
        .feedback-highlight-fab-btn,
        .election-vote-fab-btn
    ):not(.nav-profile):not(.ai-chat-btn):not(.nav-extras-btn):not(.cache-reset-btn):is(:hover, :focus-visible, .active) > svg:not(.nav-icon) :is([fill='currentColor'], polygon),
.left-nav-cluster :is(
        .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item,
        .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item,
        .chat-nav-island .nav-item,
        .admin-nav-island .nav-item,
        .control-panel-nav-island .nav-item,
        .feedback-nav-island .nav-item,
        .admin-stats-nav-island .nav-item,
        .nav-island .nav-island-footer .nav-item,
        .utility-island:not(.kinma-logo-island) .utility-btn,
        .feedback-highlight-fab-btn,
        .election-vote-fab-btn
    ):not(.nav-profile):not(.ai-chat-btn):not(.nav-extras-btn):not(.cache-reset-btn):is(:hover, :focus-visible, .active) > .nav-island-btn-icon svg :is([fill='currentColor'], polygon),
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.nav-profile):not(.ai-chat-btn):is(:hover, :focus-visible, .active) > svg:not(.nav-icon) :is([fill='currentColor'], polygon) {
        fill: var(--nav-icon-knockout, var(--kinma-user-dark, #1a1a1a)) !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    /* Non-knockout circles (e.g. person head) stay filled with icon color */
    .left-nav-cluster :is(
        .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item,
        .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item,
        .chat-nav-island .nav-item,
        .admin-nav-island .nav-item,
        .control-panel-nav-island .nav-item,
        .feedback-nav-island .nav-item,
        .admin-stats-nav-island .nav-item,
        .nav-island .nav-island-footer .nav-item,
        .utility-island:not(.kinma-logo-island) .utility-btn,
        .feedback-highlight-fab-btn,
        .election-vote-fab-btn
    ):not(.nav-profile):not(.ai-chat-btn):not(.nav-extras-btn):not(.cache-reset-btn):is(:hover, :focus-visible, .active) > svg:not(.nav-icon) circle:not(.nav-icon-knockout),
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.nav-profile):not(.ai-chat-btn):is(:hover, :focus-visible, .active) > svg:not(.nav-icon) circle:not(.nav-icon-knockout) {
        fill: currentColor !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    /* Library shelf + spine stay as knockouts when book body is filled */
    .left-nav-cluster :is(
        .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item,
        .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item,
        #nav-extras-flyout-portal #nav-extras-flyout .nav-item
    ):not(.nav-profile):not(.ai-chat-btn):is(:hover, :focus-visible, .active) > svg.nav-icon-library .nav-icon-library-shelf,
.left-nav-cluster :is(
        .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item,
        .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item,
        #nav-extras-flyout-portal #nav-extras-flyout .nav-item
    ):not(.nav-profile):not(.ai-chat-btn):is(:hover, :focus-visible, .active) > svg.nav-icon-library .nav-icon-knockout {
        fill: none !important;
        stroke: var(--nav-icon-knockout, var(--kinma-user-dark, #1a1a1a)) !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .left-nav-cluster .admin-nav-island .nav-item.election-btn:is(:hover, :focus-visible, .active) > svg.election-icon-default .election-icon-ballot {
        fill: currentColor !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    .left-nav-cluster .admin-nav-island .nav-item.election-btn:is(:hover, :focus-visible, .active) > svg.election-icon-default .election-icon-check {
        fill: none !important;
        stroke: var(--nav-icon-knockout, var(--kinma-user-dark, #1a1a1a)) !important;
        stroke-width: 2.5 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .left-nav-cluster .admin-nav-island .nav-item.election-btn:is(:hover, :focus-visible, .active) > svg.election-icon-crown path {
        fill: none !important;
        stroke: var(--nav-icon-knockout, var(--kinma-user-dark, #1a1a1a)) !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    /* Control panel default: gear outline + filled person silhouette */
    .left-nav-cluster .control-panel-nav-island .nav-item.control-panel-btn:not(:hover):not(:focus-visible):not(.active) > svg.nav-icon-control-panel > path:first-of-type {
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .left-nav-cluster .control-panel-nav-island .nav-item.control-panel-btn:not(:hover):not(:focus-visible):not(.active) > svg.nav-icon-control-panel .nav-icon-knockout {
        fill: currentColor !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    /* Control panel: filled gear with person knockouts */
    .left-nav-cluster .control-panel-nav-island .nav-item.control-panel-btn:is(:hover, :focus-visible, .active) > svg.nav-icon-control-panel > path:first-of-type,
.left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-control-panel > path:first-of-type {
        fill: currentColor !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    .left-nav-cluster .control-panel-nav-island .nav-item.control-panel-btn:is(:hover, :focus-visible, .active) > svg.nav-icon-control-panel .nav-icon-knockout,
.left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-control-panel .nav-icon-knockout {
        fill: var(--nav-icon-knockout, var(--kinma-user-dark, #1a1a1a)) !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    /* Person verwalten: filled figure + plus badge knockouts */
    .left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-persons .nav-icon-persons-head,
.left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-persons .nav-icon-persons-body,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-persons .nav-icon-persons-head,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-persons .nav-icon-persons-body {
        fill: currentColor !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    .left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-persons .nav-icon-persons-plus path,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-persons .nav-icon-persons-plus path {
        fill: none !important;
        stroke: var(--nav-icon-knockout, var(--kinma-user-dark, #1a1a1a)) !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    /* Geschichten: filled pages + spine knockout on hover/active */
    svg.nav-icon-stories > .nav-icon-stories-spine {
        opacity: 0;
    }

    .left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-stories .nav-icon-stories-left,
.left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-stories .nav-icon-stories-right,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-stories .nav-icon-stories-left,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-stories .nav-icon-stories-right {
        fill: currentColor !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    .left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-stories .nav-icon-stories-spine,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-stories .nav-icon-stories-spine {
        opacity: 1;
        fill: none !important;
        stroke: var(--nav-icon-knockout, var(--kinma-user-dark, #1a1a1a)) !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
    }

    /* Disco: note stem stroked,
wheels filled with hub knockouts */
    .left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-discoteca .nav-icon-discoteca-note,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-discoteca .nav-icon-discoteca-note {
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-discoteca .nav-icon-discoteca-wheel,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-discoteca .nav-icon-discoteca-wheel {
        fill: currentColor !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    /* Settings gear: filled body with center hole */
    .left-nav-cluster .nav-island .nav-island-footer .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-settings {
        --nav-icon-knockout: #ffffff;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-settings .nav-icon-settings-gear,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-settings .nav-icon-settings-gear {
        fill: currentColor !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-settings .nav-icon-knockout,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-settings .nav-icon-knockout {
        fill: var(--nav-icon-knockout, var(--kinma-user-dark, #1a1a1a)) !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    /* Archiv/Library: filled book,
shelf + spine as knockouts */
    svg.nav-icon-library > path.nav-icon-knockout {
        opacity: 0;
    }

    .left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-library .nav-icon-library-book,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-library .nav-icon-library-book {
        fill: currentColor !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }

    .left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-library .nav-icon-library-shelf,
.left-nav-cluster .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-library .nav-icon-knockout,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-library .nav-icon-library-shelf,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-library .nav-icon-knockout {
        opacity: 1;
        fill: none !important;
        stroke: var(--nav-icon-knockout, var(--kinma-user-dark, #1a1a1a)) !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .left-nav-cluster .admin-stats-nav-island .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-admin-stats .nav-icon-admin-stats-axis {
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .left-nav-cluster .admin-stats-nav-island .nav-item:is(:hover, :focus-visible, .active) > svg.nav-icon-admin-stats .nav-icon-admin-stats-line {
        fill: none !important;
        stroke: var(--nav-icon-knockout, var(--kinma-user-dark, #1a1a1a)) !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    /* Family tree: keep connector lines stroked; nodes stay filled */
    .left-nav-cluster .nav-item:not(.nav-profile):not(.ai-chat-btn):is(:hover, :focus-visible, .active) > svg.nav-icon path {
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2.25 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    .left-nav-cluster .nav-item:not(.nav-profile):not(.ai-chat-btn):is(:hover, :focus-visible, .active) > svg.nav-icon circle {
        fill: currentColor !important;
        stroke: none !important;
        stroke-width: 0 !important;
    }
}

/* Mobile selected: same filled icons as desktop active */
:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active {
    --nav-icon-knockout: #ffffff;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg:not(.nav-icon):not(.nav-icon-control-panel):not(.election-icon-default):not(.election-icon-crown):not(.nav-icon-discoteca):not(.nav-icon-admin-stats):not(.nav-icon-stories):not(.nav-icon-persons):not(.nav-icon-library):not(.nav-icon-settings):not(.chat-nav-ai-icon):not(.mobile-top-nav-ai-svg) :is(path, rect):where(:not([fill='currentColor']):not(.nav-icon-knockout)),
:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > .nav-island-btn-icon svg:not(.nav-icon):not(.nav-icon-control-panel):not(.election-icon-default):not(.election-icon-crown):not(.nav-icon-discoteca):not(.nav-icon-admin-stats):not(.nav-icon-stories):not(.nav-icon-persons):not(.nav-icon-library):not(.nav-icon-settings):not(.chat-nav-ai-icon):not(.mobile-top-nav-ai-svg) :is(path, rect):where(:not([fill='currentColor']):not(.nav-icon-knockout)) {
    fill: currentColor !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg:not(.nav-icon):not(.chat-nav-ai-icon):not(.mobile-top-nav-ai-svg) .nav-icon-knockout {
    fill: var(--nav-icon-knockout, #ffffff) !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg:not(.nav-icon):not(.chat-nav-ai-icon):not(.mobile-top-nav-ai-svg) :is([fill='currentColor'], polygon) {
    fill: var(--nav-icon-knockout, #ffffff) !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg:not(.nav-icon):not(.chat-nav-ai-icon):not(.mobile-top-nav-ai-svg) circle:not(.nav-icon-knockout) {
    fill: currentColor !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-library .nav-icon-library-shelf,
:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-library .nav-icon-knockout {
    fill: none !important;
    stroke: var(--nav-icon-knockout, #ffffff) !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.election-icon-default .election-icon-ballot {
    fill: currentColor !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.election-icon-default .election-icon-check {
    fill: none !important;
    stroke: var(--nav-icon-knockout, #ffffff) !important;
    stroke-width: 2.5 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.election-icon-crown path {
    fill: none !important;
    stroke: var(--nav-icon-knockout, #ffffff) !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-control-panel > path:first-of-type {
    fill: currentColor !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-control-panel .nav-icon-knockout {
    fill: var(--nav-icon-knockout, #ffffff) !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

/* Control panel default on mobile: gear outline + filled person (matches desktop) */
:is(.mobile-bottom-nav-item, .mobile-top-nav-item):not(.active):not(.mobile-bottom-nav-item--disabled) > svg.nav-icon-control-panel > path:first-of-type {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item):not(.active):not(.mobile-bottom-nav-item--disabled) > svg.nav-icon-control-panel .nav-icon-knockout {
    fill: currentColor !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-persons .nav-icon-persons-head,
:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-persons .nav-icon-persons-body {
    fill: currentColor !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-persons .nav-icon-persons-plus path {
    fill: none !important;
    stroke: var(--nav-icon-knockout, #ffffff) !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

svg.nav-icon-stories > .nav-icon-stories-spine {
    opacity: 0;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-stories .nav-icon-stories-left,
:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-stories .nav-icon-stories-right {
    fill: currentColor !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-stories .nav-icon-stories-spine {
    opacity: 1;
    fill: none !important;
    stroke: var(--nav-icon-knockout, #ffffff) !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-discoteca .nav-icon-discoteca-note {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-discoteca .nav-icon-discoteca-wheel {
    fill: currentColor !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

svg.nav-icon-library > path.nav-icon-knockout {
    opacity: 0;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-library .nav-icon-library-book {
    fill: currentColor !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-library .nav-icon-library-shelf,
:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-library .nav-icon-knockout {
    opacity: 1;
    fill: none !important;
    stroke: var(--nav-icon-knockout, #ffffff) !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-admin-stats .nav-icon-admin-stats-axis {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon-admin-stats .nav-icon-admin-stats-line {
    fill: none !important;
    stroke: var(--nav-icon-knockout, #ffffff) !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon path {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.25 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

:is(.mobile-bottom-nav-item, .mobile-top-nav-item).active > svg.nav-icon circle {
    fill: currentColor !important;
    stroke: none !important;
    stroke-width: 0 !important;
}

.left-nav-cluster .nav-item.active:hover,
.left-nav-cluster .nav-item.active:focus-visible,
.left-nav-cluster .utility-btn.active:hover,
.left-nav-cluster .utility-btn.active:focus-visible {
    background: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Inner dark pill: light icons */
.left-nav-cluster .nav-island-inner .nav-item:not(.active):not(.ai-chat-btn):not(.cache-reset-btn) {
    color: rgba(255, 255, 255, 0.92) !important;
}

.left-nav-cluster .nav-island-inner .nav-item:not(.active):not(.ai-chat-btn):not(.cache-reset-btn) svg {
    stroke: rgba(255, 255, 255, 0.92) !important;
    color: rgba(255, 255, 255, 0.92) !important;
}

.left-nav-cluster .nav-island-inner .nav-item:not(.active):not(.ai-chat-btn):not(.cache-reset-btn):hover,
.left-nav-cluster .nav-island-inner .nav-item:not(.active):not(.ai-chat-btn):not(.cache-reset-btn):focus-visible {
    background: transparent !important;
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.34) !important;
}

.left-nav-cluster .nav-island-inner .nav-item.active:not(.ai-chat-btn) {
    background: #ffffff !important;
    color: var(--kinma-user-text, #1a1a1a) !important;
    box-shadow: none !important;
}

.left-nav-cluster .nav-island-inner .nav-item.active:not(.ai-chat-btn) svg {
    stroke: var(--kinma-user-dark, #1a1a1a) !important;
    color: var(--kinma-user-text, #1a1a1a) !important;
}

.left-nav-cluster .nav-island-inner .nav-item.active:not(.ai-chat-btn):hover,
.left-nav-cluster .nav-island-inner .nav-item.active:not(.ai-chat-btn):focus-visible {
    background: #ffffff !important;
    color: var(--kinma-user-text, #1a1a1a) !important;
    box-shadow: none !important;
}

/* Footer on white outer: dark icons */
.left-nav-cluster .nav-island .nav-island-footer .nav-item {
    color: var(--kinma-user-text, #1a1a1a) !important;
}

.left-nav-cluster .nav-island .nav-island-footer .nav-item svg {
    stroke: var(--kinma-user-dark, #1a1a1a) !important;
}

.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile):not(.active):hover,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile):not(.active):focus-visible {
    background: transparent !important;
    color: var(--kinma-user-text, #1a1a1a) !important;
    box-shadow: var(--kinma-nav-footer-hover-ring, inset 0 0 0 1.5px rgba(var(--kinma-user-dark-rgb, 26, 26, 26), 0.22)) !important;
}

.left-nav-cluster .nav-island .nav-island-footer .nav-item.nav-profile:not(.active):hover,
.left-nav-cluster .nav-island .nav-island-footer .nav-item.nav-profile:not(.active):focus-visible {
    background: transparent !important;
    color: var(--kinma-user-text, #1a1a1a) !important;
    box-shadow: none !important;
}

.left-nav-cluster .nav-island .nav-island-footer .nav-item.active:not(.nav-profile),
.left-nav-cluster .nav-island .nav-island-footer .nav-item.active:not(.nav-profile):hover {
    background: var(--kinma-user-dark, #1a1a1a) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.left-nav-cluster .nav-island .nav-island-footer .nav-item.active svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

.left-nav-cluster .nav-item.control-panel-btn,
.left-nav-cluster .admin-nav-island .nav-item.control-panel-btn {
    background: transparent !important;
    color: var(--kinma-user-text, #1a1a1a) !important;
    box-shadow: none !important;
}

.left-nav-cluster .nav-island-inner .nav-item.control-panel-btn,
.left-nav-cluster .nav-island-inner .admin-nav-island .nav-item.control-panel-btn {
    color: rgba(255, 255, 255, 0.92) !important;
}

.left-nav-cluster .nav-item.control-panel-btn:hover,
.left-nav-cluster .admin-nav-island .nav-item.control-panel-btn:hover {
    background: transparent !important;
    color: var(--kinma-user-text, #1a1a1a) !important;
    box-shadow: inset 0 0 0 1.5px rgba(var(--kinma-user-dark-rgb, 26, 26, 26), 0.22) !important;
}

.left-nav-cluster .nav-island-inner .nav-item.control-panel-btn:hover,
.left-nav-cluster .nav-island-inner .admin-nav-island .nav-item.control-panel-btn:hover {
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.34) !important;
}

.left-nav-cluster .nav-item.active.control-panel-btn,
.left-nav-cluster .admin-nav-island .nav-item.active.control-panel-btn {
    background: #ffffff !important;
    color: var(--kinma-user-text, #1a1a1a) !important;
    box-shadow: none !important;
}

.left-nav-cluster .nav-island-inner .nav-item.active.control-panel-btn,
.left-nav-cluster .nav-island-inner .admin-nav-island .nav-item.active.control-panel-btn {
    background: #ffffff !important;
    color: var(--kinma-user-text, #1a1a1a) !important;
}


.left-nav-cluster .admin-nav-island .nav-item.cache-reset-btn {
    background: transparent !important;
    color: #b45309 !important;
    box-shadow: none !important;
}

.left-nav-cluster .admin-nav-island .nav-item.cache-reset-btn:hover {
    background: rgba(180, 83, 9, 0.08) !important;
    box-shadow: none !important;
}

.left-nav-cluster .kinma-logo-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.left-nav-cluster .kinma-logo-btn:hover {
    background: transparent !important;
}

.left-nav-cluster .nav-label,
.left-nav-cluster .utility-label,
.left-nav-cluster .feedback-highlight-fab-btn .nav-label,
.left-nav-cluster .election-vote-fab-btn .nav-label {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
    border-radius: 8px !important;
}

.left-nav-cluster .nav-item.control-panel-btn .nav-label,
.left-nav-cluster .admin-nav-island .nav-item.control-panel-btn .nav-label {
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.left-nav-cluster .admin-nav-island .nav-item.cache-reset-btn .nav-label {
    border-color: rgba(180, 83, 9, 0.2) !important;
}

.left-nav-cluster .nav-profile-avatar {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    overflow: visible;
    box-shadow: none;
    flex-shrink: 0;
    box-sizing: border-box;
    border: none;
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-nav-cluster .nav-profile-avatar::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: calc(-1 * var(--nav-profile-ring-outset, calc(var(--kinma-profile-ring-gap, 2px) + var(--kinma-profile-ring-width, 2px))));
    right: calc(-1 * var(--nav-profile-ring-outset, calc(var(--kinma-profile-ring-gap, 2px) + var(--kinma-profile-ring-width, 2px))));
    bottom: calc(-1 * var(--nav-profile-ring-outset, calc(var(--kinma-profile-ring-gap, 2px) + var(--kinma-profile-ring-width, 2px))));
    left: calc(-1 * var(--nav-profile-ring-outset, calc(var(--kinma-profile-ring-gap, 2px) + var(--kinma-profile-ring-width, 2px))));
    border: var(--kinma-profile-ring-width, 2px) solid transparent;
    pointer-events: none;
    box-sizing: border-box;
    transition: none;
    z-index: 2;
}

.left-nav-cluster .nav-profile-avatar img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-sizing: border-box;
}

.left-nav-cluster .nav-profile-avatar > span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
}

.left-nav-cluster .nav-profile-avatar:has(img) {
    background: transparent !important;
}

.left-nav-cluster .nav-profile-avatar:has(> span:only-child) {
    overflow: hidden;
}


.left-nav-cluster .nav-item.nav-profile {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible;
    margin-top: 0;
}

.left-nav-cluster .nav-item.nav-profile:not(.active):hover,
.left-nav-cluster .nav-item.nav-profile:not(.active):focus-visible {
    background: transparent !important;
    box-shadow: none !important;
}

.left-nav-cluster .nav-item.nav-profile.active,
.left-nav-cluster .nav-item.nav-profile.active:hover {
    background: transparent !important;
    box-shadow: none !important;
}

.left-nav-cluster .nav-item.nav-profile:not(.active):hover .nav-profile-avatar::after,
.left-nav-cluster .nav-item.nav-profile:not(.active):focus-visible .nav-profile-avatar::after,
.left-nav-cluster .nav-item.nav-profile.active:hover .nav-profile-avatar::after,
.left-nav-cluster .nav-item.nav-profile.active:focus-visible .nav-profile-avatar::after {
    border-color: var(--kinma-profile-ring-color, var(--kinma-nav-profile-hover-border, rgba(var(--kinma-user-dark-rgb, 26, 26, 26), 0.5)));
}

.left-nav-cluster .nav-item.nav-profile.active:not(:hover):not(:focus-visible) .nav-profile-avatar::after {
    border-color: var(--kinma-nav-profile-active-border, var(--kinma-user-dark, #1a1a1a));
}






















.utility-islands-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.left-nav-cluster .feedback-highlight-fab,
.left-nav-cluster .election-vote-fab,
.left-nav-cluster .nav-island,
.left-nav-cluster .utility-islands-container {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
}

.utility-island {
    background: #ffffff;
    border-radius: 9999px;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    will-change: transform;
}

.utility-island:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(var(--kinma-user-dark-rgb, 26, 26, 26), 0.05);
}

.utility-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: var(--kinma-user-text, #1a1a1a);
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.utility-btn:hover {
    background: var(--hover-bg-color, #f8f9fa);
    color: var(--hover-icon-color, var(--kinma-user-dark, #1a1a1a));
}

.utility-btn.active {
    background: var(--active-bg-color, var(--kinma-user-dark, #1a1a1a));
    color: var(--active-icon-color, #ffffff) !important;
}

.utility-btn.active:hover {
    background: var(--active-bg-color, var(--kinma-user-dark, #1a1a1a));
    color: var(--active-icon-color, #ffffff) !important;
}

.utility-btn.has-notifications {
    background: #ef4444;
    color: #ffffff;
    animation: pulse-red 2s infinite;
}

.utility-btn.has-notifications:hover {
    background: #dc2626;
    color: #ffffff;
}

.utility-btn svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.5;
}

.utility-btn.has-notifications svg {
    display: none;
}

.utility-btn-count {
    display: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.utility-btn.has-notifications .utility-btn-count {
    display: block;
}

.utility-label {
    position: absolute;
    left: calc(100% + 12px);
    white-space: nowrap;
    background: var(--kinma-user-dark, #1a1a1a);
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-8px);
    transition: all 0.2s ease;
    z-index: 1001;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.utility-label::before {
    display: none;
}

.utility-btn:hover .utility-label {
    opacity: 1;
    transform: translateX(0);
}


.utility-btn.language-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.utility-btn.language-btn .language-flag-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
    border-radius: 50%;
}

.utility-btn.language-btn .language-icon {
    position: relative;
    z-index: 1;
    stroke: white;
}

.utility-btn.language-btn:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: none;
    box-shadow: none;
}


.utility-btn.election-btn {
    
}

.utility-btn.election-btn:hover {
    background: transparent;
    transform: none;
    box-shadow: none;
}


.utility-btn.ai-chat-btn {
    
}

.feedback-highlight-fab:not(.left-nav-cluster .feedback-highlight-fab) {
    display: none;
}


.chat-nav-island {
    background: var(--kinma-user-dark, #1a1a1a);
    border-radius: 9999px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.admin-nav-island {
    background: var(--kinma-user-dark, #1a1a1a);
    border-radius: 9999px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.nav-item.chat-btn .utility-btn-count,
.nav-item.ai-chat-btn .utility-btn-count {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ef4444;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    border: 2px solid #ffffff;
    z-index: 10;
}

.nav-item.chat-btn.has-notifications .utility-btn-count,
.nav-item.ai-chat-btn.has-notifications .utility-btn-count {
    display: flex;
}


.nav-item.ai-chat-btn {
    overflow: visible;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item.ai-chat-btn .nav-island-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
}

.nav-item.ai-chat-btn svg.left-nav-ai-icon {
    width: 22px;
    height: 22px;
    overflow: visible;
    display: block;
    margin: 0;
    padding: 0;
    stroke: none;
    stroke-width: 0;
    outline: none;
}

.nav-item.ai-chat-btn svg.left-nav-ai-icon path {
    fill: url(#aiIconGradient);
    stroke: none;
    stroke-width: 0;
}




@keyframes aiLabelHueRotate {
    0% { filter: hue-rotate(0deg); }
    20% { filter: hue-rotate(60deg); }
    40% { filter: hue-rotate(120deg); }
    60% { filter: hue-rotate(180deg); }
    80% { filter: hue-rotate(240deg); }
    100% { filter: hue-rotate(300deg); }
}

@keyframes aiLabelGradientMove {
    0% { background-position: 0% 50%; }
    20% { background-position: 100% 50%; }
    40% { background-position: 200% 50%; }
    60% { background-position: 100% 50%; }
    80% { background-position: 0% 50%; }
    100% { background-position: 0% 50%; }
}


.nav-item.ai-chat-btn:not(.active) .nav-label {
    background: #ffffff !important;
    color: #6366f1 !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #6366f1 !important;
    animation: aiLabelTextColor 3s ease infinite, aiLabelBorderColor 3s ease infinite !important;
    position: absolute !important;
    left: calc(100% + 12px) !important;
    top: 50% !important;
    transform: translateY(-50%) translateX(-8px) !important;
    opacity: 0 !important;
    z-index: 1001;
}


.nav-item.ai-chat-btn.active .nav-label {
    background: linear-gradient(
        90deg,
        #6366f1 0%,
        #8b5cf6 20%,
        #ec4899 40%,
        #fb923c 60%,
        #22c55e 80%,
        #3b82f6 100%,
        #6366f1 100%
    ) !important;
    background-size: 300% 100% !important;
    animation: aiLabelGradientMove 3s ease infinite, aiLabelHueRotate 3s ease infinite !important;
    color: #ffffff !important;
    border-color: transparent !important;
    position: absolute !important;
    left: calc(100% + 12px) !important;
    top: 50% !important;
    transform: translateY(-50%) translateX(-8px) !important;
    opacity: 0 !important;
    z-index: 1001;
}

.nav-item.ai-chat-btn:hover .nav-label {
    animation: aiLabelTextColor 1.5s ease infinite, aiLabelBorderColor 1.5s ease infinite !important;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.4), 0 0 24px rgba(139, 92, 246, 0.3), 0 0 32px rgba(236, 72, 153, 0.2) !important;
    opacity: 1 !important;
    transform: translateY(-50%) translateX(0) !important;
}

.nav-item.ai-chat-btn.active:hover .nav-label {
    animation: aiLabelGradientMove 1.5s ease infinite, aiLabelHueRotate 1.5s ease infinite !important;
}

@keyframes aiLabelTextColor {
    0% { color: #6366f1; }
    20% { color: #ec4899; }
    40% { color: #22c55e; }
    60% { color: #3b82f6; }
    80% { color: #8b5cf6; }
    100% { color: #6366f1; }
}

@keyframes aiLabelBorderColor {
    0% { 
        border-color: #6366f1;
    }
    20% { 
        border-color: #ec4899;
    }
    40% { 
        border-color: #22c55e;
    }
    60% { 
        border-color: #3b82f6;
    }
    80% { 
        border-color: #8b5cf6;
    }
    100% { 
        border-color: #6366f1;
    }
}

@keyframes aiLabelArrowColorSync {
    0% { 
        border-right-color: #6366f1;
    }
    20% { 
        border-right-color: #ec4899;
    }
    40% { 
        border-right-color: #22c55e;
    }
    60% { 
        border-right-color: #3b82f6;
    }
    80% { 
        border-right-color: #8b5cf6;
    }
    100% { 
        border-right-color: #6366f1;
    }
}


.nav-item.ai-chat-btn .nav-label::before {
    display: none !important;
}



.feedback-highlight-fab-btn .nav-label,
.election-vote-fab-btn .nav-label {
    
}

.feedback-highlight-fab-btn:hover .nav-label,
.election-vote-fab-btn:hover .nav-label {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.nav-large-menu-overlay#nav-large-menu-elections .election-menu-content {
    gap: 24px;
    padding: 0;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-menu-active-card {
    padding: 24px;
    margin-bottom: 0;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-menu-item {
    padding: 20px 24px;
    font-size: 16px;
    border-radius: 12px;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-vote-view {
    padding: 0;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-vote-view-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-vote-view-header h3 {
    font-size: 24px;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-vote-view-info {
    padding: 20px;
    border-radius: 12px;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-vote-view-form {
    gap: 24px;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-vote-view-form h4 {
    font-size: 18px;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-candidate-option {
    padding: 16px;
    border-radius: 12px;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-candidate-info strong {
    font-size: 16px;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-candidate-info small {
    font-size: 14px;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-vote-submit-btn {
    padding: 16px 24px;
    font-size: 16px;
    border-radius: 12px;
}

.nav-large-menu-overlay#nav-large-menu-elections .election-menu-empty {
    padding: 48px;
    font-size: 16px;
}

.nav-item {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--kinma-user-text, #1a1a1a);
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.nav-item svg,
.nav-island svg,
.feedback-highlight-fab-btn svg,
.election-vote-fab-btn svg,
.utility-btn svg,
.nav-submenu-icon svg,
.feedback-highlight-menu-item svg {
    stroke-width: 2;
    stroke: var(--kinma-user-dark, #1a1a1a);
}

.election-vote-fab-btn .election-icon-default,
.utility-btn.election-btn .election-icon-default {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
}

.nav-item.active svg,
.nav-item.has-notifications svg,
.utility-btn.active svg,
.feedback-highlight-fab-btn.active svg,
.election-vote-fab-btn.election-active svg {
    stroke: #ffffff;
}

.nav-item:hover {
    background: var(--hover-bg-color, #f8f9fa);
    color: var(--hover-icon-color, var(--kinma-user-dark, #1a1a1a));
}


.nav-item.control-panel-btn,
.admin-nav-island .nav-item.control-panel-btn {
    background: transparent !important;
    color: inherit;
    box-shadow: none !important;
}

.nav-item.control-panel-btn:hover,
.admin-nav-island .nav-item.control-panel-btn:hover {
    background: var(--hover-bg-color, #f8f9fa) !important;
    color: var(--hover-icon-color, var(--kinma-user-dark, #1a1a1a));
    box-shadow: none !important;
}


.nav-item.control-panel-btn:hover .nav-label,
.admin-nav-island .nav-item.control-panel-btn:hover .nav-label {
    opacity: 1;
    transform: translateY(-50%) translateX(0) !important;
}
.nav-item.active.control-panel-btn .nav-label,
.admin-nav-island .nav-item.active.control-panel-btn .nav-label,
.nav-item.active.control-panel-btn:hover .nav-label,
.admin-nav-island .nav-item.active.control-panel-btn:hover .nav-label {
    background: var(--kinma-user-dark, #1a1a1a);
    color: #ffffff;
    border-color: var(--kinma-user-dark, #1a1a1a);
}


.nav-item.election-btn:hover {
    background: var(--hover-bg-color, #f8f9fa);
    color: var(--hover-icon-color, var(--kinma-user-dark, #1a1a1a));
}

.nav-item.election-btn:hover {
    background: var(--hover-bg-color, #f8f9fa);
    color: var(--hover-icon-color, var(--kinma-user-dark, #1a1a1a));
}


.left-nav-cluster .nav-item.election-btn.election-active:not(.active):not(.election-leadership) {
    color: #dc2626;
    background: rgba(220, 38, 38, 0.1);
}
.left-nav-cluster .nav-item.election-btn.election-active:not(.active):not(.election-leadership) svg {
    stroke: #dc2626;
}
.left-nav-cluster .nav-item.election-btn.election-active:not(.active):not(.election-leadership):hover {
    background: rgba(220, 38, 38, 0.14);
}


.left-nav-cluster .nav-item.election-btn.election-leadership.election-active:not(.active) {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
}
.left-nav-cluster .nav-item.election-btn.election-leadership.election-active:not(.active) svg {
    stroke: #2563eb;
}
.left-nav-cluster .nav-item.election-btn.election-leadership.election-active:not(.active):hover {
    background: rgba(37, 99, 235, 0.16);
}








.admin-nav-island .nav-item.cache-reset-btn {
    background: transparent !important;
    color: #b45309;
    box-shadow: 0 0 0 2px rgba(180, 83, 9, 0.25);
    border: none;
    cursor: pointer;
    font: inherit;
    padding: 0;
}

.admin-nav-island .nav-item.cache-reset-btn:hover {
    background: var(--hover-bg-color, #f8f9fa) !important;
    color: #92400e;
    box-shadow: 0 0 0 2px rgba(180, 83, 9, 0.4);
}


.admin-nav-island .nav-item.cache-reset-btn:hover .nav-label {
    opacity: 1;
    transform: translateY(-50%) translateX(0) !important;
}

.nav-item.active {
    background: var(--active-bg-color, var(--kinma-user-dark, #1a1a1a));
    color: var(--active-icon-color, #ffffff) !important;
}


.nav-item.active.control-panel-btn,
.admin-nav-island .nav-item.active.control-panel-btn {
    background: var(--kinma-user-dark, #1a1a1a) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.nav-item.active.control-panel-btn svg,
.admin-nav-island .nav-item.active.control-panel-btn svg {
    stroke: #ffffff;
}

.nav-item.active.control-panel-btn:hover,
.admin-nav-island .nav-item.active.control-panel-btn:hover {
    background: var(--kinma-user-dark, #1a1a1a) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.nav-item.active.control-panel-btn:hover svg,
.admin-nav-island .nav-item.active.control-panel-btn:hover svg {
    stroke: #ffffff;
}


.nav-item.active.ai-chat-btn {
    background: linear-gradient(
        90deg,
        #6366f1 0%,
        #8b5cf6 20%,
        #ec4899 40%,
        #fb923c 60%,
        #22c55e 80%,
        #3b82f6 100%,
        #6366f1 100%
    ) !important;
    background-size: 300% 100% !important;
    animation: aiButtonGradientMove 3s ease infinite, aiButtonHueRotate 3s ease infinite !important;
    color: #ffffff !important;
}

.nav-item.active.ai-chat-btn:hover {
    animation: aiButtonGradientMove 1.5s ease infinite, aiButtonHueRotate 1.5s ease infinite !important;
}


.nav-item.active.ai-chat-btn svg.left-nav-ai-icon path {
    fill: #ffffff !important;
    stroke: none;
    stroke-width: 0;
}

.nav-item.active.ai-chat-btn svg.nav-ai-icon path {
    fill: #ffffff !important;
}


@keyframes aiButtonGradientMove {
    0% { background-position: 0% 50%; }
    20% { background-position: 100% 50%; }
    40% { background-position: 200% 50%; }
    60% { background-position: 100% 50%; }
    80% { background-position: 0% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes aiButtonHueRotate {
    0% { filter: hue-rotate(0deg); }
    20% { filter: hue-rotate(60deg); }
    40% { filter: hue-rotate(120deg); }
    60% { filter: hue-rotate(180deg); }
    80% { filter: hue-rotate(240deg); }
    100% { filter: hue-rotate(300deg); }
}

.nav-item.has-notifications {
    background: #ef4444;
    color: #ffffff;
    animation: pulse-red 2s infinite;
}

.nav-item.has-notifications:hover {
    background: #dc2626;
    color: #ffffff;
}

.nav-item.has-notifications.active {
    background: #b91c1c;
    color: #ffffff;
}

.nav-item {
    position: relative;
}


.nav-label {
    position: absolute;
    /* Open to the LEFT of the button (user request). */
    right: calc(100% + 12px);
    left: auto;
    top: 50%;
    transform: translateY(-50%) translateX(-8px);
    white-space: nowrap;
    background: #ffffff;
    color: var(--kinma-user-text, #1a1a1a);
    padding: 10px 14px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--kinma-user-dark, #1a1a1a);
    line-height: 1.4;
    margin: 0;
    max-width: 180px;
    overflow: hidden;
}


.nav-item-wrapper {
    position: relative;
}


.nav-island .nav-label,
.chat-nav-island .nav-label,
.admin-nav-island .nav-label {
    position: absolute;
    right: calc(100% + 12px);
    left: auto;
    top: 50%;
    transform: translateY(-50%) translateX(-8px);
}

.nav-island .nav-item:hover .nav-label,
.chat-nav-island .nav-item:hover .nav-label,
.admin-nav-island .nav-item:hover .nav-label {
    transform: translateY(-50%) translateX(0) !important;
    top: 50% !important;
    right: calc(100% + 12px) !important;
    left: auto !important;
}


.nav-label::before {
    display: none;
}


.nav-item:hover .nav-label {
    opacity: 1;
    transform: translateY(-50%) translateX(0) !important;
    pointer-events: auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 9999px;
    letter-spacing: 0.01em;
    top: 50% !important;
    right: calc(100% + 12px) !important;
    left: auto !important;
}


.left-nav-cluster .nav-island:hover .nav-label,
.left-nav-cluster .chat-nav-island:hover .nav-label,
.left-nav-cluster .admin-nav-island:hover .nav-label {
    opacity: 1;
    transform: translateY(-50%) translateX(0) !important;
}


.left-nav-cluster .nav-island .nav-label,
.left-nav-cluster .chat-nav-island .nav-label,
.left-nav-cluster .admin-nav-island .nav-label,
.left-nav-cluster .utility-island .utility-label {
    opacity: 1 !important;
    pointer-events: none !important;
    transform: translateY(-50%) translateX(0) !important;
    /* No hover enter/exit animation. */
    transition: none !important;
    animation: none !important;
}

.left-nav-cluster .utility-island .utility-label {
    transform: translateX(0) !important;
}

.left-nav-cluster .utility-island:hover .utility-label {
    opacity: 1;
    transform: translateX(0);
}

.left-nav-cluster .nav-label .island-hover-label-track,
.left-nav-cluster .utility-label .island-hover-label-track {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: none !important;
}

.left-nav-cluster .nav-label:not(.is-marquee):not(.is-marquee-ellipsis) .island-hover-label-track,
.left-nav-cluster .utility-label:not(.is-marquee):not(.is-marquee-ellipsis) .island-hover-label-track {
    text-overflow: ellipsis;
}

.left-nav-cluster .nav-label.is-marquee .island-hover-label-track,
.left-nav-cluster .utility-label.is-marquee .island-hover-label-track {
    display: inline-block;
    max-width: none;
    text-overflow: clip;
    white-space: nowrap;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    animation: island-hover-label-marquee var(--kinma-marquee-duration, 8s) linear infinite !important;
    animation-play-state: running !important;
}

.left-nav-cluster .nav-label.is-marquee-ellipsis .island-hover-label-track,
.left-nav-cluster .utility-label.is-marquee-ellipsis .island-hover-label-track {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
@keyframes island-hover-label-marquee {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}


.nav-item.active:hover .nav-label {
    background: var(--kinma-user-dark, #1a1a1a);
    color: #ffffff;
    border-color: var(--kinma-user-dark, #1a1a1a);
}

.nav-item.active:hover .nav-label::before {
    display: none;
}


@media (min-width: 1025px) {
    
    .left-nav-cluster .nav-item,
.left-nav-cluster .utility-btn {
        box-sizing: border-box;
        overflow: visible;
        transition: none !important;
    }

    .left-nav-cluster .nav-item-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* Desktop nav sizing tokens */
    .left-nav-cluster {
        --nav-inner-size: calc(var(--nav-island-size) - (2 * var(--nav-island-inner-pad)));
        --nav-footer-content-size: calc(var(--nav-island-size) - (2 * var(--nav-island-gap)));
        --nav-profile-ring-outset: calc(var(--kinma-profile-ring-gap, 2px) + var(--kinma-profile-ring-width, 2px));
        --nav-btn-width: var(--nav-inner-size);
        --nav-btn-size: var(--nav-btn-width);
        --nav-profile-btn-size: calc(var(--nav-island-size) - (2 * var(--nav-island-gap)));
        --nav-icon-size: calc(var(--nav-btn-size) * 0.4);
        --nav-label-font-size: 10px;
        --nav-tooltip-font-size: clamp(12px, calc(var(--nav-btn-size) * 0.28), 15px);
    }

    .nav-floating-tooltip {
        font-size: clamp(12px, calc(((3.75em - 0.75em) * 0.9) * 0.28), 15px) !important;
        line-height: 1 !important;
        padding: 0 clamp(14px, calc(((3.75em - 0.75em) * 0.9) * 0.34), 18px) !important;
    }

    .nav-floating-tooltip .nav-floating-tooltip-text {
        line-height: 1 !important;
        display: flex !important;
        align-items: center !important;
        height: 100%;
    }

    /* Single-item islands: perfect circle,
equal padding all sides */
    .left-nav-cluster .nav-island:not(.kinma-nav-island):has(.nav-island-inner > .nav-item-wrapper:only-child):not(:has(.nav-island-footer)),
.left-nav-cluster .nav-island.kinma-hw-accel-nav-island:has(> .nav-item-wrapper:only-child) {
        width: var(--nav-island-size) !important;
        height: var(--nav-island-size) !important;
        min-height: var(--nav-island-size) !important;
        max-height: var(--nav-island-size) !important;
        aspect-ratio: 1;
        border-radius: 50% !important;
        justify-content: center;
        overflow: visible;
    }

    .left-nav-cluster .nav-island:not(.kinma-nav-island):has(.nav-island-inner > .nav-item-wrapper:only-child):not(:has(.nav-island-footer)) .nav-island-inner {
        flex: 1 1 auto;
        min-height: 0;
        justify-content: center;
    }

    /* Single-item islands: active fills inner pill (no dark ring around white dot) */
    .left-nav-cluster .nav-island:not(.kinma-nav-island):has(.nav-island-inner > .nav-item-wrapper:only-child):not(:has(.nav-island-footer)) .nav-item.active:not(.nav-extras-btn):not(.nav-profile):not(.ai-chat-btn),
.left-nav-cluster .nav-island.kinma-hw-accel-nav-island:has(> .nav-item-wrapper:only-child) .nav-item.active {
        width: var(--nav-inner-size) !important;
        height: var(--nav-inner-size) !important;
        min-width: var(--nav-inner-size) !important;
        min-height: var(--nav-inner-size) !important;
        max-width: var(--nav-inner-size) !important;
        max-height: var(--nav-inner-size) !important;
    }

    .left-nav-cluster .nav-label,
.left-nav-cluster .utility-label,
.left-nav-cluster .nav-extras-nav-island .nav-label,
.left-nav-cluster .nav-extras-nav-island .nav-label .island-hover-label-track {
        font-size: var(--nav-label-font-size) !important;
        line-height: 1.15 !important;
    }

    /* 1:1 circular buttons — icon + billboard label both inside */
    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile):not(.nav-extras-collapse-btn),
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn),
.left-nav-cluster .feedback-highlight-fab-btn,
.left-nav-cluster .election-vote-fab-btn,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr) auto;
        grid-template-areas: "icon" "label";
        width: var(--nav-btn-size) !important;
        height: var(--nav-btn-size) !important;
        min-width: var(--nav-btn-size) !important;
        min-height: var(--nav-btn-size) !important;
        max-width: var(--nav-btn-size) !important;
        max-height: var(--nav-btn-size) !important;
        border-radius: 50% !important;
        padding: 2px 2px 4px !important;
        box-sizing: border-box !important;
        gap: 1px !important;
        overflow: visible !important;
        align-content: stretch !important;
        justify-items: center !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile) > svg,
.left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile) > .nav-island-btn-icon,
.left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile) > .nav-extras-btn-glyphs,
.left-nav-cluster .utility-btn > svg,
.left-nav-cluster .feedback-highlight-fab-btn > svg,
.left-nav-cluster .election-vote-fab-btn > svg,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item > svg,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item > .nav-island-btn-icon,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile) > svg,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile) > .nav-island-btn-icon {
        grid-area: icon;
        grid-row: 1;
        grid-column: 1;
        align-self: center;
        justify-self: center;
    }

    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile) > .nav-label,
.left-nav-cluster .utility-btn > .utility-label,
.left-nav-cluster .utility-btn > .nav-label,
.left-nav-cluster .feedback-highlight-fab-btn > .nav-label,
.left-nav-cluster .election-vote-fab-btn > .nav-label,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item > .nav-label,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile) > .nav-label {
        grid-area: label;
        grid-row: 2;
        grid-column: 1;
        align-self: start;
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    /* Only one alternate icon visible at a time (chat call mode, election crown) */
    .left-nav-cluster .nav-item.chat-btn > .call-icon,
.left-nav-cluster .nav-item.election-btn > .election-icon-crown {
        display: none !important;
    }

    .left-nav-cluster .nav-item.chat-btn.call-active > .chat-icon {
        display: none !important;
    }

    .left-nav-cluster .nav-item.chat-btn.call-active > .call-icon {
        display: block !important;
    }

    .left-nav-cluster .nav-item.election-btn.election-leadership > .election-icon-default {
        display: none !important;
    }

    .left-nav-cluster .nav-item.election-btn.election-leadership > .election-icon-crown {
        display: block !important;
    }

    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile) > .nav-island-btn-icon,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item > .nav-island-btn-icon,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile) > .nav-island-btn-icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: var(--nav-icon-size) !important;
        height: var(--nav-icon-size) !important;
        min-width: var(--nav-icon-size) !important;
        min-height: var(--nav-icon-size) !important;
        max-width: var(--nav-icon-size) !important;
        max-height: var(--nav-icon-size) !important;
        border-radius: 0 !important;
        box-sizing: border-box !important;
        flex-shrink: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transition: none !important;
    }

    .left-nav-cluster .nav-item.ai-chat-btn svg.left-nav-ai-icon,
.left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile) > svg,
.left-nav-cluster .utility-btn > svg,
.left-nav-cluster .feedback-highlight-fab-btn > svg,
.left-nav-cluster .election-vote-fab-btn > svg,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item > svg,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile) > svg {
        width: var(--nav-icon-size) !important;
        height: var(--nav-icon-size) !important;
        min-width: var(--nav-icon-size) !important;
        min-height: var(--nav-icon-size) !important;
        max-width: var(--nav-icon-size) !important;
        max-height: var(--nav-icon-size) !important;
        flex: 0 0 auto !important;
        flex-shrink: 0 !important;
        aspect-ratio: 1 / 1;
        display: block;
        border-radius: 0 !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transition: none !important;
    }

    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile) > .nav-island-btn-icon svg,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item > .nav-island-btn-icon svg {
        width: var(--nav-icon-size) !important;
        height: var(--nav-icon-size) !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .left-nav-cluster .kinma-hw-accel-nav-btn {
        min-height: 0 !important;
        height: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        gap: 0 !important;
        flex-direction: row !important;
    }

    .left-nav-cluster .nav-item > svg,
.left-nav-cluster .nav-item > .nav-island-btn-icon svg,
.left-nav-cluster .utility-btn > svg {
        flex-shrink: 0;
    }

    .left-nav-cluster .nav-label,
.left-nav-cluster .utility-label {
        display: block !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        opacity: 1 !important;
        pointer-events: none !important;
        margin: 0 !important;
        padding: 0 1px !important;
        max-width: 100%;
        width: 100%;
        min-width: 0;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        font-size: var(--nav-label-font-size, 12px);
        line-height: 1.15;
        color: currentColor;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .left-nav-cluster .nav-label .island-hover-label-track,
.left-nav-cluster .utility-label .island-hover-label-track {
        display: block;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    .left-nav-cluster .nav-label.is-marquee .island-hover-label-track,
.left-nav-cluster .utility-label.is-marquee .island-hover-label-track {
        display: inline-block;
        max-width: none;
        text-overflow: clip;
        white-space: nowrap;
        will-change: transform;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        animation: island-hover-label-marquee var(--kinma-marquee-duration, 8s) linear infinite !important;
        animation-play-state: running !important;
    }

    .left-nav-cluster .nav-label.is-marquee-ellipsis .island-hover-label-track,
.left-nav-cluster .utility-label.is-marquee-ellipsis .island-hover-label-track {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .left-nav-cluster .nav-island .nav-label,
.left-nav-cluster .nav-extras-nav-island .nav-label,
.left-nav-cluster .chat-nav-island .nav-label,
.left-nav-cluster .admin-nav-island .nav-label,
.left-nav-cluster .utility-island .utility-label,
.left-nav-cluster .nav-island:hover .nav-label,
.left-nav-cluster .chat-nav-island:hover .nav-label,
.left-nav-cluster .admin-nav-island:hover .nav-label,
.left-nav-cluster .utility-island:hover .utility-label,
.left-nav-cluster .feedback-highlight-fab-btn .nav-label,
.left-nav-cluster .election-vote-fab-btn .nav-label,
.left-nav-cluster .nav-item:hover .nav-label,
.left-nav-cluster .utility-btn:hover .utility-label {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        box-shadow: none !important;
        border: 0 !important;
        background: transparent !important;
    }

    
    .left-nav-cluster .nav-item.ai-chat-btn .nav-label,
.left-nav-cluster .nav-item.ai-chat-btn:not(.active) .nav-label,
.left-nav-cluster .nav-item.ai-chat-btn.active .nav-label {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        opacity: 1 !important;
        z-index: auto !important;
        animation: none !important;
        background: transparent !important;
        color: currentColor !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .left-nav-cluster .nav-item.ai-chat-btn:hover .nav-label,
.left-nav-cluster .nav-item.ai-chat-btn.active:hover .nav-label {
        animation: none !important;
        box-shadow: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    
    .left-nav-cluster .kinma-logo-btn .nav-label,
.left-nav-cluster .kinma-logo-btn:hover .nav-label,
.left-nav-cluster .kinma-logo-btn:focus-visible .nav-label {
        display: none !important;
    }

    
    .left-nav-cluster .nav-island:has(.nav-extras-hover-zone) {
        overflow: visible !important;
    }

    .left-nav-cluster {
        overflow: visible;
    }

    .left-nav-cluster .nav-extras-hover-zone {
        --nav-extras-flyout-gap: 12px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        z-index: 2601;
        overflow: visible;
        pointer-events: none;
    }

    .left-nav-cluster .nav-extras-btn-wrapper {
        position: relative;
        max-height: none;
        overflow: visible;
        opacity: 1;
        pointer-events: none;
        margin: 0;
        transition: none !important;
    }

    .left-nav-cluster .nav-extras-btn-wrapper .nav-extras-btn {
        pointer-events: auto;
    }

    
    .left-nav-cluster .nav-extras-hover-zone--open .nav-extras-btn-wrapper::after {
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        width: var(--nav-extras-flyout-gap);
        height: max(var(--nav-btn-size, 3em), 100%);
        transform: translateY(-50%);
        pointer-events: auto;
        z-index: 2601;
    }

    .left-nav-cluster .nav-extras-hover-zone--open {
        pointer-events: auto;
    }

    .left-nav-cluster .nav-extras-hover-zone--open .nav-extras-btn-wrapper {
        pointer-events: auto;
    }

    body.nav-extras-expanded .left-nav-cluster .nav-extras-btn-wrapper,
body.nav-extras-expanded .left-nav-cluster .nav-extras-btn {
        max-height: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        margin: 0;
    }

    .left-nav-cluster .nav-extras-btn .nav-extras-btn-glyphs {
        position: relative;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: var(--nav-icon-size) !important;
        height: var(--nav-icon-size) !important;
        min-width: var(--nav-icon-size) !important;
        min-height: var(--nav-icon-size) !important;
        flex-shrink: 0 !important;
        overflow: visible !important;
    }

    .left-nav-cluster .nav-extras-btn .nav-extras-glyph {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        width: var(--nav-icon-size) !important;
        height: var(--nav-icon-size) !important;
        margin: 0 !important;
        transform: translate(-50%, -50%) !important;
        transition: none !important;
        opacity: 1;
        color: inherit;
    }

    .left-nav-cluster .nav-extras-btn .nav-extras-glyph svg {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    .left-nav-cluster .nav-extras-btn:not(.active) .nav-extras-glyph {
        color: #ffffff !important;
        stroke: #ffffff !important;
    }

    .left-nav-cluster .nav-extras-btn:not(.active) .nav-extras-glyph--dots,
.left-nav-cluster .nav-extras-btn:not(.active) .nav-extras-glyph--dots [fill='currentColor'] {
        fill: currentColor !important;
    }

    .left-nav-cluster .nav-extras-btn.active .nav-extras-glyph {
        color: var(--kinma-user-text, #1a1a1a) !important;
        stroke: var(--kinma-user-dark, #1a1a1a) !important;
    }

    .left-nav-cluster .nav-extras-btn.active .nav-extras-glyph--dots,
.left-nav-cluster .nav-extras-btn.active .nav-extras-glyph--dots [fill='currentColor'] {
        fill: currentColor !important;
    }

    .left-nav-cluster .nav-extras-btn .nav-extras-glyph--arrow {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.34) !important;
    }

    .left-nav-cluster .nav-extras-btn:hover .nav-extras-glyph--dots,
.left-nav-cluster .nav-extras-hover-zone--open .nav-extras-btn .nav-extras-glyph--dots {
        opacity: 0;
    }

    .left-nav-cluster .nav-extras-btn:hover .nav-extras-glyph--arrow,
.left-nav-cluster .nav-extras-hover-zone--open .nav-extras-btn .nav-extras-glyph--arrow {
        opacity: 1;
    }

    
    .left-nav-cluster button.nav-item.nav-extras-btn {
        display: flex !important;
        width: var(--nav-btn-size) !important;
        height: var(--nav-btn-size) !important;
        min-width: var(--nav-btn-size) !important;
        min-height: var(--nav-btn-size) !important;
        max-width: var(--nav-btn-size) !important;
        max-height: var(--nav-btn-size) !important;
        border-radius: 50% !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        gap: 0 !important;
        box-sizing: border-box;
        overflow: visible !important;
        border: none !important;
        background: transparent !important;
        box-shadow: inset 0 0 0 2px #ffffff !important;
        color: #ffffff !important;
        transition: none !important;
    }

    .left-nav-cluster .nav-extras-btn.active {
        background: #ffffff !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
        box-shadow: none !important;
    }

    .left-nav-cluster .nav-extras-btn.active:hover,
.left-nav-cluster .nav-extras-btn.active:focus-visible {
        background: #ffffff !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
        box-shadow: none !important;
    }

    .left-nav-cluster .nav-extras-btn .nav-label {
        display: none !important;
    }

    
    .left-nav-cluster .nav-extras-nav-island.nav-extras-flyout-island {
        position: absolute;
        left: calc(100% + var(--nav-extras-flyout-gap));
        top: 50%;
        transform: translateY(-50%);
        z-index: 2602;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: none !important;
    }

    .left-nav-cluster .nav-extras-hover-zone--open > .nav-extras-nav-island.nav-extras-flyout-island {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: flex !important;
    }

    .left-nav-cluster .nav-extras-hover-zone--open > .nav-extras-nav-island.nav-extras-flyout-island--fixed,
.left-nav-cluster .nav-extras-hover-zone--open > .nav-extras-nav-island.nav-extras-flyout-island--fixed .nav-island-inner,
.left-nav-cluster .nav-extras-hover-zone--open > .nav-extras-nav-island.nav-extras-flyout-island--fixed .nav-item-wrapper,
.left-nav-cluster .nav-extras-hover-zone--open > .nav-extras-nav-island.nav-extras-flyout-island--fixed .nav-item,
.left-nav-cluster .nav-extras-hover-zone--open > .nav-extras-nav-island.nav-extras-flyout-island--fixed a {
        pointer-events: auto !important;
    }

    .left-nav-cluster .nav-extras-hover-zone--open > .nav-extras-nav-island.nav-extras-flyout-island::before {
        content: '';
        position: absolute;
        right: 100%;
        top: 0;
        width: calc(var(--nav-extras-flyout-gap) + 8px);
        height: 100%;
        pointer-events: auto;
        z-index: 1;
    }

    .left-nav-cluster .nav-extras-nav-island.nav-extras-flyout-island.nav-extras-flyout-island--fixed {
        position: fixed;
        left: auto;
        top: auto;
        right: auto;
    }

    #nav-extras-flyout-portal.nav-extras-flyout-portal--open #nav-extras-flyout.nav-extras-flyout-island,
body.nav-extras-flyout-open #nav-extras-flyout.nav-extras-flyout-island {
        background: var(--kinma-user-dark, #1a1a1a);
        border-color: rgba(255, 255, 255, 0.14);
        box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.22),
            0 0 0 1px rgba(255, 255, 255, 0.06);
        color: #ffffff;
    }

    #nav-extras-flyout-portal.nav-extras-flyout-portal--open #nav-extras-flyout .nav-item-wrapper,
#nav-extras-flyout-portal.nav-extras-flyout-portal--open #nav-extras-flyout .nav-item,
body.nav-extras-flyout-open #nav-extras-flyout .nav-item-wrapper,
body.nav-extras-flyout-open #nav-extras-flyout .nav-item {
        pointer-events: auto !important;
    }

    .left-nav-cluster .nav-extras-hover-zone--open > .nav-extras-nav-island.nav-extras-flyout-island,
.left-nav-cluster .nav-extras-hover-zone:has(.nav-extras-btn.active) > .nav-extras-nav-island.nav-extras-flyout-island {
        background: var(--kinma-user-dark, #1a1a1a);
        border-color: rgba(255, 255, 255, 0.14);
        box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.22),
            0 0 0 1px rgba(255, 255, 255, 0.06);
        color: #ffffff;
    }

    .left-nav-cluster .nav-extras-nav-island .nav-item-wrapper,
.left-nav-cluster .nav-extras-nav-island .nav-item {
        pointer-events: none;
    }

    .left-nav-cluster .nav-extras-hover-zone--open > .nav-extras-nav-island .nav-item-wrapper,
.left-nav-cluster .nav-extras-hover-zone--open > .nav-extras-nav-island .nav-item {
        pointer-events: auto;
    }

    .left-nav-cluster .nav-island,
.left-nav-cluster .kinma-nav-island,
.left-nav-cluster .chat-nav-island,
.left-nav-cluster .admin-nav-island,
.left-nav-cluster .control-panel-nav-island,
.left-nav-cluster .feedback-nav-island,
.left-nav-cluster .nav-extras-nav-island,
.left-nav-cluster .utility-island:not(.kinma-logo-island) {
        overflow: visible;
    }

    .left-nav-cluster .nav-item.nav-extras-collapse-btn {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0;
        min-height: 0 !important;
        height: auto !important;
        width: auto !important;
        max-width: none;
        padding: 0.2em !important;
        padding-bottom: 0.2em !important;
    }

    .left-nav-cluster .nav-item.nav-profile {
        display: flex !important;
        grid-template-rows: none !important;
        grid-template-columns: none !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        width: var(--nav-profile-btn-size) !important;
        height: var(--nav-profile-btn-size) !important;
        min-width: var(--nav-profile-btn-size) !important;
        min-height: var(--nav-profile-btn-size) !important;
        max-width: var(--nav-profile-btn-size) !important;
        max-height: var(--nav-profile-btn-size) !important;
        margin: 0 auto !important;
        padding: 0 !important;
        gap: 0 !important;
        border-radius: 50% !important;
        overflow: visible !important;
        align-self: center !important;
        flex-shrink: 0;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item-wrapper:has(.nav-profile) {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100%;
        overflow: visible;
        padding: 0;
        margin: 0;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item.nav-profile {
        margin: 0 auto !important;
    }

    .left-nav-cluster .nav-item.nav-profile .nav-profile-avatar {
        width: calc(100% - (2 * var(--nav-profile-ring-outset, 4px))) !important;
        height: calc(100% - (2 * var(--nav-profile-ring-outset, 4px))) !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: none !important;
        max-height: none !important;
        margin: auto !important;
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):not(.nav-extras-btn):not(.nav-profile):hover,
.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):not(.nav-extras-btn):not(.nav-profile):focus-visible,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):hover,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):focus-visible,
.left-nav-cluster .chat-nav-island .nav-item:not(.active):hover,
.left-nav-cluster .chat-nav-island .nav-item:not(.active):focus-visible,
.left-nav-cluster .admin-nav-island .nav-item:not(.active):not(.cache-reset-btn):hover,
.left-nav-cluster .admin-nav-island .nav-item:not(.active):not(.cache-reset-btn):focus-visible,
.left-nav-cluster .control-panel-nav-island .nav-item:not(.active):hover,
.left-nav-cluster .control-panel-nav-island .nav-item:not(.active):focus-visible,
.left-nav-cluster .feedback-nav-island .nav-item:not(.active):hover,
.left-nav-cluster .feedback-nav-island .nav-item:not(.active):focus-visible,
.left-nav-cluster .admin-stats-nav-island .nav-item:not(.active):hover,
.left-nav-cluster .admin-stats-nav-island .nav-item:not(.active):focus-visible,
.left-nav-cluster .utility-island:not(.kinma-logo-island) .utility-btn:not(.active):hover,
.left-nav-cluster .utility-island:not(.kinma-logo-island) .utility-btn:not(.active):focus-visible,
.left-nav-cluster .feedback-highlight-fab-btn:not(.active):hover,
.left-nav-cluster .feedback-highlight-fab-btn:not(.active):focus-visible,
.left-nav-cluster .election-vote-fab-btn:not(.election-active):hover,
.left-nav-cluster .election-vote-fab-btn:not(.election-active):focus-visible {
        background: transparent !important;
        box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.34) !important;
        color: #ffffff !important;
    }

    .left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):not(.nav-extras-btn):not(.nav-profile):hover > svg,
.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):not(.nav-extras-btn):not(.nav-profile):focus-visible > svg,
.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):not(.nav-extras-btn):not(.nav-profile):hover > .nav-island-btn-icon,
.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):not(.nav-extras-btn):not(.nav-profile):focus-visible > .nav-island-btn-icon,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):hover > svg,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):focus-visible > svg,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):hover > .nav-island-btn-icon,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(.active):focus-visible > .nav-island-btn-icon,
.left-nav-cluster .chat-nav-island .nav-item:not(.active):hover > svg,
.left-nav-cluster .chat-nav-island .nav-item:not(.active):focus-visible > svg,
.left-nav-cluster .chat-nav-island .nav-item:not(.active):hover > .nav-island-btn-icon,
.left-nav-cluster .chat-nav-island .nav-item:not(.active):focus-visible > .nav-island-btn-icon,
.left-nav-cluster .admin-nav-island .nav-item:not(.active):not(.cache-reset-btn):hover > svg,
.left-nav-cluster .admin-nav-island .nav-item:not(.active):not(.cache-reset-btn):focus-visible > svg,
.left-nav-cluster .control-panel-nav-island .nav-item:not(.active):hover > svg,
.left-nav-cluster .control-panel-nav-island .nav-item:not(.active):focus-visible > svg,
.left-nav-cluster .feedback-nav-island .nav-item:not(.active):hover > svg,
.left-nav-cluster .feedback-nav-island .nav-item:not(.active):focus-visible > svg,
.left-nav-cluster .admin-stats-nav-island .nav-item:not(.active):hover > svg,
.left-nav-cluster .admin-stats-nav-island .nav-item:not(.active):focus-visible > svg,
.left-nav-cluster .utility-island:not(.kinma-logo-island) .utility-btn:not(.active):hover > svg,
.left-nav-cluster .utility-island:not(.kinma-logo-island) .utility-btn:not(.active):focus-visible > svg,
.left-nav-cluster .feedback-highlight-fab-btn:not(.active):hover > svg,
.left-nav-cluster .feedback-highlight-fab-btn:not(.active):focus-visible > svg,
.left-nav-cluster .election-vote-fab-btn:not(.election-active):hover > svg,
.left-nav-cluster .election-vote-fab-btn:not(.election-active):focus-visible > svg {
        box-shadow: none !important;
        background: transparent !important;
    }

    .left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item.active:not(.nav-extras-btn):not(.nav-profile):not(.ai-chat-btn),
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item.active,
.left-nav-cluster .chat-nav-island .nav-item.active:not(.ai-chat-btn),
.left-nav-cluster .admin-nav-island .nav-item.active:not(.cache-reset-btn),
.left-nav-cluster .control-panel-nav-island .nav-item.active,
.left-nav-cluster .feedback-nav-island .nav-item.active,
.left-nav-cluster .admin-stats-nav-island .nav-item.active,
.left-nav-cluster .utility-island:not(.kinma-logo-island) .utility-btn.active,
.left-nav-cluster .feedback-highlight-fab-btn.active,
.left-nav-cluster .election-vote-fab-btn.election-active {
        background: #ffffff !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
        box-shadow: none !important;
    }

    .left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item.active:not(.nav-extras-btn):not(.nav-profile):not(.ai-chat-btn) > svg,
.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item.active:not(.nav-extras-btn):not(.nav-profile):not(.ai-chat-btn) > .nav-island-btn-icon,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item.active > svg,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item.active > .nav-island-btn-icon,
.left-nav-cluster .chat-nav-island .nav-item.active:not(.ai-chat-btn) > svg,
.left-nav-cluster .chat-nav-island .nav-item.active:not(.ai-chat-btn) > .nav-island-btn-icon,
.left-nav-cluster .admin-nav-island .nav-item.active:not(.cache-reset-btn) > svg,
.left-nav-cluster .control-panel-nav-island .nav-item.active > svg,
.left-nav-cluster .feedback-nav-island .nav-item.active > svg,
.left-nav-cluster .admin-stats-nav-island .nav-item.active > svg,
.left-nav-cluster .utility-island:not(.kinma-logo-island) .utility-btn.active > svg,
.left-nav-cluster .feedback-highlight-fab-btn.active > svg,
.left-nav-cluster .election-vote-fab-btn.election-active > svg {
        background: transparent !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
        box-shadow: none !important;
    }

    .left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item.active:not(.nav-extras-btn):not(.nav-profile):not(.ai-chat-btn) > svg,
.left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item.active:not(.nav-extras-btn):not(.nav-profile):not(.ai-chat-btn) > .nav-island-btn-icon svg,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item.active > svg,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item.active > .nav-island-btn-icon svg,
.left-nav-cluster .chat-nav-island .nav-item.active:not(.ai-chat-btn) > svg,
.left-nav-cluster .chat-nav-island .nav-item.active:not(.ai-chat-btn) > .nav-island-btn-icon svg,
.left-nav-cluster .admin-nav-island .nav-item.active:not(.cache-reset-btn) > svg,
.left-nav-cluster .control-panel-nav-island .nav-item.active > svg,
.left-nav-cluster .feedback-nav-island .nav-item.active > svg,
.left-nav-cluster .admin-stats-nav-island .nav-item.active > svg,
.left-nav-cluster .utility-island:not(.kinma-logo-island) .utility-btn.active > svg,
.left-nav-cluster .feedback-highlight-fab-btn.active > svg,
.left-nav-cluster .election-vote-fab-btn.election-active > svg {
        stroke: var(--kinma-user-dark, #1a1a1a) !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
    }

    .left-nav-cluster .nav-island:not(.kinma-nav-island):not(.kinma-hw-accel-nav-island) .nav-island-inner > .nav-item-wrapper .nav-item.active:not(.nav-extras-btn):not(.nav-profile):not(.ai-chat-btn) .nav-label,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item.active .nav-label,
.left-nav-cluster .chat-nav-island .nav-item.active:not(.ai-chat-btn) .nav-label,
.left-nav-cluster .admin-nav-island .nav-item.active:not(.cache-reset-btn) .nav-label,
.left-nav-cluster .control-panel-nav-island .nav-item.active .nav-label,
.left-nav-cluster .feedback-nav-island .nav-item.active .nav-label,
.left-nav-cluster .admin-stats-nav-island .nav-item.active .nav-label {
        color: var(--kinma-user-text, #1a1a1a) !important;
    }

    /* KI-Assistant active: gradient pill + visible white icon (not generic white active state) */
    .left-nav-cluster .chat-nav-island .nav-item.ai-chat-btn.active,
.left-nav-cluster .nav-island-inner > .nav-item-wrapper .nav-item.ai-chat-btn.active {
        background: linear-gradient(
            90deg,
            #6366f1 0%,
            #8b5cf6 20%,
            #ec4899 40%,
            #fb923c 60%,
            #22c55e 80%,
            #3b82f6 100%,
            #6366f1 100%
        ) !important;
        background-size: 300% 100% !important;
        animation: aiButtonGradientMove 3s ease infinite, aiButtonHueRotate 3s ease infinite !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

    .left-nav-cluster .chat-nav-island .nav-item.ai-chat-btn.active .nav-island-btn-icon,
.left-nav-cluster .nav-island-inner > .nav-item-wrapper .nav-item.ai-chat-btn.active .nav-island-btn-icon {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .left-nav-cluster .chat-nav-island .nav-item.ai-chat-btn.active svg.left-nav-ai-icon,
.left-nav-cluster .nav-island-inner > .nav-item-wrapper .nav-item.ai-chat-btn.active svg.left-nav-ai-icon {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .left-nav-cluster .chat-nav-island .nav-item.ai-chat-btn.active svg.left-nav-ai-icon path,
.left-nav-cluster .nav-island-inner > .nav-item-wrapper .nav-item.ai-chat-btn.active svg.left-nav-ai-icon path {
        fill: #ffffff !important;
        stroke: none !important;
        opacity: 1 !important;
    }

    .left-nav-cluster .chat-nav-island .nav-item.ai-chat-btn.active .nav-label,
.left-nav-cluster .nav-island-inner > .nav-item-wrapper .nav-item.ai-chat-btn.active .nav-label {
        color: #ffffff !important;
    }

    .left-nav-cluster .nav-island-inner .nav-extras-btn:not(.active):hover,
.left-nav-cluster .nav-island-inner .nav-extras-btn:not(.active):focus-visible,
.left-nav-cluster .nav-island-inner .nav-extras-hover-zone--open .nav-extras-btn:not(.active) {
        background: transparent !important;
        box-shadow: inset 0 0 0 2px #ffffff !important;
        color: #ffffff !important;
        outline: none !important;
    }

    /* Footer on white outer (settings + profile) */
    .left-nav-cluster .nav-island .nav-island-footer .nav-item {
        background: transparent !important;
        box-shadow: none !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item svg {
        stroke: var(--kinma-user-dark, #1a1a1a) !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile):not(.active):hover,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile):not(.active):focus-visible {
        background: transparent !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
        box-shadow: var(--kinma-nav-footer-hover-ring, inset 0 0 0 1.5px rgba(var(--kinma-user-dark-rgb, 26, 26, 26), 0.22)) !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item.nav-profile:not(.active):hover,
.left-nav-cluster .nav-island .nav-island-footer .nav-item.nav-profile:not(.active):focus-visible,
.left-nav-cluster .nav-island .nav-island-footer .nav-item.nav-profile.active,
.left-nav-cluster .nav-island .nav-island-footer .nav-item.nav-profile.active:hover,
.left-nav-cluster .nav-island .nav-island-footer .nav-item.nav-profile.active:focus-visible {
        background: transparent !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
        box-shadow: none !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile).active {
        background: var(--kinma-user-dark, #1a1a1a) !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile).active svg {
        stroke: #ffffff !important;
        color: #ffffff !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-label {
        color: var(--kinma-user-text, #1a1a1a) !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile).active .nav-label {
        color: #ffffff !important;
    }

    .left-nav-cluster .nav-item.active:hover .nav-label,
.left-nav-cluster .nav-item.active:focus-visible .nav-label {
        background: transparent !important;
        color: inherit !important;
        border: 0 !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item.active:hover .nav-label,
.left-nav-cluster .nav-island .nav-island-footer .nav-item.active:focus-visible .nav-label {
        color: #ffffff !important;
    }

    /* Default: label text uses full island inner width (incl. active); hover/focus clip to button */
    .left-nav-cluster .nav-island-inner,
.left-nav-cluster .chat-nav-island,
.left-nav-cluster .admin-nav-island,
.left-nav-cluster .control-panel-nav-island,
.left-nav-cluster .feedback-nav-island,
.left-nav-cluster .admin-stats-nav-island,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner {
        overflow: hidden;
    }

    /* Extras flyout uses fixed positioning — keep billboard clipping on the main island inner */
    .left-nav-cluster .nav-island-inner.nav-island-inner--extras-open {
        overflow: hidden !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer {
        overflow: visible;
        justify-content: flex-start;
        gap: var(--nav-island-gap);
        padding: var(--nav-island-gap);
        box-sizing: border-box;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item-wrapper:not(:has(.nav-profile)) {
        overflow-x: clip;
        overflow-y: visible;
        width: 100%;
    }

    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile):not(.nav-extras-collapse-btn):not(:hover):not(:focus-visible),
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn):not(:hover):not(:focus-visible),
.left-nav-cluster .feedback-highlight-fab-btn:not(:hover):not(:focus-visible),
.left-nav-cluster .election-vote-fab-btn:not(:hover):not(:focus-visible),
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(:hover):not(:focus-visible),
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile):not(:hover):not(:focus-visible) {
        overflow: visible !important;
    }

    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile):not(.nav-extras-collapse-btn):not(:hover):not(:focus-visible) > .nav-label,
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn):not(:hover):not(:focus-visible) > .utility-label,
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn):not(:hover):not(:focus-visible) > .nav-label,
.left-nav-cluster .feedback-highlight-fab-btn:not(:hover):not(:focus-visible) > .nav-label,
.left-nav-cluster .election-vote-fab-btn:not(:hover):not(:focus-visible) > .nav-label,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(:hover):not(:focus-visible) > .nav-label {
        width: var(--nav-inner-size) !important;
        max-width: var(--nav-inner-size) !important;
        margin-left: calc((var(--nav-btn-size) - var(--nav-inner-size)) / 2) !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile):not(:hover):not(:focus-visible) > .nav-label {
        width: var(--nav-footer-content-size) !important;
        max-width: var(--nav-footer-content-size) !important;
        margin-left: calc((var(--nav-btn-size) - var(--nav-footer-content-size)) / 2) !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile):not(.nav-extras-collapse-btn):not(:hover):not(:focus-visible) > .nav-label .island-hover-label-track,
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn):not(:hover):not(:focus-visible) > .utility-label .island-hover-label-track,
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn):not(:hover):not(:focus-visible) > .nav-label .island-hover-label-track,
.left-nav-cluster .feedback-highlight-fab-btn:not(:hover):not(:focus-visible) > .nav-label .island-hover-label-track,
.left-nav-cluster .election-vote-fab-btn:not(:hover):not(:focus-visible) > .nav-label .island-hover-label-track,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:not(:hover):not(:focus-visible) > .nav-label .island-hover-label-track {
        max-width: none !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    .left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile):not(:hover):not(:focus-visible) > .nav-label .island-hover-label-track {
        max-width: none !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    .left-nav-cluster .nav-item:not(.nav-extras-btn):not(.nav-profile):not(.nav-extras-collapse-btn):is(:hover, :focus-visible) > .nav-label,
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn):is(:hover, :focus-visible) > .utility-label,
.left-nav-cluster .utility-btn:not(.kinma-hw-accel-nav-btn):is(:hover, :focus-visible) > .nav-label,
.left-nav-cluster .feedback-highlight-fab-btn:is(:hover, :focus-visible) > .nav-label,
.left-nav-cluster .election-vote-fab-btn:is(:hover, :focus-visible) > .nav-label,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:is(:hover, :focus-visible) > .nav-label,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile):is(:hover, :focus-visible) > .nav-label {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .left-nav-cluster .nav-item:is(:hover, :focus-visible) > .nav-label .island-hover-label-track,
.left-nav-cluster .utility-btn:is(:hover, :focus-visible) > .utility-label .island-hover-label-track,
.left-nav-cluster .utility-btn:is(:hover, :focus-visible) > .nav-label .island-hover-label-track,
.left-nav-cluster .feedback-highlight-fab-btn:is(:hover, :focus-visible) > .nav-label .island-hover-label-track,
.left-nav-cluster .election-vote-fab-btn:is(:hover, :focus-visible) > .nav-label .island-hover-label-track,
.left-nav-cluster .nav-extras-nav-island .nav-island-inner > .nav-item-wrapper .nav-item:is(:hover, :focus-visible) > .nav-label .island-hover-label-track,
.left-nav-cluster .nav-island .nav-island-footer .nav-item:not(.nav-profile):is(:hover, :focus-visible) > .nav-label .island-hover-label-track {
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .nav-extras-flyout-portal {
        position: fixed;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        overflow: visible;
        pointer-events: none;
        z-index: 1000060;
        padding: 0;
        margin: 0;
        border: none;
        background: transparent;
        box-shadow: none;
        gap: 0;
        bottom: auto !important;
        right: auto !important;
        transform: none !important;
        display: block !important;
        flex-direction: unset !important;
        align-items: unset !important;
        --nav-cluster-font-size: 16px;
        --nav-island-size: 3.75em;
        --nav-island-inner-pad: 0.375em;
        --nav-island-gap: 0.25em;
        --nav-inner-size: calc(var(--nav-island-size) - (2 * var(--nav-island-inner-pad)));
        --nav-btn-width: var(--nav-inner-size);
        --nav-btn-size: var(--nav-btn-width);
        --nav-icon-size: calc(var(--nav-btn-size) * 0.4);
        --nav-label-font-size: 10px;
        font-size: var(--nav-cluster-font-size, 16px);
    }

    #nav-extras-flyout-portal:not(.nav-extras-flyout-portal--open) #nav-extras-flyout.nav-extras-flyout-island {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        display: none !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout.nav-extras-flyout-island {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: var(--nav-island-gap);
        width: var(--nav-island-size) !important;
        min-width: var(--nav-island-size) !important;
        max-width: var(--nav-island-size) !important;
        height: auto !important;
        min-height: 0;
        padding: 0;
        overflow: visible;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    #nav-extras-flyout-portal:not(.nav-extras-flyout-portal--open) #nav-extras-flyout.nav-extras-flyout-island,
#nav-extras-flyout-portal.nav-extras-flyout-portal--open #nav-extras-flyout.nav-extras-flyout-island:not(.nav-extras-flyout-island--fixed) {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-island-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        gap: var(--nav-island-gap);
        padding: var(--nav-island-inner-pad);
        background: var(--kinma-user-dark, #1a1a1a);
        border-radius: 9999px;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.92);
        flex: 0 0 auto;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr) auto;
        grid-template-areas: "icon" "label";
        width: var(--nav-btn-size, 2.7em) !important;
        height: var(--nav-btn-size, 2.7em) !important;
        min-width: var(--nav-btn-size, 2.7em) !important;
        min-height: var(--nav-btn-size, 2.7em) !important;
        max-width: var(--nav-btn-size, 2.7em) !important;
        max-height: var(--nav-btn-size, 2.7em) !important;
        border-radius: 50% !important;
        padding: 2px 2px 4px !important;
        box-sizing: border-box !important;
        gap: 1px !important;
        overflow: visible !important;
        align-content: stretch !important;
        justify-items: center !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #ffffff !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.active) {
        color: #ffffff !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.active) svg {
        stroke: #ffffff !important;
        color: #ffffff !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.active) svg [fill='currentColor'] {
        fill: currentColor !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(:hover):not(:focus-visible) {
        overflow: visible !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible, .active) {
        overflow: hidden !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.active):is(:hover, :focus-visible) {
        background: transparent !important;
        box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.34) !important;
        color: #ffffff !important;
        outline: none !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible) > svg,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible) > .nav-island-btn-icon {
        grid-row: 1 / -1 !important;
        align-self: center !important;
        justify-self: center !important;
        width: var(--nav-icon-size, 1.35em) !important;
        height: var(--nav-icon-size, 1.35em) !important;
        min-width: var(--nav-icon-size, 1.35em) !important;
        min-height: var(--nav-icon-size, 1.35em) !important;
        max-width: var(--nav-icon-size, 1.35em) !important;
        max-height: var(--nav-icon-size, 1.35em) !important;
        aspect-ratio: 1 / 1;
        flex: 0 0 auto;
        transform: scale(1.26);
        transition: none !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item > svg,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item > .nav-island-btn-icon {
        grid-area: icon;
        grid-row: 1;
        grid-column: 1;
        align-self: center;
        justify-self: center;
        width: var(--nav-icon-size, 1.35em) !important;
        height: var(--nav-icon-size, 1.35em) !important;
        min-width: var(--nav-icon-size, 1.35em) !important;
        min-height: var(--nav-icon-size, 1.35em) !important;
        max-width: var(--nav-icon-size, 1.35em) !important;
        max-height: var(--nav-icon-size, 1.35em) !important;
        flex: 0 0 auto;
        aspect-ratio: 1 / 1;
        display: block;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item > svg {
        display: block !important;
        overflow: visible !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item > svg[width],
#nav-extras-flyout-portal #nav-extras-flyout .nav-item > svg[height] {
        width: var(--nav-icon-size, 1.35em) !important;
        height: var(--nav-icon-size, 1.35em) !important;
    }

    /* Portaled flyout is outside .left-nav-cluster — reset global tooltip-style .nav-label rules */
    #nav-extras-flyout-portal #nav-extras-flyout.nav-island .nav-label,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item > .nav-label,
#nav-extras-flyout-portal #nav-extras-flyout .nav-label {
        grid-area: label;
        grid-row: 2;
        grid-column: 1;
        align-self: start;
        display: block !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: none !important;
        margin: 0 !important;
        padding: 0 1px !important;
        min-width: 0;
        font-size: var(--nav-label-font-size) !important;
        line-height: 1.15 !important;
        color: currentColor !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        text-align: center;
        white-space: nowrap;
        z-index: auto !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(:hover):not(:focus-visible) > .nav-label {
        width: var(--nav-inner-size) !important;
        max-width: var(--nav-inner-size) !important;
        margin-left: calc((var(--nav-btn-size) - var(--nav-inner-size)) / 2) !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(:hover):not(:focus-visible) > .nav-label .island-hover-label-track {
        max-width: none !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:is(:hover, :focus-visible) > .nav-label {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item > .nav-island-btn-icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: var(--nav-icon-size) !important;
        height: var(--nav-icon-size) !important;
        min-width: var(--nav-icon-size) !important;
        min-height: var(--nav-icon-size) !important;
        max-width: var(--nav-icon-size) !important;
        max-height: var(--nav-icon-size) !important;
        border-radius: 0 !important;
        box-sizing: border-box !important;
        flex-shrink: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        transition: none !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item > .nav-island-btn-icon svg {
        width: var(--nav-icon-size) !important;
        height: var(--nav-icon-size) !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-label .island-hover-label-track {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: none !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-label.is-marquee .island-hover-label-track {
        display: inline-block;
        max-width: none;
        overflow: visible;
        text-overflow: clip;
        will-change: transform;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        animation: island-hover-label-marquee var(--kinma-marquee-duration, 8s) linear infinite !important;
        animation-play-state: running !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-label.is-marquee-ellipsis .island-hover-label-track {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item.active > svg,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item.active > .nav-island-btn-icon {
        background: transparent !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
        box-shadow: none !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item.active > svg,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item.active > .nav-island-btn-icon svg {
        stroke: var(--kinma-user-dark, #1a1a1a) !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item.active {
        background: #ffffff !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
        box-shadow: none !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item.active > .nav-label,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item.active > .nav-label .island-hover-label-track {
        color: var(--kinma-user-text, #1a1a1a) !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.active):hover,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.active):focus-visible {
        background: transparent !important;
        box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.34) !important;
        color: #ffffff !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.active):hover > svg,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.active):focus-visible > svg,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.active):hover > .nav-island-btn-icon,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item:not(.active):focus-visible > .nav-island-btn-icon {
        box-shadow: none !important;
        background: transparent !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item.active:hover,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item.active:focus-visible {
        background: #ffffff !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
        box-shadow: none !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout .nav-item.active:hover > svg,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item.active:focus-visible > svg,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item.active:hover > .nav-island-btn-icon,
#nav-extras-flyout-portal #nav-extras-flyout .nav-item.active:focus-visible > .nav-island-btn-icon {
        color: var(--kinma-user-text, #1a1a1a) !important;
    }

    #nav-extras-flyout-portal #nav-extras-flyout button.nav-item {
        border: none !important;
        font: inherit;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        text-decoration: none;
    }

    .nav-extras-flyout-portal .nav-extras-flyout-bridge {
        position: fixed;
        display: block;
        pointer-events: auto;
        background: transparent;
        z-index: 1000060;
    }

    .nav-extras-flyout-portal .nav-extras-flyout-bridge[hidden] {
        display: none !important;
        pointer-events: none !important;
    }

    #nav-extras-flyout-portal.nav-extras-flyout-portal--open #nav-extras-flyout.nav-extras-flyout-island.nav-extras-flyout-island--fixed,
body.nav-extras-flyout-open #nav-extras-flyout.nav-extras-flyout-island.nav-extras-flyout-island--fixed {
        opacity: 1 !important;
        visibility: visible !important;
        display: flex !important;
        pointer-events: auto !important;
        z-index: 1000061 !important;
        height: auto !important;
        min-height: 0;
        background: var(--kinma-user-dark, #1a1a1a);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 9999px;
        box-shadow:
            0 8px 32px rgba(0, 0, 0, 0.22),
            0 0 0 1px rgba(255, 255, 255, 0.06);
        color: #ffffff;
    }

    #nav-extras-flyout-portal.nav-extras-flyout-portal--open #nav-extras-flyout .nav-island-inner,
#nav-extras-flyout-portal.nav-extras-flyout-portal--open #nav-extras-flyout .nav-item-wrapper,
#nav-extras-flyout-portal.nav-extras-flyout-portal--open #nav-extras-flyout .nav-item,
#nav-extras-flyout-portal.nav-extras-flyout-portal--open #nav-extras-flyout a,
body.nav-extras-flyout-open #nav-extras-flyout .nav-island-inner,
body.nav-extras-flyout-open #nav-extras-flyout .nav-item-wrapper,
body.nav-extras-flyout-open #nav-extras-flyout .nav-item,
body.nav-extras-flyout-open #nav-extras-flyout a {
        pointer-events: auto !important;
        cursor: pointer !important;
    }
}

.nav-divider {
    width: 32px;
    height: 2px;
    background: var(--kinma-user-dark, #1a1a1a);
    margin: 1px auto;
    border-radius: 1px;
    align-self: center;
}

.nav-profile {
    margin-top: 4px;
}

.nav-profile-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-profile-avatar:has(img) {
    background: transparent !important;
}

.nav-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-profile-avatar span {
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.nav-item-wrapper {
    position: relative;
}


.chat-attachment-btn.quick-access-active {
    filter: brightness(1.3) !important;
    transform: scale(1.05);
    z-index: 2001;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
}

.nav-submenu {
    position: absolute;
    left: calc(100% + 12px);
    top: 0;
    background: #ffffff;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px);
    transition: all 0.2s ease;
    z-index: 1002;
    pointer-events: none;
}

.nav-submenu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.nav-submenu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-radius: 8px;
    color: var(--kinma-user-text, #1a1a1a);
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.nav-submenu-item:hover {
    background: #f8f9fa;
}

.nav-submenu-item.active {
    background: #e9ecef;
    font-weight: 500;
}

.nav-submenu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.nav-submenu-icon svg {
    width: 100%;
    height: 100%;
    stroke-width: 1.5;
}

.nav-submenu-label {
    display: block;
}

.nav-large-menu-overlay {
    position: fixed;
    top: 0;
    left: 88px;
    width: calc(100vw - 88px);
    height: 100vh;
    background: #ffffff;
    z-index: 998;
    display: none;
    overflow-y: auto;
}

.nav-large-menu-overlay.active {
    display: flex;
    flex-direction: column;
}

.nav-large-menu-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 96px 144px;
    max-width: 1600px;
    margin: 0 auto;
}

.nav-large-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 64px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e9ecef;
}

.nav-large-menu-header h2 {
    font-size: 48px;
    font-weight: 600;
    color: var(--kinma-user-text, #1a1a1a);
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.nav-large-menu-close {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    color: #6c757d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
    border-radius: 8px;
    flex-shrink: 0;
}

.nav-large-menu-close:hover {
    background: #f8f9fa;
    color: var(--kinma-user-text, #1a1a1a);
}

.nav-large-menu-close:active {
    transform: scale(0.95);
}

.nav-large-menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

.nav-large-menu-button {
    display: block;
    background: transparent;
    padding: 36px 0;
    text-decoration: none;
    color: var(--kinma-user-text, #1a1a1a);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    border-bottom: 1px solid #f1f3f5;
    position: relative;
}

.nav-large-menu-button:last-child {
    border-bottom: none;
}

.nav-large-menu-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: var(--kinma-user-dark, #1a1a1a);
    transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-large-menu-button:hover {
    padding-left: 24px;
    color: var(--kinma-user-text, #1a1a1a);
}

.nav-large-menu-button:hover::before {
    width: 3px;
}

.nav-large-menu-button-label {
    font-size: 28px;
    font-weight: 400;
    color: var(--kinma-user-text, #1a1a1a);
    display: block;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: -0.01em;
    line-height: 1.4;
}

.nav-large-menu-button:hover .nav-large-menu-button-label {
    color: var(--kinma-user-text, #1a1a1a);
    font-weight: 500;
}

.nav-large-menu-button.active {
    padding-left: 24px;
}

.nav-large-menu-button.active::before {
    width: 3px;
}

.nav-large-menu-button.active .nav-large-menu-button-label {
    font-weight: 600;
    color: var(--kinma-user-text, #1a1a1a);
}

.tree-settings-modal.active ~ .nav-island,
body:has(.tree-settings-modal.active) .nav-island,
.tree-settings-modal.active ~ .utility-islands-container,
body:has(.tree-settings-modal.active) .utility-islands-container {
    z-index: 500;
}


@media (min-width: 1025px) {
    .left-nav-cluster .nav-label,
.left-nav-cluster .utility-label,
.left-nav-cluster .nav-label .island-hover-label-track,
.left-nav-cluster .utility-label .island-hover-label-track {
        font-size: var(--nav-label-font-size, 12px) !important;
        line-height: 1.15 !important;
        letter-spacing: 0 !important;
    }

    .left-nav-cluster .nav-item.active .nav-label,
.left-nav-cluster .utility-btn.active .utility-label {
        font-weight: 700 !important;
    }

    .left-nav-cluster .nav-item.nav-profile .nav-label {
        display: none !important;
    }
}
/* Standalone navigation actions ------------------------------------------------
   Feedback is intentionally solid gold. System statistics occupies the same
   circular warning-button slot and uses the same geometry as the hardware-
   acceleration warning. */
@media (min-width: 1025px) {
    .left-nav-cluster .feedback-nav-island {
        /* Always terminate the desktop rail, mirroring the logo at its top. */
        order: 1000;
        flex-shrink: 0;
        background: #d4af37 !important;
        background-image: none !important;
        border-color: rgba(92, 67, 0, 0.22) !important;
    }

    .left-nav-cluster .feedback-nav-island .nav-item,
    .left-nav-cluster .feedback-nav-island .nav-item:not(.active),
    .left-nav-cluster .feedback-nav-island .nav-item:is(:hover, :focus-visible, .active) {
        background: transparent !important;
        background-image: none !important;
        color: var(--kinma-user-text, #1a1a1a) !important;
        box-shadow: none !important;
    }

    .left-nav-cluster .feedback-nav-island .nav-item svg {
        color: var(--kinma-user-text, #1a1a1a) !important;
        stroke: var(--kinma-user-dark, #1a1a1a) !important;
    }

    .left-nav-cluster .admin-stats-nav-island {
        flex-shrink: 0;
        width: 3.75em !important;
        height: 3.75em !important;
        min-width: 3.75em !important;
        max-width: 3.75em !important;
        min-height: 3.75em !important;
        padding: 0 !important;
        box-sizing: border-box;
        border-radius: 50% !important;
        background: #c62828 !important;
        background-image: none !important;
        border: var(--gallery-island-border, 1px solid rgba(0, 0, 0, 0.06)) !important;
        box-shadow: var(
            --gallery-island-shadow,
            0 8px 32px rgba(0, 0, 0, 0.12),
            0 0 0 1px rgba(0, 0, 0, 0.05)
        ) !important;
        overflow: visible;
        gap: 0 !important;
    }

    .left-nav-cluster .admin-stats-nav-island .nav-island-inner,
    .left-nav-cluster .admin-stats-nav-island .nav-item-wrapper {
        width: 100%;
        height: 100%;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
    }

    .left-nav-cluster .admin-stats-nav-island .nav-admin-stats-btn.nav-item,
    .left-nav-cluster .admin-stats-nav-island .nav-admin-stats-btn.nav-item:not(.active),
    .left-nav-cluster .admin-stats-nav-island .nav-admin-stats-btn.nav-item:is(:hover, :focus-visible, .active) {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        border: 0 !important;
        border-radius: 50% !important;
        background: transparent !important;
        background-image: none !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

    .left-nav-cluster .admin-stats-nav-island .nav-admin-stats-btn.nav-item:is(:hover, :focus-visible, .active) {
        background: rgba(0, 0, 0, 0.12) !important;
    }

    .left-nav-cluster .admin-stats-nav-island .nav-icon-admin-stats {
        display: block;
        width: 2.35em !important;
        height: 2.35em !important;
        max-width: none !important;
        max-height: none !important;
        color: #ffffff !important;
        stroke: #ffffff !important;
    }

    .left-nav-cluster .admin-stats-nav-island .nav-icon-admin-stats :is(.nav-icon-admin-stats-axis, .nav-icon-admin-stats-line) {
        fill: none !important;
        stroke: #ffffff !important;
    }

    .left-nav-cluster .admin-stats-nav-island .nav-label {
        display: none !important;
    }
}





/* Keep the colour on every nested island layer. The generic navigation skin
   paints .nav-island-inner black,
which otherwise leaves only a coloured rim. */
@media (min-width: 1025px) {
    .left-nav-cluster .feedback-nav-island,
    .left-nav-cluster .feedback-nav-island > .nav-island-inner,
    .left-nav-cluster .feedback-nav-island > .nav-island-inner > .nav-item-wrapper {
        background-color: #d4af37 !important;
        background-image: none !important;
    }

    .left-nav-cluster .admin-stats-nav-island,
    .left-nav-cluster .admin-stats-nav-island > .nav-island-inner,
    .left-nav-cluster .admin-stats-nav-island > .nav-island-inner > .nav-item-wrapper {
        background-color: #c62828 !important;
        background-image: none !important;
    }

    .left-nav-cluster .feedback-nav-island > .nav-island-inner,
    .left-nav-cluster .feedback-nav-island > .nav-island-inner > .nav-item-wrapper,
    .left-nav-cluster .admin-stats-nav-island > .nav-island-inner,
    .left-nav-cluster .admin-stats-nav-island > .nav-island-inner > .nav-item-wrapper {
        border-radius: inherit !important;
    }
}

/* Extras count replaces the dots glyph on desktop and mobile. */
.nav-extras-btn,
.mobile-bottom-nav-extras-btn {
    position: relative !important;
}

.nav-extras-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: inherit;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
    pointer-events: none;
    user-select: none;
}

@media (min-width: 1025px) {
    .left-nav-cluster #nav-extras-btn:not(.active):is(:hover, :focus-visible),
    .left-nav-cluster .nav-extras-hover-zone--open #nav-extras-btn:not(.active) {
        background: transparent !important;
        border-color: #ffffff !important;
        box-shadow: inset 0 0 0 2px #ffffff !important;
        outline: none !important;
    }
}

@media (max-width: 1024px) {
    .mobile-bottom-nav-extras-btn > .nav-extras-count {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
        font-size: 13px;
    }
}
