/* Component ID: scope-1 */
.home[data-style="scope-1"] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    min-height: 100vh;
    min-height: 100svh
}

.home[data-style="scope-1"] img.background:not([data-style], [data-style="scope-1"] [data-style] *) {
    position: fixed;
    inset: 0;
    width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover
}

.home[data-style="scope-1"] .left-panel:not([data-style], [data-style="scope-1"] [data-style] *) {
    display: flex;
    flex-direction: column;
    margin-right: -3rem;
    padding: 4rem;
    padding-inline-end: 7rem;
    --from: rgba(from var(--on-surface-lightest) r g b / 0.8);
    --to: rgba(from var(--on-surface-lightest) r g b / 0.45);
    background-image: linear-gradient(to right in oklch, var(--from), var(--to));
    mask: linear-gradient(to right in oklch, white calc(100% - 3rem), transparent 100%);
    backdrop-filter: blur(4px)
}

.home[data-style="scope-1"] h1:not([data-style], [data-style="scope-1"] [data-style] *) {
    margin-block-end: 0;
    font-size: 4rem;
    color: #0497ec;
    text-align: center
}

.home[data-style="scope-1"] h2:not([data-style], [data-style="scope-1"] [data-style] *) {
    margin-block-start: 0;
    font-size: 3rem;
    color: #026caa;
    text-align: center
}

.home[data-style="scope-1"] a:not([data-style], [data-style="scope-1"] [data-style] *),
.home[data-style="scope-1"] button:not([data-style], [data-style="scope-1"] [data-style] *) {
    all: unset;
    display: block;
    width: auto;
    margin-block-start: 1rem;
    padding: 0.5em 1rem;
    background-color: var(--surface);
    border-radius: 0.5rem;
    color: var(--on-surface);
    transition: background-color 0.2s;
    font-size: 1.4rem;
    cursor: pointer
}

.home[data-style="scope-1"] a.disabled:not([data-style], [data-style="scope-1"] [data-style] *),
.home[data-style="scope-1"] button.disabled:not([data-style], [data-style="scope-1"] [data-style] *) {
    background-color: gray;
    color: var(--surface-lightest);
    cursor: not-allowed
}

.home[data-style="scope-1"] a:not(.disabled):is(:hover, :focus-visible):not([data-style], [data-style="scope-1"] [data-style] *),
.home[data-style="scope-1"] button:not(.disabled):is(:hover, :focus-visible):not([data-style], [data-style="scope-1"] [data-style] *) {
    background-color: var(--surface-lighter)
}

.home[data-style="scope-1"] a i:not([data-style], [data-style="scope-1"] [data-style] *),
.home[data-style="scope-1"] button i:not([data-style], [data-style="scope-1"] [data-style] *) {
    margin-inline-end: 0.75rem
}
/* Component ID: scope-15 */
.icon-button[data-style="scope-15"] {
    display: block;
    height: 100%;
    aspect-ratio: 1/1;
    padding: 0.9rem;
    background-color: var(--surface);
    color: var(--on-surface);
    border: 0;
    border-radius: 10px;
    box-shadow: -2px 2px 2px rgba(9, 61, 94, 0.4666666667);
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    pointer-events: all;
    cursor: pointer;
    outline: none;
    transition: background-color 200ms
}

.icon-button:is(:hover, :focus)[data-style="scope-15"] {
    background-color: var(--surface-lighter)
}

.icon-button.active[data-style="scope-15"] {
    background-color: var(--surface-lightest)
}

.icon-button.disabled[data-style="scope-15"] {
    background-color: gray;
    color: var(--surface-lightest);
    cursor: not-allowed
}

.icon-button:is(a).disabled[data-style="scope-15"] {
    pointer-events: none
}

.icon-button[data-style="scope-15"] img:not([data-style], [data-style="scope-15"] [data-style] *) {
    height: 1.5rem
}

.icon-button.inverted[data-style="scope-15"] {
    background-color: var(--on-surface-lighter);
    color: var(--surface-lighter);
    height: 3.3rem
}

.icon-button.inverted:hover[data-style="scope-15"],
.icon-button.inverted:focus[data-style="scope-15"] {
    background-color: var(--on-surface-lightest)
}
/* Component ID: scope-19 */
.track-action[data-style="scope-19"] button {
    display: grid;
    place-content: center;
    padding: 0;
    height: 2rem;
    font-size: 1rem
}
/* Component ID: scope-20 */
.status-box[data-style="scope-20"] {
    display: flex;
    align-items: center;
    background-color: var(--surface);
    color: var(--on-surface);
    border-radius: 10px;
    box-shadow: -2px 2px 2px rgba(9, 61, 94, 0.4666666667)
}

.status-box[data-style="scope-20"] img:not([data-style], [data-style="scope-20"] [data-style] *) {
    height: 2.5rem;
    margin: 0.3rem;
    margin-right: 0
}

.status-box[data-style="scope-20"] span:not([data-style], [data-style="scope-20"] [data-style] *) {
    min-width: 5ch;
    padding: 0.5rem;
    margin: 0.4rem;
    border-radius: calc(10px - 0.3rem);
    background-color: var(--surface-lighter);
    line-height: 1;
    text-align: center
}
/* Component ID: scope-21 */
.quit-dialog[data-style="scope-21"] {
    min-width: 35rem;
    padding: 1.5rem;
    background-color: var(--surface);
    color: var(--on-surface);
    border-radius: 1rem;
    border: 0;
    pointer-events: all;
    transition: opacity 500ms ease-out, display 500ms allow-discrete;
    opacity: 0
}

.quit-dialog[data-style="scope-21"]::backdrop {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: inherit
}

.quit-dialog[open][data-style="scope-21"],
.quit-dialog[open][data-style="scope-21"]::backdrop {
    opacity: 1
}

@starting-style {

    .quit-dialog[open][data-style="scope-21"],
    .quit-dialog[open][data-style="scope-21"]::backdrop {
        opacity: 0
    }
}

.quit-dialog[data-style="scope-21"] h2:not([data-style], [data-style="scope-21"] [data-style] *) {
    margin-block: 0 1.5rem;
    font-size: 1.7rem;
    text-align: center
}

.quit-dialog[data-style="scope-21"] button:not([data-style], [data-style="scope-21"] [data-style] *) {
    display: block;
    width: 100%;
    margin-block-start: 0.7rem;
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1.125rem;
    cursor: pointer;
    transition: background-color 200ms
}

.quit-dialog[data-style="scope-21"] button.green:not([data-style], [data-style="scope-21"] [data-style] *) {
    background: #35a453;
    color: #fff
}

.quit-dialog[data-style="scope-21"] button.green:is(:hover, :focus-visible):not([data-style], [data-style="scope-21"] [data-style] *) {
    background: #2e8b4e
}

.quit-dialog[data-style="scope-21"] button.red:not([data-style], [data-style="scope-21"] [data-style] *) {
    background: #e6442e;
    color: #fff
}

.quit-dialog[data-style="scope-21"] button.red:is(:hover, :focus-visible):not([data-style], [data-style="scope-21"] [data-style] *) {
    background: #d63a26
}

.quit-dialog[data-style="scope-21"] button.orange:not([data-style], [data-style="scope-21"] [data-style] *) {
    background: #e6ac2e
}

.quit-dialog[data-style="scope-21"] button.orange:is(:hover, :focus-visible):not([data-style], [data-style="scope-21"] [data-style] *) {
    background: #d69a26
}

.quit-dialog[data-style="scope-21"] .quit-dialog-buttons:not([data-style], [data-style="scope-21"] [data-style] *) {
    display: grid;
    grid-template-columns: 4rem 1fr 1fr 4rem;
    gap: 0 0.7rem
}

.quit-dialog[data-style="scope-21"] .quit-dialog-buttons .save-quit-btn:not([data-style], [data-style="scope-21"] [data-style] *) {
    grid-column: 1/span 3
}

.quit-dialog[data-style="scope-21"] .quit-dialog-buttons button:is(:last-child, :nth-last-child(2)):not([data-style], [data-style="scope-21"] [data-style] *) {
    grid-column: span 2
}

.quit-dialog[data-style="scope-21"] .quit-dialog-buttons button:first-child:not([data-style], [data-style="scope-21"] [data-style] *) {
    border-top-left-radius: 1rem
}

.quit-dialog[data-style="scope-21"] .quit-dialog-buttons button:nth-child(2):not([data-style], [data-style="scope-21"] [data-style] *) {
    border-top-right-radius: 1rem
}

.quit-dialog[data-style="scope-21"] .quit-dialog-buttons button:nth-last-child(2):not([data-style], [data-style="scope-21"] [data-style] *) {
    border-bottom-left-radius: 1rem
}

.quit-dialog[data-style="scope-21"] .quit-dialog-buttons button:last-child:not([data-style], [data-style="scope-21"] [data-style] *) {
    border-bottom-right-radius: 1rem
}

.quit-dialog[data-style="scope-21"] .confirm-dialog-buttons>button:first-child:not([data-style], [data-style="scope-21"] [data-style] *) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.quit-dialog[data-style="scope-21"] .confirm-dialog-buttons>button:last-child:not([data-style], [data-style="scope-21"] [data-style] *) {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}
/* Component ID: scope-22 */
.speed-changer[data-style="scope-22"] {
    display: flex;
    align-items: center;
    background-color: var(--surface);
    color: var(--on-surface);
    border-radius: 10px;
    font-size: 1.5rem;
    box-shadow: -2px 2px 2px rgba(9, 61, 94, 0.4666666667)
}

.speed-changer[data-style="scope-22"]>i:not([data-style], [data-style="scope-22"] [data-style] *) {
    margin-inline: 1rem 0
}

.speed-changer[data-style="scope-22"] button:not([data-style], [data-style="scope-22"] [data-style] *) {
    all: unset;
    pointer-events: all;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    padding-inline: 1rem
}

.speed-changer[data-style="scope-22"] button i:not([data-style], [data-style="scope-22"] [data-style] *) {
    color: var(--surface-lighter);
    transition: color 200ms
}

.speed-changer[data-style="scope-22"] button i.active:not([data-style], [data-style="scope-22"] [data-style] *) {
    color: var(--on-surface)
}

.speed-changer[data-style="scope-22"] button:is(:hover, :focus-visible) i:not(.active):not([data-style], [data-style="scope-22"] [data-style] *) {
    color: var(--surface-lightest)
}

.speed-changer[data-style="scope-22"] button:is(:hover, :focus-visible):not(:has(i:not(.active))) i:not([data-style], [data-style="scope-22"] [data-style] *) {
    color: var(--on-surface-lightest)
}
/* Component ID: scope-11 */
.game-ui[data-style="scope-11"] {
    position: fixed;
    inset: 0;
    z-index: 3000;
    pointer-events: none
}

.game-ui[data-style="scope-11"]>div {
    position: absolute
}

.game-ui[data-style="scope-11"]>div:has(>.panel) {
    border-radius: 1rem;
    overflow: hidden
}

.game-ui[data-style="scope-11"] .panel {
    background-color: var(--surface);
    color: var(--on-surface);
    box-shadow: 2px 2px 2px rgba(9, 61, 94, 0.4666666667);
    border-radius: inherit;
    pointer-events: all
}

.game-ui[data-style="scope-11"] .game-ui-top {
    right: 1.5rem;
    top: 1.5rem;
    display: flex;
    gap: 1rem
}

.game-ui[data-style="scope-11"] .game-ui-right {
    display: flex;
    flex-direction: column;
    right: 1.5rem;
    top: 50%;
    gap: 1rem;
    translate: 0-50%
}

.game-ui[data-style="scope-11"] .game-ui-left {
    width: 30%;
    min-width: 35rem;
    top: 1.5rem;
    left: 1.5rem;
    bottom: 1.5rem;
    overflow: clip
}

.game-ui[data-style="scope-11"] .game-ui-left .panel {
    width: 100%;
    height: 100%;
    transition: translate 1s;
    display: flow-root
}

.game-ui[data-style="scope-11"] .game-ui-left .panel.collapsed {
    translate: calc(-100% - 4px)0
}

.game-ui[data-style="scope-11"] .game-ui-left .panel>a {
    float: right;
    margin: 1.5rem;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1;
    color: inherit;
    transition: color 200ms
}

.game-ui[data-style="scope-11"] .game-ui-left .panel>a:hover {
    color: #fff
}

.game-ui[data-style="scope-11"] .game-ui-left .panel>a i {
    transition: rotate 200ms
}

.game-ui[data-style="scope-11"] .game-ui-left .panel>a:hover i {
    rotate: 45deg
}

.game-ui[data-style="scope-11"] .game-ui-left .panel h2 {
    margin: 1.5rem;
    line-height: 1;
    font-size: 2rem
}

.game-ui[data-style="scope-11"] .game-ui-left .panel:has(.ball-grid-pulse) {
    display: grid;
    place-content: center
}

.game-ui[data-style="scope-11"] .game-ui-left .ball-grid-pulse {
    width: 7.2rem
}

.game-ui[data-style="scope-11"] .game-ui-left .ball-grid-pulse div {
    width: 2rem;
    height: 2rem;
    margin: 0.2rem;
    background-color: var(--on-surface)
}

.game-ui[data-style="scope-11"] .game-ui-bottom-right {
    right: 6.75rem;
    bottom: 1.5rem;
    width: 25rem;
    overflow: hidden;
    overflow: clip
}

.game-ui[data-style="scope-11"] .game-ui-bottom-right .panel {
    width: inherit;
    min-height: 10rem;
    padding: 1rem;
    overflow: auto;
    transition: transform 1s
}

.game-ui[data-style="scope-11"] .game-ui-bottom-right .panel.collapsed {
    transform: translateY(calc(100% + 4px))
}

.game-ui[data-style="scope-11"] .game-ui-bottom-right h3 {
    margin-block-start: 0
}

.game-ui[data-style="scope-11"] .game-ui-bottom-right ul {
    padding: 0;
    list-style-type: none
}

.game-ui[data-style="scope-11"] .game-ui-bottom-right ul li+li {
    margin-top: 1rem
}

.game-ui[data-style="scope-11"] .game-ui-bottom-center {
    bottom: 1.5rem;
    left: 50%;
    translate: -50%0
}

.game-ui[data-style="scope-11"] .game-ui-bottom-center .error-banner {
    padding: 0.5rem 1rem;
    background-color: rgba(230, 68, 46, 0.596);
    color: #fff;
    border-radius: 10rem;
    transition: translate 200ms
}

@starting-style {
    .game-ui[data-style="scope-11"] .game-ui-bottom-center .error-banner {
        translate: 0 calc(100% + 1.5rem)
    }
}

.game-ui[data-style="scope-11"] .game-ui-bottom-center .error-banner:empty {
    display: none
}
/* Component ID: scope-13 */
li[data-style="scope-13"] {
    display: flex;
    font-size: 1.125rem;
    font-weight: 500
}

li[data-style="scope-13"] img:not([data-style], [data-style="scope-13"] [data-style] *) {
    height: 1lh
}

li[data-style="scope-13"] p:not([data-style], [data-style="scope-13"] [data-style] *) {
    margin: 0;
    margin-inline-start: 1rem
}
/* Component ID: scope-23 */
.station-info[data-style="scope-23"] {
    position: absolute;
    bottom: 0;
    translate: -50%0;
    width: 25rem;
    padding: 1rem 0;
    margin-bottom: 2rem;
    background-color: var(--surface);
    color: var(--on-surface);
    border-radius: 1rem;
    font-size: 1rem;
    box-shadow: -2px 2px 2px rgba(9, 61, 94, 0.4666666667);
    cursor: default
}

.station-info[data-style="scope-23"] h5:not([data-style], [data-style="scope-23"] [data-style] *) {
    margin: 0;
    font-size: 1.125rem;
    text-align: center
}

.station-info[data-style="scope-23"] .close:not([data-style], [data-style="scope-23"] [data-style] *) {
    all: unset;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    padding: 0.5rem;
    font-size: 1.25rem;
    cursor: pointer
}

.station-info[data-style="scope-23"] .close:hover:not([data-style], [data-style="scope-23"] [data-style] *) {
    color: var(--surface-lightest)
}

.station-info[data-style="scope-23"] nav ul:not([data-style], [data-style="scope-23"] [data-style] *) {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin-block-start: 0;
    font-size: 1rem;
    border-bottom: 2px solid var(--on-surface)
}

.station-info[data-style="scope-23"] nav ul li:not([data-style], [data-style="scope-23"] [data-style] *) {
    position: relative;
    width: 100%;
    padding: 0.25rem;
    text-align: center;
    cursor: pointer
}

.station-info[data-style="scope-23"] nav ul li.active:not([data-style], [data-style="scope-23"] [data-style] *)::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    translate: -50%0;
    display: block;
    width: 80%;
    height: 2px;
    background-color: var(--surface-lightest)
}

.station-info[data-style="scope-23"] nav ul li:hover:not([data-style], [data-style="scope-23"] [data-style] *) {
    background-color: var(--surface-lighter)
}

.station-info[data-style="scope-23"] nav ul i:not([data-style], [data-style="scope-23"] [data-style] *) {
    margin-inline-end: 0.25rem
}

.station-info[data-style="scope-23"] .scroll-container:not([data-style], [data-style="scope-23"] [data-style] *) {
    height: 8rem !important;
    width: auto !important;
    margin-inline: 1rem
}

.station-info[data-style="scope-23"] .empty:not([data-style], [data-style="scope-23"] [data-style] *) {
    display: grid;
    place-content: center;
    text-align: center;
    gap: 0.7rem;
    padding: 0.5rem;
    width: 100%;
    height: 100%;
    background-color: var(--surface-lighter);
    border-radius: 1rem
}

.station-info[data-style="scope-23"] .empty i:not([data-style], [data-style="scope-23"] [data-style] *) {
    font-size: 2rem
}

.station-info[data-style="scope-23"] .empty p:not([data-style], [data-style="scope-23"] [data-style] *) {
    max-width: 20ch;
    font-size: 0.9rem;
    margin: 0
}

.station-info[data-style="scope-23"] .passengers-list:not([data-style], [data-style="scope-23"] [data-style] *),
.station-info[data-style="scope-23"] .train-list:not([data-style], [data-style="scope-23"] [data-style] *) {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.station-info[data-style="scope-23"] .passengers-list li:not([data-style], [data-style="scope-23"] [data-style] *) {
    display: flex;
    justify-content: space-between
}

.station-info[data-style="scope-23"] .train-list li:not([data-style], [data-style="scope-23"] [data-style] *) {
    display: grid;
    grid-template-columns: auto auto 1fr auto
}

.station-info[data-style="scope-23"] .train-list li+li:not([data-style], [data-style="scope-23"] [data-style] *) {
    margin-block-start: 0.5rem
}

.station-info[data-style="scope-23"] .train-list a:not([data-style], [data-style="scope-23"] [data-style] *) {
    grid-row: span 2;
    margin-inline-end: 0.5rem;
    margin-block-start: 0.3rem;
    font-size: 1.5rem
}

.station-info[data-style="scope-23"] .train-list .passengers:not([data-style], [data-style="scope-23"] [data-style] *) {
    grid-column: 2/3;
    grid-row: 2/3
}

.station-info[data-style="scope-23"] .train-list .last:not([data-style], [data-style="scope-23"] [data-style] *) {
    grid-column: 4/5;
    text-align: end
}
/* Component ID: scope-24 */
.track-cost-indicator[data-style="scope-24"] {
    position: absolute;
    right: -1rem;
    translate: 100%0;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.5rem;
    background-color: var(--surface);
    color: var(--on-surface);
    border-radius: 10px;
    font-size: 1rem
}

.track-cost-indicator[data-style="scope-24"] img:not([data-style], [data-style="scope-24"] [data-style] *) {
    height: 1lh
}

.track-cost-indicator[data-style="scope-24"] .red:not([data-style], [data-style="scope-24"] [data-style] *) {
    color: red
}
/* Component ID: scope-12 */
.loading-screen[data-style="scope-12"] {
    display: grid;
    place-content: center;
    min-height: 100vh
}

.loading-screen[data-style="scope-12"] img:not([data-style], [data-style="scope-12"] [data-style] *) {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
    z-index: -1
}

.loading-screen[data-style="scope-12"] .spinner-container:not([data-style], [data-style="scope-12"] [data-style] *) {
    display: grid;
    place-content: center;
    padding: 3rem;
    width: 35vw;
    max-width: 15rem;
    background-color: rgba(from var(--on-surface-lightest) r g b/0.8);
    color: var(--surface-lighter);
    border-radius: 1rem;
    text-align: center
}

.loading-screen[data-style="scope-12"] .ball-clip-rotate>div:not([data-style], [data-style="scope-12"] [data-style] *) {
    width: 4rem;
    height: 4rem;
    border: 3px solid currentColor
}

.loading-screen[data-style="scope-12"] p:not([data-style], [data-style="scope-12"] [data-style] *) {
    font-size: 1.25rem;
    margin-block-end: 0
}
/* Component ID: scope-2 */
.game[data-style="scope-2"] .map:not([data-style], [data-style="scope-2"] [data-style] *) {
    background-color: #10527a;
    height: 100vh
}

.game[data-style="scope-2"] .station-pin:not([data-style], [data-style="scope-2"] [data-style] *) {
    position: relative;
    --color: rebeccapurple
}

.game[data-style="scope-2"] .station-pin.smallest:not([data-style], [data-style="scope-2"] [data-style] *) {
    --color: darkslateblue
}

.game[data-style="scope-2"] .station-pin.smallest .pin:not([data-style], [data-style="scope-2"] [data-style] *) {
    outline: none
}

.game[data-style="scope-2"] .station-pin.small:not([data-style], [data-style="scope-2"] [data-style] *) {
    --color: rebeccapurple
}

.game[data-style="scope-2"] .station-pin.medium:not([data-style], [data-style="scope-2"] [data-style] *) {
    --color: darkmagenta
}

.game[data-style="scope-2"] .station-pin.big:not([data-style], [data-style="scope-2"] [data-style] *) {
    --color: #a43586
}

.game[data-style="scope-2"] .station-pin.biggest:not([data-style], [data-style="scope-2"] [data-style] *) {
    --color: #a43586
}

.game[data-style="scope-2"] .station-pin.biggest .pin:not([data-style], [data-style="scope-2"] [data-style] *) {
    outline-style: dashed
}

.game[data-style="scope-2"] .station-pin:is(.biggest, .big) span:not([data-style], [data-style="scope-2"] [data-style] *) {
    font-weight: bold;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0-1px white
}

.game[data-style="scope-2"] .station-pin.hover>div.pin:not([data-style], [data-style="scope-2"] [data-style] *) {
    --adjusted-color: color-mix(in oklch, var(--color), white 10%)
}

.game[data-style="scope-2"] .station-pin div.pin:not([data-style], [data-style="scope-2"] [data-style] *) {
    --adjusted-color: var(--color);
    aspect-ratio: 1/1;
    background-color: var(--adjusted-color);
    border-radius: 10rem;
    outline: 2px solid var(--adjusted-color)
}

.game[data-style="scope-2"] .station-pin span:not([data-style], [data-style="scope-2"] [data-style] *) {
    position: absolute;
    font-size: 1.3rem;
    line-height: 1.1;
    width: 8rem;
    pointer-events: none
}
/* Component ID: scope-5 */
.passenger-menu[data-style="scope-5"] {
    display: flex;
    flex-direction: column;
    height: calc(100% - 5rem - 1.5rem);
    margin-inline: 1.5rem
}

.passenger-menu[data-style="scope-5"] nav ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin-block-start: 0;
    font-size: 1rem;
    border-bottom: 3px solid var(--on-surface)
}

.passenger-menu[data-style="scope-5"] nav ul li {
    width: 100%
}

.passenger-menu[data-style="scope-5"] nav ul a {
    all: unset;
    display: block;
    position: relative;
    padding: 0.5rem;
    text-align: center;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    transition: background-color 200ms
}

.passenger-menu[data-style="scope-5"] nav ul a:not(.active):is(:hover, :focus-visible) {
    background-color: var(--surface-lighter);
    cursor: pointer
}

.passenger-menu[data-style="scope-5"] nav ul a.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    translate: -50%0;
    display: block;
    width: 80%;
    height: 3px;
    background-color: var(--surface-lightest)
}

.passenger-menu[data-style="scope-5"] nav ul i {
    margin-inline-end: 0.25rem
}

.passenger-menu[data-style="scope-5"] .empty {
    display: grid;
    place-content: center;
    text-align: center;
    flex-grow: 1;
    height: 100%;
    padding: 1rem;
    background-color: var(--surface-lighter);
    border-radius: 1rem;
    font-size: 1.5rem
}

.passenger-menu[data-style="scope-5"] .empty i {
    font-size: 3rem
}

.passenger-menu[data-style="scope-5"] ul.passengers-outer-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.passenger-menu[data-style="scope-5"] ul.passengers-outer-list h3 {
    margin: 0
}

.passenger-menu[data-style="scope-5"] ul.passengers-outer-list>li+li {
    margin-block-start: 1rem
}

.passenger-menu[data-style="scope-5"] ul.passenger-inner-list {
    list-style-type: none;
    padding: 0
}

.passenger-menu[data-style="scope-5"] ul.passenger-inner-list li {
    display: flex;
    justify-content: space-between
}

.passenger-menu[data-style="scope-5"] ul.passenger-inner-list>li+li {
    margin-block-start: 0.5rem
}
/* Component ID: scope-14 */
.tile_group[data-style="scope-14"] {
    container-type: inline-size
}

.tile_group[data-style="scope-14"] .header:not([data-style], [data-style="scope-14"] [data-style] *) {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.25rem;
    transition: color 200ms;
    cursor: pointer
}

.tile_group[data-style="scope-14"] .header i:not([data-style], [data-style="scope-14"] [data-style] *) {
    font-size: 1.3rem;
    transition: rotate 200ms
}

.tile_group[data-style="scope-14"] .header:hover:not([data-style], [data-style="scope-14"] [data-style] *) {
    color: var(--on-surface-lightest)
}

.tile_group[data-style="scope-14"] .header .pill-label:not([data-style], [data-style="scope-14"] [data-style] *) {
    margin-inline-start: auto;
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem;
    border-radius: 10rem;
    background-color: var(--surface-lighter);
    color: var(--on-surface-lighter)
}

.tile_group[data-style="scope-14"] .content:not([data-style], [data-style="scope-14"] [data-style] *) {
    display: grid;
    grid-template-rows: 1fr;
    margin-inline: 2rem 0.5rem;
    transition: grid-template-rows 500ms
}

.tile_group[data-style="scope-14"] .content>div:not([data-style], [data-style="scope-14"] [data-style] *) {
    overflow: hidden
}

@media (max-width:32rem) {
    .tile_group[data-style="scope-14"] .content:not([data-style], [data-style="scope-14"] [data-style] *) {
        margin-left: 1rem;
        margin-left: clamp(0px, 3vw, 2rem)
    }
}

.tile_group.collapsed[data-style="scope-14"] .header i:not([data-style], [data-style="scope-14"] [data-style] *) {
    rotate: -90deg
}

.tile_group.collapsed[data-style="scope-14"] .content:not([data-style], [data-style="scope-14"] [data-style] *) {
    grid-template-rows: 0fr
}

.tile_group.collapsed:not(:last-child)[data-style="scope-14"] {
    border-bottom: 2px solid rgba(from var(--surface-lightest) r g b/63)
}

.tile_group:not(:first-child)[data-style="scope-14"] {
    margin-top: 1rem
}
