/* Public community — social feed */
.community-page {
  padding-bottom: 2.5rem;
}

.community-hero {
  text-align: center;
  padding: 1.5rem 1.25rem 1rem;
  max-width: 640px;
  margin: 0 auto;
}

.community-hero-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201, 146, 42, 0.7);
  margin: 0 0 0.5rem;
}

.community-brand-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(1.85rem, 5vw, 2.4rem);
  font-weight: 400;
  color: var(--gold-light, #e8b84b);
  margin: 0 0 0.65rem;
  letter-spacing: 0.04em;
  line-height: 1.15;
}

.community-brand-sub {
  font-family: 'EB Garamond', serif;
  font-size: 1.08rem;
  color: rgba(208, 185, 140, 0.82);
  margin: 0 auto;
  font-style: italic;
  line-height: 1.55;
  max-width: 34rem;
}

.community-hero-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.community-hero-perks li {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(122, 85, 32, 0.35);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(208, 185, 140, 0.8);
}

.community-feed-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.25rem 0 1.1rem;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(201, 146, 42, 0.65);
}

.community-feed-label-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(122, 85, 32, 0.45), transparent);
}

.community-feed-main {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 14px 2rem;
}

/* Single post card */
.social-post {
  margin-bottom: 1.35rem;
}

.social-post-inner {
  background: linear-gradient(168deg, rgba(26, 16, 8, 0.95) 0%, rgba(10, 6, 2, 0.98) 100%);
  border: 1px solid rgba(122, 85, 32, 0.4);
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.social-post-inner:hover {
  border-color: rgba(201, 146, 42, 0.35);
}

.social-post-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px 10px;
}

.social-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(201, 146, 42, 0.2), rgba(80, 45, 10, 0.45));
  border: 1px solid rgba(122, 85, 32, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', serif;
  font-size: 17px;
  color: var(--gold-pale, #f0d5a0);
  flex-shrink: 0;
}

.social-avatar--creator {
  box-shadow: 0 0 0 2px rgba(201, 146, 42, 0.35);
  background: linear-gradient(145deg, rgba(232, 184, 75, 0.35), rgba(120, 70, 15, 0.5));
}

.social-type-pill {
  font-family: 'Cinzel', serif;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 4px;
  border: 1px solid rgba(122, 85, 32, 0.35);
  color: rgba(208, 185, 140, 0.7);
  background: rgba(0, 0, 0, 0.2);
}

.social-type-pill--poll {
  border-color: rgba(147, 112, 219, 0.35);
  color: rgba(200, 180, 255, 0.85);
}

.social-post-head-text {
  min-width: 0;
  flex: 1;
}

.social-author-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.social-author-name {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-pale, #e8d5a8);
}

.social-badge {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(201, 146, 42, 0.2);
  border: 1px solid rgba(201, 146, 42, 0.35);
  color: var(--gold-bright, #f5d070);
}

.social-time {
  display: block;
  font-size: 12px;
  color: rgba(208, 185, 140, 0.45);
  margin-top: 2px;
}

.social-post-body {
  padding: 0 16px 12px;
  font-family: 'EB Garamond', serif;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--text-pale, #e8d5a8);
}

.social-post-caption {
  padding: 12px 16px 4px;
}

.social-media-wrap {
  border-top: 1px solid rgba(122, 85, 32, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.social-image {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: contain;
}

.social-media-open {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
}

.social-video {
  display: block;
  width: 100%;
  max-height: 420px;
  background: #000;
}

.social-toolbar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  border-top: 1px solid rgba(122, 85, 32, 0.22);
}

.social-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  border: none;
  border-right: 1px solid rgba(122, 85, 32, 0.15);
  border-radius: 0;
  background: transparent;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(208, 185, 140, 0.85);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.social-tool:last-child {
  border-right: none;
}

.social-tool-svg {
  flex-shrink: 0;
  opacity: 0.85;
}

.social-comment-count,
.social-like-count {
  font-size: 10px;
  color: rgba(201, 146, 42, 0.85);
  min-width: 1ch;
}

.social-tool:hover {
  background: rgba(201, 146, 42, 0.08);
  color: var(--gold-bright, #f5d070);
}

.social-like-btn.is-liked {
  color: #ff8a9a;
  background: rgba(80, 20, 30, 0.2);
}

.social-like-btn.is-liked .social-tool-svg {
  fill: rgba(255, 120, 140, 0.35);
  stroke: #ff8a9a;
}

.social-tool:disabled {
  opacity: 0.6;
  cursor: wait;
}

.social-tool-guest {
  color: rgba(208, 185, 140, 0.75);
}

.social-comments {
  padding: 0 14px 14px;
  border-top: 1px solid rgba(122, 85, 32, 0.15);
  background: rgba(0, 0, 0, 0.14);
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
}

.social-comments.is-collapsed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border-top-color: transparent;
  pointer-events: none;
}

.social-comment {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.social-comment-reply {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 2px solid rgba(122, 85, 32, 0.25);
}

.social-comment-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(201, 146, 42, 0.12);
  border: 1px solid rgba(122, 85, 32, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--gold-light, #e8b84b);
  flex-shrink: 0;
}

.social-comment-bubble {
  flex: 1;
  min-width: 0;
}

.social-comment-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  font-size: 12px;
  color: rgba(208, 185, 140, 0.5);
  margin-bottom: 4px;
}

.social-comment-author {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--gold-pale, #f0d5a0);
}

.social-comment-text {
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(232, 213, 168, 0.92);
}

.social-pending-badge {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 200, 120, 0.8);
}

.social-comment-delete-form {
  display: inline;
  margin: 6px 0 0;
}

.social-comment-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin: 0;
  border: none;
  background: none;
  color: rgba(255, 200, 200, 0.55);
  cursor: pointer;
  vertical-align: middle;
  line-height: 0;
}

.social-comment-delete:hover {
  color: rgba(255, 160, 160, 0.9);
}

.social-comment-delete-icon {
  display: block;
  flex-shrink: 0;
}

.social-reply-toggle {
  margin-top: 6px;
  margin-right: 12px;
  padding: 0;
  border: none;
  background: none;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(201, 146, 42, 0.85);
  cursor: pointer;
  display: inline-block;
  vertical-align: baseline;
}

.social-reply-toggle:hover {
  color: var(--gold-bright, #f5d070);
}

.social-reply-form {
  margin-top: 8px;
  padding-top: 8px;
}

.social-composer {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(122, 85, 32, 0.25);
}

.social-composer-input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(122, 85, 32, 0.4);
  background: rgba(6, 4, 2, 0.65);
  color: var(--text-pale, #e8d5a8);
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  padding: 10px 12px;
  resize: vertical;
  min-height: 44px;
}

.social-composer-input:focus {
  outline: none;
  border-color: rgba(201, 146, 42, 0.55);
  box-shadow: 0 0 0 1px rgba(201, 146, 42, 0.15);
}

.social-composer-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.social-composer-submit {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #e8b84b, #c9922a);
  color: #1a0a00;
  font-weight: 600;
}

.social-composer-submit-sm {
  padding: 6px 14px;
  font-size: 9px;
}

.social-login-hint {
  margin: 12px 0 0;
  font-size: 14px;
  font-style: italic;
  color: rgba(208, 185, 140, 0.55);
}

.social-login-hint a {
  color: var(--gold-light, #e8b84b);
}

.community-feed-empty {
  text-align: center;
  padding: 3rem 1.25rem;
  border-radius: 16px;
  border: 1px dashed rgba(122, 85, 32, 0.4);
  background: rgba(0, 0, 0, 0.18);
}

.community-feed-empty-icon {
  font-size: 1.75rem;
  color: rgba(201, 146, 42, 0.5);
  margin-bottom: 0.75rem;
}

.community-feed-empty-title {
  font-family: 'Cinzel', serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--gold-light, #e8b84b);
  margin: 0 0 0.5rem;
  font-weight: 500;
}

.community-feed-empty-text {
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(208, 185, 140, 0.6);
  margin: 0;
  line-height: 1.5;
}

.community-pagination {
  max-width: 640px;
  margin: 0 auto 2rem;
  padding: 0 12px;
}

.community-pagination nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
}

.community-pagination a,
.community-pagination span {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--text-pale, #e8d5a8);
  text-decoration: none;
  border: 1px solid rgba(122, 85, 32, 0.35);
}

.community-pagination a:hover {
  border-color: rgba(201, 146, 42, 0.55);
  color: var(--gold-bright, #f5d070);
}

.community-pagination span[aria-current="page"] {
  background: rgba(201, 146, 42, 0.12);
  border-color: rgba(201, 146, 42, 0.45);
}

/* Lightbox */
.social-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(4, 2, 1, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.social-lightbox[hidden] {
  display: none !important;
}

.social-lightbox-img {
  max-width: 100%;
  max-height: 92vh;
  object-fit: contain;
  border-radius: 4px;
}

.social-lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201, 146, 42, 0.4);
  border-radius: 8px;
  background: rgba(10, 6, 2, 0.8);
  color: var(--gold-light, #e8b84b);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 640px) {
  .community-feed-main {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ─── Progressive comment disclosure ─────────────────────────────── */
.social-comment-hidden {
  display: none;
}

.social-comment-hidden.social-comment-revealed {
  display: block;
  animation: fadeSlideIn 0.2s ease;
}

@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}

/* "View X more comments" button */
.social-view-more-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  border: none;
  background: none;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(201, 146, 42, 0.75);
  cursor: pointer;
  transition: color 0.15s;
}

.social-view-more-btn:hover {
  color: var(--gold-bright, #f5d070);
}

/* Replies collapse wrapper */
.social-replies-wrap {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 2px solid rgba(122, 85, 32, 0.22);
  margin-top: 4px;
}

.social-replies-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 0;
  border: none;
  background: none;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(201, 146, 42, 0.7);
  cursor: pointer;
  transition: color 0.15s;
}

.social-replies-toggle:hover {
  color: var(--gold-bright, #f5d070);
}

.social-replies-toggle svg {
  transition: transform 0.2s;
}

.social-replies-toggle[aria-expanded="true"] svg {
  transform: rotate(270deg) !important;
}

.social-replies-list {
  padding-top: 4px;
}

.social-replies-list[hidden] {
  display: none;
}

/* Audio, file, poll post bodies */
.social-audio-wrap {
  padding: 0 16px 12px;
}

.social-audio-wrap audio {
  width: 100%;
  border-radius: 10px;
  accent-color: var(--gold-light, #c9922a);
}

.social-file-wrap {
  padding: 0 16px 12px;
}

.social-file-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(122, 85, 32, 0.45);
  border-radius: 10px;
  background: rgba(20, 12, 5, 0.7);
  color: var(--gold-light, #c9922a);
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
  max-width: 100%;
}

.social-file-link:hover {
  background: rgba(201, 146, 42, 0.12);
  border-color: rgba(201, 146, 42, 0.55);
}

.social-file-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}

.social-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
}

.social-poll-wrap {
  padding: 4px 16px 12px;
}

.social-poll-question {
  font-family: 'Cinzel', serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: var(--gold-light, #e8b84b);
  margin: 0 0 0.75rem;
  line-height: 1.4;
}

.poll-option-btn {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  border: 1px solid rgba(122, 85, 32, 0.4);
  border-radius: 10px;
  background: rgba(20, 12, 5, 0.65);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s;
  position: relative;
}

.poll-option-btn:hover:not(:disabled) {
  border-color: rgba(201, 146, 42, 0.7);
}

.poll-option-btn:disabled {
  cursor: default;
}

.poll-option-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(201, 146, 42, 0.15);
  border-radius: 10px 0 0 10px;
  transition: width 0.5s ease;
  pointer-events: none;
}

.poll-option-bar.winner {
  background: rgba(201, 146, 42, 0.28);
}

.poll-option-label {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 0.65rem 0.85rem;
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  color: rgba(232, 216, 188, 0.92);
  text-align: left;
}

.poll-option-pct {
  position: relative;
  z-index: 1;
  padding: 0 0.85rem;
  font-family: 'Cinzel', serif;
  font-size: 11px;
  color: rgba(201, 146, 42, 0.85);
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.poll-voted-tick {
  position: relative;
  z-index: 1;
  padding: 0 0.75rem 0 0;
  color: #34d399;
  font-size: 1rem;
}

.poll-meta {
  font-family: 'EB Garamond', serif;
  font-size: 13px;
  color: rgba(208, 185, 140, 0.5);
  margin-top: 0.5rem;
  font-style: italic;
}

.poll-login-hint {
  font-family: 'EB Garamond', serif;
  font-size: 14px;
  color: rgba(208, 185, 140, 0.6);
  font-style: italic;
  margin-top: 0.5rem;
}

.poll-login-hint a {
  color: var(--gold-light, #c9922a);
}

/* Member post composer */
.community-composer-card {
  margin-bottom: 1.35rem;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(28, 18, 8, 0.94) 0%, rgba(12, 8, 4, 0.97) 100%);
  border: 1px solid rgba(122, 85, 32, 0.42);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.community-composer-trigger {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.9rem 1rem;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s;
}

.community-composer-trigger:hover {
  background: rgba(201, 146, 42, 0.06);
}

.community-composer-trigger-text {
  flex: 1;
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  color: rgba(208, 185, 140, 0.55);
  font-style: italic;
}

.community-composer-trigger-hint {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(201, 146, 42, 0.55);
}

.community-composer-body {
  padding: 0 1rem 1rem;
  border-top: 1px solid rgba(122, 85, 32, 0.2);
}

.community-composer-card.is-expanded .community-composer-trigger {
  display: none;
}

.community-composer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', serif;
  font-size: 15px;
  color: var(--gold-light, #e8b84b);
  background: rgba(201, 146, 42, 0.15);
  border: 1px solid rgba(201, 146, 42, 0.35);
  flex-shrink: 0;
}

.community-composer-title {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light, #e8b84b);
}

.community-composer-sub {
  font-family: 'EB Garamond', serif;
  font-size: 14px;
  color: rgba(208, 185, 140, 0.72);
  margin-top: 2px;
}

.community-type-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin: 0.85rem 0;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.community-type-tabs::-webkit-scrollbar {
  display: none;
}

.community-type-tab {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(122, 85, 32, 0.35);
  background: rgba(0, 0, 0, 0.25);
  color: rgba(208, 185, 140, 0.85);
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.community-type-icon {
  opacity: 0.8;
}

.community-optional {
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 0;
  opacity: 0.65;
}

.community-file-label {
  display: block;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  border: 1px dashed rgba(122, 85, 32, 0.45);
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.community-file-label:hover {
  border-color: rgba(201, 146, 42, 0.5);
  background: rgba(201, 146, 42, 0.06);
}

.community-file-label-title {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light, #e8b84b);
  margin-bottom: 4px;
}

.community-file-input {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-family: 'EB Garamond', serif;
  font-size: 13px;
  color: rgba(208, 185, 140, 0.75);
}

.community-type-tab:hover,
.community-type-tab.active {
  border-color: rgba(201, 146, 42, 0.55);
  color: var(--gold-bright, #f5d070);
  background: rgba(201, 146, 42, 0.1);
}

.community-type-panel {
  display: none;
}

.community-type-panel.active {
  display: block;
}

.community-composer-form label {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(201, 146, 42, 0.75);
  margin-bottom: 0.35rem;
}

.community-composer-form textarea,
.community-composer-form input[type="text"],
.community-composer-form input[type="file"] {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  border: 1px solid rgba(122, 85, 32, 0.4);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(245, 235, 210, 0.92);
  font-family: 'EB Garamond', serif;
  font-size: 15px;
}

.community-field-hint,
.community-field-hint-inline {
  font-size: 12px;
  color: rgba(208, 185, 140, 0.55);
  margin: -0.35rem 0 0.5rem;
}

.community-poll-option-row {
  display: flex;
  gap: 6px;
  margin-bottom: 6px;
}

.community-poll-option-row input {
  flex: 1;
  margin-bottom: 0;
}

.community-poll-remove-btn,
.community-poll-add-btn {
  border: 1px solid rgba(122, 85, 32, 0.4);
  background: rgba(0, 0, 0, 0.3);
  color: rgba(208, 185, 140, 0.85);
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  padding: 0.35rem 0.6rem;
}

.community-poll-remove-btn {
  width: 36px;
  flex-shrink: 0;
}

.community-composer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(122, 85, 32, 0.2);
}

.community-composer-cancel {
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(122, 85, 32, 0.4);
  background: transparent;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(208, 185, 140, 0.75);
  cursor: pointer;
}

.community-composer-cancel:hover {
  border-color: rgba(201, 146, 42, 0.45);
  color: var(--gold-bright, #f5d070);
}

.community-composer-submit {
  padding: 0.6rem 1.35rem;
  border: none;
  border-radius: 999px;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1008;
  background: linear-gradient(135deg, #e8b84b 0%, #c9922a 100%);
  cursor: pointer;
  transition: filter 0.15s;
}

.community-composer-submit:hover {
  filter: brightness(1.08);
}

.community-composer-errors {
  margin-bottom: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #f87171;
  font-family: 'EB Garamond', serif;
  font-size: 14px;
}

.community-composer-errors ul {
  margin: 0;
  padding-left: 1.1rem;
}

.community-composer-guest {
  margin-bottom: 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  text-align: center;
  border: 1px dashed rgba(122, 85, 32, 0.45);
  background: rgba(0, 0, 0, 0.2);
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  color: rgba(208, 185, 140, 0.85);
}

.community-composer-guest-title {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light, #e8b84b);
  margin: 0 0 0.35rem;
}

.community-composer-guest--cta p:last-child {
  margin: 0;
}

.community-composer-guest a {
  color: var(--gold-bright, #f5d070);
}

.community-flash {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-family: 'EB Garamond', serif;
  font-size: 15px;
}

.community-flash--success {
  background: rgba(52, 211, 153, 0.08);
  border: 1px solid rgba(52, 211, 153, 0.35);
  color: #34d399;
}
