@import '_content/QubologyRule605SharedUi/QubologyRule605SharedUi.9uzfbyh2oj.bundle.scp.css';

/* /Components/HomeCubeConcept.razor.rz.scp.css */
.cube-concept[b-krdyv8xs2r] {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(210px, 1fr) minmax(290px, 360px) minmax(210px, 1fr);
    grid-template-rows: repeat(2, minmax(190px, auto)) auto;
    align-items: center;
    gap: 14px 0;
    width: min(82%, 1040px);
    min-height: 0;
    margin: 10px auto 0;
    overflow: visible;
}

.cube-art[b-krdyv8xs2r] {
    position: relative;
    z-index: 1;
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
}

.cube-art[b-krdyv8xs2r]::before {
    position: absolute;
    inset: 16%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(24, 218, 218, .13);
    box-shadow: 0 0 85px 32px rgba(0, 216, 229, .14);
    content: "";
}

.cube-art img[b-krdyv8xs2r] {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 18px rgba(34, 220, 225, .2));
}

.data-status-console[b-krdyv8xs2r] {
    position: relative;
    z-index: 2;
    width: min(100%, 620px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(57, 215, 223, .32);
    border-radius: 4px;
    background: #171824;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .3), inset 0 0 24px rgba(57, 215, 223, .035);
}

.data-status-console[b-krdyv8xs2r]::before,
.data-status-console[b-krdyv8xs2r]::after {
    position: absolute;
    top: 0;
    width: 18%;
    height: 2px;
    background: #39d7df;
    box-shadow: 0 0 10px rgba(57, 215, 223, .58);
    content: "";
}

.data-status-console[b-krdyv8xs2r]::before {
    left: 0;
}

.data-status-console[b-krdyv8xs2r]::after {
    right: 0;
}

.data-status-header[b-krdyv8xs2r] {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 8px;
    padding: 9px 12px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .025);
}

.data-status-header strong[b-krdyv8xs2r] {
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.data-status-header > span:last-child[b-krdyv8xs2r] {
    color: rgba(255, 255, 255, .38);
    font-size: .6rem;
    font-weight: 750;
    text-align: right;
    text-transform: uppercase;
}

.data-status-signal[b-krdyv8xs2r] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--qb-green);
    box-shadow: 0 0 9px rgba(19, 174, 128, .8);
}

.data-status-grid[b-krdyv8xs2r] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.data-status-channel[b-krdyv8xs2r] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3px 8px;
    padding: 10px 12px 11px;
}

.data-status-channel + .data-status-channel[b-krdyv8xs2r] {
    border-left: 1px solid rgba(255, 255, 255, .09);
}

.data-status-channel > span[b-krdyv8xs2r] {
    color: var(--qb-blue);
    font-size: .72rem;
    font-weight: 900;
}

.data-status-rule606 > span[b-krdyv8xs2r] {
    color: var(--qb-amber);
}

.data-status-channel small[b-krdyv8xs2r] {
    grid-column: 1;
    color: rgba(255, 255, 255, .4);
    font-size: .56rem;
    font-weight: 800;
    text-transform: uppercase;
}

.data-status-channel strong[b-krdyv8xs2r] {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    color: #fff;
    font-family: Consolas, "Courier New", monospace;
    font-size: 1.18rem;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
}

.cube-watermark[b-krdyv8xs2r] {
    position: absolute;
    top: 39%;
    right: -6%;
    left: -6%;
    z-index: -1;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    color: rgba(107, 163, 216, .075);
    font-size: clamp(7rem, 17vw, 13rem);
    font-weight: 900;
    line-height: .8;
    pointer-events: none;
    user-select: none;
}

.cube-links[b-krdyv8xs2r] {
    display: contents;
}

.cube-link[b-krdyv8xs2r] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 138px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: var(--qb-card-radius);
    background: rgba(20, 20, 33, .88);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
    color: var(--qb-text);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.cube-link[b-krdyv8xs2r]::after {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 1px;
    background: rgba(56, 218, 224, .42);
    box-shadow: 0 0 8px rgba(56, 218, 224, .32);
    content: "";
}

.cube-link-overview[b-krdyv8xs2r],
.cube-link-background[b-krdyv8xs2r] {
    grid-column: 1;
    margin-right: -20px;
}

.cube-link-overview[b-krdyv8xs2r]::after,
.cube-link-background[b-krdyv8xs2r]::after {
    right: -34px;
}

.cube-link-rule605[b-krdyv8xs2r],
.cube-link-rule606[b-krdyv8xs2r] {
    grid-column: 3;
    margin-left: -20px;
}

.cube-link-rule605[b-krdyv8xs2r]::after,
.cube-link-rule606[b-krdyv8xs2r]::after {
    left: -34px;
}

.cube-link-overview[b-krdyv8xs2r],
.cube-link-rule605[b-krdyv8xs2r] {
    grid-row: 1;
}

.cube-link-background[b-krdyv8xs2r],
.cube-link-rule606[b-krdyv8xs2r] {
    grid-row: 2;
}

.cube-link strong[b-krdyv8xs2r] {
    margin-bottom: 7px;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 850;
}

.cube-link span[b-krdyv8xs2r] {
    color: var(--qb-muted);
    font-size: .8rem;
    line-height: 1.4;
}

.cube-link-overview strong[b-krdyv8xs2r] {
    color: var(--qb-green);
}

.cube-link-rule605 strong[b-krdyv8xs2r] {
    color: var(--qb-blue);
}

.cube-link-rule606 strong[b-krdyv8xs2r] {
    color: var(--qb-amber);
}

.cube-link-background strong[b-krdyv8xs2r] {
    color: #9b91ff;
}

.cube-link:hover[b-krdyv8xs2r],
.cube-link:focus-visible[b-krdyv8xs2r] {
    z-index: 3;
    transform: translateY(-3px);
    border-color: rgba(56, 218, 224, .58);
    background: rgba(26, 30, 43, .96);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .32), 0 0 22px rgba(39, 210, 218, .1);
    outline: none;
}

@media (max-width: 940px) {
    .cube-concept[b-krdyv8xs2r] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 12px;
        width: 100%;
        min-height: 0;
        overflow: visible;
    }

    .cube-art[b-krdyv8xs2r] {
        grid-column: 1;
        grid-row: 1;
        width: min(82vw, 430px);
        justify-self: center;
    }

    .cube-watermark[b-krdyv8xs2r] {
        top: min(37vw, 205px);
        inset-inline: 2%;
        font-size: clamp(5rem, 22vw, 9rem);
    }

    .cube-links[b-krdyv8xs2r] {
        z-index: 2;
        display: grid;
        grid-column: 1;
        grid-row: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .data-status-console[b-krdyv8xs2r] {
        width: min(100%, 620px);
    }

    .cube-link[b-krdyv8xs2r],
    .cube-link-overview[b-krdyv8xs2r],
    .cube-link-rule605[b-krdyv8xs2r],
    .cube-link-background[b-krdyv8xs2r],
    .cube-link-rule606[b-krdyv8xs2r] {
        grid-column: auto;
        grid-row: auto;
        min-height: 118px;
        margin: 0;
    }

    .cube-link[b-krdyv8xs2r]::after {
        display: none;
    }
}

@media (max-width: 620px) {
    .cube-art[b-krdyv8xs2r] {
        width: min(92vw, 390px);
    }

    .cube-links[b-krdyv8xs2r] {
        grid-template-columns: 1fr;
    }

    .cube-link[b-krdyv8xs2r] {
        min-height: 0;
        padding: 15px 16px;
    }

    .data-status-header > span:last-child[b-krdyv8xs2r] {
        display: none;
    }

    .data-status-header[b-krdyv8xs2r] {
        grid-template-columns: auto 1fr;
    }

    .data-status-channel[b-krdyv8xs2r] {
        grid-template-columns: 1fr;
    }

    .data-status-channel strong[b-krdyv8xs2r] {
        grid-column: 1;
        grid-row: auto;
        margin-top: 3px;
        font-size: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cube-link[b-krdyv8xs2r] {
        transition: none;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.content-shell[b-va5sq20g2k] {
    min-height: 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.site-header[b-unakg7b7gr] {
    padding: 14px var(--site-gutter);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(26, 26, 39, 0.88);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.site-header-inner[b-unakg7b7gr],
.site-nav-inner[b-unakg7b7gr] {
    width: min(100%, var(--site-max-width));
    margin: 0 auto;
}

.site-header-inner[b-unakg7b7gr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    min-height: 56px;
}

.brand[b-unakg7b7gr] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.brand img[b-unakg7b7gr] {
    display: block;
    width: auto;
    height: 56px;
}

.site-nav-wrap[b-unakg7b7gr] {
    display: none;
    padding: 0 var(--site-gutter) 12px;
    background: rgba(26, 26, 39, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-nav[b-unakg7b7gr] {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.desktop-nav[b-unakg7b7gr] {
    flex: 1 1 auto;
    justify-content: flex-end;
}

.site-nav-link[b-unakg7b7gr] {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    padding: 12px 0 10px;
    border-bottom: 2px solid transparent;
    text-transform: none;
    font-size: 0.98rem;
    font-weight: 500;
    letter-spacing: 0;
    white-space: nowrap;
}

.site-nav-link:hover[b-unakg7b7gr],
.site-nav-link.active[b-unakg7b7gr] {
    color: #fff;
    border-bottom-color: #13ae80;
}

.methodology-link[b-unakg7b7gr] {
    margin-left: 18px;
}

.mobile-menu-button[b-unakg7b7gr] {
    display: none;
    flex: 0 0 auto;
    width: 42px;
    height: 38px;
    place-items: center;
    gap: 5px;
    border: 1px solid rgba(107, 163, 216, 0.28);
    background: rgba(255, 255, 255, 0.035);
    border-radius: 6px;
    padding: 8px 9px;
    cursor: pointer;
}

.mobile-menu-button span[b-unakg7b7gr] {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: rgba(231, 237, 249, 0.86);
}

@media (max-width: 760px) {
    .site-header[b-unakg7b7gr] {
        padding: 10px var(--site-gutter);
    }

    .site-header-inner[b-unakg7b7gr] {
        min-height: 44px;
        gap: 14px;
    }

    .brand img[b-unakg7b7gr] {
        height: 44px;
    }

    .desktop-nav[b-unakg7b7gr] {
        display: none;
    }

    .mobile-menu-button[b-unakg7b7gr] {
        display: grid;
    }

    .site-nav-wrap.collapsed[b-unakg7b7gr] {
        display: none;
    }

    .site-nav-wrap:not(.collapsed)[b-unakg7b7gr] {
        display: block;
    }

    .site-nav[b-unakg7b7gr] {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 0 4px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .site-nav-link[b-unakg7b7gr],
    .methodology-link[b-unakg7b7gr] {
        margin-left: 0;
        padding: 12px 4px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 0.82rem;
    }
}

@media (max-width: 430px) {
    .brand img[b-unakg7b7gr] {
        height: 38px;
    }
}
/* /Pages/Landing.razor.rz.scp.css */
.landing-page[b-2rutvn6sy5] {
    display: grid;
    gap: 20px;
    padding-top: 26px;
}

.landing-title[b-2rutvn6sy5] {
    width: min(100%, 980px);
    margin: 0 auto;
    text-align: center;
}

.landing-title h1[b-2rutvn6sy5] {
    margin: 6px 0 0;
    color: #fff;
    font-size: clamp(2rem, 3.4vw, 3.1rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 0;
    white-space: nowrap;
}

.landing-title h1 span[b-2rutvn6sy5] {
    color: var(--qb-green);
}

.landing-control-frame[b-2rutvn6sy5] {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: 20px;
}

.landing-control-frame[b-2rutvn6sy5]::before {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-top: 1px solid rgba(57, 215, 223, .42);
    border-right: 1px solid rgba(57, 215, 223, .3);
    border-left: 1px solid rgba(57, 215, 223, .3);
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -1px 10px rgba(57, 215, 223, .12);
    content: "";
    pointer-events: none;
}

.landing-control-core[b-2rutvn6sy5],
.landing-command-deck[b-2rutvn6sy5] {
    position: relative;
    z-index: 1;
}

.landing-control-core[b-2rutvn6sy5] {
    display: grid;
    gap: 20px;
}

.landing-command-deck[b-2rutvn6sy5] {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
    gap: 14px;
    align-items: stretch;
}

.command-panel[b-2rutvn6sy5] {
    position: relative;
    overflow: hidden;
    padding: 0 20px 18px;
    border: 1px solid rgba(107, 163, 216, .27);
    border-radius: 4px;
    background: #20202f;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22), inset 0 0 22px rgba(58, 210, 220, .025);
}

.command-panel[b-2rutvn6sy5]::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 2px;
    background: #39d7df;
    box-shadow: 0 0 12px rgba(57, 215, 223, .55);
    content: "";
}

.command-panel[b-2rutvn6sy5]::after {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 20px;
    height: 10px;
    border-right: 1px solid rgba(57, 215, 223, .45);
    border-bottom: 1px solid rgba(57, 215, 223, .45);
    content: "";
}

.command-panel-header[b-2rutvn6sy5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 -20px 16px;
    padding: 10px 20px 9px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .025);
    color: var(--qb-blue);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.panel-status-lights[b-2rutvn6sy5] {
    display: inline-flex;
    gap: 5px;
}

.panel-status-lights i[b-2rutvn6sy5] {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
}

.panel-status-lights i:first-child[b-2rutvn6sy5] {
    background: var(--qb-green);
    box-shadow: 0 0 7px rgba(19, 174, 128, .7);
}

.landing-brief-panel p[b-2rutvn6sy5] {
    margin: 0 0 10px;
    color: var(--qb-muted);
    font-size: .96rem;
    line-height: 1.52;
}

.landing-brief-panel p:last-child[b-2rutvn6sy5] {
    margin-bottom: 0;
}

.site-brief-emphasis[b-2rutvn6sy5] {
    color: var(--qb-green);
}

.latest-panel[b-2rutvn6sy5]::before {
    width: 68%;
    background: var(--qb-green);
    box-shadow: 0 0 12px rgba(19, 174, 128, .52);
}

.latest-panel .command-panel-header[b-2rutvn6sy5] {
    color: var(--qb-green);
}

.latest-signal[b-2rutvn6sy5] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--qb-green);
    box-shadow: 0 0 9px rgba(19, 174, 128, .75);
}

.latest-item[b-2rutvn6sy5] {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding-left: 13px;
    border-left: 2px solid rgba(19, 174, 128, .55);
}

.latest-item time[b-2rutvn6sy5] {
    color: var(--qb-blue);
    font-family: Consolas, "Courier New", monospace;
    font-size: .78rem;
    font-weight: 700;
}

.latest-headline[b-2rutvn6sy5] {
    color: #fff;
    font-size: .78rem;
    font-weight: 500;
    line-height: 1.3;
}

@media (max-width: 760px) {
    .landing-page[b-2rutvn6sy5] {
        gap: 15px;
        padding-top: 20px;
    }

    .landing-title[b-2rutvn6sy5] {
        text-align: left;
    }

    .landing-title h1[b-2rutvn6sy5] {
        font-size: clamp(1.75rem, 9vw, 2.4rem);
        white-space: normal;
    }

    .landing-command-deck[b-2rutvn6sy5] {
        grid-template-columns: 1fr;
    }

    .command-panel[b-2rutvn6sy5] {
        padding-inline: 16px;
    }

    .command-panel-header[b-2rutvn6sy5] {
        margin-inline: -16px;
        padding-inline: 16px;
    }

    .latest-item[b-2rutvn6sy5] {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 10px;
    }
}
