.skip-link{position:relative;display:block;text-align:center;background:#1f2a44;color:#fff;text-decoration:none}.navbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border)}.navbar-brand{font-size:1.7rem;font-weight:800;letter-spacing:.02em;color:var(--primary)}.navbar-list{display:flex;align-items:center;list-style:none;gap:.8rem}.navbar-item{cursor:pointer;color:var(--text-muted);transition:all .2s ease;display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;padding:.5rem .8rem;border-radius:8px}.navbar-item:hover{color:var(--primary);background:var(--primary-soft);text-decoration:none}.navbar-icon{width:1rem;height:1rem}.navbar-actions{display:flex;align-items:center}@media screen and (max-width: 860px){.navbar{flex-direction:column;align-items:flex-start}.navbar-list{flex-wrap:wrap}}.theme-switcher{margin:0;padding:.45rem;width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;color:var(--text);border:1px solid var(--border);border-radius:10px;background:var(--surface)}.theme-switcher img{width:1.1rem;height:1.1rem}.theme-switcher:hover{background:var(--surface-muted)}.header,.footer{background-color:var(--surface);color:var(--text-muted);width:100%;border-top:1px solid var(--border)}.header-content,.footer-content{max-width:1120px;margin:0 auto;padding:.9rem 1rem}.header h1{font-size:1.1rem;color:var(--text)}.footer-content{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.footer-links{list-style:none;margin:0;display:flex;gap:1rem}.footer-links li{display:inline}.footer-links a{color:var(--text-muted);text-decoration:none}.footer-links a:hover{color:var(--primary);text-decoration:none}@media screen and (max-width: 700px){.footer-content{flex-direction:column;align-items:flex-start}}.home-section{display:flex;align-items:center;justify-content:center;min-height:100%;padding:.5rem 0}.home-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:2rem}.home-heading{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.6rem;font-weight:800;line-height:1.2}.home-heading p{font-size:1rem;font-weight:600;color:var(--text-muted);margin-bottom:.4rem}.home-subtitle{font-size:1.05rem;margin-bottom:.9rem;color:var(--primary)}.home-description{font-size:1.02rem;line-height:1.7;color:var(--text-muted);margin-bottom:1rem;max-width:62ch}.home-imageFrame{flex:0 0 auto;background:var(--surface-muted);border:1px solid var(--border);border-radius:18px;padding:.8rem}.home-image{width:min(300px,72vw);height:auto;border-radius:14px;display:block}.home-image:hover{transform:translateY(-3px)}@media (max-width: 800px){.home-content{flex-direction:column;text-align:left}.home-text{order:2}.home-imageFrame{order:1}}.about{color:var(--text);padding:.2rem}.about h3{color:var(--text);font-size:1.15rem;margin-bottom:.9rem}.about h4{color:var(--primary);font-size:.95rem;margin:.8rem 0;display:inline-block}.about ul{margin-bottom:1.2rem}.about li{margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem;font-size:.97rem;color:var(--text-muted)}.about li:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--primary)}.skills-category{padding:.8rem;border-radius:12px}.skills-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:.6rem}.skill-badge{display:flex;align-items:center;justify-content:center;background:var(--surface-muted);color:var(--text);border:1px solid var(--border);padding:.4rem;border-radius:10px;font-size:.9rem}.filter-buttons{display:flex;gap:.6rem;margin-bottom:1rem;flex-wrap:wrap}.filter-btn{border:1px solid var(--border);color:var(--text-muted);background:var(--surface)}.filter-btn.selected{background-color:var(--primary-soft);color:var(--primary);border-color:#cdc5ff}.skills-category.selected{background-color:var(--surface-muted)}@media screen and (max-width: 700px){.skills-grid{grid-template-columns:repeat(2,1fr)}}.portfolio{padding:.5rem 0}.portfolio-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.portfolio-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;padding:1rem;display:flex;flex-direction:column;gap:.4rem;transition:transform .2s ease}.portfolio-card:hover{transform:translateY(-3px)}.portfolio-card img{width:100%;height:auto;border-radius:10px;border:1px solid var(--border);margin-bottom:.5rem}.portfolio-card h3{font-size:1.1rem;color:var(--text)}.portfolio-card h4{font-size:.92rem;color:var(--primary);font-weight:600}.portfolio-card p{color:var(--text-muted);font-size:.95rem}@media (max-width: 800px){.portfolio-gallery{grid-template-columns:1fr}}.contact{max-width:44rem;color:var(--text)}.contact h2{margin-top:1rem;color:var(--text);font-size:1.4rem}.contact p{color:var(--text-muted)}.contact-form{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.contact-form div{display:flex;flex-direction:column}.contact-form label{margin-bottom:.4rem;font-weight:600}.contact-form input,.contact-form textarea{border:1px solid var(--border);border-radius:10px;padding:.65rem .8rem;font-size:.95rem}.contact-form textarea{min-height:110px}.error{color:#dc2626}.notification{color:#16a34a}.contact-form button[type=submit]{background:var(--primary);color:#fff;width:fit-content;padding:.7rem 1.2rem}.contact-form button[type=submit]:hover{background:#5e4ff6}.linkedin-icon img{width:42px;height:42px;object-fit:cover}.Publication{color:var(--text)}.Publication h2{font-size:1.6rem;margin-bottom:.8rem}.Publication h3{font-size:1rem;font-weight:500;color:var(--text-muted);margin-bottom:.8rem}.Publication h4{font-size:.96rem;margin-bottom:.8rem;color:var(--primary);font-weight:500}.Publication p{margin:1rem 0;line-height:1.6;color:var(--text-muted)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f4f6fb;--surface: #ffffff;--surface-muted: #eef2ff;--text: #1f2937;--text-muted: #667085;--primary: #6d5efc;--primary-soft: #edeaff;--border: #e3e8f5}html,body,#root{width:100%;height:100%}body{font-family:Inter,Segoe UI,Roboto,sans-serif;line-height:1.65;background:var(--bg);color:var(--text);overflow-x:hidden}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.app{display:flex;flex-direction:column;min-height:100dvh;height:100dvh}main{flex:1;min-height:0;width:min(1120px,100% - 2.5rem);margin:1rem auto;padding:1.2rem;border-radius:20px;background:var(--surface);border:1px solid var(--border);overflow:auto}button{cursor:pointer;border:1px solid transparent;border-radius:10px;background:var(--primary-soft);color:var(--primary);font-size:.95rem;font-weight:600;padding:.6rem 1rem}button:hover{background:#e3ddff}body.dark{--bg: #0f1729;--surface: #131d35;--surface-muted: #1a2744;--text: #e6ebff;--text-muted: #a8b3d9;--primary: #b5aaff;--primary-soft: #312a58;--border: #253459}body.dark a{color:#c5bcff}body.dark .portfolio-card,body.dark .skills-category.selected{background:var(--surface-muted)}body.dark input,body.dark textarea{background:#0d152a;color:var(--text)}@media (max-width: 700px){main{width:min(1120px,100% - 1rem);margin:.6rem auto;padding:.9rem;border-radius:14px}}
