  html, body {
    margin: 0;
    padding: 0;
    background: transparent;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  #balance-box {
    display: inline-flex;
    align-items: center;

    padding: 3px 6px;
    border-radius: 999px;

    background: rgba(34, 34, 34, 1.20);
    color: #fff;

    font-size: 26px;         /* nice for OBS */
    font-weight: 700;

    white-space: nowrap;

    /* makes text readable over ANY video */

    /* gives it your "LFL widget" look */
    box-shadow: 0 0 12px rgba(0,0,0,0.8);
    backdrop-filter: blur(4px);
      text-shadow: 0 0 0px rgba(0, 0, 0, 1);
  backdrop-filter: blur(4px);
border: 0.5px solid rgba(255, 255, 255, 0.15);
padding: 2px 8px;
  }

  /* optional: make ⚡ slightly brighter */
  #balance-box .icon {
    margin-right: 6px;
    color: #ffd54f;   /* soft lightning-yellow */
  }