: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)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#0f172a;color:#f8fafc;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}a:hover{color:#2563eb}html,body,#root{height:100%;margin:0}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}nav.navbar{background-color:#1f2937;color:#f8fafc;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand img.logo-img{height:40px;object-fit:contain;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.brand img.logo-img:hover{transform:scale(1.1);box-shadow:0 4px 8px #facc1599}.brand a{font-size:1.5rem;font-weight:700;color:#0ea5e9;text-decoration:none}.brand a:hover{color:#eab308}.nav-menu{display:flex;gap:1.5rem;list-style:none;transition:none}.nav-menu li a{position:relative;color:#f8fafc;text-decoration:none;font-weight:500;padding:.25rem 0;transition:color .3s ease}.nav-menu li a:hover{color:#facc15}.nav-menu li a:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:2px;background-color:#facc15;transition:width .3s ease-in-out}.nav-menu li a:hover:after{width:100%}.nav-toggle{display:none;font-size:2rem;color:#f8fafc;cursor:pointer;background:none;border:none;z-index:1100}@media (max-width: 768px){.nav-toggle{display:block;position:absolute;top:1rem;right:2rem}.nav-menu{position:absolute;top:100%;right:0;left:0;background-color:#1f2937;flex-direction:column;align-items:center;padding:1rem 0;gap:1rem;transform:translateY(-200%);opacity:0;pointer-events:none;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.nav-menu.active{transform:translateY(0);opacity:1;pointer-events:auto}.nav-menu li{width:100%;text-align:center}}@media (max-width: 480px){.brand{flex-direction:column;align-items:flex-start;gap:6px}.brand img.logo-img{height:28px}.brand a{font-size:1rem}}section{max-width:900px;margin:3rem auto;padding:0 1rem}.home-container{padding:4rem 2rem;background:transparent;color:inherit;min-height:100vh;display:flex;flex-direction:column;justify-content:center;gap:2rem;position:relative;z-index:1;transition:background-color .4s ease,color .4s ease}.home-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;position:relative;z-index:1}.home-image img{width:250px;height:250px;object-fit:cover;border-radius:50%;border:4px solid white;box-shadow:0 20px 40px #0000004d;animation:float 3.5s ease-in-out infinite;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.home-image img:hover{transform:scale(1.05);box-shadow:0 25px 50px #0006}.welcome-type{display:inline-block;overflow:hidden;white-space:nowrap;letter-spacing:.05em;animation:typing 2.5s steps(30,end);font-size:clamp(1.25rem,5vw,2.5rem);font-weight:600;color:#333;text-align:center;margin:1.5rem auto;max-width:95vw;padding:0 1rem;box-sizing:border-box;transition:all .3s ease-in-out}@keyframes typing{0%{width:0}to{width:100%}}.welcome-type:hover{color:#0ea5e9;text-shadow:0 0 8px rgba(14,165,233,.6);cursor:pointer}@media (max-width: 768px){.welcome-type{font-size:clamp(1.1rem,6vw,2rem);animation:typing 2s steps(25,end)}}@media (max-width: 480px){.welcome-type{white-space:normal;animation:none;text-align:center}}.intro-heading{font-size:2.75rem;font-family:Arial,Helvetica,sans-serif;font-weight:700;text-align:center;margin-bottom:1rem;color:#3b3b36;transition:color .3s ease;cursor:pointer}.intro-heading:hover{color:#94a3b8}.mission{font-size:1.125rem;line-height:1.8;text-align:center;color:#374151;max-width:800px;margin:1.5rem auto;transition:color .3s ease,transform .3s ease}.mission:hover{color:#0ea5e9;transform:scale(1.02);text-shadow:0 0 8px rgba(14,165,233,.4);cursor:default}.home-text{max-width:600px;text-align:left;opacity:0;transform:translate(30px);animation:fadeRight 1.5s ease-out .5s forwards;color:#f8fafc}@keyframes fadeRight{to{opacity:1;transform:translate(0)}}.home-text h1{font-size:2.5rem;margin-bottom:1rem}.subtitle{font-size:1.2rem;margin-bottom:1.5rem;line-height:1.6;color:#cbd5e1}.fullstack-dev-title{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:700;font-size:2.25rem;color:#0ea5e9;letter-spacing:.03em;text-align:center;margin:1.5rem auto;max-width:640px;transition:all .3s ease;cursor:pointer}.fullstack-dev-title:hover{color:#0369a1;text-shadow:0 0 10px rgba(3,105,161,.5);transform:scale(1.03)}.description{font-size:1rem;margin-bottom:1rem;line-height:1.7;color:#374151}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:2rem;justify-content:center}.button{display:inline-block;background-color:#f8fafc;color:#1e3a8a;padding:.75rem 2.25rem;font-weight:700;font-size:1rem;border-radius:.6rem;text-decoration:none;text-align:center;cursor:pointer;box-shadow:0 3px 6px #1e3a8a26;transition:background-color .3s ease,transform .15s ease,box-shadow .3s ease;-webkit-user-select:none;user-select:none}.button:hover{background-color:#e2e8f0;box-shadow:0 6px 12px #1e3a8a40;transform:translateY(-2px)}.button:active{transform:scale(.95);box-shadow:inset 0 3px 7px #0003}.button.secondary{background-color:transparent;border:2px solid #1e3a8a;color:#1e3a8a;box-shadow:none}.button.secondary:hover{background-color:#1e3a8a;color:#f8fafc;box-shadow:0 6px 12px #1e3a8a4d;transform:translateY(-2px)}.button-container{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}@media (max-width: 768px){.home-content{flex-direction:column;gap:2rem}.home-image img{width:180px;height:180px;margin:0 auto;float:left}.home-text{max-width:100%;text-align:center;transform:translate(0);opacity:1;animation:none}.intro-heading,.home-text h1{font-size:2rem}.subtitle{font-size:1rem}.button{width:100%;padding:1rem}}@media (max-width: 480px){.home-container{padding:3rem 1rem}.home-image img{width:140px;height:140px}.intro-heading{font-size:1.75rem}.home-text h1{font-size:1.5rem}.subtitle{font-size:.9rem}}.worked-with{text-align:left;padding:40px 20px}.worked-with h2{font-size:2rem;margin-bottom:30px;color:#333}.hover-heading{font-size:2rem;color:#333;position:relative;display:inline-block;transition:color .3s ease}.hover-heading:after{content:"";position:absolute;width:0%;height:3px;bottom:-5px;left:0;background-color:#007bff;transition:width .3s}.hover-heading:hover{color:#007bff}.hover-heading:hover:after{width:100%}.company-logo-container{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.company-card{display:flex;flex-direction:column;align-items:center;width:220px;background-color:1e293b;border:none;border-radius:12px;padding:20px;box-shadow:0 4px 8px #0000000d;transition:transform .3s ease}.company-card p{font-size:1rem;font-weight:500;color:#333;margin-top:10px;text-align:center}.company-card:hover p{color:#0d6efd;transition:color .3s ease}.company-card:hover{transform:scale(1.05)}.company-card img{max-width:100px;height:auto;margin-bottom:10px}.company-card p{font-weight:600;color:#0056b3}@media (max-width: 768px){.company-card{width:160px}.worked-with h2{font-size:1.5rem}}.highlights{display:flex;gap:1.5rem;justify-content:center;margin:2rem 0;text-align:center}.highlight-card{background-color:#f8f9fa;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.highlight-card:hover{transform:translateY(-5px)}.highlights{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:3rem auto;padding:0 1rem;max-width:1200px}.highlight-card{background:#f8f9fa;border-radius:16px;box-shadow:0 6px 15px #00000014;padding:2rem;width:100%;max-width:300px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.highlight-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001f}.highlight-card h3{font-size:2.5rem;color:#007bff;margin:0}.highlight-card p{margin-top:.8rem;font-size:1rem;color:#444}@media (min-width: 600px){.highlight-card{flex:1 1 calc(50% - 1.5rem)}}@media (min-width: 900px){.highlight-card{flex:1 1 calc(33.33% - 1.5rem)}}.about{max-width:700px;margin:2rem auto;padding:1.5rem 2rem;background-color:#1e293b;border-radius:12px;box-shadow:0 8px 16px #0006;transition:box-shadow .3s ease,background-color .3s ease;color:#f8fafc}.about:hover{box-shadow:0 12px 24px #0009}.about h2{font-size:2.25rem;margin-bottom:1rem;color:#f1f5f9;cursor:pointer;transition:color .3s ease,transform .3s ease}.about h2:hover{color:#38bdf8;transform:scale(1.05)}.description{font-size:1.125rem;line-height:1.7;color:#cbd5e1;transition:color .3s ease}.description:hover{color:#7dd3fc}.tech{font-weight:600;padding:2px 6px;margin:0 2px;border-radius:4px;background-color:#ffffff0d;display:inline-block;transition:transform .2s ease,background-color .3s ease,box-shadow .3s ease}.tech:hover{transform:scale(1.05);background-color:#ffffff1a;box-shadow:0 0 6px #fff3}.tech.frontend{color:#38bdf8}.tech.backend{color:#facc15}.tech.db{color:#34d399}.tech.devops{color:#f472b6}.tech.ai{color:#c084fc}@media (max-width: 768px){.about{margin:1.5rem 1rem;padding:1rem 1.5rem}.about h2{font-size:1.8rem}.description{font-size:1rem;line-height:1.6}.tech{font-size:.95rem;padding:2px 5px}}@media (max-width: 480px){.about{margin:1rem .75rem;padding:1rem}.about h2{font-size:1.5rem}.description{font-size:.9rem;line-height:1.5}.tech{font-size:.85rem;padding:2px 4px}}.contact{padding:2rem 1rem;max-width:700px;margin:3rem auto;background-color:#1e293b;border-radius:12px;box-shadow:0 8px 16px #00000080;color:#f8fafc}.contact h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#f1f5f9;transition:color .3s ease}.contact h2:hover{color:#38bdf8}.contact form{max-width:400px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.contact input,.contact textarea{padding:.75rem 1rem;background-color:#fff;border:1px solid #334155;color:#1f2937;border-radius:6px;font-size:1rem;resize:none;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease}.contact input::placeholder,.contact textarea::placeholder{color:#94a3b8}.contact input:focus,.contact textarea:focus{border-color:#38bdf8;outline:none;box-shadow:0 0 0 3px #38bdf84d}.contact button{background-color:#38bdf8;color:#0f172a;font-weight:600;padding:.75rem 1rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.contact button:hover{background-color:#0ea5e9;transform:scale(1.02)}.contact button:active{transform:scale(.98)}@media (max-width: 768px){.contact{padding:1.5rem;margin:2rem 1rem}.contact h2{font-size:2rem}.contact form{max-width:100%;gap:1.25rem}.contact input,.contact textarea{font-size:.95rem}}@media (max-width: 480px){.contact{padding:1rem;margin:1.5rem .75rem}.contact h2{font-size:1.75rem}.contact input,.contact textarea{font-size:.9rem}.contact button{padding:.75rem;font-size:1rem}}.projects-summary{background-color:#1e293b;color:#f8fafc;padding:4rem 2rem;text-align:center;min-height:60vh}.projects-title{font-size:2.5rem;margin-bottom:1rem;transition:color .3s ease,transform .3s ease;cursor:pointer}.projects-title:hover{color:#60a5fa;transform:scale(1.03)}.projects-count{font-size:1.25rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;padding:0 1rem;transition:color .3s ease,transform .3s ease;cursor:default}.projects-count:hover{color:#94a3b8;transform:scale(1.02)}.github-link{display:inline-flex;align-items:center;justify-content:center;background-color:#1f2937;color:#60a5fa;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.github-link:hover{background-color:#334155;transform:scale(1.05)}@media (max-width: 768px){.projects-summary{padding:3rem 1.5rem}.projects-title{font-size:2rem}.projects-count{font-size:1.1rem;padding:0 1rem}.github-link{padding:.6rem 1.2rem;font-size:.95rem}}@media (max-width: 480px){.projects-summary{padding:2.5rem 1rem}.projects-title{font-size:1.75rem}.projects-count{font-size:1rem;line-height:1.6}.github-link{flex-direction:row;font-size:.9rem;padding:.5rem 1rem}.github-link svg{margin-right:.5rem}}.techstack-section{background-color:#0f172a;color:#f8fafc;padding:4rem 2rem;min-height:100vh;transition:background-color .4s ease,color .4s ease}.techstack-heading{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2.5rem;color:#f8fafc}.techstack-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto;padding:0}.techstack-list li{background-color:#1e293b;border-radius:12px;transition:background-color .3s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 8px #0f172a4d}.techstack-list li:hover{background-color:#334155;transform:translateY(-5px);box-shadow:0 6px 12px #0f172a66}.techstack-list li a{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;font-size:1.1rem;color:inherit;text-decoration:none;padding:1rem 1.2rem;border-radius:12px;transition:background .3s}.techstack-icon{font-size:1.6rem;color:#38bdf8}@media (max-width: 768px){.techstack-section{padding:3rem 1.5rem}.techstack-heading{font-size:2rem}.techstack-list{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem}.techstack-list li a{font-size:1rem;padding:.85rem 1rem}.techstack-icon{font-size:1.4rem}}@media (max-width: 480px){.techstack-section{padding:2.5rem 1rem}.techstack-heading{font-size:1.75rem;margin-bottom:2rem}.techstack-list{grid-template-columns:1fr}.techstack-list li a{font-size:.95rem;padding:.8rem .9rem}.techstack-icon{font-size:1.3rem}}.blog{max-width:900px;margin:2rem auto;padding:0 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#e0e0e0}.blog h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#00d8ff;border-bottom:2px solid #00d8ff;padding-bottom:.5rem;text-align:center}.blog-post{background-color:#1e1e2f;padding:1.5rem;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 0 12px #00d8ff33;transition:transform .3s ease,box-shadow .3s ease}.blog-post:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00d8ffaa}.blog-post h3{margin:0 0 .75rem;font-size:1.5rem;font-weight:600}.blog-post h3 a{color:#00d8ff;text-decoration:none;transition:color .3s ease}.blog-post h3 a:hover{color:#66f0ff;text-decoration:underline}.blog-post p{font-size:1rem;line-height:1.6;color:silver;margin-bottom:.75rem}.blog-post small{font-size:.85rem;color:#888a8f;display:block;text-align:right}.underlined-title{text-decoration:underline;text-underline-offset:4px;text-decoration-color:#00d8ff;text-decoration-thickness:2px}.underlined-title:hover{color:#66f0ff;text-decoration-color:#66f0ff}@media (max-width: 1024px){.blog{max-width:90%;padding:0 1rem}.blog h2{font-size:2.2rem}.blog-post{padding:1.25rem}.blog-post h3{font-size:1.35rem}.blog-post p{font-size:.98rem}.blog-post small{font-size:.8rem}}@media (max-width: 767px){.blog{max-width:95%;margin:1rem auto;padding:0 .75rem}.blog h2{font-size:1.75rem}.blog-post{padding:1rem}.blog-post h3{font-size:1.15rem}.blog-post p{font-size:.92rem;line-height:1.5}.blog-post small{font-size:.75rem}}.read-more-button{background-color:#007bff;color:#fff;padding:10px 20px;text-decoration:none;border-radius:6px;font-weight:700;display:inline-block;transition:background-color .3s ease}.read-more-button:hover{background-color:#0056b3}.footer{background-color:#1e293b;color:#f1f5f9;text-align:center;padding:2rem 1rem;font-size:.95rem;margin-top:3rem;border-top:1px solid #334155;width:100%}.footer-text{font-size:.95rem;color:#4b5563;text-align:center;transition:color .3s ease,transform .3s ease;padding:1rem 0;cursor:default}.footer-text:hover{color:#0ea5e9;transform:translateY(-2px)}.footer p{margin-bottom:1rem;color:#94a3b8}.footer .social-icons{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}.footer .social-icons a{color:#f1f5f9;font-size:1.5rem;transition:color .3s ease,transform .2s ease}.footer .social-icons a:hover{color:#38bdf8;transform:scale(1.15)}@media (max-width: 768px){.footer{padding:1.5rem 1rem;font-size:.9rem}.footer .social-icons{gap:1rem}}@media (max-width: 480px){.footer{padding:1.25rem .75rem;font-size:.85rem}.footer .social-icons{gap:.75rem;flex-direction:row;flex-wrap:wrap}.footer .social-icons a{font-size:1.3rem}}.built-with{text-align:center;font-size:1rem;font-weight:500;color:#555;margin-top:1.5rem;transition:all .3s ease;cursor:default}.built-with:hover{color:#61dafb;transform:scale(1.05);text-shadow:0 1px 6px rgba(97,218,251,.4)}.work-invite{font-size:1.1rem;text-align:center;margin-top:2rem;color:#444}.project-text{display:inline-block;transition:all .3s ease;color:#444;font-weight:500;cursor:default}.project-text:hover{color:#007bff;transform:scale(1.05);text-shadow:0 1px 4px rgba(0,123,255,.3)}.highlight-link{color:#007bff;font-weight:700;position:relative;text-decoration:none;padding-bottom:2px;transition:color .3s ease}.highlight-link:after{content:"";position:absolute;width:0%;height:2px;left:0;bottom:0;background-color:#007bff;transition:width .3s ease}.highlight-link:hover:after{width:100%}.highlight-link:hover{color:#0056b3;text-shadow:0 0 5px rgba(0,123,255,.4)}.resume-container{padding:2rem;background-color:#0f172a;min-height:100vh;color:#f8fafc}.back-button{background-color:#38bdf8;color:#fff;padding:.5rem 1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-bottom:1rem}.back-button:hover{background-color:#0ea5e9;transform:scale(1.05)}.pdf-wrapper{width:100%;max-width:900px;margin:0 auto;border:2px solid #334155;border-radius:8px;overflow:hidden;box-shadow:0 0 20px #0003}.pdf-viewer{width:100%;height:90vh;border:none}@media (max-width: 768px){.pdf-viewer{height:70vh}}@media (max-width: 480px){.pdf-viewer{height:60vh}.back-button{font-size:.9rem;padding:.4rem .8rem}}.resume-title{font-size:2rem;margin-bottom:.5rem;text-align:center;color:#f1f5f9;transition:color .3s ease,transform .3s ease}.resume-title:hover{color:#38bdf8;transform:scale(1.05)}.resume-description{font-size:1rem;margin-bottom:1.5rem;text-align:center;color:#cbd5e1;transition:color .3s ease,transform .3s ease}.resume-description:hover{color:#94a3b8;transform:translateY(-2px)}.resume-buttons{text-align:center;margin-bottom:1.5rem}.download-button{display:inline-block;padding:.75rem 1.5rem;background-color:#1e293b;color:#f1f5f9;text-decoration:none;font-weight:600;border-radius:8px;transition:background-color .3s ease,transform .2s ease;box-shadow:0 2px 4px #0003}.download-button:hover{background-color:#0ea5e9;color:#fff;transform:translateY(-2px)}.resume-contact-message{margin-top:1.5rem;text-align:center;font-size:1rem;color:#e2e8f0}.contact-link{color:#38bdf8;font-weight:600;text-decoration:none;transition:color .3s ease,text-decoration .3s ease}.contact-link:hover{color:#0ea5e9;text-decoration:underline}html{scroll-behavior:smooth}.fun-quote{margin-top:2rem;font-style:italic;font-weight:600;color:#60a5fa;text-align:center;max-width:600px;margin-left:auto;margin-right:auto;-webkit-user-select:none;user-select:none;transition:color .3s ease}.fun-quote:hover{color:#3b82f6;cursor:default}.skills-section{background-color:#1e293b;padding:50px 20px;border-radius:15px;box-shadow:0 4px 10px #0000001a;margin:40px auto;max-width:1100px;transition:all .3s ease-in-out}.skills-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:40px}.skills-title span{color:#00f}.skills-container{display:flex;gap:30px;justify-content:space-between;flex-wrap:wrap}.column{flex:1;min-width:280px}.skill{margin-bottom:25px}.skill-header{display:flex;justify-content:space-between;font-weight:600;font-size:16px;margin-bottom:8px}.progress-bar{height:10px;background-color:#ddd;border-radius:5px;overflow:hidden}.progress{height:100%;border-radius:5px;transition:width .5s ease-in-out}@media (max-width: 992px){.skills-container{flex-direction:column;gap:20px}.skills-section{padding:40px 15px}}@media (max-width: 600px){.skills-title{font-size:24px}.skill-header{font-size:14px}.progress-bar{height:8px}.skills-section{margin:20px 10px}}body{background-color:#fff;color:#000;transition:all .3s ease}body.dark{background-color:#121212;color:#fff}.theme-toggle{background:none;border:none;cursor:pointer;font-size:.9rem;padding:.5rem}.theme-toggle{background:none;border:none;color:#f8fafc;font-weight:500;font-size:1rem;cursor:pointer;padding:.25rem 0;position:relative;transition:color .3s ease}.theme-toggle:hover{color:#facc15}.theme-toggle:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:2px;background-color:#facc15;transition:width .3s ease-in-out}.theme-toggle:hover:after{width:100%}@media (max-width: 768px){.theme-toggle{width:100%;text-align:center;padding:1rem 0}}
