/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.8e0177b5.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.b97b3418.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.853070df.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.c1fdd6c2.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.799d8ef8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.dbea232f.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  html {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #0000;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 4px;
}

html {
  color: #cacaca;
  background-color: #020c0f;
  font-family: Roboto, sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.navbar {
  z-index: 10;
  background-color: #020b0e;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 8px 24px;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 4px #0003;
}

.navbar-search-bar-container {
  flex: 1;
  justify-content: center;
  margin: 0 20px;
  display: flex;
  position: relative;
}

.search-bar {
  background-color: #acacac;
  border-radius: 22px;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 42px;
  padding: 12px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #0000001a;
}

.search-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-right: 16px;
}

.search-input {
  color: #333;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.search-input::placeholder {
  color: #666;
  font-weight: 400;
}

.search-input:focus {
  color: #333;
}

.search-dropdown {
  z-index: 1000;
  color: #fff;
  background-color: #2d3748;
  border-radius: 12px;
  width: calc(100% + 140px);
  height: calc(100vh - 250px);
  margin-top: 8px;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: -70px;
  overflow-y: auto;
  box-shadow: 0 4px 12px #0000004d;
}

.search-suggestions {
  padding: 4px 0;
}

.search-suggestion-item {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  display: flex;
}

.search-suggestion-item:hover {
  background-color: #4a5568;
}

.suggestion-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.suggestion-icon-number {
  color: #fff;
  background-color: #e53e3e;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
  display: flex;
}

.suggestion-text {
  color: #e2e8f0;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
}

.suggestion-close {
  opacity: .6;
  cursor: pointer;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.suggestion-close:hover {
  opacity: 1;
}

.search-divider {
  background-color: #4a5568;
  height: 1px;
  margin: 4px 12px;
}

.search-lairs {
  padding: 4px 0;
}

.search-lairs-header {
  color: #a0aec0;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
}

.search-lair-item {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  display: flex;
}

.search-lair-item:hover {
  background-color: #4a5568;
}

.lair-icon-small {
  color: #fff;
  background-color: #ff6b35;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 9px;
  font-weight: bold;
  display: flex;
}

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

.lair-text {
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.lair-members {
  color: #a0aec0;
  font-size: 12px;
  font-weight: 400;
}

.search-tools {
  padding: 4px 0;
}

.search-tools-header {
  color: #a0aec0;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
}

.search-tool-item {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  display: flex;
}

.search-tool-item:hover {
  background-color: #4a5568;
}

.tool-icon-small {
  color: #fff;
  background-color: #00d4aa;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 9px;
  font-weight: bold;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tool-icon-small img {
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.tool-icon-small:has(img) {
  background-color: #0000;
}

.tool-icon-small.has-image {
  background-color: #0000;
}

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

.tool-text {
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.tool-upvotes {
  color: #a0aec0;
  font-size: 12px;
  font-weight: 400;
}

.search-users {
  padding: 4px 0;
}

.search-users-header {
  color: #a0aec0;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
}

.search-user-item {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  display: flex;
}

.search-user-item:hover {
  background-color: #4a5568;
}

.user-icon-small {
  color: #fff;
  background-color: #9c27b0;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 9px;
  font-weight: bold;
  display: flex;
}

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

.user-text {
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.user-karma {
  color: #a0aec0;
  font-size: 12px;
  font-weight: 400;
}

.search-section-header {
  color: #a0aec0;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
}

.search-item {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  display: flex;
}

.search-item:hover {
  background-color: #4a5568;
}

.search-item-icon {
  color: #a0aec0;
  background-color: #2d3748;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  overflow: hidden;
}

.search-item-content {
  flex-direction: column;
  flex: 1;
  gap: 1px;
  display: flex;
}

.search-item-name {
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.search-item-meta {
  color: #a0aec0;
  font-size: 12px;
  font-weight: 400;
}

.search-loading {
  color: #a0aec0;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 13px;
  display: flex;
}

.search-loading-spinner {
  border: 2px solid #4a5568;
  border-top-color: #a0aec0;
  border-radius: 50%;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  animation: 1s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.search-error, .search-no-results {
  color: #a0aec0;
  padding: 8px 12px;
  font-size: 13px;
  font-style: italic;
}

.search-user-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.search-user-avatar-placeholder {
  color: #fff;
  background-color: #9c27b0;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 9px;
  font-weight: bold;
  display: flex;
}

.navbar-login-profile-container {
  align-items: center;
  gap: 12px;
  display: flex;
}

.navbar-loggedin-container {
  align-items: center;
  display: none;
}

.navbar-create-container {
  align-items: center;
  display: flex;
}

.create-button {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.create-button:hover {
  background-color: #535353;
}

.create-button:active {
  background-color: #424242;
}

.create-icon {
  stroke: #fff;
  stroke-width: 2px;
  fill: none;
  width: 20px;
  height: 20px;
}

.navbar-notification-container {
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.navbar-notification-container:hover {
  background-color: #535353;
}

.navbar-notification-container:active {
  background-color: #424242;
}

.notification-bell-icon {
  stroke: #fff;
  stroke-width: 1.5px;
  fill: none;
  width: 24px;
  height: 24px;
}

.notification-badge {
  color: #fff;
  background-color: #ff6b35;
  border: 2px solid #020b0e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 6px;
  right: 6px;
}

.navbar-profile-container {
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.navbar-profile-container:hover {
  background-color: #535353;
}

.navbar-profile-container:active {
  background-color: #424242;
}

.profile-icon {
  background-color: #157c9b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.profile-icon:before {
  content: "👤";
  color: #fff;
  font-size: 16px;
}

.profile-icon.has-image:before {
  content: "";
}

.profile-status-indicator {
  background-color: #0f0;
  border: 2px solid #020b0e;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.notification-indicator {
  color: #fff;
  z-index: 1;
  background-color: #ff6b35;
  border: 2px solid #020b0e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
}

.profile-dropdown {
  z-index: 1000;
  background-color: #1a1a1b;
  border-radius: 8px;
  width: 280px;
  margin-top: 8px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  box-shadow: 0 4px 12px #0006;
}

.profile-dropdown-section {
  padding: 8px 0;
}

.profile-dropdown-item {
  cursor: pointer;
  color: inherit;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.profile-dropdown-item:hover {
  background-color: #2d2d2e;
}

.profile-dropdown-item.profile-header {
  cursor: pointer;
  color: inherit;
  padding: 16px;
  text-decoration: none;
}

.profile-dropdown-item.profile-header:hover {
  background-color: #2d2d2e;
}

.profile-dropdown-icon {
  stroke: #fff;
  stroke-width: 1.5px;
  fill: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.profile-dropdown-item-content {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  display: flex;
}

.profile-dropdown-subtext {
  color: #818384;
  font-size: 12px;
  font-weight: 400;
}

.profile-dropdown-beta {
  color: #ff6b35;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 10px;
  font-weight: 600;
}

.profile-dropdown-divider {
  background-color: #343536;
  height: 1px;
  margin: 4px 0;
}

.profile-avatar-large {
  background-color: #157c9b;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.profile-avatar-large:before {
  content: "👤";
  color: #fff;
  font-size: 20px;
}

.profile-avatar-large.has-image:before {
  content: "";
}

.profile-status-indicator-large {
  background-color: #0f0;
  border: 2px solid #1a1a1b;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 2px;
  right: 2px;
}

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

.profile-name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.profile-username {
  color: #818384;
  font-size: 12px;
  font-weight: 400;
}

.profile-dropdown-toggle {
  margin-left: auto;
}

.toggle-switch {
  cursor: pointer;
  background-color: #343536;
  border-radius: 12px;
  width: 44px;
  height: 24px;
  position: relative;
}

.toggle-switch.active {
  background-color: #0079d3;
}

.toggle-switch-handle {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  top: 2px;
  left: 2px;
}

.toggle-switch.active .toggle-switch-handle {
  transform: translateX(20px);
}

.toggle-switch.active .toggle-switch-handle:after {
  content: "✓";
  color: #0079d3;
  font-size: 12px;
  font-weight: bold;
}

.navbar-three-dots-icon-container {
  display: none;
}

.login-button {
  color: #fff;
  cursor: pointer;
  background-color: #157c9b;
  border: none;
  border-radius: 24px;
  padding: 12px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.login-button:hover {
  background-color: #168aad;
}

.login-button:active {
  background-color: #106079;
}

.navbar-left-container {
  align-items: center;
  display: flex;
}

.navbar-hamburger-icon-container {
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}

.navbar-hamburger-icon-container:hover {
  background-color: #535353;
}

.navbar-hamburger-icon-container:active {
  background-color: #424242;
}

.navbar-hamburger-icon {
  cursor: pointer;
  display: none;
}

.navbar-logo-container {
  cursor: pointer;
  align-items: center;
  gap: 12px;
  height: 40px;
  display: flex;
}

.navbar-logo-link {
  color: inherit;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  display: flex;
}

.navbar-logo {
  object-fit: contain;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.navbar-logo-text {
  color: #fff;
  white-space: nowrap;
  letter-spacing: 1.8px;
  align-self: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.main-container {
  z-index: 5;
  background-color: #0d1518;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  top: 60px;
  bottom: 0;
}

.main-container-left-container {
  background-color: #0a1216;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  min-width: 250px;
  height: 100%;
  display: flex;
  overflow-y: auto;
}

.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;
  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;
}

.tool-svg-name-container {
  cursor: pointer;
  color: #9ca3af;
  border-radius: 6px;
  justify-content: start;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.tool-svg-name-container:hover {
  color: #fff;
}

.tool-svg-name-container:active {
  color: #d1d5db;
}

.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 {
  cursor: pointer;
  color: inherit;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.user-lair-item:hover {
  color: inherit;
  background-color: #1f2937;
  text-decoration: none;
}

.user-lair-icon {
  color: #fff;
  background-color: #ff4500;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 10px;
  font-weight: bold;
  display: flex;
}

.user-lair-icon:before {
  content: "L";
}

.user-lair-info {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.user-lair-name {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

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

.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;
}

.main-container-center-container {
  background-color: #0d1518;
  border-left: 1px solid #343536;
  border-right: 1px solid #343536;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow-y: auto;
}

.main-container-center-container-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  max-width: 800px;
  padding: 0 8px;
  display: flex;
}

.main-container-center-container-inner-upper {
  flex-flow: wrap;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 20px;
  display: flex;
}

.filter-container {
  background-color: #272729;
  border-radius: 20px;
  align-items: center;
  gap: 0;
  width: fit-content;
  padding: 4px;
  display: flex;
  box-shadow: 0 2px 4px #0000001a;
}

.filter-item {
  color: #f0f0f0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
}

.filter-item:hover {
  color: #1a1a1b;
  background-color: #157c9b;
}

.filter-item.active {
  color: #fff;
  background-color: #157c9b;
}

.filter-item.active:hover {
  background-color: #157c9b;
}

.show-sidebar-btn {
  color: #f0f0f0;
  cursor: pointer;
  background-color: #272729;
  border: none;
  border-radius: 20px;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
  display: none;
}

.show-sidebar-btn:hover {
  background-color: #157c9b;
}

.show-sidebar-btn svg {
  stroke: currentColor;
  width: 20px;
  height: 20px;
}

.tools-link {
  cursor: pointer;
  background-color: #0079d3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: none;
}

.tools-link:hover {
  background-color: #0084e9;
}

.tools-link:active {
  background-color: #028efa;
}

.post-container {
  width: 100%;
  overflow: hidden;
}

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

.disclair-info {
  align-items: center;
  gap: 8px;
  display: flex;
}

.disclair-icon {
  border-radius: 50%;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.disclair-name {
  color: #e9e9e9;
  letter-spacing: .8px;
  font-size: 12px;
  font-weight: 700;
}

.post-time {
  color: #787c82;
  font-size: 12px;
  font-weight: 400;
}

.join-button {
  color: #fff;
  cursor: pointer;
  background-color: #0079d3;
  border: none;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
}

.join-button:hover {
  background-color: #0060a8;
}

.post-title {
  padding: 8px 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.post-image-placeholder {
  color: #787c82;
  background-color: #f6f7f8;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  font-size: 14px;
  display: flex;
}

.post-image-placeholder:before {
  content: "Image Content";
}

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

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

.media-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
  position: relative;
}

.post-actions {
  align-items: center;
  gap: 4px;
  padding: 12px 0;
  display: flex;
}

.action-group {
  align-items: center;
  display: flex;
}

.upvote-section {
  background-color: #3a3a3a;
  border-radius: 20px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.vote-btn {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-size: 16px;
  transition: background-color .2s;
  display: flex;
}

.vote-btn:hover {
  background-color: #7c7c7c;
}

.vote-btn.active.upvote {
  background-color: #ff4500;
}

.vote-btn.active.upvote:hover {
  background-color: #ff5722;
}

.vote-btn.active.downvote {
  background-color: #7193ff;
}

.vote-btn.active.downvote:hover {
  background-color: #5a7de0;
}

.vote-count {
  letter-spacing: .8px;
  text-align: center;
  min-width: 24px;
  font-size: 12px;
  font-weight: 700;
}

.action-section {
  cursor: pointer;
  background-color: #3a3a3a;
  border-radius: 20px;
  align-items: center;
  padding: 4px 12px 4px 4px;
  display: flex;
}

.action-section.award-only {
  padding: 4px;
}

.action-section:hover {
  background-color: #4a4a4a;
}

.action-btn {
  cursor: pointer;
  color: inherit;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 6px;
  text-decoration: none;
  display: flex;
}

.action-count, .action-text {
  text-align: center;
  letter-spacing: .8px;
  min-width: 24px;
  font-size: 12px;
  font-weight: 700;
}

.no-posts-message {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.no-posts-message .post-container {
  text-align: center;
  padding: 40px 20px;
}

.no-posts-content h3 {
  color: #e9e9e9;
  margin-bottom: 8px;
  font-size: 18px;
}

.no-posts-content p {
  color: #787c82;
  margin: 0;
  font-size: 14px;
}

.post-divider {
  background-color: #4d1717;
  width: 100%;
  height: 1px;
  margin: 12px auto;
}

.main-container-right-container {
  background-color: #0a1216;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  min-width: 250px;
  display: flex;
  overflow-y: auto;
}

.popular-lairs-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.debug-notification-stack {
  z-index: 9999;
  pointer-events: none;
  flex-direction: column;
  gap: 12px;
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
}

.debug-notification {
  color: #fff;
  pointer-events: auto;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  max-width: 320px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  animation: .2s ease-out debug-toast-enter;
  display: flex;
  box-shadow: 0 8px 24px #00000059;
}

.debug-notification-info {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.debug-notification-success {
  background: linear-gradient(135deg, #16a34a, #15803d);
}

.debug-notification-warning {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

.debug-notification-error {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
}

.debug-notification-message {
  flex: 1;
}

.debug-notification-close {
  color: #fff;
  cursor: pointer;
  background: #0003;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 1;
}

.debug-notification-close:hover {
  background: #00000059;
}

@keyframes debug-toast-enter {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.popular-lairs-header {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.popular-lair {
  cursor: pointer;
  width: 100%;
  color: inherit;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.popular-lair:hover {
  color: inherit;
  background-color: #f8f9fa;
  text-decoration: none;
}

.lair-icon {
  color: #fff;
  background-color: #157c9b;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
}

.lair-icon:before {
  content: "Lair";
}

.lair-icon.has-image:before {
  content: "";
}

.lair-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lair-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.lair-members {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}

.divider {
  background-color: #e0e0e0;
  width: 80%;
  height: 1px;
  margin: 0 auto;
}

.trending-tools-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.trending-tools-header {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.trending-tool {
  cursor: pointer;
  width: 100%;
  color: inherit;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.trending-tool:hover {
  color: inherit;
  background-color: #f8f9fa;
  text-decoration: none;
}

.tool-icon {
  color: #fff;
  background-color: #00d4aa;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tool-icon:before {
  content: "t/";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tool-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tool-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.tool-upvotes {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}

.tool-icon img {
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.tool-icon:has(img) {
  background-color: #0000;
}

.tool-icon:has(img):before {
  display: none;
}

.tool-icon.has-image {
  background-color: #0000;
}

.tool-icon.has-image:before {
  display: none;
}

.expand-tools-section, .expand-recently-tools-section {
  width: 100%;
  margin-top: 8px;
}

.expand-tools-btn, .expand-recently-tools-btn {
  color: #9ca3af;
  cursor: pointer;
  background: none;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 8px 12px;
  font-size: .85rem;
  display: flex;
}

.expand-tools-btn:hover, .expand-recently-tools-btn:hover {
  color: #fff;
  background-color: #ffffff0d;
  border-color: #fff3;
}

.hidden-tools, .hidden-recently-tools {
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  display: flex;
}

.recently-added-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.recently-added-header {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.recently-added-tool {
  cursor: pointer;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 8px;
  padding: 12px;
  display: flex;
}

.recently-added-tool:hover {
  background-color: #f8f9fa;
}

.recent-tool-icon {
  color: #fff;
  background-color: #9c27b0;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  position: relative;
  overflow: hidden;
}

.recent-tool-icon:before {
  content: "n/";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recent-tool-icon img {
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.recent-tool-icon:has(img) {
  background-color: #0000;
}

.recent-tool-icon:has(img):before {
  display: none;
}

.recent-tool-icon.has-image {
  background-color: #0000;
}

.recent-tool-icon.has-image:before {
  display: none;
}

.recent-tool-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.recent-tool-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.recent-tool-time {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .navbar {
    gap: 4px;
    padding: 8px 4px;
  }

  .navbar-logo-container {
    gap: 4px;
  }

  .navbar-logo-text {
    display: none;
  }

  .navbar-search-bar-container {
    margin: 0 4px;
  }

  .main-container-left-container {
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    height: auto;
    max-height: none;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .main-container-left-container.show {
    transform: translateX(0);
  }

  .discord-join-container, .user-lairs-container, .footer-links-container {
    flex-shrink: 0;
  }

  .navbar-hamburger-icon-container {
    display: flex;
  }

  .navbar-hamburger-icon {
    stroke: #fff;
    display: block;
  }

  .tool-svg-name-container {
    gap: 4px;
    padding: 6px 10px;
    font-size: 14px;
  }

  .tool-svg-name-container svg {
    width: 20px;
    height: 20px;
  }

  .show-sidebar-btn {
    display: flex;
  }

  .main-container-center-container {
    border-left: none;
    border-right: none;
  }

  .main-container-right-container {
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    height: auto;
    max-height: none;
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
  }

  .main-container-right-container.show {
    display: block;
    transform: translateX(0);
  }
}

@media (max-width: 1200px) {
  .post-media-container {
    min-height: 450px;
  }

  .post-image, .post-video {
    min-height: 450px;
    max-height: 650px;
  }
}

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

  .create-text {
    display: none;
  }

  .create-button {
    padding: 8px;
  }
}

@media (max-width: 768px) {
  .post-media-container {
    min-height: 350px;
  }

  .post-image, .post-video {
    min-height: 350px;
    max-height: 500px;
  }
}

@media (max-width: 480px) {
  .post-media-container {
    min-height: 250px;
  }

  .post-image, .post-video {
    min-height: 250px;
    max-height: 400px;
  }
}

.login-modal {
  z-index: 10000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.login-modal-content {
  background-color: #1a1a1b;
  border-radius: 16px;
  width: 90%;
  max-width: 480px;
  max-height: 85vh;
  margin: 0 auto;
  padding: 0;
  animation: .3s ease-out modalSlideIn;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 8px 32px #0009;
}

.report-modal {
  z-index: 10000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.report-modal-content {
  background-color: #1a1a1b;
  border-radius: 16px;
  width: 90%;
  max-width: 480px;
  max-height: 85vh;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 50%;
  overflow-y: auto;
  transform: translateY(-50%);
  box-shadow: 0 8px 32px #0009;
}

.report-form-group {
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
  display: flex;
}

.report-select, .report-textarea {
  color: #f3f4f6;
  background-color: #272729;
  border: 1px solid #343536;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
}

.report-textarea {
  resize: vertical;
  min-height: 120px;
}

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

.report-submit-btn, .report-cancel-btn {
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
}

.report-submit-btn {
  color: #fff;
  background-color: #ff4500;
}

.report-submit-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.report-cancel-btn {
  color: #e2e8f0;
  background: none;
  border: 1px solid #4a4a4a;
}

.login-modal-header {
  border-bottom: 1px solid #343536;
  justify-content: space-between;
  align-items: center;
  padding: 28px 32px 20px;
  display: flex;
}

.login-modal-title {
  color: #fff;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.login-modal-close {
  color: #818384;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  padding: 4px;
  font-size: 24px;
}

.login-modal-close:hover {
  color: #fff;
  background-color: #343536;
}

.login-modal-body {
  padding: 20px 32px 32px;
}

.login-disclaimer {
  margin-bottom: 20px;
}

.login-disclaimer p {
  color: #b3b3b3;
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

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

.login-link:hover {
  text-decoration: underline;
}

.social-login-buttons {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  display: flex;
}

.social-login-btn {
  color: #fff;
  cursor: pointer;
  background-color: #272729;
  border: 1px solid #343536;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

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

.social-login-btn:active {
  background-color: #404041;
}

.social-icon {
  flex-shrink: 0;
}

.github-btn {
  background-color: #24292e;
  border-color: #30363d;
}

.github-btn:hover {
  background-color: #30363d;
  border-color: #484f58;
}

.github-btn:active {
  background-color: #21262d;
  border-color: #30363d;
}

.github-btn .social-icon {
  fill: #fff;
}

.x-btn {
  background-color: #000;
  border-color: #2f3349;
}

.x-btn:hover {
  background-color: #16181c;
  border-color: #3d4043;
}

.x-btn:active {
  background-color: #0a0a0a;
  border-color: #1a1a1a;
}

.x-btn .social-icon {
  fill: #fff;
}

.login-divider {
  align-items: center;
  margin: 20px 0;
  display: flex;
}

.login-divider:before, .login-divider:after {
  content: "";
  background-color: #343536;
  flex: 1;
  height: 1px;
}

.login-divider span {
  color: #818384;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 600;
}

.login-form, .signup-form {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.form-group {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.form-label {
  color: #d7dadc;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 600;
}

.required {
  color: #f44;
}

.form-input {
  color: #fff;
  background-color: #1a1a1b;
  border: 1px solid #343536;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.form-input:focus {
  border-color: #4c9aff;
  outline: none;
  box-shadow: 0 0 0 2px #4c9aff33;
}

.form-input::placeholder {
  color: #818384;
}

.form-options {
  justify-content: flex-end;
  margin-top: -8px;
  display: flex;
}

.forgot-password {
  color: #4c9aff;
  font-size: 12px;
  text-decoration: none;
}

.forgot-password:hover {
  text-decoration: underline;
}

.login-submit-btn {
  color: #fff;
  cursor: pointer;
  background-color: #157c9b;
  border: none;
  border-radius: 24px;
  margin-top: 8px;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.login-submit-btn:hover {
  background-color: #12637c;
}

.login-submit-btn:active {
  background-color: #0d485a;
}

.signup-link {
  text-align: center;
  color: #b3b3b3;
  margin-top: 16px;
  font-size: 12px;
}

.signup-link .login-link {
  font-weight: 600;
}

.warning-message {
  margin-bottom: 20px;
  animation: .3s ease-out warningSlideIn;
}

@keyframes warningSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.warning-content {
  color: #ff6b35;
  background-color: #2d1b1b;
  border: 1px solid #ff6b35;
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  display: flex;
}

.warning-icon {
  stroke: #ff6b35;
  flex-shrink: 0;
}

.warning-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.warning-close {
  color: #ff6b35;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
  padding: 2px;
  font-size: 18px;
}

.warning-close:hover {
  color: #ff8c69;
  background-color: #ff6b351a;
}

.popular-lairs-header {
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 0 4px;
  display: flex;
}

.popular-lairs-header h3 {
  color: #fff;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.popular-lairs-header svg {
  color: #4c9aff;
  flex-shrink: 0;
}

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

.popular-lair-item {
  border-radius: 6px;
  align-items: center;
  gap: 12px;
  padding: 8px 4px;
  display: flex;
}

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

.lair-rank {
  color: #4c9aff;
  text-align: center;
  min-width: 20px;
  font-size: .9rem;
  font-weight: 600;
}

.lair-info {
  flex: 1;
  min-width: 0;
}

.lair-name {
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
  display: flex;
}

.lair-name a {
  color: #cacaca;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  font-size: .95rem;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.lair-name a:hover {
  color: #4c9aff;
}

.lair-members {
  color: #9ca3af;
  font-size: .8rem;
}

.nsfw-badge {
  text-transform: uppercase;
  border-radius: 4px;
  flex-shrink: 0;
  padding: 2px 6px;
  font-size: .7rem;
  font-weight: 600;
}

.nsfw-badge.nsfw-safe {
  color: #22c55e;
  background-color: #22c55e33;
}

.nsfw-badge.nsfw-semi_nsfw {
  color: #fbbf24;
  background-color: #fbbf2433;
}

.nsfw-badge.nsfw-nsfw {
  color: #ef4444;
  background-color: #ef444433;
}

.expand-lairs-section {
  margin-top: 8px;
}

.expand-lairs-btn {
  color: #9ca3af;
  cursor: pointer;
  background: none;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 8px 12px;
  font-size: .85rem;
  display: flex;
}

.expand-lairs-btn:hover {
  color: #fff;
  background-color: #ffffff0d;
  border-color: #fff3;
}

.hidden-lairs {
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  display: flex;
}

.user-lairs-posts-container {
  background-color: #1a252b;
  border: 1px solid #2d3748;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
}

.user-lairs-posts-header {
  color: #e2e8f0;
  border-bottom: 1px solid #2d3748;
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

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

.user-post-item {
  cursor: pointer;
  background-color: #2d3748;
  border: 1px solid #4a5568;
  border-radius: 6px;
  padding: 10px;
  transition: background-color .2s;
}

.user-post-item:hover {
  background-color: #374151;
}

.post-info {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.post-title {
  color: #e2e8f0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
}

.post-meta {
  color: #a0aec0;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  display: flex;
}

.post-lair {
  color: #9c27b0;
  font-weight: 500;
}

.post-score {
  color: #4caf50;
}

.post-comments {
  color: #a0aec0;
}

.logout-modal {
  z-index: 10000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.logout-modal-content {
  background-color: #1a1a1b;
  border-radius: 16px;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  animation: .3s ease-out modalSlideIn;
  position: relative;
  box-shadow: 0 8px 32px #0009;
}

.logout-modal-header {
  border-bottom: 1px solid #343536;
  padding: 24px 28px 16px;
}

.logout-modal-title {
  color: #d7dadc;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.logout-modal-body {
  padding: 24px 28px 28px;
}

.logout-message {
  color: #d7dadc;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.5;
}

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

.logout-cancel-btn, .logout-confirm-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.logout-cancel-btn {
  color: #d7dadc;
  background-color: #343536;
}

.logout-cancel-btn:hover {
  background-color: #4a4b4c;
}

.logout-confirm-btn {
  color: #fff;
  background-color: #e53e3e;
}

.logout-confirm-btn:hover {
  background-color: #c53030;
}

@media (max-width: 480px) {
  .logout-modal-content {
    width: 95%;
  }

  .logout-modal-buttons {
    flex-direction: column-reverse;
    gap: 8px;
  }

  .logout-cancel-btn, .logout-confirm-btn {
    width: 100%;
  }
}

.notification-stack {
  z-index: 5000;
  flex-direction: column;
  gap: 12px;
  width: min(320px, 100vw - 32px);
  display: flex;
  position: fixed;
  top: 80px;
  right: 24px;
}

.notification-toast {
  color: #f8fafc;
  background-color: #1f2933;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: .9rem;
  animation: .15s ease-out toast-enter;
  display: flex;
  box-shadow: 0 10px 30px #00000059;
}

.notification-success {
  border-color: #22c55e99;
}

.notification-error {
  border-color: #ef4444a6;
}

.notification-warning {
  border-color: #fbbf2499;
}

.notification-info {
  border-color: #3b82f699;
}

.notification-message {
  flex: 1;
  margin-right: 12px;
}

.notification-dismiss {
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
}

@keyframes toast-enter {
  from {
    opacity: 0;
    transform: translateY(-6px)scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.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;
}

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

.modal-content h2 {
  color: #d7dadc;
  margin: 0 0 16px;
  font-size: 18px;
}

.form-group {
  margin-bottom: 16px;
}

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

.form-group select, .form-group textarea {
  color: #d7dadc;
  background-color: #272729;
  border: 1px solid #343536;
  border-radius: 4px;
  width: 100%;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 14px;
}

.form-group textarea {
  resize: vertical;
}

.form-group textarea.error {
  border-color: #ff4500;
}

.error-message {
  color: #ff4500;
  margin-top: 4px;
  font-size: 12px;
  display: block;
}

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

.btn-cancel {
  color: #d7dadc;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #343536;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  transition: background-color .2s;
}

.btn-cancel:hover:not(:disabled) {
  background-color: #272729;
}

.btn-cancel:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.btn-submit {
  color: #fff;
  cursor: pointer;
  background-color: #ff4500;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  transition: background-color .2s;
}

.btn-submit:hover:not(:disabled) {
  background-color: #ff5722;
}

.btn-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
}

/* [project]/components/Navbar/Navbar.css [app-client] (css) */
.header {
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar {
  background-color: #020b0e;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 8px 24px;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

.navbar-left-container, .navbar-logo-container {
  align-items: center;
  display: flex;
}

.navbar-hamburger-icon-container {
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}

.navbar-hamburger-icon-container:hover {
  background-color: #535353;
}

.navbar-hamburger-icon-container:active {
  background-color: #424242;
}

.navbar-hamburger-icon {
  stroke: #cacaca;
}

.navbar-logo-link {
  cursor: pointer;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  display: flex;
}

.navbar-logo {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.navbar-logo-text {
  color: #fff;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.navbar-search-bar-container {
  flex: 1;
  justify-content: center;
  margin: 0 20px;
  display: flex;
  position: relative;
}

.search-bar {
  background-color: #acacac;
  border-radius: 22px;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 42px;
  padding: 12px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #0000001a;
}

.search-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-right: 16px;
}

.search-input {
  color: #252525;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.search-input::placeholder {
  color: #252525;
  font-weight: 400;
}

.search-input:focus {
  color: #333;
}

.search-dropdown {
  z-index: 1000;
  color: #fff;
  background-color: #2d3748;
  border-radius: 12px;
  width: calc(100% + 140px);
  max-height: calc(100vh - 250px);
  margin-top: 8px;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: -70px;
  overflow-y: auto;
  box-shadow: 0 4px 12px #0000004d;
}

.search-dropdown.active {
  display: block;
}

.search-divider {
  background-color: #4a5568;
  height: 1px;
  margin: 4px 12px;
}

.search-lairs, .search-tools, .search-users {
  padding: 4px 0;
}

.search-lairs-header, .search-tools-header, .search-users-header {
  color: #a0aec0;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
}

.navbar-right-container {
  align-items: center;
  display: flex;
}

.navbar-login-profile-container {
  align-items: center;
  gap: 12px;
  display: flex;
}

.navbar-three-dots-icon-container {
  display: none;
}

.login-button {
  color: #fff;
  cursor: pointer;
  background-color: #157c9b;
  border: none;
  border-radius: 24px;
  padding: 12px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: #168aad;
}

.login-button:active {
  background-color: #106079;
}

.navbar-loggedin-container, .navbar-create-container {
  align-items: center;
  display: flex;
}

.create-button {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.create-button:hover {
  background-color: #535353;
}

.create-button:active {
  background-color: #424242;
}

.create-icon {
  stroke: #fff;
  stroke-width: 2px;
  fill: none;
  width: 20px;
  height: 20px;
}

.create-text {
  color: #fff;
}

.navbar-profile-container {
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.navbar-profile-container:hover {
  background-color: #535353;
}

.navbar-profile-container:active {
  background-color: #424242;
}

.profile-icon {
  background-color: #157c9b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.profile-icon:before {
  content: "👤";
  color: #fff;
  font-size: 16px;
}

.profile-icon.has-image:before {
  content: "";
}

.notification-indicator {
  color: #fff;
  z-index: 1;
  background-color: #ff6b35;
  border: 2px solid #020b0e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: bold;
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
}

.profile-dropdown {
  z-index: 1000;
  background-color: #1a1a1b;
  border-radius: 8px;
  width: 280px;
  margin-top: 8px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  box-shadow: 0 4px 12px #0006;
}

.profile-dropdown.active {
  display: block;
}

.profile-dropdown-section {
  padding: 8px 0;
}

.profile-dropdown-item {
  cursor: pointer;
  color: #fff;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.profile-dropdown-item:hover {
  background-color: #2d2d2e;
}

.profile-dropdown-item.profile-header {
  padding: 16px;
}

.profile-dropdown-icon {
  stroke: #fff;
  stroke-width: 1.5px;
  fill: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.profile-dropdown-item-content {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  display: flex;
}

.profile-dropdown-subtext {
  color: #818384;
  font-size: 12px;
  font-weight: 400;
}

.profile-dropdown-divider {
  background-color: #343536;
  height: 1px;
  margin: 4px 0;
}

.profile-avatar-large {
  background-color: #157c9b;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.profile-avatar-large:before {
  content: "👤";
  color: #fff;
  font-size: 20px;
}

.profile-avatar-large.has-image:before {
  content: "";
}

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

.profile-name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.profile-username {
  color: #818384;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .navbar {
    gap: 4px;
    padding: 8px 4px;
  }

  .navbar-logo-container {
    gap: 4px;
  }

  .navbar-logo-text {
    display: none;
  }

  .navbar-search-bar-container {
    margin: 0 4px;
  }

  .navbar-hamburger-icon-container {
    display: flex;
  }

  .navbar-hamburger-icon {
    stroke: #fff;
    display: block;
  }
}

@media (max-width: 799px) {
  .create-text {
    display: none;
  }

  .create-button {
    padding: 8px;
  }
}

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

.logout-modal-content {
  color: #d7dadc;
  background-color: #1a1a1b;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
}

.logout-modal-header {
  margin-bottom: 16px;
}

.logout-modal-title {
  color: #d7dadc;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.logout-modal-body {
  flex-direction: column;
  display: flex;
}

.logout-message {
  color: #d7dadc;
  margin: 0 0 24px;
  font-size: 14px;
}

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

.logout-cancel-btn, .logout-confirm-btn {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .2s;
}

.logout-cancel-btn {
  color: #d7dadc;
  background-color: #0000;
  border: 1px solid #343536;
}

.logout-cancel-btn:hover {
  background-color: #272729;
}

.logout-confirm-btn {
  color: #fff;
  background-color: #ff4500;
}

.logout-confirm-btn:hover {
  background-color: #ff5722;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__561dbe80._.css.map*/