body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f9f9f9;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.container{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin:0 auto;max-width:1100px;padding:2rem}h1,h2,h3{color:#333;margin-bottom:1rem}h1{font-size:2.5rem;margin-bottom:2rem}h2{font-size:1.8rem;margin-top:1rem}section{margin-bottom:3rem}.about{margin:2rem 0 3rem}.about-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}.about-text{flex:1 1}.about-image{align-items:center;display:flex;flex:1 1;justify-content:center}.about-image img{max-height:300px;max-width:100%}.cta-button{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:6px;color:#333;cursor:pointer;display:inline-flex;font-size:.9rem;margin-top:1rem;padding:.5rem 1rem;transition:all .2s ease}.cta-button:hover{background-color:#f5f5f5;border-color:#ccc}.icon{margin-right:.5rem}.skills{margin:2rem 0}.skill-categories{align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.categories{border-bottom:1px solid #eee;display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.category{align-items:center;color:#555;display:flex;font-size:.9rem;padding:.5rem}.skills-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.skill-item{align-items:center;background-color:#fff;border:1px solid #eee;border-radius:6px;display:flex;font-size:.9rem;padding:1rem}.projects{margin:2rem 0}.project-categories{border-bottom:1px solid #eee;display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.category-btn{align-items:center;color:#777;display:flex;font-size:.9rem;padding:.5rem;transition:color .2s ease}.category-btn.active{border-bottom:2px solid #333;color:#333}.category-btn:hover{color:#333}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.project-card{background-color:#fff;border:1px solid #eee;border-radius:8px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-5px)}.project-tag{background-color:#f5f5f5;border-radius:4px;color:#555;display:inline-block;font-size:.8rem;margin-top:1rem;padding:.3rem .6rem}.project-image{background-color:#f8f9fa;border-radius:8px 8px 0 0;height:200px;margin:-1.5rem -1.5rem 1rem;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;pointer-events:none;transition:transform .3s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-card.highlight{border:2px solid #6366f1;box-shadow:0 0 20px #6366f14d,0 4px 12px #0000001a;position:relative}.project-card.highlight:before{animation:glow 2s ease-in-out infinite alternate;background:linear-gradient(45deg,#6366f1,#8b5cf6,#6366f1);border-radius:10px;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}@keyframes glow{0%{box-shadow:0 0 20px #6366f14d}to{box-shadow:0 0 30px #6366f180,0 0 40px #8b5cf64d}}.project-card.highlight:hover{box-shadow:0 8px 25px #6366f166,0 4px 12px #0000001a;transform:translateY(-8px)}@media (max-width:768px){.about-content{flex-direction:column-reverse;text-align:center}.about-image{margin-bottom:1.5rem}.projects-grid,.skills-grid{grid-template-columns:1fr}.project-card{margin-bottom:1rem}.project-image{height:180px}.project-categories{flex-wrap:wrap;gap:1rem}}.skill-categories{display:flex;gap:1.5rem;margin-bottom:.75rem}.category-btn{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1rem;font-weight:500;padding:.3rem 0}.category-btn.active{color:#111827;font-weight:600}.skills-divider{border:none;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.education{margin-top:4rem;margin:3rem 0}.education h2{color:#2d3748;font-size:1.75rem;font-weight:600;letter-spacing:-.025em;margin-bottom:1.5rem}.edu-box{display:flex;flex-direction:column;gap:1.5rem}.edu-entry{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:all .2s ease}.edu-entry:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #0000001a}.edu-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.edu-title{display:flex;flex-direction:column;flex-grow:1}.edu-title h3{color:#1a202c;font-size:1.125rem;font-weight:600;line-height:1.4;margin:0 0 .5rem}.edu-subtitle{color:#718096;font-size:.875rem;font-weight:500;margin:0}.edu-location{align-items:flex-end;color:#4a5568;display:flex;flex-direction:column;font-size:.875rem;line-height:1.4;text-align:right}.edu-date{background:#f7fafc;border-radius:4px;color:#4a5568;display:inline-block;font-size:.75rem;font-weight:500;margin-top:.5rem;padding:.25rem .5rem}.edu-entry ul{list-style:none;margin:0;padding-left:1.25rem}.edu-entry ul li{color:#4a5568;font-size:.9rem;line-height:1.6;margin-bottom:.75rem;position:relative}.edu-entry ul li:before{color:#a0aec0;content:"•";font-weight:700;left:-1rem;position:absolute}.edu-entry ul li:last-child{margin-bottom:0}.edu-entry p{color:#4a5568;font-size:.9rem;line-height:1.6;margin:.5rem 0}.edu-entry p:first-of-type{margin-top:0}.edu-entry strong{color:#2d3748;font-weight:600}.about-image a img{filter:grayscale(1);transition:filter .2s ease}.about-image a:hover img{filter:grayscale(0)}.cta-box{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000a;color:inherit;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem;height:48px;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:box-shadow .2s,border .2s}.cta-box:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000001a}.cta-box-text{color:#000;font-size:.95rem;font-weight:600}.cta-buttons{align-items:center;display:flex;gap:1.5rem;margin-top:1rem}@media (max-width:768px){.cta-buttons{align-items:stretch;flex-direction:column;gap:1rem}}.updated-links a{border-bottom:1px dashed #999;color:inherit;font-weight:500;text-decoration:none;transition:border-bottom .2s ease}.updated-links a:hover{border-bottom:1px solid #333}
/*# sourceMappingURL=main.df0f6f4b.css.map*/