@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.hero{min-height:100vh;display:flex;align-items:center;padding:100px 2rem 4rem;background:transparent!important}.hero__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem;align-items:center;position:relative;z-index:1;margin-bottom:1rem}.hero__greeting{margin-bottom:2rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#1776a5;-webkit-background-clip:text;background-clip:text;color:transparent;border-radius:20px;padding:.5rem 1rem;margin-bottom:1.5rem;font-size:1rem;border:2px solid #1776a5}.hero__badge-dot{width:10px;height:10px;background:#00ff15;border-radius:50%;animation:pulse 1.5s infinite}.hero__intro{font-size:2rem;color:#565758;font-weight:400;margin-bottom:.5rem}.hero__name{background:#1776a5;-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:600}.hero__titles{margin-bottom:2rem}.hero__title{font-size:2.8rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:#f1f5f9}.hero__typewriter{background:#1776a5;-webkit-background-clip:text;background-clip:text;color:transparent}.hero__description{color:#565758;font-size:1.125rem;line-height:1.7;margin-bottom:2rem;max-width:600px}.hero__buttons{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.hero__btn{display:inline-flex;align-items:center;gap:.75rem;padding:.8rem 2rem;border-radius:6px;font-weight:500;font-size:1rem;transition:all .3s ease;cursor:pointer;border:1.5px solid rgb(174,173,171);text-decoration:none;position:relative;overflow:hidden}.hero__btn--primary{background:#e9e9e9;color:#1776a5}.hero__btn--primary:hover{transform:scale(1.02);border-color:#3e3e3e}.hero__btn--secondary{background:#e9e9e9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid rgb(174,173,171);color:#1776a5}.hero__btn--secondary:hover{border-color:#3e3e3e;transform:scale(1.02)}.hero__social{display:flex;flex-direction:column;gap:12px}.hero__social-label{color:#1776a5;font-size:1.125rem;font-weight:500;letter-spacing:.5px}.hero__social-icons{display:flex;gap:10px;flex-wrap:wrap}.hero__social-link{width:40px;height:40px;font-size:1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid #444;border-radius:12px;transition:all .3s ease}.hero__social-link.github_profile{border:2px solid #000000;color:#000;border-radius:12px}.hero__social-link.linkedin{color:#0077b5;border-color:#0077b5}.hero__social-link.twitter{color:#000;border:2px solid #000000;border-radius:12px}.hero__social-link.leetcode{color:#ffa116;border-color:#ffa116}.hero__social-link.whatsapp{color:#01e32f;border-color:#01e32f}.hero__social-link:hover{transform:scale(1.08)}.hero__social-link.github_profile:hover{color:#fff;background:#272727}.hero__social-link.linkedin:hover{background:#0077b5;color:#fff}.hero__social-link.twitter:hover{color:#fff;background:#272727}.hero__social-link.leetcode:hover{background:#ffa116;color:#000}.hero__social-link.whatsapp:hover{background:#01e32f;color:#fff}.hero__visual{display:flex;justify-content:center;align-items:center;width:100%;padding:2rem}.hero__image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;opacity:0;animation:heroFade .8s ease-out forwards;animation-delay:.2s;width:100%;max-width:450px}.hero__image-wrapper:before{content:"";position:absolute;inset:-4px;border-radius:50%}.hero__profile-image-circle{position:relative;width:100%;max-width:400px;aspect-ratio:1;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.4,0,.2,1);padding:4px}.hero__profile-image-circle:hover{transform:scale(1.01)}.hero__image-inner-circle{position:relative;width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;background:#1a1a2e;box-shadow:inset 0 0 20px #0000004d}.hero__profile-image-circle:hover .hero__image-inner-circle:after{opacity:1}.hero__image-inner-circle img{width:100%;height:100%;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1);filter:contrast(1.05) saturate(1.1) brightness(1.02)}.hero__image-inner-circle:hover img{transform:scale(1.05)}@keyframes heroFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:1440px){.hero__profile-image-circle{max-width:450px}}@media(max-width:1439px)and (min-width:1024px){.hero__container{gap:3rem;max-width:1200px}.hero__title{font-size:2.5rem}.hero__profile-image-circle{max-width:360px}}@media(max-width:1023px){.hero__container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero__visual{justify-content:center;width:100%;padding:0;order:-1}.hero__description{margin-left:auto;margin-right:auto}.hero__profile-image-circle{max-width:350px}}@media(max-width:767px){.hero{padding:80px 1.5rem 2rem}.hero__title{font-size:2rem}.hero__intro{font-size:1.25rem}.hero__description{font-size:1.05rem;max-width:90%;margin:0 auto 2rem}.hero__profile-image-circle{max-width:280px}.hero__buttons{justify-content:center;flex-direction:column;gap:.75rem}.hero__btn{width:100%;max-width:280px;justify-content:center;padding:.875rem 1.5rem}.hero__social{align-items:center}.hero__social-icons{justify-content:center;gap:12px}}@media(max-width:424px){.hero{padding:60px .75rem 1rem}.hero__badge{font-size:.75rem;padding:.4rem .8rem}.hero__title{font-size:1.6rem}.hero__intro{font-size:1.1rem}.hero__description{font-size:.95rem;max-width:100%;margin:0 auto 1.25rem}.hero__profile-image-circle{max-width:220px}.hero__buttons{flex-direction:column;align-items:center;gap:.75rem}.hero__btn{width:100%;max-width:260px;justify-content:center;padding:.75rem 1.25rem;font-size:.95rem}.hero__social{align-items:center}.hero__social-icons{justify-content:center;gap:10px}.hero__social-link{width:40px;height:40px;font-size:1.1rem}}@media(max-width:350px){.hero{padding:50px .75rem 1rem}.hero__title{font-size:1.4rem}.hero__profile-image-circle{max-width:180px}.hero__btn{padding:.65rem 1rem;font-size:.9rem}.hero__social-link{width:36px;height:36px;font-size:1rem}}@media(hover:none){.hero__btn:hover,.hero__profile-image-circle:hover,.hero__image-inner-circle:hover img{transform:none}}@media(max-width:900px){.hero__buttons{flex-direction:column;align-items:center}.hero__btn{width:100%;max-width:320px}}*,*:before,*:after{box-sizing:border-box}.about-section{min-height:75vh;padding:80px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}.about-intro{text-align:center;max-width:600px;width:100%;padding:0 20px}.about-intro h1{font-size:clamp(32px,5vw,48px);font-weight:700;color:#1776a5;margin:0 0 16px;letter-spacing:-1px}.about-intro p{font-size:clamp(14px,2vw,18px);color:#666;margin:0 0 32px;line-height:1.6}.chat-trigger-btn{padding:clamp(12px,2vw,16px) clamp(24px,4vw,32px);font-size:clamp(14px,1.5vw,16px);font-weight:600;background:#1776a5;color:#fff;border:none;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;width:auto;max-width:100%}.btn-icon{font-size:clamp(18px,2vw,20px)}.chat-trigger-btn:hover{transform:scale(1.02)}.chat-trigger-btn:active{transform:translateY(0)}.chat-backdrop{position:fixed;inset:0;background:#0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:998;animation:fadeIn .3s ease}.chatbot-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:999;padding:20px;animation:fadeIn .3s ease}.chatbot-container{width:100%;max-width:600px;height:600px;max-height:90vh;background:#fff;border-radius:10px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease}.chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:clamp(10px,2vw,14px);background:#1776a5;color:#fff;min-height:60px}.header-left{display:flex;align-items:center;gap:clamp(8px,2vw,12px);flex:1;min-width:0}.avatar{width:clamp(36px,6vw,44px);height:clamp(36px,6vw,44px);border-radius:50%;background:#fff;color:#0059ff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:clamp(16px,3vw,20px);flex-shrink:0}.header-text{min-width:0;flex:1}.header-text h3{margin:0;font-size:clamp(14px,2.5vw,18px);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-text{font-size:clamp(11px,2vw,13px);opacity:.99;font-weight:600;color:#0f0;animation:blink 3s infinite;white-space:nowrap}@keyframes blink{50%{opacity:.3}}.close-chat-btn{background:#fff3;border:none;color:#fff;font-size:clamp(24px,4vw,30px);width:clamp(32px,5vw,36px);height:clamp(32px,5vw,36px);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;line-height:1;flex-shrink:0}.close-chat-btn:hover{background:#ffffff4d;color:#f14a4a}.chatbot-messages{flex:1;overflow-y:auto;padding:clamp(12px,3vw,20px);background:#f8f9fa;display:flex;flex-direction:column;gap:clamp(12px,2vw,16px)}.message{display:flex;animation:messageSlideIn .3s ease}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.message-content{display:flex;gap:clamp(6px,1.5vw,8px);max-width:80%;align-items:flex-end}.message-avatar{width:clamp(28px,4vw,32px);height:clamp(28px,4vw,32px);border-radius:50%;background:#1e5ac1;display:flex;align-items:center;justify-content:center;font-size:clamp(14px,2vw,16px);flex-shrink:0}.message-bubble{padding:clamp(10px,2vw,12px) clamp(12px,2.5vw,16px);border-radius:clamp(12px,2vw,16px);word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.message.user .message-bubble{background:#1e5ac1;color:#fff;border-bottom-right-radius:4px}.message.assistant .message-bubble{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000001a}.message-bubble p{margin:0;line-height:1.5;font-size:clamp(13px,2vw,14px)}.typing-indicator{display:flex;gap:4px;padding:4px 0}.typing-indicator span{width:clamp(6px,1.5vw,8px);height:clamp(6px,1.5vw,8px);border-radius:50%;background:#1e5ac1;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}.chatbot-input{display:flex;gap:clamp(8px,2vw,12px);padding:clamp(12px,2.5vw,16px) clamp(16px,3vw,20px);background:#fff;border-top:1px solid #e0e0e0}.chatbot-input input{flex:1;padding:clamp(10px,2vw,12px) clamp(12px,2.5vw,16px);border:1.5px solid #e0e0e0;border-radius:8px;font-size:clamp(13px,2vw,14px);outline:none;transition:all .3s ease;min-width:0}.chatbot-input input:focus{border-color:#1e5ac1}.chatbot-input input:disabled{background:#f5f5f5;cursor:not-allowed}.chatbot-input button[type=submit]{width:clamp(40px,6vw,44px);height:clamp(40px,6vw,44px);border-radius:50%;border:none;background:#1e5ac1;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.chatbot-input button[type=submit]:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px #667eea66}.chatbot-input button[type=submit]:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#7a8392;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#1776a5}@media(max-width:768px){.about-section{padding:60px 16px;gap:30px}.about-intro{padding:0 16px}.chatbot-container{max-width:95%;height:550px}.message-content{max-width:85%}}@media(max-width:640px){.about-section{padding:50px 12px;min-height:60vh}.chatbot-modal{padding:0}.chatbot-container{max-width:90%;height:90vh;max-height:90vh;border-radius:0}.message-content{max-width:80%}.chatbot-header{padding:12px}.header-text h3{max-width:150px}}@media(max-width:480px){.about-section{padding:40px 10px;gap:24px}.about-intro{padding:0 10px}.about-intro p{margin:0 0 24px}.chat-trigger-btn{gap:8px}.message-content{max-width:82%}.chatbot-messages{padding:16px 10px}.chatbot-input{padding:12px;gap:8px}.header-text h3{max-width:120px}}@media(max-width:360px){.about-intro h1{margin:0 0 12px}.about-intro p{margin:0 0 20px}.chatbot-messages{gap:10px}.message-content{max-width:85%}.header-text h3{max-width:100px;font-size:14px}.status-text{font-size:10px}}@media(max-width:900px)and (orientation:landscape){.chatbot-container{max-height:90vh;height:90vh}.about-section{min-height:auto;padding:40px 20px}}@media(hover:none)and (pointer:coarse){.chat-trigger-btn{padding:14px 28px;min-height:44px}.close-chat-btn,.chatbot-input button[type=submit]{min-width:44px;min-height:44px}.chatbot-input input{font-size:16px}}.skills-wrapper{width:100%;padding:4rem 2rem;position:relative;overflow:hidden}.skills-container{max-width:1300px;margin:0 auto;position:relative;z-index:1}.skills-header{text-align:center;margin-bottom:3.5rem;animation:fadeInDown .8s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.skills-title{font-size:3rem;font-weight:700;background:#1776a5;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.skills-intro{color:#565758;font-size:1.125rem;max-width:500px;margin:0 auto;animation:fadeInUp .8s ease-out .3s backwards}.skills-filters{display:flex;justify-content:center;gap:1rem;margin:3rem 0;flex-wrap:wrap;animation:fadeInUp .8s ease-out .4s backwards}.filter-btn{padding:.7rem 1.8rem;border:1.3px solid #142026;background:transparent;color:#565758;border-radius:6px;font-size:1.1rem;font-weight:545;cursor:pointer;transition:.35s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.filter-btn:hover:before{opacity:.15}.filter-btn.active{background:#000;color:#fff;border-color:transparent;transform:translateY(-2px)}.filter-btn:hover{border-color:#000;transform:scale(1.02)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem;margin-bottom:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.skills-card{display:flex;align-items:center;gap:1.5rem;padding:1.2rem;border-radius:8px;background:#e9e9e9;border:1px solid rgba(255,255,255,.15);position:relative;overflow:hidden}.skills-card:hover{background:#888}.skills-icon{width:70px;height:70px;border-radius:50%;background:#f3f4f6;color:#00599c;display:flex;justify-content:center;align-items:center;font-size:2.2rem;transition:.4s cubic-bezier(.34,1.56,.64,1);flex-shrink:0;border:1px solid rgba(96,165,250,.2)}.skills-content{flex:1;position:relative;z-index:1}.skills-name{font-size:1.15rem;font-weight:500;color:#374151;transition:.3s ease}@media(max-width:768px){.skills-wrapper{padding:3rem 1.5rem}.skills-title{font-size:2.4rem}.skills-intro{font-size:1rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem}.skills-card{padding:1.5rem;gap:1.2rem}.skills-icon{width:60px;height:60px;font-size:1.8rem}.skills-filters{gap:.8rem}.filter-btn{padding:.6rem 1.4rem;font-size:.95rem}}@media(max-width:480px){.skills-wrapper{padding:2.5rem 1rem}.skills-title{font-size:2rem}.skills-grid{grid-template-columns:1fr;gap:1rem}.skills-card{padding:1.2rem}.skills-icon{width:55px;height:55px;font-size:1.6rem}.skills-name{font-size:1.1rem}.skills-filters{gap:.6rem}.filter-btn{padding:.5rem 1rem;font-size:.85rem}}.featured-section{min-height:100vh;padding:5rem 1rem}.featured-container{max-width:1280px;margin:0 auto}.featured-header{text-align:center;margin-bottom:2rem}.featured-title{font-size:3rem;font-weight:700;background:#1776a5;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.featured-subtitle{color:#565758;font-size:1.125rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:5.5rem;margin:3rem}.featured-card{background:#fff;border:.1px solid rgb(201,201,201);border-radius:.5rem;padding:.6rem;transition:all .3s ease;position:relative;cursor:default;display:flex;flex-direction:column;box-shadow:0 8px 24px #00000014}.featured-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f61a,#a855f71a);opacity:0;transition:opacity .3s;z-index:0;border-radius:1rem}.featured-card:hover{box-shadow:0 8px 24px #00000014;transform:scale(1.02);z-index:2}.featured-image{width:100%;height:180px;overflow:hidden;position:relative;z-index:1;border:1px solid #333;border-radius:.4rem;margin-bottom:.5rem}.featured-image img{width:100%;height:100%;object-fit:cover;object-position:center}.featured-image-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease;z-index:2}.featured-card:hover .featured-image-overlay{opacity:1}.featured-icon-btn{background:#aeadab;border:none;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;transition:all .3s ease;position:relative}.featured-icon-btn:hover{background:#0af;transform:scale(1.1)}.featured-icon-btn:nth-child(2){background:#aeadab}.featured-icon-btn:nth-child(2):hover{background:#0af;box-shadow:0 4px 12px #8b5cf666}.featured-icon-btn:nth-child(3){background:#aeadab}.featured-icon-btn:nth-child(3):hover{background:#0af;box-shadow:0 4px 12px #22c55e66}.featured-icon-btn:after{content:attr(title);position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;border:1px solid #d0d9e8;z-index:30}.featured-icon-btn:hover:after{opacity:1}.featured-content{padding-top:.5rem;position:relative;z-index:1;flex:1;display:flex;flex-direction:column}.featured-card-title{font-size:1.1rem;font-weight:700;color:#1776a5;margin-bottom:.15rem}.featured-card-desc{color:#565758;font-size:.85rem;font-weight:500;line-height:1.6;margin-bottom:1rem;flex:1}.featured-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.featured-tag{padding:.2rem .5rem;background:#f7f7f7;border:.2px solid rgb(196,196,196);color:#565758;font-size:.7rem;border-radius:.22rem}.featured-view-btn{width:100%;padding:.65rem 1rem;background:#435da3;color:#fff;border:1px solid rgba(59,130,246,.5);font-size:.9rem;font-weight:600;border-radius:.32rem;cursor:pointer;transition:all .3s ease}.featured-cta{text-align:center;margin-top:3rem}.featured-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#e9e9e9;color:#1776a5;border:1px solid black;padding:1rem 2rem;border-radius:8px;font-weight:550;font-size:1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.featured-btn:hover{transform:scale(1.02);border-color:#000}.projects-end-text{margin-top:5rem;font-size:1rem;font-weight:500;color:#565758;text-align:center;display:flex;align-items:center;justify-content:center;gap:1rem}.projects-end-text:before,.projects-end-text:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,#1776a5,transparent)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:30vh}.loading-spinner{width:40px;height:40px;border-radius:50%;animation:spin 1.5s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#9ca3af;font-size:1.1rem;font-weight:500}.error-container{position:sticky;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;width:90%;max-width:500px}.error-container:before{content:"";position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:-1}.error-box{background:#111827fa;border:1px solid rgba(149,170,240,.6);border-radius:.8rem;padding:1.5rem;margin-top:10rem;animation:slideIn .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.error-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.error-text{color:#ef4444;font-size:1rem;font-weight:600;flex:1;word-break:break-word;line-height:1.5;margin:0}.error-close-btn{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;font-size:1.3rem;cursor:pointer;padding:.4rem .5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;border-radius:.4rem}.error-close-btn:hover{background:#ef444433;color:#dc2626;transform:scale(1.1);border-color:#ef444480}.project-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:999;padding:1rem}.project-modal{background:#f7f7f7;border-radius:8px;width:95%;max-width:700px;max-height:90vh;overflow-y:auto;border:1px solid #343434}.project-modal::-webkit-scrollbar{width:6px}.project-modal::-webkit-scrollbar-track{background:#1f293780}.project-modal::-webkit-scrollbar-thumb{background:#1776a5;border-radius:3px}.project-modal::-webkit-scrollbar-thumb:hover{background:#1776a5}.project-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #1f2937;position:sticky;top:0;background:#0b0f19;z-index:10}.project-modal-header h3{font-size:1.2rem;font-weight:600;color:#fff;margin:0}.project-modal-header button{font-size:1.5rem;cursor:pointer;height:2rem;width:2rem;border:none;background:none;color:#9ca3af;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.project-modal-header button:hover{color:#ef4444;transform:scale(1.1)}.project-slider{position:relative;width:100%;padding:1.5rem}.project-slider img{width:100%;height:400px;object-fit:cover;object-position:center;display:block;border-radius:.6rem}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;background:#000000b3;color:#fff;font-size:2.5rem;border:none;border-radius:50%;height:2.5rem;width:2.5rem;cursor:pointer;z-index:9;transition:background .3s ease,transform .2s ease}.slider-btn:hover{background:#000000e6}.slider-btn:focus-visible{outline:2px solid #fff;outline-offset:3px}.slider-btn:active{transform:translateY(-50%) scale(.95)}.slider-btn.left{left:1.5rem}.slider-btn.right{right:1.5rem}.description{padding:0 1.5rem 1.5rem}.description h4{border-bottom:1px solid #343434;font-size:.95rem;color:#565758;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem}.description p{font-size:.85rem;color:#565758;line-height:1.6;margin:0}.project-details-grid{padding:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.project-details-grid section{border-bottom:none}.project-details-grid section:last-child{grid-column:1 / -1}.project-details-grid h4{font-size:.95rem;color:#565758;font-weight:600;margin:0 0 .75rem;border-bottom:1px solid #343434;padding-bottom:.5rem}.project-details-grid ul{list-style:none;padding:0;margin:0}.project-details-grid li{color:#565758;font-size:.8rem;line-height:1.6;margin-bottom:.5rem;padding-left:1.25rem;position:relative}.project-details-grid li:before{content:"•";position:absolute;left:0;color:var(--bullet-color, #9ca3af)}.dis-logo{color:#08b0a5}.bra-logo{color:#000}.cod-logo{color:#006eff}.roc-logo{color:#9b3ffe}.cir-logo{color:#07d507}.project-links{width:100%}.plink{color:#1dcc1a}.project-links1{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem}.project-links1 a{display:flex;align-items:center;gap:.7rem;background:#e9e9e9;padding:.75rem 1rem;border-radius:.3rem;color:#000;text-decoration:none;border:1px solid #333;font-size:.85rem;transition:all .3s ease}.project-links1 a:hover{background:#aaa;border-color:#3b82f6}.project-links1 .logo{flex-shrink:0;stroke-width:1.8;color:#000;width:18px;height:18px}.project-links1 a:hover .logo{color:#0062ff}@media(max-width:768px){.featured-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.featured-title{font-size:2rem}.featured-image{height:160px}.project-modal{max-width:90vw}.project-details-grid{grid-template-columns:1fr}.project-slider img{height:300px}}@media(max-width:480px){.featured-grid{grid-template-columns:1fr;gap:1.5rem}.featured-title{font-size:1.75rem}.featured-subtitle{font-size:1rem}.featured-image{height:180px}.project-modal{width:95vw;max-height:85vh}.project-slider{padding:1rem}.project-slider img{height:250px}.slider-btn{padding:.4rem .6rem;font-size:1.4rem}.slider-btn.left{left:.5rem}.slider-btn.right{right:.5rem}.project-details-grid{padding:1rem;gap:1.5rem}.error-container{width:75vw;max-height:85vh;margin-left:13rem}}.contact{padding:8rem 3rem 1rem 1rem;background:transparent!important}.contact__container{max-width:1200px;margin-bottom:3rem;position:relative;z-index:1;margin-top:-4rem}.contact__header{text-align:center;margin-bottom:5rem;max-width:700px;margin-left:auto;margin-right:auto}.contact__title{font-size:3rem;font-weight:700;background:#1776a5;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.contact__intro{color:#565758;font-size:1.125rem}.contact__wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact__info-card{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.4rem;text-decoration:none;color:inherit;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);cursor:pointer;position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease,border-color .35s ease,background .35s ease}.contact__info-card:hover{background:#e9e9e9;transform:scale(1.02);border-radius:9px}.contact__info-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#00599c;border-radius:16px;border:1.2px solid rgba(99,102,241,.25);font-size:1.1rem;transition:transform .35s ease,background .35s ease,color .35s ease}.contact__info-card:hover .contact__info-icon{background:#f3f4f6;color:#00599c}.contact__info-content{flex:1}.contact__info-title{font-size:.95rem;font-weight:800;color:#1776a5;margin-bottom:.4rem;letter-spacing:.8px}.contact__info-text{font-size:1rem;font-weight:500;color:#565758;margin-bottom:.25rem}.contact__info-subtext{font-size:.85rem;color:#363636}.contact__form{position:relative;z-index:1}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1rem}.form__group{display:flex;flex-direction:column}.form__group.full-width{grid-column:1 / -1}.form__label{font-size:.95rem;font-weight:600;color:#565758;margin-bottom:.75rem;display:flex;align-items:center;gap:.4rem;letter-spacing:.3px}.required{color:#f87171;font-weight:700}.input-box{position:relative;width:100%;margin-top:.5rem}.input-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);font-size:1.1rem;color:#1776a5;z-index:2;transition:all .3s ease}.form__input{width:100%;padding:1.25rem 1.25rem 1.25rem 3.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid black;border-radius:9px;font-weight:500;background:#e9e9e9;color:#565758;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;outline:none}.form__input::placeholder,.form__textarea::placeholder{color:#acacac;font-weight:400}input:focus,textarea:focus{border-color:#1776a5}.form__textarea{width:100%;padding:1.5rem;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid black;border-radius:9px;font-weight:500;background:#e9e9e9;color:#565758;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;resize:vertical;min-height:180px;outline:none;line-height:1.6}.form__submit{margin-top:2rem;text-align:center}.contact__submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:1rem;background:#e9e9e9;color:#1776a5;padding:1.25rem 3rem;border:1px solid rgb(0,0,0);border-radius:9px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;z-index:1;min-width:240px}.contact__submit-btn:hover{transform:scale(1.02)}@media(max-width:1024px){.contact__wrapper{grid-template-columns:1fr;gap:4rem}.contact__info{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem}.contact__info-card{flex:1;min-width:280px;max-width:350px}.contact__form-section{padding:2.5rem}}@media(max-width:768px){.contact{padding:6rem 1.5rem}.contact__title{font-size:3rem}.contact__intro{font-size:1.15rem}.form__row{grid-template-columns:1fr;gap:1.5rem}.contact__form-section{padding:2rem}.contact__info-card{padding:1.75rem}}@media(max-width:640px){.contact__title{font-size:2.5rem}.contact__intro{font-size:1.05rem}.contact__info{flex-direction:column}.contact__info-card{min-width:100%}.contact__form-section{padding:1.75rem}.form__input{padding-left:3rem}.input-icon{left:1rem}.contact__submit-btn{width:100%;min-width:auto;padding:1.25rem 2rem}}@media(max-width:480px){.contact{padding:5rem 1rem}.contact__title{font-size:2.25rem}.contact__intro{font-size:1rem}.contact__form-section{padding:1.5rem}.contact__info-card{padding:1.5rem;flex-direction:column;text-align:center;gap:1.25rem}.contact__info-icon{width:48px;height:48px}.form__input{font-size:.95rem;padding:1.1rem 1.1rem 1.1rem 2.8rem}.input-icon{font-size:1rem}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{-webkit-text-fill-color:#565758!important;caret-color:#565758!important;box-shadow:0 0 0 1000px #aeadab inset!important;background-color:#0f0e0e!important;transition:background-color 9999s ease-in-out 0s}@media(max-width:1024px){.contact__info-card{padding:1.6rem}}@media(max-width:768px){.contact__info-card{padding:1.5rem}}@media(max-width:480px){.contact__info-card{flex-direction:column;text-align:center;gap:1.2rem}.contact__info-icon{width:52px;height:52px}}.contact__status{padding:12px 20px;border-radius:8px;margin:20px 0;font-weight:500;animation:fadeIn .3s ease}.contact__status.success{background-color:#d1fae5;border:1px solid #86efac;color:#059669}.contact__status.error{background-color:#fee2e2;border:1px solid #fca5a5;color:#dc2626}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.status-modal{background:#fff;border-radius:12px;padding:30px;width:90%;max-width:400px;position:relative;box-shadow:0 10px 40px #0003;animation:popIn .3s ease;text-align:center}.status-modal.success{border-top:4px solid #10b981}.status-modal.error{border-top:4px solid #ef4444}.status-close-btn{position:absolute;top:10px;right:10px;background:transparent;border:none;color:#666;font-size:1.2rem;cursor:pointer;padding:5px}.status-icon{font-size:3rem;margin-bottom:15px}.status-modal.success .status-icon{color:#10b981}.status-modal.error .status-icon{color:#ef4444}.status-title{font-size:1.5rem;font-weight:600;margin-bottom:10px;color:#333}.status-message{font-size:1rem;line-height:1.5;color:#666;margin-bottom:20px}.status-ok-btn{background:#38bdf8;color:#fff;border:none;padding:10px 25px;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .3s}.status-ok-btn:hover{background:#0ea5e9}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.footer{padding:3rem 1rem 1.5rem;background:transparent!important;border-top:1px solid #1776a5}.footer__container{max-width:1280px;margin:0 auto;position:relative;z-index:1}.footer__top{padding:0 0 3rem}.footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.footer__section{padding:1.25rem .5rem}.footer__section-title{font-size:1.25rem;font-weight:800;color:#1776a5;margin-bottom:1.25rem;padding-bottom:.5rem;position:relative}.footer__section-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:2px;background:#1776a5;border-radius:1px}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.6rem}.footer__link{color:#565758;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.4rem}.footer__link:hover{color:#1e7ae4;transform:translate(2px)}.footer__contact{display:flex;flex-direction:column}.footer__contact a{text-decoration:none;color:inherit}.footer__contact .contact__item{display:flex;align-items:center;gap:.6rem;color:#565758;padding:.55rem .6rem;border-radius:6px;cursor:pointer;transition:background .3s ease,transform .25s ease,box-shadow .25s ease}.footer__contact .contact__item:hover{background:#e9e9e9;transform:translate(2px)}.footer__contact .contact__item:active{transform:translate(2px) scale(.98)}.contact__icon{color:#1776a5;font-size:1rem;flex-shrink:0;transition:transform .3s ease,color .3s ease}.footer__contact .contact__item:hover .contact__icon{transform:scale(1.15);color:#1776a5}.contact__text{color:#565758;font-size:.95rem;line-height:1.5;transition:color .3s ease}.footer__contact .contact__item:hover .contact__text{color:#565758}.footer__social{display:flex;flex-direction:column;gap:1.25rem}.social__icons{display:flex;gap:10px;flex-wrap:wrap}.social__link{width:40px;height:40px;font-size:1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid #444;border-radius:12px;transition:all .3s ease}.social__link:hover{transform:scale(1.08)}.social__link.instagram{color:#e6086f;border-color:#d50868}.social__link.linkedin{color:#0077b5;border-color:#0077b5}.social__link.twitter{color:#000;border-radius:12px}.social__link.instagram:hover{background:linear-gradient(45deg,#833ab4,#fd1d1d,#fcaf45);color:#fff}.social__link.linkedin:hover{background:#0077b5;color:#fff}.social__link.twitter:hover{color:#fff;background:#272727}.social__text{color:#565758;font-size:.9rem;margin:0;line-height:1.6}.footer__cta{display:flex;flex-direction:column;gap:1.3rem}.cta__text{color:#565758;font-size:.95rem;line-height:1.6;margin:0}.footer__divider{height:1px;background:#1776a5;margin:-1rem 1rem 0;border:1px solid #1413130f}.footer__bottom{display:flex;justify-content:center;align-items:center;padding:1rem 0 0}.footer__copyright{display:flex;flex-direction:column;gap:.4rem}.copyright__text{color:#565758;font-size:.9rem;margin:0}.copyright__name{color:#1776a5;font-weight:500}@media(max-width:1024px){.footer{padding:3.5rem 1.25rem 1.25rem}.footer__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.footer{padding:2.5rem 1rem 1rem}.footer__grid{grid-template-columns:1fr;gap:1.75rem}.footer__section{padding:1rem 0}}@media(max-width:480px){.footer__section{padding:.75rem 0}}.nav-glass{width:40%;margin:.6rem auto;padding:.8rem 2rem;border-radius:45px;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:2px 8px 30px #37254140;position:fixed;left:50%;transform:translate(-50%);top:1rem;z-index:999;font-weight:700;animation:fadeSlideDown .8s ease forwards}@keyframes fadeSlideDown{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.nav-glass ul{display:flex;justify-content:space-between;align-items:center;list-style:none;gap:.3rem}.nav-glass li{position:relative}.nav-glass a{text-decoration:none;color:#1776a5;font-size:1rem;font-weight:600;margin-left:-1.5rem;margin-right:-1.5rem;padding:.6rem 1.2rem;border-radius:999px;transition:all .3s ease}.nav-glass a:hover{color:#16272f;opacity:.9}.nav-glass a.active{background:#1776a5;color:#fff;font-weight:600;border-radius:999px;transform:translateY(-2px)}.nav-glass{width:40%}@media(max-width:1024px){.nav-glass{width:60%}}@media(max-width:768px){.nav-glass{width:90%;padding:.7rem 1.2rem}.nav-glass ul{flex-wrap:wrap;justify-content:center;gap:.4rem}.nav-glass a{font-size:.9rem;padding:.55rem .9rem;margin-left:0;margin-right:0}}@media(max-width:480px){.nav-glass a{font-size:.8rem;padding:.5rem .8rem}.nav-glass ul{gap:.3rem}}:root{--header-height: 100px;--primary-gradient: linear-gradient(135deg, #38bdf8 0%, #8b5cf6 100%);--secondary-gradient: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--text-primary: #ffff;--text-secondary: #cbd5e1;--text-muted: #94a3b8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#bd0b0b;color:var(--text-primary);overflow-x:hidden;line-height:1.6;position:relative;min-height:100vh}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#f7f7f7;z-index:-3}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#fff,url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);z-index:-2}.app{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.main-content{flex:1;padding-top:var(--header-height);position:relative}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#c8c8d740;border-radius:10px}::-webkit-scrollbar-thumb{background:#0e587d;border-radius:10px;box-shadow:inset 0 0 0 1px #ffffff40;transition:background .25s ease,box-shadow .25s ease}::-webkit-scrollbar-thumb:hover{background:#1776a5;box-shadow:0 0 6px #6366f199}::-webkit-scrollbar-thumb:active{background:#1776a5}::-webkit-scrollbar-corner{background:transparent}section{scroll-margin-top:var(--header-height);position:relative;z-index:2}.glass{background:#fff;backdrop-filter:blur(25px) saturate(160%);-webkit-backdrop-filter:blur(25px) saturate(160%);border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff1a}.glass-light{background:#ffffff1f;backdrop-filter:blur(15px) saturate(180%);-webkit-backdrop-filter:blur(15px) saturate(180%);border:1px solid rgba(255,255,255,.18);border-radius:12px;box-shadow:0 4px 16px #00000026,inset 0 1px #ffffff26}body{margin:0;padding:0;background:#fff;background-attachment:fixed;background-size:cover;min-height:100vh;color:#fff;overflow-x:hidden}@media(max-width:768px){:root{--header-height: 80px}html{font-size:14px}}.section-bg{width:100%;overflow:hidden}.section-content{max-width:1400px;margin:0 auto;width:100%}section{scroll-margin-top:4rem}@media(max-width:768px){section{scroll-margin-top:3rem}}@media(max-width:480px){section{scroll-margin-top:2.5rem}}section{transition:padding .3s ease}html{scroll-behavior:smooth}section[id]{scroll-margin-top:80px}#home{scroll-margin-top:0}@media(max-width:768px){section[id]{scroll-margin-top:70px}}@media(max-width:480px){section[id]{scroll-margin-top:60px}}html{scroll-behavior:smooth;scroll-padding-top:80px}section{position:relative}#home,#about,#skills,#projects,#contact{scroll-margin-top:80px}@media(max-width:768px){html{scroll-padding-top:70px}#home,#about,#skills,#projects,#contact{scroll-margin-top:70px}}@media(max-width:480px){html{scroll-padding-top:60px}#home,#skills,#projects,#contact{scroll-margin-top:60px}}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
