.Projetos_projetosSection__snBvr{background-color:var(--color-bg);color:var(--color-text);transition:background-color .3s,color .3s}html.dark .Projetos_projetosSection__snBvr{background-color:var(--color-bg-dark);color:var(--color-text-dark)}.Projetos_titulo__r8PnT{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center;color:var(--color-primary)}.Projetos_grid__9Rk98{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.Projetos_card__Ax5BF{padding:1.5rem;border-radius:1rem;background-color:#f9fafb;color:inherit;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e5e7eb}.Projetos_card__Ax5BF:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1);border-color:var(--color-primary)}.Projetos_card__Ax5BF h2{font-size:1.25rem;margin-bottom:.5rem;color:var(--color-primary)}.Projetos_card__Ax5BF p{font-size:1rem;color:var(--color-secondary)}html.dark .Projetos_card__Ax5BF{background-color:#1e293b;border-color:#334155}html.dark .Projetos_card__Ax5BF h2{color:var(--color-primary-dark)}html.dark .Projetos_card__Ax5BF p{color:var(--color-secondary-dark)}.Projetos_image__rMyFV{width:100%;height:180px;object-fit:cover;border-radius:.5rem;margin-bottom:1rem}.Projetos_techList__mKbQV{display:flex;flex-wrap:wrap;gap:.5rem;margin-block:1rem;font-size:.875rem;color:var(--color-secondary)}.Projetos_techList__mKbQV li{background-color:#e5e7eb;padding:.3rem .6rem;border-radius:.375rem}html.dark .Projetos_techList__mKbQV li{background-color:#334155;color:var(--color-secondary-dark)}.Projetos_buttons__konon{display:flex;gap:1rem;margin-top:1rem}.Projetos_buttons__konon a{padding:.5rem 1rem;border-radius:.5rem;background-color:var(--color-primary);color:white;font-size:.875rem;transition:background-color .2s}.Projetos_buttons__konon a:hover{background-color:#1d4ed8}