/* /Components/Home/Featured.razor.rz.scp.css */
.featured-strip[b-5yhs0hjfti] {
    width: 100%;
    border-radius: 22px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
}

.featured-cards-grid[b-5yhs0hjfti] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    gap: 32px;
}

@media (max-width: 959.98px) {
    .featured-cards-grid[b-5yhs0hjfti] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 599.98px) {
    .featured-cards-grid[b-5yhs0hjfti] {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }
}
/* /Components/Home/FeaturedCard.razor.rz.scp.css */
.featured-card[b-ko156ch3xz] {
    width: 100%;
    min-width: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
    border: 1px solid rgba(255,255,255,0.05);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    box-sizing: border-box;
}

.featured-card:hover[b-ko156ch3xz] {
    transform: translateY(-4px);
    border-color: rgba(226, 212, 190, 0.22);
    box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}

.featured-card-content[b-ko156ch3xz] {
    min-height: 100%;
}

.featured-card-image-link[b-ko156ch3xz] {
    display: inline-block;
    text-decoration: none;
}

.featured-card-image-wrap[b-ko156ch3xz] {
    width: 200px;
    height: 200px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    margin: 0 auto;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

@supports not (aspect-ratio: 1 / 1) {
    .featured-card-image-wrap[b-ko156ch3xz] {
        height: auto;
    }
}

.featured-card-image-link:hover .featured-card-image-wrap[b-ko156ch3xz] {
    transform: translateY(-2px) scale(1.03);
    border-color: rgba(226, 212, 190, 0.3);
    box-shadow: 0 8px 22px rgba(0,0,0,0.16);
}

.featured-card-image[b-ko156ch3xz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-text[b-ko156ch3xz] {
    opacity: 0.82;
    line-height: 1.7;
    min-height: 3.4em;
}
/* /Components/Home/ProfessionalHighlights.razor.rz.scp.css */
.professional-highlights-strip[b-pg5azbzap2] {
    width: 100%;
    border-radius: 22px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
}

.professional-highlights-grid[b-pg5azbzap2] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 2px;
}

.professional-highlight-item[b-pg5azbzap2] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.professional-highlight-icon[b-pg5azbzap2] {
    flex: 0 0 auto;
    margin-top: 2px;
}

.professional-highlight-text[b-pg5azbzap2] {
    line-height: 1.45;
}
/* /Components/Projects/ProjectFeaturesGrid.razor.rz.scp.css */
:global(.project-feature-card)[b-4ktjx68o2q] {
    height: 100%;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}
/* /Components/Projects/ProjectLinksBar.razor.rz.scp.css */
.project-links-bar[b-990wuiuwbs] {
    flex-wrap: wrap;
}
/* /Components/Projects/ProjectShowcaseGrid.razor.rz.scp.css */
.project-visual-card[b-31pw0ztaxj] {
    height: 100%;
}

.project-image[b-31pw0ztaxj] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
/* /Components/Shared/SectionDivider.razor.rz.scp.css */

.section-divider-label[b-w1p2y61i8f] {
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(226,212,190,0.08);
    border: 1px solid rgba(226,212,190,0.24);
    color: rgba(236, 225, 209, 0.96);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 0 0 1px rgba(226,212,190,0.08);
}
/* /Pages/HomePage.razor.rz.scp.css */
.presentation-section[b-yhalji4bj5] {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

.presentation-title[b-yhalji4bj5] {
    font-weight: 700;
    letter-spacing: 0.01em;
}

.presentation-highlight[b-yhalji4bj5] {
    color: #E2D4BE;
}

.presentation-description[b-yhalji4bj5] {
    max-width: 720px;
    opacity: 0.82;
    line-height: 1.8;
    text-align: justify;
}

.social-strip[b-yhalji4bj5] {
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
}

.content-grid[b-yhalji4bj5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.content-grid-item[b-yhalji4bj5] {
    min-width: 0;
}

.content-card[b-yhalji4bj5] {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 220px;
    background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.content-card[b-yhalji4bj5]::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -72px;
    height: 140px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(226, 212, 190, 0.18) 0%, rgba(226, 212, 190, 0) 70%);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.content-card-link[b-yhalji4bj5] {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.content-card-link:is(:hover, :focus-visible) .content-card[b-yhalji4bj5] {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.18);
    border-color: rgba(226, 212, 190, 0.22);
    background: linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.028));
}

.content-card-link:is(:hover, :focus-visible) .content-card[b-yhalji4bj5]::after {
    opacity: 1;
    transform: translateY(0);
}

.content-card-link:focus-visible[b-yhalji4bj5] {
    outline: none;
}

.content-card-title[b-yhalji4bj5] {
    transition: transform 0.28s ease, color 0.28s ease;
}

.content-card-media[b-yhalji4bj5] {
    position: relative;
    overflow: visible;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.content-card-image[b-yhalji4bj5] {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.content-card-link:is(:hover, :focus-visible) .content-card-title[b-yhalji4bj5] {
    transform: translateY(-2px);
    color: #E2D4BE;
}

.content-card-link:is(:hover, :focus-visible) .content-card-media[b-yhalji4bj5] {
    transform: translateY(-1px) scale(1.012);
    border-color: rgba(226, 212, 190, 0.3);
    box-shadow: 0 6px 16px rgba(0,0,0,0.14);
    z-index: 1;
}

.content-card-link:is(:hover, :focus-visible) .content-card-image[b-yhalji4bj5] {
    transform: scale(1.012);
    filter: saturate(1.04) contrast(1.03);
}

.card-text[b-yhalji4bj5] {
    opacity: 0.82;
    line-height: 1.8;
    text-align: justify;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.content-card-link:is(:hover, :focus-visible) .card-text[b-yhalji4bj5] {
    opacity: 0.92;
    transform: translateY(-1px);
}

.h-100[b-yhalji4bj5] {
    height: 100%;
}

.profile-picture[b-yhalji4bj5] {
    width: 100px;
    height: 100px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(230, 212, 190, 0.85);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.04);
}

@media (max-width: 959.98px) {
    .content-grid[b-yhalji4bj5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 599.98px) {
    .presentation-section[b-yhalji4bj5] {
        padding: 32px !important;
    }

    .social-strip[b-yhalji4bj5] {
        padding: 16px !important;
    }

    .content-grid[b-yhalji4bj5] {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .content-card[b-yhalji4bj5] {
        padding: 16px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .content-card[b-yhalji4bj5],
    .content-card[b-yhalji4bj5]::after,
    .content-card-title[b-yhalji4bj5],
    .content-card-media[b-yhalji4bj5],
    .content-card-image[b-yhalji4bj5],
    .card-text[b-yhalji4bj5] {
        transition: none;
    }
}
