:root{
  --nb-bg:#16123a;
  --nb-bg-2:#1e1a49;
  --nb-card:#23204c;
  --nb-card-2:#2a265a;
  --nb-border:rgba(255,255,255,.08);
  --nb-text:#ffffff;
  --nb-muted:#c9c5e5;
  --nb-soft:#8b87ad;
  --nb-lime:#b7ff1f;
  --nb-accent:#ff4fd8;
  --nb-blue:#54a7ff;
  --nb-red:#ff6565;
  --nb-radius:18px;
  --nb-shadow:0 12px 30px rgba(0,0,0,.24);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:linear-gradient(180deg,var(--nb-bg-2) 0%, var(--nb-bg) 100%);color:var(--nb-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%}
body{min-height:100vh}
input,select,button,textarea{font:inherit}
button,input,select,textarea{outline:none}
input,select,textarea{
  width:100%;background:transparent;color:#fff;border:1px solid var(--nb-border);border-radius:14px;padding:14px 16px;
}
button{cursor:pointer}
.nb-page{min-height:100vh;padding-bottom:110px}
.nb-topbar{display:flex;justify-content:space-between;align-items:center;padding:18px 16px;background:#28245a;position:sticky;top:0;z-index:30}
.nb-topbar__left,.nb-topbar__right{display:flex;align-items:center;gap:12px}
.nb-title{font-size:18px;font-weight:900;letter-spacing:.01em}
.nb-back,.nb-icon-btn{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.06)}
.nb-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:14px;border:1px solid var(--nb-lime);background:var(--nb-lime);color:#18143c;font-weight:900}
.nb-button--ghost{background:transparent;color:var(--nb-lime)}
.nb-button--dim{background:#66608d;color:#fff;border-color:transparent}
.nb-balance-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--nb-lime);color:var(--nb-lime);font-weight:900;background:rgba(0,0,0,.12)}
.nb-card{background:var(--nb-card);border-radius:var(--nb-radius);box-shadow:var(--nb-shadow);border:1px solid var(--nb-border)}
.nb-section{padding:16px}
.nb-chip-row{display:flex;gap:10px;overflow:auto;padding-bottom:2px;scrollbar-width:none}.nb-chip-row::-webkit-scrollbar{display:none}
.nb-chip{flex:0 0 auto;padding:10px 14px;border-radius:999px;background:#221e49;color:#fff;border:1px solid rgba(255,255,255,.04);font-size:14px;font-weight:800}
.nb-chip.active{background:var(--nb-lime);color:#14102e}
.nb-odds{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.nb-odd{display:flex;align-items:center;justify-content:center;min-height:56px;border-radius:16px;background:#312c66;color:var(--nb-lime);font-size:18px;font-weight:900;border:1px solid rgba(255,255,255,.05)}
.nb-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900}
.nb-badge.live{background:rgba(183,255,31,.18);color:var(--nb-lime)}
.nb-badge.pink{background:linear-gradient(90deg,#ff4fd8,#9137ff);color:#fff}
.nb-muted{color:var(--nb-muted)}
.nb-soft{color:var(--nb-soft)}
.nb-accent{color:var(--nb-lime)}
.nb-empty{padding:60px 20px;text-align:center;color:var(--nb-muted)}
.nb-floating-code{position:fixed;right:18px;bottom:108px;width:74px;height:74px;border-radius:999px;background:rgba(98,78,196,.95);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--nb-lime);font-weight:900;box-shadow:var(--nb-shadow);z-index:25}
.nb-warning{background:#4a2d3b;color:#ffe1ef;padding:12px 14px;border-radius:14px}
.nb-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.nb-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.nb-list{display:flex;flex-direction:column;gap:12px}
.nb-info-text{color:var(--nb-muted);line-height:1.65;font-size:14px}
.nb-brandbar{display:flex;align-items:center;gap:12px}
.nb-brandbar__logo{width:34px;height:34px;border-radius:10px}
.nb-brandbar__name{font-weight:900;letter-spacing:.1em}
.nb-small{font-size:12px;color:var(--nb-soft)}
.bottom-nav{position:fixed;left:0;right:0;bottom:0;background:#09090e;border-top:1px solid rgba(255,255,255,.06);display:grid;grid-template-columns:repeat(5,1fr);z-index:40;padding:8px 6px calc(8px + env(safe-area-inset-bottom));}
.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;color:#bdb9d9;padding:8px 0;position:relative}
.bottom-nav a.active{color:#fff}
.bottom-nav a.active::after{content:'';position:absolute;bottom:-8px;height:4px;border-radius:999px;width:42px;background:var(--nb-lime)}
.bottom-icon{font-size:22px;line-height:1}
.bottom-logo{width:26px;height:26px;object-fit:contain}
.home-top{display:flex;justify-content:space-between;align-items:center;padding:14px 16px 8px;gap:14px}
.home-brand{display:flex;align-items:center;gap:10px}.home-brand img{width:28px;height:28px;border-radius:8px}.home-brand strong{font-size:32px;line-height:1}
.home-actions{display:flex;align-items:center;gap:10px}.home-actions .search{width:42px;height:42px;border-radius:999px;background:#221e49;display:flex;align-items:center;justify-content:center}
.hero-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:12px 16px}.hero-icons .item{background:#221e49;border-radius:18px;padding:10px;text-align:center}.hero-icons .item div:first-child{font-size:24px;margin-bottom:8px}
.footer-block{padding:24px 16px 130px;color:#d0cbe8;text-align:center}.footer-links{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:14px}.logos{display:flex;justify-content:center;gap:20px;align-items:center;margin:18px 0}.logos img{height:24px;opacity:.92}.paybill{font-size:28px;font-weight:900;margin:8px 0 18px}.info-note{font-size:14px;color:#cbc6e7;line-height:1.7}
@media (min-width:900px){.nb-page{max-width:500px;margin:0 auto;background:linear-gradient(180deg,var(--nb-bg-2),var(--nb-bg))}.bottom-nav{left:50%;transform:translateX(-50%);max-width:500px;border-left:1px solid rgba(255,255,255,.06);border-right:1px solid rgba(255,255,255,.06)}}
