:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #2C3E50;--secondary-color: #34495E;--text-color: #2C3E50;--background-color: #ECF0F1;--hover-color: #3498DB;--transition-speed: .3s;--border-radius: 8px;--box-shadow: 0 8px 15px rgba(0, 0, 0, .2)}body{margin:0;padding:0;background-color:var(--background-color);font-family:Poppins,sans-serif}#root{width:100%;max-width:1280px;margin:0 auto;padding:2rem;text-align:center;box-sizing:border-box}.header{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin-bottom:2rem;border-bottom:1px solid rgba(44,62,80,.1);position:relative;padding-top:1rem;width:100%;background-color:var(--background-color)}.profile-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-img{width:200px;height:auto;border-radius:50%;margin-bottom:.5rem;transition:transform var(--transition-speed) ease}.profile-img:hover{transform:scale(1.05)}h1{font-family:Monofett,sans-serif;color:var(--primary-color);margin:0;font-size:3.5rem}h2,h3,h4,h5,h6{color:var(--text-color)!important;font-family:Roboto,sans-serif}a{color:var(--secondary-color);text-decoration:none;transition:color var(--transition-speed) ease}a:hover{color:var(--hover-color)}p{color:var(--text-color)}img{max-width:100%;height:auto}.navigation{width:100%;display:flex;justify-content:center;align-items:center;padding:1rem 0}.nav-list{list-style:none;display:flex;gap:2rem;padding:0;margin:0}.nav-link{text-decoration:none;color:var(--text-color);font-size:1.1rem;font-weight:500;transition:all var(--transition-speed) ease;position:relative;padding:.5rem 0}.nav-link:hover{color:var(--hover-color)}.nav-link:hover:after{content:"";position:absolute;width:100%;height:2px;background-color:var(--secondary-color);bottom:0;left:0;transform:scaleX(1)}.nav-link:after{content:"";position:absolute;width:100%;height:2px;background-color:var(--secondary-color);bottom:0;left:0;transform:scaleX(0);transition:transform var(--transition-speed) ease}.mobile-nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;position:fixed;right:2rem;top:1rem;z-index:1001}.mobile-nav-toggle span{display:block;width:25px;height:3px;background-color:var(--text-color);margin:5px 0;transition:all var(--transition-speed) ease}footer{background-color:var(--background-color);color:var(--text-color);padding:2rem;text-align:center;margin-top:1.5rem;width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;box-sizing:border-box;border-top:1px solid rgba(44,62,80,.1)}footer p{margin:.5rem 0;font-size:1.75rem;color:var(--primary-color)!important;font-family:Monofett,sans-serif}.footer-img{width:42px;height:auto;border-radius:50%;margin-bottom:.5rem;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease}.footer-img:hover{transform:scale(1.05);box-shadow:var(--box-shadow)}.social-links{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem}.social-icon{color:#fff;transition:transform var(--transition-speed) ease,background-color var(--transition-speed) ease;padding:.5rem;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;font-size:1.5rem}.social-icon:nth-child(1){background-color:#0077b5}.social-icon:nth-child(2){background-color:#211f1f}.social-icon:nth-child(3){background-color:#1db954}.social-icon:nth-child(4){background-color:#333}.social-icon:nth-child(4) svg{color:#f7c35a}.social-icon:hover{transform:scale(1.05)}.social-icon:nth-child(1):hover{background-color:#005582}.social-icon:nth-child(2):hover{background-color:#000}.social-icon:nth-child(3):hover{background-color:#1ed760}.social-icon:nth-child(4):hover{background-color:#555}.social-icon:nth-child(4):hover svg{color:#f0b100}.contact-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:600px;margin:0 auto;padding:2rem;border-radius:var(--border-radius);box-sizing:border-box}.form-group{display:flex;flex-direction:column}label{font-size:1.1rem;margin-bottom:.5rem;display:block;color:var(--text-color)}input,textarea{padding:.8rem;font-size:1rem;border-radius:var(--border-radius);border:1px solid #ccc;width:100%;background-color:#fafafa;color:var(--text-color);max-width:100%;transition:border-color var(--transition-speed) ease}input:focus,textarea:focus{outline:none;border-color:var(--secondary-color)}@media screen and (max-width: 768px){.mobile-nav-toggle{display:block}.navigation{position:relative;width:100%}.nav-list{display:none;position:absolute;top:100%;left:0;right:0;background-color:var(--background-color);flex-direction:column;padding:1rem 0;gap:1rem;box-shadow:0 4px 10px #0000001a;z-index:1000}.nav-list.active{display:flex}.nav-link{font-size:1rem;padding:.75rem 1rem;width:100%;text-align:center}.nav-link:hover:after{display:none}.nav-link:hover{background-color:#0000000d}.profile-img{width:150px}h1{font-size:2.5rem}}@media screen and (max-width: 480px){.profile-img{width:120px}h1{font-size:2rem}}.about-image{width:200px;height:200px;border-radius:50%;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;margin:10px;display:inline-block}.about-image:hover{transform:scale(1.1);box-shadow:0 8px 15px #0003}.portfolio-container{max-width:1200px;margin:0 auto;padding:2rem;text-align:center}.portfolio-description{font-size:1.2rem;color:var(--text-color);margin-bottom:3rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.project-card{background:transparent;border-radius:var(--border-radius);overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease;position:relative;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.project-card img{width:100%;height:200px;object-fit:cover;transition:transform var(--transition-speed) ease;border-radius:var(--border-radius)}.project-card:hover img{transform:scale(1.05)}.project-card .project-info{padding:2rem 1rem;background:transparent;color:var(--text-color);text-align:left;flex-grow:1;display:flex;flex-direction:column;gap:1.5rem}.project-card .project-info h3{font-size:1.5rem;font-weight:600;margin:0;color:var(--primary-color)}.project-card .project-info p{font-size:1.1rem;line-height:1.6;margin:0;color:var(--text-color);opacity:.9}.project-card .project-links{display:flex;gap:1rem;margin-top:auto}.project-card .project-link{padding:.5rem 1rem;background-color:var(--secondary-color);color:#fff;border-radius:var(--border-radius);text-decoration:none;transition:background-color var(--transition-speed) ease}.project-card .project-link:hover{background-color:var(--hover-color)}@media screen and (max-width: 768px){.portfolio-container{padding:1rem}.portfolio-description{font-size:1.1rem;margin-bottom:2rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card img{height:180px}.project-card .project-info{padding:1.25rem}.project-card .project-info h3{font-size:1.3rem}}@media screen and (max-width: 480px){.portfolio-description{font-size:1rem}.project-card .project-info{padding:1rem}.project-card .project-links{flex-direction:column}.project-card .project-link{text-align:center}}.resume-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:1rem;box-sizing:border-box;margin:0 auto;max-width:1200px}.resume-container iframe{width:100%;max-width:750px;height:2050px;border:none;box-shadow:var(--box-shadow);margin:0 auto;display:block}.badge-base{width:100%;max-width:300px;height:auto}.experience-container{padding:20px}.tool-category{margin-bottom:40px;text-align:center}.tool-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.tool-card{width:150px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.tool-icon{width:60px;height:60px;transition:transform .3s ease,box-shadow .3s ease;margin:0 auto}.tool-card:hover .tool-icon,.tool-card:hover{transform:scale(1.1)}.gif-container{text-align:center;margin:20px 0}.animated-gif{width:100%;max-width:300px}.contact-container{max-width:800px;margin:0 auto;padding:2rem;text-align:center}.contact-container h2{color:var(--primary-color);margin-bottom:1rem}.contact-container p{margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.submit-button{background-color:var(--primary-color);color:#fff;padding:1rem 2rem;border:none;border-radius:var(--border-radius);font-size:1.1rem;cursor:pointer;transition:background-color var(--transition-speed) ease;margin-top:1rem}.submit-button:hover{background-color:var(--hover-color)}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.success-message{color:#28a745;margin-top:1rem;font-weight:500}.error-message{color:#dc3545;margin-top:1rem;font-weight:500}@media screen and (max-width: 768px){.resume-container{padding:.5rem}.resume-container iframe{height:1800px;width:100%;max-width:100%}}@media screen and (max-width: 480px){.resume-container iframe{height:1600px;width:100%;max-width:100%}}.resume-content{max-width:850px;margin:2rem auto;padding:2.5rem;background:#fff;box-shadow:0 1px 3px #0000001a;border-radius:8px;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.resume-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.resume-section:last-child{border-bottom:none}.resume-section h2{color:#000000e6;font-size:1.25rem;font-weight:600;margin-bottom:1rem;border-bottom:none;padding-bottom:0}.experience-item{margin-bottom:2rem;padding:1.5rem;background:#fafafa;border-radius:8px}.experience-item:last-child{margin-bottom:0}.company-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.company-header h3{color:#000000e6;margin:0;font-size:1.2rem;font-weight:600}.location{color:#0009;font-size:.9rem}.role{display:flex;justify-content:space-between;align-items:center;margin:1.25rem 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0;position:relative}.toggle-button{background:none;border:none;color:#0a66c2;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.toggle-button:hover{background-color:#0a66c21a}.role h4{color:#000000e6;margin:0;font-size:1.1rem;font-weight:600}.date{color:#0009;font-size:.9rem}.company-description{font-style:normal;margin:.75rem 0;color:#000000bf;line-height:1.5;font-size:.95rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0}.achievements{transition:all .3s ease;overflow:hidden}.achievements.collapsed{max-height:0;opacity:0;margin:0;padding:0}.achievements.expanded{max-height:2000px;opacity:1;margin:.75rem 0}.achievements p{margin:0 0 1rem;padding:.75rem;position:relative;line-height:1.5;color:#000000bf;font-size:.95rem;border-radius:4px;transition:all .2s ease}.achievements p:hover{background-color:#00000008;transform:translate(4px)}.achievements p:last-child{margin-bottom:0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.skill-category h3{color:#000000e6;margin:0 0 .5rem;font-size:1rem;font-weight:600}.skill-category p{margin:0;line-height:1.5;color:#000000bf;font-size:.95rem}.education-item{margin-bottom:1rem}.education-item h3{color:#000000e6;margin:0 0 .25rem;font-size:1rem;font-weight:600}.education-item p{margin:0;color:#000000bf;line-height:1.5;font-size:.95rem}.download-button{display:inline-block;padding:.75rem 1.5rem;background-color:var(--hover-color);color:#fff;text-decoration:none;border-radius:var(--border-radius);font-weight:500;margin-bottom:2rem;transition:background-color var(--transition-speed) ease}.download-button:hover{background-color:#2980b9;color:#fff}@media (max-width: 768px){.resume-content{padding:1.5rem;margin:1rem}.experience-item{padding:1rem}.company-header,.role{flex-direction:column;gap:.25rem}.company-header,.role{padding-bottom:.75rem}.company-description{font-size:.9rem;padding-bottom:1rem}.achievements p{font-size:.9rem;padding-left:1.25rem;margin-bottom:.5rem}.skills-grid{grid-template-columns:1fr;gap:1.25rem}.toggle-button{font-size:1.25rem;width:28px;height:28px}}.pdf-viewer{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:1rem}.pdf-controls{display:flex;gap:1rem;align-items:center;margin-top:1rem;padding:1rem}.pdf-controls button{background-color:var(--primary-color);color:#fff;border:none;padding:.5rem 1rem;border-radius:var(--border-radius);cursor:pointer;transition:background-color var(--transition-speed) ease}.pdf-controls button:hover:not(:disabled){background-color:var(--hover-color)}.pdf-controls button:disabled{background-color:#ccc;cursor:not-allowed}.pdf-controls span{color:var(--text-color);font-size:.9rem}.react-pdf__Document{display:flex;flex-direction:column;align-items:center}.react-pdf__Page{margin:0 auto;box-shadow:var(--box-shadow)}.company-title{display:flex;align-items:center;gap:1rem}.company-logo{width:40px;height:40px;object-fit:contain;border-radius:4px}@media (max-width: 768px){.company-logo{width:32px;height:32px}.company-title{gap:.75rem}}.education-header{display:flex;align-items:flex-start;gap:1rem}.education-logo{width:48px;height:48px;object-fit:contain;border-radius:4px}@media (max-width: 768px){.education-logo{width:40px;height:40px}.education-header{gap:.75rem}}.resume-content a{color:#0a66c2;text-decoration:none;transition:color .2s ease;font-weight:500}.resume-content a:hover{color:#004182;text-decoration:underline}
