:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--color-glacial-blue: #E0F7FA;--color-deep-navy: #263238;--color-aurora-green: #69F0AE;--color-alert-orange: #FF6D00;--color-snow-white: #F5F5F5;--color-ice-blue: #B2EBF2;--color-text-primary: #263238;--color-text-secondary: rgba(38, 50, 56, .7);color:var(--color-text-primary);background-color:var(--color-snow-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:linear-gradient(180deg,var(--color-snow-white) 0%,rgba(178,235,242,.3) 100%)}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;width:100%;box-sizing:border-box;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1;color:var(--color-deep-navy);margin-bottom:.5rem}h2{font-size:2em;color:var(--color-deep-navy);opacity:.9}p{color:var(--color-text-secondary);font-size:1.1em}button{border-radius:8px;border:1px solid transparent;padding:.8em 1.4em;font-size:1em;font-weight:600;font-family:inherit;background-color:var(--color-deep-navy);color:#fff;cursor:pointer;transition:all .25s;box-shadow:0 4px 6px #0000001a}button:hover{background-color:var(--color-text-secondary);transform:translateY(-2px);box-shadow:0 6px 12px #00000026}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input{padding:.8em;border-radius:8px;border:1px solid rgba(38,50,56,.2);margin-right:.5rem;font-size:1em;min-width:250px;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}input:focus{outline:2px solid var(--color-ice-blue);border-color:var(--color-deep-navy)}.card{padding:2em}.stats-container{margin:3rem 0;max-width:800px;margin-left:auto;margin-right:auto}.stats-sentence{font-size:2em;font-weight:500;color:var(--color-deep-navy);line-height:1.4}.stat-highlight{font-weight:800;background:linear-gradient(135deg,var(--color-alert-orange) 0%,#FF9100 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.waitlist-form{margin-top:2rem;display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.success-message{color:#2e7d32;background:var(--color-aurora-green);padding:1rem;border-radius:8px;margin-top:1rem;display:inline-block;font-weight:600;opacity:.2;animation:fadeIn .5s forwards}@keyframes fadeIn{to{opacity:1}}.tagline{font-size:1.4em;font-weight:600;color:var(--color-deep-navy);margin-bottom:.5rem}.description{max-width:600px;margin:0 auto 2rem;font-size:1.1em;line-height:1.6}.screenshots-container{display:flex;justify-content:center;align-items:flex-end;gap:1.5rem;margin:2.5rem auto;padding:0 1rem;max-width:900px}.screenshot-wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #26323826,0 8px 16px #2632381a;transition:transform .3s ease,box-shadow .3s ease;background:#fff}.screenshot-wrapper:hover{transform:translateY(-8px);box-shadow:0 28px 50px #26323833,0 12px 24px #2632381f}.screenshot-wrapper .screenshot{display:block;width:100%;height:auto}.screenshot-wrapper:not(.featured){width:180px;opacity:.9}.screenshot-wrapper.featured{width:220px;z-index:1}.coming-soon{font-size:.9em;color:var(--color-text-secondary);margin-top:1rem;font-style:italic}@media(max-width:768px){.screenshots-container{gap:.75rem}.screenshot-wrapper:not(.featured){width:120px}.screenshot-wrapper.featured{width:160px}.tagline{font-size:1.2em}.description{font-size:1em;padding:0 1rem}.stats-sentence{font-size:1.4em}}@media(max-width:480px){#root{padding:1rem}.screenshots-container{gap:.4rem;padding:0 .5rem;width:100%;box-sizing:border-box}.screenshot-wrapper:not(.featured){width:28%;min-width:0;flex-shrink:1}.screenshot-wrapper.featured{width:38%;min-width:0;flex-shrink:1}h1{font-size:2em}.stats-sentence{font-size:1.2em}}
