*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;-webkit-font-smoothing:antialiased}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#fff;color:#1d1d1b}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:24px}.home__logo{height:28px;width:auto}.home__greeting{font-size:14px;color:#888}.home__btn{display:inline-block;text-decoration:none;font-size:14px;font-weight:500;padding:10px 24px;border-radius:6px;background:#1d1d1b;color:#fff;transition:background .15s ease}.home__btn:hover{background:#333}