:root{--color-text: #1a1a2e;--color-bg: #ffffff;--color-accent: #0055cc;--color-accent-hover: #003d99;--color-hero-bg: #1a1a2e;--color-hero-text: #ffffff;--color-muted: #555;--color-border: #ddd;--color-code-bg: #f5f5f5;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--max-width: 64rem;--radius: .5rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:var(--space-sm);background:var(--color-accent);color:var(--color-hero-text);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius);text-decoration:none;font-weight:600;z-index:100}.skip-link:focus{top:var(--space-xs)}header{padding:0 var(--space-md)}.site-nav{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:var(--space-sm) 0}.site-nav .logo{display:inline-flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.25rem;color:inherit;text-decoration:none}.site-nav .logo img{border-radius:5px;width:40px;height:40px;border:1px solid #333}.site-nav ul{display:flex;gap:var(--space-sm);list-style:none}.site-nav a{color:inherit;text-decoration:none;padding:var(--space-xs);min-height:44px;display:inline-flex;align-items:center}.site-nav a:hover{text-decoration:underline}.site-nav a[aria-current=page]{font-weight:700;text-decoration:underline;text-underline-offset:4px}.nav-short{display:none}@media(max-width:32rem){header{padding:0 var(--space-sm)}.site-nav{padding:var(--space-xs) 0;font-size:.875rem}.site-nav ul{gap:0}.site-nav a{padding:var(--space-xs) .375rem}.nav-full{display:none}.nav-short{display:inline}}.hero{background:var(--color-hero-bg);color:var(--color-hero-text);padding:var(--space-lg) var(--space-md);text-align:center}.hero-inner{max-width:var(--max-width);margin:0 auto}.hero h1{font-size:clamp(2rem,5vw,3rem);line-height:1.2;margin-bottom:var(--space-sm)}.hero p{font-size:1.25rem;max-width:40rem;margin:0 auto var(--space-md);opacity:.9}.hero-stats{display:grid;grid-template-columns:repeat(3,auto);justify-content:center;gap:0 var(--space-md);margin-bottom:var(--space-md)}.hero-stats dd{grid-row:1;font-size:2rem;font-weight:700;line-height:1.2}.hero-stats dt{grid-row:2;font-size:.875rem;opacity:.8}.hero-screenshot{margin-top:var(--space-md)}.hero-screenshot img{display:block;margin:0 auto;max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px #0000004d}@media(min-width:48rem){.hero{text-align:left}.hero-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:var(--space-lg)}.hero p{margin-left:0;margin-right:0}.hero-stats{justify-content:start}.hero-screenshot{margin-top:0}.hero-screenshot img{max-height:500px;width:auto}}.cta{display:flex;width:fit-content;margin-inline:auto;align-items:center;gap:var(--space-xs);background:var(--color-accent);color:var(--color-hero-text);padding:.75rem 1.5rem;border-radius:var(--radius);text-decoration:none;font-weight:600;font-size:1.125rem;min-height:44px}@media(min-width:48rem){.cta{margin-inline:0}}.cta:hover{background:var(--color-accent-hover)}.cta--secondary{background:transparent;border:2px solid var(--color-hero-text);color:var(--color-hero-text)}.cta--secondary:hover{background:#ffffff1a}.cta-group{display:flex;gap:var(--space-sm);flex-wrap:wrap}@media(min-width:48rem){.cta-group{justify-content:start}}@media(max-width:48rem){.cta-group{justify-content:center}}.section{max-width:var(--max-width);margin:0 auto;padding:var(--space-lg) var(--space-md)}.section h2{font-size:1.75rem;margin-bottom:var(--space-sm)}.features{display:grid;gap:var(--space-md);margin-top:var(--space-md)}@media(min-width:48rem){.features{grid-template-columns:repeat(3,1fr)}}.card{border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-md)}.card h3{font-size:1.25rem;margin-bottom:var(--space-xs)}.card p{color:var(--color-muted)}.card a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px;font-weight:600}.quickstart-steps{margin-top:var(--space-sm);padding-left:1.5rem;font-size:1.125rem;line-height:1.8}.quickstart-steps a{color:var(--color-accent)}.code-block{background:#1e1e2e;color:#cdd6f4;border-radius:var(--radius);padding:var(--space-sm) var(--space-md);overflow-x:auto;margin-top:var(--space-sm)}.code-block code{font-family:var(--font-mono);font-size:.875rem;line-height:1.7;color:inherit}.embed-container{margin-top:var(--space-sm)}.embed-container iframe{width:100%;height:80vh;min-height:600px;border:1px solid var(--color-border);border-radius:var(--radius)}.site-footer{border-top:1px solid var(--color-border);padding:var(--space-md);text-align:center;color:var(--color-muted);font-size:.875rem}.footer-links{display:flex;justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-sm)}.footer-links a{color:var(--color-muted);text-decoration:none}.footer-links a:hover{color:var(--color-accent);text-decoration:underline}.bench-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-sm);margin:var(--space-md) 0;padding:0;list-style:none}.bench-stats div{text-align:center;padding:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-code-bg)}.bench-stats dd{font-size:2rem;font-weight:700;line-height:1.2;color:var(--color-accent)}.bench-stats dt{font-size:.875rem;color:var(--color-muted);margin-top:.25rem}@media(max-width:36rem){.bench-stats{grid-template-columns:repeat(2,1fr)}}.bench-bars{margin:var(--space-sm) 0 var(--space-md);display:flex;flex-direction:column;gap:var(--space-sm)}.bench-bar{display:grid;grid-template-columns:10rem 1fr auto;align-items:center;gap:var(--space-xs)}.bench-bar-label{font-weight:600;font-size:.875rem;text-align:right}.bench-bar-label code{font-family:var(--font-mono);font-weight:600}.bench-bar-track{height:2rem;background:var(--color-code-bg);border-radius:var(--radius);overflow:hidden}.bench-bar-fill{height:100%;border-radius:var(--radius)}.bench-bar-fill--axe{background:var(--color-muted)}.bench-bar-fill--al{background:var(--color-accent)}.bench-bar-value{font-size:.875rem;font-weight:600;font-variant-numeric:tabular-nums;min-width:4rem}@media(max-width:36rem){.bench-bar{grid-template-columns:7rem 1fr auto}.bench-bar-label{font-size:.75rem}}.bench-table-wrap{overflow-x:auto;margin:var(--space-sm) 0 var(--space-md);-webkit-overflow-scrolling:touch}.bench-table{width:100%;border-collapse:collapse;font-size:.875rem;font-variant-numeric:tabular-nums}.bench-table th,.bench-table td{padding:.625rem var(--space-sm);text-align:left;border-bottom:1px solid var(--color-border)}.bench-table th{font-weight:600;background:var(--color-code-bg);position:sticky;top:0}.bench-table th:not(:first-child),.bench-table td:not(:first-child){text-align:right}.bench-table tbody tr:nth-child(2n){background:var(--color-code-bg)}.bench-takeaways{margin:var(--space-sm) 0 var(--space-md);padding-left:1.5rem;line-height:1.8}.bench-takeaways li+li{margin-top:var(--space-xs)}.bench-methodology{margin:var(--space-sm) 0 var(--space-md);padding-left:1.5rem;font-size:.875rem;line-height:1.8;color:var(--color-muted)}.bench-methodology strong{color:var(--color-text)}.bench-methodology a{color:var(--color-accent)}.bench-methodology li+li{margin-top:.25rem}.bench-notebook-link{margin-top:var(--space-md)}.bench-notebook-link a{color:var(--color-accent);font-weight:600}.prose h2{margin-top:var(--space-md)}.prose p,.prose ul,.prose ol,.prose table,.prose pre{margin-top:var(--space-sm)}.prose ul,.prose ol{padding-left:1.5rem}.prose li+li{margin-top:var(--space-xs)}.prose a{color:var(--color-accent)}.prose code{font-family:var(--font-mono);font-size:.875em;background:var(--color-code-bg);padding:.1em .3em;border-radius:3px}.prose pre{background:#1e1e2e;color:#cdd6f4;padding:var(--space-sm) var(--space-md);border-radius:var(--radius);overflow-x:auto;font-size:.875rem;line-height:1.7}.prose pre code{background:none;padding:0;color:inherit;font-size:inherit}.not-found{text-align:center;padding:var(--space-lg) var(--space-md)}.not-found h1{font-size:2rem;margin-bottom:var(--space-sm)}.not-found a{color:var(--color-accent)}.docs-layout{max-width:var(--max-width);margin:0 auto;padding:var(--space-md);display:grid;gap:var(--space-md)}@media(min-width:48rem){.docs-layout{grid-template-columns:14rem 1fr;padding:var(--space-lg) var(--space-md)}}.docs-sidebar{font-size:.875rem}.docs-sidebar nav ul{list-style:none;padding:0}.docs-sidebar nav li+li{margin-top:.25rem}.docs-sidebar nav a{color:var(--color-text);text-decoration:none;padding:.375rem .75rem;border-radius:var(--radius);min-height:44px;display:flex;align-items:center}.docs-sidebar nav a:hover{background:var(--color-code-bg)}.docs-sidebar nav a[aria-current=page]{background:var(--color-accent);color:var(--color-hero-text);font-weight:600}.docs-content{min-width:0}.rules-table{width:100%;border-collapse:collapse;font-size:.875rem}.rules-table th,.rules-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--color-border)}.rules-table th{font-weight:600;background:var(--color-code-bg);position:sticky;top:0}.rules-table tbody tr:nth-child(2n){background:var(--color-code-bg)}.rules-table code{font-family:var(--font-mono);font-size:.8125rem}.bench-updated{font-size:.875rem;color:var(--color-muted);margin-top:var(--space-md)}
