
.LoggedOutSidebarPreview__Item[data-v-7865dc32] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    min-width: 52px;
}
@media (max-width: 767.98px) {
.LoggedOutSidebarPreview__Item[data-v-7865dc32] {
        flex: 0 0 auto;
}
}
.LoggedOutSidebarPreview__Item[data-v-7865dc32]:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.LoggedOutSidebarPreview__Item:hover .LoggedOutSidebarPreview__IconBorder[data-v-7865dc32] {
    background-image: linear-gradient(
        135deg,
        var(--brand-primary, rgb(114, 137, 218)),
        var(--brand-secondary, rgb(255, 190, 93))
    ) !important;
}
.LoggedOutSidebarPreview__Item:hover .LoggedOutSidebarPreview__IconFill[data-v-7865dc32]::before {
    opacity: 0.5;
}
.LoggedOutSidebarPreview__Item:hover .LoggedOutSidebarPreview__OverlayBorder[data-v-7865dc32]::before {
    animation: none;
    border-color: transparent;
    opacity: 0;
}
.LoggedOutSidebarPreview__Item:hover .LoggedOutSidebarPreview__IconGlyph[data-v-7865dc32] {
    transform: scale(1.28);
    color: rgba(255, 255, 255, 0.95);
}
.LoggedOutSidebarPreview__Link[data-v-7865dc32] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    width: 100%;
    padding: 0 4px;
    height: 64px;
}
.LoggedOutSidebarPreview__IconBorder[data-v-7865dc32] {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 9999px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
.LoggedOutSidebarPreview__IconBorder[data-v-7865dc32] {
        width: 52px;
        height: 52px;
}
}
.LoggedOutSidebarPreview__OverlayBorder[data-v-7865dc32] {
    pointer-events: none;
    position: absolute;
    inset: 0;
    border-radius: inherit;
}
.LoggedOutSidebarPreview__OverlayBorder[data-v-7865dc32]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 2px dotted
        var(--logged-out-preview-overlay-border-color, rgba(255, 255, 255, 0.6));
    opacity: 1;
    animation: loggedOutPreviewOverlayWave-7865dc32 var(--logged-out-preview-wave-duration, 2.6s)
            var(--logged-out-preview-wave-ease, ease-in-out) infinite,loggedOutPreviewOverlayGlow-7865dc32 var(--logged-out-preview-wave-duration, 2.6s)
            var(--logged-out-preview-wave-ease, ease-in-out) infinite,loggedOutPreviewOverlayColorPulse-7865dc32 var(--logged-out-preview-wave-duration, 2.6s)
            var(--logged-out-preview-wave-ease, ease-in-out) infinite;
    animation-delay: var(--logged-out-preview-overlay-delay, 0s);
}
.LoggedOutSidebarPreview__OverlayBorder[data-v-7865dc32]::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: inherit;
    background: linear-gradient(
        to top,
        var(--logged-out-preview-overlay-pulse-fill-color, rgba(255, 255, 255, 0.08)),
        var(--logged-out-preview-overlay-pulse-fill-color, rgba(255, 255, 255, 0.08))
            46%,
        var(--logged-out-preview-overlay-fill-color, rgba(255, 255, 255, 0.12))
    );
    opacity: 0.18;
    animation: loggedOutPreviewOverlayFillWave-7865dc32 var(--logged-out-preview-wave-duration, 2.6s)
        var(--logged-out-preview-wave-ease, ease-in-out) infinite;
    animation-delay: var(--logged-out-preview-overlay-delay, 0s);
}
.LoggedOutSidebarPreview__IconFill[data-v-7865dc32] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 0.55);
    color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.LoggedOutSidebarPreview__IconFill[data-v-7865dc32]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: linear-gradient(
        0deg,
        var(--brand-secondary, rgb(255, 190, 93)),
        var(--brand-primary, rgb(114, 137, 218))
    );
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}
@media (min-width: 768px) {
.LoggedOutSidebarPreview__IconFill[data-v-7865dc32] {
        font-size: 23px;
}
}
.LoggedOutSidebarPreview__IconGlyph[data-v-7865dc32] {
    position: relative;
    z-index: 1;
    display: inline-block;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.25s ease, color 0.25s ease;
    animation: loggedOutPreviewGlyphWave-7865dc32 var(--logged-out-preview-wave-duration, 2.6s)
        var(--logged-out-preview-wave-ease, ease-in-out) infinite;
    animation-delay: var(--logged-out-preview-overlay-delay, 0s);
}
@keyframes loggedOutPreviewOverlayWave-7865dc32 {
0% {
        opacity: 1;
}
20% {
        opacity: 0.84;
}
50% {
        opacity: 0.28;
}
80% {
        opacity: 0.84;
}
100% {
        opacity: 1;
}
}
@keyframes loggedOutPreviewOverlayGlow-7865dc32 {
0% {
        box-shadow: 0 0 0 0
            var(--logged-out-preview-overlay-glow-color, transparent);
}
20% {
        box-shadow: 0 0 0 1px
            var(--logged-out-preview-overlay-glow-color, transparent);
}
50% {
        box-shadow: 0 0 0 2px
            var(--logged-out-preview-overlay-pulse-glow-color, transparent);
}
80% {
        box-shadow: 0 0 0 1px
            var(--logged-out-preview-overlay-glow-color, transparent);
}
100% {
        box-shadow: 0 0 0 0
            var(--logged-out-preview-overlay-glow-color, transparent);
}
}
@keyframes loggedOutPreviewOverlayColorPulse-7865dc32 {
0% {
        border-color: var(
            --logged-out-preview-overlay-border-color,
            rgba(255, 255, 255, 0.6)
        );
}
20% {
        border-color: var(
            --logged-out-preview-overlay-border-color,
            rgba(255, 255, 255, 0.6)
        );
}
38% {
        border-color: var(
            --logged-out-preview-overlay-pulse-color,
            rgba(255, 255, 255, 0.75)
        );
}
50% {
        border-color: var(
            --logged-out-preview-overlay-pulse-color,
            rgba(255, 255, 255, 0.75)
        );
}
62% {
        border-color: var(
            --logged-out-preview-overlay-pulse-color,
            rgba(255, 255, 255, 0.75)
        );
}
80% {
        border-color: var(
            --logged-out-preview-overlay-border-color,
            rgba(255, 255, 255, 0.6)
        );
}
100% {
        border-color: var(
            --logged-out-preview-overlay-border-color,
            rgba(255, 255, 255, 0.6)
        );
}
}
@keyframes loggedOutPreviewOverlayFillWave-7865dc32 {
0% {
        opacity: 0.14;
}
20% {
        opacity: 0.18;
}
50% {
        opacity: 0.34;
}
80% {
        opacity: 0.18;
}
100% {
        opacity: 0.14;
}
}
@keyframes loggedOutPreviewGlyphWave-7865dc32 {
0% {
        opacity: 1;
}
20% {
        opacity: 0.86;
}
50% {
        opacity: 0.52;
}
80% {
        opacity: 0.86;
}
100% {
        opacity: 1;
}
}



nav[data-v-f78015de],
.LegacySidebar[data-v-f78015de] {
    z-index: 1000;
    position: fixed;
    width: 100%;
    background-color: var(--sidebar-bg, #2f323a);
    display: flex;
    justify-content: space-between;
    min-height: 64px;
    container-type: inline-size;
}
@media (max-width: 575.98px) {
nav[data-v-f78015de],
    .LegacySidebar[data-v-f78015de] {
        overflow-y: auto;
}
}
@media (max-width: 767.98px) {
nav[data-v-f78015de],
    .LegacySidebar[data-v-f78015de] {
        min-height: 64px;
        height: 64px;
        overflow: hidden;
}
}
@media (min-width: 768px) {
nav[data-v-f78015de],
    .LegacySidebar[data-v-f78015de] {
        min-width: var(--sidebar-width, 109.42px);
        height: 100%;
        width: auto;
        flex-direction: column;
}
nav[data-v-f78015de]::-webkit-scrollbar,
    .LegacySidebar[data-v-f78015de]::-webkit-scrollbar {
        width: 0px;
        background: transparent;
}
}
@media (max-width: 767.98px) {
.LegacySidebar nav[data-v-f78015de] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: stretch;
        width: 100%;
}
.LegacySidebar nav > .LegacySidebar__Menu[data-v-f78015de] {
        min-width: 0;
}
.LegacySidebar nav > .LegacySidebar__Menu[data-v-f78015de]:not(.LegacySidebar__Menu--scrollable) {
        flex: 0 0 auto;
        overflow: visible;
}
.LegacySidebar nav > .LegacySidebar__Menu--scrollable[data-v-f78015de] {
        width: 100%;
        justify-self: stretch;
}
}
.LegacySidebar__Menu[data-v-f78015de] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
@supports (scrollbar-width: none) {
.LegacySidebar__Menu[data-v-f78015de] {
        scrollbar-width: none;
}
}
@media (max-width: 767.98px) {
.LegacySidebar__Menu[data-v-f78015de] {
        height: 64px;
        align-items: center;
}
}
@media (min-width: 768px) {
.LegacySidebar__Menu[data-v-f78015de] {
        display: block;
}
.LegacySidebar__Menu[data-v-f78015de]:last-child {
        margin-bottom: 1em;
}
}
.LegacySidebar__Menu--scrollable[data-v-f78015de] {
    overflow-y: auto;
}
@media (max-width: 767.98px) {
.LegacySidebar__Menu--scrollable[data-v-f78015de] {
        flex: 1 1 auto;
        min-width: 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
}
.LegacySidebar__Menu--scrollable[data-v-f78015de]::-webkit-scrollbar {
        height: 0;
        width: 0;
}
}
@media (min-width: 768px) {
.LegacySidebar__Menu--scrollable[data-v-f78015de] {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: rgba(0, 0, 0, 0.3);
        overflow-x: visible;
        box-shadow: 0px -20px 20px 9px rgba(0, 0, 0, 0.09) inset;
}
}
.LegacySidebar__Menu--alignTop[data-v-f78015de] {
    align-content: flex-start;
    margin-bottom: auto !important;
}
.LegacySidebar__Menu--loggedIn[data-v-f78015de] {
    /* Modifier reserved for authenticated scroll context */
}
@media (max-width: 767.98px) {
.LegacySidebar__Item[data-v-f78015de] {
        flex: 0 0 auto;
}
}
.LegacySidebar__Item a[data-v-f78015de] {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    height: 64px;
    text-align: center;
    font-size: 20px;
    color: white;
    padding: 0 22px;
    text-decoration: none;
}
@media (max-width: 575.98px) {
.LegacySidebar__Item a[data-v-f78015de] {
        padding: 0 16px;
}
}
@media (min-width: 768px) {
.LegacySidebar__Item a[data-v-f78015de] {
        font-size: 32px;
}
}
.LegacySidebar__Item--hamburger[data-v-f78015de] {
    min-width: 59px;
}
.LegacySidebar__Item--userEntry[data-v-f78015de] {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.LegacySidebar__Item--userEntry[data-v-f78015de]:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 767.98px) {
.LegacySidebar__Item--userEntry.LegacySidebar__Item--loggedOut[data-v-f78015de] {
        min-width: 64px;
}
}
@media (max-width: 575.98px) {
.LegacySidebar__Item--loggedOut[data-v-f78015de] {
        width: auto;
        padding: 0;
}
}
.LegacySidebar__Item--sync[data-v-f78015de] {
    /* Modifier for resync item */
}
.LegacySidebar__Item.LegacySidebar__Guild--active[data-v-f78015de],
.LegacySidebar__Item[data-v-f78015de]:hover {
    background-color: var(--brand-primary, #7289da);
}
.LegacySidebar__MenuLabel[data-v-f78015de] {
    display: none;
}
@media (max-width: 575.98px) {
.LegacySidebar__MenuLabel[data-v-f78015de] {
        /* Hidden on extra-small screens */
        display: none;
}
}
.LegacySidebar__Guild[data-v-f78015de]:hover {
    background-color: var(--brand-primary, #7289da);
}
.LegacySidebar__Guild img[data-v-f78015de] {
    max-width: 48px;
    height: auto;
    border-radius: 25px;
}
.LegacySidebar__Guild .LegacySidebar__Link[data-v-f78015de] {
    padding: 0 4px;
}
.LegacySidebar__Guild--active[data-v-f78015de] {
    /* Active guild highlight */
}
.LegacySidebar__GuildName[data-v-f78015de] {
    width: 100%;
    display: none;
}
.LegacySidebar__GuildApprName[data-v-f78015de] {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.LegacySidebar__GuildApprName--small[data-v-f78015de] {
    font-size: 13px;
}
a.LegacySidebar__GuildApprContainer[data-v-f78015de] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.LegacySidebar__MenuArrow[data-v-f78015de] {
    display: none;
    width: 600px;
    justify-content: flex-start;
    align-items: center;
    z-index: 0;
}
@media (min-width: 768px) {
.LegacySidebar__MenuArrow[data-v-f78015de] {
        position: absolute;
        top: 210px;
        left: 115px;
        font-size: 70px;
        color: #fcbe5d;
}
}
.LegacySidebar__MenuArrow svg[data-v-f78015de] {
    z-index: 0;
}
.LegacySidebar__MenuArrowText[data-v-f78015de] {
    display: none;
    color: white;
    font-size: 22px;
    margin-left: 1rem;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 13px;
    border-radius: 10px 10px 0 10px;
}
.LegacySidebar__TooltipGradientDefs[data-v-f78015de] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.LegacySidebar__NavTooltip[data-v-f78015de] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex: 0 0 85%;
    width: 100%;
}
.LegacySidebar__NavTooltipPrefix[data-v-f78015de] {
    display: none;
}
.LegacySidebar__NavTooltipDescription[data-v-f78015de] {
    font-size: 24px;
    flex-grow: 1;
    margin-left: 0;
    line-height: 1;
    background: transparent;
    color: var(--brand-secondary, #fcbe5d);
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 800;
    background-image: linear-gradient(
        174deg,
        var(--brand-secondary, #fcbe5d),
        var(--brand-primary, #7289da)
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.LegacySidebar__NavTooltipDescription--multiline[data-v-f78015de] {
    background-image: linear-gradient(
        14deg,
        var(--brand-secondary, #fcbe5d),
        var(--brand-primary, #7289da)
    );
}
@media (min-width: 768px) {
.LegacySidebar__Tooltip[data-v-f78015de] {
        position: fixed;
        display: flex;
        overflow: hidden;
        background: linear-gradient(
            180deg,
            rgba(52, 57, 75, 0.95),
            rgba(40, 44, 59, 0.95)
        );
        font-size: 18px;
        min-width: 321px;
        left: var(--sidebar-width, 109px);
        min-height: 64px;
        align-items: center;
        padding-left: 1rem;
        font-weight: bold;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        pointer-events: none;
        z-index: 1001;
}
.LegacySidebar__Tooltip .LegacySidebar__NavTooltip[data-v-f78015de] {
        padding-left: var(--vue3-secondary-sidebar-padding);
}
.LegacySidebar__Tooltip .fa-cog[data-v-f78015de] {
        position: absolute;
        left: -27px;
        top: calc(50% - 27px);
        width: 54px;
        height: 54px;
        min-width: 54px;
        min-height: 54px;
        display: block;
        color: var(--brand-secondary, #fcbe5d);
}
}
@media (min-width: 768px) {
[data-v-f78015de] .LegacySidebar__Tooltip .fa-cog path {
        fill: url(#sidebar-tooltip-gear-gradient) !important;
}
}


.LegacyHamburgerMenu[data-v-620f8fc1] {
    position: fixed;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    top: 0;
    height: 100%;
    max-width: 320px;
    background: linear-gradient(-90deg, rgb(18, 20, 24), rgb(4, 4, 4));
    padding: 100px 30px 45px 30px;
}
@media (min-width: 768px) {
.LegacyHamburgerMenu[data-v-620f8fc1] {
        padding: 45px;
        width: calc(100% - var(--sidebar-width, 109px));
        margin-left: var(--sidebar-width, 109px);
}
.LegacyHamburgerMenu.LegacyHamburgerMenu--active[data-v-620f8fc1] {
        box-shadow: 20px 0px 90px 0px black;
}
.LegacyHamburgerMenu ul li[data-v-620f8fc1] {
        font-size: 13px;
}
}
.LegacyHamburgerMenu__Logo[data-v-620f8fc1] {
    text-align: center;
}
@media (max-width: 575.98px) {
.LegacyHamburgerMenu__Logo[data-v-620f8fc1] {
        display: none;
}
}
.LegacyHamburgerMenu__Logo img[data-v-620f8fc1] {
    width: 100px;
    margin-bottom: 44px;
}
.LegacyHamburgerMenu ul[data-v-620f8fc1] {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}
.LegacyHamburgerMenu ul li[data-v-620f8fc1] {
    text-transform: uppercase;
    margin-bottom: 8px;
}
.LegacyHamburgerMenu ul li a[data-v-620f8fc1] {
    color: rgba(202, 202, 202, 0.71);
    font-size: 17px;
    transition: opacity 0.25s ease-in-out;
    will-change: opacity;
    opacity: 0.8;
    width: 100%;
    display: block;
}
.LegacyHamburgerMenu ul li a[data-v-620f8fc1]:hover {
    text-decoration: none;
    color: var(--brand-secondary, #ffbe5d);
    opacity: 1;
}
.LegacyHamburgerMenu ul li a:hover svg[data-v-620f8fc1] {
    color: var(--brand-primary, #7289da);
    animation: pulse 0.3s;
}
.LegacyHamburgerMenu ul li a:hover [data-icon="fire"][data-v-620f8fc1] {
    color: var(--brand-success, #2ddd9e);
}
.LegacyHamburgerMenu ul li [data-icon][data-v-620f8fc1] {
    font-size: 30px;
    margin-right: 0.3rem;
    padding-top: 6px;
    width: 39px;
}
.LegacyHamburgerMenu__Social a[data-v-620f8fc1] {
    color: rgba(255, 255, 255, 0.76);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.14);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    margin-bottom: 15px;
}
.LegacyHamburgerMenu__Social a[data-v-620f8fc1]:hover {
    animation: pulse 0.3s;
}
.LegacyHamburgerMenu__Social .social--discord[data-v-620f8fc1]:hover {
    color: var(--brand-primary, #7289da);
}
.LegacyHamburgerMenu__Social .social--guilded[data-v-620f8fc1]:hover {
    color: #f5c400;
}
.LegacyHamburgerMenu__Social .social--twitter[data-v-620f8fc1]:hover {
    color: #1da1f2;
}


/* Vue3 Trianglify background layer (matches the Vue2 game tout look) */
.Vue3TrianglifyBackground[data-v-69072172] {
    position: absolute;
    inset: 0;
    width: 100%;
    pointer-events: none;
    z-index: 0;
}
.Vue3TrianglifyBackground--viewport[data-v-69072172] {
    position: fixed;
    height: 100vh;
    width: 100vw;
}
.Vue3TrianglifyBackground[data-v-69072172] canvas {
    width: 100%;
    height: 100%;
    display: block;
}
.Vue3TrianglifyBackground[data-v-69072172] canvas.Vue3TrianglifyBackground__ShiftRight50 {
    width: 150vw;
    transform: translateX(-50vw);
    transform-origin: left top;
}
.Vue3TrianglifyBackground[data-v-69072172] canvas.Vue3TrianglifyBackground__ShiftLeft50 {
    width: 150vw;
    transform: translateX(-65vw);
    transform-origin: left top;
}
.Vue3TrianglifyBackground[data-v-69072172] canvas.Vue3TrianglifyBackground__ShiftUp500 {
    height: 200vh;
    transform: translate3d(
        0,
        var(--vue3-trianglify-shift-up-translate, -50%),
        0
    );
    transform-origin: left top;
    will-change: transform;
}


.LineBreak[data-v-9943d718] {
    margin-top: 2em;
    margin-bottom: 2em;
}
.LineBreak[data-v-9943d718]:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-top: 3rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    opacity: 1;
    background-image: linear-gradient(
        to right,
        var(--LineBreak-dark, #37415c),
        var(--LineBreak-accent, #6f8ad4),
        var(--LineBreak-dark, #37415c)
    );
}
.LineBreak--sm[data-v-9943d718]:before {
    margin-top: 2em;
    margin-bottom: 2em;
}
.LineBreak--left[data-v-9943d718]:before {
    background-image: linear-gradient(
        to right,
        var(--LineBreak-accent, #6f8ad4),
        var(--LineBreak-dark, #37415c),
        var(--LineBreak-dark, #37415c)
    );
}
.LineBreak--right[data-v-9943d718]:before {
    background-image: linear-gradient(
        to right,
        var(--LineBreak-dark, #37415c),
        var(--LineBreak-dark, #37415c),
        var(--LineBreak-accent, #6f8ad4)
    );
}
.LineBreak--center[data-v-9943d718]:before {
    background-image: linear-gradient(
        to right,
        var(--LineBreak-dark, #37415c),
        var(--LineBreak-accent, #6f8ad4),
        var(--LineBreak-dark, #37415c)
    );
}
.LineBreak--noSpacing[data-v-9943d718]:before {
    margin: 0;
    padding: 0;
}
.LineBreak--dark-left[data-v-9943d718]:before {
    background-image: linear-gradient(
        to right,
        rgb(18, 20, 24),
        rgb(30, 33, 38),
        rgb(47, 51, 58)
    );
}
.LineBreak--dark-right[data-v-9943d718]:before {
    background-image: linear-gradient(
        to right,
        rgb(47, 51, 58),
        rgb(30, 33, 38),
        rgb(18, 20, 24)
    );
}
.LineBreak--dark-center[data-v-9943d718]:before {
    background-image: linear-gradient(
        to right,
        rgb(30, 33, 38),
        rgb(18, 20, 24),
        rgb(30, 33, 38)
    );
}
.LineBreak--thick[data-v-9943d718]:before {
    height: 5px;
}


/* Raw @media exception: 639px is the exact complement of Tailwind's sm:
   breakpoint (640px) used in the template via sm:footer-horizontal.
   No shared token exists for this Tailwind-specific boundary. */
@media (max-width: 639px) {
.Vue3PageFooter__Nav[data-v-1a9084ff] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1rem;
        justify-items: center;
}
.Vue3PageFooter__Nav > nav[data-v-1a9084ff] {
        width: 100%;
}
}
.Vue3PageFooter__Social a[data-v-1a9084ff] {
    color: rgba(255, 255, 255, 0.76);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.14);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.Vue3PageFooter__Social a[data-v-1a9084ff]:hover {
    animation: pulse 0.3s;
}
.Vue3PageFooter__Social .social--discord[data-v-1a9084ff]:hover {
    color: var(--brand-primary, #7289da);
}
.Vue3PageFooter__Social .social--twitter[data-v-1a9084ff]:hover {
    color: #1da1f2;
}


.MetadataTable[data-v-54cafac2] {
    margin-bottom: 0.5rem;
}
.MetadataTable__Key[data-v-54cafac2] {
    white-space: nowrap;
    width: 1%;
}
.MetadataTable__Value[data-v-54cafac2] {
    word-break: break-word;
}


.RelatedGames[data-v-51c7b9f0] {
    margin-top: 1rem;
}
.RelatedGames__List[data-v-51c7b9f0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    margin-top: 0.75rem;
}
.RelatedGames__Item[data-v-51c7b9f0] {
    display: inline-flex;
    align-items: center;
}


.GameInfoSidebar[data-v-1e954130] {
    position: relative;
    --GameInfoSidebar-Easing: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1024px) {
.GameInfoSidebar[data-v-1e954130] {
        overflow: visible;
        margin-bottom: 0;
        transition: margin-bottom 0.19s var(--GameInfoSidebar-Easing);
}
}
.GameInfoSidebar__Image[data-v-1e954130] {
    position: relative;
    overflow: hidden;
    aspect-ratio: 460 / 215;
}
.GameInfoSidebar__Image img[data-v-1e954130] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.GameInfoSidebar__Description[data-v-1e954130] {
}
.GameInfoSidebar__BodyWrap[data-v-1e954130] {
    max-height: none;
}
@media (max-width: 1024px) {
.GameInfoSidebar__BodyWrap[data-v-1e954130] {
        max-height: 1200px;
        opacity: 1;
        overflow: hidden;
        transition: max-height 0.19s var(--GameInfoSidebar-Easing),
            opacity 0.14s ease;
}
}
.GameInfoSidebar__RecentUpdatesButton[data-v-1e954130] {
    width: 100%;
}
@media (max-width: 1024px) {
.GameInfoSidebar__RecentUpdatesButton[data-v-1e954130] {
        width: fit-content;
}
}
@media (max-width: 1024px) {
.GameInfoSidebar__Actions[data-v-1e954130] {
        justify-content: center;
}
}
.GameInfoSidebar__Toggle[data-v-1e954130] {
    display: none;
}
@media (max-width: 1024px) {
.GameInfoSidebar__Toggle[data-v-1e954130] {
        display: inline-flex;
        position: absolute;
        right: 14px;
        bottom: 14px;
        z-index: 3;
        width: 40px;
        height: 40px;
        min-height: 40px;
        opacity: 1;
        transform: translateX(0);
        transition: right 0.17s var(--GameInfoSidebar-Easing),
            bottom 0.17s var(--GameInfoSidebar-Easing),
            transform 0.17s var(--GameInfoSidebar-Easing),
            width 0.17s var(--GameInfoSidebar-Easing),
            height 0.17s var(--GameInfoSidebar-Easing), opacity 0.06s ease;
        will-change: right, bottom, transform, width, height, opacity;
}
}
@media (max-width: 1024px) {
.GameInfoSidebar__Toggle--expanded[data-v-1e954130],
    .GameInfoSidebar__Toggle--expanded[data-v-1e954130]:hover,
    .GameInfoSidebar__Toggle--expanded[data-v-1e954130]:focus-visible,
    .GameInfoSidebar__Toggle--expanded[data-v-1e954130]:active {
        border: 0;
        box-shadow: none;
        background-color: transparent;
        color: var(--color-secondary);
}
}
@media (max-width: 1024px) {
.GameInfoSidebar__Toggle--expanded[data-v-1e954130] {
        width: 100%;
        height: 50px;
        min-height: 57px;
        padding: 0;
        border-radius: 0;
        background-image: radial-gradient(black, transparent 65%);
}
}
@media (max-width: 1024px) {
.GameInfoSidebar__Toggle--hidden[data-v-1e954130] {
        opacity: 0;
        pointer-events: none;
}
}
@media (max-width: 1024px) {
.GameInfoSidebar__Toggle--expanded .GameInfoSidebar__ToggleIcon[data-v-1e954130] {
        font-size: 2rem;
        line-height: 1;
}
}
.GameInfoSidebar__ToggleIcon[data-v-1e954130] {
    font-size: 1.25rem;
    line-height: 1;
}
.GameInfoSidebar__ToggleIconSvg[data-v-1e954130] {
    width: 1.25rem;
    height: 1.25rem;
}
.GameInfoSidebar__ToggleOverlay[data-v-1e954130] {
    display: none;
}
@media (max-width: 1024px) {
.GameInfoSidebar__ToggleOverlay[data-v-1e954130] {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        pointer-events: none;
        z-index: 1;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.125s ease,
            transform 0.17s var(--GameInfoSidebar-Easing);
        background-image: radial-gradient(
            circle at 100% 100%,
            rgba(0, 0, 0, 0.74) 0%,
            rgba(0, 0, 0, 0.52) 16%,
            rgba(0, 0, 0, 0.28) 30%,
            rgba(0, 0, 0, 0) 52%
        );
}
}
@media (max-width: 1024px) {
.GameInfoSidebar[data-v-1e954130]:not(.GameInfoSidebar--mobile-collapsed) {
        margin-bottom: 3rem;
}
}
@media (max-width: 1024px) {
.GameInfoSidebar:not(.GameInfoSidebar--mobile-collapsed)
        .GameInfoSidebar__Image[data-v-1e954130],
    .GameInfoSidebar:not(.GameInfoSidebar--mobile-collapsed)
        .GameInfoSidebar__BodyWrap[data-v-1e954130] {
        position: relative;
        z-index: 4;
}
}
@media (max-width: 1024px) {
.GameInfoSidebar:not(.GameInfoSidebar--mobile-collapsed)
        .GameInfoSidebar__Toggle[data-v-1e954130] {
        right: 0;
        bottom: -50px;
        transform: translateX(0);
        z-index: 2;
}
}
@media (max-width: 1024px) {
.GameInfoSidebar:not(.GameInfoSidebar--mobile-collapsed)
        .GameInfoSidebar__ToggleOverlay[data-v-1e954130] {
        left: 0;
        right: auto;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        transform: translateY(14px);
        background-image: radial-gradient(
            circle at 50% calc(100% + 22px),
            rgba(0, 0, 0, 0.74) 0%,
            rgba(0, 0, 0, 0.52) 22%,
            rgba(0, 0, 0, 0.28) 48%,
            rgba(0, 0, 0, 0) 100%
        );
}
}
@media (max-width: 1024px) {
.GameInfoSidebar--mobile-collapsed[data-v-1e954130] {
        overflow: hidden;
}
}
@media (max-width: 1024px) {
.GameInfoSidebar--mobile-collapsed .GameInfoSidebar__BodyWrap[data-v-1e954130] {
        max-height: 0;
        opacity: 0;
}
}
@media (max-width: 1024px) {
.GameInfoSidebar--mobile-collapsed.GameInfoSidebar--collapsed-overlay-hidden
        .GameInfoSidebar__ToggleOverlay[data-v-1e954130] {
        opacity: 0;
}
}
@media (max-width: 1024px) {
.GameInfoSidebar--mobile-collapsed .GameInfoSidebar__ToggleOverlay[data-v-1e954130] {
        border-radius: inherit;
        border-bottom-left-radius: var(--rounded-box, 1rem);
        border-bottom-right-radius: var(--rounded-box, 1rem);
}
}
@media (max-width: 1024px) {
.GameInfoSidebar--mobile-collapsed .GameInfoSidebar__Image[data-v-1e954130],
    .GameInfoSidebar--mobile-collapsed .GameInfoSidebar__Image img[data-v-1e954130] {
        border-bottom-left-radius: var(--rounded-box, 1rem);
        border-bottom-right-radius: var(--rounded-box, 1rem);
}
}


.DaisyTimeline__Dot[data-v-0becff14] {
    color: var(--brand-secondary, #fcbe5d);
    font-size: 1.25rem;
    line-height: 1;
}
.DaisyTimeline__Dot--inactive[data-v-0becff14] {
    opacity: 0.35;
}
.DaisyTimeline__Dot--active[data-v-0becff14] {
    opacity: 1;
}


.PatchBotLoves[data-v-49fcaad0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.PatchBotLoves__Avatar[data-v-49fcaad0] {
    width: 96px;
    border-radius: 0.75rem;
    overflow: hidden;
    display: block;
}
.PatchBotLoves__Heart[data-v-49fcaad0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--color-error);
    width: 48px;
    height: 48px;
}
.PatchBotLoves__Heart svg[data-v-49fcaad0] {
    width: 48px;
    height: 48px;
}


[data-v-28bede22] .UpdateNotesPage__HeaderContainer {
    padding: 0 0 1.5rem;
    container-type: inline-size;
}

/* Raw @media exception: 728px has no shared token; this is a page-specific
   tablet range for header spacing that intentionally differs from md (768px). */
@media (min-width: 728px) and (max-width: 1024px) {
[data-v-28bede22] .UpdateNotesPage__HeaderContainer {
        padding-top: 4rem;
}
}
@media (min-width: 1025px) {
[data-v-28bede22] .UpdateNotesPage__HeaderContainer {
        padding-top: 13rem;
}
}
[data-v-28bede22] .UpdateNotesPage__Content {
    padding-bottom: 2rem;
    container-type: inline-size;
}
.UpdateNotesPage__Timeline[data-v-28bede22] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 252px;
}
.UpdateNotesPage__Timeline--inline[data-v-28bede22] {
    margin: 2rem auto 0;
    max-width: 360px;
    margin-top: 8rem;
}
@media (min-width: 1440px) {
.UpdateNotesPage__Timeline--inline[data-v-28bede22] {
        display: none;
}
}
.UpdateNotesPage__Article.UpdateNotesPage__Article--accentTypography[data-v-28bede22] a {
    color: var(--update-notes-accent-typography);
}
.UpdateNotesPage__Article.UpdateNotesPage__Article--accentTypography[data-v-28bede22] a:hover,
.UpdateNotesPage__Article.UpdateNotesPage__Article--accentTypography[data-v-28bede22] a:focus-visible {
    color: var(--update-notes-accent-typography-hover);
}
.UpdateNotesPage__Article.UpdateNotesPage__Article--accentTypography[data-v-28bede22] blockquote {
    border-left-color: var(--update-notes-accent-typography);
}

