.hub-shell {
  min-height: 100vh;
  background: var(--background-color);
  color: var(--default-color);
}

.hub-page .header .container-fluid {
  justify-content: space-between;
}

.hub-page .header-controls-spaced {
  gap: 14px;
  flex-wrap: nowrap;
}

.hub-page .blog-mini-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hub-page .blog-mini-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .22s ease;
}

.hub-page .blog-mini-nav a:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.hub-page .blog-mini-nav a.is-accent {
  background: rgba(255,180,0,.16);
  color: #ffd466;
}

.hub-page .blog-mini-nav a.is-desktop-only {
  display: inline-flex;
}

.hub-mobile-only {
  display: none !important;
}

.hub-announcements-card--mobile {
  display: none;
}
.hub-topbar {
  position: relative;
  z-index: 40;
  padding: 18px 0 0;
}
.hub-topbar__inner {
  width: min(100% - 28px, 1480px);
  margin: 0 auto;
  min-height: 58px;
  padding: 0 8px 0 2px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}


.hub-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.hub-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  min-width: 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .22s ease;
}

.hub-nav__link:hover,
.hub-nav__link.is-active {
  color: #fff;
  background: rgba(255,255,255,.12);
  transform: none;
}

.hub-nav__link.is-active {
  background: rgba(255,180,0,.16);
  color: #ffd466;
}

.hub-hero {
  padding: 54px 28px 28px;
}

.hub-hero__inner,
.hub-layout {
  width: min(100%, 1720px);
  margin: 0 auto;
}

.hub-brand {
  margin: 0;
  text-align: center;
  font-size: clamp(2.55rem, 5.9vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  color: #fff;
}

.hub-brand span {
  color: var(--accent-color);
}

.hub-eyebrow,
.hub-hero__note {
  margin: 18px auto 0;
  max-width: 820px;
  text-align: center;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.46);
}

.hub-search {
  margin: 56px auto 0;
  max-width: 580px;
}

.hub-search .input-box {
  position: relative;
}

.hub-search .input-box input {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  padding: 18px 0 14px;
  font-size: 15px;
  text-align: center;
}

.hub-search .input-box input:focus {
  border-bottom-color: var(--accent-color);
  outline: none;
}

.hub-search .input-box label {
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.46);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.hub-layout {
  display: grid;
  grid-template-columns: minmax(250px, 290px) minmax(0, 1fr) minmax(250px, 290px);
  gap: 22px;
  align-items: start;
  padding: 24px 28px 70px;
}

.hub-layout--single {
  grid-template-columns: minmax(0, 940px);
  justify-content: center;
}

.hub-main {
  min-width: 0;
}

.hub-sidebar {
  min-width: 0;
}

.hub-sticky {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 24px;
}

.hub-panel,
.hub-card,
.hub-sidebar-card,
.hub-auth-card {
  background: #121418;
  border-radius: 22px;
  padding: 28px;
}

.hub-panel + .hub-panel {
  margin-top: 22px;
}

.hub-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.hub-kicker {
  margin: 0 0 12px 0;
  color: rgba(255,255,255,.54);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}


.hub-title {
  margin: 8px 0 0;
  font-size: 1.05rem;
  letter-spacing: 0.025em;
  line-height: 1.45;
  color: #fff;
}

.hub-grid-list {
  display: grid;
  gap: 18px;
}

.hub-featured-list {
  display: grid;
  gap: 18px;
}

.hub-slider {
  display: grid;
  gap: 18px;
}

.hub-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hub-slider__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hub-slider__btn {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition: background-color .2s ease, transform .2s ease, opacity .2s ease;
}

.hub-slider__btn:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
}

.hub-slider__btn:disabled {
  opacity: .35;
  pointer-events: none;
}

.hub-slider__viewport {
  overflow: hidden;
}

.hub-slider__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 18px;
  overflow-x: auto;
}

@media (min-width: 1440px) {
  .hub-slider__track {
    grid-auto-columns: calc((100% - 18px) / 2);
  }

  .hub-slider__track:has(> .hub-empty) {
    grid-auto-columns: minmax(0, 100%);
  }
}

.hub-slider__track {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding-bottom: 4px;
}

.hub-slider__track::-webkit-scrollbar {
  display: none;
}

.hub-slide {
  scroll-snap-align: start;
}

.hub-card {
  display: grid;
  gap: 16px;
  position: relative;
}

.hub-card__cover {
  display: block;
  aspect-ratio: 16 / 8.8;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.03);
}

.hub-card__cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hub-card__cover--empty {
  background:
    linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    radial-gradient(circle at top right, rgba(255,180,0,.08), transparent 38%);
}

.hub-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--accent-color);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hub-card__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.2;
}

.hub-card__title a {
  color: inherit;
}

.hub-card__excerpt {
  margin: 0;
  color: rgba(255,255,255,.66);
  line-height: 1.75;
  font-size: 1rem;
}

.hub-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.hub-pill,
.hub-stat,
.hub-action,
.hub-ghost,
.hub-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.055);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.hub-action:hover,
.hub-ghost:hover,
.hub-chip:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
}

.hub-action.is-accent {
  background: rgba(255,180,0,.14);
  color: #ffd465;
}

.hub-action.is-accent:hover,
.hub-action.is-accent:focus-visible {
  background: rgba(255,180,0,.22);
  color: #ffd465;
}

.hub-chip {
  width: 100%;
  justify-content: space-between;
  font-size: .9rem;
  text-transform: none;
  letter-spacing: 0;
  min-height: 64px;
  padding: 0 18px;
}

.hub-chip strong {
  color: var(--accent-color);
  font-size: 1rem;
}

.hub-chip.is-active {
  background: rgba(255,180,0,.16);
  color: #fff;
}

.hub-chip.is-active strong {
  color: #ffd466;
}

.hub-sidebar-card--categories .hub-kicker {
  margin-bottom: 14px;
}

.hub-stack .hub-chip:nth-child(6n+1):hover {
  background: #ffb400;
  color: #14161b;
}

.hub-stack .hub-chip:nth-child(6n+2):hover {
  background: #6ee7b7;
  color: #14161b;
}

.hub-stack .hub-chip:nth-child(6n+3):hover {
  background: #93c5fd;
  color: #14161b;
}

.hub-stack .hub-chip:nth-child(6n+4):hover {
  background: #f9a8d4;
  color: #14161b;
}

.hub-stack .hub-chip:nth-child(6n+5):hover {
  background: #c4b5fd;
  color: #14161b;
}

.hub-stack .hub-chip:nth-child(6n+6):hover {
  background: #fdba74;
  color: #14161b;
}

.hub-stack .hub-chip:hover strong {
  color: inherit;
}

.hub-profile {
  text-align: center;
}

.hub-profile__avatar {
  width: 122px;
  height: 122px;
  margin: 0 auto 18px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}

.hub-profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hub-profile__badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 12px;
  background: rgba(25, 110, 70, .55);
  color: #dfffe8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.hub-profile__name {
  margin: 0;
  color: #fff;
  font-size: 2rem;
}

.hub-profile__handle,
.hub-profile__copy,
.hub-muted {
  color: rgba(255,255,255,.62);
}

.hub-profile__handle {
  margin: 10px 0 12px;
  font-size: 1rem;
}

.hub-profile__copy {
  margin: 0 auto;
  max-width: 240px;
  line-height: 1.7;
}

.hub-stack {
  display: grid;
  gap: 12px;
}

.hub-mini-list {
  display: grid;
  gap: 12px;
}

.hub-mini-item {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}

.hub-mini-item strong,
.hub-mini-item a {
  color: #fff;
}

.hub-mini-item span {
  color: rgba(255,255,255,.56);
  font-size: .92rem;
  line-height: 1.55;
}

.hub-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  padding: 0 18px;
  color: rgba(255,255,255,.68);
  font-size: 1rem;
  text-align: center;
}

.hub-slider__track > .hub-empty {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 160px;
}

.hub-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hub-pagination a,
.hub-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.74);
  font-size: 12px;
  font-weight: 800;
}

.hub-pagination .is-active {
  color: #fff;
  background: rgba(255,180,0,.14);
}

.hub-form {
  display: grid;
  gap: 18px;
}

.hub-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hub-form__grid > .is-full {
  grid-column: 1 / -1;
}

.hub-field {
  display: grid;
  gap: 8px;
}

.hub-field label {
  color: rgba(255,255,255,.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hub-field input,
.hub-field textarea,
.hub-field select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  color: #fff;
  padding: 14px 16px;
}

.hub-field--compact select {
  min-height: 54px;
}

.hub-sort-form {
  margin: 0;
}

.hub-sort-control {
  min-width: 260px;
}

.hub-page .ui-select {
  position: relative;
  width: 100%;
}

.hub-page .ui-select-native {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
}

.hub-page .ui-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 0 56px 0 18px;
  border: none;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: left;
  transition: background .2s ease, box-shadow .2s ease;
}

.hub-page .ui-select-trigger::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255,255,255,.75);
  border-bottom: 2px solid rgba(255,255,255,.75);
  transform: translateY(-65%) rotate(45deg);
  transition: transform .2s ease;
}

.hub-page .ui-select.is-open .ui-select-trigger {
  background: rgba(255,255,255,.1);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

.hub-page .ui-select.is-open .ui-select-trigger::after {
  transform: translateY(-25%) rotate(225deg);
}

.hub-page .ui-select-label {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hub-page .ui-select-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  padding: 10px;
  border-radius: 20px;
  background: rgba(18,20,24,.98);
  box-shadow: 0 24px 64px rgba(0,0,0,.34);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 50;
}

.hub-page .ui-select.is-open .ui-select-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.hub-page .ui-select-option {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: none;
  border-radius: 14px;
  background: transparent;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: left;
  transition: background .18s ease, color .18s ease;
}

.hub-page .ui-select-option:hover {
  background: rgba(255,255,255,.06);
  color: #fff;
}

.hub-page .ui-select-option.is-active {
  background: rgba(255,180,0,.12);
  color: #ffe3a0;
}

.hub-page .ui-select-option.is-disabled {
  opacity: .45;
  cursor: not-allowed;
}

.hub-field textarea {
  min-height: 140px;
  resize: vertical;
}

.hub-field input:focus,
.hub-field textarea:focus,
.hub-field select:focus {
  outline: none;
  border-color: rgba(255,180,0,.35);
}

.hub-field input[type="file"] {
  padding: 8px 10px;
  color: rgba(255,255,255,.74);
  cursor: pointer;
}

.hub-field input[type="file"]::file-selector-button {
  border: none;
  border-radius: 11px;
  background: rgba(255,180,0,.18);
  color: #ffd372;
  padding: 10px 14px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.hub-field input[type="file"]::file-selector-button:hover {
  background: rgba(255,180,0,.28);
  color: #ffe6ab;
  transform: translateY(-1px);
}

.hub-field input[type="file"]::-webkit-file-upload-button {
  border: none;
  border-radius: 11px;
  background: rgba(255,180,0,.18);
  color: #ffd372;
  padding: 10px 14px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.hub-inline-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hub-inline-actions--icons {
  align-items: center;
}

.blog-like-pill,
.blog-share-pill,
.blog-view-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.blog-share-pill {
  width: 36px;
  padding: 0;
}

.blog-view-pill {
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255,255,255,.72);
}

.blog-like-pill i {
  color: #ffb400;
}

.blog-like-pill:hover,
.blog-like-pill.is-liked {
  background: #ffb400;
  color: #14161b;
  transform: translateY(-1px);
}

.blog-like-pill:hover i,
.blog-like-pill.is-liked i {
  color: #14161b;
}

.blog-share-pill:hover,
.blog-share-pill.is-copied {
  background: #6ee7b7;
  color: #14161b;
  transform: translateY(-1px);
}


.hub-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.hub-icon-link--wide {
  width: auto;
  min-width: 94px;
  padding: 0 16px;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.hub-icon-link--wide span {
  font-size: 14px;
  font-weight: 700;
}

.hub-icon-link:nth-child(6n+1):hover,
.hub-icon-link.is-copied {
  background: #ffb400;
  color: #14161b;
  transform: translateY(-1px);
}

.hub-icon-link:nth-child(6n+2):hover {
  background: #6ee7b7;
  color: #14161b;
  transform: translateY(-1px);
}

.hub-icon-link:nth-child(6n+3):hover {
  background: #93c5fd;
  color: #14161b;
  transform: translateY(-1px);
}

.hub-icon-link:nth-child(6n+4):hover {
  background: #f9a8d4;
  color: #14161b;
  transform: translateY(-1px);
}

.hub-icon-link:nth-child(6n+5):hover {
  background: #c4b5fd;
  color: #14161b;
  transform: translateY(-1px);
}

.hub-icon-link:nth-child(6n+6):hover {
  background: #fdba74;
  color: #14161b;
  transform: translateY(-1px);
}


.hub-icon-link--accent {
  background: rgba(255,180,0,.14);
  color: #ffd465;
}

.hub-share-card__title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.hub-share-card__copy {
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}

.forum-like-pill,
.forum-share-pill,
.forum-view-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.forum-share-pill {
  width: 36px;
  padding: 0;
}

.forum-view-pill {
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255,255,255,.72);
}

.forum-like-pill i {
  color: #ffb400;
}

.forum-like-pill:hover,
.forum-share-pill:hover,
.forum-like-pill.is-liked,
.forum-share-pill.is-copied {
  transform: translateY(-1px);
  background: rgba(255,255,255,.12);
}

.forum-access-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  z-index: 2;
}

.forum-access-badge.is-public {
  background: rgba(18, 136, 98, .78);
  color: #d8fff1;
}

.forum-access-badge.is-members {
  background: rgba(120, 21, 75, .82);
  color: #ffd5eb;
}

.hub-page--forum .hub-card {
  padding-top: 74px;
}

.hub-page--forum .hub-card__meta {
  min-height: 22px;
  margin-top: 4px;
}

.hub-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hub-stat {
  display: grid;
  gap: 8px;
  justify-items: start;
  min-height: 120px;
  padding: 20px;
  text-transform: none;
  letter-spacing: 0;
  background: rgba(255,255,255,.04);
}

.hub-stat strong {
  color: #fff;
  font-size: 2rem;
}

.hub-stat span {
  color: rgba(255,255,255,.62);
  line-height: 1.5;
}

.hub-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,.72);
}

.hub-check input {
  margin-top: 4px;
}

.hub-message {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: .95rem;
}

.hub-message.is-error {
  background: rgba(223, 21, 41, .12);
  color: #ff9ca6;
}

.hub-message.is-success {
  background: rgba(255,180,0,.12);
  color: #ffe18b;
}

.hub-detail {
  display: grid;
  gap: 20px;
}

.hub-detail__body {
  color: rgba(255,255,255,.75);
  line-height: 1.9;
}

.hub-detail__body h2,
.hub-detail__body h3,
.hub-detail__body h4 {
  color: #fff;
  margin: 28px 0 12px;
}

.hub-detail__body p,
.hub-detail__body ul,
.hub-detail__body ol {
  margin: 0 0 16px;
}

.hub-comment {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
}

.hub-comment__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hub-comment__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hub-comment__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}

.hub-comment__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hub-comment__body {
  color: rgba(255,255,255,.72);
  line-height: 1.75;
}

@media (max-width: 1199.98px) {
  .hub-layout {
    grid-template-columns: 1fr;
  }

  .hub-sticky {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .hub-page .header .container-fluid {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    align-items: center;
    justify-content: initial;
  }

  .hub-page .header-controls-spaced {
    gap: 10px;
    grid-column: 2;
    justify-self: end;
    margin-left: 0;
    min-width: 0;
  }

  .hub-page .blog-mini-nav {
    gap: 6px;
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .hub-page .blog-mini-nav a {
    font-size: 9px;
    padding: 8px 9px;
    letter-spacing: 1px;
    white-space: nowrap;
  }

  .hub-topbar,
  .hub-hero,
  .hub-layout {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hub-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .hub-topbar__inner::before {
    content: none;
  }

  .hub-brand {
    font-size: clamp(1.85rem, 10.2vw, 2.5rem);
  }

  .hub-form__grid {
    grid-template-columns: 1fr;
  }

  .hub-stats {
    grid-template-columns: 1fr;
  }

  .hub-slider__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hub-panel,
  .hub-card,
  .hub-sidebar-card,
  .hub-auth-card {
    padding: 22px;
    border-radius: 20px;
  }

  .hub-nav {
    display: flex !important;
    gap: 6px;
    margin-left: 0;
    width: auto;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .hub-nav__link {
    padding: 7px 8px;
    font-size: 9px;
    letter-spacing: 1px;
    border-radius: 10px;
    white-space: nowrap;
  }

  .hub-panel__head {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .hub-panel__head .hub-title {
    display: none;
  }

  .hub-page--auth .hub-panel__head .hub-title,
  .cms-login-page .hub-panel__head .hub-title {
    display: block;
  }

  .hub-sort-control {
    min-width: 0 !important;
    width: 100%;
  }

  .hub-page .ui-select-trigger {
    min-height: 44px;
    padding: 0 44px 0 14px;
    border-radius: 14px;
    font-size: 10px;
    letter-spacing: .07em;
  }

  .hub-page .ui-select-trigger::after {
    right: 15px;
    width: 7px;
    height: 7px;
  }

  .hub-page--blog .hub-summary-card,
  .hub-page--forum .hub-summary-card,
  .hub-latest-cross-card {
    display: none !important;
  }

  .hub-announcements-card--mobile {
    display: block !important;
  }

  .hub-announcements-card--desktop {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hub-page .blog-mini-nav a.is-desktop-only {
    display: none !important;
  }

  .hub-mobile-only {
    display: inline-flex !important;
  }

  .hub-page--blog .hub-summary-card,
  .hub-page--forum .hub-summary-card,
  .hub-latest-cross-card {
    display: none !important;
  }

  .hub-page .blog-mini-nav {
    width: 100%;
    justify-content: flex-end;
  }

  .hub-page .blog-mini-nav a {
    padding: 10px 12px;
  }

  .hub-page--blog .hub-layout,
  .hub-page--forum .hub-layout {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 18px;
  }

  .hub-page--blog .hub-sidebar,
  .hub-page--forum .hub-sidebar {
    display: block;
  }

  .hub-page--blog .hub-sidebar .hub-sticky,
  .hub-page--forum .hub-sidebar .hub-sticky {
    position: static;
    gap: 12px;
  }

  .hub-page--blog .hub-sidebar-card,
  .hub-page--forum .hub-sidebar-card {
    padding: 18px;
    border-radius: 16px;
  }

  .hub-page--forum .hub-profile {
    order: 1;
  }

  .hub-page--forum .hub-announcements-card {
    order: 2;
  }

  .hub-page--forum .hub-sidebar-card--categories {
    order: 3;
  }

  .hub-page--forum .hub-latest-cross-card {
    order: 4;
  }

  .hub-page--blog .hub-slider,
  .hub-page--forum .hub-slider {
    display: none;
  }

  .hub-page--blog .hub-main > .hub-panel:first-child,
  .hub-page--forum:not(.hub-page--auth):not(.cms-login-page):not(.hub-page--forum-profile-edit) .hub-main > .hub-panel:first-child {
    display: none;
  }

  .hub-page--blog .hub-main,
  .hub-page--forum .hub-main {
    grid-column: 1 / -1;
  }

  .hub-page--forum:not(.hub-page--forum-profile) .hub-profile__avatar,
  .hub-page--forum:not(.hub-page--forum-profile) .hub-profile__badge,
  .hub-page--forum:not(.hub-page--forum-profile) .hub-profile__name,
  .hub-page--forum:not(.hub-page--forum-profile) .hub-profile__handle,
  .hub-page--forum:not(.hub-page--forum-profile) .hub-profile__copy {
    display: none !important;
  }

  .hub-page--forum:not(.hub-page--forum-profile) .hub-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hub-page--forum:not(.hub-page--forum-profile) .hub-profile .hub-inline-actions {
    margin-top: 0 !important;
  }

  .hub-page--auth .hub-layout--single,
  .cms-login-page .hub-layout--single {
    padding-top: 12px;
  }

  .hub-page--auth .hub-main > .hub-panel:first-child,
  .cms-login-page .hub-main > .hub-panel:first-child {
    display: block;
  }
}

@media (max-width: 430px) {
  .hub-topbar {
    padding-top: calc(12px + env(safe-area-inset-top));
  }

  .hub-topbar__inner {
    width: min(100% - 18px, 1480px);
    min-height: 50px;
  }

  .hub-nav {
    display: flex !important;
    gap: 5px;
  }

  .hub-nav__link {
    padding: 7px 8px;
    font-size: clamp(9px, 2.2vw, 10px);
    letter-spacing: 0.9px;
  }

}

@media (max-width: 393px) {
  .hub-topbar__inner {
    width: min(100% - 16px, 1480px);
  }

  .hub-nav {
    display: flex !important;
  }

  .hub-nav__link {
    padding: 7px 7px;
    font-size: 9px;
    letter-spacing: 0.85px;
  }
}

@media (max-width: 375px) {
  .hub-nav {
    display: flex !important;
    gap: 4px;
  }
}

@media (max-width: 767.98px) {
  .hub-page .header {
    padding-top: calc(12px + env(safe-area-inset-top));
  }

  .hub-page .header .container-fluid {
    width: min(100% - 24px, 1480px) !important;
    grid-template-columns: 142px minmax(0, 1fr) !important;
    min-height: 54px;
    gap: 12px;
    padding: 0 2px !important;
  }

  .hub-page .logo {
    min-width: 108px;
  }

  .hub-page #logoText {
    width: 108px;
    font-size: 18px;
  }

  .hub-page .nav-toggle {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
  }

  .hub-page .nav-toggle i {
    font-size: 13px;
  }

  .hub-page .header-controls-spaced {
    gap: 8px !important;
  }

  .hub-page .blog-mini-nav {
    gap: 6px !important;
  }

  .hub-page .blog-mini-nav a {
    padding: 9px 10px !important;
    font-size: 9.5px !important;
    letter-spacing: 1px !important;
  }

  .hub-hero,
  .hub-layout,
  .hub-page--blog .hub-layout,
  .hub-page--forum .hub-layout {
    width: min(100% - 24px, 1480px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hub-brand,
  .hub-eyebrow,
  .hub-hero__note,
  .hub-title,
  .hub-card__title,
  .hub-card__excerpt,
  .hub-profile__copy,
  .hub-empty,
  .hub-mini-item span,
  .hub-kicker {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hub-eyebrow,
  .hub-hero__note {
    display: none;
  }
}

