/* /src/Layout/MainLayout.razor.rz.scp.css */
/* Navbar */
.app-navbar[b-5dm7qk9kfw] {
    border-bottom: 1px solid #E2E2E2 !important;
    background-color: #F8F8F8 !important;
}

.full-width[b-5dm7qk9kfw] {
    width: 100%;
}

/* Logo "MB" */
.logo-text[b-5dm7qk9kfw] {
    font-family: 'Epilogue', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111111;
    letter-spacing: 0.02em;
}

/* Nav link buttons */
.nav-link-btn[b-5dm7qk9kfw] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #111111 !important;
    border-bottom: 1px solid transparent;
    border-radius: 0 !important;
    transition: border-color 200ms ease;
}

.nav-link-btn:hover[b-5dm7qk9kfw] {
    border-bottom-color: #111111;
    background-color: transparent !important;
}

.nav-link-active[b-5dm7qk9kfw] {
    border-bottom-color: #3A6B35 !important;
    color: #3A6B35 !important;
}

/* Language toggle */
.lang-toggle button[b-5dm7qk9kfw] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    min-width: 36px;
}

/* Main content top padding to avoid AppBar overlap */
[b-5dm7qk9kfw] .mud-main-content {
    padding-top: 64px;
}
/* /src/Views/AboutSection.razor.rz.scp.css */
.about-section[b-tfpu17vf42] {
    padding: 80px 0;
    background-color: #FFFFFF;
}

/* Section header — shared pattern */
.section-label[b-tfpu17vf42] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #999999;
    display: block;
    margin-bottom: 12px;
}

.section-divider[b-tfpu17vf42] {
    margin-bottom: 8px;
    border-color: #E2E2E2 !important;
}

.section-title[b-tfpu17vf42] {
    color: #111111;
}

/* Paragraphs */
.about-paragraph[b-tfpu17vf42] {
    color: #555555;
    line-height: 1.75;
}

/* Key points */
.key-point[b-tfpu17vf42] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #E2E2E2;
    transition: border-color 200ms ease;
}

.key-point:hover[b-tfpu17vf42] {
    border-color: #111111;
}

.key-point-icon[b-tfpu17vf42] {
    color: #3A6B35;
    font-size: 20px;
    flex-shrink: 0;
}

.key-point-text[b-tfpu17vf42] {
    color: #111111;
    font-weight: 500;
}
/* /src/Views/ContactSection.razor.rz.scp.css */
.contact-section[b-c70hzr46ky] {
    padding: 80px 0;
    background-color: #F8F8F8;
}

.section-label[b-c70hzr46ky] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3A6B35;
    display: block;
    margin-bottom: 12px;
}

.section-divider[b-c70hzr46ky] {
    margin-bottom: 24px;
    border-color: #E2E2E2 !important;
}

.section-title[b-c70hzr46ky] {
    color: #111111;
}

/* Contact cards */
.contact-card[b-c70hzr46ky] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 24px;
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    text-decoration: none;
    transition: border-color 200ms ease, transform 200ms ease;
    cursor: pointer;
    height: 100%;
}

.contact-card:hover[b-c70hzr46ky] {
    border-color: #111111;
    transform: translateY(-2px);
}

.contact-icon[b-c70hzr46ky] {
    font-size: 32px !important;
    color: #3A6B35;
    margin-bottom: 12px;
}

.contact-label[b-c70hzr46ky] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 6px;
    display: block;
}

.contact-value[b-c70hzr46ky] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    color: #111111;
    word-break: break-all;
    display: block;
}

/* CV Download */
.cv-download[b-c70hzr46ky] {
    margin-top: 48px;
    text-align: center;
}

.cv-title[b-c70hzr46ky] {
    font-family: 'Epilogue', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #111111;
    margin-bottom: 20px;
    display: block;
}

:deep(.cv-btn)[b-c70hzr46ky] {
    border-radius: 0 !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
}
/* /src/Views/EducationSection.razor.rz.scp.css */
.education-section[b-lheq3pafuz] {
    padding: 80px 0;
    background-color: #FFFFFF;
}

.section-label[b-lheq3pafuz] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #999999;
    display: block;
    margin-bottom: 12px;
}

.section-divider[b-lheq3pafuz] {
    margin-bottom: 24px;
    border-color: #E2E2E2 !important;
}

.section-title[b-lheq3pafuz] {
    color: #111111;
}

.subsection-title[b-lheq3pafuz] {
    font-family: 'Epilogue', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #111111;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: block;
}

/* Formations list */
.training-list[b-lheq3pafuz] {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #E2E2E2;
}

.training-item[b-lheq3pafuz] {
    display: flex;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #E2E2E2;
    align-items: baseline;
}

.training-year[b-lheq3pafuz] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    color: #3A6B35;
    flex-shrink: 0;
    width: 72px;
}

.training-title[b-lheq3pafuz] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.9rem;
    color: #555555;
    line-height: 1.4;
}

/* Certifications */
.cert-item[b-lheq3pafuz] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid #E2E2E2;
    transition: border-color 200ms ease;
}

.cert-item:hover[b-lheq3pafuz] {
    border-color: #111111;
}

.cert-icon[b-lheq3pafuz] {
    color: #3A6B35;
    font-size: 20px !important;
    flex-shrink: 0;
    margin-top: 2px;
}

.cert-name[b-lheq3pafuz] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #111111;
    display: block;
    margin-bottom: 2px;
}

.cert-status[b-lheq3pafuz] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    color: #3A6B35;
    display: block;
}
/* /src/Views/ExperienceSection.razor.rz.scp.css */
.experience-section[b-7k8zkojle4] {
    padding: 80px 0;
    background-color: #FFFFFF;
}

/* Section header — shared pattern */
.section-label[b-7k8zkojle4] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #999999;
    display: block;
    margin-bottom: 12px;
}

.section-divider[b-7k8zkojle4] {
    margin-bottom: 24px;
    border-color: #E2E2E2 !important;
}

.section-title[b-7k8zkojle4] {
    color: #111111;
}

/* Timeline */
.timeline[b-7k8zkojle4] {
    position: relative;
    padding-left: 32px;
    border-left: 1px solid #E2E2E2;
}

.timeline-item[b-7k8zkojle4] {
    position: relative;
    margin-bottom: 40px;
}

.timeline-item:last-child[b-7k8zkojle4] {
    margin-bottom: 0;
}

/* Dot */
.timeline-dot[b-7k8zkojle4] {
    position: absolute;
    left: -36px;
    top: 24px;
    width: 8px;
    height: 8px;
    background-color: #111111;
    border-radius: 0;
}

/* Card */
.experience-card[b-7k8zkojle4] {
    border: 1px solid #E2E2E2;
    padding: 28px 32px;
    transition: border-color 200ms ease;
    background-color: #FFFFFF;
}

.experience-card:hover[b-7k8zkojle4] {
    border-color: #111111;
}

/* Card header */
.card-header[b-7k8zkojle4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.card-header-left[b-7k8zkojle4] {
    flex: 1;
    min-width: 200px;
}

.card-header-right[b-7k8zkojle4] {
    text-align: right;
    flex-shrink: 0;
}

.exp-company[b-7k8zkojle4] {
    font-family: 'Epilogue', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 4px;
}

.exp-title[b-7k8zkojle4] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #555555;
}

.exp-period[b-7k8zkojle4] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 400;
    color: #3A6B35;
    margin-bottom: 4px;
    display: block;
}

.exp-location[b-7k8zkojle4] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.8rem;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
}

.location-icon[b-7k8zkojle4] {
    font-size: 14px !important;
    color: #999999;
}

/* Divider inside card */
.card-divider[b-7k8zkojle4] {
    margin: 16px 0 !important;
    border-color: #F2F2F2 !important;
}

/* Description */
.exp-description[b-7k8zkojle4] {
    color: #555555;
    line-height: 1.75;
    margin-bottom: 16px;
}

/* Tags */
.tags-container[b-7k8zkojle4] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

:deep(.skill-chip)[b-7k8zkojle4] {
    background: #F2F2F2 !important;
    border: 1px solid #E2E2E2 !important;
    border-radius: 0 !important;
    color: #111111 !important;
    font-family: 'JetBrains Mono', monospace !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    height: auto !important;
    padding: 3px 10px !important;
    transition: border-color 200ms ease;
}

:deep(.skill-chip:hover)[b-7k8zkojle4] {
    background: #E8E8E8 !important;
    border-color: #111111 !important;
}

:deep(.skill-chip .mud-chip-content)[b-7k8zkojle4] {
    padding: 0;
}

/* Sub-projects / missions */
.sub-project[b-7k8zkojle4] {
    padding: 16px 0;
    border-bottom: 1px solid #F2F2F2;
}

.sub-project:last-child[b-7k8zkojle4] {
    border-bottom: none;
    padding-bottom: 0;
}

.sub-project-title[b-7k8zkojle4] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #3A6B35;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

/* Detail bullets */
.details-list[b-7k8zkojle4] {
    margin: 10px 0 14px 0;
    padding-left: 18px;
    list-style: none;
}

.detail-item[b-7k8zkojle4] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.875rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 6px;
    position: relative;
    padding-left: 12px;
}

.detail-item[b-7k8zkojle4]::before {
    content: '–';
    position: absolute;
    left: -4px;
    color: #3A6B35;
}

/* Mobile */
@media (max-width: 600px) {
    .timeline[b-7k8zkojle4] {
        padding-left: 20px;
    }

    .timeline-dot[b-7k8zkojle4] {
        left: -24px;
    }

    .experience-card[b-7k8zkojle4] {
        padding: 20px;
    }

    .card-header-right[b-7k8zkojle4] {
        text-align: left;
    }

    .exp-location[b-7k8zkojle4] {
        justify-content: flex-start;
    }
}
/* /src/Views/ProjectsSection.razor.rz.scp.css */
.projects-section[b-oo8auhylci] {
    padding: 80px 0;
    background-color: #F8F8F8;
}

.section-label[b-oo8auhylci] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #999999;
    display: block;
    margin-bottom: 12px;
}

.section-divider[b-oo8auhylci] {
    margin-bottom: 24px;
    border-color: #E2E2E2 !important;
}

.section-title[b-oo8auhylci] {
    color: #111111;
}

.project-card[b-oo8auhylci] {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: border-color 200ms ease;
}

.project-card:hover[b-oo8auhylci] {
    border-color: #111111;
}

.project-header[b-oo8auhylci] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 0;
}

.project-title[b-oo8auhylci] {
    font-family: 'Epilogue', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111111;
}

.project-period[b-oo8auhylci] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    color: #3A6B35;
    white-space: nowrap;
    flex-shrink: 0;
}

.card-divider[b-oo8auhylci] {
    margin: 16px 0 !important;
    border-color: #F2F2F2 !important;
}

.project-description[b-oo8auhylci] {
    color: #555555;
    line-height: 1.75;
    margin-bottom: 20px;
    flex: 1;
}

.tags-container[b-oo8auhylci] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

:deep(.skill-chip)[b-oo8auhylci] {
    background: #F2F2F2 !important;
    border: 1px solid #E2E2E2 !important;
    border-radius: 0 !important;
    color: #111111 !important;
    font-family: 'JetBrains Mono', monospace !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    height: auto !important;
    padding: 3px 10px !important;
    transition: border-color 200ms ease;
}

:deep(.skill-chip:hover)[b-oo8auhylci] {
    background: #E8E8E8 !important;
    border-color: #111111 !important;
}

:deep(.skill-chip .mud-chip-content)[b-oo8auhylci] {
    padding: 0;
}

.project-footer[b-oo8auhylci] {
    margin-top: auto;
}

:deep(.github-btn)[b-oo8auhylci] {
    border-radius: 0 !important;
    border-color: #111111 !important;
    color: #111111 !important;
}
/* /src/Views/SkillsSection.razor.rz.scp.css */
.skills-section[b-jyzh82qs00] {
    padding: 80px 0;
    background-color: #F8F8F8;
}

/* Section header */
.section-label[b-jyzh82qs00] {
    font-family: 'Figtree', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #999999;
    display: block;
    margin-bottom: 12px;
}

.section-divider[b-jyzh82qs00] {
    margin-bottom: 24px;
    border-color: #E2E2E2 !important;
}

.section-title[b-jyzh82qs00] {
    margin-bottom: 0;
    color: #111111;
}

/* Category title */
.category-title[b-jyzh82qs00] {
    font-family: 'Epilogue', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #111111;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    display: block;
}

/* Chips container */
.chips-container[b-jyzh82qs00] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* Skill chips — override MudBlazor */
:deep(.skill-chip)[b-jyzh82qs00] {
    background: #F2F2F2 !important;
    border: 1px solid #E2E2E2 !important;
    border-radius: 0 !important;
    color: #111111 !important;
    font-family: 'JetBrains Mono', monospace !important;
    font-size: 0.78rem !important;
    font-weight: 400 !important;
    height: auto !important;
    padding: 3px 10px !important;
    transition: border-color 200ms ease, background 200ms ease;
}

:deep(.skill-chip:hover)[b-jyzh82qs00] {
    background: #E8E8E8 !important;
    border-color: #111111 !important;
}

:deep(.skill-chip .mud-chip-content)[b-jyzh82qs00] {
    padding: 0;
}
