/* _content/Atene.Web/Components/Layout/MainLayout.razor.rz.scp.css */
main[b-gl91ldvzrx] {
    min-height: calc(100vh - 80px);
}

/* Footer */
.site-footer[b-gl91ldvzrx] {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 14, 39, 0.6);
    padding: 2.5rem 1.5rem;
}

.footer-gradient-line[b-gl91ldvzrx] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 212, 255, 0.4), transparent);
}

.footer-inner[b-gl91ldvzrx] {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.footer-links[b-gl91ldvzrx] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.footer-links a[b-gl91ldvzrx] {
    color: rgba(243, 245, 250, 0.4);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s;
}

.footer-links a:hover[b-gl91ldvzrx] {
    color: var(--brand-cyan);
}

.footer-bottom[b-gl91ldvzrx] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-copy[b-gl91ldvzrx] {
    color: rgba(243, 245, 250, 0.35);
    font-size: 0.875rem;
    margin: 0;
}

.footer-swiss[b-gl91ldvzrx] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(243, 245, 250, 0.3);
    font-size: 0.875rem;
}
/* _content/Atene.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-header[b-4syyvo4taz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 0.3s ease;
    padding: 1.25rem 0;
}

.nav-scrolled[b-4syyvo4taz] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 0;
}

.nav-inner[b-4syyvo4taz] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo[b-4syyvo4taz] {
    text-decoration: none;
}

.nav-logo-text[b-4syyvo4taz] {
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
}

.nav-links[b-4syyvo4taz] {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link[b-4syyvo4taz] {
    color: rgba(243, 245, 250, 0.7);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-link:hover[b-4syyvo4taz] {
    color: var(--text-primary);
}

.nav-link-active[b-4syyvo4taz] {
    color: var(--brand-cyan) !important;
}

/* Mobile toggle */
.nav-mobile-toggle[b-4syyvo4taz] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.hamburger-line[b-4syyvo4taz] {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: all 0.2s;
}

.nav-mobile-menu[b-4syyvo4taz] {
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-mobile-menu ul[b-4syyvo4taz] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.nav-mobile-link[b-4syyvo4taz] {
    display: block;
    color: rgba(243, 245, 250, 0.8);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.625rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: color 0.2s;
}

.nav-mobile-link:hover[b-4syyvo4taz] {
    color: var(--brand-cyan);
}

@media (max-width: 768px) {
    .nav-links[b-4syyvo4taz] {
        display: none;
    }

    .nav-mobile-toggle[b-4syyvo4taz] {
        display: flex;
    }
}
/* _content/Atene.Web/Components/Pages/About.razor.rz.scp.css */
/* ── Hero ──────────────────────────────────────────────────────── */

.about-hero[b-jxgmok6jgd] {
    padding: 8rem 1.5rem 5rem;
    text-align: center;
}

.about-hero-inner[b-jxgmok6jgd] {
    max-width: 720px;
    margin: 0 auto;
}

.about-h1[b-jxgmok6jgd] {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #f1f5f9;
    margin-bottom: 1.25rem;
}

.about-h1-accent[b-jxgmok6jgd] {
    background: linear-gradient(135deg, #5b8cf7 0%, #2dd4bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-sub[b-jxgmok6jgd] {
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

/* ── Shared section wrapper ────────────────────────────────────── */

.about-section-inner[b-jxgmok6jgd] {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ── Mission ────────────────────────────────────────────────────── */

.about-mission[b-jxgmok6jgd] {
    padding-bottom: 4rem;
}

.mission-grid[b-jxgmok6jgd] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

@media (max-width: 768px) {
    .mission-grid[b-jxgmok6jgd] { grid-template-columns: 1fr; }
}

.mission-card[b-jxgmok6jgd] {
    background: #1E293B;
    border: 1px solid #334155;
    border-radius: 1rem;
    padding: 1.5rem;
    transition: border-color 0.2s;
}

.mission-card:hover[b-jxgmok6jgd] { border-color: rgba(91,140,247,0.4); }

.mission-icon[b-jxgmok6jgd] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    background: rgba(91,140,247,0.1);
    color: #5b8cf7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.mission-card h3[b-jxgmok6jgd] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #f1f5f9;
    margin-bottom: 0.5rem;
}

.mission-card p[b-jxgmok6jgd] {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ── Team ───────────────────────────────────────────────────────── */

.about-team[b-jxgmok6jgd] {
    padding-bottom: 6rem;
}

.about-team-label[b-jxgmok6jgd] {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #475569;
    text-align: center;
    margin-bottom: 2rem;
}

.team-grid[b-jxgmok6jgd] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 540px) {
    .team-grid[b-jxgmok6jgd] { grid-template-columns: 1fr; }
}

/* ── Team card ──────────────────────────────────────────────────── */

.team-card[b-jxgmok6jgd] {
    background: none;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 1.25rem;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.team-card:hover[b-jxgmok6jgd] {
    border-color: rgba(91,140,247,0.35);
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.team-card-photo-wrap[b-jxgmok6jgd] {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #111117;
}

.team-card-photo[b-jxgmok6jgd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.4s ease;
}

.team-card:hover .team-card-photo[b-jxgmok6jgd] {
    transform: scale(1.04);
}

.team-card-body[b-jxgmok6jgd] {
    padding: 1.25rem 1.375rem 1.375rem;
    background: #111117;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.team-card-name[b-jxgmok6jgd] {
    font-size: 1rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 0.2rem;
}

.team-card-role[b-jxgmok6jgd] {
    font-size: 0.8125rem;
    color: #5b8cf7;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.team-card-hint[b-jxgmok6jgd] {
    font-size: 0.75rem;
    color: #334155;
    margin: 0;
    transition: color 0.15s;
}

.team-card:hover .team-card-hint[b-jxgmok6jgd] { color: #5b8cf7; }

/* ── Modal ──────────────────────────────────────────────────────── */

.modal-backdrop[b-jxgmok6jgd] {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    animation: modal-in-b-jxgmok6jgd 0.2s ease;
}

@keyframes modal-in-b-jxgmok6jgd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.modal-card[b-jxgmok6jgd] {
    position: relative;
    background: #111117;
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 1.5rem;
    max-width: 680px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 64px rgba(0,0,0,0.6);
    animation: modal-up-b-jxgmok6jgd 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modal-up-b-jxgmok6jgd {
    from { transform: translateY(16px) scale(0.97); opacity: 0; }
    to   { transform: translateY(0)    scale(1);    opacity: 1; }
}

.modal-close[b-jxgmok6jgd] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.modal-close:hover[b-jxgmok6jgd] { background: rgba(255,255,255,0.1); color: #f1f5f9; }

.modal-inner[b-jxgmok6jgd] {
    display: grid;
    grid-template-columns: 200px 1fr;
}

@media (max-width: 560px) {
    .modal-inner[b-jxgmok6jgd] { grid-template-columns: 1fr; }
}

.modal-photo-col[b-jxgmok6jgd] { overflow: hidden; border-radius: 1.5rem 0 0 1.5rem; }

@media (max-width: 560px) {
    .modal-photo-col[b-jxgmok6jgd] { border-radius: 1.5rem 1.5rem 0 0; height: 220px; }
}

.modal-photo[b-jxgmok6jgd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    min-height: 280px;
}

@media (max-width: 560px) {
    .modal-photo[b-jxgmok6jgd] { min-height: unset; }
}

.modal-info-col[b-jxgmok6jgd] {
    padding: 2rem 2rem 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.modal-name[b-jxgmok6jgd] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 0.125rem;
}

.modal-role[b-jxgmok6jgd] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #5b8cf7;
    margin-bottom: 0.25rem;
}

.modal-location[b-jxgmok6jgd] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem;
    color: #475569;
    margin: 0;
}

.modal-bio[b-jxgmok6jgd] {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* Tags (shared) */
.card-tags[b-jxgmok6jgd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.card-tag[b-jxgmok6jgd] {
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
    background: rgba(91,140,247,0.1);
    border: 1px solid rgba(91,140,247,0.2);
    color: #5b8cf7;
    font-size: 0.6875rem;
    font-weight: 500;
}

/* Actions (shared) */
.card-actions[b-jxgmok6jgd] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.card-action-btn[b-jxgmok6jgd] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5625rem 1rem;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.card-action-outline[b-jxgmok6jgd] {
    background: transparent;
    border: 1px solid #334155;
    color: #94a3b8;
}

.card-action-outline:hover[b-jxgmok6jgd] {
    border-color: #5b8cf7;
    color: #5b8cf7;
    text-decoration: none;
}
/* _content/Atene.Web/Components/Pages/Contact.razor.rz.scp.css */
/* ── Page layout ─────────────────────────────────────────────── */

.contact-section[b-8a9jcgujr7] {
    padding: 6rem 2rem 6rem;
    min-height: calc(100vh - 68px);
}

.contact-inner[b-8a9jcgujr7] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 3.5rem;
    max-width: 960px;
    margin: 0 auto;
    align-items: start;
}

@media (max-width: 860px) {
    .contact-inner[b-8a9jcgujr7] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        max-width: 560px;
    }
}

/* ── Heading ─────────────────────────────────────────────────── */

.contact-h1[b-8a9jcgujr7] {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #f1f5f9;
    margin: 0.5rem 0 0.75rem;
    line-height: 1.15;
}

.contact-sub[b-8a9jcgujr7] {
    color: #64748b;
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-bottom: 1.75rem;
}

/* ── Info column (LEFT) ──────────────────────────────────────── */

.contact-info-col[b-8a9jcgujr7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 7rem;
}

@media (max-width: 860px) {
    .contact-info-col[b-8a9jcgujr7] {
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 0;
        gap: 0.75rem;
    }

    .contact-info-card[b-8a9jcgujr7] {
        flex: 1;
        min-width: 140px;
    }
}

.contact-info-card[b-8a9jcgujr7] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 1.25rem 1.25rem 1.25rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 0.875rem;
    transition: border-color 0.2s, background 0.2s;
}

.contact-info-card:hover[b-8a9jcgujr7] {
    border-color: rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
}

.contact-info-icon[b-8a9jcgujr7] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    border-radius: 0.625rem;
    margin-bottom: 0.625rem;
}

.contact-info-label[b-8a9jcgujr7] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.35);
    margin-bottom: 0.125rem;
}

.contact-info-value[b-8a9jcgujr7] {
    font-size: 0.9375rem;
    color: #e2e8f0;
    font-weight: 500;
    text-decoration: none;
}

.contact-info-link:hover[b-8a9jcgujr7] {
    color: #5b8cf7;
}

/* ── Form card (RIGHT) ───────────────────────────────────────── */

.contact-form-card[b-8a9jcgujr7] {
    background: rgba(255,255,255,0.02);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 1.25rem;
    padding: 2rem 2.25rem 2.25rem;
}

.contact-form[b-8a9jcgujr7] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── Row & groups ────────────────────────────────────────────── */

.form-row[b-8a9jcgujr7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.25rem;
}

@media (max-width: 480px) {
    .form-row[b-8a9jcgujr7] { grid-template-columns: 1fr; }
    .contact-form-card[b-8a9jcgujr7] { padding: 1.5rem; }
}

.form-group[b-8a9jcgujr7] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
}

/* ── Labels ──────────────────────────────────────────────────── */

.form-group label[b-8a9jcgujr7] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    letter-spacing: 0.01em;
}

.form-required[b-8a9jcgujr7] {
    color: #5b8cf7;
    font-size: 0.875rem;
    line-height: 1;
}

/* ── Inputs (::deep reaches Blazor InputText / InputTextArea) ── */

[b-8a9jcgujr7] .form-input {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(255,255,255,0.09);
    border-radius: 0.625rem;
    padding: 0.8125rem 1rem;
    color: #f1f5f9;
    font-size: 0.9375rem;
    font-family: inherit;
    line-height: 1.5;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

[b-8a9jcgujr7] .form-input::placeholder {
    color: rgba(255,255,255,0.22);
    font-style: italic;
}

[b-8a9jcgujr7] .form-input:hover {
    border-color: rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.05);
}

[b-8a9jcgujr7] .form-input:focus {
    border-color: #5b8cf7;
    background: rgba(91,140,247,0.05);
    box-shadow: 0 0 0 3px rgba(91,140,247,0.15), inset 0 1px 3px rgba(0,0,0,0.15);
}

[b-8a9jcgujr7] .form-input.modified.invalid {
    border-color: rgba(248,113,113,0.6);
    box-shadow: 0 0 0 3px rgba(248,113,113,0.1);
}

/* Textarea */
[b-8a9jcgujr7] .form-textarea {
    resize: vertical;
    min-height: 120px;
}

/* ── Validation ──────────────────────────────────────────────── */

.form-error[b-8a9jcgujr7] {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    color: #f87171;
    line-height: 1.4;
}

/* ── Submit ──────────────────────────────────────────────────── */

.contact-submit[b-8a9jcgujr7] {
    margin-top: 0.5rem;
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-submit:disabled[b-8a9jcgujr7] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ── Success state ───────────────────────────────────────────── */

.contact-success[b-8a9jcgujr7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.contact-success-title[b-8a9jcgujr7] {
    font-weight: 700;
    font-size: 1.125rem;
    color: #f1f5f9;
}

.contact-success-body[b-8a9jcgujr7] {
    color: #64748b;
    font-size: 0.9rem;
}

/* ── Error state ─────────────────────────────────────────────── */

.contact-error[b-8a9jcgujr7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: rgba(248,113,113,0.05);
    border: 1px solid rgba(248,113,113,0.18);
    border-radius: 0.625rem;
    font-size: 0.875rem;
    color: #fca5a5;
    margin-bottom: 1rem;
}

.contact-error a[b-8a9jcgujr7] {
    color: #fca5a5;
    text-decoration: underline;
    text-underline-offset: 2px;
}
/* _content/Atene.Web/Components/Shared/LanguageSwitcher.razor.rz.scp.css */
/* ── Trigger ─────────────────────────────────────────────────── */

.lang-dropdown[b-dp6zxbd46s] {
    position: relative;
}

.lang-trigger[b-dp6zxbd46s] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 2rem;
    padding: 0.375rem 0.75rem 0.375rem 0.625rem;
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
    font-family: inherit;
    transition: color 0.18s, border-color 0.18s, background 0.18s, box-shadow 0.18s;
}

.lang-trigger:hover[b-dp6zxbd46s] {
    color: #e2e8f0;
    border-color: rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.08);
}

.lang-dropdown-open .lang-trigger[b-dp6zxbd46s] {
    color: #f1f5f9;
    border-color: rgba(91,140,247,0.5);
    background: rgba(91,140,247,0.08);
    box-shadow: 0 0 0 3px rgba(91,140,247,0.1);
}

.lang-globe[b-dp6zxbd46s] {
    flex-shrink: 0;
    opacity: 0.65;
    transition: opacity 0.18s;
}
.lang-dropdown-open .lang-globe[b-dp6zxbd46s] { opacity: 1; }

.lang-current[b-dp6zxbd46s] {
    text-transform: uppercase;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.lang-chevron[b-dp6zxbd46s] {
    flex-shrink: 0;
    opacity: 0.45;
    transition: transform 0.22s ease, opacity 0.18s;
}
.lang-dropdown-open .lang-chevron[b-dp6zxbd46s] {
    transform: rotate(180deg);
    opacity: 1;
}

/* ── Backdrop ────────────────────────────────────────────────── */

.lang-backdrop[b-dp6zxbd46s] {
    position: fixed;
    inset: 0;
    z-index: 198;
}

/* ── Panel ───────────────────────────────────────────────────── */

.lang-menu[b-dp6zxbd46s] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 199;
    min-width: 150px;
    list-style: none;
    margin: 0;
    padding: 0.3rem;
    background: rgba(12,12,18,0.88);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 0.875rem;
    box-shadow:
        0 2px 4px rgba(0,0,0,0.12),
        0 12px 36px rgba(0,0,0,0.5),
        inset 0 1px 0 rgba(255,255,255,0.06);
    animation: langIn-b-dp6zxbd46s 0.16s cubic-bezier(0.16,1,0.3,1) both;
}

@keyframes langIn-b-dp6zxbd46s {
    from { opacity: 0; transform: translateY(-6px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ── Options ─────────────────────────────────────────────────── */

.lang-option[b-dp6zxbd46s] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    padding: 0.625rem 0.75rem;
    border-radius: 0.5rem;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    text-align: left;
    cursor: pointer;
    transition: background 0.14s, color 0.14s;
    line-height: 1;
}

.lang-option:hover[b-dp6zxbd46s] {
    background: rgba(255,255,255,0.07);
    color: #cbd5e1;
}

.lang-option-active[b-dp6zxbd46s] {
    color: #f1f5f9;
    background: rgba(91,140,247,0.1);
}

.lang-option-active:hover[b-dp6zxbd46s] {
    background: rgba(91,140,247,0.15);
}

.lang-check[b-dp6zxbd46s] {
    margin-left: auto;
    color: #5b8cf7;
    flex-shrink: 0;
}
