body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  background-color: #12130f;
  color: #fafafa;
  overflow-x: hidden;
}

/* Scrollbars */
* {
  scrollbar-width: thin;
  scrollbar-color: #ff1493 #1c1c1c;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #1c1c1c;
}

::-webkit-scrollbar-thumb {
  background-color: #ff1493;
  border-radius: 10px;
  border: 1px solid #12130f;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #c51162;
}

/* Element-specific hidden scrollbars */
.postContent::-webkit-scrollbar,
.exerciseDescription::-webkit-scrollbar,
.infinite-scroll-component::-webkit-scrollbar,
#availableExercises::-webkit-scrollbar {
  width: 6px;
}

.postContent::-webkit-scrollbar-thumb,
.exerciseDescription::-webkit-scrollbar-thumb,
#availableExercises::-webkit-scrollbar-thumb {
  background-color: #ff1493;
  border-radius: 6px;
}

/* Spotify specific scrollbar */
#spotify_playlists::-webkit-scrollbar {
  width: 5px;
}

#spotify_playlists::-webkit-scrollbar-track {
  background: #ff1493;
}

#spotify_playlists::-webkit-scrollbar-thumb {
  background: #000000;
}

#spotify_playlists::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

/* Typography & layout */
.module-inside {
  backdrop-filter: blur(40px);
}

#icon:hover {
  cursor: pointer;
  color: #ff1493;
}

.postContent {
  overflow-x: hidden;
}

.wo_form_group {
  margin-bottom: 15px;
}

/* Home hero */
.home-hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #1c1c1c, #12130f);
}

.home-hero h1 {
  font-size: 3rem;
}

.home-hero p {
  font-size: 1.25rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Cards */
.card {
  background-color: #1c1c1c;
  color: #fafafa;
  border: none;
}

.card:hover {
  box-shadow: 0 0 8px rgba(255, 20, 147, 0.3);
}

.card-title {
  color: #fafafa;
  font-weight: 600;
}

.container,
.alert {
  background-color: #1c1c1c;
  color: #fafafa;
}

/* Buttons */
.btn-custom-secondary {
  background-color: #ff1493;
  color: #fafafa;
  border: none;
}

.btn-custom-secondary:hover {
  background-color: #c51162;
}

.btn-outline-accent {
  border: 2px solid #bced09;
  color: #bced09;
  background-color: transparent;
  transition: all 0.2s ease;
}

.btn-outline-accent:hover {
  background-color: #8bc34a;
  color: #12130f;
}

.btn-accent-outline {
  border: 2px solid #bced09;
  color: #bced09;
  background-color: transparent;
}

.btn-accent-outline:hover {
  background-color: #8bc34a;
  color: #283500;
}

.btn-success {
  background-color: #bced09;
  border-color: #8bc34a;
  color: #12130f;
}

.btn-success:hover {
  background-color: #8bc34a;
  border-color: #bced09;
}

/* Typography */
.text-accent {
  color: #bced09;
}

/* Blockquotes */
.blockquote {
  background-color: #1c1c1c;
  border-left: 4px solid #ff1493;
  padding: 1rem 1.5rem;
  color: #fafafa;
}

.blockquote-footer {
  color: #bced09;
  font-weight: 500;
}

/* Carousel */
.carousel-item {
  background-color: transparent;
}

/* Navigation */
.nav-link-custom {
  color: #fafafa;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-link-custom:hover {
  color: #ff1493;
}

/* Footer */
.footer-link {
  color: #bced09;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #8bc34a;
}

/* Post cards */
.postCard {
  margin: 8px auto;
  width: 75%;
  border-radius: 15px;
}

@media only screen and (min-width: 600px) {
  .postCard {
    margin: 16px auto;
    width: 60%;
  }
}

/* Masonry layout */
.my-masonry-grid {
  display: flex;
  margin-left: -15px;
  width: auto;
}

.my-masonry-grid_column {
  padding-left: 15px;
  background-clip: padding-box;
}

/* Fade transitions */
.fade-slide-manual {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 400ms ease-out, transform 400ms ease-out;
}

.fade-slide-manual.in {
  opacity: 1;
  transform: translateY(0);
}

/* Selectable items */
.selectable-item {
  transition: all 0.2s ease;
  border-left: 4px solid transparent;
}

.selectable-item.selected {
  border-left: 4px solid #bced09;
  background-color: #2a2a2a;
}

.selectable-item:hover {
  background-color: #2e2e2e;
}

/* Spotify playlists */
.spotify-playlist-container {
  max-height: 250px;
  overflow-y: auto;
  background-color: #1c1c1c;
  border-radius: 8px;
}

.spotify-playlist-row {
  border-bottom: 1px solid #333;
  padding: 12px 8px;
  margin-bottom: 4px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border-radius: 6px;
}

.spotify-playlist-row:hover {
  background-color: #2a2a2a;
}

.spotify-playlist-row.selected {
  background-color: #2c2c2c;
}

/* Utilities */
.cursor-pointer {
  cursor: pointer;
}

.drag-handle {
  padding: 4px;
  cursor: grab;
}

.drag-handle:active {
  cursor: grabbing;
}

.form-control::placeholder {
  color: #999 !important;
}

ul.fa-ul li,
ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.entity-search-modal .modal-content,
.entity-search-modal-content {
  background: linear-gradient(180deg, #1f211d 0%, #181916 100%) !important;
  border: 1px solid #4a4d47 !important;
  color: #f5f5f0 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.entity-search-modal .modal-header,
.entity-search-modal-header {
  background-color: #20221f;
  border-bottom: 1px solid #3a3d37 !important;
  padding: 1rem 1.25rem;
}

.entity-search-modal .modal-title,
.entity-search-modal-title {
  color: #f5f5f0;
  font-weight: 600;
  font-size: 2rem;
}

.entity-search-modal .modal-body,
.entity-search-modal-body {
  background-color: #1a1b18;
  padding: 1rem 1.25rem 1.25rem;
}

.entity-search-close {
  appearance: none;
  border: 0;
  background: transparent;
  color: #f5f5f0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  opacity: 0.95;
  margin-left: auto;
  padding: 0 0.1rem;
}

.entity-search-close:hover,
.entity-search-close:focus {
  color: #ffffff;
  opacity: 1;
  outline: none;
  text-decoration: none;
}

.entity-search-input {
  background-color: #0f100e !important;
  color: #f5f5f0 !important;
  border: 1px solid #596056 !important;
  border-radius: 8px;
}

.entity-search-input:focus {
  border-color: #bced09 !important;
  box-shadow: 0 0 0 0.2rem rgba(188, 237, 9, 0.2) !important;
}

.entity-search-loading,
.entity-search-empty,
.entity-search-result-subtitle {
  color: #b6bbb2 !important;
}

.entity-search-result-item {
  background-color: #232520 !important;
  color: #f5f5f0 !important;
  border: 1px solid #444840 !important;
}

.entity-search-result-item:hover {
  background-color: #2a2d27 !important;
}

.entity-search-add-btn {
  background-color: #bced09 !important;
  border-color: #bced09 !important;
  color: #12130f !important;
  font-weight: 700;
}

.entity-search-add-btn:hover,
.entity-search-add-btn:focus {
  background-color: #a9d907 !important;
  border-color: #a9d907 !important;
  color: #12130f !important;
}

.recipe-dietary-tag {
  background-color: #262824 !important;
  border: 1px solid #5a5f57 !important;
  color: #f5f5f0 !important;
  text-transform: capitalize;
}

.recipe-dietary-tag:hover,
.recipe-dietary-tag:focus {
  background-color: #31342f !important;
  border-color: #7a8076 !important;
  color: #ffffff !important;
}

.recipe-dietary-tag.active {
  background-color: #bced09 !important;
  border-color: #bced09 !important;
  color: #12130f !important;
  font-weight: 600;
}

.recipe-dietary-tag.active:hover,
.recipe-dietary-tag.active:focus {
  background-color: #a9d907 !important;
  border-color: #a9d907 !important;
  color: #12130f !important;
}


/*# sourceMappingURL=client.0140b525.css.map*/