@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);body{font-family:Inter,-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}.App{overflow-x:hidden;width:100%}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}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;overflow-x:hidden}section{position:relative;width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.navbar{left:0;padding:1.5rem 2rem;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 4px 20px #0000001a}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;gap:.5rem;text-decoration:none;transition:color .3s ease}.navbar.scrolled .nav-logo{color:#667eea}.logo-icon{font-size:1.8rem}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{color:#fff;font-size:1rem;font-weight:600;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.navbar.scrolled .nav-link{color:#4a5568}.nav-link:after{background:#667eea;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-link:hover{color:#667eea}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.hamburger{display:flex;flex-direction:column;gap:4px;width:25px}.hamburger span{background:#fff;border-radius:2px;display:block;height:3px;transition:all .3s ease;width:100%}.navbar.scrolled .hamburger span{background:#667eea}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{display:none;overflow:hidden}.mobile-nav-link{border-bottom:1px solid #e2e8f0;color:#2d3748;display:block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.mobile-nav-link:hover{background:#f7fafc;color:#667eea}@media (max-width:768px){.nav-menu{display:none}.mobile-menu,.mobile-menu-toggle{display:block}.mobile-menu{background:#fff;border-radius:0 0 12px 12px;margin:1rem -2rem -1.5rem}.navbar{padding:1rem 1.5rem}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.blob{border-radius:50%;filter:blur(60px);mix-blend-mode:multiply;opacity:.5;position:absolute}.blob-1{background:linear-gradient(135deg,#f093fb,#f5576c);height:500px;left:-10%;top:-10%;width:500px}.blob-2{background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:-10%;height:400px;right:-10%;width:400px}.blob-3{background:linear-gradient(135deg,#43e97b,#38f9d7);height:350px;right:20%;top:50%;transform:translateY(-50%);width:350px}.hero-content{color:#fff;max-width:900px;padding:2rem;position:relative;text-align:center;z-index:2}.hero-greeting{font-size:1.5rem;font-weight:300;letter-spacing:2px;margin-bottom:.5rem;text-transform:uppercase}.hero-name{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;font-size:4.5rem;font-weight:800;margin:.5rem 0;text-shadow:0 4px 20px #0003}.hero-title-container{margin:1.5rem 0}.hero-title{color:#f0f0f0;font-size:2rem;font-weight:400;margin-bottom:.5rem}.hero-title-underline{background:linear-gradient(90deg,#f093fb,#4facfe);border-radius:2px;height:4px;margin:0 auto;width:100px}.hero-description{color:#f0f0f0;font-size:1.2rem;font-weight:300;line-height:1.8;margin:2rem 0}.hero-cta{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:3rem 0}.cta-button{border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;padding:1rem 2.5rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.cta-button.primary{background:#fff;box-shadow:0 10px 30px #0003;color:#667eea}.cta-button.primary:hover{box-shadow:0 15px 40px #0000004d;transform:translateY(-3px)}.cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px)}.scroll-indicator{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-top:4rem}.mouse{border:2px solid #fff;border-radius:15px;height:50px;position:relative;width:30px}.wheel{background:#fff;border-radius:2px;height:8px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:4px}.scroll-indicator p{color:#fff;font-size:.9rem;letter-spacing:1px;opacity:.8}@media (max-width:768px){.hero-name{font-size:3rem}.hero-title{font-size:1.5rem}.hero-description{font-size:1rem}.hero-cta{align-items:center;flex-direction:column}.cta-button{max-width:300px;width:100%}.blob-1,.blob-2,.blob-3{height:300px;width:300px}}.about{background:linear-gradient(180deg,#f8f9fa,#fff);min-height:100vh;padding:6rem 2rem;position:relative}.about-container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#2d3748;font-size:3rem;font-weight:800;margin-bottom:1rem}.section-underline{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px;height:5px;margin:0 auto;width:80px}.about-text{margin:0 auto;max-width:900px}.about-text h3{color:#667eea;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.about-text p{color:#4a5568;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-text strong{color:#667eea;font-weight:600}.about-location{align-items:center;background:linear-gradient(135deg,#667eea15,#764ba215);border-left:4px solid #667eea;border-radius:12px;display:flex;gap:.5rem;margin-top:2rem;padding:1rem}.location-icon{font-size:1.5rem}.about-location span:last-child{color:#2d3748;font-size:1rem;font-weight:500}@media (max-width:768px){.about{padding:4rem 1.5rem}.section-title{font-size:2rem}.about-text h3{font-size:1.5rem}}.skills{background:linear-gradient(180deg,#fff,#f8f9fa);min-height:100vh;padding:6rem 2rem;position:relative}.skills-container{margin:0 auto;max-width:1200px}.section-subtitle{color:#718096;font-size:1.1rem;margin-top:1rem;text-align:center}.category-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:3rem 0}.filter-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:50px;color:#4a5568;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.filter-btn span{font-size:1.2rem}.filter-btn:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33;color:#667eea;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 15px #667eea4d;color:#fff}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:3rem 0}.skill-card{align-items:center;background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;justify-content:center;min-height:180px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.skill-card:hover{border-color:#667eea;box-shadow:0 8px 30px #667eea26}.skill-logo-container{align-items:center;display:flex;height:80px;justify-content:center;margin-bottom:1rem;width:80px}.skill-logo{height:100%;object-fit:contain;width:100%}.skill-name{color:#2d3748;font-size:1.2rem;font-weight:700;margin:0}.skill-category-badge{font-size:1.3rem;opacity:.3;position:absolute;right:.75rem;top:.75rem}.skills-summary{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:4rem}.summary-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 8px 25px #667eea4d;color:#fff;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease}.summary-card:hover{transform:translateY(-5px)}.summary-icon{font-size:3rem;margin-bottom:1rem}.summary-card h4{font-size:2.5rem;font-weight:800;margin:.5rem 0}.summary-card p{font-size:1.1rem;margin:0;opacity:.95}@media (max-width:768px){.skills{padding:4rem 1.5rem}.category-filters{gap:.5rem}.filter-btn{font-size:.85rem;padding:.6rem 1rem}.skills-grid{gap:1.5rem}.skills-grid,.skills-summary{grid-template-columns:1fr}}.projects{background:linear-gradient(180deg,#f8f9fa,#fff);min-height:100vh;padding:6rem 2rem;position:relative}.projects-container{margin:0 auto;max-width:1200px}.projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:4rem}.project-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.project-card:hover{border-color:#667eea20;box-shadow:0 12px 40px #00000026}.project-header{align-items:center;display:flex;justify-content:space-between;padding:2rem;position:relative}.project-icon{font-size:3rem}.project-company{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:.5rem 1rem}.project-content{padding:2rem}.project-title{color:#2d3748;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.project-period{color:#718096;font-size:.9rem;font-weight:600;margin:0 0 1rem}.project-description{color:#4a5568;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.project-tech-stack{display:flex;flex-wrap:wrap;gap:.75rem}.project-tech-tag{border:2px solid;border-radius:20px;font-size:.85rem;font-weight:600;padding:.4rem 1rem;transition:all .3s ease}.project-tech-tag:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.projects-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;margin-top:5rem;padding:3rem;text-align:center}.projects-cta h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.projects-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.projects-contact-btn{background:#fff;border-radius:50px;box-shadow:0 8px 20px #0003;color:#667eea;display:inline-block;font-size:1.1rem;font-weight:700;padding:1.2rem 3rem;text-decoration:none;transition:all .3s ease}.projects-contact-btn:hover{box-shadow:0 12px 30px #0000004d;transform:translateY(-2px)}@media (max-width:768px){.projects{padding:4rem 1.5rem}.projects-grid{gap:2rem;grid-template-columns:1fr}.project-header{flex-direction:column;gap:1rem;text-align:center}.projects-cta{padding:2rem}.projects-cta h3{font-size:1.5rem}}.experience{background:linear-gradient(180deg,#f8f9fa,#fff);min-height:100vh;padding:6rem 2rem;position:relative}.experience-container{margin:0 auto;max-width:1000px}.timeline{margin-top:4rem;position:relative}.timeline:before{background:linear-gradient(180deg,#667eea,#764ba2 50%,#f093fb);bottom:0;content:"";left:30px;position:absolute;top:0;width:3px}.timeline-item{margin-bottom:3rem;padding-left:80px;position:relative}.timeline-marker{align-items:center;border-radius:50%;box-shadow:0 4px 15px #00000026;display:flex;height:60px;justify-content:center;left:0;position:absolute;top:0;width:60px;z-index:2}.timeline-icon{font-size:1.8rem}.timeline-content{width:100%}.experience-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.experience-card:hover{border-color:#667eea20;box-shadow:0 8px 30px #0000001f}.card-header{align-items:flex-start;border-left:4px solid #667eea;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding-left:1rem}.company-info{flex:1 1}.company-name{color:#2d3748;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.role-name{color:#667eea;font-size:1.1rem;font-weight:500;margin:0}.period-badge{border-radius:20px;font-size:.9rem;font-weight:600;padding:.5rem 1rem;white-space:nowrap}.experience-description{color:#4a5568;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{border:2px solid;border-radius:20px;font-size:.85rem;font-weight:600;padding:.4rem 1rem;transition:all .3s ease}.tech-tag:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}@media (max-width:768px){.experience{padding:4rem 1.5rem}.timeline:before{left:20px}.timeline-item{padding-left:60px}.timeline-marker{height:45px;width:45px}.timeline-icon{font-size:1.3rem}.card-header{flex-direction:column}.company-name{font-size:1.3rem}.role-name{font-size:1rem}.experience-card{padding:1.5rem}}.education{background:linear-gradient(180deg,#fff,#f8f9fa);min-height:100vh;padding:6rem 2rem;position:relative}.education-container{margin:0 auto;max-width:1200px}.education-content{margin-top:4rem}.subsection{margin-bottom:4rem}.subsection-title{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:2rem}.education-list{display:flex;flex-direction:column;gap:2rem}.education-card{align-items:center;background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:2rem;padding:2rem;transition:all .3s ease}.education-card:hover{border-color:#667eea20;box-shadow:0 8px 30px #0000001f}.edu-icon{align-items:center;border-radius:50%;box-shadow:0 4px 15px #0000001a;display:flex;flex-shrink:0;font-size:2.5rem;height:80px;justify-content:center;width:80px}.edu-content{flex:1 1}.edu-degree{color:#2d3748;font-size:1.3rem;font-weight:700;margin:0 0 .5rem}.edu-school{color:#718096;font-size:1.1rem;margin:0 0 .5rem}.edu-period{background:#f7fafc;border-radius:15px;display:inline-block;font-size:.95rem;font-weight:600;padding:.25rem .75rem}.awards-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.award-card{background:#fff;border-radius:16px;border-top:4px solid #667eea;box-shadow:0 4px 20px #00000014;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.award-card:hover{box-shadow:0 8px 30px #00000026}.award-icon{font-size:3rem;margin-bottom:1rem}.award-title{color:#2d3748;font-size:1.1rem;font-weight:700;line-height:1.4;margin:0 0 1rem;min-height:2.8rem}.award-type{border-radius:20px;display:inline-block;font-size:.9rem;font-weight:600;padding:.5rem 1rem}@media (max-width:768px){.education{padding:4rem 1.5rem}.education-card{flex-direction:column;text-align:center}.edu-icon{font-size:2rem;height:70px;width:70px}.awards-grid{grid-template-columns:1fr}.subsection-title{font-size:1.5rem}}.contact{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;overflow:hidden;padding:6rem 2rem;position:relative}.contact-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.contact-blob{border-radius:50%;filter:blur(60px);opacity:.3;position:absolute}.contact-blob-1{background:linear-gradient(135deg,#f093fb,#f5576c);height:400px;right:-10%;top:-10%;width:400px}.contact-blob-2{background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:-10%;height:350px;left:-10%;width:350px}.contact-container{margin:0 auto;max-width:1000px;position:relative;z-index:2}.section-subtitle.light,.section-title.light{color:#fff}.section-underline.light{background:#fff}.contact-content{margin-top:4rem}.contact-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:4rem}.contact-info-card{background:#fff;border-radius:16px;box-shadow:0 8px 30px #0003;padding:2rem;transition:all .3s ease}.contact-info-card:hover{box-shadow:0 12px 40px #0000004d}.contact-link{align-items:center;color:inherit;display:flex;gap:1.5rem;text-decoration:none}.contact-info-card:not(:has(.contact-link)){align-items:center;display:flex;gap:1.5rem}.contact-icon{align-items:center;border-radius:50%;box-shadow:0 4px 15px #00000026;display:flex;flex-shrink:0;font-size:1.8rem;height:60px;justify-content:center;width:60px}.contact-details h4{color:#718096;font-size:1rem;font-weight:600;letter-spacing:1px;margin:0 0 .5rem;text-transform:uppercase}.contact-details p{color:#2d3748;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0;word-break:break-all}.social-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:20px;margin-bottom:3rem;padding:3rem;text-align:center}.social-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:2rem}.social-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.social-link{align-items:center;border-radius:50px;box-shadow:0 4px 15px #0003;color:#fff;display:flex;font-weight:600;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.social-icon{font-size:1.5rem}.social-name{font-size:1rem}.cta-section{background:#fff;border-radius:20px;box-shadow:0 8px 30px #0003;padding:3rem;text-align:center}.cta-title{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-description{color:#718096;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.cta-email-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;box-shadow:0 8px 20px #667eea66;color:#fff;display:inline-block;font-size:1.1rem;font-weight:700;padding:1.2rem 3rem;text-decoration:none;transition:all .3s ease}.cta-email-button:hover{box-shadow:0 12px 30px #667eea80}.footer{border-top:1px solid #fff3;margin-top:4rem;padding-top:2rem;text-align:center}.footer p{color:#fff;font-size:.95rem;opacity:.9}@media (max-width:768px){.contact{padding:4rem 1.5rem}.contact-info-grid{grid-template-columns:1fr}.cta-section,.social-section{padding:2rem}.social-links{align-items:stretch;flex-direction:column}.social-link{justify-content:center}.cta-title{font-size:1.5rem}}.projects-page{background:#f8f9fa;min-height:100vh}.projects-page-header{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:8rem 2rem 4rem;position:relative}.header-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.header-blob{border-radius:50%;filter:blur(60px);opacity:.3;position:absolute}.header-blob-1{background:linear-gradient(135deg,#f093fb,#f5576c);height:400px;right:-10%;top:-10%;width:400px}.header-blob-2{background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:-10%;height:350px;left:-10%;width:350px}.header-content{color:#fff;margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.back-link{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50px;color:#fff;display:inline-block;font-size:1rem;margin-bottom:2rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.back-link:hover{background:#ffffff4d;transform:translateX(-5px)}.page-title{font-size:4rem;font-weight:800;margin-bottom:1rem}.page-subtitle{font-size:1.3rem;opacity:.95}.projects-filter-section{background:#fff;box-shadow:0 4px 20px #0000000d;padding:3rem 2rem}.projects-page-container{margin:0 auto;max-width:1200px}.filter-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.filter-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:50px;color:#4a5568;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.filter-icon{font-size:1.3rem}.filter-button:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33;color:#667eea;transform:translateY(-2px)}.filter-button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 15px #667eea4d;color:#fff}.projects-grid-section{padding:4rem 2rem}.projects-grid-page{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.project-card-page{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;transition:all .3s ease}.project-card-page:hover{border-color:#667eea20;box-shadow:0 12px 40px #00000026}.project-image-container{background:#f0f0f0;height:250px;overflow:hidden;position:relative;width:100%}.project-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card-page:hover .project-image{transform:scale(1.05)}.project-overlay{align-items:center;background:#667eeae6;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card-page:hover .project-overlay{opacity:1}.view-details{color:#fff;font-size:1.2rem;font-weight:600}.project-header-page{align-items:center;display:flex;height:250px;justify-content:center;padding:3rem}.project-icon-page{font-size:5rem}.project-content-page{padding:2rem;position:relative}.project-category-badge{background:#fff;border-radius:20px;box-shadow:0 4px 10px #0000001a;font-size:.85rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:20px;top:-15px}.project-title-page{color:#2d3748;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.project-year{color:#667eea;font-size:.9rem;font-weight:600;margin:0 0 1rem}.project-description-page{color:#4a5568;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.project-tech-stack-page{display:flex;flex-wrap:wrap;gap:.5rem}.project-tech-tag-page{background:#667eea10;color:#667eea}.project-tech-tag-page,.tech-more{border-radius:20px;font-size:.85rem;font-weight:600;padding:.4rem 1rem}.tech-more{background:#f0f0f0;color:#4a5568}.project-modal{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:20px;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}.modal-close{background:#f0f0f0;border:none;border-radius:50%;cursor:pointer;font-size:1.5rem;height:40px;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#667eea;color:#fff;transform:rotate(90deg)}.modal-header{border-bottom:2px solid #f0f0f0;padding:2rem 2rem 1rem}.modal-header h2{color:#2d3748;font-size:2rem;font-weight:700;margin:0 0 .5rem}.modal-year{color:#667eea;font-size:1rem;font-weight:600}.modal-images{grid-gap:1rem;background:#f8f9fa;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:2rem}.modal-images img{border-radius:12px;box-shadow:0 4px 15px #0000001a;width:100%}.modal-body{padding:2rem}.modal-description{color:#4a5568;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.modal-features{margin-bottom:2rem}.modal-features h3{color:#2d3748;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.modal-features ul{list-style:none;padding:0}.modal-features li{color:#4a5568;font-size:1rem;line-height:1.6;padding:.75rem 0 .75rem 2rem;position:relative}.modal-features li:before{color:#667eea;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.modal-technologies h3{color:#2d3748;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.modal-tech-tags{display:flex;flex-wrap:wrap;gap:.75rem}.modal-tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;color:#fff;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem}@media (max-width:768px){.projects-page-header{padding:6rem 1.5rem 3rem}.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.filter-buttons{flex-direction:column}.filter-button{justify-content:center;width:100%}.modal-images,.projects-grid-page{grid-template-columns:1fr}.modal-content{margin:1rem}}.modal-download{margin:1.5rem 0;text-align:center}.download-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50px;box-shadow:0 4px 15px #667eea66;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.download-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 6px 25px #667eea99;transform:translateY(-2px)}.download-button svg{height:20px;width:20px}.download-button:active{transform:translateY(0)}
/*# sourceMappingURL=main.f8382d39.css.map*/