@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,500;0,700;1,700&display=swap");:root{--NLA-blue:#107ea3;--NLA-ltblue:#2596be;--NLA-tooltip:#10a32a}html{font-family:Montserrat,sans-serif;font-size:14px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{opacity:1}.table{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content;margin-bottom:20px}.table-row{display:flex;width:100%}.table-cell{flex:1;padding:8px;min-width:50px;border:1px solid #666}.table-row:hover{background-color:#fef9c3;color:#000}.header,.header:hover{background-color:#666;color:#fff}.header{font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-align:center}@media (max-width:600px){.table-cell{flex:none;width:100%}}.mdx-h1{font-size:52px}.mdx-h2{font-size:42px}.mdx-h3{font-size:32px}.mdx-h4{font-size:24px}.mdx-p,.mdx-ul{font-size:20px}.mdx-ul{list-style-type:circle;margin-left:25px}.mdx-code{font-family:Courier New,Courier,monospace}.tooltip{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--NLA-tooltip);color:#fff;padding:10px 15px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.5);z-index:1000;font-size:20px}.tooltip span{font-weight:700}.info{background-color:#bae6f5;color:#0ea5e9}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.caution{background-color:#ffe0b2;color:#fb8c00}.caution,.danger{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.danger{background-color:#ffcdd2;color:#e53935}.tip{background-color:#c8e6c9;color:#43a047}.note{background-color:#bbdefb;color:#1e88e5}