*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
html,body{min-height:100%;}
body{
  margin:0;
  font:16px/1.55 Inter, Arial, sans-serif;
  background:
    radial-gradient(700px 320px at 15% 0%, rgba(227,27,35,.18), transparent 60%),
    radial-gradient(650px 300px at 85% 10%, rgba(59,130,246,.16), transparent 60%),
    linear-gradient(180deg, #071019 0%, #0b141d 100%);
  color:var(--fg);
}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
.container{width:min(1180px, calc(100% - 28px));margin:0 auto;}
.sg-page-fixed{height:calc(100vh - var(--header-height));min-height:0;overflow:hidden;}
