@charset "UTF-8";

.navbar-header .badge {
    letter-spacing: 0.03em;
}

.hub-top-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(53, 119, 241, 0.2);
}

.hub-upcoming-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hub-upcoming-item {
    border: 1px solid var(--vz-border-color);
    border-radius: 0.6rem;
    padding: 0.75rem;
    background-color: var(--vz-secondary-bg);
}

#slickpix-calendar .fc-toolbar-title {
    font-size: 1.1rem;
}

#slickpix-calendar .fc-daygrid-event {
    border: 0;
    border-radius: 0.35rem;
    padding: 0.15rem 0.3rem;
}

.hub-profile-photo {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(53, 119, 241, 0.2);
}

.hub-profile-photo-hint {
    font-size: 0.82rem;
    color: var(--vz-secondary-color);
}

.hub-notification-scroll {
    max-height: 300px;
}

.hub-dashboard-scroll {
    max-height: 375px;
}

.hub-dashboard-chart-placeholder {
    min-height: 280px;
    border: 1px dashed var(--vz-border-color);
    border-radius: 0.75rem;
    padding: 1rem;
    background: linear-gradient(
        180deg,
        var(--vz-light) 0%,
        var(--vz-secondary-bg) 100%
    );
}

.hub-dashboard-bars {
    height: 180px;
    margin-top: 1rem;
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
}

.hub-dashboard-bar {
    flex: 1;
    border-radius: 0.4rem 0.4rem 0 0;
    background-color: rgba(53, 119, 241, 0.2);
}

.hub-dashboard-bar-1 {
    height: 24%;
}

.hub-dashboard-bar-2 {
    height: 36%;
}

.hub-dashboard-bar-3 {
    height: 48%;
}

.hub-dashboard-bar-4 {
    height: 39%;
}

.hub-dashboard-bar-5 {
    height: 54%;
}

.hub-dashboard-bar-6 {
    height: 67%;
}

.hub-dashboard-bar-7 {
    height: 58%;
}

.hub-share-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}

.hub-share-track {
    height: 0.35rem;
    background-color: var(--vz-secondary-bg);
    border-radius: 999px;
    overflow: hidden;
}

.hub-share-fill {
    display: block;
    height: 100%;
    border-radius: 999px;
    background-color: var(--vz-primary);
}

.hub-share-fill-level-2 {
    width: 40%;
}

.hub-share-fill-level-3 {
    width: 58%;
}

.hub-share-fill-level-4 {
    width: 72%;
}

.hub-share-fill-level-5 {
    width: 88%;
}

.hub-ga-daily-list {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.hub-ga-day-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.85rem;
}

.hub-ga-progress,
.hub-channel-progress {
    width: 100%;
    height: 0.45rem;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 999px;
    overflow: hidden;
}

.hub-ga-progress::-webkit-progress-bar,
.hub-channel-progress::-webkit-progress-bar {
    background-color: var(--vz-secondary-bg);
}

.hub-ga-progress::-webkit-progress-value {
    background-color: var(--vz-primary);
}

.hub-channel-progress::-webkit-progress-value {
    background-color: var(--vz-success);
}

.hub-ga-progress::-moz-progress-bar {
    background-color: var(--vz-primary);
}

.hub-channel-progress::-moz-progress-bar {
    background-color: var(--vz-success);
}

.hub-channel-row {
    margin-bottom: 0.8rem;
}
