:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a1a1a}body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden}#root{width:100%;height:100%}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:none;z-index:10}.content-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:800px;width:80%;text-align:left}h1{font-size:5rem;font-weight:800;margin:0;letter-spacing:-.05em;line-height:1;color:#fff;pointer-events:auto}h1 span{background:linear-gradient(to right,#646cff,#9effff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}p{font-size:1.5rem;margin-top:1rem;color:#ccc;max-width:500px;pointer-events:auto}.cta-button{margin-top:2rem;padding:1rem 2rem;font-size:1.2rem;font-weight:600;color:#fff;background:#646cff;border:none;border-radius:50px;cursor:pointer;pointer-events:auto;transition:transform .2s,background .2s;box-shadow:0 4px 14px #646cff63}.cta-button:hover{background:#535bf2;transform:translateY(-2px)}
