:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-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 rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._hero_17x0q_1{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;background-color:#0c0c0c}._heroContent_17x0q_11{max-width:800px}._name_17x0q_15{font-size:3.5rem;margin-bottom:.5rem;background:-webkit-linear-gradient(45deg,#4facfe,#00f2fe);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._title_17x0q_24{font-size:1.5rem;font-weight:400;color:#e0e0e0;margin-bottom:1.5rem}._subtitle_17x0q_31{font-size:1.1rem;color:#c4c4c4;max-width:600px;margin:0 auto 2.5rem}._ctaButtons_17x0q_38{display:flex;justify-content:center;gap:1rem;margin-bottom:2.5rem}._btnPrimary_17x0q_45,._btnSecondary_17x0q_46{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease-in-out}._btnPrimary_17x0q_45{background-color:#4facfe;color:#fff}._btnPrimary_17x0q_45:hover{opacity:.9}._btnSecondary_17x0q_46{background-color:transparent;color:#fff;border:1px solid #fff}._btnSecondary_17x0q_46:hover{background-color:#fff;color:#0c0c0c}._socialLinks_17x0q_74{display:flex;justify-content:center;gap:1.5rem}._socialLinks_17x0q_74 a{color:#e0e0e0;font-size:2rem;transition:color .2s ease-in-out}._socialLinks_17x0q_74 a:hover{color:#4facfe}._about_i4mus_1{padding:4rem 2rem;background-color:#121212}._aboutContent_i4mus_6{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:3rem}._profilePic_i4mus_14{width:300px;height:300px;object-fit:cover;border-radius:50%;border:5px solid #4facfe}._textContent_i4mus_22{flex:1}._textContent_i4mus_22 h2{font-size:2.5rem;margin-top:0;margin-bottom:2rem}._textContent_i4mus_22 p{font-size:1.1rem;line-height:1.7;color:#e0e0e0}._motto_i4mus_38{margin-top:2rem;font-style:italic;color:#00f2fe;border-left:3px solid #4facfe;padding-left:1.5rem}._motto_i4mus_38 p{margin:.5rem 0;color:#00f2fe}@media screen and (max-width: 768px){._aboutContent_i4mus_6{flex-direction:column;text-align:center}._profilePic_i4mus_14{width:200px;height:200px;margin-bottom:2rem}._textContent_i4mus_22 h2{font-size:2rem}._motto_i4mus_38{text-align:left;margin:2rem auto 0;max-width:350px}}._techSection_10n82_1{padding:4rem 2rem;background-color:#0c0c0c;text-align:center}._techSection_10n82_1 h2{font-size:2.5rem;margin-bottom:1rem}._techSubtitle_10n82_12{font-size:1.1rem;color:#c4c4c4;max-width:600px;margin:0 auto 3rem}._categories_10n82_19{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}._category_10n82_27 h3{font-size:1.5rem;color:#4facfe;margin-bottom:1.5rem;text-align:left}._techGrid_10n82_34{display:flex;flex-wrap:wrap;gap:1rem}._techItem_10n82_40{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#1a1a1a;border-radius:8px;padding:1.5rem;width:120px;height:120px;transition:all .2s ease-in-out}._techItem_10n82_40:hover{transform:translateY(-5px);background-color:#2a2a2a}._techIcon_10n82_58{font-size:3rem;margin-bottom:.75rem;color:#00f2fe}._techItem_10n82_40 span{font-size:.9rem}._techItem_10n82_40{position:relative}._descriptionPopup_10n82_72{position:absolute;bottom:110%;left:50%;transform:translate(-50%);width:250px;padding:1rem;background-color:#2a2a2a;border:1px solid #444;border-radius:8px;box-shadow:0 4px 15px #0003;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:10;font-size:.9rem;color:#e0e0e0;text-align:left;line-height:1.5}._techItem_10n82_40:hover ._descriptionPopup_10n82_72{opacity:1;visibility:visible}._descriptionPopup_10n82_72:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#2a2a2a transparent transparent transparent}@media screen and (max-width: 768px){._techSection_10n82_1 h2{font-size:2rem}._category_10n82_27 h3{text-align:center}._techGrid_10n82_34{justify-content:center}}._experienceSection_1ncxi_1{padding:4rem 2rem;background-color:#121212}._experienceSection_1ncxi_1 h2{text-align:center;font-size:2.5rem;margin-bottom:4rem}._timeline_1ncxi_12{position:relative;max-width:900px;margin:0 auto}._timeline_1ncxi_12:after{content:"";position:absolute;width:3px;background-color:#4facfe;top:0;bottom:0;left:50%;margin-left:-1.5px}._timelineItem_1ncxi_29{padding:10px 40px;position:relative;width:50%;box-sizing:border-box}._timelineItem_1ncxi_29:nth-child(odd){left:0;text-align:right}._timelineItem_1ncxi_29:nth-child(2n){left:50%;text-align:left}._timelineDot_1ncxi_46{content:"";position:absolute;width:16px;height:16px;background-color:#fff;border:4px solid #4facfe;top:24px;border-radius:50%;z-index:1}._timelineItem_1ncxi_29:nth-child(odd) ._timelineDot_1ncxi_46{right:32px}._timelineItem_1ncxi_29:nth-child(2n) ._timelineDot_1ncxi_46{left:32px}._timelineContent_1ncxi_66{padding:20px 30px;background-color:#1a1a1a;position:relative;border-radius:8px;border:1px solid #333}._timelineContent_1ncxi_66:before{content:" ";height:0;position:absolute;top:22px;width:0;z-index:1;border:medium solid #333}._timelineItem_1ncxi_29:nth-child(odd) ._timelineContent_1ncxi_66:before{right:-10px;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #333}._timelineItem_1ncxi_29:nth-child(2n) ._timelineContent_1ncxi_66:before{left:-10px;border-width:10px 10px 10px 0;border-color:transparent #333 transparent transparent}._timelineContent_1ncxi_66 h3{margin-top:0;font-size:1.5rem;color:#4facfe}._company_1ncxi_103{color:#e0e0e0;font-size:1.1rem;font-weight:700;margin-bottom:.25rem}._period_1ncxi_110{color:#888;font-size:.9rem;margin-bottom:1rem;margin-top:0}._timelineContent_1ncxi_66 ul{padding-left:0;list-style-type:none}._timelineContent_1ncxi_66 li{line-height:1.6;color:#e0e0e0;margin-bottom:.5rem}@media screen and (max-width: 768px){._timeline_1ncxi_12:after{left:15px}._timelineItem_1ncxi_29{width:100%;padding-left:50px;padding-right:15px;left:0!important;text-align:left!important}._timelineDot_1ncxi_46{left:7px}._timelineItem_1ncxi_29:nth-child(odd) ._timelineDot_1ncxi_46,._timelineItem_1ncxi_29:nth-child(2n) ._timelineDot_1ncxi_46{left:7px}._timelineItem_1ncxi_29 ._timelineContent_1ncxi_66:before{left:-10px;right:auto;border-width:10px 10px 10px 0;border-color:transparent #333 transparent transparent}._timelineItem_1ncxi_29:nth-child(odd) ._timelineContent_1ncxi_66,._timelineItem_1ncxi_29:nth-child(2n) ._timelineContent_1ncxi_66{text-align:left}}._contactSection_1khek_1{padding:4rem 2rem;text-align:center;background-color:#0c0c0c}._contactSection_1khek_1 h2{font-size:2.5rem}._contactSection_1khek_1 p{font-size:1.1rem;color:#a0a0a0;max-width:600px;margin:1rem auto 3rem}._contactForm_1khek_18{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;text-align:left}._formLabel_1khek_27{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem;color:silver}._contactForm_1khek_18 input,._contactForm_1khek_18 textarea{width:100%;padding:12px 15px;border-radius:6px;border:1px solid #555;background-color:#1f1f1f;color:#f0f0f0;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}._contactForm_1khek_18 input:focus,._contactForm_1khek_18 textarea:focus{outline:none;border-color:#4facfe;box-shadow:0 0 0 3px #4facfe40}._contactForm_1khek_18 textarea{min-height:180px;resize:vertical}._contactForm_1khek_18 button{margin-top:1rem;padding:12px 20px;border-radius:8px;border:none;background-color:#4facfe;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,background-color .2s}._contactForm_1khek_18 button:hover{transform:translateY(-2px);background-color:#3b9bfe}._contactForm_1khek_18 button:disabled{opacity:.5;cursor:not-allowed;transform:translateY(0)}._successMessage_1khek_85{color:#2ecc71;margin-top:1.5rem}._errorMessage_1khek_90{color:#e74c3c;margin-top:1.5rem}._footer_cbf19_1{padding:2rem;background-color:#000;width:100%;box-sizing:border-box}._footerContent_cbf19_8{max-width:1100px;margin:0 auto;text-align:center;color:#888;font-size:.9rem}._socialLinks_cbf19_16{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}._socialLinks_cbf19_16 a{color:#888;font-size:1.5rem;transition:color .2s ease-in-out}._socialLinks_cbf19_16 a:hover{color:#fff}._footer_cbf19_1 p{margin:.5rem 0}._projectsSection_1xtwv_1{padding:2rem;text-align:center}._projectsGrid_1xtwv_6{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem}._projectCard_1xtwv_14{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:1.5rem;text-align:left;text-decoration:none;color:inherit;transition:transform .2s ease-in-out;flex:0 1 380px}._projectCard_1xtwv_14:hover{transform:translateY(-5px)}._projectCard_1xtwv_14 h3{margin-top:0}._projectCard_1xtwv_14 footer{margin-top:1rem;display:flex;align-items:center;gap:1.5rem;font-size:.9rem;color:#aaa}._languageColor_1xtwv_43{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:.5rem}._error_1xtwv_51{color:#ff6b6b}.container{max-width:1100px;margin:0 auto;padding:0 2rem}._container_5vviz_1{max-width:1100px;margin:0 auto;padding:4rem 2rem}._container_5vviz_1 h1{text-align:center;font-size:3rem;margin-bottom:3rem}._container_5vviz_1 section{margin-bottom:4rem}._container_5vviz_1 h2{font-size:2rem;color:#4facfe;border-bottom:2px solid #333;padding-bottom:.5rem;margin-bottom:2rem}._articleContent_5vviz_25{line-height:1.7;color:silver}._articleContent_5vviz_25 h3{color:#4facfe}._card_1dl2c_1{background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:1.5rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}._card_1dl2c_1:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00f2fe1a}._cardTitle_1dl2c_14{margin-top:0;margin-bottom:.5rem;color:#fff}._cardSubtitle_1dl2c_20{margin:0 0 .5rem;color:#e0e0e0;font-weight:700}._cardDate_1dl2c_26{margin:0 0 1rem;font-size:.9rem;color:#888}._cardLink_1dl2c_32{color:#4facfe;text-decoration:none;font-weight:700}._cardLink_1dl2c_32:hover{text-decoration:underline}._bookCard_1dl2c_42{display:flex;gap:1.5rem}._bookCover_1dl2c_47{width:100px;height:auto;object-fit:cover;border-radius:4px}._bookContent_1dl2c_54{display:flex;flex-direction:column}._bookSummary_1dl2c_59{font-size:.9rem;color:#c4c4c4;line-height:1.6}@media screen and (max-width: 768px){._bookCard_1dl2c_42{flex-direction:column;align-items:center;text-align:center}._bookCover_1dl2c_47{width:120px;margin-bottom:1rem}._bookContent_1dl2c_54{align-items:center}._bookSummary_1dl2c_59{text-align:justify}}._grid_13ma6_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}._container_13pmy_1{display:flex;align-items:center;justify-content:center;min-height:80vh;padding:2rem}._loginForm_13pmy_9{width:100%;max-width:400px;padding:2rem;background-color:#1a1a1a;border:1px solid #333;border-radius:8px;display:flex;flex-direction:column;gap:1.5rem}._loginForm_13pmy_9 h2{text-align:center;margin-top:0;margin-bottom:1rem;font-size:2rem}._loginForm_13pmy_9 input{width:100%;padding:.75rem 1rem;border-radius:4px;border:1px solid #333;background-color:#2a2a2a;color:#fff;font-size:1rem;box-sizing:border-box}._loginForm_13pmy_9 button{padding:.75rem 1.5rem;border-radius:8px;border:none;background-color:#4facfe;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:opacity .2s}._loginForm_13pmy_9 button:hover{opacity:.9}._loginForm_13pmy_9 button:disabled{opacity:.5;cursor:not-allowed}._error_13pmy_60{color:#e74c3c;text-align:center;margin:-.5rem 0 .5rem;font-size:.9rem}._dashboard_o3ggc_1{max-width:1200px;margin:0 auto;padding:2rem}._header_o3ggc_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #333;padding-bottom:1rem}._logoutButton_o3ggc_16{padding:.5rem 1rem;border-radius:8px;border:1px solid #e74c3c;background-color:transparent;color:#e74c3c;cursor:pointer;transition:all .2s}._logoutButton_o3ggc_16:hover{background-color:#e74c3c;color:#fff}._adminNav_o3ggc_31{display:flex;gap:1rem;margin-bottom:2rem}._adminNav_o3ggc_31 button{padding:.5rem 1rem;border-radius:8px;border:1px solid #4facfe;background-color:transparent;color:#4facfe;cursor:pointer}._adminNav_o3ggc_31 button:hover{background-color:#4facfe;color:#fff}._tableContainer_w66db_1{background-color:#1a1a1a;padding:1.5rem;border-radius:8px;overflow-x:auto}._header_w66db_8{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333;padding-bottom:.75rem;margin-bottom:1rem}._tableContainer_w66db_1 h3{margin:0}._crudForm_w66db_21{display:flex;flex-direction:column;gap:1.25rem}._formLabel_w66db_27{display:block;margin-bottom:.5rem;font-weight:500;color:#e0e0e0;font-size:.9rem;text-align:left}._crudForm_w66db_21 input,._crudForm_w66db_21 textarea,._crudForm_w66db_21 select{width:100%;padding:12px 15px;border-radius:6px;border:1px solid #555;background-color:#1f1f1f;color:#f0f0f0;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}._crudForm_w66db_21 select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23aaa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em;padding-right:2.5rem}._crudForm_w66db_21 input:focus,._crudForm_w66db_21 textarea:focus,._crudForm_w66db_21 select:focus{outline:none;border-color:#4facfe;box-shadow:0 0 0 3px #4facfe40}._crudForm_w66db_21 textarea{min-height:150px;resize:vertical}._crudForm_w66db_21 button{margin-top:1rem;padding:12px 20px;border-radius:8px;border:none;background-color:#4facfe;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,background-color .2s}._crudForm_w66db_21 button:hover{transform:translateY(-2px);background-color:#3b9bfe}._crudForm_w66db_21 button:disabled{opacity:.5;cursor:not-allowed;transform:translateY(0)}._iconSelector_w66db_97{display:flex;align-items:center;gap:1rem;font-size:2rem}._iconSelector_w66db_97 select{flex:1}._techTable_w66db_108{width:100%;border-collapse:collapse}._techTable_w66db_108 th,._techTable_w66db_108 td{padding:.75rem;text-align:left;border-bottom:1px solid #333;white-space:nowrap}._techTable_w66db_108 th{color:#aaa}._actionButton_w66db_125{padding:.3rem .6rem;margin-right:.5rem;border:1px solid #4facfe;background-color:transparent;color:#4facfe;border-radius:4px;cursor:pointer;transition:all .2s}._actionButton_w66db_125:hover{background-color:#4facfe;color:#fff}._deleteButton_w66db_141{border-color:#e74c3c;color:#e74c3c}._deleteButton_w66db_141:hover{background-color:#e74c3c;color:#fff}._addButton_w66db_151{padding:.5rem 1rem;border-radius:8px;border:none;background-color:#2ecc71;color:#fff;font-weight:600;cursor:pointer;transition:opacity .2s}._addButton_w66db_151:hover{opacity:.9}._modalOverlay_jcjnb_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_jcjnb_14{background-color:#1a1a1a;padding:1.5rem;border-radius:8px;width:90%;max-width:600px;border:1px solid #333}._modalHeader_jcjnb_23{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333;padding-bottom:1rem;margin-bottom:1rem}._modalHeader_jcjnb_23 h2{margin:0}._closeButton_jcjnb_36{background:none;border:none;font-size:2rem;color:#fff;cursor:pointer}@media screen and (max-width: 768px){._modalOverlay_jcjnb_1{align-items:flex-start;padding:5vh 1rem}._modalContent_jcjnb_14{max-height:85vh;overflow-y:auto}._modalBody_jcjnb_55{padding-right:.5rem;padding-left:.5rem}}._container_o139z_1{padding:4rem 2rem}._container_o139z_1 h1{font-size:3rem;text-align:center;margin-bottom:1rem;line-height:1.2}._publishDate_o139z_12{text-align:center;color:#888;margin-bottom:3rem}._articleContent_o139z_18{max-width:720px;margin:0 auto;font-size:1.1rem;line-height:1.8;color:#e0e0e0}._articleContent_o139z_18 h2,._articleContent_o139z_18 h3{color:#4facfe;border-bottom:1px solid #333;padding-bottom:.5rem;margin-top:2.5rem}._articleContent_o139z_18 p{margin-bottom:1.5rem}._articleContent_o139z_18 a{color:#00f2fe}._articleContent_o139z_18 code{background-color:#1a1a1a;padding:.2rem .4rem;border-radius:4px;font-size:.9rem}._articleContent_o139z_18 blockquote{border-left:4px solid #444;padding-left:1rem;margin-left:0;color:#aaa}._error_o139z_56{text-align:center;color:#e74c3c;font-size:1.2rem}@media screen and (max-width: 768px){._container_o139z_1 h1{font-size:2.2rem}._articleContent_o139z_18{font-size:1rem;line-height:1.7}}._navbar_142bd_1{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#0c0c0ccc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;width:100%;z-index:100;box-sizing:border-box}._logo_142bd_15{font-weight:700;font-size:1.5rem;text-decoration:none;color:#fff}._links_142bd_22{display:flex;gap:1.5rem}._links_142bd_22 a{text-decoration:none;color:#e0e0e0;font-weight:500;transition:color .2s}._links_142bd_22 a:hover{color:#4facfe}body{margin:0;background-color:#0c0c0c;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}h1,h2,h3,h4,h5,h6{color:#f0f0f0}#root{width:100%}
