.landing{height:100%;display:flex;flex-direction:column;align-items:center;padding:20px;overflow:hidden}.landing-screenshots{display:flex;gap:20px;justify-content:center;flex-shrink:0;margin-bottom:24px}.landing-screenshot{width:200px;aspect-ratio:9 / 19;object-fit:cover;border-radius:16px;border:1px solid var(--border)}.landing-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.landing-content h1{margin:0 0 8px;text-align:center}.landing-content h1 span{font-size:clamp(24px,4vw,32px);font-weight:700}.landing-content h2{font-size:clamp(18px,3vw,22px);font-weight:500;margin:0 0 8px;text-align:center;color:var(--text-primary)}.landing-content p{font-size:14px;color:var(--text-secondary);margin:0 0 20px;text-align:center;max-width:320px}.landing-content .landing-cta{display:flex;gap:12px}.landing-content .landing-cta a,.landing-content .landing-cta span{display:inline-flex;align-items:center;padding:10px 18px;border-radius:10px;font-weight:600;font-size:14px}.landing-content .landing-cta a{background:var(--accent);color:#fff;text-decoration:none}.landing-content .landing-cta span{background:#e5e5e5;color:#999;cursor:not-allowed}@media (max-width: 768px){.landing{overflow-y:auto;overflow-x:hidden;justify-content:flex-start}.landing-screenshots{flex-direction:column;align-items:center;margin-bottom:20px;flex-shrink:0}.landing-screenshot{width:min(240px,75vw);flex-shrink:0}}:root{--accent: #1A1A1A;--accent-dark: #333333;--background: #FFFFFF;--surface: #FFFFFF;--text-primary: #1A1A1A;--text-secondary: #666666;--border: #E0E0E0}*{box-sizing:border-box}html{overflow:hidden;height:100%}body{margin:0;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background);color:var(--text-primary)}#root{height:100%;overflow:hidden}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
