.container{max-width:900px;margin:2rem auto;background-color:#fff;min-height:calc(100vh - 4rem);box-shadow:0 0 20px #0000001a;border-radius:12px;overflow:hidden;transition:opacity .5s ease-in-out}.container.visible{opacity:1}.container.hidden{opacity:0}.header{display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;background-color:#fff}.header-left{display:flex;align-items:center;gap:1.5rem}.profile-pic{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0}.name{font-size:2rem;font-weight:600;color:#2c3e50;margin:0}.title{font-size:1.25rem;font-weight:400;color:#7f8c8d;text-transform:uppercase;letter-spacing:1px;margin:0}.contact-info{display:flex;gap:1rem;margin-top:.5rem;font-size:.95rem;color:#555}.location{display:flex;flex-direction:column;gap:.1rem}.reveal-btn{background:none;border:1px solid #7f8c8d;color:#7f8c8d;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;cursor:pointer;transition:all .3s ease}.reveal-btn:hover{background-color:#7f8c8d;color:#fff;transform:translateY(-1px)}.contact-reveal{opacity:0;animation:fadeIn .5s ease-in forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.content{padding:2rem 3rem 3rem}.resume-section{margin-bottom:2rem}.section-title{font-size:1.4rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #333}.entry-left-with-logo{display:flex;align-items:center;gap:.75rem}.university-logo,.company-logo{width:35px;height:35px;object-fit:contain;flex-shrink:0}.inverted-logo{filter:invert(1)}.subsection-title{font-size:1.1rem;font-weight:600;color:#34495e;margin-top:1.5rem;margin-bottom:.75rem}.entry{margin-bottom:1rem;padding-bottom:0;position:relative}.entry:last-child{margin-bottom:0;padding-bottom:0}.work-experience-section .entry:not(:last-child){padding-bottom:1.5rem}.work-experience-section .entry:not(:last-child):after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,#d0d0d0 20%,#d0d0d0 80%,transparent)}.entry-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.entry-header strong{font-size:1.1rem;color:#2c3e50}.degree,.role{color:#555;font-size:.95rem;margin-top:.25rem}.entry-right{text-align:right;color:#7f8c8d;font-size:.9rem}.skills-grid{display:flex;flex-direction:column;gap:.75rem}.skills-grid div{line-height:1.6}.bullets{list-style-type:disc;padding-left:1.5rem;margin:.5rem 0 0}.bullets li{margin-bottom:.5rem;line-height:1.5}.experience-images,.publication-links{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.publication-thumbnail{width:200px;height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;gap:.5rem;text-decoration:none;color:inherit}.publication-thumbnail:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026;background-color:#e9ecef}.publication-icon{font-size:2.5rem}.publication-label{font-size:.85rem;font-weight:500;color:#2c3e50;text-align:center}.experience-thumbnail{max-width:200px;max-height:130px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e0e0e0}.experience-thumbnail:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}.modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.modal-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #0006}.modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;line-height:1}.modal-close:hover{transform:scale(1.2)}.modal-iframe-content{width:90vw;height:90vh}.modal-iframe{width:100%;height:100%;border:none;border-radius:8px;background-color:#fff}.publications{list-style-type:none;padding-left:0;margin:.5rem 0 0}.publications li{margin-bottom:.75rem;line-height:1.6;padding-left:1.5rem;position:relative}.publications li:before{content:"•";position:absolute;left:0;color:#333;font-weight:700}.photo-credit{position:fixed;bottom:2rem;right:2rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8);z-index:10;cursor:pointer;transition:transform .2s ease;-webkit-user-select:none;user-select:none}.photo-credit:hover{transform:scale(1.05)}.photo-instruction{font-size:.85rem;font-weight:500;margin-bottom:.5rem;text-align:right;opacity:.85;font-style:italic}.photo-location{font-size:1.5rem;font-weight:600;margin-bottom:.25rem;text-align:right}.photo-date{font-size:.95rem;opacity:.9;text-align:right}.photo-metadata{font-size:.8rem;opacity:.75;text-align:right;margin-top:.25rem;font-family:monospace}@media (max-width: 768px){.header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.5rem}.header-left{gap:1rem}.profile-pic{width:50px;height:50px}.name{font-size:1.5rem}.title{font-size:1rem}.contact-info{flex-direction:column;gap:.25rem;font-size:.9rem}.content{padding:1.5rem}.entry-header{flex-direction:column;gap:.25rem}.entry-right{text-align:left}.section-title{font-size:1.2rem}.subsection-title{font-size:1rem}.photo-credit{display:none}}*{margin:0;padding:0;box-sizing:border-box}html{overscroll-behavior:none;overflow:hidden;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-image:url(/background_highres.jpg);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;overscroll-behavior:none;overflow-y:auto;height:100%}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-color:#ffffff03;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);z-index:-1}#root{width:100%;position:relative;z-index:1;overscroll-behavior:none}
