*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0f;--text: #e8e8ed;--text-muted: rgba(232, 232, 237, .45);--accent-1: #6c5ce7;--accent-2: #00cec9;--accent-3: #fd79a8;--accent-4: #0984e3;--glass-bg: rgba(255, 255, 255, .04);--glass-border: rgba(255, 255, 255, .08)}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);overflow:hidden}.bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5;will-change:transform}.orb-1{width:600px;height:600px;background:var(--accent-1);top:-15%;left:-10%;animation:drift-1 18s ease-in-out infinite alternate}.orb-2{width:500px;height:500px;background:var(--accent-2);bottom:-20%;right:-10%;animation:drift-2 22s ease-in-out infinite alternate}.orb-3{width:400px;height:400px;background:var(--accent-3);top:50%;left:50%;transform:translate(-50%,-50%);animation:drift-3 20s ease-in-out infinite alternate}.orb-4{width:350px;height:350px;background:var(--accent-4);top:10%;right:20%;animation:drift-4 16s ease-in-out infinite alternate}@keyframes drift-1{0%{transform:translate(0) scale(1)}to{transform:translate(30vw,30vh) scale(1.2)}}@keyframes drift-2{0%{transform:translate(0) scale(1)}to{transform:translate(-25vw,-20vh) scale(1.15)}}@keyframes drift-3{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-20%,-80%) scale(.9)}}@keyframes drift-4{0%{transform:translate(0) scale(1)}to{transform:translate(-20vw,25vh) scale(1.1)}}.container{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.card{text-align:center;padding:4rem 3rem;border-radius:24px;background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);max-width:680px;width:100%;animation:card-enter 1s cubic-bezier(.16,1,.3,1) forwards;opacity:0;transform:translateY(30px) scale(.97)}@keyframes card-enter{to{opacity:1;transform:translateY(0) scale(1)}}.logo{font-size:clamp(3rem,8vw,5rem);font-weight:800;letter-spacing:-.02em;line-height:1;margin-bottom:1.5rem;animation:logo-glow 4s ease-in-out infinite alternate}.logo-goat{background:linear-gradient(135deg,var(--accent-1),var(--accent-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.logo-tech{color:var(--text)}@keyframes logo-glow{0%{text-shadow:0 0 30px rgba(108,92,231,.15);filter:brightness(1)}to{text-shadow:0 0 60px rgba(0,206,201,.25);filter:brightness(1.1)}}.tagline{font-size:clamp(1rem,2.5vw,1.35rem);font-weight:400;line-height:1.7;color:var(--text-muted);display:flex;flex-wrap:wrap;justify-content:center;gap:.35em}.tagline-word{display:inline-block;opacity:0;transform:translateY(12px);animation:word-reveal .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes word-reveal{to{opacity:1;transform:translateY(0)}}.footer{position:fixed;bottom:0;left:0;right:0;z-index:1;text-align:center;padding:1.5rem;color:var(--text-muted);font-size:.8rem;letter-spacing:.03em}.footer-link{color:var(--text-muted);text-decoration:none;transition:color .2s ease}.footer-link:hover{color:var(--accent-2)}@media(max-width:480px){.card{padding:3rem 1.5rem}.orb{filter:blur(80px);opacity:.35}}
