:root{--bg: #0d0d0d;--line: #2f2f2f;--green: #67e646;--green-dim: #40bf21;--text: #ededed;--muted: #8a8a8a}*{box-sizing:border-box}html,body{height:100%}body{margin:0;display:grid;grid-template-rows:1fr auto;justify-items:center;align-items:stretch;padding:24px;background:var(--bg);color:var(--text);font:15px/1.5 ui-sans-serif,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}#bg{position:fixed;inset:0;width:100%;height:100%;display:block;z-index:0}.vignette{position:fixed;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at 50% 45%,transparent 26%,rgba(8,8,8,.62) 88%)}.stage{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.github{flex:none;margin-top:auto;padding-top:24px;color:var(--muted);line-height:0;transition:color .15s ease-out,filter .15s ease-out}.github svg{width:20px;height:20px}.github:hover,.github:focus-visible{color:var(--green);filter:drop-shadow(0 0 8px rgba(103,230,70,.55))}.logo{margin:0;line-height:0;flex:1;display:grid;place-items:center;min-height:0;width:100%;animation:breathe 6s ease-in-out infinite}@keyframes breathe{0%,to{opacity:.88}50%{opacity:1}}@property --pulse{syntax: "<number>"; inherits: false; initial-value: 1;}.mark{--glow: 0;--pulse: 1;width:clamp(120px,26vmin,260px);height:clamp(120px,26vmin,260px);color:var(--green);animation:mark-pulse 1.8s ease-in-out infinite;filter:drop-shadow(0 0 14px rgba(103,230,70,.26)) drop-shadow(0 0 calc(2px + var(--glow) * 6px) rgba(64,191,33,calc(var(--glow) * var(--pulse) * .55))) drop-shadow(0 0 calc(14px + var(--glow) * 34px) rgba(64,191,33,calc(var(--glow) * var(--pulse) * .6)));transition:filter .18s ease-out}@keyframes mark-pulse{0%,to{--pulse: .45}50%{--pulse: 1}}.foot{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:3px;padding-top:18px;font-size:11px;color:#5a5a5a;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-align:center;transition:color .2s}.foot.near{color:var(--green)}.motion-toggle{position:fixed;right:16px;bottom:16px;z-index:3;width:34px;height:34px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--line);border-radius:999px;background:#181818b8;backdrop-filter:blur(10px);color:var(--muted);font:inherit;cursor:pointer;transition:border-color .15s,color .15s}.motion-toggle:hover,.motion-toggle[aria-pressed=true]{border-color:var(--green-dim);color:var(--green)}body.still .logo{animation:none;opacity:1}body.still .mark{animation:none;--pulse: 1}@media(prefers-reduced-motion:reduce){.logo{animation:none;opacity:1}.mark{animation:none;--pulse: 1;transition:none}}
