/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-main[b-mtbh8sx3hh] {
    --app-pad-x: 2.5rem;
    --app-pad-top: 3rem;
    --app-pad-bottom: 4rem;
    padding: 3rem 2.5rem 4rem;
    min-height: 100vh;
}

@media (max-width: 900px) {
    .app-main[b-mtbh8sx3hh] {
        --app-pad-x: 1.5rem;
        --app-pad-top: 2rem;
        --app-pad-bottom: 3rem;
        padding: 2rem 1.5rem 3rem;
    }
}

#blazor-error-ui[b-mtbh8sx3hh] {
    color-scheme: light only;
    background: #fff7ed;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-mtbh8sx3hh] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ns5akgq00r] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ns5akgq00r] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-ns5akgq00r] {
    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-ns5akgq00r] {
    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-ns5akgq00r] {
    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-ns5akgq00r] {
    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");
}

.bi-search-nav-menu[b-ns5akgq00r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242.656a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-ns5akgq00r]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-ns5akgq00r] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ns5akgq00r] {
    display: block;
}

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

    .nav-scrollable[b-ns5akgq00r] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2l2q9dqskb],
.components-reconnect-repeated-attempt-visible[b-2l2q9dqskb],
.components-reconnect-failed-visible[b-2l2q9dqskb],
.components-pause-visible[b-2l2q9dqskb],
.components-resume-failed-visible[b-2l2q9dqskb],
.components-rejoining-animation[b-2l2q9dqskb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2l2q9dqskb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2l2q9dqskb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2l2q9dqskb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2l2q9dqskb],
#components-reconnect-modal.components-reconnect-retrying[b-2l2q9dqskb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2l2q9dqskb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2l2q9dqskb],
#components-reconnect-modal.components-reconnect-failed[b-2l2q9dqskb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2l2q9dqskb] {
    display: block;
}


#components-reconnect-modal[b-2l2q9dqskb] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2l2q9dqskb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2l2q9dqskb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2l2q9dqskb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2l2q9dqskb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2l2q9dqskb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2l2q9dqskb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

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

@keyframes components-reconnect-modal-fadeInOpacity-b-2l2q9dqskb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2l2q9dqskb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2l2q9dqskb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2l2q9dqskb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2l2q9dqskb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2l2q9dqskb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2l2q9dqskb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2l2q9dqskb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2l2q9dqskb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2l2q9dqskb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2l2q9dqskb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2l2q9dqskb {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-shell[b-pptku1fefq] {
    min-height: calc(100vh - 6rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.landing-card[b-pptku1fefq] {
    width: 100%;
    max-width: 400px;
    min-width: 0;
    background: rgba(248, 249, 255, 0.94);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 10px !important;
    padding: 0rem 0rem 0rem 0rem;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.14);
    overflow: hidden;
}

.landing-top[b-pptku1fefq] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.0rem;
    flex-wrap: wrap;
}

.brand[b-pptku1fefq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
}

.brand-mark[b-pptku1fefq] {
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin: 4px 0 0 4px;
}

.landing-links[b-pptku1fefq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    white-space: nowrap;
}

:deep(.landing-links .mud-nav-link)[b-pptku1fefq] {
    position: relative;
    text-transform: none;
    color: #0f172a;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

:deep(.landing-links .mud-nav-link:hover)[b-pptku1fefq],
:deep(.landing-links .mud-nav-link:focus-visible)[b-pptku1fefq],
:deep(.landing-links .mud-nav-link-active)[b-pptku1fefq] {
    color: #6b57ff !important;
}

:deep(.landing-links .mud-nav-link::after)[b-pptku1fefq] {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: -4px;
    height: 2px;
    border-radius: 999px;
    background: #6b57ff;
    opacity: 0;
    transform: scaleX(0.6);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

:deep(.landing-links .mud-nav-link:hover::after)[b-pptku1fefq],
:deep(.landing-links .mud-nav-link:focus-visible::after)[b-pptku1fefq],
:deep(.landing-links .mud-nav-link-active::after)[b-pptku1fefq] {
    opacity: 1;
    transform: scaleX(1);
}

.menu-button[b-pptku1fefq] {
    display: none;
}

.landing-hero[b-pptku1fefq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.0rem;
    align-items: center;
    margin-top: 3rem;
}

.hero-copy[b-pptku1fefq] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.hero-kicker[b-pptku1fefq] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #6b57ff;
}

.kicker-dot[b-pptku1fefq] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6464;
}

.hero-title[b-pptku1fefq] {
    font-size: 2.8rem;
    line-height: 1.1;
    font-weight: 700;
    color: #0f172a;
}

.home-hero[b-pptku1fefq] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 2.5rem;
    align-items: center;
}

.home-copy[b-pptku1fefq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-visuals[b-pptku1fefq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.visual-card[b-pptku1fefq] {
    margin: 0;
    padding: 1.25rem;
    border-radius: 18px;
    background: linear-gradient(160deg, #f8fafc 0%, #eef2ff 60%, #ffffff 100%);
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    outline: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.visual-card img[b-pptku1fefq] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    background: #ffffff;
}

.visual-card figcaption[b-pptku1fefq] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #475569;
}

.visual-card[b-pptku1fefq]::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 24px;
    border: 2px solid rgba(99, 102, 241, 0.55);
    opacity: 0;
    transform: scale(0.96);
    pointer-events: none;
}

.visual-card:hover[b-pptku1fefq],
.visual-card:focus-visible[b-pptku1fefq] {
    transform: translateY(-4px);
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.18);
}

.visual-card:hover[b-pptku1fefq]::after,
.visual-card:focus-visible[b-pptku1fefq]::after {
    animation: visual-ring-pulse-b-pptku1fefq 0.6s ease-out;
}

@keyframes visual-ring-pulse-b-pptku1fefq {
    0% {
        opacity: 0.9;
        transform: scale(0.94);
    }
    70% {
        opacity: 0.35;
        transform: scale(1.03);
    }
    100% {
        opacity: 0;
        transform: scale(1.08);
    }
}

.hero-subtitle[b-pptku1fefq] {
    max-width: 420px;
    color: #475569;
}

.hero-cta[b-pptku1fefq] {
    align-self: flex-start;
    border-radius: 999px;
    padding: 0.75rem 1.75rem;
    text-transform: none;
}

.hero-art[b-pptku1fefq] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.art-card[b-pptku1fefq] {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 280px;
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    overflow: hidden;
}

.art-search-panel[b-pptku1fefq] {
    position: absolute;
    left: 26px;
    top: 34px;
    width: 200px;
    height: 190px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.search-pill[b-pptku1fefq] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #eef2ff;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 0.72rem;
    color: #64748b;
}

.search-icon[b-pptku1fefq] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #6366f1;
    position: relative;
}

.search-icon[b-pptku1fefq]::after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -4px;
    width: 8px;
    height: 2px;
    background: #6366f1;
    border-radius: 999px;
    transform: rotate(45deg);
}

.search-text[b-pptku1fefq] {
    font-weight: 600;
    letter-spacing: 0.04em;
}

.asset-list[b-pptku1fefq] {
    display: grid;
    gap: 8px;
}

.asset-row[b-pptku1fefq] {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 10px;
    background: #f8fafc;
}

.asset-dot[b-pptku1fefq] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6366f1;
}

.asset-dot-warn[b-pptku1fefq] {
    background: #f59e0b;
}

.asset-dot-ok[b-pptku1fefq] {
    background: #22c55e;
}

.asset-name[b-pptku1fefq] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #1e293b;
}

.asset-status[b-pptku1fefq] {
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 600;
}

.art-dashboard[b-pptku1fefq] {
    position: absolute;
    right: 26px;
    top: 34px;
    width: 190px;
    height: 190px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.3);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.15);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dash-header[b-pptku1fefq] {
    display: flex;
    gap: 6px;
}

.dash-dot[b-pptku1fefq] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(100, 116, 139, 0.45);
}

.dash-metrics[b-pptku1fefq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.metric-card[b-pptku1fefq] {
    background: #f1f5ff;
    border-radius: 12px;
    padding: 10px;
}

.metric-label[b-pptku1fefq] {
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.metric-value[b-pptku1fefq] {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}

.dash-chart[b-pptku1fefq] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 60px;
    padding: 6px 4px;
}

.chart-bar[b-pptku1fefq] {
    width: 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, #60a5fa, #6366f1);
}

.bar-1[b-pptku1fefq] { height: 28px; }
.bar-2[b-pptku1fefq] { height: 44px; }
.bar-3[b-pptku1fefq] { height: 20px; }
.bar-4[b-pptku1fefq] { height: 52px; }
.bar-5[b-pptku1fefq] { height: 34px; }

.dash-timeline[b-pptku1fefq] {
    position: relative;
    height: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dash-timeline[b-pptku1fefq]::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 50%;
    height: 2px;
    background: rgba(148, 163, 184, 0.5);
    transform: translateY(-50%);
}

.timeline-dot[b-pptku1fefq] {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6366f1;
    z-index: 1;
    box-shadow: 0 0 0 6px rgba(99, 102, 241, 0.12);
}

.dot-1[b-pptku1fefq] { background: #22c55e; }
.dot-2[b-pptku1fefq] { background: #6366f1; }
.dot-3[b-pptku1fefq] { background: #f59e0b; }

.art-tracker[b-pptku1fefq] {
    position: absolute;
    left: 56px;
    bottom: 42px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 6px solid rgba(99, 102, 241, 0.35);
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.6);
}

.tracker-dot[b-pptku1fefq] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #6366f1;
    box-shadow: 0 0 0 8px rgba(99, 102, 241, 0.2);
}

.tracker-ring[b-pptku1fefq] {
    position: absolute;
    inset: 18px;
    border-radius: 50%;
    border: 2px dashed rgba(148, 163, 184, 0.6);
}

.art-signal[b-pptku1fefq] {
    position: absolute;
    right: 60px;
    bottom: 52px;
    width: 60px;
    height: 40px;
    border-radius: 14px;
    background: #fde68a;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
}

.art-tag[b-pptku1fefq] {
    position: absolute;
    left: 40px;
    bottom: 18px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.35);
    font-size: 0.7rem;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-footer[b-pptku1fefq] {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    color: #64748b;
    font-weight: 600;
}

.footer-pill[b-pptku1fefq] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
}

.pill-icon[b-pptku1fefq] {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #0f172a;
    background: #ffffff;
}

.footer-links[b-pptku1fefq] {
    font-size: 0.85rem;
}

.footer-pager[b-pptku1fefq] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.pager-icon[b-pptku1fefq] {
    font-size: 1.1rem;
    color: #64748b;
}

.pager-count[b-pptku1fefq] {
    font-size: 0.85rem;
    color: #0f172a;
}

.footer-origin[b-pptku1fefq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.flag-us[b-pptku1fefq] {
    width: 26px;
    height: 16px;
    border-radius: 3px;
    background:
        linear-gradient(0deg, #ffffff 50%, #bf0a30 50%) 0 0 / 100% 20%,
        linear-gradient(0deg, #bf0a30 50%, #ffffff 50%) 0 20% / 100% 20%,
        linear-gradient(0deg, #ffffff 50%, #bf0a30 50%) 0 40% / 100% 20%,
        linear-gradient(0deg, #bf0a30 50%, #ffffff 50%) 0 60% / 100% 20%,
        linear-gradient(0deg, #ffffff 50%, #bf0a30 50%) 0 80% / 100% 20%;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
}

.flag-us[b-pptku1fefq]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 54%;
    border-top-left-radius: 3px;
    background: #002868;
}

.origin-text[b-pptku1fefq] {
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (max-width: 1000px) {
    .landing-card[b-pptku1fefq] {
        padding: 2rem;
    }

    .landing-links[b-pptku1fefq] {
        display: none;
    }

    .menu-button[b-pptku1fefq] {
        display: inline-flex;
    }

    .landing-hero[b-pptku1fefq] {
        grid-template-columns: 1fr;
    }

    .hero-art[b-pptku1fefq] {
        order: -1;
    }

    .home-hero[b-pptku1fefq] {
        grid-template-columns: 1fr;
    }

    .home-visuals[b-pptku1fefq] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .landing-card[b-pptku1fefq] {
        border-radius: 18px;
        padding: 1.5rem;
    }

    .hero-title[b-pptku1fefq] {
        font-size: 2rem;
    }

    .landing-footer[b-pptku1fefq] {
        flex-direction: column;
        align-items: flex-start;
    }
}
