*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--surface:#111;--border:#222;--text:#e8e8e8;--muted:#666;--gold:#c9a84c;--gold-dim:#8a6f2e;--red:#c94c4c;--green:#4caf6e;--blue:#4c7fc9}body,html{height:100%}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;min-height:100vh;display:flex;flex-direction:column}a{color:var(--gold);text-decoration:none}a:hover{text-decoration:underline}@keyframes hive-planet-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hive-planet{animation:hive-planet-spin 12s linear infinite;display:inline-block}