*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}html,body{background:#000;overflow:hidden}body{display:grid;place-items:center}.stage{height:100%;display:grid;justify-items:center;align-items:start;padding-top:12vh}.grid{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background-color:#000;background-image:url(/grid-land.webp);background-size:auto min(100vh,90vw);background-position:left bottom;background-repeat:no-repeat;filter:contrast(1.04) saturate(1.05)}.shade{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(closest-side at 50% 50%,rgba(0,0,0,var(--shade, .45)),#0000001f 42%,#0000 66%),radial-gradient(140% 120% at 50% 50%,#0000 60%,#0000008c)}.mark{position:relative;z-index:2;width:var(--logo, 56vmin);height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:var(--glow, none);transform-origin:center}.breathe{animation:breathe 7s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}
