:root{--mp-bg:#fafaf5;--mp-ink:#111;--mp-muted:rgba(17,17,17,0.6);--mp-border:rgba(17,17,17,0.14)}*{box-sizing:border-box}html{font-size:18px;line-height:1.6;background:var(--mp-bg);-webkit-font-smoothing:antialiased}#app,body,html{height:100%}body{font-family:Helvetica Neue,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;margin:0;color:var(--mp-ink);background:var(--mp-bg)}img{max-width:100%;height:auto;display:block}.home{justify-content:space-between;min-height:100vh;padding:48px 32px;max-width:720px;margin:0 auto;text-align:center}.home,.home .content{display:flex;flex-direction:column;align-items:center}.home .content{justify-content:center;flex-grow:1}.home .logo{height:64px;width:auto;margin-bottom:36px}.home h1{font-size:2.4rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 16px}@media (max-width:600px){.home h1{font-size:1.75rem}}.home .tagline{font-size:1.05rem;color:var(--mp-muted);max-width:460px;margin:0 0 40px}.home .links{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.home .links a{display:inline-flex;align-items:center;text-decoration:none;padding:.75rem 1.4rem;border-radius:8px;font-weight:700;font-size:.9rem;letter-spacing:.02em;transition:transform .15s ease,opacity .15s ease}.home .links a:hover{transform:translateY(-1px)}.home .links .admin{background:var(--mp-ink);color:#fff}.home .links .docs{background:transparent;color:var(--mp-ink);border:1px solid var(--mp-border)}.home .footer{font-size:.8rem;color:var(--mp-muted);text-transform:uppercase;letter-spacing:.12em;padding-top:24px}.home .footer p{margin:0}