html,body{margin:0;padding:0;height:100%}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;background-color:#000;color:#fff;font-family:Segoe UI,sans-serif;position:sticky;top:0;z-index:999;border-bottom:1px solid #111}.navbar-left{font-size:1.5rem;font-weight:700;cursor:pointer}.navbar-right{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.navbar-right li button{background:none;border:none;color:#e5e7eb;font-size:1rem;font-weight:600;cursor:pointer;transition:color .3s ease}.navbar-right li button:hover{color:#fff}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}@media (max-width: 768px){.navbar{flex-wrap:wrap}.menu-toggle{display:block}.navbar-right{position:absolute;top:100%;right:0;background:#000000d9;width:15%;display:none;flex-direction:column;align-items:flex-end;padding:1rem 2rem;z-index:998;border-radius:8px 0 8px 8px}.navbar-right.open{display:flex}.navbar-right li{width:100%}.navbar-right li button{width:100%;text-align:right;padding-left:1rem}}.projects-section{padding:5rem 2rem;background:linear-gradient(135deg,#000,#111);min-height:100vh;position:relative}.container{max-width:1200px;margin:0 auto}.section-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#fff;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.2rem;text-align:center;color:#888;margin-bottom:3rem;font-weight:300}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.project-card{background:#1a1a1a;border-radius:20px;overflow:hidden;transition:all .3s ease;border:1px solid #333;position:relative}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0006;border-color:#555}.project-card.featured{border:2px solid #444;background:linear-gradient(135deg,#1a1a1a,#222)}.project-image{position:relative;height:200px;overflow:hidden;background:#333}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;font-size:.9rem}.btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px)}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#fff3;transform:translateY(-2px)}.btn-outline{background:transparent;color:#007bff;border:2px solid #007bff}.btn-outline:hover{background:#007bff;color:#fff}.project-content{padding:1.5rem}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.project-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0;flex:1}.project-status{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;white-space:nowrap}.project-status.completed{background:#28a74533;color:#28a745;border:1px solid #28a745}.project-status.in-progress{background:#ffc10733;color:#ffc107;border:1px solid #ffc107}.project-description{color:#ccc;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#007bff1a;color:#007bff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid rgba(0,123,255,.3)}.view-all-projects{text-align:center;margin-top:3rem}@media (max-width: 768px){.projects-section{padding:3rem 1rem}.section-title{font-size:2.5rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-header{flex-direction:column;align-items:flex-start;gap:.5rem}.project-links{flex-direction:column;width:50%}.btn{justify-content:center}}.project-image img{background:linear-gradient(90deg,#333 25%,#444,#333 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.project-card{animation:fadeInUp .6s ease-out}.project-card:nth-child(1){animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-section{padding:5rem 2rem;background:linear-gradient(135deg,#000,#111);position:relative}.contact-container{max-width:900px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.1rem;color:#888;font-weight:300}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;color:#ccc;font-size:1rem}.contact-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#007bff1a;border-radius:50%;color:#007bff;flex-shrink:0}.contact-form{background:#1a1a1a;padding:2rem;border-radius:12px;border:1px solid #333}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:#fff;margin-bottom:.5rem;font-size:.9rem}.form-input,.form-textarea{width:100%;padding:.875rem 1rem;border:2px solid #333;border-radius:8px;font-size:1rem;font-family:inherit;background:#222;color:#fff;transition:all .3s ease;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#007bff;background:#2a2a2a;box-shadow:0 0 0 3px #007bff1a}.form-input::placeholder,.form-textarea::placeholder{color:#666}.form-textarea{min-height:120px;resize:vertical}.form-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:.875rem 2rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.form-button:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px);box-shadow:0 8px 20px #007bff4d}.form-button:active{transform:translateY(0)}.contact-form{animation:fadeInUp .6s ease forwards}.contact-info{animation:fadeInUp .6s ease forwards;animation-delay:.2s;opacity:0}.contact-item:nth-child(1){animation-delay:.3s}.contact-item:nth-child(2){animation-delay:.4s}@media (max-width: 768px){.contact-section{padding:3rem 1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info{order:2}.contact-form{padding:1.5rem}.section-title{font-size:2rem}.contact-item{display:none}.contact-icon{width:35px;height:35px}}.about-section{min-height:100vh;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;padding:5rem 1.5rem}.about-container{max-width:64rem;margin:0 auto;width:100%}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:3rem;font-weight:700;margin-bottom:2rem;color:#fff}@media (min-width: 768px){.about-title{font-size:3.75rem}}.about-divider{width:6rem;height:.25rem;background-color:#3b82f6;margin:0 auto 3rem}.about-content{display:grid;gap:3rem;align-items:center}@media (min-width: 768px){.about-content{grid-template-columns:1fr 1fr}}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-subtitle{font-size:1.5rem;font-weight:600;color:#e5e7eb;margin-bottom:1.5rem}.about-image-container{order:1}.about-text{order:2}@media (min-width: 768px){.about-subtitle{font-size:1.875rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.about-image-container,.about-text{order:initial}}.about-paragraph{font-size:1.125rem;color:#d1d5db;line-height:1.75}.skills-container{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.skill-tag{padding:.5rem 1rem;background-color:#1f2937;color:#60a5fa;border-radius:9999px;font-size:.875rem;font-weight:500;border:1px solid #374151}.about-image-container{position:relative}.profile-placeholder{width:100%;height:24rem;background-color:#111827;border-radius:.5rem;border:1px solid #1f2937;display:flex;align-items:center;justify-content:center}.profile-icon-wrapper{text-align:center}.profile-icon{width:8rem;height:8rem;background-color:#1f2937;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.profile-image{width:150px;height:150px;border-radius:50%;object-fit:cover;border:2px solid #ccc}.profile-text{color:#6b7280;font-size:.875rem}.decorative-circle-1{position:absolute;top:-1rem;right:-1rem;width:6rem;height:6rem;background-color:#3b82f6;border-radius:50%;opacity:.2}.decorative-circle-2{position:absolute;bottom:-1rem;left:-1rem;width:4rem;height:4rem;background-color:#3b82f6;border-radius:50%;opacity:.3}.current-work-section{margin-top:4rem;text-align:center}.current-work-title{font-size:1.25rem;font-weight:600;color:#e5e7eb;margin-bottom:2rem}.work-cards{display:grid;gap:2rem}@media (min-width: 768px){.work-cards{grid-template-columns:repeat(3,1fr)}}.work-card{background-color:#111827;padding:1.5rem;border-radius:.5rem;border:1px solid #1f2937;transition:border-color .3s ease}.work-card:hover{border-color:#3b82f6}.work-card-icon{width:3rem;height:3rem;background-color:#3b82f6;border-radius:.5rem;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.card-svg{width:1.5rem;height:1.5rem;color:#fff}.work-card-title{font-size:1.125rem;font-weight:500;color:#fff;margin-bottom:.5rem}.work-card-description{color:#9ca3af;font-size:.875rem}.home-container{background-color:#010102}html{scroll-behavior:smooth}.intro-section{text-align:center;margin-bottom:10rem;padding-top:6rem;padding-bottom:4rem;background-color:#010102;position:relative;overflow:hidden;min-height:70vh;display:flex;align-items:center;justify-content:center}.intro-content{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:0 2rem}.intro-title{font-size:3.5rem;font-weight:800;margin-bottom:1.25rem;color:#fff;animation:fadeInUp .6s ease forwards;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.intro-text{font-size:1.25rem;max-width:600px;margin:0 auto 2rem;line-height:1.6;color:#d1d5db;animation:fadeInUp .6s ease forwards;animation-delay:.2s;opacity:0}.intro-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;animation:fadeInUp .6s ease forwards;animation-delay:.4s;opacity:0}.cta-button{display:inline-flex;align-items:center;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.cta-button.primary{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.cta-button.primary:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px);box-shadow:0 8px 20px #007bff4d}.cta-button.secondary{background:transparent;color:#d1d5db;border-color:#444}.cta-button.secondary:hover{background:#ffffff1a;border-color:#666;transform:translateY(-2px)}.bg-decoration{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.decoration-circle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.03) 0%,transparent 70%);animation:float 6s ease-in-out infinite}.circle-1{width:200px;height:200px;top:10%;left:10%;animation-delay:0s}.circle-2{width:150px;height:150px;top:60%;right:15%;animation-delay:2s}.circle-3{width:100px;height:100px;bottom:20%;left:70%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-20px) rotate(180deg);opacity:.1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.intro-title{font-size:2.5rem}.intro-text{font-size:1.1rem}.intro-actions{flex-direction:column;align-items:center}.cta-button{width:200px;justify-content:center}.decoration-circle{display:none}}
