:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;font-family:Inter,sans-serif;background-color:#fdfcf8;color:#262626}#root{display:flex;flex-direction:column;min-height:100vh;width:100%}.header{background-color:#f5f0de;height:150px;width:100%;padding:0 2rem;display:flex;align-items:center;justify-content:center}.header-logo{height:90px}.main{flex:1;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;gap:1.5rem}.main-logo{max-width:280px;width:80%;height:auto}.main-text{display:flex;flex-direction:column;gap:.5rem}h1{font-size:2rem;font-weight:800;margin:0}p{font-size:1rem;margin:0}.store-buttons{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:1rem}.store-badge{width:180px;height:auto;transition:transform .2s ease;object-fit:contain;display:block}.store-badge:hover{transform:scale(1.05)}.email-form{margin-top:1rem;display:flex;flex-direction:row;gap:.5rem;flex-wrap:wrap;width:100%;justify-content:center}.email-form input{padding:.5rem .75rem;font-size:1rem;border:1px solid #ccc;border-radius:6px;background-color:#fff;width:100%;max-width:400px;color:#000}.email-form button{padding:.5rem 1rem;font-size:1rem;background-color:#074f3c;color:#fff;border:none;border-radius:6px;cursor:pointer;width:auto;min-width:120px}.email-form button:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width: 600px){.main{padding:1.5rem;gap:1rem}.main-logo{max-width:200px}h1{font-size:1.5rem}.store-buttons{flex-direction:column;align-items:center;gap:2rem}.store-badge{width:220px;height:auto}.email-form{flex-direction:column;padding:0 1.5rem;gap:.75rem;align-items:stretch}.email-form input,.email-form button{width:100%;max-width:none;min-width:auto}}.footer{background-color:#f5f0de;height:100px;width:100%;padding:0 2rem;display:flex;align-items:center;justify-content:center;border-top:1px solid #e0dac5}.footer-text{font-size:.875rem;color:#666;text-align:center}.ios-section{margin-top:2rem}
