/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-jdozmzgdnm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jdozmzgdnm] {
    flex: 1;
}

.sidebar[b-jdozmzgdnm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jdozmzgdnm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jdozmzgdnm]  a, .top-row[b-jdozmzgdnm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jdozmzgdnm]  a:hover, .top-row[b-jdozmzgdnm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jdozmzgdnm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jdozmzgdnm] {
        justify-content: space-between;
    }

    .top-row[b-jdozmzgdnm]  a, .top-row[b-jdozmzgdnm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jdozmzgdnm] {
        flex-direction: row;
    }

    .sidebar[b-jdozmzgdnm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jdozmzgdnm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jdozmzgdnm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jdozmzgdnm], article[b-jdozmzgdnm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-63kk6ypti9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-63kk6ypti9] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-63kk6ypti9] {
    font-size: 1.1rem;
}

.bi[b-63kk6ypti9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-63kk6ypti9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-63kk6ypti9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-63kk6ypti9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-63kk6ypti9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-63kk6ypti9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-63kk6ypti9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-63kk6ypti9]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-63kk6ypti9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-63kk6ypti9]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-63kk6ypti9] {
        display: none;
    }

    .collapse[b-63kk6ypti9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-63kk6ypti9] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/CrimeSafety.razor.rz.scp.css */
.crime-safety-section-heading[b-7f2udt3wf0] {
    padding: 0;
}

@media (max-width: 767px) {
    .crime-safety-section-heading[b-7f2udt3wf0] {
        padding: 1rem 1.1rem;
    }
}
/* /Pages/EconomicImpact.razor.rz.scp.css */
.economic-analysis-section-heading[b-xuufo2tali] {
    padding: 0;
}

.economic-analysis-opening-shell[b-xuufo2tali] {
    display: flex;
    min-height: 100svh;
    width: 100%;
}

.economic-analysis-opening[b-xuufo2tali] {
    align-items: stretch;
    display: flex;
    flex: 1 1 auto;
    min-height: 100svh;
    padding: 0;
    width: 100%;
}

.economic-analysis-content-shell[b-xuufo2tali] {
    position: relative;
    width: 100%;
    z-index: 10;
}

.economic-analysis-content[b-xuufo2tali] {
    padding-top: 0;
}

.economic-chart-card[b-xuufo2tali] {
    border: 1px solid rgba(100, 116, 139, 0.55);
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.12), transparent 32%),
        rgba(2, 6, 23, 0.55);
    padding: 1.25rem;
    box-shadow: inset 0 1px 0 rgba(148, 163, 184, 0.06);
}

.economic-chart-canvas-shell[b-xuufo2tali] {
    position: relative;
    min-height: 24rem;
    border: 1px solid rgba(51, 65, 85, 0.9);
    border-radius: 1rem;
    background: rgba(2, 6, 23, 0.82);
    padding: 0.75rem;
}

.economic-chart-canvas-shell canvas[b-xuufo2tali] {
    width: 100%;
    height: 100%;
}

.economic-chart-toggle-group[b-xuufo2tali] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.economic-chart-toggle[b-xuufo2tali] {
    border: 1px solid rgba(71, 85, 105, 0.95);
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.92);
    color: rgb(203, 213, 225);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    padding: 0.85rem 1rem;
    text-transform: uppercase;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.economic-chart-toggle:hover[b-xuufo2tali] {
    border-color: rgba(96, 165, 250, 0.9);
    color: rgb(255, 255, 255);
}

.economic-chart-toggle.is-active[b-xuufo2tali] {
    border-color: rgba(59, 130, 246, 0.8);
    background: rgba(30, 64, 175, 0.24);
    color: rgb(255, 255, 255);
}

.economic-chart-summary-grid[b-xuufo2tali] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}

.economic-chart-stat[b-xuufo2tali] {
    border: 1px solid rgba(51, 65, 85, 0.9);
    border-radius: 0.9rem;
    background: rgba(15, 23, 42, 0.8);
    padding: 0.85rem 0.95rem;
}

.economic-chart-stat-label[b-xuufo2tali] {
    color: rgb(148, 163, 184);
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.economic-chart-stat-value[b-xuufo2tali] {
    color: rgb(248, 250, 252);
    display: block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1rem;
    font-weight: 700;
}

.economic-chart-stat-value.positive[b-xuufo2tali] {
    color: rgb(52, 211, 153);
}

.economic-chart-stat-value.negative[b-xuufo2tali] {
    color: rgb(248, 113, 113);
}

#detailed-breakdown-content [id^="calc-break-"][b-xuufo2tali],
#detailed-breakdown-content [id^="calc-total-cost-"][b-xuufo2tali] {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (max-width: 767px) {
    .economic-analysis-opening-shell[b-xuufo2tali] {
        min-height: 100svh;
    }

    .economic-analysis-opening[b-xuufo2tali] {
        min-height: 100svh;
    }

    .economic-analysis-content[b-xuufo2tali] {
        padding-top: 0;
    }

    .economic-analysis-section-heading[b-xuufo2tali] {
        border-radius: 1rem;
        padding: 1rem 1.1rem;
    }

    .economic-chart-card[b-xuufo2tali] {
        padding: 1rem;
    }

    .economic-chart-canvas-shell[b-xuufo2tali] {
        min-height: 19rem;
        padding: 0.5rem;
    }

    .economic-chart-toggle[b-xuufo2tali] {
        width: 100%;
        justify-content: center;
    }

}
/* /Pages/HeroSection.razor.rz.scp.css */
.hero-copy[b-kehjgwim5p] {
    max-width: 42rem;
}

.hero-mobile-cta[b-kehjgwim5p] {
    display: none;
}

.hero-desktop-learn-more[b-kehjgwim5p] {
    width: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.45rem;
    color: rgba(241, 245, 249, 0.92);
    text-decoration: none;
    margin: 0.35rem auto 0;
    align-self: center;
    pointer-events: auto;
    text-align: center;
    opacity: 0;
    transform: translateY(8px);
}

.hero-desktop-learn-more-circle[b-kehjgwim5p] {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 9999px;
    border: 2px solid rgba(241, 245, 249, 0.75);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.28);
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    animation: heroDesktopChevronBob-b-kehjgwim5p 1.6s ease-in-out infinite;
}

.hero-desktop-learn-more-chevron[b-kehjgwim5p] {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    transform: translateY(1px);
}

.hero-desktop-learn-more-text[b-kehjgwim5p] {
    font-size: 0.78rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.hero-desktop-learn-more:hover .hero-desktop-learn-more-circle[b-kehjgwim5p] {
    transform: translateY(1px);
    border-color: rgba(255, 255, 255, 0.95);
    background: rgba(15, 23, 42, 0.44);
    animation-play-state: paused;
}

@media (min-width: 1024px) {
    .hero-desktop-learn-more[b-kehjgwim5p] {
        animation: heroDesktopLearnMoreIn-b-kehjgwim5p 0.55s ease 3.7s forwards;
    }
}

.hero-mobile-swipe-hint[b-kehjgwim5p],
.hero-mobile-scroll-hint[b-kehjgwim5p] {
    display: none;
}

.hero-slot-shell[b-kehjgwim5p] {
    max-width: 54rem;
    margin-top: 1.5rem;
    transform: scale(0.88);
    transform-origin: top center;
}

.hero-visual-stage[b-kehjgwim5p] {
    width: 100%;
}

@media (min-width: 1024px) {
    .hero-visual-stage[b-kehjgwim5p] {
        width: 55%;
    }
}

.hero-line[b-kehjgwim5p],
.hero-kicker-part[b-kehjgwim5p] {
    display: block;
}

.hero-kicker-part + .hero-kicker-part[b-kehjgwim5p] {
    margin-top: 0.15rem;
}

@media (min-width: 640px) {
    .hero-slot-shell[b-kehjgwim5p] {
        transform: scale(1);
    }
}

@media (min-width: 1024px) {
    .hero-slot-shell[b-kehjgwim5p] {
        max-width: 56rem;
        margin-top: -5.5rem;
        transform: scale3d(0.92, 1.14, 1);
        transform-origin: top center;
    }
}

@media (min-width: 1280px) {
    .hero-slot-shell[b-kehjgwim5p] {
        max-width: 58rem;
        margin-top: -6.25rem;
        transform: scale3d(0.94, 1.22, 1);
    }
}

@keyframes heroMobileLogoFadeIn-b-kehjgwim5p {
    from {
        opacity: 0;
        transform: perspective(900px) rotateX(8deg) translateY(18px);
    }

    to {
        opacity: 1;
        transform: perspective(900px) rotateX(8deg) translateY(0);
    }
}

@media (max-width: 1023px) {
    #hero-section[b-kehjgwim5p] {
        overflow-x: hidden;
    }

    #hero-section .hero-layout[b-kehjgwim5p] {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100vw;
        max-width: none;
        min-height: 100svh;
        margin: 0;
        padding: 0;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        touch-action: pan-y;
        overscroll-behavior-x: contain;
    }

    #hero-section .hero-layout[b-kehjgwim5p]::-webkit-scrollbar {
        display: none;
    }

    #hero-section .hero-slot-shell .lever-container[b-kehjgwim5p] {
        display: none;
    }

    #hero-section .reel-controls .reel-btn:first-child[b-kehjgwim5p],
    #hero-section .reel-controls .reel-btn:last-child[b-kehjgwim5p] {
        display: none;
    }

    .hero-copy[b-kehjgwim5p],
    #hero-section .hero-visual-stage[b-kehjgwim5p] {
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        min-height: 100svh;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .hero-copy[b-kehjgwim5p] {
        max-width: 100%;
        justify-content: center;
        padding-left: clamp(0.75rem, 4vw, 1.25rem);
        padding-right: clamp(0.75rem, 4vw, 1.25rem);
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        z-index: 20;
    }

    #hero-section .hero-mobile-intro[b-kehjgwim5p]::before {
        content: "";
        display: block;
        width: min(86vw, 28rem);
        height: clamp(5.2rem, 18vw, 8.4rem);
        margin: -0.95rem 0 1rem 0;
        background: -1.15rem center / 100% auto no-repeat url('/assets/SAVENEIN.svg');
        opacity: 0;
        pointer-events: none;
        filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.7)) drop-shadow(0 8px 12px rgba(0, 0, 0, 0.4));
        transform: perspective(900px) rotateX(8deg) translateY(14px);
        transform-origin: center center;
        animation: heroMobileLogoFadeIn-b-kehjgwim5p 0.95s ease 0.35s forwards;
    }

    #hero-section .hero-mobile-intro[b-kehjgwim5p] {
        position: relative;
        animation: none;
    }

    #hero-section .hero-tagline[b-kehjgwim5p] {
        display: none;
    }

    #hero-section .hero-visual-stage[b-kehjgwim5p] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 100svh;
        padding-top: clamp(1rem, 4vw, 2rem);
        padding-bottom: clamp(1rem, 4vw, 2rem);
        padding-left: clamp(0.25rem, 2vw, 0.75rem);
        padding-right: clamp(0.25rem, 2vw, 0.75rem);
        z-index: 24;
        pointer-events: auto;
        overflow: hidden;
    }

    #hero-section .hero-slot-shell[b-kehjgwim5p] {
        width: min(100%, 34rem);
        max-width: 34rem;
        padding-top: clamp(2.5rem, 8vw, 3.25rem);
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        animation: none;
    }

    .hero-mobile-swipe-hint[b-kehjgwim5p] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        margin-top: 0.7rem;
        padding-right: 0.05rem;
        gap: 0.45rem;
        pointer-events: none;
        opacity: 0;
        transform: translateY(10px);
        animation: heroMobileSwipeHintIn-b-kehjgwim5p 0.7s ease 5.2s forwards;
    }

    .hero-mobile-swipe-hint .swipe-text[b-kehjgwim5p] {
        font-size: 0.58rem;
        line-height: 1.15;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-transform: none;
        color: rgba(241, 245, 249, 0.9);
        max-width: min(68vw, 15rem);
        text-align: right;
    }

    .hero-mobile-swipe-hint .swipe-arrow-svg[b-kehjgwim5p] {
        width: 3.15rem;
        height: 2rem;
        animation: heroSwipeArrowNudge-b-kehjgwim5p 1.35s ease-in-out infinite;
    }

    .hero-mobile-swipe-hint .swipe-arrow-svg path[b-kehjgwim5p] {
        stroke: rgba(241, 245, 249, 0.92);
        stroke-width: 3.2;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
    }

    .hero-mobile-scroll-hint[b-kehjgwim5p] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        bottom: calc(0.9rem + env(safe-area-inset-bottom));
        transform: translateX(-50%) translateY(10px);
        pointer-events: auto;
        z-index: 25;
        opacity: 0;
        animation: heroMobileScrollHintIn-b-kehjgwim5p 0.7s ease 5.2s forwards;
    }

    .hero-mobile-scroll-hint .hero-mobile-scroll-link[b-kehjgwim5p] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .hero-mobile-scroll-hint .hero-mobile-scroll-text[b-kehjgwim5p] {
        margin-bottom: 0.35rem;
        font-size: 0.72rem;
        line-height: 1.12;
        text-align: center;
        font-weight: 700;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        color: rgba(241, 245, 249, 0.92);
    }

    .hero-mobile-scroll-hint .hero-mobile-scroll-circle[b-kehjgwim5p] {
        width: 2.55rem;
        height: 2.55rem;
        border-radius: 9999px;
        border: 2px solid rgba(241, 245, 249, 0.75);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(15, 23, 42, 0.28);
        animation: heroDesktopChevronBob-b-kehjgwim5p 1.6s ease-in-out infinite;
    }

    .hero-mobile-scroll-hint .hero-mobile-scroll-chevron-icon[b-kehjgwim5p] {
        width: 1.2rem;
        height: 1.2rem;
        display: block;
    }

    .hero-mobile-scroll-hint .hero-mobile-scroll-chevron-icon path[b-kehjgwim5p] {
        stroke: rgba(241, 245, 249, 0.92);
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
}

@media (max-width: 640px) {
    [b-kehjgwim5p] .slot-machine-wrapper .marker-left {
        left: 4px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .marker-right {
        right: 4px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .marker-base {
        width: 15px;
        height: 24px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .marker-tip {
        width: 15px;
        height: 19px;
    }

    #hero-section .hero-slot-shell .lever-container[b-kehjgwim5p] {
        right: -2px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper {
        padding-top: 96px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .siren-wrapper {
        top: -46px;
        transform: translateX(-50%) scale(0.86);
    }

    [b-kehjgwim5p] .slot-machine-wrapper .slot-window {
        height: 252px;
        margin-bottom: 24px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .marquee-logo {
        max-width: min(90%, 430px);
        height: clamp(64px, 16vw, 92px);
        margin-top: calc(-1 * clamp(90px, 22vw, 110px));
        margin-bottom: 14px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .marquee-logo img {
        height: 100%;
        max-width: 94%;
        margin-top: 0;
        object-fit: contain;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .coin-panel {
        right: 10px;
        bottom: 22px;
        transform: scale(0.74);
        transform-origin: right bottom;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .casino-lights li {
        width: 16px;
        height: 16px;
        margin-left: -8px;
        margin-top: -8px;
        box-shadow: inset -1px -1px 2px rgba(255, 200, 100, 0.3),
            inset 1px 1px 2px rgba(255, 255, 255, 0.65),
            0 0 6px 2px rgba(255, 170, 40, 0.55),
            0 0 11px 4px rgba(255, 120, 0, 0.3);
    }

    [b-kehjgwim5p] .hero-slot-shell .lever-knob {
        width: 34px;
        height: 34px;
        top: -18px;
    }

    [b-kehjgwim5p] .hero-slot-shell .knob-text {
        font-size: 6px;
        line-height: 1.05;
    }
}

@media (max-width: 420px) {
    [b-kehjgwim5p] .slot-machine-wrapper .marker-left {
        left: 2px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .marker-right {
        right: 2px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .marker-base {
        width: 13px;
        height: 20px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .marker-tip {
        width: 13px;
        height: 16px;
    }

    #hero-section .hero-slot-shell .lever-container[b-kehjgwim5p] {
        right: 2px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper {
        padding-top: 88px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .siren-wrapper {
        top: -42px;
        transform: translateX(-50%) scale(0.8);
    }

    [b-kehjgwim5p] .slot-machine-wrapper .slot-window {
        height: 238px;
        margin-bottom: 20px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .marquee-logo {
        max-width: min(88%, 360px);
        height: clamp(54px, 15vw, 72px);
        margin-top: calc(-1 * clamp(76px, 21vw, 96px));
        margin-bottom: 10px;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .marquee-logo img {
        max-width: 92%;
    }

    [b-kehjgwim5p] .slot-machine-wrapper .coin-panel {
        right: 6px;
        bottom: 18px;
        transform: scale(0.66);
    }

    [b-kehjgwim5p] .slot-machine-wrapper .casino-lights li {
        width: 14px;
        height: 14px;
        margin-left: -7px;
        margin-top: -7px;
        box-shadow: inset -1px -1px 2px rgba(255, 200, 100, 0.28),
            inset 1px 1px 1px rgba(255, 255, 255, 0.6),
            0 0 5px 2px rgba(255, 170, 40, 0.45),
            0 0 9px 3px rgba(255, 120, 0, 0.25);
    }

    [b-kehjgwim5p] .hero-slot-shell .lever-knob {
        width: 28px;
        height: 28px;
        top: -16px;
    }

    [b-kehjgwim5p] .hero-slot-shell .knob-text {
        font-size: 5px;
        line-height: 1.05;
    }
}

@keyframes heroDesktopChevronBob-b-kehjgwim5p {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(4px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes heroDesktopLearnMoreIn-b-kehjgwim5p {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroSwipeArrowNudge-b-kehjgwim5p {
    0% {
        transform: translateX(0);
        opacity: 0.78;
    }

    50% {
        transform: translateX(7px);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 0.78;
    }
}

@keyframes heroMobileSwipeHintIn-b-kehjgwim5p {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroMobileScrollHintIn-b-kehjgwim5p {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-page[b-1j7ck50733] {
    background: #0f172a;
}

.home-hero-gradient[b-1j7ck50733] {
    background: linear-gradient(to right bottom, #0f172a, #1e293b, #334155);
}

.home-hero-shell[b-1j7ck50733] {
    min-height: 100svh;
}

.home-sticky-header-shell[b-1j7ck50733] {
    background: linear-gradient(to right bottom, #0f172a, #1e293b, #334155);
    isolation: isolate;
    position: relative;
    transform: translateY(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
    width: 100%;
    will-change: transform;
    z-index: 120;
}

.home-sticky-header-shell.is-stuck[b-1j7ck50733] {
    box-shadow: 0 16px 40px rgb(15 23 42 / 0.32);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 900;
}

.home-sticky-header-shell.is-hidden[b-1j7ck50733] {
    transform: translateY(calc(-100% - 0.5rem));
}

.home-sticky-header-nav[b-1j7ck50733] {
    background: transparent;
}

.home-sticky-header-inner[b-1j7ck50733] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.home-sticky-brand[b-1j7ck50733] {
    display: none;
}

.home-sticky-header-links[b-1j7ck50733] {
    margin-inline: -1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 1rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.home-sticky-header-links[b-1j7ck50733]::-webkit-scrollbar {
    display: none;
}

.home-sticky-header-links-track[b-1j7ck50733] {
    min-width: max-content;
    padding-bottom: 0.125rem;
    touch-action: pan-x;
}

.home-sticky-link[b-1j7ck50733] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0.9rem;
}

.home-sticky-link-label[b-1j7ck50733] {
    position: relative;
    display: inline-block;
}

.home-sticky-link + .home-sticky-link[b-1j7ck50733] {
    border-left: 1px solid rgb(148 163 184 / 0.35);
    margin-left: 0;
    padding-left: 0.9rem;
}

.home-sticky-link.is-active[b-1j7ck50733] {
    color: #fff;
    text-decoration: none;
}

.home-sticky-link.is-active .home-sticky-link-label[b-1j7ck50733]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.45rem;
    height: 4px;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    background: rgb(255 255 255 / 0.95);
}

.home-sticky-link--icon.is-active[b-1j7ck50733]::after {
    display: none;
}

.home-sticky-link--icon.is-active[b-1j7ck50733] {
    text-decoration: none;
}

.home-sticky-link--icon[b-1j7ck50733] {
    border-left: 0 !important;
    padding-inline: 0;
    margin-left: 0.375rem !important;
}

.home-sticky-link--icon[b-1j7ck50733]::before {
    content: "";
    position: absolute;
    left: -0.375rem;
    top: 18%;
    bottom: 18%;
    width: 1px;
    background: rgb(148 163 184 / 0.35);
}

.home-sticky-icon-link[b-1j7ck50733] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
    color: rgb(255 255 255 / 0.9);
}

.home-sticky-icon-link:hover[b-1j7ck50733] {
    color: #fff;
}

.home-sticky-github-icon[b-1j7ck50733] {
    width: 1.35rem;
    height: 1.35rem;
    display: block;
}

.home-sticky-mobile-only[b-1j7ck50733] {
    display: inline-flex !important;
}

.home-sticky-desktop-only[b-1j7ck50733] {
    display: none !important;
}

.home-sticky-header-spacer[b-1j7ck50733] {
    height: 0;
}

.home-sticky-header-spacer.is-active[b-1j7ck50733] {
    height: var(--home-header-height, 5rem);
}

@media (min-width: 1024px) {
    .home-sticky-header-inner[b-1j7ck50733] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 1.5rem;
    }

    .home-sticky-brand[b-1j7ck50733] {
        display: flex;
        justify-self: start;
    }

    .home-sticky-header-links[b-1j7ck50733] {
        margin-inline: 0;
        overflow: visible;
        padding-inline: 0;
        width: 100%;
        justify-self: center;
    }

    .home-sticky-header-links-track[b-1j7ck50733] {
        min-width: max-content;
        width: max-content;
        margin-inline: auto;
    }

    .home-sticky-mobile-only[b-1j7ck50733] {
        display: none !important;
    }

    .home-sticky-desktop-only[b-1j7ck50733] {
        display: flex !important;
        justify-self: end;
    }
}

@media (max-width: 640px) {
    .home-sticky-link + .home-sticky-link[b-1j7ck50733] {
        margin-left: 0;
        padding-left: 0.65rem;
    }

    .home-sticky-link[b-1j7ck50733] {
        padding-inline: 0.65rem;
    }

    .home-sticky-link--icon[b-1j7ck50733] {
        margin-left: 0.25rem !important;
    }

    .home-sticky-link--icon[b-1j7ck50733]::before {
        left: -0.25rem;
    }
}
/* /Pages/TribalAnalysis.razor.rz.scp.css */
.tribal-impact-banner[b-1rsjkpk6t4] {
    min-height: 100svh;
}

.tribal-impact-banner-image[b-1rsjkpk6t4] {
    width: 100%;
    height: 100svh;
    object-fit: cover;
    object-position: center;
}

.tribal-impact-title[b-1rsjkpk6t4] {
    font-size: clamp(2.6rem, 7vw, 6.25rem);
    line-height: 0.9;
    letter-spacing: -0.02em;
}

.tribal-impact-word[b-1rsjkpk6t4] {
    display: block;
}

@media (max-width: 639px) {
    .tribal-impact-banner-image[b-1rsjkpk6t4] {
        object-position: 74% center;
    }

    .tribal-impact-title[b-1rsjkpk6t4] {
        max-width: 100%;
        font-size: clamp(2.75rem, 13.5vw, 5.25rem);
        line-height: 0.84;
        letter-spacing: -0.02em;
    }
}

@media (min-width: 640px) {
    .tribal-impact-banner[b-1rsjkpk6t4] {
        min-height: 0;
    }

    .tribal-impact-banner-image[b-1rsjkpk6t4] {
        height: auto;
    }
}
