: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)}}.navbar{background:#111;box-shadow:0 2px 8px #00000040;padding:15px 0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.nav-container{justify-content:space-between;margin:auto;max-width:1200px;padding:0 20px}.nav-container,.nav-right{align-items:center;display:flex}.nav-right{gap:2rem}.nav-logo{color:#f07;font-size:1.6rem;font-weight:800;letter-spacing:1px}.nav-links{display:flex;gap:2rem}.nav-links a{color:#eee;font-size:1.1rem;font-weight:500;text-decoration:none;transition:.25s ease}.nav-links a:hover{color:#f07;transform:translateY(-2px)}.admin-access{align-items:center;background:#ff00771a;border:1px solid #ff00774d;border-radius:50%;color:#f07;display:flex;flex-shrink:0;height:36px;justify-content:center;opacity:.5;text-decoration:none;transition:all .3s ease;width:36px}.admin-access i{font-size:1rem;transition:all .3s ease}.navbar:hover .admin-access{opacity:.7}.admin-access:hover{background:#f073;border-color:#f07;box-shadow:0 0 15px #f076;color:#fff!important;opacity:1!important;transform:scale(1.15)}.admin-access:hover i{animation:pulse-admin 1.5s infinite}@keyframes pulse-admin{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@media(max-width:768px){.nav-links{gap:1.2rem}.nav-links a{font-size:1rem}.admin-access{height:32px;width:32px}.admin-access i{font-size:.9rem}.admin-access{opacity:.6}.navbar:hover .admin-access{opacity:.8}}@media(max-width:480px){.nav-container{padding:0 15px}.nav-logo{font-size:1.3rem}.nav-links{gap:1rem}.nav-links a{font-size:.95rem}.admin-access{right:15px}}.home-container{background:#0f0f0f;color:#fff;overflow-x:hidden;width:100%}.hero-section,.home-container{min-height:100vh;position:relative}.hero-section{align-items:center;display:flex;justify-content:center;overflow:hidden;padding:2rem}.hero-content{animation:fadeInUp .8s ease-out;max-width:900px;text-align:center;z-index:2}.greeting{align-items:center;color:#ccc;display:flex;font-size:1.3rem;gap:.5rem;justify-content:center;margin-bottom:1rem}.greeting .wave{animation:wave 2s ease-in-out infinite;display:inline-block;font-size:2rem}.hero-title{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:1rem}.hero-title .name-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f07,#70f);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#fff;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.hero-subtitle .typing-effect{display:inline-block;position:relative}.hero-subtitle .typing-effect:after{animation:blink 1s step-end infinite;content:"|";position:absolute;right:-10px}.hero-description{color:#aaa;font-size:1.2rem;line-height:1.6;margin:0 auto 2.5rem;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.btn-primary,.btn-secondary{align-items:center;border:2px solid #0000;border-radius:10px;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary i,.btn-secondary i{font-size:1.2rem}.btn-primary{background:linear-gradient(135deg,#f07,#d60065);color:#fff}.btn-primary:hover{box-shadow:0 10px 25px #f076;transform:translateY(-3px)}.btn-secondary{background:#0000;border-color:#f07;color:#fff}.btn-secondary:hover{background:#f07;box-shadow:0 10px 25px #ff00774d;transform:translateY(-3px)}.stats-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto;max-width:600px;padding:2rem 0}.stat-item{text-align:center}.stat-item .stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f07,#70f);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-item .stat-label{color:#888;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.hero-decoration{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.circle{animation:float 6s ease-in-out infinite;background:radial-gradient(circle,#ff00771a,#0000);border-radius:50%;position:absolute}.circle-1{animation-delay:0s;height:300px;left:5%;top:10%;width:300px}.circle-2{animation-delay:2s;bottom:15%;height:200px;right:10%;width:200px}.circle-3{animation-delay:4s;height:150px;right:5%;top:50%;width:150px}.social-floating{display:flex;flex-direction:column;gap:1rem;position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:100}.social-floating .social-link{align-items:center;background:#1a1a1a;border:2px solid #2a2a2a;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.social-floating .social-link:hover{background:#f07;border-color:#f07;transform:scale(1.1)}.social-floating .social-link.github:hover{background:#333;border-color:#333}.social-floating .social-link.linkedin:hover{background:#0077b5;border-color:#0077b5}.social-floating .social-link.email:hover{background:#f07;border-color:#f07}.projects-section{margin:0 auto;max-width:1200px;padding:4rem 2rem;width:100%}.section-header{margin-bottom:3rem;text-align:center}.section-header h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.section-header .section-subtitle{color:#888;font-size:1.1rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.center-btn{text-align:center}.center-btn .btn-view-more{align-items:center;background:#0000;border:2px solid #f07;border-radius:10px;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.center-btn .btn-view-more i{transition:transform .3s ease}.center-btn .btn-view-more:hover{background:#f07;box-shadow:0 10px 25px #ff00774d;transform:translateY(-3px)}.center-btn .btn-view-more:hover i{transform:translateX(5px)}@keyframes wave{0%,to{transform:rotate(0deg)}10%,30%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0deg)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}.cta-buttons{align-items:stretch;flex-direction:column}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{justify-content:center;width:100%}.stats-container{gap:1.5rem;grid-template-columns:1fr}.social-floating{right:1rem}.social-floating .social-link{font-size:1.2rem;height:45px;width:45px}.section-header h3{font-size:2rem}.projects-grid{grid-template-columns:1fr}.circle{display:none}}.project-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.project-card:hover{border-color:#f07;box-shadow:0 12px 40px #f073;transform:translateY(-8px)}.project-img-container{background:#0f0f0f;height:240px;overflow:hidden;position:relative;width:100%}.project-img{height:100%;object-fit:cover;object-position:center;transition:transform .4s ease;width:100%}.project-card:hover .project-img{transform:scale(1.05)}.project-img-placeholder{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#666;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;padding:1.5rem;width:100%}.project-img-placeholder i{color:#f07;font-size:3.5rem;margin-bottom:.5rem;opacity:.6}.project-img-placeholder span{color:#888;font-size:.9rem;font-weight:500;text-align:center}.card-body{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.project-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1.1rem!important;font-weight:700;line-height:1.3;margin:0 0 .75rem;overflow:hidden}.tech-list{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;margin:0 0 .75rem}.tech-img{background:#0f0f0f;border:1px solid #2a2a2a;border-radius:8px;height:36px;object-fit:contain;padding:4px;transition:all .2s ease;width:36px}.tech-img:hover{border-color:#f07;box-shadow:0 4px 12px #ff00774d;transform:scale(1.1)}.tech-img-placeholder{align-items:center;background:#0f0f0f;border:1px solid #2a2a2a;border-radius:8px;display:flex;height:36px;justify-content:center;width:36px}.tech-img-placeholder i{color:#f07;font-size:1rem;opacity:.6}.tech-img-placeholder:hover{background:#1a1a1a;border-color:#f07;transform:scale(1.1)}.card-buttons{display:flex;gap:.75rem;margin-top:auto}.card-buttons .btn-primary{background:linear-gradient(135deg,#f07,#d60065);border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-align:center;transition:all .3s ease}.card-buttons .btn-primary:hover{box-shadow:0 8px 20px #f076;transform:translateY(-2px)}.card-buttons .btn-dark,.card-buttons .btn-secondary{align-items:center;background:#1a1a1a;border:2px solid #2a2a2a;border-radius:10px;display:flex;font-size:1.2rem;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.card-buttons .btn-secondary{color:#fff}.card-buttons .btn-secondary:hover{background:#f07;border-color:#f07;box-shadow:0 8px 20px #f076;transform:translateY(-2px)}.card-buttons .btn-dark{color:#fff}.card-buttons .btn-dark:hover{background:#333;border-color:#555;box-shadow:0 8px 20px #3336;transform:translateY(-2px)}@media(max-width:768px){.project-img-container{height:200px}.project-title{font-size:1rem!important}.card-body{padding:1.25rem}.tech-img,.tech-img-placeholder{height:32px;width:32px}.card-buttons .btn-primary{font-size:.9rem;padding:.65rem 1.25rem}.card-buttons .btn-dark,.card-buttons .btn-secondary{font-size:1rem;height:40px;width:40px}}.about-container{background:#0f0f0f;color:#fff;min-height:100vh;padding:4rem 2rem;width:100%}.about-header{animation:fadeInDown .6s ease-out;margin-bottom:3rem;text-align:center}.about-header .about-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.about-header .title-underline{background:linear-gradient(90deg,#f07,#70f);border-radius:2px;height:4px;margin:0 auto;width:80px}.profile-bio-wrapper{grid-gap:2rem;animation:fadeInUp .8s ease-out;display:grid;gap:2rem;grid-template-columns:380px 1fr;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:1400px}.profile-card{align-items:center;background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:2px solid #2a2a2a;border-radius:16px;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s ease}.profile-card:hover{border-color:#f07;box-shadow:0 10px 40px #ff007726}.profile-card .profile-image-wrapper{height:180px;position:relative;width:180px}.profile-card .profile-image-wrapper .profile-image,.profile-card .profile-image-wrapper .profile-placeholder{border:4px solid #2a2a2a;border-radius:50%;height:100%;object-fit:cover;transition:all .3s ease;width:100%}.profile-card .profile-image-wrapper .profile-placeholder{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);display:flex;justify-content:center}.profile-card .profile-image-wrapper .profile-placeholder i{color:#444;font-size:4rem}.profile-card .profile-image-wrapper:after{background:linear-gradient(135deg,#f07,#70f);border-radius:50%;content:"";inset:-8px;opacity:0;position:absolute;transition:opacity .3s ease;z-index:-1}.profile-card .profile-image-wrapper:hover:after{opacity:.3}.profile-card .profile-image-wrapper:hover .profile-image,.profile-card .profile-image-wrapper:hover .profile-placeholder{border-color:#f07;transform:scale(1.05)}.profile-card .profile-info{text-align:center;width:100%}.profile-card .profile-info .profile-name{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.profile-card .profile-info .profile-badges{display:flex;flex-direction:column;gap:.8rem}.profile-card .profile-info .profile-badges .badge{align-items:center;background:#ff00771a;border:1px solid #ff00774d;border-radius:8px;color:#ccc;display:flex;font-size:.95rem;font-weight:600;gap:.6rem;justify-content:center;padding:.7rem 1rem;transition:all .3s ease}.profile-card .profile-info .profile-badges .badge i{color:#f07;font-size:1.1rem}.profile-card .profile-info .profile-badges .badge:hover{background:#f073;border-color:#f07;transform:translateX(5px)}.bio-card{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:2px solid #2a2a2a;border-radius:16px;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s ease}.bio-card:hover{border-color:#70f;box-shadow:0 10px 40px #7700ff26}.bio-card .bio-title{align-items:center;color:#fff;display:flex;font-size:1.3rem;font-weight:700;gap:.6rem}.bio-card .bio-title i{color:#70f}.bio-card .bio-text{color:#aaa;flex:1 1;font-size:1.1rem;line-height:1.8}.bio-card .bio-actions{display:flex;flex-wrap:wrap;gap:1rem}.bio-card .bio-actions .contact-cta-button,.bio-card .bio-actions .cv-download-button{align-items:center;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:700;gap:.6rem;justify-content:center;min-width:160px;padding:.9rem 1.5rem;text-decoration:none;transition:all .3s ease}.bio-card .bio-actions .contact-cta-button{background:linear-gradient(135deg,#f07,#70f);border:none;box-shadow:0 4px 15px #ff00774d;color:#fff}.bio-card .bio-actions .contact-cta-button:hover{box-shadow:0 8px 25px #ff007780;transform:translateY(-3px)}.bio-card .bio-actions .cv-download-button{background:#0000;border:2px solid #00f2ff;box-shadow:0 4px 15px #00f2ff1a;color:#fff}.bio-card .bio-actions .cv-download-button i{font-size:1.1rem}.bio-card .bio-actions .cv-download-button:hover{background:#00f2ff;box-shadow:0 8px 25px #00f2ff4d;color:#000;transform:translateY(-3px)}.skills-education-grid{grid-gap:2rem;animation:fadeIn 1s ease-out;display:grid;gap:2rem;grid-template-columns:1fr 450px;margin-left:auto;margin-right:auto;max-width:1400px}.skills-section .section-title{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.6rem;margin-bottom:1.5rem}.skills-section .section-title i{color:#f07}.skills-section .skills-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.skills-section .skills-grid .skill-card{align-items:center;background:#1a1a1a;border:2px solid #2a2a2a;border-radius:12px;display:flex;flex-direction:column;gap:.6rem;padding:1.2rem .8rem;text-align:center;transition:all .3s ease}.skills-section .skills-grid .skill-card:hover{background:linear-gradient(135deg,#ff00771a,#7700ff1a);border-color:#f07;box-shadow:0 8px 20px #f073;transform:translateY(-5px)}.skills-section .skills-grid .skill-card .skill-icon{height:35px;object-fit:contain;width:35px}.skills-section .skills-grid .skill-card .skill-name{color:#ccc;font-size:.9rem;font-weight:600}.skills-section .skills-grid .skill-card .skill-level{color:#888;font-size:.8rem}.education-section .section-title{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.6rem;margin-bottom:1.5rem}.education-section .section-title i{color:#70f}.education-section .education-list{display:flex;flex-direction:column;gap:1.5rem}.education-section .education-list .education-item{padding-left:2rem;position:relative}.education-section .education-list .education-item .education-dot{background:linear-gradient(135deg,#f07,#70f);border-radius:50%;box-shadow:0 0 12px #f079;height:14px;left:0;position:absolute;top:8px;width:14px}.education-section .education-list .education-item:before{background:linear-gradient(180deg,#f07,#70f);content:"";height:calc(100% + 1.5rem);left:6px;opacity:.3;position:absolute;top:22px;width:2px}.education-section .education-list .education-item:last-child:before{display:none}.education-section .education-list .education-item .education-content{background:#1a1a1a;border:2px solid #2a2a2a;border-radius:10px;padding:1.2rem 1.4rem;transition:all .3s ease}.education-section .education-list .education-item .education-content h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.4rem}.education-section .education-list .education-item .education-content .education-date{color:#f07;display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem}.education-section .education-list .education-item .education-content .education-institution{color:#aaa;font-size:.95rem;margin:0}.education-section .education-list .education-item .education-content .education-description{color:#888;font-size:.9rem;line-height:1.5;margin-bottom:.5rem;margin-top:.5rem}.education-section .education-list .education-item .education-content .education-certificate-link{align-items:center;background:#ff00771a;border-radius:6px;color:#f07;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-top:.8rem;padding:.4rem .8rem;text-decoration:none;transition:all .3s ease}.education-section .education-list .education-item .education-content .education-certificate-link i{font-size:1rem}.education-section .education-list .education-item .education-content .education-certificate-link:hover{background:#f073;transform:translateX(5px)}.education-section .education-list .education-item .education-content:hover{border-color:#70f;box-shadow:0 8px 20px #70f3;transform:translateX(8px)}.social-links{animation:fadeIn 1.2s ease-out;display:flex;gap:1.5rem;justify-content:center;margin-top:3rem}.social-links .social-link{align-items:center;background:#1a1a1a;border:2px solid #2a2a2a;border-radius:50%;color:#ccc;display:flex;font-size:1.3rem;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.social-links .social-link:hover{background:linear-gradient(135deg,#f073,#70f3);border-color:#f07;box-shadow:0 8px 20px #ff00774d;color:#fff;transform:translateY(-5px) scale(1.1)}.error-state,.loading-state{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:60vh}.error-state .spinner,.loading-state .spinner{animation:spin 1s linear infinite;border:4px solid #2a2a2a;border-radius:50%;border-top-color:#f07;height:50px;width:50px}.error-state i,.loading-state i{color:#f07;font-size:3rem}.error-state p,.loading-state p{color:#aaa;font-size:1.2rem}@media(max-width:1200px){.skills-education-grid{grid-template-columns:1fr 400px}}@media(max-width:992px){.profile-bio-wrapper,.skills-education-grid{grid-template-columns:1fr}.education-section{margin:0 auto;max-width:600px}}@media(max-width:768px){.about-container{padding:3rem 1rem}.about-header .about-title{font-size:2rem}.bio-card,.profile-card{padding:1.5rem}.bio-card .bio-text{font-size:1rem}.bio-card .bio-actions{flex-direction:column}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))!important}}@media(max-width:480px){.profile-card .profile-image-wrapper{height:150px;width:150px}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))!important}}.seccion-contacto{align-items:center;background:#0f0f0f;display:flex;min-height:100vh;padding:2rem}.seccion-contacto .container{margin:0 auto;max-width:1200px;width:100%}.seccion-contacto .contact-title{animation:fadeInDown .6s ease-out;color:#fff;font-size:3rem;font-weight:800;letter-spacing:3px;margin-bottom:2rem;position:relative;text-align:center;text-transform:uppercase}.seccion-contacto .contact-title:after{background:linear-gradient(90deg,#f07,#70f);border-radius:2px;content:"";display:block;height:4px;margin:1rem auto 0;width:80px}.seccion-contacto .contact-card{animation:fadeInUp .8s ease-out;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:20px;box-shadow:0 10px 40px #00000080;margin:0 auto;max-width:900px;padding:2rem;width:100%}.seccion-contacto .email-section{margin-bottom:2rem;text-align:center}.seccion-contacto .email-section .icon-wrapper{align-items:center;background:linear-gradient(135deg,#f07,#70f);border-radius:50%;box-shadow:0 8px 20px #ff00774d;display:flex;height:90px;justify-content:center;margin:0 auto 1.5rem;width:90px}.seccion-contacto .email-section .icon-wrapper i{color:#fff;font-size:2.5rem}.seccion-contacto .email-section h3{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.seccion-contacto .email-section .email-text{color:#ccc;font-size:1.2rem;font-weight:500;margin-bottom:2rem}.seccion-contacto .email-section .button-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.seccion-contacto .email-section .btn-action{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.9rem 2rem;text-decoration:none;transition:all .3s ease}.seccion-contacto .email-section .btn-action i{font-size:1.1rem}.seccion-contacto .email-section .btn-action.btn-copy{background:#2a2a2a;border:2px solid #444;color:#fff}.seccion-contacto .email-section .btn-action.btn-copy:hover{background:#333;border-color:#f07;box-shadow:0 5px 15px #f073;transform:translateY(-2px)}.seccion-contacto .email-section .btn-action.btn-send{background:linear-gradient(135deg,#f07,#d60065);color:#fff}.seccion-contacto .email-section .btn-action.btn-send:hover{background:linear-gradient(135deg,#d60065,#f07);box-shadow:0 5px 20px #f076;transform:translateY(-2px)}.seccion-contacto .divider{margin:2rem 0;position:relative;text-align:center}.seccion-contacto .divider:after,.seccion-contacto .divider:before{background:linear-gradient(90deg,#0000,#444,#0000);content:"";height:1px;position:absolute;top:50%;width:35%}.seccion-contacto .divider:before{left:0}.seccion-contacto .divider:after{right:0}.seccion-contacto .divider span{background:#1a1a1a;color:#888;font-size:.9rem;font-weight:600;letter-spacing:2px;padding:0 1rem}.seccion-contacto .social-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:600px}.seccion-contacto .social-section .social-card{background:#222;border:2px solid #2a2a2a;border-radius:15px;cursor:pointer;padding:2rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.seccion-contacto .social-section .social-card:hover{border-color:#f07;box-shadow:0 10px 30px #f073;transform:translateY(-8px)}.seccion-contacto .social-section .social-card:hover .social-icon-wrapper{transform:scale(1.1)}.seccion-contacto .social-section .social-card .social-icon-wrapper{align-items:center;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease;width:80px}.seccion-contacto .social-section .social-card .social-icon-wrapper i{color:#fff;font-size:2.5rem}.seccion-contacto .social-section .social-card .social-icon-wrapper.linkedin{background:linear-gradient(135deg,#0077b5,#00a0dc);box-shadow:0 5px 15px #0077b54d}.seccion-contacto .social-section .social-card .social-icon-wrapper.telegram{background:linear-gradient(135deg,#08c,#0af);box-shadow:0 5px 15px #0088cc4d}.seccion-contacto .social-section .social-card h4{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.seccion-contacto .social-section .social-card p{color:#999;font-size:.95rem;margin:0}@media(max-width:768px){.seccion-contacto{padding:3rem 1rem}.seccion-contacto .contact-title{font-size:2rem}.seccion-contacto .contact-card{max-width:100%;padding:2rem 1.5rem}.seccion-contacto .email-section .icon-wrapper{height:80px;width:80px}.seccion-contacto .email-section .icon-wrapper i{font-size:2.5rem}.seccion-contacto .email-section h3{font-size:1.5rem}.seccion-contacto .email-section .email-text{font-size:1rem}.seccion-contacto .email-section .button-group{flex-direction:column}.seccion-contacto .email-section .button-group .btn-action{width:100%}.seccion-contacto .social-section{grid-template-columns:1fr;max-width:100%}}.proyectos-container{background:#0f0f0f;color:#fff;min-height:100vh;padding:4rem 2rem}.proyectos-header{animation:fadeInDown .6s ease-out;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.proyectos-header .proyectos-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:1rem}.proyectos-header .proyectos-subtitle{color:#888;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.proyectos-header .title-underline{background:linear-gradient(90deg,#f07,#70f);border-radius:2px;height:4px;margin:0 auto;width:80px}.projects-grid{grid-gap:2rem;animation:fadeInUp .8s ease-out;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin:0 auto;max-width:1200px;padding:0 1rem}.empty-state,.error-state,.loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:2rem}.empty-state i,.error-state i,.loading-state i{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.empty-state p,.error-state p,.loading-state p{color:#888;font-size:1.2rem;margin-bottom:1rem}.empty-state .loader,.error-state .loader,.loading-state .loader{animation:spin 1s linear infinite;border:4px solid #2a2a2a;border-radius:50%;border-top-color:#f07;height:50px;margin-bottom:1rem;width:50px}.empty-state .btn-contact,.error-state .btn-contact,.loading-state .btn-contact{align-items:center;background:linear-gradient(135deg,#f07,#d60065);border-radius:10px;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;margin-top:1rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.empty-state .btn-contact:hover,.error-state .btn-contact:hover,.loading-state .btn-contact:hover{box-shadow:0 10px 25px #f076;transform:translateY(-3px)}.error-state i{color:#f07;opacity:.8}.error-state p{color:#f07}.empty-state i{color:#666}.projects-footer{animation:fadeInUp 1s ease-out;border-top:1px solid #2a2a2a;margin-top:4rem;padding-top:3rem;text-align:center}.projects-footer .footer-text{color:#aaa;font-size:1.2rem}.projects-footer .footer-text a{color:#f07;font-weight:700;position:relative;text-decoration:none;transition:color .3s ease}.projects-footer .footer-text a:after{background:#f07;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.projects-footer .footer-text a:hover{color:#d60065}.projects-footer .footer-text a:hover:after{width:100%}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.proyectos-container{padding:3rem 1rem}.proyectos-header{margin-bottom:3rem}.proyectos-header .proyectos-title{font-size:2rem}.proyectos-header .proyectos-subtitle{font-size:1rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr;padding:0}.projects-footer{margin-top:3rem;padding-top:2rem}.projects-footer .footer-text{font-size:1rem}.empty-state,.error-state,.loading-state{min-height:300px}.empty-state i,.error-state i,.loading-state i{font-size:3rem}.empty-state p,.error-state p,.loading-state p{font-size:1rem}}.lightbox-backdrop{animation:fadeIn .3s ease;background:#000000f2;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.lightbox-backdrop,.lightbox-close{align-items:center;display:flex;justify-content:center}.lightbox-close{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;height:50px;position:absolute;right:2rem;top:2rem;transition:all .3s ease;width:50px;z-index:10001}.lightbox-close:hover{background:#f07c;border-color:#f07;transform:rotate(90deg)}.lightbox-nav{align-items:center;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:60px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:10001}.lightbox-nav:hover{background:#f07c;border-color:#f07;transform:translateY(-50%) scale(1.1)}.lightbox-nav.lightbox-prev{left:2rem}.lightbox-nav.lightbox-next{right:2rem}.lightbox-content{align-items:center;animation:zoomIn .3s ease;display:flex;flex-direction:column;gap:1rem;max-height:90vh;max-width:90vw}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.lightbox-image{border-radius:8px;box-shadow:0 20px 60px #00000080;max-height:85vh;max-width:100%;object-fit:contain}.lightbox-counter{background:#000000b3;border:1px solid #fff3;border-radius:20px;color:#fff;font-size:1rem;font-weight:600;padding:.5rem 1.5rem}@media(max-width:768px){.lightbox-close{font-size:1.2rem;height:40px;right:1rem;top:1rem;width:40px}.lightbox-nav{font-size:1.2rem;height:50px;width:50px}.lightbox-nav.lightbox-prev{left:1rem}.lightbox-nav.lightbox-next{right:1rem}.lightbox-content{max-height:95vh;max-width:95vw}.lightbox-image{max-height:80vh}}.project-details-container{animation:fadeIn .5s ease;background-color:#0f0f0f;color:#fff;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.btn-back-floating{align-items:center;background:#0000;border:none;color:#888;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;margin-bottom:2rem;padding:0;transition:all .3s ease}.btn-back-floating:hover{color:#f07;transform:translateX(-5px)}.project-header{align-items:flex-end;border-bottom:1px solid #333;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:3rem;padding-bottom:2rem}.project-meta{flex:1 1}.project-category{color:#f07;display:block;font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:.5rem;text-transform:uppercase}.project-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#aaa);-webkit-background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 1.5rem}.project-tech-stack{display:flex;flex-wrap:wrap;gap:1rem}.tech-badge{align-items:center;background:#1a1a1a;border:1px solid #333;border-radius:50px;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.tech-badge img{height:20px;object-fit:contain;width:20px}.tech-badge i{color:#f07}.tech-badge span{color:#ccc;font-size:.9rem}.tech-badge:hover{border-color:#f07;box-shadow:0 5px 15px #f073;transform:translateY(-2px)}.project-actions{display:flex;gap:1rem}.project-actions a{align-items:center;border-radius:8px;display:flex;font-weight:600;gap:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.project-actions .btn-primary{background:#f07;color:#fff}.project-actions .btn-primary:hover{background:#d60065;box-shadow:0 5px 20px #f076;transform:translateY(-2px)}.project-actions .btn-secondary{background:#1a1a1a;border:1px solid #333;color:#fff}.project-actions .btn-secondary:hover{background:#333;border-color:#fff;transform:translateY(-2px)}.project-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.media-section{display:flex;flex-direction:column;gap:3rem}.video-container{border:1px solid #333;border-radius:16px;box-shadow:0 20px 40px #0006;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.main-image-container{border:1px solid #333;border-radius:16px;box-shadow:0 20px 40px #0006;overflow:hidden;width:100%}.main-image-container .main-image{display:block;height:auto;width:100%}.gallery-section h3{color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.gallery-item{border:1px solid #333;border-radius:12px;cursor:pointer;height:150px;overflow:hidden;transition:all .3s ease}.gallery-item img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.gallery-item:hover{border-color:#f07;transform:translateY(-5px)}.gallery-item:hover img{transform:scale(1.1)}.info-section .description-card{background:#111;border:1px solid #222;border-radius:16px;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.info-section .description-card h3{border-bottom:1px solid #333;color:#fff;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.info-section .description-card .project-description{color:#ccc;font-size:1.1rem;line-height:1.8;white-space:pre-line}@media(max-width:968px){.project-content{grid-template-columns:1fr}.project-title{font-size:2.5rem}.info-section .description-card{position:static}}@media(max-width:600px){.project-header{align-items:flex-start;flex-direction:column;gap:1.5rem}.project-actions{width:100%}.project-actions a{flex:1 1;justify-content:center}}.login-container{align-items:center;background:#0f0f0f;display:flex;justify-content:center;min-height:calc(100vh - 66px);overflow:hidden;padding:2rem;position:relative;width:100%}.login-background{inset:0;overflow:hidden;position:absolute;z-index:0}.login-background .gradient-orb{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(100px);opacity:.15;position:absolute}.login-background .gradient-orb.orb-1{animation-delay:0s;background:radial-gradient(circle,#f07,#0000);height:500px;left:-200px;top:-200px;width:500px}.login-background .gradient-orb.orb-2{animation-delay:7s;background:radial-gradient(circle,#70f,#0000);bottom:-150px;height:400px;right:-150px;width:400px}.login-background .gradient-orb.orb-3{animation-delay:14s;background:radial-gradient(circle,#0ff,#0000);height:300px;right:10%;top:50%;width:300px}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.login-card{animation:slideIn .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a1af2,#0f0f0ff2);border:2px solid #2a2a2a;border-radius:20px;box-shadow:0 20px 60px #00000080;max-width:450px;padding:3rem;position:relative;width:100%;z-index:1}.login-card:hover{border-color:#ff00774d;box-shadow:0 25px 70px #ff007726}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{margin-bottom:2.5rem;text-align:center}.login-header .logo-wrapper{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#f07,#70f);border-radius:50%;box-shadow:0 10px 30px #ff00774d;display:flex;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.login-header .logo-wrapper i{color:#fff;font-size:2rem}.login-header .login-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.8rem;font-weight:800;margin-bottom:.5rem}.login-header .login-subtitle{color:#888;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.error-message{align-items:center;animation:shake .4s ease-in-out,fadeIn .3s ease-out;background:#ff3b3026;border:2px solid #ff3b3066;border-radius:10px;box-shadow:0 4px 12px #ff3b3033;color:#ff6b6b;display:flex;font-size:.95rem;font-weight:600;gap:.7rem;padding:1rem 1.2rem}.error-message i{flex-shrink:0;font-size:1.2rem}.error-message span{line-height:1.4}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.form-group{display:flex;flex-direction:column;gap:.6rem}.form-group .form-label{align-items:center;color:#ccc;display:flex;font-size:.9rem;font-weight:600;gap:.5rem}.form-group .form-label i{color:#f07;font-size:.95rem}.form-group .form-input{background:#1a1a1a;border:2px solid #2a2a2a;border-radius:10px;color:#fff;font-size:1rem;outline:none;padding:.9rem 1.2rem;transition:all .3s ease;width:100%}.form-group .form-input::placeholder{color:#555}.form-group .form-input:focus{background:#0f0f0f;border-color:#f07;box-shadow:0 0 0 3px #ff00771a}.form-group .form-input:disabled{cursor:not-allowed;opacity:.6}.form-group .password-wrapper{align-items:center;display:flex;position:relative}.form-group .password-wrapper .form-input{padding-right:3.5rem}.form-group .password-wrapper .password-toggle{background:none;border:none;color:#888;cursor:pointer;font-size:1.1rem;padding:.5rem;position:absolute;right:1rem;transition:all .3s ease}.form-group .password-wrapper .password-toggle:hover:not(:disabled){color:#f07}.form-group .password-wrapper .password-toggle:disabled{cursor:not-allowed;opacity:.5}.form-footer{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:-.5rem}.form-footer .checkbox-wrapper{align-items:center;cursor:pointer;display:flex;gap:.6rem;-webkit-user-select:none;user-select:none}.form-footer .checkbox-wrapper input[type=checkbox]{accent-color:#f07;cursor:pointer;height:18px;width:18px}.form-footer .checkbox-wrapper .checkbox-label{color:#aaa;font-size:.9rem}.form-footer .checkbox-wrapper:hover .checkbox-label{color:#fff}.form-footer .forgot-password{color:#f07;font-size:.9rem;text-decoration:none;transition:all .3s ease}.form-footer .forgot-password:hover{color:#f39;text-decoration:underline}.submit-button{align-items:center;background:linear-gradient(135deg,#f07,#70f);border:none;border-radius:10px;box-shadow:0 6px 20px #ff00774d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.7rem;justify-content:center;margin-top:.5rem;padding:1rem;transition:all .3s ease;width:100%}.submit-button i{font-size:1.1rem}.submit-button .spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}.submit-button:hover:not(:disabled){box-shadow:0 10px 30px #ff007780;transform:translateY(-2px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{cursor:not-allowed;opacity:.7}@keyframes spin{to{transform:rotate(1turn)}}.login-footer{border-top:1px solid #2a2a2a;margin-top:2rem;padding-top:1.5rem}.login-footer .security-note{align-items:center;color:#666;display:flex;font-size:.85rem;gap:.5rem;justify-content:center}.login-footer .security-note i{color:#4caf50;font-size:.9rem}@media(max-width:768px){.login-container{padding:1.5rem}.login-card{padding:2rem 1.5rem}.login-header .logo-wrapper{height:60px;margin-bottom:1rem;width:60px}.login-header .logo-wrapper i{font-size:1.7rem}.login-header .login-title{font-size:1.5rem}.login-header .login-subtitle{font-size:.85rem}.form-footer{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.login-card{padding:2rem 1.2rem}.form-group .form-input{font-size:.95rem;padding:.8rem 1rem}.submit-button{font-size:.95rem;padding:.9rem}}.profile-container{margin:0 auto;max-width:100%;padding:0 16px;width:100%}@media(min-width:600px){.profile-container{padding:0 24px}}@media(min-width:960px){.profile-container{padding:0 32px}}.profile-header{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:space-between;margin-bottom:32px;padding-top:16px}@media(min-width:600px){.profile-header{align-items:center;flex-direction:row}}.profile-header .profile-header-content .profile-title{font-size:2rem;font-weight:700;margin-bottom:4px}.profile-header .profile-header-content .profile-subtitle{color:#ffffffb3}.profile-header .profile-save-button{border-radius:8px;box-shadow:0 2px 8px #00000026;min-width:100%;padding:10px 32px}@media(min-width:600px){.profile-header .profile-save-button{min-width:auto}}.profile-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr;justify-content:center}@media(min-width:960px){.profile-grid{grid-template-columns:5fr 7fr;justify-content:flex-start}}@media(min-width:1280px){.profile-grid{grid-template-columns:4fr 8fr}}.profile-card{background-color:var(--mui-palette-background-paper);border:1px solid #ffffff1f;border-radius:12px;height:100%;margin:0 auto;max-width:100%}@media(min-width:600px){.profile-card{max-width:600px}}@media(min-width:960px){.profile-card{margin:0;max-width:100%}}.profile-left-card .profile-card-content{align-items:center;display:flex;flex-direction:column;padding:24px}@media(min-width:600px){.profile-left-card .profile-card-content{padding:32px}}.profile-left-card .profile-avatar-section{align-items:center;display:flex;flex-direction:column;margin-bottom:24px;width:100%}.profile-left-card .profile-name{font-size:1.5rem;font-weight:700;margin-bottom:4px;text-align:center}.profile-left-card .profile-email{color:#ffffffb3;font-size:.875rem;margin-bottom:24px;text-align:center}.profile-left-card .profile-divider{margin-bottom:24px;width:100%}.profile-left-card .profile-fields{display:flex;flex-direction:column;gap:20px;width:100%}.profile-right-section{display:flex;flex-direction:column;gap:24px;height:100%}.profile-right-section .profile-info-card{margin:0 auto;max-width:100%}@media(min-width:600px){.profile-right-section .profile-info-card{max-width:600px}}@media(min-width:960px){.profile-right-section .profile-info-card{margin:0;max-width:100%}}.profile-section-card{background-color:var(--mui-palette-background-paper);border:1px solid #ffffff1f;border-radius:12px}.profile-section-card .profile-card-header{padding-bottom:8px}.profile-section-card .profile-card-header .profile-card-title{font-size:1.25rem;font-weight:700}.profile-section-card .profile-card-header .profile-card-icon{font-size:28px}.profile-section-card .profile-card-content{padding-top:24px}.profile-loading{align-items:center;display:flex;justify-content:center;min-height:70vh}.profile-loading .profile-loading-text{color:#ffffffb3;font-size:1.25rem}.profile-text-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#ffffff4d}.profile-text-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--mui-palette-primary-main)}.profile-contact-grid,.profile-social-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}@media(min-width:600px){.profile-contact-grid,.profile-social-grid{grid-template-columns:1fr 1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-card,.profile-section-card{animation:fadeIn .3s ease-out}@media(max-width:599px){.profile-header .profile-title{font-size:1.75rem}.profile-left-card .profile-name{font-size:1.25rem}}@media(prefers-color-scheme:dark){.profile-card,.profile-section-card{box-shadow:0 4px 12px #0000004d}}.empty-state,.error-state,.loading-state{padding:3rem 1rem;text-align:center}.empty-state p,.error-state p,.loading-state p{color:#999;font-size:1.1rem}.error-state p{color:#f44}.loading-state p{animation:pulse 1.5s ease-in-out infinite;color:#00d9ff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}*{box-sizing:border-box;margin:0;padding:0}body{background:#0f0f0f;color:#fff;font-family:sans-serif}
/*# sourceMappingURL=main.a9e4f4e1.css.map*/