.project-section{max-width:1400px;margin:0 auto}.project-header{text-align:center;margin-bottom:4rem}.project-title{margin-bottom:2.5rem;font-size:2.5rem;font-weight:700}.project-subtitle{color:hsl(var(--muted-foreground));justify-content:center;align-items:center;max-width:600px;margin:2rem auto;font-size:1.125rem;display:flex}.category-filter-container{justify-content:center;align-items:center;margin-bottom:3rem;padding:0 1rem;display:flex}.category-filter-glass{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff2e;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem;transition:all .3s;display:inline-flex;box-shadow:0 8px 32px #0000001f}:root.dark .category-filter-glass{background:#ffffff0d;border-color:#ffffff1a}.category-tab{cursor:pointer;color:hsl(var(--foreground));text-align:center;background:0 0;border:none;outline:none;min-width:80px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;position:relative}.category-tab:hover{color:hsl(var(--primary));transform:translateY(-2px)}.category-tab:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.category-tab-active{color:hsl(var(--primary))}.category-tab-text{z-index:1;position:relative}@media (max-width:640px){.category-filter-glass{flex-wrap:wrap;gap:.25rem;padding:.375rem}.category-tab{min-width:70px;padding:.625rem 1rem;font-size:.8125rem}.category-filter-container{margin-bottom:2rem}}.project-carousel{width:100%;height:inherit;max-width:1400px;margin:0 auto}.carousel-item{justify-content:center;align-items:center;padding:.75rem;display:flex}@media (min-width:640px){.carousel-item{padding:1rem}}.project-card-wrapper{width:100%;max-width:450px;height:100%;margin:0 auto}.project-card{cursor:pointer;background-color:var(--card);width:100%;height:100%;color:var(--foreground);-webkit-backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:1.25rem;flex-direction:column;min-height:420px;max-height:420px;transition:all .3s;display:flex;overflow:hidden}.project-card-image{background:hsl(var(--muted));border-radius:1.25rem 1.25rem 0 0;width:100%;height:200px;padding:10px 10px 0;position:relative;overflow:hidden}.project-card-image img{object-fit:cover;border-radius:1rem;width:100%;height:100%;transition:transform .3s}.project-tech-stack{margin-bottom:.75rem;font-size:.8rem;font-weight:600;line-height:1.4;color:var(--muted-foreground)!important}.project-card:hover{border-color:hsl(var(--primary)/.5);transform:translateY(-8px);box-shadow:0 20px 40px #00000026}@media (min-width:1024px){.project-card-image{height:200px}}.project-card:hover .project-card-image img{transform:scale(1.05)}.project-hover-overlay{opacity:0;z-index:2;background:#0000004d;border-radius:1rem;justify-content:center;align-items:center;gap:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:10px 10px 0}.project-card:hover .project-hover-overlay{opacity:1}.project-icon-btn{background:hsl(var(--primary));color:wheat;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000004d}.project-icon-btn:hover{background:hsl(var(--primary)/.9);transform:scale(1.15);box-shadow:0 6px 20px #0006}.project-icon-btn:active{transform:scale(1.05)}.project-category-badge{background:var(--project-category-bg);color:var(--project-category-text);text-transform:uppercase;letter-spacing:.05em;z-index:3;border-radius:12px 12px 0 0;padding:.5rem 1.25rem;font-size:.75rem;font-weight:600;transition:all .3s;position:absolute;bottom:-.6rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.project-card:hover .project-category-badge{bottom:-.6rem}.project-card-title{color:hsl(var(--foreground));margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.project-tech-stack{color:hsl(var(--muted-foreground));margin-bottom:.75rem;font-size:.8rem;font-weight:500;line-height:1.4}.project-card-description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6}@media (max-width:768px){.project-section{padding:2rem 0}.project-header{margin-bottom:2.5rem}.project-title{font-size:2rem}.project-subtitle{font-size:1rem}.project-card-image{height:200px}.project-card-title{font-size:1.25rem}.project-icon-btn{width:2.5rem;height:2.5rem}.project-category-badge{padding:.375rem 1rem;font-size:.7rem}}@media (max-width:480px){.project-title{font-size:1.75rem}.project-subtitle{font-size:.875rem}.project-card-image{height:180px}.project-category-badge{padding:.25rem .75rem;font-size:.625rem}.project-icon-btn{width:2.25rem;height:2.25rem}.project-hover-overlay{gap:1rem}}
