/* === CSS Custom Properties & Base === */
:root{
  /* T-Bank (Tinkoff) exact dark theme tokens */
  --bg:#121212;--s1:#1c1c1e;--s2:#2c2c2e;--s3:#3a3a3c;
  --t1:#f6f7f8;--t2:#9299a2;--t3:#636366;
  --ac:#ffdd2d;--gr:#34c759;--rd:#ff3b30;--am:#ff9500;--pu:#bf5af2;
  --r:16px;--r2:12px;--r3:8px;--nav:72px;
}
html{height:-webkit-fill-available;height:100%}body{min-height:-webkit-fill-available;height:100%;overflow:hidden;background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,'SF Pro Text','Segoe UI',sans-serif;color:#fff}
