@import url('../../shared/base.css');
:root{
  --font-heading:'Segoe UI',sans-serif;--font-body:'Segoe UI',sans-serif;
  --accent-1:#111827;--accent-2:#22c55e;--bg:#fff;--text:#111827;
  --header-bg:#fff;--nav-bg:#fff;--card-bg:#fff;--stats-bg:#f0fdf4;--border:#e5e7eb;
  --hero-bg:#111827;--hero-text:#fff;--footer-bg:#000;
}
@media (hover:hover){
  body{cursor:none}
  .fluid-cursor{position:fixed;width:20px;height:20px;border-radius:50%;background:var(--accent-2);opacity:.7;pointer-events:none;z-index:999;transform:translate(-50%,-50%);transition:width .2s,height .2s}
  a,button{cursor:none}
}
.gallery-item{cursor:none}
