:root{--dodger-blue: #31BAFF;--science-blue: #3072FF;--stratos-blue: #001A49;--white: #FFFFFF;font-family:Blinker,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--stratos-blue);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}.landing{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(180deg,var(--white) 0%,#f0f8ff 100%);gap:1.5rem}.landing__content{display:flex;flex-direction:column;align-items:center;text-align:center}.landing__image{display:flex;justify-content:center;align-items:center}.landing__logo{width:140px;height:auto;margin-bottom:1rem}.landing__title{font-size:1.5rem;font-weight:700;color:var(--stratos-blue);margin-bottom:.5rem;max-width:500px}.landing__subtitle{font-size:1.1rem;font-weight:400;color:var(--science-blue);margin-bottom:1rem}.landing__benefits{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin-bottom:1.5rem}.landing__benefits li{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:var(--stratos-blue);font-weight:500}.landing__benefits li:before{content:"✓";color:var(--science-blue);font-weight:700;font-size:1.1rem}.landing__screenshot{width:100%;max-width:280px;border-radius:16px;box-shadow:0 15px 50px #001a4933}.landing__cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;font-family:Blinker,sans-serif;color:var(--white);background:linear-gradient(135deg,var(--science-blue) 0%,var(--dodger-blue) 100%);border:none;border-radius:50px;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #3072ff66}.landing__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3072ff80}.landing__cta-icon{width:22px;height:22px}.landing__disclaimer{margin-top:1.5rem;font-size:.7rem;color:#888;max-width:400px;line-height:1.4}@media(min-width:900px){.landing{flex-direction:row;justify-content:center;gap:4rem;padding:2rem 4rem}.landing__content{align-items:flex-start;text-align:left;max-width:500px}.landing__logo{width:180px;margin-bottom:1.5rem}.landing__title{font-size:2.5rem;margin-bottom:.75rem}.landing__subtitle{font-size:1.25rem;margin-bottom:1.5rem}.landing__benefits{gap:.75rem;margin-bottom:2rem}.landing__benefits li{font-size:1.1rem}.landing__cta{padding:1.125rem 2.5rem;font-size:1.2rem}.landing__disclaimer{text-align:left}.landing__screenshot{max-width:320px}}
