/* AUTO-GENERATED by scripts/gen-tiles-scoped.mjs from account-app.css — DO NOT EDIT BY HAND.
   Scoped tile-picker rules + cabinet dark tokens, namespaced under .nn-mobile-pricing, so the «Выберите
   доступ» tiles render 1:1 on the marketing landing without leaking the cabinet body/.btn/token
   layer into the rest of the page. Regenerate when account-app.css changes. */
.nn-mobile-pricing{
  --brand: #00E37A;
  --brand-2: #00C2FF;
  --brand-ink: #06110A;
  --grad: linear-gradient(100deg, #00E37A 0%, #00C2FF 100%);
  --danger: #ff5a52;
  --r-lg: 22px;
  --r-md: 16px;
  --r-sm: 12px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 240ms;
  --dur-fast: 140ms;

  --bg: #0a0c10;
  --bg-elev: #11141a;
  --surface: #161a21;
  --surface-2: #1c212a;
  --surface-press: #232936;
  --line: rgba(255,255,255,0.08);
  --line-strong: rgba(255,255,255,0.14);
  --txt: #f3f5f8;
  --txt-2: #aab2c0;
  --txt-3: #8b95a4;
  --shadow: 0 18px 50px -22px rgba(0,0,0,0.8);
  --skel: rgba(255,255,255,0.06);
  --skel-sheen: rgba(255,255,255,0.13);
  --brand-soft: rgba(0,227,122,0.12);
  --brand-line: rgba(0,227,122,0.32);
  
  --tg-bar-bg: #000000;
  --tg-bar-txt: #ffffff;
  --tg-bar-sub: rgba(235,238,245,0.5);
  --tg-more-bg: rgba(255,255,255,0.1);
}
[data-theme="light"] .nn-mobile-pricing{
  --bg: #eef1f5;
  --bg-elev: #ffffff;
  --surface: #ffffff;
  --surface-2: #f4f6f9;
  --surface-press: #e9edf2;
  --line: rgba(10,20,40,0.08);
  --line-strong: rgba(10,20,40,0.14);
  --txt: #0f1722;
  --txt-2: #5a6573;
  --txt-3: #8b95a3;
  --shadow: 0 14px 40px -22px rgba(20,40,70,0.35);
  --skel: rgba(10,20,40,0.06);
  --skel-sheen: rgba(10,20,40,0.11);
  --brand-soft: rgba(0,180,100,0.12);
  --brand-line: rgba(0,180,100,0.34);
  --brand: #00b85f;
  --grad: linear-gradient(100deg, #00b85f 0%, #00a6d8 100%);
  --brand-ink: #ffffff;
  --tg-bar-bg: #ffffff;
  --tg-bar-txt: #0f1722;
  --tg-bar-sub: rgba(15,23,34,0.45);
  --tg-more-bg: rgba(15,23,34,0.06);
}
.nn-mobile-pricing .screen.anim-in > .stagger{ animation: rise 0.52s var(--ease-out) both; }
.nn-mobile-pricing .screen.anim-in > .stagger:nth-child(1){ animation-delay: 30ms; }
.nn-mobile-pricing .screen.anim-in > .stagger:nth-child(2){ animation-delay: 70ms; }
.nn-mobile-pricing .screen.anim-in > .stagger:nth-child(3){ animation-delay: 110ms; }
.nn-mobile-pricing .screen.anim-in > .stagger:nth-child(4){ animation-delay: 150ms; }
.nn-mobile-pricing .screen.anim-in > .stagger:nth-child(5){ animation-delay: 190ms; }
.nn-mobile-pricing .screen.anim-in > .stagger:nth-child(6){ animation-delay: 230ms; }
.nn-mobile-pricing .screen.anim-in > .stagger:nth-child(7){ animation-delay: 270ms; }
.nn-mobile-pricing .screen.anim-in > .stagger:nth-child(8){ animation-delay: 310ms; }
@media (prefers-reduced-motion: reduce){
  .nn-mobile-pricing .screen.anim-in > .stagger{ animation: none; }
}
.nn-mobile-pricing .h1{ font-family: var(--font-display); font-weight: 700; font-size: 26px; letter-spacing: -0.02em; margin: 6px 0 0; }
.nn-mobile-pricing .sub{ color: var(--txt-2); font-size: 14.5px; line-height: 1.45; margin: 8px 0 0; text-wrap: pretty; }
.nn-mobile-pricing .mainbtn-wrap{
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 14;
  padding: 14px 16px calc(16px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, transparent 0%, var(--bg) 38%);
  transform: translateY(140%);
  pointer-events: none;
}
.nn-mobile-pricing .mainbtn-wrap.show{ transform: none; pointer-events: auto; }
.nn-mobile-pricing .mainbtn{
  width: 100%; height: 54px; border-radius: var(--r-md);
  background: var(--grad); color: var(--brand-ink);
  font-family: var(--font-body); font-weight: 700; font-size: 16.5px;
  border: 0; cursor: pointer; -webkit-appearance: none; appearance: none;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  box-shadow: 0 14px 34px -14px rgba(0,227,122,0.7);
  transition: transform var(--dur-fast) var(--ease);
}
.nn-mobile-pricing .mainbtn:active{ transform: scale(0.99); }
.nn-mobile-pricing .mainbtn[disabled]{ filter: grayscale(0.4) brightness(0.8); box-shadow: none; cursor: default; }
.nn-mobile-pricing .mainbtn .spinner{ width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid rgba(255,255,255,0.4); border-top-color: #fff; animation: spin 0.7s linear infinite; }
.nn-mobile-pricing .mainbtn .mb-t{ font-weight: 700; }
.nn-mobile-pricing .mainbtn .mb-old{ color: rgba(6,17,10,0.62); font-size: 13px; font-weight: 700; text-decoration: line-through; text-decoration-thickness: 2px; margin-left: 2px; }
.nn-mobile-pricing .mainbtn .mb-pct{ font-weight: 800; font-size: 12px; padding: 3px 8px; border-radius: 7px; background: rgba(6,17,10,0.82); color: #fff; letter-spacing: 0.01em; }
.nn-mobile-pricing .mainbtn{ gap: 9px; }
.nn-mobile-pricing .chip{
  display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 14px;
  border-radius: 999px; background: var(--surface-2); border: 1px solid var(--line);
  color: var(--txt-2); font-size: 13.5px; font-weight: 600; white-space: nowrap;
}
.nn-mobile-pricing .chip svg{ width: 16px; height: 16px; }
.nn-mobile-pricing .seg{ display: flex; gap: 4px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 999px; padding: 4px; }
.nn-mobile-pricing .seg-opt{
  flex: 1 1 0; min-width: 0; height: 44px; border: 0; background: transparent; border-radius: 999px;
  color: var(--txt-3); font-family: var(--font-body); font-weight: 600; font-size: 14px; cursor: pointer;
  -webkit-appearance: none; appearance: none; transition: color var(--dur-fast), background var(--dur-fast);
}
.nn-mobile-pricing .seg-opt.on{ color: var(--txt); background: var(--surface); box-shadow: var(--shadow); }
.nn-mobile-pricing .plan-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.nn-mobile-pricing .tile{
  position: relative; display: flex; flex-direction: column; min-height: 116px; padding: 13px 14px;
  background: var(--surface); border: 1.5px solid var(--line); border-radius: 18px; color: var(--txt);
  cursor: pointer; overflow: hidden; -webkit-appearance: none; appearance: none; text-align: left;
  transition: border-color var(--dur-fast), transform var(--dur-fast) var(--ease), background var(--dur-fast);
}
.nn-mobile-pricing .tile:active{ transform: scale(0.98); }
.nn-mobile-pricing .tile-top{ display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.nn-mobile-pricing .tile-term{ font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--txt-2); white-space: nowrap; }
.nn-mobile-pricing .tile-radio{ flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line-strong); display: flex; align-items: center; justify-content: center; color: var(--brand-ink); background: transparent; }
.nn-mobile-pricing .tile-radio svg{ width: 12px; height: 12px; opacity: 0; transition: opacity var(--dur-fast); }
.nn-mobile-pricing .tile-rib-row{ margin-top: 10px; }
.nn-mobile-pricing .tile-ribbon{ display: inline-block; font-weight: 700; font-size: 10px; letter-spacing: 0.02em; line-height: 1; padding: 4px 8px; border-radius: 7px; white-space: nowrap; }
.nn-mobile-pricing .rib-best{ background: var(--grad); color: var(--brand-ink); }
.nn-mobile-pricing .rib-pop{ background: rgba(0,194,255,0.16); color: #57b9e8; border: 1px solid rgba(0,194,255,0.4); }
.nn-mobile-pricing .tile-price{ display: flex; align-items: baseline; margin-top: auto; padding-top: 12px; font-family: var(--font-display); font-weight: 700; white-space: nowrap; }
.nn-mobile-pricing .tile-price b{ font-size: 29px; line-height: 1; letter-spacing: -0.03em; }
.nn-mobile-pricing .tile-price .suf{ font-family: var(--font-body); font-weight: 600; font-size: 12.5px; color: var(--txt-3); margin-left: 3px; }
.nn-mobile-pricing .tile-foot{ display: flex; align-items: center; gap: 7px; margin-top: 8px; }
.nn-mobile-pricing .tile-total{ color: var(--txt-3); font-size: 12.5px; white-space: nowrap; }
.nn-mobile-pricing .tile-disc{ font-weight: 700; font-size: 10.5px; line-height: 1; padding: 3px 6px; border-radius: 6px; background: var(--brand-soft); color: var(--brand); }
.nn-mobile-pricing .tile.sel{ border-color: var(--brand); background: var(--brand-soft); }
.nn-mobile-pricing .tile.sel .tile-radio{ background: var(--brand); border-color: var(--brand); }
.nn-mobile-pricing .tile.sel .tile-radio svg{ opacity: 1; }
.nn-mobile-pricing .tile.accent-best{ border-color: var(--brand-line); }
.nn-mobile-pricing .tile.accent-pop{ border-color: rgba(0,194,255,0.3); }
.nn-mobile-pricing .tile.accent-best.sel{ border-color: var(--brand); }
.nn-mobile-pricing .tile-glow{ position: absolute; z-index: 0; right: -25%; top: -35%; width: 90%; height: 130%; border-radius: 50%; background: radial-gradient(circle, rgba(0,227,122,0.2) 0%, rgba(0,194,255,0.1) 45%, transparent 70%); filter: blur(22px); pointer-events: none; }
.nn-mobile-pricing .tile > *:not(.tile-glow):not(.tile-check){ position: relative; z-index: 1; }
.nn-mobile-pricing .tg-switch .knob{ position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.3); transition: transform var(--dur) var(--ease); }
.nn-mobile-pricing .tg-switch.on .knob{ transform: translateX(20px); }
.nn-mobile-pricing .chip.danger{ color: #ff9a95; background: rgba(255,90,82,0.1); border-color: rgba(255,90,82,0.3); }
.nn-mobile-pricing .chip.trial{ color: var(--brand-2); background: rgba(0,194,255,0.1); border-color: rgba(0,194,255,0.3); }
.nn-mobile-pricing .seg-opt.is-locked{ opacity: 0.4; }
.nn-mobile-pricing .seg-opt.is-current{ position: relative; }
.nn-mobile-pricing .seg-opt .seg-cur{ display: block; font-size: 10px; font-weight: 700; color: var(--brand); margin-top: 1px; }
.nn-mobile-pricing .up-presets .seg-opt{ font-size: 13px; height: 40px; }
.nn-mobile-pricing .chip.warn{ color: #ff8a82; background: rgba(255,138,130,0.10); border-color: rgba(255,138,130,0.30); }
.nn-mobile-pricing .chip.meter{ gap: 9px; padding-right: 14px; }
.nn-mobile-pricing .chip.meter .meter-segs{ display: inline-flex; gap: 3px; }
.nn-mobile-pricing .chip.meter .meter-segs i{ width: 14px; height: 6px; border-radius: 3px; background: var(--line-strong); transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.nn-mobile-pricing .chip.meter .meter-segs i.on{ background: var(--brand); box-shadow: 0 0 7px rgba(0,227,122,0.55); }
.nn-mobile-pricing .chip.meter b{ font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--txt-2); }
.nn-mobile-pricing .chip.meter.trial .meter-segs i.on{ background: var(--brand-2); box-shadow: 0 0 7px rgba(0,194,255,0.55); }
.nn-mobile-pricing .chip.meter.danger .meter-segs i{ background: rgba(255,90,82,0.28); }
.nn-mobile-pricing .chip.meter.danger .meter-segs i.on{ background: #ff5a52; box-shadow: none; }
.nn-mobile-pricing .chip.meter.muted{ opacity: 0.55; }
.nn-mobile-pricing .chip.meter.muted .meter-segs i{ background: var(--line); }
.nn-mobile-pricing .chip.meter.muted b{ color: var(--txt-3); }
.nn-mobile-pricing .sup-intro .sub b{ color: var(--txt); font-weight: 600; }
