:root{--bg: #0b1120;--panel: rgba(255,255,255,.04);--border: rgba(255,255,255,.1);--text: rgba(255,255,255,.92);--muted: rgba(255,255,255,.72)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.wh-container{width:min(1200px,calc(100% - 48px));margin:0 auto}.wh-pillbtn{height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#ffffffeb;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,background .16s ease,border-color .16s ease,opacity .16s ease}.wh-pillbtn:hover{transform:translateY(-1px)}.wh-pillbtn.primary{background:#2563ebeb;border-color:transparent}.wh-pillbtn.soft{background:#ffffff14}.wh-pillbtn.outline{background:transparent}
