@import url(https://fonts.googleapis.com/css2?family=Poppins: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 url(https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:var(--bg-color);color:var(--text-color);font-family:Poppins,sans-serif!important;margin:0;overflow-x:hidden;padding:0;transition:background-color .3s ease,color .3s ease}html{scroll-behavior:smooth}.app-container{display:flex;flex-direction:column;min-height:100vh;position:relative}.main-content-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center;width:100%}.main-content{margin:0 auto;max-width:920px;text-align:center;width:100%}@media (max-width:768px){.main-content-wrapper{padding-top:30px}.main-content{padding:1rem}}.theme-dark{--bg-color:#020a13;--text-color:#e2e8f0;--accent-color:#4fd1c5}.theme-light{--bg-color:#f8fafc;--text-color:#020617;--accent-color:#3b82f6}.fade-enter{opacity:0;transform:translateY(20px)}.fade-enter-active{transition:opacity .4s ease-in,transform .4s ease-out}.fade-enter-active,.fade-exit{opacity:1;transform:translateY(0)}.fade-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .4s ease-out,transform .4s ease-in}.main-content-wrapper{position:relative}.fade-enter,.fade-exit-active{position:absolute;width:100%}.loading-overlay{align-items:center;background-color:var(--bg-color);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}body.loading{overflow:hidden}*{box-sizing:border-box}.app-container *{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.intro-section{text-align:left;transition:all .3s ease}.intro-section.light .intro-heading{color:#1a202c}.intro-section.light p{color:#4a5568}.intro-section.dark .intro-heading{color:#c6c6c6}.intro-section.dark p{color:#e2e8f0}.intro-heading{font-size:2.275em;font-weight:500;letter-spacing:9.9px;margin:2rem 0 1.5rem;position:relative;text-transform:uppercase;z-index:1}.intro-heading:after,.intro-heading:before{clip:rect(0,0,0,0);background:inherit;content:attr(data-text);left:0;position:absolute;top:0;width:100%}.intro-heading:before{animation:glitch-noise-1 3s linear infinite alternate-reverse;left:-2px;text-shadow:2px 0 #0ff}.intro-heading:after{animation:glitch-noise-2 2s linear infinite alternate-reverse;left:2px;text-shadow:-2px 0 #f0f}@keyframes glitch-noise-1{0%{clip:rect(61px,9999px,52px,0)}5%{clip:rect(33px,9999px,144px,0)}10%{clip:rect(121px,9999px,115px,0)}15%{clip:rect(144px,9999px,162px,0)}20%{clip:rect(62px,9999px,180px,0)}25%{clip:rect(34px,9999px,42px,0)}30%{clip:rect(147px,9999px,179px,0)}35%{clip:rect(99px,9999px,63px,0)}40%{clip:rect(188px,9999px,122px,0)}45%{clip:rect(154px,9999px,14px,0)}50%{clip:rect(63px,9999px,37px,0)}55%{clip:rect(161px,9999px,147px,0)}60%{clip:rect(109px,9999px,175px,0)}65%{clip:rect(157px,9999px,88px,0)}70%{clip:rect(173px,9999px,131px,0)}75%{clip:rect(62px,9999px,70px,0)}80%{clip:rect(24px,9999px,153px,0)}85%{clip:rect(138px,9999px,40px,0)}90%{clip:rect(79px,9999px,136px,0)}95%{clip:rect(25px,9999px,34px,0)}to{clip:rect(173px,9999px,166px,0)}}@keyframes glitch-noise-2{0%{clip:rect(26px,9999px,33px,0)}5%{clip:rect(140px,9999px,198px,0)}10%{clip:rect(184px,9999px,89px,0)}15%{clip:rect(121px,9999px,6px,0)}20%{clip:rect(181px,9999px,99px,0)}25%{clip:rect(154px,9999px,133px,0)}30%{clip:rect(134px,9999px,169px,0)}35%{clip:rect(26px,9999px,187px,0)}40%{clip:rect(147px,9999px,137px,0)}45%{clip:rect(31px,9999px,52px,0)}50%{clip:rect(191px,9999px,109px,0)}55%{clip:rect(74px,9999px,54px,0)}60%{clip:rect(145px,9999px,75px,0)}65%{clip:rect(153px,9999px,198px,0)}70%{clip:rect(99px,9999px,136px,0)}75%{clip:rect(118px,9999px,192px,0)}80%{clip:rect(1px,9999px,83px,0)}85%{clip:rect(145px,9999px,98px,0)}90%{clip:rect(121px,9999px,154px,0)}95%{clip:rect(156px,9999px,44px,0)}to{clip:rect(67px,9999px,122px,0)}}.intro-content p{font-size:.875rem;font-weight:400;line-height:2;margin-bottom:1.5rem;transition:color .3s ease}.intro-section.light .link_dev{color:#4a5568}.intro-section.dark .link_dev{color:#e2e8f0}.intro-section.light .link_dev:after{background-color:#4a5568}.intro-section.dark .link_dev:after{background-color:#e2e8f0}.intro-section.light .welcome-bg-text{color:#1a202c}.intro-section.dark .welcome-bg-text{color:#c6c6c6}@media (max-width:768px){.welcome-bg-text{font-size:20vw;left:5%;opacity:.05}}@media (max-width:480px){.intro-heading{font-size:1.5rem}}.social-links{display:flex;gap:.6rem}.social-links button{background:none;border:none;cursor:pointer;font-size:1.2rem;transition:color .3s ease}.social-links.light button{color:#4a5568}.social-links.dark button{color:#e2e8f0}.about-content{text-align:left;transition:all .3s ease}.welcome-bg-text{font-family:Merriweather,serif!important;font-size:12vw;font-weight:900;left:-4%;line-height:1;opacity:.03;pointer-events:none;position:fixed;top:80%;transform:translateY(-50%);transition:opacity .5s ease;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:-1}.about-content.light .welcome-bg-text{color:#1a202c}.about-content.dark .welcome-bg-text{color:#c6c6c6}.about-heading{font-size:3.075em;font-weight:900;margin:1.5rem 0;position:relative}.about-content.light .about-heading{color:#1a202c}.about-content.dark .about-heading{color:#c6c6c6}.about-div{padding-left:25px}.about-div-header{font-size:1.2em;font-weight:600;margin-bottom:.5rem}.about-content.light .about-div-header{color:#1a202c}.about-content.dark .about-div-header{color:#c6c6c6}.about-div-body{font-size:.775rem;font-weight:400;line-height:2;margin-top:.4rem}.about-content.light .about-div-body{color:#1a202c}.about-content.dark .about-div-body{color:#c6c6c6}.about-content.light .about-div{border-left:1.5px solid #1a202c}.about-content.dark .about-div{border-left:1.5px solid #c6c6c6}.link-container{display:flex;justify-content:space-between;margin-top:2rem}.link_dev{align-items:center;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding-bottom:3px;position:relative;text-decoration:none;transition:all .3s ease}.about-content.light .link_dev{color:#4a5568}.about-content.dark .link_dev{color:#e2e8f0}.about-content.light .link_dev:after{background-color:#4a5568}.about-content.dark .link_dev:after{background-color:#e2e8f0}@media (max-width:480px){.about-content{padding:1rem}}.project-content{padding:2rem;text-align:left;transition:all .3s ease}.project-content.light .welcome-bg-text{color:#1a202c}.project-content.dark .welcome-bg-text{color:#c6c6c6}.project-heading{font-size:3.075em;font-weight:900;margin:1.5rem 0;position:relative}.project-content.light .project-heading{color:#1a202c}.project-content.dark .project-heading{color:#c6c6c6}.projects-grid{grid-gap:1.4rem;display:grid;gap:1.4rem;grid-auto-rows:minmax(200px,auto);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #c0c0c01a;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:first-child{grid-row:span 2}.project-card:nth-child(2){grid-row:span 1}.project-card:nth-child(3){grid-row:span 2}.project-card:nth-child(4){grid-row:span 1}.project-card:nth-child(5n+1){grid-row:span 2}.project-card:nth-child(5n+2){grid-row:span 1}.project-card:nth-child(5n+3){grid-row:span 2}.project-card:nth-child(5n+4){grid-row:span 1}.project-card:nth-child(5n+5){grid-row:span 2}.project-card:hover{transform:translateY(-5px)}.project-content.light .project-card{background:#ffffff1a;box-shadow:0 4px 6px #0000000d}.project-content.dark .project-card{background:#0000001a;box-shadow:0 4px 6px #0000001a}.project-video-container{border-radius:8px;flex:1 1;height:100%;min-height:200px;overflow:hidden;position:relative;width:100%}.project-video{background:#000;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-video{transform:scale(1.05)}.video-placeholder{align-items:center;background:#000;justify-content:center;z-index:2}.project-details-overlay,.video-placeholder{bottom:0;display:flex;left:0;position:absolute;right:0;top:0}.project-details-overlay{align-items:flex-end;background:linear-gradient(180deg,#0000004d 0,#000000b3);opacity:0;padding:1.5rem;transition:opacity .3s ease;z-index:3}.project-card:hover .project-details-overlay{opacity:1}.project-details-content{color:#fff;transform:translateY(20px);transition:transform .3s ease;width:100%}.project-card:hover .project-details-content{transform:translateY(0)}.project-details-overlay .project-card-header{color:#fff;font-size:1.2em;font-weight:700;margin:0 0 .5rem}.project-details-overlay .project-card-body{color:#ffffffe6;font-size:.7em;line-height:1.5;margin:0 0 1rem}.project-details-overlay .project-tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-details-overlay .project-tech-tags span{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;display:inline-block;font-size:.65em;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.project-details-overlay .project-tech-tags span:hover{background:#ffffff4d;transform:translateY(-2px);transition:all .2s ease}.project-link-icon{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;display:flex;height:36px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .3s ease;width:36px;z-index:4}.project-content.light .project-link-icon{background:#fffc;color:#1a202c}.project-content.dark .project-link-icon{background:#0009;color:#fff}.project-link-icon:hover{box-shadow:0 2px 8px #0003;transform:scale(1.1)}.project-link-icon svg{height:18px;width:18px}@media (max-width:1024px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.project-card:nth-child(odd){grid-row:span 2}.project-card:nth-child(2n){grid-row:span 1}}@media (max-width:768px){.projects-grid{grid-auto-rows:minmax(250px,auto);grid-template-columns:1fr}.project-heading{font-size:2.5em}.project-card:nth-child(n){grid-row:span 1}.project-video-container{min-height:250px}.project-details-overlay{padding:1rem}.project-details-overlay .project-card-header{font-size:1.2em}.project-details-overlay .project-card-body{font-size:.8em}}@media (max-width:480px){.project-content{padding:1rem}.project-heading{font-size:2em}.project-video-container{min-height:200px}.project-details-overlay{padding:.75rem}.project-details-overlay .project-card-header{font-size:1.1em}.project-details-overlay .project-card-body{font-size:.75em}.project-details-overlay .project-tech-tags span{font-size:.6em;padding:.2rem .5rem}}.project-content.light .link_dev{color:#4a5568}.project-content.dark .link_dev{color:#e2e8f0}.project-content.light .link_dev:after{background-color:#4a5568}.project-content.dark .link_dev:after{background-color:#e2e8f0}.video-loading-spinner{align-items:center;background:#0003;border-radius:8px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.spinner{animation:spin 1s ease-in-out infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}.project-content.dark .spinner{border-top-color:#63b3ed}@keyframes spin{to{transform:rotate(1turn)}}.video-placeholder img{border-radius:8px;height:100%;object-fit:cover;width:100%}.contact-container{align-items:start;justify-content:center;min-height:100vh;padding:2rem 1rem;transition:background-color .3s ease,color .3s ease}.contact-container.light{background-color:initial;color:#1a202c}.contact-container.dark{background-color:initial;color:#c6c6c6}.contact-content{border-radius:8px;max-width:600px;padding:3rem 0;transition:background-color .3s ease,box-shadow .3s ease;width:100%}.contact-header{margin-bottom:3rem;text-align:left}.contact-title{font-size:3.075em;font-weight:900;margin:1.5rem 0 -.3rem;position:relative}.contact-container.light .contact-title{color:#1a202c}.contact-container.dark .contact-title{color:#c6c6c6}.contact-description{font-size:1rem;line-height:1.6;margin:0 0 -3.5rem}.contact-container.light .contact-description{color:#666}.contact-container.dark .contact-description{color:#cbd5e0}.contact-form{margin-bottom:3rem;text-align:left}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{margin-bottom:1.5rem;position:relative}.form-input,.form-textarea{border-radius:4px;font-size:1rem;padding:1.2rem .75rem .5rem;transition:all .3s ease;width:100%}.contact-container.light .form-input,.contact-container.light .form-textarea{background-color:initial;border:1px solid #d1d5db;color:#1f2937}.contact-container.dark .form-input,.contact-container.dark .form-textarea{background-color:initial;border:1px solid #4a5568;color:#f7fafc}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af;opacity:1;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease}.contact-container.dark .form-input::placeholder,.contact-container.dark .form-textarea::placeholder{color:#a0aec0}.form-input:focus::placeholder,.form-input:not(:placeholder-shown)::placeholder,.form-textarea:focus::placeholder,.form-textarea:not(:placeholder-shown)::placeholder{opacity:.6;transform:translateY(-1rem) scale(.9);transform-origin:left top}.form-input:focus,.form-textarea:focus{box-shadow:0 0 0 3px #3b82f61a;outline:none}.contact-container.light .form-input:focus,.contact-container.light .form-textarea:focus{border-color:#3b82f6}.contact-container.dark .form-input:focus,.contact-container.dark .form-textarea:focus{border-color:#63b3ed}.form-textarea{font-family:inherit;min-height:120px;padding-top:1.5rem;resize:vertical}.submit-button{border:none;border-radius:4px;cursor:pointer;font-family:Poppins,sans-serif!important;font-size:1rem;font-weight:500;padding:.875rem 1.5rem;transition:background-color .15s ease-in-out;width:100%}.contact-container.light .submit-button{background-color:#1f2937;color:#fff}.contact-container.dark .submit-button{background-color:#4299e1;color:#fff}.contact-container.light .submit-button:hover{background-color:#111827}.contact-container.dark .submit-button:hover{background-color:#3182ce}.submit-button:focus{box-shadow:0 0 0 3px #4299e180;outline:none}@media (max-width:768px){.contact-container{padding:1rem}.contact-content{margin-top:50px;padding:2rem 0}.contact-description{font-size:.8rem}.form-row{gap:0;grid-template-columns:1fr}.contact-header{margin-bottom:2rem}.form-input,.form-textarea{padding:1rem .75rem .5rem}}.contact-container.light .link_dev{color:#4a5568}.contact-container.dark .link_dev{color:#e2e8f0}@media (max-width:480px){.contact-content{border-radius:0;box-shadow:none;margin-top:30px;padding:1.5rem 0}.contact-container{align-items:flex-start;padding:1rem}.form-input,.form-textarea{padding:.9rem .65rem .4rem}.contact-form{margin-top:20px}}.form-input:focus,.form-textarea:focus,.submit-button:focus{outline:2px solid #3b82f6;outline-offset:2px}@keyframes floatUp{0%{opacity:1;transform:translateY(0)}to{opacity:.6;transform:translateY(-1rem)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mouse-cursor{background:#fcfcfc;border-radius:50%;height:5px;mix-blend-mode:difference;transition:transform .05s linear;width:5px;z-index:9999}.mouse-cursor,.mouse-trail{pointer-events:none;position:fixed;transform:translate(-50%,-50%);will-change:transform}.mouse-trail{border:2px solid #c0c0c033;border-radius:50%;height:80px;transition:transform .2s ease-out;width:80px;z-index:9998}.mouse-cursor:hover{transform:translate(-50%,-50%) scale(1.2)}.mouse-cursor:active{background:#0d171680;transform:translate(-50%,-50%) scale(.8)}@media (pointer:coarse){body{cursor:default}.mouse-cursor,.mouse-trail{display:none}}.tech-background{height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}.navbar{left:0;margin-bottom:-80px;margin-top:35px;transition:all .3s ease;width:100%;z-index:1000}.navbar__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:1.5rem 2rem}.navbar__logo{font-size:3.2rem}.navbar.light .navbar__logo{color:#334155!important}.navbar.dark .navbar__logo{color:#e2e8f0!important}.navbar__links{display:flex;gap:2rem}.navbar__link{font-size:.8rem;font-weight:500;position:relative;text-decoration:none;transition:color .2s ease}.navbar.light .navbar__link{color:#334155}.navbar.dark .navbar__link{color:#e2e8f0}.navbar__link:hover{color:#334155}.navbar.dark .navbar__link:after{background:#e2e8f0}.navbar.light .navbar__link:after{background:#334155}.navbar__link:after{content:"";height:1px;left:0;position:absolute;top:-2.5px;transition:width .3s ease;width:0}.navbar__link:hover:after{width:100%}.navbar__right{align-items:center;display:flex;gap:1.5rem;margin-top:-10px}.theme-toggle{background:none;border:none;border-radius:50%;cursor:pointer;font-size:1.2rem;padding:.5rem;transition:all .3s ease}.navbar.light .theme-toggle{color:#334155}.navbar.dark .theme-toggle{color:#e2e8f0}.theme-toggle:hover{transform:scale(1.1)}.navbar__hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;padding:0;width:24px;z-index:1001}.navbar.light .navbar__hamburger span{background:#334155}.navbar.dark .navbar__hamburger span{background:#e2e8f0}.navbar__hamburger span{display:block;height:2px;transition:all .3s ease;width:100%}.navbar__hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.navbar__hamburger.open span:nth-child(2){opacity:0}.navbar__hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar.light .navbar__hamburger.open span{background:#334155}.navbar.dark .navbar__hamburger.open span{background:#e2e8f0}.navbar__mobile-menu{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172afa;display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;transform:translateY(-100%);transition:all .4s ease;width:100%;z-index:999}.navbar__mobile-menu.open{opacity:1;transform:translateY(0)}.navbar__mobile-menu .navbar__link{font-size:1.5rem}@media (max-width:768px){.navbar__links{display:none}.navbar__hamburger{display:flex}.navbar.light .navbar__mobile-menu{background:#fffffffa}}@media (min-width:767px){.navbar__right{display:none}}@media (max-width:460px){.theme-toggle{margin-bottom:-10px;margin-right:-10px}}.loading-screen{align-items:center;background-color:var(--bg-color);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.brand-text{animation:pulse 1.5s ease-in-out infinite;color:#e2e8f0;font-size:clamp(3rem,12vw,8rem);font-weight:900}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.resume-content{margin:0 auto;max-width:900px;padding:2rem;text-align:left;transition:all .3s ease}.resume-content.light .welcome-bg-text{color:#1a202c}.resume-content.dark .welcome-bg-text{color:#c6c6c6}.resume-heading{font-size:3.075em;font-weight:900;margin:1rem 0;position:relative}.resume-content.light .resume-heading{color:#1a202c}.resume-content.dark .resume-heading{color:#c6c6c6}.resume-subtitle{color:#4a5568;font-size:1rem;margin-bottom:1.5rem;margin-top:-20px}.resume-link{font-weight:700;text-decoration:none}.resume-content.light .resume-link{color:#1a202c}.resume-content.dark .resume-link{color:#c6c6c6}.resume-content.light .resume-subtitle{color:#1a202c}.resume-content.dark .resume-subtitle{color:#c6c6c6}.resume-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.resume-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.download-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.download-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.view-btn{background:#0000;border:2px solid}.resume-content.light .view-btn{border-color:#667eea;color:#667eea}.resume-content.dark .view-btn{border-color:#a78bfa;color:#a78bfa}.view-btn:hover{transform:translateY(-2px)}.resume-content.light .view-btn:hover{background:#667eea;color:#fff}.resume-content.dark .view-btn:hover{background:#a78bfa;color:#fff}.resume-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:3rem}.resume-content.light .resume-container{background:#fffc;border:1px solid #0000001a}.resume-content.dark .resume-container{background:#0000004d;border:1px solid #ffffff1a}.resume-header{border-bottom:2px solid #ffffff1a;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.resume-content.light .resume-header{border-bottom-color:#0000001a}.resume-name{font-size:2.5rem;font-weight:900;letter-spacing:-.02em;margin:0 0 .5rem}.resume-content.light .resume-name{color:#1a202c}.resume-content.dark .resume-name{color:#e2e8f0}.resume-title{font-size:1.5rem;font-weight:600;margin:0 0 2rem;opacity:.8}.resume-content.light .resume-title{color:#4a5568}.resume-content.dark .resume-title{color:#a0aec0}.resume-contact{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:600px}.contact-item{align-items:center;display:flex;font-size:.9rem;gap:.5rem;justify-content:start}.resume-content.light .contact-item{color:#4a5568}.resume-content.dark .contact-item{color:#a0aec0}.contact-item a{color:inherit;text-decoration:none}.contact-item a:hover{text-decoration:underline}.resume-section{margin-bottom:3rem}.section-title{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:.5rem;position:relative}.section-title:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.resume-content.light .section-title{color:#1a202c}.resume-content.dark .section-title{color:#e2e8f0}.about-text{font-size:1rem;line-height:1.7;margin:0}.resume-content.light .about-text{color:#4a5568}.resume-content.dark .about-text{color:#a0aec0}.experience-list{display:flex;flex-direction:column;gap:2rem}.experience-item{border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.resume-content.light .experience-item{background:#ffffff80;border-color:#0000001a}.resume-content.dark .experience-item{background:#0003;border-color:#ffffff1a}.experience-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.experience-title{font-size:1.2rem;font-weight:600;margin:0 0 .25rem}.resume-content.light .experience-title{color:#1a202c}.resume-content.dark .experience-title{color:#e2e8f0}.experience-company{font-size:1rem;font-weight:500;margin:0;opacity:.8}.resume-content.light .experience-company{color:#667eea}.resume-content.dark .experience-company{color:#a78bfa}.experience-period{border-radius:20px;font-size:.9rem;font-weight:500;padding:.25rem .75rem;white-space:nowrap}.resume-content.light .experience-period{background:#667eea1a;color:#667eea}.resume-content.dark .experience-period{background:#a78bfa33;color:#a78bfa}.experience-responsibilities{list-style:none;margin:0;padding:0}.experience-responsibilities li{line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.experience-responsibilities li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.resume-content.light .experience-responsibilities li{color:#4a5568}.resume-content.dark .experience-responsibilities li{color:#a0aec0}.education-item{border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.resume-content.light .education-item{background:#ffffff80;border-color:#0000001a}.resume-content.dark .education-item{background:#0003;border-color:#ffffff1a}.education-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.education-degree{font-size:1.2rem;font-weight:600;margin:0 0 .25rem}.resume-content.light .education-degree{color:#1a202c}.resume-content.dark .education-degree{color:#e2e8f0}.education-school{font-size:1rem;font-weight:500;margin:0;opacity:.8}.resume-content.light .education-school{color:#667eea}.resume-content.dark .education-school{color:#a78bfa}.education-period{border-radius:20px;font-size:.9rem;font-weight:500;padding:.25rem .75rem;white-space:nowrap}.resume-content.light .education-period{background:#667eea1a;color:#667eea}.resume-content.dark .education-period{background:#a78bfa33;color:#a78bfa}.projects-text{font-size:1rem;line-height:1.7;margin:0}.resume-content.light .projects-text{color:#4a5568}.resume-content.dark .projects-text{color:#a0aec0}.projects-text a{color:#667eea;text-decoration:none}.projects-text a:hover{text-decoration:underline}.skills-grid{grid-gap:2rem;display:grid;gap:2rem}.skill-category{border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.resume-content.light .skill-category{background:#ffffff80;border-color:#0000001a}.resume-content.dark .skill-category{background:#0003;border-color:#ffffff1a}.skill-category-title{font-size:1.1rem;font-weight:600;margin:0 0 1rem}.resume-content.light .skill-category-title{color:#1a202c}.resume-content.dark .skill-category-title{color:#e2e8f0}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{border-radius:20px;font-size:.8rem;font-weight:500;padding:.4rem .8rem;transition:all .2s ease}.resume-content.light .skill-tag{background:#667eea1a;color:#667eea}.resume-content.dark .skill-tag{background:#a78bfa33;color:#a78bfa}.skill-tag:hover{transform:translateY(-2px)}.soft-skills{display:flex;flex-wrap:wrap;gap:.75rem}.soft-skill-tag{border-radius:25px;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.resume-content.light .soft-skill-tag{background:#0000000d;border:1px solid #0000001a;color:#4a5568}.resume-content.dark .soft-skill-tag{background:#ffffff1a;border:1px solid #fff3;color:#a0aec0}.soft-skill-tag:hover{transform:translateY(-2px)}@media (max-width:768px){.resume-content{padding:1rem}.resume-container{padding:2rem 1.5rem}.resume-actions{align-items:center;flex-direction:column}.resume-name{font-size:2rem}.resume-title{font-size:1.2rem}.resume-contact{gap:.75rem;grid-template-columns:1fr}.education-header,.experience-header{align-items:flex-start;flex-direction:column}.education-period,.experience-period{align-self:flex-start}}@media (max-width:480px){.resume-container{padding:1.5rem 1rem}.resume-name{font-size:1.8rem}.section-title{font-size:1.3rem}.contact-item{justify-content:flex-start}}.resume-content.light .link_dev{color:#4a5568}.resume-content.dark .link_dev{color:#e2e8f0}.link_dev:hover{opacity:.8}.arrow{animation:arrowBounce 1.5s infinite;display:inline-block}@keyframes arrowBounce{0%,to{transform:translateX(0)}50%{transform:translateX(-5px)}}.link_dev:after{bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.resume-content.light .link_dev:after{background-color:#4a5568}.resume-content.dark .link_dev:after{background-color:#e2e8f0}.link_dev:hover:after{width:100%}
/*# sourceMappingURL=main.a97e4dcb.css.map*/