/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-f3jci5qc0j] {
    color-scheme: dark;
    background: var(--surface-card-strong);
    bottom: 0;
    box-shadow: var(--shadow-float);
    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-f3jci5qc0j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5fndczbuwk],
.components-reconnect-repeated-attempt-visible[b-5fndczbuwk],
.components-reconnect-failed-visible[b-5fndczbuwk],
.components-pause-visible[b-5fndczbuwk],
.components-resume-failed-visible[b-5fndczbuwk],
.components-rejoining-animation[b-5fndczbuwk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5fndczbuwk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5fndczbuwk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5fndczbuwk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5fndczbuwk],
#components-reconnect-modal.components-reconnect-retrying[b-5fndczbuwk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5fndczbuwk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5fndczbuwk],
#components-reconnect-modal.components-reconnect-failed[b-5fndczbuwk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5fndczbuwk] {
    display: block;
}


#components-reconnect-modal[b-5fndczbuwk] {
    background-color: var(--surface-card-strong);
    color: var(--text-primary);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--edge-strong);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-5fndczbuwk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5fndczbuwk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5fndczbuwk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5fndczbuwk]::backdrop {
    background-color: color-mix(in srgb, var(--surface-page) 72%, transparent);
    animation: components-reconnect-modal-fadeInOpacity-b-5fndczbuwk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5fndczbuwk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5fndczbuwk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5fndczbuwk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5fndczbuwk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5fndczbuwk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5fndczbuwk] {
    border: 0;
    background-color: var(--accent-info);
    color: var(--text-on-accent);
    padding: 4px 24px;
    border-radius: var(--radius-xs);
}

    #components-reconnect-modal button:hover[b-5fndczbuwk] {
        background-color: color-mix(in srgb, var(--accent-info) 76%, var(--surface-overlay));
    }

    #components-reconnect-modal button:active[b-5fndczbuwk] {
        background-color: var(--accent-info);
    }

.components-rejoining-animation[b-5fndczbuwk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5fndczbuwk] {
        position: absolute;
        border: 3px solid var(--accent-info);
        opacity: 1;
        border-radius: var(--radius-pill);
        animation: components-rejoining-animation-b-5fndczbuwk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5fndczbuwk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5fndczbuwk {
    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/BeskarMarkdown.razor.rz.scp.css */
.beskar-page[b-sajhgp82ht] {
    width: min(1420px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 88px;
}

.beskar-hero[b-sajhgp82ht] {
    display: grid;
    gap: 18px;
    padding: 34px;
    border: 1px solid var(--edge-subtle);
    border-radius: var(--radius-md);
    background: var(--gradient-card-cyan);
    box-shadow: var(--shadow-card);
}

.beskar-back[b-sajhgp82ht] {
    width: fit-content;
    color: var(--text-muted);
    font-weight: 800;
}

.beskar-eyebrow[b-sajhgp82ht],
.beskar-section-heading p[b-sajhgp82ht] {
    margin: 0;
    color: var(--accent-secondary);
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
}

.beskar-hero h1[b-sajhgp82ht] {
    max-width: 920px;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 0.98;
}

.beskar-hero > p:not(.beskar-eyebrow)[b-sajhgp82ht] {
    max-width: 840px;
    color: var(--text-muted);
    font-size: 1.12rem;
    line-height: 1.72;
}

.beskar-demo[b-sajhgp82ht] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    margin-top: 28px;
}

.beskar-editor[b-sajhgp82ht],
.beskar-output[b-sajhgp82ht],
.beskar-usage[b-sajhgp82ht] {
    min-width: 0;
    border: 1px solid var(--edge-subtle);
    border-radius: var(--radius-md);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 260px),
        var(--surface-card-strong);
    box-shadow: var(--shadow-card);
}

.beskar-editor[b-sajhgp82ht],
.beskar-output[b-sajhgp82ht] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
}

.beskar-panel-header[b-sajhgp82ht] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--edge-subtle);
}

.beskar-panel-header div[b-sajhgp82ht] {
    display: grid;
    gap: 4px;
}

.beskar-panel-header p[b-sajhgp82ht] {
    margin: 0;
    color: var(--text-primary);
    font-weight: 900;
}

.beskar-panel-header span[b-sajhgp82ht] {
    color: var(--text-quiet);
    font-size: 0.84rem;
    font-weight: 800;
}

.beskar-panel-header button[b-sajhgp82ht] {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--edge-hot);
    border-radius: var(--radius-sm);
    background: var(--gradient-button-primary);
    color: var(--text-on-accent);
    cursor: pointer;
    font-weight: 900;
}

.beskar-panel-header button:hover[b-sajhgp82ht],
.beskar-panel-header button:focus-visible[b-sajhgp82ht] {
    border-color: var(--accent-primary);
    outline: none;
    box-shadow: var(--shadow-glow-cyan);
}

.beskar-editor textarea[b-sajhgp82ht] {
    width: 100%;
    min-height: 620px;
    resize: vertical;
    border: 0;
    padding: 22px;
    background: rgba(5, 7, 10, 0.62);
    color: var(--text-code);
    font-family: var(--font-mono);
    font-size: 0.94rem;
    line-height: 1.65;
    outline: none;
}

.beskar-stats[b-sajhgp82ht] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 18px 0;
}

.beskar-stats div[b-sajhgp82ht] {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--edge-ghost);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.045);
}

.beskar-stats span[b-sajhgp82ht] {
    color: var(--text-quiet);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.beskar-stats strong[b-sajhgp82ht] {
    color: var(--text-primary);
    font-family: var(--font-mono);
    font-size: 1rem;
}

.beskar-preview[b-sajhgp82ht] {
    min-height: 520px;
    padding: 28px;
}

.beskar-install[b-sajhgp82ht] {
    display: grid;
    gap: 14px;
    margin: 0 18px 18px;
    padding: 18px;
    border: 1px solid var(--edge-subtle);
    border-radius: var(--radius-md);
    background:
        linear-gradient(120deg, rgba(var(--color-green-rgb), 0.09), transparent 48%),
        rgba(255, 255, 255, 0.04);
}

.beskar-install p[b-sajhgp82ht] {
    margin: 0 0 5px;
    color: var(--accent-secondary);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.beskar-install span[b-sajhgp82ht] {
    color: var(--text-muted);
    line-height: 1.55;
}

.beskar-install-grid[b-sajhgp82ht] {
    display: grid;
    gap: 8px;
}

.beskar-install code[b-sajhgp82ht] {
    display: block;
    overflow: auto;
    padding: 12px 13px;
    border: 1px solid var(--edge-ghost);
    border-radius: var(--radius-sm);
    background: rgba(7, 9, 13, 0.68);
    color: var(--text-code);
    font-family: var(--font-mono);
    font-size: 0.88rem;
}

.beskar-install a[b-sajhgp82ht] {
    width: fit-content;
    color: var(--accent-primary);
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: rgba(var(--color-cyan-rgb), 0.42);
    text-underline-offset: 4px;
}

.beskar-preview[b-sajhgp82ht]  > *:first-child {
    margin-top: 0;
}

.beskar-preview[b-sajhgp82ht]  :is(h1, h2, h3, h4) {
    color: var(--text-primary);
    line-height: 1.12;
}

.beskar-preview[b-sajhgp82ht]  h1 {
    margin: 0 0 20px;
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.beskar-preview[b-sajhgp82ht]  h2 {
    margin: 34px 0 14px;
    padding-top: 12px;
    border-top: 1px solid var(--edge-subtle);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.beskar-preview[b-sajhgp82ht]  h3 {
    margin: 26px 0 10px;
    color: var(--accent-tertiary);
    font-size: 1.22rem;
}

.beskar-preview[b-sajhgp82ht]  p,
.beskar-preview[b-sajhgp82ht]  li {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.78;
}

.beskar-preview[b-sajhgp82ht]  p {
    margin: 0 0 16px;
}

.beskar-preview[b-sajhgp82ht]  ul,
.beskar-preview[b-sajhgp82ht]  ol {
    display: grid;
    gap: 8px;
    margin: 0 0 22px;
    padding-left: 24px;
}

.beskar-preview[b-sajhgp82ht]  li::marker {
    color: var(--accent-secondary);
}

.beskar-preview[b-sajhgp82ht]  blockquote {
    margin: 26px 0;
    padding: 18px 20px;
    border-left: 3px solid var(--accent-primary);
    border-radius: var(--radius-md);
    background:
        linear-gradient(90deg, rgba(var(--color-cyan-rgb), 0.1), transparent),
        var(--surface-card-muted);
}

.beskar-preview[b-sajhgp82ht]  blockquote p {
    margin: 0;
    color: var(--text-primary);
}

.beskar-preview[b-sajhgp82ht]  :not(pre) > code {
    border: 1px solid var(--edge-ghost);
    border-radius: var(--radius-xs);
    padding: 0.12em 0.38em;
    background: rgba(var(--color-cyan-rgb), 0.085);
    color: var(--text-cyan-soft);
    font-family: var(--font-mono);
    font-size: 0.9em;
}

.beskar-preview[b-sajhgp82ht]  pre,
.beskar-code-frame[b-sajhgp82ht] {
    overflow: auto;
    margin: 28px 0;
    border: 1px solid rgba(var(--color-blue-rgb), 0.18);
    border-radius: var(--radius-md);
    background:
        linear-gradient(135deg, rgba(var(--color-cyan-rgb), 0.09), transparent 42%),
        #07090d;
}

.beskar-preview[b-sajhgp82ht]  pre {
    padding: 20px;
}

.beskar-preview[b-sajhgp82ht]  pre code,
.beskar-code-frame code[b-sajhgp82ht] {
    color: var(--text-code);
    font-family: var(--font-mono);
    font-size: 0.92rem;
    line-height: 1.65;
}

.beskar-preview[b-sajhgp82ht]  table {
    width: 100%;
    margin: 26px 0;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid var(--edge-subtle);
    border-radius: var(--radius-md);
}

.beskar-preview[b-sajhgp82ht]  th,
.beskar-preview[b-sajhgp82ht]  td {
    padding: 11px 12px;
    border-bottom: 1px solid var(--edge-subtle);
    color: var(--text-muted);
    text-align: left;
}

.beskar-preview[b-sajhgp82ht]  th {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.055);
    font-size: 0.82rem;
    text-transform: uppercase;
}

.beskar-usage[b-sajhgp82ht] {
    display: grid;
    gap: 20px;
    margin-top: 28px;
    padding: 28px;
}

.beskar-section-heading[b-sajhgp82ht] {
    display: grid;
    gap: 8px;
}

.beskar-section-heading h2[b-sajhgp82ht] {
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1;
}

.beskar-code-frame[b-sajhgp82ht] {
    margin: 0;
}

.beskar-code-frame figcaption[b-sajhgp82ht] {
    min-height: 42px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    background: rgba(255, 255, 255, 0.035);
}

.beskar-code-frame figcaption span[b-sajhgp82ht] {
    color: var(--accent-tertiary);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.beskar-code-frame pre[b-sajhgp82ht] {
    margin: 0;
    padding: 24px 26px;
}

@media (max-width: 980px) {
    .beskar-demo[b-sajhgp82ht] {
        grid-template-columns: 1fr;
    }

    .beskar-editor textarea[b-sajhgp82ht] {
        min-height: 460px;
    }
}

@media (max-width: 620px) {
    .beskar-page[b-sajhgp82ht] {
        width: min(100% - 24px, 1420px);
        padding-top: 18px;
    }

    .beskar-hero[b-sajhgp82ht],
    .beskar-usage[b-sajhgp82ht] {
        padding: 22px;
    }

    .beskar-panel-header[b-sajhgp82ht],
    .beskar-stats[b-sajhgp82ht] {
        grid-template-columns: 1fr;
    }

    .beskar-panel-header[b-sajhgp82ht] {
        align-items: stretch;
        display: grid;
    }

    .beskar-stats[b-sajhgp82ht] {
        display: grid;
    }
}
/* /Components/Pages/BlogArticle.razor.rz.scp.css */
.blog-shell[b-hill5235dw] {
    width: min(1420px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 88px;
}

.blog-layout[b-hill5235dw] {
    display: grid;
    gap: 34px;
}

.blog-hero[b-hill5235dw],
.blog-missing[b-hill5235dw] {
    display: grid;
    gap: 18px;
    padding: 34px;
    border: 1px solid var(--edge-subtle);
    border-radius: var(--radius-md);
    background: var(--gradient-card-cyan);
    box-shadow: var(--shadow-card);
}

.blog-back[b-hill5235dw] {
    width: fit-content;
    color: var(--text-muted);
    font-weight: 800;
}

.blog-eyebrow[b-hill5235dw] {
    color: var(--accent-secondary);
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
}

.blog-hero h1[b-hill5235dw],
.blog-missing h1[b-hill5235dw] {
    max-width: 980px;
    font-size: clamp(1.95rem, 5vw, 3.85rem);
    line-height: 0.96;
}

.blog-hero > p:not(.blog-eyebrow)[b-hill5235dw],
.blog-missing > p:not(.blog-eyebrow)[b-hill5235dw] {
    max-width: 820px;
    color: var(--text-muted);
    font-size: 1.16rem;
    line-height: 1.7;
}

.blog-meta[b-hill5235dw],
.blog-tags[b-hill5235dw],
.blog-tech-list[b-hill5235dw] {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.blog-meta span[b-hill5235dw],
.blog-tags span[b-hill5235dw],
.blog-tech-list span[b-hill5235dw] {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid var(--edge-ghost);
    border-radius: var(--radius-sm);
    background: var(--surface-card-muted);
    color: var(--text-chip);
    font-size: 0.86rem;
    font-weight: 800;
}

.blog-content-grid[b-hill5235dw] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 26px;
    align-items: start;
}

.blog-article-body[b-hill5235dw] {
    min-width: 0;
    padding: clamp(24px, 4vw, 52px);
    border: 1px solid var(--edge-subtle);
    border-radius: var(--radius-md);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 280px),
        var(--surface-card-strong);
    box-shadow: var(--shadow-card);
}

.blog-article-body[b-hill5235dw]  :is(h2, h3, h4, h5, h6) {
    scroll-margin-top: 92px;
}

.blog-article-body[b-hill5235dw]  > *:first-child {
    margin-top: 0;
}

.blog-article-body[b-hill5235dw]  h2 {
    margin: 56px 0 18px;
    padding-top: 12px;
    border-top: 1px solid var(--edge-subtle);
    color: var(--text-primary);
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    line-height: 1.08;
}

.blog-article-body[b-hill5235dw]  h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.blog-article-body[b-hill5235dw]  h3 {
    margin: 38px 0 12px;
    color: var(--accent-tertiary);
    font-size: clamp(1.22rem, 2vw, 1.48rem);
    line-height: 1.2;
}

.blog-article-body[b-hill5235dw]  h4 {
    margin: 30px 0 10px;
    color: var(--text-cyan-soft);
    font-size: 1.08rem;
    line-height: 1.3;
}

.blog-article-body[b-hill5235dw]  h5,
.blog-article-body[b-hill5235dw]  h6 {
    margin: 24px 0 8px;
    color: var(--text-green-soft);
    font-size: 0.98rem;
    line-height: 1.35;
    text-transform: uppercase;
}

.blog-article-body[b-hill5235dw]  p,
.blog-article-body[b-hill5235dw]  li {
    color: var(--text-muted);
    font-size: clamp(1rem, 1.4vw, 1.07rem);
    line-height: 1.86;
}

.blog-article-body[b-hill5235dw]  p {
    margin: 0 0 18px;
}

.blog-article-body[b-hill5235dw]  a {
    color: var(--accent-primary);
    text-decoration: underline;
    text-decoration-color: rgba(var(--color-cyan-rgb), 0.38);
    text-underline-offset: 4px;
}

.blog-article-body[b-hill5235dw]  a:hover,
.blog-article-body[b-hill5235dw]  a:focus-visible {
    color: var(--text-cyan-soft);
    text-decoration-color: currentColor;
    outline: none;
}

.blog-article-body[b-hill5235dw]  ul,
.blog-article-body[b-hill5235dw]  ol {
    display: grid;
    gap: 10px;
    margin: 0 0 26px;
    padding-left: 24px;
}

.blog-article-body[b-hill5235dw]  li::marker {
    color: var(--accent-secondary);
}

.blog-article-body[b-hill5235dw]  blockquote {
    margin: 30px 0;
    padding: 20px 22px;
    border-left: 3px solid var(--accent-primary);
    border-radius: var(--radius-md);
    background:
        linear-gradient(90deg, rgba(var(--color-cyan-rgb), 0.1), transparent),
        var(--surface-card-muted);
}

.blog-article-body[b-hill5235dw]  blockquote p {
    margin: 0;
    color: var(--text-primary);
}

.blog-article-body[b-hill5235dw]  hr {
    height: 1px;
    margin: 42px 0;
    border: 0;
    background: linear-gradient(90deg, transparent, var(--edge-strong), transparent);
}

.blog-article-body[b-hill5235dw]  img {
    width: 100%;
    margin: 30px 0;
    border: 1px solid var(--edge-subtle);
    border-radius: var(--radius-md);
    background: var(--surface-media);
}

.blog-article-body[b-hill5235dw]  :not(pre) > code {
    border: 1px solid var(--edge-ghost);
    border-radius: var(--radius-xs);
    padding: 0.12em 0.38em;
    background: rgba(var(--color-cyan-rgb), 0.085);
    color: var(--text-cyan-soft);
    font-family: var(--font-mono);
    font-size: 0.9em;
}

.blog-article-body[b-hill5235dw]  .blog-code-frame {
    overflow: hidden;
    margin: 30px 0;
    border: 1px solid rgba(var(--color-blue-rgb), 0.18);
    border-radius: var(--radius-md);
    background:
        linear-gradient(135deg, rgba(var(--color-cyan-rgb), 0.09), transparent 42%),
        #07090d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.blog-article-body[b-hill5235dw]  .blog-code-frame figcaption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    background: rgba(255, 255, 255, 0.035);
}

.blog-article-body[b-hill5235dw]  .blog-code-frame figcaption span {
    color: var(--accent-tertiary);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.blog-article-body[b-hill5235dw]  .blog-code-frame figcaption::before {
    content: "";
    width: 42px;
    height: 10px;
    border-radius: var(--radius-pill);
    background:
        radial-gradient(circle at 5px 50%, var(--accent-danger) 0 4px, transparent 4px),
        radial-gradient(circle at 21px 50%, var(--accent-tertiary) 0 4px, transparent 4px),
        radial-gradient(circle at 37px 50%, var(--accent-secondary) 0 4px, transparent 4px);
}

.blog-article-body[b-hill5235dw]  .blog-code-scroll {
    overflow: auto;
    min-width: 0;
}

.blog-article-body[b-hill5235dw]  .blog-code-scroll > div {
    background: transparent !important;
}

.blog-article-body[b-hill5235dw]  .blog-code-body {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
}

.blog-article-body[b-hill5235dw]  .blog-code-lines {
    display: block;
    min-width: 52px;
    margin: 0;
    padding: 24px 12px 24px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.075);
    background: rgba(0, 0, 0, 0.18);
    color: var(--text-quiet);
    font-family: var(--font-mono);
    font-size: 0.84rem;
    line-height: 1.65rem;
    list-style: none;
    text-align: right;
    user-select: none;
}

.blog-article-body[b-hill5235dw]  .blog-code-lines li {
    min-height: 1.65em;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.blog-article-body[b-hill5235dw]  pre {
    overflow: auto;
    margin: 0;
    padding: 24px 26px;
    background: transparent !important;
}

.blog-article-body[b-hill5235dw]  .blog-code-scroll pre {
    overflow: visible;
    min-width: max-content;
    padding: 24px 26px;
}

.blog-article-body[b-hill5235dw]  pre code {
    display: block;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--text-code);
    font-family: var(--font-mono);
    font-size: 0.92rem;
    line-height: 1.65rem;
    tab-size: 3;
}

.blog-article-body[b-hill5235dw]  .blog-code-frame pre {
    color: var(--text-code);
    font-family: var(--font-mono);
    font-size: 0.92rem;
    line-height: 1.65rem;
    tab-size: 3;
}

.blog-article-body[b-hill5235dw]  table {
    width: 100%;
    margin: 28px 0;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid var(--edge-subtle);
    border-radius: var(--radius-md);
}

.blog-article-body[b-hill5235dw]  th,
.blog-article-body[b-hill5235dw]  td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--edge-subtle);
    color: var(--text-muted);
    text-align: left;
}

.blog-article-body[b-hill5235dw]  th {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.055);
    font-size: 0.82rem;
    text-transform: uppercase;
}

.blog-article-body[b-hill5235dw]  tr:last-child td {
    border-bottom: 0;
}

.blog-aside[b-hill5235dw] {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 92px;
}

.blog-aside-panel[b-hill5235dw] {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--edge-subtle);
    border-radius: var(--radius-md);
    background: var(--surface-card);
}

.blog-aside-panel p[b-hill5235dw] {
    margin: 0;
    color: var(--accent-tertiary);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.blog-aside nav[b-hill5235dw] {
    display: grid;
    gap: 6px;
}

.blog-aside nav a[b-hill5235dw] {
    --toc-depth: 0;
    display: block;
    padding: 7px 8px 7px calc(8px + (var(--toc-depth) * 14px));
    border-left: 2px solid transparent;
    border-radius: var(--radius-xs);
    color: var(--text-muted);
    font-size: calc(0.93rem - (var(--toc-depth) * 0.035rem));
    line-height: 1.35;
    transition: border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
}

.blog-aside nav a:hover[b-hill5235dw],
.blog-aside nav a:focus-visible[b-hill5235dw] {
    border-left-color: var(--accent-primary);
    background: rgba(var(--color-cyan-rgb), 0.075);
    color: var(--text-primary);
    outline: none;
}

.toc-level-2[b-hill5235dw] {
    font-weight: 850;
}

.toc-level-4[b-hill5235dw],
.toc-level-5[b-hill5235dw],
.toc-level-6[b-hill5235dw] {
    color: var(--text-quiet);
}

@media (max-width: 980px) {
    .blog-content-grid[b-hill5235dw] {
        grid-template-columns: 1fr;
    }

    .blog-aside[b-hill5235dw] {
        position: static;
        order: -1;
    }
}

@media (max-width: 620px) {
    .blog-shell[b-hill5235dw] {
        width: min(100% - 24px, 1420px);
        padding-top: 18px;
    }

    .blog-hero[b-hill5235dw],
    .blog-article-body[b-hill5235dw] {
        padding: 22px;
    }
}
/* /Components/Pages/BlogIndex.razor.rz.scp.css */
.blog-index-shell[b-gfnwd4alnv] {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 100px 0 100px;
}

.blog-index-hero[b-gfnwd4alnv] {
    position: relative;
    display: grid;
    gap: 20px;
    padding: 54px;
    border: 1px solid rgba(180, 118, 255, 0.08);
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(180, 118, 255, 0.08), transparent), var(--surface-card);
    box-shadow: 
        0 24px 50px -12px rgba(0, 0, 0, 0.5),
        inset 0 1px 1px 0 rgba(245, 242, 250, 0.04);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.blog-index-hero[b-gfnwd4alnv]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--color-cyan), var(--color-green));
}

.blog-index-hero a[b-gfnwd4alnv] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 6px 14px;
    border: 1px solid rgba(245, 242, 250, 0.08);
    border-radius: var(--radius-pill);
    background: rgba(245, 242, 250, 0.03);
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}

.blog-index-hero a[b-gfnwd4alnv]::before {
    content: "←";
}

.blog-index-hero a:hover[b-gfnwd4alnv] {
    background: rgba(180, 118, 255, 0.1);
    border-color: rgba(180, 118, 255, 0.3);
    color: var(--cyan);
    transform: translateX(-2px);
}

.blog-index-hero p[b-gfnwd4alnv] {
    font-family: var(--font-mono);
    color: var(--green);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.blog-index-hero h1[b-gfnwd4alnv] {
    max-width: 900px;
    font-size: clamp(2.2rem, 5.5vw, 4.4rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: var(--text-primary);
}

.blog-index-hero span[b-gfnwd4alnv] {
    max-width: 760px;
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1.65;
}

.blog-index-grid[b-gfnwd4alnv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 34px;
}

.blog-index-card[b-gfnwd4alnv] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    border: 1px solid rgba(245, 242, 250, 0.06);
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.005)), var(--surface-card);
    box-shadow: 
        0 20px 40px -15px rgba(0, 0, 0, 0.4),
        inset 0 1px 1px 0 rgba(245, 242, 250, 0.04);
    backdrop-filter: blur(12px);
    transition: transform var(--transition-medium), border-color var(--transition-medium), box-shadow var(--transition-medium);
}

.blog-index-card:hover[b-gfnwd4alnv] {
    transform: translateY(-4px);
    border-color: rgba(180, 118, 255, 0.22);
    box-shadow: 
        0 30px 60px -12px rgba(0, 0, 0, 0.5),
        0 0 40px -10px rgba(180, 118, 255, 0.18);
}

.blog-index-card > span[b-gfnwd4alnv] {
    font-family: var(--font-mono);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.blog-index-card h2[b-gfnwd4alnv] {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--text-primary);
}

.blog-index-card p[b-gfnwd4alnv] {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.blog-index-card div[b-gfnwd4alnv] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 8px;
}

.blog-index-card small[b-gfnwd4alnv] {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(245, 242, 250, 0.08);
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-chip);
    font-size: 0.76rem;
    font-weight: 600;
}

@media (max-width: 820px) {
    .blog-index-shell[b-gfnwd4alnv] {
        width: min(100% - 24px, 1280px);
        padding-top: 90px;
    }

    .blog-index-hero[b-gfnwd4alnv] {
        padding: 34px;
    }

    .blog-index-grid[b-gfnwd4alnv] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* /Components/Pages/Cv.razor.rz.scp.css */
.cv-shell[b-0kfislvwoi] {
    display: grid;
    gap: 22px;
    min-height: 100vh;
    padding: 28px 0 54px;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--surface-page-mid) 94%, transparent), var(--surface-page)),
        var(--surface-page);
}

.cv-toolbar[b-0kfislvwoi] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cv-toolbar a[b-0kfislvwoi],
.cv-toolbar button[b-0kfislvwoi] {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid var(--edge-hot);
    border-radius: var(--radius-md);
    background: var(--surface-card);
    color: var(--text-primary);
    font-weight: 800;
    cursor: pointer;
}

.cv-page[b-0kfislvwoi] {
    position: relative;
    display: grid;
    align-content: start;
    gap: 8mm;
    width: 210mm;
    min-height: 297mm;
    margin: 0 auto;
    padding: 14mm 15mm;
    overflow: hidden;
    border: 1px solid var(--edge-subtle);
    border-radius: var(--radius-md);
    background: #f7f3eb;
    color: #151a20;
    box-shadow: var(--shadow-card);
}

.cv-page[b-0kfislvwoi]::after {
    content: "";
    position: absolute;
    top: 8mm;
    right: 15mm;
    left: 15mm;
    height: 2px;
    background: linear-gradient(90deg, transparent, #62dce8 18%, #83e894 48%, #f4c15d 78%, transparent);
    opacity: 0.72;
}

.cv-page-cover[b-0kfislvwoi] {
    grid-template-columns: 52mm 1fr;
    gap: 10mm;
}

.cv-sidebar[b-0kfislvwoi] {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    gap: 7mm;
    padding-top: 7mm;
}

.cv-photo[b-0kfislvwoi] {
    width: 42mm;
    aspect-ratio: 1;
    overflow: hidden;
    border: 2px solid #17202b;
    border-radius: var(--radius-md);
    background: #17202b;
}

.cv-photo img[b-0kfislvwoi] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cv-side-block[b-0kfislvwoi],
.cv-section[b-0kfislvwoi] {
    break-inside: avoid;
}

.cv-side-block[b-0kfislvwoi] {
    display: grid;
    gap: 2.5mm;
}

.cv-side-block h2[b-0kfislvwoi],
.cv-section h2[b-0kfislvwoi] {
    margin: 0;
    color: #17202b;
    font-size: 10.5pt;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cv-side-block a[b-0kfislvwoi],
.cv-side-block span[b-0kfislvwoi] {
    color: #35404b;
    font-size: 9pt;
    line-height: 1.35;
}

.cv-chip-list[b-0kfislvwoi],
.cv-inline-tags[b-0kfislvwoi] {
    display: flex;
    flex-wrap: wrap;
    gap: 2mm;
}

.cv-chip-list span[b-0kfislvwoi],
.cv-inline-tags span[b-0kfislvwoi] {
    display: inline-flex;
    align-items: center;
    min-height: 6mm;
    padding: 0 2.4mm;
    border: 1px solid #cfd6dd;
    border-radius: 3px;
    background: #ffffff;
    color: #27313b;
    font-size: 7.7pt;
    font-weight: 700;
}

.cv-main[b-0kfislvwoi] {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    gap: 8mm;
}

.cv-hero[b-0kfislvwoi] {
    display: grid;
    gap: 2mm;
    padding-top: 7mm;
}

.cv-hero p[b-0kfislvwoi] {
    margin: 0;
    color: #66717d;
    font-size: 9pt;
    font-weight: 800;
    text-transform: uppercase;
}

.cv-hero h1[b-0kfislvwoi] {
    margin: 0;
    color: #10151b;
    font-size: 32pt;
    line-height: 0.95;
}

.cv-hero strong[b-0kfislvwoi] {
    color: #1d6e72;
    font-size: 13pt;
}

.cv-section[b-0kfislvwoi] {
    display: grid;
    gap: 3.5mm;
}

.cv-section p[b-0kfislvwoi] {
    margin: 0;
    color: #303a44;
    font-size: 9.5pt;
    line-height: 1.45;
}

.cv-timeline[b-0kfislvwoi] {
    display: grid;
    gap: 5mm;
}

.cv-entry[b-0kfislvwoi] {
    display: grid;
    grid-template-columns: 29mm 1fr;
    gap: 5mm;
    break-inside: avoid;
}

.cv-entry-meta[b-0kfislvwoi] {
    color: #1d6e72;
    font-size: 8pt;
    font-weight: 900;
    line-height: 1.35;
    text-transform: uppercase;
}

.cv-entry h3[b-0kfislvwoi],
.cv-project h3[b-0kfislvwoi],
.cv-repo h3[b-0kfislvwoi] {
    margin: 0;
    color: #111821;
    font-size: 11pt;
    line-height: 1.2;
}

.cv-entry strong[b-0kfislvwoi] {
    display: block;
    margin-top: 1mm;
    color: #3b4652;
    font-size: 9pt;
}

.cv-entry ul[b-0kfislvwoi],
.cv-project ul[b-0kfislvwoi],
.cv-section ul[b-0kfislvwoi] {
    display: grid;
    gap: 1.3mm;
    margin: 2mm 0 0;
    padding-left: 4mm;
    color: #303a44;
    font-size: 8.8pt;
    line-height: 1.38;
}

.cv-entry .cv-inline-tags[b-0kfislvwoi],
.cv-project .cv-inline-tags[b-0kfislvwoi] {
    margin-top: 3.2mm;
}

.cv-entry li[b-0kfislvwoi]::marker,
.cv-project li[b-0kfislvwoi]::marker,
.cv-section li[b-0kfislvwoi]::marker {
    color: #1d6e72;
}

.cv-page-header[b-0kfislvwoi] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    min-height: 15mm;
    border-bottom: 1px solid #cfd6dd;
}

.cv-page-header span[b-0kfislvwoi] {
    color: #66717d;
    font-size: 8pt;
    font-weight: 800;
    text-transform: uppercase;
}

.cv-page-header strong[b-0kfislvwoi] {
    color: #111821;
    font-size: 16pt;
}

.cv-project-grid[b-0kfislvwoi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4.5mm;
}

.cv-project[b-0kfislvwoi],
.cv-repo[b-0kfislvwoi] {
    display: grid;
    gap: 2.8mm;
    break-inside: avoid;
    padding: 4mm;
    border: 1px solid #d9dee3;
    border-radius: var(--radius-sm);
    background: #ffffff;
}

.cv-project-top[b-0kfislvwoi],
.cv-repo > div:first-child[b-0kfislvwoi] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 4mm;
}

.cv-project-top span[b-0kfislvwoi],
.cv-repo > div:first-child span[b-0kfislvwoi] {
    color: #1d6e72;
    font-size: 7.6pt;
    font-weight: 900;
    white-space: nowrap;
}

.cv-repo-list[b-0kfislvwoi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2mm;
}

.cv-bottom-grid[b-0kfislvwoi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7mm;
}

@media (max-width: 900px) {
    .cv-shell[b-0kfislvwoi] {
        padding: 0;
    }

    .cv-toolbar[b-0kfislvwoi] {
        position: sticky;
        top: 0;
        z-index: 5;
        padding: 10px;
        background: var(--surface-page);
    }

    .cv-page[b-0kfislvwoi] {
        width: min(100%, 210mm);
        min-height: auto;
        border-radius: 0;
    }

    .cv-page-cover[b-0kfislvwoi],
    .cv-project-grid[b-0kfislvwoi],
    .cv-repo-list[b-0kfislvwoi],
    .cv-bottom-grid[b-0kfislvwoi] {
        grid-template-columns: 1fr;
    }

    .cv-entry[b-0kfislvwoi] {
        grid-template-columns: 1fr;
        gap: 2mm;
    }
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    html[b-0kfislvwoi],
    body[b-0kfislvwoi] {
        width: 210mm;
        min-height: 297mm;
        background: #ffffff !important;
    }

    body[b-0kfislvwoi]::before,
    .cv-toolbar[b-0kfislvwoi] {
        display: none !important;
    }

    .cv-shell[b-0kfislvwoi] {
        display: block;
        min-height: auto;
        padding: 0;
        background: #ffffff !important;
    }

    .cv-page[b-0kfislvwoi] {
        width: 210mm;
        height: 297mm;
        min-height: 297mm;
        max-height: 297mm;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        break-after: page;
        page-break-after: always;
    }

    .cv-page:last-child[b-0kfislvwoi] {
        break-after: auto;
        page-break-after: auto;
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
.text-danger[b-vmfdu4j3rr] {
    color: var(--color-danger);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.portfolio-page[b-948a421g9k] {
    position: relative;
    width: min(1480px, calc(100% - 40px));
    margin: 0 auto;
    padding: 156px 0 72px; /* Luxurious clearance for floating nav capsule */
}

@media (max-width: 820px) {
    .portfolio-page[b-948a421g9k] {
        width: min(100% - 24px, 1480px);
        padding-top: 112px; /* Increased clearance for mobile nav */
    }
}
/* /Components/Portfolio/ContactSection.razor.rz.scp.css */
/* Breathing keyframes for premium contact patterns */
@keyframes breath-b-rrc24m9s1d {
    0%, 100% { opacity: 0.12; }
    50% { opacity: 0.38; }
}

.content-section[b-rrc24m9s1d] {
    padding: 88px 0;
    border-top: 1px solid var(--line);
}

.contact-grid[b-rrc24m9s1d] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 28px;
    margin-top: 24px;
}

.contact-panel[b-rrc24m9s1d] {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 320px;
    align-content: center;
    gap: 20px;
    padding: 40px;
    border: none; /* Masked border glow instead */
    border-radius: var(--radius-md);
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1.75;
    background: rgba(19, 15, 38, 0.42);
    backdrop-filter: blur(16px);
    box-shadow: 
        0 24px 48px -12px rgba(0, 0, 0, 0.5),
        inset 0 1px 1px 0 rgba(245, 242, 250, 0.04);
    overflow: hidden;
    z-index: 1;
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.contact-panel:hover[b-rrc24m9s1d] {
    transform: translateY(-2px);
    box-shadow: 
        0 28px 56px -10px rgba(0, 0, 0, 0.6),
        0 0 35px -5px rgba(255, 96, 151, 0.12);
}

/* Double-masked premium 1px glowing border */
.contact-panel[b-rrc24m9s1d]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(245, 242, 250, 0.12), rgba(245, 242, 250, 0.01) 40%, rgba(255, 96, 151, 0.15));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    transition: background var(--transition-medium);
}

.contact-panel:hover[b-rrc24m9s1d]::before {
    background: linear-gradient(135deg, rgba(255, 96, 151, 0.35), rgba(180, 118, 255, 0.12) 40%, rgba(92, 225, 230, 0.35));
}

/* Breathing dot backdrop pattern */
.contact-panel[b-rrc24m9s1d]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 96, 151, 0.15) 1px, transparent 0);
    background-size: 20px 20px;
    opacity: 0.18;
    animation: breath-b-rrc24m9s1d 8s ease-in-out infinite;
}

.contact-panel p[b-rrc24m9s1d] {
    position: relative;
    z-index: 1;
}

.contact-actions[b-rrc24m9s1d] {
    display: grid;
    gap: 16px;
    align-content: center;
}

.contact-action[b-rrc24m9s1d] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 96px;
    gap: 6px;
    padding: 20px 24px;
    border: none; /* Masked border glow instead */
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.005)), var(--surface-card);
    box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.3);
    transition: transform var(--transition-medium), box-shadow var(--transition-medium), background var(--transition-medium);
    z-index: 1;
}

.contact-action[b-rrc24m9s1d]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(245, 242, 250, 0.08), rgba(245, 242, 250, 0.01) 40%, rgba(180, 118, 255, 0.08));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    transition: background var(--transition-medium);
}

.contact-action span[b-rrc24m9s1d] {
    color: var(--cyan);
    font-family: var(--font-mono);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    position: relative;
    z-index: 3;
}

.contact-action strong[b-rrc24m9s1d] {
    overflow-wrap: anywhere;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--text-primary);
    position: relative;
    z-index: 3;
}

.contact-action[b-rrc24m9s1d]::after {
    content: "→";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--muted);
    opacity: 0;
    transition: transform var(--transition-medium), opacity var(--transition-medium), color var(--transition-medium);
    z-index: 3;
}

.contact-action:hover[b-rrc24m9s1d] {
    transform: translateX(4px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)), var(--surface-card-strong);
    box-shadow: 
        0 16px 32px -10px rgba(0, 0, 0, 0.4),
        0 0 20px -8px rgba(180, 118, 255, 0.15);
}

.contact-action:hover[b-rrc24m9s1d]::after {
    opacity: 1;
    transform: translateY(-50%) translateX(4px);
    color: var(--cyan);
}

/* Tone-specific double-masked border glows and hover highlights */
.contact-action.tone-green[b-rrc24m9s1d]::before {
    background: linear-gradient(135deg, rgba(245, 242, 250, 0.08), rgba(245, 242, 250, 0.01) 40%, rgba(255, 96, 151, 0.08));
}
.contact-action.tone-green span[b-rrc24m9s1d] {
    color: var(--green);
}
.contact-action.tone-green:hover[b-rrc24m9s1d] {
    box-shadow: 
        0 16px 32px -10px rgba(0, 0, 0, 0.4),
        0 0 20px -8px rgba(255, 96, 151, 0.15);
}
.contact-action.tone-green:hover[b-rrc24m9s1d]::before {
    background: linear-gradient(135deg, rgba(255, 96, 151, 0.35), rgba(180, 118, 255, 0.12) 40%, rgba(255, 189, 89, 0.35));
}
.contact-action.tone-green:hover[b-rrc24m9s1d]::after {
    color: var(--green);
}

.contact-action.tone-blue[b-rrc24m9s1d]::before {
    background: linear-gradient(135deg, rgba(245, 242, 250, 0.08), rgba(245, 242, 250, 0.01) 40%, rgba(92, 225, 230, 0.08));
}
.contact-action.tone-blue span[b-rrc24m9s1d] {
    color: var(--blue);
}
.contact-action.tone-blue:hover[b-rrc24m9s1d] {
    box-shadow: 
        0 16px 32px -10px rgba(0, 0, 0, 0.4),
        0 0 20px -8px rgba(92, 225, 230, 0.15);
}
.contact-action.tone-blue:hover[b-rrc24m9s1d]::before {
    background: linear-gradient(135deg, rgba(92, 225, 230, 0.35), rgba(180, 118, 255, 0.12) 40%, rgba(255, 96, 151, 0.35));
}
.contact-action.tone-blue:hover[b-rrc24m9s1d]::after {
    color: var(--blue);
}

.contact-action.tone-gold[b-rrc24m9s1d]::before {
    background: linear-gradient(135deg, rgba(245, 242, 250, 0.08), rgba(245, 242, 250, 0.01) 40%, rgba(255, 189, 89, 0.08));
}
.contact-action.tone-gold span[b-rrc24m9s1d] {
    color: var(--gold);
}
.contact-action.tone-gold:hover[b-rrc24m9s1d] {
    box-shadow: 
        0 16px 32px -10px rgba(0, 0, 0, 0.4),
        0 0 20px -8px rgba(255, 189, 89, 0.15);
}
.contact-action.tone-gold:hover[b-rrc24m9s1d]::before {
    background: linear-gradient(135deg, rgba(255, 189, 89, 0.35), rgba(255, 96, 151, 0.12) 40%, rgba(180, 118, 255, 0.35));
}
.contact-action.tone-gold:hover[b-rrc24m9s1d]::after {
    color: var(--gold);
}

@media (max-width: 1120px) {
    .contact-grid[b-rrc24m9s1d] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-panel[b-rrc24m9s1d] {
        min-height: auto;
        padding: 32px;
    }
}
/* /Components/Portfolio/ExperienceCard.razor.rz.scp.css */
.experience-card[b-w6opju30vf] {
    position: relative;
    display: block;
    min-width: 0;
    padding: 32px;
    overflow: hidden;
    border: none; /* Masked border glow instead */
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.005)), var(--surface-card);
    box-shadow: 
        0 20px 40px -15px rgba(0, 0, 0, 0.4),
        inset 0 1px 1px 0 rgba(245, 242, 250, 0.04);
    backdrop-filter: blur(12px);
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
    z-index: 1;
}

.experience-card:hover[b-w6opju30vf] {
    transform: translateY(-4px);
    box-shadow: 
        0 28px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 30px -10px rgba(180, 118, 255, 0.25);
}

/* Double-masked premium 1px glowing border */
.experience-card[b-w6opju30vf]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(245, 242, 250, 0.12), rgba(245, 242, 250, 0.01) 40%, rgba(180, 118, 255, 0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    transition: background var(--transition-medium);
}

.experience-card:hover[b-w6opju30vf]::before {
    background: linear-gradient(135deg, rgba(180, 118, 255, 0.35), rgba(255, 96, 151, 0.12) 40%, rgba(92, 225, 230, 0.35));
}

.card-year-watermark[b-w6opju30vf] {
    position: absolute;
    right: -10px;
    bottom: -20px;
    z-index: 0;
    pointer-events: none;
    color: rgba(245, 242, 250, 0.02);
    font-size: 8.5rem;
    font-weight: 900;
    font-family: var(--font-sans);
    line-height: 0.8;
    user-select: none;
    letter-spacing: -0.06em;
    transition: transform var(--transition-medium), color var(--transition-medium);
}

.experience-card:hover .card-year-watermark[b-w6opju30vf] {
    transform: scale(1.08) translateY(-8px) rotate(-1deg);
    color: rgba(180, 118, 255, 0.05);
}

.experience-main[b-w6opju30vf] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
}

.experience-meta[b-w6opju30vf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.experience-meta > span:first-child[b-w6opju30vf] {
    font-family: var(--font-mono);
    color: var(--cyan);
    font-size: 0.85rem;
    font-weight: 700;
}

.experience-accent-badge[b-w6opju30vf] {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    border-radius: var(--radius-pill);
    background: rgba(255, 96, 151, 0.08);
    border: 1px solid rgba(255, 96, 151, 0.16);
    color: var(--green);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.experience-heading[b-w6opju30vf] {
    display: flex;
    gap: 14px;
    align-items: center;
}

.experience-heading img[b-w6opju30vf] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border: 1px solid rgba(245, 242, 250, 0.08);
    border-radius: var(--radius-md);
    background: rgba(0, 0, 0, 0.2);
    padding: 4px;
}

.experience-heading h3[b-w6opju30vf] {
    font-size: 1.38rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.experience-heading p[b-w6opju30vf] {
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.95rem;
}

.experience-card ul[b-w6opju30vf] {
    display: grid;
    gap: 8px;
    padding: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.experience-card li[b-w6opju30vf] {
    position: relative;
    list-style-type: none;
    padding-left: 20px;
}

.experience-card li[b-w6opju30vf]::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--green);
    font-weight: 800;
}

.tech-list[b-w6opju30vf] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media (max-width: 820px) {
    .experience-card[b-w6opju30vf] {
        padding: 24px;
    }
    
    .card-year-watermark[b-w6opju30vf] {
        font-size: 6rem;
    }
}

@media (max-width: 560px) {
    .experience-heading[b-w6opju30vf] {
        align-items: start;
    }
}

/* /Components/Portfolio/ExperienceSection.razor.rz.scp.css */
.content-section[b-n5dmqhl3jv] {
    padding: 88px 0;
    border-top: 1px solid var(--line);
}

.timeline-list[b-n5dmqhl3jv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 12px;
}

@media (max-width: 1080px) {
    .timeline-list[b-n5dmqhl3jv] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
/* /Components/Portfolio/GitHubProjectCard.razor.rz.scp.css */
@keyframes shine-sweep-b-ortuan4abn {
    0% { left: -150%; }
    50% { left: 150%; }
    100% { left: 150%; }
}

.github-project-card[b-ortuan4abn] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    padding: 24px;
    border: none; /* Masked border glow instead */
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.005)), rgba(10, 8, 18, 0.85);
    box-shadow: 
        0 16px 36px -12px rgba(0, 0, 0, 0.5),
        inset 0 1px 1px 0 rgba(245, 242, 250, 0.03);
    backdrop-filter: blur(8px);
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
    z-index: 1;
}

.github-project-card:hover[b-ortuan4abn] {
    transform: translateY(-4px);
    box-shadow: 
        0 24px 48px -12px rgba(0, 0, 0, 0.6),
        0 0 30px -8px rgba(255, 96, 151, 0.25);
}

/* Double-masked premium 1px glowing border */
.github-project-card[b-ortuan4abn]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(245, 242, 250, 0.08), rgba(245, 242, 250, 0.01) 40%, rgba(255, 96, 151, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    transition: background var(--transition-medium);
}

.github-project-card:hover[b-ortuan4abn]::before {
    background: linear-gradient(135deg, rgba(255, 96, 151, 0.35), rgba(180, 118, 255, 0.12) 40%, rgba(92, 225, 230, 0.35));
}

.github-card-dots[b-ortuan4abn] {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
}

.github-card-dots span[b-ortuan4abn] {
    width: 8px;
    height: 8px;
    border-radius: var(--radius-pill);
    opacity: 0.7;
}

.dot-red[b-ortuan4abn] { background: #ff5f56; }
.dot-yellow[b-ortuan4abn] { background: #ffbd2e; }
.dot-green[b-ortuan4abn] { background: #27c93f; }

.github-card-header[b-ortuan4abn] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.github-kicker[b-ortuan4abn] {
    font-family: var(--font-mono);
    color: var(--cyan);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.github-card-header h3[b-ortuan4abn] {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-top: 2px;
}

.github-card-header a[b-ortuan4abn] {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--edge-good);
    border-radius: var(--radius-pill);
    background: rgba(255, 96, 151, 0.08);
    color: var(--text-green-soft);
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
    transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
    z-index: 1;
}

.github-card-header a[b-ortuan4abn]::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transform: skewX(-25deg);
    pointer-events: none;
}

.github-card-header a:hover[b-ortuan4abn]::after {
    animation: shine-sweep-b-ortuan4abn 1.3s ease-in-out infinite;
}

.github-card-header a:hover[b-ortuan4abn],
.github-card-header a:focus-visible[b-ortuan4abn] {
    transform: translateY(-2px);
    background: rgba(255, 96, 151, 0.16);
    border-color: var(--green);
    box-shadow: 0 0 12px rgba(255, 96, 151, 0.25);
    outline: none;
}

.github-meta[b-ortuan4abn] {
    font-family: var(--font-mono);
    color: var(--gold);
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.github-project-card > p[b-ortuan4abn] {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 12px;
}

.github-project-card ul[b-ortuan4abn] {
    display: grid;
    gap: 8px;
    padding: 0;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 16px;
}

.github-project-card li[b-ortuan4abn] {
    position: relative;
    list-style-type: none;
    padding-left: 18px;
}

.github-project-card li[b-ortuan4abn]::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--cyan);
    font-weight: 800;
}

.tech-list[b-ortuan4abn] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
}

@media (max-width: 560px) {
    .github-card-header[b-ortuan4abn] {
        display: grid;
        gap: 12px;
    }

    .github-card-header a[b-ortuan4abn] {
        width: 100%;
    }
}

/* /Components/Portfolio/HeroSection.razor.rz.scp.css */
/* Keyframes for premium breathing dot patterns */
@keyframes breath-b-920o61njfp {
    0%, 100% { opacity: 0.12; }
    50% { opacity: 0.38; }
}

/* Keyframes for button shine sweep */
@keyframes shine-sweep-b-920o61njfp {
    0% { left: -150%; }
    50% { left: 150%; }
    100% { left: 150%; }
}

.hero-section[b-920o61njfp] {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
    grid-template-areas: "copy visual";
    gap: 60px; /* Relaxed from 48px for wide desktop breathing room */
    align-items: start;
    padding: 0 0 108px;
}

.hero-section > *[b-920o61njfp],
.hero-copy[b-920o61njfp],
.hero-visual-stack[b-920o61njfp],
.metric-card[b-920o61njfp] {
    min-width: 0;
}

.hero-copy[b-920o61njfp] {
    grid-area: copy;
    display: flex;
    flex-direction: column;
    gap: 0; /* Clear uniform gap to allow precise typographic proximity */
    padding: 12px 0;
}

.eyebrow[b-920o61njfp] {
    color: var(--cyan);
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px; /* Proximity gap */
}

.hero-copy h1[b-920o61njfp] {
    max-width: 880px;
    font-size: clamp(2.3rem, 5.5vw, 4.1rem);
    line-height: 0.94;
    font-weight: 850;
    letter-spacing: -0.02em;
    background: linear-gradient(to right, var(--text-primary) 30%, var(--text-cyan-soft));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px; /* Proximity gap to description */
}

.hero-lede[b-920o61njfp] {
    max-width: 740px;
    color: var(--muted);
    font-size: 1.18rem;
    line-height: 1.75;
    margin-bottom: 38px; /* Breathing gap before performance strip */
}

.performance-strip[b-920o61njfp] {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 760px;
    margin-bottom: 42px; /* Separation before CTAs */
}

.performance-strip span[b-920o61njfp] {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(var(--color-cyan-rgb), 0.18);
    border-radius: var(--radius-sm);
    background:
        linear-gradient(180deg, rgba(var(--color-cyan-rgb), 0.06), rgba(var(--color-cyan-rgb), 0.02)),
        var(--surface-card);
    color: var(--text-cyan-soft);
    font-size: 0.86rem;
    font-weight: 800;
}

.performance-strip span[b-920o61njfp]::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: var(--radius-pill);
    background: var(--cyan);
    box-shadow: 0 0 8px rgba(var(--color-cyan-rgb), 0.62);
}

.hero-actions[b-920o61njfp] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 48px; /* Decouples primary/secondary CTAs from status board */
}

.button[b-920o61njfp] {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-md);
    font-weight: 800;
    transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
    z-index: 1;
}

/* Sliding gleam effect for premium buttons */
.button[b-920o61njfp]::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
    transform: skewX(-25deg);
    pointer-events: none;
}

.button:hover[b-920o61njfp]::after {
    animation: shine-sweep-b-920o61njfp 1.3s ease-in-out infinite;
}

.button:hover[b-920o61njfp],
.button:focus-visible[b-920o61njfp] {
    transform: translateY(-2px);
    outline: none;
}

.button.primary[b-920o61njfp] {
    border-color: var(--edge-hot);
    background: var(--gradient-button-primary);
    color: var(--text-on-accent);
}

.button.secondary[b-920o61njfp] {
    background: var(--surface-card-muted);
    color: var(--text);
}

.status-console[b-920o61njfp] {
    display: grid;
    gap: 18px; /* Slightly more comfortable gap */
    max-width: 760px;
    padding: 24px; /* Comfort spacing */
    border-radius: var(--radius-md);
    background: rgba(19, 15, 38, 0.42);
    backdrop-filter: blur(16px);
    box-shadow: 
        0 24px 50px -15px rgba(0, 0, 0, 0.45),
        inset 0 1px 1px 0 rgba(245, 242, 250, 0.04);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.status-console:hover[b-920o61njfp] {
    transform: translateY(-2px);
    box-shadow: 
        0 28px 56px -12px rgba(0, 0, 0, 0.55),
        0 0 35px -8px rgba(180, 118, 255, 0.15);
}

/* Double-masked premium 1px glowing border */
.status-console[b-920o61njfp]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(245, 242, 250, 0.12), rgba(245, 242, 250, 0.01) 40%, rgba(180, 118, 255, 0.15));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    transition: background var(--transition-medium);
}

.status-console:hover[b-920o61njfp]::before {
    background: linear-gradient(135deg, rgba(180, 118, 255, 0.35), rgba(255, 96, 151, 0.12) 40%, rgba(92, 225, 230, 0.35));
}

/* Breathing dot backdrop pattern */
.status-console[b-920o61njfp]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: radial-gradient(circle at 1px 1px, rgba(180, 118, 255, 0.15) 1px, transparent 0);
    background-size: 20px 20px;
    opacity: 0.18;
    animation: breath-b-920o61njfp 8s ease-in-out infinite;
}

.console-header[b-920o61njfp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    padding-bottom: 12px;
}

.console-dots[b-920o61njfp] {
    display: flex;
    gap: 6px;
}

.console-dots span[b-920o61njfp] {
    width: 8px;
    height: 8px;
    border-radius: var(--radius-pill);
}

.console-dots span:nth-child(1)[b-920o61njfp] { background: var(--accent-danger); }
.console-dots span:nth-child(2)[b-920o61njfp] { background: var(--accent-tertiary); }
.console-dots span:nth-child(3)[b-920o61njfp] { background: var(--accent-secondary); }

.console-title[b-920o61njfp] {
    font-family: var(--font-mono);
    font-size: 0.8rem;
    color: var(--text-quiet);
    font-weight: 800;
}

.console-beacon[b-920o61njfp] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--green);
    font-family: var(--font-mono);
}

.beacon-pulse[b-920o61njfp] {
    width: 8px;
    height: 8px;
    border-radius: var(--radius-pill);
    background: var(--green);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-secondary) 18%, transparent);
    animation: beacon-fade-b-920o61njfp 1.8s infinite ease-in-out;
}

@keyframes beacon-fade-b-920o61njfp {
    0%, 100% { 
        transform: scale(0.85); 
        opacity: 0.6;
        box-shadow: 
            0 0 0 4px color-mix(in srgb, var(--accent-secondary) 15%, transparent),
            0 0 12px 2px var(--accent-secondary);
    }
    50% { 
        transform: scale(1.15); 
        opacity: 1; 
        box-shadow: 
            0 0 0 8px color-mix(in srgb, var(--accent-secondary) 25%, transparent),
            0 0 18px 4px var(--accent-secondary);
    }
}

.console-body[b-920o61njfp] {
    display: grid;
    gap: 14px;
}

.status-message[b-920o61njfp] {
    color: var(--text-cyan-soft);
    font-size: 1.05rem;
    line-height: 1.5;
    font-weight: 800;
}

.status-message strong[b-920o61njfp] {
    color: var(--green);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.82rem;
    margin-right: 6px;
    border: 1px solid rgba(var(--color-green-rgb), 0.28);
    padding: 1px 6px;
    border-radius: var(--radius-xs);
    background: rgba(var(--color-green-rgb), 0.07);
}

.status-meta[b-920o61njfp] {
    display: grid;
    gap: 6px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.035);
}

.status-line[b-920o61njfp] {
    display: grid;
    grid-template-columns: 14px 1fr;
    font-family: var(--font-mono);
    font-size: 0.84rem;
    line-height: 1.5;
}

.line-kicker[b-920o61njfp] {
    color: var(--accent-primary);
    font-weight: 900;
    user-select: none;
}

.line-content[b-920o61njfp] {
    color: var(--text-muted);
}

.prompt-line[b-920o61njfp] {
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.045);
    padding-top: 6px;
}

.prompt-line .line-content[b-920o61njfp] {
    color: var(--gold);
    font-weight: 800;
}

.hero-visual-stack[b-920o61njfp] {
    grid-area: visual;
    display: grid;
    gap: 32px; /* Relaxed from 24px for a premium aesthetic spacing */
    align-self: start;
}

.beliefs-card[b-920o61njfp] {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 28px; /* Comfort padding */
    border-radius: var(--radius-md);
    background: var(--gradient-card);
    box-shadow: var(--shadow-card);
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.beliefs-card:hover[b-920o61njfp] {
    transform: translateY(-2px);
    box-shadow: 
        0 30px 60px -20px rgba(0, 0, 0, 0.55),
        0 0 40px -10px rgba(255, 96, 151, 0.12);
}

/* Double-masked premium 1px glowing border */
.beliefs-card[b-920o61njfp]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(245, 242, 250, 0.1), rgba(245, 242, 250, 0.01) 40%, rgba(255, 96, 151, 0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    transition: background var(--transition-medium);
}

.beliefs-card:hover[b-920o61njfp]::before {
    background: linear-gradient(135deg, rgba(255, 96, 151, 0.35), rgba(180, 118, 255, 0.12) 40%, rgba(255, 189, 89, 0.35));
}

/* Breathing dot backdrop pattern */
.beliefs-card[b-920o61njfp]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 96, 151, 0.12) 1px, transparent 0);
    background-size: 20px 20px;
    opacity: 0.18;
    animation: breath-b-920o61njfp 8s ease-in-out infinite;
}

.beliefs-card h3[b-920o61njfp] {
    color: var(--text-cyan-soft);
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--edge-ghost);
}

.beliefs-list[b-920o61njfp] {
    display: grid;
    gap: 22px; /* Comfort gap */
    list-style: none;
}

.beliefs-list li[b-920o61njfp] {
    display: grid;
    gap: 6px;
}

.belief-icon-title[b-920o61njfp] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.belief-indicator[b-920o61njfp] {
    width: 8px;
    height: 8px;
    border-radius: var(--radius-pill);
    flex-shrink: 0;
}

.dot-gold[b-920o61njfp] {
    background: var(--gold);
    box-shadow: 0 0 10px rgba(var(--color-gold-rgb), 0.62);
}

.dot-violet[b-920o61njfp] {
    background: var(--cyan);
    box-shadow: 0 0 10px rgba(var(--color-cyan-rgb), 0.62);
}

.dot-rose[b-920o61njfp] {
    background: var(--green);
    box-shadow: 0 0 10px rgba(var(--color-green-rgb), 0.62);
}

.belief-icon-title strong[b-920o61njfp] {
    color: var(--text);
    font-size: 0.96rem;
    font-weight: 850;
}

.beliefs-list p[b-920o61njfp] {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.5;
    padding-left: 18px;
}

.metric-grid[b-920o61njfp] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px; /* Comfort gap */
}

.metric-card[b-920o61njfp] {
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 108px;
    padding: 20px; /* Comfort padding */
    border-radius: var(--radius-md);
    background: var(--gradient-card);
    box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.3);
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.metric-card:hover[b-920o61njfp] {
    transform: translateY(-3px);
    box-shadow: 
        0 16px 32px -10px rgba(0, 0, 0, 0.4),
        0 0 25px -8px rgba(255, 189, 89, 0.12);
}

/* Double-masked premium 1px glowing border */
.metric-card[b-920o61njfp]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(245, 242, 250, 0.08), rgba(245, 242, 250, 0.01) 50%, rgba(255, 189, 89, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    transition: background var(--transition-medium);
}

.metric-card:hover[b-920o61njfp]::before {
    background: linear-gradient(135deg, rgba(255, 189, 89, 0.3), rgba(255, 96, 151, 0.12) 40%, rgba(180, 118, 255, 0.3));
}

.metric-card strong[b-920o61njfp] {
    display: block;
    color: var(--gold);
    font-size: 1.85rem;
    line-height: 1.1;
    font-weight: 900;
}

.metric-card span[b-920o61njfp] {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.4;
}

@media (max-width: 1120px) {
    .hero-section[b-920o61njfp] {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "visual";
        gap: 40px; /* Comfort tablet spacing */
    }

    .hero-copy[b-920o61njfp] {
        padding-top: 12px;
    }

    .hero-copy h1[b-920o61njfp] {
        font-size: 3rem;
    }
}

@media (max-width: 820px) {
    .hero-section[b-920o61njfp] {
        padding: 42px 0 64px;
    }

    .hero-copy h1[b-920o61njfp] {
        font-size: 2.1rem;
        line-height: 1.05;
    }

    .hero-lede[b-920o61njfp] {
        font-size: 1.08rem;
    }

    .performance-strip[b-920o61njfp] {
        gap: 8px;
    }

    .performance-strip span[b-920o61njfp] {
        min-height: 32px;
        font-size: 0.84rem;
    }

    .metric-grid[b-920o61njfp] {
        grid-template-columns: 1fr;
    }
    
    .metric-card[b-920o61njfp] {
        min-height: auto;
    }
}

@media (max-width: 560px) {
    .hero-actions[b-920o61njfp] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .button[b-920o61njfp] {
        width: 100%;
    }
}
/* /Components/Portfolio/PortfolioNav.razor.rz.scp.css */
.site-nav[b-kgg1r4qbiw] {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(880px, calc(100% - 32px));
    min-height: 60px;
    padding: 6px 16px;
    border: 1px solid rgba(245, 242, 250, 0.08);
    border-radius: var(--radius-pill);
    background: rgba(6, 4, 10, 0.65);
    box-shadow: 
        0 24px 50px -12px rgba(0, 0, 0, 0.5),
        inset 0 1px 1px 0 rgba(245, 242, 250, 0.05),
        0 0 30px -5px rgba(180, 118, 255, 0.15);
    backdrop-filter: blur(24px);
    transition: width var(--transition-medium), box-shadow var(--transition-medium), background var(--transition-medium);
}

.site-nav:hover[b-kgg1r4qbiw] {
    background: rgba(6, 4, 10, 0.72);
    box-shadow: 
        0 28px 58px -10px rgba(0, 0, 0, 0.6),
        inset 0 1px 1px 0 rgba(245, 242, 250, 0.08),
        0 0 40px -2px rgba(180, 118, 255, 0.22);
}

.brand-mark[b-kgg1r4qbiw] {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--edge-hot);
    border-radius: var(--radius-pill);
    background: var(--gradient-button-primary);
    color: var(--cyan);
    font-weight: 800;
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.brand-mark:hover[b-kgg1r4qbiw] {
    transform: rotate(8deg) scale(1.08);
    box-shadow: var(--shadow-glow-cyan);
}

.brand-mark img[b-kgg1r4qbiw] {
    width: 26px;
    height: 26px;
}

.nav-links[b-kgg1r4qbiw] {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(245, 242, 250, 0.03);
    padding: 4px;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(245, 242, 250, 0.04);
}

.nav-links a[b-kgg1r4qbiw] {
    min-height: 34px;
    padding: 8px 16px;
    border-radius: var(--radius-pill);
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: color var(--transition-fast), background var(--transition-fast);
}

.nav-links a:hover[b-kgg1r4qbiw],
.nav-links a:focus-visible[b-kgg1r4qbiw] {
    background: rgba(245, 242, 250, 0.07);
    color: var(--text);
    outline: none;
}

@media (max-width: 820px) {
    .site-nav[b-kgg1r4qbiw] {
        position: fixed;
        width: calc(100% - 24px);
    }
}

@media (max-width: 560px) {
    .site-nav[b-kgg1r4qbiw] {
        padding: 6px 12px;
    }

    .nav-links a[b-kgg1r4qbiw] {
        padding: 8px 12px;
        font-size: 0.82rem;
    }
}

/* /Components/Portfolio/ProfilePanel.razor.rz.scp.css */
.profile-panel[b-mcskzyz5bj] {
    grid-area: auto;
    display: grid;
    min-width: 0;
    gap: 20px; /* Relaxed from 16px */
    align-self: start;
    padding: 28px; /* Relaxed from 18px for premium breathing room */
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--gradient-card-blue);
    box-shadow: var(--shadow);
}

.profile-card-top[b-mcskzyz5bj] {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 20px; /* Relaxed from 16px */
    align-items: center;
}

.profile-image-frame[b-mcskzyz5bj] {
    width: 104px;
    height: 104px;
    overflow: hidden;
    border: 1px solid var(--edge-hot);
    border-radius: var(--radius-md);
    background: var(--panel-strong);
}

.profile-image-frame img[b-mcskzyz5bj] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-kicker[b-mcskzyz5bj] {
    color: var(--green);
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
}

.profile-panel h2[b-mcskzyz5bj] {
    margin-top: 4px;
    font-size: 1.45rem;
}

.profile-panel p[b-mcskzyz5bj] {
    color: var(--muted);
    line-height: 1.45;
}

.availability-strip[b-mcskzyz5bj] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid var(--edge-good);
    border-radius: var(--radius-md);
    background: color-mix(in srgb, var(--accent-secondary) 10%, transparent);
    color: var(--text-green-soft);
    font-size: 0.95rem;
}

.availability-strip span[b-mcskzyz5bj] {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: var(--radius-pill);
    background: var(--green);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent-secondary) 14%, transparent);
}

.profile-links[b-mcskzyz5bj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.profile-links a[b-mcskzyz5bj] {
    display: grid;
    min-height: 38px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    color: var(--muted);
    font-size: 0.9rem;
}

.profile-links a:hover[b-mcskzyz5bj],
.profile-links a:focus-visible[b-mcskzyz5bj] {
    border-color: var(--edge-hot);
    color: var(--text);
    outline: none;
}

.profile-tech[b-mcskzyz5bj] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cv-link[b-mcskzyz5bj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--edge-warm);
    border-radius: var(--radius-md);
    background: color-mix(in srgb, var(--accent-tertiary) 12%, transparent);
    color: var(--text-gold-soft);
    font-weight: 800;
    transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}

.cv-link:hover[b-mcskzyz5bj],
.cv-link:focus-visible[b-mcskzyz5bj] {
    transform: translateY(-2px);
    outline: none;
}

@media (max-width: 1120px) {
    .profile-panel[b-mcskzyz5bj] {
        max-width: none;
    }
}

@media (max-width: 820px) {
    .profile-card-top[b-mcskzyz5bj] {
        grid-template-columns: 82px 1fr;
    }

    .profile-image-frame[b-mcskzyz5bj] {
        width: 82px;
        height: 82px;
    }

    .profile-links[b-mcskzyz5bj] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Portfolio/ProjectCard.razor.rz.scp.css */
@keyframes shine-sweep-b-jlnicfx8lz {
    0% { left: -150%; }
    50% { left: 150%; }
    100% { left: 150%; }
}

.project-card[b-jlnicfx8lz] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    border: none; /* Using masked border glow instead */
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.005)), var(--surface-card);
    box-shadow: 
        0 20px 40px -15px rgba(0, 0, 0, 0.4),
        inset 0 1px 1px 0 rgba(245, 242, 250, 0.04);
    backdrop-filter: blur(12px);
    transition: transform var(--transition-medium), box-shadow var(--transition-medium);
    z-index: 1;
}

.project-card:hover[b-jlnicfx8lz] {
    transform: translateY(-4px);
    box-shadow: 
        0 30px 60px -12px rgba(0, 0, 0, 0.5),
        0 0 40px -10px rgba(180, 118, 255, 0.22);
}

/* Double-masked premium 1px glowing border */
.project-card[b-jlnicfx8lz]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(245, 242, 250, 0.12), rgba(245, 242, 250, 0.01) 40%, rgba(180, 118, 255, 0.12));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    transition: background var(--transition-medium);
}

.project-card:hover[b-jlnicfx8lz]::before {
    background: linear-gradient(135deg, rgba(180, 118, 255, 0.35), rgba(255, 96, 151, 0.12) 40%, rgba(92, 225, 230, 0.35));
}

.project-visual[b-jlnicfx8lz] {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--surface-media);
}

.project-visual img[b-jlnicfx8lz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.96) contrast(1.02);
    transition: transform var(--transition-medium);
}

.project-card:hover .project-visual img[b-jlnicfx8lz] {
    transform: scale(1.04);
}

.project-overlay[b-jlnicfx8lz] {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 5px 9px;
    border: 1px solid rgba(245, 242, 250, 0.08);
    border-radius: var(--radius-sm);
    background: rgba(6, 4, 10, 0.85);
    backdrop-filter: blur(8px);
    color: var(--gold);
    font-size: 0.8rem;
    font-weight: 800;
}

.project-body[b-jlnicfx8lz] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 16px;
    padding: 24px;
}

.project-title-row[b-jlnicfx8lz] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
}

.project-kicker[b-jlnicfx8lz] {
    color: var(--green);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.project-title-row h3[b-jlnicfx8lz] {
    font-size: 1.38rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.project-title-row a[b-jlnicfx8lz] {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid var(--edge-hot);
    border-radius: var(--radius-pill);
    background: rgba(180, 118, 255, 0.08);
    color: var(--text-cyan-soft);
    font-size: 0.88rem;
    font-weight: 700;
    transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
    z-index: 1;
}

.project-title-row a[b-jlnicfx8lz]::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    transform: skewX(-25deg);
    pointer-events: none;
}

.project-title-row a:hover[b-jlnicfx8lz]::after {
    animation: shine-sweep-b-jlnicfx8lz 1.3s ease-in-out infinite;
}

.project-title-row a:hover[b-jlnicfx8lz],
.project-title-row a:focus-visible[b-jlnicfx8lz] {
    transform: translateY(-2px);
    background: rgba(180, 118, 255, 0.16);
    border-color: var(--cyan);
    box-shadow: 0 0 12px rgba(180, 118, 255, 0.25);
    outline: none;
}

.project-body > p[b-jlnicfx8lz] {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.project-card ul[b-jlnicfx8lz] {
    display: grid;
    gap: 8px;
    padding: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.project-card li[b-jlnicfx8lz] {
    position: relative;
    list-style-type: none;
    padding-left: 20px;
}

.project-card li[b-jlnicfx8lz]::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--green);
    font-weight: 800;
}

.tech-list[b-jlnicfx8lz] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 4px;
}

@media (max-width: 560px) {
    .project-title-row[b-jlnicfx8lz] {
        display: grid;
        gap: 12px;
    }

    .project-title-row a[b-jlnicfx8lz] {
        width: 100%;
    }
}

/* /Components/Portfolio/ProjectsSection.razor.rz.scp.css */
.content-section[b-cibswh119o] {
    padding: 88px 0;
    border-top: 1px solid var(--line);
}

.projects-grid[b-cibswh119o] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 24px;
}

/* Spotlight featured project card */
.projects-grid > :first-child[b-cibswh119o] {
    grid-column: span 2;
}

.projects-grid > :first-child .project-card[b-cibswh119o] {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
    min-height: 400px;
}

.projects-grid > :first-child .project-visual[b-cibswh119o] {
    height: 100%;
    aspect-ratio: auto;
}

.github-projects[b-cibswh119o] {
    display: grid;
    gap: 24px;
    margin-top: 72px;
}

.github-projects-heading[b-cibswh119o] {
    display: grid;
    gap: 6px;
}

.github-projects-heading span[b-cibswh119o] {
    color: var(--green);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.github-projects-heading h3[b-cibswh119o] {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.github-projects-grid[b-cibswh119o] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 1080px) {
    .github-projects-grid[b-cibswh119o] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .projects-grid > :first-child[b-cibswh119o] {
        grid-column: span 1;
    }
    
    .projects-grid > :first-child .project-card[b-cibswh119o] {
        display: block;
        min-height: auto;
    }
    
    .projects-grid > :first-child .project-visual[b-cibswh119o] {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 720px) {
    .projects-grid[b-cibswh119o],
    .github-projects-grid[b-cibswh119o] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* /Components/Portfolio/SectionHeader.razor.rz.scp.css */
.section-heading[b-7by1s5io7u] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
    grid-template-areas:
        "eyebrow copy"
        "title copy";
    column-gap: 46px;
    row-gap: 10px;
    margin-bottom: 34px;
    padding-left: 18px;
}

.section-heading[b-7by1s5io7u]::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 3px;
    background: var(--gradient-timeline);
    box-shadow: 0 0 8px rgba(180, 118, 255, 0.2);
    transition: width var(--transition-medium), background var(--transition-medium), box-shadow var(--transition-medium);
}

.section-heading:hover[b-7by1s5io7u]::before {
    width: 4px;
    background: linear-gradient(180deg, var(--cyan), var(--green));
    box-shadow: 
        0 0 16px rgba(92, 225, 230, 0.8),
        0 0 8px rgba(255, 96, 151, 0.5);
}

.eyebrow[b-7by1s5io7u] {
    grid-area: eyebrow;
    color: var(--green);
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
}

.section-heading h2[b-7by1s5io7u] {
    grid-area: title;
    max-width: 460px;
    font-size: 2.7rem;
    line-height: 1.04;
    font-weight: 850;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--text-primary) 30%, var(--text-cyan-soft));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-heading-copy[b-7by1s5io7u] {
    grid-area: copy;
    align-self: end;
    max-width: 720px;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.7;
}

@media (max-width: 820px) {
    .section-heading[b-7by1s5io7u] {
        grid-template-columns: 1fr;
        grid-template-areas:
            "eyebrow"
            "title"
            "copy";
        row-gap: 12px;
    }

    .section-heading h2[b-7by1s5io7u] {
        font-size: 2.15rem;
    }
}
/* /Components/Portfolio/TechPill.razor.rz.scp.css */
.tech-pill[b-dpm35s9qzs] {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid var(--edge-ghost);
    border-radius: var(--radius-sm);
    background: var(--surface-card-muted);
    color: var(--text-chip);
    font-size: 0.86rem;
    font-weight: 700;
}
/* /Components/Portfolio/TerminalWindow.razor.rz.scp.css */
.terminal-window[b-y7xt6y59kp] {
    min-width: 0;
    min-height: 292px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface-card);
    box-shadow: var(--shadow);
}

.terminal-bar[b-y7xt6y59kp] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 0 14px;
    border-bottom: 1px solid var(--line);
    background: var(--surface-card-muted);
}

.window-dots[b-y7xt6y59kp] {
    display: flex;
    gap: 7px;
}

.window-dots span[b-y7xt6y59kp] {
    width: 10px;
    height: 10px;
    border-radius: var(--radius-pill);
}

.window-dots span:nth-child(1)[b-y7xt6y59kp] {
    background: var(--coral);
}

.window-dots span:nth-child(2)[b-y7xt6y59kp] {
    background: var(--gold);
}

.window-dots span:nth-child(3)[b-y7xt6y59kp] {
    background: var(--green);
}

.terminal-title[b-y7xt6y59kp],
.terminal-state[b-y7xt6y59kp] {
    color: var(--muted);
    font-size: 0.86rem;
}

.terminal-state[b-y7xt6y59kp] {
    color: var(--green);
}

.terminal-body[b-y7xt6y59kp] {
    padding: 20px;
    font-family: var(--font-mono);
}

.terminal-body pre[b-y7xt6y59kp] {
    overflow: auto;
    margin: 0 0 12px;
    color: var(--text-code);
    font-size: 0.93rem;
    line-height: 1.45;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.terminal-prompt[b-y7xt6y59kp] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 9px;
    color: var(--green);
    font-size: 0.95rem;
}

.terminal-prompt strong[b-y7xt6y59kp] {
    color: var(--text);
}

@media (max-width: 560px) {
    .terminal-body[b-y7xt6y59kp] {
        padding: 16px;
    }

    .terminal-body pre[b-y7xt6y59kp] {
        font-size: 0.84rem;
    }
}
