/* Minimal black site styles using Inter */
html,body{height:100%;}
body{
  margin:0;
  background:#000;
  color:#fff;
  font-family:'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  display:flex;
  align-items:center;
  justify-content:center;
}
.center{ text-align:center; padding:2rem; max-width:630px; }
.logo{ width:120px; height:auto; margin-bottom:1.25rem; filter: drop-shadow(0 0 10px rgba(63, 63, 63, 0.116)) drop-shadow(0 0 24px rgba(255,255,255,0.18)); }
.message{ font-weight:400; font-size:clamp(0.2rem,2vw,1.2rem); margin:0; }
