*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.navigation{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;border-bottom:1px solid #e5e7eb;padding:1rem 0}.nav-container{max-width:900px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.25rem;font-weight:700;color:#1f2937;text-decoration:none;transition:color .2s}.nav-logo:hover{color:#3b82f6}.nav-links{display:flex;gap:2rem}.nav-links a{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s;position:relative}.nav-links a:hover{color:#1f2937}.nav-links a.active{color:#3b82f6}.nav-links a.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#3b82f6}@media(max-width:640px){.nav-container{padding:0 1rem}.nav-links{gap:1rem}.nav-links a{font-size:.9rem}}.home{max-width:900px;margin:0 auto;padding:0 2rem 4rem}.hero{padding:4rem 0;border-bottom:1px solid #e5e7eb;margin-bottom:3rem;display:flex;align-items:center;gap:3rem}.hero-image-container{flex-shrink:0}.hero-image{width:280px;height:280px;border-radius:50%;object-fit:cover;border:4px solid #3b82f6;box-shadow:0 4px 12px #0000001a}.hero-content{flex:1}.hero-content h1{font-size:2.5rem;color:#1f2937;margin-bottom:1rem;font-weight:800}.hero-subtitle{font-size:1.25rem;color:#6b7280;line-height:1.6}.section{margin-bottom:4rem}.section h2{font-size:1.875rem;color:#1f2937;margin-bottom:2rem;font-weight:700}.experience-grid,.education-grid{display:flex;flex-direction:column;gap:2rem}.experience-item,.education-item{padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s}.experience-item:hover,.education-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.experience-header,.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;flex-wrap:wrap;gap:1rem}.experience-item h3,.education-item h3{font-size:1.25rem;color:#1f2937;margin-bottom:.25rem;font-weight:600}.company,.institution{color:#3b82f6;font-weight:500}.location{color:#6b7280;font-size:.95rem;font-weight:400;margin-top:.25rem}.date{color:#6b7280;font-size:.9rem;white-space:nowrap}.description{color:#4b5563;line-height:1.6;margin-bottom:1rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.85rem;font-weight:500}.hobbies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.hobby-item{padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s}.hobby-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.hobby-item h3{font-size:1.125rem;color:#1f2937;margin-bottom:.5rem;font-weight:600}.hobby-item p{color:#4b5563;line-height:1.6}.hobby-item p a{color:#3b82f6;text-decoration:underline;transition:color .2s}.hobby-item p a:hover{color:#2563eb}@media(max-width:640px){.home{padding:0 1rem 2rem}.hero{padding:2rem 0;flex-direction:column;text-align:center;gap:2rem}.hero-image{width:200px;height:200px}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.125rem}.section h2{font-size:1.5rem}.experience-header,.education-header{flex-direction:column;align-items:flex-start}.hobbies-grid{grid-template-columns:1fr}}.resume{max-width:900px;margin:0 auto;padding:2rem 2rem 4rem;background:#fff}.resume-header{text-align:center;padding:2rem 0 3rem;border-bottom:2px solid #e5e7eb;margin-bottom:2rem}.resume-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem;font-weight:800}.resume-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:1rem}.resume-contact-info{color:#6b7280;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;font-size:.95rem}.resume-section{margin-bottom:2.5rem}.resume-section h2{font-size:1.5rem;color:#1f2937;margin-bottom:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #3b82f6;padding-bottom:.5rem}.resume-section>p{color:#4b5563;line-height:1.7}.resume-item{margin-bottom:2rem}.resume-item:last-child{margin-bottom:0}.resume-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.resume-item h3{font-size:1.25rem;color:#1f2937;margin-bottom:.25rem;font-weight:600}.resume-company{color:#3b82f6;font-weight:500;font-size:1rem}.resume-date{color:#6b7280;font-weight:500;white-space:nowrap}.resume-list{list-style:none;padding-left:0;color:#4b5563;line-height:1.7}.resume-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.resume-list li:before{content:"▹";position:absolute;left:0;color:#3b82f6;font-weight:700}.skills-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.skill-category{background:#f9fafb;padding:1.25rem;border-radius:8px;border:1px solid #e5e7eb}.skill-category h4{color:#1f2937;font-size:1rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem}.skill-category p{color:#4b5563;line-height:1.6}.download-section{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.download-button{background:#3b82f6;color:#fff;padding:.875rem 2rem;border-radius:8px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.download-button:hover{background:#2563eb;transform:translateY(-2px)}.download-button:active{transform:translateY(0)}@media(max-width:640px){.resume{padding:1rem 1rem 2rem}.resume-header h1{font-size:2rem}.resume-subtitle{font-size:1.125rem}.resume-contact-info{flex-direction:column;gap:.25rem}.resume-contact-info span:nth-child(2),.resume-contact-info span:nth-child(4){display:none}.resume-item-header{flex-direction:column}.skills-container{grid-template-columns:1fr}}.contact{max-width:1100px;margin:0 auto;padding:2rem 2rem 4rem}.contact-header{text-align:center;padding:2rem 0 3rem;max-width:700px;margin:0 auto}.contact-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:1rem;font-weight:800}.contact-subtitle{font-size:1.125rem;color:#6b7280;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-top:2rem}.contact-info h2,.contact-form-container h2{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem;font-weight:700}.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s}.contact-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.contact-icon{font-size:1.5rem;min-width:40px;display:flex;align-items:center;justify-content:center}.contact-item h3{font-size:1rem;color:#1f2937;margin-bottom:.25rem;font-weight:600}.contact-item a{color:#3b82f6;text-decoration:none;transition:color .2s;word-break:break-word}.contact-item a:hover{color:#2563eb;text-decoration:underline}.contact-form-container{background:#f9fafb;padding:2rem;border-radius:12px;border:1px solid #e5e7eb}.success-message{background:#10b981;color:#fff;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-weight:500}.error-message{background:#ef4444;color:#fff;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-weight:500}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#1f2937;font-weight:600;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:#3b82f6;color:#fff;padding:.875rem 2rem;border-radius:8px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s;margin-top:.5rem}.submit-button:hover{background:#2563eb;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}@media(max-width:768px){.contact{padding:1rem 1rem 2rem}.contact-header h1{font-size:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form-container{padding:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column;background:#fff}.main-content{flex:1;padding-top:1rem}.footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:2rem;text-align:center;margin-top:4rem}.footer p{color:#6b7280;font-size:.9rem;margin:0}
