:root{--color-bg: #fafafa;--color-text: #1a1a1a;--color-muted: #595959;--color-accent: #0066d6;--color-border: #e5e5e5;--color-surface: #f0f0f0;--max-width: 640px}.page-landing{--color-bg: #fff;--color-text: #1a1a1a;--color-muted: #595959;--color-accent: #0066d6;--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}.site-nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;max-width:960px;margin:0 auto;width:100%}.site-nav-brand{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;color:var(--color-text);text-decoration:none}.site-nav-brand:hover{opacity:.7}.site-nav-icon{border-radius:6px}.site-nav-links{display:flex;gap:1.25rem;font-size:.9rem}.site-nav-links a{color:var(--color-muted);text-decoration:none;padding:.5rem 0;min-height:44px;display:flex;align-items:center}.site-nav-links a:hover{color:var(--color-text);opacity:1}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:.3rem;background:none;border:none;font:inherit;font-size:.9rem;color:var(--color-muted);cursor:pointer;padding:.5rem 0;min-height:44px}.nav-dropdown-trigger:hover{color:var(--color-text)}.nav-dropdown-trigger svg{transition:transform .2s}.nav-dropdown[data-open] .nav-dropdown-trigger svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid var(--color-border);border-radius:10px;box-shadow:0 8px 24px #0000001a;min-width:220px;padding:.4rem 0;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s,transform .15s,visibility .15s;z-index:100}.nav-dropdown[data-open] .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-menu a{display:block;padding:.6rem 1rem;min-height:44px;font-size:.88rem;color:var(--color-text);text-decoration:none;transition:background .1s}.nav-dropdown-menu a:hover{background:var(--color-surface);opacity:1}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 nav a{padding:.5rem .25rem;min-height:44px;display:inline-flex;align-items:center}.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:44px;height:44px;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:0}.dot{width:32px;height:32px;border-radius:0;border:none;background:transparent;cursor:pointer;padding:0;position:relative;transition:transform .2s}.dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:var(--color-border);transition:background .2s}.dot.active{transform:scale(1.15)}.dot.active:after{background:var(--color-text)}.dot:hover:after{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:after{background:#ffffff59}.lightbox .dot.active:after{background:#fff}.lightbox .dot:hover:after{background:#ffffffb3}.features{padding:2rem 0 3rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.feature{padding:1.25rem 1.5rem;background:var(--color-surface);border-radius:12px}.feature h3{font-size:1.05rem;font-weight:600;margin-bottom:.35rem}.feature h3 a{color:inherit;text-decoration:none}.feature h3 a:hover{color:var(--color-accent);opacity:1}.feature p{font-size:.95rem;color:var(--color-muted);line-height:1.5}@media(min-width:640px){.features-grid{grid-template-columns:1fr 1fr}.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 h2{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}.seo-page{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.seo-page h1{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.seo-page .intro{font-size:1.1rem;color:var(--color-muted);line-height:1.55;margin-bottom:2rem}.seo-page section{margin-bottom:2.5rem}.seo-page h2{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.seo-page p{margin-bottom:.75rem;line-height:1.6}.seo-page ul{padding-left:1.5rem;margin-bottom:1rem}.seo-page li{margin-bottom:.35rem;line-height:1.5}.seo-page .screenshot{margin:0 auto 2.5rem;text-align:center}.seo-page .screenshot img{max-height:480px;width:auto;border-radius:20px;box-shadow:0 12px 40px #00000026}.seo-page .screenshot-wide img{max-height:none;max-width:100%;width:100%;height:auto;border-radius:12px}.seo-page .faq-section{border-top:1px solid var(--color-border);padding-top:2rem}.seo-page .faq-section h2{margin-bottom:1rem}.seo-page .faq-item{margin-bottom:1.25rem}.seo-page .faq-item h3{font-size:1rem;font-weight:600;margin-bottom:.2rem}.seo-page .faq-item p{font-size:.95rem;color:var(--color-muted)}.seo-page .related-pages{border-top:1px solid var(--color-border);padding-top:1.5rem;margin-bottom:2rem}.seo-page .related-pages h2{font-size:1.1rem;margin-bottom:.5rem}.seo-page .related-pages ul{list-style:none;padding:0}.seo-page .related-pages li{margin-bottom:.4rem}.seo-page .cta{text-align:center;padding:1rem 0 0}.comparison-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin:1rem 0}.comparison-item{padding:1rem 1.25rem;background:var(--color-surface);border-radius:10px}.comparison-item h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.comparison-item p{font-size:.95rem;color:var(--color-muted);margin-bottom:0}.comparison-table-wrap{overflow-x:auto;margin:1rem 0}.comparison-table{width:100%;border-collapse:collapse;font-size:.9rem}.comparison-table th,.comparison-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid var(--color-border)}.comparison-table th{font-weight:600;background:var(--color-surface)}.comparison-table td:first-child{font-weight:500}@media(min-width:640px){.seo-page h1{font-size:2.25rem}.comparison-grid{grid-template-columns:1fr 1fr}}
