.app-shell {
    max-width: 1360px;
}

.main-shell {
    min-height: calc(100vh - 84px);
}

.topbar-shell {
    background: linear-gradient(135deg, #10213f 0%, #143e69 58%, #0f6b74 100%);
    box-shadow: var(--votespere-shadow);
}

.topbar-main {
    min-height: 76px;
}

.brand-link {
    color: #fff;
    text-decoration: none;
}

.brand-logo {
    width: 52px;
    height: 52px;
    min-width: 52px;
    object-fit: contain;
    border-radius: 16px;
    background: #fff;
    padding: 0.34rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
}

.brand-title {
    color: #fff;
    font-weight: 800;
}

.brand-subtitle {
    color: rgba(255, 255, 255, 0.74);
}

.user-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
}

.sidebar-card {
    gap: 0.18rem;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.sidebar-link .bi {
    width: 1.1rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .topbar-main {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .topbar-userbar,
    .public-topbar__actions {
        justify-content: flex-start !important;
        margin-left: 0;
        width: 100%;
    }

    .sidebar-card {
        position: static;
    }
}
