:root {
	--n22-ink: #101721;
	--n22-muted: #5d6875;
	--n22-paper: #f4f1e9;
	--n22-line: #d9d4c8;
	--n22-acid: #c8ff56;
	--n22-cyan: #66d9e8;
}

.n22-timeline-page #page.site { max-width: none; }
.n22-timeline-page .content-wrapper { max-width: none; width: 100%; padding: 0; display: block; }
.n22-timeline-page #secondary { display: none; }
.n22-timeline-page .site-main { width: 100%; max-width: none; padding: 0; }
.n22-timeline-page .wiki-page { margin: 0; max-width: none; }
.n22-timeline-page .wiki-page > .article-header,
.n22-timeline-page .wiki-page > .breadcrumbs { display: none; }
.n22-timeline-page .article-content-wrapper,
.n22-timeline-page .article-body,
.n22-timeline-page .entry-content { display: block; max-width: none; width: 100%; margin: 0; padding: 0; }
.n22-timeline-page .entry-content > p:empty { display: none; }

.n22-explorer { color: var(--n22-ink); background: var(--n22-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow: hidden; }
.n22-explorer *, .n22-explorer *::before, .n22-explorer *::after { box-sizing: border-box; }
.n22-explorer button, .n22-explorer input, .n22-explorer select { font: inherit; }
.n22-explorer button { cursor: pointer; }
.n22-explorer .screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.n22-hero { min-height: 570px; position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: center; gap: 40px; padding: 68px max(5vw, calc((100vw - 1320px) / 2)); color: #fff; background: radial-gradient(circle at 73% 37%, rgba(102,217,232,.14), transparent 24%), radial-gradient(circle at 15% 120%, rgba(200,255,86,.11), transparent 34%), #101721; isolation: isolate; }
.n22-hero__grid { position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, #000, transparent 86%); }
.n22-hero__content { max-width: 750px; }
.n22-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 54px; color: #9ca8b7; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.n22-breadcrumb a { color: #d7dee7; text-decoration: none; }
.n22-breadcrumb a:hover { color: var(--n22-acid); }
.n22-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 18px !important; color: var(--n22-acid); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.n22-kicker span { width: 23px; height: 2px; background: currentColor; }
.n22-hero h1 { max-width: 810px; margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(47px, 5.8vw, 82px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.n22-hero h1 em { color: var(--n22-acid); font-weight: 500; }
.n22-hero__intro { max-width: 660px; margin: 27px 0 31px !important; color: #bcc5cf; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.65; }
.n22-hero__stats { display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.14); padding-top: 24px; }
.n22-hero__stats div { min-width: 120px; padding-right: 30px; margin-right: 30px; border-right: 1px solid rgba(255,255,255,.14); }
.n22-hero__stats div:last-child { border: 0; }
.n22-hero__stats strong { display: block; color: #fff; font-size: 27px; font-weight: 750; line-height: 1; }
.n22-hero__stats span { display: block; margin-top: 7px; color: #8f9aa7; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.n22-hero__artifact { position: relative; width: min(36vw, 460px); aspect-ratio: 1; justify-self: center; }
.n22-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.n22-orbit--one { inset: 0; animation: n22-spin 35s linear infinite; }
.n22-orbit--one::before, .n22-orbit--two::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--n22-acid); box-shadow: 0 0 26px var(--n22-acid); }
.n22-orbit--one::before { top: 12%; left: 15%; }
.n22-orbit--two { inset: 14%; border-style: dashed; animation: n22-spin 27s linear infinite reverse; }
.n22-orbit--two::after { bottom: 0; right: 25%; background: var(--n22-cyan); box-shadow: 0 0 24px var(--n22-cyan); }
@keyframes n22-spin { to { transform: rotate(360deg); } }
.n22-controller { position: absolute; width: 248px; height: 140px; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-6deg); border: 8px solid #edf2f7; border-radius: 64px 64px 74px 74px; filter: drop-shadow(0 25px 45px rgba(0,0,0,.4)); }
.n22-controller::before, .n22-controller::after { content: ""; position: absolute; bottom: -54px; width: 71px; height: 94px; background: #edf2f7; border-radius: 12px 12px 48px 48px; z-index: -1; }
.n22-controller::before { left: 8px; transform: rotate(21deg); }.n22-controller::after { right: 8px; transform: rotate(-21deg); }
.n22-controller i::before, .n22-controller i::after { content: ""; position: absolute; left: 55px; top: 52px; width: 48px; height: 14px; border-radius: 4px; background: #101721; }
.n22-controller i::after { transform: rotate(90deg); }
.n22-controller b { position: absolute; width: 27px; height: 27px; right: 69px; top: 45px; border-radius: 50%; background: var(--n22-acid); box-shadow: 35px 20px 0 var(--n22-cyan); }
.n22-controller > span { position: absolute; bottom: 19px; width: 29px; height: 29px; border: 6px solid #101721; border-radius: 50%; }
.n22-controller > span:nth-of-type(1) { left: 92px; }.n22-controller > span:nth-of-type(2) { right: 91px; }
.n22-year-stack { position: absolute; inset: 0; color: rgba(255,255,255,.3); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.n22-year-stack span { position: absolute; }.n22-year-stack span:nth-child(1) { left: 5%; top: 65%; }.n22-year-stack span:nth-child(2) { right: 3%; top: 23%; }.n22-year-stack span:nth-child(3) { right: 14%; bottom: 2%; color: var(--n22-acid); }

.n22-decade-nav { position: relative; min-height: 90px; display: flex; align-items: center; justify-content: center; gap: clamp(15px, 3.5vw, 54px); padding: 20px max(4vw, 25px); background: #18212d; color: #fff; }
.n22-decade-nav > span { color: #748091; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.n22-decade-nav button { position: relative; z-index: 1; padding: 10px 8px; border: 0; background: #18212d; color: #9da8b5; font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.n22-decade-nav button::before { content: ""; position: absolute; left: 50%; top: -13px; width: 7px; height: 7px; transform: translateX(-50%); border: 2px solid #5c6877; border-radius: 50%; background: #18212d; transition: .2s; }
.n22-decade-nav button:hover, .n22-decade-nav button:focus-visible { color: var(--n22-acid); }.n22-decade-nav button:hover::before { border-color: var(--n22-acid); background: var(--n22-acid); }
.n22-decade-line { position: absolute; height: 1px; width: min(66%, 740px); top: 32px; left: 53%; transform: translateX(-50%); background: #3b4653; }

.n22-workspace { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 310px minmax(0,1fr); gap: clamp(46px, 6vw, 88px); padding: 72px 28px 110px; }
.n22-filters { align-self: start; position: sticky; top: 28px; }
.n22-filters__heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 31px; }
.n22-overline { display: block; margin-bottom: 8px; color: #7c8792; font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.n22-filters h2 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.n22-reset { padding: 5px 0; border: 0; border-bottom: 1px solid #9aa2a9; background: transparent; color: #67717a; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.n22-reset:hover { color: #101721; border-color: #101721; }
.n22-field { padding: 19px 0; border-top: 1px solid var(--n22-line); }
.n22-field label, .n22-field legend { display: block; width: 100%; margin: 0 0 9px; padding: 0; border: 0; color: #2d3742; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.n22-field input[type="search"], .n22-field select { width: 100%; height: 46px; border: 1px solid #cbc6ba; border-radius: 4px; background-color: #fff; color: #16202b; outline: none; }
.n22-field input[type="search"]:focus, .n22-field select:focus { border-color: #19232e; box-shadow: 0 0 0 3px rgba(25,35,46,.1); }
.n22-field select { appearance: none; padding: 0 38px 0 13px; background-image: linear-gradient(45deg, transparent 50%, #69737d 50%), linear-gradient(135deg, #69737d 50%, transparent 50%); background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px; background-size: 5px 5px; background-repeat: no-repeat; font-size: 13px; }
.n22-field--search > div { position: relative; }.n22-field--search svg { position: absolute; width: 18px; height: 18px; left: 14px; top: 14px; fill: none; stroke: #76808a; stroke-width: 1.7; }.n22-field--search input[type="search"] { padding: 0 13px 0 42px; font-size: 13px; }
.n22-segmented { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; padding: 3px; border-radius: 5px; background: #e5e0d6; }
.n22-segmented input { position: absolute; opacity: 0; pointer-events: none; }
.n22-segmented label { display: flex; align-items: center; justify-content: center; min-width: 0; height: 36px; margin: 0; border-radius: 3px; color: #65707b; font-size: 9px; letter-spacing: 0; cursor: pointer; }
.n22-segmented input:checked + label { background: #101721; color: #fff; }.n22-segmented input:focus-visible + label { outline: 2px solid #101721; outline-offset: 2px; }
.n22-years > div { display: grid; grid-template-columns: 1fr 14px 1fr; align-items: end; gap: 8px; }.n22-years > div > span { padding-bottom: 14px; color: #9ca3aa; }.n22-years label { color: #818990; font-size: 9px; }.n22-years select { height: 42px; margin-top: 5px; }
.n22-filter-note { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin-top: 21px; padding: 14px; border-radius: 5px; background: #eae6dc; color: #68727b; }.n22-filter-note svg { width: 19px; fill: none; stroke: #67717a; stroke-width: 1.6; }.n22-filter-note p { margin: 0; font-size: 11px; line-height: 1.55; }.n22-filter-note strong { display: block; color: #333e48; }

.n22-results__bar { min-height: 49px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 30px; padding-bottom: 16px; border-bottom: 1px solid var(--n22-line); }
.n22-results__bar p { margin: 8px 0 0 !important; color: #66717b; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }.n22-results__bar p span { color: #17212b; font-size: 19px; font-weight: 800; }
.n22-results__bar > div { display: flex; align-items: center; gap: 9px; }.n22-results__bar label { color: #7c858e; font-size: 10px; font-weight: 750; text-transform: uppercase; }.n22-results__bar select { height: 36px; padding: 0 30px 0 10px; border: 1px solid #cbc6bb; border-radius: 3px; background: #fff; color: #313b45; font-size: 11px; }
.n22-share { height: 36px; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; border: 1px solid #cbc6bb; border-radius: 3px; background: transparent; color: #4c5660; font-size: 10px; font-weight: 800; text-transform: uppercase; }.n22-share svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }.n22-share:hover, .n22-share.is-copied { border-color: #101721; background: #101721; color: #fff; }
.n22-decade-group[hidden], .n22-console[hidden] { display: none !important; }
.n22-decade-group { margin-bottom: 65px; }
.n22-decade-group > header { display: grid; grid-template-columns: 82px auto 1fr; align-items: center; gap: 15px; margin-bottom: 23px; }
.n22-decade-group > header span { display: inline-flex; align-items: center; justify-content: center; width: 82px; height: 29px; border-radius: 20px; background: #101721; color: var(--n22-acid); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.n22-decade-group > header h2 { margin: 0; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }.n22-decade-group > header i { height: 1px; margin-left: 6px; background: var(--n22-line); }
.n22-console { display: grid; grid-template-columns: 83px minmax(0,1fr); gap: 18px; position: relative; }
.n22-console::before { content: ""; position: absolute; left: 40px; top: 0; bottom: 0; width: 1px; background: #d2cec3; }
.n22-console:last-child::before { bottom: 50%; }
.n22-console__year { position: relative; z-index: 1; padding-top: 31px; text-align: center; }.n22-console__year span { display: inline-block; padding: 3px 7px; background: var(--n22-paper); color: #75808a; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; font-weight: 700; }.n22-console__year i { display: block; width: 9px; height: 9px; margin: 8px auto 0; border: 2px solid var(--maker); border-radius: 50%; background: var(--n22-paper); box-shadow: 0 0 0 4px var(--n22-paper); }
.n22-console__card { margin-bottom: 17px; border: 1px solid #d4d0c6; border-radius: 7px; background: rgba(255,255,255,.66); transition: transform .2s, border-color .2s, box-shadow .2s; overflow: hidden; }.n22-console__card:hover { transform: translateY(-2px); border-color: #a9a499; box-shadow: 0 12px 32px rgba(35,42,49,.08); }
.n22-console__top { min-height: 188px; display: grid; grid-template-columns: minmax(0,1fr) 150px; gap: 25px; align-items: center; padding: 27px 29px 22px; }
.n22-console__maker { display: block; margin-bottom: 8px; color: color-mix(in srgb, var(--maker) 80%, #101721); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.n22-console h3 { margin: 0 0 9px; color: #111a24; font-family: Georgia, serif; font-size: clamp(25px, 3vw, 34px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.n22-console__top p { max-width: 570px; margin: 0 !important; color: #69737d; font-size: 13px; line-height: 1.6; }
.n22-console__icon { width: 135px; height: 93px; display: grid; place-items: center; justify-self: end; border-radius: 50%; background: color-mix(in srgb, var(--maker) 12%, transparent); }
.n22-console__icon svg { width: 102px; height: 67px; fill: none; stroke: #293541; stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }.n22-console__icon .screen { fill: color-mix(in srgb, var(--maker) 35%, #eef1e9); stroke: #293541; }
.n22-console__meta { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #dedad1; background: rgba(244,241,233,.52); }.n22-console__meta span { min-height: 58px; display: flex; flex-direction: column; justify-content: center; padding: 10px 20px; border-right: 1px solid #dedad1; color: #8a9299; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }.n22-console__meta span:last-child { border: 0; }.n22-console__meta b { max-width: 200px; overflow: hidden; color: #3c4650; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.n22-console details { border-top: 1px solid #dedad1; }.n22-console summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 13px 20px; color: #5c6670; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }.n22-console summary::-webkit-details-marker { display: none; }.n22-console summary svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .2s; }.n22-console details[open] summary svg { transform: rotate(180deg); }.n22-console details > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 4px 20px 19px; }.n22-console details p { margin: 0 !important; color: #65707a; font-size: 12px; line-height: 1.55; }.n22-console details strong { display: block; margin-bottom: 3px; color: #26313c; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.n22-empty { padding: 80px 20px; text-align: center; }.n22-empty span { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 20px; border: 1px solid #c7c2b6; border-radius: 50%; color: #a39d90; font-family: Georgia, serif; font-size: 32px; }.n22-empty h2 { margin: 0; font-family: Georgia, serif; font-weight: 500; }.n22-empty p { color: #6c7680; }.n22-empty button { margin-top: 10px; }
.n22-methodology { display: grid; grid-template-columns: 1fr 1.25fr; gap: 80px; padding: 72px max(5vw, calc((100vw - 1260px) / 2)); background: #101721; color: #fff; }.n22-methodology h2 { margin: 0; color: #fff; font-family: Georgia, serif; font-size: clamp(31px, 3vw, 44px); font-weight: 500; line-height: 1.12; }.n22-methodology p { margin: 0 0 16px !important; color: #aab4bf; font-size: 14px; line-height: 1.75; }.n22-methodology .n22-overline { color: var(--n22-acid); }

@media (max-width: 980px) {
	.n22-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 50px; padding-bottom: 60px; }.n22-hero__artifact { display: none; }.n22-breadcrumb { margin-bottom: 39px; }
	.n22-workspace { grid-template-columns: 245px minmax(0,1fr); gap: 35px; padding-inline: 20px; }.n22-console__top { grid-template-columns: 1fr 105px; padding-inline: 21px; }.n22-console__icon { width: 100px; }.n22-console__icon svg { width: 82px; }
}
@media (max-width: 760px) {
	.n22-hero { padding-inline: 22px; }.n22-hero h1 br { display: none; }.n22-hero__stats div { min-width: 0; flex: 1; padding-right: 13px; margin-right: 13px; }.n22-hero__stats strong { font-size: 23px; }
	.n22-decade-nav { justify-content: flex-start; gap: 18px; overflow-x: auto; padding-inline: 23px; }.n22-decade-nav > span, .n22-decade-line { display: none; }.n22-decade-nav button::before { display: none; }
	.n22-workspace { display: block; padding: 38px 16px 75px; }.n22-filters { position: static; margin-bottom: 42px; }.n22-field { padding-block: 15px; }.n22-filter-note { display: none; }
	.n22-results__bar { align-items: center; }.n22-results__bar label { display: none; }.n22-results__bar select { max-width: 151px; }.n22-share span { display: none; }.n22-share { width: 36px; justify-content: center; padding: 0; }
	.n22-decade-group { margin-bottom: 50px; }.n22-decade-group > header { grid-template-columns: 70px auto 1fr; gap: 10px; }.n22-decade-group > header span { width: 70px; }.n22-decade-group > header h2 { font-size: 21px; }
	.n22-console { grid-template-columns: 54px minmax(0,1fr); gap: 8px; }.n22-console::before { left: 27px; }.n22-console__year { padding-top: 25px; }.n22-console__year span { font-size: 9px; padding-inline: 3px; }.n22-console__top { min-height: 0; grid-template-columns: 1fr; gap: 14px; padding: 22px 18px 18px; }.n22-console__icon { display: none; }.n22-console h3 { font-size: 25px; }.n22-console__top p { font-size: 12px; }
	.n22-console__meta { grid-template-columns: 1fr 1fr; }.n22-console__meta span { padding-inline: 12px; }.n22-console__meta span:nth-child(2) { border-right: 0; }.n22-console__meta span:nth-child(3) { display: none; }
	.n22-console details > div { grid-template-columns: 1fr; gap: 12px; }
	.n22-methodology { grid-template-columns: 1fr; gap: 30px; padding: 55px 24px; }
}
@media (prefers-reduced-motion: reduce) { .n22-orbit { animation: none; } .n22-console__card { transition: none; } html:focus-within { scroll-behavior: auto; } }
