*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.hero{background:#fff;display:flex;justify-content:center;min-height:100vh;padding:60px 40px}.hero-content{animation:fadeInUp .8s ease-out;max-width:600px;width:100%}.hero-name{animation:fadeInUp .6s ease-out;animation-fill-mode:both;color:#000;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:16px}.hero-location{align-items:center;animation:fadeInUp .8s ease-out .1s;animation-fill-mode:both;display:flex;gap:8px;margin-bottom:32px}.location-icon{color:#666}.location-text{color:#666;font-size:16px}.hero-links{animation:fadeInUp .8s ease-out .2s;animation-fill-mode:both;display:flex;gap:16px;margin-bottom:40px}.hero-link-icon{align-items:center;animation:fadeInUp .6s ease-out forwards;background:#fff;border:1px solid #e5e5e5;border-radius:8px;color:#333;display:flex;height:40px;justify-content:center;opacity:0;text-decoration:none;transform:translateY(10px);transition:all .2s ease;width:40px}.hero-link-icon:first-child{animation-delay:.3s}.hero-link-icon:nth-child(2){animation-delay:.35s}.hero-link-icon:nth-child(3){animation-delay:.4s}.hero-link-icon:nth-child(4){animation-delay:.45s}.hero-link-icon:hover{background:#f9f9f9;border-color:#ccc;color:#000}.hero-description{animation:fadeInUp .8s ease-out .3s;animation-fill-mode:both;margin-bottom:60px}.hero-description p{color:#333;font-size:16px;line-height:1.6;margin-bottom:20px}.hero-description p:last-child{margin-bottom:0}.projects-section,.services-section{animation:fadeInUp .8s ease-out .4s;animation-fill-mode:both;border-top:1px solid #e5e5e5;margin-bottom:40px;padding-top:40px}.services-section{animation-delay:.5s}.section-title{color:#000;font-size:20px;margin-bottom:24px}.dropdown-list{display:flex;flex-direction:column;gap:1px}.dropdown-item{animation:fadeInUp .6s ease-out forwards;background:#fff;border:1px solid #e5e5e5;border-radius:8px;opacity:0;overflow:hidden;transform:translateY(20px)}.projects-section .dropdown-item:first-child{animation-delay:.6s}.projects-section .dropdown-item:nth-child(2){animation-delay:.65s}.projects-section .dropdown-item:nth-child(3){animation-delay:.7s}.services-section .dropdown-item:first-child{animation-delay:.75s}.services-section .dropdown-item:nth-child(2){animation-delay:.8s}.dropdown-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;transition:background-color .2s ease}.dropdown-header:hover{background:#f9f9f9}.dropdown-left{align-items:center;display:flex;gap:12px}.dropdown-info{display:flex;flex-direction:column;gap:2px}.dropdown-name{color:#000;font-size:16px;font-weight:600}.dropdown-description{color:#666;font-size:14px}.expand-icon{color:#999;transition:transform .2s ease}.expand-icon.expanded{transform:rotate(180deg)}.dropdown-details{animation:slideDown .3s ease-out;background:#fafafa;border-top:1px solid #f0f0f0;padding:0 20px 20px}.dropdown-details p{color:#666;font-size:14px;line-height:1.5;margin-bottom:12px;margin-top:12px}.project-link,.service-link{color:#06c;font-size:14px;font-weight:500;text-decoration:none}.project-link:hover,.service-link:hover{text-decoration:underline}.work-experience{border-top:1px solid #e5e5e5;padding-top:40px}.experience-list{display:flex;flex-direction:column;gap:1px}.experience-item{background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.experience-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;transition:background-color .2s ease}.experience-header:hover{background:#f9f9f9}.experience-left{gap:12px}.company-logo,.experience-left{align-items:center;display:flex}.company-logo{background:#f5f5f5;border-radius:6px;font-size:20px;height:32px;justify-content:center;width:32px}.experience-info{display:flex;flex-direction:column;gap:2px}.company-name{color:#000;font-size:16px;font-weight:600}.position-title{color:#666;font-size:14px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{max-height:0;opacity:0;padding-bottom:0;padding-top:0}to{max-height:200px;opacity:1;padding-bottom:20px;padding-top:0}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-link-icon:hover{animation:pulse .3s ease-in-out}@media (max-width:768px){.hero{padding:40px 20px}.hero-name{font-size:2.5rem}.hero-links{gap:12px}.hero-link-icon{height:36px;width:36px}.projects-section,.services-section{margin-bottom:30px;padding-top:30px}.dropdown-header{padding:14px 16px}.dropdown-details{padding:0 16px 16px}.hero-name{animation-delay:0s}.hero-location{animation-delay:.05s}.hero-links{animation-delay:.1s}.hero-description{animation-delay:.15s}.projects-section{animation-delay:.2s}.services-section{animation-delay:.25s}.hero-link-icon:first-child{animation-delay:.15s}.hero-link-icon:nth-child(2){animation-delay:.18s}.hero-link-icon:nth-child(3){animation-delay:.21s}.hero-link-icon:nth-child(4){animation-delay:.24s}.dropdown-item{animation-delay:.3s}}.App{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}main{padding-top:80px}section{margin:0 auto;max-width:1200px;padding:80px 20px}@media (max-width:768px){section{padding:60px 20px}main{padding-top:70px}}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section-title{color:#1a1a1a;font-size:2.5rem;font-weight:600}.section-subtitle,.section-title{margin-bottom:3rem;text-align:center}.section-subtitle{color:#666;font-size:1.125rem;margin-left:auto;margin-right:auto;max-width:600px}@media (max-width:768px){.section-title{font-size:2rem;margin-bottom:2rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}}
/*# sourceMappingURL=main.a2366b90.css.map*/