@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&display=swap');@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@200;300;400;500;600&display=swap');*,::before,::after {box-sizing: border-box; border-width: 0; border-style: solid; border-color: theme('borderColor.DEFAULT', currentColor); }::before,::after {--tw-content: '';}html {line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; font-family: theme('fontFamily.sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: theme('fontFamily.sans[1].fontFeatureSettings', normal); font-variation-settings: theme('fontFamily.sans[1].fontVariationSettings', normal); }body {margin: 0; line-height: inherit; }hr {height: 0; color: inherit; border-top-width: 1px; }abbr:where([title]) {text-decoration: underline dotted;}h1,h2,h3,h4,h5,h6 {font-size: inherit;font-weight: inherit;}a {color: inherit;text-decoration: inherit;}b,strong {font-weight: bolder;}code,kbd,samp,pre {font-family: theme('fontFamily.mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-size: 1em; }small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}table {text-indent: 0; border-color: inherit; border-collapse: collapse; }button,input,optgroup,select,textarea {font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }button,select {text-transform: none;}button,[type='button'],[type='reset'],[type='submit'] {-webkit-appearance: button; background-color: transparent; background-image: none; }:-moz-focusring {outline: auto;}:-moz-ui-invalid {box-shadow: none;}progress {vertical-align: baseline;}::-webkit-inner-spin-button,::-webkit-outer-spin-button {height: auto;}[type='search'] {-webkit-appearance: textfield; outline-offset: -2px; }::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button; font: inherit; }summary {display: list-item;}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {margin: 0;}fieldset {margin: 0;padding: 0;}legend {padding: 0;}ol,ul,menu {list-style: none;margin: 0;padding: 0;}textarea {resize: vertical;}input::placeholder,textarea::placeholder {opacity: 1; color: theme('colors.gray.400', #9ca3af); }button,[role="button"] {cursor: pointer;}:disabled {cursor: default;}img,svg,video,canvas,audio,iframe,embed,object {display: block; vertical-align: middle; }img,video {max-width: 100%;height: auto;}[hidden] {display: none;}:root {--font-sans-serif: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-monospace: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--text: white;--text-badge: white;--text-muted: #e5e7eb;--text-section-underline: #21ff21;--bg: #151515;--nav: #0d0d0d;--nav-item: white;--nav-item-muted: #e5e7eb;--search: #101010;--search-results: #101010;--search-hover: #1b1b1b;--search-results-hover: #1b1b1b;--button: #101010;--button-hover: #1b1b1b;--link: #9ca3af;--link-hover: #3b82f6;--search-title: #d1d5db;--search-subtitle: #6b7280;--code-block: #101010;--spacer: #374151;--spacer-table: #1f2937;--diff-addition: rgba(46, 160, 67, 0.15);--diff-deletion: rgba(248, 81, 73, 0.15);}[data-theme="light"] {--text: black;--text-muted: #393e42;--text-section-underline: black;--bg: white;--nav: #f2f3f5;--nav-item: black;--nav-item-muted: #44494e;--search: #e2e2e4;--search-results: #f2f3f5;--search-hover: #d1d2d4;--search-results-hover: #dbdcde;--button: #e2e2e4;--button-hover: #d1d2d4;--link: #0c65f6;--link-hover: #004ac2;--search-title: #222325;--search-subtitle: #51555e;--code-block: #f2f3f5;--input-placeholder: #44494e;}* {font-family: var(--font-sans-serif);}html {height: 100%;}body {min-height: 100%;display: flex;flex-direction: column;}html, body {background-color: var(--bg);}nav {display: flex;position: sticky;top: 0;z-index: 9999;flex-direction: column;justify-content: space-between;background-color: var(--nav);}nav[data-collapsed="true"] {flex-direction: row;}@media (min-width: 640px) {nav {flex-direction: row;}}@media screen and (max-width: 640px) {.BK > * > tr {display: flex;flex-wrap: wrap;}.BK > * > tr > td,th {flex: 100%;}}pre {display: block;padding: 0.75rem;white-space: pre-wrap;color: var(--text-muted);background-color: var(--code-block);font-family: var(--font-monospace);word-break: break-word;}code {padding: 0.25rem;color: var(--text-muted);background-color: var(--code-block);font-family: var(--font-monospace);}h1 {color: var(--text);font-size: 1.25rem;line-height: 1.75rem;word-break: break-word;}h3 {color: var(--text);font-size: larger;margin-bottom: 0.5rem;}h4 {color: var(--text);font-size: 1.125rem;line-height: 1.75rem;font-weight: 600;text-decoration-line: underline;text-decoration-color: var(--text-section-underline);text-underline-offset: 5px;margin-bottom: 0.75rem;}a {color: var(--link);text-decoration-line: underline;text-underline-offset: 4px;word-break: break-word;}a:hover {color: var(--link-hover);}table {table-layout: auto;color: var(--text);border-collapse: separate;}th {font-weight: 500;text-align: left;}main {padding: 0.75rem 1rem;flex: 1;}@media (min-width: 1024px) {main {padding-left: 10%;padding-right: 10%;}}footer {padding: 0.75rem 1rem;color: var(--text);}input::placeholder {color: var(--input-placeholder);}label {display: block;color: var(--text);font-size: 0.875rem;line-height: 1.25rem;}input[type="checkbox"] {margin-right: 5px;}.CM {display: flex;justify-content: space-between;padding-top: 0.75rem;padding-bottom: 0.75rem;}.CM > * {margin: auto 1rem;font-size: 0.875rem;line-height: 1.25rem;}.CM a {text-decoration-line: none;}.CN {font-size: 1.125rem;line-height: 1.75rem;font-weight: 600;color: var(--text);}.CN:hover {color: var(--text);}.CO {display: flex;gap: 1.5rem;}.CP {color: var(--nav-item-muted);}.CP:hover {color: var(--nav-item);}.CQ {position: relative;font-size: 0.875rem;line-height: 1.25rem;color: var(--text);background-color: var(--search);}.CR {display: flex;}.CU {position: absolute;max-height: 75vh;width: 100%;overflow-y: scroll;background-color: var(--search-results);box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);}.search-result {cursor: pointer;padding: 0.5rem 0.75rem;}.search-result:hover {background-color: var(--search-results-hover);}.search-result-title {font-size: 0.875rem;line-height: 1.25rem;font-weight: 500;color: var(--search-title);word-break: break-all;}.search-result-subtitle {font-size: 0.875rem;line-height: 1.25rem;color: var(--search-subtitle);word-break: break-word;}.CS {width: 100%;background-color: var(--search);padding: 1rem;}.CS:focus {outline: 2px solid transparent;outline-offset: 2px;}.search-badge-text {filter: brightness(1.75); }[data-theme="light"] .search-badge-text {filter: none;}.CT {cursor: pointer;padding: 1rem;color: var(--text);background-color: var(--button);}.CT:hover {background-color: var(--button-hover);}.AF {display: flex;justify-content: space-between;margin-top: 1rem;word-break: break-word;font-size: 1.5rem;line-height: 2rem;color: var(--text);}.BF {margin-top: 0.25rem;font-size: 0.875rem;line-height: 1.25rem;color: var(--text-muted);}.CI {font-size: 1.125rem;line-height: 1.75rem;font-weight: 600;margin-top: 1rem;color: var(--text-muted);}.CJ {margin-top: 0.1rem;font-size: 0.875rem;line-height: 1.25rem;color: var(--text-muted);}.BE {margin-top: 1.25rem;margin-bottom: 0.5rem;height: 1px;background-color: var(--spacer);}.spacer-top-slim {margin-top: 1.25rem;height: 1px;background-color: var(--spacer);}.V {margin-top: 0.5rem;margin-bottom: 1.25rem;height: 1px;background-color: var(--spacer);}.BW {margin-bottom: 1.25rem;height: 1px;background-color: var(--spacer);}.CC {margin-top: 1.25rem;margin-bottom: 1.25rem;height: 1px;background-color: var(--spacer);}.BM {padding: 0.375rem;font-size: 0.75rem;font-weight: 600;line-height: 0.75rem;color: var(--text-badge);}.BX {filter: brightness(1.75); font-family: var(--font-monospace);}[data-theme="light"] .BX {filter: none;}.BT {word-break: break-all;font-size: 0.875rem;line-height: 1.25rem;padding-left: 0.5rem;font-family: var(--font-monospace);letter-spacing: -0.1px;}.BT > * {font-family: var(--font-monospace);letter-spacing: -0.1px;}.BV {word-break: break-all;font-size: 0.875rem;line-height: 1.25rem;font-family: var(--font-monospace);letter-spacing: -0.1px;}.BV > * {font-family: var(--font-monospace);letter-spacing: -0.1px;}.BJ {width: 100%;border-collapse: collapse;}.BJ tbody {font-size: 0.875rem;line-height: 1.25rem;}.BJ > thead > tr {border-bottom: 2px solid var(--spacer);}.BJ > thead > tr :not(:last-child) {padding-right: 0.5rem;}.BJ > tbody > tr {border: 1px solid var(--spacer-table);border-right-width: 0;border-left-width: 0;}.BJ > tbody > tr:last-child {border-bottom: none;}.BJ > tbody > tr > td {padding-top: 0.5rem;padding-bottom: 0.5rem;padding-right: 0.5rem;}.BJ > tbody > tr > td:last-child {padding-right: 0;}.BU {font-family: var(--font-monospace);vertical-align: top;word-break: break-word;}.BU > * {font-family: var(--font-monospace);}.CX {display: flex;justify-content: space-between;}.BL {display: flex;flex-wrap: wrap;gap: 0.5rem;}.CL {display: flex;gap: 0.5rem;margin-bottom: 0.5rem;}.CY {color: var(--text-muted);}.CY:hover {color: var(--text);}.AY {margin-top: auto;margin-bottom: auto;color: var(--text-muted);}.AY:hover {color: var(--text);}.BZ {font-family: var(--font-monospace);color: var(--text);font-size: 0.875rem;line-height: 1.25rem;background-color: var(--diff-addition);word-break: break-word;}.BZ > * {font-family: var(--font-monospace);}.BZ::before {content: "+ ";}.BI {font-family: var(--font-monospace);color: var(--text);font-size: 0.875rem;line-height: 1.25rem;background-color: var(--diff-deletion);word-break: break-word;}.BI > * {font-family: var(--font-monospace);}.BI::before {content: "- ";}.CA {font-size: 0.875rem;line-height: 1.25rem;font-style: italic;margin-bottom: 1rem;color: var(--text);}.CB {margin-bottom: 0;}.CB::before {content: "No changes";}.CK::before {content: "First known occurrence";}.BH {font-weight: 500;margin-top: 0.5rem;margin-bottom: 0.25rem;color: var(--text-muted);}.A {color: var(--text);}.CV {display: flex;position: relative;justify-content: space-between;padding: 0.5rem 0.75rem;color: var(--text);}.CV:after {content: "";background: var(--spacer);position: absolute;height: 1px;top: 100%;left: 0.75rem;right: 0.75rem;}.CV > * {margin: auto 0;}.CW {display: grid;grid-template-columns: repeat(2, 1fr);cursor: pointer;padding: 0.5rem 0.75rem;border-bottom: 1px solid var(--spacer);}.BP {background-color:#626262;}.BY::after {content:": ";}.BR {background-color:#CA8A04;}.BN {background-color:#4D7C0F;}.BY {}.CG {}.BR::before {content:"Spigot";}.CE::before {color:#0369A1;content:"Intermediary";}.CF {}.CD::before {color:#4D7C0F;content:"Mojang";}.BS::before {content:"混淆的";}.BO::before {content:"Intermediary";}.BS {background-color:#581C87;}.CE {}.BP::before {content:"Yarn";}.BN::before {content:"Mojang";}.CG::after {content:": ";}.CF::before {color:#626262;content:"Yarn";}.BY::before {color:#581C87;content:"混淆的";}.CG::before {color:#B91C1C;content:"Searge";}.BQ {background-color:#B91C1C;}.CH {}.CH::before {color:#CA8A04;content:"Spigot";}.CH::after {content:": ";}.CD {}.CE::after {content:": ";}.BQ::before {content:"Searge";}.CD::after {content:": ";}.BO {background-color:#0369A1;}.CF::after {content:": ";}