


:root {
  --tma-safe-top:    env(safe-area-inset-top,    0px);
  --tma-safe-bottom: env(safe-area-inset-bottom, 0px);
  --tma-safe-left:   env(safe-area-inset-left,   0px);
  --tma-safe-right:  env(safe-area-inset-right,  0px);

  --pm-topbar-h:  56px;
  --pm-tap-min:   44px;
  --pm-radius:    16px;
  --pm-radius-sm: 10px;
  --pm-card-pad:  14px;
  --pm-gap:       10px;
  --pm-side-pad:  14px;
}
@supports (height: 100dvh)     { :root { --pm-vh: 100dvh; } }
@supports not (height: 100dvh) { :root { --pm-vh: 100vh;  } }


@media (max-width: 991.98px) {
  body .orb, body .light-ray, body .scanlines, body .noise,
  body .grid-bg, body .bg3d, body .bgcube, body .bg3d-gem-a,
  body .bg3d-gem-b, body [class*="bg3d-"] { display: none !important; }
  body.panel-page #fxSidebarNav,
  body.panel-page #fxSidebarBackdrop { transition: none !important; }
  body.panel-page .fx-mob-more-sheet {
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease !important;
  }
  body.panel-page .fx-mob-more-backdrop {
    transition: background 0.35s ease, backdrop-filter 0.35s ease !important;
  }
  body.panel-page .iq-top-navbar {
    animation: none !important;
  }
  body.panel-page .fx-content-entrance .container-fluid,
  body.panel-page.fx-content-entrance .container-fluid,
  body.panel-page .fx-purchase-page .fx-page-bar,
  body.panel-page .fx-purchase-page .fx-tariff-card {
    animation: none !important;
  }
}
@keyframes fx-topbar-in {
  from { opacity: 0; transform: translateY(-2px); }
  to   { opacity: 1; transform: translateY(0); }
}
html.is-tma .orb, html.is-tma .light-ray, html.is-tma .scanlines, html.is-tma .noise,
html.is-tma .grid-bg, html.is-tma .bg3d, html.is-tma .bgcube, html.is-tma [class*="bg3d-"],
body.is-tma  .orb, body.is-tma  .light-ray, body.is-tma  .scanlines, body.is-tma  .noise,
body.is-tma  .grid-bg, body.is-tma  .bg3d, body.is-tma  .bgcube, body.is-tma  [class*="bg3d-"] {
  display: none !important;
}
html.is-tma #fxSidebarNav, html.is-tma #fxSidebarBackdrop,
body.is-tma  #fxSidebarNav, body.is-tma  #fxSidebarBackdrop { transition: none !important; }
html.is-tma .fx-mob-more-sheet, body.is-tma .fx-mob-more-sheet {
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease !important;
}
html.is-tma .fx-mob-more-backdrop, body.is-tma .fx-mob-more-backdrop {
    transition: background 0.35s ease, backdrop-filter 0.35s ease !important;
}

@media (max-width: 991.98px) {
  body.panel-page .fx-mob-bar {
    border-color: rgba(255, 255, 255, 0.11) !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
    animation: none !important;
  }
  body.panel-page .fx-mob-item {
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.18s ease !important;
  }
  body.panel-page .fx-mob-icon {
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.2s ease !important;
  }
  body.panel-page .fx-mob-glider {
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.16, 1), width 0.42s cubic-bezier(0.2, 0.9, 0.16, 1), height 0.36s cubic-bezier(0.2, 0.9, 0.16, 1), opacity 0.14s ease, border-color 0.2s ease !important;
    will-change: transform, width, height;
  }
  body.panel-page .fx-mob-more-glider {
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), width 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.14s ease !important;
  }
}

body.panel-page, body.auth-page { -webkit-text-size-adjust: 100%; }


@media (max-width: 991.98px) {

  
  body.panel-page .iq-top-navbar {
    top:           0 !important;
    left:          0 !important;
    right:         0 !important;
    width:         100% !important;
    max-width:     100% !important;
    border-radius: 0 !important;
    min-height:    var(--pm-topbar-h) !important;
    box-shadow:    0 2px 16px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(20px) saturate(1.2) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  }
  body.panel-page .iq-top-navbar .iq-navbar-custom {
    min-height: var(--pm-topbar-h);
    padding:    10px var(--pm-side-pad) !important;
  }
  body.panel-page .iq-top-navbar .iq-navbar-custom .navbar { padding: 0 !important; }

  body.panel-page .iq-top-navbar .iq-navbar-custom .navbar .fx-topbar-inner {
    flex: 1;
    min-width: 0;
  }
  body.panel-page .iq-top-navbar .navbar-list {
    gap: 4px;
    align-items: center;
  }
  body.panel-page .iq-top-navbar .navbar-list .nav-item {
    display: flex;
    align-items: center;
  }
  body.panel-page .iq-top-navbar .navbar-list .nav-item .search-toggle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: background 0.2s ease;
  }
  body.panel-page .iq-top-navbar .navbar-list .nav-item .search-toggle:active {
    background: rgba(128, 128, 128, 0.1);
  }
  body.panel-page .iq-top-navbar .navbar-list .nav-item .search-toggle i {
    font-size: 1.25rem;
    line-height: 1;
  }

  
  body.panel-page .content-page {
    margin-left: 0 !important;
    padding:     calc(var(--pm-topbar-h) + 16px) var(--pm-side-pad) 124px !important;
  }
  body.panel-page .iq-footer {
    margin-left: 0 !important;
    padding:     12px !important;
    text-align:  center;
  }
  body.panel-page .iq-footer .container-fluid { padding: 0 !important; }

  
  body.panel-page .content-page .container,
  body.panel-page .content-page .container-fluid {
    padding-left:  0 !important;
    padding-right: 0 !important;
  }
  body.panel-page .content-page .row {
    margin-left:  -5px !important;
    margin-right: -5px !important;
  }
  body.panel-page .content-page .row > [class*="col-"] {
    padding-left:  5px !important;
    padding-right: 5px !important;
  }

  
  body.panel-page .iq-card {
    border-radius:  var(--pm-radius);
    margin-bottom:  var(--pm-gap);
    
  }
  body.panel-page .iq-card-body   { padding: var(--pm-card-pad) !important; }
  body.panel-page .iq-card-header { padding: 12px var(--pm-card-pad) !important; }

  
  body.panel-page h1, body.panel-page .h1 { font-size: 1.5rem  !important; }
  body.panel-page h2, body.panel-page .h2 { font-size: 1.3rem  !important; }
  body.panel-page h3, body.panel-page .h3 { font-size: 1.15rem !important; }
  body.panel-page h4, body.panel-page .h4 { font-size: 1.0rem  !important; }

  
  body.panel-page .fx-navbar-balance-square {
    font-size:     0.82rem !important;
    padding:       8px 14px !important;
    border-radius: 20px !important;
    border:        none !important;
    outline:       none !important;
    box-shadow:    none !important;
    appearance:    none !important;
    -webkit-appearance: none !important;
    white-space:   nowrap;
    background:    transparent !important;
    font-weight:   700;
    letter-spacing: 0.01em;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition:    color 0.2s ease;
  }
  body.panel-page .fx-navbar-balance-square:active {
    background: transparent !important;
  }

  
  body.panel-page .btn,
  body.auth-page  .btn {
    min-height:    var(--pm-tap-min);
    padding:       10px 14px;
    border-radius: var(--pm-radius-sm);
    font-size:     0.95rem;
  }
  body.panel-page .btn-sm,
  body.auth-page  .btn-sm { min-height: 36px; padding: 7px 12px; font-size: 0.85rem; }
  body.panel-page .btn-block, body.panel-page .btn.w-100,
  body.auth-page  .btn-block, body.auth-page  .btn.w-100 { width: 100% !important; display: block; }

  
  body.panel-page .form-control,
  body.panel-page select,
  body.panel-page input[type="text"],
  body.panel-page input[type="email"],
  body.panel-page input[type="password"],
  body.panel-page input[type="number"],
  body.panel-page input[type="tel"],
  body.panel-page input[type="search"],
  body.panel-page input[type="url"],
  body.panel-page textarea,
  body.auth-page  .form-control,
  body.auth-page  input[type="text"],
  body.auth-page  input[type="email"],
  body.auth-page  input[type="password"],
  body.auth-page  input[type="number"],
  body.auth-page  input[type="tel"],
  body.auth-page  textarea {
    min-height:    var(--pm-tap-min);
    font-size:     16px;  
    border-radius: var(--pm-radius-sm);
    padding:       10px 14px;
  }

  
  body.auth-page  .auth-input,
  body.panel-page .auth-input {
    padding-top:    10px !important;
    padding-bottom: 10px !important;
    padding-left:   3.35rem !important;
    padding-right:  0.875rem !important;
  }
  body.auth-page  .auth-input.auth-input-has-toggle,
  body.panel-page .auth-input.auth-input-has-toggle { padding-right: 2.75rem !important; }
  body.auth-page  .auth-input-plain,
  body.panel-page .auth-input-plain { padding-left: 0.875rem !important; }

  
  body.panel-page .nav-tabs {
    flex-wrap:                nowrap;
    overflow-x:               auto;
    -webkit-overflow-scrolling: touch;
  }
  body.panel-page .nav-tabs .nav-link {
    white-space: nowrap;
    padding:     10px 14px;
    font-size:   0.92rem;
  }

  
  body.panel-page .table-responsive {
    -webkit-overflow-scrolling: touch;
    border-radius: var(--pm-radius-sm);
  }
  body.panel-page .dataTables_wrapper .dataTables_length,
  body.panel-page .dataTables_wrapper .dataTables_filter {
    float:         none !important;
    text-align:    left !important;
    margin-bottom: 8px;
  }
  body.panel-page .dataTables_wrapper .dataTables_filter input {
    width:  100% !important;
    margin: 6px 0 0 !important;
  }
  body.panel-page .dataTables_wrapper .dataTables_paginate {
    float:      none !important;
    text-align: center;
    padding:    8px 0 !important;
  }
  body.panel-page .table th,
  body.panel-page .table td { padding: 8px 10px !important; font-size: 0.88rem; }

  
  body.panel-page .modal-dialog,
  body.auth-page  .modal-dialog { margin: 8px !important; max-width: calc(100vw - 16px) !important; }
  body.panel-page .modal-dialog-centered,
  body.auth-page  .modal-dialog-centered { min-height: calc(var(--pm-vh) - 16px); }
  body.panel-page .modal-content,
  body.auth-page  .modal-content { border-radius: var(--pm-radius); }
  body.panel-page .modal-body,
  body.auth-page  .modal-body { padding: 16px !important; }
  body.panel-page .modal-header, body.panel-page .modal-footer,
  body.auth-page  .modal-header, body.auth-page  .modal-footer { padding: 12px 16px !important; }

  
  body.panel-page .swal2-popup,
  body.auth-page  .swal2-popup {
    width:         calc(100vw - 24px) !important;
    max-width:     420px;
    padding:       1rem !important;
    border-radius: var(--pm-radius) !important;
  }

  
  body.panel-page .toast-top-right,
  body.panel-page #toast-container.toast-top-right,
  body.auth-page  .toast-top-right,
  body.auth-page  #toast-container.toast-top-right {
    top:   calc(var(--pm-topbar-h) + var(--tma-safe-top, 0px) + 8px) !important;
    right: 8px !important;
    left:  8px !important;
  }
  body.panel-page .toast-top-right .toast,
  body.panel-page #toast-container.toast-top-right > div,
  body.auth-page  .toast-top-right .toast,
  body.auth-page  #toast-container.toast-top-right > div {
    width:     auto !important;
    max-width: 100% !important;
  }

  
  body.panel-page .navbar-list .nav-item .iq-sub-dropdown {
    position:   fixed !important;
    top:        var(--pm-topbar-h) !important;
    right:      8px !important;
    left:       8px !important;
    width:      auto !important;
    max-width:  none !important;
    max-height: 72vh;
    overflow-y: auto;
    border-radius: var(--pm-radius);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  }

  
  body.auth-page .auth-form,
  body.auth-page .iq-card.auth-card { padding: 18px !important; border-radius: var(--pm-radius); }

  body.auth-page .auth-card { padding: 0 !important; border-radius: var(--pm-radius); }

  
  body.panel-page .badge { font-size: 0.72rem; padding: 4px 8px; }
  body.panel-page .pagination .page-link { padding: 8px 11px; min-width: 36px; text-align: center; }
  body.panel-page .dropdown-menu { width: calc(100vw - 16px); max-width: 360px; }
}


@media (max-width: 575.98px) {
  body.panel-page .iq-card-body { padding: 12px !important; }
  body.panel-page h1, body.panel-page .h1 { font-size: 1.3rem !important; }
  body.panel-page h2, body.panel-page .h2 { font-size: 1.15rem !important; }
  body.panel-page .table-responsive table { font-size: 0.82rem; }
}


@media (max-width: 991.98px) {

  
  .content-page .fx-page-bar {
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
  }
  .content-page .fx-page-title {
    font-size:   0.85rem !important;
    letter-spacing: 0.04em;
    opacity:     0.55;
    font-weight: 600;
  }

  
  .content-page .fx-welcome-card {
    padding:     16px var(--pm-card-pad) !important;
    border-radius: var(--pm-radius) !important;
  }
  .content-page .fx-welcome-card h4 {
    font-size:     1.05rem !important;
    margin-bottom: 3px;
  }
  .content-page .fx-welcome-card p {
    font-size:     0.8rem !important;
    margin-bottom: 0;
    opacity:       0.7;
  }

  
  .content-page .fx-tg-link-banner { margin-bottom: 10px; }

  
  .content-page .fx-stat-card .iq-card-body,
  .content-page .fx-stat-card.iq-card .iq-card-body { padding: 14px 12px !important; }
  .content-page .fx-stat-card .d-flex { gap: 10px !important; }
  .content-page .fx-stat-icon {
    width:       42px !important;
    height:      42px !important;
    min-width:   42px !important;
    font-size:   1.1rem !important;
    display:     flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    flex-shrink:   0;
  }
  .content-page .fx-stat-value {
    font-size:   1.3rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
  }
  .content-page .fx-stat-label {
    font-size:   0.7rem !important;
    opacity:     0.58;
    margin-top:  2px;
    line-height: 1.3;
  }
}


@media (max-width: 500px) {
  .content-page .fx-welcome-card {
    flex-direction: column !important;
    align-items:    flex-start !important;
    gap:            10px !important;
  }
  .content-page .fx-welcome-card .fx-welcome-online { margin-left: 0 !important; }
}


@media (max-width: 991.98px) {

  
  #fxSidebarNav.iq-sidebar,
  .iq-sidebar.fx-app-drawer {
    backdrop-filter:          blur(28px) saturate(1.35) !important;
    -webkit-backdrop-filter:  blur(28px) saturate(1.35) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  
  #fxSidebarNav #sidebar-scrollbar,
  .iq-sidebar.fx-app-drawer #sidebar-scrollbar {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + var(--tma-safe-bottom, 0px) + 80px);
  }

  
  .iq-sidebar-menu .iq-menu .iq-menu-title,
  .iq-sidebar      .iq-menu .iq-menu-title {
    padding:        16px 20px 5px !important;
    font-size:      0.65rem !important;
    letter-spacing: 0.1em;
    opacity:        0.4;
    text-transform: uppercase;
  }

  
  .iq-sidebar-menu .iq-menu li a,
  .iq-sidebar      .iq-menu li a {
    padding:       11px 20px !important;
    font-size:     0.9rem !important;
    min-height:    48px;
    display:       flex !important;
    align-items:   center !important;
    justify-content: flex-start !important;
    border-radius: 15px !important;
    margin:        2px 8px !important;
    gap:           12px !important;
  }
  .iq-sidebar-menu .iq-menu li a .fx-nav-icon,
  .iq-sidebar      .iq-menu li a .fx-nav-icon {
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .iq-sidebar-menu .iq-menu li a .fx-nav-icon i,
  .iq-sidebar      .iq-menu li a .fx-nav-icon i,
  .iq-sidebar-menu .iq-menu li a > i,
  .iq-sidebar      .iq-menu li a > i {
    font-size: 1.1rem !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

  
  .iq-sidebar-menu .iq-menu li.active > a,
  .iq-sidebar      .iq-menu li.active > a {
    background: rgba(var(--iq-accent-rgb, 244, 63, 94), 0.12) !important;
    border-radius: 15px !important;
  }

  
  .iq-sidebar-logo { padding: 14px 20px 10px !important; }
  .iq-sidebar-logo img { max-height: 36px; }
}

@media (max-width: 480px) {
  .fx-sidebar-brand {
    padding-top: calc(env(safe-area-inset-top, 0px) + 18px);
  }
}

@media (max-width: 991.98px) {
  .content-page {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 90px) !important;
  }
  .iq-footer {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
  }
  .fx-customizer-panel {
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1) !important;
    backdrop-filter: blur(22px) saturate(1.2) !important;
    -webkit-backdrop-filter: blur(22px) saturate(1.2) !important;
  }
}


html.is-tma body.panel-page,
html.is-tma body.auth-page,
body.panel-page.is-tma,
body.auth-page.is-tma {
  background: var(--tg-theme-bg-color, var(--iq-body-bg, #0d0e10)) !important;
}


html.is-tma body.panel-page #pageLoader, html.is-tma body.panel-page #loading,
html.is-tma body.auth-page  #pageLoader, html.is-tma body.auth-page  #loading,
body.panel-page.is-tma #pageLoader, body.panel-page.is-tma #loading,
body.auth-page.is-tma  #pageLoader, body.auth-page.is-tma  #loading { display: none !important; }


html.is-tma body.panel-page .iq-footer,
body.panel-page.is-tma .iq-footer { display: none !important; }


html.is-tma body.panel-page a, html.is-tma body.panel-page button, html.is-tma body.panel-page .btn,
html.is-tma body.auth-page  a, html.is-tma body.auth-page  button, html.is-tma body.auth-page  .btn,
body.panel-page.is-tma a, body.panel-page.is-tma button, body.panel-page.is-tma .btn,
body.auth-page.is-tma  a, body.auth-page.is-tma  button, body.auth-page.is-tma  .btn {
  -webkit-tap-highlight-color: transparent;
}

html.is-tma body.auth-page .auth-card { overflow: hidden !important; }
html.is-tma body.auth-page .auth-card-footer,
body.auth-page.is-tma .auth-card-footer {
  width: 100% !important;
  box-sizing: border-box !important;
  align-self: stretch !important;
  margin: 0 !important;
  padding: 14px 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  background-color: transparent !important;
  border-top: 1px solid color-mix(in srgb, var(--iq-title-text, #f1f5f9) 10%, transparent) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
html.is-tma body.auth-page .auth-card-footer > a,
body.auth-page.is-tma .auth-card-footer > a,
html.is-tma body.auth-page .auth-card-footer > a:hover,
body.auth-page.is-tma .auth-card-footer > a:hover,
html.is-tma body.auth-page .auth-card-footer > a:active,
body.auth-page.is-tma .auth-card-footer > a:active,
html.is-tma body.auth-page .auth-card-footer > a:focus,
body.auth-page.is-tma .auth-card-footer > a:focus,
html.is-tma body.auth-page .auth-card-footer > a:focus-visible,
body.auth-page.is-tma .auth-card-footer > a:focus-visible {
  display: inline !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: color-mix(in srgb, var(--iq-body-text, #cbd5e1) 62%, transparent) !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transform: none !important;
}
html.is-tma body.auth-page .auth-card-footer > a::before,
body.auth-page.is-tma .auth-card-footer > a::before,
html.is-tma body.auth-page .auth-card-footer > a::after,
body.auth-page.is-tma .auth-card-footer > a::after {
  display: none !important;
  content: none !important;
}


html.is-tma body.panel-page .modal,
html.is-tma body.auth-page  .modal,
body.panel-page.is-tma .modal,
body.auth-page.is-tma  .modal {
  padding-top:    var(--tma-safe-top)    !important;
  padding-bottom: var(--tma-safe-bottom) !important;
}


html.is-tma body.panel-page .iq-top-navbar,
body.panel-page.is-tma      .iq-top-navbar {
  top:        var(--tma-safe-top, 0px) !important;
  min-height: calc(var(--pm-topbar-h) + var(--tma-safe-top, 0px)) !important;
}


html.is-tma body.panel-page .content-page,
body.panel-page.is-tma      .content-page {
  padding-top: calc(var(--pm-topbar-h) + 16px + var(--tma-safe-top, 0px)) !important;
  padding-bottom: calc(80px + var(--tma-safe-bottom, 0px)) !important;
}


html.is-tma body.panel-page .navbar-list .nav-item .iq-sub-dropdown,
body.panel-page.is-tma      .navbar-list .nav-item .iq-sub-dropdown {
  top: calc(var(--pm-topbar-h) + var(--tma-safe-top, 0px)) !important;
}


html.is-tma body.panel-page .toast-top-right,
html.is-tma body.panel-page #toast-container.toast-top-right,
body.panel-page.is-tma .toast-top-right,
body.panel-page.is-tma #toast-container.toast-top-right {
  top: calc(var(--pm-topbar-h) + var(--tma-safe-top, 0px) + 8px) !important;
}


@media (orientation: landscape) and (max-height: 500px) {
  body.panel-page .iq-top-navbar {
    min-height: 52px !important;
    padding:    0 !important;
  }
  body.panel-page .iq-top-navbar .iq-navbar-custom { min-height: 52px; padding: 6px 14px !important; }
  body.panel-page .content-page { padding-top: 60px !important; }
  body.panel-page .iq-card-body { padding: 10px !important; }
  body.panel-page .modal-dialog-centered,
  body.auth-page  .modal-dialog-centered { min-height: 100vh; align-items: flex-start; }
}


@media (hover: none) and (pointer: coarse) {
  body.panel-page .btn:hover,
  body.panel-page a:hover,
  body.auth-page  .btn:hover,
  body.auth-page  a:hover { transform: none !important; }
  body.panel-page .iq-card:hover,
  body.panel-page .content-page .iq-card:hover,
  body.panel-page .fx-welcome-card:hover { transform: none !important; }
}


@media (max-width: 991.98px) {
  html[dir="rtl"] body.panel-page .content-page {
    padding-right: var(--pm-side-pad) !important;
    padding-left:  var(--pm-side-pad) !important;
  }
  html[dir="rtl"] body.panel-page .iq-footer  { margin-right: 0 !important; }
  html[dir="rtl"] body.panel-page .iq-top-navbar { left: 0 !important; right: 0 !important; }

  html[dir="rtl"] body.auth-page  .auth-input,
  html[dir="rtl"] body.panel-page .auth-input {
    padding-left:  0.875rem !important;
    padding-right: 3.35rem  !important;
  }
  html[dir="rtl"] body.auth-page  .auth-input.auth-input-has-toggle,
  html[dir="rtl"] body.panel-page .auth-input.auth-input-has-toggle { padding-left: 2.75rem !important; }
  html[dir="rtl"] body.auth-page  .auth-input-icon,
  html[dir="rtl"] body.panel-page .auth-input-icon { left: auto !important; right: 14px !important; }
  html[dir="rtl"] body.auth-page  .auth-eye-btn,
  html[dir="rtl"] body.panel-page .auth-eye-btn    { right: auto !important; left: 12px !important; }
  html[dir="rtl"] body.panel-page .navbar-list .nav-item .iq-sub-dropdown {
    right: auto !important;
    left:  0 !important;
  }
}

html[dir="rtl"] body.panel-page .iq-sidebar-menu .iq-menu li a,
body[dir="rtl"].panel-page      .iq-sidebar-menu .iq-menu li a {
  flex-direction: row-reverse;
  text-align:     right;
}
html[dir="rtl"] body.panel-page .iq-sidebar-menu .iq-menu li a i,
body[dir="rtl"].panel-page      .iq-sidebar-menu .iq-menu li a i { margin-left: 8px; margin-right: 0; }
html[dir="rtl"] body.panel-page .iq-sidebar-menu .iq-menu .iq-menu-title,
body[dir="rtl"].panel-page      .iq-sidebar-menu .iq-menu .iq-menu-title {
  text-align:   right;
  padding-right: 22px;
  padding-left:  18px;
}
html[dir="rtl"] body.panel-page .iq-sidebar-menu .iq-menu li.active > a::before,
body[dir="rtl"].panel-page      .iq-sidebar-menu .iq-menu li.active > a::before {
  left: auto; right: 0;
  border-radius: 4px 0 0 4px;
}

html[dir="rtl"] body.panel-page .breadcrumb,
body[dir="rtl"].panel-page      .breadcrumb { direction: rtl; }

html[dir="rtl"] body.panel-page .ml-auto, body[dir="rtl"].panel-page .ml-auto { margin-left: 0 !important; margin-right: auto !important; }
html[dir="rtl"] body.panel-page .mr-auto, body[dir="rtl"].panel-page .mr-auto { margin-right: 0 !important; margin-left: auto !important; }
html[dir="rtl"] body.panel-page .text-right, body[dir="rtl"].panel-page .text-right { text-align: left  !important; }
html[dir="rtl"] body.panel-page .text-left,  body[dir="rtl"].panel-page .text-left  { text-align: right !important; }

@media (min-width: 992px) {
  html[dir="rtl"] body.fx-sidebar-desktop .iq-top-navbar,
  body[dir="rtl"].fx-sidebar-desktop      .iq-top-navbar { left: 30px !important; right: auto !important; }
}

html[dir="rtl"] .fx-customizer-panel, body[dir="rtl"] .fx-customizer-panel { direction: rtl; }
html[dir="rtl"] .fx-customizer-toggle, body[dir="rtl"] .fx-customizer-toggle {
  right: auto !important; left: 0 !important;
  border-radius: 0 8px 8px 0 !important;
}
html[dir="rtl"] body.panel-page .modal,
body[dir="rtl"].panel-page      .modal { direction: rtl; }

@media (max-width: 991.98px) {
  body.panel-page .fx-mob-bar {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
    min-height: 68px !important;
    padding: 6px !important;
    gap: 4px !important;
    background: var(--fx-market-surface, #212a33) !important;
    border: 1px solid var(--fx-market-surface-strong, #344150) !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 30px rgba(5, 10, 14, 0.34) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.panel-page .fx-mob-item {
    min-height: 56px !important;
    padding: 6px 2px 8px !important;
    gap: 4px !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    color: #96a2ad !important;
    font-weight: 700 !important;
  }

  body.panel-page .fx-mob-glider {
    background: var(--fx-market-surface-strong, #344150) !important;
    border: 1px solid #465666 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }

  body.panel-page .fx-mob-item:hover,
  body.panel-page .fx-mob-item:active,
  body.panel-page .fx-mob-item.fx-mob-active {
    color: #ffffff !important;
  }

  body.panel-page .fx-mob-item.fx-mob-active .fx-mob-icon,
  body.panel-page .fx-mob-item.fx-mob-active .fx-mob-label {
    color: #ffffff !important;
  }

  body.panel-page .fx-mob-icon {
    width: 28px !important;
    height: 28px !important;
    border-radius: 9px !important;
    color: currentColor !important;
    font-size: 1.16rem !important;
  }

  body.panel-page .fx-mob-label {
    font-size: 0.64rem !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
  }

  body.panel-page .fx-mob-more[aria-expanded="true"] {
    background: var(--fx-market-orange, #fdab21) !important;
    border-color: #ffbd4a !important;
    color: #111820 !important;
  }

  body.panel-page .fx-mob-more-menu.fx-mob-open .fx-mob-more-backdrop {
    background: rgba(10, 14, 18, 0.72) !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
  }

  body.panel-page .fx-mob-more-sheet {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
    padding: 8px 8px calc(env(safe-area-inset-bottom, 0px) + 12px) !important;
    background: var(--fx-market-bg, #1a2026) !important;
    border: 1px solid var(--fx-market-surface-strong, #344150) !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 42px rgba(5, 10, 14, 0.46) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.panel-page .fx-mob-more-head {
    min-height: 48px !important;
    padding: 8px 10px !important;
    margin-bottom: 6px !important;
  }

  body.panel-page .fx-mob-more-head-label {
    color: #aeb8c1 !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    opacity: 0.72 !important;
  }

  body.panel-page .fx-mob-more-close {
    width: 34px !important;
    height: 34px !important;
    background: var(--fx-market-surface-strong, #344150) !important;
    border: 1px solid #465666 !important;
    border-radius: 11px !important;
    color: #d8e0e7 !important;
  }

  body.panel-page .fx-mob-more-items {
    gap: 6px !important;
  }

  body.panel-page .fx-mob-more-item {
    min-height: 58px !important;
    padding: 10px 12px !important;
    background: var(--fx-market-surface, #212a33) !important;
    border: 1px solid var(--fx-market-border, #2b3742) !important;
    border-radius: 13px !important;
    color: #d8e0e7 !important;
  }

  body.panel-page .fx-mob-more-item:hover,
  body.panel-page .fx-mob-more-item:active {
    background: var(--fx-market-surface-strong, #344150) !important;
    transform: none !important;
  }

  body.panel-page .fx-mob-more-item .fx-nav-icon {
    background: var(--fx-market-surface-strong, #344150) !important;
    color: #d8e0e7 !important;
    border-radius: 10px !important;
  }

  body.panel-page .fx-mob-more-icon-telegram {
    background: rgba(36, 138, 217, 0.18) !important;
    color: #4aa9ed !important;
  }

  body.panel-page .fx-mob-more-separator {
    height: 1px !important;
    margin: 2px 10px !important;
    background: var(--fx-market-border, #2b3742) !important;
  }

  body.panel-page .fx-mob-item:focus-visible,
  body.panel-page .fx-mob-more-item:focus-visible,
  body.panel-page .fx-mob-more-close:focus-visible {
    outline: 2px solid var(--fx-market-orange, #fdab21) !important;
    outline-offset: 2px !important;
  }

  [data-theme="Light"] body.panel-page .fx-mob-bar,
  [data-theme="Light"] body.panel-page .fx-mob-more-sheet {
    background: #f4f6f8 !important;
    border-color: #d1dae2 !important;
  }

  [data-theme="Light"] body.panel-page .fx-mob-item {
    color: #586773 !important;
  }

  [data-theme="Light"] body.panel-page .fx-mob-glider,
  [data-theme="Light"] body.panel-page .fx-mob-more-close,
  [data-theme="Light"] body.panel-page .fx-mob-more-item .fx-nav-icon {
    background: #dce4ea !important;
    border-color: #c8d3dc !important;
    color: #33414d !important;
  }

  [data-theme="Light"] body.panel-page .fx-mob-more-item {
    background: #e7edf2 !important;
    border-color: #d1dae2 !important;
    color: #26343f !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 991.98px) {
  body.panel-page .fx-mob-bar,
  body.panel-page .fx-mob-bar *,
  body.panel-page .fx-mob-more-menu,
  body.panel-page .fx-mob-more-menu * {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

body.fx-bottom-nav-only #fxSidebarNav,
body.fx-bottom-nav-only #fxSidebarBackdrop,
body.fx-bottom-nav-only .fx-sidebar-toggle-wrap {
  display: none !important;
}

body.fx-bottom-nav-only .content-page,
body.fx-bottom-nav-only .iq-footer {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.fx-bottom-nav-only .iq-top-navbar,
body.fx-bottom-nav-only .iq-top-navbar.fixed-header {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

@media (min-width: 992px) {
  body.fx-bottom-nav-only .content-page {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 100px) !important;
  }

  body.fx-bottom-nav-only .iq-footer {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
  }

  body.fx-bottom-nav-only .fx-mob-bar {
    display: flex !important;
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
    width: min(560px, calc(100% - 20px)) !important;
    min-height: 68px !important;
    padding: 6px !important;
    gap: 4px !important;
    justify-content: space-around !important;
    transform: translateX(-50%) !important;
    background: var(--fx-market-surface, #212a33) !important;
    border: 1px solid var(--fx-market-surface-strong, #344150) !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 30px rgba(5, 10, 14, 0.34) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: hidden !important;
    isolation: isolate !important;
    z-index: 1050 !important;
  }

  body.fx-bottom-nav-only .fx-mob-item {
    min-height: 56px !important;
    padding: 6px 2px 8px !important;
    gap: 4px !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    color: #96a2ad !important;
    font-weight: 700 !important;
  }

  body.fx-bottom-nav-only .fx-mob-glider {
    background: var(--fx-market-surface-strong, #344150) !important;
    border: 1px solid #465666 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }

  body.fx-bottom-nav-only .fx-mob-item:hover,
  body.fx-bottom-nav-only .fx-mob-item:active,
  body.fx-bottom-nav-only .fx-mob-item.fx-mob-active {
    color: #ffffff !important;
  }

  body.fx-bottom-nav-only .fx-mob-item.fx-mob-active .fx-mob-icon,
  body.fx-bottom-nav-only .fx-mob-item.fx-mob-active .fx-mob-label {
    color: #ffffff !important;
  }

  body.fx-bottom-nav-only .fx-mob-icon {
    width: 28px !important;
    height: 28px !important;
    border-radius: 9px !important;
    color: currentColor !important;
    font-size: 1.16rem !important;
  }

  body.fx-bottom-nav-only .fx-mob-label {
    font-size: 0.64rem !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
  }

  body.fx-bottom-nav-only .fx-mob-more[aria-expanded="true"] {
    background: var(--fx-market-orange, #fdab21) !important;
    border-color: #ffbd4a !important;
    color: #111820 !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-menu {
    display: block !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-menu.fx-mob-open .fx-mob-more-backdrop {
    background: rgba(10, 14, 18, 0.72) !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px) !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-sheet {
    left: 50% !important;
    right: auto !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
    width: min(560px, calc(100% - 20px)) !important;
    padding: 8px 8px calc(env(safe-area-inset-bottom, 0px) + 12px) !important;
    background: var(--fx-market-bg, #1a2026) !important;
    border: 1px solid var(--fx-market-surface-strong, #344150) !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 42px rgba(5, 10, 14, 0.46) !important;
    transform: translate(-50%, calc(100% + 20px)) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-menu.fx-mob-open .fx-mob-more-sheet {
    transform: translate(-50%, 0) !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-head {
    min-height: 48px !important;
    padding: 8px 10px !important;
    margin-bottom: 6px !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-head-label {
    color: #aeb8c1 !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    opacity: 0.72 !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-close {
    width: 34px !important;
    height: 34px !important;
    background: var(--fx-market-surface-strong, #344150) !important;
    border: 1px solid #465666 !important;
    border-radius: 11px !important;
    color: #d8e0e7 !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-items {
    gap: 6px !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-item {
    min-height: 58px !important;
    padding: 10px 12px !important;
    background: var(--fx-market-surface, #212a33) !important;
    border: 1px solid var(--fx-market-border, #2b3742) !important;
    border-radius: 13px !important;
    color: #d8e0e7 !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-item:hover,
  body.fx-bottom-nav-only .fx-mob-more-item:active {
    background: var(--fx-market-surface-strong, #344150) !important;
    transform: none !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-item .fx-nav-icon {
    background: var(--fx-market-surface-strong, #344150) !important;
    color: #d8e0e7 !important;
    border-radius: 10px !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-icon-telegram {
    background: rgba(36, 138, 217, 0.18) !important;
    color: #4aa9ed !important;
  }

  body.fx-bottom-nav-only .fx-mob-more-separator {
    height: 1px !important;
    margin: 2px 10px !important;
    background: var(--fx-market-border, #2b3742) !important;
  }

  body.fx-bottom-nav-only .fx-mob-item:focus-visible,
  body.fx-bottom-nav-only .fx-mob-more-item:focus-visible,
  body.fx-bottom-nav-only .fx-mob-more-close:focus-visible {
    outline: 2px solid var(--fx-market-orange, #fdab21) !important;
    outline-offset: 2px !important;
  }

  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-bar,
  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-sheet {
    background: #f4f6f8 !important;
    border-color: #d1dae2 !important;
  }

  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-item {
    color: #586773 !important;
  }

  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-glider,
  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-close,
  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-item .fx-nav-icon {
    background: #dce4ea !important;
    border-color: #c8d3dc !important;
    color: #33414d !important;
  }

  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-item {
    background: #e7edf2 !important;
    border-color: #d1dae2 !important;
    color: #26343f !important;
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 992px) {
  body.fx-bottom-nav-only .fx-mob-bar,
  body.fx-bottom-nav-only .fx-mob-bar *,
  body.fx-bottom-nav-only .fx-mob-more-menu,
  body.fx-bottom-nav-only .fx-mob-more-menu * {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

body.fx-bottom-nav-only {
  --fx-glass-surface: rgba(18, 27, 35, 0.68);
  --fx-glass-surface-strong: rgba(32, 45, 57, 0.82);
  --fx-glass-edge: rgba(224, 240, 255, 0.17);
  --fx-glass-edge-soft: rgba(224, 240, 255, 0.09);
  --fx-glass-text: #f5f8fb;
  --fx-glass-muted: #c5d0d9;
  --fx-glass-shadow: rgba(3, 8, 13, 0.46);
}

body.fx-bottom-nav-only .content-page {
  padding-top: calc(88px + var(--tma-safe-top, 0px)) !important;
  padding-bottom: calc(124px + env(safe-area-inset-bottom, 0px)) !important;
}

body.fx-bottom-nav-only .iq-footer {
  margin-bottom: 0 !important;
}

html.is-tma body.fx-bottom-nav-only .iq-top-navbar,
body.fx-bottom-nav-only.is-tma .iq-top-navbar {
  top: var(--tma-safe-top, 0px) !important;
}

body.fx-bottom-nav-only .iq-top-navbar,
body.fx-bottom-nav-only .iq-top-navbar.fixed-header {
  min-height: 72px !important;
  padding: 8px 10px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
}

body.fx-bottom-nav-only .iq-top-navbar::before {
  display: none !important;
}

body.fx-bottom-nav-only .iq-top-navbar .iq-navbar-custom {
  width: 100% !important;
  min-height: 56px !important;
  padding: 0 !important;
}

body.fx-bottom-nav-only .fx-topbar-navbar {
  min-height: 56px !important;
  justify-content: center !important;
}

body.fx-bottom-nav-only .fx-topbar-inner {
  flex: 0 1 auto !important;
  width: fit-content !important;
  max-width: calc(100vw - 20px) !important;
  min-height: 52px !important;
  margin: 0 auto !important;
  padding: 6px 8px !important;
  justify-content: center !important;
  gap: 6px !important;
  background: var(--fx-glass-surface) !important;
  border: 1px solid var(--fx-glass-edge) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 38px var(--fx-glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(26px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(26px) saturate(1.35) !important;
}

body.fx-bottom-nav-only .fx-topbar-nav,
body.fx-bottom-nav-only .fx-topbar-nav.ml-auto {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  float: none !important;
  margin: 0 auto !important;
}

body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a {
  min-height: 40px !important;
  border: 1px solid var(--fx-glass-edge-soft) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: var(--fx-glass-text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:hover,
body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:active {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(224, 240, 255, 0.25) !important;
}

body.fx-bottom-nav-only .fx-navbar-balance-square {
  background: rgba(36, 138, 217, 0.18) !important;
  border-color: rgba(75, 171, 237, 0.28) !important;
  color: #f7fbff !important;
}

body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:focus-visible {
  outline: 2px solid #fdab21 !important;
  outline-offset: 2px !important;
}

body.fx-bottom-nav-only .fx-mob-bar {
  display: flex !important;
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
  width: min(600px, calc(100% - 20px)) !important;
  min-height: 74px !important;
  padding: 7px 8px !important;
  gap: 4px !important;
  justify-content: space-around !important;
  transform: translateX(-50%) !important;
  background: var(--fx-glass-surface) !important;
  border: 1px solid var(--fx-glass-edge) !important;
  border-radius: 24px !important;
  box-shadow: 0 22px 52px var(--fx-glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 -1px 0 rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(30px) saturate(1.42) !important;
  -webkit-backdrop-filter: blur(30px) saturate(1.42) !important;
  overflow: visible !important;
  isolation: isolate !important;
  z-index: 1050 !important;
}

body.fx-bottom-nav-only .fx-mob-item {
  min-height: 58px !important;
  padding: 7px 3px 8px !important;
  gap: 3px !important;
  border: 1px solid transparent !important;
  border-radius: 16px !important;
  color: var(--fx-glass-muted) !important;
  font-weight: 750 !important;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

body.fx-bottom-nav-only .fx-mob-glider {
  background: rgba(94, 122, 145, 0.24) !important;
  border: 1px solid rgba(218, 237, 252, 0.18) !important;
  border-radius: 16px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 10px 24px rgba(3, 8, 13, 0.18) !important;
  backdrop-filter: blur(12px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.2) !important;
}

body.fx-bottom-nav-only .fx-mob-item:hover,
body.fx-bottom-nav-only .fx-mob-item:active,
body.fx-bottom-nav-only .fx-mob-item.fx-mob-active {
  color: #ffffff !important;
}

body.fx-bottom-nav-only .fx-mob-icon {
  width: 30px !important;
  height: 30px !important;
  border-radius: 10px !important;
  color: currentColor !important;
  font-size: 1.18rem !important;
}

body.fx-bottom-nav-only .fx-mob-label {
  font-size: 0.62rem !important;
  font-weight: 760 !important;
  letter-spacing: 0.01em !important;
}

body.fx-bottom-nav-only .fx-mob-guide,
body.fx-bottom-nav-only .fx-mob-guide:hover,
body.fx-bottom-nav-only .fx-mob-guide:active,
body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
  flex: 0 0 clamp(76px, 20%, 92px) !important;
  min-height: 62px !important;
  padding: 2px 2px 4px !important;
  gap: 2px !important;
  color: #ffffff !important;
  background: transparent !important;
  border-color: transparent !important;
  transform: translateY(-14px);
  z-index: 4 !important;
}

body.fx-bottom-nav-only .fx-mob-guide {
  animation: fx-glass-guide-rise 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

body.fx-bottom-nav-only .fx-mob-guide:hover {
  transform: translateY(-17px) scale(1.025);
}

body.fx-bottom-nav-only .fx-mob-guide:active {
  transform: translateY(-12px) scale(0.975);
}

body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-icon {
  width: 50px !important;
  height: 50px !important;
  border-radius: 17px !important;
  background: rgba(20, 120, 184, 0.88) !important;
  border: 1px solid rgba(142, 211, 255, 0.48) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(8, 89, 145, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(0, 29, 58, 0.18) !important;
  backdrop-filter: blur(16px) saturate(1.3) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.3) !important;
  font-size: 1.34rem !important;
  transform: none !important;
}

body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-label,
body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active .fx-mob-guide-label {
  color: #ffffff !important;
  font-size: 0.61rem !important;
  font-weight: 820 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.44) !important;
}

body.fx-bottom-nav-only .fx-mob-glider.fx-mob-glider-tour {
  opacity: 0 !important;
}

body.fx-bottom-nav-only .fx-mob-more[aria-expanded="true"] {
  background: rgba(253, 171, 33, 0.9) !important;
  border-color: rgba(255, 211, 127, 0.72) !important;
  color: #101820 !important;
  box-shadow: 0 12px 28px rgba(187, 111, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
}

body.fx-bottom-nav-only .fx-mob-more-menu.fx-mob-open .fx-mob-more-backdrop {
  background: rgba(6, 11, 16, 0.62) !important;
  backdrop-filter: blur(7px) !important;
  -webkit-backdrop-filter: blur(7px) !important;
}

body.fx-bottom-nav-only .fx-mob-more-sheet {
  background: rgba(17, 25, 33, 0.76) !important;
  border: 1px solid rgba(224, 240, 255, 0.18) !important;
  border-radius: 24px !important;
  box-shadow: 0 28px 70px rgba(3, 8, 13, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(34px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(34px) saturate(1.4) !important;
}

body.fx-bottom-nav-only .fx-mob-more-item {
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: rgba(224, 240, 255, 0.11) !important;
  color: var(--fx-glass-text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

body.fx-bottom-nav-only .fx-mob-more-item:hover,
body.fx-bottom-nav-only .fx-mob-more-item:active {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(224, 240, 255, 0.19) !important;
}

body.fx-bottom-nav-only .fx-mob-more-close,
body.fx-bottom-nav-only .fx-mob-more-item .fx-nav-icon {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(224, 240, 255, 0.14) !important;
  color: var(--fx-glass-text) !important;
}

body.fx-bottom-nav-only .fx-mob-item:focus-visible,
body.fx-bottom-nav-only .fx-mob-more-item:focus-visible,
body.fx-bottom-nav-only .fx-mob-more-close:focus-visible {
  outline: 2px solid #fdab21 !important;
  outline-offset: 3px !important;
}

[data-theme="Light"] body.fx-bottom-nav-only {
  --fx-glass-surface: rgba(244, 249, 252, 0.74);
  --fx-glass-surface-strong: rgba(232, 241, 247, 0.88);
  --fx-glass-edge: rgba(66, 91, 111, 0.19);
  --fx-glass-edge-soft: rgba(66, 91, 111, 0.11);
  --fx-glass-text: #1c2b36;
  --fx-glass-muted: #465b6b;
  --fx-glass-shadow: rgba(31, 54, 70, 0.18);
}

[data-theme="Light"] body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-item,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-close,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-item .fx-nav-icon {
  background: rgba(255, 255, 255, 0.54) !important;
  border-color: rgba(58, 85, 105, 0.15) !important;
  color: #1c2b36 !important;
}

[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-glider {
  background: rgba(154, 180, 199, 0.3) !important;
  border-color: rgba(58, 85, 105, 0.17) !important;
}

[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-item,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-item.fx-mob-active {
  color: #354b5b !important;
}

[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-guide,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-guide:hover,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-guide:active,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-label {
  color: #ffffff !important;
}

@keyframes fx-glass-guide-rise {
  from { opacity: 0; transform: translateY(5px) scale(0.82); }
  to { opacity: 1; transform: translateY(-14px) scale(1); }
}

@media (max-width: 420px) {
  body.fx-bottom-nav-only .fx-topbar-inner {
    padding: 5px 6px !important;
    gap: 2px !important;
  }

  body.fx-bottom-nav-only .fx-topbar-nav,
  body.fx-bottom-nav-only .fx-topbar-nav.ml-auto {
    gap: 2px !important;
  }

  body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a.search-toggle,
  body.fx-bottom-nav-only .iq-top-navbar #fxAccountMenuToggle.search-toggle {
    width: 40px !important;
    min-width: 40px !important;
  }

  body.fx-bottom-nav-only .fx-navbar-balance-square {
    padding: 0 9px !important;
  }

  body.fx-bottom-nav-only .fx-mob-bar {
    gap: 2px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  body.fx-bottom-nav-only .fx-mob-guide,
  body.fx-bottom-nav-only .fx-mob-guide:hover,
  body.fx-bottom-nav-only .fx-mob-guide:active,
  body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
    flex-basis: 76px !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  body.fx-bottom-nav-only .fx-topbar-inner,
  body.fx-bottom-nav-only .fx-mob-bar,
  body.fx-bottom-nav-only .fx-mob-more-sheet {
    background: #212a33 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  [data-theme="Light"] body.fx-bottom-nav-only .fx-topbar-inner,
  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-bar,
  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-sheet {
    background: #f1f5f8 !important;
  }
}

@supports not (backdrop-filter: blur(1px)) {
  body.fx-bottom-nav-only .fx-topbar-inner,
  body.fx-bottom-nav-only .fx-mob-bar,
  body.fx-bottom-nav-only .fx-mob-more-sheet {
    background: #212a33 !important;
  }

  [data-theme="Light"] body.fx-bottom-nav-only .fx-topbar-inner,
  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-bar,
  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-sheet {
    background: #f1f5f8 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fx-bottom-nav-only .fx-mob-guide,
  body.fx-bottom-nav-only .fx-mob-guide:hover,
  body.fx-bottom-nav-only .fx-mob-guide:active,
  body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
    animation: none !important;
    transform: translateY(-14px) !important;
  }
}

body.fx-bottom-nav-only .iq-top-navbar {
  min-height: 76px !important;
  background: transparent !important;
  border-bottom: 1px solid color-mix(in srgb, var(--iq-body-text, #aeb8c1) 13%, transparent) !important;
  box-shadow: none !important;
}

body.fx-bottom-nav-only .iq-top-navbar .iq-navbar-custom {
  min-height: 76px !important;
  padding: 10px clamp(12px, 3vw, 28px) !important;
  background: transparent !important;
}

body.fx-bottom-nav-only .fx-topbar-navbar {
  min-height: 56px !important;
  justify-content: center !important;
}

body.fx-bottom-nav-only .fx-topbar-inner {
  position: relative;
  display: flex !important;
  flex: 1 1 auto !important;
  width: min(860px, 100%) !important;
  max-width: 860px !important;
  min-height: 56px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.fx-bottom-nav-only .fx-topbar-brand {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 128px;
  color: var(--iq-title-text, #f4f7fa);
  font-size: 0.98rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none !important;
  transform: translateY(-50%);
  transition: color 0.2s ease, opacity 0.2s ease;
}

body.fx-bottom-nav-only .fx-topbar-brand:hover,
body.fx-bottom-nav-only .fx-topbar-brand:focus-visible {
  color: var(--iq-primary, #f43f5e);
}

body.fx-bottom-nav-only .fx-topbar-brand img {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  object-fit: cover;
}

body.fx-bottom-nav-only .fx-topbar-nav,
body.fx-bottom-nav-only .fx-topbar-nav.ml-auto {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  gap: 6px !important;
}

body.fx-bottom-nav-only .fx-topbar-nav > li:nth-child(1) {
  grid-column: 3;
  justify-self: end;
}

body.fx-bottom-nav-only .fx-topbar-nav > li:nth-child(2) {
  grid-column: 1;
  justify-self: end;
}

body.fx-bottom-nav-only .fx-topbar-nav > li:nth-child(3) {
  grid-column: 2;
  justify-self: center;
}

body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a {
  min-height: 42px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:hover,
body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:active {
  background: color-mix(in srgb, var(--iq-primary, #f43f5e) 10%, transparent) !important;
}

body.fx-bottom-nav-only .fx-navbar-balance-square {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  min-height: 42px !important;
  padding: 0 12px !important;
  border-radius: 14px !important;
  background: color-mix(in srgb, var(--iq-card-bg, #212a33) 76%, transparent) !important;
  color: var(--iq-title-text, #f4f7fa) !important;
  font-size: 0.76rem !important;
}

body.fx-bottom-nav-only .fx-topbar-balance-icon {
  color: var(--iq-primary, #f43f5e);
  font-size: 1.12rem;
  line-height: 1;
}

body.fx-bottom-nav-only #fxAccountMenuToggle {
  width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 4px !important;
  overflow: hidden;
  border-radius: 50% !important;
  background: color-mix(in srgb, var(--iq-card-bg, #212a33) 76%, transparent) !important;
}

body.fx-bottom-nav-only #fxAccountMenuToggle img.img-fluid {
  width: 44px !important;
  height: 44px !important;
  position: static !important;
  top: auto !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
}

body.fx-bottom-nav-only .fx-mob-guide-menu {
  position: fixed;
  inset: 0;
  z-index: 1240;
  visibility: hidden;
  pointer-events: none;
}

body.fx-bottom-nav-only .fx-mob-guide-menu.fx-mob-open {
  visibility: visible;
  pointer-events: auto;
}

body.fx-bottom-nav-only .fx-mob-guide-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 9, 14, 0.56);
  opacity: 0;
  transition: opacity 0.24s ease;
}

body.fx-bottom-nav-only .fx-mob-guide-menu.fx-mob-open .fx-mob-guide-backdrop {
  opacity: 1;
}

body.fx-bottom-nav-only .fx-mob-guide-sheet {
  position: absolute;
  left: 50%;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 94px);
  width: min(382px, calc(100vw - 24px));
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--iq-primary, #f43f5e) 22%, transparent);
  border-radius: 24px;
  background: color-mix(in srgb, var(--iq-card-bg, #212a33) 94%, var(--iq-body-bg, #171e24)) !important;
  box-shadow: 0 24px 64px rgba(4, 9, 14, 0.42), 0 2px 8px rgba(4, 9, 14, 0.2);
  opacity: 0;
  transform: translate(-50%, 20px) scale(0.97);
  transition: opacity 0.24s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

body.fx-bottom-nav-only .fx-mob-guide-menu.fx-mob-open .fx-mob-guide-sheet {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

body.fx-bottom-nav-only .fx-mob-guide-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 2px 12px;
}

body.fx-bottom-nav-only .fx-mob-guide-eyebrow {
  display: block;
  margin-bottom: 2px;
  color: var(--iq-body-text, #aeb8c1);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.fx-bottom-nav-only .fx-mob-guide-head strong {
  display: block;
  color: var(--iq-title-text, #f4f7fa);
  font-size: 1rem;
  line-height: 1.1;
}

body.fx-bottom-nav-only .fx-mob-guide-close {
  display: inline-grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: color-mix(in srgb, var(--iq-body-text, #aeb8c1) 9%, transparent);
  color: var(--iq-body-text, #aeb8c1);
  font-size: 1.15rem;
}

body.fx-bottom-nav-only .fx-mob-guide-entry {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 62px;
  padding: 9px 10px;
  border-radius: 17px;
  color: var(--iq-title-text, #f4f7fa) !important;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease;
}

body.fx-bottom-nav-only .fx-mob-guide-entry:hover,
body.fx-bottom-nav-only .fx-mob-guide-entry:focus-visible {
  background: color-mix(in srgb, var(--iq-primary, #f43f5e) 12%, transparent);
  transform: translateY(-1px);
}

body.fx-bottom-nav-only .fx-mob-guide-entry-icon {
  display: inline-grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 14px;
  background: color-mix(in srgb, var(--iq-primary, #f43f5e) 15%, transparent);
  color: var(--iq-primary, #f43f5e);
  font-size: 1.2rem;
}

body.fx-bottom-nav-only .fx-mob-guide-entry-icon-panic {
  background: rgba(139, 92, 246, 0.16);
  color: #a78bfa;
}

body.fx-bottom-nav-only .fx-mob-guide-entry-icon-quant {
  background: rgba(251, 191, 36, 0.16);
  color: #fbbf24;
}

body.fx-bottom-nav-only .fx-mob-guide-entry-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

body.fx-bottom-nav-only .fx-mob-guide-entry-copy strong {
  color: inherit;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.15;
}

body.fx-bottom-nav-only .fx-mob-guide-entry-copy small {
  overflow: hidden;
  color: var(--iq-body-text, #aeb8c1);
  font-size: 0.7rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.fx-bottom-nav-only .fx-mob-guide-entry-arrow {
  margin-left: auto;
  color: var(--iq-body-text, #aeb8c1);
  font-size: 1rem;
}

body.fx-bottom-nav-only .fx-mob-guide-section-title {
  margin: 12px 2px 5px;
  color: var(--iq-body-text, #aeb8c1);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.fx-bottom-nav-only .fx-mob-guide-partners {
  display: grid;
  gap: 2px;
}

@media (max-width: 560px) {
  body.fx-bottom-nav-only .fx-topbar-brand {
    display: none;
  }

  body.fx-bottom-nav-only .fx-topbar-nav > li:nth-child(2) {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  body.fx-bottom-nav-only .fx-mob-bar {
    left: 50% !important;
    right: auto !important;
    width: min(424px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 390px) {
  body.fx-bottom-nav-only .fx-mob-bar {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  body.fx-bottom-nav-only .fx-mob-item,
  body.fx-bottom-nav-only .fx-mob-guide,
  body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

body.fx-bottom-nav-only .fx-mob-glider {
  pointer-events: none !important;
  will-change: transform, width, height, opacity !important;
  backface-visibility: hidden !important;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), width 0.32s cubic-bezier(0.22, 1, 0.36, 1), height 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease !important;
  contain: layout paint !important;
}

body.fx-bottom-nav-only .iq-top-navbar,
body.fx-bottom-nav-only .iq-top-navbar.fixed-header {
  min-height: 102px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 1110 !important;
}

body.fx-bottom-nav-only .iq-top-navbar .iq-navbar-custom {
  display: flex !important;
  align-items: center;
  width: min(1302px, calc(100% - 32px)) !important;
  min-height: 102px !important;
  margin: 0 auto !important;
  padding: 10px 20px !important;
  border: 1px solid color-mix(in srgb, var(--iq-primary, #8b7ad9) 42%, rgba(165, 148, 239, 0.32)) !important;
  border-radius: 26px !important;
  background: color-mix(in srgb, var(--iq-body-bg, #101114) 74%, transparent) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 18px 46px rgba(0, 0, 0, 0.15) !important;
  backdrop-filter: blur(22px) saturate(1.1) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.1) !important;
}

body.fx-bottom-nav-only .fx-topbar-navbar {
  min-height: 64px !important;
}

body.fx-bottom-nav-only .fx-topbar-brand {
  display: none !important;
}

body.fx-bottom-nav-only .fx-topbar-inner {
  display: flex !important;
  flex: 0 1 auto !important;
  width: fit-content !important;
  min-height: 58px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.fx-bottom-nav-only .fx-topbar-nav,
body.fx-bottom-nav-only .fx-topbar-nav.ml-auto {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 auto !important;
  gap: 12px !important;
}

body.fx-bottom-nav-only .fx-topbar-nav > li:nth-child(1),
body.fx-bottom-nav-only .fx-topbar-nav > li:nth-child(2),
body.fx-bottom-nav-only .fx-topbar-nav > li:nth-child(3) {
  grid-column: auto;
  justify-self: auto;
}

body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a {
  min-height: 52px !important;
  border-radius: 18px !important;
  background: transparent !important;
  color: var(--iq-title-text, #f4f7fa) !important;
}

body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:hover,
body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:active {
  background: color-mix(in srgb, var(--iq-primary, #8b7ad9) 12%, transparent) !important;
}

body.fx-bottom-nav-only .fx-navbar-balance-square {
  min-height: 52px !important;
  padding: 0 13px !important;
  border-radius: 18px !important;
  background: transparent !important;
  color: var(--iq-title-text, #f4f7fa) !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 0.91rem !important;
  font-weight: 600 !important;
}

body.fx-bottom-nav-only .fx-topbar-balance-icon {
  color: var(--iq-body-text, #aeb8c1) !important;
  font-size: 1.02rem !important;
}

body.fx-bottom-nav-only #fxAccountMenuToggle {
  width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: color-mix(in srgb, var(--iq-title-text, #f4f7fa) 22%, transparent) !important;
}

body.fx-bottom-nav-only #fxAccountMenuToggle img.img-fluid {
  width: 52px !important;
  height: 52px !important;
}

body.fx-bottom-nav-only .fx-mob-bar {
  --fx-dock-glass: color-mix(in srgb, var(--iq-card-bg, #191720) 72%, transparent);
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 14px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(752px, calc(100vw - 28px)) !important;
  min-height: 102px !important;
  height: 102px !important;
  padding: 14px 20px !important;
  gap: 8px !important;
  overflow: visible !important;
  isolation: isolate;
  border: 0 !important;
  border-radius: 26px !important;
  background: var(--fx-dock-glass) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.025) !important;
  backdrop-filter: blur(26px) saturate(1.15) !important;
  -webkit-backdrop-filter: blur(26px) saturate(1.15) !important;
  transform: translateX(-50%) !important;
}

body.fx-bottom-nav-only .fx-mob-bar::before {
  content: none !important;
}

body.fx-bottom-nav-only .fx-mob-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(105deg, color-mix(in srgb, var(--iq-primary, #8b7ad9) 70%, #5366d9), color-mix(in srgb, var(--iq-primary, #8b7ad9) 22%, transparent) 42%, color-mix(in srgb, var(--iq-primary, #8b7ad9) 64%, #6178ec));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

body.fx-bottom-nav-only .fx-mob-item,
body.fx-bottom-nav-only .fx-mob-guide,
body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
  position: relative;
  z-index: 2;
  display: inline-flex !important;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  height: 66px !important;
  min-height: 66px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: color-mix(in srgb, var(--iq-title-text, #f4f7fa) 5%, transparent) !important;
  box-shadow: none !important;
  color: var(--iq-title-text, #f4f7fa) !important;
  transform: none !important;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease !important;
  animation: none !important;
}

body.fx-bottom-nav-only .fx-mob-guide,
body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
  flex: 0 0 108px !important;
  background: color-mix(in srgb, var(--iq-primary, #8b7ad9) 12%, var(--iq-title-text, #f4f7fa) 4%) !important;
}

body.fx-bottom-nav-only .fx-mob-icon {
  display: none !important;
}

body.fx-bottom-nav-only .fx-mob-label,
body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-label {
  color: inherit !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 550 !important;
  letter-spacing: -0.018em !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-label {
  font-size: 0.86rem !important;
  font-weight: 650 !important;
}

body.fx-bottom-nav-only .fx-mob-glider {
  z-index: 1;
  height: 66px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: color-mix(in srgb, var(--iq-primary, #8b7ad9) 30%, transparent) !important;
  box-shadow: none !important;
}

body.fx-bottom-nav-only .fx-mob-glider.fx-mob-glider-tour {
  opacity: 0 !important;
}

body.fx-bottom-nav-only .fx-mob-item.fx-mob-active,
body.fx-bottom-nav-only .fx-mob-item:hover,
body.fx-bottom-nav-only .fx-mob-item:focus-visible {
  background: transparent !important;
  color: var(--iq-title-text, #f4f7fa) !important;
  transform: none !important;
}

body.fx-bottom-nav-only .fx-mob-guide:hover,
body.fx-bottom-nav-only .fx-mob-guide:focus-visible,
body.fx-bottom-nav-only .fx-mob-guide:active {
  background: color-mix(in srgb, var(--iq-primary, #8b7ad9) 20%, var(--iq-title-text, #f4f7fa) 5%) !important;
  color: var(--iq-title-text, #f4f7fa) !important;
  transform: translateY(-1px) !important;
}

body.fx-bottom-nav-only .fx-mob-guide-entry {
  width: 100%;
  border: 0;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

body.fx-bottom-nav-only .fx-mob-guide-sheet {
  border-color: color-mix(in srgb, var(--iq-primary, #8b7ad9) 36%, transparent) !important;
  background: color-mix(in srgb, var(--iq-card-bg, #191720) 82%, transparent) !important;
  backdrop-filter: blur(26px) saturate(1.12) !important;
  -webkit-backdrop-filter: blur(26px) saturate(1.12) !important;
}

@media (max-width: 620px) {
  body.fx-bottom-nav-only .iq-top-navbar,
  body.fx-bottom-nav-only .iq-top-navbar.fixed-header {
    min-height: 78px !important;
  }

  body.fx-bottom-nav-only .iq-top-navbar .iq-navbar-custom {
    width: calc(100% - 20px) !important;
    min-height: 78px !important;
    padding: 7px 10px !important;
    border-radius: 22px !important;
  }

  body.fx-bottom-nav-only .fx-topbar-nav,
  body.fx-bottom-nav-only .fx-topbar-nav.ml-auto {
    gap: 4px !important;
  }

  body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a,
  body.fx-bottom-nav-only .fx-navbar-balance-square {
    min-height: 44px !important;
  }

  body.fx-bottom-nav-only #fxAccountMenuToggle,
  body.fx-bottom-nav-only #fxAccountMenuToggle img.img-fluid {
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  body.fx-bottom-nav-only .fx-mob-bar {
    width: calc(100vw - 20px) !important;
    min-height: 78px !important;
    height: 78px !important;
    padding: 7px 8px !important;
    gap: 4px !important;
    border-radius: 22px !important;
  }

  body.fx-bottom-nav-only .fx-mob-item,
  body.fx-bottom-nav-only .fx-mob-guide,
  body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 7px !important;
    border-radius: 17px !important;
  }

  body.fx-bottom-nav-only .fx-mob-guide,
  body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
    flex-basis: 82px !important;
  }

  body.fx-bottom-nav-only .fx-mob-label,
  body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-label {
    font-size: 0.72rem !important;
  }

  body.fx-bottom-nav-only .fx-mob-glider {
    height: 58px !important;
    border-radius: 17px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fx-bottom-nav-only .fx-mob-bar,
  body.fx-bottom-nav-only .fx-mob-item,
  body.fx-bottom-nav-only .fx-mob-guide {
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fx-bottom-nav-only .fx-mob-guide-backdrop,
  body.fx-bottom-nav-only .fx-mob-guide-sheet,
  body.fx-bottom-nav-only .fx-mob-guide-entry {
    transition-duration: 0.01ms !important;
  }
}

body.fx-bottom-nav-only {
  --fx-glass-surface: rgba(33, 42, 51, 0.92);
  --fx-glass-surface-strong: #344150;
  --fx-glass-text: #f4f7fa;
  --fx-glass-muted: #aeb8c1;
  --fx-glass-shadow: rgba(4, 9, 14, 0.34);
}

body.fx-bottom-nav-only .fx-topbar-inner {
  background: rgba(33, 42, 51, 0.86) !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 24px rgba(4, 9, 14, 0.24) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:hover,
body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:active {
  background: #344150 !important;
}

body.fx-bottom-nav-only .fx-navbar-balance-square {
  background: #344150 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.fx-bottom-nav-only .fx-mob-bar {
  height: 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  align-items: center !important;
  padding: 7px 8px !important;
  background: rgba(33, 42, 51, 0.92) !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 30px rgba(4, 9, 14, 0.3) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

body.fx-bottom-nav-only .fx-mob-item {
  min-height: 56px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #aeb8c1 !important;
}

body.fx-bottom-nav-only .fx-mob-glider {
  background: #344150 !important;
  border: 0 !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.fx-bottom-nav-only .fx-mob-item:hover,
body.fx-bottom-nav-only .fx-mob-item:active,
body.fx-bottom-nav-only .fx-mob-item.fx-mob-active {
  color: #ffffff !important;
}

body.fx-bottom-nav-only .fx-mob-guide,
body.fx-bottom-nav-only .fx-mob-guide:hover,
body.fx-bottom-nav-only .fx-mob-guide:active,
body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
  flex: 0 0 clamp(78px, 20%, 88px) !important;
  width: clamp(78px, 20%, 88px) !important;
  height: 78px !important;
  min-height: 78px !important;
  padding: 5px 4px 7px !important;
  background: #2b3742 !important;
  border: 0 !important;
  border-radius: 30px 30px 17px 17px / 34px 34px 15px 15px !important;
  box-shadow: 0 12px 24px rgba(4, 9, 14, 0.24) !important;
  color: #ffffff !important;
  transform: translateY(-13px) !important;
  animation: none !important;
}

body.fx-bottom-nav-only .fx-mob-guide:hover {
  transform: translateY(-15px) scale(1.01) !important;
}

body.fx-bottom-nav-only .fx-mob-guide:active {
  transform: translateY(-11px) scale(0.99) !important;
}

body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 15px !important;
  background: #248ad9 !important;
  border: 0 !important;
  box-shadow: 0 8px 16px rgba(20, 120, 184, 0.28) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  font-size: 1.22rem !important;
}

body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-label,
body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active .fx-mob-guide-label {
  color: #ffffff !important;
  text-shadow: none !important;
}

body.fx-bottom-nav-only .fx-mob-more[aria-expanded="true"] {
  background: #fdab21 !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #111820 !important;
}

body.fx-bottom-nav-only .fx-mob-more-menu.fx-mob-open .fx-mob-more-backdrop {
  background: rgba(10, 14, 18, 0.68) !important;
  backdrop-filter: blur(3px) !important;
  -webkit-backdrop-filter: blur(3px) !important;
}

body.fx-bottom-nav-only .fx-mob-more-sheet {
  background: rgba(26, 32, 38, 0.96) !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 38px rgba(4, 9, 14, 0.38) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

body.fx-bottom-nav-only .fx-mob-more-item,
body.fx-bottom-nav-only .fx-mob-more-close,
body.fx-bottom-nav-only .fx-mob-more-item .fx-nav-icon {
  background: #212a33 !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #f4f7fa !important;
}

body.fx-bottom-nav-only .fx-mob-more-item:hover,
body.fx-bottom-nav-only .fx-mob-more-item:active {
  background: #344150 !important;
}

[data-theme="Light"] body.fx-bottom-nav-only {
  --fx-glass-surface: rgba(239, 244, 247, 0.94);
  --fx-glass-surface-strong: #d9e2e8;
  --fx-glass-text: #26343f;
  --fx-glass-muted: #586773;
  --fx-glass-shadow: rgba(31, 54, 70, 0.16);
}

[data-theme="Light"] body.fx-bottom-nav-only .fx-topbar-inner,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-bar {
  background: rgba(239, 244, 247, 0.94) !important;
  box-shadow: 0 12px 26px rgba(31, 54, 70, 0.15) !important;
}

[data-theme="Light"] body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-item {
  color: #586773 !important;
}

[data-theme="Light"] body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:hover,
[data-theme="Light"] body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:active,
[data-theme="Light"] body.fx-bottom-nav-only .fx-navbar-balance-square,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-glider {
  background: #d9e2e8 !important;
  color: #26343f !important;
}

[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-guide,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-guide:hover,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-guide:active,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
  background: #344150 !important;
  color: #ffffff !important;
}

[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-sheet {
  background: rgba(244, 247, 249, 0.97) !important;
}

[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-item,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-close,
[data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-item .fx-nav-icon {
  background: #e4ebf0 !important;
  color: #26343f !important;
}

@media (prefers-reduced-transparency: reduce) {
  body.fx-bottom-nav-only .fx-topbar-inner,
  body.fx-bottom-nav-only .fx-mob-bar,
  body.fx-bottom-nav-only .fx-mob-more-sheet {
    background: #212a33 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  [data-theme="Light"] body.fx-bottom-nav-only .fx-topbar-inner,
  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-bar,
  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-sheet {
    background: #eff4f7 !important;
  }
}

@supports not (backdrop-filter: blur(1px)) {
  body.fx-bottom-nav-only .fx-topbar-inner,
  body.fx-bottom-nav-only .fx-mob-bar,
  body.fx-bottom-nav-only .fx-mob-more-sheet {
    background: #212a33 !important;
  }

  [data-theme="Light"] body.fx-bottom-nav-only .fx-topbar-inner,
  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-bar,
  [data-theme="Light"] body.fx-bottom-nav-only .fx-mob-more-sheet {
    background: #eff4f7 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fx-bottom-nav-only .fx-mob-guide,
  body.fx-bottom-nav-only .fx-mob-guide:hover,
  body.fx-bottom-nav-only .fx-mob-guide:active,
  body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
    transform: translateY(-13px) !important;
  }
}

body.fx-bottom-nav-only {
  --fx-nav-surface: var(--iq-card-bg, #212a33);
  --fx-nav-text: var(--iq-body-text, #aeb8c1);
  --fx-nav-title: var(--iq-title-text, #f4f7fa);
  --fx-nav-accent: var(--iq-primary, #f43f5e);
  --fx-nav-accent-rgb: var(--iq-accent-rgb, 244, 63, 94);
}

body.fx-bottom-nav-only .fx-mob-bar {
  background: var(--fx-nav-surface) !important;
  box-shadow: 0 14px 30px var(--fx-glass-shadow) !important;
}

@supports (background: color-mix(in srgb, red, transparent)) {
  body.fx-bottom-nav-only .fx-mob-bar {
    background: color-mix(in srgb, var(--fx-nav-surface) 92%, var(--iq-body-bg, #1a2026)) !important;
  }

  body.fx-bottom-nav-only .fx-mob-guide,
  body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
    background: color-mix(in srgb, var(--fx-nav-surface) 86%, var(--iq-body-bg, #1a2026)) !important;
  }
}

body.fx-bottom-nav-only .fx-mob-item {
  color: var(--fx-nav-text) !important;
}

body.fx-bottom-nav-only .fx-mob-item.fx-mob-active,
body.fx-bottom-nav-only .fx-mob-item.fx-mob-active .fx-mob-icon,
body.fx-bottom-nav-only .fx-mob-item.fx-mob-active .fx-mob-label {
  color: var(--fx-nav-title) !important;
}

body.fx-bottom-nav-only .fx-mob-glider {
  opacity: 1 !important;
  background: rgba(var(--fx-nav-accent-rgb), 0.15) !important;
  border: 0 !important;
  box-shadow: 0 9px 20px rgba(var(--fx-nav-accent-rgb), 0.14) !important;
}

body.fx-bottom-nav-only .fx-mob-bar.fx-mob-interacting .fx-mob-glider {
  opacity: 1 !important;
}

body.fx-bottom-nav-only .fx-mob-item:hover,
body.fx-bottom-nav-only .fx-mob-item:focus-visible,
body.fx-bottom-nav-only .fx-mob-item:active,
body.fx-bottom-nav-only .fx-mob-item:hover .fx-mob-icon,
body.fx-bottom-nav-only .fx-mob-item:hover .fx-mob-label,
body.fx-bottom-nav-only .fx-mob-item:focus-visible .fx-mob-icon,
body.fx-bottom-nav-only .fx-mob-item:focus-visible .fx-mob-label,
body.fx-bottom-nav-only .fx-mob-item:active .fx-mob-icon,
body.fx-bottom-nav-only .fx-mob-item:active .fx-mob-label {
  color: var(--fx-nav-title) !important;
}

body.fx-bottom-nav-only .fx-mob-item:focus-visible {
  outline: 2px solid rgba(var(--fx-nav-accent-rgb), 0.68) !important;
  outline-offset: -3px !important;
}

body.fx-bottom-nav-only .fx-mob-guide,
body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
  background: var(--fx-nav-surface) !important;
  box-shadow: 0 12px 24px var(--fx-glass-shadow) !important;
  color: var(--fx-nav-text) !important;
}

body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-icon {
  background: transparent !important;
  box-shadow: none !important;
  color: currentColor !important;
}

body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-label,
body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active .fx-mob-guide-label {
  color: currentColor !important;
}

body.fx-bottom-nav-only .fx-mob-guide:hover,
body.fx-bottom-nav-only .fx-mob-guide:focus-visible,
body.fx-bottom-nav-only .fx-mob-guide:active {
  background: rgba(var(--fx-nav-accent-rgb), 0.16) !important;
  box-shadow: 0 14px 28px rgba(var(--fx-nav-accent-rgb), 0.18) !important;
  color: var(--fx-nav-title) !important;
}

body.fx-bottom-nav-only .fx-mob-guide:hover .fx-mob-guide-icon,
body.fx-bottom-nav-only .fx-mob-guide:focus-visible .fx-mob-guide-icon,
body.fx-bottom-nav-only .fx-mob-guide:active .fx-mob-guide-icon {
  color: var(--fx-nav-accent) !important;
}

body.fx-bottom-nav-only .fx-mob-glider.fx-mob-glider-tour {
  opacity: 0 !important;
}

body.fx-bottom-nav-only .fx-mob-more[aria-expanded="true"] {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--fx-nav-text) !important;
}

body.fx-bottom-nav-only {
  --fx-guide-rest-y: clamp(-24px, -5vw, -16px);
}

body.fx-bottom-nav-only .fx-mob-bar {
  --fx-guide-dock-surface: var(--fx-nav-surface);
  overflow: visible !important;
  isolation: isolate;
  background: var(--fx-guide-dock-surface) !important;
  border-radius: 30px !important;
}

@supports (background: color-mix(in srgb, red, transparent)) {
  body.fx-bottom-nav-only .fx-mob-bar {
    --fx-guide-dock-surface: color-mix(in srgb, var(--fx-nav-surface) 92%, var(--iq-body-bg, #1a2026));
  }
}

body.fx-bottom-nav-only .fx-mob-bar::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: clamp(118px, 30vw, 144px);
  height: clamp(96px, 22vw, 108px);
  border-radius: 40px 40px 0 0 / 36px 36px 0 0;
  background: var(--fx-guide-dock-surface);
  box-shadow: none;
  pointer-events: none;
  transform: translateX(-50%);
  transform-origin: center bottom;
  transition: background 0.24s ease, height 0.38s cubic-bezier(0.22, 1, 0.36, 1), transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
  animation: fx-guide-dock-shape 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  z-index: 0;
}

body.fx-bottom-nav-only .fx-mob-item {
  position: relative;
  z-index: 2;
}

body.fx-bottom-nav-only .fx-mob-item .fx-mob-icon {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s ease, opacity 0.2s ease !important;
}

body.fx-bottom-nav-only .fx-mob-item:hover .fx-mob-icon,
body.fx-bottom-nav-only .fx-mob-item:focus-visible .fx-mob-icon {
  transform: translateY(-2px) scale(1.08) !important;
}

body.fx-bottom-nav-only .fx-mob-item:active .fx-mob-icon {
  transform: translateY(1px) scale(0.92) !important;
  transition-duration: 0.12s !important;
}

body.fx-bottom-nav-only .fx-mob-icon {
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
  font-size: 1.42rem !important;
  line-height: 1 !important;
}

body.fx-bottom-nav-only .fx-mob-icon > i {
  display: block;
  line-height: 1;
}

body.fx-bottom-nav-only .fx-mob-glider {
  z-index: 1;
}

body.fx-bottom-nav-only .fx-mob-guide,
body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
  flex: 0 0 clamp(112px, 28vw, 132px) !important;
  width: clamp(112px, 28vw, 132px) !important;
  height: clamp(88px, 20vw, 96px) !important;
  min-height: clamp(88px, 20vw, 96px) !important;
  padding: 10px 4px 8px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--fx-nav-text) !important;
  transform: translateY(var(--fx-guide-rest-y)) !important;
  transform-origin: center bottom;
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s ease !important;
  animation: fx-guide-content-rise 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  z-index: 3 !important;
}

body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-icon {
  width: 48px !important;
  height: 48px !important;
  font-size: 1.6rem !important;
}

body.fx-bottom-nav-only .fx-mob-guide .fx-mob-guide-label {
  font-size: 0.66rem !important;
}

@media (max-width: 380px) {
  body.fx-bottom-nav-only .fx-mob-guide,
  body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
    flex-basis: 104px !important;
    width: 104px !important;
  }
}

body.fx-bottom-nav-only .fx-mob-guide:hover,
body.fx-bottom-nav-only .fx-mob-guide:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--fx-nav-title) !important;
  transform: translateY(calc(var(--fx-guide-rest-y) - 4px)) scale(1.012) !important;
}

body.fx-bottom-nav-only .fx-mob-guide:active {
  background: transparent !important;
  color: var(--fx-nav-title) !important;
  transform: translateY(calc(var(--fx-guide-rest-y) + 3px)) scale(0.985) !important;
}

body.fx-bottom-nav-only .fx-mob-guide:hover .fx-mob-guide-icon,
body.fx-bottom-nav-only .fx-mob-guide:focus-visible .fx-mob-guide-icon,
body.fx-bottom-nav-only .fx-mob-guide:active .fx-mob-guide-icon {
  color: var(--fx-nav-accent) !important;
  transform: translateY(-1px) scale(1.04) !important;
}

@keyframes fx-guide-dock-shape {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(12px) scaleX(0.86);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scaleX(1);
  }
}

@keyframes fx-guide-content-rise {
  from {
    opacity: 0;
    transform: translateY(calc(var(--fx-guide-rest-y) + 14px)) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(var(--fx-guide-rest-y)) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fx-bottom-nav-only .fx-mob-bar::before,
  body.fx-bottom-nav-only .fx-mob-guide,
  body.fx-bottom-nav-only .fx-mob-guide.fx-mob-active {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  body.fx-bottom-nav-only .fx-mob-guide,
  body.fx-bottom-nav-only .fx-mob-guide:hover,
  body.fx-bottom-nav-only .fx-mob-guide:focus-visible,
  body.fx-bottom-nav-only .fx-mob-guide:active {
    transform: translateY(var(--fx-guide-rest-y)) !important;
  }
}

body.fx-bottom-nav-only .iq-top-navbar {
  min-height: 76px !important;
  background: transparent !important;
  border-bottom: 1px solid color-mix(in srgb, var(--iq-body-text, #aeb8c1) 13%, transparent) !important;
  box-shadow: none !important;
}

body.fx-bottom-nav-only .iq-top-navbar .iq-navbar-custom {
  min-height: 76px !important;
  padding: 10px clamp(12px, 3vw, 28px) !important;
  background: transparent !important;
}

body.fx-bottom-nav-only .fx-topbar-navbar {
  min-height: 56px !important;
  justify-content: center !important;
}

body.fx-bottom-nav-only .fx-topbar-inner {
  position: relative;
  display: flex !important;
  flex: 1 1 auto !important;
  width: min(860px, 100%) !important;
  max-width: 860px !important;
  min-height: 56px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.fx-bottom-nav-only .fx-topbar-brand {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 128px;
  color: var(--iq-title-text, #f4f7fa);
  font-size: 0.98rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none !important;
  transform: translateY(-50%);
  transition: color 0.2s ease, opacity 0.2s ease;
}

body.fx-bottom-nav-only .fx-topbar-brand:hover,
body.fx-bottom-nav-only .fx-topbar-brand:focus-visible {
  color: var(--iq-primary, #f43f5e);
}

body.fx-bottom-nav-only .fx-topbar-brand img {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  object-fit: cover;
}

body.fx-bottom-nav-only .fx-topbar-nav,
body.fx-bottom-nav-only .fx-topbar-nav.ml-auto {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  gap: 6px !important;
}

body.fx-bottom-nav-only .fx-topbar-nav > li:nth-child(1) {
  grid-column: 3;
  justify-self: end;
}

body.fx-bottom-nav-only .fx-topbar-nav > li:nth-child(2) {
  grid-column: 1;
  justify-self: end;
}

body.fx-bottom-nav-only .fx-topbar-nav > li:nth-child(3) {
  grid-column: 2;
  justify-self: center;
}

body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a {
  min-height: 42px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:hover,
body.fx-bottom-nav-only .iq-top-navbar .fx-topbar-nav > li > a:active {
  background: color-mix(in srgb, var(--iq-primary, #f43f5e) 10%, transparent) !important;
}

body.fx-bottom-nav-only .fx-navbar-balance-square {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  min-height: 42px !important;
  padding: 0 12px !important;
  border-radius: 14px !important;
  background: color-mix(in srgb, var(--iq-card-bg, #212a33) 76%, transparent) !important;
  color: var(--iq-title-text, #f4f7fa) !important;
  font-size: 0.76rem !important;
}

body.fx-bottom-nav-only .fx-topbar-balance-icon {
  color: var(--iq-primary, #f43f5e);
  font-size: 1.12rem;
  line-height: 1;
}

body.fx-bottom-nav-only #fxAccountMenuToggle {
  width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 4px !important;
  overflow: hidden;
  border-radius: 50% !important;
  background: color-mix(in srgb, var(--iq-card-bg, #212a33) 76%, transparent) !important;
}

body.fx-bottom-nav-only #fxAccountMenuToggle img.img-fluid {
  width: 44px !important;
  height: 44px !important;
  position: static !important;
  top: auto !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
}

@media (max-width: 560px) {
  body.fx-bottom-nav-only .fx-topbar-brand {
    display: none;
  }

  body.fx-bottom-nav-only .fx-topbar-nav > li:nth-child(2) {
    justify-self: start;
  }
}
