*{box-sizing:border-box}
  html,body{margin:0;padding:0;background:#0c0f1d;font-family:'Plus Jakarta Sans',system-ui,sans-serif}
  #ynk-scroll::-webkit-scrollbar{width:10px}
  #ynk-scroll::-webkit-scrollbar-thumb{background:#d2dae8;border-radius:10px}
  /* hide inner (carousel / horizontal) scrollbars but keep them scrollable */
  #ynk-scroll *{scrollbar-width:none;-ms-overflow-style:none}
  #ynk-scroll *::-webkit-scrollbar{width:0;height:0;display:none}
  @keyframes ynkfade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
