@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";:root{font-family:Open Sans,sans-serif,Inter,system-ui,Avenir,Helvetica,Arial;line-height:1.5;font-weight:400;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box!important;font-size:19px}p,h1,h2,h3,h4,h5,h6{margin:0;font-weight:500}button{-webkit-user-select:none;user-select:none;cursor:pointer;text-transform:none!important}body{margin:0;min-height:100vh;min-width:100%}a{text-decoration:none}:root{background-color:#e6e6e6;color:#000;overflow-x:hidden}.app{max-width:100vw!important;overflow-x:hidden}.app::-webkit-scrollbar{width:8px;background-color:#f0f0f0}.app::-webkit-scrollbar-thumb{background-color:#828282;border-radius:10px}.app::-webkit-scrollbar-thumb:hover{background-color:#9f9f9f}.app .routes{position:relative}.home-page{position:relative;width:100vw;min-height:100vh;display:flex;flex-direction:column;font-family:Mali,sans-serif}.home-page *{font-family:Mali,sans-serif!important}.home-page .section .subtitle{color:#cfcfcf}.home-page .section .subtitle-1{color:#e0e0e0}.home-page .section .subtitle-2{color:#b0b0b0}.home-page .section h6{color:#fff}.home-page .section .name{color:transparent;background:linear-gradient(90deg,#40ff00,#fff,#40ff00);background-size:200% auto;-webkit-background-clip:text;background-clip:text}.home-page .social-links .social-btn{color:#aaa}.home-page .social-links .social-btn:hover{color:#fff}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.content-title{width:100%;z-index:5}.content-title .title{color:#fff;font-size:38px;font-weight:600;text-shadow:0 0 4px #18cc00,0 0 8px #18cc00,0 0 16px #18cc00;animation:flicker 2s infinite}.content-title .seperator{background-color:#ffffff1b;color:#ffffffc1!important;height:2px;position:relative;overflow:hidden}.content-title .seperator .spark{position:absolute;top:50%;left:-120px;width:120px;height:16px;background:#18cc00;border-radius:50%;transform:translateY(-50%);box-shadow:0 0 12px #18cc00,0 0 24px #18cc00,0 0 36px #18cc00,0 0 48px #18cc00,0 0 60px #18cc00;animation:sparkScan 3s linear infinite}@keyframes flicker{0%,to{text-shadow:0 0 4px #18cc00,0 0 8px #18cc00,0 0 16px #18cc00;opacity:1}50%{text-shadow:0 0 2px #18cc00,0 0 4px #18cc00,0 0 8px #18cc00;opacity:.8}52%{text-shadow:0 0 6px #18cc00,0 0 12px #18cc00,0 0 24px #18cc00;opacity:1}54%{text-shadow:0 0 2px #18cc00,0 0 4px #18cc00,0 0 8px #18cc00;opacity:.7}56%{text-shadow:0 0 4px #18cc00,0 0 8px #18cc00,0 0 16px #18cc00;opacity:1}58%{text-shadow:0 0 2px #18cc00,0 0 4px #18cc00,0 0 8px #18cc00;opacity:.85}60%{text-shadow:0 0 4px #18cc00,0 0 8px #18cc00,0 0 16px #18cc00;opacity:1}}@keyframes sparkScan{0%{left:-120px;opacity:0}10%{opacity:1}90%{opacity:1}to{left:calc(100% + 20px);opacity:0}}@media (max-width: 768px){.content-title .title{font-size:29px;text-align:center!important}}.home-about{padding:20px 10vw;box-sizing:border-box;z-index:1;display:grid;gap:5vw;grid-template-columns:400px 1fr;max-width:100vw;overflow-x:hidden}@media (max-width: 1024px){.home-about{grid-template-columns:350px 1fr;gap:3vw;padding:20px 5vw}}@media (max-width: 768px){.home-about{grid-template-columns:1fr;gap:30px;padding:20px 4vw}.home-about .profile-card{min-height:auto;padding:1.5rem 1rem}}@media (max-width: 480px){.home-about{padding:15px 3vw;gap:20px}.home-about .profile-card{padding:1.2rem .8rem}}.home-about .section-content{display:inline-flex;flex-direction:column;align-items:flex-start;padding:0 10px}.home-about .section-content .name{display:inline-block;position:relative;color:#38ff15;transition:transform .5s ease,opacity .5s ease;font-size:clamp(24px,6vw,30px);text-align:right}.home-about .section-content .name.transitioning{transform:translateY(-20px);opacity:0}.home-about .section-content .name:after{position:absolute;left:0;opacity:0;transform:translateY(20px);transition:transform .5s ease,opacity .5s ease}.home-about .section-content .name.transitioning:after{opacity:1;transform:translateY(0)}.home-about .section-content h1{color:#fff;font-weight:600;font-size:clamp(20px,6vw,30px);margin-top:30px;text-align:left;line-height:1.3}.home-about .section-content h2{font-weight:400;font-size:clamp(16px,4vw,22px);margin-top:15px;text-align:left;line-height:1.4;color:transparent;background:linear-gradient(90deg,#fff,#fff,#62ff6c,#fff,#fff);background-size:200% auto;-webkit-background-clip:text;background-clip:text;animation:gradientAnimation 1.5s linear infinite}.home-about .section-content .description{color:#ebebeb;margin-top:30px;text-align:justify;max-width:800px}.home-about .section-content .description p{margin-bottom:15px;line-height:1.6}.home-about .profile-card{border-radius:12px;padding:2rem 1.2rem;display:flex;flex-direction:column;align-items:center;text-align:center;height:fit-content;min-height:380px}.home-about .avatar-container{width:140px;height:140px;border-radius:50%;overflow:hidden;border:4px solid rgba(5,145,0,.3);margin-bottom:1.4rem;box-shadow:0 6px 20px #0006}@media (max-width: 768px){.home-about .avatar-container{width:120px;height:120px;margin-bottom:1rem}}@media (max-width: 480px){.home-about .avatar-container{width:100px;height:100px;border-width:3px}}.home-about .avatar-container .avatar{width:100%;height:100%;object-fit:cover}.home-about .name{font-size:1.6rem;font-weight:700;color:#fff}@media (max-width: 768px){.home-about .name{font-size:1.4rem}}@media (max-width: 480px){.home-about .name{font-size:1.2rem}}.home-about .subtitle{color:#fff}@media (max-width: 480px){.home-about .subtitle{font-size:.9rem}}.home-about .personal-link{color:#00ff1a;text-decoration:none;transition:color .3s ease;font-size:.8rem}.home-about .personal-link:hover{color:#57ff68;text-decoration:underline}.home-intro{--social-email-color: #ea4335;--social-youtube-color: #ff0000;--social-twitter-color: #c7c7c7;--social-discord-color: #5865f2;--social-linkedin-color: #0a66c2;min-height:100vh;height:100vh;flex:1;display:flex;flex-direction:column;justify-content:center;width:100%;max-width:100vw;overflow-x:hidden}@media (min-width: 768px){.home-intro{flex-direction:row;align-items:center;justify-content:space-between;gap:4rem}}.home-intro .section{width:100%;text-align:left}.home-intro .section .subtitle{font-size:1.7rem!important;margin-bottom:.5rem;padding:0 1rem;text-align:center}@media (max-width: 550px){.home-intro .section .subtitle{font-size:1.2rem!important}}.home-intro .section .intro-name{color:#fff;margin:0;padding:0}.home-intro .section .subtitle-1{font-weight:400}@media (min-width: 768px){.home-intro .section .subtitle-1{font-size:1.8rem}}.home-intro .section h6{font-size:1.08rem!important}.home-intro .section .subtitle-2{font-size:1.15rem!important;margin-top:1.5rem;line-height:1.5}@media (min-width: 768px){.home-intro .section .subtitle-2{font-size:1.6rem}}.home-intro .section .social-container{display:flex;flex-direction:column;align-items:center;margin-top:1.5rem;width:100%}.home-intro .section .social-search-box{box-sizing:border-box!important;background:#1e1e1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:12px;padding:10px 16px;display:flex;align-items:center;gap:12px;min-width:350px;box-shadow:0 8px 32px #0006;margin-bottom:12px;transition:all .3s ease;position:relative}.home-intro .section .social-search-box .search-icon{display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;flex:0 0 auto}.home-intro .section .social-search-box .search-input{flex:1;display:flex;align-items:center;gap:8px;position:relative}.home-intro .section .social-search-box .search-input input{width:100%;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:8px;padding:8px 12px;color:#fff;font-size:.85rem;outline:none;cursor:pointer;box-sizing:border-box}.home-intro .section .social-search-box .search-input input:focus{border-color:#ffffff80;background:#ffffff26}.home-intro .section .social-search-box .search-input .copy-btn{color:#fff;flex-shrink:0;padding:4px;transition:all .2s ease}.home-intro .section .social-search-box .search-input .copy-btn:hover{color:#00ff1a;transform:scale(1.1)}.home-intro .section .social-search-box .search-input .copy-btn svg{font-size:1.2rem!important;width:20px;height:20px}.home-intro .section .social-search-box .search-input .arrow-indicator{position:absolute;top:-25px;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.home-intro .section .social-search-box .search-input .arrow-indicator.visible{opacity:1;transform:translate(-50%) translateY(0)}.home-intro .section .social-search-box .search-input .arrow-indicator .arrow-inner{position:relative;display:flex;flex-direction:column;align-items:center;border-width:2px}.home-intro .section .social-search-box .search-input .arrow-indicator .arrow-inner:before{content:"";position:absolute;z-index:4;bottom:-15px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid rgba(30,30,30,.9490196078)}.home-intro .section .social-search-box .search-input .arrow-indicator .arrow-inner:after{content:"";position:absolute;z-index:3;bottom:-15px;left:50%;transform:translate(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid rgba(255,255,255,.2)}.home-intro .section .social-links{margin-bottom:15px;gap:10px}.home-intro .section .social-links .social-item-wrapper{display:inline-flex;align-items:center;position:relative;margin:0!important}.home-intro .section .social-links .social-item-wrapper.active .social-btn{background-color:#fff}.home-intro .section .social-links .social-item-wrapper.active .social-btn.email{color:var(--social-email-color)}.home-intro .section .social-links .social-item-wrapper.active .social-btn.youtube{color:var(--social-youtube-color)}.home-intro .section .social-links .social-item-wrapper.active .social-btn.twitter{color:var(--social-twitter-color)}.home-intro .section .social-links .social-item-wrapper.active .social-btn.discord{color:var(--social-discord-color)}.home-intro .section .social-links .social-item-wrapper.active .social-btn.linkedin{color:var(--social-linkedin-color)}.home-intro .section .social-links .social-btn{transition:all .25s ease;position:relative;border-radius:8px;padding:8px;align-self:center}.home-intro .section .social-links .social-btn *{width:28px;height:28px}.home-intro .section .social-links .social-btn:hover{background:#fff;transform:translateY(-3px) scale(1.15)}.home-intro .section .social-links .social-btn.email:hover{color:var(--social-email-color)}.home-intro .section .social-links .social-btn.youtube:hover{color:var(--social-youtube-color)}.home-intro .section .social-links .social-btn.twitter:hover{color:var(--social-twitter-color)}.home-intro .section .social-links .social-btn.discord:hover{color:var(--social-discord-color)}.home-intro .section .social-links .social-btn.linkedin:hover{color:var(--social-linkedin-color)}.home-intro .section .social-links svg{font-size:2.2rem!important}.home-intro .model{width:100%}.home-intro .model>.MuiStack-root{width:60vw;gap:35px;display:grid;grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){.home-intro .model>.MuiStack-root{grid-template-columns:repeat(2,1fr)}}.home-intro .nav-text{padding:0 10px;color:#e7e7e7;cursor:pointer;margin:0;position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:visible;transition:all .3s ease;-webkit-text-stroke:0px transparent}.home-intro .nav-text:hover{color:#fff;transform:scale(1.15);-webkit-text-stroke:0px transparent;text-shadow:0 0 10px rgba(255,255,255,.8),0 0 20px rgba(255,255,255,.6),0 0 30px rgba(255,255,255,.4)}.home-intro .nav-text:before,.home-intro .nav-text:after{content:attr(data-text);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.5);pointer-events:none;opacity:0;transition:all .3s ease}.home-intro .nav-text:before{z-index:-1}.home-intro .nav-text:after{z-index:-2}.home-intro .nav-text:hover:before{animation:impactClone1 .6s ease-out forwards}.home-intro .nav-text:hover:after{animation:impactClone2 .6s ease-out forwards}@keyframes blastLeft{0%{opacity:.5}50%{opacity:.3}to{opacity:0}}@keyframes impactClone1{0%{opacity:.8;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.8)}}@keyframes impactClone2{0%{opacity:.6;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(2.2)}}@keyframes impactClone3{0%{opacity:.4;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(2.6)}}.home-intro .scroll-indicator{position:fixed;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:1000;pointer-events:none}.home-intro .scroll-indicator .scroll-text{color:#80808099;font-size:.9rem;font-weight:500;letter-spacing:.5px}.home-intro .scroll-indicator .scroll-arrow{color:#80808099;font-size:2rem!important;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.animated-dots{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden;z-index:-9}.animated-dots .dot{position:absolute;z-index:-9;background:#fff;border-radius:50%;opacity:0;animation:fadeInOut infinite ease-in-out;transition:transform .1s ease-out}@keyframes fadeInOut{0%{opacity:0}50%{opacity:.8}to{opacity:0}}.home-experience{position:relative;padding:4rem 15rem;overflow:hidden;min-height:100vh;font-family:Inter,system-ui,sans-serif}.home-experience .experience-container{position:relative;z-index:10;max-width:1200px;max-width:100vw;margin:0 auto}.home-experience .content{display:flex;flex-direction:column;gap:4rem;margin-top:3rem}@media (min-width: 768px){.home-experience .content{flex-direction:row;justify-content:space-between}}.home-experience .experience-canvas{margin:0 auto;margin-top:2rem;width:60%!important;height:450px!important}.home-experience .experience-block{flex:1}.home-experience .experience-block .nebula-title{display:inline-block;font-size:1.8rem;letter-spacing:3px;margin-bottom:2rem;background:linear-gradient(90deg,#00ff0d,#00f3ff,#00ff0d);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 20px rgba(0,168,255,.8);background-clip:text;animation:gradient-hover 3s linear infinite}.home-experience .experience-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.home-experience .planet-container{display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.home-experience .planet-container .planet-core{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.home-experience .planet-container .planet-core .topic-icon{width:40px;height:40px;object-fit:contain}.home-experience .planet-container .planet-core.alt-color .topic-icon{filter:hue-rotate(30deg)}.home-experience .planet-container .orbit-label{margin-top:.5rem;font-size:.75rem;color:#fff;letter-spacing:2px}.home-experience .planet-container .orbit-topic{margin-top:.25rem;font-size:.9rem;color:#fff;letter-spacing:1px;text-align:center;background-color:#000;min-width:150px;border:2px solid #FFF}@media (max-width: 768px){.home-experience{padding:4rem 0!important}.home-experience .experience-canvas{margin:25px 0 0!important;width:100%!important;height:500px!important}}@keyframes gradient-hover{0%{background-position:0% center}to{background-position:200% center}}.home-work-overtime{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.home-work-overtime .carousel-container{width:100%;max-width:1000px;display:flex;flex-direction:column;align-items:center;gap:2rem}.home-work-overtime .carousel-text-row{display:flex;align-items:center;justify-content:center;gap:1.7rem;padding:2rem;width:100%;transition:transform .3s ease}.home-work-overtime .carousel-text-row .arrow-btn{color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;padding:1rem;transition:all .3s ease;flex-shrink:0}.home-work-overtime .carousel-text-row .arrow-btn:hover{background:#fff3;transform:scale(1.1);color:#00ff1a}.home-work-overtime .carousel-text-row .arrow-btn svg{font-size:2rem!important}.home-work-overtime .carousel-text-row .carousel-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;text-align:center}.home-work-overtime .carousel-text-row .left-text{color:#fff;font-size:2rem;font-style:italic;font-weight:500;text-align:left;width:100%}.home-work-overtime .carousel-text-row .middle-text{color:#fff;font-weight:700;background:linear-gradient(90deg,#0f1,#fff,#0f1);background-size:200% auto;-webkit-background-clip:text;background-clip:text;animation:gradientAnimation 3s linear infinite}.home-work-overtime .carousel-text-row .middle-text *{font-size:clamp(2.5rem,6vw,5rem)}.home-work-overtime .carousel-text-row .right-text{color:#fff;font-size:2rem;font-style:italic;font-weight:500;text-align:right;width:100%}.home-work-overtime .carousel-indicators{display:flex;gap:.75rem;margin-top:1rem}.home-work-overtime .carousel-indicators .indicator{width:12px;height:12px;border-radius:50%;background:#c0c0c04d;cursor:pointer;transition:all .3s ease;position:relative}.home-work-overtime .carousel-indicators .indicator:hover{background:#c0c0c099}.home-work-overtime .carousel-indicators .indicator.active{background:#00ff1a;transform:scale(1.2)}.home-work-overtime .carousel-indicators .indicator.active:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-radius:50%;background:#00ff1a;animation:workOvertimePulse 1s ease-out infinite}.home-work-overtime .content-description{color:#d0d0d0;width:100%;max-width:800px;text-align:center;margin-top:1rem;padding:1.5rem;border-radius:12px}.home-work-overtime .content-description p,.home-work-overtime .content-description ul,.home-work-overtime .content-description li{margin-bottom:1rem;line-height:1.65;font-size:1.03rem}.home-work-overtime .content-description a{color:#a0e0ff;text-decoration:none}.home-work-overtime .content-description a:hover{text-decoration:underline;color:#80d0ff}@keyframes workOvertimePulse{0%{width:0;height:0;opacity:.8}50%{opacity:.7}to{width:32px;height:32px;opacity:0}}@keyframes gradientAnimation{to{background-position:200% center}}@media screen and (max-width: 768px){.home-work-overtime{padding:3rem 1rem}.carousel-text-row{gap:1rem;padding:1rem .1rem!important}.carousel-text-row .arrow-btn{padding:.3rem;height:2.5rem;width:2.5rem}.carousel-text-row .arrow-btn svg{font-size:1rem!important}.carousel-text-row .carousel-content{gap:.25rem}.carousel-text-row .left-text,.carousel-text-row .right-text{font-size:1rem}.carousel-text-row .middle-text{font-size:4rem!important;text-align:center!important}.content-description{padding:1rem}}.home-education{min-height:100vh;padding:3rem 10vw;position:relative;overflow:hidden}.home-education:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(0,255,17,.08) 0%,transparent 40%);pointer-events:none}.home-education .timeline-container{position:relative;max-width:1100px;margin:0 auto 8rem;padding:2rem 0}.home-education .timeline-container .education-timeline{position:relative;display:flex;flex-direction:column;gap:3rem}.home-education .timeline-container .education-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#00ff414d,#00ff41,#00ff414d);transform:translate(-50%);box-shadow:0 0 15px #00ff4166,inset 0 0 8px #00ff4133}.home-education .timeline-container .timeline-item{position:relative;display:flex;align-items:center;gap:2rem;width:100%}.home-education .timeline-container .timeline-item.left{text-align:right;justify-content:flex-end;padding-right:calc(50% + 60px)}.home-education .timeline-container .timeline-item.right{text-align:left;justify-content:flex-start;padding-left:calc(50% + 60px)}.home-education .timeline-container .timeline-item .timeline-content{flex:1;width:100%;display:flex;flex-direction:column;gap:.8rem}.home-education .timeline-container .timeline-item .horizontal-bar{width:100%;border-bottom:2px solid white;box-shadow:0 4px 15px #0000004d;display:inline-block;align-self:flex-start}.home-education .timeline-container .timeline-item .horizontal-bar .year{color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:.5px}.home-education .timeline-container .timeline-item .info .institution{color:#00ff9d;font-size:1.5rem;font-weight:700;margin:0 0 .4rem;text-shadow:0 0 15px rgba(0,255,157,.4);letter-spacing:-.3px}.home-education .timeline-container .timeline-item .info .degree{color:#fff;font-size:1.1rem;font-weight:500;margin:0 0 .4rem;line-height:1.4}.home-education .timeline-container .timeline-item .info .gpa{color:#a0ffa0;font-size:.95rem;font-weight:500;background:#00ff411a;padding:.3rem .8rem;border-radius:8px;display:inline-block;border:1px solid rgba(0,255,65,.2)}.home-education .timeline-container .timeline-item .center-circle{position:absolute;left:50%;transform:translate(-50%);width:80px;height:80px;background:#0a0a0f;border:3px solid #00ff41;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #00ff4133,0 0 20px #00ff4180,inset 0 0 8px #00ff414d;z-index:2}.home-education .timeline-container .timeline-item .center-circle .logo{width:50px;height:auto;object-fit:contain}.home-education .timeline-container .timeline-item .center-circle .school-icon{font-size:40px;color:#00ff41}.home-education .education-card{position:relative;background:linear-gradient(135deg,#14142399,#1e1e3266);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(0,255,65,.2);border-radius:20px;padding:2.2rem;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0d;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.home-education .education-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#00ff41,transparent);opacity:0;transition:opacity .3s ease}.home-education .education-card:hover{border-color:#00ff4180;box-shadow:0 16px 48px #00ff4140,inset 0 1px #ffffff1a;transform:translateY(-8px) scale(1.02)}.home-education .education-card:hover:before{opacity:1}.home-education .education-card .logo-wrapper{position:absolute;top:-2.8rem;right:1.5rem;width:95px;height:95px;background:linear-gradient(135deg,#000c,#14141ee6);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #00ff41;box-shadow:0 0 25px #00ff4180,inset 0 0 15px #00ff411a;z-index:2}.home-education .education-card .logo-wrapper img{width:60%;height:auto;filter:drop-shadow(0 0 8px rgba(0,255,65,.3))}.home-education .education-card .content{padding-right:115px}.home-education .education-card .content .institution{color:#00ff9d;font-size:1.7rem;font-weight:700;margin-bottom:.7rem;text-shadow:0 0 15px rgba(0,255,157,.4);letter-spacing:-.3px}.home-education .education-card .content .degree{color:#fff;font-size:1.3rem;font-weight:500;margin-bottom:.4rem;line-height:1.4}.home-education .education-card .content .period{color:#00ff65;font-size:1.05rem;font-weight:600;margin-top:.8rem;display:inline-flex;align-items:center;gap:.5rem}.home-education .education-card .content .period:before{content:"📅";font-size:.9rem}.home-education .education-card .content .gpa{color:#a0ffa0;font-size:1rem;margin-top:.6rem;font-weight:500;background:#00ff411a;padding:.3rem .8rem;border-radius:8px;display:inline-block;border:1px solid rgba(0,255,65,.2)}.home-education .languages-section{max-width:1100px;margin:0 auto 8rem;text-align:center}.home-education .languages-section .context{color:#fff;font-size:1.1rem;margin-top:2rem}.home-education .section-title{text-align:center;font-size:2rem;font-weight:800;background:linear-gradient(90deg,#0f1,#fff,#0f8);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem;text-shadow:0 0 20px rgba(0,255,40,.4)}.home-education .language-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.5rem;justify-items:center}.home-education .radial-progress{position:relative;width:140px;height:140px;border-radius:50%;background:conic-gradient(#00ff41 calc(var(--progress, 0) * 1%),#00ff411f calc(var(--progress, 0) * 1%),#00ff411f);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 20px #0009}.home-education .radial-progress:before{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;background:#0f0f1f;border-radius:50%;background-size:cover;background-position:center;background-image:var(--lang-icon)}.home-education .lang-info{margin-top:1rem;display:flex;flex-direction:column;align-items:center}.home-education .lang-info .lang-name{font-size:1.4rem;font-weight:600;color:#fff}.home-education .lang-info .lang-level{font-size:.95rem;color:#a0ffa0;display:block;margin-top:.3rem}.home-education .certificates-section{max-width:1200px;margin:0 auto}.home-education .cert-carousel-wrapper{display:flex;align-items:center;gap:1rem;padding:10px 0;position:relative}.home-education .cert-rail-container{flex:1;overflow:hidden}.home-education .cert-rail{display:flex;gap:2rem;width:max-content}.home-education .nav-button{width:48px;height:48px;border-radius:50%;background:#00ff4126;border:2px solid rgba(0,255,65,.3);color:#00ff41;font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.home-education .nav-button:hover:not(:disabled){background:#00ff4140;border-color:#00ff4180;box-shadow:0 0 20px #00ff414d}.home-education .nav-button:disabled{opacity:.3;cursor:not-allowed}.home-education .cert-card{width:320px;padding:1.5rem;border-radius:20px;background:#19192d6b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(120,255,180,.16);cursor:pointer;text-decoration:none;display:flex;align-items:center;gap:1rem;flex-shrink:0;transition:all .3s ease}.home-education .cert-card:hover{border-color:#00ff508c;box-shadow:0 16px 60px #00ff502e}.home-education .cert-card .cert-icon{font-size:2.5rem;color:#0f8;text-shadow:0 0 20px currentColor;flex-shrink:0}.home-education .cert-card .cert-content{flex:1;display:flex;flex-direction:column;gap:.4rem}.home-education .cert-card .cert-name{color:#e8ffe8;font-size:1rem;font-weight:600;line-height:1.4}.home-education .cert-card .powered-by{display:flex;align-items:center;gap:.4rem;color:#fff9;font-weight:500}.home-education .cert-card .powered-by .platform-icon{width:60px;height:20px;filter:brightness(0) invert(1)}.home-education .cert-card .powered-by *{font-size:.6rem}@media (max-width: 900px){.home-education .section-title{font-size:2.2rem}.home-education .radial-progress{width:110px;height:110px}.home-education .cert-card{width:280px;padding:1.2rem 1rem}.home-education .cert-card .cert-icon{font-size:2rem}.home-education .cert-card .cert-name{font-size:.9rem}.home-education .nav-button{width:40px;height:40px;font-size:1.5rem}.home-education .timeline-container .education-timeline{gap:2rem}.home-education .timeline-container .education-timeline:before{left:20px}.home-education .timeline-container .timeline-item{padding-left:60px!important;padding-right:0!important}.home-education .timeline-container .timeline-item.left,.home-education .timeline-container .timeline-item.right{text-align:left;justify-content:flex-start!important}.home-education .timeline-container .timeline-item .center-circle{left:20px;width:60px;height:60px}.home-education .timeline-container .timeline-item .center-circle .logo{width:35px}.home-education .timeline-container .timeline-item .center-circle .school-icon{font-size:30px}.home-education .timeline-container .timeline-item .timeline-content{width:100%;max-width:none!important}.home-education .timeline-container .timeline-item .horizontal-bar{padding:.6rem 1rem}.home-education .timeline-container .timeline-item .horizontal-bar .year{font-size:1rem}.home-education .timeline-container .timeline-item .info .institution{font-size:1.2rem}.home-education .timeline-container .timeline-item .info .degree{font-size:1rem}.home-education .timeline-container .timeline-item .info .gpa{font-size:.85rem}.home-education .education-card .content{padding-right:0}.home-education .logo-wrapper{right:auto;left:-55px;top:1.5rem;width:80px;height:80px}}@media (max-width: 768px){.home-education .lang-info{margin:0;align-items:flex-start}.home-education .radial-progress-wrapper{width:100%;display:flex;align-items:center;justify-content:center;gap:13px}.home-education .cert-rail{gap:1.5rem}.home-education .cert-card{width:240px;padding:1rem .8rem}.home-education .cert-card .cert-icon{font-size:1.8rem}.home-education .cert-card .cert-name{font-size:.85rem}.home-education .nav-button{width:36px;height:36px;font-size:1.3rem}}@media (max-width: 600px){.home-education .cert-card{width:200px;padding:.8rem .6rem;gap:.6rem}.home-education .cert-card .cert-icon{font-size:1.5rem}.home-education .cert-card .cert-name{font-size:.8rem}.home-education .nav-button{width:32px;height:32px;font-size:1.2rem}}.home-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/bg1-DICUKT7m.jpg);background-size:cover;background-position:center;z-index:-10}.home-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.home-background .tree_dark_bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/tree_dark-jUBsrQIT.png);background-size:cover;background-position:center;z-index:-4}.home-background .tree_dark_2_bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/tree_dark-jUBsrQIT.png);background-size:cover;background-position:center;z-index:-3;opacity:.4}.home-background .tree_dark_3_bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/tree_dark-jUBsrQIT.png);background-size:cover;background-position:center;z-index:-2;opacity:.2}.home-background .butterfly-wrapper{position:fixed;z-index:-1}.home-background .butterfly{width:50px;height:50px;background-image:url(data:image/png;base64,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);background-size:cover;background-position:center;animation:wingFlap .3s ease-in-out infinite;opacity:.5}.footer{position:relative;width:100vw;max-width:100vw;min-height:150px;background-color:#023000;box-sizing:border-box;padding:15px 3rem}.footer * *{color:#fff}.footer .content{display:flex;justify-content:space-between;align-items:center;height:100%}@media (max-width: 768px){.footer .content{flex-direction:column;justify-content:center;gap:15px}}.footer .copyright{margin-top:20px}.footer .copyright p{font-size:14px;text-align:right;margin-bottom:5px}@media (max-width: 768px){.footer .copyright p{font-size:13px;text-align:center}}.footer .tabs{display:flex;gap:25px;font-weight:600}.footer .tabs *{color:#a9a9a9;cursor:pointer;transition:all .3s ease-in-out}.footer .tabs *:hover{color:transparent;background:linear-gradient(90deg,#38ff15,#38ff15,#fff,#38ff15,#38ff15);background-size:200% auto;-webkit-background-clip:text;background-clip:text;animation:gradientAnimation 1s linear infinite}.home-section-6{padding:4rem 12rem}@media (max-width: 768px){.home-section-6{padding:4rem 2rem}}@media (max-width: 480px){.home-section-6{padding:3rem 1rem}}.home-section-6 .section-content{display:flex;flex-direction:column;align-items:center;padding:0 20px;max-width:1200px;margin:0 auto}.home-section-6 .section-content .subtitle{color:#fff;margin-top:25px;margin-bottom:15px;text-align:center;font-size:1.2rem}@media (max-width: 600px){.home-section-6 .section-content .subtitle{font-size:1rem;margin-top:15px;margin-bottom:10px}}.home-section-6 .section-content .email-title{color:#fff;margin-bottom:40px;text-align:center;font-size:1.1rem}@media (max-width: 600px){.home-section-6 .section-content .email-title{font-size:.9rem;margin-bottom:30px}.home-section-6 .section-content .email-title a{display:block;margin-top:5px}}.home-section-6 .section-content .email-title a{color:#38ff15;text-decoration:none}.home-section-6 .section-content .email-title a:hover{text-decoration:underline}.home-section-6 .section-content .email-body,.home-section-6 .section-content .email-subject{background-color:#1e1e1e;width:100%}.home-section-6 .section-content .email-body .MuiFormLabel-root,.home-section-6 .section-content .email-subject .MuiFormLabel-root{color:#fff!important}.home-section-6 .section-content .email-body .MuiOutlinedInput-notchedOutline,.home-section-6 .section-content .email-subject .MuiOutlinedInput-notchedOutline{border-color:#ffffff46!important}.home-section-6 .section-content .email-body .Mui-focused .MuiOutlinedInput-notchedOutline,.home-section-6 .section-content .email-subject .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#38ff15!important}.home-section-6 .section-content .email-body .Mui-focused .MuiFormLabel-root,.home-section-6 .section-content .email-subject .Mui-focused .MuiFormLabel-root{color:#38ff15!important}.home-section-6 .section-content .email-body * *,.home-section-6 .section-content .email-subject * *{color:#fff!important}.home-section-6 .section-content .email-subject .MuiInputBase-root{min-height:55px!important}@media screen and (max-width: 760px){.home-section-6 .section-content .email-icon{display:none}}.home-section-6 .section-content .btn-send-email{background-color:#059100;margin-top:30px;padding:5px 20px;font-size:1rem}.home-section-6 .section-content .btn-send-email:hover{background-color:#00b812;box-shadow:0 0 25px #00ff0084}@media (max-width: 600px){.home-section-6 .section-content .btn-send-email{padding:8px 16px;font-size:.9rem;margin-top:20px}}.home-tools{display:flex;flex-direction:column;align-items:center;min-height:500px;overflow:hidden;padding:40px 0}.home-tools .tools-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;max-width:100vw;gap:20px;padding:0 3rem}.home-tools .tools-left{flex:1;display:flex;flex-direction:column;gap:20px;max-width:40vw}.home-tools .tools-left .content-title{text-align:right}.home-tools .tools-description{color:#fffc;font-size:1rem;line-height:1.6;margin:0;text-align:right}.home-tools .tools-hint{color:#fff9;font-size:.9rem;line-height:1.5;margin:0;text-align:right}.home-tools .tools-right{flex:1;display:flex;justify-content:center;align-items:center;width:600px;height:600px}.home-tools .tools-canvas{width:100%;height:100%}@media (max-width: 1024px){.home-tools .tools-content{flex-direction:column;gap:20px}.home-tools .tools-description,.home-tools .tools-hint{text-align:center!important}.home-tools .tools-left{max-width:100%;text-align:center;align-items:center}.home-tools .tools-left .content-title{text-align:center}.home-tools .tools-right{width:100vw;height:500px}}@media (max-width: 768px){.home-tools .tools-content{gap:20px}.home-tools .tools-description{font-size:.9rem;padding:0 .5rem}.home-tools .tools-right{width:100vw!important;height:400px}.home-tools .tools-canvas{width:100%;height:440px!important}}@media (max-width: 480px){.home-tools .tools-right{width:320px;height:320px}}.tool-3d-container{display:flex;align-items:center;justify-content:center;width:50px;height:50px;transition:transform .2s ease-out}.tool-3d-container .tool-3d-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;border-radius:8px;transition:all .3s ease}.tool-3d-container .tool-3d-link:hover{background-color:#ffffff26;box-shadow:0 0 25px #ffffff80,0 0 50px #ffffff4d;transform:scale(1.2)}.tool-3d-container .tool-3d-link:hover .tool-3d-logo{filter:brightness(1.3) drop-shadow(0 0 10px rgba(255,255,255,.8))}.tool-3d-container .tool-3d-logo{width:120px;height:120px;background-size:contain;background-repeat:no-repeat;background-position:center;transition:all .3s ease}@media (max-width: 768px){.tool-3d-container{width:40px;height:40px}.tool-3d-container .tool-3d-logo{width:32px;height:32px}.tool-3d-container .tools-description{text-align:center}}@media (max-width: 480px){.tool-3d-container{width:35px;height:35px}.tool-3d-container .tool-3d-logo{width:28px;height:28px}}.home-motivation-msg{padding:4rem 12rem;display:flex;justify-content:center;align-items:center;margin-bottom:3rem}@media (max-width: 768px){.home-motivation-msg{padding:4rem 2rem}}@media (max-width: 480px){.home-motivation-msg{padding:3rem 1rem}}.home-motivation-msg .motivation-content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:1200px;width:100%}.home-motivation-msg .motivation-content .dotted-circle{position:relative;width:300px;height:300px;border-radius:50%;border:4px dashed #059100;animation:spin 20s linear infinite;display:flex;justify-content:center;align-items:center}@media (max-width: 600px){.home-motivation-msg .motivation-content .dotted-circle{width:250px;height:250px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-motivation-msg .motivation-content .dotted-circle .canvas-container{width:260px;height:260px;border-radius:50%;overflow:hidden;animation:counter-spin 20s linear infinite}@media (max-width: 600px){.home-motivation-msg .motivation-content .dotted-circle .canvas-container{width:210px;height:210px}}@keyframes counter-spin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.home-motivation-msg .motivation-content .dotted-circle .canvas-container canvas{width:100%!important;height:100%!important}.home-motivation-msg .motivation-content .motivation-text{text-align:center;padding:0 20px}.home-motivation-msg .motivation-content .motivation-text .motivation-title{color:#fff;font-size:2rem;margin-bottom:1rem;font-weight:600}@media (max-width: 600px){.home-motivation-msg .motivation-content .motivation-text .motivation-title{font-size:1.5rem}}.home-motivation-msg .motivation-content .motivation-text .motivation-subtitle{color:#ccc;font-size:1.1rem;line-height:1.6;max-width:600px}@media (max-width: 600px){.home-motivation-msg .motivation-content .motivation-text .motivation-subtitle{font-size:1rem}}.page-container{background:#f5f5f5;padding:20px;min-height:100vh;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:20px;overflow:auto}.page-container h3{font-weight:700}.page-container .a4-container{max-width:210mm;min-width:210mm;min-height:297mm;max-height:297mm;background:#fff;padding:7mm;overflow:hidden}.page-container .print-button{position:fixed;top:15px;right:15px;background:#2e7d32;color:#fff}.page-container .print-button:hover{background:#1b5e20}.page-container .back-button{position:fixed;top:15px;left:15px;background:#2e7d32;color:#fff}.page-container .back-button:hover{background:#1b5e20}.page-container .header{margin-bottom:18px}.page-container .header .header-content{display:flex;align-items:center;gap:16px;margin-bottom:10px}.page-container .header .avatar{width:80px;height:80px;border-radius:50%;object-fit:cover}.page-container .header .header-text h1{font-size:1.8rem;color:#2e7d32;font-weight:700;margin:0}.page-container .header .header-text h2{font-size:1rem;color:#4caf50;margin:4px 0 0}.page-container .header .contact-info{display:flex;flex-wrap:wrap;gap:12px;font-size:.9rem;color:#555}.page-container .header .contact-info .contact-item{display:flex;align-items:center;gap:6px}.page-container .header .contact-info .contact-item .icon{width:16px;height:16px;color:#2e7d32}.page-container .header .contact-info .contact-item span{font-size:15px}.page-container .divider{margin:16px 0;background:#e0e0e0}.page-container .section{margin-bottom:16px}.page-container .section h3{font-size:1.1rem;color:#2e7d32;border-bottom:1px solid #e0e0e0;padding-bottom:4px;margin-bottom:8px}.page-container .section p,.page-container .section li{font-size:.9rem;color:#444;line-height:1.45}.page-container .skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.page-container .skills-grid h4{font-size:.95rem;color:#2e7d32;margin-bottom:4px}.page-container .skills-grid p{font-size:.85rem;color:#555}.page-container .skills-list{margin:0!important}.page-container .skills-list *{font-size:16px}.page-container .skills-list strong{font-size:15px!important}.page-container .skills-list li{font-size:15px}.page-container .language-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.page-container .education-container{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.page-container .portfolio-item{margin-bottom:16px}.page-container .portfolio-item .portfolio-header{display:flex;justify-content:space-between;margin-bottom:8px}.page-container .portfolio-item .portfolio-header h4{font-size:1rem;color:#2e7d32;margin:0}.page-container .portfolio-item .portfolio-header p{font-size:.85rem;color:#666;margin:0}.page-container .portfolio-item .sub-item{margin:8px 0 0 16px}.page-container .portfolio-item .sub-item h5{font-size:.85rem;font-weight:700;margin-bottom:4px}.page-container .portfolio-item .sub-item li{font-size:15px}.page-container .a4-page-2 ul{margin:0!important}@media print{.page-container body{margin:0}.page-container .page-container{padding:0;background:#fff;gap:0}.page-container .print-button{display:none}.page-container .a4-container{box-shadow:none;page-break-after:always}.page-container .a4-page-1,.page-container .a4-page-2{min-height:297mm;max-height:297mm;overflow:hidden}.page-container .a4-page-1 ul,.page-container .a4-page-2 ul{margin:0!important}.page-container .section,.page-container .portfolio-item,.page-container .education-item{page-break-inside:avoid}}.blog-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/bg1-DICUKT7m.jpg);background-size:cover;background-position:center;z-index:-1}.blog-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.blogs-page{width:100%;height:100vh;display:flex;flex-direction:column;padding:1.5rem;position:relative;z-index:2;overflow:hidden;font-family:Mali,sans-serif}.blogs-page .blogs-header{display:flex;align-items:center;gap:1rem;flex-shrink:0;margin-bottom:15px}.blogs-page .blogs-header .back-button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:none;border-radius:50%;background:transparent;color:#fff;cursor:pointer;transition:all .3s ease}.blogs-page .blogs-header .back-button:hover{transform:scale(1.1)}.blogs-page .blogs-header .back-button svg{font-size:24px}.blogs-page .blogs-header .blogs-title{font-size:1.6rem;font-weight:700;color:#fff;margin:0;text-shadow:0 0 20px rgba(0,255,0,.8),0 0 40px rgba(0,255,0,.6),0 0 60px rgba(0,255,0,.4)}.blogs-page .blogs-content{display:flex;gap:2rem;flex:1;overflow:hidden}.blogs-page .blogs-content .blogs-tabs{width:300px;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;padding-right:.5rem}.blogs-page .blogs-content .blogs-tabs::-webkit-scrollbar{width:4px}.blogs-page .blogs-content .blogs-tabs::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px;transition:box-shadow .3s ease}.blogs-page .blogs-content .blogs-tabs::-webkit-scrollbar-track:hover{box-shadow:0 0 10px #00ff0080,0 0 20px #00ff004d}.blogs-page .blogs-content .blogs-tabs::-webkit-scrollbar-thumb{background:#e6ffe6aa;border-radius:4px;transition:background .3s ease}.blogs-page .blogs-content .blogs-tabs::-webkit-scrollbar-thumb:hover{background-color:#fff}.blogs-page .blogs-content .blogs-tabs .blog-tab{padding:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;background:#ffffff0d}.blogs-page .blogs-content .blogs-tabs .blog-tab:hover{background:#ffffff1a}.blogs-page .blogs-content .blogs-tabs .blog-tab.active{background:#00ff0026;border-color:#00ff0080}.blogs-page .blogs-content .blogs-tabs .blog-tab .tab-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem;line-height:1.4}.blogs-page .blogs-content .blogs-tabs .blog-tab .tab-meta{font-size:.85rem;color:#ffffffb3;margin:0}.blogs-page .blogs-content .blogs-main{flex:1;display:flex;align-items:flex-start;overflow-y:auto;padding-right:.5rem}.blogs-page .blogs-content .blogs-main::-webkit-scrollbar{width:4px}.blogs-page .blogs-content .blogs-main::-webkit-scrollbar-track{background:#ffffff25;border-radius:4px;transition:box-shadow .3s ease}.blogs-page .blogs-content .blogs-main::-webkit-scrollbar-track:hover{box-shadow:0 0 10px #00ff0080,0 0 20px #00ff004d}.blogs-page .blogs-content .blogs-main::-webkit-scrollbar-thumb{background:#99ff9986;border-radius:4px}.blogs-page .blogs-content .blogs-main::-webkit-scrollbar-thumb:hover{background:#0f0c}.blogs-page .blogs-content .blogs-main .blog-detail{width:100%}.blogs-page .blogs-content .blogs-main .blog-detail .blog-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.3}.blogs-page .blogs-content .blogs-main .blog-detail .blog-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,255,255,.1)}.blogs-page .blogs-content .blogs-main .blog-detail .blog-meta .blog-author{font-size:.95rem;color:#fffc;font-weight:500}.blogs-page .blogs-content .blogs-main .blog-detail .blog-meta .blog-date{font-size:.95rem;color:#fffc}.blogs-page .blogs-content .blogs-main .blog-detail .blog-meta .blog-relative{font-size:.95rem;color:#0f0;font-weight:600}.blogs-page .blogs-content .blogs-main .blog-detail .blog-description{font-size:1.1rem;line-height:1.8;color:#ffffffe6;margin:0}.blogs-page .blogs-content .blogs-main .blog-detail .blog-description p{margin-bottom:1rem}.blogs-page .blogs-content .blogs-main .blog-detail .blog-description p:last-child{margin-bottom:0}.blogs-page .blogs-content .blogs-main .blog-detail .blog-navigation{display:none;margin-top:2rem;padding-top:1.5rem;border-top:2px solid rgba(255,255,255,.1);align-items:center;justify-content:space-between;gap:1rem}.blogs-page .blogs-content .blogs-main .blog-detail .blog-navigation .nav-button{padding:.75rem 1.5rem;border:2px solid rgba(0,255,0,.5);background:#00ff001a;color:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:600}.blogs-page .blogs-content .blogs-main .blog-detail .blog-navigation .nav-button:hover:not(:disabled){background:#0f03;border-color:#0f0c}.blogs-page .blogs-content .blogs-main .blog-detail .blog-navigation .nav-button:disabled{opacity:.3;cursor:not-allowed}.blogs-page .blogs-content .blogs-main .blog-detail .blog-navigation .blog-counter{font-size:.9rem;color:#ffffffb3}@media (max-width: 768px){.blogs-page{padding:.5rem}.blogs-page .blogs-header .blogs-title{font-size:1.6rem}.blogs-page .blogs-content{flex-direction:column}.blogs-page .blogs-content .blogs-tabs{display:none}.blogs-page .blogs-content .blogs-main .blog-detail .blog-title{font-size:1.5rem}.blogs-page .blogs-content .blogs-main .blog-detail .blog-meta{flex-direction:column;gap:.5rem}.blogs-page .blogs-content .blogs-main .blog-detail .blog-navigation{display:flex}}.github-section{width:100%;padding:4rem 8rem}@media (max-width: 768px){.github-section{padding:4rem 2rem}}.github-section .section-title{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.6rem;margin-bottom:1rem;color:transparent;position:relative;gap:.8rem;text-align:center;font-weight:600;background:linear-gradient(90deg,#0f1,#0f1,#fff,#0f1,#0f1);background-size:200% auto;-webkit-background-clip:text;background-clip:text;animation:gradientAnimation 2s linear infinite}.github-section .section-title .section-icon{font-size:30px;color:#38ff15!important}.github-section .section-title .section-icon *{color:#38ff15}.github-section .section-description{font-size:20px;margin-bottom:3rem;line-height:1.6;color:#fff;text-align:center;padding:0 15rem}@media (max-width: 1024px){.github-section .section-description{padding:0}}.github-section .github-profile-link{text-align:center;margin-top:2rem}.github-section .github-profile-link a{display:inline-block;padding:.8rem 1.5rem;background-color:#059100;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:all .3s ease}.github-section .github-profile-link a:hover{background-color:#00b812;box-shadow:0 0 25px #00ff0084}.github-section .github-readme-language{display:flex;position:relative;justify-content:center}.website-section{width:100%;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center}.website-section .section-title{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.6rem;margin-bottom:1rem;color:transparent;position:relative;gap:.8rem;text-align:center;font-weight:600;background:linear-gradient(90deg,#0f1,#0f1,#fff,#0f1,#0f1);background-size:200% auto;-webkit-background-clip:text;background-clip:text;animation:gradientAnimation 2s linear infinite}.website-section .section-title .section-icon{font-size:30px;color:#38ff15}.website-section .section-title .section-icon *{color:#38ff15}.website-section .section-description{font-size:1.1rem;margin-bottom:3rem;line-height:1.6;color:#fff;text-align:center;max-width:800px}.website-section .computer-container{width:100%;max-width:800px;margin:0 auto}.website-section .computer{display:flex;flex-direction:column;align-items:center;position:relative;width:100%}.website-section .computer .computer-screen{width:100%;aspect-ratio:16/9;background:#484848;border:15px solid #484848;border-radius:10px 10px 0 0;border-bottom:none;position:relative;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column}.website-section .computer .computer-screen .browser-bar{display:flex;align-items:center;padding:8px 15px;background:#2a2a2a;border-bottom:1px solid #333;gap:10px;flex-shrink:0}.website-section .computer .computer-screen .browser-bar .browser-controls{display:flex;gap:8px}.website-section .computer .computer-screen .browser-bar .browser-controls .control-dot{width:12px;height:12px;border-radius:50%}.website-section .computer .computer-screen .browser-bar .browser-controls .control-dot.red{background:#ff5f56}.website-section .computer .computer-screen .browser-bar .browser-controls .control-dot.yellow{background:#ffbd2e}.website-section .computer .computer-screen .browser-bar .browser-controls .control-dot.green{background:#27c93f}.website-section .computer .computer-screen .browser-bar .address-bar{flex:1;display:flex;align-items:center;background:#1a1a1a;border-radius:15px;padding:5px 15px;height:30px;overflow:hidden}.website-section .computer .computer-screen .browser-bar .address-bar .url{flex:1;color:#ccc;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.website-section .computer .computer-screen .browser-bar .address-bar .search-button{color:#ccc;padding:4px;margin-left:5px}.website-section .computer .computer-screen .browser-bar .address-bar .search-button:hover{color:#38ff15;background:#ffffff1a}.website-section .computer .computer-screen .screen-content{flex:1;background:#121212;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative}.website-section .computer .computer-screen .screen-content .website-screenshot{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.website-section .computer .computer-screen .screen-content .website-screenshot:hover{transform:scale(1.02)}.website-section .computer .computer-screen .screen-navigation{display:flex;justify-content:center;align-items:center;padding:5px 15px;background:#484848;gap:20px;flex-shrink:0}.website-section .computer .computer-screen .screen-navigation .nav-button{color:#fff;background:#3a3a3a;transition:all .3s ease}.website-section .computer .computer-screen .screen-navigation .nav-button:hover{background:#059100;transform:scale(1.1)}.website-section .computer .computer-screen .screen-navigation .project-counter{color:#fff;font-size:.9rem;min-width:50px;text-align:center}.website-section .computer .computer-hold{width:150px;height:20px;background:#454545;border-radius:0 0 10px 10px}.website-section .computer .computer-base{width:110%;height:60px;background:#404040;border-radius:0 0 5px 5px;display:flex;justify-content:center;align-items:center;padding:10px}.website-section .computer .computer-base .technologies-display{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:80%}.website-section .computer .computer-base .technologies-display .tech-chip{color:#fff;border-color:#fff3;background:#0003;transition:all .3s ease}.website-section .computer .computer-base .technologies-display .tech-chip:hover{border-color:#059100;background:#0591001a}.website-section .computer .computer-base .technologies-display .tech-chip .tech-icon{width:18px;height:18px}@media (max-width: 768px){.website-section{padding:2rem 1rem}.website-section .section-title{font-size:1.4rem}.website-section .section-description{font-size:1rem;margin-bottom:2rem}.website-section .computer .computer-screen{border-width:10px}.website-section .computer .computer-screen .browser-bar{padding:6px 10px}.website-section .computer .computer-base{height:50px}}.minecraft-section{width:100%;padding:4rem 8rem}@media (max-width: 768px){.minecraft-section{padding:4rem 2rem}}.minecraft-section .section-title{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.6rem;margin-bottom:1rem;color:transparent;position:relative;gap:.8rem;text-align:center;font-weight:600;background:linear-gradient(90deg,#0f1,#0f1,#fff,#0f1,#0f1);background-size:200% auto;-webkit-background-clip:text;background-clip:text;animation:gradientAnimation 2s linear infinite}.minecraft-section .section-title .section-icon{font-size:30px;color:#38ff15!important}.minecraft-section .section-title .section-icon *{color:#38ff15}.minecraft-section .section-description{font-size:20px;margin-bottom:3rem;line-height:1.6;color:#fff;text-align:center;padding:0 15rem}@media (max-width: 1024px){.minecraft-section .section-description{padding:0}}.minecraft-section .website-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem}@media screen and (max-width: 1024px){.minecraft-section .website-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width: 768px){.minecraft-section .website-grid{grid-template-columns:1fr}}.minecraft-section .website-card{background-color:#171717;border-radius:10px;overflow:hidden;border:3px solid #059100;transition:all .3s ease;position:relative}.minecraft-section .website-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0f33}.minecraft-section .website-card:hover .website-preview img{transform:scale(1.05)}.minecraft-section .website-card:hover .website-overlay{opacity:1}.minecraft-section .website-card:hover:before{opacity:1}.minecraft-section .website-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:10px;box-shadow:0 0 25px #00ff3380;opacity:0;transition:opacity .3s ease;pointer-events:none}.minecraft-section .website-preview{position:relative;width:100%;height:250px;overflow:hidden}.minecraft-section .website-preview img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.minecraft-section .website-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;gap:10px;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.minecraft-section .btn-nav{width:60px;height:60px;color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;border-radius:50%;background-color:#059100}.minecraft-section .btn-nav:hover{background-color:#00b812;box-shadow:0 0 25px #00ff0084}.minecraft-section .website-info{padding:1.5rem}.minecraft-section .website-title{font-size:1.5rem;color:#38ff15;font-weight:600}.minecraft-section .website-description{font-size:1rem;color:#fff;margin-bottom:1.2rem;line-height:1.5}.minecraft-section .website-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.minecraft-section .tech-badge{background-color:#424242;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;color:#fff;transition:all .3s ease;display:flex;align-items:center;gap:.4rem}.minecraft-section .tech-badge .tech-icon{width:16px;height:16px}.minecraft-section .tech-badge:hover{background-color:#059100;color:#fff}.minecraft-section .tech-badge:hover .tech-icon{filter:brightness(0) invert(1)}.minecraft-section .section-container{width:100%;position:relative}.minecraft-section .section-subtitle{font-size:20px;color:#fff;margin-top:100px;text-align:center;margin-bottom:25px}.minecraft-section .section-items{padding:0 10rem}@media (max-width: 1024px){.minecraft-section .section-items{padding:0}}.minecraft-section .section-item{display:grid;grid-template-columns:.1fr .9fr;align-items:center;background-color:#1e1e1e;border:3px solid #059100;border-radius:10px;padding:20px 35px;margin-bottom:25px}@media (max-width: 768px){.minecraft-section .section-item{grid-template-columns:1fr}}.minecraft-section .section-item .title{font-size:25px;color:#38ff15;font-weight:600}.minecraft-section .section-item .title:hover{text-decoration:underline}.minecraft-section .section-item .subtitle{color:#ffffffbf;font-size:16px}.minecraft-section .section-item .icon{width:50px;height:50px}.social-section{--social-email-color: #ea4335;--social-youtube-color: #ff0000;--social-twitter-color: #c7c7c7;--social-discord-color: #5865f2;--social-linkedin-color: #0a66c2;width:100%;padding:0 2rem;margin-top:100px;margin-bottom:100px}@media (max-width: 768px){.social-section{padding:4rem 2rem}}.social-section .section-title{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.6rem;margin-bottom:1rem;color:transparent;position:relative;gap:.8rem;text-align:center;font-weight:600;background:linear-gradient(90deg,#0f1,#0f1,#fff,#0f1,#0f1);background-size:200% auto;-webkit-background-clip:text;background-clip:text;animation:gradientAnimation 2s linear infinite}.social-section .section-title .section-icon{font-size:30px;color:#38ff15}.social-section .section-title .section-icon *{color:#38ff15}.social-section .section-description{font-size:20px;margin-bottom:3rem;line-height:1.6;color:#fff;text-align:center;padding:0 15rem}@media (max-width: 768px){.social-section .section-description{padding:0 2rem}}.social-section .social-container{display:flex;flex-direction:column;align-items:center;margin-top:1.5rem;width:100%}.social-section .social-search-box{box-sizing:border-box!important;background:#1e1e1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:12px;padding:10px 16px;display:flex;align-items:center;gap:12px;min-width:350px;box-shadow:0 8px 32px #0006;margin-bottom:12px;transition:all .3s ease;position:relative}.social-section .social-search-box .search-icon{display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;flex:0 0 auto}.social-section .social-search-box .search-input{flex:1;display:flex;align-items:center;gap:8px;position:relative}.social-section .social-search-box .search-input input{width:100%;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:8px;padding:8px 12px;color:#fff;font-size:.85rem;outline:none;cursor:pointer;box-sizing:border-box}.social-section .social-search-box .search-input input:focus{border-color:#ffffff80;background:#ffffff26}.social-section .social-search-box .search-input .copy-btn{color:#fff;flex-shrink:0;padding:4px;transition:all .2s ease}.social-section .social-search-box .search-input .copy-btn:hover{color:#00ff1a;transform:scale(1.1)}.social-section .social-search-box .search-input .copy-btn svg{font-size:1.2rem!important;width:20px;height:20px}.social-section .social-search-box .search-input .arrow-indicator{position:absolute;top:-25px;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.social-section .social-search-box .search-input .arrow-indicator.visible{opacity:1;transform:translate(-50%) translateY(0)}.social-section .social-search-box .search-input .arrow-indicator .arrow-inner{position:relative;display:flex;flex-direction:column;align-items:center;border-width:2px}.social-section .social-search-box .search-input .arrow-indicator .arrow-inner:before{content:"";position:absolute;z-index:4;bottom:-15px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid rgba(30,30,30,.9490196078)}.social-section .social-search-box .search-input .arrow-indicator .arrow-inner:after{content:"";position:absolute;z-index:3;bottom:-15px;left:50%;transform:translate(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid rgba(255,255,255,.2)}.social-section .social-links{margin-bottom:15px;gap:10px}.social-section .social-links .social-item-wrapper{display:inline-flex;align-items:center;position:relative;margin:0!important}.social-section .social-links .social-item-wrapper.active .social-btn{background-color:#fff}.social-section .social-links .social-item-wrapper.active .social-btn.email{color:var(--social-email-color)}.social-section .social-links .social-item-wrapper.active .social-btn.youtube{color:var(--social-youtube-color)}.social-section .social-links .social-item-wrapper.active .social-btn.twitter{color:var(--social-twitter-color)}.social-section .social-links .social-item-wrapper.active .social-btn.discord{color:var(--social-discord-color)}.social-section .social-links .social-item-wrapper.active .social-btn.linkedin{color:var(--social-linkedin-color)}.social-section .social-links .social-btn{transition:all .25s ease;position:relative;border-radius:8px;padding:8px;align-self:center;color:#fff}.social-section .social-links .social-btn *{width:28px;height:28px}.social-section .social-links .social-btn:hover{background:#fff;transform:translateY(-3px) scale(1.15)}.social-section .social-links .social-btn.email:hover{color:var(--social-email-color)}.social-section .social-links .social-btn.youtube:hover{color:var(--social-youtube-color)}.social-section .social-links .social-btn.twitter:hover{color:var(--social-twitter-color)}.social-section .social-links .social-btn.discord:hover{color:var(--social-discord-color)}.social-section .social-links .social-btn.linkedin:hover{color:var(--social-linkedin-color)}.social-section .social-links svg{font-size:2.2rem!important}.social-section .contact-cta{display:flex;flex-direction:column;align-items:center;padding:0 20px;max-width:1200px;margin:200px auto 0}.social-section .contact-cta .subtitle{color:#fff;margin-top:25px;margin-bottom:15px;text-align:center;font-size:1.2rem}@media (max-width: 600px){.social-section .contact-cta .subtitle{font-size:1rem;margin-top:15px;margin-bottom:10px}}.social-section .contact-cta .email-title{color:#fff;margin-bottom:40px;text-align:center;font-size:1.1rem}@media (max-width: 600px){.social-section .contact-cta .email-title{font-size:.9rem;margin-bottom:30px}.social-section .contact-cta .email-title a{display:block;margin-top:5px}}.social-section .contact-cta .email-title a{color:#38ff15;text-decoration:none}.social-section .contact-cta .email-title a:hover{text-decoration:underline}.social-section .contact-cta .email-body,.social-section .contact-cta .email-subject{background-color:#1e1e1e;width:100%}.social-section .contact-cta .email-body .MuiFormLabel-root,.social-section .contact-cta .email-subject .MuiFormLabel-root{color:#fff!important}.social-section .contact-cta .email-body .MuiOutlinedInput-notchedOutline,.social-section .contact-cta .email-subject .MuiOutlinedInput-notchedOutline{border-color:#ffffff46!important}.social-section .contact-cta .email-body .Mui-focused .MuiOutlinedInput-notchedOutline,.social-section .contact-cta .email-subject .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#38ff15!important}.social-section .contact-cta .email-body .Mui-focused .MuiFormLabel-root,.social-section .contact-cta .email-subject .Mui-focused .MuiFormLabel-root{color:#38ff15!important}.social-section .contact-cta .email-body * *,.social-section .contact-cta .email-subject * *{color:#fff!important}.social-section .contact-cta .email-subject .MuiInputBase-root{min-height:55px!important}@media screen and (max-width: 760px){.social-section .contact-cta .email-icon{display:none}}.social-section .contact-cta .btn-send-email{background-color:#059100;margin-top:30px;padding:5px 20px;font-size:1rem}.social-section .contact-cta .btn-send-email:hover{background-color:#00b812;box-shadow:0 0 25px #00ff0084}@media (max-width: 600px){.social-section .contact-cta .btn-send-email{padding:8px 16px;font-size:.9rem;margin-top:20px}}.workspace-intro{min-height:100vh;height:100vh;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem}.workspace-intro .title{display:flex;flex-direction:horizontal;text-align:center;justify-content:center;font-weight:600;margin-bottom:50px}.workspace-intro .title *{text-shadow:0 0 20px rgba(0,255,0,.8),0 0 40px rgba(0,255,0,.6),0 0 60px rgba(0,255,0,.4);font-size:60px}.workspace-intro .subtitle{text-align:center;color:#d3d3d3;font-size:22px}.workspace-page{font-family:Mali,sans-serif}.workspace-page .back-button-container{position:fixed;top:20px;left:20px;z-index:1000;display:flex;align-items:center;gap:10px}.workspace-page .back-button-container .back-button{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.workspace-page .back-button-container .back-button:hover{background:#fff3;border-color:#ffffff80;transform:scale(1.1)}.workspace-page .back-button-container .back-button .back-icon{color:#fff;font-size:28px}.workspace-page .back-button-container .workspace-label{color:#fff;font-size:18px;font-weight:600;white-space:nowrap}.workspace-page .back-button-container.scrolled .back-button{width:40px;height:40px}.workspace-page .back-button-container.scrolled .back-button .back-icon{font-size:24px}.workspace-page .semi-footer{position:fixed;z-index:100;color:#ffffff80;bottom:40px;left:50%;display:flex;justify-content:center;transform:translate(-50%);text-align:center;width:100%}.workspace-page .semi-footer p{font-size:16px;animation:pulseAnimation 2s ease-in-out infinite}.workspace-page .semi-footer.hidden{opacity:0;visibility:hidden}.mobile-section{width:100%;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center}.mobile-section .section-title{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1.6rem;margin-bottom:1rem;color:transparent;position:relative;gap:.8rem;text-align:center;font-weight:600;background:linear-gradient(90deg,#0f1,#0f1,#fff,#0f1,#0f1);background-size:200% auto;-webkit-background-clip:text;background-clip:text;animation:gradientAnimation 2s linear infinite}.mobile-section .section-title .section-icon{font-size:30px;color:#38ff15}.mobile-section .section-title .section-icon *{color:#38ff15}.mobile-section .section-description{font-size:1.1rem;margin-bottom:4rem;line-height:1.6;color:#fff;text-align:center;max-width:800px}.mobile-section .mobile-content-container{display:grid;grid-template-columns:280px 1fr;width:100%;padding:0 12rem;gap:5rem}@media (max-width: 1300px){.mobile-section .mobile-content-container{padding:0 5rem}}@media (max-width: 1024px){.mobile-section .mobile-content-container{display:flex;flex-direction:column;align-items:center;padding:0 5rem;gap:0}}@media (max-width: 768px){.mobile-section .mobile-content-container{padding:0 1rem}}.mobile-section .phone{width:260px;height:570px;background:#484848;border-radius:40px;padding:15px;position:relative;box-shadow:0 10px 30px #00000080,inset 0 0 0 2px #ffffff1a}@media (max-width: 600px){.mobile-section .phone{width:240px;height:480px;border-radius:30px}}.mobile-section .phone .phone-screen{width:100%;height:100%;background:#121212;border-radius:30px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;position:relative}@media (max-width: 600px){.mobile-section .phone .phone-screen{border-radius:25px}}.mobile-section .phone .phone-status-bar{display:flex;justify-content:space-between;align-items:center;padding:5px 15px;color:#fff;font-size:.8rem;background:#0003}.mobile-section .phone .phone-status-bar .phone-time{font-size:13px}.mobile-section .phone .phone-status-bar .phone-icons{display:flex;gap:8px;align-items:center}.mobile-section .phone .phone-status-bar .phone-icons span{display:inline-block;width:16px;height:10px;background:#fffc}.mobile-section .phone .phone-status-bar .phone-icons .signal-icon{clip-path:polygon(0% 100%,25% 60%,50% 80%,75% 40%,100% 70%)}.mobile-section .phone .phone-status-bar .phone-icons .wifi-icon{clip-path:circle(50% at 50% 20%)}.mobile-section .phone .phone-status-bar .phone-icons .battery-icon{position:relative;width:20px;height:10px;border:1px solid rgba(255,255,255,.8);border-radius:2px}.mobile-section .phone .phone-status-bar .phone-icons .battery-icon:after{content:"";position:absolute;right:-3px;top:2px;width:2px;height:4px;background:#fffc;border-radius:0 1px 1px 0}.mobile-section .phone .screen-content{flex:1;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.mobile-section .phone .screen-content .app-screenshot{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mobile-section .phone .screen-content .app-screenshot:hover{transform:scale(1.02)}.mobile-section .phone .phone-home-indicator{width:100px;height:5px;background:#ffffff80;border-radius:3px;margin:10px auto}.mobile-section .project-details{display:flex;flex-direction:column;height:100%;margin-top:60px}@media (max-width: 900px){.mobile-section .project-details{align-items:center;text-align:center}}.mobile-section .project-info{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 1024px){.mobile-section .project-info{align-items:center;text-align:center}}.mobile-section .project-name{color:#38ff15;font-size:1.8rem;font-weight:600;margin:0}@media (max-width: 600px){.mobile-section .project-name{font-size:1.5rem}}.mobile-section .project-description{color:#ffffffed;font-size:1rem;line-height:1.6;margin:0}.mobile-section .project-navigation{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;margin-bottom:20px}@media (max-width: 900px){.mobile-section .project-navigation{align-items:center}}.mobile-section .project-counter{color:#fff;font-size:1.1rem;font-weight:500}.mobile-section .navigation-buttons{display:flex;gap:1rem;align-items:center}.mobile-section .nav-button{color:#fff;background:#ffffff1a;transition:all .3s ease;width:50px;height:50px}.mobile-section .nav-button:hover{background:#059100;box-shadow:0 0 25px #00ff0084;transform:scale(1.05)}.mobile-section .technologies-display{display:flex;flex-wrap:wrap;gap:10px}.mobile-section .technologies-display .tech-chip{color:#fff;border-color:#fff3;background:#0003;transition:all .3s ease}.mobile-section .technologies-display .tech-chip:hover{border-color:#059100;background:#0591001a}.mobile-section .technologies-display .tech-chip .tech-icon{width:18px;height:18px}.workspace-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/bg1-DICUKT7m.jpg);background-size:cover;background-position:center;z-index:-10}.workspace-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.workspace-background .tree_dark_bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/tree_dark-jUBsrQIT.png);background-size:cover;background-position:center;z-index:-4}.workspace-background .tree_dark_2_bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/tree_dark-jUBsrQIT.png);background-size:cover;background-position:center;z-index:-3;opacity:.4}.workspace-background .tree_dark_3_bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/tree_dark-jUBsrQIT.png);background-size:cover;background-position:center;z-index:-2;opacity:.2}.workspace-background .butterfly-wrapper{position:fixed;z-index:-1}.workspace-background .butterfly{width:50px;height:50px;background-image:url(data:image/png;base64,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);background-size:cover;background-position:center;animation:wingFlap .3s ease-in-out infinite;opacity:.5}.personal-intro{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;height:100vh}.personal-intro .title>*{font-size:4rem;font-weight:600;margin-bottom:1rem;color:#fff;text-shadow:0 0 20px rgba(0,255,0,.8),0 0 40px rgba(0,255,0,.6),0 0 60px rgba(0,255,0,.4)}.personal-intro .subtitle{font-size:1.5rem;color:#fffc;margin:0}@media (max-width: 768px){.personal-intro{padding:3rem 1rem}.personal-intro .title>*{font-size:2.5rem}.personal-intro .subtitle{font-size:1.2rem}}.journey-section{padding:3rem 2rem;max-width:800px;margin:0 auto}.journey-section .journey-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-shadow:0 0 15px rgba(0,255,0,.6)}.journey-section .journey-description{font-size:1.1rem;line-height:1.8;color:#ffffffe6}.journey-section .journey-description p{margin-bottom:1rem}.journey-section .journey-description p:last-child{margin-bottom:0}@media (max-width: 768px){.journey-section{padding:2rem 1rem}.journey-section .journey-title{font-size:1.5rem}.journey-section .journey-description{font-size:1rem}}@keyframes gradientAnimation{0%{background-position:100% center}to{background-position:-100% center}}.personal-page{font-family:Mali,sans-serif}.personal-page .back-button-container{position:fixed;top:20px;left:20px;z-index:1000;display:flex;align-items:center;gap:10px}.personal-page .back-button-container .back-button{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.personal-page .back-button-container .back-button:hover{background:#fff3;border-color:#ffffff80;transform:scale(1.1)}.personal-page .back-button-container .back-button .back-icon{color:#fff;font-size:28px}.personal-page .back-button-container .personal-label{color:#fff;font-size:18px;font-weight:600;white-space:nowrap}.personal-page .back-button-container.scrolled .back-button{width:40px;height:40px}.personal-page .back-button-container.scrolled .back-button .back-icon{font-size:24px}.personal-page .semi-footer{position:fixed;z-index:100;color:#ffffff80;bottom:40px;left:50%;display:flex;justify-content:center;transform:translate(-50%);text-align:center;width:100%}.personal-page .semi-footer p{font-size:16px;animation:pulseAnimation 2s ease-in-out infinite}.personal-page .semi-footer.hidden{opacity:0;visibility:hidden}.personal-background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/bg1-DICUKT7m.jpg);background-size:cover;background-position:center;z-index:-10}.personal-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.personal-background .tree_dark_bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/tree_dark-jUBsrQIT.png);background-size:cover;background-position:center;z-index:-4}.personal-background .tree_dark_2_bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/tree_dark-jUBsrQIT.png);background-size:cover;background-position:center;z-index:-3;opacity:.4}.personal-background .tree_dark_3_bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/tree_dark-jUBsrQIT.png);background-size:cover;background-position:center;z-index:-2;opacity:.2}.personal-background .butterfly-wrapper{position:fixed;z-index:-1}.personal-background .butterfly{width:50px;height:50px;background-image:url(data:image/png;base64,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);background-size:cover;background-position:center;animation:wingFlap .3s ease-in-out infinite;opacity:.5}@keyframes flyAcross{0%{transform:translate(0)}to{transform:translate(calc(var(--end-x) - var(--start-x)),calc(var(--end-y) - var(--start-y)))}}@keyframes wingFlap{0%,to{transform:scaleX(1) scaleY(1)}50%{transform:scaleX(.6) scaleY(1.1)}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
