*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#020617;--bg-soft:#0f172a;--bg-card:#0f172a;--text:#e5e7eb;--text-soft:#9ca3af;--accent:#22c55e;--accent-secondary:#06b6d4;--border:#1f2937}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}section{text-align:center;padding:100px 20px}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700}h2{margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700}h3{font-size:1.25rem;font-weight:600}p{color:var(--text-soft);max-width:600px;margin:0 auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#1f2937;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}::selection{background:var(--accent);color:#000}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{margin-bottom:60px}.section-badge{color:var(--accent);background:#22c55e1a;border:1px solid #22c55e33;border-radius:50px;align-items:center;gap:8px;margin-bottom:16px;padding:8px 16px;font-size:.875rem;font-weight:500;display:inline-flex}.section-desc{color:var(--text-soft);max-width:600px;margin:0 auto;font-size:1.1rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.project-card-pro{border:1px solid var(--border);background:linear-gradient(145deg,#0f172a,#1e293b);border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.project-card-pro:hover{border-color:#22c55e4d;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d,0 0 60px #22c55e1a}.project-card-pro.featured{border-color:#22c55e66}.project-image-container{height:200px;position:relative;overflow:hidden}.project-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card-pro:hover .project-img{transform:scale(1.08)}.project-overlay{opacity:0;background:linear-gradient(#020617b3,#020617f2);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-overlay.active{opacity:1}.overlay-btn{background:var(--accent);color:#000;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.overlay-btn:hover{background:#16a34a;transform:scale(1.05)}.project-content{text-align:left;padding:24px}.project-content h3{color:#fff;margin-bottom:10px;font-size:1.3rem}.project-desc{color:var(--text-soft);max-width:none;margin:0 0 16px;font-size:.95rem;line-height:1.6}.tech-badges{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.tech-badge{border:1px solid;border-radius:50px;padding:4px 12px;font-size:.75rem;font-weight:500;transition:all .3s}.tech-badge:hover{transform:translateY(-2px)}.project-footer{border-top:1px solid var(--border);gap:12px;padding-top:16px;display:flex}.btn-github-pro,.btn-demo-pro{border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.btn-github-pro{color:#fff;background:#37415180;border:1px solid #4b556380}.btn-github-pro:hover{background:#4b5563cc;border-color:#4b5563cc}.btn-demo-pro{background:linear-gradient(135deg, var(--accent), #16a34a);color:#000}.btn-demo-pro:hover{transform:translateY(-2px);box-shadow:0 4px 20px #22c55e66}.btn-video-pro{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.btn-video-pro:hover{transform:translateY(-2px);box-shadow:0 4px 20px #ef444466}.featured-project{background:linear-gradient(145deg,#0f172a,#1e293b);border:1px solid #22c55e4d;border-radius:24px;max-width:1000px;margin:0 auto 60px;overflow:hidden;box-shadow:0 20px 50px #0006,0 0 80px #22c55e1a}.featured-header{border-bottom:1px solid var(--border);background:linear-gradient(90deg,#22c55e33,#06b6d433);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:16px 24px;display:flex}.featured-header h3{color:#fff;font-size:1.1rem;font-weight:600}.featured-badge{background:linear-gradient(135deg, var(--accent), #16a34a);color:#000;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:6px 14px;font-size:.75rem;font-weight:700}.featured-content{grid-template-columns:1fr 1fr;gap:0;display:grid}.featured-image-wrapper{overflow:hidden}.featured-img{object-fit:cover;width:100%;height:100%;min-height:280px;display:block}.featured-info{text-align:left;flex-direction:column;justify-content:center;padding:30px;display:flex}.featured-desc{color:var(--text-soft);max-width:none;margin-bottom:20px;font-size:.95rem;line-height:1.6}.featured-links{flex-direction:column;gap:12px;display:flex}.featured-links .btn-github-pro,.featured-links .btn-demo-pro{text-align:center;flex:none;justify-content:center}@media (width<=768px){.featured-content{grid-template-columns:1fr}.featured-img{min-height:200px}.featured-info{padding:20px}.featured-links{flex-flow:wrap}.featured-links .btn-github-pro,.featured-links .btn-demo-pro{flex:1;justify-content:center;min-width:120px}}@media (width<=480px){.featured-header{padding:12px 16px}.featured-header h3{font-size:1rem}.featured-links{flex-direction:column}.featured-links .btn-github-pro,.featured-links .btn-demo-pro{width:100%}}
