html{font-size:62.5%}body{font-size:1.6rem;line-height:1.3;background-color:#1e1e2e;color:#cdd6f4;font-family:jetbrains mono,monospace;font-optical-sizing:auto;font-weight:200;font-style:normal;margin:0;padding:0}h2,h3,h4,h5,h6{margin-bottom:.5rem}h1{font-size:3.2rem}code{border-radius:4px;margin-top:.5rem;margin-bottom:.5rem;border-style:solid;padding:.2rem;border-color:#6c7086;background-color:rgba(108,112,134,.2);text-wrap:wrap}table{border-color:#eba0ac;border-radius:10px;border-style:dashed;background-color:rgba(235,160,172,.2);box-shadow:0 4px 8px rgba(0,0,0,.8);padding:1rem;overflow:hidden;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;margin:10px}table th{color:#eba0ac}table:hover{transform:translateY(-5px)translateX(-5px);box-shadow:0 6px 15px #fab387;background-color:rgba(250,179,135,.2);border-color:#fab387}table:hover th{color:#fab387}h2{font-size:2.5rem}h1,h2,h3,h4,h5,h6{color:#fab387}li{margin:.4em}p,ul,ol{font-size:1.8rem;margin-top:.8em;margin-bottom:.8em;color:#cdd6f4}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#6c7086;color:#cdd6f4;padding:.75rem 2rem;border:0;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.2)}.logo{font-size:1.5rem;font-weight:700;letter-spacing:1px}.navbar-links{display:flex;gap:1.5rem}.navbar-links a{color:#cdd6f4;text-decoration:none;font-weight:500;position:relative;transition:color .3s ease}.navbar-links a::after{content:"";left:0;bottom:-4px;width:0%;height:2px;background-color:#94e2d5;transition:width .3s ease}.navbar-links a:hover{color:#94e2d5}.navbar-links a:hover::after{width:100%}@media only screen and (max-width:480px){.nav-links{display:none;flex-direction:column;background-color:#6c7086;position:absolute;top:60px;right:0;width:200px;border-top:1px solid #333}.nav-links.active{display:flex}.menu-toggle{display:block}}