/* Hard ultra-lite: prevent repaint loops and hover jitter inside picks content. */
  #community-content-root,
  #community-content-root *,
  #community-content-root *::before,
  #community-content-root *::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    will-change: auto !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    text-shadow: none !important;
  }

  #community-content-root .community-item-card:hover,
  #community-content-root .community-pulse-card:hover,
  #community-content-root .community-hot-item:hover,
  #community-content-root .community-media-btn:hover,
  #community-content-root .community-topic-btn:hover,
  #community-content-root .community-preview-toggle:hover,
  #community-content-root .community-open-source-link:hover,
  #community-content-root .community-summary-toggle:hover,
  #community-content-root .community-tag-btn:hover {
    transform: none !important;
  }

  #community-content-root .community-item-title,
  #community-content-root .community-item-meta,
  #community-content-root .community-item-summary,
  #community-content-root .community-topic-hint {
    opacity: 1 !important;
  }

  /* LTA area also runs with strict low-motion to avoid hover jitter and paint spikes. */
  #community-lightning-root,
  #community-lightning-root *,
  #community-lightning-root *::before,
  #community-lightning-root *::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    will-change: auto !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    text-shadow: none !important;
  }

  .community-shell-card,
  .community-shell-card:hover {
    transform: none;
    animation: none;
    will-change: auto;
    cursor: default;
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.6);
  }

  .community-section-header {
    margin-bottom: 0.7rem;
    gap: 0.24rem;
  }

  .community-section-header .page-title {
    margin: 0;
    font-size: 1.1rem;
    letter-spacing: 1px;
  }

  .community-submenu {
    position: sticky;
    top: 0.45rem;
    z-index: 6;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.36);
    padding: 0.4rem;
    margin-top: 0.05rem;
    margin-bottom: 0.5rem;
  }

  .community-submenu-link {
    min-height: 38px;
    border-width: 2px;
    border-bottom-width: 4px;
    border-right-width: 3px;
    border-radius: 8px;
    padding: 0.32rem 0.45rem;
    font-size: 0.58rem;
    letter-spacing: 0.55px;
  }

  .community-submenu-link-active {
    box-shadow:
      0 4px 0 rgba(0, 0, 0, 0.32),
      0 0 0 1px rgba(255, 215, 0, 0.42) inset;
  }

  .community-shell-card *,
  .community-shell-card *::before,
  .community-shell-card *::after {
    animation: none;
    will-change: auto;
  }

  .community-shell-card::before,
  .community-shell-card:hover::before {
    content: none;
  }

  .community-shell-card .btn-primary,
  .community-shell-card .btn-primary:hover,
  .community-shell-card .btn-primary:active,
  .community-shell-card .community-vote-btn,
  .community-shell-card .community-vote-btn:hover,
  .community-shell-card .community-vote-btn:active,
  .community-shell-card .community-topic-btn,
  .community-shell-card .community-topic-btn:hover,
  .community-shell-card .community-topic-btn:active,
  .community-shell-card .community-tag-btn,
  .community-shell-card .community-tag-btn:hover,
  .community-shell-card .community-tag-btn:active,
  .community-shell-card .community-summary-toggle,
  .community-shell-card .community-summary-toggle:hover,
  .community-shell-card .community-summary-toggle:active,
  .community-shell-card .community-clear-filters-btn,
  .community-shell-card .community-clear-filters-btn:hover,
  .community-shell-card .community-clear-filters-btn:active,
  .community-shell-card .community-interest-card,
  .community-shell-card .community-interest-card:hover,
  .community-shell-card .community-radar-chip,
  .community-shell-card .community-radar-chip:hover,
  .community-shell-card .community-hot-item,
  .community-shell-card .community-hot-item:hover,
  .community-shell-card .community-pulse-card,
  .community-shell-card .community-pulse-card:hover {
    transform: none !important;
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .community-feedback {
    margin-bottom: 1rem;
    padding: 0.75rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 80, 80, 0.12);
  }

  .community-feedback.hidden {
    display: none;
  }

  .community-lta-shell {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.22));
    padding: 0.64rem;
    gap: 0.56rem;
  }

  .community-lta-shell .home-lightning-header {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.24);
    padding: 0.52rem 0.58rem;
  }

  .community-lta-shell .home-chip {
    border-color: rgba(255, 215, 0, 0.62);
    background: rgba(255, 215, 0, 0.14);
  }

  .community-lta-stage {
    display: grid;
    grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
    align-items: start;
    gap: 0.56rem;
  }

  .community-lta-compose {
    display: grid;
    gap: 0.46rem;
    position: sticky;
    top: 4.2rem;
  }

  .community-lta-shell .home-lightning-form,
  .community-lta-shell .home-lightning-login,
  .community-lta-shell .home-lightning-feedback {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.24);
    padding: 0.48rem;
  }

  .community-lta-shell .home-lightning-form input {
    min-height: 38px;
  }

  .community-lta-shell .community-lta-feed {
    min-width: 0;
  }

  .community-lta-shell .home-lightning-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.48rem;
  }

  .community-lta-shell .home-lightning-item {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 3px solid rgba(255, 215, 0, 0.42);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.22);
    padding: 0.52rem;
    gap: 0.32rem;
  }

  .community-lta-shell .home-lightning-item-head {
    align-items: center;
    gap: 0.3rem;
  }

  .community-lta-shell .home-lightning-item-head strong {
    font-size: 0.69rem;
    letter-spacing: 0.2px;
  }

  .community-lta-shell .home-lightning-item-head small {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.24);
    padding: 0.08rem 0.32rem;
    font-size: 0.62rem;
  }

  .community-lta-shell .home-lightning-item h3 {
    margin: 0;
    font-size: 0.79rem;
    line-height: 1.32;
  }

  .community-lta-shell .home-lightning-comments {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    padding-top: 0.35rem;
  }

  .community-lta-shell .home-lightning-actions {
    justify-content: center;
  }

  .community-skeleton {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .community-pulse {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .community-controls-panel {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.45rem;
    margin-bottom: 0.6rem;
    position: sticky;
    top: 4.6rem;
    z-index: 5;
  }

  .community-controls-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.45rem;
    margin-bottom: 0.45rem;
  }

  .community-pulse-card {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.26);
    display: grid;
    gap: 0.25rem;
    padding: 0.55rem 0.65rem;
    text-decoration: none;
    color: inherit;
    min-height: 58px;
    align-content: center;
  }

  .community-pulse-card:hover {
    border-color: rgba(255, 215, 0, 0.72);
  }

  .community-pulse-card-neutral:hover {
    border-color: rgba(255, 255, 255, 0.25);
  }

  .community-pulse-label {
    font-size: 0.72rem;
    opacity: 0.84;
    letter-spacing: 0.3px;
  }

  .community-pulse-value {
    font-size: 1.1rem;
    line-height: 1.15;
    letter-spacing: 0.4px;
  }

  .community-pulse-meta {
    margin: 0;
    font-size: 0.68rem;
    opacity: 0.78;
    line-height: 1.2;
  }

  .community-pulse-card-discord-preview {
    align-content: start;
    gap: 0.35rem;
  }

  .community-discord-preview-link {
    font-size: 0.7rem;
    text-decoration: none;
    color: inherit;
    opacity: 0.9;
  }

  .community-discord-preview-link:hover {
    color: #ffd700;
  }

  .community-filter-row {
    display: flex;
    gap: 0.35rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-bottom: 0;
  }

  .community-filter-btn {
    min-width: 0;
    padding: 0.28rem 0.45rem;
    font-size: 0.74rem;
    line-height: 1.15;
    margin-top: 0;
    flex: 1 1 auto;
  }

  .community-view-row {
    display: flex;
    gap: 0.35rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-bottom: 0;
  }

  .community-view-btn {
    min-width: 0;
    padding: 0.28rem 0.45rem;
    font-size: 0.74rem;
    line-height: 1.15;
    margin-top: 0;
    flex: 1 1 auto;
  }

  .community-view-btn.active {
    border-color: rgba(120, 255, 160, 0.9);
    background: rgba(120, 255, 160, 0.16);
  }

  .community-filter-btn.community-filter-active {
    border-color: rgba(120, 255, 160, 0.9);
    background: rgba(120, 255, 160, 0.16);
  }

  .community-media-row {
    display: flex;
    gap: 0.32rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-bottom: 0.32rem;
  }

  .community-media-btn {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.25);
    color: inherit;
    border-radius: 999px;
    padding: 0.22rem 0.5rem;
    font-size: 0.72rem;
    cursor: pointer;
    transition: border-color 0.08s linear, background-color 0.08s linear;
  }

  .community-media-btn:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .community-media-btn.community-media-active {
    border-color: rgba(120, 255, 160, 0.9);
    background: rgba(120, 255, 160, 0.16);
  }

  .community-topic-row {
    display: flex;
    gap: 0.32rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-bottom: 0.36rem;
  }

  .community-active-filters {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  }

  .community-active-filters.hidden {
    display: none;
  }

  .community-active-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;
  }

  .community-active-filter-chip {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.14rem 0.44rem;
    font-size: 0.7rem;
    opacity: 0.9;
  }

  .community-clear-filters-btn {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    padding: 0.16rem 0.48rem;
    font-size: 0.7rem;
    cursor: pointer;
  }

  .community-clear-filters-btn:hover {
    border-color: rgba(255, 215, 0, 0.72);
  }

  .community-topic-btn {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.25);
    color: inherit;
    border-radius: 999px;
    padding: 0.22rem 0.5rem;
    font-size: 0.72rem;
    cursor: pointer;
    transition: border-color 0.08s linear, background-color 0.08s linear;
  }

  .community-topic-btn:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .community-topic-btn.community-topic-active {
    border-color: rgba(120, 255, 160, 0.9);
    background: rgba(120, 255, 160, 0.16);
  }

  @media (max-width: 920px) {
    .community-submenu {
      position: static;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      margin-bottom: 0.42rem;
    }

    .community-submenu-link {
      font-size: 0.6rem;
    }

    .community-lta-stage {
      grid-template-columns: 1fr;
    }

    .community-lta-compose {
      position: static;
    }

    .community-lta-shell .home-lightning-list {
      grid-template-columns: 1fr;
    }

    .community-controls-panel {
      position: static;
      top: auto;
    }

    .community-controls-top {
      grid-template-columns: 1fr;
      gap: 0.36rem;
    }

    .community-filter-row,
    .community-view-row,
    .community-media-row,
    .community-topic-row {
      flex-wrap: nowrap;
    }
  }

  .community-hot {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
    padding: 0.75rem;
    margin-bottom: 0.95rem;
  }

  .community-interest {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
    padding: 0.75rem;
    margin-bottom: 0.8rem;
  }

  .community-interest.hidden {
    display: none;
  }

  .community-interest-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .community-interest-header h3 {
    margin: 0;
    font-size: 0.92rem;
    letter-spacing: 0.45px;
  }

  .community-interest-header p {
    margin: 0;
    opacity: 0.8;
    font-size: 0.76rem;
  }

  .community-interest-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.55rem;
  }

  .community-interest-card {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.24);
    padding: 0.58rem 0.62rem;
    display: grid;
    gap: 0.2rem;
    text-align: left;
    color: inherit;
    cursor: pointer;
  }

  .community-interest-card:hover {
    border-color: rgba(255, 215, 0, 0.72);
  }

  .community-interest-card.active {
    border-color: rgba(120, 255, 160, 0.9);
    background: rgba(120, 255, 160, 0.12);
  }

  .community-interest-title {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.25;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }

  .community-interest-title .material-symbols-outlined {
    font-size: 0.95rem;
  }

  .community-interest-meta {
    margin: 0;
    font-size: 0.72rem;
    opacity: 0.84;
  }

  .community-radar {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
    padding: 0.75rem;
    margin-bottom: 0.8rem;
  }

  .community-radar.hidden {
    display: none;
  }

  .community-radar-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .community-radar-header h3 {
    margin: 0;
    font-size: 0.92rem;
    letter-spacing: 0.45px;
  }

  .community-radar-header p {
    margin: 0;
    opacity: 0.8;
    font-size: 0.76rem;
  }

  .community-radar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
  }

  .community-radar-chip {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.24);
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.26rem 0.52rem;
    font-size: 0.74rem;
    cursor: pointer;
  }

  .community-radar-chip:hover {
    border-color: rgba(255, 215, 0, 0.72);
  }

  .community-radar-chip.active {
    border-color: rgba(120, 255, 160, 0.9);
    background: rgba(120, 255, 160, 0.12);
  }

  .community-radar-count {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 0.04rem 0.34rem;
    font-size: 0.68rem;
    opacity: 0.9;
  }

  .community-hot.hidden {
    display: none;
  }

  .community-hot-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
  }

  .community-hot-header h3 {
    margin: 0;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
  }

  .community-hot-header p {
    margin: 0;
    opacity: 0.8;
    font-size: 0.78rem;
  }

  .community-hot-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.6rem;
  }

  .community-hot-item {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.24);
    padding: 0.62rem;
    text-decoration: none;
    color: inherit;
    display: grid;
    gap: 0.3rem;
  }

  .community-hot-item:hover {
    border-color: rgba(255, 215, 0, 0.72);
  }

  .community-hot-item-title {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.35;
  }

  .community-hot-meta {
    margin: 0;
    opacity: 0.85;
    font-size: 0.73rem;
  }

  .community-skeleton.hidden {
    display: none;
  }

  .community-skeleton-card {
    min-height: 110px;
    border: 3px solid rgba(255, 255, 255, 0.7);
    border-bottom: 6px solid rgba(0, 0, 0, 0.7);
    border-right: 5px solid rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.6);
    opacity: 0.6;
    animation: none;
  }

  .community-list {
    display: grid;
    gap: 1rem;
  }

  /* Match Home card behavior and disable retro glow sweep on Community cards */
  .community-item-card,
  .community-list .section-card {
    background: rgba(0, 0, 0, 0.45);
    border: 3px solid rgba(255, 255, 255, 0.7);
    border-bottom: 6px solid rgba(0, 0, 0, 0.7);
    border-right: 5px solid rgba(0, 0, 0, 0.6);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.6);
    transition: none;
    animation: none;
    will-change: auto;
    cursor: default;
    transform: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
    padding: 1rem;
  }

  .community-item-card::before,
  .community-list .section-card::before {
    content: none;
  }

  .community-item-card:hover,
  .community-list .section-card:hover {
    transform: none;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.45);
  }

  .community-item-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
    margin-bottom: 0.42rem;
  }

  .community-item-main {
    display: grid;
    gap: 0.1rem;
  }

  .community-item-eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    margin-bottom: 0.3rem;
  }

  .community-origin-pill,
  .community-score-pill,
  .community-read-pill,
  .community-rank-pill,
  .community-fresh-pill {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 0.16rem 0.5rem;
    font-size: 0.68rem;
    letter-spacing: 0.3px;
    opacity: 0.95;
  }

  .community-origin-pill.members {
    border-color: rgba(120, 255, 160, 0.65);
    background: rgba(120, 255, 160, 0.14);
  }

  .community-origin-pill.internet {
    border-color: rgba(120, 185, 255, 0.65);
    background: rgba(120, 185, 255, 0.14);
  }

  .community-rank-pill {
    border-color: rgba(255, 215, 0, 0.65);
    background: rgba(255, 215, 0, 0.14);
  }

  .community-fresh-pill {
    border-color: rgba(120, 255, 160, 0.68);
    background: rgba(120, 255, 160, 0.16);
  }

  .community-item-title {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.3;
  }

  .community-item-title a {
    color: inherit;
    text-decoration: none;
  }

  .community-item-title a:hover {
    color: #ffd700;
  }

  .community-item-meta {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-bottom: 0.5rem;
  }

  .community-item-summary {
    margin: 0 0 0.62rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .community-item-summary.clamped {
    -webkit-line-clamp: 1;
  }

  .community-item-summary.expanded {
    display: block;
    overflow: visible;
  }

  .community-summary-toggle {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    padding: 0.14rem 0.48rem;
    font-size: 0.72rem;
    margin: -0.28rem 0 0.62rem;
    width: fit-content;
    cursor: pointer;
  }

  .community-summary-toggle:hover {
    border-color: rgba(255, 215, 0, 0.72);
  }

  .community-topic-hint {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.72rem;
    opacity: 0.84;
    margin-bottom: 0.5rem;
  }

  .community-media-hint {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.24);
    padding: 0.14rem 0.42rem;
    font-size: 0.68rem;
    letter-spacing: 0.25px;
    margin-left: 0.35rem;
    opacity: 0.92;
  }

  .community-media-widget {
    margin: 0 0 0.7rem;
    display: grid;
    gap: 0.5rem;
  }

  .community-media-frame {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.24);
    min-height: 120px;
  }

  .community-media-frame-toggleable {
    cursor: pointer;
  }

  .community-media-frame-toggleable:focus-visible {
    outline: 2px solid rgba(255, 215, 0, 0.9);
    outline-offset: 2px;
  }

  .community-media-image {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .community-media-placeholder {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    opacity: 0.84;
    letter-spacing: 0.22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  }

  .community-media-placeholder .material-symbols-outlined {
    font-size: 1.1rem;
  }

  .community-media-actions {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
    align-items: center;
  }

  .community-preview-toggle,
  .community-open-source-link {
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    padding: 0.2rem 0.55rem;
    font-size: 0.74rem;
    text-decoration: none;
  }

  .community-preview-toggle {
    cursor: pointer;
  }

  .community-preview-toggle:hover,
  .community-open-source-link:hover {
    border-color: rgba(255, 215, 0, 0.72);
  }

  .community-preview-unavailable {
    font-size: 0.72rem;
    opacity: 0.75;
  }

  .community-preview-panel {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.26);
  }

  .community-preview-panel iframe {
    width: 100%;
    min-height: 230px;
    border: 0;
    display: block;
  }

  .community-preview-panel audio {
    width: 100%;
    display: block;
    padding: 0.4rem;
  }

  .community-topic-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  .community-topic-dot.ai {
    background: #8b6dff;
  }

  .community-topic-dot.platform_engineering {
    background: #58ca7b;
  }

  .community-topic-dot.opensource {
    background: #58ca7b;
  }

  .community-topic-dot.cloud_native {
    background: #ffb54b;
  }

  .community-topic-dot.devops {
    background: #ffb54b;
  }

  .community-topic-dot.security {
    background: #ff7d8a;
  }

  .community-topic-dot.general {
    background: #bbbbbb;
  }

  .community-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
  }

  .community-tag {
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
  }

  .community-tag-btn {
    background: transparent;
    color: inherit;
    cursor: pointer;
  }

  .community-tag-btn:hover {
    border-color: rgba(255, 215, 0, 0.72);
  }

  .community-tag-btn.active {
    border-color: rgba(120, 255, 160, 0.9);
    background: rgba(120, 255, 160, 0.14);
  }

  .community-votes {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .community-activation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    margin: 0 0 0.9rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(120, 255, 160, 0.4);
    border-radius: 10px;
    background: rgba(120, 255, 160, 0.08);
  }

  .community-activation-copy {
    display: grid;
    gap: 0.2rem;
  }

  .community-activation-copy strong {
    font-size: 0.88rem;
    letter-spacing: 0.15px;
  }

  .community-activation-copy p {
    margin: 0;
    font-size: 0.76rem;
    opacity: 0.88;
  }

  .community-activation-progress {
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    padding: 0.18rem 0.55rem;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .community-personal-empty {
    margin: 0 0 0.9rem;
    padding: 0.55rem 0.8rem;
    border: 1px dashed rgba(255, 255, 255, 0.26);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.15);
    font-size: 0.76rem;
    opacity: 0.9;
  }

  .community-personal-empty p {
    margin: 0;
  }

  .community-personal-empty.hidden {
    display: none;
  }

  .community-vote-btn {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: inherit;
    border-radius: 999px;
    padding: 0.35rem 0.65rem;
    cursor: pointer;
    font-size: 0.78rem;
    transition: border-color 0.08s linear, background-color 0.08s linear;
  }

  .community-vote-btn.active {
    border-color: rgba(120, 255, 160, 0.9);
    background: rgba(120, 255, 160, 0.14);
  }

  .community-vote-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
  }

  .community-empty.hidden {
    display: none;
  }

  .community-submissions-card .community-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 0;
  }

  .community-empty-actions {
    margin-top: 0.65rem;
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
  }

  .community-actions {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }

  .community-submissions-card,
  .community-submissions-card:hover {
    transform: none;
    animation: none;
    cursor: default;
  }

  .community-submission-form {
    display: grid;
    gap: 0.8rem;
    margin-top: 0.5rem;
  }

  .community-field {
    display: grid;
    gap: 0.35rem;
  }

  .community-field span {
    font-size: 0.85rem;
    opacity: 0.85;
  }

  .community-field input,
  .community-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    color: inherit;
    padding: 0.55rem 0.65rem;
    font: inherit;
  }

  .community-submissions-list-wrap {
    margin-top: 1rem;
    display: grid;
    gap: 0.75rem;
  }

  .community-submissions-list-wrap h3 {
    margin: 0;
  }

  .community-submissions-list {
    display: grid;
    gap: 0.65rem;
  }

  .community-moderation-wrap {
    margin-top: 1rem;
    display: grid;
    gap: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
  }

  .community-moderation-wrap--standalone {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }

  .community-moderation-actions {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }

  .community-moderation-note {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    color: inherit;
    font: inherit;
    padding: 0.45rem 0.55rem;
    min-height: 58px;
  }

  .community-submission-item {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    display: grid;
    gap: 0.35rem;
  }

  .community-submission-title {
    margin: 0;
    font-size: 0.95rem;
  }

  .community-submission-meta {
    margin: 0;
    font-size: 0.8rem;
    opacity: 0.75;
  }

  .community-submission-status {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    font-size: 0.74rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
  }

  .community-submission-status.pending {
    background: rgba(255, 215, 120, 0.16);
  }

  .community-submission-status.approved {
    background: rgba(120, 255, 160, 0.16);
  }

  .community-submission-status.rejected {
    background: rgba(255, 120, 120, 0.16);
  }

  @keyframes pulse {
    0% {
      opacity: 0.45;
    }
    50% {
      opacity: 0.75;
    }
    100% {
      opacity: 0.45;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .floating-shapes {
      display: none !important;
    }

    .community-skeleton-card {
      animation: none;
    }

    .community-item-card,
    .community-vote-btn {
      transition: none;
    }
  }
