:root{--primary: #6053f5;--primary-rgb: 96, 83, 245;--bg: #f7f7fb;--surface: #ffffff;--text: #17171c;--muted: #5b5b66;--border: #e6e6ef;--shadow: 0 10px 30px rgba(23, 23, 28, 0.08);--radius: 16px;--max: 1100px;--narrow: 760px;color-scheme:light dark;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}@media (prefers-color-scheme: dark){:root{--bg: #0f1014;--surface: #17181f;--text: #f3f3f7;--muted: #a7a7b4;--border: #2a2b35;--shadow: 0 10px 30px rgba(0, 0, 0, 0.35)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(100% - 2rem, var(--max));margin-inline:auto}.container.narrow{width:min(100% - 2rem, var(--narrow))}.center{text-align:center}.muted{color:var(--muted)}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(12px);background:color-mix(in srgb, var(--bg) 85%, transparent);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px}.brand{display:inline-flex;align-items:center;gap:0.65rem;color:inherit;text-decoration:none;font-weight:700}.brand-logo{width:36px;height:36px;border-radius:8px}.brand-name{font-size:0.95rem}.nav{display:flex;flex-wrap:wrap;gap:0.85rem;align-items:center}.nav a{color:var(--text);font-size:0.95rem;text-decoration:none}.nav a:hover{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0.8rem 1.2rem;font-weight:600;border:1px solid transparent;text-decoration:none}.btn:hover{text-decoration:none}.btn-small{padding:0.45rem 0.9rem;font-size:0.9rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{filter:brightness(1.05);color:#fff}.btn-secondary{background:transparent;color:var(--text);border-color:var(--border)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.hero{padding:4.5rem 0 3rem;text-align:center}.hero-icon{width:96px;height:96px;margin:0 auto 1.25rem;border-radius:22px;box-shadow:var(--shadow)}.hero h1{font-size:clamp(2rem, 5vw, 3.2rem);line-height:1.1;margin:0 0 1rem}.lead{font-size:1.15rem;color:var(--muted);max-width:44rem;margin:0 auto 1.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:0.75rem;align-items:center;justify-content:center;margin-bottom:0.9rem}.trust-line{color:var(--muted);font-size:0.98rem;margin:0.5rem 0 0.35rem}.pricing-note{color:var(--muted);font-size:0.82rem;margin:0 0 1.25rem}.faq-item .pricing-note{margin-top:0.35rem;margin-bottom:0.15rem}.section{padding:3.5rem 0}.section-alt{background:color-mix(in srgb, var(--surface) 70%, var(--bg))}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{margin:0 0 0.5rem;font-size:clamp(1.6rem, 3vw, 2.1rem)}.section-header p{margin:0;color:var(--muted)}.walkthrough{list-style:none;padding:0;margin:0;display:grid;gap:3rem}.walkthrough-step{display:grid;grid-template-columns:minmax(220px, 0.75fr) minmax(0, 1.25fr);gap:2rem;align-items:center}.walkthrough-step:nth-child(even){grid-template-columns:minmax(0, 1.25fr) minmax(220px, 0.75fr)}.walkthrough-step:nth-child(even) .walkthrough-copy{order:2}.walkthrough-step:nth-child(even) .walkthrough-media{order:1}.walkthrough-copy{padding:1rem}.walkthrough-media,.feature-card,.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.step-number{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:999px;background:rgba(var(--primary-rgb), 0.12);color:var(--primary);font-weight:700;margin-bottom:0.75rem}.walkthrough-copy h3,.feature-card h3{margin:0 0 0.5rem;font-size:1.25rem}.walkthrough-copy p,.feature-card p{margin:0;color:var(--muted)}.walkthrough-media{overflow:hidden;margin:0}.screenshot-trigger{position:relative;display:block;color:inherit;cursor:zoom-in}.screenshot-trigger:hover{text-decoration:none}.screenshot-trigger:focus-visible{outline:3px solid var(--primary);outline-offset:-3px}.walkthrough-media img{width:100%;height:auto;background:#111}.screenshot-zoom{position:absolute;right:0.6rem;bottom:0.6rem;padding:0.35rem 0.55rem;border-radius:999px;background:rgba(15,16,20,0.85);color:#fff;font-size:0.78rem;font-weight:600;pointer-events:none}.walkthrough-media figcaption{padding:0.75rem 0.9rem 0.95rem;font-size:0.92rem;color:var(--muted)}.compatibility-card{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);gap:2rem;align-items:center;padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.compatibility-copy h2{margin:0 0 0.5rem;font-size:clamp(1.4rem, 3vw, 1.8rem)}.compatibility-copy p{margin:0;color:var(--muted)}.compatibility-list{margin:0}.compatibility-list div{padding:0.8rem 0}.compatibility-list div+div{border-top:1px solid var(--border)}.compatibility-list dt{margin-bottom:0.2rem;color:var(--muted);font-size:0.8rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase}.compatibility-list dd{margin:0;font-weight:600}.screenshot-dialog{width:min(94vw, 1500px);max-width:none;max-height:94vh;margin:auto;padding:0;overflow:visible;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);box-shadow:0 24px 80px rgba(0,0,0,0.45)}.screenshot-dialog::backdrop{background:rgba(0,0,0,0.82);backdrop-filter:blur(4px)}.screenshot-dialog-inner{position:relative}.screenshot-dialog figure{margin:0}.screenshot-dialog img{display:block;width:auto;max-width:100%;max-height:82vh;margin-inline:auto;object-fit:contain;border-radius:var(--radius) var(--radius) 0 0;background:#111}.screenshot-dialog figcaption{padding:0.8rem 1rem 1rem;color:var(--muted);text-align:center}.screenshot-dialog-close{position:absolute;top:0.75rem;right:0.75rem;z-index:1;display:inline-flex;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,0.25);border-radius:999px;background:rgba(15,16,20,0.88);color:#fff;cursor:pointer;font:inherit;font-size:1.75rem;line-height:1}.screenshot-dialog-close:hover{background:#0f1014}.screenshot-dialog-close:focus-visible{outline:3px solid #fff;outline-offset:2px}.feature-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1rem}.feature-card{padding:1.25rem}.faq-list{display:grid;gap:0.75rem}.faq-item{padding:0.9rem 1rem}.faq-item summary{cursor:pointer;font-weight:600}.faq-item p{margin:0.75rem 0 0.15rem;color:var(--muted)}.page-section{padding:3rem 0 4rem}.page-title{margin:0 0 1.25rem;font-size:clamp(1.8rem, 4vw, 2.4rem)}.prose h2{margin-top:1.8rem;margin-bottom:0.6rem}.prose p,.prose li{color:var(--muted)}.prose ul{padding-left:1.2rem}.site-footer{border-top:1px solid var(--border);padding:2rem 0 2.5rem;margin-top:1rem}.footer-inner{display:grid;gap:1rem;text-align:center}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:0.9rem 1.1rem}.footer-meta p{margin:0.2rem 0}@media (max-width: 900px){.walkthrough-step,.walkthrough-step:nth-child(even){grid-template-columns:1fr}.walkthrough-step:nth-child(even) .walkthrough-copy,.walkthrough-step:nth-child(even) .walkthrough-media{order:initial}.compatibility-card{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (max-width: 720px){.brand-name{display:none}.nav{flex-wrap:nowrap;justify-content:flex-end}.nav a:not(.btn){display:none}.hero{padding-top:3rem}.walkthrough{gap:2rem}.walkthrough-copy{padding:0}.feature-grid{grid-template-columns:1fr}}
