@font-face{font-family:Ore MC Five;font-style:normal;font-weight:400;src:url(/assets/fonts/Minecraft-Five.otf)format("opentype");font-display:swap}@font-face{font-family:Ore MC Five Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Minecraft-Five-Bold.otf)format("opentype");font-display:swap}@font-face{font-family:Ore MC Seven;font-style:normal;font-weight:400 900;src:url(/assets/fonts/Minecraft-Seven.otf)format("opentype");font-display:swap}@font-face{font-family:Ore MC Ten;font-style:normal;font-weight:400 900;src:url(/assets/fonts/Minecraft-Ten.otf)format("opentype");font-display:swap}:root{--mcw-background:#272b34;--mcw-surface:#313233;--mcw-border:#242424;--mcw-button:#48494a;--mcw-primary:#137342;--mcw-danger:#8b3025;--mcw-text:#fff;--mcw-font-body:Arial, sans-serif;--mcw-font-ui:"Ore MC Seven", monospace;--mcw-font-title:"Ore MC Ten", monospace;--mcw-font-five:"Ore MC Five", sans-serif;--mcw-font-five-bold:"Ore MC Five Bold", sans-serif}.mcw-button{--mcw-fill:var(--mcw-button);--mcw-height:48px;--mcw-press-depth:6px;box-sizing:border-box;height:var(--mcw-height);min-height:var(--mcw-height);border:2px solid var(--mcw-border);background:var(--mcw-fill);color:var(--mcw-text);cursor:pointer;font:700 15px/1 var(--mcw-font-body);text-align:center;-webkit-user-select:none;user-select:none;border-radius:0;padding:0;text-decoration:none;display:inline-block;position:relative}.mcw-button--primary{--mcw-fill:var(--mcw-primary)}.mcw-button--danger,.mcw-button--destructive{--mcw-fill:var(--mcw-danger)}.mcw-button--secondary{--mcw-fill:var(--mcw-button)}.mcw-button--extra_small{--mcw-height:34px;--mcw-press-depth:2px;font-size:12px}.mcw-button--small{--mcw-height:40px;--mcw-press-depth:4px}.mcw-button--large{--mcw-height:54px;font-size:17px}.mcw-button[data-depth=false]{--mcw-press-depth:0px}.mcw-button--custom:not(.mcw-button--muted){--mcw-fill:var(--mcw-button-color)}.mcw-button--muted{--mcw-hover-fill:var(--mcw-button-muted-color)}.mcw-button:before{box-sizing:border-box}.mcw-button:after{z-index:1;content:"";pointer-events:none;mix-blend-mode:hard-light;transition:inset .1s,box-shadow .1s,transform .1s,margin-top .1s;position:absolute;inset:0;box-shadow:inset 0 -6px #686868,inset 2px 2px #b2b2b280,inset -2px -8px #99999980}.mcw-button__content{z-index:2;box-sizing:border-box;width:calc(100% + 4px);height:calc(100% + 4px);color:inherit;text-shadow:2px 2px #00000020;justify-content:center;align-items:center;gap:6px;margin:-2px;padding:9px 12px 15px;display:flex;position:relative}.mcw-button:hover:not(:active):not(:disabled):not([aria-disabled=true]):not([data-pressed=true]){background:var(--mcw-hover-fill,var(--mcw-fill));color:var(--mcw-text)}.mcw-button:hover:not(:active):not(:disabled):not([aria-disabled=true]):not([data-pressed=true]):after{background:#ffffff1a}.mcw-button:is(:active:not(:disabled),[data-pressed=true]):not(.mcw-portal-tab){background:0 0;border-color:#0000}.mcw-button:is(:active:not(:disabled),[data-pressed=true]):not(.mcw-portal-tab):after{inset:calc(var(--mcw-press-depth) - 2px) -2px -2px;border:2px solid var(--mcw-border);background:linear-gradient(#0000001a, #0000001a), var(--mcw-button-pressed-color,var(--mcw-fill));mix-blend-mode:normal;box-shadow:inset 2px 2px #b2b2b280,inset -2px -2px #99999980}.mcw-button:is(:active:not(:disabled),[data-pressed=true]):not(.mcw-portal-tab) .mcw-button__content{transform:translateY(calc(var(--mcw-press-depth) / 2));padding:12px}.mcw-button[data-pressed=true][data-with-line=true]:not(.mcw-portal-tab) .mcw-button__content:after{content:"";background:#fff;width:20%;height:2px;position:absolute;bottom:4px;left:40%}.mcw-button:focus-visible{outline-offset:2px;outline:2px solid #fff}.mcw-button:disabled,.mcw-button[aria-disabled=true]{cursor:not-allowed;opacity:.5;pointer-events:none}.mcw-button__spinner{animation:.7s steps(8,end) infinite mcw-spin}@keyframes mcw-spin{to{transform:rotate(360deg)}}.mcw-button--font-body{font-family:var(--mcw-font-body)}.mcw-button--font-ui,.mcw-button--font-seven{font-family:var(--mcw-font-ui)}.mcw-button--font-title,.mcw-button--font-ten{font-family:var(--mcw-font-title)}.mcw-button--font-five{font-family:var(--mcw-font-five)}.mcw-button--font-five-bold{font-family:var(--mcw-font-five-bold)}.mcw-icon{width:var(--mcw-icon-size,24px);height:var(--mcw-icon-size,24px);box-sizing:border-box;font:700 calc(var(--mcw-icon-size,24px) * .54)/1 var(--mcw-font-ui);image-rendering:pixelated;flex:none;justify-content:center;align-items:center;display:inline-flex}.mcw-icon img{object-fit:contain;width:100%;height:100%;image-rendering:pixelated;display:block}.mcw-portal-tabs{flex-wrap:wrap;align-items:stretch;width:100%;margin:1px;display:flex;overflow:visible}.mcw-portal-tabs .mcw-button{flex:1 1 0;min-width:max-content;margin-left:-1px}.mcw-portal-tabs .mcw-button:before{box-sizing:border-box}.mcw-portal-tab{--mcw-button-pressed-color:var(--mcw-button-color,var(--mcw-fill))}@supports (color:color-mix(in lab, red, red)){.mcw-portal-tab{--mcw-button-pressed-color:color-mix(in srgb, var(--mcw-button-color,var(--mcw-fill)) 82%, #000)}}.mcw-portal-tab{--mcw-portal-press-depth:6px}.mcw-portal-tabs .mcw-portal-tab:is(:active,[data-pressed=true]){background:0 0;border-color:#0000;transform:none}.mcw-portal-tabs .mcw-portal-tab:is(:active,[data-pressed=true]):after{inset:calc(var(--mcw-portal-press-depth) - 2px) -2px -2px;border:2px solid var(--mcw-border);background:linear-gradient(#0000001a, #0000001a), var(--mcw-button-pressed-color,var(--mcw-fill));mix-blend-mode:normal;box-shadow:inset 2px 2px #b2b2b280,inset -2px -2px #99999980}.mcw-portal-tabs .mcw-portal-tab:is(:active,[data-pressed=true]) .mcw-button__content{height:calc(100% + 4px);transform:translateY(calc(var(--mcw-portal-press-depth) / 2));margin:-2px;padding:12px}.mcw-portal-tab[data-pressed=true] .mcw-button__content:after{z-index:3;content:"";background:#fff;width:20%;height:2px;position:absolute;bottom:4px;left:40%}.mcw-surface{border:2px solid var(--mcw-border);color:var(--mcw-text);box-shadow:inset 2px 2px #ffffff1f,inset -2px -2px #00000040}.mcw-surface--base{background:#1e2025}.mcw-surface--raised{background:var(--mcw-surface)}.mcw-surface--elevated{background:#48494a}.mcw-surface--darken-subtle{box-shadow:inset 2px 2px #ffffff1a,inset -2px -2px #0000004d,inset 0 0 0 999px #0000001f}.mcw-surface--darken-medium{box-shadow:inset 2px 2px #ffffff14,inset -2px -2px #00000059,inset 0 0 0 999px #00000047}.mcw-surface--darken-strong{box-shadow:inset 2px 2px #ffffff0f,inset -2px -2px #0000006b,inset 0 0 0 999px #00000075}.mcw-toggle{border:2px solid var(--mcw-border);background:#8c8d90;width:62px;height:28px;padding:0;position:relative;box-shadow:inset 2px 2px #fff3,inset -2px -2px #0003}.mcw-toggle>span{border:2px solid var(--mcw-border);background:#d0d1d4;width:32px;height:32px;transition:transform .12s;position:absolute;top:50%;left:-2px;transform:translateY(-50%);box-shadow:inset 0 -4px #58585a,inset 2px 2px #ffffff80,inset -2px -6px #fff6}.mcw-toggle--checked{background:var(--mcw-primary)}.mcw-toggle--checked>span{transform:translate(30px,-50%)}.mcw-checkbox{color:var(--mcw-text);align-items:center;gap:8px;display:inline-flex}.mcw-checkbox input{opacity:0;position:absolute}.mcw-checkbox>span{border:2px solid var(--mcw-border);background:#8c8d90;width:24px;height:24px;box-shadow:inset 2px 2px #fff3,inset -2px -2px #0003}.mcw-checkbox input:checked+span{background:var(--mcw-primary)}.mcw-checkbox input:checked+span:after{color:#fff;content:"✓";margin:4px;font-weight:900;display:block}.mcw-skeleton{background:#48494a;min-height:1rem;animation:1.2s steps(2,end) infinite mcw-pulse}@keyframes mcw-pulse{50%{opacity:.55}}.ore-surface{background:#1a1814;border:1px solid #ffffff1a;box-shadow:inset 0 1px #ffffff0d,0 2px 8px #00000059}.ore-input{color:#f0ece6!important;background:#0f0e0b!important;border:1px solid #ffffff1a!important;transition:border-color .18s!important;box-shadow:inset 0 1px 3px #0006!important}.ore-input::placeholder{color:#827a7173!important}.ore-input:focus{border-color:#6ab83a80!important;outline:none!important;box-shadow:inset 0 1px 3px #0000004d,0 0 0 2px #6ab83a1f!important}.mc-nav-transparent{background:0 0;border-bottom:1px solid #0000}.mc-nav-solid{background:#0e0c09;border-bottom:1px solid #ffffff14;box-shadow:0 2px #0000004d,0 1px #6ab83a12}.mc-input{color:#ede9e3!important;background:#00000061!important;border:1px solid #ffffff1a!important;transition:border-color .18s,box-shadow .18s!important;box-shadow:inset 0 2px 4px #00000040!important}.mc-input::placeholder{color:#a89f9480!important}.mc-input:focus{border-color:#4a7c1f99!important;outline:none!important;box-shadow:inset 0 2px 4px #0003,0 0 0 2px #4a7c1f2e!important}.mc-textarea{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;min-height:8rem;overflow-y:auto;resize:vertical!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.mc-textarea::placeholder{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.btn-minecraft{-webkit-font-smoothing:none;font-smooth:never;letter-spacing:0;font-family:Minecraft,monospace;font-size:.7rem;line-height:1;box-shadow:inset 0 1px #ffffff2e,0 2px #0006}.btn-minecraft:active{transform:translateY(1px)}.section-bar{background:#6ab83a;border-radius:2px;flex-shrink:0;width:3px;height:18px}.ticker-track{white-space:nowrap;gap:3rem;animation:28s linear infinite ticker;display:flex}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.ticker-track{animation:none;transform:none}.news-card,.news-card:hover{transform:none}}.badge-mc{font-family:var(--font-geist-sans), Arial, sans-serif;letter-spacing:.08em;text-transform:uppercase;border-radius:3px;align-items:center;padding:2px 8px 3px;font-size:.6rem;font-weight:700;line-height:1.5;display:inline-flex}.mc-divider{background:#ffffff12;height:1px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.5s both fadeUp}.mc-prose{color:#b8b0a7;overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%;font-size:.95rem;line-height:1.8}.mc-rich-content{overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.mc-prose *,.mc-rich-content *{min-width:0}.mc-prose :where(p,li,a,span,strong,em,blockquote,figcaption,h1,h2,h3,h4,h5,h6,:not(pre)>code),.mc-rich-content :where(p,li,a,span,strong,em,blockquote,figcaption,h1,h2,h3,h4,h5,h6,:not(pre)>code){overflow-wrap:anywhere;word-break:break-word}.mc-prose :where(img,video,iframe,table),.mc-rich-content :where(img,video,iframe,table){max-width:100%}.mc-prose h1,.mc-prose h2,.mc-prose h3,.mc-prose h4{-webkit-font-smoothing:none;font-smooth:never;letter-spacing:0;color:#e4dfd8;margin-top:2em;margin-bottom:.6em;font-family:Minecraft,monospace;line-height:1.4}.mc-prose h1{font-size:1.3rem}.mc-prose h2{color:#ccc5bb;border-bottom:1px solid #ffffff12;padding-bottom:.4em;font-size:1.1rem}.mc-prose h3{color:#c9c2b8;font-size:.95rem}.mc-prose p{margin-bottom:1.2em}.mc-prose a{color:#6ab83a;text-underline-offset:3px;text-decoration:underline}.mc-prose a:hover{color:#7acc3e}.mc-prose strong{color:#e4dfd8;font-weight:600}.mc-prose u{text-underline-offset:3px;color:#e4dfd8;text-decoration:underline}.mc-prose .mc-subtext{color:#8a8078;margin-top:-.5em;margin-bottom:.5em;font-size:.72rem;line-height:1.5;display:block}.mc-prose .mc-emoji{vertical-align:-.35em;object-fit:contain;width:1.5em;height:1.5em;margin:0 .1em;display:inline-block}.mc-prose .mc-timestamp{color:#c9c2b8;cursor:default;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:3px;padding:0 5px;font-size:.9em;display:inline-block}.mc-prose .mc-timestamp:hover{background:#ffffff1a}.mc-prose em{color:#ccc5bb;font-style:italic}.mc-prose ul,.mc-prose ol{margin-bottom:1.2em;padding-left:1.5rem}.mc-prose li{margin-bottom:.35em}.mc-prose ul li{list-style-type:disc}.mc-prose ol li{list-style-type:decimal}.mc-prose blockquote{color:#a89f94;border-left:3px solid #4a7c1f;margin:1.5em 0;padding-left:1rem;font-style:italic}.mc-prose code{font-family:var(--font-geist-mono), monospace;color:#c5b8a0;background:#ffffff0f;border:1px solid #ffffff14;border-radius:3px;padding:.15em .4em;font-size:.82em}.mc-prose pre{white-space:pre;overflow-wrap:normal;word-break:normal;background:#141310;border:1px solid #ffffff12;border-left:3px solid #ffffff1f;border-radius:4px;max-width:100%;margin-bottom:1.5em;padding:1rem 1.2rem;overflow-x:auto}.mc-prose pre code{white-space:pre;overflow-wrap:normal;word-break:normal;color:#c5b8a0;background:0 0;border:none;padding:0;font-size:.82rem}.mc-prose hr{background:#ffffff12;border:none;height:1px;margin:2em 0}.hero-bg{background:0 0;position:relative}.hero-overlay{z-index:0;background:linear-gradient(#0504026b 0%,#0504027a 60%,#0e0d0a 100%);position:absolute;inset:0}.hero-overlay-editorial{z-index:0;background:linear-gradient(106deg,#050402f0 0%,#050402cc 30%,#05040252 58%,#0504020a 82%,#05040200 100%),linear-gradient(#050402cc 0%,#05040214 14%,#0000 28% 70%,#05040266 86%,#0504028f 100%);position:absolute;inset:0}.hero-pixel-grid{z-index:1;pointer-events:none;background-image:radial-gradient(circle,#ffffff03 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.hero-version-layout{gap:.5rem;display:grid}.hero-version-surface.mcw-surface{background:#272b34;border-color:#17191d;padding:0;overflow:hidden;box-shadow:0 20px 56px #00000094}.article-archive-surface.mcw-surface{overflow:visible}.hero-topic-tabs{background:0 0;border-bottom:0;padding:0}.hero-topic-tabs .mcw-portal-tab{--mcw-height:52px;min-width:0}.hero-version-surface .hero-topic-tabs{margin:0}.hero-version-content{padding:.5rem}.hero-version-cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:.25rem;display:grid}.hero-version-info-grid{align-items:stretch;gap:.5rem;margin-top:.5rem;display:grid}.hero-info-column{flex-direction:column;gap:.5rem;min-width:0;display:flex}.hero-info-column>.hero-info-surface:last-child{flex:1}.hero-info-surface.mcw-surface,.hero-editorial-surface.mcw-surface{background:#1d2027;border-color:#17191d;padding:0;overflow:hidden}.hero-info-surface.mcw-surface{flex-direction:column;display:flex}.hero-info-surface__header{color:#fff;background:#272b34;border-bottom:2px solid #17191d;justify-content:space-between;align-items:center;min-height:42px;padding:.7rem .9rem;font-size:.95rem;display:flex}.hero-info-surface__header-link{color:var(--color-brand,#f49c35);font-family:var(--mcw-font-five,system-ui, sans-serif);font-size:.75rem;text-decoration:none}.hero-info-surface__header-link:hover{text-underline-offset:3px;text-decoration:underline}.hero-info-surface__body{flex-direction:column;justify-content:space-between;min-height:132px;padding:.9rem;display:flex}.hero-info-surface__body p{color:#ffffffb3;margin:0;font-size:.82rem;line-height:1.55}.hero-info-surface__copy p+p{margin-top:.8rem}.hero-edition-list{color:#ffffffd1;margin:.45rem 0 0;padding-left:1.25rem;font-size:.78rem;line-height:1.55;list-style:square}.hero-edition-list li::marker{color:#ffffffbf;font-size:.65em}.hero-edition-list li+li{margin-top:.15rem}.hero-edition-list ul{margin:.15rem 0 0;padding-left:1.25rem;list-style:square}.hero-edition-list a{color:#9ba8ff;text-decoration:none}.hero-edition-list a:hover{text-underline-offset:3px;text-decoration:underline}.hero-info-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin-top:1rem;display:grid}.hero-info-actions .mcw-button{width:100%;min-width:0;font-size:.85rem}.hero-official-article{color:#fff;flex-direction:column;flex:1;min-height:132px;padding:.9rem;display:flex}.hero-official-article__summary{grid-template-columns:minmax(0,1fr) 8.25rem;align-items:start;gap:.75rem;display:grid}.hero-official-article__copy{flex-direction:column;gap:.35rem;min-width:0;display:flex}.hero-official-article__image{object-fit:cover;background:#111317;border:2px solid #111317;width:8.25rem;height:5.5rem}.hero-official-article__meta{color:var(--color-brand,#f49c35);font-size:.65rem}.hero-official-article strong{font-family:var(--mcw-font-five,system-ui, sans-serif);font-size:.95rem;font-weight:inherit}.hero-official-article__copy>span:not(.hero-official-article__meta){color:#ffffffad;font-size:.78rem;line-height:1.45}.hero-official-article>.hero-info-actions{margin-top:auto}.hero-featured-marketplace-surface{min-height:0}.hero-featured-marketplace-actions{border-top:1px solid #ffffff1a;padding:.6rem .75rem .75rem}.hero-featured-marketplace-actions .mcw-button{width:100%}.hero-featured-marketplace-list{flex-direction:column;flex:1;margin:0;padding:0;list-style:none;display:flex}.hero-featured-marketplace-list li{flex:1;min-height:3.85rem;display:flex}.hero-featured-marketplace-list li+li{border-top:1px solid #ffffff1a}.hero-featured-marketplace-list a{color:#fff;grid-template-columns:3.25rem minmax(0,1fr) auto;align-items:center;gap:.65rem;width:100%;padding:.45rem .75rem;text-decoration:none;transition:background .12s steps(2,end),color .12s steps(2,end);display:grid}.hero-featured-marketplace-list a:hover{color:var(--color-brand,#f49c35);background:#ffffff12}.hero-featured-marketplace-list__image{background:#111317;border:1px solid #111317;justify-content:center;align-items:center;width:3.25rem;height:2.35rem;display:flex;overflow:hidden}.hero-featured-marketplace-list__image img{object-fit:contain;width:100%;height:100%}.hero-featured-marketplace-list__copy{flex-direction:column;gap:.2rem;min-width:0;display:flex}.hero-featured-marketplace-list__copy strong{font-family:var(--mcw-font-five,system-ui, sans-serif);font-size:.78rem;font-weight:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hero-featured-marketplace-list__copy>span{color:#ffffff94;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.hero-featured-marketplace-list__price{color:var(--color-brand,#f49c35);align-items:center;gap:.25rem;font-size:.68rem;display:inline-flex}.hero-featured-marketplace-list__price img{object-fit:contain;width:.9rem;height:.9rem}.hero-editorial-surface{margin-top:.5rem}.hero-editorial-list{margin:0;padding:0;list-style:none}.hero-editorial-list li+li{border-top:1px solid #ffffff1a}.hero-editorial-list a{color:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.7rem;padding:.8rem .9rem;text-decoration:none;transition:background .12s steps(2,end),color .12s steps(2,end);display:grid}.hero-editorial-list a:hover{color:var(--color-brand,#f49c35);background:#ffffff12}.hero-editorial-list a>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.hero-editorial-list time{color:#ffffff7a;margin-bottom:.2rem;font-size:.65rem;display:block}.hero-editorial-list a>span>span{font-size:.82rem}@media (min-width:760px){.hero-version-info-grid{grid-template-rows:auto minmax(15rem,1fr);grid-template-columns:repeat(2,minmax(0,1fr))}.hero-info-column{display:contents}.hero-info-column:first-child>.hero-info-surface:first-child{grid-area:1/1}.hero-info-column:first-child>.hero-info-surface:last-child{grid-area:2/1}.hero-info-column:last-child>.hero-info-surface:first-child{grid-area:1/2}.hero-info-column:last-child>.hero-info-surface:last-child{grid-area:2/2}}.hero-version-heading{margin-bottom:1rem}.hero-version-heading h1{margin:.25rem 0}.hero-version-heading p:last-child{color:var(--mc-text-muted,#b1b2b5);font-size:.8rem}.hero-version-card{border:2px solid var(--mc-border,#1e1e1f);background:#242425 url(/images/banner.png) 50%/cover no-repeat;width:100%;min-width:0;height:260px;margin-inline:0;padding:14px;text-decoration:none;transition:border-color .12s steps(2,end),filter .12s steps(2,end);display:flex;position:relative;overflow:hidden;box-shadow:inset 2px 2px #ffffff1f,inset -2px -2px #00000052}.hero-version-rail{align-content:start;gap:.5rem;display:grid}.hero-banner-surface.mcw-surface,.hero-stats-surface.mcw-surface{background:#272b34;border-color:#17191d;padding:0;overflow:hidden}.hero-banner-image{aspect-ratio:16/9;object-fit:cover;object-position:center top;width:100%;height:auto;display:block}.hero-stats__list{margin:0}.hero-stats__row{color:#fff;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:baseline;gap:1rem;padding:.8rem;font-size:.82rem;display:flex}.hero-stats__row dd{color:var(--color-brand,#f49c35);font-family:var(--mcw-font-five,system-ui, sans-serif);margin:0;font-size:1.05rem}.hero-rail-surface.mcw-surface{background:#272b34;border-color:#17191d;padding:0;overflow:hidden}.hero-rail__header{color:#fff;background:#1d2027;border-bottom:2px solid #17191d;justify-content:center;align-items:center;min-height:42px;padding:.8rem .9rem;font-size:.95rem;display:flex}.hero-rail__empty{color:#ffffff85;margin:0;padding:1rem .7rem;font-size:.78rem;line-height:1.5}.hero-article-list,.hero-tool-list,.hero-community-list ul{margin:0;padding:0;list-style:none}.hero-article-list li+li,.hero-tool-list li+li{border-top:1px solid #ffffff1a}.hero-article-list a,.hero-tool-list a{color:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.75rem .9rem;text-decoration:none;transition:background .12s steps(2,end),color .12s steps(2,end);display:grid}.hero-article-list a:hover,.hero-tool-list a:hover{color:var(--color-brand,#f49c35);background:#ffffff12}.hero-article-list time,.hero-tool-list small{color:#ffffff7a;margin-bottom:.2rem;font-size:.65rem;display:block}.hero-article-list a>span{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;line-height:1.35;overflow:hidden}.hero-tool-list strong,.hero-tool-list small{display:block}.hero-tool-list strong{font-family:var(--mcw-font-seven,system-ui, sans-serif);font-size:.76rem;font-weight:inherit}.hero-tools__footer{border-top:1px solid #ffffff1a;padding:.75rem .9rem}.hero-tools__footer .mcw-button{width:100%}.hero-community-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hero-community-list section{min-width:0;padding:.75rem .9rem}.hero-community-list section:nth-child(odd){border-right:1px solid #ffffff1a}.hero-community-list section:nth-child(n+3){border-top:1px solid #ffffff1a}.hero-community-list h2{color:#ffffff9e;font-family:var(--mcw-font-seven,system-ui, sans-serif);font-size:.65rem;font-weight:inherit;text-transform:uppercase;margin:0 0 .5rem;line-height:1.35}.hero-community-list li+li{margin-top:.2rem}.hero-community-list a{color:#fff;font-size:.72rem;line-height:1.2;text-decoration:none}.hero-community-list a:hover{color:var(--color-brand,#f49c35);text-underline-offset:3px;text-decoration:underline}.hero-community-sublinks{color:#ffffff94;font-size:.67rem}.hero-community-sublinks a{color:inherit;font-size:.67rem}.hero-version-card__shade{background:linear-gradient(#0000001a 10%,#000000e0 100%);position:absolute;inset:0}.hero-version-card__title{color:var(--color-brand,#f49c35);font-family:var(--mcw-font-five,system-ui, sans-serif);z-index:1;text-shadow:1px 2px #000;padding-inline:4px;font-size:.95rem;text-decoration:none;position:absolute;top:8px;left:14px}.hero-version-card__latest{z-index:1;color:#f1ffe3;word-wrap:break-word;background:#137342;padding-inline:4px;position:absolute;top:8px;right:14px}.hero-version-card__content{z-index:1;text-shadow:1px 2px #000;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:.4rem;width:100%;display:flex;position:relative}.hero-version-card__link{color:#d3e9c9;align-items:center;gap:.35rem;margin-top:.35rem;font-size:.75rem;display:inline-flex}.mcw-select__trigger{text-align:left;width:100%}.mcw-select__trigger .mcw-button__content{justify-content:space-between}.mcw-select__trigger[aria-expanded=true]:after{background:#ffffff12}.mcw-select__arrow{flex:none;font-size:10px;line-height:1}.mcw-select__options{z-index:30;box-sizing:border-box;opacity:0;pointer-events:none;visibility:hidden;background:#6e6e70;border:3px solid #242424;width:100%;max-height:18rem;transition:opacity .14s ease-out,transform .14s ease-out,visibility 0s linear .14s;display:grid;position:absolute;top:calc(100% + 4px);overflow-y:auto;transform:translateY(-5px);box-shadow:inset 0 0 0 2px #313233}.mcw-select__options[data-open=true]{opacity:1;pointer-events:auto;visibility:visible;transition-delay:0s;transform:translateY(0)}.mcw-select__option{color:#fff;cursor:pointer;min-height:42px;font:400 16px/1.1 var(--mcw-font-body);text-align:left;text-shadow:1px 1px #0000008c;background:#48494a;border:0;border-bottom:2px solid #242424;justify-content:space-between;align-items:center;gap:.75rem;padding:8px 10px;display:flex}.mcw-select__option:last-child{border-bottom:0}.mcw-select__option:hover,.mcw-select__option:focus-visible{background:#5e5f61;outline:0}.mcw-select__option[data-selected=true]{background:#328225}.mcw-select__check{flex:none;place-items:center;width:.9rem;height:.9rem;display:inline-grid}.mcw-select__check img{width:100%;height:100%}@media (max-width:560px){.hero-topic-tabs .mcw-portal-tab{flex-basis:calc(50% + 1px)}.hero-version-card{aspect-ratio:640/360;height:auto}}@media (min-width:1100px){.hero-version-layout{grid-template-columns:minmax(0,1fr) minmax(280px,.36fr)}}.glass-panel{-webkit-backdrop-filter:blur(20px);background:#080705b8;border:1px solid #ffffff1a;box-shadow:inset 0 1px #ffffff14,0 8px 48px #0009}:root,[data-theme=dim]{--color-primary:#446400;--color-primary-content:#f8f8f8;--color-accent:#da950b;--color-accent-content:#0b0b0b;--color-base-100:#0e0d0a;--color-base-200:#141310;--color-base-300:#1c1b17;--color-neutral:#242320;--color-info:#0089ca;--color-brand:#f49c35;--color-core-green:#86d562;--color-marketplace:#a7781c}@supports (color:lab(0% 0 0)){:root,[data-theme=dim]{--color-primary:lab(38.6266% -25.4674 56.1916);--color-primary-content:lab(97.68% -.0000298023 .0000119209);--color-accent:lab(67.3506% 20.5018 70.1014);--color-accent-content:lab(3.04863% 0 0);--color-info:lab(53.2679% -13.699 -49.5501)}}.ore-vector-sidebar{z-index:30;width:17rem;padding:1.5rem 1.5rem 2rem;display:none;position:fixed;inset:0 auto 0 0;overflow-y:auto}@media (min-width:1024px){.ore-vector-sidebar{display:block}}.ore-vector-sidebar__inner{width:100%}.ore-vector-sidebar__brand{justify-content:center;align-items:center;width:144px;height:144px;margin:0 auto 1.25rem;display:flex}.ore-vector-sidebar__brand:focus-visible,.ore-vector-sidebar a:focus-visible,.ore-vector-section__trigger:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.ore-vector-sidebar__brand img{object-fit:contain;filter:drop-shadow(0 3px 4px #000000b3);width:100%;height:100%}.ore-vector-sidebar__box{background:#232324;padding:.5rem}.ore-vector-sidebar__label{color:#c9c2b8;margin:0;padding:.35rem .6rem .45rem;font-family:Ore MC Seven,monospace;font-size:.78rem}.ore-vector-sidebar__links{margin:0;padding:.1rem .55rem .45rem;list-style:none}.ore-vector-sidebar__links li,.ore-vector-section__content li{margin:0;padding:0}.ore-vector-sidebar__links a,.ore-vector-section__content a{color:#d8d3cc;padding:.33rem .15rem;font-size:.78rem;line-height:1.2;text-decoration:none;transition:color .12s ease-out,padding-left .12s ease-out;display:block}.ore-vector-sidebar__links a:hover,.ore-vector-section__content a:hover{color:#f49c35;padding-left:.4rem}.ore-vector-section__link--h2{font-family:Ore MC Seven,monospace;color:#f49c35!important;font-size:.68rem!important}.ore-vector-section__link--h3{color:#c9c2b8!important;padding-left:.85rem!important;font-size:.72rem!important}.ore-vector-section__link--h3:hover{text-underline-offset:.2rem;-webkit-text-decoration:underline #f49c35;text-decoration:underline #f49c35;color:#f49c35!important}.ore-vector-section__link--active{text-shadow:0 0 8px #f49c3559;color:#ffb14d!important}.ore-vector-section__fixes{border-top:1px solid #3d3938;margin-top:.45rem!important;padding-top:.5rem!important}.ore-vector-section__fixes-label{color:#f49c35;padding:.1rem .15rem .35rem;font-family:Ore MC Seven,monospace;font-size:.68rem;display:block}.ore-vector-section__fixes-list{margin:0;padding:0 0 0 .65rem;list-style:none}.ore-vector-section__content .ore-vector-section__fix-link{color:#c9c2b8;padding:.23rem .15rem;font-size:.72rem}.ore-vector-section__content .ore-vector-section__fix-link:hover{color:#f49c35;text-underline-offset:.2rem;-webkit-text-decoration:underline #f49c35;text-decoration:underline #f49c35}.ore-vector-section{background:#232324;border:2px solid #000;margin-top:.45rem}.ore-vector-section__trigger{background:conic-gradient(from 180deg at 2px calc(100% - 2px), #6a6b6c 90deg, transparent 0), conic-gradient(from 0 at calc(100% - 2px) 2px, #6a6b6c 90deg, transparent 0), linear-gradient(to top, #464747 2px, transparent 0), linear-gradient(to bottom, #5a5b5c 2px, transparent 0), linear-gradient(to left, #464747 2px, transparent 0), linear-gradient(to right, #5a5b5c 2px, transparent 0), #313233;color:#f0ece6;cursor:pointer;text-align:left;border:0;border-bottom:2px solid #000;align-items:center;gap:.4rem;width:100%;padding:.6rem;font-family:Ore MC Seven,monospace;font-size:.72rem;display:flex}.ore-vector-section[data-expanded=false] .ore-vector-section__trigger{background-color:#48494a;border-bottom:5px solid #313233}.ore-vector-section__caret{color:#c9c2b8;flex:none;transition:transform .18s ease-out;transform:rotate(-90deg)}.ore-vector-section[data-expanded=true] .ore-vector-section__caret{transform:rotate(0)}.ore-vector-section__content{grid-template-rows:0fr;transition:grid-template-rows .22s ease-out;display:grid;overflow:hidden}.ore-vector-section[data-expanded=true] .ore-vector-section__content{grid-template-rows:1fr}.ore-vector-section__content>ul{min-height:0;margin:0;padding:0 .6rem;list-style:none;overflow:hidden}.ore-vector-section[data-expanded=true] .ore-vector-section__content>ul{padding-top:.3rem;padding-bottom:.4rem}.ore-vector-sidebar__discord{color:#d8dcff;background:#5865f23d;border:1px solid #5865f2b3;justify-content:center;align-items:center;gap:.4rem;margin-top:.65rem;padding:.45rem .55rem;font-family:Ore MC Seven,monospace;font-size:.7rem;text-decoration:none;transition:border-color .12s ease-out,background-color .12s ease-out;display:flex}.ore-vector-sidebar__discord:hover{background:#5865f26b;border-color:#7784ff}.ore-vector-sidebar__divider{border-top:1px solid #3d3938;width:100%;box-shadow:0 -2px #00000040}
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/fef07dbb0973bf53-s.12tyk43_3sh9u.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.0jzbimsg8vl84.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/53b9e256198e5412-s.0-wfv7uh4i7h9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.0nx0ww8fni_q3.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist", "Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5ce348bf30bf5439-s.0zgw-jeven.3w.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.0wkzw~je483f-.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/6306c77e7c8268e4-s.0rhz0arwfsn~5.woff2)format("woff2");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7d817b4c03b0c5f1-s.0l76wvqk9d84w.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.0k4k9394f2q-k.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.08e28id.o-okb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono", "Geist Mono Fallback"}
