/* New Member Welcome — Sidebar Zone */

.nw-sidebar-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nw-sidebar-wrap .nw-sidebar-container {
    width: 80cqw;
    height: 80cqh;
    display: flex;
    flex-direction: column;
}

.nw-sidebar-wrap .nw-sidebar-tab-row {
    display: flex;
    align-items: flex-end;
    padding-left: 4cqmin;
}

.nw-sidebar-wrap .nw-sidebar-tab {
    display: inline-flex;
    align-items: center;
    gap: 1cqmin;
    padding: 1.2cqmin 2.5cqmin;
    background: var(--bg);
    border-radius: 1.5cqmin 1.5cqmin 0 0;
    border: 0.4cqmin solid var(--accent);
    border-bottom: none;
    margin-bottom: -0.4cqmin;
    position: relative;
    z-index: 1;
}

.nw-sidebar-wrap .nw-sidebar-tab-icon {
    font-size: 3cqmin !important;
    color: var(--accent);
}

.nw-sidebar-wrap .nw-sidebar-tab-text {
    font-size: 3.5cqmin !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    color: var(--text);
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.nw-sidebar-wrap .nw-sidebar-card {
    background: linear-gradient(var(--bg), var(--light, var(--bg)));
    border-radius: 1.5cqmin;
    box-shadow: -1.5cqmin 1.5cqmin var(--text);
    border: 0.4cqmin solid var(--accent);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.nw-sidebar-wrap .nw-sidebar-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5cqmin 4cqmin;
}

.nw-sidebar-wrap .nw-sidebar-subtitle {
    font-family: Montserrat, sans-serif;
    font-size: 5cqmin !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0.15em !important;
    color: var(--text);
    opacity: 0.6;
    text-transform: uppercase;
    margin-bottom: 3cqmin;
    white-space: nowrap;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.nw-sidebar-wrap .nw-sidebar-name {
    font-family: Montserrat, sans-serif;
    font-size: 10cqmin !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    color: var(--text);
    margin-bottom: 1cqmin;
    overflow-wrap: break-word;
    word-break: break-word;
    text-shadow: none !important;
    -webkit-text-stroke: 0 !important;
}

.nw-sidebar-wrap .nw-sidebar-photo {
    width: 22cqmin;
    height: 22cqmin;
    border-radius: 50%;
    overflow: hidden;
    border: 0.4cqmin solid var(--accent);
    flex-shrink: 0;
}

.nw-sidebar-wrap .nw-sidebar-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nw-sidebar-wrap .nw-sidebar-photo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--accent), var(--bar, var(--accent)));
    display: flex;
    align-items: center;
    justify-content: center;
}

.nw-sidebar-wrap .nw-sidebar-photo-placeholder i {
    font-size: 10cqmin !important;
    color: #fff;
    opacity: 0.7;
}

.nw-sidebar-wrap .nw-sidebar-position {
    font-family: Montserrat, sans-serif;
    font-size: 4.5cqmin !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.15em !important;
    color: var(--text);
    opacity: 0.6;
    text-transform: uppercase;
    margin-top: 2cqmin;
    text-align: center;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.nw-sidebar-wrap .nw-sidebar-department {
    font-family: Montserrat, sans-serif;
    font-size: 3.5cqmin !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.15em !important;
    color: var(--text);
    opacity: 0.4;
    text-transform: uppercase;
    margin-top: 0.5cqmin;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
