/* SignalRadar mobile application shell. Loaded last to normalize legacy mobile layers. */
#sr-mobile-app {
  display: none;
}

@media (max-width: 900px) {
  :root {
    --sr-safe-top: env(safe-area-inset-top, 0px);
    --sr-safe-right: env(safe-area-inset-right, 0px);
    --sr-safe-bottom: env(safe-area-inset-bottom, 0px);
    --sr-safe-left: env(safe-area-inset-left, 0px);
    --sr-mobile-top-height: 112px;
    --sr-mobile-dock-height: 76px;
    --sr-mobile-bg: #030812;
    --sr-mobile-panel: rgba(7, 17, 29, .96);
    --sr-mobile-panel-soft: rgba(13, 27, 43, .82);
    --sr-mobile-line: rgba(126, 236, 240, .14);
    --sr-mobile-text: #edfdfd;
    --sr-mobile-muted: #829eaa;
    --sr-mobile-accent: #43f4dd;
    --sr-mobile-accent-2: #7e8cff;
    --sr-mobile-positive: #42edae;
    --sr-mobile-negative: #ff6d8f;
    --sr-mobile-warning: #ffd76a;
    --sr-mobile-shadow: 0 18px 54px rgba(0, 0, 0, .48);
  }

  html {
    min-width: 320px;
    background: var(--sr-mobile-bg);
    overscroll-behavior-y: none;
    scroll-padding-top: calc(var(--sr-mobile-top-height) + var(--sr-safe-top) + 10px);
  }

  body {
    min-width: 320px;
    min-height: 100dvh;
    padding-top: calc(var(--sr-mobile-top-height) + var(--sr-safe-top)) !important;
    padding-right: var(--sr-safe-right);
    padding-bottom: calc(var(--sr-mobile-dock-height) + var(--sr-safe-bottom) + 18px) !important;
    padding-left: var(--sr-safe-left);
    overflow-x: hidden;
    background-attachment: scroll !important;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
  }

  body > header,
  body > .mobile-toggle {
    display: none !important;
  }

  button,
  a,
  input,
  select,
  .chip {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  button:focus-visible,
  a:focus-visible,
  input:focus-visible,
  select:focus-visible,
  [tabindex]:focus-visible {
    outline: 2px solid var(--sr-mobile-accent) !important;
    outline-offset: 2px;
  }

  #sr-mobile-app {
    display: block;
    color: var(--sr-mobile-text);
  }

  #sr-mobile-top {
    position: fixed;
    inset: 0 0 auto;
    z-index: 2080;
    display: grid;
    height: calc(var(--sr-mobile-top-height) + var(--sr-safe-top));
    box-sizing: border-box;
    padding: calc(8px + var(--sr-safe-top)) max(12px, var(--sr-safe-right)) 8px max(12px, var(--sr-safe-left));
    background:
      radial-gradient(circle at 18% -30%, rgba(67, 244, 221, .2), transparent 50%),
      radial-gradient(circle at 88% 5%, rgba(126, 140, 255, .15), transparent 45%),
      linear-gradient(180deg, rgba(3, 10, 19, .985), rgba(4, 12, 22, .94));
    border: 0;
    border-bottom: 1px solid rgba(107, 231, 235, .14);
    box-shadow: 0 10px 32px rgba(0, 0, 0, .36), inset 0 -1px rgba(255, 255, 255, .025);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
    backdrop-filter: blur(22px) saturate(145%);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1), opacity .2s ease;
  }

  .sr-mobile-top__brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    gap: 10px;
  }

  .sr-mobile-brand,
  .sr-mobile-plan,
  .sr-mobile-top__metrics button {
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
  }

  .sr-mobile-brand {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    padding: 0;
    text-align: left;
  }

  .sr-mobile-brand > span:last-child {
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .sr-mobile-brand strong {
    overflow: hidden;
    color: #f2ffff;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: .02em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sr-mobile-brand small {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--sr-mobile-muted);
    font-size: 10px;
    font-weight: 650;
    line-height: 1.2;
  }

  .sr-mobile-brand__mark {
    position: relative;
    display: grid;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(94, 255, 236, .28);
    border-radius: 12px;
    color: #061411;
    background: linear-gradient(140deg, #8affee, #43ddca 48%, #7e8cff);
    box-shadow: 0 7px 22px rgba(42, 235, 208, .2), inset 0 1px rgba(255, 255, 255, .6);
  }

  .sr-mobile-brand__mark i {
    position: absolute;
    inset: -40%;
    background: conic-gradient(from 180deg, transparent, rgba(255, 255, 255, .65), transparent 30%);
    animation: sr-mobile-mark-spin 6s linear infinite;
  }

  .sr-mobile-brand__mark b {
    position: relative;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: -.03em;
  }

  .sr-mobile-live-dot {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: #75858d;
    box-shadow: 0 0 0 3px rgba(117, 133, 141, .1);
  }

  .is-scanning .sr-mobile-live-dot {
    background: var(--sr-mobile-positive);
    box-shadow: 0 0 0 3px rgba(66, 237, 174, .12), 0 0 12px rgba(66, 237, 174, .8);
    animation: sr-mobile-live 1.35s ease-in-out infinite;
  }

  .sr-mobile-plan {
    display: grid;
    min-width: 88px;
    max-width: 46vw;
    gap: 2px;
    padding: 6px 9px;
    text-align: right;
    border: 1px solid rgba(126, 140, 255, .16);
    border-radius: 12px;
    background: rgba(126, 140, 255, .07);
  }

  .sr-mobile-plan strong {
    color: #d7ddff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
  }

  .sr-mobile-plan small {
    overflow: hidden;
    color: var(--sr-mobile-muted);
    font-size: 8px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .is-pro .sr-mobile-plan {
    border-color: rgba(255, 215, 106, .28);
    background: linear-gradient(145deg, rgba(255, 215, 106, .13), rgba(126, 140, 255, .08));
  }

  .is-pro .sr-mobile-plan strong {
    color: var(--sr-mobile-warning);
  }

  .sr-mobile-top__metrics {
    display: grid;
    grid-template-columns: .9fr .55fr .65fr 1.25fr;
    align-items: stretch;
    gap: 6px;
    margin-top: 7px;
  }

  .sr-mobile-top__metrics > span,
  .sr-mobile-top__metrics > button {
    display: grid;
    min-width: 0;
    gap: 2px;
    align-content: center;
    min-height: 38px;
    padding: 5px 7px;
    text-align: left;
    border: 1px solid rgba(126, 236, 240, .09);
    border-radius: 10px;
    background: rgba(9, 23, 36, .62);
  }

  .sr-mobile-top__metrics small {
    color: var(--sr-mobile-muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .sr-mobile-top__metrics strong {
    overflow: hidden;
    color: #eaffff;
    font-size: 10px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #sr-mobile-dock {
    position: fixed;
    inset: auto 0 0;
    z-index: 2090;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: calc(var(--sr-mobile-dock-height) + var(--sr-safe-bottom));
    box-sizing: border-box;
    padding: 6px max(7px, var(--sr-safe-right)) var(--sr-safe-bottom) max(7px, var(--sr-safe-left));
    border-top: 1px solid rgba(107, 231, 235, .13);
    background:
      radial-gradient(circle at 50% 115%, rgba(67, 244, 221, .15), transparent 52%),
      linear-gradient(180deg, rgba(4, 13, 23, .92), rgba(2, 7, 14, .985));
    box-shadow: 0 -16px 40px rgba(0, 0, 0, .36);
    -webkit-backdrop-filter: blur(24px) saturate(155%);
    backdrop-filter: blur(24px) saturate(155%);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1), opacity .2s ease;
  }

  #sr-mobile-dock > button {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 54px;
    place-items: center;
    align-content: center;
    gap: 3px;
    padding: 4px 2px;
    border: 0;
    border-radius: 14px;
    color: #718b98;
    background: transparent;
    font: inherit;
    transition: color .18s ease, background .18s ease, transform .15s ease;
  }

  #sr-mobile-dock > button > span:not(.sr-mobile-scan__orb) {
    font-size: 20px;
    font-weight: 800;
    line-height: .9;
  }

  #sr-mobile-dock > button > small {
    overflow: hidden;
    max-width: 100%;
    font-size: 9px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #sr-mobile-dock > button.is-active:not(.sr-mobile-scan) {
    color: var(--sr-mobile-accent);
    background: linear-gradient(180deg, rgba(67, 244, 221, .09), transparent);
  }

  #sr-mobile-dock > button:active {
    transform: scale(.94);
  }

  .sr-mobile-badge {
    position: absolute;
    top: 3px;
    left: calc(50% + 7px);
    display: grid;
    min-width: 17px;
    height: 17px;
    box-sizing: border-box;
    place-items: center;
    padding: 0 4px;
    border: 2px solid #06101c;
    border-radius: 999px;
    color: #07110f;
    background: var(--sr-mobile-accent);
    font-size: 8px;
    font-weight: 950;
  }

  #sr-mobile-dock .sr-mobile-scan {
    align-content: start;
    overflow: visible;
    color: #c6dbdf;
  }

  .sr-mobile-scan__orb {
    position: relative;
    display: grid;
    width: 48px;
    height: 48px;
    margin-top: -22px;
    place-items: center;
    overflow: visible;
    border: 5px solid #06101c;
    border-radius: 50%;
    color: #061411;
    background: linear-gradient(145deg, #87ffed, #3fe0cb 60%, #7e8cff);
    box-shadow: 0 6px 24px rgba(44, 230, 205, .34), inset 0 1px rgba(255, 255, 255, .65);
  }

  .sr-mobile-scan__orb i {
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(67, 244, 221, .24);
    border-radius: inherit;
    opacity: 0;
  }

  .sr-mobile-scan__orb b {
    font-size: 13px;
    transform: translateX(1px);
  }

  .is-scanning .sr-mobile-scan__orb {
    color: #fff;
    background: linear-gradient(145deg, #ff86a2, #ff5c82);
    box-shadow: 0 6px 26px rgba(255, 92, 130, .4), inset 0 1px rgba(255, 255, 255, .55);
  }

  .is-scanning .sr-mobile-scan__orb b {
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 2px;
    color: transparent;
    background: currentColor;
  }

  .is-scanning .sr-mobile-scan__orb i {
    opacity: 1;
    border-color: rgba(255, 109, 143, .55);
    animation: sr-mobile-scan-ring 1.65s ease-out infinite;
  }

  .sr-mobile-sheet {
    position: fixed;
    inset: 0;
    z-index: 2300;
    display: grid;
    align-items: end;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: visibility 0s linear .32s, opacity .25s ease;
  }

  .sr-mobile-sheet.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .sr-mobile-sheet__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 4, 10, .72);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .sr-mobile-sheet__panel {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr);
    width: 100%;
    max-height: min(calc(var(--sr-mobile-vh, 100dvh) - var(--sr-safe-top) - 12px), 820px);
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(116, 242, 239, .16);
    border-bottom: 0;
    border-radius: 28px 28px 0 0;
    color: var(--sr-mobile-text);
    background:
      radial-gradient(circle at 12% 0%, rgba(67, 244, 221, .12), transparent 33%),
      radial-gradient(circle at 90% 3%, rgba(126, 140, 255, .12), transparent 35%),
      linear-gradient(180deg, #091625, #050c16 72%);
    box-shadow: 0 -22px 70px rgba(0, 0, 0, .62), inset 0 1px rgba(255, 255, 255, .055);
    transform: translate3d(0, 104%, 0);
    transition: transform .32s cubic-bezier(.2, .82, .2, 1);
  }

  .sr-mobile-sheet.is-open .sr-mobile-sheet__panel {
    transform: translate3d(0, 0, 0);
  }

  .sr-mobile-sheet__handle {
    width: 42px;
    height: 4px;
    margin: 8px auto 1px;
    border-radius: 99px;
    background: rgba(190, 225, 228, .25);
  }

  .sr-mobile-sheet__head {
    position: static;
    display: flex;
    min-height: 55px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 14px 7px 17px;
    border: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .sr-mobile-sheet__head > div {
    display: grid;
    gap: 1px;
  }

  .sr-mobile-sheet__head small {
    color: var(--sr-mobile-accent);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .sr-mobile-sheet__head h2 {
    margin: 0;
    color: #f1ffff;
    font-size: 19px;
    line-height: 1.15;
  }

  .sr-mobile-sheet__close {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(131, 217, 221, .13);
    border-radius: 15px;
    color: #d8ebed;
    background: rgba(255, 255, 255, .045);
    font-size: 24px;
  }

  .sr-mobile-sheet__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin: 2px 14px 10px;
    padding: 4px;
    border: 1px solid rgba(124, 230, 233, .08);
    border-radius: 14px;
    background: rgba(2, 9, 17, .6);
  }

  .sr-mobile-sheet__tabs button {
    min-height: 38px;
    padding: 7px 5px;
    border: 0;
    border-radius: 10px;
    color: #76929e;
    background: transparent;
    font: 750 11px/1 system-ui, -apple-system, sans-serif;
  }

  .sr-mobile-sheet__tabs button.is-active {
    color: #eaffff;
    background: linear-gradient(135deg, rgba(67, 244, 221, .16), rgba(126, 140, 255, .12));
    box-shadow: inset 0 0 0 1px rgba(96, 238, 229, .13);
  }

  .sr-mobile-sheet__scroll {
    min-height: 0;
    padding: 0 14px calc(18px + var(--sr-safe-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .sr-mobile-sheet__scroll::-webkit-scrollbar {
    display: none;
  }

  .sr-mobile-panel {
    display: grid;
    gap: 10px;
    padding-bottom: 8px;
  }

  .sr-mobile-panel[hidden] {
    display: none !important;
  }

  .sr-mobile-scan-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 72px;
    box-sizing: border-box;
    padding: 11px;
    border: 1px solid rgba(67, 244, 221, .15);
    border-radius: 18px;
    background: linear-gradient(140deg, rgba(67, 244, 221, .1), rgba(126, 140, 255, .055) 62%, rgba(4, 13, 23, .75));
  }

  .sr-mobile-scan-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 14px;
    color: var(--sr-mobile-accent);
    background: rgba(67, 244, 221, .1);
    box-shadow: inset 0 0 18px rgba(67, 244, 221, .07);
    font-size: 23px;
  }

  .sr-mobile-scan-card > div {
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .sr-mobile-scan-card small,
  .sr-mobile-scan-card span:not(.sr-mobile-scan-card__icon) {
    overflow: hidden;
    color: var(--sr-mobile-muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sr-mobile-scan-card strong {
    overflow: hidden;
    color: #efffff;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sr-mobile-scan-card > button {
    min-width: 78px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(67, 244, 221, .35);
    border-radius: 13px;
    color: #061713;
    background: linear-gradient(135deg, #75ffed, #42d8c5);
    box-shadow: 0 8px 24px rgba(67, 244, 221, .16);
    font: 850 10px/1 system-ui, sans-serif;
  }

  .is-scanning .sr-mobile-scan-card > button {
    border-color: rgba(255, 109, 143, .5);
    color: #fff;
    background: linear-gradient(135deg, #ff83a0, #ec4d73);
    box-shadow: 0 8px 24px rgba(255, 77, 115, .18);
  }

  .sr-mobile-control-section {
    display: grid;
    gap: 9px;
    padding: 11px;
    border: 1px solid rgba(116, 221, 225, .09);
    border-radius: 18px;
    background: rgba(11, 24, 39, .7);
  }

  .sr-mobile-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .sr-mobile-section-title > div {
    display: grid;
    gap: 1px;
  }

  .sr-mobile-section-title small {
    color: var(--sr-mobile-muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .sr-mobile-section-title strong {
    color: #eaffff;
    font-size: 13px;
  }

  .sr-mobile-section-title > span {
    min-width: 36px;
    padding: 5px 8px;
    border-radius: 9px;
    color: var(--sr-mobile-accent);
    background: rgba(67, 244, 221, .08);
    font-size: 10px;
    font-weight: 850;
    text-align: center;
  }

  #sr-mobile-mode {
    position: relative;
    display: grid;
    grid-template-columns: auto 26px auto;
    align-items: center;
    gap: 5px;
    min-height: 36px;
    padding: 3px 7px;
    border: 1px solid rgba(116, 221, 225, .11);
    border-radius: 11px;
    color: #a8bfc5;
    background: rgba(2, 9, 17, .6);
    font: 750 9px/1 system-ui, sans-serif;
  }

  #sr-mobile-mode i {
    position: relative;
    display: block;
    width: 26px;
    height: 15px;
    border-radius: 99px;
    background: rgba(67, 244, 221, .25);
  }

  #sr-mobile-mode i::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--sr-mobile-accent);
    box-shadow: 0 0 10px rgba(67, 244, 221, .5);
    transition: transform .2s ease, background .2s ease;
  }

  #sr-mobile-mode.is-manual i {
    background: rgba(126, 140, 255, .22);
  }

  #sr-mobile-mode.is-manual i::after {
    background: #9aa5ff;
    transform: translateX(11px);
  }

  .sr-mobile-manual-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sr-mobile-manual-values label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 9px;
    border: 1px solid rgba(116, 221, 225, .1);
    border-radius: 12px;
    color: #9db3ba;
    font-size: 10px;
    font-weight: 800;
    background: rgba(2, 9, 17, .5);
  }

  .sr-mobile-manual-values input {
    width: 100%;
    min-width: 0;
    height: 38px;
    box-sizing: border-box;
    padding: 0 4px;
    border: 0;
    color: #eaffff;
    background: transparent;
    font-size: 16px;
    font-weight: 800;
    text-align: right;
  }

  .sr-mobile-manual-values input:disabled {
    opacity: .38;
  }

  .sr-mobile-choice-row {
    display: flex;
    gap: 6px;
    padding: 1px 0 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .sr-mobile-choice-row::-webkit-scrollbar {
    display: none;
  }

  .sr-mobile-choice-row button {
    min-width: 47px;
    min-height: 40px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 0 11px;
    border: 1px solid rgba(122, 215, 220, .11);
    border-radius: 12px;
    color: #8aa4ad;
    background: rgba(3, 11, 20, .65);
    font: 800 11px/1 system-ui, sans-serif;
  }

  .sr-mobile-choice-row button.is-active {
    border-color: rgba(67, 244, 221, .35);
    color: #eaffff;
    background: linear-gradient(145deg, rgba(67, 244, 221, .2), rgba(126, 140, 255, .12));
    box-shadow: inset 0 0 18px rgba(67, 244, 221, .07);
  }

  .sr-mobile-choice-row--exchanges button {
    min-width: 82px;
  }

  .sr-mobile-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sr-mobile-action-grid > button {
    position: relative;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-width: 0;
    min-height: 63px;
    align-items: center;
    gap: 2px 8px;
    padding: 9px;
    overflow: hidden;
    border: 1px solid rgba(116, 221, 225, .095);
    border-radius: 16px;
    color: #e8fbfc;
    background: linear-gradient(145deg, rgba(14, 31, 48, .78), rgba(7, 16, 28, .82));
    text-align: left;
  }

  .sr-mobile-action-grid > button > span:first-child {
    grid-row: 1 / 3;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 12px;
    color: var(--sr-mobile-accent);
    background: rgba(67, 244, 221, .075);
    font-size: 18px;
    font-weight: 700;
  }

  .sr-mobile-action-grid > button > strong {
    align-self: end;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sr-mobile-action-grid > button > small {
    align-self: start;
    overflow: hidden;
    color: var(--sr-mobile-muted);
    font-size: 8px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sr-mobile-action-grid > button:active {
    border-color: rgba(67, 244, 221, .3);
    transform: scale(.98);
  }

  .sr-mobile-action-grid--large > button {
    min-height: 76px;
  }

  .sr-mobile-overview-hero {
    padding: 16px;
    border: 1px solid rgba(126, 140, 255, .14);
    border-radius: 20px;
    background:
      radial-gradient(circle at 85% 10%, rgba(126, 140, 255, .21), transparent 42%),
      radial-gradient(circle at 10% 100%, rgba(67, 244, 221, .12), transparent 42%),
      rgba(11, 23, 38, .78);
  }

  .sr-mobile-overview-hero small {
    color: var(--sr-mobile-accent);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .sr-mobile-overview-hero h3 {
    margin: 5px 0 6px;
    color: #f1ffff;
    font-size: 19px;
  }

  .sr-mobile-overview-hero p {
    margin: 0;
    color: var(--sr-mobile-muted);
    font-size: 10px;
    line-height: 1.45;
  }

  .sr-mobile-focus-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .sr-mobile-focus-row button {
    min-height: 42px;
    padding: 5px;
    border: 1px solid rgba(116, 221, 225, .11);
    border-radius: 12px;
    color: #9bb2b9;
    background: rgba(2, 9, 17, .55);
    font: 750 9px/1.1 system-ui, sans-serif;
  }

  .sr-mobile-account-card {
    display: grid;
    gap: 13px;
    padding: 14px;
    border: 1px solid rgba(255, 215, 106, .16);
    border-radius: 21px;
    background:
      radial-gradient(circle at 90% 0%, rgba(255, 215, 106, .13), transparent 42%),
      radial-gradient(circle at 5% 100%, rgba(126, 140, 255, .13), transparent 44%),
      linear-gradient(145deg, rgba(18, 29, 46, .94), rgba(6, 14, 26, .93));
  }

  .sr-mobile-account-card__top {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .sr-mobile-account-card__top > div {
    display: grid;
    gap: 2px;
  }

  .sr-mobile-avatar {
    display: grid;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    place-items: center;
    border: 1px solid rgba(255, 215, 106, .28);
    border-radius: 15px;
    color: #211b08;
    background: linear-gradient(145deg, #fff0a1, #e8bd46);
    box-shadow: 0 8px 24px rgba(255, 215, 106, .13);
    font-size: 12px;
    font-weight: 950;
  }

  .sr-mobile-account-card__top small,
  .sr-mobile-account-card__top span {
    color: var(--sr-mobile-muted);
    font-size: 9px;
  }

  .sr-mobile-account-card__top strong {
    color: var(--sr-mobile-warning);
    font-size: 15px;
  }

  .sr-mobile-account-card__balances {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .sr-mobile-account-card__balances > span {
    display: grid;
    min-width: 0;
    gap: 3px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .055);
    border-radius: 13px;
    background: rgba(2, 9, 17, .48);
  }

  .sr-mobile-account-card__balances small {
    color: var(--sr-mobile-muted);
    font-size: 8px;
  }

  .sr-mobile-account-card__balances strong {
    overflow: hidden;
    color: #ebffff;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sr-mobile-logout {
    width: 100%;
    min-height: 45px;
    margin-top: 2px;
    border: 1px solid rgba(255, 109, 143, .16);
    border-radius: 14px;
    color: #ff9db4;
    background: rgba(255, 109, 143, .055);
    font: 750 11px/1 system-ui, sans-serif;
  }

  body.sr-mobile-sheet-open {
    overflow: hidden !important;
  }

  body.sr-mobile-modal-open #sr-mobile-top,
  body.sr-mobile-modal-open #sr-mobile-dock {
    opacity: 0;
    pointer-events: none;
  }

  body.sr-mobile-modal-open #sr-mobile-top {
    transform: translateY(-100%);
  }

  body.sr-mobile-modal-open #sr-mobile-dock {
    transform: translateY(100%);
  }

  .sr-mobile-signal-alert {
    position: fixed;
    inset: calc(var(--sr-safe-top) + 10px) 10px auto;
    z-index: 2280;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 9px;
    min-height: 70px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid rgba(66, 237, 174, .34);
    border-radius: 18px;
    color: #eaffff;
    background:
      radial-gradient(circle at 10% 0%, rgba(66, 237, 174, .18), transparent 42%),
      linear-gradient(145deg, rgba(7, 25, 31, .985), rgba(5, 13, 24, .985));
    box-shadow: 0 18px 52px rgba(0, 0, 0, .56), 0 0 24px rgba(66, 237, 174, .08);
    opacity: 0;
    transform: translateY(-120%);
    transition: opacity .24s ease, transform .32s cubic-bezier(.2, .82, .2, 1);
  }

  .sr-mobile-signal-alert[hidden] {
    display: none !important;
  }

  .sr-mobile-signal-alert.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .sr-mobile-signal-alert__icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 13px;
    color: #061511;
    background: var(--sr-mobile-positive);
    box-shadow: 0 0 20px rgba(66, 237, 174, .24);
    font-size: 16px;
    font-weight: 950;
  }

  .sr-mobile-signal-alert > div {
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .sr-mobile-signal-alert small,
  .sr-mobile-signal-alert span:not(.sr-mobile-signal-alert__icon) {
    overflow: hidden;
    color: #8faeb1;
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sr-mobile-signal-alert strong {
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sr-mobile-signal-alert > button {
    min-height: 39px;
    padding: 0 10px;
    border: 1px solid rgba(66, 237, 174, .24);
    border-radius: 12px;
    color: #dffff6;
    background: rgba(66, 237, 174, .09);
    font: 800 9px/1 system-ui, sans-serif;
  }

  .sr-mobile-signal-alert > button:last-child {
    width: 35px;
    padding: 0;
    border-color: rgba(255, 255, 255, .08);
    color: #91a9ae;
    background: rgba(255, 255, 255, .035);
    font-size: 17px;
  }

  /* Original dashboard content */
  #insights-panel.insights {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin: 8px 10px !important;
  }

  #insights-panel .insight-card {
    min-width: 0;
    min-height: 76px !important;
    box-sizing: border-box;
    padding: 10px !important;
    border-radius: 16px !important;
    background: linear-gradient(145deg, rgba(11, 27, 42, .82), rgba(5, 14, 25, .85)) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  #insights-panel .insight-card .label,
  #insights-panel .insight-card small {
    display: block;
    overflow: hidden;
    max-width: 100%;
    font-size: 8px !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #insights-panel .insight-card strong {
    display: block;
    overflow: hidden;
    margin: 4px 0 2px !important;
    font-size: 15px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #signal-ticker.signal-ticker {
    margin: 7px 10px !important;
    border-radius: 15px !important;
  }

  #signal-ticker .signal-ticker__inner {
    min-height: 45px;
    gap: 8px !important;
    padding: 6px 8px !important;
  }

  #signal-ticker .signal-ticker__label {
    flex: 0 0 auto;
    font-size: 8px !important;
    letter-spacing: .05em !important;
  }

  #signal-ticker .signal-ticker__track {
    min-width: 0;
  }

  #signal-ticker .signal-ticker__item {
    padding: 6px 8px !important;
    font-size: 9px !important;
  }

  #signal-ticker .signal-ticker__actions {
    display: none !important;
  }

  body > .focus-mode {
    display: flex !important;
    gap: 5px !important;
    margin: 7px 10px !important;
    padding: 0 !important;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body > .focus-mode::-webkit-scrollbar {
    display: none;
  }

  body > .focus-mode button {
    min-height: 38px !important;
    flex: 1 0 auto;
    padding: 5px 10px !important;
    border-radius: 12px !important;
    font-size: 9px !important;
  }

  #filters-panel.filters-panel {
    scroll-margin-top: calc(var(--sr-mobile-top-height) + var(--sr-safe-top) + 8px);
    margin: 8px 10px !important;
    border-radius: 17px !important;
    background: rgba(7, 18, 30, .9) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .26) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  #filters-panel .filters-panel__toggle {
    min-height: 46px;
    padding: 9px 13px !important;
    font-size: 11px !important;
  }

  #filters-panel .filters-panel__content {
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  #symbol-chips,
  #pattern-chips {
    position: relative;
    justify-content: flex-start !important;
    gap: 6px !important;
    padding: 30px 9px 8px !important;
    border-top: 1px solid rgba(111, 226, 230, .07);
  }

  #symbol-chips::before,
  #pattern-chips::before {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #76939c;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  #symbol-chips::before {
    content: 'Валютные пары';
  }

  #pattern-chips::before {
    content: 'Фигуры технического анализа';
  }

  #filters-panel .chip {
    min-height: 35px !important;
    box-sizing: border-box;
    padding: 7px 9px !important;
    border-radius: 11px !important;
    font-size: 9px !important;
  }

  #filters-panel.sr-mobile-attention {
    animation: sr-mobile-attention 1.15s ease;
  }

  body > main {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 9px 20px !important;
    background: transparent !important;
  }

  body > main > #grid.grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 11px !important;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

  #grid .card:not(.detached),
  #grid .card.sr-market-card:not(.detached) {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 390px !important;
    height: auto !important;
    box-sizing: border-box;
    padding: 10px !important;
    gap: 7px !important;
    border-radius: 20px !important;
    contain: layout paint style;
    contain-intrinsic-size: auto 410px;
    content-visibility: auto;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    transform: translateZ(0);
  }

  #grid .card:not(.detached):hover {
    transform: translateZ(0) !important;
  }

  #grid .card:not(.detached) .card-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 50px !important;
    align-items: start !important;
    gap: 5px 8px !important;
    padding: 0 !important;
  }

  #grid .card:not(.detached) .symbol-wrap {
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
  }

  #grid .card:not(.detached) .symbol-wrap h2 {
    max-width: 42vw !important;
    font-size: 15px !important;
  }

  #grid .card:not(.detached) .card-tools {
    display: flex !important;
    grid-column: 2;
    grid-row: 1;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #grid .card:not(.detached) .analysis-btn,
  #grid .card:not(.detached) .btn-detach,
  #grid .card.sr-market-card:not(.detached) .analysis-btn,
  #grid .card.sr-market-card:not(.detached) .btn-detach {
    display: inline-flex !important;
    min-width: 0 !important;
    height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 0 9px !important;
    border: 1px solid rgba(67, 244, 221, .21) !important;
    border-radius: 11px !important;
    color: #c9f8f5 !important;
    background: rgba(7, 24, 36, .9) !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  #grid .card:not(.detached) .btn-detach b {
    display: inline !important;
    font-size: 9px !important;
  }

  #grid .card:not(.detached) .pattern-pill,
  #grid .card:not(.detached) .direction-pill,
  #grid .card:not(.detached) .bt-wrap,
  #grid .card:not(.detached) .scan-indicator,
  #grid .card:not(.detached) .holo-status {
    grid-column: 1 / -1 !important;
    max-width: 100% !important;
  }

  #grid .card:not(.detached) .holo-status,
  #grid .card:not(.detached) .scan-indicator {
    min-height: 28px !important;
    box-sizing: border-box;
    padding: 6px 9px !important;
    border-radius: 10px !important;
    font-size: 9px !important;
  }

  #grid .card:not(.detached) .chart-shell,
  #grid .card:not(.detached) .chart-wrapper,
  #grid .card.sr-market-card:not(.detached) .chart-shell,
  #grid .card.sr-market-card:not(.detached) .chart-wrapper {
    width: 100% !important;
    height: clamp(178px, 51vw, 220px) !important;
    min-height: 178px !important;
    max-height: 220px !important;
    border-radius: 15px !important;
  }

  #grid .card:not(.detached) .chart-wrapper {
    overflow: hidden !important;
  }

  #grid .card:not(.detached) .indicator-hud {
    right: 6px !important;
    bottom: 6px !important;
    left: 6px !important;
    display: flex !important;
    gap: 4px !important;
    overflow-x: auto;
    scrollbar-width: none;
  }

  #grid .card:not(.detached) .indicator-hud::-webkit-scrollbar {
    display: none;
  }

  #grid .card:not(.detached) .indicator-chip {
    flex: 0 0 auto;
    padding: 4px 6px !important;
    font-size: 7px !important;
  }

  #grid .card:not(.detached) .progress,
  #grid .card.sr-market-card:not(.detached) .progress {
    min-height: 26px !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 7px !important;
    font-size: 9px !important;
  }

  #grid .card:not(.detached) .details,
  #grid .card.sr-market-card:not(.detached) .details,
  #grid .card.sr-market-card:not(.detached)[data-holo-state] .details {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr) !important;
    min-height: 70px !important;
    box-sizing: border-box;
    align-items: center !important;
    gap: 3px 6px !important;
    padding: 7px 8px !important;
    border: 1px solid rgba(113, 222, 226, .075) !important;
    border-radius: 13px !important;
    background: rgba(4, 15, 25, .66) !important;
  }

  #grid .card:not(.detached) .details strong {
    color: #718d98 !important;
    font-size: 7px !important;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  #grid .card:not(.detached) .details span {
    overflow: hidden;
    color: #d9eeee !important;
    font-size: 9px !important;
    font-weight: 750 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #grid .card:not(.detached) .signal-explain-mini {
    max-height: none !important;
    padding: 7px !important;
    border-radius: 12px !important;
  }

  #grid .card:not(.detached) .signal-explain-mini__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  #grid .card:not(.detached) .signal-explain-mini__grid span {
    min-height: 36px !important;
  }

  #grid .card.sr-card-offscreen,
  #grid .card.sr-card-offscreen *,
  body.sr-page-hidden #grid .card,
  body.sr-page-hidden #grid .card * {
    animation-play-state: paused !important;
  }

  #grid .card.sr-mobile-card-highlight {
    animation: sr-mobile-card-highlight 1.05s ease 2 !important;
  }

  /* Mobile drawers and application modals */
  .signal-inbox {
    inset: 0 !important;
    z-index: 2210 !important;
    width: 100vw !important;
    max-width: none !important;
    height: var(--sr-mobile-vh, 100dvh) !important;
    max-height: none !important;
    padding: var(--sr-safe-top) var(--sr-safe-right) var(--sr-safe-bottom) var(--sr-safe-left) !important;
    box-sizing: border-box;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #07131f, #030913) !important;
    transform: translate3d(100%, 0, 0) !important;
  }

  .signal-inbox.open {
    transform: translate3d(0, 0, 0) !important;
  }

  .signal-inbox__head {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 58px;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 9px 11px !important;
    background: rgba(5, 15, 25, .96);
  }

  .signal-inbox__head h3 {
    margin: 0;
    font-size: 16px;
  }

  .signal-inbox__head button {
    width: 44px;
    min-height: 44px;
  }

  .signal-inbox__filters {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 120px;
    padding: 8px 11px !important;
  }

  .signal-inbox__filters input,
  .signal-inbox__filters select {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    box-sizing: border-box;
    font-size: 16px !important;
  }

  .signal-inbox__list {
    padding: 2px 10px calc(20px + var(--sr-safe-bottom)) !important;
  }

  .signal-inbox__row {
    margin: 8px 0 !important;
    padding: 11px !important;
    border-radius: 16px !important;
  }

  .signal-inbox__actions button {
    min-height: 38px;
    padding: 6px 10px !important;
  }

  .modal-backdrop {
    z-index: 2220 !important;
    align-items: end !important;
    justify-content: center !important;
    padding: var(--sr-safe-top) 0 0 !important;
    background: rgba(0, 4, 10, .78) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .modal-backdrop > .modal,
  .modal-backdrop > .modal.stats-pro-modal,
  .modal-backdrop > .modal.analysis-modal,
  .modal-backdrop > .modal.referral-modal {
    width: 100% !important;
    max-width: none !important;
    max-height: calc(var(--sr-mobile-vh, 100dvh) - var(--sr-safe-top) - 8px) !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 14px max(13px, var(--sr-safe-right)) calc(16px + var(--sr-safe-bottom)) max(13px, var(--sr-safe-left)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    border: 1px solid rgba(116, 236, 234, .14) !important;
    border-bottom: 0 !important;
    border-radius: 25px 25px 0 0 !important;
    background: linear-gradient(180deg, #0a1929, #050c16 80%) !important;
    box-shadow: 0 -20px 68px rgba(0, 0, 0, .58) !important;
    -webkit-overflow-scrolling: touch;
  }

  .modal-backdrop > .modal::before,
  .modal-backdrop > .modal::after {
    opacity: .35 !important;
    pointer-events: none !important;
  }

  .modal .modal-head {
    position: sticky !important;
    top: -14px !important;
    z-index: 5 !important;
    min-height: 55px;
    box-sizing: border-box;
    align-items: center !important;
    gap: 10px !important;
    margin: -4px -2px 10px !important;
    padding: 5px 2px !important;
    border: 0 !important;
    background: linear-gradient(180deg, #0a1929 78%, transparent) !important;
    box-shadow: none !important;
  }

  .modal .modal-head h3 {
    margin: 0 !important;
    font-size: 17px !important;
  }

  .modal .modal-head button,
  .modal .modal-head .primary,
  .modal .modal-head .secondary {
    min-width: 72px;
    min-height: 44px !important;
    padding: 0 12px !important;
    border-radius: 13px !important;
    font-size: 10px !important;
  }

  .modal input,
  .modal select,
  .modal textarea,
  .modal button {
    min-height: 44px;
  }

  .modal input,
  .modal select,
  .modal textarea {
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px !important;
  }

  .modal .settings-grid,
  .modal .pro-grid,
  .modal .analysis-modal__grid,
  .modal .referral-summary,
  .modal .stats-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .modal .analysis-modal__card,
  .modal .stat,
  .modal form {
    min-width: 0 !important;
  }

  .modal table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .modal table th,
  .modal table td {
    padding: 8px !important;
    font-size: 9px !important;
  }

  .modal .stats-v2-kpis,
  .modal .stats-v2-grid,
  .modal .stats-v2-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .modal .stats-v2-head {
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .modal .stats-v2-head__actions {
    width: 100%;
    flex-wrap: wrap !important;
  }

  .detached-overlay {
    z-index: 2230 !important;
    padding: var(--sr-safe-top) var(--sr-safe-right) var(--sr-safe-bottom) var(--sr-safe-left) !important;
    background: #030913 !important;
  }

  .detached-frame {
    width: 100% !important;
    height: var(--sr-mobile-vh, 100dvh) !important;
    max-width: none !important;
    max-height: none !important;
    box-sizing: border-box;
    padding: 58px 9px 10px !important;
    overflow-y: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #071522, #030913) !important;
  }

  .detached-close {
    position: fixed !important;
    top: calc(var(--sr-safe-top) + 8px) !important;
    right: calc(var(--sr-safe-right) + 9px) !important;
    width: 44px !important;
    height: 44px !important;
    z-index: 8;
  }

  .card.detached {
    width: 100% !important;
    min-height: calc(var(--sr-mobile-vh, 100dvh) - var(--sr-safe-top) - var(--sr-safe-bottom) - 75px) !important;
    height: auto !important;
    max-height: none !important;
    box-sizing: border-box;
    padding: 10px !important;
    gap: 8px !important;
    overflow: visible !important;
    border-radius: 20px !important;
  }

  .card.detached .card-head,
  .card.detached .details,
  .card.detached .progress {
    display: grid !important;
  }

  .card.detached .card-head {
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 52px !important;
  }

  .card.detached .chart-shell,
  .card.detached .chart-wrapper {
    width: 100% !important;
    height: clamp(300px, 58vh, 620px) !important;
    min-height: 300px !important;
  }

  .card.detached .details {
    grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr) !important;
    gap: 5px 8px !important;
    padding: 10px !important;
  }

  .detached-hint {
    display: none !important;
  }

  /* Signal Theater becomes a vertically scrollable analysis workspace. */
  .holo-theater-v3.active,
  .holo-theater-v3.is-active {
    z-index: 2240 !important;
    display: block !important;
    width: 100vw !important;
    height: var(--sr-mobile-vh, 100dvh) !important;
    max-height: none !important;
    box-sizing: border-box;
    padding: calc(var(--sr-safe-top) + 8px) max(8px, var(--sr-safe-right)) calc(var(--sr-safe-bottom) + 10px) max(8px, var(--sr-safe-left)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .holo-theater-v3 .holo-theater__chrome {
    position: sticky !important;
    top: 0 !important;
    z-index: 20 !important;
    width: 100% !important;
    min-height: 55px !important;
    box-sizing: border-box;
    padding: 7px 9px !important;
    border-radius: 16px !important;
    background: rgba(3, 12, 22, .94) !important;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .holo-theater-v3 .holo-theater__title strong {
    font-size: 14px !important;
  }

  .holo-theater-v3 .holo-theater__title span {
    overflow: hidden;
    max-width: 62vw;
    font-size: 7px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .holo-theater-v3 .holo-theater__close {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
  }

  .holo-theater-v3 .holo-theater__body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    margin-top: 8px !important;
    overflow: visible !important;
  }

  .holo-theater-v3 .holo-theater__stage,
  .holo-theater-v3 .holo-theater__side,
  .holo-theater-v3 .holo-stage-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .holo-theater-v3 .holo-stage-card {
    padding: 10px !important;
    border-radius: 18px !important;
  }

  .holo-theater-v3 .holo-stage-card__top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
  }

  .holo-theater-v3 .holo-confidence {
    width: 100% !important;
    min-width: 0 !important;
  }

  .holo-theater-v3 .holo-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .holo-theater-v3 .holo-metrics article {
    min-height: 42px;
    padding: 7px !important;
  }

  .holo-theater-v3 .holo-projection {
    width: 100% !important;
    height: clamp(250px, 76vw, 370px) !important;
    min-height: 250px !important;
    margin: 5px 0 !important;
  }

  .holo-theater-v3 .holo-live-block,
  .holo-theater-v3 .holo-live-bars,
  .holo-theater-v3 .holo-signal-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .holo-theater-v3 .holo-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .holo-theater-v3 .holo-theater__side {
    gap: 8px !important;
    margin-top: 8px;
  }

  /* Embedded market/news terminal */
  .radar-terminal-overlay {
    z-index: 2250 !important;
    padding: 0 !important;
  }

  .radar-terminal-shell {
    width: 100vw !important;
    height: var(--sr-mobile-vh, 100dvh) !important;
    max-height: none !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .radar-terminal-head {
    min-height: calc(58px + var(--sr-safe-top)) !important;
    box-sizing: border-box;
    padding: calc(7px + var(--sr-safe-top)) max(8px, var(--sr-safe-right)) 7px max(10px, var(--sr-safe-left)) !important;
    overflow: hidden !important;
  }

  .radar-terminal-brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .radar-terminal-brand > div {
    min-width: 0;
  }

  .radar-terminal-brand strong,
  .radar-terminal-brand small {
    display: block;
    overflow: hidden;
    max-width: 42vw;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .radar-terminal-actions {
    display: flex !important;
    width: auto !important;
    flex: 0 0 auto;
    gap: 4px !important;
  }

  .radar-terminal-actions .radar-terminal-open {
    display: none !important;
  }

  .radar-terminal-actions :is(button, a) {
    min-width: 44px;
    min-height: 44px !important;
    padding: 0 8px !important;
  }

  .radar-terminal-refresh {
    max-width: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .radar-terminal-body {
    height: calc(var(--sr-mobile-vh, 100dvh) - var(--sr-safe-top) - 58px) !important;
  }

  .crypto-news-alert-stack {
    top: calc(var(--sr-safe-top) + 8px) !important;
    right: 8px !important;
    left: 8px !important;
    width: auto !important;
  }

  .crypto-news-alert--event {
    min-height: 74px !important;
  }

  .toast {
    right: 10px !important;
    bottom: calc(var(--sr-mobile-dock-height) + var(--sr-safe-bottom) + 9px) !important;
    left: 10px !important;
    z-index: 2180 !important;
    width: auto !important;
    max-width: none !important;
    box-sizing: border-box;
    padding: 11px 13px !important;
    border-radius: 14px !important;
    font-size: 10px !important;
    text-align: center;
  }

  .auth-gate {
    z-index: 2400 !important;
    padding: calc(var(--sr-safe-top) + 18px) max(16px, var(--sr-safe-right)) calc(var(--sr-safe-bottom) + 18px) max(16px, var(--sr-safe-left)) !important;
  }

  /* Day palette */
  body[data-theme='day'] {
    --sr-mobile-bg: #eff5f6;
    --sr-mobile-panel: rgba(248, 252, 252, .97);
    --sr-mobile-panel-soft: rgba(233, 243, 244, .9);
    --sr-mobile-line: rgba(18, 113, 119, .14);
    --sr-mobile-text: #102a2e;
    --sr-mobile-muted: #607a80;
    --sr-mobile-accent: #078f8b;
    --sr-mobile-accent-2: #526bd6;
    --sr-mobile-shadow: 0 18px 50px rgba(24, 67, 72, .18);
    background: #eff5f6 !important;
  }

  body[data-theme='day'] #sr-mobile-top {
    background:
      radial-gradient(circle at 15% -20%, rgba(20, 174, 163, .14), transparent 48%),
      linear-gradient(180deg, rgba(250, 254, 254, .985), rgba(240, 247, 248, .95));
    border-bottom-color: rgba(17, 118, 121, .13);
    box-shadow: 0 10px 28px rgba(44, 84, 89, .14);
  }

  body[data-theme='day'] .sr-mobile-brand strong,
  body[data-theme='day'] .sr-mobile-top__metrics strong,
  body[data-theme='day'] .sr-mobile-sheet__head h2,
  body[data-theme='day'] .sr-mobile-section-title strong,
  body[data-theme='day'] .sr-mobile-scan-card strong,
  body[data-theme='day'] .sr-mobile-action-grid > button,
  body[data-theme='day'] .sr-mobile-overview-hero h3,
  body[data-theme='day'] .sr-mobile-account-card__balances strong {
    color: #15363a;
  }

  body[data-theme='day'] .sr-mobile-top__metrics > span,
  body[data-theme='day'] .sr-mobile-top__metrics > button {
    border-color: rgba(17, 118, 121, .1);
    background: rgba(226, 240, 241, .72);
  }

  body[data-theme='day'] #sr-mobile-dock {
    border-top-color: rgba(17, 118, 121, .13);
    background: linear-gradient(180deg, rgba(250, 253, 253, .96), rgba(237, 246, 247, .99));
    box-shadow: 0 -14px 34px rgba(35, 75, 80, .14);
  }

  body[data-theme='day'] .sr-mobile-badge {
    border-color: #f5fbfb;
    color: #fff;
    background: #078f8b;
  }

  body[data-theme='day'] .sr-mobile-sheet__panel,
  body[data-theme='day'] .modal-backdrop > .modal,
  body[data-theme='day'] .modal-backdrop > .modal.stats-pro-modal,
  body[data-theme='day'] .modal-backdrop > .modal.analysis-modal,
  body[data-theme='day'] .modal-backdrop > .modal.referral-modal {
    color: #17383c;
    background:
      radial-gradient(circle at 12% 0%, rgba(13, 143, 139, .09), transparent 34%),
      linear-gradient(180deg, #fbfefe, #eef6f6 82%) !important;
    border-color: rgba(17, 118, 121, .16) !important;
    box-shadow: 0 -20px 62px rgba(35, 75, 80, .2) !important;
  }

  body[data-theme='day'] .sr-mobile-sheet__tabs,
  body[data-theme='day'] .sr-mobile-control-section,
  body[data-theme='day'] .sr-mobile-action-grid > button,
  body[data-theme='day'] .sr-mobile-choice-row button,
  body[data-theme='day'] .sr-mobile-manual-values label,
  body[data-theme='day'] .sr-mobile-overview-hero {
    border-color: rgba(17, 118, 121, .11);
    background: rgba(229, 241, 242, .72);
  }

  body[data-theme='day'] .sr-mobile-sheet__tabs button.is-active,
  body[data-theme='day'] .sr-mobile-choice-row button.is-active {
    color: #0c4f51;
    background: rgba(13, 143, 139, .13);
  }

  body[data-theme='day'] .sr-mobile-manual-values input {
    color: #17383c;
  }

  body[data-theme='day'] .sr-mobile-account-card {
    border-color: rgba(166, 126, 22, .18);
    background: linear-gradient(145deg, #fffdf2, #edf4f6);
  }

  body[data-theme='day'] .modal .modal-head {
    background: linear-gradient(180deg, #fbfefe 78%, transparent) !important;
  }

  body[data-theme='day'] .signal-inbox,
  body[data-theme='day'] .detached-frame {
    color: #15363a;
    background: linear-gradient(180deg, #f8fcfc, #eaf3f4) !important;
  }

  body[data-theme='day'] #grid .card:not(.detached) .details {
    background: rgba(234, 244, 245, .82) !important;
  }

  body[data-theme='day'] #grid .card:not(.detached) .details span {
    color: #27484d !important;
  }

  @keyframes sr-mobile-mark-spin {
    to { transform: rotate(360deg); }
  }

  @keyframes sr-mobile-live {
    0%, 100% { opacity: .75; transform: scale(.92); }
    50% { opacity: 1; transform: scale(1.12); }
  }

  @keyframes sr-mobile-scan-ring {
    0% { opacity: .7; transform: scale(.84); }
    100% { opacity: 0; transform: scale(1.42); }
  }

  @keyframes sr-mobile-attention {
    0%, 100% { box-shadow: 0 10px 30px rgba(0, 0, 0, .26); }
    50% { border-color: rgba(67, 244, 221, .5); box-shadow: 0 0 0 4px rgba(67, 244, 221, .1), 0 10px 30px rgba(0, 0, 0, .3); }
  }

  @keyframes sr-mobile-card-highlight {
    0%, 100% { border-color: rgba(67, 244, 221, .18); }
    50% { border-color: rgba(67, 244, 221, .8); box-shadow: 0 0 0 4px rgba(67, 244, 221, .1), 0 18px 45px rgba(0, 0, 0, .42); }
  }
}

@media (max-width: 390px) {
  :root {
    --sr-mobile-top-height: 108px;
  }

  .sr-mobile-top__metrics {
    gap: 4px;
  }

  .sr-mobile-top__metrics > span,
  .sr-mobile-top__metrics > button {
    padding: 4px 5px;
  }

  .sr-mobile-plan {
    min-width: 74px;
    max-width: 40vw;
  }

  .sr-mobile-action-grid > button {
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 2px 6px;
    padding: 8px;
  }

  .sr-mobile-action-grid > button > span:first-child {
    width: 31px;
    height: 31px;
  }

  .sr-mobile-scan-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sr-mobile-scan-card > button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .sr-mobile-signal-alert {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .sr-mobile-signal-alert > button[data-mobile-action='alert-card'] {
    grid-column: 2 / 4;
    width: 100%;
  }

  .sr-mobile-signal-alert > button:last-child {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 900px) and (orientation: landscape) and (max-height: 520px) {
  :root {
    --sr-mobile-top-height: 68px;
    --sr-mobile-dock-height: 62px;
  }

  #sr-mobile-top {
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
    gap: 8px;
    padding-bottom: 6px;
  }

  .sr-mobile-top__brand-row {
    min-width: 0;
  }

  .sr-mobile-top__metrics {
    margin-top: 0;
  }

  .sr-mobile-top__metrics > span,
  .sr-mobile-top__metrics > button {
    min-height: 38px;
  }

  .sr-mobile-plan {
    display: none;
  }

  #sr-mobile-dock > button {
    min-height: 48px;
  }

  .sr-mobile-scan__orb {
    width: 43px;
    height: 43px;
    margin-top: -20px;
  }

  .sr-mobile-sheet__panel {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) and (hover: none), (max-width: 900px) and (pointer: coarse) {
  button,
  a,
  input,
  select,
  .chip {
    min-height: 44px;
  }

  #grid .card:not(.detached):hover {
    box-shadow: 0 16px 38px rgba(0, 0, 0, .4) !important;
  }
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 900px) {
    html,
    body {
      height: -webkit-fill-available;
    }

    body::before {
      background-attachment: scroll !important;
    }

    .sr-mobile-sheet__panel,
    .signal-inbox,
    .detached-overlay,
    .holo-theater-v3.active,
    .radar-terminal-shell {
      max-height: var(--sr-mobile-vh, -webkit-fill-available) !important;
    }
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  #sr-mobile-app *,
  #grid .card,
  #grid .card *,
  .modal-backdrop *,
  .holo-theater-v3 * {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* Mobile runtime v2: bounded rendering, compact filters and guided navigation. */
@media (max-width: 900px) {
  body::after {
    content: '';
    position: fixed;
    inset: -24vh -30vw;
    z-index: -1;
    pointer-events: none;
    background:
      radial-gradient(circle at 18% 28%, rgba(26, 228, 213, .075), transparent 24%),
      radial-gradient(circle at 78% 20%, rgba(111, 103, 255, .08), transparent 27%),
      radial-gradient(circle at 62% 78%, rgba(255, 88, 177, .045), transparent 25%);
    transform: translate3d(0, 0, 0);
    animation: sr-mobile-ambient 18s ease-in-out infinite alternate;
  }

  #sr-mobile-dock > button > span:not(.sr-mobile-scan__orb) {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
  }

  #sr-mobile-dock svg {
    width: 21px;
    height: 21px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .sr-mobile-scan__orb {
    width: 50px !important;
    height: 50px !important;
    margin-top: -25px !important;
  }

  .sr-mobile-scan__orb svg {
    position: relative;
    z-index: 2;
    width: 22px !important;
    height: 22px !important;
  }

  #sr-mobile-dock small {
    max-width: 18vw;
    overflow: hidden;
    font-size: 8px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #filters-panel.filters-panel {
    display: none !important;
  }

  body.sr-mobile-filter-open,
  body.sr-mobile-tour-open {
    overflow: hidden !important;
  }

  .sr-mobile-filter-sheet {
    position: fixed;
    inset: 0;
    z-index: 2320;
    display: grid;
    align-items: end;
    pointer-events: none;
    visibility: hidden;
  }

  .sr-mobile-filter-sheet.is-open {
    pointer-events: auto;
    visibility: visible;
  }

  .sr-mobile-filter-sheet__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: rgba(0, 5, 12, .82);
    opacity: 0;
    transition: opacity .22s ease;
  }

  .sr-mobile-filter-sheet.is-open .sr-mobile-filter-sheet__backdrop {
    opacity: 1;
  }

  .sr-mobile-filter-sheet__panel {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
    width: 100%;
    height: min(88dvh, calc(var(--sr-mobile-vh, 100dvh) - var(--sr-safe-top) - 8px));
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(105, 234, 229, .16);
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
    background:
      radial-gradient(circle at 80% 0%, rgba(126, 140, 255, .13), transparent 30%),
      linear-gradient(180deg, #0a1929, #040b14 76%);
    box-shadow: 0 -22px 80px rgba(0, 0, 0, .62);
    transform: translate3d(0, 104%, 0);
    transition: transform .3s cubic-bezier(.2, .84, .2, 1);
  }

  .sr-mobile-filter-sheet.is-open .sr-mobile-filter-sheet__panel {
    transform: translate3d(0, 0, 0);
  }

  .sr-mobile-filter-sheet__panel > header {
    display: flex !important;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 13px 5px 17px !important;
    background: transparent !important;
  }

  .sr-mobile-filter-sheet__panel > header > div {
    display: grid;
    gap: 1px;
  }

  .sr-mobile-filter-sheet__panel > header small {
    color: var(--sr-mobile-accent);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .sr-mobile-filter-sheet__panel > header h2 {
    margin: 0;
    color: #efffff;
    font-size: 20px;
  }

  .sr-mobile-filter-sheet__panel > header button {
    display: grid;
    width: 44px;
    min-height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(118, 222, 225, .13);
    border-radius: 14px;
    color: #d8eeee;
    background: rgba(255, 255, 255, .045);
    font-size: 24px;
  }

  .sr-mobile-filter-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin: 4px 14px 8px;
    padding: 4px;
    border: 1px solid rgba(113, 222, 226, .09);
    border-radius: 14px;
    background: rgba(1, 8, 16, .72);
  }

  .sr-mobile-filter-tabs button {
    min-height: 40px;
    border: 0;
    border-radius: 10px;
    color: #829ca6;
    background: transparent;
    font: 800 11px/1 system-ui, sans-serif;
  }

  .sr-mobile-filter-tabs button b {
    display: inline-grid;
    min-width: 20px;
    min-height: 20px;
    margin-left: 4px;
    place-items: center;
    border-radius: 7px;
    background: rgba(255, 255, 255, .055);
    font-size: 9px;
  }

  .sr-mobile-filter-tabs button.is-active {
    color: #efffff;
    background: linear-gradient(135deg, rgba(67, 244, 221, .17), rgba(126, 140, 255, .13));
    box-shadow: inset 0 0 0 1px rgba(99, 237, 230, .13);
  }

  .sr-mobile-filter-search {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 45px;
    margin: 0 14px 8px;
    padding: 0 12px;
    border: 1px solid rgba(112, 220, 224, .12);
    border-radius: 14px;
    color: #6edfd9;
    background: rgba(1, 8, 16, .64);
  }

  .sr-mobile-filter-search input {
    width: 100%;
    min-width: 0;
    height: 43px;
    padding: 0;
    border: 0;
    outline: 0;
    color: #eaffff;
    background: transparent;
    font-size: 16px;
  }

  .sr-mobile-filter-body {
    min-height: 0;
    padding: 0 14px 12px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .sr-mobile-filter-body #filters-content {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .sr-mobile-filter-body .chips {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px !important;
    padding: 2px 0 !important;
    border: 0 !important;
  }

  .sr-mobile-filter-sheet[data-filter-tab='symbols'] #pattern-chips,
  .sr-mobile-filter-sheet[data-filter-tab='patterns'] #symbol-chips {
    display: none !important;
  }

  .sr-mobile-filter-body .chip {
    min-width: 0;
    min-height: 43px !important;
    justify-content: flex-start;
    padding: 8px 10px !important;
    overflow: hidden;
    border: 1px solid rgba(107, 214, 219, .1) !important;
    border-radius: 13px !important;
    color: #9ab1b9 !important;
    background: rgba(5, 17, 28, .82) !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sr-mobile-filter-body .chip.active,
  .sr-mobile-filter-body .chip[aria-pressed='true'] {
    border-color: rgba(67, 244, 221, .35) !important;
    color: #efffff !important;
    background: linear-gradient(135deg, rgba(67, 244, 221, .18), rgba(126, 140, 255, .11)) !important;
    box-shadow: inset 0 0 18px rgba(67, 244, 221, .055);
  }

  .sr-mobile-filter-body .chip[hidden] {
    display: none !important;
  }

  .sr-mobile-filter-sheet__panel > footer {
    display: flex;
    min-height: calc(66px + var(--sr-safe-bottom));
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 14px calc(10px + var(--sr-safe-bottom));
    border-top: 1px solid rgba(105, 224, 224, .1);
    background: #07131f;
  }

  .sr-mobile-filter-sheet__panel > footer span {
    align-self: center;
    color: #8ba5ad;
    font-size: 10px;
  }

  .sr-mobile-filter-sheet__panel > footer button {
    min-width: 126px;
    min-height: 44px;
    border: 1px solid rgba(67, 244, 221, .38);
    border-radius: 13px;
    color: #051815;
    background: linear-gradient(135deg, #77ffee, #43dcca);
    box-shadow: 0 9px 26px rgba(67, 244, 221, .16);
    font: 900 11px/1 system-ui, sans-serif;
  }

  .sr-mobile-card-window-choices {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .sr-mobile-card-window-choices button {
    min-height: 40px;
    padding: 5px;
    border: 1px solid rgba(113, 220, 224, .1);
    border-radius: 11px;
    color: #89a3ab;
    background: rgba(2, 9, 17, .58);
    font: 800 10px/1 system-ui, sans-serif;
  }

  .sr-mobile-card-window-choices button.is-active {
    border-color: rgba(67, 244, 221, .34);
    color: #eaffff;
    background: linear-gradient(135deg, rgba(67, 244, 221, .18), rgba(126, 140, 255, .12));
  }

  .sr-mobile-section-note {
    margin: 0;
    color: #78929c;
    font-size: 9px;
    line-height: 1.45;
  }

  #grid .card.sr-mobile-card-parked {
    display: none !important;
  }

  .sr-mobile-card-window-summary {
    display: flex;
    max-width: 620px;
    min-height: 62px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 2px auto 12px;
    padding: 10px 12px;
    border: 1px solid rgba(105, 223, 225, .1);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(10, 27, 42, .82), rgba(5, 14, 24, .86));
  }

  .sr-mobile-card-window-summary > div {
    display: grid;
    min-width: 0;
    gap: 2px;
  }

  .sr-mobile-card-window-summary small {
    color: #67838d;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .sr-mobile-card-window-summary strong {
    overflow: hidden;
    color: #cce5e6;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sr-mobile-card-window-summary button {
    min-width: 104px;
    min-height: 42px;
    padding: 0 10px;
    border: 1px solid rgba(67, 244, 221, .2);
    border-radius: 12px;
    color: #dffffb;
    background: rgba(67, 244, 221, .08);
    font: 800 9px/1 system-ui, sans-serif;
  }

  #grid .card:not(.detached),
  #grid .card.sr-market-card:not(.detached) {
    min-height: 356px !important;
    contain-intrinsic-size: auto 374px;
  }

  #grid .card:not(.detached) .chart-shell,
  #grid .card:not(.detached) .chart-wrapper,
  #grid .card.sr-market-card:not(.detached) .chart-shell,
  #grid .card.sr-market-card:not(.detached) .chart-wrapper {
    height: clamp(164px, 46vw, 194px) !important;
    min-height: 164px !important;
    max-height: 194px !important;
  }

  #grid .card:not(.detached) .details strong {
    font-size: 8px !important;
  }

  #grid .card:not(.detached) .details span {
    font-size: 10px !important;
  }

  .sr-mobile-tour {
    position: fixed;
    inset: 0;
    z-index: 2600;
    pointer-events: none;
  }

  .sr-mobile-tour[hidden] {
    display: none !important;
  }

  .sr-mobile-tour-target {
    position: relative !important;
    z-index: 2503 !important;
    outline: 2px solid rgba(87, 255, 232, .92) !important;
    outline-offset: 5px;
    box-shadow: 0 0 0 9999px rgba(0, 5, 12, .84), 0 0 32px rgba(67, 244, 221, .42) !important;
  }

  #sr-mobile-top.sr-mobile-tour-target {
    position: fixed !important;
  }

  .sr-mobile-tour__card {
    position: fixed;
    top: var(--sr-tour-top, 150px);
    left: var(--sr-tour-left, 12px);
    z-index: 1;
    display: grid;
    width: var(--sr-tour-width, calc(100vw - 24px));
    box-sizing: border-box;
    gap: 8px;
    padding: 14px;
    pointer-events: auto;
    border: 1px solid rgba(88, 246, 229, .3);
    border-radius: 19px;
    color: #ecffff;
    background:
      radial-gradient(circle at 90% 0%, rgba(126, 140, 255, .22), transparent 36%),
      linear-gradient(145deg, #0c2032, #06111e);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .68), 0 0 28px rgba(67, 244, 221, .1);
  }

  .sr-mobile-tour__progress {
    height: 3px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, .08);
  }

  .sr-mobile-tour__progress i {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #43f4dd, #7e8cff);
    transition: width .24s ease;
  }

  .sr-mobile-tour__card > small {
    color: var(--sr-mobile-accent);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .sr-mobile-tour__card h2 {
    margin: 0;
    font-size: 18px;
  }

  .sr-mobile-tour__card p {
    margin: 0;
    color: #9bb4bb;
    font-size: 11px;
    line-height: 1.5;
  }

  .sr-mobile-tour__card > div:last-child {
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(0, 1fr);
    gap: 7px;
    margin-top: 3px;
  }

  .sr-mobile-tour__card button {
    min-height: 43px;
    border: 1px solid rgba(111, 223, 225, .13);
    border-radius: 12px;
    color: #a6bdc3;
    background: rgba(255, 255, 255, .04);
    font: 800 10px/1 system-ui, sans-serif;
  }

  .sr-mobile-tour__card button:last-child {
    border-color: rgba(67, 244, 221, .34);
    color: #061713;
    background: linear-gradient(135deg, #72ffec, #45dcca);
  }

  iframe[title*='tawk' i],
  iframe[title*='chat' i][src*='tawk'],
  #tawkchat-container,
  .tawk-min-container {
    display: none !important;
  }

  @keyframes sr-mobile-ambient {
    0% { transform: translate3d(-2%, -1%, 0) scale(1); }
    100% { transform: translate3d(3%, 2%, 0) scale(1.04); }
  }
}

@media (max-width: 390px) {
  .sr-mobile-filter-body .chips {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .sr-mobile-card-window-summary {
    margin-right: 9px;
    margin-left: 9px;
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  body::after {
    animation: none !important;
  }
}
