:root{color-scheme:dark}*{box-sizing:border-box}#__next,body,html{margin:0;min-height:100%;background:#080808;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}.page{min-height:100vh;display:flex;justify-content:center}.card{margin-top:12px;width:100%;max-width:560px;background:#080808}.hero{text-align:center}.logo{font-size:40px;line-height:1;font-weight:700}.muted{color:#8f9094}h1{margin:8px 0 0;font-size:clamp(2rem,3vw,2.75rem);letter-spacing:-.02em}.summary{margin:12px 0 0;color:#8f9094;line-height:1.6;font-size:1.125rem}.highlight{color:#fff}.status{margin-top:12px;display:grid;grid-gap:4px;gap:4px}.status p{margin:0;color:#8f9094;font-size:.95rem}.status a{color:#3ccf91;text-decoration:none}.links{margin-top:28px;display:grid;grid-gap:12px;gap:12px}.linkRow{min-height:48px;border:1px solid #111;border-radius:12px;background:#080808;color:#fff;text-decoration:none;padding:10px 16px;justify-content:space-between;transition:transform .2s ease,border-color .2s ease}.left,.linkRow{display:flex;align-items:center}.left{gap:14px}.iconWrap{width:36px;height:36px;border-radius:10px;background:#080808;display:flex;align-items:center;justify-content:center}.label{font-size:1.25rem;line-height:1.1}.label,.open{font-weight:600}.open{color:#8f9094;font-size:1rem}.projects{margin-top:36px;padding-bottom:32px}.projectsHeading{margin:0 0 14px;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8f9094;text-align:center}.projectList{display:grid;grid-gap:10px;gap:10px}.projectRow{min-height:48px;border:1px solid #111;border-radius:12px;background:#080808;color:#fff;text-decoration:none;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;transition:transform .2s ease,border-color .2s ease}.projectInfo{display:flex;flex-direction:column;gap:2px}.projectName{font-size:1.15rem;font-weight:600;line-height:1.2}.projectRole{font-size:.8rem;color:#8f9094}@media (max-width:640px){.card{padding:8px}h1{font-size:2.15rem}.summary{font-size:1rem}.label{font-size:1.15rem}.open{font-size:1.05rem}}