/* =========================
   Sidebar
   ========================= */
.sb{
  position:sticky;
  top:0;
  height:100vh;
  display:grid;
  grid-template-columns: var(--sb-rail) 1fr;
  border-right:1px solid var(--line2);
  overflow:hidden;

  background:
    radial-gradient(700px 520px at 60% 10%, rgba(255,255,255,.06) 0%, transparent 55%),
    linear-gradient(180deg, rgba(10,30,38,.95), rgba(10,30,38,.75));
}

/* rail: carrés catégories */
/* rail */
.sbCatsRail{
  padding:14px 10px;
  display:flex;
  flex-direction:column;
  gap:14px;
  align-items:center;
  border-right:1px solid rgba(255,255,255,.07);
  background: rgba(0,0,0,.14);
  height:100%;
}

/* pousse le social en bas */
.sbRailSpacer{
  margin-top:auto;
}

/* social vertical bottom */
.sbRailSocial{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding-bottom:10px;
}

.sbRailIcon{
  width:38px;
  height:38px;
  border-radius:10px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset;
  font-family: var(--font-brand);
  letter-spacing:.06em;
}

.sbRailIcon:hover{
  border-color: rgba(67,209,255,.22);
}

.sbCatSquare{
  width:38px;
  height:38px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  box-shadow:
    0 0 0 1px rgba(0,0,0,.25) inset,
    0 10px 22px rgba(0,0,0,.25);
  cursor:default;
}
.sbCatSquare.is-active{
  border-color: rgba(67,209,255,.35);
  box-shadow:
    0 0 0 1px rgba(67,209,255,.16) inset,
    0 10px 22px rgba(0,0,0,.25);
}

/* inner panel */
.sbInner{
  height:100%;
  padding:14px 14px 12px;
  display:flex;
  flex-direction:column;
}

/* Top brand */
.sbBrandRow{
  display:flex;
  align-items:center;
  gap:10px;
  padding:2px 2px 8px;
}
.sbLogo{
  width:26px;
  height:26px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.05);
}
.sbBrand{
  font-family:var(--font-brand);
  letter-spacing:.18em;
  font-size:16px;
  text-transform:uppercase;
}

/* Profile card */
.sbProfile{
  margin-top:10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding:10px;
  background:
    radial-gradient(520px 300px at 50% 0%, rgba(255,255,255,.05) 0%, transparent 70%),
    rgba(0,0,0,.18);
}
.sbAvatar{
  width:100%;
  height:160px;
  object-fit:cover;
  border-radius: 12px;
  border:1px solid rgba(255,255,255,.10);
  display:block;
  background: rgba(255,255,255,.03);
}

.sbLiveRow{
  margin-top:10px;
  display:flex;
  align-items:center;
  gap:8px;
  font-family:var(--font-brand);
  letter-spacing:.10em;
  font-size:12px;
  text-transform:uppercase;
}
.sbLiveDot{
  width:10px;
  height:10px;
  border-radius:999px;
  background: rgba(255,255,255,.22);
  border:1px solid rgba(255,255,255,.14);
}
.sbLiveDot.live{
  background: var(--red);
  border-color: rgba(255,255,255,.20);
  box-shadow: 0 0 18px rgba(255,59,99,.45);
}
.sbLiveTxt{
  opacity:.95;
}
.sbLiveMeta{
  margin-top:6px;
  min-height:34px;
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
  white-space:pre-line;
}

.sbDivider{
  height:1px;
  background: rgba(255,255,255,.10);
  margin:14px 0;
}

/* NAV section label */
.sbSectionTitle{
  font-family:var(--font-brand);
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  opacity:.85;
  margin:0 0 8px;
}

/* Navigation buttons (sous-catégories) */
.sbNav{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:2px;
}

.sbNavLink{
  display:block;
  padding:12px 14px;
  border-radius: 12px;
  border:1px solid rgba(255,255,255,.08);

  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  box-shadow:
    0 0 0 1px rgba(0,0,0,.18) inset;

  font-family:var(--font-brand);
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:13px;

  color: rgba(234,243,255,.92);
}
.sbNavLink:hover{
  border-color: rgba(67,209,255,.18);
}
.sbNavLink.is-active{
  border-color: rgba(255,255,255,.12);
}

/* Colored underline accents like your screenshot */
.sbNavLink[data-nav="home"]{ color: rgba(234,243,255,.92); text-decoration: underline; text-decoration-color: var(--purple2); text-underline-offset: 4px; }
.sbNavLink[data-nav="event"]{ color: rgba(234,243,255,.92); text-decoration: underline; text-decoration-color: var(--purple2); text-underline-offset: 4px; }
.sbNavLink[data-nav="news"]{ color: rgba(234,243,255,.92); text-decoration: underline; text-decoration-color: var(--purple2); text-underline-offset: 4px; }
.sbNavLink[data-nav="posts"]{ color: rgba(234,243,255,.92); text-decoration: underline; text-decoration-color: var(--purple2); text-underline-offset: 4px; }
.sbNavLink[data-nav="lore"]{ color: rgba(234,243,255,.92); text-decoration: underline; text-decoration-color: var(--purple2); text-underline-offset: 4px; }
/* SHOP in blue like screenshot */
.sbNavLink[aria-disabled="true"]{
  color: rgba(0,150,255,.95);
  text-decoration: underline;
  text-decoration-color: rgba(0,150,255,.75);
  text-underline-offset: 4px;
  cursor:not-allowed;
}

/* Text groups at bottom (HOME/ART/PROJET/COMMANDES) */
.sbTextGroups{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.sbGroupTitle{
  font-family:var(--font-brand);
  letter-spacing:.16em;
  font-size:12px;
  text-transform:uppercase;
  opacity:.9;
  margin:0 0 6px;
}
.sbGroupItem{
  color: rgba(234,243,255,.70);
  font-size:12px;
  padding:4px 0;
}


.sbSocial:hover{
  border-color: rgba(67,209,255,.20);
}