/* [project]/components/LeftSidebar/LeftSidebar.css [app-client] (css) */
.discord-join-container {
  background-color: #0a1216;
  border-bottom: 1px solid #343536;
  width: 100%;
  padding: 12px 16px;
  display: flex;
}

.discord-join-btn {
  color: #fff;
  cursor: pointer;
  background-color: #5865f2;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.discord-join-btn:hover {
  background-color: #4752c4;
}

.discord-join-btn:active {
  background-color: #3c4394;
}

.discord-join-btn svg {
  flex-shrink: 0;
}

.tools-catagory-container {
  background-color: #0a1216;
  border-bottom: 1px solid #343536;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tools-catagory-container-header {
  color: #9ca3af;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.tools-catagory-container-header:hover {
  color: #fff;
  background-color: #1f2937;
}

.tools-catagory-container-header a {
  color: inherit;
  text-decoration: none;
}

.tools-catagory-container-header a:hover {
  color: #fff;
}

.collapse-icon {
  color: #9ca3af;
}

.tools-catagory-container-header.collapsed .collapse-icon {
  transform: rotate(-90deg);
}

.tools-container {
  opacity: 1;
  flex-direction: column;
  max-height: 1000px;
  padding: 0 12px 12px;
  display: flex;
  overflow: hidden;
}

.tools-container.collapsed {
  opacity: 0;
  max-height: 0;
  padding: 0 12px;
}

.user-lairs-container {
  background-color: #0a1216;
  border-top: 1px solid #343536;
  border-bottom: 1px solid #343536;
  flex-direction: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.user-lairs-header {
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.user-lairs-list {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.user-lair-item {
  color: #f3f4f6;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.user-lair-item:hover .user-lair-name {
  color: #fff;
}

.user-lair-icon {
  color: #9ca3af;
  text-transform: uppercase;
  background-color: #111b21;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 12px;
  display: flex;
}

.user-lair-icon.has-image {
  color: #0000;
  background-position: center;
  background-size: cover;
}

.user-lair-info {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.user-lair-name {
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 600;
}

.user-lair-members {
  color: #9ca3af;
  font-size: 12px;
}

.footer-links-container {
  background-color: #0a1216;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
  padding: 16px;
  display: flex;
}

.footer-links {
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  display: flex;
}

.footer-link {
  color: #9ca3af;
  font-size: 11px;
  text-decoration: none;
}

.footer-link:hover {
  color: #4c9aff;
  text-decoration: none;
}

.footer-separator {
  color: #6b7280;
  font-size: 11px;
}

.footer-copyright {
  color: #6b7280;
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
}

/* [project]/app/tool/[slug]/[toolId]/tool.css [app-client] (css) */
.tool-main-container-center-container-inner {
  align-items: c;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  padding: 0 8px;
  display: flex;
}

.main-tool-header {
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.tool-header {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  display: flex;
}

.visitor-count {
  color: #a0a0a0;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.tool-breadcrumb {
  align-items: center;
  gap: 8px;
  font-size: 14px;
  display: flex;
}

.breadcrumb-item {
  color: #1a1f2e;
  background: #2563eb;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

.breadcrumb-separator {
  color: #a0a0a0;
}

.breadcrumb-link {
  color: #a0a0a0;
  text-decoration: underline;
}

.breadcrumb-link:hover {
  color: #fff;
}

.tool-header-right {
  align-items: center;
  gap: 20px;
  display: flex;
}

.tool-content {
  align-items: flex-start;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}

.tool-image-section {
  flex: 0 0 400px;
}

.tool-image-container {
  background: #1a1f2e;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  padding: 20px;
}

.tool-logo {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 220px;
  display: flex;
  position: relative;
}

.tool-title-overlay {
  margin-top: 0;
}

.tool-title-overlay h1 {
  color: #fff;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.tool-info-section {
  flex-direction: column;
  flex: 1;
  gap: 24px;
  display: flex;
}

.tool-description {
  color: #d0d0d0;
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
}

.tool-stats {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  display: flex;
}

.tool-stat-item {
  align-items: center;
  gap: 6px;
  display: flex;
}

.stat-number {
  color: #4ade80;
  font-size: 16px;
  font-weight: 600;
}

.pricing-badge {
  color: #1a1f2e;
  background: #4ade80;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
}

.tool-tags {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.tag {
  color: #a0a0a0;
  background: #a0a0a033;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
}

.tool-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.see-posts-btn {
  color: #fff;
  cursor: pointer;
  background: #2a2a2a;
  border: 1px solid #404040;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.see-posts-btn:hover {
  background: #3a3a3a;
  border-color: #505050;
}

.visit-site-btn {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.visit-site-btn:hover {
  background: #1d4ed8;
}

.main-tool-body {
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  display: flex;
}

.main-tool-posts-container {
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  display: flex;
}

.posts-header {
  width: 100%;
  margin-bottom: 20px;
}

.posts-header h2 {
  color: #fff;
  text-align: left;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.posts-container {
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

.tool-post-container {
  max-width: 320px;
}

.tool-logo-with-image {
  aspect-ratio: 16 / 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
}

.tool-logo-gradient {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tool-title-overlay-styled {
  text-align: center;
  background: none;
  padding: 20px;
  position: static;
}

.tool-title-styled {
  color: #fff;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.tool-body-paragraph {
  color: #d7dadc;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 16px;
  line-height: 1.6;
}

.tool-body-container {
  background: #1a1a1b;
  border-radius: 8px;
  margin: 20px 0;
  padding: 24px;
  font-size: 15px;
}

.stat-label {
  color: #a0a0a0;
  font-size: 14px;
}

.no-posts-container {
  text-align: center;
  color: #a0a0a0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.no-posts-heading {
  margin-bottom: 16px;
}

.tool-post-container {
  background-color: #1a1a1b;
  border: 1px solid #343536;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px;
}

.tool-post-header {
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.tool-post-title {
  cursor: pointer;
  color: inherit;
  border-radius: 4px;
  padding: 8px 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.tool-post-title:hover {
  color: #4a9eff;
  text-decoration: none;
}

.tool-post-content {
  padding: 8px 0;
}

.tool-post-content:hover {
  cursor: pointer;
  background-color: #ffffff0d;
}

.notification-toast {
  color: #fff;
  z-index: 10000;
  background-color: #4a9eff;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 4px 12px #0000004d;
}

.notification-toast.fade-out {
  opacity: 0;
  transition: opacity .3s;
}

.report-modal-overlay {
  z-index: 10000;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.report-modal-content {
  background-color: #1a1a1b;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  padding: 24px;
  overflow-y: auto;
}

.report-modal-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.report-modal-title {
  color: #fff;
  margin: 0;
  font-size: 20px;
}

.report-modal-close {
  color: #818384;
  cursor: pointer;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 24px;
}

.report-modal-field {
  margin-bottom: 16px;
}

.report-modal-field:last-of-type {
  margin-bottom: 20px;
}

.report-modal-label {
  color: #d7dadc;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.report-modal-select, .report-modal-textarea {
  color: #d7dadc;
  background-color: #272729;
  border: 1px solid #343536;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}

.report-modal-textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

.report-modal-error {
  color: #ff4458;
  margin-bottom: 12px;
  font-size: 14px;
  display: none;
}

.report-modal-buttons {
  justify-content: flex-end;
  gap: 12px;
  display: flex;
}

.report-modal-cancel {
  color: #d7dadc;
  cursor: pointer;
  background-color: #272729;
  border: 1px solid #343536;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.report-modal-submit {
  color: #fff;
  cursor: pointer;
  background-color: #ff4458;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .main-container {
    gap: 15px;
    padding: 5px;
  }

  .main-tool-header {
    margin-top: 10px;
  }

  .tool-header {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .tool-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .tool-image-section {
    flex: none;
    width: 100%;
    max-width: 400px;
  }

  .tool-image-container {
    padding: 20px;
  }

  .tool-title-overlay h1 {
    font-size: 2rem;
  }

  .tool-description {
    font-size: 16px;
  }

  .tool-stats {
    justify-content: center;
    gap: 15px;
  }

  .tool-actions {
    flex-direction: column;
    width: 100%;
  }

  .see-posts-btn, .visit-site-btn {
    justify-content: center;
    width: 100%;
  }

  .main-tool-body, .main-tool-posts-container {
    padding: 15px;
  }

  .posts-header h2 {
    text-align: center;
    font-size: 20px;
  }
}

/* [project]/app/tool/[slug]/[toolId]/lair.css [app-client] (css) */
.lair-header-banner {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.lair-banner-bg {
  background: #0d1518;
  border-radius: 0 0 12px 12px;
  width: 100%;
  height: 200px;
  position: relative;
}

.lair-banner-content {
  background-color: #0d1518;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.lair-info-section {
  align-items: center;
  gap: 16px;
  display: flex;
}

.lair-icon-container {
  flex-shrink: 0;
  position: relative;
}

.lair-main-icon, .lair-header-icon {
  background: #1a1a1b;
  border: 4px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: -56px;
  left: 0;
  box-shadow: 0 4px 12px #0000004d;
}

.lair-header-icon svg {
  width: 20px;
  height: 20px;
}

.lair-header-name {
  color: #fff;
  margin: 0 0 0 96px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.lair-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}

.create-post-btn {
  color: #fff;
  cursor: pointer;
  background-color: #0079d3;
  border: none;
  border-radius: 18px;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 1px 3px #0003;
}

.create-post-btn:hover {
  background-color: #0060a8;
  box-shadow: 0 2px 6px #0000004d;
}

.joined-btn {
  color: #fff;
  cursor: pointer;
  background-color: #272729;
  border: 1px solid #343536;
  border-radius: 18px;
  align-items: center;
  height: 36px;
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.joined-btn:hover {
  background-color: #343536;
  border-color: #4c4c4d;
}

.edit-lair-btn {
  color: #4c9aff;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #4c9aff;
  border-radius: 18px;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.edit-lair-btn:hover {
  color: #6bb1ff;
  background-color: #4c9aff1a;
  border-color: #6bb1ff;
}

.reports-btn {
  color: #ff4500;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ff4500;
  border-radius: 18px;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.reports-btn:hover {
  color: #ff6a33;
  background-color: #ff45001a;
  border-color: #ff6a33;
}

.disclair-icon-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.disclair-icon.with-profile-pic {
  background-color: #1a1a1b;
  background-position: center;
  background-size: cover;
}

.post-menu-btn {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: background-color .2s;
  display: flex;
}

.post-menu-btn:hover {
  background-color: #ffffff1a;
}

.post-dropdown-menu {
  z-index: 10000;
  background-color: #1a1a1b;
  border: 1px solid #343536;
  border-radius: 4px;
  min-width: 180px;
  margin-top: 4px;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 2px 8px #00000080;
}

.post-dropdown-menu-header {
  color: #818384;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-bottom: 1px solid #343536;
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.dropdown-menu-item {
  cursor: pointer;
  color: #d7dadc;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  transition: background-color .2s;
  display: flex;
}

.dropdown-menu-item:hover {
  background-color: #272729;
}

.dropdown-menu-item.destructive {
  color: #f44336;
}

.menu-button-container {
  margin-left: auto;
  position: relative;
}

.post-text-content-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.no-posts-message {
  text-align: center;
  color: #818384;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.no-posts-icon {
  opacity: .5;
  margin-bottom: 16px;
  font-size: 48px;
}

.no-posts-title {
  color: #d7dadc;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.no-posts-description {
  color: #818384;
  margin: 0;
  font-size: 14px;
}

.edit-moderators-btn {
  color: #818384;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #343536;
  border-radius: 4px;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.edit-moderators-btn:hover {
  color: #4c9aff;
  background-color: #ffffff0d;
  border-color: #4c9aff;
}

@media (max-width: 1199px) {
  .lair-banner-content {
    padding: 16px 20px;
  }

  .lair-banner-bg {
    height: 160px;
  }

  .lair-header-icon {
    width: 70px;
    height: 70px;
    top: -45px;
  }

  .lair-header-name {
    margin-left: 86px;
    font-size: 22px;
  }

  .lair-actions {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .lair-banner-bg {
    height: 120px;
  }

  .lair-banner-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
  }

  .lair-info-section {
    width: 100%;
    margin-top: 20px;
  }

  .lair-actions {
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
  }

  .lair-header-icon {
    border-width: 3px;
    width: 60px;
    height: 60px;
    top: -35px;
  }

  .lair-header-icon svg {
    width: 18px;
    height: 18px;
  }

  .lair-header-name {
    margin-left: 76px;
    font-size: 20px;
  }

  .create-post-btn {
    padding: 6px 12px;
    font-size: 13px;
  }

  .options-btn {
    width: 32px;
    height: 32px;
  }

  .joined-btn {
    padding: 6px 12px;
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .lair-banner-bg {
    height: 100px;
  }

  .lair-header-icon {
    width: 50px;
    height: 50px;
    top: -30px;
  }

  .lair-header-name {
    margin-left: 66px;
    font-size: 18px;
  }

  .create-post-btn span {
    display: none;
  }

  .create-post-btn {
    border-radius: 50%;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 6px;
  }

  .lair-actions {
    gap: 6px;
  }
}

.main-container {
  justify-content: flex-start;
}

.main-container-center-container {
  flex: 1;
  max-width: none;
}

.main-container-center-container-inner {
  margin: 0 auto;
}

@media (max-width: 799px) {
  .main-container-center-container-inner {
    padding: 0 16px;
  }
}

.lair-page .main-container-right-container {
  background-color: #0a1216;
  flex-direction: column;
  width: 320px;
  min-width: 320px;
  height: 100%;
  display: flex;
  overflow-y: auto;
}

.lair-sidebar {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.lair-info-card {
  background-color: #0a1216;
  border: 1px solid #343536;
  padding: 16px;
}

.lair-description h3 {
  color: #fff;
  width: 100%;
  margin: 0 0 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.lair-description p {
  color: #d7dadc;
  width: 100%;
  margin: 0 0 12px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.lair-links {
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.lair-links a {
  color: #4c9aff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.lair-links a:hover {
  text-decoration: underline;
}

.lair-stats {
  border-top: 1px solid #343536;
  padding-top: 12px;
}

.stat-item {
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  display: flex;
}

.stat-icon {
  font-size: 16px;
}

.stat-text {
  flex-direction: column;
  display: flex;
}

.stat-number {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.stat-label {
  color: #818384;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.creation-date {
  color: #818384;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: flex;
}

.rules-section {
  background-color: #0a1216;
  border: 1px solid #343536;
  padding: 16px;
}

.rules-header h4 {
  color: #fff;
  letter-spacing: .5px;
  margin: 0 0 12px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.rules-list {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.rule-item {
  color: #d7dadc;
  align-items: center;
  gap: 8px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: flex;
}

.rule-number {
  color: #818384;
  min-width: 20px;
  font-weight: 600;
}

.rule-text {
  flex: 1;
}

.flair-section {
  background-color: #0a1216;
  border: 1px solid #343536;
  padding: 16px;
}

.flair-header h4 {
  color: #fff;
  letter-spacing: .5px;
  margin: 0 0 12px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.flair-buttons {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.flair-btn {
  color: #fff;
  cursor: pointer;
  background-color: #272729;
  border: 1px solid #343536;
  border-radius: 16px;
  padding: 4px 12px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.flair-btn:hover {
  background-color: #343536;
  border-color: #4c4c4d;
}

.flair-btn.bug {
  background-color: #f44;
  border-color: #f44;
}

.flair-btn.feature {
  color: #000;
  background-color: #00d4aa;
  border-color: #00d4aa;
}

.flair-btn.feedback {
  background-color: #ff6b35;
  border-color: #ff6b35;
}

.mod-highlight {
  background-color: #272729;
  border: 1px solid gold;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.highlight-text, .question-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.highlight-icon {
  color: gold;
}

.moderators-section {
  background-color: #0a1216;
  border: 1px solid #343536;
  padding: 16px;
}

.moderators-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.moderators-header h4 {
  color: #fff;
  letter-spacing: .5px;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.message-mods-btn {
  color: #fff;
  cursor: pointer;
  background-color: #0079d3;
  border: none;
  border-radius: 16px;
  padding: 4px 8px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.message-mods-btn:hover {
  background-color: #0060a8;
}

.moderators-list {
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.moderator-item {
  color: inherit;
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  padding: 4px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.moderator-item:hover {
  background-color: #ffffff0d;
}

.mod-avatar {
  background-color: #343536;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  display: flex;
}

.mod-avatar.with-profile-pic {
  background-position: center;
  background-size: cover;
}

.mod-name {
  color: #4c9aff;
  flex: 1;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.mod-badge {
  color: #e4e4e4;
  border-radius: 8px;
  margin-left: auto;
  padding: 2px 6px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.mod-icons {
  font-size: 12px;
}

.view-all-mods {
  color: #4c9aff;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.view-all-mods:hover {
  text-decoration: underline;
}

@media (max-width: 1399px) {
  .lair-page .main-container-right-container {
    width: 280px;
    min-width: 280px;
  }
}

@media (max-width: 1199px) {
  .tools-link {
    display: flex !important;
  }

  .lair-page .main-container-right-container {
    display: none;
  }
}

.tool-post-media-container {
  background-color: #1a1a1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 12px 0;
  display: flex;
  overflow: hidden;
}

.tool-post-media-image, .tool-post-media-video {
  object-fit: contain;
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  height: auto;
  max-height: 700px;
  display: block;
}

.tool-post-media-image:hover, .tool-post-media-video:hover {
  opacity: .95;
}

.tool-post-media-container img {
  max-width: 100%;
  height: auto;
}

.tool-post-media-video {
  background-color: #000;
}

.post-text-content {
  color: #fff;
  word-wrap: break-word;
  padding: 12px 0;
  line-height: 1.6;
}

.post-title {
  cursor: pointer;
  color: inherit;
  border-radius: 4px;
  padding: 4px 0;
  text-decoration: none;
}

.post-title:hover {
  color: #4a9eff;
  text-decoration: none;
}

.post-content {
  cursor: pointer;
  border-radius: 4px;
  padding: 8px 0;
}

.post-content:hover {
  background-color: #ffffff0d;
}

.disclair-name {
  cursor: pointer;
  color: inherit;
  border-radius: 4px;
  padding: 2px 4px;
  text-decoration: none;
}

.disclair-name:hover {
  color: #4a9eff;
  background-color: #ffffff0d;
  text-decoration: none;
}

.disclair-icon {
  cursor: pointer;
}

.disclair-icon:hover {
  background-color: #ffffff0d;
}

@media (max-width: 1200px) {
  .tool-post-media-image, .tool-post-media-video {
    max-height: 650px;
  }
}

@media (max-width: 768px) {
  .tool-post-media-image, .tool-post-media-video {
    max-height: 500px;
  }
}

@media (max-width: 480px) {
  .tool-post-media-image, .tool-post-media-video {
    max-height: 400px;
  }
}

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