/* [project]/apps/web/src/components/breadcrumb/Breadcrumb.module.css [app-client] (css) */
.Breadcrumb-module__th9Dqq__breadcrumb {
  --crumb-accent: #14b8a6;
  --crumb-accent-2: #6366f1;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: linear-gradient(135deg, #ffffffe0, #f8fafcb3), #fff;
  border: 1px solid #94a3b83d;
  border-radius: .95rem;
  width: 100%;
  padding: .55rem;
  box-shadow: 0 14px 34px #0f172a0f;
}

.Breadcrumb-module__th9Dqq__breadcrumb.Breadcrumb-module__th9Dqq__compact {
  border-radius: .8rem;
  padding: .4rem;
}

.Breadcrumb-module__th9Dqq__breadcrumbList {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  gap: .45rem;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}

.Breadcrumb-module__th9Dqq__breadcrumbList::-webkit-scrollbar {
  display: none;
}

.Breadcrumb-module__th9Dqq__breadcrumbItem {
  flex: none;
  align-items: center;
  gap: .45rem;
  min-width: 0;
  display: inline-flex;
}

.Breadcrumb-module__th9Dqq__breadcrumbLink, .Breadcrumb-module__th9Dqq__breadcrumbCurrent {
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e2e8f0e6;
  border-radius: 999px;
  align-items: center;
  gap: .42rem;
  max-width: min(22rem, 52vw);
  min-height: 2.05rem;
  padding: .45rem .72rem;
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.2;
  display: inline-flex;
  overflow: hidden;
}

.Breadcrumb-module__th9Dqq__breadcrumbLink {
  color: #475569;
  background: #ffffffbd;
  text-decoration: none;
  transition: transform .2s, border-color .2s, background .2s, color .2s, box-shadow .2s;
}

.Breadcrumb-module__th9Dqq__breadcrumbLink:hover {
  color: #0f172a;
  background: linear-gradient(135deg, #14b8a61a, #6366f114), #ffffffe0;
  border-color: #14b8a657;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px #14b8a61f;
}

.Breadcrumb-module__th9Dqq__breadcrumbLink:active {
  transform: translateY(0);
}

.Breadcrumb-module__th9Dqq__breadcrumbCurrent {
  background: linear-gradient(135deg, var(--crumb-accent), var(--crumb-accent-2));
  color: #fff;
  border-color: #14b8a652;
  box-shadow: 0 12px 24px #14b8a633, inset 0 1px #ffffff38;
}

.Breadcrumb-module__th9Dqq__breadcrumbSeparator {
  color: #94a3b8;
  -webkit-user-select: none;
  user-select: none;
  background: #ffffff9e;
  border: 1px solid #e2e8f0d1;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 1.35rem;
  height: 1.35rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
}

.Breadcrumb-module__th9Dqq__homeDot {
  background: linear-gradient(135deg, var(--crumb-accent), var(--crumb-accent-2));
  border-radius: 999px;
  flex: none;
  width: .52rem;
  height: .52rem;
  box-shadow: 0 0 0 .2rem #14b8a61f;
}

.dark .Breadcrumb-module__th9Dqq__breadcrumb {
  background: linear-gradient(135deg, #0f172ae0, #1e293bc2), #0f172a;
  border-color: #475569b8;
  box-shadow: 0 16px 38px #0000003d;
}

.dark .Breadcrumb-module__th9Dqq__breadcrumbLink {
  color: #cbd5e1;
  background: #0f172aa8;
  border-color: #475569b8;
}

.dark .Breadcrumb-module__th9Dqq__breadcrumbLink:hover {
  color: #f8fafc;
  background: linear-gradient(135deg, #14b8a624, #6366f11f), #0f172ad1;
  border-color: #14b8a670;
}

.dark .Breadcrumb-module__th9Dqq__breadcrumbSeparator {
  color: #64748b;
  background: #0f172ab3;
  border-color: #475569b8;
}

.dark .Breadcrumb-module__th9Dqq__breadcrumbCurrent {
  border-color: #14b8a66b;
  box-shadow: 0 12px 26px #14b8a62e, inset 0 1px #fff3;
}

[dir="rtl"] .Breadcrumb-module__th9Dqq__breadcrumbList {
  direction: rtl;
}

@media (max-width: 640px) {
  .Breadcrumb-module__th9Dqq__breadcrumb {
    border-radius: .8rem;
    padding: .45rem;
  }

  .Breadcrumb-module__th9Dqq__breadcrumbList, .Breadcrumb-module__th9Dqq__breadcrumbItem {
    gap: .35rem;
  }

  .Breadcrumb-module__th9Dqq__breadcrumbLink, .Breadcrumb-module__th9Dqq__breadcrumbCurrent {
    max-width: 15rem;
    min-height: 1.9rem;
    padding: .38rem .58rem;
    font-size: .78rem;
  }

  .Breadcrumb-module__th9Dqq__breadcrumbSeparator {
    width: 1.15rem;
    height: 1.15rem;
    font-size: .9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Breadcrumb-module__th9Dqq__breadcrumbLink {
    transition: none;
  }

  .Breadcrumb-module__th9Dqq__breadcrumbLink:hover {
    transform: none;
  }
}

/* [project]/apps/web/src/components/role-badge/RoleBadge.module.css [app-client] (css) */
.RoleBadge-module__8fyl6W__badge {
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: default;
  -webkit-font-smoothing: antialiased;
  border-radius: 9999px;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  transition: transform .25s, box-shadow .25s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.RoleBadge-module__8fyl6W__badge:hover {
  transform: translateY(-1px)scale(1.02);
}

.RoleBadge-module__8fyl6W__icon {
  flex-shrink: 0;
  align-items: center;
  font-size: 13px;
  display: inline-flex;
}

.RoleBadge-module__8fyl6W__badge:after {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, #0000 0%, #ffffff26 50%, #0000 100%);
  width: 60%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: -100%;
}

.RoleBadge-module__8fyl6W__badge:hover:after {
  opacity: 1;
  animation: .6s ease-out forwards RoleBadge-module__8fyl6W__sheen;
}

.RoleBadge-module__8fyl6W__member {
  color: #4b5563;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  border: 1px solid #d1d5db99;
  box-shadow: 0 1px 3px #0000000f;
}

.RoleBadge-module__8fyl6W__member:hover {
  box-shadow: 0 3px 8px #0000001a;
}

.dark .RoleBadge-module__8fyl6W__member {
  color: #d1d5db;
  background: linear-gradient(135deg, #374151 0%, #1f2937 100%);
  border-color: #4b556380;
  box-shadow: 0 1px 3px #0003;
}

.dark .RoleBadge-module__8fyl6W__member:hover {
  box-shadow: 0 3px 8px #00000059;
}

.RoleBadge-module__8fyl6W__moderator {
  color: #fff;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border: 1px solid #3b82f64d;
  box-shadow: 0 2px 8px #3b82f640, inset 0 1px #ffffff26;
}

.RoleBadge-module__8fyl6W__moderator:hover {
  box-shadow: 0 4px 14px #3b82f659, inset 0 1px #ffffff26;
}

.dark .RoleBadge-module__8fyl6W__moderator {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-color: #2563eb66;
  box-shadow: 0 2px 8px #2563eb4d, inset 0 1px #ffffff1a;
}

.dark .RoleBadge-module__8fyl6W__moderator:hover {
  box-shadow: 0 4px 14px #2563eb66, inset 0 1px #ffffff1a;
}

.RoleBadge-module__8fyl6W__moderator .RoleBadge-module__8fyl6W__pulseRing {
  display: none;
}

.RoleBadge-module__8fyl6W__admin {
  color: #fff;
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
  border: 1px solid #8b5cf64d;
  box-shadow: 0 2px 10px #8b5cf640, inset 0 1px #ffffff26;
}

.RoleBadge-module__8fyl6W__admin:hover {
  box-shadow: 0 4px 16px #8b5cf666, inset 0 1px #ffffff26;
}

.dark .RoleBadge-module__8fyl6W__admin {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  border-color: #7c3aed66;
  box-shadow: 0 2px 10px #7c3aed4d, inset 0 1px #ffffff1a;
}

.dark .RoleBadge-module__8fyl6W__admin:hover {
  box-shadow: 0 4px 16px #7c3aed73, inset 0 1px #ffffff1a;
}

.RoleBadge-module__8fyl6W__admin .RoleBadge-module__8fyl6W__sparkle {
  display: none;
}

.RoleBadge-module__8fyl6W__superAdmin {
  color: #fff;
  text-shadow: 0 1px 2px #00000026;
  background: linear-gradient(135deg, #f97316 0%, #ef4444 50%, #dc2626 100%);
  border: 1px solid #ffc86459;
  box-shadow: 0 2px 12px #ef44444d, 0 0 8px #f9731633, inset 0 1px #ffffff40;
}

.RoleBadge-module__8fyl6W__superAdmin:hover {
  box-shadow: 0 4px 20px #ef444473, 0 0 16px #f973164d, inset 0 1px #ffffff40;
}

.dark .RoleBadge-module__8fyl6W__superAdmin {
  background: linear-gradient(135deg, #ea580c 0%, #dc2626 50%, #b91c1c 100%);
  border-color: #fbbf244d;
  box-shadow: 0 2px 12px #dc262659, 0 0 10px #ea580c40, inset 0 1px #ffffff26;
}

.dark .RoleBadge-module__8fyl6W__superAdmin:hover {
  box-shadow: 0 4px 20px #dc262680, 0 0 18px #ea580c59, inset 0 1px #ffffff26;
}

.RoleBadge-module__8fyl6W__superAdmin:after {
  opacity: 1;
  background: linear-gradient(90deg, #0000 0%, #ffffff14 25%, #ffffff4d 50%, #ffffff14 75%, #0000 100%);
  width: 40%;
  animation: 6s ease-in-out infinite RoleBadge-module__8fyl6W__superSheen;
}

.RoleBadge-module__8fyl6W__crownIcon {
  filter: drop-shadow(0 0 3px #fbbf2499) drop-shadow(0 1px 1px #0003);
  transition: filter .3s, transform .3s;
}

.RoleBadge-module__8fyl6W__superAdmin:hover .RoleBadge-module__8fyl6W__crownIcon {
  filter: drop-shadow(0 0 5px #fbbf24cc) drop-shadow(0 0 10px #fbbf2466) drop-shadow(0 1px 1px #0003);
  transform: scale(1.1);
}

.RoleBadge-module__8fyl6W__unknown {
  color: #fff;
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  border: 1px solid #6366f14d;
  box-shadow: 0 2px 6px #6366f140;
}

.RoleBadge-module__8fyl6W__unknown:hover {
  box-shadow: 0 4px 12px #6366f166;
}

.dark .RoleBadge-module__8fyl6W__unknown {
  background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
  border-color: #4f46e566;
  box-shadow: 0 2px 6px #4f46e54d;
}

.RoleBadge-module__8fyl6W__compact {
  letter-spacing: .3px;
  gap: 4px;
  padding: 2px 10px;
  font-size: 10px;
}

.RoleBadge-module__8fyl6W__compact .RoleBadge-module__8fyl6W__icon {
  font-size: 11px;
}

.RoleBadge-module__8fyl6W__large {
  letter-spacing: .6px;
  gap: 7px;
  padding: 6px 18px;
  font-size: 13px;
}

.RoleBadge-module__8fyl6W__large .RoleBadge-module__8fyl6W__icon {
  font-size: 15px;
}

@keyframes RoleBadge-module__8fyl6W__sheen {
  0% {
    left: -100%;
  }

  100% {
    left: 150%;
  }
}

@keyframes RoleBadge-module__8fyl6W__superSheen {
  0%, 85%, 100% {
    opacity: 0;
    left: -100%;
  }

  5% {
    opacity: 1;
  }

  40% {
    opacity: 1;
    left: 200%;
  }

  45% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .RoleBadge-module__8fyl6W__badge, .RoleBadge-module__8fyl6W__badge:after, .RoleBadge-module__8fyl6W__superAdmin:after, .RoleBadge-module__8fyl6W__crownIcon {
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 640px) {
  .RoleBadge-module__8fyl6W__badge {
    gap: 4px;
    padding: 3px 10px;
    font-size: 11px;
  }

  .RoleBadge-module__8fyl6W__large {
    padding: 4px 14px;
    font-size: 12px;
  }

  .RoleBadge-module__8fyl6W__compact {
    padding: 2px 8px;
    font-size: 9px;
  }
}

/* [project]/apps/web/src/components/ui/MiniAvatar.module.css [app-client] (css) */
.MiniAvatar-module__G85Ctq__avatar {
  -o-object-fit: cover;
  object-fit: cover;
  border: 1.5px solid #8b5cf64d;
  border-radius: 50%;
  flex-shrink: 0;
}

.MiniAvatar-module__G85Ctq__fallback {
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: inline-flex;
}

.MiniAvatar-module__G85Ctq__size16 {
  width: 16px;
  height: 16px;
  font-size: 9px;
  line-height: 16px;
}

.MiniAvatar-module__G85Ctq__size20 {
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
}

.MiniAvatar-module__G85Ctq__size24 {
  width: 24px;
  height: 24px;
  font-size: 11px;
  line-height: 24px;
}

.dark .MiniAvatar-module__G85Ctq__avatar {
  border-color: #8b5cf680;
}

.dark .MiniAvatar-module__G85Ctq__fallback {
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
}

/* [project]/apps/web/src/app/forum/[id]/components/ThreadCard.module.css [app-client] (css) */
.ThreadCard-module__MSPxXG__threadCard {
  color: inherit;
  background: radial-gradient(circle at 0 0, #14b8a614, #0000 15rem), #ffffffdb;
  border: 1px solid #e2e8f0eb;
  border-radius: .95rem;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "main stats"
                       "comment comment";
  gap: .8rem 1rem;
  padding: 1rem;
  text-decoration: none;
  transition: border-color .22s, box-shadow .22s, transform .22s;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 28px #0f172a0f;
}

.ThreadCard-module__MSPxXG__threadCard:before {
  content: "";
  opacity: 0;
  background: linear-gradient(#14b8a6, #6366f1);
  border-radius: 999px;
  width: 4px;
  transition: opacity .22s;
  position: absolute;
  inset-block: .8rem;
  inset-inline-start: 0;
}

.ThreadCard-module__MSPxXG__threadCard:hover {
  border-color: #14b8a685;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px #0f172a1a;
}

.ThreadCard-module__MSPxXG__threadCard:hover:before {
  opacity: 1;
}

.ThreadCard-module__MSPxXG__pinnedThread {
  background: radial-gradient(circle at 0 0, #f59e0b29, #0000 16rem), #fffbebeb;
  border-color: #f59e0b6b;
}

.ThreadCard-module__MSPxXG__stickyThread {
  background: radial-gradient(circle at 0 0, #6366f126, #0000 16rem), #eef2ffeb;
  border-color: #6366f16b;
}

.ThreadCard-module__MSPxXG__threadMain {
  grid-area: main;
  align-items: flex-start;
  gap: .85rem;
  min-width: 0;
  display: flex;
}

.ThreadCard-module__MSPxXG__threadIconWrapper {
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
  border: 1px solid #94a3b83d;
  border-radius: .85rem;
  flex: none;
  place-items: center;
  width: 3rem;
  height: 3rem;
  transition: background .22s, color .22s, transform .22s;
  display: grid;
}

.ThreadCard-module__MSPxXG__threadCard:hover .ThreadCard-module__MSPxXG__threadIconWrapper {
  color: #fff;
  background: linear-gradient(135deg, #14b8a6, #6366f1);
  transform: rotate(-3deg)scale(1.03);
}

.ThreadCard-module__MSPxXG__threadContent {
  min-width: 0;
}

.ThreadCard-module__MSPxXG__threadHeader {
  flex-wrap: wrap;
  align-items: center;
  gap: .38rem;
  margin-bottom: .45rem;
  display: flex;
}

.ThreadCard-module__MSPxXG__threadTitle {
  color: #0f172a;
  width: 100%;
  margin: .1rem 0 0;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
  transition: color .2s;
}

.ThreadCard-module__MSPxXG__threadCard:hover .ThreadCard-module__MSPxXG__threadTitle {
  color: #0f766e;
}

.ThreadCard-module__MSPxXG__visitedTitle {
  opacity: .6;
}

.ThreadCard-module__MSPxXG__threadCard:hover .ThreadCard-module__MSPxXG__visitedTitle {
  opacity: .75;
}

.ThreadCard-module__MSPxXG__threadMeta, .ThreadCard-module__MSPxXG__commentMeta {
  color: #64748b;
  flex-wrap: wrap;
  align-items: center;
  gap: .38rem;
  font-size: .76rem;
  display: flex;
}

.ThreadCard-module__MSPxXG__threadAuthor {
  align-items: center;
  gap: .32rem;
  display: inline-flex;
}

.ThreadCard-module__MSPxXG__threadDate {
  color: #94a3b8;
}

.ThreadCard-module__MSPxXG__threadStats {
  grid-area: stats;
  align-items: flex-start;
  gap: .45rem;
  display: flex;
}

.ThreadCard-module__MSPxXG__stat {
  background: #f8fafce6;
  border: 1px solid #e2e8f0e6;
  border-radius: .75rem;
  place-items: center;
  gap: .05rem;
  min-width: 3.55rem;
  padding: .5rem .58rem;
  display: grid;
}

.ThreadCard-module__MSPxXG__statIcon {
  font-size: .78rem;
}

.ThreadCard-module__MSPxXG__statValue {
  color: #0f172a;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1;
}

.ThreadCard-module__MSPxXG__statLabel {
  color: #64748b;
  font-size: .62rem;
  font-weight: 750;
}

.ThreadCard-module__MSPxXG__activeText {
  opacity: .95;
  margin-inline-end: .25rem;
  font-size: .85em;
  font-weight: 600;
}

.ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeView {
  background: #14b8a626;
  border-color: #14b8a64d;
}

.ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeView .ThreadCard-module__MSPxXG__statIcon, .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeView .ThreadCard-module__MSPxXG__statValue {
  color: #0f766e;
}

.ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeView .ThreadCard-module__MSPxXG__statIcon {
  filter: grayscale(0%);
}

.ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeComment {
  background: #6366f126;
  border-color: #6366f14d;
}

.ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeComment .ThreadCard-module__MSPxXG__statIcon, .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeComment .ThreadCard-module__MSPxXG__statValue {
  color: #4338ca;
}

.ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeComment .ThreadCard-module__MSPxXG__statIcon {
  filter: grayscale(0%);
}

.ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeReaction {
  background: #ec489926;
  border-color: #ec48994d;
}

.ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeReaction .ThreadCard-module__MSPxXG__statIcon, .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeReaction .ThreadCard-module__MSPxXG__statValue {
  color: #be185d;
}

.ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeReaction .ThreadCard-module__MSPxXG__statIcon {
  filter: grayscale(0%);
}

.ThreadCard-module__MSPxXG__reactionStack {
  align-items: center;
  display: inline-flex;
}

.ThreadCard-module__MSPxXG__stackedReaction {
  background: #f8fafccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-inline-end: -.35rem;
  font-size: .75rem;
  transition: transform .2s;
  display: inline-flex;
  position: relative;
  box-shadow: 0 0 0 1px #ffffffe6;
}

.ThreadCard-module__MSPxXG__stackedReaction:last-child {
  margin-inline-end: 0;
}

.ThreadCard-module__MSPxXG__threadCard:hover .ThreadCard-module__MSPxXG__stackedReaction {
  transform: translateY(-1px);
}

.ThreadCard-module__MSPxXG__lastComment {
  border-top: 1px solid #e2e8f0db;
  grid-area: comment;
  padding-top: .75rem;
}

.ThreadCard-module__MSPxXG__commentInfo {
  gap: .35rem;
  display: grid;
}

.ThreadCard-module__MSPxXG__commentText {
  color: #475569;
  margin: 0;
  font-size: .82rem;
  line-height: 1.55;
}

.ThreadCard-module__MSPxXG__noComments {
  color: #94a3b8;
  margin: 0;
  font-size: .82rem;
  font-style: italic;
}

.ThreadCard-module__MSPxXG__pinnedBadge, .ThreadCard-module__MSPxXG__stickyBadge, .ThreadCard-module__MSPxXG__lockedBadge, .ThreadCard-module__MSPxXG__adsBadge {
  border-radius: 999px;
  align-items: center;
  gap: .22rem;
  padding: .22rem .5rem;
  font-size: .68rem;
  font-weight: 850;
  line-height: 1.2;
  display: inline-flex;
}

.ThreadCard-module__MSPxXG__pinnedBadge {
  color: #92400e;
  background: #fef3c7;
}

.ThreadCard-module__MSPxXG__stickyBadge {
  color: #3730a3;
  background: #e0e7ff;
}

.ThreadCard-module__MSPxXG__lockedBadge {
  color: #991b1b;
  background: #fee2e2;
}

.ThreadCard-module__MSPxXG__adsBadge {
  color: #9a3412;
  background: #ffedd5;
}

.ThreadCard-module__MSPxXG__languageBadges {
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem;
  display: inline-flex;
}

.ThreadCard-module__MSPxXG__langBadge {
  --hue: var(--locale-hue, 220);
  border: 1px solid hsl(var(--hue) 55% 78% / .55);
  background: hsl(var(--hue) 70% 96%);
  min-width: 1.55rem;
  color: hsl(var(--hue) 56% 34%);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .16rem .38rem;
  font-size: .72rem;
  display: inline-flex;
}

.ThreadCard-module__MSPxXG__multiBadges {
  background: #6366f112;
  border: 1px solid #6366f12e;
  border-radius: 999px;
  padding: .16rem .4rem;
}

.ThreadCard-module__MSPxXG__multiIcon {
  font-size: .78rem;
}

.ThreadCard-module__MSPxXG__multiBadge {
  padding-inline: .25rem;
}

.dark .ThreadCard-module__MSPxXG__threadCard {
  background: radial-gradient(circle at 0 0, #14b8a61f, #0000 15rem), #0f172aeb;
  border-color: #475569bd;
  box-shadow: 0 18px 45px #00000040;
}

.dark .ThreadCard-module__MSPxXG__pinnedThread {
  background: radial-gradient(circle at 0 0, #f59e0b2e, #0000 16rem), #1e293beb;
  border-color: #f59e0b73;
}

.dark .ThreadCard-module__MSPxXG__stickyThread {
  background: radial-gradient(circle at 0 0, #6366f12e, #0000 16rem), #1e293beb;
  border-color: #6366f17a;
}

:is(.dark .ThreadCard-module__MSPxXG__threadIconWrapper, .dark .ThreadCard-module__MSPxXG__stat) {
  background: #0f172aad;
  border-color: #475569d1;
}

:is(.dark .ThreadCard-module__MSPxXG__threadTitle, .dark .ThreadCard-module__MSPxXG__statValue) {
  color: #f8fafc;
}

.dark .ThreadCard-module__MSPxXG__threadCard:hover .ThreadCard-module__MSPxXG__threadTitle {
  color: #5eead4;
}

.dark .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeView {
  background: #14b8a633;
  border-color: #14b8a666;
}

:is(.dark .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeView .ThreadCard-module__MSPxXG__statIcon, .dark .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeView .ThreadCard-module__MSPxXG__statValue) {
  color: #5eead4;
}

.dark .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeComment {
  background: #6366f133;
  border-color: #6366f166;
}

:is(.dark .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeComment .ThreadCard-module__MSPxXG__statIcon, .dark .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeComment .ThreadCard-module__MSPxXG__statValue) {
  color: #818cf8;
}

.dark .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeReaction {
  background: #ec489933;
  border-color: #ec489966;
}

:is(.dark .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeReaction .ThreadCard-module__MSPxXG__statIcon, .dark .ThreadCard-module__MSPxXG__stat.ThreadCard-module__MSPxXG__activeReaction .ThreadCard-module__MSPxXG__statValue) {
  color: #f472b6;
}

.dark .ThreadCard-module__MSPxXG__stackedReaction {
  background: #1e293be6;
  box-shadow: 0 0 0 1px #0f172acc;
}

:is(.dark .ThreadCard-module__MSPxXG__threadMeta, .dark .ThreadCard-module__MSPxXG__commentMeta, .dark .ThreadCard-module__MSPxXG__statLabel, .dark .ThreadCard-module__MSPxXG__commentText, .dark .ThreadCard-module__MSPxXG__noComments) {
  color: #94a3b8;
}

.dark .ThreadCard-module__MSPxXG__lastComment {
  border-color: #475569bd;
}

.dark .ThreadCard-module__MSPxXG__langBadge {
  background: hsl(var(--hue) 35% 16%);
  border-color: hsl(var(--hue) 40% 32% / .65);
  color: hsl(var(--hue) 60% 76%);
}

@media (max-width: 768px) {
  .ThreadCard-module__MSPxXG__threadCard {
    grid-template-columns: 1fr;
    grid-template-areas: "main"
                         "stats"
                         "comment";
    padding: .9rem;
  }

  .ThreadCard-module__MSPxXG__threadStats {
    justify-content: flex-start;
  }
}

[dir="rtl"] .ThreadCard-module__MSPxXG__threadContent, [dir="rtl"] .ThreadCard-module__MSPxXG__commentInfo {
  text-align: right;
}

[dir="rtl"] .ThreadCard-module__MSPxXG__languageBadges {
  flex-direction: row-reverse;
}

/* [project]/apps/web/src/app/forum/[id]/page.module.css [app-client] (css) */
.page-module__O052ua__pageContainer {
  background: radial-gradient(circle at 0 0, #14b8a617, #0000 30rem), radial-gradient(circle at 100% 0, #f59e0b14, #0000 28rem);
  width: 100%;
  min-height: 100vh;
}

.page-module__O052ua__innerContainer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.page-module__O052ua__breadcrumbWrap {
  margin: 1.25rem 0;
}

.page-module__O052ua__forumHeader {
  background: linear-gradient(135deg, #fffffff5, #f8fafce6), #fff;
  border: 1px solid #94a3b847;
  border-radius: 1.1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1.35rem;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 55px #0f172a1a;
}

.page-module__O052ua__headerGlow {
  pointer-events: none;
  background: radial-gradient(circle at 15% 18%, #14b8a62e, #0000 18rem), radial-gradient(circle at 86% 12%, #f59e0b1f, #0000 16rem);
  position: absolute;
  inset: 0;
}

.page-module__O052ua__forumIcon, .page-module__O052ua__forumInfo, .page-module__O052ua__forumActions {
  z-index: 1;
  position: relative;
}

.page-module__O052ua__forumIcon {
  color: #fff;
  background: linear-gradient(135deg, #14b8a6, #6366f1);
  border: 1px solid #ffffffb8;
  border-radius: 1.1rem;
  place-items: center;
  width: 5rem;
  height: 5rem;
  display: grid;
  box-shadow: 0 18px 40px #14b8a642;
}

.page-module__O052ua__forumInfo {
  min-width: 0;
}

.page-module__O052ua__forumName {
  color: #0f172a;
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
  font-weight: 950;
  line-height: 1.1;
}

.page-module__O052ua__forumDescription {
  color: #64748b;
  max-width: 70rem;
  margin: .55rem 0 0;
  font-size: .98rem;
  line-height: 1.7;
}

.page-module__O052ua__forumActions {
  justify-content: flex-end;
  display: flex;
}

.page-module__O052ua__createThreadBtn {
  color: #fff;
  background: linear-gradient(135deg, #14b8a6, #6366f1);
  border: 1px solid #ffffff59;
  border-radius: 999px;
  align-items: center;
  gap: .45rem;
  min-height: 2.55rem;
  padding: .7rem 1rem;
  font-size: .88rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, filter .2s;
  display: inline-flex;
  box-shadow: 0 14px 28px #4f46e53d;
}

.page-module__O052ua__createThreadBtn:hover {
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px #14b8a647;
}

.page-module__O052ua__createThreadIcon {
  font-size: 1rem;
  display: inline-flex;
}

.page-module__O052ua__forumStatsBar {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #ffffffb8;
  border: 1px solid #94a3b840;
  border-radius: .95rem;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  margin: 1rem 0 1.25rem;
  padding: .85rem 1rem;
  display: flex;
  box-shadow: 0 14px 34px #0f172a0f;
}

.page-module__O052ua__forumStatItem {
  color: #475569;
  align-items: center;
  gap: .4rem;
  display: inline-flex;
}

.page-module__O052ua__forumStatIcon {
  font-size: .92rem;
}

.page-module__O052ua__forumStatValue {
  color: #0f172a;
  font-size: .92rem;
  font-weight: 900;
}

.page-module__O052ua__forumStatLabel {
  color: #64748b;
  font-size: .86rem;
  font-weight: 700;
}

.page-module__O052ua__forumStatDivider {
  color: #cbd5e1;
}

.page-module__O052ua__threadsContainer {
  gap: 1rem;
  display: grid;
}

.page-module__O052ua__threadSection {
  gap: .65rem;
  display: grid;
}

.page-module__O052ua__sectionHeading {
  justify-content: space-between;
  align-items: center;
  gap: .8rem;
  padding: 0 .15rem;
  display: flex;
}

.page-module__O052ua__sectionHeader {
  color: #1e293b;
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}

.page-module__O052ua__sectionCount {
  color: #0f172a;
  background: #ffffffb8;
  border: 1px solid #94a3b840;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 .6rem;
  font-size: .78rem;
  font-weight: 900;
  display: inline-flex;
}

.page-module__O052ua__threadList {
  gap: .65rem;
  display: grid;
}

.page-module__O052ua__emptyState {
  text-align: center;
  background: #ffffffb8;
  border: 1px solid #94a3b840;
  border-radius: 1rem;
  place-items: center;
  gap: .75rem;
  padding: 4rem 1rem;
  display: grid;
}

.page-module__O052ua__emptyIllustration {
  opacity: .76;
  font-size: 3.5rem;
}

.page-module__O052ua__emptyTitle {
  color: #1e293b;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 900;
}

.page-module__O052ua__emptyDescription {
  color: #64748b;
  margin: 0 0 .6rem;
  font-size: .92rem;
}

.dark .page-module__O052ua__pageContainer {
  background: radial-gradient(circle at 0 0, #14b8a61f, #0000 30rem), radial-gradient(circle at 100% 0, #6366f11f, #0000 28rem);
}

:is(.dark .page-module__O052ua__forumHeader, .dark .page-module__O052ua__forumStatsBar, .dark .page-module__O052ua__sectionCount, .dark .page-module__O052ua__emptyState) {
  background: linear-gradient(135deg, #0f172af0, #1e293be6), #0f172a;
  border-color: #475569bd;
  box-shadow: 0 22px 55px #00000047;
}

:is(.dark .page-module__O052ua__forumName, .dark .page-module__O052ua__forumStatValue, .dark .page-module__O052ua__sectionHeader, .dark .page-module__O052ua__sectionCount, .dark .page-module__O052ua__emptyTitle) {
  color: #f8fafc;
}

:is(.dark .page-module__O052ua__forumDescription, .dark .page-module__O052ua__forumStatItem, .dark .page-module__O052ua__forumStatLabel, .dark .page-module__O052ua__emptyDescription) {
  color: #94a3b8;
}

@media (min-width: 1536px) {
  .page-module__O052ua__innerContainer {
    padding: 2rem 4rem;
  }
}

@media (min-width: 1280px) and (max-width: 1535px) {
  .page-module__O052ua__innerContainer {
    padding: 2rem 3rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .page-module__O052ua__innerContainer {
    padding: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-module__O052ua__innerContainer {
    padding: 2rem 1.5rem;
  }

  .page-module__O052ua__forumHeader {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .page-module__O052ua__forumActions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .page-module__O052ua__innerContainer {
    padding: 1rem;
  }

  .page-module__O052ua__forumHeader {
    grid-template-columns: 1fr;
    gap: .95rem;
    padding: 1rem;
  }

  .page-module__O052ua__forumIcon {
    width: 4rem;
    height: 4rem;
  }

  .page-module__O052ua__forumActions {
    justify-content: stretch;
  }

  .page-module__O052ua__createThreadBtn {
    justify-content: center;
    width: 100%;
  }
}

[dir="rtl"] .page-module__O052ua__forumInfo, [dir="rtl"] .page-module__O052ua__sectionHeader, [dir="rtl"] .page-module__O052ua__emptyState {
  text-align: right;
}

[dir="rtl"] .page-module__O052ua__createThreadBtn {
  flex-direction: row-reverse;
}

.page-module__O052ua__forumHeader {
  grid-template-columns: 5rem minmax(0, 1fr) max-content;
  max-width: 1240px;
  margin: 0 auto;
}

.page-module__O052ua__forumInfo {
  gap: .45rem;
  display: grid;
}

.page-module__O052ua__forumName, .page-module__O052ua__forumDescription {
  overflow-wrap: anywhere;
}

.page-module__O052ua__forumActions {
  align-self: stretch;
  align-items: center;
}

.page-module__O052ua__createThreadBtn {
  justify-content: center;
  min-width: 10.5rem;
}

.page-module__O052ua__forumStatsBar {
  max-width: 1240px;
  margin-inline: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page-module__O052ua__forumHeader {
    grid-template-columns: 4.5rem minmax(0, 1fr);
  }

  .page-module__O052ua__forumActions {
    grid-column: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .page-module__O052ua__forumHeader {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }

  .page-module__O052ua__forumActions {
    grid-column: 1 / -1;
  }

  .page-module__O052ua__forumStatsBar {
    grid-template-columns: 1fr;
    gap: .55rem;
    display: grid;
  }

  .page-module__O052ua__forumStatDivider {
    display: none;
  }
}

/*# sourceMappingURL=apps_web_src_b8689559._.css.map*/