:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color-scheme:light dark}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}.landing{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#0b1f17;color:#f5f7f5}.hero{text-align:center;padding:2rem}.hero h1{margin:0;font-size:clamp(2.5rem,8vw,5rem);letter-spacing:-.02em}.hero p{margin:.5rem 0 0;font-size:1.25rem;opacity:.7}.actions{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}.action{display:block;padding:1.1rem 1.5rem;border-radius:.9rem;font-size:1.35rem;font-weight:600;text-decoration:none;color:#0b1f17;background:#f5f7f5;transition:transform .08s ease,opacity .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.action:active{transform:scale(.98)}.action--camera{background:#6ee7a8}.action--analysis{background:#7cc4ff}@media(min-width:480px){.actions{flex-direction:row;justify-content:center}.action{min-width:11rem}}
