:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffe6;background-color:#000}body{margin:0;padding:0;width:100vw;height:100vh;overflow-x:hidden;overflow-y:auto;background-color:#000}#root{width:100%;height:100%}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;padding:4rem;box-sizing:border-box;z-index:10;animation:fadeIn 2s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{pointer-events:auto}h1{font-size:4rem;font-weight:800;margin:0;background:linear-gradient(to right,#fa0,#f50);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 2em #ffaa00aa)}.subtitle{font-size:1.5rem;margin-top:.5rem;opacity:.8}.instructions{text-align:right;opacity:.5;font-size:.9rem}
