/* _content/MetroGlass/Components/Layout/BlogLayout.razor.rz.scp.css */
.blog-layout[b-to43g3y98s] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: 1rem;
}

@media (min-width: 641px) {
    .blog-layout[b-to43g3y98s] {
        padding: 2.75rem 3rem 3rem;
    }
}

#blazor-error-ui[b-to43g3y98s] {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 0.65rem 1.25rem 0.75rem;
    background: #d24726;
    color: #ffffff;
}

#blazor-error-ui .dismiss[b-to43g3y98s] {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    cursor: pointer;
}
/* _content/MetroGlass/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-vecyaoqb0y] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    isolation: isolate;
}

main[b-vecyaoqb0y] {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.sidebar[b-vecyaoqb0y] {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(24, 0, 82, 0.7), rgba(0, 24, 143, 0.62) 68%, rgba(0, 114, 198, 0.58));
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0.85rem 0 2.4rem rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px) saturate(135%);
    -webkit-backdrop-filter: blur(14px) saturate(135%);
}

.sidebar[b-vecyaoqb0y]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 0.35rem;
    pointer-events: none;
    background: var(--cyan);
}

.content[b-vecyaoqb0y] {
    padding: 1rem;
}

@media (min-width: 641px) {
    .page[b-vecyaoqb0y] {
        flex-direction: row;
    }

    .sidebar[b-vecyaoqb0y] {
        position: sticky;
        top: 0;
        width: 17rem;
        height: 100vh;
    }

    .content[b-vecyaoqb0y] {
        padding: 2.75rem 3rem 3rem 3.5rem;
    }
}

#blazor-error-ui[b-vecyaoqb0y] {
    background: #d24726;
    bottom: 0;
    box-shadow: none;
    color: #ffffff;
    display: none;
    left: 0;
    padding: 0.65rem 1.25rem 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-vecyaoqb0y] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/MetroGlass/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0afm2v586f] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    color: white;
    position: absolute;
    top: 0.95rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0;
    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, 255, 0.96%29' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(0, 114, 198, 0.74);
    box-shadow: 0 0.7rem 1.6rem rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px) saturate(130%);
    -webkit-backdrop-filter: blur(10px) saturate(130%);
}

.navbar-toggler:checked[b-0afm2v586f] {
    background-color: var(--cyan);
}

.top-row[b-0afm2v586f] {
    height: 5.25rem;
    background: transparent;
}

.container-fluid[b-0afm2v586f] {
    position: relative;
    z-index: 1;
}

.navbar-brand[b-0afm2v586f] {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 300;
    letter-spacing: -0.055em;
    box-shadow: none;
}

.navbar-brand[b-0afm2v586f]::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.65rem;
    background: var(--cyan);
}

.nav-glyph[b-0afm2v586f] {
    display: inline-grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    margin-right: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 600;
}

.nav-item[b-0afm2v586f] {
    font-size: 0.95rem;
    padding-bottom: 0.55rem;
}

.nav-item:first-of-type[b-0afm2v586f] {
    padding-top: 0.75rem;
}

.nav-item:last-of-type[b-0afm2v586f] {
    padding-bottom: 1.25rem;
}

.nav-item[b-0afm2v586f]  .nav-link {
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0.3rem solid transparent;
    border-radius: 0;
    height: 3.35rem;
    display: flex;
    align-items: center;
    line-height: 3.35rem;
    width: 100%;
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

.nav-item[b-0afm2v586f]  a.active {
    background: rgba(0, 114, 198, 0.74);
    border-left-color: #ffffff;
    color: #ffffff;
    box-shadow: none;
}

.nav-item[b-0afm2v586f]  a.active .nav-glyph {
    background: rgba(255, 255, 255, 0.28);
}

.nav-item[b-0afm2v586f]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.nav-scrollable[b-0afm2v586f] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0afm2v586f] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0afm2v586f] {
        display: none;
    }

    .nav-scrollable[b-0afm2v586f] {
        display: block;
        height: calc(100vh - 5.25rem);
        overflow-y: auto;
        padding-top: 0.5rem;
        padding-right: 0.25rem;
    }
}
/* _content/MetroGlass/Components/Pages/Blog.razor.rz.scp.css */
.blog-index[b-66w04tpmrp] {
    --journal-paper: rgba(4, 18, 42, 0.78);
    --journal-line: rgba(255, 255, 255, 0.18);
    position: relative;
    isolation: isolate;
    width: min(100%, 94rem);
    margin: 0 auto;
}

.blog-index[b-66w04tpmrp]::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -1rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 38%),
        rgba(0, 0, 0, 0.28);
    box-shadow: 0 1.4rem 3.5rem rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(18px) saturate(115%);
    -webkit-backdrop-filter: blur(18px) saturate(115%);
}

@media (min-width: 641px) {
    .blog-index[b-66w04tpmrp]::before {
        inset: -2.75rem -1.5rem -3rem;
    }
}

.blog-hero[b-66w04tpmrp] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
    gap: 1rem;
    align-items: end;
    min-height: 29rem;
    padding: clamp(2rem, 6vw, 5.5rem) 0 2rem;
    border-bottom: 1px solid var(--journal-line);
}

.journal-mark[b-66w04tpmrp] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.journal-mark span[b-66w04tpmrp] {
    display: inline-grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    background: #ffffff;
    color: #00188f;
    letter-spacing: -0.04em;
}

.blog-hero h1[b-66w04tpmrp] {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(4rem, 10vw, 8.8rem);
    font-weight: 200;
    letter-spacing: -0.085em;
    line-height: 0.79;
}

.blog-hero h1 em[b-66w04tpmrp] {
    color: #8be3ff;
    font-style: normal;
}

.blog-hero-copy > p:last-child[b-66w04tpmrp] {
    max-width: 42rem;
    margin: 2rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 300;
    line-height: 1.6;
}

.issue-block[b-66w04tpmrp] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 16rem;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 42%),
        rgba(0, 114, 198, 0.56);
    box-shadow: var(--shadow-glass);
    backdrop-filter: blur(14px) saturate(135%);
    -webkit-backdrop-filter: blur(14px) saturate(135%);
}

.issue-label[b-66w04tpmrp] {
    align-self: start;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.issue-block strong[b-66w04tpmrp] {
    font-size: clamp(5.5rem, 10vw, 8.5rem);
    font-weight: 200;
    letter-spacing: -0.1em;
    line-height: 0.72;
}

.issue-block div[b-66w04tpmrp] {
    grid-column: 1 / -1;
    align-self: end;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
}

.lead-grid[b-66w04tpmrp] {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(19rem, 0.75fr);
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.feature-story[b-66w04tpmrp],
.dispatch-list[b-66w04tpmrp],
.story-card[b-66w04tpmrp] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-glass);
    backdrop-filter: blur(13px) saturate(135%);
    -webkit-backdrop-filter: blur(13px) saturate(135%);
}

.feature-story[b-66w04tpmrp] {
    --story-accent: 0, 188, 242;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(17rem, 0.9fr);
    min-height: 31rem;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 38%),
        linear-gradient(135deg, rgba(var(--story-accent), 0.72), rgba(0, 24, 143, 0.58));
    color: #ffffff;
    text-decoration: none;
}

.feature-story[b-66w04tpmrp]::before,
.story-card[b-66w04tpmrp]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: none;
}

.feature-copy[b-66w04tpmrp] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.4rem, 4vw, 3rem);
}

.story-meta[b-66w04tpmrp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.feature-label[b-66w04tpmrp] {
    margin: auto 0 0.9rem;
    padding: 0.42rem 0.6rem;
    background: #ffffff;
    color: #00188f;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-shadow: none;
    text-transform: uppercase;
}

.feature-copy h2[b-66w04tpmrp] {
    max-width: 13ch;
    margin-bottom: 1rem;
    font-size: clamp(2.4rem, 5vw, 5rem);
    font-weight: 200;
    letter-spacing: -0.065em;
    line-height: 0.94;
}

.feature-copy > p:not(.feature-label)[b-66w04tpmrp] {
    max-width: 35rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.6;
}

.read-link[b-66w04tpmrp] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid #ffffff;
    font-weight: 600;
}

.read-link span[b-66w04tpmrp] {
    font-size: 1.35rem;
}

.feature-art[b-66w04tpmrp] {
    position: relative;
    min-height: 24rem;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background:
        linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, 0.13) 50%, transparent 50.3%),
        linear-gradient(0deg, transparent 49.7%, rgba(255, 255, 255, 0.13) 50%, transparent 50.3%),
        rgba(0, 0, 0, 0.16);
}

.feature-art.has-image[b-66w04tpmrp] {
    background: rgba(0, 0, 0, 0.16);
}

.feature-art.has-header-picture[b-66w04tpmrp],
.card-visual.has-header-picture[b-66w04tpmrp] {
    background: rgba(var(--story-accent), 0.7);
}

.feature-art.has-header-picture[b-66w04tpmrp]::after,
.card-visual.has-header-picture[b-66w04tpmrp]::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 42%),
        rgba(var(--story-accent), 0.62);
    pointer-events: none;
}

.feature-art img[b-66w04tpmrp],
.card-visual img[b-66w04tpmrp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-picture[b-66w04tpmrp] {
    position: relative;
    z-index: 0;
}

.feature-number[b-66w04tpmrp] {
    position: absolute;
    z-index: 2;
    top: 1.5rem;
    right: 1rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(9rem, 21vw, 19rem);
    font-weight: 200;
    letter-spacing: -0.14em;
    line-height: 0.75;
    text-shadow: 0 0.15rem 1.5rem rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.feature-icon[b-66w04tpmrp] {
    position: absolute;
    z-index: 2;
    right: 1.25rem;
    bottom: 1.25rem;
    display: grid;
    place-items: center;
    min-width: 4.5rem;
    min-height: 4.5rem;
    padding: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 7, 20, 0.58);
    color: #ffffff;
    font-size: 2.25rem;
    line-height: 1;
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.focus-frame[b-66w04tpmrp] {
    position: absolute;
    top: 25%;
    right: 17%;
    width: 46%;
    aspect-ratio: 1;
    border: 0.7rem solid rgba(255, 255, 255, 0.88);
}

.focus-frame[b-66w04tpmrp]::before {
    content: "";
    position: absolute;
    inset: 22%;
    background: rgba(255, 255, 255, 0.88);
}

.signal-lines[b-66w04tpmrp] {
    position: absolute;
    right: 11%;
    bottom: 9%;
    left: 11%;
    display: flex;
    align-items: end;
    gap: 0.4rem;
    height: 8rem;
}

.signal-lines i[b-66w04tpmrp] {
    flex: 1;
    background: rgba(255, 255, 255, 0.25);
}

.signal-lines i:nth-child(1)[b-66w04tpmrp] { height: 28%; }
.signal-lines i:nth-child(2)[b-66w04tpmrp] { height: 44%; }
.signal-lines i:nth-child(3)[b-66w04tpmrp] { height: 68%; }
.signal-lines i:nth-child(4)[b-66w04tpmrp] { height: 52%; }
.signal-lines i:nth-child(5)[b-66w04tpmrp] { height: 86%; background: #ffffff; }

.dispatch-list[b-66w04tpmrp] {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 38%),
        rgba(4, 18, 42, 0.72);
}

.dispatch-list > header[b-66w04tpmrp] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--journal-line);
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dispatch-item[b-66w04tpmrp] {
    --story-accent: 0, 114, 198;
    display: grid;
    grid-template-columns: 2.8rem minmax(0, 1fr);
    gap: 1rem;
    min-height: 9.6rem;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid var(--journal-line);
    color: #ffffff;
    text-decoration: none;
    transition: background-color 140ms ease;
}

.dispatch-item:last-child[b-66w04tpmrp] {
    border-bottom: 0;
}

.dispatch-item:hover[b-66w04tpmrp] {
    background: rgba(var(--story-accent), 0.32);
    color: #ffffff;
}

.dispatch-number[b-66w04tpmrp] {
    display: grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    background: rgb(var(--story-accent));
    font-size: 0.72rem;
    font-weight: 700;
}

.dispatch-category[b-66w04tpmrp],
.dispatch-date[b-66w04tpmrp] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dispatch-item h2[b-66w04tpmrp] {
    margin: 0.45rem 0 0.8rem;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 300;
    line-height: 1.08;
}

.archive-section[b-66w04tpmrp] {
    padding-top: clamp(3.5rem, 7vw, 6.5rem);
}

.section-heading[b-66w04tpmrp] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--journal-line);
}

.section-heading p[b-66w04tpmrp] {
    margin-bottom: 0.35rem;
    color: #9de8ff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.section-heading h2[b-66w04tpmrp] {
    margin: 0;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    font-weight: 200;
    letter-spacing: -0.065em;
}

.section-heading > span[b-66w04tpmrp] {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.story-grid[b-66w04tpmrp] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    padding: 1.25rem 0 3rem;
}

.story-card[b-66w04tpmrp] {
    --story-accent: 0, 114, 198;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 29rem;
    overflow: hidden;
    padding: 1.1rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.11), transparent 38%),
        var(--journal-paper);
    color: #ffffff;
    text-decoration: none;
    transition: transform 140ms ease, outline-color 140ms ease;
}

.story-card:hover[b-66w04tpmrp],
.feature-story:hover[b-66w04tpmrp] {
    outline: 3px solid rgba(255, 255, 255, 0.55);
    outline-offset: -3px;
    color: #ffffff;
}

.story-card:hover[b-66w04tpmrp] {
    transform: translateY(-0.3rem);
}

.card-visual[b-66w04tpmrp] {
    position: relative;
    height: 10rem;
    margin: -1.1rem -1.1rem 1.1rem;
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent 33%, rgba(255, 255, 255, 0.13) 33.2%, transparent 33.4% 66%, rgba(255, 255, 255, 0.13) 66.2%, transparent 66.4%),
        rgba(var(--story-accent), 0.7);
}

.card-visual.has-image[b-66w04tpmrp] {
    background: rgba(var(--story-accent), 0.7);
}

.card-number[b-66w04tpmrp] {
    position: absolute;
    z-index: 2;
    right: 1rem;
    bottom: -0.6rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 8.5rem;
    font-weight: 200;
    letter-spacing: -0.12em;
    line-height: 1;
    text-shadow: 0 0.15rem 1.25rem rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.card-icon[b-66w04tpmrp] {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    left: 1rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: clamp(2.75rem, 5vw, 4.75rem);
    line-height: 1;
    text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.6);
    pointer-events: none;
}

.card-visual i[b-66w04tpmrp] {
    position: absolute;
    z-index: 1;
    width: 1.4rem;
    background: rgba(255, 255, 255, 0.88);
}

.card-visual i:nth-of-type(1)[b-66w04tpmrp] { bottom: 1rem; left: 1rem; height: 2.5rem; }
.card-visual i:nth-of-type(2)[b-66w04tpmrp] { bottom: 1rem; left: 2.8rem; height: 4.8rem; }
.card-visual i:nth-of-type(3)[b-66w04tpmrp] { bottom: 1rem; left: 4.6rem; height: 6.8rem; }

.story-card h3[b-66w04tpmrp] {
    margin: 1.5rem 0 0.8rem;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    font-weight: 300;
    letter-spacing: -0.045em;
    line-height: 1;
}

.story-card > p[b-66w04tpmrp] {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.55;
}

.story-card footer[b-66w04tpmrp] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--journal-line);
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.story-card footer span:last-child[b-66w04tpmrp] {
    color: #ffffff;
    font-size: 1.25rem;
}

.accent-cyan[b-66w04tpmrp] { --story-accent: 0, 188, 242; }
.accent-violet[b-66w04tpmrp] { --story-accent: 81, 51, 171; }
.accent-green[b-66w04tpmrp] { --story-accent: 0, 163, 0; }
.accent-red[b-66w04tpmrp] { --story-accent: 229, 20, 0; }
.accent-yellow[b-66w04tpmrp] { --story-accent: 255, 196, 13; }
.accent-amber[b-66w04tpmrp] { --story-accent: 210, 71, 38; }
.accent-rose[b-66w04tpmrp] { --story-accent: 162, 0, 37; }
.accent-blue[b-66w04tpmrp] { --story-accent: 0, 114, 198; }

@media (max-width: 1100px) {
    .blog-hero[b-66w04tpmrp],
    .lead-grid[b-66w04tpmrp] {
        grid-template-columns: 1fr;
    }

    .issue-block[b-66w04tpmrp] {
        min-height: 12rem;
    }

    .feature-story[b-66w04tpmrp] {
        grid-template-columns: minmax(0, 1.2fr) minmax(14rem, 0.8fr);
    }

    .dispatch-list[b-66w04tpmrp] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .dispatch-list > header[b-66w04tpmrp] {
        grid-column: 1 / -1;
    }

    .dispatch-item[b-66w04tpmrp] {
        border-right: 1px solid var(--journal-line);
        border-bottom: 0;
    }

    .story-grid[b-66w04tpmrp] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .blog-hero[b-66w04tpmrp] {
        min-height: 0;
        padding-top: 2rem;
    }

    .journal-mark[b-66w04tpmrp] {
        margin-bottom: 2rem;
    }

    .blog-hero h1[b-66w04tpmrp] {
        font-size: clamp(3.6rem, 17vw, 5.4rem);
    }

    .blog-hero-copy > p:last-child[b-66w04tpmrp] {
        margin-top: 1.3rem;
    }

    .feature-story[b-66w04tpmrp],
    .story-grid[b-66w04tpmrp],
    .dispatch-list[b-66w04tpmrp] {
        grid-template-columns: 1fr;
    }

    .feature-art[b-66w04tpmrp] {
        min-height: 18rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-left: 0;
    }

    .feature-copy[b-66w04tpmrp] {
        min-height: 27rem;
    }

    .feature-copy h2[b-66w04tpmrp] {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .dispatch-item[b-66w04tpmrp] {
        border-right: 0;
        border-bottom: 1px solid var(--journal-line);
    }

    .section-heading[b-66w04tpmrp] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .story-card[b-66w04tpmrp] {
        min-height: 27rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .story-card[b-66w04tpmrp] {
        transition: none;
    }

    .story-card:hover[b-66w04tpmrp] {
        transform: none;
    }
}
/* _content/MetroGlass/Components/Pages/BlogPost.razor.rz.scp.css */
.post-page[b-b7ci4t64o4] {
    --post-accent: 0, 188, 242;
    --post-line: rgba(255, 255, 255, 0.18);
    width: 100%;
    max-width: 88rem;
    min-width: 0;
    margin: 0 auto;
}

.post-nav[b-b7ci4t64o4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--post-line);
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.post-nav a[b-b7ci4t64o4] {
    color: #ffffff;
    text-decoration: none;
}

.post-nav a:hover[b-b7ci4t64o4] {
    color: rgb(var(--post-accent));
}

.post-hero[b-b7ci4t64o4] {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(19rem, 0.75fr);
    width: 100%;
    min-width: 0;
    min-height: 40rem;
    margin-top: 0.85rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 40%),
        linear-gradient(135deg, rgba(4, 18, 42, 0.88), rgba(0, 24, 143, 0.63));
    box-shadow: var(--shadow-glass);
    backdrop-filter: blur(15px) saturate(135%);
    -webkit-backdrop-filter: blur(15px) saturate(135%);
}

.post-heading[b-b7ci4t64o4] {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.5rem, 5vw, 4.25rem);
}

.post-meta[b-b7ci4t64o4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1.3rem;
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.post-meta span:first-child[b-b7ci4t64o4] {
    padding: 0.42rem 0.6rem;
    background: rgb(var(--post-accent));
    color: #ffffff;
}

.post-meta span:not(:first-child)[b-b7ci4t64o4] {
    align-self: center;
}

.post-heading h1[b-b7ci4t64o4] {
    width: 100%;
    max-width: 12ch;
    margin: auto 0 1.35rem;
    font-size: clamp(3.7rem, 8vw, 7.5rem);
    font-weight: 200;
    letter-spacing: -0.085em;
    line-height: 0.84;
    overflow-wrap: break-word;
}

.post-deck[b-b7ci4t64o4] {
    width: 100%;
    max-width: 44rem;
    margin-bottom: 1.8rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1.05rem, 1.8vw, 1.3rem);
    font-weight: 300;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.author-row[b-b7ci4t64o4],
.author-card[b-b7ci4t64o4] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.author-monogram[b-b7ci4t64o4] {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.8rem;
    height: 2.8rem;
    background: #ffffff;
    color: #00188f;
    font-size: 0.74rem;
    font-weight: 700;
}

.author-row strong[b-b7ci4t64o4],
.author-row span[b-b7ci4t64o4],
.author-card strong[b-b7ci4t64o4],
.author-card span[b-b7ci4t64o4] {
    display: block;
}

.author-row strong[b-b7ci4t64o4] {
    font-size: 0.92rem;
    font-weight: 600;
}

.author-row div > span[b-b7ci4t64o4] {
    margin-top: 0.15rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.76rem;
}

.post-art[b-b7ci4t64o4] {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    background:
        linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.11) 50%, transparent 50.2%),
        linear-gradient(0deg, transparent 49.8%, rgba(255, 255, 255, 0.11) 50%, transparent 50.2%),
        rgba(var(--post-accent), 0.62);
}

.post-art.has-image[b-b7ci4t64o4] {
    background: rgba(var(--post-accent), 0.62);
}

.post-art img[b-b7ci4t64o4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-zoom[b-b7ci4t64o4] {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.image-zoom-fill[b-b7ci4t64o4] {
    height: 100%;
}

.image-zoom:focus-visible[b-b7ci4t64o4] {
    outline: 3px solid #ffffff;
    outline-offset: -3px;
}

.post-number[b-b7ci4t64o4] {
    position: absolute;
    top: 1.5rem;
    right: -0.2rem;
    color: rgba(255, 255, 255, 0.18);
    font-size: clamp(10rem, 22vw, 19rem);
    font-weight: 200;
    letter-spacing: -0.14em;
    line-height: 0.72;
}

.art-square[b-b7ci4t64o4] {
    position: absolute;
    border: 0.65rem solid rgba(255, 255, 255, 0.9);
}

.square-large[b-b7ci4t64o4] {
    right: 17%;
    bottom: 17%;
    width: 48%;
    aspect-ratio: 1;
}

.square-small[b-b7ci4t64o4] {
    right: 8%;
    bottom: 9%;
    width: 19%;
    aspect-ratio: 1;
    background: #ffffff;
}

.art-axis[b-b7ci4t64o4] {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
}

.axis-x[b-b7ci4t64o4] {
    right: 11%;
    bottom: 12%;
    width: 68%;
    height: 2px;
}

.axis-y[b-b7ci4t64o4] {
    right: 12%;
    bottom: 11%;
    width: 2px;
    height: 58%;
}

.article-layout[b-b7ci4t64o4] {
    display: grid;
    grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
    min-width: 0;
    gap: clamp(1.5rem, 5vw, 5.5rem);
    padding: clamp(3rem, 7vw, 7rem) clamp(0rem, 3vw, 2rem);
}

.rail-sticky[b-b7ci4t64o4] {
    position: sticky;
    top: 2rem;
}

.rail-label[b-b7ci4t64o4] {
    display: block;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--post-line);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.article-rail nav[b-b7ci4t64o4] {
    display: grid;
}

.article-rail nav a[b-b7ci4t64o4] {
    display: grid;
    grid-template-columns: 1.7rem minmax(0, 1fr);
    gap: 0.6rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--post-line);
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.78rem;
    text-decoration: none;
}

.article-rail nav a span[b-b7ci4t64o4] {
    color: rgb(var(--post-accent));
    font-weight: 700;
}

.article-rail nav a:hover[b-b7ci4t64o4] {
    color: #ffffff;
}

.rail-share[b-b7ci4t64o4] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    text-transform: uppercase;
}

.rail-share a[b-b7ci4t64o4] {
    color: #ffffff;
    text-decoration: none;
}

.article-body[b-b7ci4t64o4] {
    width: 100%;
    max-width: 52rem;
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
        rgba(2, 12, 31, 0.78);
    box-shadow: 0 1.4rem 3.5rem rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(22px) saturate(120%);
    -webkit-backdrop-filter: blur(22px) saturate(120%);
}

.article-intro[b-b7ci4t64o4] {
    margin-bottom: clamp(4rem, 7vw, 6.5rem);
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.4rem, 2.7vw, 2rem);
    font-weight: 300;
    line-height: 1.52;
}

.article-intro > span[b-b7ci4t64o4] {
    float: left;
    margin: 0.06em 0.15em 0 0;
    color: rgb(var(--post-accent));
    font-size: 4.2em;
    font-weight: 200;
    line-height: 0.75;
}

.article-body section[b-b7ci4t64o4] {
    margin-bottom: clamp(3.5rem, 7vw, 6.5rem);
    scroll-margin-top: 2rem;
}

.section-index[b-b7ci4t64o4] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.section-index span:first-child[b-b7ci4t64o4] {
    display: inline-grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    background: rgb(var(--post-accent));
    color: #ffffff;
}

.article-body h2[b-b7ci4t64o4] {
    max-width: 15ch;
    margin-bottom: 1.8rem;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 200;
    letter-spacing: -0.065em;
    line-height: 0.95;
}

.markdown-body[b-b7ci4t64o4] {
    max-width: 100%;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.4vw, 1.1rem);
    font-weight: 400;
    line-height: 1.85;
    overflow-wrap: anywhere;
    text-shadow:
        0 2px 3px rgba(0, 0, 0, 0.95),
        0 0 1rem rgba(0, 0, 0, 0.82);
}

.markdown-body[b-b7ci4t64o4]  p,
.markdown-body[b-b7ci4t64o4]  ul,
.markdown-body[b-b7ci4t64o4]  ol,
.markdown-body[b-b7ci4t64o4]  dl,
.markdown-body[b-b7ci4t64o4]  pre,
.markdown-body[b-b7ci4t64o4]  table,
.markdown-body[b-b7ci4t64o4]  blockquote,
.markdown-body[b-b7ci4t64o4]  figure,
.markdown-body[b-b7ci4t64o4]  hr {
    margin-top: 0;
    margin-bottom: 1.3rem;
}

.markdown-body[b-b7ci4t64o4]  strong,
.markdown-body[b-b7ci4t64o4]  b {
    color: #ffffff;
    font-weight: 700;
}

.markdown-body[b-b7ci4t64o4]  em,
.markdown-body[b-b7ci4t64o4]  i {
    color: rgba(255, 255, 255, 0.96);
}

.markdown-body[b-b7ci4t64o4]  a {
    color: #8be3ff;
    font-weight: 500;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.markdown-body[b-b7ci4t64o4]  a:hover {
    color: #ffffff;
}

.markdown-body[b-b7ci4t64o4]  ul,
.markdown-body[b-b7ci4t64o4]  ol {
    padding-left: 1.65rem;
}

.markdown-body[b-b7ci4t64o4]  ul {
    list-style: square;
}

.markdown-body[b-b7ci4t64o4]  ol {
    list-style: decimal;
}

.markdown-body[b-b7ci4t64o4]  li {
    padding-left: 0.25rem;
}

.markdown-body[b-b7ci4t64o4]  li + li {
    margin-top: 0.45rem;
}

.markdown-body[b-b7ci4t64o4]  li::marker {
    color: rgb(var(--post-accent));
    font-weight: 700;
}

.markdown-body[b-b7ci4t64o4]  li > ul,
.markdown-body[b-b7ci4t64o4]  li > ol {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
}

.markdown-body[b-b7ci4t64o4]  .task-list-item {
    list-style: none;
}

.markdown-body[b-b7ci4t64o4]  input[type="checkbox"] {
    margin: 0 0.55rem 0 -1.35rem;
    accent-color: rgb(var(--post-accent));
}

.markdown-body[b-b7ci4t64o4]  h1,
.markdown-body[b-b7ci4t64o4]  h2,
.markdown-body[b-b7ci4t64o4]  h3,
.markdown-body[b-b7ci4t64o4]  h4,
.markdown-body[b-b7ci4t64o4]  h5,
.markdown-body[b-b7ci4t64o4]  h6 {
    max-width: 100%;
    margin: 2rem 0 0.8rem;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.markdown-body[b-b7ci4t64o4]  h1 { font-size: 2rem; }
.markdown-body[b-b7ci4t64o4]  h2 { font-size: 1.75rem; }
.markdown-body[b-b7ci4t64o4]  h3 { font-size: 1.5rem; }
.markdown-body[b-b7ci4t64o4]  h4 { font-size: 1.25rem; }
.markdown-body[b-b7ci4t64o4]  h5 { font-size: 1.1rem; }
.markdown-body[b-b7ci4t64o4]  h6 {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.markdown-body[b-b7ci4t64o4]  blockquote {
    position: relative;
    padding: 1.25rem 1.5rem 1.25rem 3.25rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0.35rem solid rgb(var(--post-accent));
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 42%),
        rgba(var(--post-accent), 0.28);
    box-shadow: var(--shadow-glass);
}

.markdown-body[b-b7ci4t64o4]  blockquote::before {
    content: "\201c";
    position: absolute;
    top: 0.15rem;
    left: 0.75rem;
    color: rgba(255, 255, 255, 0.48);
    font-size: 3.2rem;
    font-weight: 200;
    line-height: 1;
}

.markdown-body[b-b7ci4t64o4]  blockquote > :last-child {
    margin-bottom: 0;
}

.markdown-body[b-b7ci4t64o4]  code,
.markdown-body[b-b7ci4t64o4]  kbd {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.38);
    color: #bdeeff;
    font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
    font-size: 0.88em;
}

.markdown-body[b-b7ci4t64o4]  code {
    padding: 0.15em 0.35em;
}

.markdown-body[b-b7ci4t64o4]  kbd {
    padding: 0.15em 0.42em;
    box-shadow: inset 0 -2px rgba(255, 255, 255, 0.14);
}

.markdown-body[b-b7ci4t64o4]  pre {
    max-width: 100%;
    overflow: auto;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 5, 15, 0.82);
    line-height: 1.6;
    tab-size: 4;
}

.markdown-body[b-b7ci4t64o4]  pre code {
    padding: 0;
    border: 0;
    background: transparent;
    color: #e7f8ff;
    font-size: 0.9rem;
}

.markdown-body[b-b7ci4t64o4]  hr {
    height: 1px;
    border: 0;
    background: rgba(255, 255, 255, 0.24);
    opacity: 1;
}

.markdown-body[b-b7ci4t64o4]  table {
    width: 100%;
    min-width: 36rem;
    border-collapse: collapse;
}

.markdown-body[b-b7ci4t64o4]  th,
.markdown-body[b-b7ci4t64o4]  td {
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.17);
    vertical-align: top;
}

.markdown-body[b-b7ci4t64o4]  th {
    background: rgba(var(--post-accent), 0.42);
    color: #ffffff;
}

.markdown-body[b-b7ci4t64o4]  tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.045);
}

.markdown-body[b-b7ci4t64o4]  img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 0 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: zoom-in;
}

.markdown-body[b-b7ci4t64o4]  img:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: -3px;
}

.markdown-body[b-b7ci4t64o4]  figure {
    padding: 0;
}

.markdown-body[b-b7ci4t64o4]  figure img {
    margin-bottom: 0;
}

.markdown-body[b-b7ci4t64o4]  figcaption {
    padding: 0.65rem 0.8rem;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.8rem;
    line-height: 1.45;
}

.markdown-body[b-b7ci4t64o4]  dl {
    display: grid;
    grid-template-columns: minmax(8rem, 0.3fr) minmax(0, 1fr);
    gap: 0.5rem 1rem;
}

.markdown-body[b-b7ci4t64o4]  dt {
    color: #ffffff;
    font-weight: 700;
}

.markdown-body[b-b7ci4t64o4]  dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.markdown-body[b-b7ci4t64o4]  mark {
    padding: 0.08em 0.2em;
    background: #ffe36e;
    color: #101010;
}

.markdown-body[b-b7ci4t64o4]  del {
    color: rgba(255, 255, 255, 0.55);
}

.markdown-body[b-b7ci4t64o4]  ins {
    color: #b8ffb8;
    text-decoration-color: #56d456;
}

.markdown-body[b-b7ci4t64o4]  .footnotes {
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
}

.markdown-body[b-b7ci4t64o4]  .footnote-ref,
.markdown-body[b-b7ci4t64o4]  .footnote-back-ref {
    color: #8be3ff;
    font-weight: 700;
    text-decoration: none;
}

.markdown-body[b-b7ci4t64o4]  .markdown-alert {
    margin-bottom: 1.3rem;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0.35rem solid rgb(var(--post-accent));
    background: rgba(0, 0, 0, 0.25);
}

.markdown-body[b-b7ci4t64o4]  .markdown-alert-title {
    margin-bottom: 0.35rem;
    color: #ffffff;
    font-weight: 700;
}

.image-dialog[b-b7ci4t64o4] {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: auto;
    overscroll-behavior: contain;
    padding: clamp(1rem, 4vw, 3rem);
    background: rgba(0, 7, 20, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.image-dialog-content[b-b7ci4t64o4] {
    position: relative;
    display: grid;
    max-width: min(92rem, 100%);
    max-height: 100%;
    margin: 0;
    padding: 0;
}

.image-dialog-content img[b-b7ci4t64o4] {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 6rem);
    border: 1px solid rgba(255, 255, 255, 0.32);
    object-fit: contain;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.65);
}

.image-dialog-content figcaption[b-b7ci4t64o4] {
    padding: 0.75rem 3.5rem 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.82rem;
    line-height: 1.4;
}

.image-dialog-close[b-b7ci4t64o4] {
    position: absolute;
    z-index: 1;
    top: 0.75rem;
    right: 0.75rem;
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(0, 7, 20, 0.78);
    color: #ffffff;
    font-size: 1.05rem;
    cursor: pointer;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.image-dialog-close:hover[b-b7ci4t64o4],
.image-dialog-close:focus-visible[b-b7ci4t64o4] {
    border-color: #ffffff;
    background: #ffffff;
    color: #00188f;
    outline: none;
}

.article-footer[b-b7ci4t64o4] {
    padding-top: 1rem;
    border-top: 1px solid var(--post-line);
}

.article-tags[b-b7ci4t64o4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.article-tags span[b-b7ci4t64o4] {
    padding: 0.55rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(0, 0, 0, 0.18);
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.74rem;
}

.author-card[b-b7ci4t64o4] {
    align-items: flex-start;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 24, 143, 0.38);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.author-card > div > span[b-b7ci4t64o4] {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.author-card strong[b-b7ci4t64o4] {
    margin: 0.2rem 0 0.45rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.author-card p[b-b7ci4t64o4] {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.5;
}

.next-story[b-b7ci4t64o4] {
    --next-accent: var(--post-accent);
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: 0;
    gap: 1rem;
    align-items: end;
    min-height: 18rem;
    margin-bottom: 2rem;
    overflow: hidden;
    padding: clamp(1.5rem, 5vw, 3.5rem);
    border: 1px solid rgba(255, 255, 255, 0.22);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 40%),
        rgba(var(--next-accent), 0.67);
    box-shadow: var(--shadow-glass);
    color: #ffffff;
    text-decoration: none;
    backdrop-filter: blur(13px) saturate(135%);
    -webkit-backdrop-filter: blur(13px) saturate(135%);
}

.next-story[b-b7ci4t64o4]::after {
    content: "NEXT";
    position: absolute;
    top: -1.8rem;
    right: 7rem;
    color: rgba(255, 255, 255, 0.1);
    font-size: clamp(8rem, 19vw, 17rem);
    font-weight: 200;
    letter-spacing: -0.09em;
    pointer-events: none;
}

.next-label[b-b7ci4t64o4],
.next-story strong[b-b7ci4t64o4],
.next-arrow[b-b7ci4t64o4] {
    position: relative;
    z-index: 1;
}

.next-label[b-b7ci4t64o4] {
    grid-column: 1 / -1;
    align-self: start;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.next-story strong[b-b7ci4t64o4] {
    max-width: 17ch;
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    font-weight: 200;
    letter-spacing: -0.07em;
    line-height: 0.92;
    overflow-wrap: break-word;
}

.next-arrow[b-b7ci4t64o4] {
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    background: #ffffff;
    color: #00188f;
    font-size: 2rem;
}

.next-story:hover[b-b7ci4t64o4] {
    outline: 3px solid rgba(255, 255, 255, 0.55);
    outline-offset: -3px;
    color: #ffffff;
}

.next-story.accent-cyan[b-b7ci4t64o4] { --next-accent: 0, 188, 242; }
.next-story.accent-violet[b-b7ci4t64o4] { --next-accent: 81, 51, 171; }
.next-story.accent-green[b-b7ci4t64o4] { --next-accent: 0, 163, 0; }
.next-story.accent-red[b-b7ci4t64o4] { --next-accent: 229, 20, 0; }
.next-story.accent-yellow[b-b7ci4t64o4] { --next-accent: 255, 196, 13; }
.next-story.accent-amber[b-b7ci4t64o4] { --next-accent: 210, 71, 38; }
.next-story.accent-rose[b-b7ci4t64o4] { --next-accent: 162, 0, 37; }
.next-story.accent-blue[b-b7ci4t64o4] { --next-accent: 0, 114, 198; }

.post-page.accent-cyan[b-b7ci4t64o4] { --post-accent: 0, 188, 242; }
.post-page.accent-violet[b-b7ci4t64o4] { --post-accent: 81, 51, 171; }
.post-page.accent-green[b-b7ci4t64o4] { --post-accent: 0, 163, 0; }
.post-page.accent-red[b-b7ci4t64o4] { --post-accent: 229, 20, 0; }
.post-page.accent-yellow[b-b7ci4t64o4] { --post-accent: 255, 196, 13; }
.post-page.accent-amber[b-b7ci4t64o4] { --post-accent: 210, 71, 38; }
.post-page.accent-rose[b-b7ci4t64o4] { --post-accent: 162, 0, 37; }
.post-page.accent-blue[b-b7ci4t64o4] { --post-accent: 0, 114, 198; }

.not-found[b-b7ci4t64o4] {
    min-height: 75vh;
    padding: clamp(4rem, 10vw, 9rem) 0;
}

.post-kicker[b-b7ci4t64o4] {
    color: #8be3ff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.not-found h1[b-b7ci4t64o4] {
    max-width: 10ch;
    margin: 2rem 0 1rem;
    font-size: clamp(4rem, 10vw, 8rem);
}

.not-found > p:not(.post-kicker)[b-b7ci4t64o4] {
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.15rem;
}

.back-link[b-b7ci4t64o4] {
    display: inline-flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 1000px) {
    .post-hero[b-b7ci4t64o4] {
        grid-template-columns: 1fr;
    }

    .post-heading[b-b7ci4t64o4] {
        min-height: 35rem;
    }

    .post-art[b-b7ci4t64o4] {
        min-height: 24rem;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
        border-left: 0;
    }

    .article-layout[b-b7ci4t64o4] {
        grid-template-columns: 1fr;
    }

    .article-rail[b-b7ci4t64o4] {
        display: none;
    }

    .article-body[b-b7ci4t64o4] {
        max-width: 50rem;
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    .post-heading[b-b7ci4t64o4] {
        min-height: 31rem;
        padding: 1.25rem;
    }

    .post-heading h1[b-b7ci4t64o4] {
        max-width: 100%;
        font-size: clamp(2.8rem, 14vw, 4.5rem);
    }

    .post-art[b-b7ci4t64o4] {
        min-height: 18rem;
    }

    .article-layout[b-b7ci4t64o4] {
        padding-top: 3.5rem;
        padding-right: 0;
        padding-left: 0;
    }

    .article-intro[b-b7ci4t64o4] {
        margin-bottom: 4rem;
        font-size: 1.3rem;
    }

    .article-body h2[b-b7ci4t64o4] {
        font-size: clamp(2.35rem, 11vw, 3.5rem);
    }

    .markdown-body[b-b7ci4t64o4]  dl {
        grid-template-columns: 1fr;
    }

    .next-story[b-b7ci4t64o4] {
        min-height: 20rem;
    }

    .next-story strong[b-b7ci4t64o4] {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .next-arrow[b-b7ci4t64o4] {
        width: 3.25rem;
        height: 3.25rem;
    }
}
/* _content/MetroGlass/Components/Pages/Tiles.razor.rz.scp.css */
.tiles-board[b-7xxii8m12k] {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.75rem;
}

.gradient-tile[b-7xxii8m12k] {
    --gradient-start: 0, 114, 198;
    --gradient-end: 0, 24, 143;
    position: relative;
    grid-column: span 3;
    min-width: 0;
    min-height: 12rem;
    overflow: hidden;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.17), transparent 40%),
        linear-gradient(135deg, rgba(var(--gradient-start), 0.72), rgba(var(--gradient-end), 0.55) 64%, rgba(0, 0, 0, 0.3));
    box-shadow: var(--shadow-glass);
    color: #ffffff;
    backdrop-filter: blur(13px) saturate(135%);
    -webkit-backdrop-filter: blur(13px) saturate(135%);
    transition: outline-color 120ms ease, transform 120ms ease;
}

.gradient-tile[b-7xxii8m12k]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(90deg, transparent 0 72%, rgba(255, 255, 255, 0.035) 72% calc(72% + 1px), transparent calc(72% + 1px)),
        linear-gradient(0deg, transparent 0 68%, rgba(255, 255, 255, 0.035) 68% calc(68% + 1px), transparent calc(68% + 1px));
    pointer-events: none;
}

.gradient-tile > *[b-7xxii8m12k] {
    position: relative;
    z-index: 1;
}

.gradient-tile:hover[b-7xxii8m12k] {
    outline: 3px solid rgba(255, 255, 255, 0.45);
    outline-offset: -3px;
}

.cyan-gradient[b-7xxii8m12k] {
    --gradient-start: 0, 188, 242;
    --gradient-end: 0, 114, 198;
}

.blue-gradient[b-7xxii8m12k] {
    --gradient-start: 0, 114, 198;
    --gradient-end: 0, 24, 143;
}

.violet-gradient[b-7xxii8m12k] {
    --gradient-start: 81, 51, 171;
    --gradient-end: 0, 24, 143;
}

.deep-gradient[b-7xxii8m12k] {
    --gradient-start: 0, 78, 146;
    --gradient-end: 24, 0, 82;
}

.tile-heading[b-7xxii8m12k] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tile-heading h2[b-7xxii8m12k] {
    margin: 0.35rem 0 0;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 300;
    letter-spacing: -0.035em;
    text-transform: none;
}

.tile-change[b-7xxii8m12k] {
    flex: 0 0 auto;
    padding: 0.38rem 0.52rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.18);
    color: #ffffff;
    letter-spacing: 0.04em;
}

.metric-tile strong[b-7xxii8m12k] {
    display: block;
    margin-top: 1.65rem;
    font-size: clamp(2.6rem, 5vw, 4.25rem);
    font-weight: 200;
    letter-spacing: -0.075em;
    line-height: 0.9;
}

.metric-tile p[b-7xxii8m12k] {
    margin: 0.65rem 0 1.15rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
}

.metric-meter[b-7xxii8m12k] {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
    height: 0.28rem;
    background: rgba(0, 0, 0, 0.25);
}

.metric-meter span[b-7xxii8m12k] {
    display: block;
    height: 100%;
    background: rgba(255, 255, 255, 0.92);
}

.diagram-card[b-7xxii8m12k] {
    min-height: 22rem;
}

.trend-tile[b-7xxii8m12k] {
    grid-column: span 8;
}

.health-tile[b-7xxii8m12k] {
    grid-column: span 4;
}

.mix-tile[b-7xxii8m12k] {
    grid-column: span 5;
}

.projects-tile[b-7xxii8m12k] {
    grid-column: span 7;
}

.trend-chart[b-7xxii8m12k] {
    margin-top: 1.4rem;
}

.trend-chart svg[b-7xxii8m12k] {
    display: block;
    width: 100%;
    height: 14.5rem;
    overflow: visible;
}

.chart-grid-line[b-7xxii8m12k] {
    stroke: rgba(255, 255, 255, 0.15);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.trend-area[b-7xxii8m12k] {
    fill: rgba(255, 255, 255, 0.12);
}

.trend-line[b-7xxii8m12k] {
    fill: none;
    stroke: #ffffff;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 4;
    vector-effect: non-scaling-stroke;
}

.trend-chart circle[b-7xxii8m12k] {
    fill: #ffffff;
    stroke: rgb(var(--gradient-start));
    stroke-width: 3;
    vector-effect: non-scaling-stroke;
}

.trend-axis[b-7xxii8m12k] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 0 0.25rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.74rem;
    text-align: center;
    text-transform: uppercase;
}

.health-diagram[b-7xxii8m12k] {
    display: grid;
    grid-template-columns: minmax(8.75rem, 0.9fr) minmax(8rem, 1.1fr);
    gap: 1rem;
    align-items: center;
    min-height: 16rem;
}

.radial-chart[b-7xxii8m12k] {
    width: min(100%, 12rem);
    margin: auto;
}

.radial-track[b-7xxii8m12k],
.radial-value[b-7xxii8m12k] {
    fill: none;
    stroke-width: 13;
}

.radial-track[b-7xxii8m12k] {
    stroke: rgba(0, 0, 0, 0.24);
}

.radial-value[b-7xxii8m12k] {
    stroke: #ffffff;
    stroke-dasharray: 87 13;
    stroke-linecap: square;
}

.radial-chart text[b-7xxii8m12k] {
    fill: #ffffff;
    font-family: "Segoe UI", sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
}

.radial-chart .radial-caption[b-7xxii8m12k] {
    fill: rgba(255, 255, 255, 0.65);
    font-size: 0.56rem;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.health-legend[b-7xxii8m12k],
.stage-list[b-7xxii8m12k],
.project-list[b-7xxii8m12k] {
    display: grid;
    gap: 0.65rem;
}

.health-legend > div[b-7xxii8m12k] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.health-legend span[b-7xxii8m12k],
.stage-list span[b-7xxii8m12k] {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.76);
}

.health-legend strong[b-7xxii8m12k] {
    font-weight: 500;
}

.legend-dot[b-7xxii8m12k] {
    width: 0.62rem;
    height: 0.62rem;
    margin-right: 0.48rem;
    background: #ffffff;
}

.legend-good[b-7xxii8m12k] {
    background: #7ce38b;
}

.legend-watch[b-7xxii8m12k] {
    background: #ffd45c;
}

.legend-risk[b-7xxii8m12k] {
    background: #ff7b8b;
}

.stage-bar[b-7xxii8m12k] {
    display: flex;
    height: 3.5rem;
    margin: 2rem 0 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.2);
}

.stage-segment[b-7xxii8m12k] {
    display: block;
    height: 100%;
    border-right: 2px solid rgba(0, 0, 0, 0.18);
}

.stage-quoted[b-7xxii8m12k] {
    background: #ffffff;
}

.stage-approved[b-7xxii8m12k] {
    background: #78dcff;
}

.stage-production[b-7xxii8m12k] {
    background: #9c8cf4;
}

.stage-install[b-7xxii8m12k] {
    background: #74d68b;
}

.stage-list > div[b-7xxii8m12k] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 2.5rem;
    gap: 0.75rem;
    align-items: center;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.stage-list strong[b-7xxii8m12k] {
    font-weight: 500;
}

.stage-list small[b-7xxii8m12k] {
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
}

.project-list[b-7xxii8m12k] {
    margin-top: 1.5rem;
}

.project-row[b-7xxii8m12k] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 3rem auto;
    gap: 0.85rem;
    align-items: center;
    padding: 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.16);
}

.project-code[b-7xxii8m12k] {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.92);
    color: #00188f;
    font-size: 0.72rem;
    font-weight: 700;
}

.project-row strong[b-7xxii8m12k],
.project-row small[b-7xxii8m12k] {
    display: block;
}

.project-row strong[b-7xxii8m12k] {
    font-weight: 500;
}

.project-row small[b-7xxii8m12k] {
    margin-top: 0.14rem;
    color: rgba(255, 255, 255, 0.65);
}

.project-progress[b-7xxii8m12k] {
    color: rgba(255, 255, 255, 0.75);
    font-variant-numeric: tabular-nums;
    text-align: right;
}

@media (max-width: 1200px) {
    .metric-tile[b-7xxii8m12k] {
        grid-column: span 6;
    }

    .trend-tile[b-7xxii8m12k],
    .projects-tile[b-7xxii8m12k] {
        grid-column: span 12;
    }

    .health-tile[b-7xxii8m12k],
    .mix-tile[b-7xxii8m12k] {
        grid-column: span 6;
    }
}

@media (max-width: 700px) {
    .tiles-board[b-7xxii8m12k] {
        grid-template-columns: 1fr;
    }

    .metric-tile[b-7xxii8m12k],
    .trend-tile[b-7xxii8m12k],
    .health-tile[b-7xxii8m12k],
    .mix-tile[b-7xxii8m12k],
    .projects-tile[b-7xxii8m12k] {
        grid-column: span 1;
    }

    .health-diagram[b-7xxii8m12k] {
        grid-template-columns: 1fr;
    }

    .trend-chart svg[b-7xxii8m12k] {
        height: 11rem;
    }

    .project-row[b-7xxii8m12k] {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .project-progress[b-7xxii8m12k] {
        display: none;
    }

    .project-row .status-pill[b-7xxii8m12k] {
        grid-column: 2 / -1;
        width: max-content;
    }
}
