.kt-makers-landing-page-wrapper {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.kt-public-station-active.kt-wp-makers-page-active #header[role="banner"],
body.kt-public-station-active.kt-wp-makers-page-active #header[role="banner"] + hr {
    display: none !important;
}

.kt-public-station {
    --kt-station-bg: #0d1523;
    --kt-station-surface: rgb(8 21 28 / .82);
    --kt-station-surface-strong: rgb(7 17 27 / .94);
    --kt-station-ink: #f8fbff;
    --kt-station-muted: rgb(224 232 240 / .76);
    --kt-station-line: rgb(255 255 255 / .15);
    --kt-station-teal: #44d1c7;
    --kt-station-gold: #f4c95d;
    --kt-station-coral: #f17955;
    --kt-station-violet: #a678ee;
    --kt-station-green: #8ac56b;
    --kt-station-studio: #ff8b55;
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow: hidden;
    padding: clamp(16px, 3vw, 42px);
    color: var(--kt-station-ink);
    background:
        radial-gradient(1100px 600px at 12% 5%, rgb(68 209 199 / .18), transparent 58%),
        radial-gradient(900px 520px at 90% 14%, rgb(166 120 238 / .14), transparent 56%),
        radial-gradient(760px 480px at 54% 88%, rgb(241 121 85 / .11), transparent 62%),
        linear-gradient(180deg, rgb(5 11 19 / .82), rgb(7 13 22 / .96)),
        url("../images/kt-moon-bg.png") center top / cover fixed;
    font-family: inherit;
}

.kt-public-station::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgb(255 255 255 / .028) 1px, transparent 1px),
        linear-gradient(90deg, rgb(255 255 255 / .028) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, #000, transparent 84%);
}

.kt-public-station,
.kt-public-station * {
    box-sizing: border-box;
}

.kt-public-station a {
    color: inherit;
}

.kt-station-skip {
    position: absolute;
    z-index: 100;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    color: #111827 !important;
    background: var(--kt-station-gold);
    font-weight: 900;
    transform: translateY(-150%);
}

.kt-station-skip:focus {
    transform: translateY(0);
}

.kt-station-nav,
.kt-station-hero,
.kt-station-concourse,
.kt-station-lines,
.kt-station-rules,
.kt-station-directory-platform,
.kt-station-footer {
    width: min(1500px, 100%);
    margin-inline: auto;
}

.kt-station-nav {
    position: relative;
    z-index: 20;
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--kt-station-line);
    border-radius: 10px;
    padding: 9px;
    background: rgb(5 13 22 / .9);
    box-shadow: 0 16px 44px rgb(0 0 0 / .32);
    backdrop-filter: blur(14px);
}

.kt-station-brand {
    display: inline-flex;
    min-width: 220px;
    align-items: center;
    gap: 11px;
    margin-right: auto;
    text-decoration: none !important;
}

.kt-station-brand-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid rgb(255 255 255 / .18);
    border-radius: 6px;
    background: #000 url("../images/kt-logo.png") center / cover no-repeat;
    box-shadow: 0 8px 22px rgb(0 0 0 / .34);
}

.kt-station-brand > span:last-child {
    display: grid;
    gap: 2px;
}

.kt-station-brand strong {
    color: #fff;
    font-size: .94rem;
    font-weight: 950;
    letter-spacing: .08em;
    line-height: 1.05;
    text-transform: uppercase;
}

.kt-station-brand small {
    color: var(--kt-station-muted);
    font-size: .7rem;
}

.kt-station-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
}

.kt-station-nav-links a,
.kt-station-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / .15);
    border-radius: 8px;
    padding: 10px 14px;
    color: #fff !important;
    background: rgb(255 255 255 / .08);
    font-size: .82rem;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-decoration: none !important;
}

.kt-station-nav-links a:hover,
.kt-station-nav-links a:focus-visible,
.kt-station-button-soft:hover,
.kt-station-button-soft:focus-visible {
    border-color: rgb(68 209 199 / .72);
    background: rgb(68 209 199 / .14);
}

.kt-station-nav-links .kt-station-nav-action,
.kt-station-button {
    border-color: rgb(244 201 93 / .58);
    color: #101722 !important;
    background: linear-gradient(135deg, var(--kt-station-gold), #f49b4e);
    box-shadow: 0 9px 22px rgb(0 0 0 / .24);
}

.kt-station-button-soft {
    border-color: rgb(68 209 199 / .46);
    color: #fff !important;
    background: rgb(68 209 199 / .1);
    box-shadow: none;
}

.kt-station-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr);
    align-items: stretch;
    gap: clamp(16px, 3vw, 30px);
    margin-top: 18px;
    border: 1px solid rgb(89 54 23 / .6);
    border-radius: 10px;
    padding: clamp(24px, 5vw, 64px);
    color: #1d1209;
    background:
        radial-gradient(circle at 8% 12%, rgb(255 255 255 / .48), transparent 32%),
        linear-gradient(135deg, rgb(237 219 181 / .97), rgb(191 153 98 / .9));
    box-shadow: 0 18px 50px rgb(0 0 0 / .34), inset 0 0 0 1px rgb(255 255 255 / .28);
}

.kt-station-hero-copy {
    align-self: center;
}

.kt-station-eyebrow {
    margin: 0 0 9px;
    color: var(--kt-station-gold);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.kt-station-hero .kt-station-eyebrow {
    color: #7b3d12;
}

.kt-station-hero h1 {
    max-width: 12ch;
    margin: 0;
    color: #1d1209;
    font-size: clamp(2.8rem, 6.2vw, 6.6rem);
    font-weight: 950;
    letter-spacing: -.055em;
    line-height: .88;
}

.kt-station-hero-copy > p:not(.kt-station-eyebrow) {
    max-width: 64ch;
    margin: 24px 0 0;
    color: rgb(34 24 14 / .88);
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 1.56;
}

.kt-station-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.kt-station-hero .kt-station-button-soft {
    border-color: rgb(29 18 9 / .28);
    color: #1d1209 !important;
    background: rgb(255 249 228 / .4);
}

.kt-station-guide-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
    border: 1px solid rgb(74 47 25 / .24);
    border-radius: 10px;
    padding: clamp(18px, 3vw, 28px);
    background: rgb(255 249 228 / .38);
}

.kt-station-guide-symbol {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 5px solid #1d1209;
    border-radius: 50%;
    color: #1d1209;
    background: var(--kt-station-gold);
    box-shadow: 0 0 0 6px rgb(255 255 255 / .26);
    font-size: 1.65rem;
    font-weight: 950;
}

.kt-station-guide-card h2 {
    margin: 0 0 8px;
    color: #1d1209;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.05;
}

.kt-station-guide-card p:last-child {
    margin: 0;
    color: rgb(42 29 16 / .86);
    font-size: .94rem;
    line-height: 1.48;
}

.kt-station-concourse,
.kt-station-lines,
.kt-station-rules,
.kt-station-directory-platform,
.kt-station-footer {
    margin-top: 18px;
    border: 1px solid var(--kt-station-line);
    border-radius: 10px;
    background:
        radial-gradient(circle at 8% 0%, rgb(68 209 199 / .1), transparent 36%),
        linear-gradient(145deg, rgb(10 21 31 / .94), rgb(7 15 24 / .86));
    box-shadow: 0 18px 52px rgb(0 0 0 / .3);
}

.kt-station-concourse,
.kt-station-lines,
.kt-station-rules,
.kt-station-directory-platform {
    padding: clamp(20px, 4vw, 46px);
}

#kt-station-map,
#kt-public-directory {
    scroll-margin-top: 22px;
}

.kt-station-section-head {
    max-width: 840px;
    margin-bottom: 24px;
}

.kt-station-section-head h2,
.kt-station-footer h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.9rem, 3.7vw, 3.7rem);
    font-weight: 950;
    letter-spacing: -.035em;
    line-height: .98;
}

.kt-station-section-head > p:last-child,
.kt-station-directory-head > div > p:last-child,
.kt-station-footer > div > p:last-child {
    max-width: 70ch;
    margin: 14px 0 0;
    color: var(--kt-station-muted);
    line-height: 1.58;
}

.kt-subway-map {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / .12);
    border-radius: 10px;
    background:
        radial-gradient(circle at 50% 48%, rgb(244 201 93 / .1), transparent 26%),
        linear-gradient(rgb(255 255 255 / .035) 1px, transparent 1px),
        linear-gradient(90deg, rgb(255 255 255 / .035) 1px, transparent 1px),
        rgb(3 12 20 / .66);
    background-size: auto, 32px 32px, 32px 32px, auto;
}

.kt-subway-tracks {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.kt-track {
    fill: none;
    stroke-width: 12;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 0 7px currentColor);
}

.kt-track-directory { color: var(--kt-station-teal); stroke: currentColor; }
.kt-track-events { color: var(--kt-station-gold); stroke: currentColor; }
.kt-track-wanted { color: var(--kt-station-coral); stroke: currentColor; }
.kt-track-resources { color: var(--kt-station-violet); stroke: currentColor; }
.kt-track-shop { color: var(--kt-station-green); stroke: currentColor; }
.kt-track-studio { color: var(--kt-station-studio); stroke: currentColor; }

.kt-subway-hub {
    position: absolute;
    z-index: 4;
    top: 48.4%;
    left: 50%;
    display: grid;
    width: 158px;
    min-height: 158px;
    place-content: center;
    border: 8px solid #fff;
    border-radius: 50%;
    padding: 14px;
    color: #111827;
    background: var(--kt-station-gold);
    box-shadow: 0 0 0 8px rgb(244 201 93 / .2), 0 18px 46px rgb(0 0 0 / .46);
    text-align: center;
    transform: translate(-50%, -50%);
}

.kt-subway-hub span {
    font-size: 2.2rem;
    font-weight: 950;
    line-height: .9;
}

.kt-subway-hub strong {
    margin-top: 5px;
    font-size: .94rem;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
}

.kt-subway-hub small {
    margin-top: 4px;
    font-size: .68rem;
    font-weight: 800;
}

.kt-subway-stop {
    --kt-route-color: var(--kt-station-teal);
    position: absolute;
    z-index: 5;
    display: flex;
    min-width: 190px;
    align-items: center;
    gap: 10px;
    border: 1px solid color-mix(in srgb, var(--kt-route-color) 58%, transparent);
    border-radius: 10px;
    padding: 10px 12px;
    color: #fff !important;
    background: rgb(5 14 23 / .94);
    box-shadow: 0 12px 30px rgb(0 0 0 / .38), 0 0 24px color-mix(in srgb, var(--kt-route-color) 14%, transparent);
    text-decoration: none !important;
    transform: translate(-50%, -50%);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.kt-subway-stop:hover,
.kt-subway-stop:focus-visible {
    border-color: var(--kt-route-color);
    box-shadow: 0 16px 36px rgb(0 0 0 / .48), 0 0 30px color-mix(in srgb, var(--kt-route-color) 34%, transparent);
    transform: translate(-50%, -50%) scale(1.035);
}

.kt-subway-stop-code,
.kt-station-line-code {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 50%;
    color: #071014;
    background: var(--kt-route-color);
    box-shadow: 0 0 18px color-mix(in srgb, var(--kt-route-color) 44%, transparent);
    font-size: .86rem;
    font-weight: 950;
}

.kt-subway-stop-copy {
    display: grid;
    gap: 2px;
}

.kt-subway-stop-copy strong {
    font-size: .92rem;
    font-weight: 950;
}

.kt-subway-stop-copy small {
    color: var(--kt-station-muted);
    font-size: .7rem;
}

.kt-subway-stop-directory { --kt-route-color: var(--kt-station-teal); top: 25.8%; left: 17%; }
.kt-subway-stop-events { --kt-route-color: var(--kt-station-gold); top: 22.6%; left: 83%; }
.kt-subway-stop-wanted { --kt-route-color: var(--kt-station-coral); top: 73.4%; left: 16.5%; }
.kt-subway-stop-resources { --kt-route-color: var(--kt-station-violet); top: 73.4%; left: 83.5%; }
.kt-subway-stop-shop { --kt-route-color: var(--kt-station-green); top: 87%; left: 50%; }
.kt-subway-stop-studio { --kt-route-color: var(--kt-station-studio); top: 11.4%; left: 50%; }

.kt-station-line-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.kt-station-line-card {
    --kt-route-color: var(--kt-station-teal);
    position: relative;
    display: flex;
    min-height: 280px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--kt-route-color) 44%, transparent);
    border-radius: 10px;
    padding: 20px;
    background:
        linear-gradient(90deg, var(--kt-route-color), var(--kt-route-color)) top / 100% 5px no-repeat,
        linear-gradient(145deg, rgb(10 24 34 / .96), rgb(5 14 23 / .9));
}

.kt-station-line-directory { --kt-route-color: var(--kt-station-teal); }
.kt-station-line-events { --kt-route-color: var(--kt-station-gold); }
.kt-station-line-wanted { --kt-route-color: var(--kt-station-coral); }
.kt-station-line-resources { --kt-route-color: var(--kt-station-violet); }
.kt-station-line-shop { --kt-route-color: var(--kt-station-green); }
.kt-station-line-studio { --kt-route-color: var(--kt-station-studio); }

.kt-station-line-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kt-station-line-heading p {
    margin: 0 0 3px;
    color: var(--kt-route-color);
    font-size: .68rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.kt-station-line-heading h3 {
    margin: 0;
    color: #fff;
    font-size: 1.14rem;
    line-height: 1.15;
}

.kt-station-line-card > p {
    margin: 18px 0 0;
    color: var(--kt-station-muted);
    line-height: 1.52;
}

.kt-station-line-card > small {
    margin-top: 14px;
    color: color-mix(in srgb, var(--kt-route-color) 72%, #fff);
    font-size: .75rem;
    font-weight: 800;
}

.kt-station-line-card > a {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 5px;
    margin-top: auto;
    padding-top: 20px;
    color: #fff !important;
    font-size: .84rem;
    font-weight: 950;
    text-decoration-color: color-mix(in srgb, var(--kt-route-color) 68%, transparent);
    text-underline-offset: 5px;
}

.kt-station-rule-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.kt-station-rule-grid article {
    border: 1px solid var(--kt-station-line);
    border-radius: 10px;
    padding: 20px;
    background: rgb(255 255 255 / .045);
}

.kt-station-rule-grid span {
    color: var(--kt-station-gold);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .16em;
}

.kt-station-rule-grid h3 {
    margin: 12px 0 8px;
    color: #fff;
    font-size: 1.1rem;
}

.kt-station-rule-grid p {
    margin: 0;
    color: var(--kt-station-muted);
    line-height: 1.52;
}

.kt-station-directory-head {
    display: flex;
    max-width: none;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.kt-station-directory-head > div {
    max-width: 840px;
}

.kt-station-directory-platform .kt-directory-app-container {
    min-height: 620px;
    overflow: hidden;
    border: 1px solid rgb(68 209 199 / .24);
    border-radius: 10px;
    background: rgb(4 12 20 / .46);
}

.kt-public-directory-app .kt-wp-old-app-header {
    display: none !important;
}

.kt-public-directory-app #root > .min-h-screen.flex.flex-col > header,
.kt-public-directory-app #root > .min-h-screen.flex.flex-col > nav {
    display: none !important;
}

.kt-public-directory-app .kt-wp-directory-shell {
    min-height: auto;
    background: transparent;
}

.kt-station-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(22px, 4vw, 42px);
    border-color: rgb(241 121 85 / .42);
    background:
        radial-gradient(circle at 92% 18%, rgb(241 121 85 / .18), transparent 42%),
        linear-gradient(135deg, rgb(18 28 49 / .96), rgb(12 20 37 / .9));
}

.kt-station-footer > div {
    max-width: 860px;
}

.kt-station-footer h2 {
    font-size: clamp(1.55rem, 3vw, 3rem);
}

.kt-public-station a:focus-visible,
.kt-public-station button:focus-visible,
.kt-public-station input:focus-visible,
.kt-public-station select:focus-visible {
    outline: 3px solid var(--kt-station-gold);
    outline-offset: 3px;
}

@media (max-width: 1050px) {
    .kt-station-nav {
        align-items: flex-start;
    }

    .kt-station-nav-links {
        max-width: 620px;
    }

    .kt-station-hero {
        grid-template-columns: 1fr;
    }

    .kt-station-guide-card {
        max-width: 720px;
    }

    .kt-station-line-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .kt-public-station {
        padding: 12px;
    }

    .kt-station-nav {
        position: static;
        flex-direction: column;
        align-items: stretch;
    }

    .kt-station-brand {
        margin-right: 0;
    }

    .kt-station-nav-links {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: none;
    }

    .kt-station-hero h1 {
        font-size: clamp(2.7rem, 14vw, 4.8rem);
    }

    .kt-station-guide-card {
        grid-template-columns: 1fr;
    }

    .kt-subway-map {
        display: grid;
        min-height: 0;
        gap: 10px;
        padding: 18px;
    }

    .kt-subway-tracks {
        left: 38px;
        width: 12px;
        height: calc(100% - 36px);
        border-radius: 999px;
        background: linear-gradient(
            to bottom,
            var(--kt-station-studio) 0 16.6%,
            var(--kt-station-teal) 16.6% 33.2%,
            var(--kt-station-gold) 33.2% 49.8%,
            var(--kt-station-coral) 49.8% 66.4%,
            var(--kt-station-violet) 66.4% 83%,
            var(--kt-station-green) 83% 100%
        );
    }

    .kt-subway-tracks path {
        display: none;
    }

    .kt-subway-hub {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        min-height: 72px;
        grid-template-columns: auto 1fr;
        place-content: center start;
        column-gap: 10px;
        border-width: 4px;
        border-radius: 10px;
        padding: 12px 14px;
        text-align: left;
        transform: none;
    }

    .kt-subway-hub span {
        grid-row: 1 / 3;
        align-self: center;
    }

    .kt-subway-stop {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        min-width: 0;
        min-height: 62px;
        padding-left: 8px;
        transform: none;
    }

    .kt-subway-stop:hover,
    .kt-subway-stop:focus-visible {
        transform: translateX(4px);
    }

    .kt-subway-stop-studio { order: 1; }
    .kt-subway-stop-directory { order: 2; }
    .kt-subway-stop-events { order: 3; }
    .kt-subway-stop-wanted { order: 4; }
    .kt-subway-stop-resources { order: 5; }
    .kt-subway-stop-shop { order: 6; }
    .kt-subway-hub { order: 0; }

    .kt-station-line-grid,
    .kt-station-rule-grid {
        grid-template-columns: 1fr;
    }

    .kt-station-line-card {
        min-height: 0;
    }

    .kt-station-line-card > a {
        margin-top: 8px;
    }

    .kt-station-directory-head,
    .kt-station-footer {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 460px) {
    .kt-station-nav-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kt-station-hero,
    .kt-station-concourse,
    .kt-station-lines,
    .kt-station-rules,
    .kt-station-directory-platform,
    .kt-station-footer {
        padding: 18px;
    }

    .kt-station-hero-actions {
        display: grid;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kt-public-station *,
    .kt-public-station *::before,
    .kt-public-station *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (forced-colors: active) {
    .kt-track,
    .kt-subway-stop,
    .kt-station-line-card {
        forced-color-adjust: auto;
    }
}

/* Regional field-map redesign: purposeful lines, real stops, and a weathered rural station board. */
.kt-subway-map {
    position: relative;
    display: block;
    min-height: 720px;
    overflow: hidden;
    border: 3px solid #6e4d2e;
    border-radius: 4px 11px 3px 8px;
    padding: 0;
    background:
        radial-gradient(ellipse at 14% 18%, rgb(173 129 69 / .16) 0 2%, transparent 16%),
        radial-gradient(ellipse at 78% 30%, rgb(105 146 115 / .15) 0 3%, transparent 20%),
        repeating-radial-gradient(ellipse at 34% 70%, transparent 0 22px, rgb(233 211 162 / .035) 23px 24px),
        linear-gradient(104deg, rgb(20 42 38 / .94), rgb(34 42 31 / .92) 48%, rgb(42 33 26 / .95)),
        #172820;
    background-size: auto, auto, 240px 180px, auto, auto;
    box-shadow:
        0 22px 58px rgb(0 0 0 / .48),
        inset 0 0 0 5px rgb(211 174 106 / .12),
        inset 0 0 75px rgb(0 0 0 / .62);
    transform: rotate(-.08deg);
}

.kt-subway-map::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(7deg, transparent 0 19px, rgb(255 245 210 / .018) 20px 21px),
        radial-gradient(circle at 20% 78%, transparent 0 38px, rgb(215 190 135 / .08) 40px 41px, transparent 43px),
        radial-gradient(circle at 82% 14%, transparent 0 52px, rgb(215 190 135 / .055) 54px 55px, transparent 57px);
    mix-blend-mode: screen;
    opacity: .9;
}

.kt-subway-map::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -22px;
    top: -20px;
    width: 95px;
    height: 76px;
    border-bottom: 1px solid rgb(40 24 13 / .52);
    background: linear-gradient(225deg, rgb(214 190 143 / .82), rgb(92 69 43 / .38) 48%, transparent 50%);
    filter: drop-shadow(-4px 5px 5px rgb(0 0 0 / .28));
    pointer-events: none;
}

.kt-subway-tracks {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: none;
}

.kt-route-line-events { --line-color: var(--kt-station-gold); }
.kt-route-line-resources { --line-color: var(--kt-station-violet); }
.kt-route-line-community { --line-color: var(--kt-station-teal); }
.kt-route-line-studio { --line-color: var(--kt-station-studio); }

.kt-route-track,
.kt-route-track-shadow {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.kt-route-track-shadow {
    stroke: rgb(22 18 14 / .82);
    stroke-width: 18;
}

.kt-route-track {
    stroke: var(--line-color);
    stroke-width: 9;
    filter: drop-shadow(1px 2px 2px rgb(0 0 0 / .56));
    opacity: .92;
}

.kt-map-stops {
    position: absolute;
    inset: 0;
    z-index: 4;
}

.kt-route-stop {
    --stop-shift-x: -12px;
    position: absolute;
    top: var(--stop-y);
    left: var(--stop-x);
    display: flex;
    width: max-content;
    max-width: 215px;
    align-items: center;
    gap: 7px;
    color: #fff8df !important;
    text-decoration: none !important;
    transform: translate(var(--stop-shift-x), -50%);
    transition: filter .16s ease, transform .16s ease;
}

.kt-route-label-left {
    --stop-shift-x: calc(-100% + 12px);
    flex-direction: row-reverse;
    text-align: right;
}

.kt-route-stop:hover,
.kt-route-stop:focus-visible,
.kt-route-stop.is-active {
    z-index: 8;
    filter: brightness(1.13) drop-shadow(0 8px 10px rgb(0 0 0 / .5));
    transform: translate(var(--stop-shift-x), -50%) scale(1.045);
}

.kt-route-stop-marker {
    position: relative;
    display: grid;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    place-items: center;
    border: 4px solid #efe3c2;
    border-radius: 50%;
    color: #21170f;
    background: var(--line-color);
    box-shadow: 0 0 0 3px rgb(29 23 16 / .82), 0 4px 8px rgb(0 0 0 / .42);
}

.kt-route-stop-marker span {
    position: absolute;
    top: 27px;
    min-width: 25px;
    color: color-mix(in srgb, var(--line-color) 70%, #fff);
    font-size: .56rem;
    font-weight: 950;
    letter-spacing: .04em;
    text-align: center;
    text-shadow: 1px 1px #111;
}

.kt-route-stop-label {
    display: grid;
    min-width: 0;
    gap: 1px;
    border-left: 3px solid var(--line-color);
    border-radius: 2px 7px 3px 5px;
    padding: 6px 8px 5px;
    background:
        linear-gradient(95deg, rgb(13 19 17 / .95), rgb(27 26 20 / .88)),
        #101713;
    box-shadow: 2px 4px 8px rgb(0 0 0 / .42);
    transform: rotate(-.55deg);
}

.kt-route-label-left .kt-route-stop-label {
    border-right: 3px solid var(--line-color);
    border-left: 0;
    transform: rotate(.7deg);
}

.kt-route-line-resources .kt-route-stop-label { transform: rotate(.8deg); }
.kt-route-line-community .kt-route-stop-label { transform: rotate(-1deg); }
.kt-route-line-studio .kt-route-stop-label { transform: rotate(.35deg); }

.kt-route-stop-label strong {
    color: #fff8df;
    font: 900 .76rem/1.06 Georgia, serif;
    letter-spacing: .01em;
}

.kt-route-stop-label small {
    overflow: hidden;
    color: rgb(236 229 207 / .72);
    font-size: .61rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kt-subway-hub.kt-route-stop {
    --stop-x: 46%;
    --stop-y: 47%;
    --stop-shift-x: -50%;
    z-index: 7;
    display: grid;
    width: 136px;
    min-height: 126px;
    max-width: none;
    place-content: center;
    gap: 2px;
    border: 7px double #f7ead0;
    border-radius: 49% 44% 52% 46%;
    padding: 13px;
    color: #24170c !important;
    background:
        radial-gradient(circle at 35% 28%, rgb(255 255 255 / .36), transparent 22%),
        linear-gradient(145deg, #f1ce68, #c48831);
    box-shadow: 0 0 0 6px rgb(38 27 17 / .7), 5px 9px 18px rgb(0 0 0 / .52);
    text-align: center;
    transform: translate(-50%, -50%) rotate(-1.5deg);
}

.kt-subway-hub.kt-route-stop:hover,
.kt-subway-hub.kt-route-stop:focus-visible,
.kt-subway-hub.kt-route-stop.is-active {
    transform: translate(-50%, -50%) rotate(-1deg) scale(1.04);
}

.kt-subway-hub span {
    color: #25170d;
    font: 950 2rem/.9 Georgia, serif;
}

.kt-subway-hub strong {
    margin: 4px 0 0;
    color: #25170d;
    font: 950 .82rem/1 Georgia, serif;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.kt-subway-hub small {
    margin: 2px 0 0;
    color: rgb(37 23 13 / .76);
    font-size: .6rem;
    font-weight: 900;
}

.kt-station-map-board {
    --board-line: var(--kt-station-gold);
    position: absolute;
    right: 3%;
    bottom: 4%;
    z-index: 10;
    width: min(33%, 390px);
    min-height: 238px;
    border: 7px solid #46311e;
    border-radius: 2px 8px 3px 5px;
    padding: 24px 23px 20px;
    color: #2d1c10;
    background:
        radial-gradient(circle at 82% 12%, rgb(93 52 25 / .14) 0 2px, transparent 3px),
        repeating-linear-gradient(2deg, transparent 0 27px, rgb(91 56 27 / .045) 28px 29px),
        linear-gradient(135deg, #dcc89d, #b99c69);
    box-shadow: 7px 10px 18px rgb(0 0 0 / .52), inset 0 0 28px rgb(72 46 25 / .17);
    transform: rotate(.7deg);
}

.kt-station-map-board::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: var(--board-line);
    box-shadow: 0 2px 0 rgb(45 28 16 / .32);
}

.kt-station-map-board-pin {
    position: absolute;
    top: 10px;
    right: 13px;
    width: 14px;
    height: 14px;
    border: 2px solid rgb(69 41 21 / .54);
    border-radius: 50%;
    background: #a3482f;
    box-shadow: 2px 3px 4px rgb(0 0 0 / .34);
}

.kt-station-map-board-line {
    margin: 0 24px 8px 0;
    color: #6c351d;
    font-size: .67rem;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.kt-station-map-board h3 {
    margin: 0;
    color: #24160d;
    font: 950 clamp(1.25rem, 2.1vw, 1.75rem)/1.02 Georgia, serif;
}

.kt-station-map-board > p:not(.kt-station-map-board-line) {
    margin: 12px 0 0;
    color: rgb(45 28 16 / .86);
    font-size: .82rem;
    line-height: 1.43;
}

.kt-station-map-board > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 14px;
    border: 2px solid #4c321e;
    border-radius: 2px 5px 2px 4px;
    padding: 8px 10px;
    color: #fff8df !important;
    background: #3c2a1d;
    font-size: .72rem;
    font-weight: 950;
    text-decoration: none !important;
}

.kt-station-map-board > small {
    display: block;
    margin-top: 12px;
    color: rgb(45 28 16 / .66);
    font-size: .62rem;
    font-style: italic;
    line-height: 1.3;
}

.kt-station-line-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kt-station-line-card {
    min-height: 365px;
    border-radius: 3px 9px 4px 7px;
    background:
        radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--kt-route-color) 12%, transparent), transparent 28%),
        repeating-linear-gradient(4deg, transparent 0 31px, rgb(255 255 255 / .018) 32px 33px),
        linear-gradient(145deg, rgb(15 29 30 / .97), rgb(18 19 17 / .94));
}

.kt-station-line-card:nth-child(odd) { transform: rotate(-.12deg); }
.kt-station-line-card:nth-child(even) { transform: rotate(.12deg); }
.kt-station-line-community { --kt-route-color: var(--kt-station-teal); }

.kt-station-line-stops {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.kt-station-line-stops li {
    min-width: 0;
}

.kt-station-line-stops a {
    display: flex;
    min-height: 34px;
    align-items: center;
    gap: 7px;
    border: 1px solid color-mix(in srgb, var(--kt-route-color) 32%, transparent);
    border-radius: 3px;
    padding: 6px 7px;
    color: rgb(244 245 238 / .86) !important;
    background: rgb(0 0 0 / .18);
    font-size: .68rem;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none !important;
}

.kt-station-line-stops a:hover,
.kt-station-line-stops a:focus-visible {
    border-color: var(--kt-route-color);
    background: color-mix(in srgb, var(--kt-route-color) 13%, rgb(0 0 0 / .18));
}

.kt-station-line-stops a span {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    border-radius: 50%;
    color: #17120d;
    background: var(--kt-route-color);
    font-size: .55rem;
    font-weight: 950;
}

@media (max-width: 1080px) {
    .kt-subway-map {
        min-height: 820px;
    }

    .kt-route-stop-label strong {
        font-size: .7rem;
    }

    .kt-route-stop-label small {
        display: none;
    }

    .kt-station-map-board {
        width: min(36%, 360px);
    }
}

@media (max-width: 820px) {
    .kt-subway-map {
        display: flex;
        min-height: 0;
        flex-direction: column;
        gap: 14px;
        padding: 16px;
        transform: none;
    }

    .kt-subway-map::after {
        display: none;
    }

    .kt-subway-tracks {
        display: none;
    }

    .kt-station-map-board {
        position: relative;
        right: auto;
        bottom: auto;
        order: -2;
        width: 100%;
        min-height: 0;
        transform: rotate(-.2deg);
    }

    .kt-map-stops {
        position: relative;
        inset: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .kt-route-stop,
    .kt-route-label-left {
        --stop-shift-x: 0;
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        width: 100%;
        max-width: none;
        min-height: 58px;
        flex-direction: row;
        border: 1px solid color-mix(in srgb, var(--line-color) 38%, transparent);
        border-radius: 3px 8px 4px 6px;
        padding: 8px;
        background: rgb(12 20 17 / .82);
        text-align: left;
        transform: none;
    }

    .kt-route-stop:hover,
    .kt-route-stop:focus-visible,
    .kt-route-stop.is-active {
        transform: translateX(3px);
    }

    .kt-route-stop-label,
    .kt-route-label-left .kt-route-stop-label,
    .kt-route-line-resources .kt-route-stop-label,
    .kt-route-line-community .kt-route-stop-label,
    .kt-route-line-studio .kt-route-stop-label {
        display: grid;
        border: 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
        text-align: left;
        transform: none;
    }

    .kt-route-stop-label strong {
        font-size: .78rem;
    }

    .kt-route-stop-label small {
        display: block;
        white-space: normal;
    }

    .kt-route-stop-marker span {
        top: auto;
        color: #21170f;
        font-size: .5rem;
        text-shadow: none;
    }

    .kt-subway-hub.kt-route-stop {
        position: relative;
        top: auto;
        left: auto;
        grid-column: 1 / -1;
        order: -1;
        display: grid;
        width: 100%;
        min-height: 78px;
        grid-template-columns: auto 1fr;
        place-content: center start;
        column-gap: 10px;
        border-width: 4px;
        border-radius: 3px 9px 4px 7px;
        padding: 12px 14px;
        text-align: left;
        transform: rotate(-.25deg);
    }

    .kt-subway-hub.kt-route-stop:hover,
    .kt-subway-hub.kt-route-stop:focus-visible,
    .kt-subway-hub.kt-route-stop.is-active {
        transform: rotate(0deg) translateX(3px);
    }

    .kt-subway-hub span {
        grid-row: 1 / 3;
        align-self: center;
    }
}

@media (max-width: 620px) {
    .kt-map-stops,
    .kt-station-line-grid,
    .kt-station-line-stops {
        grid-template-columns: 1fr;
    }

    .kt-station-line-card {
        min-height: 0;
        transform: none !important;
    }
}

@media (forced-colors: active) {
    .kt-route-track,
    .kt-route-track-shadow,
    .kt-route-stop,
    .kt-station-map-board {
        forced-color-adjust: auto;
    }
}