.mg-section{padding:56px 0;background:var(--bg-page)}.mg-section--card{background:var(--bg-card)}.mg-section--center{text-align:center}.mg-section--center .mg-h2{max-width:none}.mg-section--center .mg-p{max-width:56ch;margin-left:auto;margin-right:auto}@media(min-width:768px){.mg-section{padding:88px 0}}.mg-rail{max-width:880px;margin:0 auto}.mg-eyebrow{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:0 0 12px}.mg-h2{font-size:clamp(28px,3.6vw,40px);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--text-primary);margin:0 0 20px;max-width:22ch}.mg-h2--xl{font-size:clamp(30px,4vw,42px);max-width:20ch}.mg-p{font-size:18px;line-height:1.65;color:var(--text-secondary);margin:0 0 16px;max-width:64ch}.mg-p:last-child{margin-bottom:0}.mg-p--lg{font-size:19px;color:var(--text-primary)}.mg-p--strong{font-size:19px;font-weight:500;color:var(--text-primary)}.mg-pills{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-wrap:wrap;gap:6px}.mg-pills li{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border);border-radius:9999px;padding:4px 12px;font-size:13px;font-weight:600;letter-spacing:.01em}.mg-section--card .mg-pills li{background:var(--bg-page)}.mg-hero{padding:32px 0 56px;background:var(--bg-page)}@media(min-width:768px){.mg-hero{padding:48px 0 96px}}.mg-hero-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}@media(min-width:900px){.mg-hero-grid{grid-template-columns:1.1fr .9fr;gap:64px}}.mg-hero-copy{display:flex;flex-direction:column;align-items:flex-start}.mg-hero-crumb{margin-bottom:16px}.mg-hero-title{font-size:clamp(36px,5.8vw,56px);font-weight:700;letter-spacing:-.025em;line-height:1.05;color:var(--text-primary);margin:0 0 20px;max-width:18ch}.mg-hero-subhead{font-size:clamp(17px,1.9vw,20px);line-height:1.5;color:var(--text-secondary);margin:0 0 32px;max-width:40ch}.mg-hero-cta{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:4px}.mg-hero-trial{font-size:13px;color:var(--text-tertiary);margin:0}.mg-hero-media{display:flex;justify-content:center}@media(min-width:900px){.mg-hero-media{justify-content:flex-end}}.mg-hero-img{width:100%;max-width:360px;height:auto;border-radius:22px;display:block;background:var(--bg-card)}@media(min-width:900px){.mg-hero-img{max-width:440px}}.mg-hero-figure{position:relative;display:block;width:100%;max-width:360px;margin:0;border-radius:22px;overflow:hidden;line-height:0}@media(min-width:900px){.mg-hero-figure{max-width:440px}}.mg-illustration{width:100%;height:auto;display:block;margin:32px 0 0}.mg-illustration--half{max-width:440px;margin-left:auto;margin-right:auto}.mg-illustration--lead{margin:8px 0 32px}.mg-feature-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:32px}@media(min-width:768px){.mg-feature-grid{grid-template-columns:1.2fr 1fr;gap:20px;margin-top:40px}}.mg-feature{padding:28px;border:1px solid var(--border);overflow:hidden}@media(min-width:768px){.mg-feature{padding:36px}}.mg-feature--dark{border-color:transparent}.mg-feature--dark .mg-feature-tag{color:#ffffff8c}.mg-feature--dark .mg-feature-title{color:var(--text-on-dark)}.mg-feature--dark .mg-feature-body{color:#ffffffc7}.mg-feature-tag{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:0 0 14px}.mg-feature-title{font-size:23px;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--text-primary);margin:0 0 12px}@media(min-width:768px){.mg-feature-title{font-size:26px}}.mg-feature-body{font-size:16px;line-height:1.55;color:var(--text-secondary);margin:0}.mg-feature-img{display:block;height:auto;width:100%;margin:20px auto -28px}@media(min-width:768px){.mg-feature-img{margin:24px auto -36px}}.mg-need{max-width:64ch}.mg-need li{font-size:17px;line-height:1.5;color:var(--text-primary)}.mg-need-check{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--status-ok);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-top:2px}@media(prefers-color-scheme:dark){.mg-need-check{color:#1c1c1e}}.mg-need a{color:var(--accent);text-decoration:none;font-weight:500}.mg-need a:hover{text-decoration:underline}.mg-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}.mg-steps li{display:flex;gap:14px;align-items:flex-start}.mg-steps li>div{flex:1;min-width:0}.mg-steps p{font-size:17px;line-height:1.55;color:var(--text-secondary);margin:0}.mg-steps strong{color:var(--text-primary);font-weight:600}.mg-steps code{display:inline-block;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:14px;background:var(--bg-page);border:1px solid var(--border);color:var(--text-primary);padding:2px 8px;border-radius:6px;margin:0 1px;white-space:nowrap}.mg-section--card .mg-steps code{background:#0000000a}.mg-proof{position:relative;margin:16px 0 0;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--bg-card)}.mg-proof img{width:100%;height:auto;display:block;background:var(--bg-card)}.mg-proof--narrow{max-width:75%}.mg-proof-credit{position:absolute;inset:auto 0 0;padding:32px 24px 24px;background:linear-gradient(to top,#000000b8,#0000);color:#fffffff2;font-size:12px;font-weight:500;letter-spacing:.01em;text-align:right;text-decoration:none;opacity:0;pointer-events:none;transition:opacity .2s ease}.mg-proof:hover .mg-proof-credit,.mg-proof:focus-within .mg-proof-credit,.mg-hero-figure:hover .mg-proof-credit,.mg-hero-figure:focus-within .mg-proof-credit{opacity:1;pointer-events:auto}.mg-proof-credit:hover,.mg-proof-credit:focus{color:#fffffff2;text-decoration:underline}@media(hover:none){.mg-proof-credit{opacity:1;pointer-events:auto}}.mg-compat-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:28px}@media(min-width:768px){.mg-compat-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}}.mg-compat-card{display:flex;flex-direction:column;gap:12px;padding:22px;border:1px solid var(--border)}.mg-compat--ok{border-top:3px solid var(--status-ok)}.mg-compat--warn{border-top:3px solid var(--status-warn)}.mg-compat--fail{border-top:3px solid var(--status-fail)}.mg-compat-card .badge{align-self:flex-start}.mg-compat-title{font-size:17px;font-weight:700;color:var(--text-primary);margin:0;letter-spacing:-.005em}.mg-compat-body{font-size:15px;line-height:1.55;color:var(--text-secondary);margin:0}.mg-compat-link{font-size:15px;margin:20px 0 0}.mg-compat-link a{color:var(--accent);font-weight:500}.mg-caveats{background:var(--bg-page);border:none;margin:24px 0}.mg-caveats-title{font-size:15px;font-weight:600;color:var(--text-primary);margin:0 0 10px}.mg-caveats-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.mg-caveats-list li{font-size:16px;line-height:1.55;color:var(--text-secondary);padding-left:16px;position:relative}.mg-caveats-list li:before{content:"";position:absolute;left:4px;top:11px;width:4px;height:4px;border-radius:50%;background:var(--text-tertiary)}.mg-quote{margin:28px 0;padding:6px 0 6px 22px;border-left:3px solid var(--accent);font-size:19px;line-height:1.5;color:var(--text-primary);font-style:italic;max-width:60ch}.mg-quote p{font-size:inherit;line-height:inherit;color:inherit;margin:0 0 10px;max-width:none}.mg-quote p:last-of-type{margin-bottom:0}.mg-quote-cite{display:block;margin-top:12px;font-size:14px;font-style:normal;font-weight:500;color:var(--text-tertiary);letter-spacing:.01em}.mg-quote-cite:before{content:"— "}.mg-quote-cite a{color:inherit;text-decoration:none;border-bottom:1px solid var(--border)}.mg-quote-cite a:hover{color:var(--accent);border-bottom-color:var(--accent)}.mg-faq{margin-top:24px;text-align:left}.mg-final-cta{max-width:520px;margin:32px auto 0;text-align:left}html.webview .mg-hero{padding-top:16px}html.webview .mg-hero-cta,html.webview .mg-final{display:none}
