*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#41aee1,#a95de4);background-attachment:fixed;color:#333;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:Poppins,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff1a;border-radius:5px}::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ffffffb3}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar.scrolled{box-shadow:0 4px 20px #0000001a;background-color:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo{font-size:1.3rem;font-weight:700;color:#fff;transition:color .3s ease}.navbar.scrolled .logo{color:#333}.logo-text{color:#f8c8d6;transition:color .3s ease}.navbar.scrolled .logo-text{color:#41aee1}.mobile-toggle{display:none;color:#fff;font-size:1.3rem;cursor:pointer;transition:color .3s ease}.navbar.scrolled .mobile-toggle{color:#333}.nav-links{display:flex;list-style:none;margin:0;padding:0}.nav-links li{margin:0 1rem}.nav-links a{display:flex;align-items:center;color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;font-size:.9rem;position:relative;overflow:hidden}.navbar.scrolled .nav-links a{color:#333}.nav-links a:hover{background-color:#fff3;transform:translateY(-2px)}.navbar.scrolled .nav-links a:hover{background-color:#0000000d;color:#000}.nav-links a.active{background-color:#ffffff4d;transform:translateY(-2px);font-weight:600}.navbar.scrolled .nav-links a.active{background-color:#0000001a;color:#000}.nav-links a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:currentColor;transition:all .3s ease;transform:translate(-50%)}.nav-links a:hover:after{width:80%}.nav-links a svg{margin-right:.5rem;font-size:.9rem}.theme-toggle{color:#fff;cursor:pointer;font-size:1.1rem;transition:all .3s ease}.navbar.scrolled .theme-toggle{color:#333}.theme-toggle:hover{transform:rotate(15deg);color:#f8c8d6}.navbar.scrolled .theme-toggle:hover{color:#41aee1}.dark-mode .navbar{background-color:#1e1e1eb3}.dark-mode .navbar.scrolled{background-color:#141414e6;box-shadow:0 4px 20px #0003}.dark-mode .navbar.scrolled .logo,.dark-mode .navbar.scrolled .mobile-toggle,.dark-mode .navbar.scrolled .nav-links a,.dark-mode .navbar.scrolled .theme-toggle{color:#e0e0e0}.dark-mode .logo-text{background:linear-gradient(135deg,#bb86fc,#9370db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.dark-mode .nav-links a.active{background-color:#bb86fc33}.dark-mode .navbar.scrolled .nav-links a.active{background-color:#bb86fc4d;color:#fff}.dark-mode .nav-links a:hover{background-color:#bb86fc1a}.dark-mode .navbar.scrolled .nav-links a:hover{background-color:#bb86fc33;color:#fff}.dark-mode .navbar.scrolled .theme-toggle:hover{color:#bb86fc}.dark-mode .nav-links a:after{background-color:#bb86fc}@media screen and (max-width: 768px){.nav-links{position:fixed;top:70px;left:0;flex-direction:column;width:100%;background-color:#434cccf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:0;overflow:hidden;transition:max-height .3s ease-out}.dark-mode .nav-links{background-color:#1e1e1ef2}.navbar.scrolled .nav-links{background-color:#fffffff2}.dark-mode .navbar.scrolled .nav-links{background-color:#141414f2}.nav-links.active{max-height:500px}.nav-links li{margin:0;text-align:center;padding:1rem}.nav-links a{justify-content:center}.mobile-toggle{display:block}.navbar-container{padding:1rem}}.highlights-section{margin:3rem 0}.highlights-section h2{margin-bottom:1.5rem;font-size:2rem;color:#333}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.highlight-card{background-color:#fff6;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #0000000d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.highlight-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a;background-color:#fff9}.highlight-icon{font-size:2.5rem;color:#7a5de4;margin-bottom:1rem;background:linear-gradient(135deg,#41aee1,#a95de4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#333}.highlight-description{color:#666;font-size:.95rem;line-height:1.5}@media screen and (max-width: 768px){.highlights-grid{grid-template-columns:1fr}}.about-page{display:flex;flex-direction:column;gap:2rem}.about-header{background-color:#ffffffe6;border-radius:16px;box-shadow:0 8px 30px #0000001a;overflow:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:transform .3s ease,box-shadow .3s ease}.about-header:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000026}.about-header-content{padding:2rem}.about-header h1{margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;color:#333}.accent-text{color:#41aee1}.profile-section{display:flex;gap:2rem;align-items:center}.profile-image-container{flex-shrink:0;width:200px;height:200px;border-radius:50%;overflow:hidden;border:4px solid #41aee1;box-shadow:0 8px 25px #41aee133;background-color:#f5f5f5;position:relative}.profile-image-container:hover{box-shadow:0 12px 30px #41aee14d}.profile-image{width:100%;height:100%;object-fit:cover;object-position:center 5%;transform:scale(1);transform-origin:center center}.profile-details{display:flex;flex-direction:column;gap:1rem}.profile-name-title h2{font-size:1.8rem;font-weight:600;margin-bottom:.25rem;color:#333}.profile-title{font-size:1rem;color:#666;font-weight:500}.location{display:flex;align-items:center;gap:.5rem;color:#666}.location-label{background-color:#c8e8f8;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500;color:#333}.profile-socials{margin-top:.5rem}.social-link{display:inline-flex;align-items:center;justify-content:center;color:#666;margin-right:.75rem;padding:.5rem;border-radius:50%;background-color:#ffffff80;transition:all .3s ease;font-size:1.2rem;width:40px;height:40px}.social-link:hover{transform:scale(1.1);background-color:#0077b5;color:#fff}.social-link.linkedin{color:#0077b5}.social-link.linkedin:hover{color:#fff}.download-cv{margin-top:1rem}.cv-button{display:inline-block;background:linear-gradient(135deg,#41aee1,#a95de4);color:#fff;padding:.75rem 1.5rem;border-radius:30px;font-weight:600;letter-spacing:1px;transition:transform .2s ease,box-shadow .2s ease}.cv-button:hover{transform:translateY(-3px);box-shadow:0 8px 15px #6a5acd4d}.about-content{background-color:#ffffffe6;border-radius:16px;box-shadow:0 8px 30px #0000001a;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.about-bio{margin-bottom:2rem;line-height:1.8;font-size:1.1rem;color:#444}.education-section{margin-top:4rem}.education-section h2{margin-bottom:1.5rem;font-size:2rem;color:#333}.education-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;list-style-type:none}.education-list li{background-color:#f0f0ff80;padding:1rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;transition:transform .2s ease}.education-list li:hover{transform:translateY(-3px);background-color:#f0f0ffcc}@media screen and (max-width: 768px){.profile-section{flex-direction:column;text-align:center}.profile-image-container{margin:0 auto}.profile-details{align-items:center}.education-list{grid-template-columns:1fr}.about-header-content,.about-content{padding:1.5rem}}.resume-page{display:flex;flex-direction:column;gap:2rem}.resume-page h1{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:1rem}.resume-content{background-color:#ffffffe6;border-radius:16px;box-shadow:0 8px 30px #0000001a;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;border-bottom:2px solid rgba(106,90,205,.2);padding-bottom:.75rem}.section-icon{font-size:1.5rem;color:#7a5de4}.section-header h2{font-size:1.5rem;font-weight:600;color:#333}.experience-section,.skills-section,.education-section,.computer-skills-section,.languages-section{margin-bottom:3rem}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#41aee1,#a95de4)}.experience-card{position:relative;padding:1.5rem;background-color:#fafaffb3;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.experience-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.experience-card:before{content:"";position:absolute;left:-2.6rem;top:1.5rem;width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#41aee1,#a95de4);border:3px solid white;box-shadow:0 0 0 3px #6a5acd4d}.experience-date{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666;margin-bottom:1rem}.date-icon{font-size:1rem}.experience-details h3{font-size:1.15rem;font-weight:600;color:#333;margin-bottom:.5rem}.company-name{font-size:.95rem;color:#666;font-style:italic;margin-bottom:1rem}.responsibilities h4{font-size:1rem;font-weight:600;color:#444;margin-bottom:.75rem}.responsibilities ul{padding-left:1.25rem}.responsibilities li{margin-bottom:.5rem;line-height:1.5;color:#444}.skills-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.skill-group{margin-bottom:1.5rem}.skill-category{font-size:1.1rem;font-weight:600;color:#333;background-color:#6a5acd1a;padding:.5rem 1rem;border-radius:8px}.skill-items{display:flex;flex-direction:column;gap:.75rem}.skill-item{display:flex;flex-direction:column;gap:.5rem}.skill-name{font-size:.9rem;color:#444}.skill-bar{height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden}.skill-level{height:100%;background:linear-gradient(90deg,#41aee1,#a95de4);border-radius:4px}.education-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.education-card{background-color:#fafaffb3;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.education-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.education-year{font-size:.85rem;color:#666;margin-bottom:.75rem}.education-card h3{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.education-institution{font-size:.95rem;color:#666;font-weight:500}.computer-skills-content{display:flex;flex-direction:column;gap:.75rem;line-height:1.5;color:#444;font-size:.95rem}.languages-content{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.language-card{background-color:#fafaffb3;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.language-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.language-card h3{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem}.language-level-indicator{display:flex;justify-content:center;gap:4px;margin-bottom:.5rem}.level-bar{width:20px;height:8px;background-color:#e0e0e0;border-radius:4px}.level-bar.full{background:linear-gradient(90deg,#4169e1,#a95de4)}.language-level-text{font-size:.85rem;color:#666}@media screen and (max-width: 768px){.section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.skills-container,.education-cards,.languages-content{grid-template-columns:1fr}.timeline{padding-left:1.5rem}.experience-card:before{left:-2.1rem}.resume-content{padding:1.5rem}}.contact-page{display:flex;flex-direction:column;gap:2rem}.contact-page h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-info,.contact-form-container{background-color:#ffffffe6;border-radius:16px;box-shadow:0 8px 30px #0000001a;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.contact-info h2,.contact-form-container h2{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.contact-info h2:after,.contact-form-container h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#41aee1,#a95de4)}.contact-info p{line-height:1.7;color:#444;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#41aee1,#a95de4);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;flex-shrink:0}.contact-text h3{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.25rem}.contact-text p{color:#666;margin-bottom:0}.form-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.form-message.success{background-color:#2ed57326;color:#2ed573}.form-message.error{background-color:#ff475726;color:#ff4757}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:500;color:#555}.form-group input,.form-group textarea{padding:.75rem 1rem;border-radius:8px;border:1px solid #ddd;background-color:#fffc;font-family:Poppins,sans-serif;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#7a5de4;box-shadow:0 0 0 3px #7a5de41a}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#41aee1,#a95de4);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;align-self:flex-start}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 8px 15px #6a5acd4d}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}@media screen and (max-width: 768px){.contact-content{grid-template-columns:1fr}.contact-info,.contact-form-container{padding:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column;transition:all .3s ease}.main-content{flex:1;padding:2rem;max-width:1200px;width:100%;margin:0 auto;position:relative;padding-top:100px}.page-container>h1 .accent-text{color:#f8c8d6}.footer{text-align:center;padding:1.5rem;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;margin-top:2rem}.app.dark-mode{background-color:#121212;color:#fff}.dark-mode .highlight-card,.dark-mode .experience-card,.dark-mode .education-card,.dark-mode .language-card{background-color:#282828cc;color:#fff}.dark-mode .section-header h2,.dark-mode .experience-details h3,.dark-mode .education-card h3,.dark-mode .language-card h3{color:#fff}.dark-mode .section-icon,.dark-mode .accent-text{color:#bb86fc}.dark-mode .experience-date,.dark-mode .education-year,.dark-mode .education-institution,.dark-mode .company-name,.dark-mode .language-level-text{color:#ccc}.dark-mode .resume-content{background-color:#1e1e1ee6;color:#fff}.dark-mode .computer-skills-content,.dark-mode .responsibilities h4{color:#fff}.dark-mode .responsibilities li,.dark-mode .skill-name{color:#e0e0e0}.dark-mode .about-header{background-color:#1e1e1ee6}.dark-mode .about-header h1,.dark-mode .profile-name-title h2{color:#fff}.dark-mode .profile-title,.dark-mode .location{color:#ccc}.dark-mode .location-label{background-color:#bb86fc;color:#121212}.dark-mode .social-link{background-color:#3c3c3c80;color:#fff}.dark-mode .social-link:hover{background-color:#bb86fc}.dark-mode .cv-button{background-color:#bb86fc;color:#121212}.dark-mode .about-content{background-color:#1e1e1ee6;color:#fff}.dark-mode .about-bio{color:#e0e0e0}.dark-mode .education-section h2,.dark-mode .languages-section h2,.dark-mode .language-name{color:#fff}.dark-mode .education-list li{background-color:#3c3c3cb3;color:#e0e0e0}.dark-mode .skill-category{color:#fff;background-color:#6a5acd4d}.dark-mode .timeline:before{background:linear-gradient(180deg,#41aee1,#bb86fc)}.dark-mode .experience-card:before{background:linear-gradient(135deg,#41aee1,#bb86fc);border:3px solid #121212;box-shadow:0 0 0 3px #bb86fc4d}.dark-mode .skill-level,.dark-mode .level-bar.full,.dark-mode .level-indicator.full{background:linear-gradient(90deg,#41aee1,#bb86fc)}.dark-mode .highlights-section h2,.dark-mode .highlight-title{color:#fff}.dark-mode .highlight-description{color:#e0e0e0}.dark-mode .highlight-icon{background:linear-gradient(135deg,#41aee1,#bb86fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-post-title,.post-title{color:#333}.dark-mode .blog-page h1,.dark-mode .blog-page h2,.dark-mode .blog-post-title,.dark-mode .post-title{color:#fff}.dark-mode .blog-post-meta,.dark-mode .post-meta,.dark-mode .blog-post-excerpt,.dark-mode .post-excerpt,.dark-mode .blog-post-content,.dark-mode .blog-intro,.dark-mode .blog-footer{color:#e0e0e0}.dark-mode .blog-post-card,.dark-mode .blog-post,.dark-mode .blog-intro,.dark-mode .blog-footer{background-color:#282828cc}.dark-mode .projects-page h1,.dark-mode .projects-page h2,.dark-mode .project-card h3{color:#fff}.dark-mode .project-card{background-color:#282828cc}.dark-mode .project-description,.dark-mode .project-meta{color:#e0e0e0}.dark-mode .project-tech{color:#ccc}.contact-form-container,.contact-info{background-color:#ffffffe6}.submit-btn{background:linear-gradient(135deg,#41aee1,#a95de4);color:#fff;font-weight:600}.dark-mode .contact-page h1,.dark-mode .contact-page h2,.dark-mode .contact-form label,.dark-mode .contact-info h3{color:#fff}.dark-mode .contact-info p,.dark-mode .contact-text p,.dark-mode .contact-info-item{color:#e0e0e0}.dark-mode .contact-form-container,.dark-mode .contact-info{background-color:#282828cc}.dark-mode .contact-form input,.dark-mode .contact-form textarea{background-color:#3c3c3ccc;color:#fff;border:1px solid rgba(187,134,252,.3)}.dark-mode .contact-form input::placeholder,.dark-mode .contact-form textarea::placeholder{color:#a0a0a0}.dark-mode .submit-btn{background:linear-gradient(135deg,#41aee1,#bb86fc);color:#fff}.dark-mode .contact-icon{background:linear-gradient(135deg,#41aee1,#bb86fc)}.dark-mode .contact-info h2:after,.dark-mode .contact-form-container h2:after{background:linear-gradient(90deg,#41aee1,#bb86fc)}@media (max-width: 768px){.main-content{padding:1rem;padding-top:80px}}.meta-item svg,.post-tags svg{color:#7a5de4}.read-more{color:#7a5de4}.post-tag{background-color:#6a5acd1a;color:#7a5de4}.dark-mode .meta-item svg,.dark-mode .post-tags svg{color:#bb86fc}.dark-mode .read-more{color:#bb86fc}.dark-mode .post-tag{background-color:#bb86fc33;color:#bb86fc}
