.download-pdf-button{position:fixed;top:2rem;right:2rem;z-index:100;display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--primary-500) 0%,var(--primary-600) 100%);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 14px #0d948840,0 8px 20px -4px #0003;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.download-pdf-button svg{flex-shrink:0}.download-pdf-button:hover{background:linear-gradient(135deg,var(--primary-600) 0%,var(--primary-700) 100%);transform:translateY(-2px);box-shadow:0 8px 25px #0d948866,0 12px 30px -4px #0000004d}.download-pdf-button:active{transform:translateY(0)}.resume-container{max-width:1200px;margin:0 auto;padding:3rem;background:var(--gray-50);color:var(--gray-800);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7;position:relative;z-index:10;border-radius:24px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;margin-top:2rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);animation:slideUp .8s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.resume-header{text-align:center;margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-200);position:relative}.resume-header:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--primary-500),var(--accent-500));border-radius:2px}.header-right,.contact-info-print{display:none}.name{font-family:var(--font-display);font-size:3.5rem;font-weight:600;color:var(--gray-900);margin:0 0 .5rem;letter-spacing:-.01em;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .2s both}.title{font-size:1.5rem;font-weight:500;color:var(--primary-700);margin:0 0 2rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .4s both}.contact-info{display:flex;justify-content:center;gap:2.5rem;margin-bottom:2rem;flex-wrap:wrap;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .6s both}.contact-info span,.contact-info .contact-link{color:var(--gray-600);font-weight:500;padding:.5rem 1rem;background:var(--gray-100);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-block}.contact-info .contact-link:hover,.contact-info span:hover{background:var(--primary-100);color:var(--primary-700);transform:translateY(-2px)}.contact-info-print .contact-line{display:none}.summary{font-size:1.2rem;color:var(--gray-700);max-width:800px;margin:0 auto;text-align:center;line-height:1.8;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .8s both}.summary-print{display:none}.links-section{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) 1s both}.social-link{color:var(--gray-700);text-decoration:none;font-weight:600;padding:.75rem 1.5rem;background:var(--gray-100);border-radius:12px;border:2px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem}.social-link:hover{color:#fff;background:var(--primary-600);border-color:var(--primary-600);transform:translateY(-3px);box-shadow:0 8px 15px #0d94884d}.social-link:active{transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.resume-section{margin-bottom:4rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) both}.resume-section:nth-child(2){animation-delay:.1s}.resume-section:nth-child(3){animation-delay:.2s}.resume-section:nth-child(4){animation-delay:.3s}.resume-section:nth-child(5){animation-delay:.4s}.section-title{font-family:var(--font-display);font-size:1.9rem;font-weight:600;color:var(--gray-900);margin-bottom:2rem;padding-bottom:.75rem;display:inline-block;position:relative}.section-title:before{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--primary-500),var(--accent-500));border-radius:2px}.experience-item{margin-bottom:2.5rem;padding:2rem;background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);border-radius:16px;border-left:4px solid var(--primary-500);box-shadow:0 4px 6px -1px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.experience-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--primary-500) 0%,var(--accent-500) 100%);transition:width .3s cubic-bezier(.4,0,.2,1)}.experience-item:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.experience-item:hover:before{width:8px}.job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.job-title{font-size:1.4rem;font-weight:700;color:var(--gray-900);margin:0;line-height:1.3}.company{font-size:1.1rem;font-weight:600;color:var(--primary-600);background:var(--primary-50);padding:.25rem .75rem;border-radius:8px}.duration{font-size:1rem;color:var(--gray-600);font-weight:500;background:var(--gray-100);padding:.25rem .75rem;border-radius:8px}.job-description{margin-bottom:1.5rem;color:var(--gray-700);font-size:1.1rem;line-height:1.6}.achievements{list-style:none;padding:0;margin:0}.achievements li{position:relative;padding-left:2rem;margin-bottom:.75rem;color:var(--gray-700);line-height:1.6;transition:all .3s cubic-bezier(.4,0,.2,1)}.achievements li:hover{color:var(--gray-900);transform:translate(4px)}.achievements li:before{content:"→";position:absolute;left:0;color:var(--primary-500);font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.achievements li:hover:before{color:var(--accent-500);transform:translate(4px)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.skill-category{background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--gray-200)}.skill-category:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.skill-category h3{font-size:1.3rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem;text-align:center;position:relative}.skill-category h3:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:40px;height:3px;background:linear-gradient(90deg,var(--primary-500),var(--accent-500));border-radius:2px}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.skill-tag{background:var(--primary-50);color:var(--primary-800);padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600;border:1px solid var(--primary-200);transition:all .3s cubic-bezier(.4,0,.2,1)}.skill-tag:hover{background:var(--primary-600);color:#fff;border-color:var(--primary-600);transform:translateY(-2px);box-shadow:0 8px 15px #0d948866}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.project-card{background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);padding:2rem;border-radius:20px;border:1px solid var(--gray-200);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.project-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary-500),var(--accent-500));transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1)}.project-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000040}.project-card:hover:before{transform:scaleX(1)}.project-name{font-size:1.4rem;font-weight:700;color:var(--gray-900);margin:0 0 1rem;line-height:1.3}.project-description{color:var(--gray-700);margin-bottom:1.5rem;line-height:1.6;font-size:1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.tech-tag{background:linear-gradient(135deg,var(--gray-200) 0%,var(--gray-300) 100%);color:var(--gray-700);padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--gray-300)}.tech-tag:hover{background:linear-gradient(135deg,var(--primary-100) 0%,var(--primary-200) 100%);color:var(--primary-700);transform:translateY(-2px);border-color:var(--primary-300)}.project-links{display:flex;gap:1rem;flex-wrap:wrap}.project-link{color:var(--primary-600);text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border:2px solid var(--primary-500);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;background:transparent}.project-link:hover{color:#fff;background:var(--primary-600);border-color:var(--primary-600);transform:translateY(-2px);box-shadow:0 8px 15px #0d94884d}.education-item{background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);padding:2rem;border-radius:16px;border-left:4px solid var(--success-500);box-shadow:0 4px 6px -1px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.education-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--success-500) 0%,var(--success-600) 100%);transition:width .3s cubic-bezier(.4,0,.2,1)}.education-item:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.education-item:hover:before{width:8px}.degree{font-size:1.4rem;font-weight:700;color:var(--gray-900);margin:0 0 .75rem;line-height:1.3}.institution{font-size:1.1rem;font-weight:600;color:var(--success-600);display:block;margin-bottom:.75rem;background:var(--success-50);padding:.25rem .75rem;border-radius:8px;display:inline-block}.year,.gpa{color:var(--gray-600);font-weight:500;margin-right:1rem;background:var(--gray-100);padding:.25rem .75rem;border-radius:8px;display:inline-block;margin-bottom:.5rem}.certifications-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.certification-item{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #e74c3c}.cert-name{font-size:1.2rem;font-weight:600;color:#2c3e50;margin:0 0 .5rem}.cert-issuer{color:#e74c3c;font-weight:500;display:block;margin-bottom:.5rem}.cert-date{color:#7f8c8d;font-weight:500}@media (max-width: 768px){.download-pdf-button{top:1rem;right:1rem;padding:.75rem 1.25rem;font-size:.9rem}.download-pdf-button svg{width:18px;height:18px}.resume-container{padding:1.5rem;margin:1rem;border-radius:16px}.name{font-size:2.5rem}.title{font-size:1.3rem}.contact-info{flex-direction:column;gap:.75rem;align-items:center}.contact-info span{width:fit-content}.links-section{gap:1rem}.social-link{padding:.6rem 1.2rem;font-size:.9rem}.job-header{flex-direction:column;align-items:flex-start;gap:.75rem}.skills-grid,.projects-grid{grid-template-columns:1fr;gap:1.5rem}.certifications-list{grid-template-columns:1fr}.section-title{font-size:1.75rem}.experience-item,.education-item,.skill-category,.project-card{padding:1.5rem}}@media (max-width: 480px){.download-pdf-button{top:.75rem;right:.75rem;padding:.625rem 1rem;font-size:.85rem}.download-pdf-button svg{width:16px;height:16px}.resume-container{padding:1rem;margin:.5rem}.name{font-size:2rem}.title{font-size:1.1rem}.section-title{font-size:1.5rem}.experience-item,.education-item,.skill-category,.project-card{padding:1.25rem}.project-links{flex-direction:column}.project-link{text-align:center}}@page{margin:.4in .5in!important;size:letter}@page :first{margin-top:.4in!important}@media print{.download-pdf-button{display:none!important}*{animation:none!important;transition:none!important}body{background:#fff!important;padding:0!important;margin:0!important}body:before{display:none!important}#root{padding:0!important}.resume-container{max-width:100%!important;width:100%!important;margin:0!important;padding:.4in .5in!important;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important;border-radius:0!important;overflow:visible!important}.resume-container:after{content:""!important;display:table!important;clear:both!important}.resume-header{display:flex!important;justify-content:space-between!important;align-items:flex-end!important;margin-bottom:1rem!important;padding-bottom:.5rem!important;border-bottom:1px solid #ccc!important;text-align:left!important}.resume-header:after{display:none!important}.header-left{display:block!important;flex:1!important}.header-right{display:flex!important;text-align:right!important;flex-shrink:0!important;align-items:flex-end!important}.contact-info{display:none!important}.contact-info-print,.contact-info-print .contact-line{display:block!important}.name{font-size:2.5rem!important;font-weight:700!important;color:#000!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;margin:0 0 .25rem!important;line-height:1.1!important;font-family:serif!important}.title,.header-left .title{display:none!important}.contact-line{color:#000!important;background:transparent!important;padding:0!important;border-radius:0!important;font-size:.85rem!important;line-height:1.4!important;margin:0!important}.contact-phone{font-weight:700!important}.website-link-print,.contact-link-print{color:#000!important;text-decoration:underline!important;font-size:.85rem!important;line-height:1.4!important}.summary,.links-section{display:none!important}.summary-print{display:block!important;font-size:.9rem!important;color:#333!important;max-width:100%!important;text-align:left!important;line-height:1.4!important;margin:.25rem 0 0!important}.resume-section{margin-bottom:1rem!important;page-break-inside:avoid;page-break-before:avoid!important}.resume-section:first-of-type{page-break-before:avoid!important;margin-top:0!important}.resume-section:nth-of-type(3),.resume-section:nth-of-type(4){width:70%!important;float:left!important;clear:left!important;margin-right:2%!important}.resume-section:nth-of-type(2){width:28%!important;float:right!important;clear:right!important;margin-left:0!important}.section-title{font-size:1.1rem!important;font-weight:700!important;color:#000!important;margin-bottom:.75rem!important;padding-bottom:.25rem!important;border-bottom:1px solid #ccc!important;background:none!important;border-image:none!important;display:block!important}.section-title:before{display:none!important}.experience-item{margin-bottom:.25rem!important;padding:.5rem 0!important;background:#fff!important;border-radius:0!important;border-left:none!important;box-shadow:none!important;page-break-inside:avoid;width:100%!important;overflow:visible!important}.experience-item:before{display:none!important}.job-header{display:block!important;margin-bottom:.25rem!important;white-space:nowrap!important;overflow:visible!important;line-height:1.2!important}.job-title{font-size:.85rem!important;font-weight:700!important;color:#000!important;margin:0!important;display:inline!important;white-space:nowrap!important}.company{font-size:.85rem!important;font-weight:600!important;color:#333!important;background:transparent!important;padding:0!important;border-radius:0!important;display:inline!important;white-space:nowrap!important}.company:before{content:" | "!important;color:#666!important;font-weight:400!important}.duration{font-size:.85rem!important;color:#666!important;background:transparent!important;padding:0!important;border-radius:0!important;display:inline!important;white-space:nowrap!important}.duration:before{content:" | "!important;color:#666!important;font-weight:400!important}.job-description{margin-bottom:.5rem!important;color:#333!important;font-size:.75rem!important;line-height:1.4!important}.achievements{list-style:disc!important;padding-left:1.25rem!important;margin:0!important}.achievements li{padding-left:.25rem!important;margin-bottom:.25rem!important;color:#333!important;line-height:1.3!important;font-size:.75rem!important}.achievements li:before{display:none!important}.skills-grid{display:block!important;gap:0!important;page-break-inside:avoid}.skill-category{background:#fff!important;padding:.25rem 0!important;border-radius:0!important;box-shadow:none!important;border:none!important;page-break-inside:avoid;margin-bottom:.5rem!important}.skill-category h3{font-size:.75rem!important;font-weight:700!important;color:#000!important;margin-bottom:.15rem!important;text-align:left!important}.skill-category h3:after{display:none!important}.skill-tags{display:inline!important;white-space:normal!important}.skill-tag{background:transparent!important;color:#000!important;padding:0!important;border-radius:0!important;font-size:.75rem!important;font-weight:400!important;box-shadow:none!important;border:none!important;display:inline!important}.skill-tag:not(:last-child):after{content:", "!important}.skill-tag:before{display:none!important}.projects-grid{display:grid!important;grid-template-columns:1fr!important;gap:.25rem!important}.project-card{background:#fff!important;padding:.25rem 0!important;border-radius:0!important;border:none!important;box-shadow:none!important;page-break-inside:avoid;line-height:1.3!important}.project-card:before{display:none!important}.project-header{display:block!important;margin-bottom:.15rem!important;line-height:1.1!important}.project-name{font-size:1rem!important;font-weight:700!important;color:#000!important;margin:0!important;display:inline!important;line-height:1.1!important}.project-description{display:inline!important;margin-top:0!important;margin-bottom:0!important;margin-right:.5rem!important;font-size:.75rem!important;line-height:1.1!important;vertical-align:baseline!important}.project-technologies{display:inline!important;margin-left:.5rem!important;margin-bottom:0!important;white-space:nowrap!important}.tech-tag{background:transparent!important;color:#666!important;padding:0!important;border-radius:0!important;font-size:.7rem!important;font-weight:400!important;font-style:italic!important;border:none!important;display:inline!important}.tech-tag:not(:last-child):after{content:", "!important}.project-links{display:inline!important;margin-top:0!important;margin-left:0!important}.project-link[href*=github],.project-link[href*=GitHub]{display:none!important}.project-link:not([href*=github]):not([href*=GitHub]){color:transparent!important;text-decoration:none!important;font-weight:400!important;padding:0!important;border:none!important;border-radius:0!important;background:transparent!important;font-size:0!important;display:inline!important;position:relative!important}.project-link:before{display:none!important}.project-link:not([href*=github]):not([href*=GitHub]):after{content:attr(href)!important;font-size:.7rem!important;color:#666!important;text-decoration:underline!important;font-weight:400!important;display:inline!important;position:static!important}.education-item{background:#fff!important;padding:.5rem 0!important;border-radius:0!important;border-left:none!important;box-shadow:none!important;page-break-inside:avoid}.education-item:before{display:none!important}.degree{font-size:1rem!important;font-weight:700!important;color:#000!important;margin:0 0 .25rem!important}.institution{font-size:.95rem!important;font-weight:600!important;color:#333!important;background:transparent!important;padding:0!important;border-radius:0!important;display:block!important;margin-bottom:.1rem!important}.year,.gpa{color:#666!important;font-weight:500!important;background:transparent!important;padding:0!important;border-radius:0!important;display:inline-block!important;margin-right:1rem!important;font-size:.85rem!important}.resume-section{page-break-inside:avoid}.experience-item:last-child,.education-item:last-child{page-break-after:auto}a{color:#000!important;text-decoration:underline!important}a:after{display:none!important}*:hover{transform:none!important}}:root{--primary-50: #f0fdfa;--primary-100: #ccfbf1;--primary-200: #99f6e4;--primary-300: #5eead4;--primary-400: #2dd4bf;--primary-500: #14b8a6;--primary-600: #0d9488;--primary-700: #0f766e;--primary-800: #115e59;--primary-900: #134e4a;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--accent-500: #ea580c;--accent-600: #c2410c;--success-500: #10b981;--warning-500: #f59e0b;--error-500: #ef4444;--font-display: "Fraunces", Georgia, "Times New Roman", serif;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:var(--gray-800);background-color:var(--gray-50);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;background:linear-gradient(160deg,var(--gray-900) 0%,var(--primary-900) 120%);position:relative}#root{min-height:100vh;padding:2rem 0}a{font-weight:500;color:var(--primary-600);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}a:hover{color:var(--primary-700);transform:translateY(-1px)}a:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background:var(--primary-500);transition:width .3s cubic-bezier(.4,0,.2,1)}a:hover:after{width:100%}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0 0 1rem}ul,ol{margin:0;padding:0}button{border-radius:12px;border:1px solid transparent;padding:.75em 1.5em;font-size:1em;font-weight:600;font-family:inherit;background:var(--primary-600);color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #0d948840;position:relative}button:hover{background:var(--primary-700);transform:translateY(-2px);box-shadow:0 8px 25px #0d948866}button:focus,button:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px}
