.home-neon .community-center-app[data-social-pro="true"] {
  --social-bg: #080d14;
  --social-surface: #101821;
  --social-raised: #16212c;
  --social-line: #293846;
  --social-text: #edf4f8;
  --social-muted: #91a2b1;
  --social-cyan: #57dce5;
  --social-pink: #f05cac;
  --social-green: #67dba1;
  --social-yellow: #f0cf6a;
  position: relative;
  gap: 12px;
  min-height: 760px;
  background:
    radial-gradient(circle at 10% 8%, rgba(87, 220, 229, .08), transparent 24%),
    radial-gradient(circle at 90% 14%, rgba(240, 92, 172, .07), transparent 28%),
    var(--social-bg);
}

.home-neon .community-center-app[data-social-pro="true"] .community-hero {
  top: 0;
  z-index: 12;
  min-height: 112px;
  padding: 18px 22px;
  overflow: hidden;
  border-color: rgba(117, 158, 186, .26);
  background:
    linear-gradient(100deg, rgba(87, 220, 229, .1), transparent 35%, rgba(240, 92, 172, .09)),
    rgba(13, 20, 29, .96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
}

.home-neon .community-center-app[data-social-pro="true"] .community-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--social-cyan), var(--social-green), var(--social-yellow), var(--social-pink));
  content: "";
}

.home-neon .community-center-app[data-social-pro="true"] .community-hero h4 {
  margin: 2px 0 4px;
  color: var(--social-text);
  font-size: clamp(24px, 3vw, 36px);
}

.home-neon .community-center-app[data-social-pro="true"] .community-hero .section-kicker {
  color: var(--social-cyan);
  text-shadow: 0 0 18px rgba(87, 220, 229, .35);
}

.home-neon .community-center-app[data-social-pro="true"] .community-search {
  width: min(360px, 34vw);
  border-color: #354655;
  background: rgba(7, 12, 18, .8);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.home-neon .community-center-app[data-social-pro="true"] .community-search:focus-within {
  border-color: var(--social-cyan);
  box-shadow: 0 0 0 3px rgba(87, 220, 229, .1), 0 10px 30px rgba(0, 0, 0, .24);
  transform: translateY(-1px);
}

.home-neon .community-center-app[data-social-pro="true"] .community-notification-button,
.home-neon .community-center-app[data-social-pro="true"] .community-hero-actions > .button {
  position: relative;
  min-height: 42px;
  border: 1px solid #405565;
  border-radius: 7px;
  background: linear-gradient(145deg, #17242e, #111a23);
  color: #dce8ee;
  font-weight: 900;
}

.home-neon .community-center-app[data-social-pro="true"] .community-notification-button b {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border: 2px solid var(--social-bg);
  border-radius: 10px;
  background: #e94f72;
  color: #fff;
  font-size: 9px;
}

.home-neon .hh-social-tabs {
  position: sticky;
  z-index: 11;
  top: 112px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 58px;
  overflow: hidden;
  border: 1px solid var(--social-line);
  border-radius: 8px;
  background: rgba(13, 20, 29, .94);
  box-shadow: 0 13px 35px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
}

.home-neon .hh-social-tabs button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #8fa0af;
  font-weight: 850;
  cursor: pointer;
}

.home-neon .hh-social-tabs button::after {
  position: absolute;
  right: 24%;
  bottom: 0;
  left: 24%;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: transparent;
  content: "";
  transition: right .18s ease, left .18s ease, background .18s ease;
}

.home-neon .hh-social-tabs button:hover,
.home-neon .hh-social-tabs button.active {
  background: linear-gradient(180deg, rgba(87, 220, 229, .07), transparent);
  color: #f4fbff;
}

.home-neon .hh-social-tabs button.active::after {
  right: 10%;
  left: 10%;
  background: linear-gradient(90deg, var(--social-cyan), var(--social-pink));
  box-shadow: 0 0 14px rgba(87, 220, 229, .35);
}

.home-neon .hh-social-tabs button span {
  color: var(--social-cyan);
  font-size: 16px;
}

.home-neon .community-center-app[data-social-pro="true"] .community-layout {
  grid-template-columns: minmax(210px, 240px) minmax(520px, 760px) minmax(235px, 300px);
  gap: 16px;
  padding: 0 2px 24px;
}

.home-neon .community-center-app[data-social-pro="true"] .community-nav,
.home-neon .community-center-app[data-social-pro="true"] .community-side {
  top: 184px;
  scrollbar-color: #385060 transparent;
  scrollbar-width: thin;
}

.home-neon .community-center-app[data-social-pro="true"] .community-nav {
  padding: 10px;
  border: 1px solid rgba(117, 158, 186, .18);
  border-radius: 8px;
  background: rgba(12, 18, 26, .84);
}

.home-neon .community-center-app[data-social-pro="true"] .community-profile-card {
  position: relative;
  min-height: 74px;
  padding: 12px 8px 14px !important;
  overflow: hidden;
  border-bottom: 1px solid var(--social-line) !important;
  background: linear-gradient(120deg, rgba(87, 220, 229, .08), rgba(240, 92, 172, .06));
}

.home-neon .community-center-app[data-social-pro="true"] .community-avatar {
  border-color: #dceff2;
  background: linear-gradient(145deg, var(--social-pink), var(--social-cyan));
  box-shadow: 0 0 0 3px rgba(87, 220, 229, .08);
}

.home-neon .community-center-app[data-social-pro="true"] .community-nav > button,
.home-neon .community-center-app[data-social-pro="true"] .community-nav section button {
  display: flex;
  align-items: center;
  min-height: 43px;
  border-radius: 6px;
}

.home-neon .community-center-app[data-social-pro="true"] .community-nav button:hover,
.home-neon .community-center-app[data-social-pro="true"] .community-nav button.active {
  background: linear-gradient(90deg, rgba(87, 220, 229, .13), rgba(240, 92, 172, .06));
  box-shadow: inset 3px 0 var(--social-cyan);
  color: #fff;
}

.home-neon .community-center-app[data-social-pro="true"] .community-stories {
  gap: 9px;
  padding: 2px 2px 10px;
  scrollbar-width: thin;
}

.home-neon .community-center-app[data-social-pro="true"] .community-story {
  height: 190px;
  border-color: #324454;
  background:
    radial-gradient(circle at 50% 16%, rgba(87, 220, 229, .24), transparent 28%),
    linear-gradient(160deg, #253240, #121722 55%, #261426);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.home-neon .community-center-app[data-social-pro="true"] .community-story:nth-child(3n) {
  background: radial-gradient(circle at 50% 16%, rgba(240, 207, 106, .2), transparent 30%), linear-gradient(160deg, #23372e, #121722 56%, #21152d);
}

.home-neon .community-center-app[data-social-pro="true"] .community-story:hover {
  border-color: var(--social-cyan);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .35), 0 0 24px rgba(87, 220, 229, .08);
  transform: translateY(-3px);
}

.home-neon .community-center-app[data-social-pro="true"] .community-story img,
.home-neon .community-center-app[data-social-pro="true"] .community-story video {
  transition: transform .3s ease;
}

.home-neon .community-center-app[data-social-pro="true"] .community-story:hover img,
.home-neon .community-center-app[data-social-pro="true"] .community-story:hover video {
  transform: scale(1.04);
}

.home-neon .community-center-app[data-social-pro="true"] .community-composer,
.home-neon .community-center-app[data-social-pro="true"] .community-post,
.home-neon .community-center-app[data-social-pro="true"] .community-side > section {
  border-color: rgba(117, 158, 186, .23);
  background: rgba(15, 23, 32, .94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .2);
}

.home-neon .community-center-app[data-social-pro="true"] .community-composer {
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #121c26, #0e161f);
}

.home-neon .community-center-app[data-social-pro="true"] .community-composer textarea {
  min-height: 64px;
  border-color: transparent;
  background: #202b36;
  font-size: 14px;
}

.home-neon .hh-composer-status {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 5px 0 0 52px;
  color: #718392;
  font-size: 9px;
}

.home-neon .hh-composer-status b {
  color: #8dcfd4;
}

.home-neon .community-center-app[data-social-pro="true"] .community-composer footer {
  grid-template-columns: minmax(280px, 1fr) auto auto auto;
}

.home-neon .community-center-app[data-social-pro="true"] .community-composer footer > div button {
  min-height: 36px;
  color: #c8d4dc;
  white-space: nowrap;
}

.home-neon .community-center-app[data-social-pro="true"] .community-composer footer > div button:hover {
  background: #23313d;
  color: #fff;
  transform: translateY(-1px);
}

.home-neon .community-center-app[data-social-pro="true"] [data-social-live] span { color: #ff5c72; }
.home-neon .community-center-app[data-social-pro="true"] [data-social-poll] span { color: var(--social-yellow); }
.home-neon .community-center-app[data-social-pro="true"] [data-social-emoji] span { color: var(--social-pink); }
.home-neon .community-center-app[data-social-pro="true"] [data-social-gif] span { color: var(--social-cyan); font-size: 9px; }

.home-neon .hh-composer-extra {
  display: grid;
  gap: 9px;
  margin: 11px 0 0 52px;
  padding: 12px;
  border: 1px solid #3a4c5b;
  border-radius: 7px;
  background: linear-gradient(145deg, #121d27, #17151f);
  animation: hhSocialExtra .18s ease both;
}

.home-neon .hh-composer-extra header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-neon .hh-composer-extra header button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #25323e;
  color: #fff;
}

.home-neon .hh-composer-extra > input,
.home-neon .hh-composer-extra > div:not(.hh-emoji-grid) input {
  min-height: 40px;
  padding: 0 11px;
  border: 1px solid #344754;
  border-radius: 6px;
  outline: 0;
  background: #080e14;
  color: #fff;
}

.home-neon .hh-composer-extra > div:not(.hh-emoji-grid) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.home-neon .hh-emoji-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(34px, 1fr));
  gap: 5px;
}

.home-neon .hh-emoji-grid button {
  height: 39px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #202b36;
  font-size: 19px;
}

.home-neon .hh-emoji-grid button:hover {
  border-color: var(--social-cyan);
  background: #293846;
  transform: translateY(-2px);
}

.home-neon .community-center-app[data-social-pro="true"] .community-post {
  overflow: visible;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-neon .community-center-app[data-social-pro="true"] .community-post:hover {
  border-color: #415767;
  box-shadow: 0 17px 45px rgba(0, 0, 0, .28);
  transform: translateY(-1px);
}

.home-neon .community-center-app[data-social-pro="true"] .community-post > p {
  padding: 10px 16px 15px;
  color: #edf4f8;
  font-size: 14px;
  line-height: 1.65;
}

.home-neon .hh-post-context {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 15px 8px 67px;
}

.home-neon .hh-post-context span {
  padding: 4px 7px;
  border: 1px solid rgba(87, 220, 229, .2);
  border-radius: 5px;
  background: rgba(87, 220, 229, .05);
  color: #9cdfe3;
  font-size: 9px;
}

.home-neon .community-center-app[data-social-pro="true"] .community-media-grid {
  cursor: zoom-in;
}

.home-neon .community-center-app[data-social-pro="true"] .community-media-grid img {
  transition: filter .2s ease, transform .24s ease;
}

.home-neon .community-center-app[data-social-pro="true"] .community-media-grid img:hover {
  filter: brightness(1.06) saturate(1.05);
}

.home-neon .hh-post-poll {
  display: grid;
  gap: 10px;
  margin: 4px 15px 14px;
  padding: 13px;
  border: 1px solid rgba(240, 207, 106, .25);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(240, 207, 106, .06), rgba(87, 220, 229, .04));
}

.home-neon .hh-post-poll > header {
  display: flex;
  grid-template-columns: none;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
}

.home-neon .hh-post-poll header div { display: grid; gap: 3px; }
.home-neon .hh-post-poll header small { color: var(--social-yellow); font-size: 8px; font-weight: 900; }
.home-neon .hh-post-poll header strong { font-size: 13px; }
.home-neon .hh-post-poll header > span { color: #8092a0; font-size: 9px; }
.home-neon .hh-post-poll > div { display: grid; gap: 7px; }

.home-neon .hh-post-poll button {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 42px;
  overflow: hidden;
  padding: 0 12px;
  border: 1px solid #394b59;
  border-radius: 6px;
  background: #101923;
  color: #d8e2e8;
  text-align: left;
  cursor: pointer;
}

.home-neon .hh-post-poll button i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--poll);
  background: linear-gradient(90deg, rgba(87, 220, 229, .18), rgba(240, 92, 172, .12));
}

.home-neon .hh-post-poll button span,
.home-neon .hh-post-poll button b { position: relative; z-index: 1; }
.home-neon .hh-post-poll button b { color: #7ccfd5; font-size: 10px; }
.home-neon .hh-post-poll button:hover,
.home-neon .hh-post-poll button.active { border-color: var(--social-cyan); box-shadow: inset 3px 0 var(--social-cyan); }

.home-neon .hh-reaction-summary {
  margin-right: 6px;
  letter-spacing: 1px;
}

.home-neon .hh-comment-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2px;
  color: #8192a0;
  font-size: 9px;
}

.home-neon .hh-comment-toolbar select {
  height: 28px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #a9b9c4;
  font-size: 9px;
  font-weight: 800;
}

.home-neon .hh-social-directory {
  position: relative;
  z-index: 10;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #344858;
  border-radius: 8px;
  background:
    radial-gradient(circle at 6% 0, rgba(87, 220, 229, .11), transparent 28%),
    radial-gradient(circle at 95% 100%, rgba(240, 92, 172, .09), transparent 30%),
    #101821;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .32);
  animation: hhSocialExtra .2s ease both;
}

.home-neon .hh-social-directory > header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.home-neon .hh-social-directory header small { color: var(--social-cyan); font-size: 8px; font-weight: 900; }
.home-neon .hh-social-directory h5 { margin: 3px 0; font-size: 22px; }
.home-neon .hh-social-directory header p { margin: 0; color: var(--social-muted); font-size: 11px; }
.home-neon .hh-social-directory > header > button { width: 36px; height: 36px; border: 1px solid #3a4d5c; border-radius: 50%; background: #17232d; color: #fff; font-size: 18px; }
.home-neon .hh-directory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }

.home-neon .hh-directory-grid article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #2d3e4c;
  border-radius: 7px;
  background: rgba(8, 14, 20, .72);
}

.home-neon .hh-directory-grid article > i,
.home-neon .hh-directory-grid article > time {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(87, 220, 229, .34);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(87, 220, 229, .12), rgba(240, 92, 172, .1));
  color: var(--social-cyan);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.home-neon .hh-directory-grid article div { display: grid; min-width: 0; gap: 3px; }
.home-neon .hh-directory-grid article p { margin: 0; overflow: hidden; color: #8899a7; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.home-neon .hh-directory-grid article small { color: #6d7f8e; font-size: 8px; }
.home-neon .hh-directory-grid article > button,
.home-neon .hh-people-grid article button {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #405362;
  border-radius: 6px;
  background: #17232d;
  color: #d7e2e8;
  font-size: 9px;
  font-weight: 900;
}
.home-neon .hh-directory-grid article > button.active,
.home-neon .hh-people-grid article button.active { border-color: var(--social-green); color: var(--social-green); }

.home-neon .hh-people-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.home-neon .hh-people-grid article { display: grid; place-items: center; gap: 6px; padding: 15px 9px; border: 1px solid #2e4050; border-radius: 7px; background: #0c131b; text-align: center; }
.home-neon .hh-people-grid article > span { display: grid; place-items: center; width: 54px; height: 54px; border: 2px solid var(--social-cyan); border-radius: 50%; background: linear-gradient(145deg, #263543, #28182a); color: #fff; font-weight: 900; }
.home-neon .hh-people-grid article small { color: #7c8e9c; font-size: 8px; }

.home-neon .hh-composer-context {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 12px 10px 62px;
}
.home-neon .hh-composer-context[hidden] { display: none; }
.home-neon .hh-composer-context button {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(87, 220, 229, .32);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(87, 220, 229, .1), rgba(240, 92, 172, .08));
  color: #dce8ed;
  font-size: 9px;
  font-weight: 800;
}
.home-neon .post-comments > .community-comment[data-parent-id]:not([data-parent-id=""]) { margin-left: 42px; border-left: 2px solid rgba(87, 220, 229, .22); padding-left: 10px; }

.hh-story-viewer,
.hh-media-lightbox,
.hh-live-dialog,
.hh-composer-dialog {
  width: min(94vw, 980px);
  max-height: 94vh;
  padding: 0;
  overflow: hidden;
  border: 1px solid #3b4f60;
  border-radius: 8px;
  background: #070b10;
  color: #f2f7fa;
  box-shadow: 0 35px 110px rgba(0, 0, 0, .78);
}

.hh-story-viewer::backdrop,
.hh-media-lightbox::backdrop,
.hh-live-dialog::backdrop,
.hh-composer-dialog::backdrop { background: rgba(1, 4, 8, .88); backdrop-filter: blur(10px); }
.hh-story-viewer { width: min(94vw, 520px); }
.hh-story-viewer > section { position: relative; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; height: min(92vh, 820px); background: #06090d; }
.hh-story-progress { position: absolute; z-index: 5; top: 8px; right: 10px; left: 10px; height: 3px; overflow: hidden; border-radius: 3px; background: #ffffff45; }
.hh-story-progress i { display: block; width: 100%; height: 100%; background: #fff; transform-origin: left; animation: hhStoryProgress 8s linear both; }
.hh-story-viewer header { position: absolute; z-index: 4; top: 17px; right: 0; left: 0; display: grid; grid-template-columns: 38px 1fr 36px; align-items: center; gap: 9px; padding: 9px 13px; background: linear-gradient(#000b, transparent); }
.hh-story-viewer header > span { display: grid; place-items: center; width: 36px; height: 36px; border: 2px solid var(--social-cyan, #57dce5); border-radius: 50%; background: #1a2934; font-size: 10px; font-weight: 900; }
.hh-story-viewer header div { display: grid; }
.hh-story-viewer header small { color: #d4dee4; font-size: 9px; }
.hh-story-viewer header button,
.hh-media-lightbox > section > button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #1d2933cc; color: #fff; font-size: 20px; }
.hh-story-viewer main { display: grid; place-items: center; min-height: 0; background: #000; }
.hh-story-viewer main img,
.hh-story-viewer main video { width: 100%; height: 100%; max-height: 820px; object-fit: contain; }
.hh-story-text { display: grid; place-items: center; width: 100%; height: 100%; padding: 60px; background: radial-gradient(circle at 20% 10%, #3c2858, transparent 40%), linear-gradient(145deg, #113442, #241226); font-size: 24px; font-weight: 900; line-height: 1.45; text-align: center; }
.hh-story-viewer footer { display: grid; grid-template-columns: minmax(0, 1fr) 42px 58px; gap: 7px; padding: 10px; background: #0d141c; }
.hh-story-viewer footer input { min-width: 0; height: 40px; padding: 0 13px; border: 1px solid #3a4c5a; border-radius: 20px; outline: 0; background: #17222c; color: #fff; }
.hh-story-viewer footer button { border: 1px solid #3b4e5d; border-radius: 6px; background: #16232d; color: #fff; font-weight: 900; }

.hh-media-lightbox > section { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) auto; max-height: 94vh; }
.hh-media-lightbox > section > button { position: absolute; z-index: 2; top: 12px; right: 12px; }
.hh-media-lightbox img { width: 100%; max-height: calc(94vh - 52px); background: #000; object-fit: contain; }
.hh-media-lightbox footer { display: flex; justify-content: space-between; padding: 13px 16px; background: #111922; color: #aab8c2; font-size: 10px; }
.hh-media-lightbox footer a { color: #75dce2; text-decoration: none; }

.hh-live-dialog { width: min(92vw, 580px); }
.hh-live-dialog > section { padding: 18px; background: radial-gradient(circle at 15% 0, rgba(255, 83, 112, .14), transparent 35%), #101821; }
.hh-live-dialog header { display: flex; justify-content: space-between; }
.hh-live-dialog header small { color: #ff6f83; font-size: 9px; font-weight: 900; }
.hh-live-dialog h5 { margin: 3px 0; font-size: 21px; }
.hh-live-dialog header button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #25313d; color: #fff; }
.hh-live-preview { display: grid; place-items: center; min-height: 230px; margin: 16px 0; padding: 30px; border: 1px solid #384b5a; border-radius: 8px; background: #080d13; text-align: center; }
.hh-live-preview > span { color: #ff5c72; font-size: 32px; text-shadow: 0 0 22px #ff5c72; }
.hh-live-preview p { max-width: 420px; color: #8fa0ad; font-size: 11px; line-height: 1.6; }
.hh-live-dialog footer { display: flex; justify-content: flex-end; gap: 8px; }
.hh-live-dialog footer button { min-height: 38px; padding: 0 13px; border: 1px solid #3c4f5e; border-radius: 6px; background: #17232d; color: #fff; font-weight: 900; }
.hh-live-dialog footer button.primary { border-color: #ff5c72; background: #ff5c72; color: #19070b; }

.hh-community-create-dialog { width: min(92vw, 620px); max-height: 92vh; padding: 0; overflow: auto; border: 1px solid #3b5160; border-radius: 8px; background: #0d151d; color: #f2f7fa; box-shadow: 0 35px 110px rgba(0,0,0,.76); }
.hh-community-create-dialog::backdrop { background: rgba(1,4,8,.88); backdrop-filter: blur(10px); }
.hh-community-create-dialog > form { display: grid; gap: 12px; padding: 18px; background: radial-gradient(circle at 0 0, rgba(87,220,229,.12), transparent 35%), radial-gradient(circle at 100% 100%, rgba(240,92,175,.1), transparent 36%), #101821; }
.hh-community-create-dialog header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.hh-community-create-dialog header small { color: var(--social-cyan, #57dce5); font-size: 8px; font-weight: 900; }
.hh-community-create-dialog h5 { margin: 3px 0; font-size: 21px; }
.hh-community-create-dialog header button { width: 34px; height: 34px; border: 1px solid #3a4c5a; border-radius: 50%; background: #17232d; color: #fff; }
.hh-community-create-dialog label { display: grid; gap: 6px; color: #9babb5; font-size: 10px; }
.hh-community-create-dialog input,
.hh-community-create-dialog textarea { min-height: 42px; padding: 9px 11px; border: 1px solid #344956; border-radius: 6px; outline: 0; background: #090f15; color: #fff; }
.hh-community-create-dialog textarea { min-height: 100px; resize: vertical; }
.hh-community-create-dialog input:focus,
.hh-community-create-dialog textarea:focus { border-color: #57dce5; box-shadow: 0 0 0 2px rgba(87,220,229,.12); }
.hh-community-create-dialog footer { display: flex; justify-content: flex-end; gap: 8px; padding-top: 8px; border-top: 1px solid #2c3d48; }
.hh-community-create-dialog footer button { min-height: 38px; padding: 0 14px; border: 1px solid #3b4e5d; border-radius: 6px; background: #17232d; color: #fff; font-weight: 900; }
.hh-community-create-dialog footer button.primary { border-color: #57dce5; background: linear-gradient(135deg,#67dce5,#78c5e6); color: #071216; }

.hh-composer-dialog { width: min(92vw, 520px); }
.hh-composer-dialog > section { padding: 18px; background: radial-gradient(circle at 8% 0, rgba(87, 220, 229, .13), transparent 34%), radial-gradient(circle at 100% 100%, rgba(240, 92, 172, .12), transparent 36%), #101821; }
.hh-composer-dialog header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.hh-composer-dialog header small { color: var(--social-cyan, #57dce5); font-size: 8px; font-weight: 900; }
.hh-composer-dialog h5 { margin: 3px 0 12px; font-size: 21px; }
.hh-composer-dialog header button { width: 34px; height: 34px; border: 1px solid #3a4c5a; border-radius: 50%; background: #17232d; color: #fff; font-size: 18px; }
.hh-composer-dialog > section > label { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; min-height: 42px; margin-bottom: 11px; padding: 0 10px; border: 1px solid #324654; border-radius: 7px; background: #0b1118; }
.hh-composer-dialog label span { color: #66dce5; }
.hh-composer-dialog label input { min-width: 0; border: 0; outline: 0; background: transparent; color: #fff; }
.hh-composer-dialog > section > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.hh-composer-dialog [data-social-meta-value] { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 8px; min-height: 48px; padding: 7px 10px; border: 1px solid #2c3d4a; border-radius: 7px; background: rgba(8, 14, 20, .78); color: #dce6eb; text-align: left; }
.hh-composer-dialog [data-social-meta-value]:hover { border-color: #57dce5; background: rgba(87, 220, 229, .09); transform: translateY(-1px); }
.hh-composer-dialog [data-social-meta-value] i { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(145deg, rgba(87, 220, 229, .19), rgba(240, 92, 172, .2)); color: #fff; font-style: normal; }
.hh-composer-dialog [data-social-meta-value] span { overflow: hidden; font-size: 10px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }

.home-neon .hh-notification-drawer {
  position: fixed;
  z-index: 1200;
  top: 66px;
  right: 18px;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  width: min(390px, calc(100vw - 24px));
  max-height: min(720px, calc(100dvh - 84px));
  overflow: hidden;
  border: 1px solid #3a4e5d;
  border-radius: 8px;
  background: radial-gradient(circle at 10% 0, rgba(87, 220, 229, .12), transparent 30%), #0e161f;
  color: #edf4f7;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .62), 0 0 0 1px rgba(240, 92, 172, .08);
  opacity: 0;
  transform: translateY(-8px) scale(.985);
  transition: opacity .18s ease, transform .18s ease;
}
.home-neon .hh-notification-drawer.is-open { opacity: 1; transform: none; }
.home-neon .hh-notification-drawer > header { display: flex; align-items: center; justify-content: space-between; padding: 16px 16px 10px; }
.home-neon .hh-notification-drawer header small { color: #57dce5; font-size: 8px; font-weight: 900; }
.home-neon .hh-notification-drawer h5 { margin: 2px 0 0; font-size: 22px; }
.home-neon .hh-notification-drawer header button { width: 34px; height: 34px; border: 1px solid #344958; border-radius: 50%; background: #17232d; color: #fff; font-size: 18px; }
.home-neon .hh-notification-drawer > nav { display: flex; gap: 6px; padding: 0 14px 11px; border-bottom: 1px solid #263744; }
.home-neon .hh-notification-drawer > nav button { min-height: 29px; padding: 0 10px; border: 1px solid transparent; border-radius: 15px; background: transparent; color: #80919e; font-size: 9px; font-weight: 900; }
.home-neon .hh-notification-drawer > nav button.active { border-color: rgba(87, 220, 229, .3); background: rgba(87, 220, 229, .1); color: #77e5eb; }
.home-neon .hh-notification-drawer > div { overflow: auto; padding: 7px; }
.home-neon .hh-notification-drawer > div > button { position: relative; display: grid; grid-template-columns: 42px minmax(0, 1fr) 8px; align-items: center; gap: 10px; width: 100%; min-height: 72px; padding: 9px; border: 1px solid transparent; border-radius: 7px; background: rgba(87, 220, 229, .055); color: #e5edf1; text-align: left; }
.home-neon .hh-notification-drawer > div > button:hover { border-color: #35505f; background: rgba(87, 220, 229, .1); }
.home-neon .hh-notification-drawer > div > button.is-read { background: transparent; opacity: .72; }
.home-neon .hh-notification-drawer > div > button > span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #57dce5; border-radius: 50%; background: linear-gradient(145deg, #20333f, #29182b); color: #fff; font-size: 10px; font-weight: 900; }
.home-neon .hh-notification-drawer > div > button div { display: grid; gap: 2px; min-width: 0; }
.home-neon .hh-notification-drawer > div > button p { margin: 0; color: #a6b5be; font-size: 9px; line-height: 1.45; }
.home-neon .hh-notification-drawer > div > button small { color: #667986; font-size: 8px; }
.home-neon .hh-notification-drawer > div > button > i { width: 7px; height: 7px; border-radius: 50%; background: #57dce5; box-shadow: 0 0 12px #57dce5; }
.home-neon .hh-notification-drawer > div > section { display: grid; place-items: center; gap: 5px; min-height: 240px; padding: 28px; color: #96a7b2; text-align: center; }
.home-neon .hh-notification-drawer > div > section b { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid #57dce5; border-radius: 50%; color: #57dce5; font-size: 22px; }
.home-neon .hh-notification-drawer > div > section p { margin: 0; font-size: 9px; line-height: 1.55; }
.home-neon .hh-notification-drawer > footer { padding: 10px 14px 14px; border-top: 1px solid #263744; }
.home-neon .hh-notification-drawer > footer button { width: 100%; min-height: 36px; border: 1px solid #3d5362; border-radius: 6px; background: linear-gradient(135deg, rgba(87, 220, 229, .13), rgba(240, 92, 172, .09)); color: #dce8ed; font-size: 9px; font-weight: 900; }

@keyframes hhSocialExtra { from { opacity: 0; transform: translateY(-5px) scale(.995); } to { opacity: 1; transform: none; } }
@keyframes hhStoryProgress { to { transform: scaleX(0); } }

@media (max-width: 1360px) {
  .home-neon .community-center-app[data-social-pro="true"] .community-layout { grid-template-columns: 215px minmax(480px, 1fr) 250px; }
}

@media (max-width: 1120px) {
  .home-neon .community-center-app[data-social-pro="true"] .community-layout { grid-template-columns: 210px minmax(0, 1fr); }
  .home-neon .community-center-app[data-social-pro="true"] .community-side { display: none; }
  .home-neon .community-center-app[data-social-pro="true"] .community-composer footer { grid-template-columns: 1fr auto auto; }
  .home-neon .community-center-app[data-social-pro="true"] .community-composer footer > div { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .home-neon .community-center-app[data-social-pro="true"] .community-hero { position: relative; min-height: 0; }
  .home-neon .community-center-app[data-social-pro="true"] .community-search { width: 100%; }
  .home-neon .hh-social-tabs { top: 0; overflow-x: auto; grid-template-columns: repeat(5, minmax(120px, 1fr)); }
  .home-neon .community-center-app[data-social-pro="true"] .community-layout { grid-template-columns: minmax(0, 1fr); }
  .home-neon .community-center-app[data-social-pro="true"] .community-nav { top: 0; }
  .home-neon .hh-directory-grid { grid-template-columns: minmax(0, 1fr); }
  .home-neon .hh-people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .home-neon .community-center-app[data-social-pro="true"] .community-hero { padding: 15px; }
  .home-neon .community-center-app[data-social-pro="true"] .community-story { height: 164px; }
  .home-neon .hh-composer-status,
  .home-neon .hh-composer-extra,
  .home-neon .hh-composer-context { margin-left: 0; }
  .home-neon .hh-composer-extra > div:not(.hh-emoji-grid) { grid-template-columns: minmax(0, 1fr); }
  .home-neon .hh-emoji-grid { grid-template-columns: repeat(4, minmax(38px, 1fr)); }
  .home-neon .community-center-app[data-social-pro="true"] .community-composer footer { grid-template-columns: 1fr 1fr; }
  .home-neon .community-center-app[data-social-pro="true"] .community-composer footer > .button { grid-column: 1 / -1; }
  .home-neon .hh-directory-grid article { grid-template-columns: 42px minmax(0, 1fr); }
  .home-neon .hh-directory-grid article > button { grid-column: 1 / -1; width: 100%; }
  .home-neon .hh-social-directory { padding: 14px; }
  .hh-story-viewer { width: 100vw; max-height: 100dvh; border: 0; border-radius: 0; }
  .hh-story-viewer > section { height: 100dvh; }
  .hh-composer-dialog > section > div { grid-template-columns: minmax(0, 1fr); }
}

/* Community 2026: vivid layered surfaces without sacrificing readability. */
.home-neon .community-center-app[data-social-pro="true"] {
  --social-cyan: #5ee7f2;
  --social-pink: #ff63b8;
  --social-green: #72e5a8;
  --social-gold: #ffd66d;
  position: relative;
  isolation: isolate;
  padding: 12px;
  overflow: clip;
  border: 1px solid rgba(98, 215, 231, .18);
  border-radius: 8px;
  background:
    linear-gradient(125deg, rgba(255, 99, 184, .07), transparent 30%),
    linear-gradient(300deg, rgba(94, 231, 242, .08), transparent 34%),
    linear-gradient(180deg, #090e15, #080c12 62%, #0b1017);
}
.home-neon .community-center-app[data-social-pro="true"]::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .24;
  background: repeating-linear-gradient(115deg, transparent 0 46px, rgba(255,255,255,.018) 47px 48px);
  content: "";
  pointer-events: none;
}
.home-neon .community-center-app[data-social-pro="true"] .community-hero {
  overflow: hidden;
  border-color: rgba(104, 222, 235, .38);
  background:
    linear-gradient(100deg, rgba(17, 31, 43, .98), rgba(30, 18, 38, .96) 52%, rgba(13, 37, 39, .97)),
    #0c121a;
  box-shadow: 0 18px 48px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.04);
}
.home-neon .community-center-app[data-social-pro="true"] .community-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--social-pink), var(--social-gold), var(--social-green), var(--social-cyan));
  background-size: 220% 100%;
  content: "";
  animation: hhSocialSpectrum 8s linear infinite;
}
.home-neon .community-center-app[data-social-pro="true"] .community-hero h4 {
  background: linear-gradient(90deg, #fff, #9ff5fa 38%, #ffc0e5 74%, #ffe6a6);
  background-clip: text;
  color: transparent;
}
.home-neon .hh-social-tabs {
  display: flex;
  grid-template-columns: none;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(94,231,242,.38) transparent;
}
.home-neon .hh-social-tabs button { flex: 1 0 118px; min-height: 56px; }
.home-neon .hh-social-tabs button:nth-child(4n+2) span { color: var(--social-pink); }
.home-neon .hh-social-tabs button:nth-child(4n+3) span { color: var(--social-gold); }
.home-neon .hh-social-tabs button:nth-child(4n+4) span { color: var(--social-green); }
.home-neon .community-center-app[data-social-pro="true"] .community-composer {
  position: relative;
  border-color: rgba(255, 99, 184, .28);
  background: linear-gradient(145deg, rgba(20,31,42,.98), rgba(29,18,34,.96) 58%, rgba(13,30,31,.97));
  box-shadow: 0 16px 44px rgba(0,0,0,.3), 0 0 28px rgba(255,99,184,.04);
}
.home-neon .community-center-app[data-social-pro="true"] .community-composer:focus-within { border-color: rgba(94,231,242,.72); box-shadow: 0 18px 48px rgba(0,0,0,.36), 0 0 30px rgba(94,231,242,.09); }
.home-neon .community-center-app[data-social-pro="true"] .hh-composer-status > span { display: block; width: auto; height: auto; border: 0; border-radius: 0; background: transparent; color: #8297a4; font-size: 9px; font-weight: 600; }
.home-neon .community-center-app[data-social-pro="true"] .community-post { border-color: rgba(116,139,158,.3); background: linear-gradient(150deg, rgba(17,24,34,.99), rgba(13,18,27,.99)); }
.home-neon .community-center-app[data-social-pro="true"] .community-post:nth-child(4n+1) { border-top-color: rgba(94,231,242,.58); }
.home-neon .community-center-app[data-social-pro="true"] .community-post:nth-child(4n+2) { border-top-color: rgba(255,99,184,.58); }
.home-neon .community-center-app[data-social-pro="true"] .community-post:nth-child(4n+3) { border-top-color: rgba(255,214,109,.58); }
.home-neon .community-center-app[data-social-pro="true"] .community-post:nth-child(4n+4) { border-top-color: rgba(114,229,168,.58); }
.home-neon .hh-media-dropzone {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 86px;
  padding: 13px;
  border: 1px dashed rgba(94,231,242,.48);
  border-radius: 7px;
  background: linear-gradient(115deg, rgba(94,231,242,.09), rgba(255,99,184,.07), rgba(255,214,109,.05));
  outline: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.home-neon .hh-media-dropzone > div { display: flex; align-items: center; gap: 11px; min-width: 0; }
.home-neon .hh-media-dropzone i { display: grid; place-items: center; flex: 0 0 auto; width: 43px; height: 43px; border: 1px solid rgba(94,231,242,.48); border-radius: 7px; background: #101c25; color: var(--social-cyan); font-size: 22px; font-style: normal; }
.home-neon .hh-media-dropzone span { display: grid; gap: 4px; min-width: 0; }
.home-neon .hh-media-dropzone strong { color: #edf9fb; font-size: 11px; }
.home-neon .hh-media-dropzone small { color: #8fa4b2; font-size: 8px; line-height: 1.45; }
.home-neon .hh-media-dropzone footer { display: flex !important; flex: 0 0 auto; gap: 6px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; }
.home-neon .hh-media-dropzone button { min-height: 34px; padding: 0 10px !important; border: 1px solid #385363 !important; border-radius: 5px !important; background: #111d27 !important; color: #dcecf2 !important; font-size: 9px; font-weight: 850; }
.home-neon .hh-media-dropzone button:last-child { border-color: rgba(255,99,184,.5) !important; color: #ffc2e4 !important; }
.home-neon .hh-media-dropzone:hover,
.home-neon .hh-media-dropzone:focus-visible,
.home-neon .hh-media-dropzone.is-dragging { border-color: var(--social-cyan); background: linear-gradient(115deg, rgba(94,231,242,.19), rgba(255,99,184,.13), rgba(255,214,109,.09)); box-shadow: 0 0 30px rgba(94,231,242,.12); transform: translateY(-1px); }
.home-neon .community-file-preview { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-neon .community-file-preview figure { transition: transform .18s ease, border-color .18s ease; }
.home-neon .community-file-preview figure:hover { z-index: 1; border-color: var(--social-cyan); transform: translateY(-2px); }
@keyframes hhSocialSpectrum { to { background-position: -220% 0; } }

@media (max-width: 820px) {
  .home-neon .community-center-app[data-social-pro="true"] { padding: 0; border: 0; background: #080c12; }
  .home-neon .hh-social-tabs { grid-template-columns: none; grid-auto-flow: unset; }
  .home-neon .hh-social-tabs button { flex-basis: 112px; }
  .home-neon .community-file-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .home-neon .hh-media-dropzone { align-items: stretch; flex-direction: column; }
  .home-neon .hh-media-dropzone footer { width: 100%; }
  .home-neon .hh-media-dropzone footer button { flex: 1; }
  .home-neon .community-file-preview { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .home-neon .community-center-app[data-social-pro="true"] *,
  .hh-story-viewer *,
  .hh-media-lightbox *,
  .hh-live-dialog * { animation: none !important; transition: none !important; }
}
