@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');/* Navigation Header */
._navHeader_13jeo_2 {
  background: transparent;
  border-bottom: none;
  padding: 16px 0;
  box-shadow: none;
}

._navContent_13jeo_9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

._title_13jeo_17 {
  margin: 0;
  color: white;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: min(1rem, 2vh);
}

._subtitle_13jeo_27 {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
}

/* Dynamic responsive classes */
._navContentPhone_13jeo_37 {
  flex-direction: column;
}

._navContentTablet_13jeo_41 {
  flex-direction: column;
}

._navContentDesktop_13jeo_45 {
  flex-direction: column;
}

._titlePhone_13jeo_49 {
  font-size: 24px;
}

._titleTablet_13jeo_53 {
  font-size: 32px;
}

._titleDesktop_13jeo_57 {
  font-size: 32px;
}

._subtitlePhone_13jeo_61 {
  font-size: 12px;
}

._subtitleTablet_13jeo_65 {
  font-size: 14px;
}

._subtitleDesktop_13jeo_69 {
  font-size: 14px;
}/* Container Layouts */
._container_p7o7f_2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Main Layout */
._mainLayout_p7o7f_12 {
  display: flex;
  min-height: 100vh;
  position: relative;
  flex: 1;
}

._mainContentWrapper_p7o7f_19 {
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  overflow-y: auto;
}

._mainContent_p7o7f_19 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Dashboard Grid */
._dashboardGrid_p7o7f_37 {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 2rem;
  margin-bottom: 2rem;
}

/* Dynamic responsive classes */
._mainContentWrapperPhone_p7o7f_45 {
  margin-left: 15px;
  margin-right: 15px;
}/* Reusable Button Styles */
._settingsButton_ot6zm_2 {
  position: fixed;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  border-radius: 8px;
  padding: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  z-index: 1000;
}

._settingsButton_ot6zm_2:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

._settingsButton_ot6zm_2 svg {
  width: 24px;
  height: 24px;
}

._addItemButton_ot6zm_30 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFFFFF;
  color: #333333;
  border: none;
  border-radius: min(12px, 2vh);
  padding: min(0.75rem, 1.5vh) min(1.5rem, 2vh);
  font-family: var(--font-family);
  font-size: min(0.875rem, 2vh);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: min(116px, 15vw);
  height: min(40px, 5vh);
  opacity: 1;
  justify-content: center;
}

._addItemButton_ot6zm_30:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

._addItemButton_ot6zm_30 svg {
  flex-shrink: 0;
}

._scrollDownButton_ot6zm_61 {
  position: sticky;
  bottom: min(1.5rem, 3vh);
  left: 50%;
  transform: translateX(-50%);
  width: min(48px, 6vh);
  height: min(48px, 6vh);
  background: transparent;
  border: 1.5px solid #F3F3F399;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #F3F3F399;
  z-index: 1000;
  margin: min(1.5rem, 2vh) auto min(1rem, 1.5vh);
  align-self: center;
  flex-shrink: 0;
}

._scrollDownButton_ot6zm_61:hover {
  background: rgba(243, 243, 243, 0.1);
  border-color: #F3F3F3;
  transform: translateX(-50%) translateY(-2px);
}

._scrollDownButton_ot6zm_61 svg {
  transition: transform 0.2s ease;
  width: min(24px, 3vh);
  height: min(24px, 3vh);
}

._scrollDownButton_ot6zm_61:hover svg {
  transform: translateY(2px);
}

/* Dynamic responsive classes */
._addItemButtonPhone_ot6zm_100 {
  min-width: 40px;
  padding: min(0.75rem, 1.5vh);
}

._settingsButtonPhone_ot6zm_105 {
  display: none;
}

._settingsButtonTablet_ot6zm_109 {
  display: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {

  ._settingsButton_ot6zm_2 svg {
    width: 18px;
    height: 18px;
  }
  
  ._scrollDownButton_ot6zm_61 {
    width: 40px;
    height: 40px;
    margin: 1rem auto;
  }
  
  ._scrollDownButton_ot6zm_61 svg {
    width: 18px;
    height: 18px;
  }
}._collectionCard_4iaeg_1 {
  background: #F5EFF1D4;
  backdrop-filter: blur(10px);
  border-radius: min(32px, 4vh);
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 250px;
  aspect-ratio: 1;
  opacity: 1;
  transform: rotate(0deg);
  box-sizing: border-box;
}

._collectionCard_4iaeg_1:hover {
  transform: translateY(-4px);
}

._collectionIcon_4iaeg_24 {
  width: min(48px, 6vh);
  height: min(48px, 6vh);
  border-radius: min(12px, 1.5vh);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: min(1.25rem, 2.5vh);
  margin-top: min(0.5rem, 1vh);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}

._collectionInfo_4iaeg_37 {
  flex: 1;
  margin-bottom: auto;
}

._collectionTitleContainer_4iaeg_42 {
  background: #F3F3F3;
  border-radius: min(10px, 1.2vh);
  padding: min(0.5rem, 0.8vh) min(1rem, 1.5vh);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

._collectionTitle_4iaeg_42 {
  font-family: var(--font-family);
  font-size: min(14px, 2vh);
  font-weight: 600;
  font-style: normal;
  color: #767676;
  margin: 0;
  line-height: 100%;
  letter-spacing: 0%;
}

/* Collection Thumbnails */
._collectionThumbnails_4iaeg_62 {
  position: relative;
  flex: 1;
  align-items: center;
  padding: min(1.5rem, 2vh) min(0.75rem, 1vh);
  height: min(140px, 16vh);
}

._thumbnailItem_4iaeg_70 {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

._thumbnailItem_4iaeg_70:nth-child(1) {
  width: 60px;
  height: 45px;
  top: 15px;
  left: 15px;
  transform: rotate(-5deg);
  z-index: 3;
}

._thumbnailItem_4iaeg_70:nth-child(2) {
  width: 70px;
  height: 52px;
  top: 30px;
  right: 18px;
  transform: rotate(8deg);
  z-index: 2;
}

._thumbnailItem_4iaeg_70:nth-child(3) {
  width: 65px;
  height: 48px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  z-index: 1;
}

._thumbnailImage_4iaeg_107 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

._thumbnailItem_4iaeg_70:hover {
  transform: rotate(0deg) scale(1.05);
  z-index: 10;
}

._thumbnailItem_4iaeg_70:nth-child(2):hover {
  transform: rotate(0deg) scale(1.05);
}

._thumbnailItem_4iaeg_70:nth-child(3):hover {
  transform: translateX(-50%) rotate(0deg) scale(1.05);
}

._collectionFooter_4iaeg_127 {
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
}

._viewCollectionLink_4iaeg_135 {
  font-family: var(--font-family);
  font-size: min(12px, 1.8vh);
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  display: block;
}

._viewCollectionLink_4iaeg_135:hover {
  color: #333333;
  text-decoration: none;
}

/* Dynamic responsive classes */
._collectionCardPhone_4iaeg_156 {
  min-width: 320px;
}/* Sidebar */
._sidebar_1ytot_2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 80px;
  height: 100vh;
  background: transparent;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

._sidebarNav_1ytot_17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  padding-left: 10px;
}

._sidebarItem_1ytot_26 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

._sidebarNavElement_1ytot_34 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

._sidebarLine_1ytot_42 {
  width: 6px;
  height: 8px;
  background: #303030;
  border: 0.5px solid #4E4E4E87;
  border-radius: 3px;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
  will-change: height;
}

._sidebarItem_1ytot_26:hover ._sidebarLine_1ytot_42,
._sidebarItem_1ytot_26:focus ._sidebarLine_1ytot_42 {
  background: #303030;
  border-color: #4E4E4E;
  height: 24px;
}

._sidebarItemActive_1ytot_59 ._sidebarLine_1ytot_42 {
  background: #303030;
  border: 0.5px solid #4E4E4E87;
  height: 32px;
}

._sidebarItemActive_1ytot_59:hover ._sidebarLine_1ytot_42,
._sidebarItemActive_1ytot_59:focus ._sidebarLine_1ytot_42 {
  height: 32px;
}

._sidebarItem_1ytot_26:last-child ._sidebarLine_1ytot_42 {
  background: transparent;
  border: 1px solid #303030;
}

._sidebarItem_1ytot_26:last-child:hover ._sidebarLine_1ytot_42 {
  background: transparent;
  border: 1px solid #303030;
}

._sidebarLabel_1ytot_80 {
  background: #303030;
  color: #F6F6F6;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0%;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  animation: _fadeIn_1ytot_1 0.2s ease;
}

@keyframes _fadeIn_1ytot_1 {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  ._sidebar_1ytot_2 {
    width: 50px;
  }
}/* Add Item Menu Styles */
._overlay_11krp_2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999998;
}

._menu_11krp_11 {
  position: fixed;
  background: var(--bg-primary, #ffffff);
  border: 1px solid var(--border-color, #e2e8f0);
  border-radius: 12px;
  box-shadow: 0px 4px 10px 0px #00000024;
  padding: 16px;
  min-width: 280px;
  z-index: 999999;
  animation: _menuFadeIn_11krp_1 0.2s ease-out;
}

@keyframes _menuFadeIn_11krp_1 {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._menuContent_11krp_34 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._linkForm_11krp_40 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._label_11krp_46 {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary, #1a202c);
  margin: 0;
}

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

._input_11krp_54 {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid var(--border-color, #e2e8f0);
  border-radius: 8px;
  font-family: var(--font-family);
  font-size: 14px;
  color: var(--text-primary, #1a202c);
  background: var(--bg-primary, #ffffff);
  transition: all 0.2s ease;
}

._input_11krp_54:focus {
  outline: none;
  border-color: var(--accent-color, #667eea);
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

._input_11krp_54::placeholder {
  color: var(--text-muted, #a0aec0);
}

._addButton_11krp_82 {
  padding: 10px 16px;
  background: var(--Background-Brand-Default, #2C2C2C);
  color: var(--bg-primary, #ffffff);
  border: none;
  border-radius: 8px;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

._addButton_11krp_82:hover {
  background: var(--accent-hover, #5a67d8);
  transform: translateY(-1px);
}

._addButton_11krp_82:active {
  transform: translateY(0);
}

._separator_11krp_105 {
  height: 1px;
  background: var(--border-color, #e2e8f0);
  margin: 4px 0;
}

._uploadButton_11krp_111 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: transparent;
  color: var(--text-primary, #1a202c);
  border: none;
  border-radius: 8px;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  justify-content: flex-start;
}

._uploadButton_11krp_111:hover {
  background: var(--bg-secondary, #f9fafb);
  transform: translateY(-1px);
}

._uploadButton_11krp_111:active {
  transform: translateY(0);
}

._uploadButton_11krp_111 svg {
  flex-shrink: 0;
}

/* Screen reader only utility class */
._sr-only_11krp_143 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  ._menu_11krp_11 {
    min-width: min(260px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    padding: 14px;
  }
  
  ._menuContent_11krp_34 {
    gap: 14px;
  }
  
  ._linkForm_11krp_40 {
    gap: 10px;
  }
  
  ._label_11krp_46 {
    font-size: 13px;
  }
  
  ._input_11krp_54,
  ._addButton_11krp_82,
  ._uploadButton_11krp_111 {
    font-size: 13px;
  }
  
  ._input_11krp_54 {
    padding: 9px 11px;
  }
  
  ._addButton_11krp_82 {
    padding: 9px 14px;
  }
  
  ._uploadButton_11krp_111 {
    padding: 11px 14px;
  }
}

@media (max-width: 375px) {
  ._menu_11krp_11 {
    min-width: min(240px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    padding: 12px;
  }
  
  ._inputWrapper_11krp_54 {
    flex-direction: column;
    align-items: stretch;
  }
  
  ._addButton_11krp_82 {
    align-self: flex-end;
    width: auto;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  ._menu_11krp_11 {
    border-width: 2px;
  }
  
  ._input_11krp_54:focus {
    border-width: 2px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  ._menu_11krp_11 {
    animation: none;
  }
  
  ._input_11krp_54,
  ._addButton_11krp_82,
  ._uploadButton_11krp_111 {
    transition: none;
  }
  
  ._addButton_11krp_82:hover,
  ._uploadButton_11krp_111:hover {
    transform: none;
  }
}/* Hero Section */
._heroSection_1pkql_2 {
  padding-bottom: 16px;
  text-align: center;
  flex-shrink: 0;
}

._heroContainer_1pkql_8 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Search Container */
._searchContainer_1pkql_15 {
  display: flex;
  align-items: center;
  min-width: 600px;
  margin: 0 auto;
  background: #FBFBFB91;
  backdrop-filter: blur(10px);
  border-radius: min(25px, 3vh);
  padding: 10px;
  box-shadow: 0px 5px 24px 0px #5A5A5A30;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

._searchInputWrapper_1pkql_28 {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 1rem;
}

._searchIcon_1pkql_35 {
  margin-right: 0.75rem;
  flex-shrink: 0;
}

._searchInput_1pkql_28 {
  flex: 1;
  border: none;
  background: transparent;
  font-family: var(--font-family);
  font-size: min(1rem, 2.5vh);
  color: #575757;
  placeholder-color: #575757;
  outline: none;
}

._searchInput_1pkql_28::placeholder {
  color: #575757;
  font-weight: 400;
}

/* Collections Grid */
._collectionsGrid_1pkql_57 {
  display: grid;
  gap: min(3rem, 4vh);
  margin-top: 0;
  max-width: min(1400px, 95vw);
  margin-left: auto;
  margin-right: auto;
  flex: 1;
  align-content: center;
}

/* Dynamic grid layouts */
._collectionsGridDesktop_1pkql_69 {
  grid-template-columns: repeat(3, 1fr);
}

._collectionsGridTablet_1pkql_73 {
  grid-template-columns: repeat(2, 1fr);
}

._collectionsGridPhone_1pkql_77 {
  grid-template-columns: 1fr;
  gap: 1rem;
}

/* Loading and Error States */
._loadingSpinner_1pkql_83 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}

._spinner_1pkql_91 {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid var(--accent-color);
  border-radius: 50%;
  animation: _spin_1pkql_91 1s linear infinite;
}

@keyframes _spin_1pkql_91 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

._loadingSpinner_1pkql_83 p {
  font-family: var(--font-family);
  font-size: 0.875rem;
  color: #767676;
  margin: 0;
}

._errorMessage_1pkql_112 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

._errorMessage_1pkql_112 p {
  font-family: var(--font-family);
  font-size: 0.875rem;
  color: var(--warning-color);
  margin: 0;
}

/* Dynamic search container styles */
._searchContainerTablet_1pkql_127 {
  min-width: 526px;
}

._searchContainerPhone_1pkql_131 {
  min-width: 334px;
  /*flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 20px;*/
}

._heroContainerPhone_1pkql_139 {
  padding: 0 1rem;
}

._searchInputWrapperPhone_1pkql_143 {
  padding: 0;
}

._searchInputPhone_1pkql_147 {
  font-size: 14px;
}

._searchInputPhone_1pkql_147::placeholder {
  font-size: 14px;
}/* File List */
._fileList_1w8hr_2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._fileItem_1w8hr_8 {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--bg-primary);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  transition: all 0.2s ease;
  cursor: pointer;
}

._fileItem_1w8hr_8:hover {
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0.1);
  border-color: var(--accent-color);
}

._fileIcon_1w8hr_25 {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--accent-color), var(--accent-hover));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  box-shadow: 0 2px 8px 0 rgb(103 126 234 / 0.3);
}

._fileInfo_1w8hr_39 {
  flex: 1;
}

._fileName_1w8hr_43 {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

._fileMeta_1w8hr_51 {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.3;
}

._fileSize_1w8hr_57 {
  font-size: 0.8rem;
  color: var(--text-secondary);
  font-weight: 500;
  min-width: 60px;
  text-align: right;
}/* Generic Card Styles - Reusable across components */
._card_i96je_2 {
  background: var(--bg-primary);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.06);
}

._cardHeader_i96je_10 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

._cardTitle_i96je_17 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.025em;
}

._viewAllLink_i96je_24 {
  color: var(--accent-color);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}

._viewAllLink_i96je_24:hover {
  color: var(--accent-hover);
}/* Collection Page Header */
._collectionHeaderNav_zh3f4_2 {
  background: transparent;
  border-bottom: none;
  padding-top: 16px;
  padding-bottom: 0rem;
  box-shadow: none;
  width: 100%;
}

._collectionNavContent_zh3f4_11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

._collectionLogo_zh3f4_19 {
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: 400;
  color: white;
  line-height: 100%;
  letter-spacing: 0%;
}

/* Mobile/Tablet Layout Classes */
._collectionNavContentMobile_zh3f4_29 {
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  gap: 1rem;
}

._collectionLogoMobile_zh3f4_40 {
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 400;
  color: white;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

._collectionSearchContainerMobile_zh3f4_50 {
  position: static;
  transform: none;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 100%;
  background: #FBFBFB91;
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 12px;
  box-shadow: 0px 5px 24px 0px #5A5A5A30;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

._collectionSearchInputMobile_zh3f4_65 {
  flex: 1;
  border: none;
  background: transparent;
  font-family: var(--font-family);
  font-size: 14px;
  color: #575757;
  outline: none;
}

._collectionAddItemButtonMobile_zh3f4_75 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFFFFF;
  color: #333333;
  border: none;
  border-radius: 12px;
  padding: 0.75rem;
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: 40px;
  height: 40px;
  justify-content: center;
}

._collectionAddItemButtonMobile_zh3f4_75:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

._collectionAddItemButtonMobile_zh3f4_75 svg {
  flex-shrink: 0;
}

/* Collection Search */
._collectionSearchContainer_zh3f4_50 {
  /* transform: translateX(-5%); */
  margin: 0 auto;
  width: 650px;
  display: flex;
  align-items: center;
  max-width: 700px;
  background: #FBFBFB91;
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 12px;
  box-shadow: 0px 5px 24px 0px #5A5A5A30;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

._collectionSearchInputWrapper_zh3f4_121 {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 1rem;
}

._collectionSearchInputWrapper_zh3f4_121 ._searchIcon_zh3f4_128 {
  margin-right: 0.75rem;
  flex-shrink: 0;
}

._collectionNameLabel_zh3f4_133 {
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 500;
  color: #767676;
  background: #F3F3F3;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  margin-right: 0.75rem;
}

._searchSeparator_zh3f4_145 {
  color: #575757;
  margin-right: 0.75rem;
  font-weight: 300;
}

._collectionSearchInput_zh3f4_65 {
  flex: 1;
  border: none;
  background: transparent;
  font-family: var(--font-family);
  font-size: 1rem;
  color: #575757;
  outline: none;
}

._collectionSearchInput_zh3f4_65::placeholder {
  color: #575757;
  font-weight: 400;
}

._collectionAddItemButton_zh3f4_75 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFFFFF;
  color: #333333;
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: 116px;
  height: 40px;
  justify-content: center;
}

._collectionAddItemButton_zh3f4_75:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

._collectionAddItemButton_zh3f4_75 svg {
  flex-shrink: 0;
}

/* Collection Content */
._collectionContent_zh3f4_197 {
  flex: 1;
  padding: 5rem 0 1rem 0;
  overflow-y: visible;
}

._collectionItemsGrid_zh3f4_203 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

._collectionItemCardContent_zh3f4_209 {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: flex-start;
  min-height: 140px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #E5D0D7;
  backdrop-filter: blur(10px);
  padding: 1.5rem;
  border-radius: 16px;
  border: 1px solid #E5D0D7;
}

._collectionItemCard_zh3f4_209 {
  background-image: linear-gradient(#E5D0D7, #E5D0D7), linear-gradient(90deg, #FFFFFF 0%, rgba(230, 230, 230, 0.57) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 16px;
  border: double 1px transparent;
  box-shadow: 0px 0px 21px 0px #27272724;
}

._collectionItemCard_zh3f4_209:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

._collectionItemImage_zh3f4_238 {
  width: 35%;
  min-width: 35%;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
}

._collectionItemImage_zh3f4_238 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._collectionItemInfo_zh3f4_255 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}

._collectionItemTitle_zh3f4_263 {
  font-family: var(--font-family);
  font-size: 1rem;
  font-weight: 600;
  color: #303030;
  margin: 0;
  line-height: 1.4;
}

._collectionItemUrl_zh3f4_272 {
  font-family: var(--font-family);
  font-size: 0.8rem;
  color: var(--accent-color);
  text-decoration: none;
  word-break: break-all;
  transition: color 0.2s ease;
}

._collectionItemUrl_zh3f4_272:hover {
  color: var(--accent-hover);
  text-decoration: underline;
}

._collectionItemDescription_zh3f4_286 {
  font-family: var(--font-family);
  font-size: 0.875rem;
  color: #5A5A5A;
  margin: 0;
  line-height: 1.5;
}

._collectionItemDate_zh3f4_294 {
  font-family: var(--font-family);
  font-size: 0.875rem;
  color: #5A5A5A;
  margin: 0;
  margin-top: auto;
  padding-top: 0.5rem;
}

/* Loading and Error States */
._loadingSpinner_zh3f4_304 {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}

._spinner_zh3f4_313 {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid var(--accent-color);
  border-radius: 50%;
  animation: _spin_zh3f4_313 1s linear infinite;
}

@keyframes _spin_zh3f4_313 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

._loadingSpinner_zh3f4_304 p {
  font-family: var(--font-family);
  font-size: 0.875rem;
  color: #767676;
  margin: 0;
}

._endOfItems_zh3f4_334 {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem;
}

._endOfItems_zh3f4_334 p {
  font-family: var(--font-family);
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

._collectionNotFound_zh3f4_347 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60vh;
  text-align: center;
  gap: 1rem;
}

._collectionNotFound_zh3f4_347 h1 {
  font-family: var(--font-family);
  font-size: 1.5rem;
  font-weight: 600;
  color: #303030;
  margin: 0;
}

._collectionNotFound_zh3f4_347 button {
  background: var(--accent-color);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-family);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

._collectionNotFound_zh3f4_347 button:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
}

._errorMessage_zh3f4_382 {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

._errorMessage_zh3f4_382 p {
  font-family: var(--font-family);
  font-size: 0.875rem;
  color: var(--warning-color);
  margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {

  ._collectionNavContent_zh3f4_11 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  ._collectionLogo_zh3f4_19 {
    order: 1;
    justify-self: center;
  }
  
  ._collectionSearchContainer_zh3f4_50 {
    order: 2;
    max-width: 100%;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 20px;
  }
  
  ._collectionSearchInputWrapper_zh3f4_121 {
    padding: 0;
  }
  
  ._collectionAddItemButton_zh3f4_75 {
    align-self: stretch;
    justify-content: center;
  }
  
  ._collectionItemsGrid_zh3f4_203 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  ._collectionItemCardContent_zh3f4_209 {
    padding: 1rem;
    gap: 1rem;
    min-height: 100px;
  }
  
  ._collectionItemImage_zh3f4_238 {
    height: 80px;
    width: 35%;
    min-width: 35%;
  }
  
  ._collectionItemInfo_zh3f4_255 {
    gap: 0.25rem;
  }
  
  ._collectionItemTitle_zh3f4_263 {
    font-size: 0.875rem;
  }
  
  ._collectionItemUrl_zh3f4_272 {
    font-size: 0.75rem;
  }
  
  ._collectionItemDescription_zh3f4_286 {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}/* Body Styles */
body {
  margin: 0;
  background: linear-gradient(233.75deg, #D1A4C1 15.62%, #C48981 59.37%, #A38680 107.53%);
  color: var(--text-primary);
  min-height: 100vh;
  font-size: 14px;
}

/* Root Container */
._root_g7wvf_11 {
  min-height: 100vh;
}

/* App Container */
._app_g7wvf_16 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Screen Reader Only */
._sr-only_g7wvf_23 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-blue-600: oklch(54.6% .245 262.881);
    --color-gray-50: oklch(98.5% .002 247.839);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-gray-500: oklch(55.1% .027 264.364);
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-gray-900: oklch(21% .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wide: .025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .-top-12 {
    top: calc(var(--spacing) * -12);
  }

  .top-12 {
    top: calc(var(--spacing) * 12);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .z-10 {
    z-index: 10;
  }

  .z-\[1000\] {
    z-index: 1000;
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-full {
    height: 100%;
  }

  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-full {
    width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

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

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .self-start {
    align-self: flex-start;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .bg-black\/40 {
    background-color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .object-cover {
    object-fit: cover;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .text-left {
    text-align: left;
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .text-blue-600 {
    color: var(--color-blue-600);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }

    .hover\:bg-gray-200:hover {
      background-color: var(--color-gray-200);
    }

    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (min-width: 40rem) {
    .sm\:flex {
      display: flex;
    }
  }

  @media (min-width: 48rem) {
    .md\:top-36 {
      top: calc(var(--spacing) * 36);
    }

    .md\:right-6 {
      right: calc(var(--spacing) * 6);
    }

    .md\:left-6 {
      left: calc(var(--spacing) * 6);
    }

    .md\:flex {
      display: flex;
    }

    .md\:hidden {
      display: none;
    }

    .md\:h-auto {
      height: auto;
    }

    .md\:max-h-none {
      max-height: none;
    }

    .md\:w-1\/2 {
      width: 50%;
    }

    .md\:w-40 {
      width: calc(var(--spacing) * 40);
    }

    .md\:w-auto {
      width: auto;
    }

    .md\:max-w-md {
      max-width: var(--container-md);
    }

    .md\:max-w-none {
      max-width: none;
    }

    .md\:flex-col {
      flex-direction: column;
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .md\:rounded-t-2xl {
      border-top-left-radius: var(--radius-2xl);
      border-top-right-radius: var(--radius-2xl);
    }

    .md\:rounded-b-none {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }

    .md\:p-0 {
      padding: calc(var(--spacing) * 0);
    }

    .md\:p-4 {
      padding: calc(var(--spacing) * 4);
    }

    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }

    .md\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }

    .md\:pt-8 {
      padding-top: calc(var(--spacing) * 8);
    }

    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }

    .md\:shadow-2xl {
      --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (min-width: 64rem) {
    .lg\:top-24 {
      top: calc(var(--spacing) * 24);
    }

    .lg\:right-8 {
      right: calc(var(--spacing) * 8);
    }

    .lg\:bottom-0 {
      bottom: calc(var(--spacing) * 0);
    }

    .lg\:left-8 {
      left: calc(var(--spacing) * 8);
    }

    .lg\:rounded-b-none {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }

    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }

    .lg\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 80rem) {
    .xl\:bottom-0 {
      bottom: calc(var(--spacing) * 0);
    }

    .xl\:left-1\/2 {
      left: 50%;
    }

    .xl\:mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }

    .xl\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }

    .xl\:mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }

    .xl\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }

    .xl\:block {
      display: block;
    }

    .xl\:flex {
      display: flex;
    }

    .xl\:hidden {
      display: none;
    }

    .xl\:h-16 {
      height: calc(var(--spacing) * 16);
    }

    .xl\:w-1\/3 {
      width: 33.3333%;
    }

    .xl\:w-2\/3 {
      width: 66.6667%;
    }

    .xl\:w-16 {
      width: calc(var(--spacing) * 16);
    }

    .xl\:w-80 {
      width: calc(var(--spacing) * 80);
    }

    .xl\:w-\[1200px\] {
      width: 1200px;
    }

    .xl\:min-w-0 {
      min-width: calc(var(--spacing) * 0);
    }

    .xl\:flex-1 {
      flex: 1;
    }

    .xl\:-translate-x-1\/2 {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .xl\:transform {
      transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
    }

    .xl\:flex-col {
      flex-direction: column;
    }

    .xl\:flex-row {
      flex-direction: row;
    }

    .xl\:items-start {
      align-items: flex-start;
    }

    .xl\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }

    .xl\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .xl\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

    .xl\:overflow-y-auto {
      overflow-y: auto;
    }

    .xl\:rounded-b-none {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }

    .xl\:p-0 {
      padding: calc(var(--spacing) * 0);
    }

    .xl\:p-3 {
      padding: calc(var(--spacing) * 3);
    }

    .xl\:p-4 {
      padding: calc(var(--spacing) * 4);
    }

    .xl\:p-6 {
      padding: calc(var(--spacing) * 6);
    }

    .xl\:p-8 {
      padding: calc(var(--spacing) * 8);
    }

    .xl\:pt-8 {
      padding-top: calc(var(--spacing) * 8);
    }

    .xl\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    .xl\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }

    .xl\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }

    .xl\:leading-relaxed {
      --tw-leading: var(--leading-relaxed);
      line-height: var(--leading-relaxed);
    }
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}
:root {
  /* Color System */
  --bg-primary: #ffffff;
  --bg-secondary: #f9fafb;
  --bg-tertiary: #f3f4f6;
  --text-primary: #1a202c;
  --text-secondary: #718096;
  --text-muted: #a0aec0;
  --border-color: #e2e8f0;
  --accent-color: #667eea;
  --accent-hover: #5a67d8;
  --success-color: #48bb78;
  --warning-color: #ed8936;

  /* Responsive Breakpoints */
  --breakpoint-phone: 375px;
  --breakpoint-tablet: 768px;
  --breakpoint-desktop: 1024px;

  /* Typography */
  --font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

:root {
  /* Typography Settings */
  font-family: var(--font-family);
  line-height: 1;
  font-weight: 400;

  /* Performance Optimizations */
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/* Font Family Utilities */

.fontPoppins {
  font-family: var(--font-family);
}

/* Font Weight Utilities */

.fontLight { font-weight: 300; }

.fontRegular { font-weight: 400; }

.fontMedium { font-weight: 500; }

.fontSemibold { font-weight: 600; }

.fontBold { font-weight: 700; }

/* Text Color Utilities */

.textPrimary { color: var(--text-primary); }

.textSecondary { color: var(--text-secondary); }

.textMuted { color: var(--text-muted); }

.textWhite { color: white; }

/* Text Size Utilities */

.textXs { font-size: 0.75rem; }

.textSm { font-size: 0.875rem; }

.textBase { font-size: 1rem; }

.textLg { font-size: 1.125rem; }

.textXl { font-size: 1.25rem; }

.text2xl { font-size: 1.5rem; }

/* Line Height Utilities */

.leading100 { line-height: 100%; }

.leading120 { line-height: 1.2; }

.leading140 { line-height: 1.4; }

.leading150 { line-height: 1.5; }