@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";
/* [project]/src/app/(main)/(brand-seller)/brand/BrandsPage.module.css [app-client] (css) */
.BrandsPage-module__ON4AVa__pageContainer {
  min-height: 100vh;
  background: linear-gradient(135deg, #fefdfb 0%, #fcfcfc 50%, #faf9f7 100%);
  font-family: Inter, sans-serif;
  position: relative;
}

.BrandsPage-module__ON4AVa__pageContainer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, #ffbb4e05 0%, #0000 50%), radial-gradient(circle at 80% 20%, #f74a4c04 0%, #0000 50%), radial-gradient(circle, #d03fc004 0%, #0000 40%);
  pointer-events: none;
  z-index: 1;
}

.BrandsPage-module__ON4AVa__loadingContainer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: linear-gradient(135deg, #fefdfb 0%, #fcfcfc 50%, #faf9f7 100%);
}

.BrandsPage-module__ON4AVa__loadingSpinner {
  width: 80px;
  height: 80px;
  color: #ffbb4e;
  filter: drop-shadow(0 4px 8px #ffbb4e4d);
}

.BrandsPage-module__ON4AVa__spinnerSvg {
  width: 100%;
  height: 100%;
}

.BrandsPage-module__ON4AVa__loadingText {
  font-family: Playfair Display, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #666;
  text-align: center;
}

.BrandsPage-module__ON4AVa__errorContainer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  text-align: center;
  background: linear-gradient(135deg, #fefdfb 0%, #fcfcfc 50%, #faf9f7 100%);
}

.BrandsPage-module__ON4AVa__errorIcon {
  color: #f74a4c;
  filter: drop-shadow(0 4px 8px #f74a4c33);
}

.BrandsPage-module__ON4AVa__errorTitle {
  font-family: Playfair Display, serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.BrandsPage-module__ON4AVa__errorMessage {
  font-size: 1rem;
  color: #666;
  max-width: 400px;
  line-height: 1.6;
  margin: 0;
}

.BrandsPage-module__ON4AVa__errorButton {
  background: linear-gradient(135deg, #ffbb4e 0%, #f74a4c 100%);
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 4px 16px #ffbb4e4d;
}

.BrandsPage-module__ON4AVa__errorButton:hover {
  box-shadow: 0 6px 20px #ffbb4e66;
}

.BrandsPage-module__ON4AVa__header {
  position: relative;
  background: linear-gradient(135deg, #ffbb4e14 0%, #f74a4c0a 50%, #d03fc00f 100%);
  padding: 6rem 2rem 4rem;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #fff3;
}

.BrandsPage-module__ON4AVa__headerTitle {
  font-family: Playfair Display, serif;
  font-size: 4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1rem;
  letter-spacing: -.02em;
  text-shadow: 0 2px 4px #00000005;
  position: relative;
  z-index: 3;
}

.BrandsPage-module__ON4AVa__headerDescription {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.BrandsPage-module__ON4AVa__toolbarContainer {
  background: #fffc;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid #fff9;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px #0000001a;
}

.BrandsPage-module__ON4AVa__toolbarContent {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.BrandsPage-module__ON4AVa__searchContainer {
  flex: 1;
  max-width: 500px;
}

.BrandsPage-module__ON4AVa__searchInputWrapper {
  position: relative;
  width: 100%;
}

.BrandsPage-module__ON4AVa__searchInput {
  width: 100%;
  background: #ffffffe6;
  border: 2px solid #e5e7eb99;
  border-radius: 16px;
  padding: 1rem 1.25rem 1rem 3.5rem;
  font-family: Inter, sans-serif;
  font-size: .95rem;
  color: #1a1a1a;
  transition: all .3s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px #00000005;
}

.BrandsPage-module__ON4AVa__searchInput:focus {
  outline: none;
  border-color: #ffbb4e99;
  background: #fff;
  box-shadow: 0 0 0 3px #ffbb4e1a, 0 4px 16px #ffbb4e14;
}

.BrandsPage-module__ON4AVa__searchInput::-moz-placeholder {
  color: #9ca3af;
}

.BrandsPage-module__ON4AVa__searchInput::placeholder {
  color: #9ca3af;
}

.BrandsPage-module__ON4AVa__searchIcon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #ffbb4e;
  pointer-events: none;
}

.BrandsPage-module__ON4AVa__viewControls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.BrandsPage-module__ON4AVa__viewToggle {
  display: flex;
  background: #ffffffe6;
  border: 1px solid #e5e7eb99;
  border-radius: 12px;
  padding: .25rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.BrandsPage-module__ON4AVa__viewButton {
  background: none;
  border: none;
  padding: .75rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.BrandsPage-module__ON4AVa__viewButton.BrandsPage-module__ON4AVa__activeView {
  background: linear-gradient(135deg, #ffbb4e 0%, #f74a4c 100%);
  color: #fff;
  box-shadow: 0 2px 8px #ffbb4e4d;
}

.BrandsPage-module__ON4AVa__filterButton {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: #ffffffe6;
  border: 1px solid #e5e7eb99;
  border-radius: 12px;
  padding: .875rem 1.25rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: .9rem;
  color: #666;
  cursor: pointer;
  transition: all .3s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.BrandsPage-module__ON4AVa__filterButton.BrandsPage-module__ON4AVa__activeFilter {
  background: linear-gradient(135deg, #ffbb4e 0%, #f74a4c 100%);
  color: #fff;
  border-color: #0000;
  box-shadow: 0 2px 8px #ffbb4e4d;
}

.BrandsPage-module__ON4AVa__filterPanel {
  overflow: hidden;
  background: #fffffff2;
  border-top: 1px solid #e5e7eb4d;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.BrandsPage-module__ON4AVa__filterContent {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
}

.BrandsPage-module__ON4AVa__filterTitle {
  font-family: Playfair Display, serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 1rem;
}

.BrandsPage-module__ON4AVa__letterFilters {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.BrandsPage-module__ON4AVa__letterButton {
  background: #fffc;
  border: 1px solid #e5e7eb99;
  border-radius: 8px;
  padding: .5rem .75rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: .9rem;
  color: #666;
  cursor: pointer;
  transition: all .3s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  min-width: 40px;
  text-align: center;
}

.BrandsPage-module__ON4AVa__letterButton:hover {
  background: #ffbb4e1a;
  border-color: #ffbb4e4d;
  color: #ffbb4e;
  transform: translateY(-1px);
}

.BrandsPage-module__ON4AVa__clearButton {
  background: #ef44441a;
  border: 1px solid #ef444433;
  border-radius: 8px;
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: .9rem;
  color: #dc2626;
  cursor: pointer;
  transition: all .3s;
}

.BrandsPage-module__ON4AVa__clearButton:hover {
  background: #ef444426;
  border-color: #ef44444d;
  transform: translateY(-1px);
}

.BrandsPage-module__ON4AVa__contentContainer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 2rem;
  position: relative;
  z-index: 2;
}

.BrandsPage-module__ON4AVa__emptyState {
  text-align: center;
  padding: 4rem 2rem;
  max-width: 500px;
  margin: 0 auto;
}

.BrandsPage-module__ON4AVa__emptyStateIcon {
  width: 120px;
  height: 120px;
  background: #fffc;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  box-shadow: 0 4px 16px #0000000a, 0 8px 32px #ffbb4e14;
  border: 1px solid #fff9;
  color: #ffbb4e;
}

.BrandsPage-module__ON4AVa__emptyStateTitle {
  font-family: Playfair Display, serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 1rem;
}

.BrandsPage-module__ON4AVa__emptyStateDescription {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0 0 2rem;
}

.BrandsPage-module__ON4AVa__emptyStateButton {
  background: linear-gradient(135deg, #ffbb4e 0%, #f74a4c 100%);
  color: #fff;
  border: none;
  padding: .875rem 1.75rem;
  border-radius: 12px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: .9rem;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 4px 16px #ffbb4e40;
}

.BrandsPage-module__ON4AVa__emptyStateButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #ffbb4e59;
}

.BrandsPage-module__ON4AVa__brandsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.BrandsPage-module__ON4AVa__brandCard {
  background: #fffc;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid #fff9;
  border-radius: 20px;
  padding: 2rem;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 4px 16px #0000000a, 0 8px 32px #ffbb4e0f;
  position: relative;
  overflow: hidden;
}

.BrandsPage-module__ON4AVa__brandCard:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0000 0%, #ffbb4e08 50%, #0000 100%);
  transition: left .6s;
  border-radius: 20px;
  pointer-events: none;
}

.BrandsPage-module__ON4AVa__brandCard:hover:before {
  left: 100%;
}

.BrandsPage-module__ON4AVa__brandCard:hover {
  border-color: #ffbb4e33;
  box-shadow: 0 8px 24px #00000014, 0 16px 48px #ffbb4e1f;
}

.BrandsPage-module__ON4AVa__brandCardImage {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffffe6;
  border: 1px solid #fff9;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.BrandsPage-module__ON4AVa__brandLogo {
  max-width: 60px;
  max-height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
}

.BrandsPage-module__ON4AVa__brandLogoPlaceholder {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffbb4e 0%, #f74a4c 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Playfair Display, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px #0000001a;
}

.BrandsPage-module__ON4AVa__brandCardContent {
  text-align: center;
}

.BrandsPage-module__ON4AVa__brandCardHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-bottom: .75rem;
}

.BrandsPage-module__ON4AVa__brandCardTitle {
  font-family: Playfair Display, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -.01em;
}

.BrandsPage-module__ON4AVa__brandVerifiedIcon {
  width: 18px;
  height: 18px;
  color: #16a34a;
  filter: drop-shadow(0 1px 2px #16a34a33);
}

.BrandsPage-module__ON4AVa__brandCardMeta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: .85rem;
  color: #666;
}

.BrandsPage-module__ON4AVa__brandCardMetaIcon {
  width: 14px;
  height: 14px;
  color: #ffbb4e;
}

.BrandsPage-module__ON4AVa__brandCardDescription {
  font-size: .9rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.BrandsPage-module__ON4AVa__brandsList {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.BrandsPage-module__ON4AVa__brandRow {
  background: #fffc;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid #fff9;
  border-radius: 16px;
  padding: 1.5rem;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 2px 8px #00000008, 0 4px 16px #ffbb4e0a;
  position: relative;
  overflow: hidden;
}

.BrandsPage-module__ON4AVa__brandRow:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0000 0%, #ffbb4e05 50%, #0000 100%);
  transition: left .6s;
  border-radius: 16px;
  pointer-events: none;
}

.BrandsPage-module__ON4AVa__brandRow:hover:before {
  left: 100%;
}

.BrandsPage-module__ON4AVa__brandRow:hover {
  border-color: #ffbb4e26;
  box-shadow: 0 4px 16px #0000000f, 0 8px 32px #ffbb4e14;
}

.BrandsPage-module__ON4AVa__brandRowContent {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 1.5rem;
  align-items: center;
}

.BrandsPage-module__ON4AVa__brandRowImage {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffffe6;
  border: 1px solid #fff9;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.BrandsPage-module__ON4AVa__brandRowLogo {
  max-width: 40px;
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 6px;
}

.BrandsPage-module__ON4AVa__brandRowLogoPlaceholder {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ffbb4e 0%, #f74a4c 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Playfair Display, serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px #0000001a;
}

.BrandsPage-module__ON4AVa__brandRowInfo {
  min-width: 0;
}

.BrandsPage-module__ON4AVa__brandRowHeader {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .5rem;
}

.BrandsPage-module__ON4AVa__brandRowTitle {
  font-family: Playfair Display, serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -.01em;
}

.BrandsPage-module__ON4AVa__brandRowBadge {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  background: #22c55e1a;
  border: 1px solid #22c55e33;
  border-radius: 6px;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  color: #16a34a;
}

.BrandsPage-module__ON4AVa__brandRowMeta {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .8rem;
  color: #666;
}

.BrandsPage-module__ON4AVa__brandRowMetaIcon {
  width: 12px;
  height: 12px;
  color: #ffbb4e;
}

.BrandsPage-module__ON4AVa__brandRowDescription {
  font-size: .85rem;
  color: #666;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.BrandsPage-module__ON4AVa__brandRowActions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .75rem;
}

.BrandsPage-module__ON4AVa__brandRowViewButton {
  background: linear-gradient(135deg, #ffbb4e 0%, #f74a4c 100%);
  color: #fff;
  border: none;
  padding: .5rem 1rem;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: .8rem;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 2px 8px #ffbb4e33;
}

.BrandsPage-module__ON4AVa__brandRowViewButton:hover {
  box-shadow: 0 4px 12px #ffbb4e4d;
}

.BrandsPage-module__ON4AVa__brandRowId {
  display: flex;
  align-items: center;
  gap: .25rem;
  font-size: .75rem;
  color: #9ca3af;
}

.BrandsPage-module__ON4AVa__brandRowIdIcon {
  width: 12px;
  height: 12px;
}

.BrandsPage-module__ON4AVa__modalOpen {
  overflow: hidden;
}

.BrandsPage-module__ON4AVa__modalOverlay {
  position: fixed;
  inset: 0;
  background: #1a1a1a99;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 1000;
  overflow-y: auto;
}

.BrandsPage-module__ON4AVa__modalContent {
  background: #fffffffa;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid #fffc;
  border-radius: 24px;
  max-width: 500px;
  width: 100%;
  max-height: calc(100vh - 4rem);
  overflow: hidden;
  box-shadow: 0 20px 60px #00000026, 0 8px 32px #ffbb4e33;
  position: relative;
  display: flex;
  flex-direction: column;
}

.BrandsPage-module__ON4AVa__modalCloseButton {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0000000d;
  border: none;
  cursor: pointer;
  color: #666;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.BrandsPage-module__ON4AVa__modalCloseButton:hover {
  background: #0000001a;
  color: #1a1a1a;
  transform: scale(1.1);
}

.BrandsPage-module__ON4AVa__modalHeader {
  background: linear-gradient(135deg, #ffbb4e14 0%, #f74a4c0a 50%, #d03fc00f 100%);
  padding: 3rem 2rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ffffff4d;
}

.BrandsPage-module__ON4AVa__modalLogoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.BrandsPage-module__ON4AVa__modalLogo {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 8px 24px #0000001f;
  border: 2px solid #ffffff4d;
}

.BrandsPage-module__ON4AVa__modalLogoPlaceholder {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #ffbb4e 0%, #f74a4c 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Playfair Display, serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 4px #0003;
  box-shadow: 0 12px 32px #ffbb4e59;
}

.BrandsPage-module__ON4AVa__modalBody {
  padding: 2rem;
  overflow-y: auto;
  flex-grow: 1;
}

.BrandsPage-module__ON4AVa__modalBrandHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.BrandsPage-module__ON4AVa__modalBrandTitle {
  font-family: Playfair Display, serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -.01em;
  text-align: center;
}

.BrandsPage-module__ON4AVa__modalBrandBadge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #22c55e1a;
  border: 1px solid #22c55e33;
  border-radius: 12px;
  padding: .5rem 1rem;
  font-size: .85rem;
  font-weight: 600;
  color: #16a34a;
}

.BrandsPage-module__ON4AVa__modalDescription {
  margin-bottom: 2rem;
}

.BrandsPage-module__ON4AVa__modalDescription p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

.BrandsPage-module__ON4AVa__modalInfoGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.BrandsPage-module__ON4AVa__modalInfoItem {
  background: #fffc;
  border: 1px solid #fff9;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.BrandsPage-module__ON4AVa__modalInfoLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-size: .85rem;
  font-weight: 500;
  color: #666;
  margin-bottom: .5rem;
}

.BrandsPage-module__ON4AVa__modalInfoIcon {
  width: 16px;
  height: 16px;
  color: #ffbb4e;
}

.BrandsPage-module__ON4AVa__modalInfoValue {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.BrandsPage-module__ON4AVa__modalFooter {
  text-align: center;
  padding: 1.5rem 2rem 2rem;
  border-top: 1px solid #fff3;
}

.BrandsPage-module__ON4AVa__modalButton {
  background: linear-gradient(135deg, #ffbb4e 0%, #f74a4c 100%);
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 4px 16px #ffbb4e4d;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.BrandsPage-module__ON4AVa__modalButton:hover {
  box-shadow: 0 6px 20px #ffbb4e66;
  transform: translateY(-2px);
}

@media (width <= 1024px) {
  .BrandsPage-module__ON4AVa__header {
    padding: 4rem 1.5rem 3rem;
  }

  .BrandsPage-module__ON4AVa__headerTitle {
    font-size: 3rem;
  }

  .BrandsPage-module__ON4AVa__headerDescription {
    font-size: 1.125rem;
  }

  .BrandsPage-module__ON4AVa__toolbarContent {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
  }

  .BrandsPage-module__ON4AVa__searchContainer {
    max-width: none;
  }

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

  .BrandsPage-module__ON4AVa__brandsGrid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .BrandsPage-module__ON4AVa__brandRowContent {
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
  }

  .BrandsPage-module__ON4AVa__brandRowActions {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb4d;
  }

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

@media (width <= 768px) {
  .BrandsPage-module__ON4AVa__header {
    padding: 3rem 1rem 2rem;
  }

  .BrandsPage-module__ON4AVa__headerTitle {
    font-size: 2.5rem;
  }

  .BrandsPage-module__ON4AVa__headerDescription {
    font-size: 1rem;
  }

  .BrandsPage-module__ON4AVa__toolbarContent {
    padding: 1rem;
  }

  .BrandsPage-module__ON4AVa__filterContent {
    padding: 1rem;
  }

  .BrandsPage-module__ON4AVa__contentContainer {
    padding: 2rem 1rem;
  }

  .BrandsPage-module__ON4AVa__brandsGrid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .BrandsPage-module__ON4AVa__brandCard, .BrandsPage-module__ON4AVa__brandRow {
    padding: 1.5rem;
  }

  .BrandsPage-module__ON4AVa__brandRowContent {
    grid-template-columns: 50px 1fr;
    gap: 1rem;
  }

  .BrandsPage-module__ON4AVa__brandRowImage {
    width: 50px;
    height: 50px;
  }

  .BrandsPage-module__ON4AVa__brandRowLogo {
    max-width: 30px;
    max-height: 30px;
  }

  .BrandsPage-module__ON4AVa__brandRowLogoPlaceholder {
    width: 30px;
    height: 30px;
    font-size: .875rem;
  }

  .BrandsPage-module__ON4AVa__brandRowTitle {
    font-size: 1rem;
  }

  .BrandsPage-module__ON4AVa__modalOverlay {
    padding: 1rem;
  }

  .BrandsPage-module__ON4AVa__modalContent {
    max-height: calc(100vh - 2rem);
  }

  .BrandsPage-module__ON4AVa__modalHeader {
    padding: 2.5rem 1.5rem 1.5rem;
  }

  .BrandsPage-module__ON4AVa__modalBody {
    padding: 1.5rem;
  }

  .BrandsPage-module__ON4AVa__modalFooter {
    padding: 1rem 1.5rem 1.5rem;
  }

  .BrandsPage-module__ON4AVa__modalLogoContainer, .BrandsPage-module__ON4AVa__modalLogo, .BrandsPage-module__ON4AVa__modalLogoPlaceholder {
    width: 100px;
    height: 100px;
  }

  .BrandsPage-module__ON4AVa__modalLogoPlaceholder {
    font-size: 2rem;
  }

  .BrandsPage-module__ON4AVa__modalBrandTitle {
    font-size: 1.5rem;
  }

  .BrandsPage-module__ON4AVa__modalBrandHeader {
    flex-direction: column;
    gap: .75rem;
  }
}

@media (width <= 480px) {
  .BrandsPage-module__ON4AVa__headerTitle {
    font-size: 2rem;
  }

  .BrandsPage-module__ON4AVa__headerDescription {
    font-size: .9rem;
  }

  .BrandsPage-module__ON4AVa__searchInput {
    padding: .875rem 1rem .875rem 3rem;
    font-size: .9rem;
  }

  .BrandsPage-module__ON4AVa__filterButton {
    padding: .75rem 1rem;
    font-size: .85rem;
  }

  .BrandsPage-module__ON4AVa__viewButton {
    padding: .625rem;
  }

  .BrandsPage-module__ON4AVa__modalOverlay {
    padding: .5rem;
  }

  .BrandsPage-module__ON4AVa__modalContent {
    max-height: calc(100vh - 1rem);
    border-radius: 20px;
  }

  .BrandsPage-module__ON4AVa__modalHeader {
    padding: 2rem 1rem 1rem;
  }

  .BrandsPage-module__ON4AVa__modalBody {
    padding: 1.25rem;
  }

  .BrandsPage-module__ON4AVa__modalFooter {
    padding: 1rem 1.25rem 1.25rem;
  }

  .BrandsPage-module__ON4AVa__modalLogoContainer, .BrandsPage-module__ON4AVa__modalLogo, .BrandsPage-module__ON4AVa__modalLogoPlaceholder {
    width: 80px;
    height: 80px;
  }

  .BrandsPage-module__ON4AVa__modalLogoPlaceholder {
    font-size: 1.5rem;
  }

  .BrandsPage-module__ON4AVa__modalBrandTitle {
    font-size: 1.25rem;
  }

  .BrandsPage-module__ON4AVa__modalButton {
    padding: .875rem 1.5rem;
    font-size: .9rem;
  }

  .BrandsPage-module__ON4AVa__modalCloseButton {
    top: .75rem;
    right: .75rem;
    width: 32px;
    height: 32px;
  }
}


/* [project]/src/app/(main)/(brand-seller)/brand/AnimatedHeaderBackground.module.css [app-client] (css) */
.AnimatedHeaderBackground-module__4rBsNW__container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.AnimatedHeaderBackground-module__4rBsNW__floatingElement {
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
}

.AnimatedHeaderBackground-module__4rBsNW__backgroundText {
  position: absolute;
  color: #fff;
  font-weight: 800;
  font-size: 6rem;
  opacity: .05;
  letter-spacing: .1em;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.AnimatedHeaderBackground-module__4rBsNW__gradientOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #f97316, #ea580c);
  mix-blend-mode: overlay;
}

@keyframes AnimatedHeaderBackground-module__4rBsNW__float {
  0% {
    transform: translateY(0)translateX(0);
  }

  50% {
    transform: translateY(-30px)translateX(10px);
  }

  100% {
    transform: translateY(0)translateX(0);
  }
}

@keyframes AnimatedHeaderBackground-module__4rBsNW__pulse {
  0% {
    opacity: var(--base-opacity);
    transform: scale(1);
  }

  50% {
    opacity: calc(var(--base-opacity)  + .1);
    transform: scale(1.1);
  }

  100% {
    opacity: var(--base-opacity);
    transform: scale(1);
  }
}

@media (width <= 768px) {
  .AnimatedHeaderBackground-module__4rBsNW__backgroundText {
    font-size: 4rem;
  }
}

@media (width <= 480px) {
  .AnimatedHeaderBackground-module__4rBsNW__backgroundText {
    font-size: 3rem;
  }
}


/*# sourceMappingURL=src_app_%28main%29_%28brand-seller%29_brand_cd7b65._.css.map*/
