/* [project]/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --bg: #e2e2e2;
  --panel: #fff;
  --panel-glass: #ffffffd1;
  --panel-muted: #f9f9f9;
  --ink: #000;
  --muted: #666;
  --line: #8080803a;
  --accent: #334;
  --accent-ink: #fff;
  --blue: #385f8a;
  --red: #9b3333;
  --amber: #c46f18;
  --live-green: #7ec222;
  --shadow: 0 1px 2px #00000005,
    0 8px 24px #0000000f;
  --page-glow: #ffffff8c;
  --page-glow-end: #e2e2e200;
  --token-bg: #f5f5f5;
  --active-bg: #f0f0f0;
  --active-border: silver;
  --segment-bg: #f0f0f0;
  --success-bg: #edf7f2;
  --success-border: #b9d5c9;
  --success-ink: #1d5d48;
  --error-bg: #fff2f1;
  --error-border: #deb2b2;
  --media-bg: #f6f7f9;
  --media-border: #cfd7e3;
  --modal-scrim: #0000006b;
  --empty-bg: #f9f9f9b3;
  --pending-bg: #fff8ec;
  --pending-border: #e6b266;
  --skeleton-a: #f0f0f0;
  --skeleton-b: #fafafa;
}

html[data-theme="dark"] {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  --bg: #22303f;
  --panel: #18222d;
  --panel-glass: #18222de6;
  --panel-muted: #001d25;
  --ink: #d1d5d9;
  --muted: #b2c3d4;
  --line: #22303f;
  --accent: #9caec7;
  --accent-ink: #101822;
  --blue: #a9bcd6;
  --red: #ff9f9f;
  --amber: #fc0;
  --shadow: 0 12px 34px #00000047,
    0 0 0 1px #c8c8ff0d;
  --page-glow: #ffffff08;
  --page-glow-end: #22303f00;
  --token-bg: #22303f;
  --active-bg: #393f4e;
  --active-border: #3e5874;
  --segment-bg: #001d25;
  --success-bg: #123528;
  --success-border: #2d6d5f;
  --success-ink: #b7e6d2;
  --error-bg: #3c252b;
  --error-border: #78454c;
  --media-bg: #001d25;
  --media-border: #3e5874;
  --modal-scrim: #0000009e;
  --empty-bg: #001d25b8;
  --pending-bg: #473818;
  --pending-border: #84671f;
  --skeleton-a: #22303f;
  --skeleton-b: #393f4e;
}

@media (prefers-color-scheme: dark) {
  html[data-theme="auto"] {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
    --bg: #22303f;
    --panel: #18222d;
    --panel-glass: #18222de6;
    --panel-muted: #001d25;
    --ink: #d1d5d9;
    --muted: #b2c3d4;
    --line: #22303f;
    --accent: #9caec7;
    --accent-ink: #101822;
    --blue: #a9bcd6;
    --red: #ff9f9f;
    --amber: #fc0;
    --shadow: 0 12px 34px #00000047,
      0 0 0 1px #c8c8ff0d;
    --page-glow: #ffffff08;
    --page-glow-end: #22303f00;
    --token-bg: #22303f;
    --active-bg: #393f4e;
    --active-border: #3e5874;
    --segment-bg: #001d25;
    --success-bg: #123528;
    --success-border: #2d6d5f;
    --success-ink: #b7e6d2;
    --error-bg: #3c252b;
    --error-border: #78454c;
    --media-bg: #001d25;
    --media-border: #3e5874;
    --modal-scrim: #0000009e;
    --empty-bg: #001d25b8;
    --pending-bg: #473818;
    --pending-border: #84671f;
    --skeleton-a: #22303f;
    --skeleton-b: #393f4e;
  }
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

body {
  background: linear-gradient(180deg, var(--page-glow), var(--page-glow-end) 220px),
    var(--bg);
  color: var(--ink);
  letter-spacing: 0;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

button, input, textarea, select {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled, input:disabled, textarea:disabled, select:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.boot-screen {
  min-height: 100vh;
  color: var(--muted);
  place-items: center;
  display: grid;
}

.app-shell {
  flex-direction: column;
  gap: 10px;
  min-height: 100vh;
  padding: 18px 22px;
  display: flex;
}

.topbar, .workspace {
  width: min(1420px, 100%);
  margin: 0 auto;
}

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

.brand-lockup {
  align-items: center;
  min-height: 38px;
  display: flex;
}

.eyebrow {
  color: var(--muted);
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  font-size: .72rem;
  font-weight: 800;
}

h1, h2, h3, p {
  margin: 0;
}

h1 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

h2 {
  font-size: 1.45rem;
  line-height: 1.15;
}

h3 {
  font-size: 1.05rem;
}

.workspace {
  grid-template-columns: 340px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  display: grid;
}

.sidebar, .main-panel {
  border: 1px solid var(--line);
  background: var(--panel-glass);
  box-shadow: var(--shadow);
  border-radius: 8px;
}

.sidebar {
  flex-direction: column;
  gap: 16px;
  max-height: calc(100vh - 42px);
  padding: 14px;
  display: flex;
  position: sticky;
  top: 18px;
  overflow: hidden;
}

.main-panel {
  flex-direction: column;
  gap: 18px;
  min-height: calc(100vh - 112px);
  padding: 18px;
  display: flex;
  position: relative;
}

.empty-main {
  place-items: center;
  display: grid;
}

.token-search, .wallet-row, .reply-box, .media-chip, .viewer, .auth-panel, .banner {
  align-items: center;
  display: flex;
}

.token-search {
  border: 1px solid var(--line);
  background: var(--panel-muted);
  border-radius: 6px;
  gap: 8px;
  min-height: 44px;
  padding: 0 8px 0 12px;
}

.token-search input {
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  min-width: 0;
}

.token-search button, .ghost-icon {
  background: var(--ink);
  width: 30px;
  height: 30px;
  color: var(--panel);
  border: 0;
  border-radius: 5px;
  place-items: center;
  display: grid;
}

.sidebar-heading, .community-header, .feed-toolbar {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.community-list {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding-right: 2px;
  display: flex;
  overflow: auto;
}

.community-item {
  width: 100%;
  min-height: 58px;
  color: inherit;
  text-align: left;
  background: none;
  border: 1px solid #0000;
  border-radius: 8px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px;
  display: grid;
}

.community-item:hover, .community-item.active {
  border-color: var(--active-border);
  background: var(--active-bg);
}

.community-item span, .viewer span {
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.community-item strong, .viewer strong, .message-card strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

small, time {
  color: var(--muted);
  font-size: .8rem;
}

.count {
  color: var(--blue);
  font-weight: 800;
}

.token-image, .avatar {
  border: 1px solid var(--line);
  background: var(--token-bg);
  color: var(--muted);
  border-radius: 8px;
  flex: none;
  place-items: center;
  font-weight: 900;
  display: grid;
  overflow: hidden;
}

.token-image {
  width: 42px;
  height: 42px;
}

.token-image.large {
  width: 56px;
  height: 56px;
}

.avatar {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.token-image img, .avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.primary-button, .secondary-button, .icon-button, .action-button {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  font-weight: 800;
  display: inline-flex;
}

.primary-button {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--accent-ink);
  padding: 0 14px;
}

.secondary-button, .icon-button, .action-button {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
}

.secondary-button {
  padding: 0 12px;
}

.secondary-button.disabled {
  opacity: .55;
  pointer-events: none;
}

.icon-button {
  width: 38px;
  padding: 0;
}

.action-button {
  min-height: 32px;
  color: var(--muted);
  padding: 0 10px;
}

a.primary-button, a.secondary-button {
  text-decoration: none;
}

.action-button.active {
  border-color: var(--error-border);
  background: var(--error-bg);
  color: var(--red);
}

.action-button.thread-open {
  border-color: var(--active-border);
  background: var(--active-bg);
  color: var(--accent);
}

.viewer, .auth-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
  gap: 10px;
  padding: 8px;
}

.account-menu-wrap {
  position: relative;
}

.account-menu {
  z-index: 40;
  border: 1px solid var(--line);
  background: var(--panel);
  min-width: 226px;
  max-width: calc(100vw - 28px);
  box-shadow: var(--shadow);
  border-radius: 8px;
  gap: 4px;
  padding: 6px;
  display: grid;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
}

.account-menu button {
  min-height: 38px;
  color: var(--ink);
  text-align: left;
  white-space: nowrap;
  background: none;
  border: 0;
  border-radius: 6px;
  align-items: center;
  gap: 9px;
  padding: 0 10px;
  font-weight: 800;
  display: flex;
}

.account-menu button:hover {
  background: var(--panel-muted);
}

.account-menu .single-column-menu-item {
  display: none;
}

.modal-backdrop {
  z-index: 60;
  background: var(--modal-scrim);
  place-items: center;
  padding: 18px;
  display: grid;
  position: fixed;
  inset: 0;
}

.modal-card {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
  width: min(520px, 100%);
  padding: 16px;
  box-shadow: 0 24px 70px #14161238;
}

.modal-header {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  display: flex;
}

.wallet-modal .wallet-panel {
  background: none;
  border: 0;
  padding: 0;
}

.community-finder-modal {
  flex-direction: column;
  width: min(680px, 100%);
  max-height: calc(100vh - 36px);
  display: flex;
}

.community-finder-body {
  flex-direction: column;
  gap: 16px;
  min-height: 0;
  display: flex;
}

.community-finder-modal .community-list {
  flex: 0 auto;
  max-height: min(420px, 52vh);
}

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

.settings-row > span {
  color: var(--ink);
  font-weight: 900;
}

.segmented.compact {
  grid-template-columns: repeat(3, 1fr);
  width: min(280px, 100%);
  margin-bottom: 0;
}

.banner {
  border: 1px solid var(--success-border);
  background: var(--success-bg);
  width: min(1420px, 100%);
  min-height: 42px;
  color: var(--success-ink);
  border-radius: 8px;
  gap: 10px;
  margin: 0 auto;
  padding: 10px 12px;
}

.banner.error {
  border-color: var(--error-border);
  background: var(--error-bg);
  color: var(--red);
}

.banner .ghost-icon {
  color: inherit;
  background: none;
  margin-left: auto;
}

.community-header {
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.community-title {
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.mint-line {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.realtime-dot {
  background: var(--amber);
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 1px var(--panel),
    0 0 0 3px color-mix(in srgb, var(--amber) 16%, transparent);
  border-radius: 999px;
  flex: none;
  display: inline-block;
  position: relative;
}

.realtime-dot.open {
  background: var(--live-green);
  box-shadow: 0 0 0 1px var(--panel),
    0 0 0 3px color-mix(in srgb, var(--live-green) 22%, transparent);
}

.realtime-dot.open:after {
  border-radius: inherit;
  background: inherit;
  content: "";
  animation: 1.8s ease-out infinite realtime-pulse;
  position: absolute;
  inset: 0;
}

.realtime-dot.polling {
  background: var(--muted);
  box-shadow: 0 0 0 1px var(--panel),
    0 0 0 3px color-mix(in srgb, var(--muted) 14%, transparent);
}

@keyframes realtime-pulse {
  0% {
    opacity: .42;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2.8);
  }
}

.stats {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.stats span {
  border: 1px solid var(--line);
  background: var(--panel-muted);
  color: var(--muted);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .8rem;
  font-weight: 800;
}

.compose-zone {
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  display: block;
}

.wallet-panel, .eligibility-prompt {
  border: 1px solid var(--line);
  background: var(--panel-muted);
  border-radius: 8px;
  padding: 12px;
}

.eligibility-prompt {
  align-items: center;
  gap: 12px;
  min-height: 58px;
  display: flex;
}

.eligibility-prompt > svg {
  color: var(--accent);
}

.eligibility-prompt strong {
  flex: auto;
  min-width: 0;
}

.eligibility-prompt .primary-button {
  flex: none;
  margin-left: auto;
}

.segmented {
  background: var(--segment-bg);
  border-radius: 8px;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-bottom: 10px;
  padding: 4px;
  display: grid;
}

.segmented button {
  min-width: 0;
  color: var(--muted);
  background: none;
  border: 0;
  border-radius: 6px;
  padding: 9px 6px;
  font-size: .78rem;
  font-weight: 900;
}

.segmented button.active {
  background: var(--panel);
  color: var(--ink);
  box-shadow: 0 1px 4px #00000014;
}

.wallet-row {
  gap: 8px;
}

.wallet-row select {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
  flex: 1;
  min-width: 0;
  height: 38px;
  padding: 0 10px;
}

.composer {
  border-radius: 8px;
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.composer textarea {
  resize: vertical;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
  outline: none;
  width: 100%;
  min-height: 112px;
  padding: 12px;
}

.composer textarea:focus, .reply-box input:focus, .token-search:focus-within {
  border-color: var(--accent);
}

.composer-actions {
  justify-content: space-between;
  gap: 10px;
  display: flex;
}

.composer input[type="file"] {
  display: none;
}

.media-chip {
  inline-size: 100%;
  max-inline-size: 100%;
  border: 1px solid var(--media-border);
  background: var(--media-bg);
  min-width: 0;
  color: var(--blue);
  border-radius: 8px;
  gap: 8px;
  padding: 8px 10px;
  overflow: hidden;
}

.media-chip svg {
  flex: none;
}

.media-chip span {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: auto;
  min-width: 0;
  overflow: hidden;
}

.media-chip button {
  color: inherit;
  background: none;
  border: 0;
  flex: none;
  margin-left: auto;
}

.feed-toolbar {
  padding-top: 4px;
}

.message-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.feed-pager {
  min-height: 34px;
  color: var(--muted);
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: .86rem;
  display: inline-flex;
}

.feed-pager:empty {
  display: none;
}

.message-card {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  display: grid;
}

.message-card.pending {
  border-color: var(--pending-border);
  background: var(--pending-bg);
}

.message-card.skeleton {
  min-height: 132px;
}

.message-card.skeleton span, .message-card.skeleton div, .loading-rows span {
  background: linear-gradient(90deg, var(--skeleton-a), var(--skeleton-b), var(--skeleton-a));
  background-size: 220% 100%;
  border-radius: 8px;
  animation: 1.4s infinite shimmer;
}

.message-card.skeleton span {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.message-card.skeleton div {
  height: 96px;
}

.message-body {
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.message-body header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.message-body header div {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.message-body p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.5;
}

.post-media-button {
  cursor: zoom-in;
  background: none;
  border: 0;
  border-radius: 8px;
  align-self: flex-start;
  max-width: 100%;
  padding: 0;
}

.post-media-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.post-media {
  border: 1px solid var(--line);
  object-fit: contain;
  border-radius: 8px;
  max-width: 100%;
  max-height: 420px;
  display: block;
}

.image-modal-backdrop {
  z-index: 80;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #000000bd;
  place-items: center;
  padding: 24px;
  display: grid;
  position: fixed;
  inset: 0;
}

.image-modal {
  justify-content: center;
  align-items: center;
  max-width: min(1120px, 100%);
  max-height: calc(100vh - 48px);
  display: flex;
  position: relative;
}

.image-modal img {
  object-fit: contain;
  border-radius: 8px;
  max-width: 100%;
  max-height: calc(100vh - 64px);
  display: block;
  box-shadow: 0 24px 80px #0000006b;
}

.image-modal-close {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  background: #0a0a0ab8;
  border: 1px solid #ffffff3d;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  position: absolute;
  top: -14px;
  right: -14px;
}

.image-modal-close:hover, .image-modal-close:focus-visible {
  background: #0a0a0ae6;
}

.message-actions {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.reply-box {
  gap: 8px;
}

.reply-thread {
  border-left: 2px solid var(--line);
  flex-direction: column;
  gap: 10px;
  margin-top: 2px;
  padding-left: 12px;
  display: flex;
}

.reply-item {
  border: 1px solid var(--line);
  background: var(--panel-muted);
  border-radius: 8px;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  padding: 10px;
  display: grid;
}

.reply-item .avatar {
  width: 30px;
  height: 30px;
  font-size: .72rem;
}

.reply-item > div {
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  display: flex;
}

.reply-item header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.reply-item header div {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.reply-item p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.reply-status {
  border: 1px dashed var(--line);
  background: var(--empty-bg);
  color: var(--muted);
  border-radius: 8px;
  padding: 10px;
  font-size: .86rem;
  font-weight: 800;
}

.reply-status.error {
  border-color: var(--error-border);
  background: var(--error-bg);
  color: var(--red);
}

.reply-box input {
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  flex: 1;
  min-width: 0;
  height: 38px;
  padding: 0 10px;
}

.reply-box button {
  border: 1px solid var(--accent);
  background: var(--accent);
  width: 38px;
  height: 38px;
  color: var(--accent-ink);
  border-radius: 8px;
  place-items: center;
  display: grid;
}

.empty-state {
  border: 1px dashed var(--line);
  background: var(--empty-bg);
  color: var(--muted);
  text-align: center;
  border-radius: 8px;
  justify-items: center;
  gap: 8px;
  padding: 28px 18px;
  display: grid;
}

.empty-state div {
  background: var(--token-bg);
  width: 38px;
  height: 38px;
  color: var(--ink);
  border-radius: 50%;
  place-items: center;
  display: grid;
}

.empty-state strong {
  color: var(--ink);
}

.loading-rows {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.loading-rows span {
  height: 58px;
}

.spin {
  animation: .8s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shimmer {
  to {
    background-position-x: -220%;
  }
}

@media (max-width: 980px) {
  .app-shell {
    padding: 14px;
  }

  .workspace, .compose-zone {
    grid-template-columns: 1fr;
  }

  .desktop-community-finder {
    display: none;
  }

  .account-menu .single-column-menu-item {
    display: flex;
  }

  .sidebar {
    max-height: none;
    position: static;
  }

  .community-list {
    max-height: 360px;
  }

  .main-panel {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 2rem;
  }

  .community-header, .feed-toolbar, .composer-actions, .eligibility-prompt, .wallet-row, .settings-row {
    flex-direction: column;
    align-items: stretch;
  }

  .eligibility-prompt .primary-button {
    margin-left: 0;
  }

  .stats {
    justify-content: flex-start;
  }

  .segmented {
    grid-template-columns: repeat(2, 1fr);
  }

  .message-card {
    grid-template-columns: 1fr;
  }

  .message-card > .avatar {
    display: none;
  }
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/