/* Boojee Universe — shared design tokens + starfield host, included by every
   Boojee OS tool so they render and move as one cohesive system. */
:root{
  --bj-void:#050506;
  --bj-deep:#090910;
  --bj-gold:#c9a84c;
  --bj-gold-light:#dfc06a;
  --bj-cream:#f2ece0;
  --bj-cream-bright:#f8f2e7;
  --bj-muted:#8f867c;
  --bj-font-display:'Cormorant Garamond',serif;
  --bj-font-body:Inter,system-ui,sans-serif;
}

canvas.bj-starfield{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;background:var(--bj-void)}
canvas.bj-trails{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}

.bj-btn{background:rgba(14,13,20,.85);border:1px solid rgba(255,255,255,.11);color:#a09490;border-radius:20px;
  padding:6px 12px;font-size:.72rem;cursor:pointer;font-family:var(--bj-font-body);white-space:nowrap;backdrop-filter:blur(6px);
  transition:border-color .15s,color .15s}
.bj-btn:hover{border-color:rgba(201,168,76,.4);color:var(--bj-gold-light)}
.bj-btn.gold{border-color:rgba(201,168,76,.5);color:var(--bj-gold-light)}
