:root{--bg:#ffffff;--fg:#16181d;--muted:#6b7280;--border:#e5e7eb;--accent:#16181d}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}::selection{background:var(--fg);color:var(--bg)}a{color:inherit;text-decoration:none}main{min-height:100vh;width:100%;display:grid;place-items:center;padding:2rem}.card{display:flex;flex-direction:column;align-items:center;max-width:380px}.portrait{width:128px;height:128px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}@media (prefers-color-scheme:dark){:root{--bg:#0b0c0e;--fg:#f3f4f6;--muted:#9ca3af;--border:#23262b;--accent:#f3f4f6}}