@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-DauudguK.woff2) format("woff2"),url(/assets/DMSans-Regular-BbZciz87.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Medium-C9Gyiw8F.woff2) format("woff2"),url(/assets/DMSans-Medium-Bp5jvE9e.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-BR7eNmIG.woff2) format("woff2"),url(/assets/DMSans-Bold-hk2-UalZ.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Cabin;src:url(/assets/Cabin-VariableFont_wdth_wght-jNeQcqiB.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}:root{--color-black: #0a0a0a;--color-white: #ffffff;--color-steel: #c8c8c8;--color-accent: #bb86fc;--color-accent-glow: rgba(187, 134, 252, .5);--color-warning: #f8d36b;--text-primary: #ffffff;--text-secondary: #c8c8c8;--text-tertiary: #777777;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-black);color:var(--text-primary);font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;font-family:Cabin,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:var(--color-accent);text-decoration:inherit;transition:all .3s ease}a:hover{color:var(--text-primary);text-shadow:0 0 8px var(--color-accent-glow)}#root{width:100%;min-height:100vh}.landing-container{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2rem;max-width:1200px;margin:0 auto;background-color:#0a0a0a;position:relative;overflow:hidden}.landing-container:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(187,134,252,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(187,134,252,.04) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;opacity:.3}.landing-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 0;position:relative;z-index:1}.icon-container{margin-bottom:1rem}.icon-wrapper{position:relative;width:180px;height:180px;margin:0 auto}.app-icon{width:100%;height:100%;object-fit:contain;position:relative;z-index:2}.landing-title{font-family:Cabin,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:4rem;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:#fff;margin:1rem 0;line-height:1.1}.landing-subtitle{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;letter-spacing:3px;text-transform:uppercase;color:#c8c8c8;margin-top:.5rem;max-width:720px;line-height:1.6}.landing-tagline{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:#bb86fc;margin-top:2rem;text-shadow:0 0 10px rgba(187,134,252,.5)}.health-disclaimer{width:min(760px,100%);margin-top:2rem;padding:1rem 1.15rem;border:1px solid rgba(248,211,107,.28);background:#f8d36b12;color:#e6e0d2;font-size:.82rem;line-height:1.65;text-align:left}.health-disclaimer strong{color:#f8d36b;font-weight:700}.download-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;flex-wrap:wrap}.download-button{display:flex;align-items:center;position:relative;transition:all .3s ease}.active-store-button{filter:brightness(1);opacity:.9}.active-store-button:hover{transform:scale(1.05);opacity:1;filter:brightness(1.1)}.disabled-store-button{cursor:not-allowed;filter:grayscale(1) brightness(.72);opacity:.62}.coming-soon-label{position:absolute;inset:auto 0 -1.55rem;color:#c8c8c8;font-size:.68rem;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;text-align:center}.badge-image{width:100%;height:auto;display:block}.download-button:first-child{width:200px;height:60px}.download-button:last-child{width:250px;height:80px}.landing-footer{width:100%;padding:2rem 0;border-top:1px solid rgba(255,255,255,.12);text-align:center;position:relative;z-index:1}.footer-nav{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.footer-link{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#c8c8c8;text-decoration:none;transition:all .3s ease;padding:.5rem 0}.footer-link:hover{color:#bb86fc;text-shadow:0 0 8px rgba(187,134,252,.6)}.separator{color:#fff3;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footer-copyright{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:1px;text-transform:uppercase;color:#666;margin:0}@media(max-width:768px){.landing-container{padding:1.25rem}.landing-title{font-size:2.5rem;letter-spacing:2px}.landing-subtitle{font-size:.875rem;letter-spacing:2px}.landing-tagline{font-size:.75rem;letter-spacing:2px}.health-disclaimer{font-size:.78rem}.footer-nav{flex-direction:column;gap:.5rem}.separator{display:none}.icon-wrapper{width:140px;height:140px}.download-buttons{flex-direction:column;gap:2.1rem;margin-top:2rem}.download-button:first-child{width:180px;height:54px}.download-button:last-child{width:225px;height:72px}}.policy-container{min-height:100vh;padding:2rem;display:flex;justify-content:center}.policy-content{max-width:800px;width:100%;line-height:1.7}.policy-content h1,.policy-content h2,.policy-content h3{margin-top:2rem;margin-bottom:1rem}.policy-content p,.policy-content li{color:#d7d7d7}.policy-content strong{color:#fff}.terms-container{min-height:100vh;padding:2rem;display:flex;justify-content:center}.terms-content{max-width:800px;width:100%;line-height:1.7}.terms-content h1,.terms-content h2,.terms-content h3{margin-top:2rem;margin-bottom:1rem}.terms-content p,.terms-content li{color:#d7d7d7}.terms-content strong{color:#fff}.back-link{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.12)}
