.home{background-color:var(--bg-primary);color:var(--text-primary);display:block;font-family:lucida Sans;min-height:calc(100vh - 80px);padding:2rem 1rem;transition:all .3s ease;width:100%}.home .home-main{margin:0 auto;max-width:1200px;padding-top:2rem;text-align:center}.home .home-main .home-top{margin-bottom:2rem}.home .home-main .home-top img{border:4px solid #3498db;border-radius:50%;box-shadow:0 4px 12px var(--shadow-color);height:280px;margin-bottom:1.5rem}.home .home-main .home-top h1{color:var(--text-primary);font-size:2.5rem;font-weight:600;line-height:1.2;margin:0 0 1rem}.home .home-main .home-top h2{color:var(--text-secondary);font-size:1.5rem;font-weight:400;line-height:1.4;margin:0 auto;max-width:600px}.home .home-main .home-bottom{align-items:center;color:var(--text-primary);display:flex;gap:2rem;justify-content:center;margin-top:2rem}.home .home-main .home-bottom a{border-radius:8px;padding:.5rem;transition:all .3s ease}.home .home-main .home-bottom a:hover{background-color:var(--bg-secondary);transform:scale(1.1)}.home .home-main .home-bottom a .svg_img{filter:var(--icon-filter);height:32px;width:32px}.home-bottom a:hover svg{fill:#3498db;transition:fill .3s ease}@media(max-width:768px){.home{padding:1rem}.home .home-main{padding-top:1rem}.home .home-main .home-top img{height:220px}.home .home-main .home-top h1{font-size:2rem}.home .home-main .home-top h2{font-size:1.3rem}.home .home-main .home-bottom{gap:1.5rem}.home .home-main .home-bottom a .svg_img{height:28px;width:28px}}@media(max-width:480px){.home .home-main .home-top img{height:180px}.home .home-main .home-top h1{font-size:1.8rem}.home .home-main .home-top h2{font-size:1.1rem}.home .home-main .home-bottom{gap:1rem}.home .home-main .home-bottom a .svg_img{height:24px;width:24px}}.about{background-color:var(--bg-primary);color:var(--text-primary);margin:0 auto;max-width:1200px;padding:0 2rem;transition:all .3s ease}.about .about-header{margin:3rem 0 2rem;text-align:center}.about .about-header h1{color:var(--text-primary);font-size:2.5rem;font-weight:600;margin:0}.about .about-body .about-intro{margin:0 auto 3rem;max-width:800px;text-align:center}.about .about-body .about-intro p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about .about-body .about-intro p:last-child{margin-bottom:0}.about .about-body .about-current-job{display:flex;justify-content:center;margin:3rem 0}.about .about-body .about-current-job .job-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 24px var(--shadow-color);max-width:600px;padding:2rem;transition:all .3s ease;width:100%}.about .about-body .about-current-job .job-card:hover{box-shadow:0 12px 32px var(--shadow-color);transform:translateY(-5px)}.about .about-body .about-current-job .job-card .job-header{align-items:center;border-bottom:2px solid var(--border-color);display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.about .about-body .about-current-job .job-card .job-header .job-icon{color:#3498db;height:32px;width:32px}.about .about-body .about-current-job .job-card .job-header h2{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0}.about .about-body .about-current-job .job-card .job-content .job-title{color:var(--text-primary);font-size:1.3rem;font-weight:600;margin:0 0 .5rem}.about .about-body .about-current-job .job-card .job-content .job-company{color:#3498db;font-size:1.1rem;font-weight:500;margin:0 0 1rem}.about .about-body .about-current-job .job-card .job-content .job-description{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin:0}.about .about-body .about-cv-section{margin:3rem 0;text-align:center}.about .about-body .about-cv-section .cv-button-container .cv-download-btn{align-items:center;background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:50px;box-shadow:0 4px 16px #3498db4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.8rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.about .about-body .about-cv-section .cv-button-container .cv-download-btn:hover{background:linear-gradient(135deg,#2980b9,#1f5f8b);box-shadow:0 8px 24px #3498db66;transform:translateY(-3px)}.about .about-body .about-cv-section .cv-button-container .cv-download-btn img{filter:brightness(0) invert(1);height:20px;width:20px}.about .about-body .section-divider{background:linear-gradient(90deg,#0000,var(--border-color),#0000);border:none;height:2px;margin:3rem 0}.about .about-body .about-education .education-title{align-items:center;color:var(--text-primary);display:flex;font-size:1.8rem;font-weight:600;gap:1rem;justify-content:center;margin-bottom:2rem;text-align:center}.about .about-body .about-education .education-title .education-icon{color:#3498db;height:32px;width:32px}.about .about-body .about-education .education-items{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 auto;max-width:900px}.about .about-body .about-education .education-items .education-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 4px 16px var(--shadow-color);padding:2rem;transition:all .3s ease}.about .about-body .about-education .education-items .education-item:hover{box-shadow:0 8px 24px var(--shadow-color);transform:translateY(-5px)}.about .about-body .about-education .education-items .education-item .education-header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.about .about-body .about-education .education-items .education-item .education-header h3{color:var(--text-primary);font-size:1.3rem;font-weight:600;margin:0}.about .about-body .about-education .education-items .education-item .education-header .education-year{background:#3498db1a;border:1px solid #3498db33;border-radius:20px;color:#3498db;font-size:.9rem;font-weight:500;padding:.4rem 1rem}.about .about-body .about-education .education-items .education-item .education-institution{color:var(--text-primary);font-size:1.1rem;font-weight:500;margin:0 0 .5rem}.about .about-body .about-education .education-items .education-item .education-specialization{color:var(--text-secondary);font-size:1rem;margin:0 0 .5rem}.about .about-body .about-education .education-items .education-item .education-location{color:var(--text-secondary);font-size:.9rem;margin:0}@media(max-width:768px){.about{padding:0 1rem}.about .about-header h1{font-size:2rem}.about .about-body .about-current-job .job-card{margin:0 1rem;padding:1.5rem}.about .about-body .about-current-job .job-card .job-header{flex-direction:column;gap:.8rem;text-align:center}.about .about-body .about-education .education-items{gap:1.5rem;grid-template-columns:1fr}.about .about-body .about-education .education-items .education-item{padding:1.5rem}.about .about-body .about-education .education-items .education-item .education-header{flex-direction:column;gap:.8rem;text-align:center}}@media(max-width:480px){.about .about-header h1{font-size:1.8rem}.about .about-body .about-current-job .job-card,.about .about-body .about-education .education-items .education-item{padding:1rem}}.projects{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;padding:2rem;transition:all .3s ease}.projects .projects-container{margin:0 auto;max-width:1200px}.projects .projects-header{margin-bottom:3rem;text-align:center}.projects .projects-header h1{align-items:center;color:var(--text-primary);display:flex;font-size:2.5rem;gap:.5rem;justify-content:center;margin-bottom:1rem}.projects .projects-header h1 .header-icon{color:#3498db;font-size:2rem}.projects .projects-header p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.projects .projects-section{margin-bottom:3rem}.projects .projects-section .section-title{align-items:center;border-bottom:2px solid var(--border-color);color:var(--text-primary);display:flex;font-size:1.8rem;gap:.5rem;margin-bottom:2rem;padding-bottom:.5rem}.projects .projects-section .section-title .section-icon{color:#3498db}.projects .projects-section .projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.projects .project-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 12px var(--shadow-color);padding:1.5rem;transition:all .3s ease}.projects .project-card:hover{box-shadow:0 8px 24px var(--shadow-color);transform:translateY(-5px)}.projects .project-card .project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.projects .project-card .project-header .project-title{color:var(--text-primary);flex:1 1;font-size:1.3rem;font-weight:600;margin:0}.projects .project-card .project-header .project-status .status{align-items:center;border-radius:20px;display:inline-flex;font-size:.8rem;font-weight:500;gap:.3rem;letter-spacing:.5px;padding:.3rem .8rem;text-transform:uppercase}.projects .project-card .project-header .project-status .status.ongoing{background:#ffc10733;border:1px solid #ffc1074d;color:#ffc107}.projects .project-card .project-header .project-status .status.completed{background:#28a74533;border:1px solid #28a7454d;color:#28a745}.projects .project-card .project-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.projects .project-card .project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.projects .project-card .project-technologies .tech-tag{background:#3498db1a;border:1px solid #3498db33;border-radius:15px;color:#3498db;font-size:.8rem;font-weight:500;padding:.3rem .8rem;transition:all .3s ease}.projects .project-card .project-technologies .tech-tag:hover{background:#3498db33;transform:translateY(-1px)}.projects .project-card .project-links{display:flex;flex-wrap:wrap;gap:1rem}.projects .project-card .project-links .project-link{align-items:center;border:1px solid #0000;border-radius:8px;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s ease}.projects .project-card .project-links .project-link.github{background:#24292e;color:#fff}.projects .project-card .project-links .project-link.github:hover{background:#2f363d;box-shadow:0 4px 12px #24292e4d;transform:translateY(-2px)}.projects .project-card .project-links .project-link.live{background:#3498db;color:#fff}.projects .project-card .project-links .project-link.live:hover{background:#2980b9;box-shadow:0 4px 12px #3498db4d;transform:translateY(-2px)}@media(max-width:768px){.projects{padding:1rem}.projects .projects-header h1{font-size:2rem}.projects .projects-section .projects-grid{gap:1.5rem;grid-template-columns:1fr}.projects .project-card{padding:1.2rem}.projects .project-card .project-header{align-items:flex-start;flex-direction:column;gap:.8rem}.projects .project-card .project-header .project-status{align-self:flex-start}.projects .project-card .project-links{flex-direction:column}.projects .project-card .project-links .project-link{justify-content:center}}@media(max-width:480px){.projects .projects-header h1{font-size:1.8rem}.projects .project-card{padding:1rem}}.publication{background-color:var(--bg-primary);color:var(--text-primary);margin:0 auto;max-width:1200px;padding:2rem;transition:all .3s ease}.publication .content .pub-sec article header{margin-bottom:3rem;text-align:center}.publication .content .pub-sec article header .title{border-bottom:3px solid #3498db;color:var(--text-primary);font-size:2.5rem;font-weight:600;margin:0;padding-bottom:1rem}.publication .content .pub-sec article .publication-section{margin-bottom:3rem}.publication .content .pub-sec article .publication-section h2{align-items:center;border-bottom:2px solid #3498db;color:var(--text-primary);display:flex;font-size:1.8rem;font-weight:600;gap:.5rem;margin-bottom:2rem;padding-bottom:.5rem}.publication .content .pub-sec article .publication-section h2:before{background:#3498db;border-radius:50%;content:"";height:20px;width:20px}.publication .content .pub-sec article .publication-section .publication-item{background:var(--bg-secondary);border-left:4px solid #3498db;border:1px solid var(--border-color);border-radius:0 12px 12px 0;box-shadow:0 4px 12px var(--shadow-color);margin-bottom:1.5rem;padding:2rem;transition:all .3s ease}.publication .content .pub-sec article .publication-section .publication-item:hover{box-shadow:0 8px 25px var(--shadow-color);transform:translateY(-3px)}.publication .content .pub-sec article .publication-section .publication-item .authors{color:var(--text-secondary);font-size:1.1rem;font-style:italic;line-height:1.4;margin-bottom:.75rem}.publication .content .pub-sec article .publication-section .publication-item .title{color:var(--text-primary);font-size:1.4rem;font-weight:600;line-height:1.4;margin-bottom:1rem}.publication .content .pub-sec article .publication-section .publication-item .venue{color:var(--text-secondary);font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.publication .content .pub-sec article .publication-section .publication-item .publication-links{display:flex;flex-wrap:wrap;gap:1rem}.publication .content .pub-sec article .publication-section .publication-item .publication-links a{align-items:center;background:#3498db;border-radius:8px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .3s ease}.publication .content .pub-sec article .publication-section .publication-item .publication-links a:hover{background:#2980b9;box-shadow:0 4px 12px #3498db4d;transform:translateY(-2px)}.publication .content .pub-sec article .publication-section .publication-item .publication-links a img{filter:brightness(0) invert(1);height:16px;width:16px}@media(max-width:768px){.publication{padding:1rem}.publication .content .pub-sec article header .title{font-size:2rem}.publication .content .pub-sec article .publication-section h2{font-size:1.5rem}.publication .content .pub-sec article .publication-section .publication-item{padding:1.5rem}.publication .content .pub-sec article .publication-section .publication-item .title{font-size:1.2rem}.publication .content .pub-sec article .publication-section .publication-item .publication-links{flex-direction:column}.publication .content .pub-sec article .publication-section .publication-item .publication-links a{justify-content:center}}@media(max-width:480px){.publication .content .pub-sec article header .title{font-size:1.8rem}.publication .content .pub-sec article .publication-section h2{font-size:1.3rem}.publication .content .pub-sec article .publication-section .publication-item{padding:1rem}.publication .content .pub-sec article .publication-section .publication-item .title{font-size:1.1rem}}.post{margin:0 auto;max-width:800px;padding:2rem 1rem}.post .post-header{margin-bottom:3rem;text-align:center}.post .post-header h1{color:var(--text-primary);font-size:2.5rem;margin-bottom:.5rem}.post .post-header p{color:var(--text-secondary);font-size:1.1rem;font-style:italic}.post .blog-list .blog-post{background:var(--bg-secondary);border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2rem;transition:transform .2s ease,box-shadow .2s ease}.post .blog-list .blog-post:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.post .blog-list .blog-post .post-meta{display:flex;gap:1rem;margin-bottom:1rem}.post .blog-list .blog-post .post-meta .post-date,.post .blog-list .blog-post .post-meta .read-time{color:var(--text-secondary);font-size:.9rem;font-weight:500}.post .blog-list .blog-post .post-title{color:var(--text-primary);font-size:1.5rem;line-height:1.3;margin-bottom:1rem}.post .blog-list .blog-post .post-excerpt{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.post .blog-list .blog-post .post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.post .blog-list .blog-post .post-tags .tag{background:var(--accent-color);border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.post .blog-list .blog-post .read-more-btn{background:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.5rem;transition:background-color .2s ease}.post .blog-list .blog-post .read-more-btn:hover{background:var(--primary-color-dark)}.post .coming-soon{background:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:12px;padding:3rem 2rem;text-align:center}.post .coming-soon p{color:var(--text-secondary);font-size:1.1rem;margin:0}@media(max-width:768px){.post{padding:1rem}.post .post-header h1{font-size:2rem}.post .blog-list .blog-post{padding:1.5rem}.post .blog-list .blog-post .post-title{font-size:1.3rem}}*{margin:0;top:0}.app{background-color:var(--bg-primary);color:var(--text-primary);display:flex;flex-direction:row;justify-content:center;margin:1rem 1rem 0;max-width:100%;min-height:90vh;padding-left:2rem;padding-right:2rem;position:relative;transition:all .3s ease}.app .app-container{width:70%}.footer-container{background-color:var(--bg-primary);bottom:0;position:relative;transition:all .3s ease}:root{--bg-primary:#fff;--bg-secondary:#f8f9fa;--text-primary:#484848;--text-secondary:#6c757d;--border-color:#dee2e6;--shadow-color:#0000001a}[data-theme=dark]{--bg-primary:#1a1a1a;--bg-secondary:#2d2d2d;--text-primary:#fff;--text-secondary:#b3b3b3;--border-color:#404040;--shadow-color:#0000004d}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-primary);color:#484848;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:all .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.navbar{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);box-shadow:0 2px 20px var(--shadow-color);color:var(--text-primary);position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.navbar .navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.navbar .navbar-container,.navbar .navbar-container .left-nav{align-items:center;display:flex}.navbar .navbar-container .left-nav .nav-title{color:var(--text-primary);font-size:1.5rem;font-weight:700;letter-spacing:1px;position:relative;text-decoration:none;transition:all .3s ease}.navbar .navbar-container .left-nav .nav-title:hover{color:#3498db;transform:translateY(-1px)}.navbar .navbar-container .left-nav .nav-title:after{background:linear-gradient(90deg,#3498db,#2980b9);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar .navbar-container .left-nav .nav-title:hover:after{width:100%}.navbar .navbar-container .right-nav{align-items:center;display:flex;gap:2rem}.navbar .navbar-container .right-nav .nav-item{color:var(--text-primary);cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;transition:all .3s ease}.navbar .navbar-container .right-nav .nav-item:hover{color:#3498db;transform:translateY(-1px)}.navbar .navbar-container .right-nav .nav-item:after{background:linear-gradient(90deg,#3498db,#2980b9);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar .navbar-container .right-nav .nav-item:hover:after{width:100%}.navbar .navbar-container .right-nav .nav-divider{background:linear-gradient(180deg,#0000,var(--border-color),#0000);height:24px;margin:0 .5rem;width:1px}.navbar .navbar-container .right-nav .theme-container{align-items:center;display:flex;justify-content:center}.navbar .navbar-container .right-nav .theme-container .theme-toggle-btn{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:50%;color:var(--icon-color);cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;padding:.6rem;transition:all .3s ease;width:40px}.navbar .navbar-container .right-nav .theme-container .theme-toggle-btn svg{fill:var(--icon-color)!important;color:var(--icon-color)!important;height:16px;transition:color .3s ease;width:16px}.navbar .navbar-container .right-nav .theme-container .theme-toggle-btn:hover{background-color:#3498db;box-shadow:0 4px 12px #3498db4d;color:var(--icon-hover-color);transform:scale(1.05)}.navbar .navbar-container .right-nav .theme-container .theme-toggle-btn:hover svg{fill:var(--icon-hover-color)!important;color:var(--icon-hover-color)!important}.navbar .navbar-container .right-nav .theme-container .theme-toggle-btn:active{transform:scale(.95)}.mobile-menu-btn{cursor:pointer;display:none;flex-direction:column;padding:.5rem}.mobile-menu-btn span{background-color:var(--text-primary);border-radius:2px;height:3px;margin:3px 0;transition:all .3s ease;width:25px}.mobile-menu-btn.active span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media(max-width:768px){.navbar .navbar-container{padding:1rem}.navbar .navbar-container .right-nav{gap:1rem}.navbar .navbar-container .right-nav .nav-item{font-size:.9rem}.navbar .navbar-container .right-nav .nav-divider{display:none}.navbar .navbar-container .right-nav .theme-container .theme-toggle-btn{height:36px;padding:.5rem;width:36px}}@media(max-width:640px){.navbar .navbar-container .left-nav .nav-title{font-size:1.3rem}.navbar .navbar-container .right-nav{gap:.75rem}.navbar .navbar-container .right-nav .nav-item{font-size:.85rem}}@media(max-width:480px){.navbar .navbar-container{padding:.75rem 1rem}.navbar .navbar-container .left-nav .nav-title{font-size:1.2rem}.navbar .navbar-container .right-nav{gap:.5rem}.navbar .navbar-container .right-nav .nav-item{font-size:.8rem}.navbar .navbar-container .right-nav .theme-container .theme-toggle-btn{height:32px;padding:.4rem;width:32px}}.footer{background-color:var(--bg-primary);border-top:1px solid var(--border-color);bottom:0;font-family:lucida Sans;padding:1rem 0;text-align:center;transition:all .3s ease;width:100%}.footer,.footer-p{color:var(--text-primary)}.footer-p{margin:0;padding:5px}.footer-span{cursor:pointer;transition:color .3s ease}.footer-span:hover{color:#3498db}
/*# sourceMappingURL=main.086c5650.css.map*/