.grain{position:fixed;inset:0;pointer-events:none;z-index:1000;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.landing{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;overflow-x:hidden}.ambient-glow{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(ellipse at center,rgba(255,77,106,.06) 0%,rgba(255,77,106,.02) 40%,transparent 70%);filter:blur(80px);pointer-events:none;z-index:0}.content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;width:100%;animation:fade-in-up 1s ease-out forwards}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.phone-wrapper{position:relative;display:flex;justify-content:center}.phone-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:600px;background:radial-gradient(ellipse at center,rgba(255,77,106,.08) 0%,rgba(255,107,129,.04) 40%,transparent 70%);filter:blur(60px);pointer-events:none;z-index:0}.phone-frame{position:relative;z-index:1;width:300px;height:642px;border-radius:46px;background:#0a0a0a;padding:8px;box-shadow:0 0 0 1px #ffffff0f,0 24px 64px #000c,inset 0 1px #ffffff0a}.phone-screen{width:100%;height:100%;border-radius:38px;overflow:hidden;background:#000;position:relative}.phone-island{position:absolute;top:12px;left:50%;transform:translate(-50%);width:96px;height:28px;background:#000;border-radius:20px;z-index:10}.phone-video{width:100%;height:100%;object-fit:cover}.phone-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px;background:linear-gradient(to bottom,transparent 0%,transparent 20%,rgba(0,0,0,.4) 40%,rgba(0,0,0,.85) 65%,rgba(0,0,0,.95) 100%);z-index:5}.app-icon{width:56px;height:56px;border-radius:13px;margin-bottom:16px;box-shadow:0 4px 16px #0006}.coming-tag{display:inline-flex;align-items:center;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:#ff4d6a26;border:1px solid rgba(255,77,106,.25);border-radius:100px;padding:4px 12px;margin-bottom:14px}.hero-title{display:flex;flex-direction:column;gap:0;margin-bottom:10px}.hero-title-bright{font-size:26px;font-weight:700;letter-spacing:-.04em;line-height:1.1;color:#fff}.hero-title-faded{font-size:26px;font-weight:700;letter-spacing:-.04em;line-height:1.2;background:linear-gradient(to bottom,#fff 30%,var(--text-tertiary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:12px;color:var(--text-secondary);max-width:240px;margin:0 auto;line-height:1.5;font-weight:400;letter-spacing:-.01em}.footer{position:relative;z-index:1;width:100%;padding:32px 24px;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}.footer-inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-copy{font-size:13px;color:var(--text-tertiary)}.footer-tinythings{color:var(--text-tertiary);text-decoration:none;transition:color .2s}.footer-tinythings:hover{color:var(--text-secondary)}.footer-links{display:flex;gap:24px}.footer-links a{font-size:13px;color:var(--text-tertiary);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text-secondary)}@media(max-width:768px){.landing{padding:40px 20px}.phone-frame{width:260px;height:556px;border-radius:40px;padding:7px}.phone-screen{border-radius:33px}.phone-island{width:84px;height:24px;top:10px}.phone-glow{width:300px;height:450px}.ambient-glow{width:500px;height:500px}.hero-title-bright,.hero-title-faded{font-size:22px}.hero-subtitle{font-size:11px}.app-icon{width:48px;height:48px;border-radius:11px}.footer-inner{flex-direction:column;gap:16px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:16px}}@media(max-width:480px){.phone-frame{width:240px;height:514px;border-radius:36px;padding:6px}.phone-screen{border-radius:30px}.phone-island{width:76px;height:22px;top:9px}.phone-overlay{padding:0 16px 32px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #000000;--surface: #111111;--surface-2: #1c1c1e;--text: #f5f5f7;--text-secondary: #86868b;--text-tertiary: #6e6e73;--accent: #FF4D6A;--accent-soft: #FF6B81;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif}html,body,#root{height:100%}html{background:var(--bg);scrollbar-gutter:stable}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em}h1,h2,h3,h4{font-family:var(--font-display)}
