:root{--bg:#000000;--surface:#1a1a1a;--panel:#161616;--field:#121212;--elevate:#1f1f1f;--text:#ffffff;--text-muted:#b3b3b3;--danger:#ec5e5b;--danger-surface:rgba(236,94,91,0.12);--border:rgba(255,255,255,0.09);--border-strong:rgba(255,255,255,0.22);--tabbar-space:86px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:dark}*{box-sizing:border-box}body,html{height:100%}body{margin:0;background:var(--bg);color:var(--text);overscroll-behavior-y:none}button{-webkit-tap-highlight-color:transparent}.app{min-height:100dvh}.screen{max-width:620px;margin:0 auto;padding:0 16px calc(var(--tabbar-space) + env(safe-area-inset-bottom))}.screen__header{padding:calc(env(safe-area-inset-top) + 18px) 0 12px}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.tabbar{position:fixed;left:0;right:0;bottom:calc(env(safe-area-inset-bottom) + 14px);z-index:40;display:flex;justify-content:center;pointer-events:none}.tabbar__pillbar{gap:2px;padding:5px;background:rgba(22,22,22,.78);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 12px 40px rgba(0,0,0,.55);pointer-events:auto}.tabbar__item,.tabbar__pillbar{display:inline-flex;align-items:center;border-radius:999px}.tabbar__item{position:relative;gap:0;padding:11px 13px;color:var(--text-muted);text-decoration:none;font-size:14px;font-weight:500;letter-spacing:-.01em;white-space:nowrap;transition:color .18s ease}.tabbar__item:not(.is-active):hover{background:var(--surface);color:var(--text)}.tabbar__item.is-active{color:var(--text)}.tabbar__pill{position:absolute;inset:0;border-radius:999px;background:var(--surface);z-index:0}.tabbar__icon,.tabbar__label{position:relative;z-index:1}.tabbar__icon{position:relative;display:inline-flex}.tabbar__icon svg{display:block}.tabbar__badge{position:absolute;top:-5px;right:-7px;min-width:15px;height:15px;padding:0 4px;border-radius:999px;background:var(--danger);color:#fff;font-size:9.5px;font-weight:700;line-height:15px;text-align:center}.tabbar__label{display:inline-block;overflow:hidden}