/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-layout-shell[b-az258sh3xg] {
    --site-navbar-height: 68px;
    min-height: calc(100dvh - var(--site-navbar-height));
    display: flex;
    flex-direction: column;
}

.site-layout-shell[b-az258sh3xg]  .layout {
    --bb-layout-height: calc(100dvh - var(--site-navbar-height));
    --bb-layout-header-height: 0px;
    --bb-layout-footer-height: 72px;
    flex: 1 0 auto;
    min-height: calc(100dvh - var(--site-navbar-height));
}

.site-layout-shell[b-az258sh3xg]  .layout-main {
    min-height: 0;
}

.site-layout-shell[b-az258sh3xg]  .layout-footer {
    padding: 0;
    border-top: 1px solid rgba(216, 226, 238, 0.86);
    background:
        linear-gradient(90deg, rgba(33, 150, 252, 0.08), rgba(255, 145, 0, 0.035)),
        rgba(255, 255, 255, 0.9);
    box-shadow: var(--mw-elevation-1);
}

main[b-az258sh3xg] {
    min-height: 0;
    background: transparent;
}

.site-footer[b-az258sh3xg] {
    position: relative;
    width: 100%;
    background:
        linear-gradient(90deg, rgba(33, 150, 252, 0.08), rgba(255, 145, 0, 0.035)),
        rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
}

.site-footer[b-az258sh3xg]::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--mw-primary), var(--mw-secondary), transparent);
    opacity: 0.55;
}

.site-footer-inner[b-az258sh3xg] {
    padding: 1.5rem 0;
}

.site-footer-content[b-az258sh3xg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.site-footer-content a[b-az258sh3xg] {
    color: var(--mw-primary-dark);
}

@media (max-width: 991.98px) {
    .site-layout-shell[b-az258sh3xg] {
        --site-navbar-height: 60px;
    }

    .site-layout-shell[b-az258sh3xg]  .layout {
        --bb-layout-footer-height: 112px;
    }
}

#blazor-error-ui[b-az258sh3xg] {
    color-scheme: light only;
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1100;
    max-width: 720px;
    margin-inline: auto;
    padding: 0.85rem 3rem 0.85rem 1rem;
    color: #102033;
    border: 1px solid rgba(255, 145, 0, 0.32);
    border-radius: var(--mw-radius-md);
    background: #fff8ed;
    box-shadow: var(--mw-elevation-2);
}

#blazor-error-ui .dismiss[b-az258sh3xg] {
    position: absolute;
    top: 0.55rem;
    right: 0.85rem;
    color: var(--mw-secondary-dark);
    cursor: pointer;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-navbar[b-f8ra4sywr5] {
    position: sticky;
    top: 0;
    z-index: 1030;
    min-height: 68px;
    border-bottom: 1px solid rgba(216, 226, 238, 0.86);
    background:
        linear-gradient(90deg, rgba(33, 150, 252, 0.08), rgba(255, 145, 0, 0.035)),
        rgba(255, 255, 255, 0.9);
    box-shadow: var(--mw-elevation-1);
    backdrop-filter: blur(18px);
}

.site-navbar[b-f8ra4sywr5]::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--mw-primary), var(--mw-secondary), transparent);
    opacity: 0.55;
}

.site-navbar-inner[b-f8ra4sywr5] {
    max-width: 1180px;
    min-height: 68px;
}

.site-brand[b-f8ra4sywr5] {
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    min-width: 214px;
    margin-right: 1.25rem;
    color: var(--mw-ink);
    text-decoration: none;
}

.site-brand:hover[b-f8ra4sywr5],
.site-brand:focus-visible[b-f8ra4sywr5] {
    color: var(--mw-primary-dark);
}

.brand-mark[b-f8ra4sywr5] {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(33, 150, 252, 0.28);
    border-radius: var(--mw-radius-md);
    background:
        linear-gradient(135deg, rgba(33, 150, 252, 0.12), rgba(255, 145, 0, 0.13)),
        var(--mw-surface);
    box-shadow: var(--mw-elevation-1);
}

.brand-mark img[b-f8ra4sywr5] {
    width: 34px;
    height: 34px;
    filter: drop-shadow(0 2px 4px rgba(16, 32, 51, 0.14));
}

.brand-title[b-f8ra4sywr5],
.brand-domain[b-f8ra4sywr5] {
    display: block;
}

.brand-title[b-f8ra4sywr5] {
    color: var(--mw-ink);
    font-size: 1.08rem;
    font-weight: 850;
    line-height: 1.05;
}

.brand-domain[b-f8ra4sywr5] {
    margin-top: 0.16rem;
    color: var(--mw-primary-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
}

.site-toggler[b-f8ra4sywr5] {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(33, 150, 252, 0.24);
    border-radius: var(--mw-radius-md);
    background-color: rgba(227, 242, 255, 0.74);
    box-shadow: none;
}

.site-toggler:focus[b-f8ra4sywr5] {
    box-shadow: 0 0 0 0.18rem rgba(33, 150, 252, 0.18);
}

.site-nav-links[b-f8ra4sywr5] {
    align-items: center;
    gap: 0.16rem;
}

.site-nav-links[b-f8ra4sywr5]  .nav-link {
    position: relative;
    padding: 0.58rem 0.72rem;
    color: var(--mw-on-surface-variant);
    font-size: 0.94rem;
    font-weight: 760;
    border-radius: var(--mw-radius-md);
    transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.site-nav-links[b-f8ra4sywr5]  .nav-link::before {
    content: "";
    position: absolute;
    right: 0.58rem;
    bottom: 0.24rem;
    left: 0.58rem;
    height: 2px;
    border-radius: 999px;
    background: var(--mw-secondary);
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav-links[b-f8ra4sywr5]  .nav-link:hover,
.site-nav-links[b-f8ra4sywr5]  .nav-link:focus-visible,
.site-nav-links[b-f8ra4sywr5]  .nav-link.show {
    color: var(--mw-primary-dark);
    background: rgba(33, 150, 252, 0.1);
    box-shadow: inset 0 0 0 1px rgba(33, 150, 252, 0.09);
}

.site-nav-links[b-f8ra4sywr5]  .nav-link:hover::before,
.site-nav-links[b-f8ra4sywr5]  .nav-link:focus-visible::before,
.site-nav-links[b-f8ra4sywr5]  .nav-link.show::before {
    opacity: 1;
    transform: scaleX(1);
}

.site-nav-links[b-f8ra4sywr5]  .dropdown-toggle::after {
    margin-left: 0.34rem;
    color: var(--mw-secondary);
    vertical-align: 0.12em;
}

.site-nav-links[b-f8ra4sywr5]  .dropdown-menu {
    min-width: 268px;
    padding: 0.5rem;
    border: 1px solid rgba(216, 226, 238, 0.94);
    border-radius: var(--mw-radius-md);
    background:
        linear-gradient(180deg, rgba(227, 242, 255, 0.68), rgba(255, 255, 255, 0.98) 42%),
        var(--mw-surface);
    box-shadow: var(--mw-elevation-3);
}

.site-nav-links[b-f8ra4sywr5]  .dropdown-item {
    padding: 0.64rem 0.72rem;
    color: var(--mw-on-surface);
    font-size: 0.92rem;
    line-height: 1.35;
    border-radius: var(--mw-radius-sm);
}

.site-nav-links[b-f8ra4sywr5]  .dropdown-item:hover,
.site-nav-links[b-f8ra4sywr5]  .dropdown-item:focus {
    color: var(--mw-primary-dark);
    background: var(--mw-primary-container);
}

.site-nav-links[b-f8ra4sywr5]  .dropdown-divider {
    margin: 0.42rem 0.2rem;
    border-top-color: var(--mw-outline);
}

.site-nav-action[b-f8ra4sywr5] {
    display: flex;
    min-width: 112px;
    justify-content: flex-end;
    margin-left: 1.25rem;
}

.site-nav-action .btn[b-f8ra4sywr5] {
    border-radius: var(--mw-radius-md);
    font-weight: 800;
}

@media (min-width: 992px) {
    .site-navbar[b-f8ra4sywr5]  .navbar-collapse {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .site-nav-links[b-f8ra4sywr5] {
        justify-content: center;
    }
}

@media (max-width: 1160px) and (min-width: 992px) {
    .site-brand[b-f8ra4sywr5] {
        min-width: 170px;
    }

    .brand-domain[b-f8ra4sywr5] {
        display: none;
    }

    .site-nav-links[b-f8ra4sywr5]  .nav-link {
        padding-inline: 0.52rem;
        font-size: 0.9rem;
    }

    .site-nav-action[b-f8ra4sywr5] {
        min-width: 96px;
        margin-left: 0.75rem;
    }
}

@media (max-width: 1030px) and (min-width: 992px) {
    .nav-item-low-priority[b-f8ra4sywr5] {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .site-navbar[b-f8ra4sywr5] {
        min-height: 60px;
    }

    .site-navbar-inner[b-f8ra4sywr5] {
        min-height: 60px;
    }

    .site-brand[b-f8ra4sywr5] {
        min-width: auto;
        margin-right: 0;
    }

    .brand-mark[b-f8ra4sywr5] {
        width: 36px;
        height: 36px;
    }

    .brand-domain[b-f8ra4sywr5] {
        display: none;
    }

    .site-navbar[b-f8ra4sywr5]  .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem 0 0.95rem;
        border-top: 1px solid var(--mw-outline);
    }

    .site-nav-links[b-f8ra4sywr5] {
        align-items: stretch;
        gap: 0.22rem;
    }

    .site-nav-links[b-f8ra4sywr5]  .nav-link {
        padding: 0.74rem 0.85rem;
    }

    .site-nav-links[b-f8ra4sywr5]  .nav-link::before {
        right: auto;
        bottom: 0.5rem;
        left: 0.2rem;
        width: 3px;
        height: 1.4rem;
        transform: scaleY(0.5);
    }

    .site-nav-links[b-f8ra4sywr5]  .dropdown-menu {
        margin: 0.12rem 0 0.45rem;
        padding: 0.34rem;
        border: 1px solid var(--mw-outline);
        box-shadow: none;
    }

    .site-nav-action[b-f8ra4sywr5] {
        justify-content: stretch;
        margin: 0.65rem 0 0;
    }

    .site-nav-action .btn[b-f8ra4sywr5] {
        width: 100%;
        padding-block: 0.68rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c5yf2f9t8y],
.components-reconnect-repeated-attempt-visible[b-c5yf2f9t8y],
.components-reconnect-failed-visible[b-c5yf2f9t8y],
.components-pause-visible[b-c5yf2f9t8y],
.components-resume-failed-visible[b-c5yf2f9t8y],
.components-rejoining-animation[b-c5yf2f9t8y] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-c5yf2f9t8y],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-c5yf2f9t8y],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-c5yf2f9t8y],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-c5yf2f9t8y],
#components-reconnect-modal.components-reconnect-retrying[b-c5yf2f9t8y],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-c5yf2f9t8y],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-c5yf2f9t8y],
#components-reconnect-modal.components-reconnect-failed[b-c5yf2f9t8y],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-c5yf2f9t8y] {
    display: block;
}


#components-reconnect-modal[b-c5yf2f9t8y] {
    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-c5yf2f9t8y 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-c5yf2f9t8y 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-c5yf2f9t8y 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-c5yf2f9t8y]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-c5yf2f9t8y 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-c5yf2f9t8y {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-c5yf2f9t8y {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-c5yf2f9t8y {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-c5yf2f9t8y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-c5yf2f9t8y] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-c5yf2f9t8y] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-c5yf2f9t8y] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-c5yf2f9t8y] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-c5yf2f9t8y] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-c5yf2f9t8y] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-c5yf2f9t8y 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-c5yf2f9t8y] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-c5yf2f9t8y {
    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/Article.razor.rz.scp.css */
.article-page[b-9xke4hg0oj] {
    min-height: calc(100vh - 68px);
    padding: clamp(2.5rem, 6vw, 5.5rem) 1rem;
    color: var(--mw-on-surface);
    background:
        radial-gradient(circle at 14% 0, rgba(255, 145, 0, 0.07), transparent 26%),
        radial-gradient(circle at 88% 12%, rgba(33, 150, 252, 0.1), transparent 32%);
}

.article-shell[b-9xke4hg0oj] {
    position: relative;
    width: min(100%, 900px);
    margin: 0 auto;
    padding: clamp(1.25rem, 4vw, 3.25rem);
    overflow: hidden;
    border: 1px solid rgba(216, 226, 238, 0.96);
    border-radius: var(--mw-radius-md);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--mw-elevation-2);
}

.article-shell[b-9xke4hg0oj]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--mw-primary), var(--mw-secondary));
}

.article-header[b-9xke4hg0oj] {
    max-width: 780px;
}

.article-backlink[b-9xke4hg0oj] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1.35rem;
    color: var(--mw-primary-dark);
    font-size: 0.86rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.article-backlink[b-9xke4hg0oj]::before {
    content: "";
    width: 1.75rem;
    height: 2px;
    border-radius: 999px;
    background: var(--mw-secondary);
}

.article-backlink:hover[b-9xke4hg0oj],
.article-backlink:focus-visible[b-9xke4hg0oj] {
    color: var(--mw-secondary-dark);
    text-decoration: underline;
    text-underline-offset: 0.22rem;
}

.article-header h1[b-9xke4hg0oj] {
    margin: 0;
    color: var(--mw-ink);
    font-size: clamp(2rem, 4.35vw, 3.3rem);
    font-weight: 900;
    line-height: 1.15;
}

.article-header p[b-9xke4hg0oj] {
    margin: 1rem 0 0;
    color: var(--mw-on-surface-variant);
    font-size: 1rem;
    line-height: 1.75;
}

.article-divider[b-9xke4hg0oj] {
    margin: clamp(1.75rem, 4vw, 2.6rem) 0;
    border-top: 1px solid var(--mw-outline);
}

.article-content[b-9xke4hg0oj] {
    color: var(--mw-on-surface);
    font-size: 1.0625rem;
    line-height: 2;
}

.article-content[b-9xke4hg0oj]  h1,
.article-content[b-9xke4hg0oj]  h2,
.article-content[b-9xke4hg0oj]  h3,
.article-content[b-9xke4hg0oj]  h4 {
    position: relative;
    color: var(--mw-ink);
    font-weight: 880;
    line-height: 1.28;
    scroll-margin-top: 5rem;
}

.article-content[b-9xke4hg0oj]  h1 {
    margin: 2.5rem 0 1rem;
    font-size: 2.2rem;
}

.article-content[b-9xke4hg0oj]  h2 {
    margin: 2.75rem 0 1rem;
    padding: 0.18rem 0 0.18rem 1rem;
    font-size: 1.68rem;
    border-left: 4px solid var(--mw-primary);
}

.article-content[b-9xke4hg0oj]  h2::after {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2px;
    margin-top: 0.55rem;
    border-radius: 999px;
    background: var(--mw-secondary);
}

.article-content[b-9xke4hg0oj]  h3 {
    margin: 2.1rem 0 0.75rem;
    font-size: 1.3rem;
}

.article-content[b-9xke4hg0oj]  h3::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2px;
    margin-top: 0.55rem;
    border-radius: 999px;
    background: rgba(33, 150, 252, 0.55);
}

.article-content[b-9xke4hg0oj]  h4 {
    margin: 1.75rem 0 0.65rem;
    color: var(--mw-primary-dark);
    font-size: 1.08rem;
}

.article-content[b-9xke4hg0oj]  p {
    margin: 1rem 0;
}

.article-content[b-9xke4hg0oj]  a {
    color: var(--mw-primary-dark);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2rem;
}

.article-content[b-9xke4hg0oj]  a:hover,
.article-content[b-9xke4hg0oj]  a:focus-visible {
    color: var(--mw-secondary-dark);
}

.article-content[b-9xke4hg0oj]  strong {
    color: var(--mw-ink);
    font-weight: 850;
}

.article-content[b-9xke4hg0oj]  em {
    color: var(--mw-on-surface-variant);
}

.article-content[b-9xke4hg0oj]  blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.15rem;
    color: var(--mw-on-surface);
    border-left: 4px solid var(--mw-secondary);
    border-radius: 0 var(--mw-radius-md) var(--mw-radius-md) 0;
    background: var(--mw-secondary-container);
}

.article-content[b-9xke4hg0oj]  blockquote p {
    margin: 0.25rem 0;
}

.article-content[b-9xke4hg0oj]  code {
    padding: 0.12rem 0.36rem;
    color: var(--mw-secondary-dark);
    font-size: 0.92em;
    border: 1px solid rgba(255, 145, 0, 0.28);
    border-radius: var(--mw-radius-sm);
    background: var(--mw-secondary-container);
}

.article-content[b-9xke4hg0oj]  pre {
    margin: 1.35rem 0;
    padding: 1rem;
    overflow-x: auto;
    border: 1px solid rgba(33, 150, 252, 0.28);
    border-radius: var(--mw-radius-md);
    background: #0f1f33;
    box-shadow: var(--mw-elevation-1);
}

.article-content[b-9xke4hg0oj]  pre code {
    padding: 0;
    color: #eef6ff;
    border: 0;
    background: transparent;
}

.article-content[b-9xke4hg0oj]  ul,
.article-content[b-9xke4hg0oj]  ol {
    margin: 1rem 0 1.25rem;
    padding-left: 1.5rem;
}

.article-content[b-9xke4hg0oj]  li {
    margin: 0.4rem 0;
    padding-left: 0.15rem;
}

.article-content[b-9xke4hg0oj]  li::marker {
    color: var(--mw-primary);
}

.article-content[b-9xke4hg0oj]  table {
    display: block;
    width: 100%;
    margin: 1.5rem 0;
    overflow-x: auto;
    border-collapse: collapse;
    border: 1px solid var(--mw-outline);
    border-radius: var(--mw-radius-md);
    box-shadow: 0 1px 2px rgba(16, 32, 51, 0.06);
}

.article-content[b-9xke4hg0oj]  th,
.article-content[b-9xke4hg0oj]  td {
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--mw-outline);
    text-align: left;
    vertical-align: top;
}

.article-content[b-9xke4hg0oj]  th {
    color: var(--mw-ink);
    font-weight: 850;
    background: var(--mw-primary-container);
}

.article-content[b-9xke4hg0oj]  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.article-content[b-9xke4hg0oj]  p img {
    margin: 0 0.06rem 0.2rem;
}

.article-content[b-9xke4hg0oj]  p img[src*="/mj/"] {
    margin-right: 0;
    margin-left: 0;
}

.article-content[b-9xke4hg0oj]  hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid var(--mw-outline);
}

.article-content[b-9xke4hg0oj]  font {
    display: inline-block;
    max-width: 100%;
    padding: 0.5rem 0.7rem;
    color: var(--mw-primary-dark);
    overflow-wrap: anywhere;
    border: 1px solid var(--mw-outline);
    border-radius: var(--mw-radius-sm);
    background: var(--mw-primary-container);
}

@media (max-width: 640px) {
    .article-page[b-9xke4hg0oj] {
        padding-inline: 0.75rem;
    }

    .article-shell[b-9xke4hg0oj] {
        padding: 1.15rem;
    }

    .article-content[b-9xke4hg0oj] {
        font-size: 1rem;
        line-height: 1.9;
    }

    .article-content[b-9xke4hg0oj]  h2 {
        font-size: 1.4rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-gf95tyc42g] {
    position: relative;
    overflow: hidden;
    color: var(--mw-on-surface);
    background: transparent;
}

.home-page .container[b-gf95tyc42g] {
    max-width: 1160px;
}

.hero-section[b-gf95tyc42g] {
    position: relative;
    padding: clamp(4.25rem, 8vw, 7.25rem) 0 3.75rem;
    border-bottom: 1px solid var(--mw-outline);
    background:
        radial-gradient(circle at 78% 16%, rgba(33, 150, 252, 0.14), transparent 32%),
        radial-gradient(circle at 14% 12%, rgba(255, 145, 0, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 254, 0.94));
}

.hero-section[b-gf95tyc42g]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(33, 150, 252, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(33, 150, 252, 0.06) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 78%);
}

.hero-section[b-gf95tyc42g]::after {
    content: "東 南 西 北";
    position: absolute;
    right: clamp(1rem, 5vw, 4rem);
    bottom: 1.4rem;
    color: rgba(33, 150, 252, 0.1);
    font-size: clamp(1.8rem, 5vw, 4.2rem);
    font-weight: 900;
    letter-spacing: 0.28em;
    pointer-events: none;
}

.hero-grid[b-gf95tyc42g] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
}

.section-kicker[b-gf95tyc42g] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
    color: var(--mw-primary-dark);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.section-kicker[b-gf95tyc42g]::before {
    content: "";
    width: 1.8rem;
    height: 2px;
    border-radius: 999px;
    background: var(--mw-secondary);
}

.hero-copy h1[b-gf95tyc42g] {
    margin: 0;
    color: var(--mw-ink);
    font-size: clamp(3.25rem, 8vw, 6.85rem);
    font-weight: 900;
    line-height: 0.95;
}

.hero-copy h1[b-gf95tyc42g]::after {
    content: "";
    display: block;
    width: min(42vw, 320px);
    height: 5px;
    margin-top: 0.7rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mw-primary), var(--mw-secondary));
}

.hero-lead[b-gf95tyc42g] {
    max-width: 690px;
    margin: 1.5rem 0 0;
    color: var(--mw-on-surface-variant);
    font-size: clamp(1.08rem, 2.3vw, 1.35rem);
    line-height: 1.95;
}

.hero-actions[b-gf95tyc42g] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.hero-actions .btn[b-gf95tyc42g] {
    padding: 0.72rem 1.28rem;
}

.hero-panel[b-gf95tyc42g] {
    position: relative;
    padding: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(216, 226, 238, 0.92);
    border-radius: var(--mw-radius-md);
    background:
        linear-gradient(180deg, rgba(227, 242, 255, 0.8), rgba(255, 255, 255, 0.96) 42%),
        var(--mw-surface);
    box-shadow: var(--mw-elevation-3);
}

.hero-panel[b-gf95tyc42g]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
    border-bottom-left-radius: 84px;
    background: rgba(255, 145, 0, 0.14);
}

.tile-rack[b-gf95tyc42g] {
    position: relative;
    display: flex;
    gap: 0.45rem;
    align-items: flex-end;
    padding: 1rem;
    overflow: hidden;
    border: 1px solid var(--mw-outline);
    border-radius: var(--mw-radius-md);
    background:
        linear-gradient(90deg, rgba(33, 150, 252, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(33, 150, 252, 0.045) 1px, transparent 1px),
        var(--mw-surface-container);
    background-size: 18px 18px;
}

.tile-rack img[b-gf95tyc42g] {
    width: clamp(34px, 6vw, 48px);
    height: auto;
    image-rendering: auto;
    filter: drop-shadow(0 8px 12px rgba(16, 32, 51, 0.16));
}

.signal-list[b-gf95tyc42g] {
    display: grid;
    gap: 0;
    margin: 1rem 0 0;
}

.signal-list div[b-gf95tyc42g] {
    padding: 1rem 0.25rem;
    border-top: 1px solid var(--mw-outline);
}

.signal-list dt[b-gf95tyc42g] {
    color: var(--mw-primary-dark);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.signal-list dd[b-gf95tyc42g] {
    margin: 0.25rem 0 0;
    color: var(--mw-on-surface-variant);
    line-height: 1.7;
}

.section-band[b-gf95tyc42g] {
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    background: rgba(255, 255, 255, 0.82);
}

.section-band.is-muted[b-gf95tyc42g] {
    border-block: 1px solid var(--mw-outline);
    background:
        linear-gradient(135deg, rgba(227, 242, 255, 0.76), rgba(255, 243, 224, 0.48)),
        var(--mw-surface-container-high);
}

.section-heading[b-gf95tyc42g] {
    max-width: 760px;
    margin-bottom: 2rem;
}

.section-heading.compact[b-gf95tyc42g] {
    margin-bottom: 1.5rem;
}

.section-heading h2[b-gf95tyc42g] {
    margin: 0;
    color: var(--mw-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.18;
}

.section-heading p:not(.section-kicker)[b-gf95tyc42g] {
    margin: 1rem 0 0;
    color: var(--mw-on-surface-variant);
    font-size: 1.05rem;
    line-height: 1.9;
}

.feature-grid[b-gf95tyc42g] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.feature-card[b-gf95tyc42g] {
    position: relative;
    display: flex;
    min-height: 260px;
    flex-direction: column;
    padding: 1.35rem;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border: 1px solid var(--mw-outline);
    border-radius: var(--mw-radius-md);
    background: var(--mw-surface);
    box-shadow: var(--mw-elevation-1);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card[b-gf95tyc42g]::after {
    content: "";
    position: absolute;
    right: -32px;
    bottom: -32px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(33, 150, 252, 0.09);
}

.feature-card:hover[b-gf95tyc42g],
.feature-card:focus-visible[b-gf95tyc42g] {
    color: inherit;
    border-color: rgba(33, 150, 252, 0.46);
    box-shadow: var(--mw-elevation-2);
    transform: translateY(-3px);
}

.card-label[b-gf95tyc42g] {
    width: fit-content;
    padding: 0.24rem 0.56rem;
    color: var(--mw-secondary-dark);
    font-size: 0.78rem;
    font-weight: 850;
    border-radius: var(--mw-radius-sm);
    background: var(--mw-secondary-container);
}

.feature-card h3[b-gf95tyc42g],
.tool-grid h3[b-gf95tyc42g] {
    margin: 1rem 0 0.65rem;
    color: var(--mw-ink);
    font-size: 1.28rem;
    font-weight: 880;
}

.feature-card p[b-gf95tyc42g],
.tool-grid p[b-gf95tyc42g] {
    margin: 0;
    color: var(--mw-on-surface-variant);
    line-height: 1.85;
}

.split-layout[b-gf95tyc42g] {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.7fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: start;
}

.link-matrix[b-gf95tyc42g] {
    display: grid;
    gap: 0.75rem;
}

.link-matrix a[b-gf95tyc42g] {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.1rem;
    color: var(--mw-on-surface);
    font-weight: 760;
    text-decoration: none;
    border: 1px solid var(--mw-outline);
    border-radius: var(--mw-radius-md);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 2px rgba(16, 32, 51, 0.06);
}

.link-matrix a[b-gf95tyc42g]::after {
    content: ">";
    color: var(--mw-secondary);
}

.link-matrix a:hover[b-gf95tyc42g],
.link-matrix a:focus-visible[b-gf95tyc42g] {
    color: var(--mw-primary-dark);
    border-color: rgba(33, 150, 252, 0.4);
    background: var(--mw-primary-container);
}

.tool-grid[b-gf95tyc42g] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--mw-outline);
    border-radius: var(--mw-radius-md);
    background: var(--mw-outline);
    box-shadow: var(--mw-elevation-1);
}

.tool-grid article[b-gf95tyc42g] {
    padding: 1.35rem;
    background: var(--mw-surface);
}

@media (max-width: 900px) {
    .hero-grid[b-gf95tyc42g],
    .split-layout[b-gf95tyc42g],
    .feature-grid[b-gf95tyc42g],
    .tool-grid[b-gf95tyc42g] {
        grid-template-columns: 1fr;
    }

    .hero-section[b-gf95tyc42g] {
        padding-top: 3.25rem;
    }
}

@media (max-width: 560px) {
    .hero-actions .btn[b-gf95tyc42g] {
        width: 100%;
    }

    .feature-card[b-gf95tyc42g] {
        min-height: auto;
    }

    .hero-section[b-gf95tyc42g]::after {
        display: none;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-5mhdo4u768] {
    display: grid;
    min-height: min(720px, calc(100vh - 8rem));
    place-items: center;
    padding: clamp(3rem, 8vw, 6rem) 1rem;
    color: var(--mw-on-surface);
}

.not-found-panel[b-5mhdo4u768] {
    display: grid;
    width: min(100%, 920px);
    grid-template-columns: minmax(240px, 0.86fr) minmax(0, 1fr);
    gap: clamp(2rem, 6vw, 4rem);
    align-items: center;
    padding: clamp(1.5rem, 5vw, 3rem);
    border: 1px solid var(--mw-outline);
    border-radius: var(--mw-radius-md);
    background:
        linear-gradient(135deg, rgba(227, 242, 255, 0.9), rgba(255, 243, 224, 0.56)),
        var(--mw-surface);
    box-shadow: var(--mw-elevation-2);
}

.not-found-image[b-5mhdo4u768] {
    width: min(100%, 360px);
    justify-self: center;
    filter: drop-shadow(0 16px 24px rgba(16, 32, 51, 0.16));
}

.section-kicker[b-5mhdo4u768] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
    color: var(--mw-primary-dark);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.section-kicker[b-5mhdo4u768]::before {
    content: "";
    width: 1.8rem;
    height: 2px;
    border-radius: 999px;
    background: var(--mw-secondary);
}

.not-found-copy h1[b-5mhdo4u768] {
    margin: 0;
    color: var(--mw-ink);
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 900;
    line-height: 1.18;
}

.not-found-note[b-5mhdo4u768] {
    margin: 1rem 0 0;
    color: var(--mw-on-surface-variant);
    font-size: 0.95rem;
    line-height: 1.8;
}

.not-found-note a[b-5mhdo4u768] {
    margin-left: 0.25rem;
    font-weight: 760;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

@media (max-width: 720px) {
    .not-found-panel[b-5mhdo4u768] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .not-found-copy .section-kicker[b-5mhdo4u768] {
        justify-content: center;
    }
}
