*{box-sizing:border-box;margin:0;padding:0}
body{background:#F5F3EF;font-family:'IBM Plex Sans',system-ui,sans-serif;color:#1A1612;min-height:100vh;-webkit-font-smoothing:antialiased}
[data-bst]{
  --accent:#E8222C;--accent-soft:#FBE7E8;--accent-mid:#EF8A8E;--accent-softer:#F6C9CC;--accent-glow:rgba(232,34,44,0.28);
}
::selection{background:#FAD6D8}
.bst-scroll::-webkit-scrollbar{height:8px;width:8px}
.bst-scroll::-webkit-scrollbar-thumb{background:#CBD5E1;border-radius:4px}
input::placeholder{color:#9C9286}
@keyframes bstfade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
.fade{animation:bstfade .4s ease}
button{font-family:inherit}
a{color:inherit}
.hov:hover{background:#F7F5F1}
.lift:hover{opacity:.92}
