@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--dark-bg: #0f172a;--card-bg: #1e293b;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--border-color: #334155}body{font-family:Inter,sans-serif;background:var(--dark-bg);color:var(--text-primary);line-height:1.6}.App{min-height:100vh;background:var(--dark-bg)}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.header{background:var(--card-bg);border-radius:8px;padding:2rem;margin-bottom:2rem;border:1px solid var(--border-color)}.top-bar{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color);margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.hire-btn{background:var(--primary-color);color:#fff;padding:.625rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:500;font-size:.9rem}.hire-btn:hover{opacity:.9}.social-list{list-style:none;display:flex;gap:.75rem}.social-list a,.social-link{color:var(--text-secondary);font-size:1.25rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;background:#6366f11a;border:none;cursor:pointer}.social-list a:hover,.social-link:hover{color:var(--primary-color);background:#6366f126}.download-cv-icon{background:#10b9811a}.download-cv-icon:hover{color:#10b981;background:#10b98126}.profile-section{text-align:center}.profile-pic{width:150px;height:150px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid var(--primary-color)}.name{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.role{font-size:1.25rem;color:var(--primary-color);margin-bottom:1.5rem;font-weight:500}.contact-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem}.contact-item .icon{color:var(--primary-color)}.main-content{display:block}.content-grid{display:grid;grid-template-columns:1fr 350px;gap:2rem}.main-column,.sidebar{min-width:0}.section{background:var(--card-bg);border-radius:8px;padding:1.5rem;border:1px solid var(--border-color)}.section-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary-color)}.section-icon{color:var(--primary-color);font-size:1.25rem}.section-divider{border:none;height:2rem}.about-content p{margin-bottom:1rem;color:var(--text-secondary);line-height:1.7}.about-content p:last-child{margin-bottom:0}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:6px;top:1.75rem;bottom:2rem;width:2px;background:var(--border-color)}.timeline-item{position:relative;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.timeline-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.timeline-item:before{content:"";position:absolute;left:-2rem;top:1.75rem;width:12px;height:12px;border-radius:50%;background:var(--primary-color);border:3px solid var(--card-bg);box-shadow:0 0 0 2px var(--primary-color);z-index:1}.timeline-header{margin-bottom:.75rem}.timeline-meta{display:flex;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.period{color:var(--text-muted);font-size:.85rem;font-weight:500}.company{color:var(--primary-color);font-size:.85rem;font-weight:600}.position-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.location{color:var(--text-muted);font-size:.85rem;margin-top:.25rem}.timeline-content ul{list-style:none;margin-top:.75rem}.timeline-content li{color:var(--text-secondary);margin-bottom:.5rem;padding-left:1.25rem;position:relative;font-size:.9rem}.timeline-content li:before{content:"•";position:absolute;left:0;color:var(--primary-color)}.projects-grid{display:grid;gap:1.5rem}.project-card{background:#1e293b80;border:1px solid var(--border-color);border-radius:6px;padding:1.5rem}.project-card:hover{border-color:var(--primary-color)}.project-header{margin-bottom:1rem}.project-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.project-title a{color:var(--primary-color);text-decoration:none}.project-title a:hover{text-decoration:underline}.project-description{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.project-content{display:flex;flex-direction:column;gap:1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-badge{display:inline-block;padding:.25rem .625rem;background:#6366f126;color:var(--primary-color);border-radius:3px;font-size:.75rem;font-weight:500;border:1px solid rgba(99,102,241,.3)}.project-highlights{list-style:none;display:flex;flex-direction:column;gap:.5rem}.project-highlights li{padding-left:1.25rem;position:relative;color:var(--text-secondary);font-size:.85rem;line-height:1.5}.project-highlights li:before{content:"•";position:absolute;left:0;color:var(--primary-color)}.skills-container{display:flex;flex-direction:column;gap:2rem}.skills-grid{display:grid;gap:1.5rem}.skill-category h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.skill-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-item{background:#6366f11a;color:var(--text-secondary);padding:.5rem .875rem;border-radius:4px;font-size:.85rem;border:1px solid rgba(99,102,241,.2)}.tech-skills-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.tech-skills-list .skill-item{background:none;border:none;padding:0}.skill-name{font-size:.85rem;color:var(--text-secondary);margin-bottom:.5rem}.progress-bar{height:6px;background:#6366f11a;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--primary-color);border-radius:3px}.soft-skills-list{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.soft-skills-list .skill-badge{display:inline-block;padding:.5rem .875rem;background:#6366f11a;color:var(--text-secondary);border-radius:4px;font-size:.85rem;border:1px solid rgba(99,102,241,.2)}.education-container{display:flex;flex-direction:column;gap:2rem}.education-list{display:flex;flex-direction:column;gap:1.5rem}.education-item{padding:1rem;background:#1e293b80;border-left:3px solid var(--primary-color);border-radius:4px}.degree{font-weight:600;color:var(--text-primary);margin-bottom:.25rem;font-size:.9rem}.institution{color:var(--primary-color);font-weight:500;font-size:.85rem;margin-bottom:.25rem}.field{color:var(--text-secondary);font-size:.8rem;margin-bottom:.25rem}.period{color:var(--text-muted);font-size:.8rem}.edu-period{color:var(--text-muted);font-size:.85rem}.certifications-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.cert-badge{display:inline-block;padding:.5rem 1rem;background:#8b5cf626;border-left:3px solid var(--primary-color);border-radius:4px;color:var(--text-primary);font-size:.9rem}.languages-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.language-item{display:flex;flex-direction:column;gap:.5rem}.language-header{display:flex;justify-content:space-between;align-items:center}.language-name{font-weight:500;color:var(--text-primary);font-size:.9rem}.proficiency{font-size:.75rem;color:var(--text-muted)}.language-level{display:flex;gap:3px}.level-indicator{height:6px;width:100%;background:#6366f11a;border-radius:2px}.level-indicator.filled{background:var(--primary-color)}@media(max-width:968px){.content-grid{grid-template-columns:1fr}}@media(max-width:640px){.container{padding:1rem}.header{padding:1.5rem}.name{font-size:1.75rem}.role{font-size:1.1rem}.contact-info{flex-direction:column;gap:.75rem}.section{padding:1.25rem}.section-title{font-size:1.25rem}.timeline{padding-left:1.5rem}.social-list{gap:.5rem}.social-list a,.social-link{width:32px;height:32px;font-size:1rem}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--dark-bg)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#7c3aed}
