*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-block-end:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}html{scroll-behavior:smooth}body{background-color:#0a1628;color:#fff;margin:0;font-family:Open Sans;font-weight:400;font-size:1rem;line-height:1.8;overflow-x:hidden}a{text-decoration:none;color:inherit}.material-icons{vertical-align:-.15em;line-height:1}::selection{background:#3b82f64d;color:#fff}.section-tag{display:inline-block;font-family:Montserrat;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#60a5fa;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);padding:.3rem 1rem;border-radius:100px;margin-bottom:.75rem}.section-tag.dark{color:#1a4080;background:#1a40801a;border-color:#1a408033}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{margin-top:.5rem}.section-header p{color:#93c5fd;max-width:500px;margin:.75rem auto 0;font-size:.95rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.6rem;border:none;border-radius:10px;font-family:Open Sans;font-weight:700;font-size:.9rem;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 16px #2563eb40;margin-top:0;height:auto}.btn-primary .material-icons{font-size:1.1rem}.btn-primary:hover{background:linear-gradient(135deg,#3b82f6,#60a5fa);box-shadow:0 4px 24px #2563eb59;transform:translateY(-2px)}.btn-primary.btn-sm{padding:.6rem 1.2rem;font-size:.85rem}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.6rem;border:2px solid #3b82f6;border-radius:10px;font-family:Open Sans;font-weight:700;font-size:.9rem;background:transparent;color:#60a5fa;cursor:pointer;transition:all .25s ease;box-shadow:none;margin-top:0;height:auto}.btn-outline .material-icons{font-size:1.1rem}.btn-outline:hover{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 4px 20px #2563eb40;transform:translateY(-2px)}nav{background:#0f2240e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.06);color:#fff;width:100%;height:3.5rem;position:sticky;top:0;z-index:100;padding:0 clamp(1.5rem,5vw,5rem);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-direction:row}nav .nav-brand{font-family:Montserrat;font-weight:800;font-size:1.25rem;color:#fff;letter-spacing:-.02em}nav .nav-toggle{display:none;background:none;border:none;color:#93c5fd;padding:.25rem;cursor:pointer;box-shadow:none}nav .nav-toggle .material-icons{font-size:1.5rem}nav .nav-toggle:hover{color:#fff;background:none;transform:none}nav .nav-links{display:flex;justify-content:center;align-items:center;gap:.25rem;flex-direction:row}nav .nav-links a{font-weight:600;font-size:.85rem;letter-spacing:.02em;color:#93c5fd;padding:.4rem .9rem;border-radius:8px;transition:color .2s,background .2s}nav .nav-links a:hover{color:#fff;background:#ffffff0f}.hero{display:flex;justify-content:center;align-items:center;gap:3rem;flex-direction:row-reverse;padding:clamp(2rem,6vw,5rem) clamp(1.5rem,5vw,5rem);max-width:1200px;margin:0 auto;min-height:calc(100vh - 3.5rem);animation:fadeInUp .6s ease-out}.hero-image{width:38%;display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:row;animation:float 6s ease-in-out infinite}.hero-image .avatar{border-radius:50%;width:300px;height:300px;object-fit:cover;object-position:center top;border:3px solid #153260;box-shadow:0 0 60px #2563eb1f,0 0 120px #ffb6c126;transition:box-shadow .4s}.hero-image .avatar:hover{box-shadow:0 0 80px #2563eb33,0 0 140px #ffb6c11f}.hero-content{width:62%}.hero-content h1{font-family:Montserrat;font-weight:800;font-size:clamp(2rem,4vw,3.2rem);background:linear-gradient(135deg,#fff,#93c5fd 60%,#ffb6c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.15;margin-top:.75rem}.hero-content p{color:#93c5fd;margin-top:1.25rem;font-size:1.05rem;max-width:520px;line-height:1.8}.hero-tag{display:inline-block;font-family:Montserrat;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#ffb6c1;background:#ffb6c126;border:1px solid rgba(255,182,193,.2);padding:.3rem 1rem;border-radius:100px}.hero-actions{display:flex;justify-content:flex-start;align-items:center;gap:.75rem;flex-direction:row;margin-top:2rem}.hero-stats{display:flex;justify-content:flex-start;align-items:center;gap:1rem;flex-direction:row;flex-wrap:wrap;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.06)}.stat-item{display:flex;justify-content:center;align-items:center;gap:.2rem;flex-direction:column;background:#0f22408c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:1.25rem 1.5rem;flex:1 1 100px;transition:transform .2s,box-shadow .2s}.stat-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px #2563eb1f}.stat-icon{font-size:1.4rem;color:#ffb6c1;margin-bottom:.25rem}.stat-number{font-family:Montserrat;font-weight:800;font-size:1.75rem;color:#60a5fa}.stat-label{font-size:.72rem;color:#666;text-transform:uppercase;letter-spacing:.06em;text-align:center}.about-section{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,5rem);display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:row}.about-card{background:#0f22408c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 24px #0003,0 0 0 1px #ffffff0d;display:flex;justify-content:center;align-items:flex-start;gap:2.5rem;flex-direction:row;border-radius:20px;padding:clamp(1.5rem,3vw,3rem);max-width:1000px;width:100%}.about-image{width:35%;display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:column}.about-image .about-avatar{width:100%;border-radius:16px;border:2px solid #153260;box-shadow:0 8px 32px #0000004d}.about-content{width:65%}.about-content h2{font-family:Montserrat;font-weight:700;font-size:clamp(1.5rem,2.5vw,2rem);margin-top:.25rem}.about-content p{color:#93c5fd;margin-top:1rem;line-height:1.8;font-size:.95rem}.about-actions{display:flex;justify-content:flex-start;align-items:center;gap:.75rem;flex-direction:row;margin-top:1.75rem}.social-links{display:flex;justify-content:center;align-items:center;gap:.75rem;flex-direction:row;background:#ffb6c133;border:1px solid rgba(255,182,193,.25);border-radius:12px;padding:.5rem 1.25rem;width:fit-content;transition:background .2s}.social-links a{display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:row;width:2.2rem;height:2.2rem;border-radius:8px;background:#ffffff0f;transition:background .2s,transform .2s}.social-links a:hover{background:#ffffff26;transform:scale(1.1)}.social-links img{width:1.5rem;height:auto;opacity:.8;transition:opacity .2s}.social-links a:hover img{opacity:1}.social-links:hover{background:#ffb6c14d}#about-socials{margin-top:-.5rem}.skills-section{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,5rem);max-width:1100px;margin:0 auto;overflow:hidden}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%}.skill-group{background:#0f22408c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 24px #0003,0 0 0 1px #ffffff0d;border-radius:16px;padding:1.5rem;overflow:hidden;min-width:0}.skill-group-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.skill-group-header .material-icons{font-size:1.3rem;color:#3b82f6;vertical-align:middle;display:inline-block}.skill-group-header h3{font-family:Montserrat;font-weight:700;font-size:1rem;color:#60a5fa}.skill-tags{display:flex;justify-content:flex-start;align-items:center;gap:.5rem;flex-direction:row;flex-wrap:wrap}.skill-tag{font-family:Open Sans;font-weight:600;font-size:.78rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.15);color:#93c5fd;padding:.3rem .75rem;border-radius:100px;white-space:nowrap;transition:background .2s,color .2s}.skill-tag:hover{background:#3b82f633;color:#fff}.experience-section{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,5rem);max-width:900px;margin:0 auto}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:.45rem;top:.5rem;bottom:.5rem;width:2px;background:linear-gradient(180deg,#3b82f6,#ffb6c1,#153260);border-radius:2px}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-2rem;top:1.5rem;width:12px;height:12px;border-radius:50%;background:#3b82f6;border:2px solid #0a1628;box-shadow:0 0 0 3px #3b82f633;z-index:1}.timeline-item:first-child .timeline-dot{background:#ffb6c1;box-shadow:0 0 0 3px #ffb6c133}.timeline-card{background:#0f22408c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 24px #0003,0 0 0 1px #ffffff0d;border-radius:14px;padding:1.5rem}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-direction:row;margin-bottom:.25rem}.timeline-header h3{font-family:Montserrat;font-weight:700;font-size:1.1rem;color:#fff}.timeline-company{font-family:Open Sans;font-weight:600;font-size:.85rem;color:#60a5fa}.timeline-period{font-family:Open Sans;font-weight:600;font-size:.8rem;color:#ffb6c1;background:#ffb6c126;border:1px solid rgba(255,182,193,.2);padding:.2rem .75rem;border-radius:100px;white-space:nowrap;flex-shrink:0}.timeline-location{font-family:Open Sans;font-weight:500;font-size:.8rem;color:#666;display:block;margin-top:.25rem}.timeline-card ul{margin-top:1rem;padding-left:1.2rem;list-style:none}.timeline-card ul li{position:relative;padding-left:.25rem;margin-bottom:.5rem;color:#93c5fd;font-size:.9rem;line-height:1.6}.timeline-card ul li:before{content:"";position:absolute;left:-1rem;top:.55rem;width:5px;height:5px;border-radius:50%;background:#3b82f6}.education-section{padding:clamp(2rem,4vw,4rem) clamp(1.5rem,5vw,5rem);max-width:900px;margin:0 auto}.education-grid{display:flex;justify-content:center;align-items:stretch;gap:1rem;flex-direction:column}.education-card{background:#0f22408c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 24px #0003,0 0 0 1px #ffffff0d;border-radius:14px;padding:1.5rem;display:flex;justify-content:flex-start;align-items:flex-start;gap:1.25rem;flex-direction:row}.education-card .edu-icon{font-size:2rem;color:#60a5fa;flex-shrink:0;margin-top:.1rem}.education-card h3{font-family:Montserrat;font-weight:700;font-size:1rem;color:#fff}.education-card .edu-school{display:block;font-family:Open Sans;font-weight:500;font-size:.9rem;color:#93c5fd;margin-top:.25rem}.education-card .edu-period{display:inline-block;font-family:Open Sans;font-weight:600;font-size:.78rem;color:#ffb6c1;background:#ffb6c126;border:1px solid rgba(255,182,193,.2);padding:.15rem .6rem;border-radius:100px;margin-top:.5rem}.portfolio-section{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,5rem);max-width:1200px;margin:0 auto}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.project-card{border-radius:16px;background:#0f22408c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 24px #0003,0 0 0 1px #ffffff0d;padding:1.75rem;transition:transform .3s,box-shadow .3s;display:flex;justify-content:center;align-items:flex-start;gap:0;flex-direction:column}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2563eb26,0 0 0 1px #ffffff14}.project-info{display:flex;justify-content:center;align-items:flex-start;gap:.75rem;flex-direction:column;width:100%}.project-info h3{font-family:Montserrat;font-weight:700;font-size:1.05rem;color:#fff}.project-info p{color:#93c5fd;font-size:.88rem;line-height:1.65;margin:0}.project-tags{display:flex;justify-content:flex-start;align-items:center;gap:.4rem;flex-direction:row;flex-wrap:wrap}.project-tags .skill-tag{font-size:.72rem;padding:.2rem .6rem}.collab-section{background:linear-gradient(135deg,#dbeafe,#ffb6c126);padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,5rem);text-align:center}.collab-content{max-width:600px;margin:0 auto}.collab-content h2{font-family:Montserrat;font-weight:800;font-size:clamp(1.5rem,3vw,2.25rem);color:#0a1628;margin-top:.5rem}.collab-content p{color:#153260;margin-top:.75rem;font-size:1.05rem}.collab-content .btn-primary{margin-top:1.5rem;background:linear-gradient(135deg,#1a4080,#2563eb);box-shadow:0 4px 20px #2563eb33}.contact-section{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,5rem);max-width:1100px;margin:0 auto}.contact-layout{display:flex;justify-content:center;align-items:flex-start;gap:2.5rem;flex-direction:row;width:100%}.contact-info-side{width:40%}.contact-info-side h2{font-family:Montserrat;font-weight:700;font-size:clamp(1.5rem,2.5vw,2rem);margin-top:.5rem}.contact-info-side>p{color:#93c5fd;font-size:.95rem;margin-top:.75rem;line-height:1.7}.contact-details{display:flex;justify-content:center;align-items:stretch;gap:.75rem;flex-direction:column;margin-top:1.5rem}.contact-card{background:#0f22408c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:1rem 1.25rem;display:flex;justify-content:flex-start;align-items:center;gap:1rem;flex-direction:row;transition:transform .2s,background .2s}.contact-card:hover{transform:translateY(-2px);background:#0f2240bf}.contact-card img{width:1.75rem;height:1.75rem;flex-shrink:0}.contact-card div{display:flex;justify-content:center;align-items:flex-start;gap:.1rem;flex-direction:column}.contact-card .contact-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#60a5fa}.contact-card .contact-value{font-weight:700;font-size:.85rem;color:#fff}.contact-form{width:60%;background:#0f22408c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 24px #0003,0 0 0 1px #ffffff0d;border-radius:16px;padding:2rem;display:flex;justify-content:center;align-items:stretch;gap:1.25rem;flex-direction:column}.form-group{display:flex;justify-content:center;align-items:flex-start;gap:.35rem;flex-direction:column;width:100%}.form-group label{font-family:Open Sans;font-weight:600;font-size:.8rem;color:#93c5fd;text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group textarea{width:100%;background:#0f224099;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#fff;padding:.75rem 1rem;font-size:.9rem;font-family:Open Sans;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn-primary{align-self:flex-start;margin-top:.5rem}.contact-form .btn-primary .material-icons{font-size:1rem}.certs-section{padding:clamp(2rem,4vw,4rem) clamp(1.5rem,5vw,5rem);max-width:1100px;margin:0 auto}.certs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.cert-card{background:#0f22408c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 24px #0003,0 0 0 1px #ffffff0d;border-radius:12px;padding:1.25rem;display:flex;justify-content:flex-start;align-items:center;gap:.75rem;flex-direction:row;transition:transform .2s,background .2s;cursor:pointer;text-decoration:none;color:inherit;position:relative;text-align:left;width:100%;height:auto;margin:0;font-size:inherit}.cert-card:hover{transform:translateY(-3px);background:#0f2240bf}.cert-card:hover .cert-view{opacity:1}.cert-card .cert-icon{font-size:1.5rem;color:#60a5fa;flex-shrink:0;line-height:1}.cert-card div{flex:1;min-width:0}.cert-card h3{font-family:Montserrat;font-weight:700;font-size:.88rem;color:#fff;line-height:1.3}.cert-card .cert-issuer{display:block;font-family:Open Sans;font-weight:500;font-size:.78rem;color:#93c5fd;margin-top:.15rem}.cert-card .cert-view{font-size:1rem;color:#60a5fa;opacity:.3;transition:opacity .2s;flex-shrink:0}.volunteer-section{padding:clamp(2rem,4vw,4rem) clamp(1.5rem,5vw,5rem);max-width:900px;margin:0 auto}.volunteer-card{background:#0f22408c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 24px #0003,0 0 0 1px #ffffff0d;border-radius:14px;padding:1.5rem}.volunteer-card .volunteer-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-direction:row;margin-bottom:.5rem}.volunteer-card .volunteer-header h3{font-family:Montserrat;font-weight:700;font-size:1.1rem;color:#fff}.volunteer-card ul{margin-top:1rem;padding-left:1.2rem;list-style:none}.volunteer-card ul li{position:relative;padding-left:.25rem;margin-bottom:.5rem;color:#93c5fd;font-size:.9rem;line-height:1.6}.volunteer-card ul li:before{content:"";position:absolute;left:-1rem;top:.55rem;width:5px;height:5px;border-radius:50%;background:#3b82f6}.form-success{display:flex;justify-content:center;align-items:center;gap:.75rem;flex-direction:column;text-align:center;min-height:300px}.form-success .success-icon{font-size:3.5rem;color:#4ade80}.form-success h3{font-family:Montserrat;font-weight:700;font-size:1.25rem;color:#fff}.form-success p{color:#93c5fd;font-size:.95rem}.form-error{color:#f87171;font-size:.85rem;margin-top:.25rem}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.nav-right{display:flex;justify-content:center;align-items:center;gap:.25rem;flex-direction:row}.theme-toggle{background:none;border:none;color:#93c5fd;padding:.35rem;cursor:pointer;border-radius:8px;box-shadow:none;transition:color .2s,background .2s;margin:0}.theme-toggle .material-icons{font-size:1.25rem}.theme-toggle:hover{color:#fff;background:#ffffff0f;transform:none;box-shadow:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:row;padding:2rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#0f2240e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 24px #0003,0 0 0 1px #ffffff0d;border-radius:16px;width:100%;max-width:900px;max-height:90vh;display:flex;justify-content:center;align-items:stretch;gap:0;flex-direction:column;overflow:hidden;animation:fadeInUp .25s ease-out}.modal-content.modal-fullpage{max-width:95vw;max-height:95vh}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-direction:row;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.modal-header h3{font-family:Montserrat;font-weight:700;font-size:1.05rem;color:#fff}.modal-header .modal-issuer{font-family:Open Sans;font-weight:500;font-size:.8rem;color:#60a5fa}.modal-actions{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-direction:row}.btn-modal{padding:.45rem 1rem;font-size:.8rem;border-width:1.5px;margin:0;height:auto}.btn-modal .material-icons{font-size:1rem}.modal-close{background:#ffffff0f;border:none;color:#93c5fd;width:2.25rem;height:2.25rem;border-radius:8px;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:row;transition:background .2s,color .2s;padding:0;margin:0;box-shadow:none;flex-shrink:0}.modal-close .material-icons{font-size:1.2rem;line-height:1}.modal-close:hover{background:#ffffff1f;color:#fff;transform:none;box-shadow:none}.modal-body{flex:1;overflow:auto;min-height:0;-webkit-overflow-scrolling:touch}.modal-pdf{width:100%;height:75vh;border:none;display:block}.modal-image{width:100%;height:auto;display:block;object-fit:contain}footer{border-top:1px solid rgba(255,255,255,.05);padding:3rem clamp(1.5rem,5vw,5rem) 1.5rem;background:#0a162880}.footer-inner{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-direction:row}.footer-brand .footer-logo{font-family:Montserrat;font-weight:800;font-size:1.25rem;color:#fff}.footer-brand p{color:#93c5fd;font-size:.85rem;margin-top:.5rem;max-width:250px}.footer-links{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-direction:row}.footer-links a{color:#93c5fd;font-size:.85rem;font-weight:600;transition:color .2s}.footer-links a:hover{color:#fff}#footer-socials{background:#ffb6c126;border-color:#ffb6c133}.footer-bottom{text-align:center;font-size:.75rem;color:#666;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.04)}@media screen and (max-width: 800px){nav .nav-toggle{display:flex}nav .nav-links{display:none;position:absolute;top:3.5rem;left:0;right:0;background:#0f2240f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);border-top:1px solid rgba(255,255,255,.06);flex-direction:column;padding:1rem;gap:0}nav .nav-links.open{display:flex}nav .nav-links a{padding:.75rem 1rem;border-radius:8px;width:100%}.hero{flex-direction:column;text-align:center;min-height:auto;padding-top:2rem;padding-bottom:2rem}.hero-image{width:100%}.hero-image .avatar{width:200px;height:200px}.hero-content{width:100%}.hero-content h1{font-size:2rem}.hero-content p{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-stats{justify-content:center;gap:.75rem}.stat-item{padding:1rem;flex:1 1 80px}.about-card{flex-direction:column-reverse;gap:1.5rem}.about-image{width:100%}.about-image .about-avatar{display:none}.about-content{width:100%}.about-content h2{font-size:1.5rem}.about-actions{flex-wrap:wrap;justify-content:center}#about-socials{align-self:center}.skills-grid{grid-template-columns:1fr}.timeline-header{flex-direction:column;gap:.5rem}.portfolio-grid,.certs-grid{grid-template-columns:1fr}.volunteer-card .volunteer-header{flex-direction:column;gap:.5rem}.contact-layout{flex-direction:column}.contact-info-side,.contact-form{width:100%}.contact-value{word-break:break-all}.modal-overlay{padding:0}.modal-content{max-height:100vh;max-width:100vw;border-radius:0;width:100%;height:100vh}.modal-content.modal-fullpage{max-width:100vw;max-height:100vh;border-radius:0}.modal-header{padding:.75rem 1rem;flex-wrap:wrap;gap:.5rem}.modal-header h3{font-size:.9rem}.modal-body{overflow-x:hidden}.modal-pdf{height:calc(100vh - 4rem);width:100%}.btn-modal{padding:.35rem .75rem;font-size:.75rem}.education-card h3{font-size:.9rem}.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.footer-brand p{max-width:none}.footer-links{flex-wrap:wrap;justify-content:center}}.blog-section{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,5rem);max-width:800px;margin:0 auto;min-height:calc(100vh - 3.5rem - 200px)}.blog-list{display:flex;justify-content:center;align-items:stretch;gap:1.5rem;flex-direction:column}.blog-card{background:#0f22408c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.07);box-shadow:0 4px 24px #0003,0 0 0 1px #ffffff0d;border-radius:16px;padding:1.75rem;display:block;transition:transform .3s,box-shadow .3s;color:inherit}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2563eb26}.blog-card h3{font-family:Montserrat;font-weight:700;font-size:1.2rem;color:#fff;margin:.75rem 0 .5rem;line-height:1.4}.blog-card p{color:#93c5fd;font-size:.92rem;line-height:1.7;margin:0}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-direction:row}.blog-card-meta time{font-family:Open Sans;font-weight:500;font-size:.8rem;color:#666}.blog-card-tags{display:flex;justify-content:center;align-items:center;gap:.4rem;flex-direction:row;flex-wrap:wrap}.blog-card-tags .skill-tag{font-size:.7rem;padding:.15rem .5rem}.blog-read-more{display:inline-block;margin-top:1rem;font-family:Open Sans;font-weight:700;font-size:.85rem;color:#60a5fa;transition:color .2s}.blog-card:hover .blog-read-more{color:#fff}.blog-not-found{text-align:center;padding:4rem 0}.blog-not-found h2{margin-bottom:1.5rem}.blog-post-section{padding:clamp(2rem,4vw,3rem) clamp(1.5rem,5vw,5rem);max-width:750px;margin:0 auto;min-height:calc(100vh - 3.5rem - 200px)}.back-link{display:flex;justify-content:flex-start;align-items:center;gap:.4rem;flex-direction:row;color:#60a5fa;font-weight:600;font-size:.9rem;margin-bottom:2rem;transition:color .2s;width:fit-content}.back-link .material-icons{font-size:1.1rem}.back-link:hover{color:#fff}.blog-post-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.blog-post-header h1{font-family:Montserrat;font-weight:800;font-size:clamp(1.5rem,3vw,2.25rem);background:linear-gradient(135deg,#fff,#93c5fd 60%,#ffb6c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.25;margin:.75rem 0}.blog-post-header time{font-family:Open Sans;font-weight:500;font-size:.85rem;color:#666}.blog-post-content{color:#93c5fd;font-size:1rem;line-height:1.9}.blog-post-content h2{font-family:Montserrat;font-weight:700;font-size:1.4rem;color:#fff;margin-top:2.5rem;margin-bottom:.75rem}.blog-post-content h3{font-family:Montserrat;font-weight:600;font-size:1.15rem;color:#fff;margin-top:2rem;margin-bottom:.5rem}.blog-post-content p{margin-bottom:1.25rem}.blog-post-content strong{color:#fff}.blog-post-content code{font-family:"monospace";font-weight:500;font-size:.88rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.15);padding:.15rem .4rem;border-radius:4px;color:#93c5fd}.blog-post-content pre{background:#0f2240cc;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:1.25rem;overflow-x:auto;margin:1.5rem 0}.blog-post-content pre code{background:none;border:none;padding:0}.blog-post-content ul,.blog-post-content ol{padding-left:1.5rem;margin-bottom:1.25rem}.blog-post-content ul li,.blog-post-content ol li{margin-bottom:.4rem}.blog-post-content blockquote{border-left:3px solid #3b82f6;padding-left:1.25rem;margin:1.5rem 0;color:#93c5fd;font-style:italic}[data-theme=light] body{background-color:#f8fafc;color:#0a1628}[data-theme=light] nav{background:#ffffffe6;border-bottom-color:#0000000f;color:#0a1628}[data-theme=light] nav .nav-brand{color:#0a1628}[data-theme=light] nav .nav-links a{color:#153260}[data-theme=light] nav .nav-links a:hover{color:#2563eb;background:#0000000a}[data-theme=light] nav .nav-toggle,[data-theme=light] nav .theme-toggle{color:#153260}[data-theme=light] nav .nav-toggle:hover,[data-theme=light] nav .theme-toggle:hover{color:#2563eb;background:#0000000a}[data-theme=light] nav .nav-links.open{background:#fffffff7;border-color:#0000000f}[data-theme=light] .hero-content h1{background:linear-gradient(135deg,#0a1628,#2563eb 60%,#ffb6c1);-webkit-background-clip:text;background-clip:text}[data-theme=light] .hero-content p{color:#153260}[data-theme=light] .hero-tag{color:#d14d72;background:#ffb6c140;border-color:#ffb6c166}[data-theme=light] .stat-number{color:#2563eb}[data-theme=light] .stat-label{color:#1a4080}[data-theme=light] .stat-icon{color:#d14d72}[data-theme=light] .stat-item{background:#fff9;border-color:#0000000f}[data-theme=light] .stat-item:hover{box-shadow:0 8px 24px #0000000f}[data-theme=light] .hero-stats{border-top-color:#0000000f}[data-theme=light] .section-tag{color:#2563eb;background:#2563eb14;border-color:#2563eb26}[data-theme=light] .section-tag.dark{color:#153260;background:#15326014;border-color:#15326026}[data-theme=light] .section-header p{color:#1a4080}[data-theme=light] .about-card,[data-theme=light] .skill-group,[data-theme=light] .timeline-card,[data-theme=light] .education-card,[data-theme=light] .project-card,[data-theme=light] .cert-card,[data-theme=light] .volunteer-card,[data-theme=light] .contact-form,[data-theme=light] .contact-card{background:#fffc;border-color:#0000000f;box-shadow:0 2px 16px #0000000f}[data-theme=light] .cert-card:hover{background:#fffffff2}[data-theme=light] .cert-card h3{color:#0a1628}[data-theme=light] .cert-card .cert-issuer{color:#1a4080}[data-theme=light] .cert-card .cert-icon,[data-theme=light] .cert-card .cert-view{color:#2563eb}[data-theme=light] .modal-content{background:#fffffff2;border-color:#00000014}[data-theme=light] .modal-header{border-bottom-color:#0000000f}[data-theme=light] .modal-header h3{color:#0a1628}[data-theme=light] .modal-header .modal-issuer{color:#2563eb}[data-theme=light] .modal-close{background:#0000000a;color:#153260}[data-theme=light] .modal-close:hover{background:#00000014;color:#0a1628}[data-theme=light] .about-content p,[data-theme=light] .timeline-card ul li,[data-theme=light] .project-info p,[data-theme=light] .volunteer-card ul li,[data-theme=light] .contact-info-side>p{color:#153260}[data-theme=light] .about-content h2,[data-theme=light] .timeline-header h3,[data-theme=light] .project-info h3,[data-theme=light] .volunteer-card h3,[data-theme=light] .education-card h3,[data-theme=light] .cert-card h3{color:#0a1628}[data-theme=light] .about-avatar{border-color:#00000014}[data-theme=light] .avatar{border-color:#00000014;box-shadow:0 0 40px #2563eb14}[data-theme=light] .skill-group-header h3{color:#2563eb}[data-theme=light] .skill-tag{color:#1a4080;background:#2563eb14;border-color:#2563eb1f}[data-theme=light] .skill-tag:hover{color:#0a1628;background:#2563eb26}[data-theme=light] .timeline:before{background:linear-gradient(180deg,#3b82f6,#ffb6c1,#0000001a)}[data-theme=light] .timeline-company{color:#2563eb}[data-theme=light] .timeline-location{color:#1a4080}[data-theme=light] .timeline-dot{border-color:#f8fafc}[data-theme=light] .edu-school,[data-theme=light] .cert-issuer,[data-theme=light] .project-tags .skill-tag{color:#1a4080}[data-theme=light] .social-links{background:#ffb6c126;border-color:#ffb6c140}[data-theme=light] .social-links img{opacity:.6}[data-theme=light] .social-links a:hover img{opacity:1}[data-theme=light] .social-links:hover{background:#ffb6c140}[data-theme=light] #footer-socials{background:#00000008;border-color:#0000000f}[data-theme=light] .contact-label{color:#2563eb}[data-theme=light] .contact-value{color:#0a1628}[data-theme=light] .contact-card:hover{background:#fffffff2}[data-theme=light] .form-group label{color:#1a4080}[data-theme=light] .form-group input,[data-theme=light] .form-group textarea{background:#00000005;border-color:#0000001a;color:#0a1628}[data-theme=light] .form-group input::placeholder,[data-theme=light] .form-group textarea::placeholder{color:#0000004d}[data-theme=light] .form-group input:focus,[data-theme=light] .form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}[data-theme=light] .form-success h3{color:#0a1628}[data-theme=light] .form-success p{color:#1a4080}[data-theme=light] footer{background:#00000005;border-top-color:#0000000f}[data-theme=light] .footer-brand .footer-logo{color:#0a1628}[data-theme=light] .footer-brand p,[data-theme=light] .footer-links a{color:#1a4080}[data-theme=light] .footer-links a:hover{color:#0a1628}[data-theme=light] .footer-bottom{color:#1a4080;border-top-color:#0000000a}[data-theme=light] .btn-outline{color:#2563eb;border-color:#3b82f6}[data-theme=light] .btn-outline:hover{color:#fff}[data-theme=light] .blog-card{background:#fffc;border-color:#0000000f;box-shadow:0 2px 16px #0000000f}[data-theme=light] .blog-card h3{color:#0a1628}[data-theme=light] .blog-card p{color:#153260}[data-theme=light] .blog-card:hover{box-shadow:0 8px 32px #00000014}[data-theme=light] .blog-read-more{color:#2563eb}[data-theme=light] .blog-card:hover .blog-read-more{color:#0a1628}[data-theme=light] .blog-post-header{border-bottom-color:#0000000f}[data-theme=light] .blog-post-header h1{background:linear-gradient(135deg,#0a1628,#2563eb 60%,#ffb6c1);-webkit-background-clip:text;background-clip:text}[data-theme=light] .blog-post-content{color:#153260}[data-theme=light] .blog-post-content h2,[data-theme=light] .blog-post-content h3,[data-theme=light] .blog-post-content strong{color:#0a1628}[data-theme=light] .blog-post-content code{background:#2563eb0f;color:#1a4080;border-color:#2563eb1a}[data-theme=light] .blog-post-content pre{background:#00000005;border-color:#0000000f}[data-theme=light] .blog-post-content blockquote{color:#1a4080;border-left-color:#3b82f6}[data-theme=light] .back-link{color:#2563eb}[data-theme=light] .back-link:hover{color:#0a1628}[data-theme=light] ::selection{background:#3b82f633}
