:root {
    --success: #5E995E !important;
    --error: #BD4F5B !important;
    --warning: #B8860B !important;
    --neutral-layer-1: #4F5BBD !important;
    --purple: #D3B1FE !important;
    --neutral-foreground-rest: #F3DBA5 !important;
    --fill-color: #111111 !important;
    --neutral-fill-layer-rest: #111111 !important;
    --neutral-fill-stealth-rest: #111111 !important;
    --neutral-fill-layer-rest: #111111 !important;
    --neutral-fill-layer-hover: #111111 !important;
    --neutral-fill-layer-active: #111111 !important;
    --neutral-fill-layer-alt-rest: #111111 !important;
    --neutral-fill-layer-alt-rest: #111111 !important;
    --neutral-layer-floating: #111111 !important;
    --elevation-shadow-tooltip: 0 0 2px rgba(212,175,55, 0.25), 0 2px 6px rgba(212,175,55, 0.18), 0 1px 4px rgba(176,96,96, 0.2) !important;
    /*--elevation-shadow-tooltip: 0 0 2px rgba(212,175,55, 0.2), 0 calc(16 * 0.5px) calc((16 * 1px)) rgba(212,175,55, 0.4), 0 -10px 20px rgba(176,96,96, 0.1) !important;*/
    --elevation-shadow-dialog-size: 128;
    --elevation-shadow-dialog: 0 0 2px rgba(212,175,55, 0.25), 0 2px 6px rgba(212,175,55, 0.18), 0 1px 4px rgba(176,96,96, 0.2) !important;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #F3DBA540 transparent;
}

    *::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    *::-webkit-scrollbar-track {
        background: transparent;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #F3DBA5;
        border-radius: 4px;
    }

.fluent-toast {
    border-bottom: 2px ridge rgba(243, 219, 165, 0.4) !important;
    border-right: 2px ridge rgba(243, 219, 165, 0.2) !important;
    border-left: 2px ridge rgba(243, 219, 165, 0.2) !important;
    border-top: 2px ridge rgba(176,96,96, 0.4) !important;
}

.fluent-messagebar {
    background-color: #111 !important;
    color: var(--accent-fill) !important;
    border: 2px dotted #BD4F5Baa !important;
}

.right-gradient {
    --scroll-fade-next: var(--fill-color)
}

.both-gradient {
    --scroll-fade-next: var(--fill-color);
    --scroll-fade-previous: var(--fill-color)
}

.top-align {
    --scroll-align: flex-start
}

.bottom-align {
    --scroll-align: flex-end
}

.form-style {
    min-width: 240px;
    width: 10vw;
}

.font-size-large {
    font-size: 1.4em !important;
}

.font-size-2 {
    font-size: 2em !important;
}

.header-main {
    color: #F3DBA5 !important;
    background-color: transparent !important;
    box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075) !important;
}

.header-sub {
    color: #F3DBA5 !important;
    background-color: #131313 !important;
    z-index: 9999 !important;
}

.icon-stack {
    display: flex;
    padding-bottom: .6em;
}

.icon-container {
    flex-grow: 1;
    text-align: right;
}

.padding {
    padding: .6em;
}

.padding-bottom {
    padding-bottom: .6em;
}

.quest-paragraph {
    padding: .6em;
    font-size: 1.1em;
}

.border {
    border: 2px solid rgba(0, 0, 0, .075) !important;
}

.card-border:hover {
    border: 2px solid var(--accent-fill-rest) !important;
    cursor: pointer;
}

.wizard-card {
    margin: auto;
    max-width: 100%;
    font-size: 1.1em;
    overflow: auto;
    height: 400px;
    width: 100%;
    box-sizing: border-box;
}

.border-left-right {
    border-left: 2px ridge var(--accent-fill-rest) !important;
    border-right: 2px ridge var(--accent-fill-rest) !important;
}

.rounded {
    border-radius: .4rem !important;
}

.shadow {
    box-shadow: 0 .4rem .4rem rgba(0, 0, 0, .075) !important;
}

.full-width {
    width: 100% !important;
}

a {
    text-decoration: none !important;
    font-weight: bold !important;
}

code {
    color: var(--error);
    font: var(--body-font) !important;
    font-style: italic !important;
    opacity: 0.9;
}

.button {
    position: relative;
    overflow: hidden;
    border-radius: .2em;
}

    .button:active {
        transform: scale(0.95);
    }

    .button:disabled {
        background-color: deeppink !important;
    }

.faded-title {
    opacity: 0.4;
}

.faded-title-red {
    opacity: 0.6;
    color: var(--error) !important;
}

.completed-quest {
    position: relative;
    width: 460px !important;
    border: none !important;
    position: relative;
    margin: .42em;
}

    .completed-quest .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(17, 17, 17, 0.9);
        z-index: 1;
        pointer-events: none;
        border: none !important;
    }

    .completed-quest .overlay-poem {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(17, 17, 17, 0.9) !important;
        color: #D4AF37 !important;
        font-size: 1em !important;
        font-weight: bold !important;
        border: none !important;
    }

.completed-quest-fluid {
    position: relative;
    border: none !important;
    position: relative;
    margin: .42em;
}

    .completed-quest-fluid .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(17, 17, 17, 0.9);
        z-index: 1;
        pointer-events: none;
        border: none !important;
    }

    .completed-quest-fluid .overlay-poem {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(17, 17, 17, 0.9) !important;
        color: #D4AF37 !important;
        font-size: 1em !important;
        font-weight: bold !important;
        border: none !important;
    }

.home-border {
    border: 2px ridge rgba(243, 219, 165, 0.2) !important;
}

.background-image {
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay !important;
    background-color: #131313 !important;
    position: relative;
    transition: background-color 1.3s ease-in-out;
}

    .background-image:hover {
        background-color: transparent !important;
    }

.background-image-defiled {
    background-size: cover;
    background-position: center;
    background-blend-mode: darken !important;
    background-color: #BD4F5B !important;
    position: relative;
    transition-delay: 1s;
}

.responsive-image {
    width: auto;
    height: auto;
    height: auto;
    max-width: 60vw;
    max-height: 60vh;
    object-fit: contain;
}

@media (max-width: 600px) {
    .responsive-image {
        max-width: 80vw;
        max-height: 80vh;
    }
}

.persona-border {
    border: 2px ridge var(--accent-fill-rest) !important;
    box-shadow: 0 0 3px rgba(212, 175, 55, 0.2), 0 3px 3px rgba(212, 175, 55, 0.4), 0 -3px 3px rgba(176,96,96, 0.2) !important;
    transition: box-shadow linear 1s;
}

    .persona-border:hover {
        box-shadow: 0 0 3px rgba(212, 175, 55, 0.4), 0 3px 3px rgba(212, 175, 55, 0.8), 0 -3px 3px rgba(176,96,96, 0.4) !important;
        transition: box-shadow linear 3s;
    }

.persona-border-champion-inactive {
    border: 2px ridge var(--success) !important;
}

.persona-border-monster {
    border: 2px ridge #DC143C !important;
}

.persona-container {
    position: relative;
    height: 46px;
}

.persona-floating {
    cursor: pointer;
    position: absolute;
    bottom: -20px;
}

    .persona-floating:nth-child(1) {
        left: 0%;
    }

    .persona-floating:nth-child(2) {
        left: 10%;
    }

    .persona-floating:nth-child(3) {
        left: 20%;
    }

    .persona-floating:nth-child(4) {
        left: 30%;
    }

/* Thing Shimmer */
@keyframes thing-shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.thing-shimmer {
    position: relative;
    overflow: hidden;
    border-radius: .2em;
}

    .thing-shimmer::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 200%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(176,196,222, 0.3), transparent);
        animation: thing-shimmer 10s infinite linear;
    }

.thing-shimmer-obtained {
    position: relative;
    overflow: hidden;
    border-radius: .2em;
}

    .thing-shimmer-obtained::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 200%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(212,175,55, 0.3), transparent);
        animation: thing-shimmer 10s 2 linear;
        animation-fill-mode: forwards;
    }

.thing-shimmer-defiled {
    position: relative;
    overflow: hidden;
    border-radius: .2em;
}

    .thing-shimmer-defiled::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 200%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(176,96,96, 0.3), transparent);
        animation: thing-shimmer 5s infinite linear;
        animation-fill-mode: forwards;
    }

.thing-shimmer-pure {
    position: relative;
    overflow: hidden;
    border-radius: .2em;
}

    .thing-shimmer-pure::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 200%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(96,96,176, 0.3), transparent);
        animation: thing-shimmer 10s infinite linear;
    }

.stealth.disabled.thing-shimmer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212,175,55, 0.3), transparent);
    animation: thing-shimmer 10s 2 linear;
    animation-fill-mode: forwards;
}

.control {
    background-color: #111 !important;
    color: var(--accent-fill-rest) !important;
}

/* Rhun */
.poem {
    color: #E7C56B !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-shadow: 0 0 0.2em #111111 !important;
    text-align: center !important;
}

.poem-fluid {
    text-shadow: 0 0 0.2em #111111 !important;
    text-align: center !important;
}

.text-shadow {
    text-shadow: 0 0 0.2em #111111 !important;
    background-color: #111111cc !important;
}

.gold {
    color: #B8860B;
    font-weight: bold !important;
}

.bold {
    font-weight: 900 !important;
}

.pointer {
    cursor: pointer !important;
}

.default-cursor {
    cursor: default !important;
}

span {
    cursor: default !important;
}

.tab-icon-margin .fluent-tab-icon {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.99) !important;
}

.component-card {
    background-color: #111 !important;
    color: var(--accent-fill-rest) !important;
    height: auto;
    border: none !important;
    margin: .42em;
    /*transition: box-shadow linear 3s;*/
}

/*    .component-card:hover {
        box-shadow: 0 0 3px rgba(212, 175, 55, 0.2), 0 3px 3px rgba(212, 175, 55, 0.4), 0 -3px 3px rgba(94, 153, 94, 0.1) !important;
        transition: box-shadow linear 3s;
    }*/

.component-quest-card {
    background-color: #111 !important;
    color: var(--accent-fill-rest) !important;
    height: auto !important;
    border: none !important;
    transition: box-shadow linear 1s;
    margin: .42em;
    width: 100% !important;
    min-width: 460px !important;
    max-width: 460px !important;
    /*    width: 100% !important;
    max-width: 300px !important;*/
}

    .component-quest-card:hover {
        box-shadow: 0 0 3px rgba(212, 175, 55, 0.2), 0 3px 3px rgba(212, 175, 55, 0.4), 0 -3px 3px rgba(94, 153, 94, 0.1) !important;
        transition: box-shadow linear 3s;
    }

.component-quest-card-fluid {
    background-color: #111 !important;
    color: var(--accent-fill-rest) !important;
    border: none !important;
    transition: box-shadow linear 1s;
}

.component-quest-card:hover {
    box-shadow: 0 0 3px rgba(212, 175, 55, 0.2), 0 3px 3px rgba(212, 175, 55, 0.4), 0 -3px 3px rgba(94, 153, 94, 0.1) !important;
    transition: box-shadow linear 3s;
}

.component-quest-card-image {
    width: 90%;
    display: block;
    margin: auto;
}

.component-welcome-card {
    background-color: #111 !important;
    color: var(--accent-fill-rest) !important;
    height: auto !important;
    border: none !important;
    transition: box-shadow linear 1s;
    margin: .42em;
    width: 100% !important;
}

.heading {
    background-color: #111 !important;
}

.thing {
    min-width: 260px;
    max-width: 360px;
    display: block;
    margin: auto;
    mix-blend-mode: exclusion;
    opacity: 0.8;
    background-color: #111;
}

.text-area-view {
    width: 90% !important;
    margin: auto !important;
}

.welcome-dialog {
    background-color: #131313 !important;
    background-image: url("https://rhunqueststorage.blob.core.windows.net/images/Background.webp");
    background-size: cover !important;
    background-blend-mode: overlay !important;
}

.welcome-body {
    background-color: #131313;
    background-image: url("https://rhunqueststorage.blob.core.windows.net/images/Background.webp");
    background-size: cover;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    color: #F3DBA5;
    font-family: "Segoe UI Variable", "Segoe UI", sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
}

.welcome-container {
    /*background-color: #131313;*/
    border-radius: .4rem;
    padding: 20px;
    text-align: center;
    transition: box-shadow ease-in-out 3s;
    outline: none;
    min-width: 300px;
    position: relative !important;
}

/*    .welcome-container:hover {
        box-shadow: 0 0 2px rgba(212,175,55, 0.2), 0 calc(16 * 0.5px) calc((16 * 1px)) rgba(212,175,55, 0.4), 0 -10px 20px rgb(189, 79, 91, 0.4) !important;
        transition: box-shadow ease-in-out 3s;
    }*/

.welcome-container-link {
    cursor: pointer;
    transition: background-color 1s ease-in-out, border-radius 1s ease-in-out;
    border-radius: 0.2em;
}

    .welcome-container-link:hover {
        background-color: rgba(212,175,55, 0.3);
        border-radius: 0.2em;
    }

.success-text {
    color: var(--success) !important;
}

/* Corner Border */
.corner-border-bottom::before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: -20px;
    width: 66px;
    height: 66px;
    background-image: url('/images/BorderCorner.svg');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
}

.corner-border-bottom::after {
    content: '';
    position: absolute;
    bottom: -18px;
    right: -20px;
    width: 66px;
    height: 66px;
    background-image: url('/images/BorderCorner.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    opacity: 0.6;
}

.corner-border-top::before {
    content: '';
    position: absolute;
    top: -18px;
    right: -20px;
    width: 66px;
    height: 66px;
    background-image: url('/images/BorderCorner.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    opacity: 0.6;
}

.corner-border-top::after {
    content: '';
    position: absolute;
    top: -18px;
    left: -20px;
    width: 66px;
    height: 66px;
    background-image: url('/images/BorderCorner.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg) scaleX(-1);
    opacity: 0.6;
}

.corner-border-top-right-only::before {
    content: '';
    position: absolute;
    top: -18px;
    right: -20px;
    width: 66px;
    height: 66px;
    background-image: url('/images/BorderCorner.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    opacity: 0.6;
}

.corner-border-bottom-large::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 132px;
    height: 132px;
    background-image: url('/images/BorderCorner.svg');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
}

.corner-border-top-large::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 0px;
    width: 132px;
    height: 132px;
    background-image: url('/images/BorderCorner.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    opacity: 0.6;
}

/* Corner Border Item */
.corner-border-bottom-item::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -14px;
    width: 66px;
    height: 66px;
    background-image: url('/images/BorderCornerAlternate.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    opacity: 0.4;
}

.corner-border-bottom-item::after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -14px;
    width: 66px;
    height: 66px;
    background-image: url('/images/BorderCornerAlternate.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg) scaleX(-1);
    opacity: 0.4;
}

.corner-border-top-item::before {
    content: '';
    position: absolute;
    top: -7px;
    right: -14px;
    width: 66px;
    height: 66px;
    background-image: url('/images/BorderCornerAlternate.svg');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
}

.corner-border-top-item::after {
    content: '';
    position: absolute;
    top: -7px;
    left: -14px;
    width: 66px;
    height: 66px;
    background-image: url('/images/BorderCornerAlternate.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    opacity: 0.4;
}

/* Active Champion */
.persona-wrapper {
    position: relative;
    display: inline-block;
    overflow: visible;
    border-radius: 50%;
}

.persona-inactive-champion {
    opacity: 0.8 !important;
}

.persona-active-champion {
    box-shadow: 0 0 2px rgba(231, 195, 127, 0.5), 0 0 4px rgba(231, 195, 127, 0.7), 0 0 6px rgba(231, 195, 127, 0.9);
    animation: glowPulse 2.5s infinite alternate ease-in-out;
}

@keyframes glowPulse {
    from {
        border: 2px solid rgba(231, 195, 127, 0.2);
        box-shadow: 0 0 1px rgba(231, 195, 127, 0.5), 0 0 2px rgba(231, 195, 127, 0.7), 0 0 3px rgba(231, 195, 127, 0.9);
    }

    to {
        border: 2px solid rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 3px rgba(231, 195, 127, 0.7), 0 0 6px rgba(231, 195, 127, 0.9), 0 0 9px rgba(231, 195, 127, 1);
    }
}

/* Slow Spin */
.spin-slow {
    animation: spin-slow 8s linear infinite;
}

@keyframes spin-slow {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Spiral Sway */
.spiral-logo {
    display: inline-block;
    animation: spiralSway 6s ease-in-out infinite;
    transform-origin: center;
}

@keyframes spiralSway {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Defiled Thing */
.thing-shimmer-defiled-border {
    border: 2px solid rgba(176, 96, 96, 0.5) !important;
    animation: glowPulseBorder 2.5s infinite alternate ease-in-out !important;
}

@keyframes glowPulseBorder {
    from {
        border: 2px solid rgba(176,96,96, 0.2) !important;
    }

    to {
        border: 2px solid rgba(176,96,96, 0.8) !important;
    }
}

/* Tab Styling */
.tab {
    flex-direction: column;
    height: 80vh;
    overflow: hidden;
    margin-bottom: 40px;
}

.tab-footer {
    background-color: transparent !important;
    height: 66px !important;
}

.tab-scroll {
    max-height: calc(80vh - 66px);
    overflow-y: auto;
}

.tab-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #F3DBA540 transparent;
}

    .tab-scrollbar::-webkit-scrollbar {
        width: 4px;
        height: 8px;
    }

    .tab-scrollbar::-webkit-scrollbar-track {
        background: transparent;
    }

    .tab-scrollbar::-webkit-scrollbar-thumb {
        background-color: #F3DBA5;
        border-radius: 4px;
    }


@media (max-width: 768px) {
    .things-container {
        flex-direction: column !important;
        align-items: center;
    }

    .thing-group {
        flex-direction: column !important;
        width: 100%;
    }

    .thing-card {
        width: 90%;
        max-width: 400px;
        margin-bottom: 10px;
    }
}

/* Graph */
.quest-bar {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.quest-name {
    width: 200px;
}

.quest-graph {
    background-color: rgba(95, 86, 65, 0.8);
    color: #131313;
    padding: 4px 8px;
    border-radius: 4px;
}

.discovery-bar,
.quest-graph-wrapper {
    background-color: #333;
    border-radius: 4px;
    height: 10px;
    width: 100%;
    max-width: 90vw;
    margin: 4px 0;
    position: relative;
}

.discovery-progress,
.quest-graph {
    background-color: rgba(95, 86, 65, 0.8);
    height: 10px;
    border-radius: 4px;
    transition: width 0.3s ease;
    box-shadow: 0 0 8px 1px rgba(95, 86, 65, 0.6) !important;
}

.quest-name {
    min-width: 140px;
    color: #F3DBA5;
}

.dual-graph-bar {
    display: flex;
    height: 10px;
    background-color: #333;
    border-radius: 4px;
    overflow: visible;
    margin: 6px 0;
    width: 100%;
    max-width: 90vw;
}

.defiled-bar {
    background-color: #BD4F5B;
    height: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 0 16px 2px rgba(189, 79, 91, 0.8) !important;
}

.purified-bar {
    background-color: #6060B0;
    height: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 16px 2px rgba(96, 96, 176, 0.8);
}

/* Download */
.pdf-card {
    width: 150px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: #131313;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease;
    cursor: pointer;
}

    .pdf-card:hover {
        background-color: rgba(19, 19, 19, 0.2);
        transform: scale(1.02);
    }

.pdf-label {
    width: 200px;
    font-size: 0.8rem;
    text-align: center;
    padding-top: 0.5rem;
    text-shadow: 0 0 6px #000;
}

.whisper-text {
    font-size: 0.85rem;
    color: #c5b77e;
    opacity: 0.7;
    text-align: center;
    font-style: italic;
    margin-top: -0.5rem;
}

/* Quest Map */
.quest-map {
    position: relative;
    width: 100%;
    overflow: visible;
}

.quest-map-embedded {
    position: relative;
    width: 100%;
    height: 60vh;
    max-height: 100%;
    overflow: visible;
}

.connections {
    position: absolute;
    width: 100%;
    height: 1000px;
    stroke: rgba(176, 96, 96, 0.3);
    stroke-width: 2px;
    pointer-events: none;
    fill: none;
    stroke-dasharray: 6 4;
}

.connections-champion {
    position: absolute;
    width: 100%;
    height: 600px;
    stroke: rgba(176, 96, 96, 0.3);
    stroke-width: 2px;
    pointer-events: none;
    fill: none;
    stroke-dasharray: 6 4;
}

    .connections path,
    .connections-champion path {
        stroke: rgba(176, 96, 96, 0.6);
        stroke-dasharray: 5 5;
    }

.quest-node {
    position: absolute;
    transform: translate(-50%, 0);
    background: #131313;
    color: #F3DBA5;
    border: 2px solid rgba(243, 219, 165, 0.4) !important;
    padding: .6em;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    min-width: 40px;
}

    .quest-node span {
        font-size: 0.8rem;
        color: #F3DBA5;
    }


.connections path.path-completed,
.connections-champion path.path-completed {
    stroke: rgba(243, 219, 165, 0.85);
    stroke-dasharray: none;
}

.quest-node.completed {
    opacity: 1;
}

.champion-node,
.champion-node-active {
    position: absolute;
    transform: translate(-50%, 0);
    background: #131313;
    color: #F3DBA5;
    border: 2px solid rgba(243, 219, 165, 0.4) !important;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    min-width: 40px;
    transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .champion-node:hover,
    .champion-node-active:hover {
        padding: .8em;
    }

.champion-node {
    padding: .6em;
}

.champion-node-active {
    padding: .1em;
}

.champion-node-portrait,
.champion-node-portrait-active {
    border-radius: 50%;
    display: block;
    margin: auto;
    transition: width 0.3s ease, height 0.3s ease;
}

    .champion-node-portrait:hover,
    .champion-node-portrait-active:hover {
        width: 56px;
        height: 56px;
    }

.champion-node-portrait {
    width: 48px;
    height: 48px;
}

.champion-node-portrait-active {
    width: 64px;
    height: 64px;
}

.champion-path-visible,
.champion-path-completed,
.champion-path-incomplete,
.champion-path-active {
    fill: none;
    pointer-events: none;
    transition: stroke 1.6s ease, stroke-width 1.6s ease;
}

.champion-path-visible {
    stroke-width: 1px;
}

.champion-path-completed {
    stroke: rgba(243, 219, 165, 0.6) !important;
    stroke-width: 3px;
    stroke-dasharray: none !important;
}

.champion-path-incomplete {
    stroke: rgba(176,196,222, 0.3) !important;
    stroke-width: 2px;
}

.champion-path-active {
    stroke: rgba(176, 196, 222, 0.6) !important;
    stroke-width: 3px;
    stroke-dasharray: none;
}
