:root{--color-bg:black;--color-text:white;--color-text-muted:lightgray;--color-hover:#ccc;--font-family:Arial,sans-serif;--max-width:600px;--space-sm:0.5rem;--space-md:1rem;--space-lg:2rem;--icon-size:48px}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-family);color:var(--color-text)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-text-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text)}a{cursor:pointer}body{background-color:var(--color-bg);min-height:100svh;max-width:var(--max-width);margin:0 auto;padding:var(--space-md)}footer{position:fixed;bottom:0;text-align:center;padding:var(--space-md);width:100%}footer h2{font-size:var(--space-md);font-weight:400}.date{font-size:small;font-weight:lighter;color:var(--color-text-muted)}