*{margin:0;padding:0;box-sizing:border-box}
:root{
  --gold:#C9A84C;--gold-dim:#8A6F2E;--gold-glow:rgba(201,168,76,0.12);
  --deep:#04060F;--deep2:#080C1A;--surface:rgba(255,255,255,0.03);
  --border:rgba(201,168,76,0.18);--text:#E8E0CC;--text-dim:rgba(232,224,204,0.5);
}
body{background:var(--deep);color:var(--text);font-family:'Cormorant Garamond',Georgia,serif;min-height:100vh;overflow-x:hidden}
canvas#stars{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}
