@import"https://fonts.googleapis.com/css2?family=Anta&display=swap";*{box-sizing:border-box}#root{max-width:1280px;margin:0 auto;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.container{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;background-color:#0a0a0a;color:#fff}.main-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;max-width:600px;width:100%}.app-name{font-family:Anta,sans-serif;transform:skew(-10deg);display:inline-block;font-size:5rem;margin-bottom:0rem;line-height:1.1;background:linear-gradient(135deg,#4338ca,#6366f1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 30px rgba(67,56,202,.4))}.subtitle{font-size:1.5rem;color:#b0b0b0;margin-top:1rem;margin-bottom:4rem;font-weight:500}.card{background-color:#1c1c1e;padding:2rem;border-radius:20px;box-shadow:0 4px 6px #0000004d;width:90%;max-width:450px;margin-inline:auto;margin-bottom:2rem}.card h2{margin-top:0;font-weight:700}.card p{color:#d1d1d1;line-height:1.6}.cta-button{margin-top:2rem;padding:1rem 2.5rem;border-radius:50px;border:none;background:#4338ca;background:linear-gradient(135deg,#4338ca,#544fc5);color:#fff;font-weight:700;font-size:1.1rem;cursor:default;box-shadow:0 4px 20px #4338ca66}.footer{padding:3rem 2rem;font-size:.9rem;color:#6e6e73}.links{margin-top:1rem}.separator{margin:0 10px;opacity:.3}.links a{color:#888;text-decoration:none;transition:color .2s ease}.links a:hover{color:#6366f1}.phone-preview-container{margin-top:4rem;display:flex;justify-content:center;perspective:1000px}.phone-frame{width:220px;border:10px solid #2a2a2a;border-radius:35px;overflow:hidden;background:#000;box-shadow:0 20px 50px #00000080,0 0 0 2px #444;transform:rotateY(-10deg) rotateX(5deg);transition:transform .5s ease}.phone-frame:hover{transform:rotateY(0) rotateX(0) scale(1.02)}.app-screen{width:100%;height:auto;display:block}@media(max-width:600px){.phone-frame{width:240px;transform:none}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
