:root{color-scheme:light dark;--orange: #fa5000;--orange-deep: #d84400;--bg: #ffffff;--surface: #f6f7f9;--surface-2: #eef0f4;--ink: #15171c;--ink-muted: #575e6b;--border: #e0e3e9;--link: #c43c00;--shadow: 0 1px 2px rgba(21, 23, 28, 0.06), 0 8px 24px rgba(21, 23, 28, 0.06)}@media (prefers-color-scheme: dark){:root{--bg: #14161b;--surface: #1b1e25;--surface-2: #232730;--ink: #e9ebef;--ink-muted: #a2aab8;--border: #2c313b;--link: #ff8a52;--shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 8px 24px rgba(0, 0, 0, 0.3)}}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:var(--link);text-underline-offset:.15em}a:hover{text-decoration-thickness:2px}h1,h2,h3,h4{line-height:1.2;letter-spacing:-.015em;margin:0 0 .5em;font-weight:700}h1{font-size:clamp(2rem,1.4rem + 2.4vw,2.9rem)}h2{font-size:clamp(1.5rem,1.2rem + 1.3vw,2.05rem)}h3{font-size:1.2rem}code,pre,kbd{font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;font-size:.9em}code{background:var(--surface-2);padding:.15em .4em;border-radius:4px}pre{background:var(--surface-2);padding:1rem 1.1rem;border-radius:10px;overflow-x:auto}pre code{background:none;padding:0}.container{width:100%;max-width:1120px;margin-inline:auto;padding-inline:1.25rem}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:var(--bg);color:var(--ink);padding:.6rem 1rem;border-radius:8px;box-shadow:var(--shadow)}.site-header{background:var(--orange);color:#fff;position:sticky;top:0;z-index:50}.site-header .container{display:flex;align-items:center;gap:1rem 1.5rem;flex-wrap:wrap;min-height:62px;padding-block:.6rem}.site-header a{color:#fff;text-decoration:none}.site-header__logo{display:flex;align-items:center;margin-right:auto;flex:0 0 auto}.site-header__logo img{display:block;height:26px;width:auto}.site-nav{display:flex;align-items:center;gap:.5rem 1.25rem;flex-wrap:wrap;justify-content:flex-end}.site-nav>a{font-weight:600;font-size:.98rem;padding:.25rem 0;border-bottom:2px solid rgba(0,0,0,0);white-space:nowrap}.site-nav>a:hover{border-bottom-color:rgba(255,255,255,.75)}.site-nav>a[aria-current=page]{border-bottom-color:#fff}.site-nav__actions{display:flex;align-items:center;gap:.6rem;margin-left:.35rem;flex:0 0 auto}.pill{display:inline-flex;align-items:center;gap:.4rem;border:2px solid rgba(255,255,255,.85);border-radius:999px;padding:.32rem 1rem;font-weight:700;font-size:.92rem;line-height:1.4;white-space:nowrap;flex:0 0 auto}.pill:hover{background:#fff;color:var(--orange) !important;border-color:#fff}.pill svg{width:1.05em;height:1.05em;fill:currentColor}.nav-burger{display:none;align-items:center;justify-content:center;background:none;border:none;color:#fff;padding:.4rem;margin-right:-.4rem;cursor:pointer}.nav-burger svg{display:block;width:26px;height:26px;stroke:currentColor;stroke-width:2;stroke-linecap:round;fill:none}.nav-burger .nav-burger__close{display:none}.nav-burger[aria-expanded=true] .nav-burger__open{display:none}.nav-burger[aria-expanded=true] .nav-burger__close{display:block}@media (max-width: 860px){.site-header .container{position:relative;min-height:0;padding-block:.7rem}.site-header__logo img{height:23px}.has-nav-toggle .nav-burger{display:inline-flex}.has-nav-toggle .site-nav{display:none;position:absolute;top:calc(100% + .7rem);left:0;right:0;z-index:60;flex-direction:column;align-items:stretch;gap:0;background:var(--orange);border-radius:12px;padding:.35rem .5rem .75rem;box-shadow:0 12px 32px rgba(21,23,28,.25)}.has-nav-toggle .site-nav.is-open{display:flex}.has-nav-toggle .site-nav>a{padding:.7rem .65rem;border-bottom:1px solid rgba(255,255,255,.25)}.has-nav-toggle .site-nav>a:hover,.has-nav-toggle .site-nav>a[aria-current=page]{border-bottom-color:rgba(255,255,255,.25);text-decoration:underline}.has-nav-toggle .site-nav__actions{margin:.75rem 0 0;padding-inline:.65rem;gap:.5rem}.has-nav-toggle .site-nav__actions .pill{flex:1 1 0;justify-content:center}html:not(.has-nav-toggle) .site-header{position:static}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;font-size:1rem;padding:.7rem 1.4rem;border-radius:10px;border:2px solid rgba(0,0,0,0);text-decoration:none;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn--primary{background:var(--orange);border-color:var(--orange);color:#fff}.btn--primary:hover:not(:disabled){background:var(--orange-deep);border-color:var(--orange-deep);color:#fff}.btn--ghost{border-color:var(--border);color:var(--ink);background:var(--bg)}.btn--ghost:hover:not(:disabled){border-color:var(--orange);color:var(--orange)}.btn:disabled,.btn[aria-disabled=true]{background:var(--surface-2);border-color:var(--border);color:var(--ink-muted);cursor:not-allowed;pointer-events:none}.hero{padding-block:clamp(2.5rem,1rem + 5vw,4.25rem);border-bottom:1px solid var(--border);overflow:hidden}.hero__grid{display:grid;grid-template-columns:minmax(0, 1.05fr) minmax(0, .95fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:center}.hero__eyebrow{display:block;font-size:.8rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--orange);margin-bottom:.9rem}.hero__tagline{font-size:clamp(1.7rem,1.2rem + 2.6vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.025em;margin:0 0 .85rem}.tagline__part{display:inline-block;white-space:nowrap}.hero__lede{font-size:clamp(1.05rem,1rem + .35vw,1.22rem);margin:0 0 1.6rem;max-width:34rem;color:var(--ink-muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero__note{margin-top:1rem;font-size:.92rem;color:var(--ink-muted)}.hero__shots{display:flex;justify-content:center}.hero__image{display:block;width:100%;height:auto;max-height:32rem;object-fit:contain}.hero__placeholder{display:flex;align-items:center;justify-content:center;width:100%;min-height:240px;border-radius:18px;background:var(--surface-2);color:var(--ink-muted);font-size:.85rem}@media (max-width: 860px){.hero__grid{grid-template-columns:1fr}.hero__shots{order:-1;max-width:30rem;margin-inline:auto}.hero__image{max-height:20rem}}.section{padding-block:clamp(2.25rem,1rem + 4vw,3.75rem)}[id]{scroll-margin-top:5rem}.section--surface{background:var(--surface);border-block:1px solid var(--border)}.page-head+.section{padding-top:clamp(1.5rem,1rem + 1.5vw,2.25rem)}.section__head{max-width:46rem;margin-bottom:2rem}.section__head p{color:var(--ink-muted);margin:0}.section__head--center{margin-inline:auto;text-align:center}.status-band{background:var(--surface);border-block:1px solid var(--border);padding-block:1.75rem}.status-band .container{display:grid;grid-template-columns:auto minmax(0, 1fr);gap:1.25rem;align-items:start}.status-band p{margin:0 0 .6rem}.status-band p:last-child{margin-bottom:0}.badge{display:inline-block;background:var(--orange);color:#fff;font-weight:700;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .7rem;border-radius:999px;white-space:nowrap}@media (max-width: 640px){.status-band .container{grid-template-columns:1fr}}.grid{display:grid;gap:1.25rem}.grid--3{grid-template-columns:repeat(auto-fit, minmax(17rem, 1fr))}.grid--2up{grid-template-columns:repeat(2, 1fr)}@media (max-width: 44rem){.grid--2up{grid-template-columns:1fr}}.card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:1.35rem 1.4rem}.card h3{margin-top:0}.card p:last-child{margin-bottom:0}.card--flat{background:var(--surface);border-color:rgba(0,0,0,0)}.card__planned{font-size:.92rem;color:var(--ink-muted)}.card__eyebrow{display:block;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin-bottom:.4rem}.steps{counter-reset:step;list-style:none;padding:0;margin:0;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit, minmax(17rem, 1fr))}.steps>li{counter-increment:step;background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:1.35rem 1.4rem}.steps>li::before{content:counter(step);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:var(--orange);color:#fff;font-weight:700;margin-bottom:.8rem}.steps>li h3{margin-bottom:.35rem}.steps>li p:last-child{margin-bottom:0}.boards{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit, minmax(17rem, 21.5rem));justify-content:center}.board{display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--border);border-radius:14px;overflow:hidden}.board__media{background:#f4f5f7;height:200px;display:flex;align-items:center;justify-content:center;padding:.9rem;overflow:hidden}.board__media img{max-width:100%;max-height:100%;width:auto;object-fit:contain;mix-blend-mode:multiply}.board__media--empty{background:var(--surface-2);color:var(--ink-muted);font-size:.85rem;text-align:center}.board__body{padding:1.15rem 1.25rem 1.35rem;display:flex;flex-direction:column;flex:1}.board__body h3{margin-bottom:.2rem;font-size:1.15rem}.board__vendor{color:var(--ink-muted);font-size:.86rem;margin:0 0 .75rem}.board__blurb{margin:0 0 1rem}.board__specs{margin:0 0 1.15rem;padding:0;list-style:none;font-size:.9rem;border-top:1px solid var(--border)}.board__specs li{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;border-bottom:1px solid var(--border)}.board__specs span:first-child{color:var(--ink-muted)}.board__specs span:last-child{text-align:right;font-weight:600}.board__actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:.6rem}.board__actions .btn{font-size:.92rem;padding:.5rem 1.05rem}.status{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.22rem .6rem;border-radius:999px;border:1px solid currentColor;margin-bottom:.7rem}.status--proven{color:#1a7f45}.status--supported{color:#a35a00}.status--untested{color:#8a3a3a}.status--planned{color:var(--ink-muted)}@media (prefers-color-scheme: dark){.status--proven{color:#4ec27f}.status--supported{color:#e0a44a}.status--untested{color:#e07a7a}}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:12px}table{border-collapse:collapse;width:100%;font-size:.95rem;min-width:34rem}th,td{text-align:left;padding:.7rem .95rem;border-bottom:1px solid var(--border);vertical-align:top}thead th{background:var(--surface);font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-muted);white-space:nowrap}tbody tr:last-child td{border-bottom:none}td:first-child,th:first-child{font-weight:600}.compare{margin-bottom:1rem}.compare th:nth-child(2){color:var(--orange)}.compare__more{font-size:.92rem;margin:0}.compare__heading{margin-top:0}.compare__more+.compare__heading{margin-top:2.5rem}.prose{max-width:46rem}.prose h2{margin-top:2.25rem}.prose h3{margin-top:1.75rem}.prose ul,.prose ol{padding-left:1.25rem}.prose li+li{margin-top:.35rem}.prose blockquote{margin:1.5rem 0;padding:.25rem 0 .25rem 1.1rem;border-left:3px solid var(--orange);color:var(--ink-muted)}.prose table{min-width:0}.page-head{border-bottom:1px solid var(--border);padding-block:clamp(1.75rem,1rem + 3vw,3rem) 1.75rem}.page-head p{color:var(--ink-muted);max-width:46rem;font-size:1.08rem;margin:0}.page-head--center{text-align:center}.page-head--center h1,.page-head--center p{max-width:46rem;margin-inline:auto}.prose--center{margin-inline:auto}.board-steps{max-width:46rem;margin:0 auto 1.25rem}.notice{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--orange);border-radius:10px;padding:1rem 1.2rem;margin:1.5rem 0}.notice p:first-child{margin-top:0}.notice p:last-child{margin-bottom:0}.shots{display:flex;flex-wrap:wrap;gap:1.5rem;margin:2rem 0}.shots figure{flex:1 1 12rem;margin:0;text-align:center}.shots img{display:block;width:100%;max-width:15rem;margin-inline:auto;background:#fff;border:1px solid var(--border);border-radius:18px}.shots figcaption{margin-top:.7rem;font-size:.86rem;color:var(--ink-muted)}.faq-item{border-bottom:1px solid var(--border);padding-block:1.4rem}.faq-item:last-child{border-bottom:none}.faq-item h3{margin-top:0}.faq-item p:last-child,.faq-item ul:last-child{margin-bottom:0}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding-block:2.5rem;margin-top:3rem;font-size:.93rem;color:var(--ink-muted)}.site-footer .container{display:grid;grid-template-columns:minmax(0, 1.2fr) repeat(auto-fit, minmax(9rem, 1fr));gap:2rem}.site-footer h2{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);margin-bottom:.75rem}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li+li{margin-top:.4rem}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{color:var(--link);text-decoration:underline}.site-footer__brand img{height:24px;width:auto;margin-bottom:.8rem}.site-footer__legal{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.25rem;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;align-items:center;justify-content:space-between}