:root{--bg: #151515;--text: #eaeaea;--muted: #9aa0a6;--border: #333}html.light{--bg: #ffffff;--text: #111111;--muted: #555555;--border: #dddddd}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.page{max-width:720px;padding:2rem 1.5rem;margin:0 auto}.top-row{display:flex;align-items:center;justify-content:space-between}.name{font-size:1.8rem;font-weight:600;margin:0}.role{color:var(--muted);margin-top:.25rem}.theme-toggle{background:none;border:1px solid var(--border);color:var(--text);padding:.25rem .5rem;font-size:.9rem;cursor:pointer;border-radius:4px}.about{margin-top:2rem;font-size:1.05rem}.links{margin-top:2.5rem;display:flex;flex-direction:column;gap:.75rem}.links a{color:var(--text);text-decoration:none;font-weight:500;border-bottom:1px solid var(--border);width:fit-content}@media (hover: hover) and (pointer: fine){.links a:hover{border-color:var(--text)}.theme-toggle:hover{background:var(--border)}}@media (min-width: 768px){.page{padding:4rem 2rem}.name{font-size:2.6rem}.links{flex-direction:row;gap:1.5rem}}.ascii{margin:2.5rem 0 2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:clamp(.35rem,1.2vw,.75rem);line-height:1;max-width:100%;overflow:hidden;color:var(--muted);opacity:.8;white-space:pre}
