@font-face {
    font-family: "DaxlinePro";
    src:
        url("../fonts/daxline-pro/DaxlinePro-Light-lP0YGtT.woff2") format("woff2"),
        url("../fonts/daxline-pro/DaxlinePro-Light-_4aXzSb.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

body.route-app-tribe-test {
    overflow-x: hidden;
    background: #00274c;
}

body.route-app-tribe-test .app-main {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
}

body.route-app-tribe-test .sf-toolbar-clearer {
    display: none !important;
}

.tribe-test-page {
    position: relative;
    z-index: 1;
    min-height: 100svh;
    overflow: visible;
    padding: 184px clamp(18px, 4vw, 56px) 78px;
    isolation: isolate;
}

.tribe-test-page::before,
.tribe-test-page::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    pointer-events: none;
}

.tribe-test-page::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.tribe-test-page::after {
    z-index: -2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 39, 76, 0.38));
}

.tribe-test-bg-word {
    position: fixed;
    z-index: -1;
    top: 48svh;
    left: 50%;
    width: min(94vw, 1100px);
    transform: translateX(-50%);
    color: transparent;
    font-family: "CabazonW01", "DaxlinePro", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(170px, 28vw, 600px);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 0.79;
    opacity: 0.6;
    text-align: center;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.28);
    pointer-events: none;
}

.tribe-test-copy {
    position: relative;
    z-index: 1;
    width: min(985px, 100%);
    margin: 0 auto 82px;
    text-align: center;
}

body.route-app-tribe-test .app-main .tribe-test-copy h1 {
    width: min(737px, 100%);
    margin: 0 auto 48px;
    color: var(--color-white);
    font-size: 105px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -3.15px;
}

body.route-app-tribe-test .app-main .tribe-test-copy p {
    width: min(985px, 100%);
    margin: 0 auto;
    color: var(--color-white);
    line-height: 1.2;
}

.tribe-quiz {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 72px;
    width: min(976px, 100%);
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.tribe-result-routes {
    display: none;
}

.tribe-question-list {
    display: grid;
    gap: 57px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tribe-question {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 24px;
    padding-top: 42px;
}

.tribe-question-number {
    position: absolute;
    top: -13px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: var(--color-orange);
    background: var(--color-blue);
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

body.route-app-tribe-test .app-main .tribe-question h2 {
    margin: 0;
    color: var(--color-white);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}

.tribe-answer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 2.4vw, 34px);
    width: 100%;
}

.tribe-answer-tile {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    max-width: 287px;
    transition: flex-basis 180ms ease, max-width 180ms ease, transform 180ms ease;
}

.tribe-answer-tile:has(input:checked),
.tribe-answer-tile.is-selected {
    flex-basis: 17%;
    max-width: 335px;
    transform: scale(1.075);
}

.tribe-answer-tile input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tribe-answer-frame {
    position: relative;
    isolation: isolate;
    display: block;
    width: 100%;
    aspect-ratio: 850 / 1000;
    overflow: visible;
    border: 2px solid transparent;
    border-radius: 23px;
    padding: 6px;
    background: rgba(0, 0, 0, 0.32);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10.8px);
    -webkit-backdrop-filter: blur(10.8px);
    transition: padding 180ms ease, box-shadow 180ms ease;
}

.tribe-answer-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    padding: 2px;
    background: var(--tribe-answer-border, var(--card-border-gradient));
    pointer-events: none;
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
}

@supports (-moz-appearance: none) {
    .tribe-answer-frame::after {
        padding: 0;
        border: 2px solid rgba(245, 245, 245, 0.9);
        background: none;
        -webkit-mask: none;
        mask: none;
    }
}

.tribe-answer-frame img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.tribe-answer-tile:not(:has(input:checked)):not(.is-selected) .tribe-answer-frame img {
    filter: grayscale(1) brightness(0.78);
}

.tribe-answer-tile:has(input:checked) .tribe-answer-frame,
.tribe-answer-tile.is-selected .tribe-answer-frame {
    --tribe-answer-border: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
    box-shadow: 0 24px 70px rgba(251, 102, 10, 0.22);
}

.tribe-answer-check {
    position: absolute;
    z-index: 3;
    right: clamp(10px, 1.35vw, 20px);
    bottom: clamp(10px, 1.35vw, 20px);
    display: none;
    width: clamp(30px, 3.25vw, 47px);
    height: clamp(30px, 3.25vw, 47px);
    border: 3px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
}

.tribe-answer-check::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    width: 42%;
    height: 22%;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.tribe-answer-tile:has(input:checked) .tribe-answer-check,
.tribe-answer-tile.is-selected .tribe-answer-check {
    display: block;
}

.tribe-button {
    display: inline-grid;
    place-items: center;
    min-height: 60px;
    border: 0;
    border-radius: 999px;
    padding: 12px 36px;
    color: var(--color-white);
    background: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(251, 102, 10, 0.22);
}

.tribe-submit {
    width: min(451px, 100%);
    margin: 0 auto;
    font-size: 25px;
}

.tribe-submit:disabled {
    cursor: not-allowed;
    opacity: 0.42;
    filter: grayscale(0.5);
    box-shadow: none;
}

.tribe-result-page {
    padding-bottom: 140px;
}

.tribe-result-copy {
    margin-bottom: 54px;
}

.tribe-result-card-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    width: min(596px, 100%);
    margin: 0 auto;
}

.tribe-result-id-card {
    display: block;
    width: min(100%, 596px);
    max-height: min(58svh, 640px);
    object-fit: contain;
    border-radius: 20px;
}

.tribe-result-buttons {
    display: flex;
    justify-content: center;
    gap: 26px;
    width: 100%;
    margin-top: 20px;
}

.tribe-button-secondary {
    min-width: 162px;
    min-height: 60px;
    font-size: 22px;
}

.tribe-button-share {
    min-width: 189px;
    grid-auto-flow: column;
    gap: 10px;
}

.tribe-button-share img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.tribe-result-usage {
    position: relative;
    z-index: 1;
    width: min(860px, 100%);
    margin: 116px auto 0;
    text-align: center;
}

body.route-app-tribe-test .app-main .tribe-result-usage h2 {
    margin: 0 auto 10px;
    color: var(--color-white);
    font-size: 60px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.route-app-tribe-test .app-main .tribe-result-usage > p {
    width: min(706px, 100%);
    margin: 0 auto 58px;
    color: var(--color-white);
    font-size: 20px;
    line-height: 1.2;
}

.tribe-result-drop-card {
    position: relative;
    display: grid;
    justify-items: center;
    min-height: 491px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 23px;
    padding: 21px 40px 22px;
    background: rgba(0, 0, 0, 0.32);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(10.8px);
    -webkit-backdrop-filter: blur(10.8px);
}

.tribe-result-drop-card img {
    width: 100%;
    height: 253px;
    border-radius: 18px;
    object-fit: cover;
    object-position: center;
}

body.route-app-tribe-test .app-main .tribe-result-drop-card h3 {
    margin: 20px 0 28px;
    color: var(--color-white);
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
}

.tribe-button-small {
    min-width: 371px;
    min-height: 46px;
    padding: 10px 28px;
    font-size: 22px;
}

@media (max-width: 820px) {
    .tribe-test-page {
        padding: 118px 16px 56px;
    }

    .tribe-test-copy {
        width: min(100%, 325px);
        margin-bottom: 58px;
    }

    body.route-app-tribe-test .app-main .tribe-test-copy h1 {
        width: min(100%, 292px);
        margin-bottom: 20px;
        font-size: 48px;
        letter-spacing: -1.44px;
        line-height: 1.05;
    }

    body.route-app-tribe-test .app-main .tribe-test-copy p,
    body.route-app-tribe-test .app-main .tribe-result-usage > p {
        width: min(100%, 269px);
        line-height: 1.2;
    }

    .tribe-test-bg-word {
        top: 50svh;
        font-size: clamp(130px, 48vw, 230px);
        -webkit-text-stroke-width: 1.25px;
    }

    .tribe-quiz {
        gap: 52px;
    }

    .tribe-question-list {
        gap: 46px;
    }

    .tribe-question {
        gap: 18px;
        padding-top: 38px;
    }

    .tribe-question-number {
        top: -8px;
        width: 42px;
        height: 42px;
        font-size: 28px;
    }

    body.route-app-tribe-test .app-main .tribe-question h2 {
        font-size: 24px;
        letter-spacing: 0.08em;
    }

    .tribe-answer-row {
        gap: 8px;
    }

    .tribe-answer-tile {
        max-width: none;
    }

    .tribe-answer-tile:has(input:checked),
    .tribe-answer-tile.is-selected {
        max-width: none;
        transform: scale(1.04);
    }

    .tribe-answer-frame {
        border-radius: 14px;
        padding: 5px;
    }

    .tribe-answer-frame img {
        border-radius: 10px;
    }

    .tribe-submit {
        min-height: 54px;
        font-size: 20px;
    }

    .tribe-result-page {
        padding-bottom: 82px;
    }

    .tribe-result-card-wrap {
        width: min(100%, 360px);
    }

    .tribe-result-buttons {
        gap: 12px;
    }

    .tribe-button-secondary {
        min-width: 0;
        min-height: 50px;
        padding: 10px 16px;
        font-size: 16px;
    }

    .tribe-result-usage {
        margin-top: 72px;
    }

    body.route-app-tribe-test .app-main .tribe-result-usage h2 {
        font-size: 48px;
        letter-spacing: 0.06em;
        line-height: 1.05;
    }

    .tribe-result-drop-card {
        min-height: 0;
        padding: 12px 14px 18px;
    }

    .tribe-result-drop-card img {
        height: 185px;
    }

    body.route-app-tribe-test .app-main .tribe-result-drop-card h3 {
        margin: 18px 0 24px;
        font-size: 24px;
    }

    .tribe-button-small {
        min-width: min(100%, 260px);
        font-size: 16px;
    }
}

.winners-page {
    width: min(1100px, calc(100% - 32px));
    margin: 0 auto;
    padding: 96px 0 48px;
    color: #111;
}

.winners-header {
    margin-bottom: 32px;
}

body.route-app-winners .app-main .winners-header h1 {
    margin: 0 0 10px;
    font-size: clamp(32px, 5vw, 64px);
    line-height: 0.95;
    letter-spacing: 0;
}

.winners-header p {
    max-width: 640px;
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
}

.winners-rewards {
    display: grid;
    gap: 24px;
}

.winners-reward {
    overflow: hidden;
    border: 2px solid #111;
    border-radius: 8px;
    background: #fff;
}

.winners-reward header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 2px solid #111;
}

body.route-app-winners .app-main .winners-reward h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
}

.winners-reward header p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.winners-reward > p {
    margin: 0;
    padding: 20px;
}

.winners-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.winners-reward table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
}

.winners-reward th,
.winners-reward td {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.16);
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
    vertical-align: top;
}

.winners-reward th {
    font-weight: 900;
}

.winners-reward tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 700px) {
    .winners-page {
        width: min(100% - 24px, 520px);
        padding-top: 82px;
    }

    .winners-reward header {
        display: block;
    }

    .winners-reward header p {
        margin-top: 8px;
        text-align: left;
    }

    .winners-reward th,
    .winners-reward td {
        padding: 10px 12px;
        font-size: 13px;
        overflow-wrap: anywhere;
    }
}

@font-face {
    font-family: "DaxlinePro";
    src:
        url("../fonts/daxline-pro/DaxlinePro-I27s8Kd.woff2") format("woff2"),
        url("../fonts/daxline-pro/DaxlinePro-VGX_3QR.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "DaxlinePro";
    src:
        url("../fonts/daxline-pro/DaxlinePro-Medium-1kMNVma.woff2") format("woff2"),
        url("../fonts/daxline-pro/DaxlinePro-Medium-79Dj7WM.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "DaxlinePro";
    src:
        url("../fonts/daxline-pro/DaxlinePro-Bold-T8aGrqu.woff2") format("woff2"),
        url("../fonts/daxline-pro/DaxlinePro-Bold-V8dxRfg.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "DaxlinePro";
    src:
        url("../fonts/daxline-pro/DaxlinePro-ExtraBold-gSSB733.woff2") format("woff2"),
        url("../fonts/daxline-pro/DaxlinePro-ExtraBold-yExUOfo.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "CabazonW01";
    src:
        url("../fonts/cabazon/CabazonW01-Regular-yh5sD9_.woff2") format("woff2"),
        url("../fonts/cabazon/CabazonW01-Regular-b5Y3Ljo.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

:root {
    --color-blue: #167be8;
    --color-orange: #ff8e13;
    --color-orange-deep: #fb660a;
    --color-white: #f5f5f5;
    --color-ink: #090909;
    --color-panel: rgba(0, 0, 0, 0.32);
    --card-border-gradient: linear-gradient(180deg, rgba(245, 245, 245, 0.95) 0%, rgba(245, 245, 245, 0.86) 52%, #ff8e13 100%);
    --color-line: rgba(255, 255, 255, 0.86);
    --shadow-card: 0 14px 20px rgba(0, 0, 0, 0.36);
    --site-menu-top: calc(env(safe-area-inset-top, 0px) + 74px);
    --site-menu-right: calc(env(safe-area-inset-right, 0px) + 53px);
    --site-menu-width: 81px;
    --site-menu-close-offset-x: 18px;
    --site-menu-close-offset-y: 18px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: var(--color-ink);
}

body {
    isolation: isolate;
    margin: 0;
    min-width: 320px;
    background: var(--color-ink);
    color: var(--color-white);
    font-family: "DaxlinePro", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

body.site-menu-open {
    overflow: hidden;
}

body.route-app-home {
    overflow-x: hidden;
}

a {
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

.app-main {
    min-height: 100svh;
}

.campaign-footer {
    position: relative;
    z-index: 5;
    display: grid;
    justify-items: center;
    width: 100%;
    padding: clamp(20px, 6vw, 64px) 40px;
    color: var(--color-white);
}

.site-rules {
    display: flex;
    justify-content: center;
    padding: 0;
    color: var(--color-white);
    text-align: center;
}

.site-rules a {
    color: inherit;
    font-size: 14px;
    font-weight: 800;
}

body:not(.route-app-home) .app-main {
    width: min(100%, 880px);
    margin: 0 auto;
    padding: 128px clamp(20px, 6vw, 64px) 64px;
}

body:not(.route-app-home) .app-main h1 {
    margin: 0 0 28px;
    font-size: clamp(42px, 9vw, 72px);
    line-height: 0.98;
    text-align: center;
}

body:not(.route-app-home) .app-main h2 {
    margin: 28px 0 16px;
    font-size: clamp(28px, 6vw, 42px);
    line-height: 1;
}

body:not(.route-app-home) .app-main p {
    font-size: 18px;
    line-height: 1.5;
}

body:not(.route-app-home) .app-main > ul:not(.landing-actions),
body:not(.route-app-home) .app-main section > ul:not(.landing-actions) {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body:not(.route-app-home) .app-main > ul:not(.landing-actions) a,
body:not(.route-app-home) .app-main section > ul:not(.landing-actions) a,
body:not(.route-app-home) .app-main [aria-disabled="true"] {
    display: block;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
}

body:not(.route-app-home) .app-main [aria-disabled="true"] {
    color: rgba(245, 245, 245, 0.48);
}

form {
    display: grid;
    gap: 18px;
    padding: clamp(20px, 5vw, 32px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(16px);
}

form > div {
    display: grid;
    gap: 8px;
}

label {
    font-weight: 700;
}

input[type="email"],
input[type="text"] {
    min-height: 54px;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 0 16px;
    color: #111;
    background: #fff;
    outline: none;
}

input[type="email"]:focus,
input[type="text"]:focus {
    border-color: var(--color-orange);
}

form button,
.button-link {
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    color: var(--color-white);
    font-weight: 800;
    background: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
    box-shadow: 0 12px 30px rgba(251, 102, 10, 0.28);
}

.site-menu-toggle {
    position: fixed;
    z-index: 80;
    top: var(--site-menu-top);
    right: var(--site-menu-right);
    display: grid;
    justify-items: center;
    gap: 6px;
    width: var(--site-menu-width);
    border: 0;
    padding: 0;
    color: var(--color-white);
    background: transparent;
}

.site-menu-toggle-label {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 4px;
}

.site-menu-toggle-mark {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--color-blue);
}

.site-menu-toggle-mark img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.site-menu {
    position: fixed;
    z-index: 120;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100dvh;
    height: 100dvh;
    overflow-y: auto;
    padding:
        calc(env(safe-area-inset-top, 0px) + 26px)
        calc(env(safe-area-inset-right, 0px) + 22px)
        calc(env(safe-area-inset-bottom, 0px) + 40px)
        calc(env(safe-area-inset-left, 0px) + 22px);
    background: #167be8;
}

body.route-app-tribe-test .site-menu {
    background: #167be8;
}

body.route-app-claim .site-menu,
body.route-app-claim-reward .site-menu {
    background: #167be8;
}

.site-menu.is-open {
    animation: menuIn 160ms ease-out;
}

.site-menu-close {
    position: fixed;
    top: calc(var(--site-menu-top) + var(--site-menu-close-offset-y));
    right: calc(var(--site-menu-right) + var(--site-menu-close-offset-x));
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--color-orange);
}

.site-menu-close span::before,
.site-menu-close span::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 11px;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: var(--color-white);
}

.site-menu-close span::before {
    transform: rotate(45deg);
}

.site-menu-close span::after {
    transform: rotate(-45deg);
}

.site-menu-brand {
    display: grid;
    justify-items: center;
    width: min(100%, 430px);
    min-height: 210px;
    pointer-events: auto;
}

.brand-tipsport {
    width: 150px;
    height: 82px;
    object-fit: contain;
    margin-top: 24px;
    pointer-events: none;
}

.brand-fuckluck {
    width: min(92vw, 370px);
    height: 130px;
    object-fit: contain;
    margin-top: -28px;
}

.site-menu-brand picture {
    display: block;
    line-height: 0;
}

.site-menu-brand a {
    display: block;
    line-height: 0;
}

.site-menu-list {
    display: grid;
    gap: 28px;
    width: min(100%, 335px);
    margin: 26px 0 44px;
    padding: 0;
    list-style: none;
}

.site-menu-list li {
    display: grid;
    justify-items: center;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--color-line);
}

.site-menu-list a {
    display: grid;
    justify-items: center;
    gap: 18px;
    text-align: center;
    text-decoration: none;
}

.site-menu-list span {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.98;
    font-weight: 800;
}

.site-menu-list strong {
    min-width: 193px;
    border-radius: 999px;
    padding: 15px 22px;
    color: var(--color-white);
    background: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
    font-size: 14px;
    line-height: 1;
}

.landing-page {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100svh;
    overflow-x: clip;
    overflow-y: visible;
    padding: 34px 0 0;
    isolation: isolate;
}

.landing-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: none;
}

.landing-page::after {
    content: none;
}

.landing-bg-fallback {
    position: fixed;
    inset: 0;
    z-index: -4;
    background-image: url("../images/figma/landing-poster-16x9-qi22Ikj.webp");
    background-size: cover;
    background-position: center;
    pointer-events: none;
    top: -200px;
    left: 0;
    width: 100vw;
    height: calc(100dvh + 400px);
}

@media (orientation: portrait) {
    .landing-bg-fallback {
        background-image: url("../images/figma/landing-poster-9x16-l4qZZh3.webp");
    }
}

.landing-bg-video {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100vw;
    height: calc(100dvh + 400px);

    z-index: -3;

    object-fit: cover;
    object-position: center;

    background: var(--color-ink);
    pointer-events: none;
}

.landing-brand {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    align-items: start;
    justify-items: center;
    width: min(calc(100% - 40px), 720px);
    height: 366px;
    pointer-events: auto;
}

.landing-tipsport {
    width: 154px;
    height: auto;
    margin-top: 18px;
    pointer-events: none;
}

.landing-brand h1 {
    line-height: 0;
    margin: 20px 0 0;
}

.landing-brand h1 a {
    display: block;
    pointer-events: auto;
}

.landing-brand h1 img {
    display: block;
    width: min(88vw, 500px);
    height: auto;
}

.landing-brand h1 picture {
    display: block;
}

.landing-tagline {
    margin: -2px 0 0;
    font-size: clamp(21px, 5vw, 26px);
    line-height: 1.05;
    font-weight: 800;
    text-align: center;
    pointer-events: none;
}

.landing-description {
    justify-self: center;
    width: min(calc(100vw - 40px), 720px);
    margin: 20px 0 0;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
}

.landing-page.is-teaser {
    display: block;
    min-height: 100svh;
    padding: 0;
    background: #167be8;
}

.landing-page.is-teaser::before,
.landing-page.is-teaser::after {
    content: none;
}

.landing-page.is-teaser .landing-brand {
    position: absolute;
    top: 170px;
    left: 50%;
    width: min(56.875vw, 1092px);
    height: 566px;
    transform: translateX(-50%);
}

.landing-page.is-teaser .landing-tipsport {
    width: min(21.5vw, 413px);
    height: 232px;
    margin: 0;
    object-fit: contain;
}

.landing-page.is-teaser .landing-brand h1 {
    width: 100%;
    height: auto;
    margin: -92px 0 0;
    overflow: visible;
}

.landing-page.is-teaser .landing-brand h1 img {
    width: 100%;
    height: auto;
    max-width: none;
    transform: none;
}

.landing-page.is-teaser .landing-tagline {
    margin-top: 16px;
    font-size: min(3.333vw, 64px);
    line-height: 1.04;
    font-weight: 700;
}

.landing-actions-wrap {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 72px), 1186px);
    margin: max(24px, calc(100svh - 34px - 366px - 96px - 50px)) auto 0;
}

.landing-bonus-cta {
    display: grid;
    place-items: center;
    width: min(100%, 358px);
    min-width: 220px;
    min-height: 52px;
    margin: 0 auto 32px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 12px 28px;
    color: #ffffff;
    background:
        linear-gradient(#167be8, #167be8) padding-box,
        linear-gradient(90deg, #ffffff 0%, #ff8e13 100%) border-box;
    box-shadow: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.landing-bonus-cta strong {
    color: #ff8e13;
    font-size: 140%;
}

.landing-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 358px));
    gap: clamp(24px, 4vw, 56px);
    align-items: end;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-rows: 1fr auto auto;
    justify-items: stretch;
    gap: 12px;
    min-height: 465px;
    padding: 15px 41px 20px;
    border: 2px solid transparent;
    border-radius: 23px;
    color: var(--color-white);
    background: #00000063;
    text-align: center;
    text-decoration: none;
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.landing-card::before,
.landing-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}

.landing-card::before {
    z-index: -2;
    background: var(--color-panel);
    backdrop-filter: blur(10.8px);
    -webkit-backdrop-filter: blur(10.8px);
}

.landing-card::after {
    z-index: 2;
    padding: 2px;
    background: var(--card-border-gradient);
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
}

@supports (-moz-appearance: none) {
    .landing-card::after {
        padding: 0;
        border: 2px solid rgba(245, 245, 245, 0.9);
        background: none;
        -webkit-mask: none;
        mask: none;
    }
}

.landing-card > * {
    position: relative;
    z-index: 1;
}

.landing-card img {
    width: 100%;
    min-height: 0;
    height: 317px;
    border-radius: 18px;
    object-fit: cover;
}

.landing-card span {
    font-size: 33px;
    line-height: 1;
    font-weight: 800;
}

.landing-card strong {
    display: grid;
    place-items: center;
    min-height: 46px;
    border-radius: 999px;
    padding: 10px 18px;
    background: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
    font-size: 18px;
    line-height: 1.1;
    font-weight: 800;
}

.landing-card-drops img {
    object-position: 48% 50%;
}

.landing-footer {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    width: min(100%, 428px);
    margin: 0 auto;
    padding: 0 0 26px;
}

.landing-legal {
    display: block;
    width: min(100%, 340px);
    min-height: 38px;
    padding: 0;
    line-height: 0;
}

.landing-legal span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.landing-legal img {
    display: block;
    width: 100%;
    height: auto;
}

.landing-footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    width: min(100%, 340px);
    margin-top: 25px;
}

.landing-footer-bottom p {
    margin: 0;
    color: var(--color-white);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: -0.3px;
    line-height: 1.042;
    white-space: nowrap;
}

.landing-footer-bottom img {
    width: 96px;
    height: auto;
}

.landing-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: min(100%, 340px);
    margin-bottom: 22px;
}

.landing-footer-social a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--color-white);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.landing-footer-social a:hover,
.landing-footer-social a:focus-visible {
    opacity: 0.82;
    transform: translateY(-1px);
}

.landing-footer-social img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

@media (min-width: 721px) {
    .landing-footer {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        width: min(100%, 1120px);
        padding-bottom: 26px;
    }

    .landing-legal {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    .landing-footer-social {
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 0;
    }

    .landing-footer-bottom {
        grid-column: 3;
        grid-row: 1;
        grid-template-columns: 1fr;
        justify-items: end;
        gap: 10px;
        margin-top: 0;
    }
}

@keyframes menuIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 1180px) {
    .landing-actions-wrap {
        width: min(100% - 40px, 420px);
        margin-top: max(24px, calc(100svh - 34px - 366px - 76px - 50px));
    }

    .landing-bonus-cta {
        width: 100%;
    }

    .landing-actions {
        grid-template-columns: 1fr;
        gap: 18px;
        justify-items: center;
    }

    .landing-card {
        min-height: 465px;
        padding: 15px 41px 20px;
        gap: 12px;
    }

    .landing-card img {
        height: 317px;
    }

    .landing-card strong {
        min-height: 46px;
        padding: 10px 18px;
        font-size: 18px;
    }

}

@media (max-width: 720px) {
    :root {
        --site-menu-top: calc(env(safe-area-inset-top, 0px) + 26px);
        --site-menu-right: calc(env(safe-area-inset-right, 0px) + 16px);
        --site-menu-width: 59px;
        --site-menu-close-offset-x: 7px;
        --site-menu-close-offset-y: 17px;
    }

    body:not(.route-app-home) .app-main {
        padding-top: 112px;
    }

    .site-menu-toggle-label {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .landing-page {
        min-height: 100svh;
        padding-top: clamp(18px, 3.6svh, 30px);
        padding-bottom: 0;
    }

    .landing-brand {
        height: clamp(380px, 52svh, 440px);
        width: 100%;
    }

    .landing-tipsport {
        width: clamp(108px, 30vw, 132px);
        height: auto;
        margin-top: clamp(42px, 7svh, 62px);
    }

    .landing-brand h1 {
        margin-top: clamp(18px, 3svh, 28px);
    }

    .landing-brand h1 img {
        width: clamp(292px, 90vw, 368px);
        max-width: 96vw;
        height: auto;
    }

    .landing-tagline {
        width: auto;
        max-width: 94vw;
        font-size: clamp(19px, 5.4vw, 21px);
        white-space: nowrap;
    }

    .landing-description {
        width: min(calc(100% - 40px), 560px);
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.35;
    }

    .landing-actions-wrap {
        width: 100%;
        margin-top: max(48px, calc(100svh - 30px - min(440px, max(380px, 52svh)) - 76px - 50px));
    }

    .landing-bonus-cta {
        width: min(90%, 535px);
        min-width: 200px;
        min-height: 48px;
        margin-bottom: 28px;
        padding: 10px 24px;
        font-size: 16px;
    }

    .landing-actions {
        gap: 29px;
    }

    .landing-card {
        min-height: 290px;
        padding: 0 13px 20px;
        gap: 14px;
        box-shadow: none;
        max-width: 90%;
        margin: auto;
    }

    .landing-card img {
        border-radius: 18px;
        opacity: 0.72;
    }

    .landing-card span {
        font-size: 33px;
        line-height: 1;
    }

    .landing-card strong {
        min-width: 0;
        min-height: 46px;
        padding: 10px 16px;
        font-size: 14px;
        line-height: 1;
        white-space: nowrap;
    }

    .landing-footer {
        margin-top: 0;
    }

    .landing-page.is-teaser .landing-brand {
        top: 29.5svh;
        width: 427px;
        height: 324px;
        max-width: 108.7vw;
    }

    .landing-page.is-teaser .landing-tipsport {
        width: 132px;
        height: 74px;
    }

    .landing-page.is-teaser .landing-brand h1 {
        width: min(368px, calc(100vw - 24px));
        height: auto;
        margin-top: -16px;
    }

    .landing-page.is-teaser .landing-brand h1 img {
        width: 100%;
        max-width: none;
    }

    .landing-page.is-teaser .landing-tagline {
        margin-top: -4px;
        font-size: 21px;
        line-height: 0.99;
        white-space: nowrap;
    }

}

@media (min-width: 721px) and (max-height: 820px) {
    .landing-page {
        padding-top: 20px;
    }

    .landing-brand {
        height: 366px;
    }

    .landing-actions-wrap {
        margin-top: max(24px, calc(100svh - 20px - 366px - 76px - 50px));
    }
}

@media (min-width: 1181px) {
    .landing-actions-wrap {
        display: grid;
        grid-template-columns: repeat(3, minmax(240px, 358px));
        column-gap: clamp(24px, 4vw, 56px);
        justify-content: center;
    }

    .landing-bonus-cta {
        grid-column: 2;
        width: 100%;
    }

    .landing-actions {
        grid-column: 1 / -1;
    }

    body.route-app-home {
        overflow-y: auto;
    }

    body.route-app-home.publication-gate-limited {
        overflow-y: hidden;
    }

    body.route-app-home .app-main,
    body.route-app-home .landing-page {
        min-height: 100svh;
    }

    body.route-app-home .sf-toolbar-clearer {
        display: none !important;
    }
}

@media (min-width: 1181px) and (max-height: 820px) {
    .landing-page {
        padding-top: 16px;
        padding-bottom: 24px;
    }

    .landing-brand {
        height: 330px;
    }

    .landing-tipsport {
        width: 132px;
        height: auto;
        margin-top: 14px;
    }

    .landing-brand h1 {
        margin-top: 16px;
    }

    .landing-brand h1 img {
        width: min(82vw, 430px);
        height: auto;
    }

    .landing-tagline {
        margin-top: -2px;
        font-size: 23px;
    }

    .landing-description {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.3;
    }

    .landing-actions-wrap {
        margin-top: max(24px, calc(100svh - 16px - 330px - 76px - 50px));
    }

    .landing-card {
        min-height: clamp(390px, calc(100svh - 320px), 430px);
        padding: 14px 36px 18px;
    }

    .landing-card img {
        height: clamp(250px, calc(100svh - 470px), 285px);
    }

    .landing-card span {
        font-size: 30px;
    }

    .landing-card strong {
        min-height: 42px;
        font-size: 16px;
    }
}

body.route-app-tribe-test {
    overflow-x: hidden;
    background: #050505;
}

body.route-app-tribe-test .app-main {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
}

.tribe-test-page {
    position: relative;
    display: grid;
    min-height: 100svh;
    overflow: hidden;
    padding: 132px 56px 72px;
    isolation: isolate;
}

.tribe-test-page::before,
.tribe-test-page::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tribe-test-page::before {
    z-index: -2;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 39, 76, 0.76)),
        url("../images/figma/card-tribe-optimized-T_iF3AD.webp") center / cover no-repeat;
    filter: saturate(1.05);
}

.tribe-test-page::after {
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 39, 76, 0.62), rgba(0, 0, 0, 0.1));
}

.tribe-test-copy {
    width: min(560px, 100%);
    margin: 0 auto 28px;
    text-align: center;
}

body.route-app-tribe-test .app-main .tribe-test-copy h1 {
    margin: 0 0 16px;
    color: var(--color-white);
    font-size: clamp(54px, 9vw, 96px);
    line-height: 0.92;
    font-weight: 800;
}

.tribe-test-copy p {
    margin: 0 auto;
    color: var(--color-white);
    font-size: 18px;
    line-height: 1.35;
}

.tribe-test-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 28px;
}

.tribe-test-option {
    min-height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.64);
    border-radius: 999px;
    padding: 10px 22px;
    color: var(--color-white);
    background: rgba(0, 0, 0, 0.32);
    font-weight: 800;
}

.tribe-test-option.is-active {
    border-color: transparent;
    background: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
}

.tribe-result-cards {
    display: grid;
    justify-items: center;
}

.tribe-result-card {
    display: grid;
    grid-template-columns: minmax(220px, 380px) minmax(240px, 420px);
    align-items: center;
    gap: 28px;
    width: min(100%, 860px);
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 23px;
    padding: 16px;
    color: var(--color-white);
    background: rgba(0, 0, 0, 0.42);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tribe-result-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    object-fit: cover;
}

.tribe-result-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--color-orange);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

body.route-app-tribe-test .app-main .tribe-result-card h2 {
    margin: 0 0 14px;
    color: var(--color-white);
    font-size: clamp(40px, 7vw, 72px);
    line-height: 0.94;
    font-weight: 800;
}

.tribe-result-card p {
    margin: 0;
    color: var(--color-white);
    font-size: 18px;
    line-height: 1.36;
}

body.route-app-claim {
    overflow-x: hidden;
    background: #050505;
}

body.route-app-competitions {
    overflow-x: hidden;
    background: #050505;
}

body.route-app-competitions .app-main {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
}

.full-bg-image img {
    position: fixed;
    top: -200px;
    left: 0;

    width: 100vw;
    height: calc(100dvh + 400px);

    z-index: -3;
    pointer-events: none;

    display: block;
    object-fit: cover;
    object-position: center 50%;

    background: var(--color-ink);

    transform: translateZ(0);
}

.full-bg-image::after {
    content: "";
    position: fixed;
    top: -200px;
    left: 0;

    width: 100vw;
    height: calc(100dvh + 400px);

    z-index: -2;
    pointer-events: none;

    display: block;
    background: rgba(0, 0, 0, 0.50);
}

.competitions-page {
    position: relative;
    z-index: 1;
    min-height: 100svh;
    overflow: hidden;
    padding: 96px 56px 80px;
    isolation: isolate;
}

.competitions-page::before,
.competitions-page::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.competitions-page::before {
    z-index: -3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}

.competitions-page::after {
    z-index: -2;
    background: rgba(0, 0, 0, 0.05);
}

.competitions-copy {
    position: relative;
    z-index: 1;
    width: min(620px, 100%);
    margin: 0 auto 80px;
    text-align: center;
}

body.route-app-competitions .app-main .competitions-copy h1 {
    width: min(100%, 540px);
    margin: 0 auto 20px;
    color: var(--color-white);
    font-size: 72px;
    font-weight: 800;
    letter-spacing: -2.16px;
    line-height: 0.98675;
}

body.route-app-competitions .app-main .competitions-copy h1 span {
    display: block;
}

body.route-app-competitions .app-main .competitions-copy div {
    width: min(520px, 100%);
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.competitions-watermark {
    position: absolute;
    z-index: -1;
    top: 380px;
    left: 50%;
    width: min(100vw, 980px);
    transform: translateX(-50%);
    color: transparent;
    font-family: "CabazonW01", "DaxlinePro", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(170px, 24vw, 300px);
    font-weight: 400;
    letter-spacing: -9px;
    line-height: 0.79;
    opacity: 0.6;
    text-align: center;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.26);
}

body.route-app-competitions .app-main .competitions-page .competitions-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 359px));
    justify-content: center;
    gap: 24px;
    width: min(1190px, 100%);
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

body.route-app-competitions .app-main .competitions-page .competitions-grid > li:only-child {
    grid-column: 2;
}

body.route-app-competitions .app-main .competitions-page .competition-card {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 335px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 23px;
    padding: 12px 15px;
    background: rgba(0, 0, 0, 0.32);
    color: var(--color-white);
    text-align: center;
    text-decoration: none;
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(10.8px);
    -webkit-backdrop-filter: blur(10.8px);
}

body.route-app-competitions .app-main .competitions-page .competition-card > * {
    position: relative;
    z-index: 1;
}

body.route-app-competitions .app-main .competitions-page .competition-card img {
    width: 100%;
    height: 173px;
    border-radius: 18px;
    object-fit: cover;
}

body.route-app-competitions .app-main .competitions-page .competition-card strong {
    display: grid;
    place-items: center;
    min-height: 67px;
    width: 100%;
    margin: 14px 0 7px;
    color: var(--color-white);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.93;
}

body.route-app-competitions .app-main .competitions-page .competition-card em {
    display: grid;
    place-items: center;
    width: calc(100% + 7px);
    min-height: 46px;
    border-radius: 999px;
    padding: 10px 18px;
    background: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
}

body.route-app-claim .app-main {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
}

.drops-page {
    position: relative;
    z-index: 1;
    min-height: 100svh;
    overflow: hidden;
    padding: 185px 56px 40px;
    isolation: isolate;
}

.drops-page::before,
.drops-page::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.drops-page::before {
    z-index: -3;
    background: none;
}

.drops-page::after {
    z-index: -2;
    background: rgba(0, 0, 0, 0.4);
}

.drops-copy {
    position: relative;
    z-index: 1;
    width: min(985px, 100%);
    margin: 0 auto 65px;
    text-align: center;
}

body.route-app-claim .app-main .drops-copy h1 {
    margin: 0 0 48px;
    color: var(--color-white);
    font-size: 105px;
    font-weight: 800;
    letter-spacing: -3.15px;
    line-height: 1.05;
}

.drops-steps {
    display: grid;
    gap: 14px;
    width: min(100%, 430px);
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    list-style: none;
    text-align: left;
}

.drops-closed {
    display: grid;
    gap: 20px;
    width: min(100%, 560px);
    margin: 0 auto;
    color: var(--color-white);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
}

.drops-closed p {
    margin: 0;
}

.drops-closed .drops-closed-lead {
    font-size: 32px;
    font-weight: 800;
}

.drops-closed a {
    color: var(--color-white);
    font-weight: 800;
    text-underline-offset: 4px;
}

.drops-social-grid {
    display: grid;
    grid-template-columns: minmax(0, 359px);
    justify-content: center;
    width: 100%;
    margin: 12px auto 0;
    padding: 0;
    list-style: none;
}

.drops-social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 335px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 23px;
    padding: 12px 15px;
    background: rgba(0, 0, 0, 0.32);
    color: var(--color-white);
    text-align: center;
    text-decoration: none;
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(10.8px);
    -webkit-backdrop-filter: blur(10.8px);
}

.drops-social-card img {
    width: 100%;
    height: 173px;
    border-radius: 18px;
    object-fit: cover;
}

.drops-social-card strong {
    display: grid;
    place-items: center;
    min-height: 67px;
    width: 100%;
    margin: 14px 0 7px;
    color: var(--color-white);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.93;
}

.drops-social-card em {
    display: grid;
    place-items: center;
    width: calc(100% + 7px);
    min-height: 46px;
    border-radius: 999px;
    padding: 10px 18px;
    background: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
}

.drops-steps li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.drops-step-number {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--color-orange);
    background: var(--color-blue);
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

.drops-step-number-text {
    transform: translateY(-1px);
}

.drops-step-number-text-3 {
    transform: translateY(-3px);
}

.drops-step-copy {
    min-width: 0;
}

.drops-step-copy strong {
    font-weight: 800;
}

.drops-watermark {
    position: absolute;
    z-index: -1;
    top: 352px;
    left: 50%;
    width: 1472px;
    transform: translateX(-50%);
    color: transparent;
    font-family: "CabazonW01", "DaxlinePro", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(180px, 48.6vw, 700px);
    font-weight: 400;
    letter-spacing: -21px;
    line-height: 0.79;
    opacity: 0.6;
    text-align: center;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.28);
}

body.route-app-claim .app-main .drops-page .drops-grid {
    position: relative;
    left: 6px;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 19px;
    width: min(1305px, 100%);
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

body.route-app-claim .app-main .drops-page .drop-card {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    width: 100%;
    height: 248px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 23px;
    padding: 0;
    background: rgba(0, 0, 0, 0.32);
    color: var(--color-white);
    text-align: center;
    text-decoration: none;
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(10.8px);
    -webkit-backdrop-filter: blur(10.8px);
}

body.route-app-claim .app-main .drops-page .drop-card > img:first-child {
    position: absolute;
    z-index: -1;
    inset: 3px 4px;
    width: calc(100% - 8px);
    height: calc(100% - 6px);
    border-radius: 18px;
    object-fit: cover;
}

body.route-app-claim .app-main .drops-page .drop-card.is-disabled > img:first-child,
body.route-app-claim .app-main .drops-page .drop-card.is-sold-out > img:first-child {
    opacity: 0.5;
}

body.route-app-claim .app-main .drops-page .drop-card.is-disabled::before,
body.route-app-claim .app-main .drops-page .drop-card.is-sold-out::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 3px 4px;
    border-radius: 18px;
    background: rgba(116, 116, 116, 0.55);
    pointer-events: none;
}

body.route-app-claim .app-main .drops-page .drop-card.is-active::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 3px 4px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

body.route-app-claim .app-main .drops-page .drop-card .drop-card-labels {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 9px;
    max-width: calc(100% - 40px);
}

body.route-app-claim .app-main .drops-page .drop-card .drop-card-name {
    color: var(--color-white);
    font-size: 35px;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.05;
    text-align: center;
}

body.route-app-claim .app-main .drops-page .drop-card .drop-card-badge {
    display: inline-grid;
    place-items: center;
    width: max-content;
    min-height: 28px;
    border-radius: 999px;
    padding: 5px 15px;
    color: var(--color-orange);
    background: var(--color-blue);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

body.route-app-claim .app-main .drops-page .drop-card strong {
    position: absolute;
    z-index: 2;
    bottom: 26px;
    left: 50%;
    display: grid;
    place-items: center;
    min-height: 43px;
    min-width: 148px;
    transform: translateX(-50%);
    border-radius: 70px;
    padding: 10px 16px;
    background: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
    color: var(--color-white);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

body.route-app-claim .app-main .drops-page .drop-card .drop-sold-out-banner {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 142%;
    height: 30px;
    min-height: 30px;
    box-sizing: border-box;
    min-width: 0;
    transform: translate(-50%, -50%) rotate(38deg);
    border-radius: 0;
    padding: 0px 18px;
    background: #fb0a0a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

body.route-app-claim .app-main .drops-page .drop-lock {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 50%;
    width: 26px;
    height: 31px;
    transform: translateX(-50%);
    object-fit: contain;
}

.drops-empty {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

body.route-app-claim-reward {
    overflow-x: hidden;
    background: #03070d;
}

body.route-app-claim-reward .app-main {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
}

.claim-detail-page {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    justify-items: center;
    //min-height: max(100svh, 1175px);
    overflow: hidden;
    padding: 185px 24px 38px;
    isolation: isolate;
}

.claim-detail-page::before,
.claim-detail-page::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.claim-detail-page::before {
    z-index: -4;
    background: none;
}

.claim-detail-page::after {
    z-index: -3;
    background: rgba(0, 0, 0, 0.2);
}

.claim-detail-fixed-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.claim-detail-watermark {
    position: absolute;
    z-index: -1;
    top: 352px;
    left: 50%;
    width: 1472px;
    transform: translateX(-50%);
    color: transparent;
    font-family: "CabazonW01", "DaxlinePro", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(180px, 48.6vw, 700px);
    font-weight: 400;
    letter-spacing: -21px;
    line-height: 0.79;
    opacity: 0.6;
    text-align: center;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.34);
}

.claim-detail-copy {
    position: relative;
    z-index: 1;
    width: min(985px, 100%);
    margin: 0 auto 16px;
    text-align: center;
}

body.route-app-claim-reward .app-main .claim-detail-copy h1 {
    width: min(737px, 100%);
    margin: 0 auto 12px;
    color: var(--color-white);
    font-size: 105px;
    font-weight: 800;
    letter-spacing: -3.15px;
    line-height: 1.05;
}

body.route-app-claim-reward .app-main .claim-detail-copy p {
    margin: 0 auto;
    width: min(620px, 100%);
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
}

body.route-app-claim-reward .app-main .claim-detail-copy p span {
    display: none;
}

body.route-app-claim-reward .app-main .claim-detail-form {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: min(620px, calc(100% - 32px));
    margin: 0 auto 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.route-app-claim-reward .app-main .claim-detail-form > div {
    display: grid;
    gap: 6px;
}

body.route-app-claim-reward .app-main .claim-detail-field--wide,
body.route-app-claim-reward .app-main .claim-detail-submit {
    grid-column: 1 / -1;
}

body.route-app-claim-reward .app-main .claim-detail-input {
    display: block;
    justify-self: center;
    width: 100%;
    min-height: 46px;
    border: 2px solid var(--color-orange-deep);
    border-radius: 999px;
    padding: 11px 22px 10px;
    background: rgba(0, 92, 178, 0.2);
    color: var(--color-white);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    outline: none;
}

body.route-app-claim-reward .app-main .claim-detail-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

body.route-app-claim-reward .app-main .claim-detail-input:focus {
    border-color: var(--color-orange);
    box-shadow: 0 0 0 3px rgba(255, 142, 19, 0.22);
}

.claim-detail-submit {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    background: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
    color: var(--color-white);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
    box-shadow: none;
}

.claim-detail-form ul {
    margin: -8px 0 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    text-align: center;
}

.claim-detail-result {
    position: relative;
    z-index: 3;
    width: min(451px, calc(100% - 32px));
    margin: 0 auto 110px;
    border: 2px solid var(--color-orange-deep);
    border-radius: 27px;
    padding: 20px 26px;
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.claim-detail-result strong {
    font-weight: 800;
}

.claim-detail-page--result .claim-detail-copy {
    margin-bottom: 50px;
}

body.route-app-claim-reward .app-main .claim-detail-status {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: min(1151px, 100%);
    min-height: 240px;
    margin: 0 auto 49px;
    color: var(--color-orange);
    font-size: 105px;
    font-weight: 800;
    letter-spacing: -3.15px;
    line-height: 1.05;
    text-align: center;
}

.claim-detail-status span {
    display: block;
}

.claim-detail-tribe-card {
    position: relative;
    z-index: 2;
    isolation: isolate;
    width: min(722px, calc(100% - 32px));
    height: 413px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 23px;
    padding: 18px 34px 15px;
    background: rgba(0, 0, 0, 0.32);
    box-shadow: var(--shadow-card);
    text-align: center;
    backdrop-filter: blur(10.8px);
    -webkit-backdrop-filter: blur(10.8px);
}

.claim-detail-tribe-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    padding: 2px;
    background: var(--card-border-gradient);
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
}

.claim-detail-tribe-card::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 206px 0 0;
    background: rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: none;
}

.claim-detail-tribe-card > * {
    position: relative;
    z-index: 1;
}

.claim-detail-tribe-card img {
    position: absolute;
    top: 18px;
    left: 34px;
    width: 100%;
    width: calc(100% - 68px);
    height: 188px;
    border-radius: 18px;
    object-fit: cover;
    object-position: center;
}

body.route-app-claim-reward .app-main .claim-detail-tribe-card h2 {
    position: absolute;
    top: 248px;
    left: 50px;
    right: 50px;
    display: grid;
    place-items: center;
    min-height: 83px;
    max-width: 600px;
    margin: 0;
    color: var(--color-white);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
}

.claim-detail-tribe-card a {
    position: absolute;
    top: 324px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    place-items: center;
    width: min(100%, 311px);
    min-height: 55px;
    border-radius: 70px;
    padding: 11px 18px;
    background: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
    color: var(--color-white);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.claim-detail-social-card {
    position: relative;
    z-index: 2;
    isolation: isolate;
    width: min(722px, calc(100% - 32px));
    height: 413px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 23px;
    padding: 18px 34px 15px;
    background: rgba(0, 0, 0, 0.32);
    box-shadow: var(--shadow-card);
    text-align: center;
    backdrop-filter: blur(10.8px);
    -webkit-backdrop-filter: blur(10.8px);
    margin-top: 3%;
}

.claim-detail-social-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    padding: 2px;
    background: var(--card-border-gradient);
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
}

.claim-detail-social-card::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 206px 0 0;
    background: rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: none;
}

.claim-detail-social-card > * {
    position: relative;
    z-index: 1;
}

.claim-detail-social-card img {
    position: absolute;
    top: 18px;
    left: 34px;
    width: calc(100% - 68px);
    height: 188px;
    border-radius: 18px;
    object-fit: cover;
    object-position: center;
}

body.route-app-claim-reward .app-main .claim-detail-social-card h2 {
    position: absolute;
    top: 248px;
    left: 50px;
    right: 50px;
    display: grid;
    place-items: center;
    min-height: 83px;
    max-width: 600px;
    margin: 0;
    color: var(--color-white);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
}

.claim-detail-social-card a {
    position: absolute;
    top: 334px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    place-items: center;
    width: min(100%, 311px);
    min-height: 55px;
    border-radius: 70px;
    padding: 11px 18px;
    background: linear-gradient(90deg, var(--color-orange), var(--color-orange-deep));
    color: var(--color-white);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 900px) {
    body.route-app-competitions {
        background: #050505;
    }

    .competitions-page {
        --competitions-mobile-gutter: 16px;

        min-height: 100dvh;
        padding: 68px var(--competitions-mobile-gutter) 93px;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .competitions-page::before,
    .competitions-page::after {
        position: fixed;
    }

    .competitions-page::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
        transform: none;
    }

    .competitions-page::after {
        background: transparent;
    }

    .competitions-copy {
        width: min(100%, 292px);
        margin: 0 auto 138px;
    }

    body.route-app-competitions .app-main .competitions-copy h1 {
        width: 292px;
        max-width: 100%;
        margin-bottom: 10px;
        font-size: 48px;
        letter-spacing: -1.44px;
        line-height: 0.98675;
    }

    body.route-app-competitions .app-main .competitions-copy div {
        width: min(100%, 269px);
        font-size: 13px;
        line-height: normal;
    }

    .competitions-watermark {
        top: 411px;
        width: 613px;
        font-size: 200px;
        letter-spacing: -6px;
        line-height: 0.79;
        -webkit-text-stroke-width: 2px;
    }

    body.route-app-competitions .app-main .competitions-page .competitions-grid {
        grid-template-columns: 1fr;
        gap: 61px;
        width: min(100%, 359px);
    }

    body.route-app-competitions .app-main .competitions-page .competitions-grid > li:only-child {
        grid-column: auto;
    }

    body.route-app-competitions .app-main .competitions-page .competition-card {
        height: 335px;
        padding: 12px 15px;
    }

    body.route-app-competitions .app-main .competitions-page .competition-card img {
        height: 173px;
    }

    body.route-app-competitions .app-main .competitions-page .competition-card strong {
        min-height: 67px;
        margin: 14px 0 7px;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 0.93;
    }

    body.route-app-competitions .app-main .competitions-page .competition-card em {
        min-height: 46px;
        font-size: 14px;
    }

    body.route-app-claim {
        background: #024790;
    }

    .drops-page {
        min-height: 100dvh;
        padding: 54px 33px 40px 35px;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .drops-page::before,
    .drops-page::after {
        position: fixed;
    }

    .drops-page::before {
        background-image: none;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .drops-page::after {
        background: rgba(0, 0, 0, 0.32);
    }

    .drops-copy {
        width: min(100%, 325px);
        margin: 0 auto 38px;
    }

    body.route-app-claim .app-main .drops-copy h1 {
        margin-bottom: 30px;
        font-size: 48px;
        letter-spacing: -1.44px;
        line-height: 1.05;
    }

    .drops-steps {
        width: min(calc(100% - 47px), 278px);
        margin-left: min(47px, 12vw);
        gap: 13px;
        font-size: 14px;
        line-height: 1.2;
    }

    .drops-closed {
        gap: 18px;
        font-size: 18px;
        line-height: 1.35;
    }

    .drops-closed .drops-closed-lead {
        font-size: 25px;
    }

    .drops-social-grid {
        grid-template-columns: minmax(0, 325px);
        margin-top: 8px;
    }

    .drops-steps li {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 14px;
    }

    .drops-step-number {
        width: 34px;
        height: 34px;
        font-size: 24px;
    }

    .drops-watermark {
        top: 610px;
        width: 613px;
        font-size: 200px;
        letter-spacing: -6px;
        line-height: 1.042;
        -webkit-text-stroke-width: 2px;
    }

    body.route-app-claim .app-main .drops-page .drops-grid {
        left: 0;
        grid-template-columns: 1fr;
        gap: 42px;
        width: min(100%, 325px);
    }

    body.route-app-claim .app-main .drops-page .drop-card {
        height: 258px;
    }

    body.route-app-claim .app-main .drops-page .drop-card > img:first-child {
        inset: 3px 4px;
        width: calc(100% - 8px);
        height: calc(100% - 6px);
    }

    body.route-app-claim .app-main .drops-page .drop-card span {
        max-width: 267px;
        font-size: 48px;
        letter-spacing: -1.44px;
    }

    body.route-app-claim .app-main .drops-page .drop-card strong {
        bottom: 15px;
        min-height: 45px;
        min-width: 117px;
    }

    body.route-app-claim .app-main .drops-page .drop-card .drop-sold-out-banner {
        width: 145%;
    }

    body.route-app-claim .app-main .drops-page .drop-lock {
        bottom: 59px;
        width: 28px;
        height: 32px;
    }

    body.route-app-claim-reward {
        background: #024790;
    }

    body.route-app-claim-reward .app-main {
        min-height: 100svh;
    }

    .claim-detail-page {
        align-content: start;
        min-height: 100svh;
        padding:
            calc(env(safe-area-inset-top, 0px) + 63px)
            16px
            calc(env(safe-area-inset-bottom, 0px) + 132px);
        overflow: hidden;
    }

    .claim-detail-page--result {
        min-height: 100svh;
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 132px);
        background: none;
    }

    .claim-detail-page::before,
    .claim-detail-page::after {
        position: fixed;
    }

    .claim-detail-page::before {
        background-position: center top;
        background-size: cover;
    }

    .claim-detail-page::after {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.52) 23%, rgba(0, 0, 0, 0.08) 53%, rgba(0, 39, 76, 0.72) 100%);
    }

    .claim-detail-watermark {
        display: none;
    }

    .claim-detail-copy {
        width: min(100%, 292px);
        margin: 0 auto 10px;
    }

    .claim-detail-page--result .claim-detail-copy {
        margin-bottom: 54px;
    }

    .claim-detail-page--error .claim-detail-copy {
        margin-bottom: 54px;
    }

    body.route-app-claim-reward .app-main .claim-detail-copy h1 {
        width: min(100%, 292px);
        margin-bottom: 8px;
        font-size: clamp(30px, 9vw, 36px);
        letter-spacing: 0;
        line-height: 1.05;
    }

    body.route-app-claim-reward .app-main .claim-detail-copy p {
        width: min(100%, 246px);
        min-height: 30px;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.18;
    }

    body.route-app-claim-reward .app-main .claim-detail-copy p span {
        display: inline;
    }

    body.route-app-claim-reward .app-main .claim-detail-form {
        gap: 7px;
        grid-template-columns: 1fr;
        width: min(100%, 311px);
        margin-bottom: 0;
    }

    body.route-app-claim-reward .app-main .claim-detail-input {
        width: 100%;
        min-height: 40px;
        border-color: var(--color-orange-deep);
        border-radius: 999px;
        padding: 9px 18px 8px;
        background: rgba(0, 92, 178, 0.16);
    }

    body.route-app-claim-reward .app-main .claim-detail-submit {
        box-sizing: border-box;
        height: 46px;
        min-height: 46px;
        max-height: 46px;
        padding: 10px 16px;
        border-radius: 999px;
        font-size: 14px;
        line-height: 1;
        white-space: nowrap;
    }

    .claim-detail-result {
        width: min(100%, 350px);
        margin-bottom: 122px;
        padding: 18px 22px;
        font-size: 16px;
    }

    body.route-app-claim-reward .app-main .claim-detail-status {
        width: min(100%, 292px);
        min-height: 132px;
        margin-bottom: 0;
        font-size: clamp(30px, 9vw, 36px);
        letter-spacing: 0;
        line-height: 1.05;
    }

    body.route-app-claim-reward .app-main .claim-detail-page--error .claim-detail-status {
        min-height: 96px;
        margin-bottom: 0;
    }

    body.route-app-claim-reward .campaign-footer {
        position: fixed;
        z-index: 6;
        left: 0;
        right: 0;
        bottom: 0;
        padding:
            0
            calc(env(safe-area-inset-right, 0px) + 16px)
            calc(env(safe-area-inset-bottom, 0px) + 13px)
            calc(env(safe-area-inset-left, 0px) + 16px);
        pointer-events: none;
    }

    body.route-app-claim-reward .campaign-footer a {
        pointer-events: auto;
    }

    .claim-detail-tribe-card {
        width: min(100%, 359px);
        height: 335px;
        padding: 14px 15px 14px;
    }

    .claim-detail-social-card {
        width: min(100%, 359px);
        height: 335px;
        padding: 14px 15px 14px;
    }

    .claim-detail-tribe-card::after {
        inset: 187px 0 0;
    }

    .claim-detail-social-card::after {
        inset: 187px 0 0;
        background: rgba(0, 92, 178, 0.72);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .claim-detail-tribe-card img {
        top: 14px;
        left: 15px;
        width: calc(100% - 30px);
        height: 173px;
    }

    .claim-detail-social-card img {
        top: 14px;
        left: 15px;
        width: calc(100% - 30px);
        height: 173px;
    }

    body.route-app-claim-reward .app-main .claim-detail-tribe-card h2 {
        top: 201px;
        left: 28px;
        right: 28px;
        min-height: 67px;
        font-size: 24px;
        line-height: 0.93;
    }

    body.route-app-claim-reward .app-main .claim-detail-social-card h2 {
        top: 201px;
        left: 28px;
        right: 28px;
        min-height: 67px;
        font-size: 24px;
        line-height: 0.93;
    }

    .claim-detail-tribe-card a {
        top: 276px;
        left: 15px;
        width: calc(100% - 30px);
        transform: none;
        min-height: 46px;
        font-size: 14px;
        font-weight: 800;
    }

    .claim-detail-social-card a {
        top: 276px;
        left: 15px;
        width: calc(100% - 30px);
        transform: none;
        min-height: 46px;
        font-size: 14px;
        font-weight: 800;
    }

    .tribe-test-page {
        padding: 118px 18px 44px;
    }

    .tribe-test-copy {
        margin-bottom: 22px;
    }

    .tribe-test-copy p {
        font-size: 16px;
    }

    .tribe-test-actions {
        gap: 9px;
    }

    .tribe-test-option {
        min-height: 42px;
        padding: 9px 16px;
        font-size: 14px;
    }

    .tribe-result-card {
        grid-template-columns: 1fr;
        gap: 18px;
        width: min(100%, 359px);
        padding: 14px;
    }

    .tribe-result-card img {
        aspect-ratio: 1.55;
    }

    body.route-app-tribe-test .app-main .tribe-result-card h2 {
        font-size: 46px;
    }

    .tribe-result-card p {
        font-size: 16px;
    }
}

/* Final Tribe test overrides sit after legacy prototype styles for this route. */
body.route-app-tribe-test {
    overflow-x: hidden;
    background: #00274c;
}

body.route-app-tribe-test .app-main {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
}

.tribe-test-page {
    position: relative;
    display: block;
    min-height: 100svh;
    overflow: visible;
    padding: 184px clamp(18px, 4vw, 56px) 78px;
    isolation: isolate;
}

.tribe-test-page::before,
.tribe-test-page::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.tribe-test-page::before {
    z-index: -3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    filter: none;
}

.tribe-test-page::after {
    z-index: -2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 39, 76, 0.38));
}

.tribe-test-copy {
    position: relative;
    z-index: 1;
    width: min(985px, 100%);
    margin: 0 auto 82px;
    text-align: center;
}

body.route-app-tribe-test .app-main .tribe-test-copy h1 {
    width: min(737px, 100%);
    margin: 0 auto 48px;
    color: var(--color-white);
    font-size: 105px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -3.15px;
}

body.route-app-tribe-test .app-main .tribe-test-copy p {
    width: min(985px, 100%);
    margin: 0 auto;
    color: var(--color-white);
    line-height: 1.2;
}

.tribe-quiz {
    display: grid;
    gap: 72px;
    width: min(976px, 100%);
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.tribe-question-list {
    display: grid;
    gap: 57px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tribe-question {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 31px;
    padding-top: 58px;
}

.tribe-question-number {
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

body.route-app-tribe-test .app-main .tribe-question h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.15;
}

.tribe-answer-row {
    align-items: center;
    gap: clamp(10px, 2.4vw, 34px);
}

.tribe-answer-tile {
    flex: 1 1 0;
    max-width: 287px;
    transform-origin: center center;
}

.tribe-answer-tile:has(input:checked),
.tribe-answer-tile.is-selected {
    flex-grow: 1.17;
    flex-basis: 0;
    max-width: 335px;
    transform: none;
}

.tribe-answer-frame {
    aspect-ratio: 850 / 1000;
    padding: 6px;
}

.tribe-answer-frame img {
    background: rgba(0, 0, 0, 0.28);
    object-fit: contain;
}

.tribe-result-page {
    min-height: 100svh;
    padding-top: 136px;
    padding-bottom: 98px;
    background: linear-gradient(180deg, transparent 0 48svh, #005cb2 48svh, #00274c 100%);
}

.tribe-result-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(310px, 1fr);
    grid-template-areas:
        "copy card"
        "buttons card";
    align-items: center;
    gap: 26px clamp(32px, 6vw, 82px);
    width: min(1120px, 100%);
    margin: 0 auto;
}

.tribe-result-copy {
    grid-area: copy;
    width: 100%;
    margin: 0;
    text-align: left;
}

.tribe-result-kicker,
.tribe-result-card-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 2px solid var(--color-orange);
    border-radius: 999px;
    padding: 7px 14px 5px;
    color: var(--color-white);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.route-app-tribe-test .app-main .tribe-result-copy h1 {
    width: min(100%, 470px);
    margin: 22px 0 22px;
    font-size: clamp(56px, 8vw, 104px);
    letter-spacing: 0;
    line-height: 0.96;
}

body.route-app-tribe-test .app-main .tribe-result-copy p {
    width: min(100%, 430px);
    margin: 0;
    font-size: 20px;
    line-height: 1.22;
}

.tribe-result-card-wrap {
    grid-area: card;
    justify-self: center;
    display: grid;
    justify-items: center;
    gap: 14px;
    width: min(100%, 520px);
}

.tribe-result-card-label {
    display: none;
}

.tribe-result-id-card {
    width: min(100%, 520px);
    max-height: none;
    border-radius: clamp(14px, 2.5vw, 26px);
    filter: drop-shadow(0 30px 52px rgba(0, 0, 0, 0.34));
}

.tribe-result-buttons {
    grid-area: buttons;
    justify-content: flex-start;
    margin: 0;
}

.tribe-button-share {
    min-width: min(100%, 286px);
    min-height: 58px;
    padding-inline: 22px;
}

@media (max-width: 820px) {
    .tribe-test-page {
        display: block;
        padding: 118px 16px 56px;
        overflow: visible;
    }

    .tribe-test-copy {
        width: min(100%, 325px);
        margin-bottom: 58px;
    }

    body.route-app-tribe-test .app-main .tribe-test-copy h1 {
        width: min(100%, 292px);
        margin-bottom: 20px;
        font-size: 48px;
        letter-spacing: -1.44px;
        line-height: 1.05;
    }

    body.route-app-tribe-test .app-main .tribe-test-copy p {
        width: min(100%, 269px);
        line-height: 1.2;
    }

    .tribe-question-list {
        gap: 46px;
    }

    .tribe-question {
        gap: 22px;
        padding-top: 44px;
    }

    body.route-app-tribe-test .app-main .tribe-question h2 {
        font-size: 24px;
        letter-spacing: 0.08em;
        line-height: 0.93;
    }

    .tribe-answer-tile {
        max-width: none;
    }

    .tribe-answer-tile:has(input:checked),
    .tribe-answer-tile.is-selected {
        max-width: none;
        transform: none;
    }

    .tribe-result-page {
        padding: 104px 16px 62px;
        background: linear-gradient(180deg, transparent 0 44svh, #005cb2 44svh, #00274c 100%);
    }

    .tribe-result-layout {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "copy"
            "card"
            "buttons";
        justify-items: center;
        gap: 22px;
        width: min(100%, 360px);
    }

    .tribe-result-copy {
        width: min(100%, 328px);
        text-align: center;
    }

    .tribe-result-kicker {
        min-height: 30px;
        padding: 6px 12px 4px;
        font-size: 11px;
    }

    body.route-app-tribe-test .app-main .tribe-result-copy h1 {
        width: min(100%, 320px);
        margin: 16px auto 16px;
        font-size: 48px;
        letter-spacing: 0;
        line-height: 0.98;
    }

    body.route-app-tribe-test .app-main .tribe-result-copy p {
        width: min(100%, 304px);
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.22;
    }

    .tribe-result-card-wrap {
        width: min(100%, 336px);
        gap: 10px;
    }

    .tribe-result-id-card {
        width: 100%;
        max-height: 58svh;
    }

    .tribe-result-buttons {
        justify-content: center;
        width: min(100%, 304px);
    }

    .tribe-button-share {
        width: 100%;
        min-height: 54px;
        font-size: 18px;
    }
}

/* Tribe result layout from the Untitled Figma desktop/mobile frames. */
.tribe-result-page {
    min-height: 100svh;
    padding: 0 clamp(24px, 4vw, 72px) 118px;
    background: transparent;
}

.tribe-result-page::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 18, 38, 0.14) 58%, rgba(0, 45, 85, 0.42) 100%);
}

.tribe-result-page::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 24, 48, 0.24));
}

.tribe-result-hero {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    min-height: 1000px;
    padding: 146px 0 70px;
}

.tribe-result-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        "copy"
        "card"
        "buttons";
    justify-items: center;
    gap: 34px;
    width: min(100%, 780px);
}

.tribe-result-copy {
    width: min(100%, 760px);
    text-align: center;
}

body.route-app-tribe-test .app-main .tribe-result-copy h1 {
    width: 100%;
    margin: 0 auto 28px;
    font-size: clamp(72px, 7vw, 108px);
    line-height: 0.98;
    letter-spacing: 0;
}

body.route-app-tribe-test .app-main .tribe-result-copy p {
    width: min(100%, 760px);
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.15;
}

.tribe-result-card-wrap {
    width: min(100%, 455px);
}

.tribe-result-id-card {
    display: block;
    width: 100%;
    max-height: none;
    border-radius: 0;
    filter: drop-shadow(0 28px 62px rgba(0, 0, 0, 0.38));
}

.tribe-result-buttons {
    display: flex;
    justify-content: center;
    gap: clamp(30px, 5vw, 70px);
    width: min(100%, 520px);
    margin-top: -4px;
}

.tribe-result-buttons .tribe-button {
    min-width: 161px;
    min-height: 57px;
    border-radius: 18px;
    padding: 12px 18px;
    font-size: 21px;
    line-height: 1;
}

.tribe-result-buttons .tribe-button-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    white-space: nowrap;
}

.tribe-button-share img {
    display: block;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
}

.tribe-result-usage {
    position: relative;
    z-index: 1;
    width: min(100%, 820px);
    margin: 118px auto 0;
    text-align: center;
}

body.route-app-tribe-test .app-main .tribe-result-usage h2 {
    margin: 0 0 22px;
    color: var(--color-white);
    font-size: clamp(42px, 4.2vw, 61px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.route-app-tribe-test .app-main .tribe-result-usage > p {
    width: min(100%, 760px);
    margin: 0 auto;
    color: var(--color-white);
    font-size: 20px;
    line-height: 1.16;
}

.tribe-result-drop-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px, 330px) 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    align-content: center;
    column-gap: 34px;
    width: min(100%, 824px);
    min-height: 286px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid var(--color-orange-deep);
    border-radius: 18px;
    padding: 28px 34px;
    background: rgba(0, 24, 52, 0.82);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
}

.tribe-result-drop-card img {
    grid-row: 1 / span 2;
    width: 100%;
    height: 230px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center 54%;
}

body.route-app-tribe-test .app-main .tribe-result-drop-card h3 {
    margin: 24px 0 0;
    color: var(--color-white);
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
}

.tribe-result-drop-card p {
    align-self: end;
    margin: 0 0 24px;
    text-align: left;
}

.tribe-result-drop-card .tribe-button {
    justify-self: start;
    align-self: start;
    width: min(100%, 360px);
    min-width: 0;
}

@media (max-width: 820px) {
    .tribe-result-page {
        padding: 0 40px 54px;
        background: transparent;
    }

    .tribe-result-page::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.15) 44%, rgba(0, 35, 70, 0.46) 100%);
    }

    .tribe-result-hero {
        min-height: 684px;
        padding: 84px 0 40px;
    }

    .tribe-result-layout {
        gap: 18px;
        width: min(100%, 312px);
    }

    .tribe-result-copy {
        width: min(100%, 286px);
    }

    body.route-app-tribe-test .app-main .tribe-result-copy h1 {
        margin-bottom: 24px;
        font-size: 43px;
        line-height: 0.98;
    }

    body.route-app-tribe-test .app-main .tribe-result-copy p {
        width: min(100%, 280px);
        font-size: 14px;
        line-height: 1.15;
    }

    .tribe-result-card-wrap {
        width: 235px;
    }

    .tribe-result-id-card {
        filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.32));
    }

    .tribe-result-buttons {
        width: 235px;
        margin-top: 2px;
    }

    .tribe-result-buttons .tribe-button:not(.tribe-button-share) {
        display: none;
    }

    .tribe-result-buttons .tribe-button {
        width: 100%;
        min-width: 0;
        min-height: 40px;
        border-radius: 18px;
        font-size: 14px;
    }

    .tribe-result-buttons .tribe-button-share {
        gap: 8px;
        padding-inline: 18px;
    }

    .tribe-button-share img {
        width: 20px;
        height: 20px;
    }

    .tribe-result-usage {
        display: none;
    }

    .tribe-result-drop-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        align-content: stretch;
        justify-items: center;
        row-gap: 0;
        width: min(100%, 264px);
        min-height: 406px;
        margin-top: 10px;
        border-radius: 18px;
        padding: 14px 12px 24px;
    }

    .tribe-result-drop-card img {
        grid-row: auto;
        width: 100%;
        height: 224px;
        border-radius: 12px;
        object-position: center;
    }

    body.route-app-tribe-test .app-main .tribe-result-drop-card h3 {
        display: none;
    }

    body.route-app-tribe-test .app-main .tribe-result-drop-card p {
        display: block;
        width: min(100%, 216px);
        margin: 24px auto 0;
        color: var(--color-white);
        font-size: 14px;
        line-height: 1.13;
        text-align: center;
    }

    .tribe-result-drop-card .tribe-button {
        justify-self: center;
        width: 240px;
        min-height: 40px;
        border-radius: 16px;
        font-size: 14px;
    }
}

body.route-app-tribe-test,
body.route-app-competitions,
body.route-app-claim,
body.route-app-claim-reward {
    position: relative;
}

body.route-app-tribe-test .app-main,
body.route-app-tribe-test .campaign-footer,
body.route-app-competitions .app-main,
body.route-app-competitions .campaign-footer,
body.route-app-claim .app-main,
body.route-app-claim .campaign-footer,
body.route-app-claim-reward .app-main,
body.route-app-claim-reward .campaign-footer {
    position: relative;
    z-index: 1;
}

body.route-app-tribe-test .site-menu-toggle,
body.route-app-competitions .site-menu-toggle,
body.route-app-claim .site-menu-toggle,
body.route-app-claim-reward .site-menu-toggle {
    z-index: 80;
}

body.route-app-tribe-test .site-menu,
body.route-app-competitions .site-menu,
body.route-app-claim .site-menu,
body.route-app-claim-reward .site-menu {
    z-index: 120;
}

.tribe-test-page::before,
.tribe-test-page::after,
.tribe-result-page::before,
.tribe-result-page::after,
.competitions-page::before,
.competitions-page::after,
.drops-page::before,
.drops-page::after,
.claim-detail-page::before,
.claim-detail-page::after {
    content: none;
}

body.route-app-home {
    position: relative;
}

body.route-app-home .app-main,
body.route-app-home .campaign-footer {
    position: relative;
    z-index: 1;
}

body.route-app-home .site-menu-toggle {
    position: fixed;
    z-index: 80;
}

@media (max-width: 900px) {
    .drops-fixed-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
    }

    .claim-detail-fixed-bg {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.52) 23%, rgba(0, 0, 0, 0.08) 53%, rgba(0, 39, 76, 0.72) 100%);
    }
}

@media (max-width: 820px) {
    body.route-app-tribe-test:has(.tribe-result-page) .tribe-test-fixed-bg {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.15) 44%, rgba(0, 35, 70, 0.46) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 24, 48, 0.24));
    }
}

html.route-app-home,
html.route-app-tribe-test,
html.route-app-competitions,
html.route-app-claim,
html.route-app-claim-reward {
    min-height: 100%;
    background-color: var(--color-ink);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

html.route-app-home {
    background-image: none;
    background-position: center center;
}

html.route-app-home.publication-gate-limited {
    background-image: none;
    background-color: #167be8;
}

html.route-app-tribe-test {
    background-image: none;
}

html.route-app-tribe-test:has(.tribe-result-page) {
    background-image: none;
}

html.route-app-competitions {
    background-image: none;
}

html.route-app-claim {
    background-image: none;
}

html.route-app-claim-reward {
    background-image: none;
    background-position: center 40%;
}

html.route-app-home body,
html.route-app-tribe-test body,
html.route-app-competitions body,
html.route-app-claim body,
html.route-app-claim-reward body {
    background: transparent;
}

body.route-app-tribe-test::before,
body.route-app-tribe-test::after,
body.route-app-competitions::before,
body.route-app-competitions::after,
body.route-app-claim::before,
body.route-app-claim::after,
body.route-app-claim-reward::before,
body.route-app-claim-reward::after {
    content: none;
}

body.route-app-home > .landing-bg-video {
    background: transparent;
}

body.route-app-tribe-test > .tribe-test-fixed-bg,
body.route-app-competitions > .competitions-fixed-bg,
body.route-app-claim > .drops-fixed-bg,
body.route-app-claim-reward > .claim-detail-fixed-bg {
    background-color: transparent;
}

@media (max-width: 900px) {
    html.route-app-claim {
        background-image: none;
        background-position: center top;
    }

    html.route-app-claim-reward {
        background-image: none;
        background-position: center top;
    }
}

@media (max-width: 820px) {
    html.route-app-tribe-test:has(.tribe-result-page) {
        background-image: none;
    }
}
