:root{--font-mono:"Roboto Mono",monospace}*{box-sizing:border-box}html{font-size:18px;line-height:32px;background:rgb(0,0,0);-webkit-font-smoothing:antialiased}body,html,main{height:100%}body{font-family:system-ui;margin:0;color:rgb(255,255,255);@media (max-width:1024px){font-size:15px;line-height:24px}}img{max-width:100%;height:auto;display:block}h1{margin:32px 0 16px;font-size:56px;line-height:62px;font-weight:700;text-align:center;@media (max-width:768px){font-size:40px;line-height:44px}}p{margin:0}a{color:currentColor;text-decoration:none}.home{min-height:100vh;max-width:1024px;margin:0 auto;padding:48px;display:flex;flex-direction:column;justify-content:space-between;@media (max-width:400px){padding-left:24px;padding-bottom:24px;padding-right:24px;padding-top:24px}}.content{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.logo{margin-bottom:12px;opacity:.95}.subtitle{text-align:center;max-width:520px;color:rgb(180,180,180);margin-bottom:32px}.links{display:flex;gap:12px}.links .admin{background:rgb(255,255,255);color:rgb(0,0,0);padding:8px 16px;border-radius:6px;font-weight:500}.links .admin:hover{opacity:.9}.footer{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:rgb(140,140,140);@media (max-width:768px){flex-direction:column;gap:6px}}.footer .codeLink{background:rgb(40,40,40);padding:2px 6px;border-radius:4px}.by-crealy{font-size:13px;color:rgb(255,255,255)}.by-crealy a{color:rgb(255,255,255);text-decoration:underline;transition:opacity .2s ease}.by-crealy a:hover{opacity:.7}