/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ubk9jb7smh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ubk9jb7smh] {
    flex: 1;
    background: var(--bg-900);
}

.sidebar[b-ubk9jb7smh] {
    background: transparent;
    width: 100%;
}

@media (min-width: 641px) {
    .sidebar[b-ubk9jb7smh] {
        position: static;
        top: auto;
        z-index: auto;
    }

    .top-row.auth[b-ubk9jb7smh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    article[b-ubk9jb7smh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.content[b-ubk9jb7smh] {
    padding-top: 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.top-row[b-y7wvdecwsy] {
    min-height: 3.75rem;
    background: transparent;
    border-bottom: 1px solid transparent;
    border-top: 0;
    outline: none;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.24s ease;
    will-change: transform, opacity;
}

.top-row[b-y7wvdecwsy]  a,
.top-row[b-y7wvdecwsy]  .btn-link {
    white-space: nowrap;
    margin-left: 0;
    text-decoration: none;
}

.nav-mobile-bar[b-y7wvdecwsy] {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

.nav-toggle[b-y7wvdecwsy] {
    width: 40px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--border-100);
    background: var(--surface-900);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    box-shadow: 0 8px 16px rgba(15, 27, 45, 0.08);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.nav-toggle span[b-y7wvdecwsy] {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--navy-700);
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle.is-open span:nth-child(2)[b-y7wvdecwsy] {
    opacity: 0;
}

.nav-toggle.is-open span:nth-child(1)[b-y7wvdecwsy] {
    transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(3)[b-y7wvdecwsy] {
    transform: translateY(-6px) rotate(-45deg);
}

.bi[b-y7wvdecwsy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-y7wvdecwsy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230f1b2d' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-y7wvdecwsy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230f1b2d' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-y7wvdecwsy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230f1b2d' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-y7wvdecwsy] {
    font-size: 0.98rem;
    padding: 0;
    display: flex;
}

.nav-item[b-y7wvdecwsy]  a {
    color: var(--slate-600);
    border-radius: 6px;
    height: 3.1rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding: 0 0.85rem;
    border-bottom: 2px solid transparent;
    letter-spacing: 0.01em;
    font-weight: 500;
    text-decoration: none;
}

.nav-item[b-y7wvdecwsy]  a.active {
    background-color: transparent;
    color: var(--navy-900);
    border-bottom-color: var(--navy-600);
}

.nav-item[b-y7wvdecwsy]  a:hover {
    background-color: transparent;
    color: var(--navy-900);
}

@media (min-width: 641px) {
    .nav-center[b-y7wvdecwsy] {
        width: 100%;
    }

    .nav-mobile-bar[b-y7wvdecwsy] {
        display: none;
    }
}

.nav[b-y7wvdecwsy] {
    gap: 1.4rem;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.nav-item .bi[b-y7wvdecwsy] {
    display: none;
}

.nav-container[b-y7wvdecwsy] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.nav-center[b-y7wvdecwsy] {
    justify-content: center;
    width: 100%;
}

.nav-horizontal[b-y7wvdecwsy] {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 640.98px) {
    .top-row[b-y7wvdecwsy],
    .top-row.navbar[b-y7wvdecwsy],
    .top-row.navbar.navbar-dark[b-y7wvdecwsy],
    :global(header.sidebar)[b-y7wvdecwsy],
    .nav-container[b-y7wvdecwsy],
    .nav-mobile-bar[b-y7wvdecwsy] {
        padding: 0.6rem 0.9rem;
        background: transparent !important;
        border-bottom: 0 !important;
        box-shadow: none !important;
        outline: none !important;
        backdrop-filter: none !important;
    }

    .top-row.navbar[b-y7wvdecwsy]::before,
    .top-row.navbar[b-y7wvdecwsy]::after {
        content: none !important;
    }

    .nav-mobile-bar[b-y7wvdecwsy] {
        display: flex;
    }

    .nav[b-y7wvdecwsy],
    .nav-horizontal[b-y7wvdecwsy] {
        display: none;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-top: 0.6rem;
        padding: 0.5rem;
        background: var(--surface-900);
        border: 1px solid var(--border-100);
        border-radius: 12px;
        box-shadow: 0 14px 26px rgba(15, 27, 45, 0.08);
    }

    .nav-horizontal.is-open[b-y7wvdecwsy] {
        display: grid;
    }

    .nav-item[b-y7wvdecwsy] {
        width: 100%;
        justify-content: center;
    }

    .nav-item[b-y7wvdecwsy]  a {
        height: 2.6rem;
        line-height: 2.6rem;
        width: 100%;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid var(--border-100);
        background: rgba(255, 255, 255, 0.9);
        font-size: 0.95rem;
    }

    .nav-item[b-y7wvdecwsy]  a.active {
        border-color: rgba(32, 64, 111, 0.35);
        background: #fff;
    }
}

@media (max-width: 420px) {
    .nav-item[b-y7wvdecwsy]  a {
        font-size: 0.9rem;
    }
}
/* /Pages/About.razor.rz.scp.css */
:global(body)[b-i0jgwmilrs] {
    overflow-x: hidden;
    background: var(--bg-900);
}

.about-shell[b-i0jgwmilrs] {
    position: relative;
    min-height: calc(100vh - 3.5rem);
    padding: calc(4.5rem + var(--nav-height)) 2.5rem 4rem;
    background:
            radial-gradient(65% 75% at 48% 18%, rgba(78, 130, 196, 0.22) 0%, rgba(244, 247, 251, 0.95) 60%),
            linear-gradient(180deg, rgba(244, 247, 251, 0.98) 0%, rgba(238, 243, 248, 0.98) 100%);
    color: var(--navy-900);
    overflow: hidden;
    font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: calc(var(--nav-height) * -1);
}

.about-shell[b-i0jgwmilrs]::before {
    content: "";
    position: absolute;
    inset: -20% -10% auto -10%;
    height: 120%;
    background: radial-gradient(55% 55% at 50% 30%, rgba(40, 90, 150, 0.12) 0%, rgba(244, 247, 251, 0) 70%);
    pointer-events: none;
    opacity: 0.8;
}

.about-header[b-i0jgwmilrs],
.about-hero[b-i0jgwmilrs],
.about-section[b-i0jgwmilrs] {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.about-header h1[b-i0jgwmilrs] {
    font-size: clamp(2.6rem, 4.7vw, 3.7rem);
    font-weight: 500;
    margin: 0 0 1rem;
}

.accent-line[b-i0jgwmilrs] {
    display: inline-block;
    width: 110px;
    height: 2px;
    background: var(--accent-line);
}

.about-hero[b-i0jgwmilrs] {
    display: grid;
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.5fr);
    gap: 1.4rem;
    margin-top: 2.5rem;
    align-items: start;
}

.about-photo[b-i0jgwmilrs] {
    display: flex;
    justify-content: flex-start;
}

.about-photo img[b-i0jgwmilrs] {
    width: min(280px, 72vw);
    max-width: 280px;
    aspect-ratio: 4 / 4.5;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid var(--border-100);
    box-shadow: var(--shadow-soft);
    background: var(--surface-900);
}

.about-card[b-i0jgwmilrs],
.section-card[b-i0jgwmilrs] {
    background: var(--surface-900);
    border: 1px solid var(--border-100);
    border-radius: 18px;
    padding: 2rem;
    box-shadow: var(--shadow-subtle);
}

.about-card h2[b-i0jgwmilrs],
.section-card h3[b-i0jgwmilrs] {
    margin: 0 0 1rem;
    font-weight: 600;
}

.about-card p[b-i0jgwmilrs],
.section-card p[b-i0jgwmilrs] {
    color: var(--slate-500);
    line-height: 1.7;
    margin: 0 0 1rem;
}

.section-card p:last-child[b-i0jgwmilrs] {
    margin-bottom: 0;
}

.about-section[b-i0jgwmilrs] {
    margin-top: 2.5rem;
}

.focus-grid[b-i0jgwmilrs] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem 2rem;
    margin-top: 1.25rem;
    align-items: start;
}

.section-card--focus h3[b-i0jgwmilrs] {
    font-size: clamp(1.35rem, 1.6vw, 1.6rem);
    font-weight: 600;
    margin-bottom: 1.35rem;
}

.section-card--focus .focus-grid[b-i0jgwmilrs] {
    margin-top: 0;
}

.focus-item[b-i0jgwmilrs] {
    padding: 0.2rem 0;
}

.focus-item h4[b-i0jgwmilrs] {
    margin: 0 0 0.4rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

.focus-item p[b-i0jgwmilrs] {
    margin: 0;
    color: var(--slate-500);
    line-height: 1.6;
}

.hobby-grid[b-i0jgwmilrs] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 2rem;
    margin-top: 1rem;
}

.hobby-item[b-i0jgwmilrs] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--slate-600);
}

.hobby-icon[b-i0jgwmilrs] {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: var(--surface-800);
    border: 1px solid var(--border-100);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--navy-700);
    font-weight: 600;
}

.hobby-grid--cards[b-i0jgwmilrs] {
    gap: 1.3rem 1.8rem;
    margin-top: 1.1rem;
}

.hobby-card[b-i0jgwmilrs] {
    display: grid;
    align-items: start;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    background: var(--surface-900);
    border: 1px solid var(--border-100);
    box-shadow: var(--shadow-subtle);
}

.hobby-card h4[b-i0jgwmilrs] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--navy-900);
}

.hobby-content[b-i0jgwmilrs] {
    display: grid;
    grid-template-columns: minmax(0, 250px) minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
}

.hobby-card p[b-i0jgwmilrs] {
    margin: 0;
    color: var(--slate-500);
    line-height: 1.6;
    font-size: 0.95rem;
}

.hobby-thumb[b-i0jgwmilrs] {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--border-100);
    background:
            linear-gradient(135deg, rgba(236, 240, 246, 0.9) 0%, rgba(244, 247, 251, 0.95) 100%);
}

.hobby-thumb__image[b-i0jgwmilrs] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 900px) {
    .about-shell[b-i0jgwmilrs] {
        padding: calc(3.5rem + var(--nav-height)) 1.5rem 3rem;
    }

    .about-hero[b-i0jgwmilrs] {
        grid-template-columns: 1fr;
    }

    .about-photo[b-i0jgwmilrs] {
        justify-content: center;
    }
}

@media (max-width: 1100px) {
    .focus-grid[b-i0jgwmilrs] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1.75rem;
    }
}

@media (max-width: 640px) {
    .about-shell[b-i0jgwmilrs] {
        width: 100%;
        margin-left: 0;
        margin-top: calc(var(--nav-height) * -1);
        padding: calc(3.25rem + var(--nav-height)) 1.1rem 2.75rem;
    }

    .about-header h1[b-i0jgwmilrs] {
        font-size: clamp(2.1rem, 8vw, 2.85rem);
        line-height: 1.1;
    }

    .about-hero[b-i0jgwmilrs] {
        gap: 1.75rem;
        margin-top: 2rem;
    }

    .about-card[b-i0jgwmilrs],
    .section-card[b-i0jgwmilrs] {
        padding: 1.5rem;
    }

    .about-section[b-i0jgwmilrs] {
        margin-top: 2rem;
    }

    .focus-grid[b-i0jgwmilrs],
    .hobby-grid[b-i0jgwmilrs] {
        grid-template-columns: 1fr;
    }

    .hobby-content[b-i0jgwmilrs] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Cv.razor.rz.scp.css */
:global(body)[b-o00ras3l4h] {
    overflow-x: hidden;
    background: var(--bg-900);
}

.cv-shell[b-o00ras3l4h] {
    position: relative;
    min-height: calc(100vh - 3.5rem);
    padding: calc(4.5rem + var(--nav-height)) 2.5rem 4rem;
    background:
        radial-gradient(65% 75% at 48% 18%, rgba(78, 130, 196, 0.22) 0%, rgba(244, 247, 251, 0.95) 60%),
        linear-gradient(180deg, rgba(244, 247, 251, 0.98) 0%, rgba(238, 243, 248, 0.98) 100%);
    color: var(--navy-900);
    overflow: hidden;
    font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: calc(var(--nav-height) * -1);
}

.cv-shell[b-o00ras3l4h]::before {
    content: "";
    position: absolute;
    inset: -20% -10% auto -10%;
    height: 120%;
    background: radial-gradient(55% 55% at 50% 30%, rgba(40, 90, 150, 0.12) 0%, rgba(244, 247, 251, 0) 70%);
    pointer-events: none;
    opacity: 0.8;
}

.cv-header[b-o00ras3l4h],
.cv-layout[b-o00ras3l4h] {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.cv-header h1[b-o00ras3l4h] {
    font-size: clamp(2.6rem, 4.7vw, 3.7rem);
    font-weight: 500;
    margin: 0 0 0.5rem;
}

.accent-line[b-o00ras3l4h] {
    display: inline-block;
    width: 110px;
    height: 2px;
    background: var(--accent-line);
}

.cv-layout[b-o00ras3l4h] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.6fr);
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.cv-section + .cv-section[b-o00ras3l4h] {
    margin-top: 2.6rem;
}

.cv-section h2[b-o00ras3l4h] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.45rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    margin: 0 0 1.35rem;
}

.cv-section h2[b-o00ras3l4h]::after {
    content: "";
    flex: 1;
    height: 2px;
    background: var(--border-100);
    opacity: 0.7;
}

.cv-section-spaced h2[b-o00ras3l4h] {
    margin-top: 1rem;
}

.section-icon[b-o00ras3l4h] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: rgba(32, 64, 111, 0.12);
    border: 1px solid rgba(32, 64, 111, 0.45);
}

.cv-card[b-o00ras3l4h] {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(32, 64, 111, 0.12);
    border-radius: 18px;
    padding: 1.6rem;
    box-shadow: 0 12px 24px rgba(20, 37, 63, 0.08);
    margin-bottom: 1.1rem;
}

.cv-card-compact[b-o00ras3l4h] {
    padding-bottom: 1.8rem;
}

.cv-card:last-child[b-o00ras3l4h] {
    margin-bottom: 0;
}

.cv-card h3[b-o00ras3l4h] {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
}

.cv-card h4[b-o00ras3l4h] {
    margin: 1.2rem 0 0.6rem;
    font-size: 1rem;
    color: var(--navy-900);
}

.cv-card-header[b-o00ras3l4h] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.cv-muted[b-o00ras3l4h] {
    color: var(--slate-500);
    margin: 0;
}

.cv-year[b-o00ras3l4h] {
    color: var(--slate-500);
    font-size: 0.9rem;
}

.cv-body[b-o00ras3l4h] {
    color: var(--slate-500);
    line-height: 1.7;
    margin: 0.8rem 0 0;
}

.cv-list[b-o00ras3l4h] {
    margin: 0.8rem 0 0;
    padding-left: 1.2rem;
    color: var(--slate-500);
    line-height: 1.7;
}

.cv-list.simple[b-o00ras3l4h] {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.cv-list.simple li[b-o00ras3l4h] {
    padding: 0.35rem 0;
}

.cv-section-exp .cv-card[b-o00ras3l4h] {
    border-left: 2px solid rgba(32, 64, 111, 0.18);
}

.cv-section-edu .cv-card[b-o00ras3l4h] {
    border-left: 2px solid rgba(32, 64, 111, 0.12);
}

.cv-side .cv-section[b-o00ras3l4h] {
    position: relative;
    padding: 0.35rem 0 1.2rem;
}


.cv-side .cv-card[b-o00ras3l4h] {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(32, 64, 111, 0.08);
    box-shadow: none;
    margin-bottom: 0;
}

.cv-side .cv-card h4[b-o00ras3l4h] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    color: var(--slate-500);
}

.cv-side .cv-list.simple li[b-o00ras3l4h] {
    border-bottom: 1px solid rgba(32, 64, 111, 0.08);
    padding: 0.45rem 0;
}

.cv-side .cv-list.simple li:last-child[b-o00ras3l4h] {
    border-bottom: none;
}

.chip-row[b-o00ras3l4h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.chip[b-o00ras3l4h] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    background: var(--surface-800);
    border: 1px solid var(--border-100);
    color: var(--slate-600);
    font-size: 0.85rem;
}

@media (max-width: 1000px) {
    .cv-layout[b-o00ras3l4h] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cv-shell[b-o00ras3l4h] {
        width: 100%;
        margin-left: 0;
        margin-top: calc(var(--nav-height) * -1);
        padding: calc(3.25rem + var(--nav-height)) 1.1rem 2.75rem;
    }

    .cv-header h1[b-o00ras3l4h] {
        font-size: clamp(2.1rem, 8vw, 2.85rem);
        line-height: 1.1;
    }

    .cv-layout[b-o00ras3l4h] {
        gap: 2rem;
    }

    .cv-card[b-o00ras3l4h] {
        padding: 1.5rem;
    }

    .cv-intro .cv-body[b-o00ras3l4h] {
        max-width: 100%;
    }

    .cv-card-header[b-o00ras3l4h] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Pages/Home.razor.rz.scp.css */
:global(body)[b-5jtihhiugr] {
    overflow-x: hidden;
    background: var(--bg-900);
}

.home-shell[b-5jtihhiugr] {
    position: relative;
    min-height: calc(100vh - 3.5rem);
    padding: calc(4.5rem + var(--nav-height)) 2.5rem 3.5rem;
    background:
        radial-gradient(65% 75% at 52% 18%, rgba(78, 130, 196, 0.22) 0%, rgba(244, 247, 251, 0.95) 60%),
        linear-gradient(180deg, rgba(244, 247, 251, 0.98) 0%, rgba(238, 243, 248, 0.98) 100%);
    color: var(--navy-900);
    overflow: hidden;
    font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: calc(var(--nav-height) * -1);
}

.home-shell[b-5jtihhiugr]::before {
    content: "";
    position: absolute;
    inset: -20% -10% auto -10%;
    height: 120%;
    background: radial-gradient(55% 55% at 50% 30%, rgba(40, 90, 150, 0.12) 0%, rgba(244, 247, 251, 0) 70%);
    pointer-events: none;
    opacity: 0.8;
}

.home-hero[b-5jtihhiugr] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 3.5rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.hero-title[b-5jtihhiugr] {
    font-size: clamp(3.05rem, 5.8vw, 4.9rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
}

.hero-subtitle[b-5jtihhiugr] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--slate-600);
    margin-bottom: 1.75rem;
}

.accent-line[b-5jtihhiugr] {
    width: 120px;
    height: 2px;
    background: var(--accent-line);
}

.hero-text[b-5jtihhiugr] {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--slate-500);
    max-width: 650px;
    margin-bottom: 2.5rem;
}

.hero-actions[b-5jtihhiugr] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    margin-bottom: 2.5rem;
}

.hero-actions[b-5jtihhiugr]  .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2rem;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid var(--navy-700);
    color: #fff;
    background: var(--navy-700);
    box-shadow: 0 14px 26px rgba(20, 40, 69, 0.18);
}

.hero-actions[b-5jtihhiugr]  .hero-btn:hover {
    box-shadow: 0 16px 30px rgba(20, 40, 69, 0.22);
    border-color: var(--navy-600);
    background: var(--navy-600);
}

.hero-icons[b-5jtihhiugr] {
    display: flex;
    gap: 1rem;
}

.contact-icon-link[b-5jtihhiugr] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--surface-900);
    border: 1px solid var(--border-100);
    color: var(--navy-700);
    opacity: 1;
    visibility: visible;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-icon-link svg[b-5jtihhiugr] {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
    opacity: 1;
    visibility: visible;
}

.contact-icon-link:hover[b-5jtihhiugr] {
    border-color: var(--border-200);
    box-shadow: 0 10px 20px rgba(15, 27, 45, 0.12);
}

.contact-icon-link:hover svg[b-5jtihhiugr] {
    fill: currentColor;
}

.contact-icon-link:hover[b-5jtihhiugr] {
    color: var(--navy-900);
}

.hero-photo[b-5jtihhiugr] {
    display: flex;
    justify-content: center;
}

.hero-photo img[b-5jtihhiugr] {
    width: min(320px, 80vw);
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid var(--border-100);
    box-shadow: var(--shadow-soft);
    background: var(--surface-900);
}

@media (max-width: 900px) {
    .home-shell[b-5jtihhiugr] {
        padding: calc(3.5rem + var(--nav-height)) 1.5rem 3rem;
    }

    .home-hero[b-5jtihhiugr] {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .hero-photo[b-5jtihhiugr] {
        order: -1;
    }
}

@media (max-width: 640px) {
    .home-shell[b-5jtihhiugr] {
        width: 100%;
        margin-left: 0;
        margin-top: calc(var(--nav-height) * -1);
        padding: calc(3.25rem + var(--nav-height)) 1.1rem 2.75rem;
    }

    .home-hero[b-5jtihhiugr] {
        gap: 2rem;
    }

    .hero-title[b-5jtihhiugr] {
        font-size: clamp(2.25rem, 8.5vw, 3.05rem);
        line-height: 1.08;
    }

    .hero-subtitle[b-5jtihhiugr] {
        font-size: 1.1rem;
    }

    .hero-text[b-5jtihhiugr] {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .hero-actions[b-5jtihhiugr] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .hero-actions[b-5jtihhiugr]  .hero-btn {
        width: 100%;
    }

    .hero-icons[b-5jtihhiugr] {
        gap: 0.75rem;
        flex-wrap: wrap;
    }
}
/* /Pages/Projects.razor.rz.scp.css */
:global(body)[b-9dppfuqnom] {
    overflow-x: hidden;
    background: var(--bg-900);
}

.projects-shell[b-9dppfuqnom] {
    position: relative;
    min-height: calc(100vh - 3.5rem);
    padding: calc(4.5rem + var(--nav-height)) 2.5rem 4rem;
    background:
            radial-gradient(65% 75% at 48% 18%, rgba(78, 130, 196, 0.22) 0%, rgba(244, 247, 251, 0.95) 60%),
            linear-gradient(180deg, rgba(244, 247, 251, 0.98) 0%, rgba(238, 243, 248, 0.98) 100%);
    color: var(--navy-900);
    overflow: hidden;
    font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: calc(var(--nav-height) * -1);
}

.projects-shell[b-9dppfuqnom]::before {
    content: "";
    position: absolute;
    inset: -20% -10% auto -10%;
    height: 120%;
    background: radial-gradient(55% 55% at 50% 30%, rgba(40, 90, 150, 0.12) 0%, rgba(244, 247, 251, 0) 70%);
    pointer-events: none;
    opacity: 0.8;
}

.projects-header[b-9dppfuqnom],
.projects-list[b-9dppfuqnom] {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.projects-header h1[b-9dppfuqnom] {
    font-size: clamp(2.6rem, 4.7vw, 3.7rem);
    font-weight: 500;
    margin: 0 0 0.6rem;
}

.projects-subtitle[b-9dppfuqnom] {
    margin: 0 0 1rem;
    color: var(--slate-600);
}

.accent-line[b-9dppfuqnom] {
    display: inline-block;
    width: 110px;
    height: 2px;
    background: var(--accent-line);
}

.projects-list[b-9dppfuqnom] {
    margin-top: 2.5rem;
    display: grid;
    gap: 2.5rem;
}

.project-row[b-9dppfuqnom] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--border-100);
}

.project-row:last-child[b-9dppfuqnom] {
    border-bottom: none;
    padding-bottom: 0;
}

.project-row-reverse[b-9dppfuqnom] {
    grid-template-areas: "content media";
}

.project-row-reverse .project-media[b-9dppfuqnom] {
    order: 2;
}

.project-row-reverse .project-content[b-9dppfuqnom] {
    order: 1;
}

.project-media[b-9dppfuqnom] {
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.35rem, 0.9vw, 0.7rem);
    border-radius: 18px;
    border: 1px solid var(--border-100);
    box-shadow: var(--shadow-soft);
    background: var(--surface-900);
    overflow: hidden;
}

.project-media--mobile[b-9dppfuqnom] {
    aspect-ratio: 9 / 16;
    max-width: 320px;
    justify-self: center;
    margin: 0 auto;
    padding: clamp(0.3rem, 0.7vw, 0.6rem);
}

.project-media--mobile-compact[b-9dppfuqnom] {
    aspect-ratio: 10 / 16;
}

.project-media img[b-9dppfuqnom] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 12px;
}

.project-content h2[b-9dppfuqnom] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 600;
}

.project-content p[b-9dppfuqnom] {
    color: var(--slate-500);
    line-height: 1.7;
    margin: 0;
}

.tag-row[b-9dppfuqnom] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0;
}

.tag[b-9dppfuqnom] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: var(--surface-800);
    border: 1px solid var(--border-100);
    color: var(--slate-600);
    font-size: 0.82rem;
}

.project-actions[b-9dppfuqnom] {
    display: flex;
    gap: 0.8rem;
    margin-top: 0.15rem;
}

.project-content[b-9dppfuqnom] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.project-actions .project-btn[b-9dppfuqnom] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.2rem;
    border-radius: 12px;
    border: 1px solid var(--navy-700);
    color: var(--navy-700);
    text-decoration: none;
    background: var(--surface-900);
    box-shadow: 0 10px 20px rgba(15, 27, 45, 0.08);
    font-weight: 600;
    font-size: 0.9rem;
}

.project-actions .project-btn-primary[b-9dppfuqnom] {
    background: var(--navy-700);
    color: #fff;
    box-shadow: 0 14px 26px rgba(20, 40, 69, 0.18);
}

@media (max-width: 900px) {
    .projects-shell[b-9dppfuqnom] {
        padding: calc(3.5rem + var(--nav-height)) 1.5rem 3rem;
    }

    .project-row[b-9dppfuqnom] {
        grid-template-columns: 1fr;
    }

    .project-row-reverse .project-media[b-9dppfuqnom],
    .project-row-reverse .project-content[b-9dppfuqnom] {
        order: initial;
    }

    .project-media--mobile[b-9dppfuqnom] {
        max-width: min(360px, 80%);
    }
}

@media (max-width: 640px) {
    .projects-shell[b-9dppfuqnom] {
        width: 100%;
        margin-left: 0;
        margin-top: calc(var(--nav-height) * -1);
        padding: calc(3.25rem + var(--nav-height)) 1.1rem 2.75rem;
    }

    .projects-header h1[b-9dppfuqnom] {
        font-size: clamp(2.1rem, 8vw, 2.85rem);
        line-height: 1.1;
    }

    .projects-list[b-9dppfuqnom] {
        gap: 2rem;
        margin-top: 2rem;
    }

    .project-row[b-9dppfuqnom] {
        gap: 1.5rem;
        padding-bottom: 2rem;
        grid-template-areas:
            "media"
            "content";
    }

    .project-media[b-9dppfuqnom] {
        order: 1;
        grid-area: media;
    }

    .project-content[b-9dppfuqnom] {
        order: 2;
        grid-area: content;
    }

    .project-content h2[b-9dppfuqnom] {
        font-size: 1.2rem;
    }

    .project-actions[b-9dppfuqnom] {
        flex-direction: column;
        align-items: stretch;
    }

    .project-actions .project-btn[b-9dppfuqnom] {
        width: 100%;
        justify-content: center;
        padding: 0.65rem 1.1rem;
    }
}
