:root{
  --gj-bg:#0f172a;
  --gj-acc:#22c55e;
}
html{scroll-behavior:smooth;}
body{
  font-size:18px;
  line-height:1.65;
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Noto Sans","Helvetica Neue",sans-serif;
  color:#0b1220;
}
.gj-shadow{box-shadow:0 10px 25px rgba(15,23,42,.10);}
.gj-focus:focus{outline:3px solid rgba(34,197,94,.55);outline-offset:2px;}
.gj-nav a{position:relative;}
.gj-nav a::after{content:"";position:absolute;left:0;bottom:-6px;height:2px;width:0;background:rgba(34,197,94,.95);transition:width .2s ease;}
.gj-nav a:hover::after{width:100%;}
.gj-modal-backdrop{background:rgba(2,6,23,.65);backdrop-filter:blur(6px);}
.gj-badge{border:1px solid rgba(15,23,42,.10);background:rgba(255,255,255,.75);}
.gj-cookie{border-top:1px solid rgba(15,23,42,.12);}
