.Navbar-module__cJzEcG__navbar{background-color:rgba(var(--background),.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:50;height:64px;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Navbar-module__cJzEcG__logo{color:var(--primary);letter-spacing:-.05em;font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__desktopMenu{align-items:center;gap:2rem;display:none}.Navbar-module__cJzEcG__navLink{color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__navLink:hover{color:var(--foreground)}.Navbar-module__cJzEcG__themeToggle{color:var(--foreground);border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.Navbar-module__cJzEcG__themeToggle:hover{background-color:var(--secondary)}.Navbar-module__cJzEcG__mobileControls{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__menuButton{color:var(--foreground)}.Navbar-module__cJzEcG__mobileMenu{background-color:var(--background);border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;padding:1rem;display:flex;position:absolute;top:64px;left:0;right:0}.Navbar-module__cJzEcG__mobileNavLink{color:var(--foreground);padding:.5rem;font-size:1.1rem;font-weight:500}@media (min-width:768px){.Navbar-module__cJzEcG__desktopMenu{display:flex}.Navbar-module__cJzEcG__mobileControls,.Navbar-module__cJzEcG__mobileMenu{display:none}}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex}.Hero-module__ZARIfG__contentWrapper{align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:flex}.Hero-module__ZARIfG__imageWrapper{flex-shrink:0}.Hero-module__ZARIfG__profileImage{object-fit:cover;box-shadow:0 0 20px var(--shadow-color);border-radius:50%;transition:box-shadow .3s}.Hero-module__ZARIfG__profileImage:hover{box-shadow:0 0 30px var(--shadow-color)}.Hero-module__ZARIfG__textContent{text-align:left;flex:1}.Hero-module__ZARIfG__name{margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__highlight{background:linear-gradient(to right,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Hero-module__ZARIfG__title{color:var(--text-muted);margin-bottom:2rem;font-size:1.5rem;font-weight:500}.Hero-module__ZARIfG__bio{color:var(--foreground);text-align:left;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.Hero-module__ZARIfG__resumeBtn{background-color:var(--primary);color:var(--btn-text);border-radius:.5rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 6px #0000001a}.Hero-module__ZARIfG__resumeBtn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.Hero-module__ZARIfG__socials{flex-wrap:wrap;gap:1rem;display:flex}@media (max-width:768px){.Hero-module__ZARIfG__contentWrapper{text-align:center;flex-direction:column;gap:2rem;width:100%;padding:0 1.5rem}.Hero-module__ZARIfG__textContent{text-align:center;width:100%}.Hero-module__ZARIfG__bio{text-align:center;max-width:100%;font-size:1rem}.Hero-module__ZARIfG__socials{justify-content:center}.Hero-module__ZARIfG__name{font-size:2.5rem}.Hero-module__ZARIfG__title{font-size:1.25rem}}.Hero-module__ZARIfG__cursor{color:var(--primary);margin-left:2px;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:0}}
.Experience-module__RsmxMa__timeline{max-width:900px;margin:0 auto;padding:2rem 0;position:relative}.Experience-module__RsmxMa__timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:2rem}.Experience-module__RsmxMa__timelineItem{margin-bottom:3rem;padding-left:5rem;position:relative}.Experience-module__RsmxMa__timelineMarker{background-color:var(--primary);color:#fff;z-index:10;width:2rem;height:2rem;box-shadow:0 0 0 4px var(--background);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:1rem}.Experience-module__RsmxMa__timelineContent{background-color:var(--card-bg);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:1rem;padding:2rem;transition:transform .3s}.Experience-module__RsmxMa__timelineContent:hover{border-color:var(--primary);transform:translateY(-2px)}.Experience-module__RsmxMa__header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.Experience-module__RsmxMa__role{color:var(--primary);margin-bottom:.25rem;font-size:1.4rem;font-weight:700}.Experience-module__RsmxMa__company{color:var(--foreground);font-size:1.1rem;font-weight:600}.Experience-module__RsmxMa__period{color:var(--primary);background-color:var(--secondary);border-radius:1rem;padding:.25rem .75rem;font-size:.9rem;font-weight:600}.Experience-module__RsmxMa__list{color:var(--text-muted);flex-direction:column;gap:.75rem;margin-left:1rem;list-style-position:outside;display:flex}.Experience-module__RsmxMa__list li{line-height:1.6}.Experience-module__RsmxMa__list li::marker{color:var(--primary)}@media (max-width:768px){.Experience-module__RsmxMa__timeline:before{left:1rem}.Experience-module__RsmxMa__timelineItem{padding-left:3.5rem}.Experience-module__RsmxMa__timelineMarker{left:0}}
.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Projects-module__2BoJ-q__card{flex-direction:column;height:100%;display:flex}.Projects-module__2BoJ-q__title{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Projects-module__2BoJ-q__description{color:var(--text-muted);flex-grow:1;line-height:1.6}
.Contact-module__hcVmEa__subtitle{text-align:center;max-width:600px;color:var(--text-muted);margin:0 auto 3rem;font-size:1.2rem;line-height:1.6}.Contact-module__hcVmEa__grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.Contact-module__hcVmEa__card{background-color:var(--card-bg);border:1px solid var(--border);text-align:center;cursor:pointer;color:var(--foreground);border-radius:1rem;flex-direction:column;flex-shrink:0;align-items:center;width:240px;padding:1.5rem;text-decoration:none;transition:transform .3s,border-color .3s;display:flex}.Contact-module__hcVmEa__card:hover{border-color:var(--primary);transform:translateY(-5px)}.Contact-module__hcVmEa__iconWrapper{background-color:var(--secondary);width:3.5rem;height:3.5rem;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;transition:background-color .3s,color .3s;display:flex}.Contact-module__hcVmEa__card:hover .Contact-module__hcVmEa__iconWrapper{background-color:var(--primary);color:var(--btn-text)}.Contact-module__hcVmEa__cardTitle{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Contact-module__hcVmEa__cardValue{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.Contact-module__hcVmEa__action{color:var(--primary);align-items:center;gap:.5rem;font-weight:600;transition:gap .2s;display:flex}.Contact-module__hcVmEa__card:hover .Contact-module__hcVmEa__action{gap:.75rem}
.Chatbot-module__DWq8bW__toggleWrapper{z-index:40;width:100%;max-width:600px;padding:0 1rem 2rem;transition:opacity .2s,transform .2s;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.Chatbot-module__DWq8bW__toggleWrapper.Chatbot-module__DWq8bW__hidden{opacity:0;pointer-events:none;transform:translate(-50%)translateY(20px)}.Chatbot-module__DWq8bW__toggleBar{background-color:var(--card-bg);border:1px solid var(--border);cursor:pointer;width:100%;color:var(--text-muted);border-radius:2rem;justify-content:space-between;align-items:center;gap:1rem;min-height:60px;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001a}.Chatbot-module__DWq8bW__toggleBar:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.Chatbot-module__DWq8bW__toggleSendIcon{color:var(--primary);flex-shrink:0}.Chatbot-module__DWq8bW__typingText{align-items:center;min-height:1.5em;display:inline-flex}.Chatbot-module__DWq8bW__cursor{margin-left:2px;animation:1s step-end infinite Chatbot-module__DWq8bW__blink;display:inline-block}@keyframes Chatbot-module__DWq8bW__blink{0%,50%{opacity:1}51%,to{opacity:0}}.Chatbot-module__DWq8bW__backdrop{-webkit-backdrop-filter:blur(16px);z-index:1001;background-color:#000000e6;animation:.3s ease-out Chatbot-module__DWq8bW__fadeIn;position:fixed;inset:0}@keyframes Chatbot-module__DWq8bW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Chatbot-module__DWq8bW__widget{background-color:var(--card-bg);z-index:1002;border:1px solid var(--border);transform-origin:50%;opacity:0;pointer-events:none;border-radius:1.5rem;flex-direction:column;width:90%;max-width:900px;height:85vh;max-height:700px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)scale(.95);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Chatbot-module__DWq8bW__widget.Chatbot-module__DWq8bW__open{opacity:1;pointer-events:all;transform:translate(-50%,-50%)scale(1)}.Chatbot-module__DWq8bW__closeBtn{color:var(--text-muted);cursor:pointer;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Chatbot-module__DWq8bW__closeBtn:hover{background-color:var(--secondary);color:var(--foreground)}.Chatbot-module__DWq8bW__inputWrapper{background-color:var(--card-bg);border-top:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.Chatbot-module__DWq8bW__inputIcon{color:var(--primary);flex-shrink:0}.Chatbot-module__DWq8bW__inputField{color:var(--foreground);resize:none;overflow-wrap:break-word;background:0 0;border:none;outline:none;flex:1;max-height:120px;padding:.5rem 0;font-family:inherit;font-size:1rem;line-height:1.5;overflow-y:hidden}.Chatbot-module__DWq8bW__inputField::placeholder{color:var(--text-muted)}.Chatbot-module__DWq8bW__messages{flex-direction:column;flex:1;gap:1.25rem;padding:3rem 2rem 2rem;display:flex;overflow-y:auto}.Chatbot-module__DWq8bW__message{align-items:flex-start;gap:.75rem;width:100%;display:flex}.Chatbot-module__DWq8bW__userMessage{justify-content:flex-end}.Chatbot-module__DWq8bW__botMessage{justify-content:flex-start}.Chatbot-module__DWq8bW__avatar{width:2rem;height:2rem;color:var(--foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.Chatbot-module__DWq8bW__userMessage .Chatbot-module__DWq8bW__avatar{background-color:var(--secondary)}.Chatbot-module__DWq8bW__msgAvatar{object-fit:cover;width:100%;height:100%}.Chatbot-module__DWq8bW__bubble{word-break:break-word;border-radius:1rem;max-width:85%;padding:.75rem 1rem;line-height:1.5}.Chatbot-module__DWq8bW__userMessage .Chatbot-module__DWq8bW__bubble{background-color:var(--primary);color:var(--btn-text);border-bottom-right-radius:.25rem}.Chatbot-module__DWq8bW__botMessage .Chatbot-module__DWq8bW__bubble{background-color:var(--secondary);color:var(--foreground);border-bottom-left-radius:.25rem}.Chatbot-module__DWq8bW__bubble a{color:var(--primary);word-break:break-all;text-decoration:underline;transition:opacity .2s}.Chatbot-module__DWq8bW__bubble a:hover{opacity:.8}.Chatbot-module__DWq8bW__userMessage .Chatbot-module__DWq8bW__bubble a{color:inherit;font-weight:600;text-decoration:underline}.Chatbot-module__DWq8bW__typingIndicator{align-items:center;gap:.25rem;padding:.25rem 0;display:flex}.Chatbot-module__DWq8bW__typingIndicator span{background-color:var(--text-muted);border-radius:50%;width:8px;height:8px;animation:1.4s infinite Chatbot-module__DWq8bW__typingDot}.Chatbot-module__DWq8bW__typingIndicator span:first-child{animation-delay:0s}.Chatbot-module__DWq8bW__typingIndicator span:nth-child(2){animation-delay:.2s}.Chatbot-module__DWq8bW__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes Chatbot-module__DWq8bW__typingDot{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.Chatbot-module__DWq8bW__input{border:1px solid var(--border);background-color:var(--background);color:var(--foreground);border-radius:.5rem;outline:none;flex:1;padding:.75rem;transition:border-color .2s}.Chatbot-module__DWq8bW__input:focus{border-color:var(--primary)}.Chatbot-module__DWq8bW__sendBtn{background-color:var(--primary);color:var(--btn-text);cursor:pointer;border:none;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem 1rem;transition:all .2s;display:flex}.Chatbot-module__DWq8bW__sendBtn:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.Chatbot-module__DWq8bW__sendBtn:disabled{opacity:.5;cursor:not-allowed}.Chatbot-module__DWq8bW__spinner{animation:1s linear infinite Chatbot-module__DWq8bW__spin}@keyframes Chatbot-module__DWq8bW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.Chatbot-module__DWq8bW__widget{width:95%;height:90vh;max-height:none}}@media (max-width:480px){.Chatbot-module__DWq8bW__widget{border-radius:0;width:100%;max-width:none;height:auto;inset:0;transform:none!important}.Chatbot-module__DWq8bW__widget.Chatbot-module__DWq8bW__open{transform:none!important}.Chatbot-module__DWq8bW__toggleWrapper{max-width:none;padding:0 1rem 1rem;bottom:.4rem}.Chatbot-module__DWq8bW__backdrop{-webkit-backdrop-filter:blur(4px)}.Chatbot-module__DWq8bW__messages{padding:3rem 1rem 1rem}}.Chatbot-module__DWq8bW__headerAvatar{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;overflow:hidden}
