:root{--background:#161f32;--foreground:#ededed;--primary:#60a5fa;--backGround:#1d293b;--textPrimary:#cbd5d7;--textSecondary:#83a3b8;--skillBackground:#1d3162;--skillText:#5071a6;--lightBackground:#354866}@media (prefers-color-scheme:dark){:root{--background:#161f32;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-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}}.icons div{background-color:var(--background);transition:background-color .3s ease,color .3s ease}.icons div:hover{color:var(--primary);background-color:var(--lightBackground)!important}.description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.5em;line-height:1.5em}.cursor-particle{position:fixed;width:8px;height:8px;background:radial-gradient(circle,#60a5fa,transparent);border-radius:50%;pointer-events:none;z-index:9999;opacity:.8;transform:translate(-50%,-50%) scale(1);animation:fadeMove 1s ease-out forwards}@keyframes fadeMove{to{opacity:0;transform:translate(-50%,-50%) scale(.1)}}