:root{--font-mono:"Roboto Mono",monospace;--wolf-primary:#0956a0;--wolf-primary-dark:#074580;--wolf-primary-light:#0d6cbf;--wolf-bg:#0f1419;--wolf-bg-card:#131b24;--wolf-text:#e8eaed;--wolf-text-muted:#9aa0a6}*{box-sizing:border-box}html{font-size:18px;line-height:32px;background:var(--wolf-primary-dark);-webkit-font-smoothing:antialiased}#app,body,html{height:100%}body{font-family:system-ui,-apple-system,sans-serif;font-size:18px;line-height:32px;margin:0;color:var(--wolf-text);@media (max-width:1024px){font-size:15px;line-height:24px}}img{max-width:100%;height:auto;display:block}h1{margin:40px 0;font-size:64px;line-height:70px;font-weight:700;@media (max-width:1024px){margin-left:0;margin-bottom:24px;margin-right:0;margin-top:24px;font-size:42px;line-height:42px}@media (max-width:768px){font-size:38px;line-height:38px}@media (max-width:400px){font-size:32px;line-height:32px}}p{margin:24px 0;@media (max-width:1024px){margin:calc(var(--base) * .75) 0}}a{color:currentColor;&:focus{opacity:.8;outline:none}&:active{opacity:.7;outline:none}}svg{vertical-align:middle}.home{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100vh;padding:45px;max-width:1024px;margin:0 auto;overflow:hidden;@media (max-width:400px){padding-left:24px;padding-bottom:24px;padding-right:24px;padding-top:24px}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;.logo{color:var(--wolf-text);margin-bottom:1rem;filter:brightness(0) invert(1)}h1{text-align:center}}.links{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center;a{text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:background-color .2s,color .2s}.admin{color:#fff;background:var(--wolf-bg);border:1px solid var(--wolf-bg)}.admin:hover{background:var(--wolf-primary-light);border-color:var(--wolf-primary-light)}.docs{color:var(--wolf-text);background:transparent;border:1px solid var(--wolf-text-muted)}.docs:hover{border-color:var(--wolf-primary);color:var(--wolf-primary-light)}}.footer{display:flex;align-items:center;gap:8px;color:var(--wolf-text-muted);font-size:.9rem;@media (max-width:1024px){flex-direction:column;gap:6px}p{margin:0}.codeLink{text-decoration:none;padding:.25rem .5rem;background:var(--wolf-bg-card);border-radius:4px;color:var(--wolf-text-muted)}.codeLink:hover{color:var(--wolf-primary-light)}}}