:root{--font-mono:"Roboto Mono",monospace}*{margin:0;padding:0;box-sizing:border-box}html{background:#000;-webkit-font-smoothing:antialiased}#app,body,html{min-height:100%}body{font-family:Inter,system-ui,sans-serif;background:#000;color:white;overflow-x:hidden}img{max-width:100%;height:auto;display:block}.home{position:relative;min-height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:2rem;background:radial-gradient(circle at top left,#0f172a 0,transparent 30%),radial-gradient(circle at bottom right,#1e293b 0,transparent 30%),linear-gradient(135deg,#020617,#000000)}.background-glow{position:absolute;width:500px;height:500px;border-radius:9999px;filter:blur(120px);opacity:.12;pointer-events:none}.background-glow.top{top:-200px;left:-120px;background:#2563eb}.background-glow.bottom{bottom:-200px;right:-120px;background:#7c3aed}.content{position:relative;z-index:10;width:100%;max-width:620px;padding:4rem;border-radius:32px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 10px 40px rgba(0,0,0,.5),inset 0 1px 1px rgba(255,255,255,.08);text-align:center}.logo-wrapper{margin-bottom:2rem;display:flex;justify-content:center}.hero-text h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.1;font-weight:700;letter-spacing:-2px;margin-bottom:1rem}.hero-text p{font-size:clamp(.95rem,2vw,1.1rem);line-height:1.8;color:rgba(255,255,255,.7);max-width:480px;margin:auto}.links{margin-top:3rem;gap:1rem;flex-wrap:wrap}.links,.links a{display:flex;justify-content:center;align-items:center}.links a{min-width:220px;padding:1rem 1.5rem;border-radius:14px;text-decoration:none;font-weight:600;transition:transform .3s ease,background .3s ease,opacity .3s ease}.links a:hover{transform:translateY(-3px)}.links .admin{background:white;color:black}.links .website{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:white}.links .website:hover{background:rgba(255,255,255,.08)}.footer{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;text-align:center;color:rgba(255,255,255,.5);font-size:.9rem}.footer a{color:white;text-decoration:none}.footer a:hover{opacity:.7}@media (max-width:1024px){.content{max-width:90%;padding:3rem}.links a{min-width:180px}}@media (max-width:768px){.home{padding:1.5rem}.content{padding:2rem;border-radius:24px}.logo-wrapper img{width:120px;height:auto}.hero-text h1{letter-spacing:-1px}.hero-text p{line-height:1.7}.links{flex-direction:column;width:100%}.links a{width:100%;min-width:unset}.background-glow{width:300px;height:300px;filter:blur(90px)}}@media (max-width:480px){.home{padding:1rem}.content{padding:1.5rem;border-radius:20px}.hero-text h1{font-size:2rem}.hero-text p{font-size:.95rem}.links{margin-top:2rem}.links a{padding:.95rem 1rem;font-size:.95rem}.footer{font-size:.8rem;gap:.3rem}}