*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#333}.portfolio{scroll-behavior:smooth}.nav{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo h3{color:#6366f1;font-weight:700}.nav-menu{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#64748b;font-weight:500;cursor:pointer;transition:color .3s ease;padding:.5rem 0;position:relative}.nav-link:hover,.nav-link.active{color:#6366f1}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#6366f1}.nav-toggle{display:none;background:none;border:none;cursor:pointer;color:#64748b}.nav-mobile{display:none;flex-direction:column;background:#fff;border-top:1px solid #e2e8f0;padding:1rem 2rem}.nav-mobile-link{background:none;border:none;color:#64748b;font-weight:500;cursor:pointer;padding:1rem 0;text-align:left;transition:color .3s ease}.nav-mobile-link:hover{color:#6366f1}.dashboard{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden}.dashboard:before{content:"";position:absolute;inset:0;background:#0000001a}.dashboard-container{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.dashboard-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.highlight{color:#fbbf24}.dashboard-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;opacity:.9}.dashboard-description{font-size:1.1rem;margin-bottom:2rem;opacity:.8}.dashboard-buttons{display:flex;gap:1rem}.btn-primary{padding:.75rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:#fbbf24;color:#1f2937}.btn-primary:hover{background:#f59e0b;transform:translateY(-2px)}.dashboard-image{display:flex;justify-content:center;align-items:center}.dashboard-image-mobile{display:none}.dashboard-placeholder{width:300px;height:300px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0003}.profile-image{width:100%;height:100%;object-fit:cover}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1f2937}.about{background:#f8fafc}.about-content{max-width:800px;margin:0 auto}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#64748b}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat{text-align:center;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.stat h3{font-size:2rem;font-weight:700;color:#6366f1;margin-bottom:.5rem}.stat p{color:#64748b;font-weight:500}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);cursor:pointer;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto}.skill-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.skill-name{font-weight:600;color:#1f2937}.skill-percentage{color:#6366f1;font-weight:600}.skill-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:4px;transition:width .5s ease}.contact-content{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-text h3{font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.contact-text p{color:#64748b;margin-bottom:2rem}.contact-links{display:flex;flex-direction:column;gap:1rem}.contact-link{justify-content:center;display:flex;align-items:center;gap:.75rem;color:#64748b;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-link:hover{color:#6366f1}.projects{background:#f8fafc}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px #0000001a}.project-image{position:relative;height:200px;overflow:hidden}.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;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;gap:1rem}.project-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;color:#1f2937;border-radius:50%;text-decoration:none;transition:transform .3s ease}.project-link:hover{transform:scale(1.1)}.project-content{padding:1.5rem}.project-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}.project-description{color:#64748b;margin-bottom:1rem;line-height:1.6}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#e0e7ff;color:#6366f1;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.resume{background:#fff}.resume .section-title{margin-bottom:0}.resume .section-subtitle{display:block;text-align:center;margin-bottom:1.5rem}.resume-container{max-width:900px;margin:0 auto;padding:0 2rem}.resume-intro{max-width:650px;margin:0 auto 2rem;text-align:center;color:#64748b;font-size:1.05rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:999px;font-weight:600;font-size:.95rem;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:all .3s ease}.btn-outline{background:transparent;color:#6366f1;border-color:#6366f1}.btn-outline:hover{background:#eef2ff;border-color:#4f46e5;color:#4f46e5}.resume-actions{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.resume-preview{max-width:900px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 15px 35px #0f172a26;border:1px solid #e2e8f0;background:#0f172a}.resume-iframe{width:100%;height:70vh;border:none;display:block;background:#0f172a}@media (max-width: 768px){.nav-menu{display:none}.dashboard-image-mobile{display:flex;justify-content:center;align-items:center}.dashboard-image{display:none}.nav-toggle{display:block}.nav-mobile{display:flex}.dashboard-container{grid-template-columns:1fr;text-align:center;gap:2rem}.dashboard-title{font-size:2.5rem}.dashboard-buttons{justify-content:center;flex-wrap:wrap}.dashboard-placeholder{width:250px;height:250px}.section-title{font-size:2rem}.scroll-indicator{display:none}.about-stats{grid-template-columns:1fr;gap:1rem}.about-text p{text-align:center}.skills-grid,.projects-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.dashboard-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:200px;text-align:center}.resume-container{padding:0 1.5rem}.resume-actions{flex-direction:column;align-items:stretch;gap:.75rem}.resume-actions .btn{width:100%}.resume-iframe{height:60vh}}@media (max-width: 480px){.nav-container,.container{padding:0 1rem}.dashboard-container{padding:1rem}.dashboard-title{font-size:2rem}.dashboard-subtitle{font-size:1.25rem}section{padding:3rem 0}.projects-grid{grid-template-columns:1fr}.project-card{margin:0 .5rem}.resume-container{padding:0 1rem}.resume-iframe{height:55vh}.resume-intro{font-size:.95rem}}
