.community-screen {
  position: absolute;
  inset: 0;
  width: 375px;
  height: 812px;
  overflow: hidden;
  background: #fafafa;
}

.community-scroll {
  position: absolute;
  left: 0;
  top: 84px;
  width: 100%;
  height: 660px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: none;
  scrollbar-width: none;
  touch-action: pan-x;
}

.community-scroll::-webkit-scrollbar { display: none; }

.community-feed {
  min-height: 100%;
  padding-bottom: 16px;
  will-change: transform;
}

.community-fixed-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  width: 375px;
  height: 84px;
  overflow: hidden;
  background: #fafafa;
}

.community-fixed-header img,
.community-scroll-header-artwork img {
  position: absolute;
  left: 0;
  display: block;
  width: 375px;
  height: 812px;
  object-fit: cover;
  object-position: top;
  user-select: none;
  pointer-events: none;
}

.community-fixed-header img { top: 0; }

.community-scroll-header-artwork {
  position: relative;
  width: 375px;
  height: 401px;
  overflow: hidden;
}

.community-scroll-header-artwork img { top: -84px; }

.community-card-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
}

.community-card {
  display: block;
  width: 351px;
  height: auto;
  flex: none;
  user-select: none;
  pointer-events: none;
}

.community-floating-button {
  position: absolute;
  left: 289px;
  top: 610px;
  z-index: 6;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.community-floating-button.is-dragging { cursor: grabbing; }

.community-floating-button img {
  display: block;
  width: 60px;
  height: 60px;
  pointer-events: none;
}

@media (max-width: 375px) {
  .community-screen { width: 100vw; }
}
