:root{color-scheme:light dark}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#fafafa;color:#0f1115}@media (prefers-color-scheme:dark){body,html{background:#0f1115;color:#f4f5f7}}main{max-width:1100px;margin:0 auto;padding:32px 24px}header{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #e3e3e3;padding-bottom:16px;margin-bottom:24px}h1{font-size:22px;margin:0}.role-badge{font-size:12px;background:#5b3df5;color:#fff;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}