/* Sole Mega Menu â€” Sole Pay tarzÄ± (header altÄ±, sekmeli paneller) */

html {
  scrollbar-gutter: stable;
}

.sole-mega-menu {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: flex-start;
  justify-content: center;
  /* MenÃ¼ Ã§ubuÄŸunun hemen altÄ± (--sole-mega-menu-header-offset head.php :rootâ€™ta) */
  padding: calc(var(--sole-mega-menu-header-offset, 118px) + var(--sole-mega-menu-below-gap, 10px)) 1.25rem 1.25rem;
  box-sizing: border-box;
  pointer-events: none;
}

.sole-mega-menu.sole-mega-menu-open {
  display: flex;
  pointer-events: none;
}

@media (min-width: 992px) {
  .sole-mega-menu.sole-mega-menu-open {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: clamp(1rem, 5vw, 5rem);
    padding-right: 1.25rem;
  }

  .sole-nav-modal.sole-mega-menu-open {
    justify-content: flex-end;
    padding-left: clamp(2.5rem, 10vw, 11rem);
    padding-right: clamp(1rem, 5vw, 5rem);
  }

  .sole-mega-menu.sole-mega-menu--flow {
    position: absolute;
    inset: auto 0 auto 0;
    top: var(--sole-mega-menu-page-top, 0px);
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .sole-mega-menu {
    padding-top: calc(var(--sole-mega-menu-header-offset-mobile, 102px) + var(--sole-mega-menu-below-gap, 8px));
  }

  .sole-mega-menu__backdrop {
    top: calc(var(--sole-mega-menu-header-offset-mobile, 102px) + var(--sole-mega-menu-below-gap, 8px));
  }
}

.sole-mega-menu__backdrop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: calc(var(--sole-mega-menu-header-offset, 118px) + var(--sole-mega-menu-below-gap, 10px));
  background: rgba(15, 15, 18, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.sole-mega-menu__dialog {
  position: relative;
  width: min(920px, calc(100vw - 2.5rem));
  max-height: min(
    calc(100vh - var(--sole-mega-menu-header-offset, 118px) - var(--sole-mega-menu-below-gap, 10px) - 1.5rem),
    640px
  );
  overflow: auto;
  margin: 0;
  background: #ffffff;
  color: #0a0a0b;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.06);
  pointer-events: auto;
  -webkit-font-smoothing: antialiased;
}

.sole-mega-menu__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sole-mega-menu__close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #52525b;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.sole-mega-menu__close:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #0a0a0b;
}

.sole-mega-menu__body {
  padding: 1.85rem 2rem 2rem;
  padding-top: 2.35rem;
}

.sole-mega-menu-panel__layout {
  display: flex;
  align-items: stretch;
  gap: 0;
}

/* Sol ÅŸerit â€” kartla aynÄ± beyaz zemin */
.sole-mega-menu-panel__left {
  flex: 0 0 30%;
  max-width: 270px;
  min-width: 0;
  margin: 0;
  padding: 0.35rem 0;
  padding-right: 1.25rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.sole-mega-menu-panel__tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 0.65rem 0.5rem 0.65rem 0.65rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #71717a;
  text-align: left;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.sole-mega-menu-panel__tab:hover {
  color: #3f3f46;
  background: rgba(0, 0, 0, 0.04);
}

.sole-mega-menu-panel__tab.is-active {
  font-weight: 700;
  color: #0a0a0b;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.sole-mega-menu-panel__tab-chev {
  flex-shrink: 0;
  position: relative;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  color: #a1a1aa;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.sole-mega-menu-panel__tab-chev::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 4.5L12.5 10L7 15.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 4.5L12.5 10L7 15.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sole-mega-menu-panel__tab.is-active .sole-mega-menu-panel__tab-chev {
  opacity: 1;
  color: #52525b;
}

.sole-mega-menu-panel__right {
  flex: 1 1 70%;
  min-width: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 1.75rem;
}

.sole-mega-menu-panel__pane:not(.is-active) {
  display: none;
}

.sole-nav-modal .sole-mega-menu__dialog {
  width: min(1280px, calc(100vw - clamp(2.5rem, 10vw, 11rem) - clamp(1rem, 5vw, 5rem)));
  max-height: min(
    calc(100vh - var(--sole-mega-menu-header-offset, 118px) - var(--sole-mega-menu-below-gap, 10px) - 1.5rem),
    720px
  );
}

.sole-nav-modal .sole-nav-modal__body {
  padding: 1.2rem 1.4rem 1.35rem;
  padding-top: 1.75rem;
}

.sole-nav-modal .sole-mega-menu-panel__layout {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.9rem;
}

.sole-nav-modal .sole-mega-menu-panel__left {
  flex: 0 0 210px;
  max-width: 210px;
  width: 210px;
  padding: 0.35rem 0;
  padding-right: 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: flex-start;
  gap: 0.2rem;
  background: transparent;
}

.sole-nav-modal .sole-mega-menu-panel__tab {
  flex: none;
  width: 100%;
  min-width: 0;
  padding: 0.8rem 0.75rem 0.8rem 0.9rem;
  border-radius: 14px;
}

.sole-nav-modal .sole-mega-menu-panel__tab-chev {
  display: inline-flex;
}

.sole-nav-modal .sole-mega-menu-panel__right {
  border-left: 1px solid rgba(17, 24, 39, 0.08);
  padding-left: 1.5rem;
  padding-top: 0;
}

.sole-nav-modal .sole-mega-menu-panel__pane {
  min-width: 0;
}

.sole-nav-modal .sole-nav-mega {
  grid-template-columns: 1fr;
  gap: 0.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.sole-nav-modal .sole-nav-mega__aside,
.sole-nav-modal .sole-nav-mega__intro,
.sole-nav-modal .sole-nav-mega__highlights {
  display: none;
}

.sole-nav-modal .sole-nav-mega__main {
  padding: 0;
  gap: 0.8rem;
}

.sole-nav-modal .sole-nav-mega__panel-intro {
  width: 100%;
  max-width: none;
  padding: 0.1rem 0.1rem 1rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.sole-nav-modal .sole-nav-mega__panel-title {
  margin: 0;
  color: #111827;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
}

.sole-nav-modal .sole-nav-mega__panel-body {
  margin: 0.45rem 0 0;
  max-width: 720px;
  color: #5b6474;
  font-size: 0.93rem;
  line-height: 1.6;
}

.sole-nav-modal .sole-mega-menu-panel__tab,
.sole-nav-modal .sole-mega-menu-panel__tab-chev,
.sole-nav-modal .sole-nav-mega__card,
.sole-nav-modal .sole-nav-mega__highlight,
.sole-nav-modal .sole-nav-mega__btn,
.sole-nav-modal .sole-mega-menu-panel__right-item {
  transition: none !important;
}

.sole-nav-modal .sole-mega-menu-panel__tab:hover,
.sole-nav-modal .sole-mega-menu-panel__right-item:hover {
  background: transparent;
  color: inherit;
}

.sole-nav-modal .sole-mega-menu-panel__tab.is-active:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #0a0a0b;
}

.sole-nav-modal .sole-nav-mega__card:hover,
.sole-nav-modal .sole-nav-mega__highlight:hover,
.sole-nav-modal .sole-nav-mega__btn:hover {
  transform: none;
  box-shadow: none;
}

.sole-mega-menu-panel__right-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2.5rem;
  row-gap: 1.35rem;
}

.sole-mega-menu-panel__right-grid--few {
  align-content: start;
}

.sole-mega-menu-panel__right-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #3f3f46;
  text-decoration: none;
  transition: opacity 0.15s ease, color 0.15s ease;
}

.sole-mega-menu-panel__right-item:hover {
  opacity: 1;
  color: #0a0a0b;
}

.sole-mega-menu-panel__label {
  min-width: 0;
}

.sole-mega-menu-panel__right-item--footer {
  grid-column: 1 / -1;
  padding-top: 0.35rem;
  font-weight: 600;
  color: #0a0a0b;
}

.sole-mega-menu-panel__right-item--footer .sole-mega-menu-panel__label {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(0, 0, 0, 0.2);
}

.sole-mega-menu-panel__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f5;
}

.sole-mega-menu-panel__icon svg {
  display: block;
}

.sole-mega-menu-panel__icon--pattern {
  padding: 0;
  overflow: hidden;
}

.sole-mega-menu-panel__right-item--new .sole-mega-menu-panel__label {
  flex: 1 1 auto;
  min-width: 0;
}

.sole-mega-menu-panel__badge {
  flex-shrink: 0;
  margin-left: 0.35rem;
  background: #7c3aed;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  line-height: 1.2;
}

/* Kripto â€” tam SVG rozet (coin sembolleri dosyada) */
.sole-mega-menu-panel__crypto-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.sole-mega-menu-panel__crypto-icon svg {
  display: block;
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .sole-mega-menu {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sole-mega-menu__dialog {
    width: 100%;
    max-height: min(calc(100vh - var(--sole-mega-menu-header-offset-mobile, 102px) - 2rem), 90vh);
    border-radius: 20px;
  }

  .sole-mega-menu__body {
    padding: 1.5rem 1.25rem 1.65rem;
    padding-top: 2rem;
  }

  .sole-mega-menu-panel__layout {
    flex-direction: column;
  }

  .sole-mega-menu-panel__left {
    flex: none;
    max-width: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0.5rem;
    border-radius: 12px;
  }

  .sole-mega-menu-panel__right {
    border-left: none;
    padding-left: 0;
    padding-top: 1.25rem;
  }

  .sole-mega-menu-panel__right-grid {
    grid-template-columns: 1fr;
    column-gap: 1.5rem;
    row-gap: 1.1rem;
  }

  .sole-nav-modal .sole-mega-menu-panel__left {
    max-width: none;
    flex: none;
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .sole-nav-modal .sole-mega-menu__dialog {
    max-height: min(calc(100vh - var(--sole-mega-menu-header-offset-mobile, 102px) - 1.5rem), 88vh);
  }

  .sole-nav-modal .sole-nav-modal__body {
    padding: 1.15rem 1rem 1.2rem;
    padding-top: 1.55rem;
  }

  .sole-nav-modal .sole-mega-menu-panel__layout {
    gap: 0.75rem;
  }

  .sole-nav-modal .sole-mega-menu-panel__tab {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
  }

  .sole-nav-modal .sole-mega-menu-panel__right {
    border-left: none;
    padding-left: 0;
    padding-top: 0;
  }

  .sole-nav-modal .sole-nav-mega__panel-title {
    font-size: 1.08rem;
  }

  .sole-nav-modal .sole-nav-mega__panel-body {
    font-size: 0.88rem;
  }

  .sole-nav-modal .sole-nav-mega__panel-intro {
    padding-bottom: 0.85rem;
  }
}

body.sole-mega-menu-open {
  overflow-x: hidden;
  overflow-y: auto;
}

.sole-nav-mega-drop.uc-dropbar {
  background: transparent;
  border-top: 0;
  box-shadow: none;
}

.sole-nav-mega-drop .uc-dropbar-content {
  padding: 0.75rem 0 1.15rem;
}

.sole-nav-mega {
  display: grid;
  grid-template-columns: minmax(280px, 332px) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.sole-nav-mega__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.5rem;
  border-radius: 22px;
  background: #f7f7f8;
  border: 1px solid #e5e7eb;
  color: #111827;
}

.sole-nav-mega__aside::after {
  display: none;
}

.sole-nav-mega__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #ececef;
  color: #4b5563;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

.sole-nav-mega__title {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
  color: #111827;
}

.sole-nav-mega__body {
  margin: 0;
  font-size: 0.975rem;
  line-height: 1.65;
  color: #6b7280;
}

.sole-nav-mega__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.sole-nav-mega__metric {
  padding: 0.8rem 0.85rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.sole-nav-mega__metric strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
  line-height: 1.1;
  color: #111827;
}

.sole-nav-mega__metric span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #6b7280;
}

.sole-nav-mega__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}

.sole-nav-mega__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.sole-nav-mega__btn:hover {
  transform: translateY(-1px);
}

.sole-nav-mega__btn--primary {
  background: #111827;
  color: #ffffff;
  box-shadow: none;
}

.sole-nav-mega__btn--primary:hover {
  color: #ffffff;
  background: #1f2937;
}

.sole-nav-mega__btn--secondary {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #111827;
}

.sole-nav-mega__btn--secondary:hover {
  color: #111827;
  border-color: #9ca3af;
}

.sole-nav-mega__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.15rem 0.1rem 0.1rem 0;
}

.sole-nav-mega__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.2rem 0.2rem 0.85rem;
  border-bottom: 1px solid #e5e7eb;
}

.sole-nav-mega__intro-copy {
  max-width: 700px;
}

.sole-nav-mega__kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

.sole-nav-mega__intro-title {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.25;
  color: #111827;
}

.sole-nav-mega__intro-body {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5b6474;
}

.sole-nav-mega__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.sole-nav-mega__section {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
  padding: 1rem;
  border-radius: 20px;
  background: #ffffff;
  border: none;
  box-shadow: none;
}

.sole-nav-mega__section-title {
  display: block;
  color: #111827;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.sole-nav-mega__cards {
  display: grid;
  gap: 0.75rem;
}

.sole-nav-mega__card {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  min-width: 0;
  padding: 0.9rem;
  border-radius: 16px;
  background: #ffffff;
  border: none;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.sole-nav-mega__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  background: #ffffff;
}

.sole-nav-mega__card-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--sole-card-icon-bg, #f3f4f6);
  color: var(--sole-card-icon-color, #111827);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: none;
}

.sole-nav-mega__card-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.sole-nav-mega__card-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.sole-nav-mega__card-head {
  display: block;
  color: #111827;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.35;
}

.sole-nav-mega__card-desc {
  display: block;
  color: #5b6474;
  font-size: 0.84rem;
  line-height: 1.55;
}

.sole-nav-mega__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.sole-nav-mega__highlight {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
  min-height: 100%;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: #f9fafb;
  border: none;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.sole-nav-mega__highlight:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.sole-nav-mega__highlight-label {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: #ececef;
  color: #4b5563;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sole-nav-mega__highlight-title {
  display: block;
  color: #111827;
  font-size: 0.96rem;
  line-height: 1.35;
}

.sole-nav-mega__highlight-desc {
  display: block;
  color: #5b6474;
  font-size: 0.84rem;
  line-height: 1.55;
}

.sole-nav-mega__highlight-cta {
  display: inline-flex;
  margin-top: auto;
  color: #111827;
  font-size: 0.84rem;
  font-weight: 700;
}

@media (max-width: 1399px) {
  .sole-nav-mega__grid,
  .sole-nav-mega__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sole-nav-mega__section:last-child,
  .sole-nav-mega__highlight:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1199px) {
  .sole-nav-mega {
    grid-template-columns: 1fr;
  }

  .sole-nav-mega__main {
    padding: 0;
  }

  .sole-nav-mega__intro {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media (max-width: 767px) {
  .sole-nav-mega-drop .uc-dropbar-content {
    padding-bottom: 0.9rem;
  }

  .sole-nav-mega {
    padding: 0.8rem;
    border-radius: 22px;
  }

  .sole-nav-mega__aside,
  .sole-nav-mega__section,
  .sole-nav-mega__highlight {
    border-radius: 18px;
  }

  .sole-nav-mega__title {
    font-size: 1.42rem;
  }

  .sole-nav-mega__metrics,
  .sole-nav-mega__grid,
  .sole-nav-mega__highlights {
    grid-template-columns: 1fr;
  }

  .sole-nav-mega__section:last-child,
  .sole-nav-mega__highlight:last-child {
    grid-column: auto;
  }
}

.dark .sole-nav-mega,
.dark .sole-nav-mega__aside,
.dark .sole-nav-mega__section,
.dark .sole-nav-mega__card,
.dark .sole-nav-mega__highlight {
  background: #ffffff;
  color: #111827;
  border-color: #e5e7eb;
  box-shadow: none;
}

.dark .sole-nav-mega__intro {
  border-bottom-color: #e5e7eb;
}

.dark .sole-nav-mega__eyebrow,
.dark .sole-nav-mega__highlight-label {
  background: #ececef;
  color: #4b5563;
}

.dark .sole-nav-mega__title,
.dark .sole-nav-mega__intro-title,
.dark .sole-nav-mega__section-title,
.dark .sole-nav-mega__card-head,
.dark .sole-nav-mega__highlight-title,
.dark .sole-nav-mega__highlight-cta {
  color: #111827;
}

.dark .sole-nav-mega__body,
.dark .sole-nav-mega__intro-body,
.dark .sole-nav-mega__card-desc,
.dark .sole-nav-mega__highlight-desc,
.dark .sole-nav-mega__metric span {
  color: #6b7280;
}

.dark .sole-nav-mega__metric strong {
  color: #111827;
}

.dark .sole-nav-mega__card-icon {
  background: #f3f4f6;
  color: #111827;
}

.dark .sole-nav-mega__btn--primary {
  background: #111827;
  color: #ffffff;
}

.dark .sole-nav-mega__btn--primary:hover {
  background: #1f2937;
  color: #ffffff;
}

.dark .sole-nav-mega__btn--secondary {
  background: #ffffff;
  color: #111827;
  border-color: #d1d5db;
}

/* Shortcuts mega: “Coming soon” toast — fast fade/scale, card layout */
.sole-app-toast {
  --sole-toast-accent: #6f3cff;
  position: fixed;
  top: max(5.25rem, calc(env(safe-area-inset-top, 0px) + 4.25rem));
  left: 50%;
  z-index: 10100;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  max-width: min(calc(100vw - 2rem), 20rem);
  margin: 0;
  padding: 0.65rem 0.85rem 0.65rem 0.55rem;
  border-radius: 14px;
  font-family: inherit;
  line-height: 1.25;
  text-align: left;
  color: #0f172a;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 4px 6px -1px rgba(15, 23, 42, 0.06),
    0 18px 42px -12px rgba(15, 23, 42, 0.18);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, -6px, 0) scale(0.97);
  will-change: opacity, transform;
  transition:
    opacity 0.07s ease-out,
    transform 0.09s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.09s;
}

.sole-app-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0) scale(1);
  transition:
    opacity 0.08s ease-out,
    transform 0.1s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s;
}

.sole-app-toast__accent {
  flex-shrink: 0;
  width: 4px;
  align-self: stretch;
  min-height: 2.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sole-toast-accent) 0%, #a78bfa 100%);
}

.sole-app-toast__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.sole-app-toast__title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.sole-app-toast__hint {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #64748b;
  letter-spacing: 0.01em;
}

.sole-app-toast__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  color: var(--sole-toast-accent);
  background: rgba(111, 60, 255, 0.1);
}

.dark .sole-app-toast {
  color: #f1f5f9;
  background: #1e293b;
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.2),
    0 18px 42px -12px rgba(0, 0, 0, 0.45);
}

.dark .sole-app-toast__title {
  color: #f8fafc;
}

.dark .sole-app-toast__hint {
  color: #94a3b8;
}

.dark .sole-app-toast__icon {
  background: rgba(167, 139, 250, 0.15);
  color: #c4b5fd;
}

@media (max-width: 575.98px) {
  .sole-app-toast {
    top: max(4.35rem, calc(env(safe-area-inset-top, 0px) + 3.15rem));
    max-width: calc(100vw - 1.25rem);
  }
}

