:root{background:#FFF;--foreground:#000}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.smooth-scroll{scroll-behavior:smooth;scroll-margin-top:80px}.headBar{display:flex;align-items:center;justify-content:space-between;background-color:#FFF;width:100%;position:fixed;z-index:990;border-radius:0 0 15px 15px;height:80px;box-shadow:0 2px 4px rgba(0,0,0,.18);@media (min-width:1025px){padding-left:40px;padding-bottom:0;padding-right:40px;padding-top:0}@media (max-width:1024px){padding-left:20px;padding-bottom:0;padding-right:20px;padding-top:0}}.menuDesktop{display:flex;flex-direction:row;gap:10px;list-style-type:none;@media (max-width:1024px){display:none}@media (min-width:1025px){display:flex}}.menuMobile{display:flex;background-color:#FFF;height:100vh;flex-direction:column;align-items:flex-end;gap:15px;padding:30px;@media (min-width:1025px){display:none}}.menuMobile span{font-size:20px}.avatarMobile{display:flex;align-items:center;justify-content:space-between;width:250px;margin-bottom:20px}.tech-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;gap:10px;margin:6px;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.18);background-color:#FFF;border-radius:8px;@media (min-width:1025px){width:120px;height:120px}@media (max-width:1024px){width:40%}}.tech-item:hover{background-color:rgb(200,232,255)}.space{height:20px}