:root{--color-bg: #fafafa;--color-text: #1a1a1a;--color-muted: #666;--color-accent: #007aff;--color-border: #e5e5e5;--color-surface: #f0f0f0;--max-width: 640px}.page-landing{--color-bg: #fff;--color-text: #1a1a1a;--color-muted: #666;--color-accent: #007aff;--color-border: #e5e5e5;--color-surface: #f5f5f5}*{margin:0;padding:0;box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}body{min-height:100dvh;display:flex;flex-direction:column;color:var(--color-text);background:var(--color-bg)}main{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem}.page-landing main{max-width:960px;padding:2rem 1.5rem 0}a{color:var(--color-accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}a:hover{opacity:.85}footer{padding:2rem 1.5rem;text-align:center;font-size:.85rem;color:var(--color-muted);border-top:1px solid var(--color-border)}footer nav{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem}.footer-sep{opacity:.5;user-select:none}.hero{text-align:center;padding:2rem 0 2.5rem}.app-icon{width:120px;height:120px;border-radius:26px;margin-bottom:1rem;box-shadow:0 8px 30px #0000001f}.hero h1{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.4rem}.hero .tagline{font-size:1.15rem;color:var(--color-muted);margin:0 auto 1.5rem;max-width:36ch}.app-store-badge{display:inline-block;transition:opacity .15s;text-decoration:none}.app-store-badge:hover{opacity:.8}.app-store-badge img{height:48px}.carousel{padding:1rem 0 2rem}.carousel-viewport{overflow:hidden;width:100%}.carousel-track{display:flex;transition:transform .4s ease}.carousel-slide{flex:0 0 100%;display:flex;justify-content:center;padding:0 1rem}.carousel-slide img{max-height:520px;width:auto;border-radius:20px;box-shadow:0 12px 40px #0000002e;display:block}.carousel-controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.25rem}.carousel-btn{width:36px;height:36px;border-radius:50%;border:none;background:var(--color-surface);color:var(--color-text);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;line-height:1}.carousel-btn:hover{background:var(--color-border)}.carousel-btn.hidden{visibility:hidden}.carousel-dots{display:flex;gap:.5rem}.dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--color-border);cursor:pointer;padding:0;transition:background .2s,transform .2s}.dot.active{background:var(--color-text);transform:scale(1.25)}.dot:hover{background:var(--color-muted)}.lightbox{position:fixed;inset:0;z-index:1000;background:#000000e6;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease}.lightbox.open{opacity:1;pointer-events:auto}.lightbox-img-wrap{display:flex;align-items:center;justify-content:center;flex:1;width:100%;padding:1rem;min-height:0}.lightbox-img{max-height:85vh;max-width:90vw;width:auto;height:auto;border-radius:16px;object-fit:contain}.lightbox-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;z-index:1}.lightbox-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;font-size:1.5rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:1}.lightbox-btn:hover{background:#ffffff4d}.lightbox-btn.hidden{visibility:hidden}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox .lightbox-dots{display:flex;gap:.5rem;padding:1rem}.lightbox .dot{background:#ffffff59}.lightbox .dot.active{background:#fff}.lightbox .dot:hover{background:#ffffffb3}@media(min-width:640px){.carousel-slide img{max-height:580px}.app-icon{width:140px;height:140px;border-radius:30px}.hero h1{font-size:3rem}.hero .tagline{font-size:1.25rem}}.legal{font-size:.95rem}.legal h1{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.legal .effective-date{color:var(--color-muted);margin-bottom:2rem;font-size:.9rem}.legal h2{font-size:1.2rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem}.legal p,.legal ul{margin-bottom:1rem}.legal ul{padding-left:1.5rem}.legal li{margin-bottom:.35rem}.support h1{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.support .subtitle{color:var(--color-muted);margin-bottom:2rem}.faq-item{margin-bottom:1.5rem}.faq-item h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.faq-item p{font-size:.9rem;color:var(--color-muted)}.contact-box{margin-top:2.5rem;padding:1.5rem;background:var(--color-surface);border-radius:12px;text-align:center}.contact-box p{margin-bottom:.5rem}
