/* [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/tools/tools.css [app-client] (css) */
.main-container-center-container-inner {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.tools-hero-section {
  text-align: center;
  width: 100%;
  max-width: 800px;
  padding-top: 20px;
}

.tools-icon {
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
}

.tools-icon svg {
  filter: drop-shadow(0 4px 8px #0003);
  width: 64px;
  height: 64px;
}

.tools-title {
  color: #fff;
  text-shadow: 0 2px 4px #0000004d;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-size: 3.5rem;
  font-weight: 700;
}

.tools-title a {
  color: inherit;
  text-decoration: none;
  transition: opacity .2s;
}

.tools-title a:hover {
  opacity: .8;
}

.tools-subtitle {
  color: #cbd5e1;
  opacity: .9;
  margin: 0 0 48px;
  font-size: 1.25rem;
  font-weight: 400;
}

.tools-search-container {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.tools-search-bar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #acacac;
  border: 1px solid #fff3;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 4px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 32px #0003;
}

.tools-search-icon {
  color: #64748b;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  left: 16px;
}

.tools-search-input {
  color: #1e293b;
  background: none;
  border: none;
  border-radius: 8px;
  outline: none;
  flex: 1;
  padding: 16px 16px 16px 48px;
  font-size: 1rem;
  font-weight: 400;
}

.tools-search-input::placeholder {
  color: #64748b;
  font-style: italic;
}

.tools-search-button {
  color: #fff;
  cursor: pointer;
  background: #3b82f6;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  padding: 12px 16px;
  display: flex;
}

.tools-search-button:hover {
  background: #2563eb;
  box-shadow: 0 4px 12px #3b82f666;
}

.tools-search-button:active {
  transform: translateY(0);
}

.tools-separator {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin: 48px auto 32px;
  box-shadow: 0 1px 3px #ffffff1a;
}

.main-tools-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}

.main-tools-header-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  display: flex;
}

.tools-filters-left {
  align-items: center;
  gap: 20px;
  display: flex;
}

.tools-filters-center, .tools-filters-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-dropdown {
  align-items: center;
  display: flex;
  position: relative;
}

.category-select {
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: #2a2a2a;
  border: 1px solid #404040;
  border-radius: 6px;
  outline: none;
  min-width: 200px;
  padding: 10px 35px 10px 15px;
  font-size: 14px;
}

.category-select:focus {
  border-color: #4a9eff;
  box-shadow: 0 0 0 2px #4a9eff33;
}

.dropdown-arrow {
  color: #fff;
  pointer-events: none;
  position: absolute;
  right: 12px;
}

.sort-filters {
  gap: 8px;
  display: flex;
}

.sort-filter {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #2a2a2a;
  border: 1px solid #404040;
  border-radius: 6px;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  font-size: 14px;
  display: flex;
}

.sort-filter:hover {
  background: #3a3a3a;
  border-color: #505050;
}

.sort-filter.active {
  color: #fff;
  background: #4a9eff;
  border-color: #4a9eff;
}

.sort-filter.active:hover {
  background: #3b82f6;
  border-color: #3b82f6;
}

.sort-icon {
  color: currentColor;
  width: 16px;
  height: 16px;
}

.pricing-filters {
  gap: 8px;
  display: flex;
}

.pricing-filter {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #2a2a2a;
  border: 1px solid #404040;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
}

.pricing-filter:hover {
  background: #3a3a3a;
  border-color: #505050;
}

.pricing-filter.active {
  color: #fff;
  background: #4a9eff;
  border-color: #4a9eff;
}

.pricing-filter.active:hover {
  background: #3b82f6;
  border-color: #3b82f6;
}

.tools-grid-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.tools-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  padding: 60px 20px;
  display: none;
}

.loading-spinner {
  margin-bottom: 16px;
}

.spinner-icon {
  color: #4a9eff;
  animation: 2s linear infinite spin;
}

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

  to {
    transform: rotate(360deg);
  }
}

.loading-text {
  color: #a0a0a0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.tool-category {
  background-color: #2a2a2a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  min-height: 200px;
  display: flex;
}

.tool-category-header {
  cursor: pointer;
  padding: 12px;
  font-size: 20px;
  font-weight: 600;
}

.category-separator {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-bottom: 4px;
}

.tool-category-items-container {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: start;
  gap: 12px;
  width: 100%;
  max-height: 200px;
  padding: 8px;
  display: flex;
  overflow-y: auto;
}

.tool-category-items-container.expanded {
  max-height: none;
}

.tool-category:not(:has(.tool-category-show-more)) {
  min-height: auto;
}

.tool-category:not(:has(.tool-category-show-more)) .tool-category-items-container {
  flex: none;
  max-height: none;
  padding: 8px 8px 12px;
}

.tool-category.no-show-more {
  min-height: auto;
}

.tool-category.no-show-more .tool-category-items-container {
  flex: none;
  max-height: none;
  padding: 8px 8px 12px;
}

.tool-category-items-container::-webkit-scrollbar {
  width: 8px;
}

.tools-search-dropdown::-webkit-scrollbar {
  width: 8px;
}

.tool-category-items-container::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 4px;
}

.tools-search-dropdown::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 4px;
}

.tool-category-items-container::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}

.tools-search-dropdown::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}

.tool-category-items-container::-webkit-scrollbar-thumb:hover {
  background: #777;
}

.tools-search-dropdown::-webkit-scrollbar-thumb:hover {
  background: #777;
}

.tool-category-item {
  cursor: pointer;
  background: #363636;
  border: 1px solid #404040;
  border-radius: 12px;
  flex: 300px;
  justify-content: space-between;
  align-items: center;
  min-width: 280px;
  max-width: 400px;
  height: 60px;
  padding: 12px;
  display: flex;
  box-shadow: 0 4px 12px #0000004d;
}

.tool-category-item-icon-name, .tool-category-item-info {
  justify-content: start;
  align-items: center;
  display: flex;
}

.tool-category-item-upvotes-posts-container {
  justify-content: start;
  align-items: center;
  gap: 4px;
  display: flex;
}

.tool-category-item:hover {
  background: #3a3a3a;
}

.tool-category-item-stat {
  color: #a0a0a0;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  display: flex;
}

.tool-category-item-stat svg, .tool-category-item-stat span {
  color: #a0a0a0;
}

.tool-category-show-more {
  justify-content: center;
  width: 100%;
  padding: 12px 8px 8px;
  display: flex;
}

.show-more-btn {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 1px solid #404040;
  border-radius: 6px;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.show-more-btn:hover {
  background: #3a3a3a;
  border-color: #505050;
}

.show-more-btn:active {
  transform: translateY(1px);
}

.show-more-icon {
  color: currentColor;
  width: 16px;
  height: 16px;
  transition: transform .2s;
}

.show-more-btn.expanded .show-more-icon {
  transform: rotate(180deg);
}

.no-tools-message {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 20px;
  display: flex;
}

.no-tools-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 400px;
  display: flex;
}

.no-tools-icon {
  color: #666;
  opacity: .7;
}

.no-tools-title {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.no-tools-description {
  color: #a0a0a0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.clear-filters-btn {
  color: #fff;
  cursor: pointer;
  background: #4a9eff;
  border: none;
  border-radius: 8px;
  margin-top: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
}

.clear-filters-btn:hover {
  background: #3b82f6;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #4a9eff4d;
}

.clear-filters-btn:active {
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .main-tools-header-container {
    gap: 16px;
  }

  .tools-filters-left, .tools-filters-center, .tools-filters-right {
    gap: 12px;
  }

  .category-select {
    min-width: 180px;
    font-size: 13px;
  }

  .sort-filter, .pricing-filter {
    padding: 8px 12px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .main-tools-header-container {
    flex-direction: column;
    gap: 16px;
  }

  .tools-filters-left, .tools-filters-center, .tools-filters-right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }

  .category-dropdown {
    width: 100%;
    max-width: 300px;
  }

  .category-select {
    width: 100%;
    min-width: auto;
  }

  .sort-filters, .pricing-filters {
    justify-content: center;
    width: 100%;
  }

  .tool-category {
    height: 400px;
  }

  .tool-category.no-show-more {
    height: auto;
    min-height: auto;
  }

  .tool-category-items-container {
    max-height: 350px;
  }

  .tool-category.no-show-more .tool-category-items-container {
    max-height: none;
  }

  .tool-category-item {
    flex: 280px;
    min-width: 250px;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .tools-filters-center .sort-filters, .tools-filters-right .pricing-filters {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    max-width: 300px;
    display: grid;
  }

  .sort-filter, .pricing-filter {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .main-tools-header-container {
    gap: 12px;
  }

  .tools-filters-left, .tools-filters-center, .tools-filters-right {
    gap: 6px;
  }

  .category-select {
    padding: 8px 30px 8px 12px;
    font-size: 12px;
  }

  .sort-filter, .pricing-filter {
    min-width: 70px;
    padding: 6px 8px;
    font-size: 12px;
  }

  .tools-filters-center .sort-filters, .tools-filters-right .pricing-filters {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .tool-category {
    height: 500px;
  }

  .tool-category.no-show-more {
    height: auto;
    min-height: auto;
  }

  .tool-category-items-container {
    max-height: 450px;
  }

  .tool-category.no-show-more .tool-category-items-container {
    max-height: none;
  }

  .tool-category-item {
    flex: 100%;
    min-width: 200px;
    max-width: none;
  }
}

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