.PortfolioComponent_portfolioContainer__FuFsv{padding:2rem;text-align:center;background-color:var(--background);color:var(--foreground)}.PortfolioComponent_filterButtons__mINnE{margin-bottom:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.PortfolioComponent_filterButton__ZvZgN{background-color:var(--button-background);color:var(--button-foreground);border:1px solid var(--button-background);padding:10px 15px;border-radius:4px;cursor:pointer;transition:background .3s,color .3s;font-size:1rem}.PortfolioComponent_active__RstcA,.PortfolioComponent_filterButton__ZvZgN:focus,.PortfolioComponent_filterButton__ZvZgN:hover{background-color:var(--button-hover-background);color:var(--button-hover-foreground)}.PortfolioComponent_portfolioGrid__dlETy{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.PortfolioComponent_portfolioItem__utHvV{background-color:var(--card-background);border-radius:8px;overflow:hidden;transition:transform .3s ease-in-out}.PortfolioComponent_portfolioItem__utHvV:hover{transform:scale(1.03)}.PortfolioComponent_portfolioImage__W489P{width:100%;height:auto;object-fit:cover;max-width:300px;max-height:300px}.PortfolioComponent_portfolioItemCaption__pMq7G{padding:1rem;font-size:1.1rem;font-weight:700;color:var(--foreground)}@media (max-width:768px){.PortfolioComponent_portfolioGrid__dlETy{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.PortfolioComponent_filterButton__ZvZgN{font-size:.9rem;padding:8px 12px}}@media (max-width:480px){.PortfolioComponent_portfolioGrid__dlETy{grid-template-columns:1fr}.PortfolioComponent_filterButton__ZvZgN{font-size:.85rem;padding:7px 10px}.PortfolioComponent_portfolioItemCaption__pMq7G{font-size:1rem}}