/* /Components/Sections/CtaSection.razor.rz.scp.css */
.cta-section[b-bflcy5ik6y] {
    padding: 3rem 1.25rem;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .cta-section[b-bflcy5ik6y] {
        padding: 5rem 2rem;
    }
}

.cta-conteudo[b-bflcy5ik6y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-titulo[b-bflcy5ik6y] {
    font-size: clamp(1.4rem, 5.5vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 0.75rem;
    min-height: 2.6em;
}

@media (min-width: 768px) {
    .cta-titulo[b-bflcy5ik6y] {
        min-height: 1.4em;
    }
}

.cta-subtitulo[b-bflcy5ik6y] {
    color: #7cc4ff;
    font-style: italic;
    font-size: clamp(0.82rem, 3vw, 0.95rem);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.cta-convite[b-bflcy5ik6y] {
    color: #8a94a8;
    font-size: clamp(0.75rem, 2.8vw, 0.82rem);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.cta-acoes[b-bflcy5ik6y] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-botao[b-bflcy5ik6y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.75rem;
    border-radius: 12px;
    background: rgba(74, 127, 255, 0.06);
    border: 1px solid rgba(124, 196, 255, 0.25);
    color: #b8c2d4;
    text-decoration: none;
    min-width: 110px;
    transition: transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    animation: glow-convite-b-bflcy5ik6y 2.4s ease-in-out infinite;
}

    .cta-botao:nth-child(2)[b-bflcy5ik6y] {
        animation-delay: 0.4s; /* dessincroniza o pulso entre os dois botões */
    }

@keyframes glow-convite-b-bflcy5ik6y {
    0%, 100% {
        box-shadow: 0 0 0 rgba(124, 196, 255, 0);
    }

    50% {
        box-shadow: 0 0 16px rgba(124, 196, 255, 0.25);
    }
}

.cta-botao:hover[b-bflcy5ik6y] {
    transform: scale(1.08) translateY(-3px);
    background: rgba(74, 127, 255, 0.15);
    border-color: #4a7fff;
    color: #7cc4ff;
    box-shadow: 0 0 24px rgba(124, 196, 255, 0.4);
    animation-play-state: paused;
}

.cta-icone[b-bflcy5ik6y] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-rotulo[b-bflcy5ik6y] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.6px;
}
/* /Components/Sections/Hero.razor.rz.scp.css */
.hero[b-f5x3fi9h24] {
    position: relative;
    padding: 4rem 1.25rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hero[b-f5x3fi9h24] {
        padding: 6rem 3rem;
    }
}

.hero-content[b-f5x3fi9h24] {
    position: relative;
    z-index: 2;
    max-width: 640px;
}

.hero-badge[b-f5x3fi9h24] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 1rem;
    border: 1px solid rgba(124, 196, 255, 0.35);
    border-radius: 999px;
    background: rgba(74, 127, 255, 0.08);
    color: #7cc4ff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

.badge-icon[b-f5x3fi9h24] {
    color: #4a7fff;
}

.hero-nome[b-f5x3fi9h24] {
    font-size: clamp(2rem, 8vw, 3.2rem);
    font-weight: 800;
    color: #f2f5fa;
    line-height: 1.1;
    margin: 0 0 0.5rem;
    text-shadow: 0 0 30px rgba(124, 196, 255, 0.15);
}

.hero-cargo[b-f5x3fi9h24] {
    color: #B0B8C0;
    font-size: clamp(0.85rem, 2.5vw, 1rem);
    margin-bottom: 1.5rem;
}

.hero-bio[b-f5x3fi9h24] {
    color: #B0B8C0;
    font-size: clamp(0.95rem, 2.5vw, 1.05rem);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-actions[b-f5x3fi9h24] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.btn-primario[b-f5x3fi9h24] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    background: #f2f5fa;
    color: #05070d;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.15s ease-out;
}

    .btn-primario:hover[b-f5x3fi9h24] {
        transform: scale(1.05);
        box-shadow: 0 0 25px rgba(242, 245, 250, 0.25);
    }

    .btn-primario .arrow[b-f5x3fi9h24] {
        transition: transform 0.2s ease;
    }

    .btn-primario:hover .arrow[b-f5x3fi9h24] {
        transform: translateX(4px);
    }

.btn-icone[b-f5x3fi9h24] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #b8c2d4;
    transition: transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.15s ease-out, color 0.15s ease-out;
}

    .btn-icone:hover[b-f5x3fi9h24] {
        transform: scale(1.1);
        background: rgba(124, 196, 255, 0.12);
        color: #7cc4ff;
        box-shadow: 0 0 20px rgba(124, 196, 255, 0.2);
    }
/* /Components/Sections/InsightsSection.razor.rz.scp.css */
.insights-section[b-9avoa2q0dk] {
    padding: 3rem 1rem;
}

@media (min-width: 768px) {
    .insights-section[b-9avoa2q0dk] {
        padding: 5rem 2rem;
    }
}

.insights-grid[b-9avoa2q0dk] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

@media (min-width: 640px) {
    .insights-grid[b-9avoa2q0dk] {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
}

.insight-card[b-9avoa2q0dk] {
    display: block;
    padding: 1.25rem;
    border-radius: 14px;
    background: rgba(15, 18, 28, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    position: relative;
    transition: border-color 0.25s ease, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
}

    .insight-card:hover[b-9avoa2q0dk] {
        border-color: #4a7fff;
        transform: translateY(-5px);
        box-shadow: 0 8px 28px rgba(74, 127, 255, 0.2);
    }

.insight-header[b-9avoa2q0dk] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.insight-fonte-icone[b-9avoa2q0dk] {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 6px;
}

.fonte-linkedin[b-9avoa2q0dk] {
    background: rgba(10, 102, 194, 0.15);
    color: #0a66c2;
}

.fonte-dev\.to[b-9avoa2q0dk] {
    background: rgba(59, 73, 223, 0.15);
    color: #a8b3ff;
}

.insight-fonte-info[b-9avoa2q0dk] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.insight-fonte-nome[b-9avoa2q0dk] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #7cc4ff;
    letter-spacing: 0.4px;
}

.insight-tipo[b-9avoa2q0dk] {
    font-size: 0.62rem;
    color: #7c8aa5;
    letter-spacing: 0.3px;
}

/* Indicador de "sinal captado" - três barrinhas pulsando em sequência */
.insight-sinal[b-9avoa2q0dk] {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 14px;
}

.sinal-barra[b-9avoa2q0dk] {
    width: 3px;
    background: #4a7fff;
    border-radius: 1px;
    animation: sinal-pulso-b-9avoa2q0dk 1.2s ease-in-out infinite;
}

    .sinal-barra:nth-child(1)[b-9avoa2q0dk] {
        height: 40%;
        animation-delay: 0s;
    }

    .sinal-barra:nth-child(2)[b-9avoa2q0dk] {
        height: 70%;
        animation-delay: 0.2s;
    }

    .sinal-barra:nth-child(3)[b-9avoa2q0dk] {
        height: 100%;
        animation-delay: 0.4s;
    }

@keyframes sinal-pulso-b-9avoa2q0dk {
    0%, 100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}

.insight-externo[b-9avoa2q0dk] {
    color: #7c8aa5;
    font-size: 1rem;
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.2s ease;
}

.insight-card:hover .insight-externo[b-9avoa2q0dk] {
    transform: translate(2px, -2px);
    color: #7cc4ff;
}

.insight-titulo[b-9avoa2q0dk] {
    font-family: 'Orbitron', sans-serif;
    color: #f2f5fa;
    font-size: clamp(0.92rem, 3.2vw, 1.02rem);
    line-height: 1.35;
    margin: 0 0 0.6rem;
}

.insight-trecho[b-9avoa2q0dk] {
    color: #8a94a8;
    font-size: clamp(0.78rem, 2.8vw, 0.85rem);
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 639px) {
    .insight-titulo[b-9avoa2q0dk],
    .insight-trecho[b-9avoa2q0dk] {
        text-align: center;
    }

    .insight-header[b-9avoa2q0dk] {
        justify-content: center;
        flex-wrap: wrap;
    }
}
/* /Components/Sections/ProjectCard.razor.rz.scp.css */
.mission-card[b-gksp50vyyp] {
    border-radius: 14px;
    margin
   
    background: rgba(15, 18, 28, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transition: border-color 0.25s ease, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
}

    .mission-card:hover[b-gksp50vyyp] {
        border-color: #4a7fff;
        transform: translateY(-6px);
        box-shadow: 0 8px 32px rgba(74, 127, 255, 0.2);
    }

.mission-visor[b-gksp50vyyp] {
    position: relative;
    height: 160px; /* era min-height — agora é altura fixa e travada */
    background: linear-gradient(135deg, rgba(74, 60, 140, 0.3), rgba(10, 12, 20, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 639px) {
    .mission-visor[b-gksp50vyyp] {
        height: 140px;
    }
}

.mission-imagem[b-gksp50vyyp] {
    width: 100%;
    height: 100%;
    object-fit:cover;
    transition: transform 0.4s ease;
}

.mission-card:hover .mission-imagem[b-gksp50vyyp] {
    transform: scale(1.08);
}

.mission-terminal[b-gksp50vyyp] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    font-family: 'Orbitron', monospace;
    font-size: clamp(0.6rem, 2.5vw, 0.7rem);
    color: #7cc4ff;
    padding: 1rem;
    width: 100%;
}

.terminal-linha .ok[b-gksp50vyyp] {
    color: #6ee7b7;
}

.terminal-cursor-pulse[b-gksp50vyyp] {
    animation: fade-cursor-b-gksp50vyyp 2.2s ease-in-out infinite;
}

@keyframes fade-cursor-b-gksp50vyyp {
    0%, 45% {
        opacity: 0.9;
    }

    50%, 95% {
        opacity: 0.4;
    }
  
    100% {
        opacity: 0.9;
    }
}
.mission-badge[b-gksp50vyyp] {
    padding: 0.3rem 0.7rem;
    background: rgba(74, 127, 255, 0.15);
    border: 1px solid rgba(124, 196, 255, 0.4);
    border-radius: 999px;
    color: #7cc4ff;
    font-size: clamp(0.55rem, 2vw, 0.65rem);
    font-weight: 700;
    letter-spacing: 0.3px;
    text-align: center;
}

/* Badge sobre imagem: absoluto no canto */
.mission-badge-sobre-imagem[b-gksp50vyyp] {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    max-width: 60%;
}

/* Badge no terminal: no fluxo normal, acima do texto */
.mission-badge-terminal[b-gksp50vyyp] {
    align-self: flex-start;
    margin-bottom: 0.6rem;
}

.mission-body[b-gksp50vyyp] {
    padding: 1.1rem 1.25rem 1.35rem;
}

@media (min-width: 768px) {
    .mission-body[b-gksp50vyyp] {
        padding: 1.25rem 1.5rem 1.5rem;
    }
}

.mission-body h3[b-gksp50vyyp] {
    font-family: 'Orbitron', sans-serif;
    color: #f2f5fa;
    font-size: clamp(0.95rem, 4vw, 1.15rem);
    margin: 0 0 0.4rem;
    line-height: 1.3;
    text-align: left;
}

.mission-subtitulo[b-gksp50vyyp] {
    color: #7cc4ff;
    font-size: clamp(0.78rem, 3vw, 0.85rem);
    font-style: italic;
    margin-bottom: 0.9rem;
    line-height: 1.4;
    text-align: left;
}

.mission-tags[b-gksp50vyyp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.tag[b-gksp50vyyp] {
    padding: 0.22rem 0.55rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    font-size: clamp(0.6rem, 2.5vw, 0.7rem);
    color: #a8b3c4;
}

.btn-expandir[b-gksp50vyyp] {
    width: 100%;
    padding: 0.75rem;
    background: rgba(74, 127, 255, 0.08);
    border: 1px solid rgba(74, 127, 255, 0.25);
    border-radius: 8px;
    color: #7cc4ff;
    font-size: clamp(0.68rem, 2.8vw, 0.75rem);
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    min-height: 44px;
}

    .btn-expandir:hover[b-gksp50vyyp] {
        background: rgba(74, 127, 255, 0.18);
        transform: scale(1.02);
    }

.mission-detalhes[b-gksp50vyyp] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    animation: expandir-b-gksp50vyyp 0.35s ease-out;
}

@keyframes expandir-b-gksp50vyyp {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mission-detalhes p[b-gksp50vyyp] {
    color: #B0B8C0;
    font-size: clamp(0.82rem, 3vw, 0.9rem);
    line-height: 1.6;
    margin-bottom: 1rem;
    text-align: left;
}

.mission-destaques[b-gksp50vyyp] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

    .mission-destaques li[b-gksp50vyyp] {
        position: relative;
        padding-left: 1.1rem;
        color: #a8b3c4;
        font-size: clamp(0.78rem, 2.8vw, 0.85rem);
        line-height: 1.5;
        text-align: left;
    }

        .mission-destaques li[b-gksp50vyyp]::before {
            content: '▹';
            position: absolute;
            left: 0;
            color: #7cc4ff;
        }

.mission-links[b-gksp50vyyp] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.link-terminal[b-gksp50vyyp] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 0.85rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    text-decoration: none;
    color: #e8ecf1;
    font-size: clamp(0.75rem, 2.8vw, 0.8rem);
    transition: border-color 0.2s ease, transform 0.15s ease, background 0.2s ease;
    min-height: 44px;
}

    .link-terminal:hover[b-gksp50vyyp] {
        border-color: #4a7fff;
        background: rgba(74, 127, 255, 0.1);
        transform: translateX(4px);
    }

    .link-terminal small[b-gksp50vyyp] {
        display: block;
        color: #7c8aa5;
        font-size: clamp(0.65rem, 2.3vw, 0.7rem);
    }

.link-icone[b-gksp50vyyp] {
    color: #7cc4ff;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Mobile: centraliza textos e remove marcador de lista */
@media (max-width: 639px) {
    .mission-body h3[b-gksp50vyyp],
    .mission-subtitulo[b-gksp50vyyp],
    .mission-detalhes p[b-gksp50vyyp],
    .mission-destaques li[b-gksp50vyyp] {
        text-align: center;
    }

    .mission-destaques[b-gksp50vyyp] {
        align-items: center;
    }

        .mission-destaques li[b-gksp50vyyp] {
            padding-left: 0;
        }

            .mission-destaques li[b-gksp50vyyp]::before {
                display: none;
            }

    .mission-tags[b-gksp50vyyp] {
        justify-content: center;
    }

    .mission-resumo[b-gksp50vyyp] {
        color: #B0B8C0;
        font-size: clamp(0.82rem, 3vw, 0.88rem);
        line-height: 1.5;
        margin-bottom: 1rem;
        text-align: left;
        /* Trunca visualmente em 2 linhas, mesmo que o texto seja maior */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    @media (max-width: 639px) {
        .mission-resumo[b-gksp50vyyp] {
            text-align: center;
        }
    }
}
/* /Components/Sections/ProjectsSection.razor.rz.scp.css */
.projects-section[b-9thqrrovv6] {
    padding: 3rem 1rem;
}

@media (min-width: 768px) {
    .projects-section[b-9thqrrovv6] {
        padding: 5rem 2rem;
    }
}

.categoria-tabs[b-9thqrrovv6] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin: 1.5rem 0 1.25rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
    .categoria-tabs[b-9thqrrovv6] {
        gap: 1.5rem;
        margin: 2rem 0 1.5rem;
    }
}

.cat-tab[b-9thqrrovv6] {
    background: none;
    border: none;
    padding: 0.6rem 0;
    color: #7c8aa5;
    font-size: clamp(0.7rem, 3vw, 0.8rem);
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    transition: color 0.2s ease;
}

    .cat-tab[b-9thqrrovv6]::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #4a7fff, #7c5cff);
        transition: width 0.25s ease;
    }

    .cat-tab:hover[b-9thqrrovv6] {
        color: #b8c2d4;
    }

    .cat-tab.ativo[b-9thqrrovv6] {
        color: #7cc4ff;
    }

        .cat-tab.ativo[b-9thqrrovv6]::after {
            width: 100%;
        }

.fase-pills[b-9thqrrovv6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .fase-pills[b-9thqrrovv6] {
        gap: 0.6rem;
        margin-bottom: 2rem;
    }
}

.fase-pill[b-9thqrrovv6] {
    padding: 0.45rem 0.85rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: #8a94a8;
    font-size: clamp(0.65rem, 2.8vw, 0.72rem);
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .fase-pill:hover[b-9thqrrovv6] {
        border-color: rgba(124, 196, 255, 0.4);
        color: #b8c2d4;
    }

    .fase-pill.ativo[b-9thqrrovv6] {
        background: linear-gradient(135deg, #4a7fff, #7c5cff);
        border-color: transparent;
        color: #fff;
    }


.projetos-grid[b-9thqrrovv6] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

@media (min-width: 640px) {
    .projetos-grid[b-9thqrrovv6] {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
        margin-top: 1.5rem;
    }
}
/* /Components/Sections/SkillsSection.razor.rz.scp.css */
.skills-section[b-s5xo03wmul] {
    padding: 4rem 1.25rem;
}

@media (min-width: 768px) {
    .skills-section[b-s5xo03wmul] {
        padding: 5rem 2rem;
    }
}

.section-titulo[b-s5xo03wmul] {
    font-size: clamp(1.5rem, 5vw, 2rem);
    position: relative;
    padding-bottom: 0.6rem;
    margin-bottom: 0.5rem;
}

    .section-titulo[b-s5xo03wmul]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #4a7fff, #7c5cff);
    }

.section-subtitulo[b-s5xo03wmul] {
    color: #B0B8C0;
    margin-bottom: 2.5rem;
}

.skills-grid[b-s5xo03wmul] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.skill-card[b-s5xo03wmul] {
    padding: 1.5rem;
    border-radius: 12px;
    background: rgba(15, 18, 28, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.25s ease, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
    cursor: default;
}

    .skill-card:hover[b-s5xo03wmul] {
        border-color: #4a7fff;
        transform: translateY(-4px);
        box-shadow: 0 0 24px rgba(74, 127, 255, 0.25);
    }

.skill-icone[b-s5xo03wmul] {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(74, 127, 255, 0.12);
    color: #7cc4ff;
    margin-bottom: 1rem;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.skill-card:hover .skill-icone[b-s5xo03wmul] {
    background: linear-gradient(135deg, #4a7fff, #7c5cff);
    color: #fff;
    transform: scale(1.1) rotate(-4deg);
}

.skill-card h3[b-s5xo03wmul] {
    color: #f2f5fa;
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
    font-family: 'Orbitron', sans-serif;
}

.skill-card p[b-s5xo03wmul] {
    color: #8a94a8;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}
/* /Components/Sections/TimelineSection.razor.rz.scp.css */
.timeline-section[b-6cdz2xv385] {
    padding: 4rem 1.25rem;
}

@media (min-width: 768px) {
    .timeline-section[b-6cdz2xv385] {
        padding: 5rem 2rem;
    }
}

.timeline-label[b-6cdz2xv385] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #7cc4ff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}

.timeline-label-icone[b-6cdz2xv385] {
    font-size: 1rem;
}

.timeline-trilho[b-6cdz2xv385] {
    position: relative;
    padding-left: 2rem;
}

    /* A linha vertical em si — o "circuito" ligando um marco ao outro */
    .timeline-trilho[b-6cdz2xv385]::before {
        content: '';
        position: absolute;
        left: 11px;
        top: 8px;
        bottom: 8px;
        width: 2px;
        background: linear-gradient(180deg, #4a7fff, #7c5cff, rgba(124, 92, 255, 0.15));
    }

.timeline-item[b-6cdz2xv385] {
    position: relative;
    margin-bottom: 1.5rem;
}

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

/* O "nó" — ponto brilhante na linha, marcando cada conquista */
.timeline-no[b-6cdz2xv385] {
    position: absolute;
    left: -2rem;
    top: 1.4rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #05070d;
    border: 2px solid #4a7fff;
    box-shadow: 0 0 0 4px rgba(74, 127, 255, 0.15);
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.timeline-item:hover .timeline-no[b-6cdz2xv385] {
    border-color: #7cc4ff;
    box-shadow: 0 0 0 6px rgba(124, 196, 255, 0.25), 0 0 16px rgba(124, 196, 255, 0.6);
    transform: scale(1.15);
}

.timeline-card[b-6cdz2xv385] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    background: rgba(15, 18, 28, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.25s ease, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
}

.timeline-item:hover .timeline-card[b-6cdz2xv385] {
    border-color: #4a7fff;
    transform: translateX(6px);
    box-shadow: 0 0 24px rgba(74, 127, 255, 0.2);
}

.timeline-icone[b-6cdz2xv385] {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(74, 127, 255, 0.12);
    color: #7cc4ff;
}

.timeline-conteudo h3[b-6cdz2xv385] {
    font-family: 'Orbitron', sans-serif;
    color: #f2f5fa;
    font-size: clamp(0.9rem, 3vw, 1rem);
    margin: 0 0 0.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
}

.timeline-ano[b-6cdz2xv385] {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #7cc4ff;
}

.timeline-conteudo p[b-6cdz2xv385] {
    color: #8a94a8;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
}
/* /Layout/Footer.razor.rz.scp.css */
.footer[b-t7zlkvow1a] {
    padding: 2rem 1.25rem 1.5rem;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .footer[b-t7zlkvow1a] {
        padding: 2.5rem 2rem 1.75rem;
    }
}

.footer-linha[b-t7zlkvow1a] {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(124, 196, 255, 0.3), transparent);
    margin-bottom: 1.5rem;
}

.footer-conteudo[b-t7zlkvow1a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .footer-conteudo[b-t7zlkvow1a] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
}

.footer-assinatura[b-t7zlkvow1a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #8a94a8;
    font-size: clamp(0.75rem, 2.8vw, 0.82rem);
}

    .footer-assinatura strong[b-t7zlkvow1a] {
        color: #b8c2d4;
        font-weight: 600;
    }

.footer-prompt[b-t7zlkvow1a] {
    font-family: 'Orbitron', monospace;
    color: #7cc4ff;
    font-weight: 700;
}

.footer-stack[b-t7zlkvow1a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .footer-stack[b-t7zlkvow1a] {
        align-items: flex-end;
    }
}

.footer-stack-label[b-t7zlkvow1a] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #7c8aa5;
}

.footer-stack-tags[b-t7zlkvow1a] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
}

@media (min-width: 768px) {
    .footer-stack-tags[b-t7zlkvow1a] {
        justify-content: flex-end;
    }
}

.stack-tag[b-t7zlkvow1a] {
    padding: 0.25rem 0.6rem;
    background: rgba(74, 127, 255, 0.08);
    border: 1px solid rgba(124, 196, 255, 0.25);
    border-radius: 6px;
    font-size: 0.68rem;
    font-weight: 600;
    color: #7cc4ff;
    letter-spacing: 0.2px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-wz6u3xac4n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wz6u3xac4n] {
    flex: 1;
}

.sidebar[b-wz6u3xac4n] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wz6u3xac4n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

    .top-row[b-wz6u3xac4n]  a:hover, .top-row[b-wz6u3xac4n]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wz6u3xac4n]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wz6u3xac4n] {
        justify-content: space-between;
    }

    .top-row[b-wz6u3xac4n]  a, .top-row[b-wz6u3xac4n]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wz6u3xac4n] {
        flex-direction: row;
    }

    .sidebar[b-wz6u3xac4n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wz6u3xac4n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

    .top-row[b-wz6u3xac4n], article[b-wz6u3xac4n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavBar.razor.rz.scp.css */
.navbar[b-u57jtefdlu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.25rem;
    gap: 0.75rem;
    position: sticky;
    top: 0;
    background: rgba(10, 12, 20, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(120, 200, 255, 0.15);
    z-index: 100;
}

@media (min-width: 768px) {
    .navbar[b-u57jtefdlu] {
        flex-direction: row;
        justify-content: space-between;
        padding: 1rem 2rem;
    }
}

.navbar-brand[b-u57jtefdlu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    color: #e8ecf1;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: clamp(0.8rem, 3vw, 0.95rem);
}

.navbar-links[b-u57jtefdlu] {
    display: flex;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-links[b-u57jtefdlu] {
        gap: 2rem;
        width: auto;
        justify-content: flex-end;
    }
}

.navbar-links a[b-u57jtefdlu] {
    color: #a8b3c4;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: relative;
    transition: color 0.2s ease, transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
}

    .navbar-links a:hover[b-u57jtefdlu] {
        color: #7cc4ff;
        transform: scale(1.08);
        text-shadow: 0 0 12px rgba(124, 196, 255, 0.6);
    }

    .navbar-links a[b-u57jtefdlu]::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #4a7fff, #7c5cff);
        transition: width 0.25s ease;
    }

    .navbar-links a:hover[b-u57jtefdlu]::after {
        width: 100%;
    }
.lang-switcher[b-u57jtefdlu] {
    display: flex;
    gap: 0.4rem;
}

.lang-btn[b-u57jtefdlu] {
    padding: 0.35rem 0.6rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #8a94a8;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .lang-btn:hover[b-u57jtefdlu] {
        border-color: rgba(124, 196, 255, 0.4);
        color: #b8c2d4;
    }

    .lang-btn.ativo[b-u57jtefdlu] {
        background: linear-gradient(135deg, #4a7fff, #7c5cff);
        border-color: transparent;
        color: #fff;
    }
/* /Pages/Home.razor.rz.scp.css */
/* CSS for Home component */
.container-card[b-l68sunesd5] {
    display:grid; 
    gap:1rem; 
    grid-template-columns: repeat(2,1fr);
    padding:1rem;
}
