@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,sans-serif;background:linear-gradient(-45deg,#0f172a,#1e293b,#0f172a,#1e293b);background-size:400% 400%;animation:gradientBG 18s ease infinite;color:#f1f5f9;min-height:100vh;overflow:hidden}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.main{position:relative;min-height:100vh;width:100%}.content{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem;height:100vh;display:block}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.1rem;transform:translateY(-5vh)}.grad-text{font-size:4.8rem;font-weight:800;background:linear-gradient(90deg,#38bdf8,#6366f1,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:gradientText 8s ease infinite;line-height:1}@keyframes gradientText{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.dot{width:10px;height:10px;margin-left:4px;border-radius:50%;background:linear-gradient(to bottom right,#60a5fa,#8b5cf6);box-shadow:0 6px 18px #8b5cf62e}.tagline{font-size:1.35rem;font-weight:600;color:#dbe7f2;margin-top:2px}.footer{position:absolute;left:0;right:0;bottom:18px;display:flex;flex-direction:column;gap:.6rem;align-items:center;z-index:30;padding:0 1.5rem}.footer-text{font-size:.95rem;color:#94a3b8;text-align:center}.footer-links{display:flex;gap:.6rem;align-items:center}.footer-links a{color:#7dd3fc;text-decoration:none;font-size:.95rem;transition:color .22s ease,transform .22s ease}.footer-links a:hover{color:#8b5cf6;transform:translateY(-2px)}.footer-copy{font-size:.8rem;color:#64748b}.underline-anim{position:relative;display:inline-block}.underline-anim:after{content:"";position:absolute;left:0;bottom:-4px;height:2px;width:0%;background:linear-gradient(90deg,#7dd3fc,#8b5cf6);transition:width .28s ease}.underline-anim:hover:after{width:100%}#cursor-dot{position:fixed;pointer-events:none;width:10px;height:10px;border-radius:9999px;transform:translate(-50%,-50%);background:radial-gradient(circle at 30% 30%,#7dd3fcf2,#60a5fa80);mix-blend-mode:screen;opacity:.9;transition:width .18s ease,height .18s ease;z-index:9999}@media (max-width: 1024px){.grad-text{font-size:4rem}.tagline{font-size:1.2rem}}@media (max-width: 768px){.grad-text{font-size:3.2rem}.tagline{font-size:1.05rem}.footer{bottom:12px}}@media (max-width: 420px){.grad-text{font-size:2.6rem}.tagline{font-size:.95rem}}
