.portfolio-wrapper{background-color:#fff;min-height:100vh;padding:16px 0}.portfolio-header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.portfolio-container{margin:0 10px}.header-content{display:flex;justify-content:space-between;align-items:center}.header-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0}.header-info{display:flex;gap:16px;align-items:center}.project-count{color:#64748b;font-size:1rem}.hero-section{text-align:center;margin:48px 0}.hero-title{font-size:3.5rem;font-weight:800;color:#0f172a;margin:0 0 24px}.hero-description{color:#64748b;max-width:600px;margin:0 auto;font-weight:400;line-height:1.6;font-size:1.25rem}.filter-buttons{display:flex;gap:8px;margin-bottom:40px;overflow-x:auto;overflow-y:hidden;padding:8px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.filter-buttons::-webkit-scrollbar{display:none}.filter-buttons:after,.filter-buttons:before{content:"";flex-shrink:0;width:1px}@media (min-width:769px){.filter-buttons{justify-content:center;flex-wrap:wrap;overflow-x:visible}.filter-buttons:after,.filter-buttons:before{display:none}}.filter-btn{border-radius:50px;padding:8px 24px;text-transform:none;font-weight:500;font-size:.9rem;border:1px solid #cbd5e1;color:#64748b;background-color:transparent;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.filter-btn:hover{border-color:#8ee013;background-color:#f1f5f9}.filter-btn.active{color:#fff;border-color:#8ee013}.filter-btn.active,.filter-btn.active:hover{background-color:#8ee013}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:32px;gap:32px;margin-bottom:64px}@media (max-width:768px){.projects-grid{grid-template-columns:1fr;gap:24px}}.project-card{height:100%;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:all .3s ease;background-color:#fff;overflow:hidden}.project-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.project-image-wrapper{position:relative;overflow:hidden;height:250px}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image{transform:scale(1.02)}.category-badge{left:16px;background-color:#1e293b}.category-badge,.status-badge{position:absolute;top:16px;color:#fff;font-weight:500;font-size:.75rem;padding:4px 12px;border-radius:12px}.status-badge{right:16px;background-color:#10b981;display:flex;align-items:center;gap:4px}.project-content{padding:32px;display:flex;flex-direction:column}.project-title{font-weight:700;color:#0f172a;margin:0 0 16px;font-size:1.4rem;line-height:1.3}.project-description{color:#64748b;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.95rem}.project-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px;margin-top:10px}.project-tag{background-color:#f1f5f9;color:#64748b;font-size:.75rem;font-weight:500;border:1px solid #e2e8f0;padding:4px 12px;border-radius:12px}.btn,.project-actions{display:flex;gap:8px}.btn{flex:1 1;text-transform:none;font-weight:600;border-radius:8px;padding:12px 16px;text-decoration:none;align-items:center;justify-content:center;cursor:pointer;border:none;transition:all .3s ease}.btn-primary{color:#fff}.btn-primary,.btn-primary:hover{background-color:#8ee013}.btn-secondary{border:1px solid #cbd5e1;color:#64748b;background-color:transparent}.btn-secondary:hover{border-color:#8ee013;background-color:#f1f5f9}.empty-state{text-align:center;padding:80px 0}.empty-state svg{color:#cbd5e1;margin-bottom:16px}.empty-state h3{color:#64748b;margin:0 0 8px;font-size:1.25rem}.empty-state p{color:#94a3b8;margin:0}.stats-section{margin-top:64px;padding-top:48px;border-top:1px solid #e2e8f0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:32px;gap:32px;text-align:center}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:8px}.stat-label{color:#64748b;font-weight:500}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.project-content{padding:24px;height:auto}.projects-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.stat-number{font-size:2.5rem}}@media (max-width:480px){.portfolio-container{padding:0 16px}.header-title{font-size:1.5rem}.hero-title{font-size:2rem}.filter-buttons{gap:4px}.filter-btn{padding:6px 16px;font-size:.8rem}}