*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #F0F7FA;--bg-card: #E1EFF5;--bg-frosted: rgba(255, 255, 255, .6);--text: #1F5770;--text-muted: #3A9DC4;--text-dim: #7EC8E3;--accent: #7EC8E3;--accent-dark: #5BB5D6}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.apps-header{position:absolute;top:0;left:0;right:0;padding:24px 32px;z-index:100}.apps-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;transition:opacity .2s}.apps-link:hover{opacity:.7}.apps-logo{width:32px;height:32px;object-fit:contain}.apps-text{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted)}.apps-arrow{font-size:14px;color:var(--text-muted);margin-left:2px}.landing{min-height:100vh;position:relative}.container{max-width:1100px;margin:0 auto;padding:0 24px}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 0;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-card) 100%)}.hero-title{font-size:clamp(5rem,18vw,10rem);font-weight:800;letter-spacing:-.03em;margin:0 0 16px;color:var(--text)}.hero-icon{height:1.1em;width:auto;vertical-align:-.15em;margin:0 -.12em 0 -.08em;filter:drop-shadow(0 4px 12px rgba(126,200,227,.3))}.hero-tagline{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500;color:var(--accent-dark);margin-bottom:24px}.hero-description{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);max-width:500px;margin:0 auto 48px;line-height:1.7}.hero-cta{margin-bottom:64px}.app-store-button{display:inline-flex;align-items:center;gap:12px;background:var(--text);color:var(--bg);padding:14px 28px;border-radius:12px;transition:transform .2s,box-shadow .2s}.app-store-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #7ec8e34d}.app-store-button.large{padding:18px 36px}.apple-icon{width:28px;height:28px}.app-store-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.app-store-small{font-size:10px;font-weight:500;line-height:1}.app-store-large{font-size:20px;font-weight:600;line-height:1.2}.hero-screenshot{max-width:280px;margin:0 auto;border-radius:32px;overflow:hidden;box-shadow:0 25px 80px #1f577026,0 0 0 1px #7ec8e333}.hero-screenshot img{display:block;width:100%}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:12px;color:var(--text)}.section-subtitle{font-size:1.125rem;color:var(--text-muted);margin-bottom:64px}.problem{padding:120px 0;text-align:center}.problem-card{background:var(--bg-frosted);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:48px;max-width:600px;margin:0 auto;border:1px solid rgba(126,200,227,.2)}.problem-text{font-size:clamp(1.25rem,3vw,1.5rem);font-style:italic;color:var(--text);margin-bottom:16px;line-height:1.6}.problem-author{color:var(--text-dim);font-size:.875rem}.how-it-works{padding:120px 0;text-align:center;background:var(--bg-card)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-top:48px}.step{background:var(--bg);padding:48px 32px;border-radius:24px;border:1px solid rgba(126,200,227,.1)}.step-number{width:56px;height:56px;background:var(--accent);color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.step h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:var(--text)}.step p{color:var(--text-muted);font-size:1rem}.fog{padding:120px 0;text-align:center}.fog-stages{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-top:48px;margin-bottom:48px}.fog-stage{padding:24px 16px;border-radius:16px;display:flex;flex-direction:column;gap:8px;transition:transform .2s}.fog-stage:hover{transform:translateY(-4px)}.fog-stage.clear{background:#f0f7fa}.fog-stage.slight{background:#e8f2f6}.fog-stage.steamy{background:#e1edf2}.fog-stage.hazy{background:#d9e7ed}.fog-stage.fading{background:#d1e1e8}.fog-stage.vanishing{background:#c9dbe3}.fog-stage.clear .fog-sample{opacity:1}.fog-stage.slight .fog-sample{opacity:.85}.fog-stage.steamy .fog-sample{opacity:.65}.fog-stage.hazy .fog-sample{opacity:.45}.fog-stage.fading .fog-sample{opacity:.25}.fog-stage.vanishing .fog-sample{opacity:.15}.fog-time{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim)}.fog-label{font-size:1rem;font-weight:600;color:var(--text)}.fog-sample{font-size:.875rem;color:var(--text-muted);font-style:italic}.fog-outro{font-size:1.125rem;color:var(--text-muted);font-style:italic}.keepers{padding:120px 0;text-align:center;background:var(--bg-card)}.keepers-description{font-size:1.125rem;color:var(--text-muted);max-width:500px;margin:0 auto;line-height:1.7}.what-its-not{padding:120px 0;text-align:center}.not-list{display:flex;flex-direction:column;gap:24px;max-width:400px;margin:48px auto 0}.not-item{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--bg-card);border-radius:16px;text-align:left}.not-icon{font-size:1.5rem}.not-text{font-size:1.125rem;font-weight:500;color:var(--text);flex:1}.final-cta{padding:120px 0;text-align:center;background:linear-gradient(180deg,var(--bg-card) 0%,var(--bg) 100%)}.final-cta h2{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:16px;color:var(--text)}.final-cta p{font-size:1.125rem;color:var(--text-muted);margin-bottom:48px}.footer{padding:48px 0;text-align:center;border-top:1px solid rgba(126,200,227,.1)}.footer p{font-size:.875rem;color:var(--text-dim)}.footer a{color:var(--text-muted);transition:color .2s}.footer a:hover{color:var(--accent)}.footer-links{margin-top:12px;font-size:.75rem}.legal{min-height:100vh;padding:48px 24px;background:var(--bg)}.legal-container{max-width:680px;margin:0 auto}.back-link{display:inline-block;color:var(--accent);font-size:.875rem;margin-bottom:32px;transition:opacity .2s}.back-link:hover{opacity:.7}.legal h1{font-size:2.5rem;font-weight:700;margin-bottom:8px;color:var(--text)}.legal .updated{color:var(--text-dim);font-size:.875rem;margin-bottom:48px}.legal section{margin-bottom:40px}.legal h2{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:var(--text)}.legal p{color:var(--text-muted);margin-bottom:12px;line-height:1.7}.legal ul{color:var(--text-muted);margin-left:24px;margin-bottom:12px}.legal li{margin-bottom:8px;line-height:1.6}.legal a{color:var(--accent);transition:opacity .2s}.legal a:hover{opacity:.7}
