*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}::-webkit-scrollbar{background-color:#f4f1de;width:12px}::-webkit-scrollbar-track{background-color:#f4f1de}::-webkit-scrollbar-thumb{background-color:#f2cc8f;border:3px solid #f4f1de;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#81b29a}*{scrollbar-width:thin;scrollbar-color:#f2cc8f #f4f1de}html,body,#root{scroll-behavior:smooth;scrollbar-gutter:stable;background:#f4f1de;min-height:100%}body{color:#3d405b;background:linear-gradient(120deg,#f4f1de 60%,#f2cc8f 100%);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}body:before{content:"";pointer-events:none;position:fixed;inset:0}#root{justify-content:center;min-height:100vh;padding:1rem;display:flex}.container{background:linear-gradient(135deg,#f4f1de 90%,#f2cc8f 100%);border:1.5px solid #f2cc8f;border-radius:1.5rem;flex-direction:column;gap:1rem;width:100%;height:100%;padding:clamp(1rem,4vw,2.5rem);display:flex;box-shadow:0 4px 24px #3d405b1a}.navbar{color:#f4f1de;z-index:150;-webkit-user-select:none;user-select:none;background:#3d405b;border-radius:1.2rem;justify-content:flex-end;align-items:center;width:100%;padding:1.2rem 1.8rem;display:flex;position:sticky;top:2rem;box-shadow:0 2px 12px #3d405b1a}.theme-btn{color:#81b29a;cursor:pointer;background:0 0;border:none;padding:0 .8rem;font-size:1.2rem;transition:all .25s}.theme-btn svg{display:block}.theme-btn:hover{color:#f2cc8f;transform:rotate(20deg)scale(1.2)}.theme-btn:active{color:#81b29a;outline:none;transform:rotate(20deg)scale(1)}.lang-btn{cursor:pointer;color:#81b29a;background:0 0;border:2px solid;border-radius:8px;place-items:center;gap:6px;padding:6px 12px;font-weight:600;transition:all .25s;display:flex}.lang-btn:hover{color:#f2cc8f;background-color:#0000;transform:translateY(-1px)}.nav-controls{border-left:2px solid #f2efdc64;align-items:center;gap:9px;padding-left:1rem;display:flex}.profile-img{object-fit:cover;filter:grayscale(40%)contrast(1.1);border:3px solid #f2cc8f;border-radius:50%;width:140px;height:140px;transition:all .3s;position:absolute;top:-2rem;left:-1rem;box-shadow:0 2px 10px #00000030}.profile-img:hover{filter:grayscale(0%);border-color:#81b29a;transform:scale(1.05)}.navbar .links{gap:1.2rem;display:flex}.navbar .links a{color:#f4f1de;border:2px solid #0000;border-radius:.7rem;padding:.45rem 1rem;font-weight:600;text-decoration:none;transition:all .25s}.navbar .links a:hover{color:#3d405b;background:#f2cc8f;border-color:#81b29a;transform:translateY(-2px)}.navbar .links a.active{color:#3d405b;background:#81b29a;border-color:#f2cc8f;box-shadow:0 2px 10px #00000030}.hero{text-align:center;flex-direction:column;gap:1.2rem;margin-top:1rem;display:flex}.hero .subheading{-webkit-user-select:none;user-select:none;background:#81b29a;border:2px solid #f2cc8f;border-radius:.8rem;height:50px;margin:1rem 0;overflow:hidden}.hero .my-name{-webkit-user-select:none;user-select:none;border-radius:1rem;justify-content:center;align-items:center;display:flex}.hero .my-name img{object-fit:contain;filter:drop-shadow(0 3px 10px #00000025);opacity:0;border-radius:5rem;width:clamp(300px,35vw,400px);height:auto;animation:.7s forwards fadeInUp;display:block;transform:translateY(12px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero p{color:#3d405b;max-width:650px;margin:0 auto;font-size:1.1rem}.skill-section{margin-bottom:1.5rem}.skill-section h4{color:#3d405b;margin-bottom:.6rem;font-size:1.1rem}.badges{-webkit-user-select:none;user-select:none;flex-wrap:wrap;gap:.5rem;margin:.3rem 0;display:flex}.badges img{filter:grayscale(25%);height:25px;transition:filter .25s}.info-card h3{color:#3d405b;-webkit-user-select:none;user-select:none;margin-bottom:.8rem;font-size:clamp(1.2rem,2.5vw,1.3rem)}.info-card,.exp-card{filter:grayscale(25%)brightness(.9);opacity:.85;background:#f4f1de;border:1.5px solid #f2cc8f;border-radius:1.2rem;margin:1rem 0;padding:1.8rem;transition:transform .25s,filter .25s,opacity .25s,box-shadow .25s;position:relative;box-shadow:0 2px 16px #00000015}.info-card:hover,.exp-card:hover,.project-card:hover .project-images img{filter:grayscale(0%)brightness();opacity:1;transform:scale(1.015);box-shadow:0 6px 28px #00000030}.info-card:hover .badges img,.exp-card:hover .badges img{filter:grayscale(0%)}.exp-card{border-left:4px solid #81b29a}.exp-card h4{font-size:1.1rem;font-weight:600}.exp-card span{color:#e07a5f;font-size:.9rem}.exp-card p{margin-top:.4rem;font-size:.95rem;line-height:1.4}.project-card .project-images{-webkit-user-select:none;user-select:none;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1rem 0;display:grid}.project-card .project-images img{object-fit:contain;filter:grayscale(25%)brightness(.9);opacity:.85;border:1.5px solid #f2cc8f;border-radius:.8rem;width:100%;height:250px;padding:.5rem;transition:transform .25s,filter .25s,opacity .25s,box-shadow .25s;box-shadow:0 2px 12px #00000020}.project-card .project-images img:hover{filter:grayscale(0%)brightness();opacity:1;transform:scale(1.03);box-shadow:0 6px 20px #00000030}.contact-page{flex-direction:column;gap:1rem;display:flex}.contact-page h1,.projects-page h1,.about-page h1{text-align:center;color:#3d405b;-webkit-user-select:none;user-select:none;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700}.contact-card{margin-top:1rem}.contact-card h3{color:#3d405b;margin-bottom:1rem;font-size:1.6rem}.contact-items{flex-direction:column;gap:1rem;display:flex}.contact-item{color:#3d405b;align-items:center;gap:.8rem;font-size:1.1rem;transition:all .25s;display:flex}.contact-item i{color:#81b29a;font-size:1.4rem;transition:all .25s}.contact-item a,.contact-item span{color:#3d405b;text-decoration:none;transition:all .25s}.contact-item:hover i{color:#e07a5f;transform:scale(1.15)}.contact-item:hover a,.contact-item:hover span{color:#e07a5f;transform:translate(4px)}.project-links{justify-content:center;gap:1rem;margin-top:1rem;display:flex}.github-btn,.demo-btn{color:#f4f1de;-webkit-user-select:none;user-select:none;background:#3d405b;border:2.5px solid #81b29a;border-radius:.6rem;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.github-btn i,.demo-btn i{font-size:1.2rem}.github-btn:hover,.demo-btn:hover{color:#3d405b;background:#f2cc8f;border-color:#e07a5f;transform:translateY(-1px);box-shadow:0 4px 12px #00000025}.footer{text-align:center;color:#f4f1de;opacity:.8;-webkit-user-select:none;user-select:none;background:#3d405b;border-radius:1rem;width:100%;margin-top:1rem;padding:.5rem 0;font-size:clamp(.8rem,2vw,.9rem);font-weight:500;transition:all .25s;box-shadow:0 2px 12px #3d405b1a}.footer:hover{opacity:1;color:#3d405b;background:#81b29a;transform:translateY(-1px)}.image-zoom-overlay{z-index:9999;cursor:zoom-out;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.image-zoom-overlay img{border:1px solid #f2cc8f;max-width:90%;max-height:90%;animation:.25s zoomIn;box-shadow:0 0 25px #00000080}@keyframes zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.project-images img{cursor:zoom-in;transition:transform .2s}@media (width<=850px){.navbar{padding:.5rem}.profile-img{width:110px;height:110px;top:-1.7rem}.navbar .links a{padding:.3rem .7rem}}@media (width<=730px){.navbar{flex-direction:column;gap:1rem;padding:.7rem;top:1rem}.navbar .links{flex-wrap:wrap;justify-content:center;gap:.3rem}.navbar .links a{padding:.3rem .6rem}.profile-img{width:100px;height:100px;margin:0 auto;position:static}.nav-controls{border-left:none;padding-left:0}}@media (width<=530px){.container,#root{padding:.5rem}.container h1,#root h1{font-size:clamp(1.5rem,4vw,2rem)}.container h3,#root h3{font-size:clamp(1rem,3vw,1.2rem)}.navbar{flex-direction:column;gap:.7rem;top:.5rem}.navbar .links{flex-wrap:wrap;justify-content:center;gap:1rem;font-size:.9rem}.navbar .links a{padding:.2rem .5rem}.profile-img{width:90px;height:90px}.hero .subheading img{height:40px}.hero .subheading{height:42px}.contact-card{padding:1.5rem}.contact-item{font-size:1rem}.info-card,.exp-card{padding:1rem}.github-btn,.demo-btn{font-size:.75rem}}.dark,body.dark,body.dark html,body.dark #root{background:#121212}body.dark{color:#f5f5f5;background:linear-gradient(120deg,#121212 60%,#d4a373 100%)}body.dark ::-webkit-scrollbar{background-color:#121212}body.dark ::-webkit-scrollbar-track{background-color:#121212}body.dark ::-webkit-scrollbar-thumb{background-color:#d4a373;border:3px solid #121212}.dark{scrollbar-color:#d4a373 #121212}body.dark .container{background:#1e1e1e;border-color:#3a3a3a}body.dark .navbar,body.dark .footer,body.dark .github-btn,body.dark .demo-btn{color:#f5f5f5;background:#0d0d0d}body.dark .navbar .links a{color:#f5f5f5}body.dark .navbar .links a:hover{color:#0d0d0d;background:#d4a373;border-color:#5b8873}body.dark .navbar .links a.active{color:#f5f5f5;background:#5b8873;border-color:#d4a373}body.dark .hero h1,body.dark .hero p,body.dark .info-card h3,body.dark .contact-page h1,body.dark .projects-page h1,body.dark .about-page h1,body.dark .contact-card h3,body.dark .contact-item,body.dark .contact-item a,body.dark .contact-item span,body.dark .skill-section h4,body.dark .exp-card h4,body.dark .exp-card p{color:#f5f5f5}body.dark .hero .subheading{background-color:#5b8873;border:2px solid #faedcd}body.dark .info-card,body.dark .exp-card{background:#1e1e1e;border-color:#3a3a3a}body.dark .exp-card{border-left:4px solid #d4a373}body.dark .exp-card span{color:#5b8873}body.dark .project-card .project-images img{background:#121212;border-color:#3a3a3a}body.dark .github-btn,body.dark .demo-btn{border-color:#d4a373}body.dark .github-btn:hover,body.dark .demo-btn:hover{color:#0d0d0d;background:#d4a373;border-color:#5b8873}body.dark .footer:hover{color:#0d0d0d;background:#d4a373}body.dark .contact-item i{color:#d4a373}body.dark .contact-item:hover i,body.dark .contact-item:hover a,body.dark .contact-item:hover span{color:#5b8873}body.dark .profile-img{border-color:#d4a373}body.dark .profile-img:hover{border-color:#5b8873}body.dark .lang-btn{color:#5b8873}body.dark .lang-btn:hover{color:#d4a373}body.dark .theme-btn{color:#5b8873}body.dark .theme-btn:hover{color:#d4a373}body.dark .image-zoom-overlay img{border-color:#d4a373}
