:root{--bg-primary:#0d1117;--bg-secondary:#161b22;--bg-tertiary:#21262d;--text-primary:#e6edf3;--text-secondary:#8b949e;--text-muted:#6e7681;--accent-primary:#58a6ff;--accent-secondary:#3fb950;--border-color:#30363d;--shadow-color:#0006;--font-sans:"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"Fira Code","Consolas",monospace}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:var(--accent-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-secondary);text-decoration:underline}h1,h2,h3,h4,h5,h6{color:var(--text-primary);margin-bottom:.5em;line-height:1.3}p{margin-bottom:1rem}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.5rem}.resume-container{max-width:900px;margin:0 auto;padding:2rem}.resume-header{background:linear-gradient(135deg,var(--bg-secondary)0%,var(--bg-tertiary)100%);border:1px solid var(--border-color);box-shadow:0 4px 20px var(--shadow-color);border-radius:12px;margin-bottom:2rem;padding:2.5rem}.resume-header h1{background:linear-gradient(90deg,var(--text-primary),var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2.5rem}.resume-header .title{color:var(--accent-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:500}.contact-info{color:var(--text-secondary);flex-wrap:wrap;gap:1.5rem;font-size:.95rem;display:flex}.contact-item{align-items:center;gap:.5rem;display:flex}.contact-item svg{width:18px;height:18px;fill:var(--accent-primary)}.resume-section{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;margin-bottom:1.5rem;padding:1.75rem;transition:transform .2s,box-shadow .2s}.resume-section:hover{box-shadow:0 6px 20px var(--shadow-color);transform:translateY(-2px)}.section-title{color:var(--accent-primary);border-bottom:2px solid var(--border-color);align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.35rem;display:flex}.section-title svg{width:24px;height:24px;fill:var(--accent-primary)}.summary-text{color:var(--text-secondary);font-size:1rem;line-height:1.8}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.skill-category h4{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{background-color:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:20px;padding:.35rem .75rem;font-size:.85rem;transition:all .2s}.skill-tag:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.experience-item{border-bottom:1px solid var(--border-color);margin-bottom:1.75rem;padding-bottom:1.75rem}.experience-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.experience-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.experience-header h3{color:var(--text-primary);margin-bottom:0;font-size:1.15rem}.company-name{color:var(--accent-primary);font-weight:500}.experience-date{color:var(--text-muted);white-space:nowrap;font-size:.9rem}.experience-location{color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem}.experience-description{color:var(--text-secondary)}.experience-description ul{margin-top:.5rem}.education-item{margin-bottom:1.25rem}.education-item:last-child{margin-bottom:0}.education-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.degree{color:var(--text-primary);font-size:1.1rem;font-weight:600}.institution{color:var(--accent-primary);font-size:1rem}.education-date{color:var(--text-muted);font-size:.9rem}.education-details{color:var(--text-secondary);margin-top:.5rem;font-size:.95rem}.project-item{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;padding:1.25rem;transition:border-color .2s}.project-item:hover{border-color:var(--accent-primary)}.project-item:last-child{margin-bottom:0}.project-item h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem}.project-item p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.95rem}.project-tech{flex-wrap:wrap;gap:.5rem;display:flex}.tech-tag{background-color:var(--bg-secondary);color:var(--accent-secondary);font-size:.8rem;font-family:var(--font-mono);border-radius:4px;padding:.25rem .6rem}.resume-footer{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}@media (max-width:768px){.resume-container{padding:1rem}.resume-header{padding:1.5rem}.resume-header h1{font-size:2rem}.contact-info{flex-direction:column;gap:.75rem}.resume-section{padding:1.25rem}.experience-header,.education-header{flex-direction:column;gap:.25rem}.skills-grid{grid-template-columns:1fr}}@media (max-width:480px){.resume-header h1{font-size:1.75rem}.section-title{font-size:1.15rem}}
