*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--brand-600: #4c6ef5;--brand-400: #748ffc;--surface-50: #fafbfc;--surface-100: #f1f3f5;--surface-200: #e9ecef;--surface-500: #adb5bd;--surface-600: #868e96;--surface-700: #495057;--surface-900: #212529;--page-bg: #ffffff;--text-primary: var(--surface-900);--text-body: var(--surface-700);--text-muted: var(--surface-600);--accent: var(--brand-600)}:root[data-theme=dark]{--page-bg: #1a1b26;--text-primary: #e4e6f0;--text-body: #c8cad8;--text-muted: #8b8ea0;--accent: #748ffc;--surface-50: #1f2133;--surface-100: #252740;--surface-200: #2e3150;--surface-500: #6b6e82;--surface-600: #6b6e82;--surface-700: #c8cad8;--surface-900: #e4e6f0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--page-bg);color:var(--text-body);line-height:1.625}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.landing-nav:where(.astro-isgwgjjn){position:sticky;top:0;z-index:50;height:64px;border-bottom:1px solid var(--surface-200);background:#fffc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}:root[data-theme=dark] .landing-nav:where(.astro-isgwgjjn){border-bottom-color:#2e3150;background:#1a1b26cc}.landing-nav-inner:where(.astro-isgwgjjn){max-width:72rem;margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between}.landing-nav-logo:where(.astro-isgwgjjn){display:flex;align-items:center;gap:.5rem}.landing-nav-logo-icon:where(.astro-isgwgjjn){width:28px;height:28px;background:var(--brand-600);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-nav-logo-text:where(.astro-isgwgjjn){font-weight:600;color:var(--surface-900);letter-spacing:-.025em}.landing-nav-search-hidden:where(.astro-isgwgjjn){position:absolute;width:0;height:0;overflow:visible;pointer-events:none}.landing-nav-search-hidden:where(.astro-isgwgjjn) site-search button[data-open-modal]{display:none}.landing-nav-search-hidden:where(.astro-isgwgjjn) site-search dialog{pointer-events:auto}.landing-nav-actions:where(.astro-isgwgjjn){display:flex;align-items:center;gap:1.25rem}.landing-nav-link:where(.astro-isgwgjjn){font-size:.875rem;color:var(--surface-600);transition:color .15s ease}.landing-nav-link:where(.astro-isgwgjjn):hover{color:var(--surface-900)}.landing-nav-github:where(.astro-isgwgjjn){display:flex;align-items:center}.landing-nav-theme-select:where(.astro-isgwgjjn){display:flex;align-items:center;gap:.375rem;position:relative;color:var(--surface-600);cursor:pointer;font-size:.875rem}.landing-nav-theme-select:where(.astro-isgwgjjn) select:where(.astro-isgwgjjn){appearance:none;-webkit-appearance:none;background:transparent;border:none;color:inherit;font:inherit;font-size:.875rem;cursor:pointer;padding-right:.25rem}.landing-nav-theme-select:where(.astro-isgwgjjn) select:where(.astro-isgwgjjn):focus{outline:none}.theme-icon:where(.astro-isgwgjjn){flex-shrink:0;opacity:.7}.theme-caret:where(.astro-isgwgjjn){flex-shrink:0;opacity:.5}.landing-nav-theme-select:where(.astro-isgwgjjn):hover{color:var(--surface-900)}:root[data-theme=dark] .landing-nav-theme-select:where(.astro-isgwgjjn){color:#6b6e82}:root[data-theme=dark] .landing-nav-theme-select:where(.astro-isgwgjjn):hover{color:#c8cad8}:root[data-theme=dark] .landing-nav-theme-select:where(.astro-isgwgjjn) select:where(.astro-isgwgjjn) option:where(.astro-isgwgjjn){background:#1f2133;color:#c8cad8}.hero:where(.astro-7vszemnk){background:linear-gradient(135deg,#f0f4ff,#fff,#f0f4ff)}:root[data-theme=dark] .hero:where(.astro-7vszemnk){background:linear-gradient(135deg,#1f2133,#1a1b26,#1f2133)}.hero-container:where(.astro-7vszemnk){max-width:72rem;margin-inline:auto;padding:96px 24px 80px}.hero-content:where(.astro-7vszemnk){max-width:42rem}.hero-headline:where(.astro-7vszemnk){font-size:3rem;font-weight:800;line-height:1.1;letter-spacing:-.025em;color:var(--surface-900);margin:0}@media(max-width:480px){.hero-headline:where(.astro-7vszemnk){font-size:2.25rem}}.hero-accent:where(.astro-7vszemnk){color:var(--brand-600)}:root[data-theme=dark] .hero-accent:where(.astro-7vszemnk){color:var(--brand-400)}.hero-subtitle:where(.astro-7vszemnk){margin-top:24px;font-size:1.125rem;font-weight:400;line-height:1.625;color:var(--surface-600);max-width:32rem}.hero-actions:where(.astro-7vszemnk){display:flex;align-items:center;gap:16px;margin-top:32px;flex-wrap:wrap}.btn:where(.astro-7vszemnk){display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:.875rem;font-weight:500;font-family:var(--font-sans);line-height:1.5;cursor:pointer;border:none;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.btn-primary:where(.astro-7vszemnk){background:var(--brand-600);color:#fff;box-shadow:0 1px 2px #4c6ef533}.btn-primary:where(.astro-7vszemnk):hover{background:#4263eb}:root[data-theme=dark] .btn-primary:where(.astro-7vszemnk){background:var(--brand-400);color:#1a1b26;box-shadow:none}:root[data-theme=dark] .btn-primary:where(.astro-7vszemnk):hover{background:#91a7ff}.btn-secondary:where(.astro-7vszemnk){background:transparent;color:var(--surface-700);border:1px solid #dee2e6}.btn-secondary:where(.astro-7vszemnk):hover{border-color:#ced4da;background:var(--surface-50)}:root[data-theme=dark] .btn-secondary:where(.astro-7vszemnk){color:var(--text-body);border-color:#2e3150}:root[data-theme=dark] .btn-secondary:where(.astro-7vszemnk):hover{border-color:#c8cad84d;background:#1f2133}.hero-search:where(.astro-7vszemnk){display:flex;align-items:center;gap:12px;width:100%;max-width:32rem;height:52px;margin-top:32px;padding:0 16px;border:1px solid #e9ecef;border-radius:12px;background:#fff;cursor:pointer;font-family:Inter,system-ui,sans-serif;transition:border-color .15s ease,box-shadow .15s ease}.hero-search:where(.astro-7vszemnk):hover{border-color:#dee2e6}.hero-search:where(.astro-7vszemnk):focus-visible{outline:2px solid var(--brand-600);outline-offset:2px}:root[data-theme=dark] .hero-search:where(.astro-7vszemnk){background:#1f2133;border-color:#2e3150}:root[data-theme=dark] .hero-search:where(.astro-7vszemnk):hover{border-color:#3e4170}:root[data-theme=dark] .hero-search:where(.astro-7vszemnk):focus-visible{outline-color:var(--brand-400)}.hero-search-icon:where(.astro-7vszemnk){flex-shrink:0;color:#868e96}:root[data-theme=dark] .hero-search-icon:where(.astro-7vszemnk){color:#6b6e82}.hero-search-placeholder:where(.astro-7vszemnk){flex:1;text-align:left;font-size:.9375rem;color:#adb5bd;pointer-events:none}:root[data-theme=dark] .hero-search-placeholder:where(.astro-7vszemnk){color:#6b6e82}.hero-search-kbd:where(.astro-7vszemnk){display:inline-flex;align-items:center;gap:.25em;padding:4px 8px;border-radius:6px;background:#f1f3f5;font-size:.75rem;color:#868e96;pointer-events:none}:root[data-theme=dark] .hero-search-kbd:where(.astro-7vszemnk){background:#252740;color:#6b6e82}.hero-search-kbd:where(.astro-7vszemnk) kbd:where(.astro-7vszemnk){font-family:Inter,system-ui,sans-serif}.before-after:where(.astro-ejomkdu7){border-top:1px solid var(--surface-200);background:var(--page-bg)}.before-after-inner:where(.astro-ejomkdu7){max-width:72rem;margin:0 auto;padding:80px 24px}.before-after-header:where(.astro-ejomkdu7){text-align:center;margin-bottom:48px}.before-after-heading:where(.astro-ejomkdu7){font-size:1.75rem;font-weight:700;color:var(--surface-900);letter-spacing:-.025em}.before-after-subtitle:where(.astro-ejomkdu7){margin-top:12px;font-size:1rem;color:var(--surface-500)}.comparison-grid:where(.astro-ejomkdu7){display:grid;gap:24px;max-width:64rem;margin:0 auto}@media(min-width:768px){.comparison-grid:where(.astro-ejomkdu7){grid-template-columns:1fr 1fr;align-items:start}}.comparison-card:where(.astro-ejomkdu7){border-radius:16px;overflow:hidden}.card-header:where(.astro-ejomkdu7){display:flex;align-items:center;justify-content:space-between;padding:10px 20px}.card-label:where(.astro-ejomkdu7){display:flex;align-items:center;gap:8px}.dot:where(.astro-ejomkdu7){width:8px;height:8px;border-radius:9999px;flex-shrink:0}.dot-red:where(.astro-ejomkdu7){background:#f87171}.dot-blue:where(.astro-ejomkdu7){background:#5c7cfa}.label-text:where(.astro-ejomkdu7){font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.label-text-before:where(.astro-ejomkdu7){color:var(--surface-400)}.label-text-after:where(.astro-ejomkdu7){color:#4c6ef5}.url-hint:where(.astro-ejomkdu7){font-size:.6875rem;font-family:JetBrains Mono,monospace}.url-hint-before:where(.astro-ejomkdu7){color:#ced4da}.url-hint-after:where(.astro-ejomkdu7){color:#91a7ff}.card-before:where(.astro-ejomkdu7){border:1px solid var(--surface-200);background:#f8f9fa}.card-header-before:where(.astro-ejomkdu7){background:var(--surface-100);border-bottom:1px solid var(--surface-200)}.rfc-text-wrapper:where(.astro-ejomkdu7){position:relative;max-height:360px;overflow:hidden}.rfc-text:where(.astro-ejomkdu7){font-family:Courier New,monospace;font-size:10.5px;line-height:1.55;color:#6c757d;white-space:pre-wrap;word-wrap:break-word;padding:16px 20px;background:#f8f9fa}.rfc-fade:where(.astro-ejomkdu7){position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(transparent,#f8f9fa);pointer-events:none}.card-after:where(.astro-ejomkdu7){border:1px solid #bac8ff;box-shadow:0 4px 24px #4c6ef514,0 1px 2px #4c6ef50f}.card-header-after:where(.astro-ejomkdu7){background:#f0f4ff;border-bottom:1px solid #dbe4ff}.after-body:where(.astro-ejomkdu7){padding:24px;background:#fff}.after-title:where(.astro-ejomkdu7){font-size:1.125rem;font-weight:700;color:var(--surface-900);margin-bottom:8px;padding-bottom:10px;border-bottom:1px solid #f1f3f5}.after-description:where(.astro-ejomkdu7){font-size:.8125rem;color:var(--surface-600);line-height:1.65;margin-bottom:20px}.type-list:where(.astro-ejomkdu7){display:flex;flex-direction:column;gap:14px}.type-row:where(.astro-ejomkdu7){display:flex;gap:12px;align-items:flex-start}.type-icon:where(.astro-ejomkdu7){flex-shrink:0;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center}.type-icon:where(.astro-ejomkdu7) span:where(.astro-ejomkdu7){font-size:.75rem;font-weight:700}.type-icon-brand:where(.astro-ejomkdu7){background:#f0f4ff;border:1px solid #dbe4ff}.type-icon-brand:where(.astro-ejomkdu7) span:where(.astro-ejomkdu7){color:#4c6ef5}.type-icon-muted:where(.astro-ejomkdu7){background:var(--surface-50);border:1px solid var(--surface-200)}.type-icon-muted:where(.astro-ejomkdu7) span:where(.astro-ejomkdu7){color:#ced4da}.type-name:where(.astro-ejomkdu7){font-size:.8125rem;font-weight:600;color:var(--surface-900);line-height:1.2}.type-name-muted:where(.astro-ejomkdu7){opacity:.45}.type-desc:where(.astro-ejomkdu7){font-size:.75rem;color:var(--surface-500);line-height:1.5;margin-top:2px}.type-desc-muted:where(.astro-ejomkdu7){color:#ced4da}.after-source:where(.astro-ejomkdu7){margin-top:20px;padding-top:14px;border-top:1px solid #f1f3f5;display:flex;align-items:center;gap:6px;font-size:.6875rem;color:#91a7ff}.after-source:where(.astro-ejomkdu7) svg:where(.astro-ejomkdu7){opacity:.7}:root[data-theme=dark] .before-after:where(.astro-ejomkdu7){border-top-color:#2e3150}:root[data-theme=dark] .before-after-subtitle:where(.astro-ejomkdu7){color:#6b6e82}:root[data-theme=dark] .card-before:where(.astro-ejomkdu7){border-color:#2e3150;background:#13141f}:root[data-theme=dark] .card-header-before:where(.astro-ejomkdu7){background:#1a1b26;border-bottom-color:#2e3150}:root[data-theme=dark] .label-text-before:where(.astro-ejomkdu7){color:#6b6e82}:root[data-theme=dark] .url-hint-before:where(.astro-ejomkdu7){color:#4a4d60}:root[data-theme=dark] .rfc-text:where(.astro-ejomkdu7){color:#6b6e82;background:#13141f}:root[data-theme=dark] .rfc-fade:where(.astro-ejomkdu7){background:linear-gradient(transparent,#13141f)}:root[data-theme=dark] .card-after:where(.astro-ejomkdu7){border-color:#4c6ef540;box-shadow:0 4px 24px #4c6ef50f,0 0 0 1px #4c6ef514}:root[data-theme=dark] .card-header-after:where(.astro-ejomkdu7){background:#4c6ef514;border-bottom-color:#4c6ef51f}:root[data-theme=dark] .label-text-after:where(.astro-ejomkdu7){color:#748ffc}:root[data-theme=dark] .url-hint-after:where(.astro-ejomkdu7){color:#5c7cfa}:root[data-theme=dark] .after-body:where(.astro-ejomkdu7){background:#1f2133}:root[data-theme=dark] .after-title:where(.astro-ejomkdu7){border-bottom-color:#2e3150}:root[data-theme=dark] .after-description:where(.astro-ejomkdu7){color:#8b8ea0}:root[data-theme=dark] .type-icon-brand:where(.astro-ejomkdu7){background:#4c6ef51a;border-color:#4c6ef533}:root[data-theme=dark] .type-icon-brand:where(.astro-ejomkdu7) span:where(.astro-ejomkdu7){color:#748ffc}:root[data-theme=dark] .type-icon-muted:where(.astro-ejomkdu7){background:#252740;border-color:#2e3150}:root[data-theme=dark] .type-icon-muted:where(.astro-ejomkdu7) span:where(.astro-ejomkdu7){color:#4a4d60}:root[data-theme=dark] .type-desc:where(.astro-ejomkdu7){color:#6b6e82}:root[data-theme=dark] .type-desc-muted:where(.astro-ejomkdu7){color:#4a4d60}:root[data-theme=dark] .type-name-muted:where(.astro-ejomkdu7){opacity:.35}:root[data-theme=dark] .after-source:where(.astro-ejomkdu7){border-top-color:#2e3150;color:#5c7cfa}.features:where(.astro-d4bm4rbp){background:#fafbfc;border-top:1px solid #f1f3f5;padding:5rem 0}:root[data-theme=dark] .features:where(.astro-d4bm4rbp){background:#1f2133;border-top-color:#2e3150}.features-container:where(.astro-d4bm4rbp){max-width:72rem;margin:0 auto;padding:0 1.5rem}.features-header:where(.astro-d4bm4rbp){max-width:48rem;margin:0 auto;text-align:center}.features-heading:where(.astro-d4bm4rbp){font-size:1.5rem;font-weight:700;color:#212529;letter-spacing:-.025em;line-height:1.2;margin:0}:root[data-theme=dark] .features-heading:where(.astro-d4bm4rbp){color:#e4e6f0}.features-description:where(.astro-d4bm4rbp){margin-top:1rem;font-size:1rem;color:#868e96;line-height:1.625}:root[data-theme=dark] .features-description:where(.astro-d4bm4rbp){color:#c8cad8}.features-grid:where(.astro-d4bm4rbp){display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem;max-width:56rem;margin-left:auto;margin-right:auto}@media(max-width:767px){.features-grid:where(.astro-d4bm4rbp){grid-template-columns:1fr}}.feature-icon:where(.astro-d4bm4rbp){width:2.5rem;height:2.5rem;border-radius:.75rem;background:#dbe4ff;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}:root[data-theme=dark] .feature-icon:where(.astro-d4bm4rbp){background:#364fc733}.feature-title:where(.astro-d4bm4rbp){font-size:.875rem;font-weight:600;color:#212529;margin:0;line-height:1.4}:root[data-theme=dark] .feature-title:where(.astro-d4bm4rbp){color:#e4e6f0}.feature-text:where(.astro-d4bm4rbp){margin-top:.5rem;font-size:.875rem;color:#adb5bd;line-height:1.625}:root[data-theme=dark] .feature-text:where(.astro-d4bm4rbp){color:#c8cad8}.cta:where(.astro-dylifsap){background:var(--page-bg);border-top:1px solid var(--surface-100)}.cta-container:where(.astro-dylifsap){max-width:72rem;margin:0 auto;padding:4rem 1.5rem}.cta-content:where(.astro-dylifsap){max-width:48rem;margin:0 auto;text-align:center}.cta-heading:where(.astro-dylifsap){font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.025em}.cta-subtitle:where(.astro-dylifsap){margin-top:.75rem;color:#adb5bd}:root[data-theme=dark] .cta-subtitle:where(.astro-dylifsap){color:#c8cad8}.cta-tags:where(.astro-dylifsap){margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.625rem}.cta-tag:where(.astro-dylifsap){display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:9999px;font-size:.8125rem;font-weight:500;border:1px solid var(--surface-200);color:var(--surface-700);background:#fff;cursor:default;transition:border-color .2s ease-out,color .2s ease-out,background-color .2s ease-out}.cta-tag:where(.astro-dylifsap):hover{border-color:#bac8ff;color:#4263eb;background:#f0f4ff}:root[data-theme=dark] .cta-tag:where(.astro-dylifsap){border-color:#2e3150;color:#8b8ea0;background:#252740}:root[data-theme=dark] .cta-tag:where(.astro-dylifsap):hover{border-color:#4c6ef5;color:#91a7ff;background:#4c6ef51a}.cta-actions:where(.astro-dylifsap){margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.cta-btn:where(.astro-dylifsap){display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;font-family:var(--font-sans);transition:background-color .2s ease-out,border-color .2s ease-out}.cta-btn-primary:where(.astro-dylifsap){background:var(--accent);color:#fff;box-shadow:0 1px 2px #4c6ef533}.cta-btn-primary:where(.astro-dylifsap):hover{background:#4263eb}:root[data-theme=dark] .cta-btn-primary:where(.astro-dylifsap):hover{background:#5c7cfa}.cta-btn-secondary:where(.astro-dylifsap){color:var(--surface-700);border:1px solid #dee2e6}.cta-btn-secondary:where(.astro-dylifsap):hover{border-color:#ced4da;background:var(--surface-50)}:root[data-theme=dark] .cta-btn-secondary:where(.astro-dylifsap){border-color:#2e3150}:root[data-theme=dark] .cta-btn-secondary:where(.astro-dylifsap):hover{border-color:#c8cad84d;background:#1f2133}.landing-footer:where(.astro-ml52l7o4){border-top:1px solid var(--surface-100);background:var(--surface-50)}.landing-footer-inner:where(.astro-ml52l7o4){max-width:72rem;margin:0 auto;padding:2rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.landing-footer-info:where(.astro-ml52l7o4){display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--surface-500)}.landing-footer-logo:where(.astro-ml52l7o4){width:1.25rem;height:1.25rem;background:var(--accent);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-footer-links:where(.astro-ml52l7o4){display:flex;align-items:center;gap:1.25rem}.landing-footer-link:where(.astro-ml52l7o4){font-size:.875rem;color:#ced4da;transition:color .15s ease}.landing-footer-link:where(.astro-ml52l7o4):hover{color:var(--surface-600)}:root[data-theme=dark] .landing-footer-link:where(.astro-ml52l7o4){color:#c8cad899}:root[data-theme=dark] .landing-footer-link:where(.astro-ml52l7o4):hover{color:#e4e6f0}
