:root{--bg:#0b0b0c;--ink:#ededec;--muted:#8a8a86;--hair:#ededec21}*{box-sizing:border-box;margin:0;padding:0}body,html{-webkit-font-smoothing:antialiased;background:#0b0b0c;background:var(--bg);color:#ededec;color:var(--ink);font-family:Inter,system-ui,sans-serif;height:100%;text-rendering:optimizeLegibility}body{align-items:center;display:flex;justify-content:center;min-height:100vh;min-height:100dvh;padding:clamp(1.25rem,4vw,3rem)}.mono{color:#8a8a86;color:var(--muted);font-family:JetBrains Mono,monospace;font-size:.66rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase}.card{flex-direction:column;gap:clamp(1.4rem,3.2vh,2.2rem);max-width:600px;width:100%}.card,.top{display:flex}.top{align-items:baseline;gap:1rem;justify-content:space-between}.name{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;letter-spacing:-.02em;line-height:1}.hair{background:#ededec21;background:var(--hair);height:1px;width:100%}.body{display:flex;flex-direction:column;gap:clamp(.85rem,2vh,1.15rem)}.body p{color:#ededec;color:var(--ink);font-size:clamp(1rem,1.9vw,1.1rem);line-height:1.55;max-width:54ch}.cta{font-weight:600;margin-top:.5rem}.inline{border-bottom:1px solid #ededec21;border-bottom:1px solid var(--hair);color:#ededec;color:var(--ink);font-weight:500;text-decoration:none;transition:border-color .25s ease}.inline:hover{border-bottom-color:#ededec;border-bottom-color:var(--ink)}.links{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem 1.4rem}.links a{color:#ededec;color:var(--ink);font-family:JetBrains Mono,monospace;font-size:.66rem;font-weight:500;letter-spacing:.18em;padding-bottom:2px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .25s ease}.links a:after{background:currentColor;bottom:0;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.2,.7,.2,1);width:100%}.links a:hover{color:#8a8a86;color:var(--muted)}.links a:hover:after{transform:scaleX(1);transform-origin:left}.footer{display:flex;flex-direction:column;gap:clamp(.9rem,2vh,1.2rem)}.footmeta{align-items:center;display:flex;gap:1rem;justify-content:space-between}@media (max-width:460px){.footmeta{align-items:flex-start;flex-direction:column;gap:.6rem}}
/*# sourceMappingURL=main.c6810d14.css.map*/