main{background:#000;color:#fff;min-height:100vh}.home{justify-content:space-between;height:100vh;padding:45px;max-width:1024px;margin:0 auto}.home,.home .content{display:flex;flex-direction:column;align-items:center}.home .content{justify-content:center;flex-grow:1}.home h1{text-align:center;font-size:48px;margin:40px 0}.home .links{display:flex;gap:12px}.home .links a{text-decoration:none;padding:8px 16px;border-radius:4px}.home .links .admin{color:#000;background:#fff}.home .links .docs{color:#fff;background:#000;border:1px solid #fff}.home .footer{display:flex;align-items:center;gap:8px}.home .footer .codeLink{text-decoration:none;padding:0 8px;background:#333;border-radius:4px}