@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000d9;color:#fff;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:space-between;padding:15px 30px;position:-webkit-sticky;position:sticky;top:0;transition:top .4s ease-in-out,opacity .4s ease-in-out;z-index:1000}.navbar.hidden{opacity:0;pointer-events:none}.logo{color:#feffff;font-size:1.75rem;font-weight:700;letter-spacing:1px}.menu-icon{align-items:center;cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-between}.bar{background-color:#fff;height:3px;transition:transform .3s ease-in-out;width:25px}.bar.open:first-child{transform:rotate(45deg) translate(5px,5px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-links{display:flex;gap:25px;list-style:none;margin:0;padding:0}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease-in-out}.nav-links a:hover{color:#00ffc8}.nav-links.active{display:flex}.nav-links li{padding:10px}@media (max-width:768px){.nav-links{background-color:#000000e6;display:none;flex-direction:column;gap:15px;left:0;padding:20px;position:absolute;right:0;top:60px;width:100%}.nav-links.active{display:flex}.navbar{padding:15px}.logo{font-size:1.5rem}.menu-icon{display:flex}.nav-links li{text-align:center}}@media (max-width:480px){.logo{font-size:1.25rem}.footer-logo h3{color:#3b82f6;font-size:23px;margin:0 0 5px}@media (max-width:360px){.footer-logo h3{color:#3b82f6;font-size:23px;margin:0 0 5px}}}.hero-container{align-items:center;background:linear-gradient(180deg,#1a202c,#2d3748);color:#fff;display:flex;flex-direction:column;font-family:Inter,Segoe UI,sans-serif;justify-content:center;min-height:100vh;padding:0 20px;position:relative}.hero-content{max-width:850px;padding:20px 0;text-align:center;width:100%}.hero-title{font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.3;margin-bottom:1.25rem;padding:0 10px}@media (min-width:480px){.hero-title{font-size:2.2rem}}@media (min-width:640px){.hero-title{font-size:2.8rem}}@media (min-width:768px){.hero-title{font-size:45 px}}.hero-highlight{color:#3b82f6}.hero-typed-container{height:2.25rem;margin-bottom:1.75rem}.hero-subtitle{color:#cbd5e0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.4}@media (min-width:480px){.hero-subtitle{font-size:1.125rem}}@media (min-width:640px){.hero-subtitle{font-size:1.25rem}}@media (min-width:768px){.hero-subtitle{font-size:1.375rem}}@media (min-width:1024px){.hero-subtitle{font-size:1.5rem}}.hero-cursor{animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-description{color:#a0aec0;font-size:1rem;line-height:1.6;margin:0 auto 2rem;max-width:90%;padding:0 10px}@media (min-width:480px){.hero-description{font-size:1.1rem;max-width:85%}}@media (min-width:640px){.hero-description{font-size:1.125rem;max-width:600px}}.hero-buttons{align-items:center;display:flex;flex-direction:column;gap:15px;margin-bottom:2rem}@media (min-width:480px){.hero-buttons{flex-direction:row;gap:20px;justify-content:center}}.hero-button{background:#0000;border:2px solid #fff;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;min-width:140px;overflow:hidden;padding:12px 20px;position:relative;text-align:center;text-decoration:none;transition:all .4s ease;z-index:0}@media (min-width:480px){.hero-button{font-size:16px;min-width:auto;padding:12px 24px}}.hero-button:before{background:#fff;content:"";height:100%;left:-100%;position:absolute;top:0;transform:skewX(-45deg);transition:all .4s ease;width:100%;z-index:-1}.hero-button.primary:hover:before,.hero-button.secondary:hover:before{left:100%}.hero-button.primary:hover,.hero-button.secondary:hover{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.hero-button:active{transform:scale(.98)}.hero-social{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}@media (min-width:480px){.hero-social{gap:1.25rem}}.hero-social-link{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#9ca3af;padding:8px;transition:all .3s ease}.hero-social-link:hover{background:#3b82f626;border-color:#3b82f64d;color:#fff;transform:translateY(-2px)}.resume-download:hover{background:#3b82f633!important;border-color:#3b82f666!important;box-shadow:0 4px 15px #3b82f64d;color:#60a5fa!important;transform:translateY(-2px)}.hero-scroll{animation:bounce 2s infinite;bottom:2rem;position:absolute}@media (max-width:479px){.hero-scroll{bottom:1rem}}.hero-scroll a{color:#9ca3af;display:block;padding:10px;transition:color .3s ease}.hero-scroll a:hover{color:#fff}@media (max-width:479px){.hero-container{min-height:calc(100vh - 60px);padding:0 15px}.hero-content{padding:40px 0 20px}.hero-title{font-size:1.6rem;margin-bottom:1rem}.hero-typed-container{height:2rem;margin-bottom:1.5rem}.hero-description{font-size:.95rem;max-width:95%}.hero-buttons,.hero-description{margin-bottom:1.5rem}.hero-button{max-width:200px;width:100%}.hero-social{gap:.8rem;margin-bottom:2rem}}.about-section{padding:80px 20px}.about-title{font-size:2rem;margin-bottom:40px;text-align:left}@media (min-width:768px){.about-section{padding:100px 20px}.about-title{font-size:2.5rem;margin-bottom:50px;text-align:center}}.about-title:after{left:0}@media (min-width:768px){.about-title:after{left:50%;transform:translateX(-50%)}}.about-content{margin-bottom:40px}@media (min-width:768px){.about-content{flex-direction:row;gap:50px;margin-bottom:60px}}.about-image{height:200px;position:relative;width:200px}@media (min-width:480px){.about-image{height:250px;width:250px}}@media (min-width:768px){.about-image{height:300px;margin:0 auto;width:300px}}.profile-image{display:block;height:100%}.about-subtitle,.about-text{text-align:left}.skills-subtitle{margin-top:25px}.about-text p{text-align:left}.about-extra{gap:40px}@media (min-width:768px){.about-extra{flex-direction:row;gap:50px}}.timeline{padding-left:10px}.about-section{background:#000;color:#fff;min-height:100vh;padding:100px 20px}.about-container{margin:0 auto;max-width:1200px}.about-title{color:#fff;font-size:2.5rem;margin-bottom:50px;position:relative;text-align:center}.about-title:after{background-color:#3b82f6;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.about-content{display:flex;flex-direction:column;margin-bottom:60px}@media (min-width:768px){.about-content{flex-direction:row;gap:50px}}.about-image-container{display:flex;flex:0 0 100%;justify-content:center;margin-bottom:30px}@media (min-width:768px){.about-image-container{flex:0 0 30%;margin-bottom:0}}.about-image{border:5px solid #ffffff1a;border-radius:50%;box-shadow:0 10px 20px #0003;height:400px;overflow:hidden}.about-image,.profile-placeholder{align-items:center;display:flex;justify-content:center;width:100%}.profile-placeholder{background-color:#3b82f6;color:#fff;font-size:5rem;font-weight:700;height:100%}.profile-image{border:3px solid #ccc;border-radius:50%;height:auto;object-fit:cover;width:100%}.about-text{flex:1 1}.about-subtitle{color:#e5e7eb;font-size:1.5rem;margin-bottom:15px}.about-text p{color:#d1d5db;line-height:1.6;margin-bottom:20px}.about-skills{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.skill-tag{background-color:#4f46e533;border:1px solid #93c5fd4d;border-radius:20px;color:#93c5fd;font-size:.9rem;font-weight:500;padding:8px 15px}.about-extra{display:flex;flex-direction:column;gap:50px}@media (min-width:768px){.about-extra{flex-direction:row}}.about-education,.about-experience{flex:1 1}.timeline{margin-top:30px;position:relative}.timeline:before{background-color:#fff3;content:"";height:100%;left:0;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:30px;padding-left:30px;position:relative}.timeline-item:before{background-color:#3b82f6;border-radius:50%;content:"";height:14px;left:-6px;position:absolute;top:0;width:14px}.timeline-date{color:#93c5fd;font-weight:600;margin-bottom:5px}.timeline-content h4{color:#f3f4f6;font-size:1.1rem;margin:0 0 5px}.timeline-content p{color:#d1d5db;margin:0 0 10px}.timeline-content ul{margin:10px 0 0;padding-left:20px}.timeline-content li{color:#9ca3af;margin-bottom:5px}.projects-section{background-color:#2d3748;color:#fff;min-height:100vh;padding:100px 20px}.projects-container{margin:0 auto;max-width:1200px}.projects-title{color:#fff;font-size:2.5rem;margin-bottom:15px;position:relative;text-align:center}.projects-subtitle{color:#e2e8f0;font-size:1.1rem;margin-bottom:50px;text-align:center}.projects-title:after{background-color:#3b82f6;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.projects-filter{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:40px}.filter-btn{background:#0000;border:2px solid #3b82f6;border-radius:25px;color:#e2e8f0;cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.filter-btn:hover{background-color:#3b82f633}.filter-btn.active{background-color:#3b82f6;color:#fff}.projects-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr}@media (min-width:640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background-color:#1a202c;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 10px 20px #0003;transform:translateY(-5px)}.project-image-container{overflow:hidden;position:relative}.project-image{height:200px;transition:transform .5s ease;width:100%}.project-card:hover .project-image{transform:scale(1.05)}.project-links{align-items:center;background-color:#000000b3;bottom:0;display:flex;gap:15px;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-image-container:hover .project-links{opacity:1}.project-link{background-color:#3b82f6;border-radius:4px;color:#fff;font-size:.9rem;font-weight:500;padding:8px 16px;text-decoration:none;transition:background-color .3s ease}.project-link:hover{background-color:#2563eb}.project-info{display:flex;flex-direction:column;flex-grow:1;padding:20px}.project-title{color:#fff;font-size:1.25rem;margin-bottom:10px}.project-description{color:#cbd5e0;flex-grow:1;line-height:1.6;margin-bottom:20px}.project-technologies{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.tech-tag{background-color:#2d3748;border-radius:20px;color:#a0aec0;font-size:.8rem;padding:4px 10px}.view-more-container{margin-top:20px;text-align:center}.view-more-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background .2s}.view-more-btn:hover{background:#1d4ed8}.publications-section{align-items:center;background-color:#2d3748;color:#fff;display:flex;min-height:100vh;padding:80px 20px}.publications-container{margin:0 auto;max-width:1000px;width:100%}.publications-header{margin-bottom:64px;text-align:center}.publications-title{color:#fff;display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:12px;position:relative}.publications-title:after{background-color:#3b82f6;bottom:-16px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.publications-subtitle{color:#e2e8f0;font-size:1.125rem;margin-top:24px}.publications-list{display:flex;flex-direction:column;gap:24px}.publication-card{background-color:#1a202c;border-radius:12px;box-shadow:0 4px 6px #0003;display:flex;flex-direction:column;gap:20px;padding:24px;transition:all .3s ease}.publication-card:hover{box-shadow:0 10px 20px #0000004d;transform:translateY(-2px)}.publication-content{flex:1 1}.publication-title{color:#fff;font-size:1.25rem;font-weight:600;line-height:1.6;margin:0 0 16px}.publication-meta{align-items:center;color:#cbd5e0;display:flex;flex-wrap:wrap;font-size:.9375rem;gap:8px}.publication-venue{color:#cbd5e0}.publication-separator{color:#4a5568}.publication-year{color:#60a5fa;font-weight:500}.publication-action{display:flex;justify-content:flex-start}.publication-link{background-color:#3b82f6;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:10px 24px;text-decoration:none;transition:background-color .2s ease}.publication-link:hover{background-color:#2563eb}@media (min-width:768px){.publication-card{align-items:flex-start;flex-direction:row;justify-content:space-between}.publication-action{flex-shrink:0;margin-left:24px}}@media (max-width:767px){.publications-title{font-size:2rem}.publication-title{font-size:1.125rem}}.contact-section{background:#2d3748;color:#fff;min-height:100vh;padding:100px 20px}.contact-container{margin:0 auto;max-width:1200px}.contact-title{color:#fff;font-size:2.5rem;margin-bottom:50px;position:relative;text-align:center}.contact-title:after{background-color:#3b82f6;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.contact-content{display:flex;flex-direction:column;gap:50px}@media (min-width:768px){.contact-content{flex-direction:row}}.contact-info{display:flex;flex:1 1;flex-direction:column;gap:30px}.contact-info-item{align-items:flex-start;background-color:#000;border-radius:10px;display:flex;gap:20px;padding:20px;transition:transform .3s ease,background-color .3s ease}.contact-info-item:hover{background-color:#1716161a;transform:translateY(-5px)}.contact-info-icon{align-items:center;background-color:#3b82f6;border-radius:50%;color:#fff;display:flex;height:50px;justify-content:center;width:50px}.contact-info-text h3{font-size:1.2rem;font-weight:600;margin:0 0 5px}.contact-info-text p{color:#d1d5db;margin:0}.contact-chatbot{background:#000;border:1px solid #3b82f633;border-radius:15px;flex:1.2 1;overflow:hidden;padding:40px;position:relative;text-align:center}.contact-chatbot:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#0000,#3b82f60d,#0000);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@keyframes shimmer{0%,to{opacity:0}50%{opacity:1}}.chatbot-icon{background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:50%;height:80px;margin:0 auto 25px;position:relative;width:80px;z-index:1}.chatbot-icon svg{animation:pulse 2s ease-in-out infinite}.contact-chatbot h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#6366f1);-webkit-background-clip:text;background-clip:text;font-size:2rem;margin-bottom:20px;position:relative;z-index:1}.contact-chatbot p{color:#d1d5db;font-size:1.1rem;line-height:1.6}.chatbot-features,.contact-chatbot p{margin-bottom:30px;position:relative;z-index:1}.chatbot-features{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.feature-item{align-items:center;background-color:#ffffff0d;border:1px solid #3b82f64d;border-radius:20px;color:#e5e7eb;display:flex;font-size:.95rem;gap:8px;padding:8px 15px}.feature-icon{font-size:1.2rem}.chatbot-link{align-items:center;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:50px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:10px;overflow:hidden;padding:15px 30px;position:relative;transition:all .3s ease;z-index:1}.chatbot-link:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.chatbot-link:hover:before{left:100%}.chatbot-link:hover{background:linear-gradient(135deg,#2563eb,#5b21b6);box-shadow:0 6px 25px #3b82f666;transform:translateY(-2px)}.chatbot-link:active{transform:translateY(0)}@media (max-width:768px){.contact-chatbot{padding:30px 20px}.chatbot-features{flex-direction:column;gap:15px}.contact-chatbot h3{font-size:1.6rem}.contact-chatbot p{font-size:1rem}}.chatbot-icon{align-items:center;animation:pulse 2s infinite;background:#2563eb;border-radius:30px;bottom:20px;box-shadow:0 8px 25px #00000026;color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:200px;z-index:1000}.chatbot-icon:hover{background:#1d4ed8;box-shadow:0 12px 35px #0003;transform:translateY(-3px)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.chatbot-icon-content{align-items:center;display:flex;gap:8px}.chatbot-icon-emoji{font-size:24px}.chatbot-icon-text{color:#fff;font-size:14px;font-weight:600}.notification-badge{align-items:center;animation:bounce 1s infinite;background:#ff4757;border-radius:50%;display:flex;font-size:12px;height:25px;justify-content:center;position:absolute;right:-5px;top:-5px;width:25px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.chatbot-container{animation:slideUp .3s ease;background:#fff;border-radius:20px;bottom:20px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;height:600px;overflow:hidden;position:fixed;right:20px;width:380px;z-index:1000}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{align-items:center;background:#262626;color:#fff;display:flex;justify-content:space-between;padding:20px}.header-content{display:flex;flex-direction:column;gap:2px}.header-title{font-size:16px;font-weight:600}.header-status{font-size:12px;opacity:.9}.close-btn{background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;padding:5px;transition:background .2s}.close-btn:hover{background:#fff3}.chatbot-messages{background:#293343;flex:1 1;overflow-y:auto;padding:20px}.chatbot-message{display:flex;margin-bottom:15px}.chatbot-message.user{justify-content:flex-end}.chatbot-bubble{word-wrap:break-word;border-radius:18px;line-height:1.4;max-width:80%;padding:12px 16px}.user-bubble{background:#2563eb;border-bottom-right-radius:4px;color:#fff}.bot-bubble{background:#e5e7eb;border:1px solid #ddd;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000001a;color:#111}.project-list-header{color:#111;font-size:16px;margin-bottom:15px;text-align:center}.project-buttons{display:flex;flex-direction:column;gap:8px}.project-button{background:#2563eb;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 16px;text-align:left;transition:all .2s ease}.project-button:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-2px)}.link-button{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:12px;font-weight:500;margin:8px 8px 8px 0;padding:8px 12px;text-decoration:none;transition:all .2s ease}.link-button.github{background:#24292e;color:#fff}.link-button.notion{background:#000;color:#fff}.link-button.telegram{background:#08c;color:#fff}.link-button.colab{background:#f9ab00;color:#fff}.link-button.demo{background:#10ac84;color:#fff}.link-button.drive{background:#4285f4;color:#fff}.link-button.linkedin{background:#0077b5;color:#fff}.link-button:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.typing-indicator{align-items:center;color:#111;display:flex;gap:8px}.typing-dots{display:flex;gap:4px}.typing-dots span{animation:typing 1.4s ease-in-out infinite;background:#2563eb;border-radius:50%;height:8px;width:8px}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chatbot-suggestions{background:#1c222f;border-top:1px solid #ddd;padding:15px}.suggestions-header{color:#fffdfd;font-size:12px;font-weight:500;margin-bottom:10px}.suggestions-grid{display:flex;flex-wrap:wrap;gap:6px}.suggestion-button{background:#f1f3f4;border:1px solid #ccc;border-radius:16px;color:#333;cursor:pointer;font-size:11px;padding:6px 10px;transition:all .2s ease}.suggestion-button:hover{background:#2563eb;border-color:#2563eb;color:#fff}.chatbot-input{background:#262626;border-top:1px solid #ddd;display:flex;gap:10px;padding:20px}.chatbot-input input{border:1px solid #ccc;border-radius:24px;flex:1 1;font-size:14px;outline:none;padding:12px 16px;transition:border-color .2s}.chatbot-input input:focus{border-color:#2563eb}.send-button{background:#2563eb;border:none;border-radius:24px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 20px;transition:all .2s ease}.send-button:disabled{cursor:not-allowed;opacity:.6}.send-button:not(:disabled):hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-2px)}@media (max-width:600px){.chatbot-container{bottom:10px;height:80vh;right:2.5vw;width:95vw}.chatbot-icon{padding:14px;right:10px;width:150px}.chatbot-icon-text{display:none}.chatbot-icon{border-radius:50%;height:60px;width:60px}.chatbot-icon-emoji{font-size:26px}}@media (min-width:601px) and (max-width:1024px){.chatbot-container{height:500px;width:400px}.chatbot-icon{width:180px}}@media (min-width:1025px){.chatbot-container{height:600px;width:380px}.chatbot-icon{width:200px}}.footer{background:linear-gradient(135deg,#1a202c,#1e293b);color:#f8f9fa;overflow:hidden;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1200px;padding:60px 20px 0}@media (min-width:768px){.footer-container{padding:80px 20px 0}}.footer-content{display:flex;flex-direction:column;gap:40px}@media (min-width:768px){.footer-content{align-items:flex-start;flex-direction:row;gap:60px;justify-content:space-between}}.footer-main{display:flex;flex:1 1;flex-direction:column;gap:40px}@media (min-width:768px){.footer-main{flex-direction:row;gap:60px}}@media (min-width:1024px){.footer-main{gap:80px}}.footer-brand{flex-shrink:0}.footer-brand .brand-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#60a5fa);background-clip:text;-webkit-background-clip:text;font-size:1.5rem;font-weight:700;line-height:1.2;margin:0 0 8px}@media (min-width:768px){.footer-brand .brand-content h2{font-size:1.8rem}}.footer-brand .brand-tagline{color:#cbd5e1;font-size:.9rem;font-weight:400;letter-spacing:.5px;margin:0 0 20px}@media (min-width:768px){.footer-brand .brand-tagline{font-size:.95rem}}.footer-brand .brand-accent{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px;height:3px;width:60px}.footer-nav{display:flex;flex-direction:column;gap:30px}@media (min-width:480px){.footer-nav{flex-direction:row;gap:40px}}@media (min-width:768px){.footer-nav{gap:60px}}.footer-nav .nav-section h4{color:#f8f9fa;font-size:1rem;font-weight:600;letter-spacing:.5px;margin:0 0 15px}@media (min-width:768px){.footer-nav .nav-section h4{font-size:1.1rem;margin-bottom:20px}}.footer-nav .nav-links{display:flex;flex-direction:column;gap:10px}@media (min-width:768px){.footer-nav .nav-links{gap:12px}}.footer-nav .nav-link{color:#94a3b8;display:inline-block;font-size:.85rem;font-weight:400;padding:4px 0;position:relative;text-decoration:none;transition:all .3s ease}@media (min-width:768px){.footer-nav .nav-link{font-size:.9rem}}.footer-nav .nav-link:hover{color:#3b82f6;transform:translateX(4px)}.footer-nav .nav-link:after{background:#3b82f6;bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-nav .nav-link:hover:after{width:100%}.footer-social-section{align-items:center;display:flex;flex-direction:column;gap:20px;width:100%}@media (min-width:768px){.footer-social-section{align-items:flex-end;width:auto}}.footer-social-section .social-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}@media (min-width:768px){.footer-social-section .social-links{gap:16px;justify-content:flex-end}}.footer-social-section .social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;color:#94a3b8;cursor:pointer;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}@media (min-width:768px){.footer-social-section .social-link{border-radius:12px;height:44px;width:44px}}.footer-social-section .resume-download{background:#3b82f61a;border-color:#3b82f633;color:#3b82f6}.footer-social-section .resume-download:hover{background:#3b82f633;border-color:#3b82f666;box-shadow:0 6px 20px #3b82f64d;color:#60a5fa;transform:translateY(-2px)}@media (min-width:768px){.footer-social-section .resume-download:hover{box-shadow:0 8px 25px #3b82f64d}}.footer-social-section .social-link:hover{background:#3b82f626;border-color:#3b82f64d;box-shadow:0 6px 20px #3b82f633;color:#f8f9fa;transform:translateY(-2px)}@media (min-width:768px){.footer-social-section .social-link:hover{box-shadow:0 8px 25px #3b82f633}}.footer-bottom{margin-top:40px;padding-bottom:30px}@media (min-width:768px){.footer-bottom{margin-top:60px;padding-bottom:40px}}.footer-divider{background:linear-gradient(90deg,#0000,#3b82f64d,#0000);height:1px;margin-bottom:25px}@media (min-width:768px){.footer-divider{margin-bottom:30px}}.footer-copyright{align-items:center;display:flex;flex-direction:column;gap:15px;text-align:center}.footer-copyright>span:first-child{color:#94a3b8;font-size:.85rem;font-weight:400}@media (min-width:768px){.footer-copyright>span:first-child{font-size:.9rem}}.footer-status{align-items:center;color:#10b981;display:flex;font-size:.85rem;font-weight:500;gap:8px;justify-content:center}@media (min-width:768px){.footer-status{font-size:.9rem}}.footer-status .status-dot{animation:footerPulse 2s infinite;background:#10b981;border-radius:50%;height:8px;width:8px}@keyframes footerPulse{0%{box-shadow:0 0 0 0 #10b981b3}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 0 0 #10b98100}}@media (max-width:479px){.footer-container{padding:40px 15px 0}.footer-content,.footer-main{gap:30px}.footer-brand .brand-content h2{font-size:1.3rem}.footer-nav{gap:25px}.footer-nav .nav-section h4{display:none}.footer-nav .nav-link{font-size:.8rem}.footer-social-section .social-links{gap:10px}.footer-social-section .social-link{height:36px;width:36px}.footer-nav .nav-links{display:none;flex-direction:column;gap:10px}.footer-bottom{margin-top:30px;padding-bottom:25px}}.credentials-section{background:#000;color:#fff;min-height:100vh;padding:100px 20px}.credentials-container{margin:0 auto;max-width:1200px}.credentials-title{color:#fff;font-size:2.5rem;margin-bottom:40px;position:relative;text-align:center}.credentials-title:after{background-color:#3b82f6;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.credentials-tabs{background-color:#ffffff0d;border-radius:10px;display:flex;gap:0;justify-content:center;margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:400px;padding:8px}.tab-button{background:#0000;border:none;border-radius:6px;color:#d1d5db;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:12px 24px;transition:all .3s ease}.tab-button:hover{background-color:#ffffff1a;color:#fff}.tab-button.active{background-color:#3b82f6;color:#fff}.credentials-content{min-height:400px}.certifications-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr}@media (min-width:768px){.certifications-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.certifications-grid{grid-template-columns:repeat(3,1fr)}}.achievements-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr}@media (min-width:768px){.achievements-grid{grid-template-columns:repeat(2,1fr)}}.credential-card{align-items:flex-start;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;display:flex;gap:20px;padding:25px;transition:transform .3s ease,background-color .3s ease}.credential-card:hover{background-color:#ffffff1a;border-color:#3b82f6;transform:translateY(-5px)}.achievement-card{padding:30px}.credential-icon{align-items:center;background-color:#3b82f6;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.credential-content{flex:1 1}.credential-title{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 8px}.achievement-card .credential-title{font-size:1.3rem}.credential-issuer,.credential-organization{color:#3b82f6;font-size:.9rem;font-weight:500;margin:0 0 5px}.credential-organization{font-size:1rem;margin-bottom:10px}.credential-date{color:#d1d5db;font-size:.85rem;margin:0 0 5px}.credential-id{color:#9ca3af;font-family:monospace;font-size:.8rem;margin:0}.credential-description{color:#d1d5db;font-size:.95rem;line-height:1.5;margin:0 0 10px}.achievement-card .credential-date{font-weight:500;margin:0}
/*# sourceMappingURL=main.715d162f.css.map*/