.gfe-react-auth-menu {
  position: fixed;
  z-index: 100000;
  width: 178px;
  padding: 8px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
  backdrop-filter: blur(14px);
}

body {
  overflow-x: hidden;
}

body.gfe-reacthome-ready {
  background: #f7fbff;
}

body.gfe-reacthome-ready header + div [class*="h-screen"],
body.gfe-reacthome-ready main > section:first-of-type,
body.gfe-reacthome-ready body > section:first-of-type {
  min-height: 560px !important;
}

@media (min-width: 1024px) {
  body.gfe-reacthome-ready header + div [class*="h-screen"] {
    height: min(720px, calc(100vh - 122px)) !important;
  }

  body.gfe-reacthome-ready header + div h1 {
    max-width: 760px;
    font-size: clamp(42px, 4.2vw, 72px) !important;
    line-height: 1.08 !important;
  }

  body.gfe-reacthome-ready header + div p {
    max-width: 720px;
  }
}

body.gfe-reacthome-ready img[alt="India's #1 B2B Marketplace"],
body.gfe-reacthome-ready img[alt="Global Export Hub"],
body.gfe-reacthome-ready img[alt="Smart Import Solutions"],
body.gfe-reacthome-ready img[alt="Wholesale Trading"],
body.gfe-reacthome-ready img[alt="Manufacturer Connect"] {
  display: block !important;
  width: clamp(92px, 10vw, 156px) !important;
  height: clamp(82px, 9vw, 148px) !important;
  object-fit: cover !important;
  flex: 0 0 auto !important;
}

body.gfe-reacthome-ready img[data-gfe-showcase-image] {
  object-fit: cover !important;
}

.gfe-hero-rail {
  animation: gfeHeroRail 44s linear infinite;
}

.gfe-hero-rail:hover {
  animation-play-state: paused;
}

.gfe-hero-card {
  position: relative;
  width: 160px;
  height: 224px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #0f172a;
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.22);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gfe-hero-card:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 28px 52px rgba(15, 23, 42, 0.28);
}

.gfe-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gfe-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08), transparent);
}

.gfe-hero-card span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes gfeHeroRail {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-880px);
  }
}

body > section:first-of-type,
main > section:first-of-type {
  min-height: calc(100vh - 128px);
}

body > section:first-of-type h1,
main > section:first-of-type h1 {
  overflow: visible;
  text-wrap: balance;
}

video:not([controls]) {
  pointer-events: auto;
}

video[data-gfe-poster-ready="1"] {
  background-repeat: no-repeat;
}

video.gfe-video-load-failed {
  opacity: 0;
}

.gfe-search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 100002;
  display: none;
  max-height: 360px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid #d7deea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.2);
}

form:has(.gfe-search-suggestions) {
  position: relative;
}

.gfe-search-type {
  align-self: stretch;
  min-width: 138px;
  padding: 0 36px 0 22px;
  border: 0;
  border-right: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px 0 0 999px;
  background: transparent;
  color: #e5edf9;
  font-size: 16px;
  font-weight: 800;
  outline: 0;
  cursor: pointer;
}

.gfe-search-type option {
  color: #0f172a;
  background: #fff;
}

.gfe-search-suggestions.is-visible {
  display: block;
}

.gfe-search-suggestions a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #0f172a;
  text-decoration: none;
}

.gfe-search-suggestions a:hover {
  background: #f0f9ff;
}

.gfe-search-suggestions span {
  flex: 0 0 auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 11px;
  font-weight: 800;
}

.gfe-search-suggestions strong {
  min-width: 0;
  overflow: hidden;
  color: #0f172a;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gfe-search-empty {
  padding: 14px;
  color: #64748b;
  font-size: 13px;
  text-align: center;
}

.gfe-dynamic-hidden {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.gfe-faq-original-hidden {
  display: none !important;
}

#chatbot-box {
  position: fixed;
  right: 24px;
  bottom: 94px;
  z-index: 999999;
  display: none;
  width: min(380px, calc(100vw - 32px));
  height: min(560px, calc(100vh - 120px));
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.32);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#chatbot-box.show {
  opacity: 1;
  transform: translateY(0);
}

#chatbot-box .gp-chatbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f8fafc;
  color: #0f172a;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button.gfe-chat-toggle,
a.gfe-chat-toggle {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 999999 !important;
  width: 56px !important;
  height: 56px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: linear-gradient(135deg, #2563eb, #1e40af) !important;
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.32) !important;
  cursor: pointer !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

button.gfe-chat-toggle:hover,
a.gfe-chat-toggle:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 22px 46px rgba(37, 99, 235, 0.38) !important;
}

button.gfe-chat-toggle svg,
a.gfe-chat-toggle svg {
  width: 25px !important;
  height: 25px !important;
}

#chatbot-box * {
  box-sizing: border-box;
}

#chatbot-box .d-flex {
  display: flex;
}

#chatbot-box .justify-content-between {
  justify-content: space-between;
}

#chatbot-box .align-items-center {
  align-items: center;
}

#chatbot-box .text-center {
  text-align: center;
}

#chatbot-box .text-muted {
  color: #64748b;
}

#chatbot-box .text-danger {
  color: #dc2626;
}

#chatbot-box .small {
  font-size: 12px;
}

#chatbot-box .fw-bold {
  font-weight: 800;
}

#chatbot-box .p-3 {
  padding: 16px;
}

#chatbot-box .mt-1 {
  margin-top: 4px;
}

#chatbot-box .mt-2 {
  margin-top: 8px;
}

#chatbot-box .mt-3 {
  margin-top: 12px;
}

#chatbot-box .mt-5 {
  margin-top: 40px;
}

#chatbot-box .mb-2 {
  margin-bottom: 8px;
}

#chatbot-box .w-100 {
  width: 100%;
}

#chatbot-box .form-control {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  color: #0f172a;
  outline: 0;
  font: inherit;
}

#chatbot-box .form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

#chatbot-box .btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  padding: 0 14px;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

#chatbot-box .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1e40af);
}

#chatbot-box .gp-chat-header {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #1e40af);
}

#chatbot-box .gp-bot-avatar {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1d4ed8;
  background: #fff;
  font-size: 0;
}

#chatbot-box .gp-bot-avatar::before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a2 2 0 0 1 2 2v1h3a3 3 0 0 1 3 3v7a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5V8a3 3 0 0 1 3-3h3V4a2 2 0 0 1 2-2Zm-4 9.5A1.5 1.5 0 1 0 8 8.5a1.5 1.5 0 0 0 0 3Zm8 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3ZM9 15h6v-2H9v2Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a2 2 0 0 1 2 2v1h3a3 3 0 0 1 3 3v7a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5V8a3 3 0 0 1 3-3h3V4a2 2 0 0 1 2-2Zm-4 9.5A1.5 1.5 0 1 0 8 8.5a1.5 1.5 0 0 0 0 3Zm8 0a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3ZM9 15h6v-2H9v2Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

#chatbot-box .gp-title {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

#chatbot-box .gp-status {
  color: #dbeafe;
  font-size: 0;
}

#chatbot-box .gp-status::before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.22);
  vertical-align: middle;
}

#chatbot-box .gp-status::after {
  content: "Available now - Smart assistance";
  font-size: 12px;
  vertical-align: middle;
}

#chatbot-box .gp-close-btn {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: transparent;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
  position: relative;
}

#chatbot-box .gp-close-btn::before,
#chatbot-box .gp-close-btn::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

#chatbot-box .gp-close-btn::before {
  transform: rotate(45deg);
}

#chatbot-box .gp-close-btn::after {
  transform: rotate(-45deg);
}

#chatbot-box .gp-chat-messages {
  flex: 1 1 auto;
  min-height: 0;
  padding: 14px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

#chatbot-box .gp-msg {
  max-width: 82%;
  padding: 10px 12px;
  border-radius: 15px;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

#chatbot-box .gp-msg.bot {
  align-self: flex-start;
  color: #0f172a;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-bottom-left-radius: 5px;
}

#chatbot-box .gp-msg.user {
  align-self: flex-end;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #0891b2);
  border-bottom-right-radius: 5px;
}

#chatbot-box .gp-suggestion,
#chatbot-box .suggest-item {
  padding: 8px 10px;
  border-radius: 11px;
  background: #eef6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  cursor: pointer;
  font-size: 12px;
}

#chatbot-box .gp-auto-suggest {
  flex: 0 0 auto;
  max-height: 145px;
  overflow-y: auto;
  padding: 10px 14px;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}

#chatbot-box .suggest-section {
  display: grid;
  gap: 7px;
  margin-bottom: 8px;
}

#chatbot-box .suggest-section small {
  color: #64748b;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 10px;
}

#chatbot-box .gp-product-card {
  align-self: flex-start;
  width: 92%;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

#chatbot-box .gp-chat-input {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}

#chatbot-box .gp-chat-input input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #cbd5e1;
  border-radius: 13px;
  color: #0f172a;
  outline: 0;
  font-size: 14px;
}

#chatbot-box .gp-chat-input input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

#chatbot-box .gp-chat-input button {
  width: 44px;
  height: 42px;
  border: 0;
  border-radius: 13px;
  color: transparent;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  cursor: pointer;
  position: relative;
}

#chatbot-box .gp-chat-input button::before {
  content: "";
  position: absolute;
  inset: 11px 10px 11px 13px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 18% 50%);
}

#chatbot-box .typing span {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 2px;
  border-radius: 50%;
  background: #94a3b8;
  animation: typingPulse 1s infinite ease-in-out;
}

#chatbot-box .typing span:nth-child(2) {
  animation-delay: 0.14s;
}

#chatbot-box .typing span:nth-child(3) {
  animation-delay: 0.28s;
}

@keyframes typingPulse {
  50% {
    transform: translateY(-3px);
    opacity: 0.45;
  }
}

.gfe-dynamic-marketplace {
  margin-top: 28px;
}

.gfe-original-feature-banner {
  max-height: 230px;
}

.gfe-original-feature-banner img {
  max-height: 230px !important;
  object-fit: cover;
}

.gfe-feature-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  min-height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background: #111827;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

.gfe-feature-strip img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.gfe-feature-strip > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  color: #fff;
}

.gfe-feature-strip span,
.gfe-card-chip {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecfeff;
  color: #0369a1;
  font-size: 11px;
  font-weight: 900;
}

.gfe-feature-strip span {
  background: rgba(16, 185, 129, 0.16);
  color: #a7f3d0;
}

.gfe-feature-strip h3,
.gfe-market-card h3 {
  margin: 0;
  color: inherit;
  font-weight: 900;
}

.gfe-feature-strip h3 {
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.05;
}

.gfe-feature-strip p {
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, 0.78);
}

.gfe-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.gfe-supplier-carousel {
  position: relative;
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
}

.gfe-product-carousel {
  position: relative;
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
}

.gfe-supplier-carousel::before,
.gfe-supplier-carousel::after,
.gfe-product-carousel::before,
.gfe-product-carousel::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 56px;
  content: "";
  pointer-events: none;
}

.gfe-supplier-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #f8fafc, rgba(248, 250, 252, 0));
}

.gfe-product-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #f8fafc, rgba(248, 250, 252, 0));
}

.gfe-supplier-carousel::after,
.gfe-product-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #f8fafc, rgba(248, 250, 252, 0));
}

.gfe-supplier-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: gfeSupplierScroll 34s linear infinite;
}

.gfe-product-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: gfeProductScroll 36s linear infinite;
}

.gfe-supplier-carousel:hover .gfe-supplier-track,
.gfe-product-carousel:hover .gfe-product-track {
  animation-play-state: paused;
}

.gfe-supplier-track .gfe-market-card {
  flex: 0 0 clamp(260px, 25vw, 340px);
}

.gfe-product-track .gfe-market-card {
  flex: 0 0 clamp(280px, 24vw, 360px);
}

.gfe-supplier-track .gfe-market-card:hover,
.gfe-product-track .gfe-market-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

@keyframes gfeSupplierScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

@keyframes gfeProductScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

.gfe-product-filter-active {
  background: #059669 !important;
  color: #fff !important;
  border-color: #059669 !important;
  box-shadow: 0 10px 22px rgba(5, 150, 105, 0.2);
}

.gfe-product-empty {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background: #fff;
  color: #475569;
  text-align: center;
}

.gfe-product-empty a {
  display: inline-flex;
  margin-left: 8px;
  color: #0369a1;
  font-weight: 900;
}

.gfe-market-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.gfe-card-image-link {
  display: block;
}

.gfe-market-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: linear-gradient(135deg, #e0f2fe, #ccfbf1);
}

.gfe-supplier-card img {
  height: 132px;
}

.gfe-card-body {
  padding: 14px;
}

.gfe-market-card h3 {
  display: -webkit-box;
  min-height: 42px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gfe-market-card p {
  min-height: 36px;
  margin: 8px 0 10px;
  overflow-wrap: anywhere;
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
}

.gfe-card-meta {
  display: grid;
  gap: 3px;
}

.gfe-card-meta strong {
  color: #047857;
  font-size: 15px;
}

.gfe-card-meta small {
  overflow: hidden;
  color: #7c3aed;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gfe-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.gfe-card-actions a,
.gfe-section-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 8px;
  background: #172033;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.gfe-card-actions a.is-secondary {
  border: 1px solid #dbe4f0;
  background: #fff;
  color: #172033;
}

.gfe-section-action {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.gfe-faq-list {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto;
}

.gfe-faq-item {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

.gfe-faq-item + .gfe-faq-item {
  margin-top: 10px;
}

.gfe-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  padding: 16px 18px;
  color: #0f172a;
  font-weight: 900;
  text-align: left;
}

.gfe-faq-question strong {
  flex: 0 0 auto;
  color: #0284c7;
  font-size: 20px;
}

.gfe-faq-answer {
  display: none;
  padding: 0 18px 16px;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

.gfe-faq-item.is-open .gfe-faq-answer {
  display: block;
}

.gfe-trade-events-dynamic {
  display: grid;
  gap: 24px;
}

.gfe-trade-event-card {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid #dbe4ef;
  border-radius: 14px;
  background: #fff;
  color: #172033;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.gfe-trade-event-card:hover {
  transform: translateY(-3px);
  border-color: #94d9b8;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
}

.gfe-trade-event-card img {
  width: 100%;
  height: 154px;
  object-fit: cover;
  border-radius: 12px;
  background: #e2e8f0;
}

.gfe-trade-event-copy {
  min-width: 0;
}

.gfe-trade-event-topline,
.gfe-trade-event-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.gfe-trade-event-topline span,
.gfe-trade-event-topline strong,
.gfe-trade-event-pills span {
  border-radius: 999px;
  background: #f1f5f9;
  color: #49627f;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 9px;
}

.gfe-trade-event-topline strong {
  margin-left: auto;
  background: #fef9c3;
  color: #334155;
}

.gfe-trade-event-copy h3 {
  margin: 10px 0 8px;
  color: #172033;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}

.gfe-trade-event-copy p {
  margin: 0 0 10px;
  color: #667c99;
  font-size: 15px;
  line-height: 1.55;
}

.gfe-trade-event-copy .gfe-trade-event-meta {
  color: #5f7592;
  font-weight: 600;
}

.gfe-trade-desc-clamp {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.2em;
  overflow: hidden !important;
}

.gfe-static-event-hidden {
  display: none !important;
}

.gfe-mobile-app-sticky {
  position: sticky !important;
  top: 128px !important;
  align-self: flex-start;
  z-index: 2;
}

.gfe-side-rail {
  top: 56% !important;
  z-index: 100000 !important;
  max-width: min(92vw, 390px);
  pointer-events: none;
  transform: none !important;
}

.gfe-side-rail > * {
  pointer-events: auto;
}

.gfe-side-panel {
  position: fixed !important;
  top: 170px !important;
  left: 74px !important;
  width: min(380px, calc(100vw - 92px)) !important;
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  z-index: 100001 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-24px) scale(0.96) !important;
}

.gfe-side-panel.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}

.gfe-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.gfe-popup-head {
  padding: 14px 14px 12px;
  background: linear-gradient(120deg, #0a1a3a, #0f2555);
  color: #fff;
}

.gfe-popup-kicker {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #cbd5e1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gfe-popup-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #60a5fa;
}

.gfe-popup-head h3 {
  margin: 6px 0 12px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.gfe-popup-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.gfe-popup-tabs button {
  border: 0;
  border-radius: 8px;
  padding: 9px 8px;
  background: rgba(255,255,255,0.12);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.gfe-popup-tabs button.is-active {
  background: linear-gradient(90deg, #2586ff, #00a9d6);
  color: #fff;
}

.gfe-popup-body {
  padding: 12px;
  background: #fff;
}

.gfe-popup-event-list {
  display: grid;
  gap: 12px;
}

.gfe-popup-event-card {
  display: block;
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  background: #f8fafc;
  color: #172033;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.09);
  cursor: pointer;
}

.gfe-popup-event-image {
  position: relative;
  height: 118px;
}

.gfe-popup-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gfe-popup-event-image span,
.gfe-popup-event-image strong {
  position: absolute;
  bottom: 8px;
  left: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: #334155;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 8px;
}

.gfe-popup-event-image strong {
  left: auto;
  right: 8px;
  top: 8px;
  bottom: auto;
  background: #fef9c3;
}

.gfe-popup-event-body {
  padding: 12px;
}

.gfe-popup-event-body h4 {
  margin: 0 0 8px;
  color: #172033;
  font-size: 15px;
  font-weight: 900;
}

.gfe-popup-event-body p {
  margin: 0 0 6px;
  color: #60758f;
  font-size: 12px;
}

.gfe-popup-event-body small {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 8px;
  color: #667c99;
  font-size: 11px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gfe-popup-event-body em {
  display: inline-flex;
  margin-top: 8px;
  color: #2563eb;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.gfe-popup-primary {
  display: block;
  margin-top: 12px;
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(90deg, #2586ff, #00a9d6);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.gfe-popup-app {
  text-align: center;
}

.gfe-popup-phone {
  width: 155px;
  min-height: 155px;
  margin: 4px auto 14px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: #0f1f3d;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.2);
}

.gfe-popup-phone img {
  width: 116px;
  max-width: 80%;
  border-radius: 10px;
  background: #fff;
}

.gfe-popup-app h4 {
  margin: 0 0 8px;
  color: #172033;
  font-size: 18px;
  font-weight: 900;
}

.gfe-popup-app p {
  margin: 0 auto 14px;
  color: #60758f;
  font-size: 13px;
  line-height: 1.55;
}

.gfe-popup-app-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.gfe-popup-app-actions a {
  border-radius: 10px;
  padding: 10px 8px;
  background: #edf6ff;
  color: #1d5f9f;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.gfe-popup-app-actions a:last-child {
  background: #e8fbf0;
  color: #087a4b;
}

@media (max-width: 900px) {
  .gfe-mobile-app-sticky {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 640px) {
  .gfe-trade-event-card {
    grid-template-columns: 1fr;
  }

  .gfe-trade-event-card img {
    height: 180px;
  }
}

.gfe-react-auth-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: #172033;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.gfe-react-auth-menu a:hover {
  color: #075985;
  background: #e0f2fe;
  transform: translateX(2px);
}

.gfe-react-category-menu {
  position: fixed;
  z-index: 100000;
  display: grid;
  grid-template-columns: minmax(280px, 350px) minmax(260px, 300px) minmax(260px, 300px);
  width: min(960px, calc(100vw - 24px));
  max-height: min(560px, calc(100vh - 140px));
  border: 1px solid #d7deea;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.22);
  overflow: hidden;
  color: #0f172a;
}

.gfe-cat-column {
  min-height: 420px;
  max-height: min(560px, calc(100vh - 140px));
  background: #fff;
  overflow-y: auto;
}

.gfe-cat-main {
  border-right: 1px solid #d7deea;
}

.gfe-cat-sub,
.gfe-cat-subsub {
  border-right: 1px solid #e6ebf3;
}

.gfe-cat-subsub {
  display: none;
  border-right: 0;
}

.gfe-cat-subsub.is-visible {
  display: block;
}

.gfe-cat-list {
  padding: 18px 34px;
}

.gfe-cat-panel-title {
  margin: 18px 24px 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d7deea;
  color: #1e293b;
  font-size: 18px;
  font-weight: 800;
}

.gfe-cat-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  border-bottom: 1px solid #d7deea;
  color: #020617;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.gfe-cat-item:hover,
.gfe-cat-item:focus {
  color: #2563eb;
  background: #f8fbff;
  transform: translateX(2px);
}

.gfe-cat-icon {
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  color: #3b73f6;
  font-size: 21px;
}

.gfe-cat-icon:empty::before,
.gfe-cat-icon i:empty::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #3b73f6;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.42);
}

.gfe-cat-name {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.gfe-cat-arrow {
  margin-left: auto;
  color: #334155;
  font-size: 36px;
  line-height: 1;
}

.gfe-subcat-item,
.gfe-subsubcat-item {
  min-height: 48px;
  gap: 10px;
  font-size: 15px;
}

.gfe-subcat-item .gfe-cat-arrow {
  font-size: 25px;
}

.gfe-cat-empty {
  padding: 18px;
  color: #64748b;
  font-size: 14px;
}

@media (max-width: 880px) {
  .gfe-react-category-menu {
    grid-template-columns: 1fr;
    top: 120px !important;
    left: 12px !important;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
  }

  .gfe-cat-column {
    min-height: auto;
    max-height: none;
    overflow: visible;
    border-right: 0;
  }

  .gfe-cat-sub,
  .gfe-cat-subsub {
    border-top: 1px solid #e6ebf3;
  }

  .gfe-cat-list {
    padding: 12px 20px;
  }

  .gfe-cat-item {
    min-height: 56px;
    font-size: 16px;
  }
}

@media (max-width: 1120px) {
  .gfe-market-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body > section:first-of-type,
  main > section:first-of-type {
    min-height: auto;
  }

  .gfe-feature-strip {
    grid-template-columns: 1fr;
  }

  .gfe-feature-strip > div {
    padding: 22px;
  }

  .gfe-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gfe-supplier-track .gfe-market-card {
    flex-basis: 300px;
  }

  .gfe-product-track .gfe-market-card {
    flex-basis: 320px;
  }

  .gfe-market-card img {
    height: 128px;
  }
}

@media (max-width: 520px) {
  .gfe-search-type {
    min-width: 104px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .gfe-market-grid {
    grid-template-columns: 1fr;
  }

  .gfe-supplier-carousel {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .gfe-product-carousel {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .gfe-supplier-carousel::before,
  .gfe-supplier-carousel::after,
  .gfe-product-carousel::before,
  .gfe-product-carousel::after {
    display: none;
  }

  .gfe-supplier-track,
  .gfe-product-track {
    animation: none;
  }

  .gfe-supplier-track .gfe-market-card {
    flex-basis: 280px;
  }

  .gfe-product-track .gfe-market-card {
    flex-basis: 290px;
  }

  .gfe-side-rail {
    top: auto !important;
    bottom: 88px !important;
    transform: none !important;
  }
}
