:root{--paper: #f7f8f9;--panel: #ffffff;--panel-2: #f0f2f4;--rule: #d8dde2;--rule-hard: #b6bfc7;--ink: #10151a;--ink-2: #3d4852;--ink-3: #616c78;--ink-faint: #98a3ad;--st-operating: #0f7a3d;--st-operating-bg: #e3f4e9;--st-construction: #a35c00;--st-construction-bg: #fbeeda;--st-pre_construction: #1f5fa8;--st-pre_construction-bg: #e4eefb;--st-announced: #4a5a86;--st-announced-bg: #e9ecf6;--st-shelved: #6b4a94;--st-shelved-bg: #efe8f7;--st-mothballed: #5a6570;--st-mothballed-bg: #eaedf0;--st-retired: #33404b;--st-retired-bg: #e5e9ec;--st-cancelled: #a32020;--st-cancelled-bg: #fae6e6;--focus: #0057d8;--mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--gut: clamp(1rem, 2.5vw, 2rem);--maxw: 1240px}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--paper: #0d1116;--panel: #141a21;--panel-2: #1b232c;--rule: #263039;--rule-hard: #3a4753;--ink: #e8edf2;--ink-2: #b9c4ce;--ink-3: #8a97a3;--ink-faint: #64717d;--st-operating: #4cc57e;--st-operating-bg: #10301e;--st-construction: #e0a340;--st-construction-bg: #35260c;--st-pre_construction: #62a8ee;--st-pre_construction-bg: #12263c;--st-announced: #9aa8d4;--st-announced-bg: #1d2338;--st-shelved: #b192dd;--st-shelved-bg: #271b39;--st-mothballed: #97a3ae;--st-mothballed-bg: #1f262e;--st-retired: #7d8b98;--st-retired-bg: #1a2128;--st-cancelled: #e86b6b;--st-cancelled-bg: #381616;--focus: #5b9dff}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.55;font-feature-settings:"kern","liga"}.num,td.num,th.num,.stat-val,time,.mono{font-family:var(--mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.num{text-align:right}.unit{color:var(--ink-3);font-weight:400;font-size:.82em;margin-left:.28em}.nodata{color:var(--ink-3);font-style:italic;font-family:var(--sans);font-size:.88em}h1,h2,h3,h4{line-height:1.2;margin:0 0 .5em;font-weight:600;letter-spacing:-.011em}h1{font-size:clamp(1.5rem,3.2vw,2.1rem)}h2{font-size:1.22rem;margin-top:2.4rem}h3{font-size:1.02rem;margin-top:1.7rem}p{margin:0 0 1rem;max-width:68ch}a{color:inherit;text-decoration-color:var(--rule-hard);text-underline-offset:2px}a:hover{text-decoration-color:currentColor}:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:2px}.lede{font-size:1.06rem;color:var(--ink-2);max-width:72ch}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--gut)}.wrap-narrow{max-width:74ch;margin:0 auto;padding:0 var(--gut)}header.site{border-bottom:1px solid var(--rule);background:var(--panel);position:sticky;top:0;z-index:50}header.site .wrap{display:flex;align-items:center;gap:1.5rem;height:52px}.brand{font-family:var(--mono);font-weight:600;letter-spacing:-.02em;text-decoration:none;font-size:.95rem}.brand .dot{color:var(--st-operating)}header.site nav{display:flex;gap:1.15rem;margin-left:auto;flex-wrap:wrap}header.site nav a{font-size:.86rem;color:var(--ink-2);text-decoration:none}header.site nav a:hover,header.site nav a[aria-current]{color:var(--ink);text-decoration:underline;text-underline-offset:3px}main{padding:2rem 0 5rem}footer.site{border-top:1px solid var(--rule);padding:2rem 0;color:var(--ink-3);font-size:.82rem;background:var(--panel)}footer.site a{color:var(--ink-2)}.crumbs{font-size:.79rem;color:var(--ink-2);margin-bottom:.9rem;font-family:var(--mono)}.crumbs a{text-decoration:none;color:var(--ink-2)}.crumbs a:hover{color:var(--ink);text-decoration:underline}.crumbs .sep{margin:0 .4em;color:var(--ink-faint)}.crumbs [aria-current]{color:var(--ink-2)}.badge{display:inline-flex;align-items:center;gap:.4em;font-family:var(--mono);font-size:.72rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;padding:.18em .5em;border-radius:2px;border:1px solid currentColor;white-space:nowrap}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;flex:none}.badge.operating{color:var(--st-operating);background:var(--st-operating-bg)}.badge.construction{color:var(--st-construction);background:var(--st-construction-bg)}.badge.pre_construction{color:var(--st-pre_construction);background:var(--st-pre_construction-bg)}.badge.announced{color:var(--st-announced);background:var(--st-announced-bg)}.badge.shelved{color:var(--st-shelved);background:var(--st-shelved-bg)}.badge.mothballed{color:var(--st-mothballed);background:var(--st-mothballed-bg)}.badge.retired{color:var(--st-retired);background:var(--st-retired-bg)}.badge.cancelled{color:var(--st-cancelled);background:var(--st-cancelled-bg)}.badge .inferred{font-weight:400;text-transform:none;letter-spacing:0}.panel{background:var(--panel);border:1px solid var(--rule);border-radius:3px}.panel>h2,.panel>h3{margin-top:0}.panel-pad{padding:1.1rem 1.2rem}.panel-head{padding:.55rem 1.2rem;border-bottom:1px solid var(--rule);background:var(--panel-2);font-family:var(--mono);font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-2);font-weight:600}table{border-collapse:collapse;width:100%;font-size:.88rem}caption{text-align:left;color:var(--ink-3);font-size:.8rem;padding-bottom:.5rem}th{text-align:left;font-weight:600}.spec th,.spec td{padding:.42rem .75rem;border-bottom:1px solid var(--rule);vertical-align:baseline}.spec th{color:var(--ink-3);font-weight:500;width:40%;font-size:.84rem}.spec tr:last-child th,.spec tr:last-child td{border-bottom:0}.data-wrap{border:1px solid var(--rule);border-radius:3px;background:var(--panel);max-width:100%}table.data{font-size:.85rem}table.data th,table.data td{padding:.4rem .7rem;border-bottom:1px solid var(--rule);white-space:nowrap}table.data thead th{position:sticky;top:52px;z-index:10;background:var(--panel-2);border-bottom:1px solid var(--rule-hard);font-family:var(--mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-2);font-weight:600}table.data tbody tr:hover{background:var(--panel-2)}table.data td a{text-decoration:none}table.data td a:hover{text-decoration:underline}th.sortable{cursor:pointer;user-select:none}th.sortable:after{content:"↕";opacity:.3;margin-left:.4em;font-size:.9em}th.sortable[aria-sort=ascending]:after{content:"↑";opacity:1}th.sortable[aria-sort=descending]:after{content:"↓";opacity:1}@media(min-width:641px)and (max-width:1080px){.data-wrap{overflow-x:auto}table.data thead th{top:0}}@media(max-width:640px){table.data thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}table.data,table.data tbody,table.data tr,table.data td{display:block;width:100%}table.data tr{border-bottom:1px solid var(--rule-hard);padding:.55rem 0}table.data td{border:0;padding:.15rem .75rem;white-space:normal;display:flex;gap:1rem}table.data td:before{content:attr(data-label);flex:0 0 8.5rem;color:var(--ink-3);font-family:var(--mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}table.data td.num{justify-content:flex-start}}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:3px;overflow:hidden}.stat{background:var(--panel);padding:.85rem 1rem}.stat-label{font-family:var(--mono);font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-3);margin-bottom:.2rem}.stat-val{font-size:1.6rem;font-weight:600;line-height:1.1;letter-spacing:-.02em}.stat-sub{font-size:.76rem;color:var(--ink-3);margin-top:.15rem}.sources{font-size:.79rem;color:var(--ink-3);margin-top:2.5rem;border-top:1px solid var(--rule);padding-top:.9rem}.sources h2{font-size:.72rem;font-family:var(--mono);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem;color:var(--ink-3)}.sources li{margin-bottom:.28rem}.sources ul{padding-left:1.1rem;margin:0}.row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:1.25rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--ink-3)}.small{font-size:.82rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
