
.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-3c06756d],
.LegacySidebar[data-v-3c06756d] {
    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-3c06756d],
    .LegacySidebar[data-v-3c06756d] {
        overflow-y: auto;
}
}
@media (max-width: 767.98px) {
nav[data-v-3c06756d],
    .LegacySidebar[data-v-3c06756d] {
        min-height: 64px;
        height: 64px;
        overflow: hidden;
}
}
@media (min-width: 768px) {
nav[data-v-3c06756d],
    .LegacySidebar[data-v-3c06756d] {
        min-width: var(--sidebar-width, 109.42px);
        height: 100%;
        width: auto;
        flex-direction: column;
}
nav[data-v-3c06756d]::-webkit-scrollbar,
    .LegacySidebar[data-v-3c06756d]::-webkit-scrollbar {
        width: 0px;
        background: transparent;
}
}
@media (max-width: 767.98px) {
.LegacySidebar nav[data-v-3c06756d] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: stretch;
        width: 100%;
}
.LegacySidebar nav > .LegacySidebar__Menu[data-v-3c06756d] {
        min-width: 0;
}
.LegacySidebar nav > .LegacySidebar__Menu[data-v-3c06756d]:not(.LegacySidebar__Menu--scrollable) {
        flex: 0 0 auto;
        overflow: visible;
}
.LegacySidebar nav > .LegacySidebar__Menu--scrollable[data-v-3c06756d] {
        width: 100%;
        justify-self: stretch;
}
}
.LegacySidebar__Menu[data-v-3c06756d] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
@supports (scrollbar-width: none) {
.LegacySidebar__Menu[data-v-3c06756d] {
        scrollbar-width: none;
}
}
@media (max-width: 767.98px) {
.LegacySidebar__Menu[data-v-3c06756d] {
        height: 64px;
        align-items: center;
}
}
@media (min-width: 768px) {
.LegacySidebar__Menu[data-v-3c06756d] {
        display: block;
}
.LegacySidebar__Menu[data-v-3c06756d]:last-child {
        margin-bottom: 1em;
}
}
.LegacySidebar__Menu--scrollable[data-v-3c06756d] {
    overflow-y: auto;
}
@media (max-width: 767.98px) {
.LegacySidebar__Menu--scrollable[data-v-3c06756d] {
        flex: 1 1 auto;
        min-width: 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
}
.LegacySidebar__Menu--scrollable[data-v-3c06756d]::-webkit-scrollbar {
        height: 0;
        width: 0;
}
}
@media (min-width: 768px) {
.LegacySidebar__Menu--scrollable[data-v-3c06756d] {
        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-3c06756d] {
    align-content: flex-start;
    margin-bottom: auto !important;
}
.LegacySidebar__Menu--loggedIn[data-v-3c06756d] {
    /* Modifier reserved for authenticated scroll context */
}
@media (max-width: 767.98px) {
.LegacySidebar__Item[data-v-3c06756d] {
        flex: 0 0 auto;
}
}
.LegacySidebar__Item a[data-v-3c06756d] {
    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-3c06756d] {
        padding: 0 16px;
}
}
@media (min-width: 768px) {
.LegacySidebar__Item a[data-v-3c06756d] {
        font-size: 32px;
}
}
.LegacySidebar__Item--hamburger[data-v-3c06756d] {
    min-width: 59px;
}
.LegacySidebar__Item--userEntry[data-v-3c06756d] {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.LegacySidebar__Item--userEntry[data-v-3c06756d]:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 767.98px) {
.LegacySidebar__Item--userEntry.LegacySidebar__Item--loggedOut[data-v-3c06756d] {
        min-width: 64px;
}
}
@media (max-width: 575.98px) {
.LegacySidebar__Item--loggedOut[data-v-3c06756d] {
        width: auto;
        padding: 0;
}
}
.LegacySidebar__Item--sync[data-v-3c06756d] {
    /* Modifier for resync item */
}
.LegacySidebar__Item.LegacySidebar__Guild--active[data-v-3c06756d],
.LegacySidebar__Item[data-v-3c06756d]:hover {
    background-color: var(--brand-primary, #7289da);
}
.LegacySidebar__MenuLabel[data-v-3c06756d] {
    display: none;
}
@media (max-width: 575.98px) {
.LegacySidebar__MenuLabel[data-v-3c06756d] {
        /* Hidden on extra-small screens */
        display: none;
}
}
.LegacySidebar__Guild[data-v-3c06756d]:hover {
    background-color: var(--brand-primary, #7289da);
}
.LegacySidebar__Guild img[data-v-3c06756d] {
    max-width: 48px;
    height: auto;
    border-radius: 25px;
}
.LegacySidebar__Guild .LegacySidebar__Link[data-v-3c06756d] {
    padding: 0 4px;
}
.LegacySidebar__Guild--active[data-v-3c06756d] {
    /* Active guild highlight */
}
.LegacySidebar__GuildName[data-v-3c06756d] {
    width: 100%;
    display: none;
}
.LegacySidebar__GuildApprName[data-v-3c06756d] {
    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-3c06756d] {
    font-size: 13px;
}
a.LegacySidebar__GuildApprContainer[data-v-3c06756d] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.LegacySidebar__MenuArrow[data-v-3c06756d] {
    display: none;
    width: 600px;
    justify-content: flex-start;
    align-items: center;
    z-index: 0;
}
@media (min-width: 768px) {
.LegacySidebar__MenuArrow[data-v-3c06756d] {
        position: absolute;
        top: 210px;
        left: 115px;
        font-size: 70px;
        color: #fcbe5d;
}
}
.LegacySidebar__MenuArrow svg[data-v-3c06756d] {
    z-index: 0;
}
.LegacySidebar__MenuArrowText[data-v-3c06756d] {
    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-3c06756d] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.LegacySidebar__NavTooltip[data-v-3c06756d] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex: 0 0 85%;
    width: 100%;
}
.LegacySidebar__NavTooltipPrefix[data-v-3c06756d] {
    display: none;
}
.LegacySidebar__NavTooltipDescription[data-v-3c06756d] {
    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-3c06756d] {
    background-image: linear-gradient(
        14deg,
        var(--brand-secondary, #fcbe5d),
        var(--brand-primary, #7289da)
    );
}
@media (min-width: 768px) {
.LegacySidebar__Tooltip[data-v-3c06756d] {
        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-3c06756d] {
        padding-left: var(--vue3-secondary-sidebar-padding);
}
.LegacySidebar__Tooltip .fa-cog[data-v-3c06756d] {
        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-3c06756d] .LegacySidebar__Tooltip .fa-cog path {
        fill: url(#sidebar-tooltip-gear-gradient) !important;
}
}


.LegacyHamburgerMenu[data-v-04f14471] {
    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-04f14471] {
        padding: 45px;
        width: calc(100% - var(--sidebar-width, 109px));
        margin-left: var(--sidebar-width, 109px);
}
.LegacyHamburgerMenu.LegacyHamburgerMenu--active[data-v-04f14471] {
        box-shadow: 20px 0px 90px 0px black;
}
.LegacyHamburgerMenu ul li[data-v-04f14471] {
        font-size: 13px;
}
}
.LegacyHamburgerMenu__Logo[data-v-04f14471] {
    text-align: center;
}
@media (max-width: 575.98px) {
.LegacyHamburgerMenu__Logo[data-v-04f14471] {
        display: none;
}
}
.LegacyHamburgerMenu__Logo img[data-v-04f14471] {
    width: 100px;
    margin-bottom: 44px;
}
.LegacyHamburgerMenu ul[data-v-04f14471] {
    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-04f14471] {
    text-transform: uppercase;
    margin-bottom: 8px;
}
.LegacyHamburgerMenu ul li a[data-v-04f14471] {
    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-04f14471]:hover {
    text-decoration: none;
    color: var(--brand-secondary, #ffbe5d);
    opacity: 1;
}
.LegacyHamburgerMenu ul li a:hover svg[data-v-04f14471] {
    color: var(--brand-primary, #7289da);
    animation: patchbotPulsePop 0.3s;
}
.LegacyHamburgerMenu ul li a:hover [data-icon="fire"][data-v-04f14471] {
    color: var(--brand-success, #2ddd9e);
}
.LegacyHamburgerMenu ul li [data-icon][data-v-04f14471] {
    font-size: 30px;
    margin-right: 0.3rem;
    padding-top: 6px;
    width: 39px;
}
.LegacyHamburgerMenu__Social a[data-v-04f14471] {
    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-04f14471]:hover {
    animation: patchbotPulsePop 0.3s;
}
.LegacyHamburgerMenu__Social .social--discord[data-v-04f14471]:hover {
    color: var(--brand-primary, #7289da);
}
.LegacyHamburgerMenu__Social .social--guilded[data-v-04f14471]:hover {
    color: #f5c400;
}
.LegacyHamburgerMenu__Social .social--twitter[data-v-04f14471]: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-d6a76372] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1rem;
        justify-items: center;
}
.Vue3PageFooter__Nav > nav[data-v-d6a76372] {
        width: 100%;
}
}
.Vue3PageFooter__Social a[data-v-d6a76372] {
    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-d6a76372]:hover {
    animation: patchbotPulsePop 0.3s;
}
.Vue3PageFooter__Social .social--discord[data-v-d6a76372]:hover {
    color: var(--brand-primary, #7289da);
}
.Vue3PageFooter__Social .social--twitter[data-v-d6a76372]:hover {
    color: #1da1f2;
}


.DiscordEmbed[data-v-5df2e612] {
    width: 100%;
    color: white;
    overflow: hidden;
    font-family: "discord-font", sans-serif;
}
.DiscordEmbed__Layout[data-v-5df2e612] {
    display: block;
}
.DiscordEmbed--demo .DiscordEmbed__Layout[data-v-5df2e612] {
    display: flex;
    user-select: text;
}
.DiscordEmbed__Avatar[data-v-5df2e612] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 999px;
    background-position: 50%;
    background-size: 40px 40px;
    background-color: rgb(26 29 35);
    background-repeat: no-repeat;
    background-clip: padding-box;
}
.DiscordEmbed__Body[data-v-5df2e612] {
    min-width: 0;
    width: 100%;
    overflow: hidden;
}
.DiscordEmbed--demo .DiscordEmbed__Body[data-v-5df2e612] {
    flex: 1;
    margin-right: 20px;
}
.DiscordEmbed__Body--standalone[data-v-5df2e612] {
    margin-right: 0;
}
.DiscordEmbed__Byline[data-v-5df2e612] {
    margin: 0;
    padding: 0;
    line-height: 1rem;
    font-weight: 900;
}
.DiscordEmbed__UsernameWrapper[data-v-5df2e612] {
    display: inline-flex;
    align-items: center;
}
.DiscordEmbed__UserName[data-v-5df2e612] {
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
}
.DiscordEmbed__RoleBadge[data-v-5df2e612] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.4rem;
    padding: 0.16rem 0.34rem;
    border-radius: 0.25rem;
    background: rgb(88 101 242);
    color: white;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}
.DiscordEmbed__Timestamp[data-v-5df2e612] {
    margin-left: 0.35rem;
    color: rgb(153 170 181);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}
.DiscordEmbed__EmbedWrapper[data-v-5df2e612] {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 520px;
    border-radius: 6px;
    background-color: rgb(54 57 62);
}
.DiscordEmbed--demo .DiscordEmbed__EmbedWrapper[data-v-5df2e612] {
    margin-top: 5px;
}
.DiscordEmbed__Body--standalone .DiscordEmbed__EmbedWrapper[data-v-5df2e612] {
    max-width: none;
}
.DiscordEmbed__AccentPill[data-v-5df2e612] {
    width: 4px;
    flex-shrink: 0;
    border-radius: 3px 0 0 3px;
    background-color: rgb(243 129 69);
}
.DiscordEmbed__EmbedCard[data-v-5df2e612] {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 8px 10px;
    border: 1px solid rgba(46, 48, 54, 0.6);
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background-color: rgba(46, 48, 54, 0.3);
    color: hsla(0, 0%, 100%, 0.6);
}
.DiscordEmbed__EmbedCard--blurred[data-v-5df2e612] {
    filter: blur(2px);
}
.DiscordEmbed__EmbedContent[data-v-5df2e612] {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.DiscordEmbed__EmbedContentInner[data-v-5df2e612] {
    flex: 1;
    min-width: 0;
}
.DiscordEmbed__EmbedTitle[data-v-5df2e612] {
    display: inline-block;
    margin-bottom: 3px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}
.DiscordEmbed__EmbedTitle[data-v-5df2e612]:hover {
    text-decoration: underline;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] {
    margin: 0;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] * {
    font-family: "discord-font", sans-serif;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] p {
    margin: 0 0 0.75rem;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] p:last-child {
    margin-bottom: 0;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] ul {
    margin: 0 0 0.75rem;
    padding-left: 18px;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] ol {
    margin: 0 0 0.75rem;
    padding-left: 18px;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] li + li {
    margin-top: 0.2rem;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] strong {
    color: white;
    font-weight: 700;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] em {
    font-style: italic;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] a {
    color: rgb(0 150 209);
    text-decoration: none;
    word-break: break-word;
    transition: 0.05s;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] a:hover {
    text-decoration: underline;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] code {
    padding: 0.2em;
    border-radius: 3px;
    background: rgb(46 49 54);
    font-size: 85%;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] pre {
    max-width: 100%;
    margin: 0 0 0.75rem;
    overflow: auto;
    border: 1px solid rgb(40 43 48);
    border-radius: 4px;
    background: rgb(46 49 54);
    padding: 0.65rem;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] pre code {
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] h4 {
    margin: 0 0 0.5rem;
    color: white;
    font-size: 22px;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] h5 {
    margin: 0 0 0.5rem;
    color: white;
    font-size: 18px;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] h6 {
    margin: 0 0 0.5rem;
    color: white;
    font-size: 14px;
}
.DiscordEmbed__EmbedDescription[data-v-5df2e612] img {
    display: block;
    width: 100%;
    height: auto;
}
.DiscordEmbed__EmbedThumbnail[data-v-5df2e612] {
    width: auto;
    max-width: 80px;
    max-height: 80px;
    margin-left: 20px;
    border-radius: 8px;
    object-fit: contain;
    flex-shrink: 0;
}
@media (max-width: 767.98px) {
.DiscordEmbed__Avatar[data-v-5df2e612] {
        width: 36px;
        height: 36px;
        margin-right: 14px;
        background-size: 36px 36px;
}
.DiscordEmbed--demo .DiscordEmbed__Body[data-v-5df2e612] {
        margin-right: 0;
}
.DiscordEmbed__EmbedThumbnail[data-v-5df2e612] {
        max-width: 64px;
        max-height: 64px;
        margin-top: 0;
        margin-left: 0.75rem;
}
}


.HomepageSimulatedChatEntry[data-v-1673fa53] {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    width: 100%;
    color: white;
    font-family: "discord-font", sans-serif;
}
.HomepageSimulatedChatEntry__Avatar[data-v-1673fa53] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    border-radius: 999px;
    color: white;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}
.HomepageSimulatedChatEntry__Body[data-v-1673fa53] {
    min-width: 0;
    flex: 1;
}
.HomepageSimulatedChatEntry__Byline[data-v-1673fa53] {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
    margin: 0;
    line-height: 1.2;
}
.HomepageSimulatedChatEntry__Username[data-v-1673fa53] {
    color: white;
    font-size: 0.96rem;
    font-weight: 700;
}
.HomepageSimulatedChatEntry__Timestamp[data-v-1673fa53] {
    color: rgb(153 170 181);
    font-size: 0.74rem;
    font-weight: 500;
}
.HomepageSimulatedChatEntry__Message[data-v-1673fa53] {
    margin: 0.28rem 0 0;
    color: rgb(220 223 226);
    font-size: 0.95rem;
    line-height: 1.45;
    word-break: break-word;
}
.HomepageSimulatedChatEntry__Mention[data-v-1673fa53] {
    color: rgb(111 169 255);
    font-weight: 700;
}
@media (max-width: 767.98px) {
.HomepageSimulatedChatEntry[data-v-1673fa53] {
        gap: 0.75rem;
}
.HomepageSimulatedChatEntry__Avatar[data-v-1673fa53] {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 0.75rem;
}
.HomepageSimulatedChatEntry__Message[data-v-1673fa53] {
        font-size: 0.9rem;
}
}


.PatchBotLogo[data-v-030c5e3b] {
    display: block;
    width: 100%;
    height: auto;
}
.PatchBotLogo .st0[data-v-030c5e3b] {
    fill: rgba(25, 25, 25, 0.4);
}
.PatchBotLogo .st1[data-v-030c5e3b] {
    fill: #fcc278;
}
.PatchBotLogo .st2[data-v-030c5e3b] {
    fill: #dea45a;
}
.PatchBotLogo .st3[data-v-030c5e3b] {
    fill: #231f20;
}
.PatchBotLogo .st4[data-v-030c5e3b] {
    fill: #202325;
}
.PatchBotLogo .st5[data-v-030c5e3b] {
    fill: #7289da;
}
.PatchBotLogo .st6[data-v-030c5e3b] {
    fill: #373a3e;
}
.PatchBotLogo .st7[data-v-030c5e3b] {
    fill: #ffe096;
}
.PatchBotLogo .st8[data-v-030c5e3b] {
    fill: #fff;
}


.HomepageDemoShell[data-v-78d282a6] {
    position: relative;
    isolation: isolate;
    width: min(100%, var(--HomepageHero-desktop-shell-width, 33.75rem));
    height: clamp(
        17.5rem,
        calc(var(--HomepageDemoShell-hero-height, 80vh) * 0.68),
        53rem
    );
    min-width: 0;
    justify-self: end;
    overflow: visible;
}
.HomepageDemoShell__Surface[data-v-78d282a6] {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 2rem;
    background: linear-gradient(
        180deg,
        rgb(10 14 21 / 98%),
        rgb(13 18 28 / 96%)
    );
    box-shadow: 0 36px 90px rgb(0 0 0 / 58%),
        inset 0 1px 0 rgb(255 255 255 / 7%);
    backdrop-filter: blur(22px);
}
.HomepageDemoShell__Surface[data-v-78d282a6]::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(
        180deg,
        rgb(255 255 255 / 8%),
        transparent 16%,
        transparent 84%,
        rgb(255 255 255 / 3%)
    );
    pointer-events: none;
    z-index: 0;
}
.HomepageDemoShell__Surface[data-v-78d282a6]::after {
    content: "";
    position: absolute;
    right: -20%;
    bottom: -35%;
    width: 72%;
    height: 60%;
    background: radial-gradient(
        circle,
        rgb(114 137 218 / 24%),
        transparent 62%
    );
    opacity: 0.85;
    pointer-events: none;
    z-index: 0;
}
.HomepageDemoShell__LogoContainer[data-v-78d282a6] {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: var(--HomepageHero-floating-logo-size, clamp(8.5rem, 18vw, 17rem));
    transform: translate(-50%, 34%);
    pointer-events: auto;
    z-index: 2;
}
@media (max-width: 767.98px) {
.HomepageDemoShell__LogoContainer[data-v-78d282a6] {
        transform: translate(0, 34%);
        left: auto;
        right: 0;
}
}
.HomepageDemoShell__LogoContainer[data-v-78d282a6]::before {
    content: "";
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(0 0 0 / 45%),
        rgb(0 0 0 / 22%) 42%,
        transparent 60%
    );
    width: 120px;
    height: 180px;
    pointer-events: none;
    z-index: -1;
}
@media (max-width: 767.98px) {
.HomepageDemoShell__LogoContainer[data-v-78d282a6]::before {
        background: radial-gradient(
            circle at center,
            rgb(0 0 0 / 45%),
            rgb(0 0 0 / 64%) 32%,
            transparent 60%
        );
}
}
@media (min-width: 768px) {
.HomepageDemoShell__LogoContainer[data-v-78d282a6]::before {
        width: auto;
        height: auto;
        inset: -20%;
}
}
.HomepageDemoShell__LogoContainer[data-logo-animation-enabled="true"][data-v-78d282a6] {
    cursor: pointer;
}
.HomepageDemoShell__LogoContainer[data-logo-animation-enabled="true"][data-v-78d282a6]
    .HomepageDemoShell__Logo [id] {
    opacity: 0;
    cursor: pointer;
    will-change: opacity, transform;
}
.HomepageDemoShell__Logo[data-v-78d282a6] {
    width: 100%;
    filter: drop-shadow(0 22px 40px rgb(0 0 0 / 22%));
}
@media (min-width: 768px) {
.HomepageDemoShell[data-v-78d282a6] .PatchBotLogo.HomepageDemoShell__Logo #BG_shape {
        opacity: 0 !important;
}
}
.HomepageDemoShell[data-v-78d282a6] .PatchBotLogo.HomepageDemoShell__Logo #star_1,
.HomepageDemoShell[data-v-78d282a6] .PatchBotLogo.HomepageDemoShell__Logo #star_2,
.HomepageDemoShell[data-v-78d282a6] .PatchBotLogo.HomepageDemoShell__Logo #star_3,
.HomepageDemoShell[data-v-78d282a6] .PatchBotLogo.HomepageDemoShell__Logo #star_4 {
    opacity: 0 !important;
}
.HomepageDemoShell__ChannelBar[data-v-78d282a6] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 4rem;
    padding: 0 1.35rem;
    border-bottom: 1px solid rgb(255 255 255 / 7%);
    background: linear-gradient(180deg, rgb(33 37 46), rgb(28 32 40));
    box-shadow: inset 0 -1px 0 rgb(255 255 255 / 3%);
}
.HomepageDemoShell__ChannelName[data-v-78d282a6] {
    margin: 0;
    color: white;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
}
.HomepageDemoShell__ChannelName[data-v-78d282a6]::before {
    content: "#";
    margin-right: 0.18rem;
    color: rgb(138 142 148);
    font-weight: 300;
}
.HomepageDemoShell__Stage[data-v-78d282a6] {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 0;
    height: 100%;
    padding: clamp(1rem, 2.3vw, 1.25rem);
    overflow: hidden;
    background: radial-gradient(
            circle at 16% 16%,
            rgb(122 170 255 / 18%),
            transparent 34%
        ),
        radial-gradient(
            circle at 84% 16%,
            rgb(147 197 253 / 10%),
            transparent 24%
        ),
        radial-gradient(
            circle at 84% 82%,
            rgb(252 190 93 / 16%),
            transparent 30%
        ),
        linear-gradient(180deg, rgb(59 62 71), rgb(49 52 60) 42%, rgb(43 46 53));
}
.HomepageDemoShell__Viewport[data-v-78d282a6] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.HomepageDemoShell__ThreadLayer[data-v-78d282a6] {
    position: relative;
    width: 100%;
    height: 100%;
}
.HomepageDemoShell__Thread[data-v-78d282a6] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
    width: 100%;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}
.HomepageDemoShell__Thread--entering[data-v-78d282a6] {
    opacity: 0;
    transform: translateY(1.75rem) scale(0.988);
}
.HomepageDemoShell__Thread--active[data-v-78d282a6] {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.HomepageDemoShell__Thread--leaving[data-v-78d282a6] {
    opacity: 0;
    transform: translateY(-2.25rem) scale(0.988);
    pointer-events: none;
}
.HomepageDemoShell__Entry[data-v-78d282a6] {
    width: 100%;
    min-height: 0;
    flex-shrink: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}
.HomepageDemoShell__Entry--embed[data-v-78d282a6] .DiscordEmbed {
    overflow: hidden;
}
.HomepageDemoShell__Entry--embed[data-v-78d282a6] .DiscordEmbed__Body {
    overflow: hidden;
}
.HomepageDemoShell__Entry--embed[data-v-78d282a6] .DiscordEmbed__EmbedWrapper {
    max-width: none;
}
.HomepageDemoShell__Entry--entering[data-v-78d282a6] {
    opacity: 0;
    transform: translateY(1rem);
}
.HomepageDemoShell__Entry--active[data-v-78d282a6] {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 1023.98px) {
.HomepageDemoShell[data-v-78d282a6] {
        width: min(100%, 30rem);
        height: clamp(
            20rem,
            calc(var(--HomepageDemoShell-hero-height, 80vh) * 0.38),
            24rem
        );
        justify-self: center;
}
}
@media (max-width: 767.98px) {
.HomepageDemoShell[data-v-78d282a6] {
        height: 32rem;
        border-radius: 1.45rem;
}
.HomepageDemoShell__Stage[data-v-78d282a6] {
        padding: 0.85rem;
}
.HomepageDemoShell__Thread[data-v-78d282a6] {
        gap: 0.75rem;
}
}
.HomepageDemoShell[data-v-78d282a6] .st3 {
    fill: #474747;
}


.TinyPatchBotLogo[data-v-6a149a3e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.TinyPatchBotLogo__Image[data-v-6a149a3e] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    transition: filter 0.2s ease;
    will-change: transform, filter;
}
.TinyPatchBotLogo:hover .TinyPatchBotLogo__Image[data-v-6a149a3e] {
    animation: patchbotPulsePop 0.3s;
    filter: drop-shadow(0 0.4rem 0.7rem rgb(0 0 0 / 25%));
}


.HomepageHero[data-v-cc7fb082] {
    position: relative;
    --HomepageHero-viewport-height: 80vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: var(--HomepageHero-viewport-height);
    --HomepageHero-mobile-inline-gutter: var(
        --vue3-content-mobile-padding-left
    );
    --HomepageHero-tablet-inline-gutter: var(--vue3-content-gutter);
    --HomepageHero-desktop-inline-gutter: clamp(
        var(--vue3-content-gutter),
        3.4vw,
        4.5rem
    );
    --HomepageHero-desktop-shell-width: clamp(21rem, 30vw, 33.75rem);
    --HomepageHero-desktop-content-width: clamp(34rem, 45vw, 48rem);
    --HomepageHero-brand-max-width: clamp(25rem, 32vw, 33rem);
    --HomepageHero-title-mark-scale: 1;
    --HomepageHero-floating-logo-size: clamp(8.5rem, 18vw, 17rem);
    --HomepageHero-floating-logo-space: calc(
        var(--HomepageHero-floating-logo-size) * 0.58
    );
    z-index: 1;
    pointer-events: none;
    isolation: isolate;
}
.HomepageHero[data-v-cc7fb082] .HomepageDemoShell {
    pointer-events: auto;
}
.HomepageHero__Background[data-v-cc7fb082] {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    overflow: hidden;
}
.HomepageHero__Background[data-v-cc7fb082] > * {
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
.HomepageHero__Wrapper[data-v-cc7fb082] {
    position: relative;
    left: 0;
    flex: 1 1 auto;
    width: 100%;
    padding-inline: var(--HomepageHero-mobile-inline-gutter);
    z-index: 1;
}
@media (min-width: 768px) {
.HomepageHero__Wrapper[data-v-cc7fb082] {
        padding-inline: var(--HomepageHero-tablet-inline-gutter);
}
}
@media (min-width: 1024px) {
.HomepageHero__Wrapper[data-v-cc7fb082] {
        padding-inline: var(--HomepageHero-desktop-inline-gutter);
}
}
.HomepageHero__BackgroundTriangle[data-v-cc7fb082] {
    background-image: url("https://patchbot.io/images/patchbot-primary-triangle-background-large--cropped-rotated.webp");
    mask-image: linear-gradient(black, transparent);
    position: absolute;
    z-index: -1;
}
.HomepageHero__BackgroundTriangle--left[data-v-cc7fb082],
.HomepageHero__BackgroundTriangle--right[data-v-cc7fb082] {
    top: 0;
    width: var(--HomepageHero-viewport-height);
    height: 100%;
}
.HomepageHero__BackgroundTriangle--left[data-v-cc7fb082] {
    left: 0;
    transform: rotate(90deg) scaleX(-1);
    mask-image: linear-gradient(transparent, black);
}
.HomepageHero__BackgroundTriangle--right[data-v-cc7fb082] {
    right: 0;
    left: auto;
    mask-image: linear-gradient(transparent, black);
    transform: rotate(270deg);
}
.HomepageHero__BackgroundTriangle--bottom[data-v-cc7fb082] {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: var(--HomepageHero-viewport-height);
    transform: rotate(180deg);
    z-index: -1;
}
@media (max-width: 1023.98px) {
.HomepageHero__BackgroundTriangle--left[data-v-cc7fb082],
    .HomepageHero__BackgroundTriangle--right[data-v-cc7fb082] {
        display: none;
}
}
.HomepageHero__Inner[data-v-cc7fb082] {
    color: white;
    display: grid;
    align-items: center;
    align-content: center;
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    gap: clamp(2rem, 4vw, 4.5rem);
    padding-bottom: var(--HomepageHero-floating-logo-space);
    pointer-events: auto;
}
@media (min-width: 1024px) {
.HomepageHero__Inner[data-v-cc7fb082] {
        grid-template-columns: minmax(0, 1fr) minmax(
                0,
                var(--HomepageHero-desktop-shell-width)
            );
        column-gap: clamp(2rem, 4vw, 5rem);
        padding-bottom: 0;
}
}
.HomepageHero__Content[data-v-cc7fb082] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-self: start;
    width: min(100%, var(--HomepageHero-desktop-content-width));
    min-width: 0;
}
@media (max-width: 1023.98px) {
.HomepageHero__Inner[data-v-cc7fb082] {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        align-content: start;
        padding-top: clamp(1rem, 3vh, 2.5rem);
        gap: clamp(2rem, 3vw, 1.75rem);
}
.HomepageHero__Content[data-v-cc7fb082] {
        align-items: center;
        justify-self: center;
        text-align: center;
        width: min(100%, 30rem);
}
}
.HomepageHero__Brand[data-v-cc7fb082] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    width: 100%;
    max-width: min(100%, var(--HomepageHero-brand-max-width));
    container-type: inline-size;
}
.HomepageHero__TitleRow[data-v-cc7fb082] {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
    max-width: none;
}
@media (max-width: 1023.98px) {
.HomepageHero__TitleRow[data-v-cc7fb082] {
        gap: 0.5rem;
}
}
.HomepageHero__TitleMark[data-v-cc7fb082] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(4rem * var(--HomepageHero-title-mark-scale));
    aspect-ratio: 1;
    flex-shrink: 0;
    filter: drop-shadow(0 10px 22px rgb(0 0 0 / 18%));
}
.HomepageHero__TitleMark[data-v-cc7fb082] .TinyPatchBotLogo {
    width: 100%;
    height: 100%;
}
@media (max-width: 1023.98px) {
.HomepageHero__Brand[data-v-cc7fb082] {
        align-items: center;
        max-width: min(100%, 30rem);
}
.HomepageHero__TitleRow[data-v-cc7fb082] {
        justify-content: center;
}
.HomepageHero__TitleMark[data-v-cc7fb082] {
        width: 3rem;
}
}
.HomepageHero__Title[data-v-cc7fb082] {
    margin: 0;
    color: rgba(0, 0, 0, 0);
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.06em;
    white-space: nowrap;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(
        180deg,
        rgb(255, 255, 255),
        rgb(246, 248, 253) 56%,
        rgb(191, 202, 224)
    );
    text-shadow: 0 10px 24px rgb(0 0 0 / 18%);
}
@media (max-width: 1023.98px) {
.HomepageHero__Title[data-v-cc7fb082] {
        font-size: 4rem;
}
}
.HomepageHero__Byline[data-v-cc7fb082] {
    display: block;
    margin-top: 1.1rem;
    color: white;
    font-size: 1.34rem;
    font-weight: 500;
    line-height: 1.35;
    text-rendering: optimizeLegibility;
    text-align: center;
    max-width: 420px;
}
@media (max-width: 1023.98px) {
.HomepageHero__Byline[data-v-cc7fb082] {
        max-width: 24rem;
        margin-top: 0.85rem;
        font-size: 1.25rem;
        line-height: 1.45;
}
}
.HomepageHero__Actions[data-v-cc7fb082] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: min(100%, 32rem);
    margin-top: 1.85rem;
}
@media (max-width: 1023.98px) {
.HomepageHero__Actions[data-v-cc7fb082] {
        margin-top: 1.5rem;
}
}
.HomepageHero__Actions .btn[data-v-cc7fb082] {
    flex: 1 1 0;
    min-width: 0;
    max-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.55rem;
    padding: 0.95rem 1.35rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 1.15rem;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 14px 30px rgb(0 0 0 / 18%);
}
.HomepageHero__Actions .btn i[data-v-cc7fb082] {
    margin-right: 0.45rem;
}
@media (max-width: 1023.98px) {
.HomepageHero__Actions[data-v-cc7fb082] {
        justify-content: center;
}
}
@media (max-width: 575.98px) {
.HomepageHero__Actions[data-v-cc7fb082] {
        gap: 0.85rem;
}
.HomepageHero__Actions .btn[data-v-cc7fb082] {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 10.5rem;
}
}
.HomepageHero__BtnPrimary[data-v-cc7fb082] {
    box-shadow: 0 22px 44px rgb(114 137 218 / 30%), 0 12px 24px rgb(0 0 0 / 24%);
}
.HomepageHero__BtnPrimary[data-v-cc7fb082]:hover {
    animation: patchbotPulsePop 0.3s;
}
.HomepageHero__BtnPrimary[data-v-cc7fb082]:focus-visible {
    transform: translateY(-1px);
}
.HomepageHero__BtnSetup[data-v-cc7fb082] {
    background-color: #666a75;
    border-color: #454954;
    color: white;
    box-shadow: 0 18px 34px rgb(0 0 0 / 24%);
}
.HomepageHero__BtnSetup[data-v-cc7fb082]:hover {
    animation: patchbotPulsePop 0.3s;
    background-color: #3a3e48;
    border-color: #5a5f6c;
    color: white;
}
.HomepageHero__BtnSetup[data-v-cc7fb082]:focus-visible {
    background-color: #3a3e48;
    border-color: #5a5f6c;
    color: white;
}
.HomepageHero__Metrics[data-v-cc7fb082] {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    width: min(100%, 32rem);
    margin-top: 1.75rem;
}
@media (max-width: 1023.98px) {
.HomepageHero__Metrics[data-v-cc7fb082] {
        margin-top: 1.35rem;
        justify-content: center;
}
}
.HomepageHero__Metric[data-v-cc7fb082] {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    padding: 1rem 1.1rem 1.1rem;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 1.1rem;
    background: linear-gradient(32deg, rgb(10 14 23 / 72%), rgb(7 11 18 / 73%));
    box-shadow: 0 20px 38px rgb(0 0 0 / 22%);
    backdrop-filter: blur(18px);
    max-width: 200px;
}
.HomepageHero__Metric[data-v-cc7fb082]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
}
.HomepageHero__Metric--gold[data-v-cc7fb082]::before {
    background: linear-gradient(90deg, rgb(252 190 93), rgb(255 223 163));
}
.HomepageHero__Metric--blue[data-v-cc7fb082]::before {
    background: linear-gradient(90deg, rgb(114 137 218), rgb(122 170 255));
}
.HomepageHero__MetricLabel[data-v-cc7fb082] {
    color: rgb(189 201 223 / 72%);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.HomepageHero__MetricValue[data-v-cc7fb082] {
    color: white;
    font-family: "Ubuntu", sans-serif;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 900;
    line-height: 1;
}
.HomepageHero__Metric--gold .HomepageHero__MetricValue[data-v-cc7fb082] {
    color: rgb(252 190 93);
}
.HomepageHero__Metric--blue .HomepageHero__MetricValue[data-v-cc7fb082] {
    color: rgb(122 170 255);
}
.HomepageHero__MetricMeta[data-v-cc7fb082] {
    color: rgb(222 228 238 / 88%);
    font-size: 0.92rem;
    line-height: 1.35;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
.HomepageHero__Metrics[data-v-cc7fb082] {
        width: min(100%, 28rem);
}
}
@media (max-width: 767.98px) {
.HomepageHero__Metrics[data-v-cc7fb082] {
        gap: 0.75rem;
        width: min(100%, 24rem);
}
.HomepageHero__Metric[data-v-cc7fb082] {
        padding: 0.85rem 0.9rem 0.9rem;
}
.HomepageHero__MetricLabel[data-v-cc7fb082] {
        font-size: 0.67rem;
        letter-spacing: 0.12em;
}
.HomepageHero__MetricValue[data-v-cc7fb082] {
        font-size: clamp(1.25rem, 5.6vw, 1.65rem);
}
.HomepageHero__MetricMeta[data-v-cc7fb082] {
        font-size: 0.82rem;
}
}


.HomepageErrorBanner[data-v-2d764160] {
    width: 100%;
    z-index: 2;
    position: relative;
}
.HomepageErrorBanner__Alert[data-v-2d764160] {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    background-color: rgb(48, 27, 32);
    color: rgb(255, 255, 255);
    border: 0;
    border-bottom: 5px solid rgb(181, 49, 61);
    padding: 26px;
    font-size: 21px;
    text-align: left;
}
.HomepageErrorBanner__Icon[data-v-2d764160] {
    font-size: 50px;
    margin-right: 25px;
    flex: 0 1 30%;
    max-width: 60px;
    line-height: 1;
}
.HomepageErrorBanner__Message[data-v-2d764160] {
    flex: 0 1 70%;
    margin: 0;
    padding: 0;
}
.HomepageErrorBanner__Emphasis[data-v-2d764160] {
    display: inline-block;
    font-weight: bold;
}
.HomepageErrorBanner__Action[data-v-2d764160] {
    margin: 0 0.35rem;
    vertical-align: baseline;
}
@media (max-width: 575.98px) {
.HomepageErrorBanner__Message[data-v-2d764160] {
        font-size: 14px;
}
}


.IntegrationCard[data-v-f3f30a24] {
    position: relative;
    width: 100%;
    max-width: 460px;
    aspect-ratio: 460 / 215;
    overflow: hidden;
    container-type: inline-size;
    --IntegrationCard-OverlayPadding: 6.08695652cqw;
    --IntegrationCard-TitleTop: 3.91304348cqw;
    --IntegrationCard-StatLabelSize: 3.91304348cqw;
    --IntegrationCard-StatValueSize: 6.73913043cqw;
    --IntegrationCard-StatValueGap: 0.86956522cqw;
    --IntegrationCard-CtaPaddingTop: 3.47826087cqw;
    --IntegrationCard-CtaPaddingRight: 6.08695652cqw;
    --IntegrationCard-CtaPaddingBottom: 2.17391304cqw;
    --IntegrationCard-CtaPaddingLeft: 3.47826087cqw;
    --IntegrationCard-CtaTextSize: 3.47826087cqw;
    --IntegrationCard-CtaIconSize: 5cqw;
    --IntegrationCard-CtaIconGap: 1.52173913cqw;
    --IntegrationCard-CtaHoverDelta: 3.91304348cqw;
}
.IntegrationCard__Link[data-v-f3f30a24] {
    display: block;
    width: 100%;
    height: 100%;
}
.IntegrationCard__Image[data-v-f3f30a24] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.IntegrationCard__OverlayWrapper[data-v-f3f30a24] {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.IntegrationCard__Title[data-v-f3f30a24] {
    color: transparent;
    position: absolute;
    right: 0;
    top: var(--IntegrationCard-TitleTop);
}
.IntegrationCard__OverlayContainer[data-v-f3f30a24] {
    height: 100%;
    width: 100%;
    padding: var(--IntegrationCard-OverlayPadding);
    opacity: 0;
    background-image: linear-gradient(
        to right,
        rgb(0, 0, 0),
        rgba(33, 33, 33, 0)
    );
    transition: opacity 0.25s ease-in-out;
}
.IntegrationCard__Link:hover .IntegrationCard__OverlayContainer[data-v-f3f30a24],
.IntegrationCard__Link:focus-visible .IntegrationCard__OverlayContainer[data-v-f3f30a24] {
    opacity: 1;
}
.IntegrationCard__Link:hover .IntegrationCard__Cta[data-v-f3f30a24],
.IntegrationCard__Link:focus-visible .IntegrationCard__Cta[data-v-f3f30a24] {
    padding-bottom: calc(
        var(--IntegrationCard-CtaPaddingBottom) +
            var(--IntegrationCard-CtaHoverDelta)
    );
}
.IntegrationCard__Link:hover .IntegrationCard__StatLabel[data-v-f3f30a24],
.IntegrationCard__Link:focus-visible .IntegrationCard__StatLabel[data-v-f3f30a24] {
    opacity: 1;
}
.IntegrationCard__Link:hover .IntegrationCard__StatValue[data-v-f3f30a24],
.IntegrationCard__Link:focus-visible .IntegrationCard__StatValue[data-v-f3f30a24] {
    opacity: 1;
}
.IntegrationCard__Cta[data-v-f3f30a24] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(
        348deg,
        rgb(0, 0, 0) 17%,
        rgba(33, 33, 33, 0) 56%
    );
    padding: var(--IntegrationCard-CtaPaddingTop)
        var(--IntegrationCard-CtaPaddingRight)
        var(--IntegrationCard-CtaPaddingBottom)
        var(--IntegrationCard-CtaPaddingLeft);
    color: rgb(255, 255, 255);
    font-size: var(--IntegrationCard-CtaTextSize);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    will-change: padding;
    transition: padding 0.26s ease-in;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.52);
}
.IntegrationCard__Cta svg[data-v-f3f30a24] {
    margin-left: var(--IntegrationCard-CtaIconGap);
    font-size: var(--IntegrationCard-CtaIconSize);
    color: #7289da;
    padding-top: 5px;
}
.IntegrationCard__Stat[data-v-f3f30a24]:not(:nth-child(1)) {
    margin-top: calc(var(--IntegrationCard-StatValueGap) * 6);
}
.IntegrationCard__StatLabel[data-v-f3f30a24] {
    font-weight: 900;
    font-size: var(--IntegrationCard-StatLabelSize);
    line-height: 1;
    text-transform: uppercase;
    color: rgb(255, 190, 93);
    opacity: 0;
    transition: opacity 0.59s ease-in-out;
}
.IntegrationCard__StatValue[data-v-f3f30a24] {
    font-weight: 900;
    font-size: var(--IntegrationCard-StatValueSize);
    line-height: 1;
    margin-bottom: var(--IntegrationCard-StatValueGap);
    font-family: "discord-font", sans-serif;
    color: white;
    opacity: 0;
    transition: opacity 0.45s ease-in-out;
}


.ComingSoonCard[data-v-f4058fe6] {
    position: relative;
    width: 100%;
    max-width: 460px;
    aspect-ratio: 460 / 215;
    overflow: hidden;
    container-type: inline-size;
    --ComingSoonCard-OverlayPadding: 6.08695652cqw;
    --ComingSoonCard-CtaPaddingTop: 3.47826087cqw;
    --ComingSoonCard-CtaPaddingRight: 6.08695652cqw;
    --ComingSoonCard-CtaPaddingBottom: 2.17391304cqw;
    --ComingSoonCard-CtaPaddingLeft: 3.47826087cqw;
    --ComingSoonCard-CtaTextSize: 3.47826087cqw;
    --ComingSoonCard-CtaIconSize: 5cqw;
    --ComingSoonCard-CtaIconGap: 1.52173913cqw;
    --ComingSoonCard-CtaHoverDelta: 3.91304348cqw;
}
.ComingSoonCard__Link[data-v-f4058fe6] {
    display: block;
    width: 100%;
    height: 100%;
}
.ComingSoonCard__Image[data-v-f4058fe6] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ComingSoonCard__OverlayWrapper[data-v-f4058fe6] {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ComingSoonCard__OverlayContainer[data-v-f4058fe6] {
    height: 100%;
    width: 100%;
    padding: var(--ComingSoonCard-OverlayPadding);
    opacity: 0;
    background-image: linear-gradient(
        to right,
        rgb(0, 0, 0),
        rgba(33, 33, 33, 0)
    );
    transition: opacity 0.25s ease-in-out;
}
.ComingSoonCard__Link:hover .ComingSoonCard__OverlayContainer[data-v-f4058fe6],
.ComingSoonCard__Link:focus-visible .ComingSoonCard__OverlayContainer[data-v-f4058fe6] {
    opacity: 1;
}
.ComingSoonCard__Link:hover .ComingSoonCard__Cta[data-v-f4058fe6],
.ComingSoonCard__Link:focus-visible .ComingSoonCard__Cta[data-v-f4058fe6] {
    padding-bottom: calc(
        var(--ComingSoonCard-CtaPaddingBottom) +
            var(--ComingSoonCard-CtaHoverDelta)
    );
}
.ComingSoonCard__Cta[data-v-f4058fe6] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(
        -88deg,
        rgb(0, 0, 0),
        rgba(33, 33, 33, 0)
    );
    padding: var(--ComingSoonCard-CtaPaddingTop)
        var(--ComingSoonCard-CtaPaddingRight)
        var(--ComingSoonCard-CtaPaddingBottom)
        var(--ComingSoonCard-CtaPaddingLeft);
    color: rgb(255, 255, 255);
    font-size: var(--ComingSoonCard-CtaTextSize);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: flex-end;
    will-change: padding;
    transition: padding 0.26s ease-in;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.52);
}
.ComingSoonCard__Cta i[data-v-f4058fe6] {
    margin-bottom: 1px;
    margin-left: var(--ComingSoonCard-CtaIconGap);
    font-size: var(--ComingSoonCard-CtaIconSize);
    color: #7289da;
}


.IntegrationSection__Title[data-v-63f78e86] {
    font-size: 20px;
    font-weight: 900;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    padding-top: 1.3rem;
    padding-bottom: 1rem;
    margin-bottom: 20px;
    background: linear-gradient(
        to right,
        rgb(30 87 153 / 0%) 0%,
        rgb(0 0 0 / 28%) 20%,
        rgb(0 0 0 / 35%) 40%,
        rgb(0 0 0 / 44%) 60%,
        rgb(0 0 0 / 28%) 80%,
        rgb(125 185 232 / 0%) 100%
    );
    border-bottom: 1px solid rgb(47 50 57);
    border-top: 1px solid rgb(47 50 57);
}
.IntegrationSection__Title .badge[data-v-63f78e86] {
    display: inline-block;
    padding: 3.75px 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    color: rgb(33, 37, 41);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border: none;
    border-radius: 4px;
    background-color: rgb(255, 190, 93);
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.IntegrationSection__Grid[data-v-63f78e86] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    --IntegrationSection-CardBasis: 100%;
}
.IntegrationSection__Grid[data-v-63f78e86] .IntegrationCard,
.IntegrationSection__Grid[data-v-63f78e86] .ComingSoonCard {
    flex: 0 1 var(--IntegrationSection-CardBasis);
}
@media (min-width: 768px) {
.IntegrationSection__Grid[data-v-63f78e86] {
        --IntegrationSection-CardBasis: calc(50% - 10px);
}
}
@media (min-width: 1024px) {
.IntegrationSection--adaptive .IntegrationSection__Grid[data-v-63f78e86] {
        --IntegrationSection-CardBasis: 460px;
}
.IntegrationSection--compact .IntegrationSection__Grid[data-v-63f78e86] {
        --IntegrationSection-CardBasis: calc(50% - 10px);
}
}
@media (min-width: 1024px) {
.IntegrationSection__Grid[data-v-63f78e86] {
        margin-bottom: 1.5rem;
}
}
@media (max-width: 575.98px) {
.IntegrationSection__Title[data-v-63f78e86] {
        margin-top: 25px;
}
}


.IntegrationGrid[data-v-01971d84] {
    width: 100%;
    margin-top: 1rem;
}
.IntegrationGrid[data-v-01971d84] > * {
    padding-left: 2rem;
    padding-right: 2rem;
}
.IntegrationGrid__SideBySide[data-v-01971d84] {
    display: flex;
    flex-direction: column;
    align-content: center;
}
@media (min-width: 768px) {
.IntegrationGrid__SideBySide[data-v-01971d84] {
        flex-direction: row;
}
}
@media (min-width: 1024px) {
.IntegrationGrid__SideBySide[data-v-01971d84] {
        margin-bottom: 1.5rem;
}
}
.IntegrationGrid__SbsColumn[data-v-01971d84] {
    width: 100%;
}
@media (max-width: 575.98px) {
.IntegrationGrid__SbsColumn[data-v-01971d84]:first-of-type
        .IntegrationSection__Title {
        margin-top: 0;
}
}
.IntegrationGrid__Divider[data-v-01971d84] {
    width: 2px;
    background: linear-gradient(
        0deg,
        rgb(0 0 0 / 0%),
        rgb(47 50 57),
        rgb(0 0 0 / 0%)
    );
    margin: 100px 25px 0 25px;
}
@media (max-width: 1024px) {
.IntegrationGrid__Divider[data-v-01971d84] {
        margin: 23px;
}
}
@media (max-width: 575.98px) {
.IntegrationGrid__Divider[data-v-01971d84] {
        display: none;
}
}
.IntegrationGrid__SbsColumn[data-v-01971d84] .IntegrationCard {
    flex: 0 0 100%;
}
.IntegrationGrid__SbsColumn[data-v-01971d84] .ComingSoonCard {
    flex: 0 0 100%;
}
@media (min-width: 1024px) {
.IntegrationGrid__SbsColumn[data-v-01971d84] .IntegrationCard {
        flex: 0 0 calc(50% - 10px);
}
.IntegrationGrid__SbsColumn[data-v-01971d84] .ComingSoonCard {
        flex: 0 0 calc(50% - 10px);
}
}
.IntegrationGrid__SbsColumn[data-v-01971d84] .IntegrationSection__Grid {
    margin-bottom: 0;
}
@media (min-width: 576px) {
.IntegrationGrid__SbsColumn[data-v-01971d84] .IntegrationSection__Grid {
        margin-bottom: 0;
}
}
.IntegrationGrid__RequestCta[data-v-01971d84] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 1.3rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(
        to right,
        rgb(30 87 153 / 0%) 0%,
        rgb(0 0 0 / 28%) 20%,
        rgb(0 0 0 / 35%) 40%,
        rgb(0 0 0 / 44%) 60%,
        rgb(0 0 0 / 28%) 80%,
        rgb(125 185 232 / 0%) 100%
    );
    border-bottom: 1px solid rgb(47 50 57);
    border-top: 1px solid rgb(47 50 57);
}
.IntegrationGrid__RequestCta .btn[data-v-01971d84] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}


.SetupTutorialModal__FooterLogoLink[data-v-ed0d118c] {
    align-items: center;
    flex-shrink: 0;
}
.SetupTutorialModal__FooterLogoWrap[data-v-ed0d118c] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2.5rem;
}


.HomepagePage__ErrorBanner[data-v-464324d2] {
    position: relative;
    z-index: 2;
}
.HomepagePage__GlobeSection[data-v-464324d2] {
    --HomepagePage-hero-offset: 0px;
    --HomepagePage-hero-viewport-height: clamp(
        0px,
        calc(80vh - var(--HomepagePage-hero-offset)),
        80vh
    );
    display: grid;
    gap: 1.5rem;
    padding-bottom: 2rem;
}
.HomepagePage__GlobeCopy[data-v-464324d2] {
    max-width: 42rem;
    padding: 1.25rem;
    border: 1px solid rgb(255 255 255 / 8%);
    border-radius: 2rem;
    background: linear-gradient(
            145deg,
            rgb(255 255 255 / 6%),
            rgb(255 255 255 / 2%)
        ),
        radial-gradient(
            circle at top left,
            rgb(69 124 255 / 14%),
            transparent 34%
        ),
        radial-gradient(
            circle at bottom right,
            rgb(252 190 93 / 14%),
            transparent 30%
        ),
        rgb(1 7 20 / 84%);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 60px rgb(0 0 0 / 28%);
}
@media (min-width: 1024px) {
.HomepagePage__GlobeCopy[data-v-464324d2] {
        padding: 1.5rem;
}
}
.HomepagePage__GlobeEyebrow[data-v-464324d2] {
    margin: 0 0 0.5rem;
    color: rgb(122 170 255);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.HomepagePage__GlobeTitle[data-v-464324d2] {
    margin: 0;
    color: white;
    font-size: clamp(2.1rem, 4.2vw, 3.15rem);
    line-height: 1.04;
}
.HomepagePage__GlobeText[data-v-464324d2] {
    max-width: 31rem;
    margin: 1rem 0 0;
    color: rgb(213 221 234);
    font-size: 1rem;
    line-height: 1.7;
}
.HomepagePage__GlobeViewport[data-v-464324d2] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top: 1px solid rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    background: radial-gradient(
            circle at top left,
            rgb(122 170 255 / 18%),
            transparent 24%
        ),
        radial-gradient(
            circle at bottom right,
            rgb(252 190 93 / 16%),
            transparent 22%
        ),
        rgb(0 5 17);
}
.HomepagePage__DojoSection[data-v-464324d2] {
    padding-bottom: 2rem;
}
.HomepagePage__DojoShell[data-v-464324d2] {
    display: grid;
    gap: 1.5rem;
    align-items: center;
    padding: 1.25rem;
    border: 1px solid rgb(255 255 255 / 8%);
    border-radius: 2rem;
    background: linear-gradient(
            145deg,
            rgb(255 255 255 / 5%),
            rgb(255 255 255 / 1%)
        ),
        radial-gradient(
            circle at top right,
            rgb(252 190 93 / 12%),
            transparent 32%
        ),
        rgb(2 7 18 / 76%);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 60px rgb(0 0 0 / 28%);
}
@media (min-width: 1024px) {
.HomepagePage__DojoShell[data-v-464324d2] {
        grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
        gap: 2rem;
        padding: 1.5rem;
}
}
.HomepagePage__DojoCopy[data-v-464324d2] {
    max-width: 34rem;
}
.HomepagePage__DojoEyebrow[data-v-464324d2] {
    margin: 0 0 0.5rem;
    color: rgb(252 190 93);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.HomepagePage__DojoTitle[data-v-464324d2] {
    margin: 0;
    color: white;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
}
.HomepagePage__DojoText[data-v-464324d2] {
    max-width: 30rem;
    margin: 1rem 0 0;
    color: rgb(213 221 234);
    font-size: 1rem;
    line-height: 1.7;
}
.HomepagePage__DojoViewport[data-v-464324d2] {
    min-height: 320px;
    height: clamp(320px, 42vw, 520px);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 1.5rem;
    background: radial-gradient(
            circle at top right,
            rgb(252 190 93 / 18%),
            transparent 22%
        ),
        rgb(0 5 17);
}
@media (max-width: 767.98px) {
.HomepagePage__GlobeSection[data-v-464324d2] {
        gap: 1rem;
        padding-bottom: 1.5rem;
}
.HomepagePage__GlobeCopy[data-v-464324d2] {
        padding: 1rem;
        border-radius: 1.5rem;
}
.HomepagePage__DojoSection[data-v-464324d2] {
        padding-bottom: 1.5rem;
}
.HomepagePage__DojoShell[data-v-464324d2] {
        padding: 1rem;
        border-radius: 1.5rem;
}
.HomepagePage__DojoViewport[data-v-464324d2] {
        height: 320px;
}
}


.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-e050b7f6] .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-e050b7f6] .UpdateNotesPage__HeaderContainer {
        padding-top: 4rem;
}
}
@media (min-width: 1025px) {
[data-v-e050b7f6] .UpdateNotesPage__HeaderContainer {
        padding-top: 13rem;
}
}
[data-v-e050b7f6] .UpdateNotesPage__Content {
    padding-bottom: 2rem;
    container-type: inline-size;
}
.UpdateNotesPage__Timeline[data-v-e050b7f6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 252px;
}
.UpdateNotesPage__Timeline--inline[data-v-e050b7f6] {
    margin: 2rem auto 0;
    max-width: 360px;
    margin-top: 8rem;
}
@media (min-width: 1440px) {
.UpdateNotesPage__Timeline--inline[data-v-e050b7f6] {
        display: none;
}
}
.UpdateNotesPage__Article.UpdateNotesPage__Article--accentTypography[data-v-e050b7f6] a {
    color: var(--update-notes-accent-typography);
}
.UpdateNotesPage__Article.UpdateNotesPage__Article--accentTypography[data-v-e050b7f6]
    a:hover,
.UpdateNotesPage__Article.UpdateNotesPage__Article--accentTypography[data-v-e050b7f6]
    a:focus-visible {
    color: var(--update-notes-accent-typography-hover);
}
.UpdateNotesPage__Article.UpdateNotesPage__Article--accentTypography[data-v-e050b7f6]
    blockquote {
    border-left-color: var(--update-notes-accent-typography);
}
[data-v-e050b7f6] .header-anchor-target {
    position: relative;
    cursor: pointer;
}
[data-v-e050b7f6] .header-anchor-link {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-128%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease, color 0.2s ease;
    color: var(--brand-secondary, #ffbe5d);
    font-size: 1em;
    line-height: 1;
    pointer-events: none;
}
[data-v-e050b7f6] .header-anchor-target:hover .header-anchor-link {
    opacity: 0.7;
}
[data-v-e050b7f6] .header-anchor-link--copied {
    opacity: 1 !important;
    color: var(--brand-secondary, #ffbe5d);
}

