body.dark-theme{--primary-color: #4dabf7;--accent-color: #be4bdb;--text-color: #e0e0e0;--text-light: #b0b0b0;--bg-color: #121212;--bg-alt: #1e1e1e;--border-color: #333;--shadow-color: rgba(0, 0, 0, .3);--navbar-bg: rgba(18, 18, 18, .9)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--text-color);background-color:var(--bg-color);line-height:1.6;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}a{text-decoration:none;color:var(--primary-color)}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1rem 0;background-color:var(--navbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px var(--shadow-color);transition:transform .3s ease,padding .3s ease,background-color .3s}.navbar.navbar-hidden{transform:translateY(-100%)}.navbar.navbar-scrolled{padding:.5rem 0;box-shadow:0 5px 15px var(--shadow-color)}.navbar .navbar-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.navbar .logo .logo-link{display:inline-flex;align-items:center;text-decoration:none}.navbar .logo .logo-text{font-size:1.5rem;font-weight:700;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar .mobile-menu-btn{display:none;background:none;border:none;width:40px;height:40px;padding:5px;cursor:pointer}.navbar .mobile-menu-btn .menu-icon{position:relative;display:block;width:30px;height:2px;background-color:var(--text-color);transition:all .3s ease}.navbar .mobile-menu-btn .menu-icon:before,.navbar .mobile-menu-btn .menu-icon:after{content:"";position:absolute;width:30px;height:2px;background-color:var(--text-color);transition:all .3s ease}.navbar .mobile-menu-btn .menu-icon:before{transform:translateY(-10px)}.navbar .mobile-menu-btn .menu-icon:after{transform:translateY(10px)}.navbar .mobile-menu-btn .menu-icon.open{background-color:transparent}.navbar .mobile-menu-btn .menu-icon.open:before{transform:rotate(45deg)}.navbar .mobile-menu-btn .menu-icon.open:after{transform:rotate(-45deg)}@media (max-width: 768px){.navbar .mobile-menu-btn{display:block}}.navbar .nav-links{display:flex;gap:2rem}.navbar .nav-links .nav-link{position:relative;color:var(--text-color);padding:.5rem 0;text-decoration:none;font-weight:500;transition:color .3s ease}.navbar .nav-links .nav-link:hover,.navbar .nav-links .nav-link.router-link-active{color:var(--primary-color)}.navbar .nav-links .nav-link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--gradient);transition:width .3s ease}.navbar .nav-links .nav-link:hover:after,.navbar .nav-links .nav-link.router-link-active:after{width:100%}@media (max-width: 768px){.navbar .nav-links{position:fixed;top:70px;left:0;width:100%;flex-direction:column;align-items:center;background-color:var(--navbar-bg);padding:2rem;gap:1.5rem;box-shadow:0 5px 15px var(--shadow-color);transform:translateY(-150%);transition:transform .3s ease-in-out;opacity:0;visibility:hidden}.navbar .nav-links.active{transform:translateY(0);opacity:1;visibility:visible}.navbar .nav-links .nav-link{width:100%;text-align:center;padding:1rem}.navbar .nav-links .nav-link:after{display:none}.navbar .nav-links .nav-link:hover,.navbar .nav-links .nav-link.router-link-active{background-color:rgba(var(--primary-color-rgb),.1)}}.main-content{flex:1;margin-top:70px}.page-enter-active,.page-leave-active{transition:opacity .3s ease,transform .3s ease}.page-enter-from,.page-leave-to{opacity:0;transform:translateY(20px)}.footer{background-color:var(--bg-alt);padding:3rem 0 1.5rem;border-top:1px solid var(--border-color)}.footer .footer-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer .footer-section .footer-title{font-size:1.2rem;margin-bottom:1rem;position:relative;display:inline-block}.footer .footer-section .footer-title:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:2px;background:var(--gradient)}.footer .footer-section .footer-text{color:var(--text-light);margin-bottom:.5rem}.footer .footer-section .footer-links{display:flex;flex-direction:column;gap:.5rem}.footer .footer-section .footer-links .footer-link{color:var(--text-light);transition:color .3s ease,transform .3s ease;display:inline-block}.footer .footer-section .footer-links .footer-link:hover{color:var(--primary-color);transform:translate(5px)}.footer .footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid var(--border-color)}.footer .footer-bottom .copyright{color:var(--text-light);font-size:.9rem}.theme-toggle{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:var(--gradient);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;box-shadow:0 5px 15px var(--shadow-color);transition:transform .3s ease}.theme-toggle:hover{transform:scale(1.1)}.theme-toggle .theme-icon{font-size:1.5rem}:root{--primary-color: #3498db;--accent-color: #8e44ad;--text-color: #333;--text-light: #666;--bg-color: #fff;--bg-alt: #f9f9f9;--border-color: #eee;--shadow-color: rgba(0, 0, 0, .1);--navbar-bg: rgba(255, 255, 255, .9);--gradient: linear-gradient(45deg, var(--primary-color), var(--accent-color))}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--bg-color);scroll-behavior:smooth}body{min-height:100vh;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-color)}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 1200px){.container{max-width:992px}}@media (max-width: 992px){.container{max-width:768px}}@media (max-width: 768px){.container{max-width:576px}}@media (max-width: 576px){.container{max-width:100%;padding:0 15px}}.shader-container[data-v-b3980cbc]{position:absolute;top:10%;left:24%;width:52%;height:80%;z-index:0}@media (max-width: 1200px){.shader-container[data-v-b3980cbc]{top:8%;left:20%;width:60%;height:70%}}@media (max-width: 992px){.shader-container[data-v-b3980cbc]{top:6%;left:15%;width:70%;height:60%}}@media (max-width: 768px){.shader-container[data-v-b3980cbc]{top:4%;left:10%;width:80%;height:50%}}@media (max-width: 576px){.shader-container[data-v-b3980cbc]{top:20%;left:5%;width:90%;height:40%}}.home[data-v-0ce0c788]{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.shader-controls-container[data-v-0ce0c788]{position:fixed;top:10%;right:20px;z-index:100}.shader-controls[data-v-0ce0c788]{display:flex;justify-content:center;gap:1rem;position:relative;z-index:10}.shader-controls .shader-button[data-v-0ce0c788]{padding:.5rem 1rem;border-radius:20px;background-color:#ffffff4d;color:#fff;border:1px solid rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease;font-weight:700;text-shadow:0 0 5px rgba(0,0,0,.7);box-shadow:0 0 15px #0000004d}.shader-controls .shader-button[data-v-0ce0c788]:hover{background-color:#ffffff80;transform:translateY(-2px)}.shader-controls .shader-button.active[data-v-0ce0c788]{background-color:#fff9;box-shadow:0 0 15px #ffffff80}.hero[data-v-0ce0c788]{height:90vh;display:flex;align-items:center;justify-content:center;text-align:center}.hero .hero-content[data-v-0ce0c788]{max-width:800px;z-index:2}.hero .title[data-v-0ce0c788]{font-size:3.5rem;margin-bottom:1rem}.hero .title .title-animation[data-v-0ce0c788]{display:inline-block;background:linear-gradient(45deg,#3498db,#8e44ad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:400% 400%;animation:gradient-0ce0c788 8s ease infinite}.hero .subtitle[data-v-0ce0c788]{font-size:1.5rem;margin-bottom:2rem;opacity:.8}.hero .subtitle .subtitle-animation[data-v-0ce0c788]{display:inline-block;animation:fadeInUp-0ce0c788 1s ease .5s both}.hero .cta-buttons[data-v-0ce0c788]{display:flex;gap:1rem;justify-content:center}.hero .cta-buttons .btn[data-v-0ce0c788]{padding:12px 28px;border-radius:30px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.hero .cta-buttons .btn[data-v-0ce0c788]:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.hero .cta-buttons .btn-primary[data-v-0ce0c788]{background:linear-gradient(45deg,#3498db,#8e44ad);color:#fff}.hero .cta-buttons .btn-secondary[data-v-0ce0c788]{background-color:transparent;border:2px solid #3498db;color:#3498db}.section-title[data-v-0ce0c788]{font-size:2rem;margin:4rem 0 2rem;position:relative;display:inline-block}.section-title[data-v-0ce0c788]:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(45deg,#3498db,#8e44ad)}.featured-projects[data-v-0ce0c788]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.featured-projects .featured-card[data-v-0ce0c788]{border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.featured-projects .featured-card[data-v-0ce0c788]:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.featured-projects .featured-card .image-placeholder[data-v-0ce0c788]{height:180px;background:linear-gradient(45deg,#f3f3f3,#e0e0e0)}.featured-projects .featured-card .card-content[data-v-0ce0c788]{padding:1.5rem}.featured-projects .featured-card .card-content h3[data-v-0ce0c788]{margin-top:0;margin-bottom:.5rem;font-size:1.4rem}.featured-projects .featured-card .card-content p[data-v-0ce0c788]{margin-bottom:1rem;color:#666}.featured-projects .featured-card .card-content .learn-more[data-v-0ce0c788]{color:#3498db;text-decoration:none;font-weight:600;display:inline-block;position:relative}.featured-projects .featured-card .card-content .learn-more[data-v-0ce0c788]:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#3498db;transition:width .3s ease}.featured-projects .featured-card .card-content .learn-more[data-v-0ce0c788]:hover:after{width:100%}.posts-grid[data-v-0ce0c788]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.posts-grid .post-card[data-v-0ce0c788]{padding:2rem;border-radius:10px;background-color:#fff;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease}.posts-grid .post-card[data-v-0ce0c788]:hover{transform:translateY(-5px)}.posts-grid .post-card h3[data-v-0ce0c788]{margin-top:0;margin-bottom:.5rem;font-size:1.4rem}.posts-grid .post-card .post-date[data-v-0ce0c788]{font-size:.9rem;color:#999;margin-bottom:1rem}.posts-grid .post-card .post-excerpt[data-v-0ce0c788]{margin-bottom:1.5rem;color:#666}.posts-grid .post-card .read-more[data-v-0ce0c788]{color:#3498db;text-decoration:none;font-weight:600}@keyframes gradient-0ce0c788{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fadeInUp-0ce0c788{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.projects[data-v-1a2ec049]{width:100%;max-width:1200px;margin:0 auto;padding:2rem 20px;position:relative}.projects-header[data-v-1a2ec049]{text-align:center;margin-bottom:3rem}.projects-header .page-title[data-v-1a2ec049]{font-size:3rem;margin-bottom:1rem;background:linear-gradient(45deg,#3498db,#8e44ad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.projects-header .page-subtitle[data-v-1a2ec049]{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.category-filter[data-v-1a2ec049]{display:flex;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.category-filter .filter-btn[data-v-1a2ec049]{background:none;border:none;padding:.8rem 1.5rem;margin:0 .5rem 1rem;font-size:1rem;cursor:pointer;border-radius:30px;transition:all .3s ease}.category-filter .filter-btn[data-v-1a2ec049]:hover{background-color:#3498db1a}.category-filter .filter-btn.active[data-v-1a2ec049]{background-color:#3498db;color:#fff;box-shadow:0 4px 10px #3498db4d}.projects-grid[data-v-1a2ec049]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.project-card[data-v-1a2ec049]{border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.project-card[data-v-1a2ec049]:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.project-card:hover .project-overlay[data-v-1a2ec049]{opacity:1}.project-card .project-thumbnail[data-v-1a2ec049]{position:relative;overflow:hidden}.project-card .project-thumbnail .image-placeholder[data-v-1a2ec049]{height:200px;background:linear-gradient(45deg,#f3f3f3,#e0e0e0)}.project-card .project-thumbnail .project-overlay[data-v-1a2ec049]{position:absolute;top:0;left:0;width:100%;height:100%;background:#3498dbcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card .project-thumbnail .project-overlay .view-project[data-v-1a2ec049]{color:#fff;font-weight:600;padding:.5rem 1rem;border:2px solid white;border-radius:30px}.project-card .project-info[data-v-1a2ec049]{padding:1.5rem}.project-card .project-info h3[data-v-1a2ec049]{margin-top:0;margin-bottom:.5rem;font-size:1.3rem}.project-card .project-info .project-category[data-v-1a2ec049]{display:inline-block;font-size:.9rem;color:#3498db;margin-bottom:1rem}.project-card .project-info .project-summary[data-v-1a2ec049]{color:#666;margin:0;line-height:1.5}.project-modal[data-v-1a2ec049]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center}.project-modal .modal-backdrop[data-v-1a2ec049]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3}.project-modal .modal-content[data-v-1a2ec049]{position:relative;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0000004d}.project-modal .modal-content .close-btn[data-v-1a2ec049]{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#999;transition:color .3s ease}.project-modal .modal-content .close-btn[data-v-1a2ec049]:hover{color:#333}.project-modal .modal-content h2[data-v-1a2ec049]{margin-top:0;margin-bottom:1rem;font-size:2rem}.project-modal .modal-content .project-meta[data-v-1a2ec049]{margin-bottom:2rem}.project-modal .modal-content .project-meta .project-category[data-v-1a2ec049],.project-modal .modal-content .project-meta .project-date[data-v-1a2ec049]{display:inline-block;margin-right:1rem;font-size:.9rem;color:#666}.project-modal .modal-content .project-meta .project-category[data-v-1a2ec049]{color:#3498db}.project-modal .modal-content .project-image[data-v-1a2ec049]{margin-bottom:2rem;border-radius:8px;overflow:hidden}.project-modal .modal-content .project-image .image-placeholder[data-v-1a2ec049]{height:400px;background:linear-gradient(45deg,#f3f3f3,#e0e0e0)}.project-modal .modal-content .project-description[data-v-1a2ec049]{margin-bottom:2rem;line-height:1.6}.project-modal .modal-content .project-description ul[data-v-1a2ec049]{padding-left:1.5rem}.project-modal .modal-content .project-demo .demo-container[data-v-1a2ec049]{display:flex;justify-content:center;margin-top:1rem}.project-modal .modal-content .project-demo .demo-link[data-v-1a2ec049]{display:inline-block;padding:1rem 2rem;background:linear-gradient(45deg,#3498db,#8e44ad);color:#fff;text-decoration:none;border-radius:30px;font-weight:600;transition:transform .3s,box-shadow .3s}.project-modal .modal-content .project-demo .demo-link[data-v-1a2ec049]:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.social-link[data-v-7d5d4e76]{width:40px;height:40px;border-radius:50%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background-color .3s ease}.social-link[data-v-7d5d4e76]:hover{transform:translateY(-3px);background-color:#e0e0e0}.social-link .icon[data-v-7d5d4e76]{width:20px;height:20px;display:block}.blog[data-v-7d5d4e76]{width:100%;max-width:1200px;margin:0 auto;padding:2rem 20px}.blog-header[data-v-7d5d4e76]{text-align:center;margin-bottom:2rem}.blog-header .page-title[data-v-7d5d4e76]{font-size:3rem;margin-bottom:1rem;background:linear-gradient(45deg,#3498db,#8e44ad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blog-header .page-subtitle[data-v-7d5d4e76]{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto 1.5rem}.blog-header .blog-actions[data-v-7d5d4e76]{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.blog-header .blog-actions .search-container[data-v-7d5d4e76]{width:100%;max-width:400px}.blog-header .blog-actions .search-container .search-input[data-v-7d5d4e76]{width:100%;padding:.8rem 1.2rem;border-radius:30px;border:1px solid #ddd;font-size:1rem;transition:all .3s ease}.blog-header .blog-actions .search-container .search-input[data-v-7d5d4e76]:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.blog-header .blog-actions .new-post-btn[data-v-7d5d4e76]{padding:.8rem 1.5rem;background:linear-gradient(45deg,#3498db,#8e44ad);color:#fff;border:none;border-radius:30px;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.blog-header .blog-actions .new-post-btn[data-v-7d5d4e76]:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.blog-categories[data-v-7d5d4e76]{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.blog-categories .category-btn[data-v-7d5d4e76]{background:none;border:none;padding:.6rem 1.2rem;margin:0 .5rem .5rem;font-size:.95rem;cursor:pointer;border-radius:20px;transition:all .3s ease}.blog-categories .category-btn[data-v-7d5d4e76]:hover{background-color:#3498db1a}.blog-categories .category-btn.active[data-v-7d5d4e76]{background-color:#3498db;color:#fff;box-shadow:0 2px 8px #3498db4d}.blog-content .post-list .no-posts[data-v-7d5d4e76]{text-align:center;padding:3rem 0;color:#999}.blog-content .post-list .post-item[data-v-7d5d4e76]{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #eee}.blog-content .post-list .post-item[data-v-7d5d4e76]:last-child{border-bottom:none}.blog-content .post-list .post-item .post-meta[data-v-7d5d4e76]{display:flex;align-items:center;margin-bottom:.5rem}.blog-content .post-list .post-item .post-meta .post-date[data-v-7d5d4e76],.blog-content .post-list .post-item .post-meta .post-category[data-v-7d5d4e76]{font-size:.9rem;color:#666;margin-right:1rem}.blog-content .post-list .post-item .post-meta .post-category[data-v-7d5d4e76]{color:#3498db}.blog-content .post-list .post-item .post-title[data-v-7d5d4e76]{font-size:1.8rem;margin:.5rem 0;cursor:pointer;transition:color .2s ease}.blog-content .post-list .post-item .post-title[data-v-7d5d4e76]:hover{color:#3498db}.blog-content .post-list .post-item .post-excerpt[data-v-7d5d4e76]{color:#666;margin-bottom:1.5rem;line-height:1.6}.blog-content .post-list .post-item .post-actions[data-v-7d5d4e76]{display:flex;justify-content:space-between;align-items:center}.blog-content .post-list .post-item .post-actions .read-btn[data-v-7d5d4e76]{background:none;border:none;color:#3498db;font-weight:600;cursor:pointer;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s ease}.blog-content .post-list .post-item .post-actions .read-btn[data-v-7d5d4e76]:hover{background-color:#3498db1a}.blog-content .post-list .post-item .post-actions .post-controls[data-v-7d5d4e76]{display:flex;gap:.5rem}.blog-content .post-list .post-item .post-actions .post-controls button[data-v-7d5d4e76]{background:none;border:1px solid #ddd;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.blog-content .post-list .post-item .post-actions .post-controls .edit-btn[data-v-7d5d4e76]{color:#666}.blog-content .post-list .post-item .post-actions .post-controls .edit-btn[data-v-7d5d4e76]:hover{background-color:#f5f5f5;border-color:#ccc}.blog-content .post-list .post-item .post-actions .post-controls .delete-btn[data-v-7d5d4e76]{color:#e74c3c}.blog-content .post-list .post-item .post-actions .post-controls .delete-btn[data-v-7d5d4e76]:hover{background-color:#e74c3c1a;border-color:#e74c3c}.post-modal[data-v-7d5d4e76]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center}.post-modal .modal-backdrop[data-v-7d5d4e76]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3}.post-modal .modal-content[data-v-7d5d4e76]{position:relative;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0000004d}.post-modal .modal-content.editor-modal[data-v-7d5d4e76]{max-width:900px}.post-modal .modal-content .close-btn[data-v-7d5d4e76]{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#999;transition:color .3s ease}.post-modal .modal-content .close-btn[data-v-7d5d4e76]:hover{color:#333}.post-modal .modal-content .post-header[data-v-7d5d4e76]{margin-bottom:2rem}.post-modal .modal-content .post-header h1[data-v-7d5d4e76]{font-size:2.5rem;margin-top:0;margin-bottom:1rem}.post-modal .modal-content .post-header .post-info[data-v-7d5d4e76]{display:flex;align-items:center}.post-modal .modal-content .post-header .post-info .post-date[data-v-7d5d4e76],.post-modal .modal-content .post-header .post-info .post-category[data-v-7d5d4e76]{font-size:.9rem;color:#666;margin-right:1rem}.post-modal .modal-content .post-header .post-info .post-category[data-v-7d5d4e76]{color:#3498db}.post-modal .modal-content .post-body[data-v-7d5d4e76]{line-height:1.8}.post-modal .modal-content .post-body h2[data-v-7d5d4e76]{margin-top:2rem;margin-bottom:1rem;font-size:1.8rem}.post-modal .modal-content .post-body p[data-v-7d5d4e76]{margin-bottom:1.5rem}.post-modal .modal-content .post-body ul[data-v-7d5d4e76],.post-modal .modal-content .post-body ol[data-v-7d5d4e76]{margin-bottom:1.5rem;padding-left:1.5rem}.post-modal .post-editor .form-group[data-v-7d5d4e76]{margin-bottom:1.5rem}.post-modal .post-editor .form-group label[data-v-7d5d4e76]{display:block;margin-bottom:.5rem;font-weight:600}.post-modal .post-editor .form-group .form-control[data-v-7d5d4e76]{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.post-modal .post-editor .form-group .form-control[data-v-7d5d4e76]:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db1a}.post-modal .post-editor .form-group .textarea-sm[data-v-7d5d4e76]{min-height:100px;resize:vertical}.post-modal .post-editor .form-group .textarea-lg[data-v-7d5d4e76]{min-height:300px;resize:vertical}.post-modal .post-editor .form-actions[data-v-7d5d4e76]{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.post-modal .post-editor .form-actions button[data-v-7d5d4e76]{padding:.8rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease}.post-modal .post-editor .form-actions .cancel-btn[data-v-7d5d4e76]{background:none;border:1px solid #ddd;color:#666}.post-modal .post-editor .form-actions .cancel-btn[data-v-7d5d4e76]:hover{background-color:#f5f5f5}.post-modal .post-editor .form-actions .save-btn[data-v-7d5d4e76]{background:linear-gradient(45deg,#3498db,#8e44ad);border:none;color:#fff}.post-modal .post-editor .form-actions .save-btn[data-v-7d5d4e76]:hover{box-shadow:0 5px 15px #0000001a}.blog-post[data-v-abc34c7d]{width:100%;max-width:900px;margin:0 auto;padding:2rem 20px}.post-container[data-v-abc34c7d]{background-color:var(--bg-color);border-radius:12px;box-shadow:0 5px 15px var(--shadow-color);overflow:hidden;padding:3rem}@media (max-width: 768px){.post-container[data-v-abc34c7d]{padding:2rem}}.post-container .post-header[data-v-abc34c7d]{margin-bottom:2.5rem}.post-container .post-header .post-title[data-v-abc34c7d]{font-size:2.5rem;margin-bottom:1rem;position:relative}.post-container .post-header .post-title[data-v-abc34c7d]:after{content:"";position:absolute;left:0;bottom:-10px;width:50px;height:4px;background:linear-gradient(45deg,#3498db,#8e44ad)}@media (max-width: 768px){.post-container .post-header .post-title[data-v-abc34c7d]{font-size:2rem}}.post-container .post-header .post-meta[data-v-abc34c7d]{display:flex;align-items:center;margin-top:1.5rem}.post-container .post-header .post-meta .post-date[data-v-abc34c7d],.post-container .post-header .post-meta .post-category[data-v-abc34c7d]{font-size:.9rem;color:var(--text-light);margin-right:1.5rem}.post-container .post-header .post-meta .post-category[data-v-abc34c7d]{color:#3498db}.post-container .post-content[data-v-abc34c7d]{font-size:1.1rem;line-height:1.8;color:var(--text-color)}.post-container .post-content h2[data-v-abc34c7d]{font-size:1.8rem;margin:2.5rem 0 1rem;color:var(--text-color)}.post-container .post-content p[data-v-abc34c7d]{margin-bottom:1.5rem}.post-container .post-content ul[data-v-abc34c7d],.post-container .post-content ol[data-v-abc34c7d]{margin-bottom:1.5rem;padding-left:1.5rem}.post-container .post-content ul li[data-v-abc34c7d],.post-container .post-content ol li[data-v-abc34c7d]{margin-bottom:.5rem}.post-container .post-content img[data-v-abc34c7d]{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.post-container .post-content blockquote[data-v-abc34c7d]{border-left:4px solid #3498db;padding-left:1.5rem;font-style:italic;margin:1.5rem 0;color:var(--text-light)}.post-container .post-content code[data-v-abc34c7d]{background-color:var(--bg-alt);padding:.2rem .4rem;border-radius:4px;font-family:monospace}.post-container .post-content pre[data-v-abc34c7d]{background-color:var(--bg-alt);padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-container .post-content pre code[data-v-abc34c7d]{background-color:transparent;padding:0}.post-navigation[data-v-abc34c7d]{margin-top:3rem;display:flex;justify-content:space-between}.post-navigation .back-to-blog[data-v-abc34c7d]{display:inline-flex;align-items:center;color:#3498db;text-decoration:none;font-weight:600;transition:transform .3s ease}.post-navigation .back-to-blog .nav-icon[data-v-abc34c7d]{margin-right:.5rem}.post-navigation .back-to-blog[data-v-abc34c7d]:hover{transform:translate(-5px)}.post-not-found[data-v-abc34c7d]{text-align:center;padding:5rem 0}.post-not-found h2[data-v-abc34c7d]{font-size:2rem;margin-bottom:1rem;color:var(--text-color)}.post-not-found p[data-v-abc34c7d]{color:var(--text-light);margin-bottom:2rem}.post-not-found .back-btn[data-v-abc34c7d]{display:inline-block;padding:.8rem 1.5rem;background:linear-gradient(45deg,#3498db,#8e44ad);color:#fff;border-radius:30px;text-decoration:none;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.post-not-found .back-btn[data-v-abc34c7d]:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.about[data-v-c0a117a1]{width:100%;max-width:1200px;margin:0 auto;padding:2rem 20px}.about-header[data-v-c0a117a1]{text-align:center;margin-bottom:3rem}.about-header .page-title[data-v-c0a117a1]{font-size:3rem;margin-bottom:1rem;background:linear-gradient(45deg,#3498db,#8e44ad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-header .page-subtitle[data-v-c0a117a1]{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.about-container[data-v-c0a117a1]{display:flex;flex-direction:column;gap:4rem}.profile-section[data-v-c0a117a1]{display:flex;align-items:center;gap:3rem;flex-wrap:wrap}@media (max-width: 768px){.profile-section[data-v-c0a117a1]{flex-direction:column;text-align:center}}.profile-section .profile-image[data-v-c0a117a1]{flex:0 0 200px}.profile-section .profile-image .avatar-placeholder[data-v-c0a117a1]{width:200px;height:200px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.profile-section .profile-image .avatar-placeholder .avatar-inner[data-v-c0a117a1]{width:190px;height:190px;border-radius:50%;background-color:#f5f5f5}.profile-section .profile-content[data-v-c0a117a1]{flex:1}.profile-section .profile-content h2[data-v-c0a117a1]{font-size:2.5rem;margin:0 0 .5rem}.profile-section .profile-content .profile-title[data-v-c0a117a1]{font-size:1.2rem;color:#3498db;margin-bottom:1.5rem}.profile-section .profile-content .profile-desc[data-v-c0a117a1]{line-height:1.7;color:#666;margin-bottom:1.5rem}.profile-section .profile-content .profile-social[data-v-c0a117a1]{display:flex;gap:1rem}@media (max-width: 768px){.profile-section .profile-content .profile-social[data-v-c0a117a1]{justify-content:center}}.profile-section .profile-content .profile-social .social-link[data-v-c0a117a1]{width:40px;height:40px;border-radius:50%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background-color .3s ease}.profile-section .profile-content .profile-social .social-link[data-v-c0a117a1]:hover{transform:translateY(-3px);background-color:#e0e0e0}.profile-section .profile-content .profile-social .social-link .icon[data-v-c0a117a1]{width:20px;height:20px;display:block}.skills-section .section-title[data-v-c0a117a1]{font-size:2rem;margin-bottom:1rem;position:relative;display:inline-block}.skills-section .section-title[data-v-c0a117a1]:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(45deg,#3498db,#8e44ad)}.skills-section .section-desc[data-v-c0a117a1]{color:#666;margin-bottom:2rem}.skills-section .skills-container[data-v-c0a117a1]{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}@media (max-width: 500px){.skills-section .skills-container[data-v-c0a117a1]{grid-template-columns:1fr}}.skills-section .skill-item .skill-header[data-v-c0a117a1]{display:flex;justify-content:space-between;margin-bottom:.5rem}.skills-section .skill-item .skill-header .skill-name[data-v-c0a117a1]{font-weight:600}.skills-section .skill-item .skill-header .skill-percentage[data-v-c0a117a1]{color:#3498db}.skills-section .skill-item .skill-bar[data-v-c0a117a1]{height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden}.skills-section .skill-item .skill-bar .skill-progress[data-v-c0a117a1]{height:100%;background:linear-gradient(to right,#3498db,#8e44ad);width:0;transition:width 1s ease-out}.experience-section .section-title[data-v-c0a117a1]{font-size:2rem;margin-bottom:2rem;position:relative;display:inline-block}.experience-section .section-title[data-v-c0a117a1]:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(45deg,#3498db,#8e44ad)}.experience-section .timeline[data-v-c0a117a1]{position:relative;padding-left:2rem}.experience-section .timeline[data-v-c0a117a1]:before{content:"";position:absolute;top:0;bottom:0;left:0;width:2px;background-color:#e0e0e0}.experience-section .timeline .timeline-item[data-v-c0a117a1]{position:relative;padding-bottom:2.5rem}.experience-section .timeline .timeline-item[data-v-c0a117a1]:last-child{padding-bottom:0}.experience-section .timeline .timeline-item .timeline-marker[data-v-c0a117a1]{position:absolute;top:0;left:-2rem;width:16px;height:16px;border-radius:50%;background:linear-gradient(45deg,#3498db,#8e44ad);transform:translate(-50%);z-index:1}.experience-section .timeline .timeline-item .timeline-content .timeline-title[data-v-c0a117a1]{font-size:1.4rem;margin:0 0 .5rem}.experience-section .timeline .timeline-item .timeline-content .timeline-info[data-v-c0a117a1]{display:flex;justify-content:space-between;margin-bottom:1rem;color:#666;font-size:.9rem}@media (max-width: 500px){.experience-section .timeline .timeline-item .timeline-content .timeline-info[data-v-c0a117a1]{flex-direction:column;gap:.3rem}}.experience-section .timeline .timeline-item .timeline-content .timeline-description[data-v-c0a117a1]{line-height:1.6;color:#666}.education-section .section-title[data-v-c0a117a1]{font-size:2rem;margin-bottom:2rem;position:relative;display:inline-block}.education-section .section-title[data-v-c0a117a1]:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(45deg,#3498db,#8e44ad)}.education-section .education-list[data-v-c0a117a1]{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}@media (max-width: 500px){.education-section .education-list[data-v-c0a117a1]{grid-template-columns:1fr}}.education-section .education-item[data-v-c0a117a1]{background-color:#f9f9f9;border-radius:10px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.education-section .education-item[data-v-c0a117a1]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.education-section .education-item .education-degree[data-v-c0a117a1]{font-size:1.3rem;margin:0 0 .5rem}.education-section .education-item .education-info[data-v-c0a117a1]{display:flex;justify-content:space-between;margin-bottom:1rem;color:#666;font-size:.9rem}@media (max-width: 500px){.education-section .education-item .education-info[data-v-c0a117a1]{flex-direction:column;gap:.3rem}}.education-section .education-item .education-description[data-v-c0a117a1]{color:#666;line-height:1.5}.contact-section .section-title[data-v-c0a117a1]{font-size:2rem;margin-bottom:2rem;position:relative;display:inline-block}.contact-section .section-title[data-v-c0a117a1]:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(45deg,#3498db,#8e44ad)}.contact-section .contact-form[data-v-c0a117a1]{max-width:600px}.contact-section .contact-form .form-group[data-v-c0a117a1]{margin-bottom:1.5rem}.contact-section .contact-form .form-group label[data-v-c0a117a1]{display:block;margin-bottom:.5rem;font-weight:600}.contact-section .contact-form .form-group .form-control[data-v-c0a117a1]{width:100%;padding:1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.contact-section .contact-form .form-group .form-control[data-v-c0a117a1]:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db1a}.contact-section .contact-form .submit-btn[data-v-c0a117a1]{padding:1rem 2rem;background:linear-gradient(45deg,#3498db,#8e44ad);color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.contact-section .contact-form .submit-btn[data-v-c0a117a1]:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.todo-app[data-v-ff45daa9]{width:100%;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;align-items:center;padding:2rem 0}.app-container[data-v-ff45daa9]{width:90%;max-width:800px;background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:2rem}.app-header[data-v-ff45daa9]{text-align:center;margin-bottom:2rem}.app-header h1[data-v-ff45daa9]{font-size:2.5rem;margin-bottom:.5rem}.app-header h1 .logo-text[data-v-ff45daa9]{font-weight:300;color:#555}.app-header h1 .logo-accent[data-v-ff45daa9]{font-weight:700;background:linear-gradient(45deg,#3498db,#8e44ad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.app-header .app-description[data-v-ff45daa9]{color:#888;font-size:1rem}.todo-input-wrapper[data-v-ff45daa9]{display:flex;margin-bottom:1.5rem}.todo-input-wrapper .todo-input[data-v-ff45daa9]{flex:1;padding:1rem;border:2px solid #eee;border-radius:30px 0 0 30px;font-size:1rem;transition:border-color .3s ease}.todo-input-wrapper .todo-input[data-v-ff45daa9]:focus{outline:none;border-color:#3498db}.todo-input-wrapper .add-btn[data-v-ff45daa9]{padding:0 1.5rem;background:linear-gradient(45deg,#3498db,#8e44ad);color:#fff;border:none;border-radius:0 30px 30px 0;font-weight:600;cursor:pointer;transition:opacity .3s ease}.todo-input-wrapper .add-btn[data-v-ff45daa9]:hover{opacity:.9}.todo-filters[data-v-ff45daa9]{display:flex;justify-content:center;margin-bottom:1.5rem}.todo-filters .filter-btn[data-v-ff45daa9]{background:none;border:none;padding:.5rem 1rem;margin:0 .5rem;font-size:.9rem;cursor:pointer;border-radius:20px;transition:all .3s ease}.todo-filters .filter-btn[data-v-ff45daa9]:hover{background-color:#3498db1a}.todo-filters .filter-btn.active[data-v-ff45daa9]{background-color:#3498db;color:#fff}.todo-list[data-v-ff45daa9]{margin-bottom:1.5rem}.todo-list .todo-item[data-v-ff45daa9]{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #eee;transition:background-color .2s ease}.todo-list .todo-item[data-v-ff45daa9]:hover{background-color:#f9f9f9}.todo-list .todo-item .todo-content[data-v-ff45daa9]{display:flex;align-items:center;flex:1}.todo-list .todo-item .todo-content .todo-checkbox[data-v-ff45daa9]{position:relative;width:20px;height:20px;margin-right:1rem;cursor:pointer}.todo-list .todo-item .todo-content .todo-checkbox input[data-v-ff45daa9]{position:absolute;opacity:0;cursor:pointer}.todo-list .todo-item .todo-content .todo-checkbox .checkmark[data-v-ff45daa9]{position:absolute;top:0;left:0;width:20px;height:20px;border:2px solid #ddd;border-radius:4px;transition:all .2s ease}.todo-list .todo-item .todo-content .todo-checkbox .checkmark[data-v-ff45daa9]:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.todo-list .todo-item .todo-content .todo-checkbox input:checked~.checkmark[data-v-ff45daa9]{background-color:#3498db;border-color:#3498db}.todo-list .todo-item .todo-content .todo-checkbox input:checked~.checkmark[data-v-ff45daa9]:after{display:block}.todo-list .todo-item .todo-content .todo-text[data-v-ff45daa9]{font-size:1rem;transition:color .2s ease,text-decoration .2s ease}.todo-list .todo-item .todo-content .todo-text.completed[data-v-ff45daa9]{color:#aaa;text-decoration:line-through}.todo-list .todo-item .todo-actions[data-v-ff45daa9]{display:flex;gap:.5rem}.todo-list .todo-item .todo-actions button[data-v-ff45daa9]{background:none;border:1px solid #ddd;padding:.35rem .7rem;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.todo-list .todo-item .todo-actions .edit-btn[data-v-ff45daa9]{color:#666}.todo-list .todo-item .todo-actions .edit-btn[data-v-ff45daa9]:hover{background-color:#f5f5f5;border-color:#ccc}.todo-list .todo-item .todo-actions .delete-btn[data-v-ff45daa9]{color:#e74c3c}.todo-list .todo-item .todo-actions .delete-btn[data-v-ff45daa9]:hover{background-color:#e74c3c1a;border-color:#e74c3c}.empty-state[data-v-ff45daa9]{text-align:center;padding:3rem 0;color:#aaa}.empty-state .empty-icon[data-v-ff45daa9]{font-size:3rem;margin-bottom:1rem}.empty-state p[data-v-ff45daa9]{font-size:1.1rem}.todo-stats[data-v-ff45daa9]{display:flex;justify-content:space-around;border-top:1px solid #eee;padding-top:1.5rem}.todo-stats .stat-item[data-v-ff45daa9]{text-align:center}.todo-stats .stat-item .stat-label[data-v-ff45daa9]{font-size:.9rem;color:#888;margin-right:.5rem}.todo-stats .stat-item .stat-value[data-v-ff45daa9]{font-weight:600;color:#3498db}.edit-modal[data-v-ff45daa9]{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000}.edit-modal .modal-backdrop[data-v-ff45daa9]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.edit-modal .modal-content[data-v-ff45daa9]{position:relative;background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:500px;box-shadow:0 10px 30px #0003}.edit-modal .modal-content h2[data-v-ff45daa9]{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;color:#333}.edit-modal .modal-content .edit-input[data-v-ff45daa9]{width:100%;padding:1rem;border:2px solid #eee;border-radius:8px;font-size:1rem;margin-bottom:1.5rem}.edit-modal .modal-content .edit-input[data-v-ff45daa9]:focus{outline:none;border-color:#3498db}.edit-modal .modal-content .modal-actions[data-v-ff45daa9]{display:flex;justify-content:flex-end;gap:1rem}.edit-modal .modal-content .modal-actions button[data-v-ff45daa9]{padding:.8rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease}.edit-modal .modal-content .modal-actions .cancel-btn[data-v-ff45daa9]{background:none;border:1px solid #ddd;color:#666}.edit-modal .modal-content .modal-actions .cancel-btn[data-v-ff45daa9]:hover{background-color:#f5f5f5}.edit-modal .modal-content .modal-actions .save-btn[data-v-ff45daa9]{background:linear-gradient(45deg,#3498db,#8e44ad);border:none;color:#fff}.edit-modal .modal-content .modal-actions .save-btn[data-v-ff45daa9]:hover{opacity:.9}.todo-list-enter-active[data-v-ff45daa9],.todo-list-leave-active[data-v-ff45daa9]{transition:all .5s ease}.todo-list-enter-from[data-v-ff45daa9],.todo-list-leave-to[data-v-ff45daa9]{opacity:0;transform:translateY(30px)}
