.navbar{display:flex;background:#2c3e50;padding:.7rem;align-items:center;justify-content:space-between;border-bottom:2px solid rgba(255,255,255,.1)}.nav-list{list-style:none;display:flex;gap:1rem;margin:0;padding:0}.nav-list a{color:#ecf0f1;text-decoration:none;font-weight:700;position:relative}.nav-list a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;border-radius:2px;background-color:#ecf0f1;transition:width .3s ease}.nav-list a:hover:after,.nav-list a.active:after{width:100%}.nav-icon{height:3rem;border-radius:50%}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:Segoe UI,sans-serif;background-color:#1e1e2f;background-image:url(/assets/concrete-wall-B8q9cs6V.png);background-repeat:repeat;background-size:auto;line-height:1.6;color:#fff}a{color:#61dafb}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent;border-radius:4px}::-webkit-scrollbar-thumb{background-color:#2c2c3f;border-radius:4px;border:2px solid transparent}::-webkit-scrollbar-thumb:hover{background-color:#393956}*{scrollbar-width:auto;scrollbar-color:#2c2c3f transparent}ul{list-style-position:inside}.container{max-width:100%;max-height:100%;margin:0;padding:1.5rem}button,.button{all:unset;display:inline-block;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:700;transition:background-color .2s;text-align:center;vertical-align:middle;color:#fff;background:#3a3a44;cursor:pointer;font-size:1rem}button:hover,.button:hover{background:#33333b}.button-blue{background:#5865f2;transition:background-color .2s}.button-blue:hover{background:#4752c4}.commandsHolder{column-width:30rem;column-gap:1rem}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.commandDiv{break-inside:avoid;background:#425161;padding:1rem;border-radius:1rem;margin-bottom:1rem;opacity:0;transform:translateY(2rem);transition:background-color .3s ease,scale .3s ease;animation:fadeIn .4s ease forwards}.commandDiv:hover{background:#556679;scale:1.02}.commandName,.inline{display:flex;flex-direction:row;align-items:center;vertical-align:middle;color:#fff;gap:.5rem}.commandName .commandIcon{width:1.6rem;height:1.6rem}.commandName p{font-size:24px;font-weight:700}.commandOptions{margin-top:.5rem}.commandOptions p{font-size:.9rem;margin-bottom:.25rem;color:#a8a8a8}.commandOptions ul{list-style:none;padding-left:0}.commandOptions li{font-size:.85rem;color:#cfcfcf}.commandOptions li:before{content:"→";position:sticky;color:#a8a8a8;margin-right:.3rem}.commandOptions li strong{color:#fff}.commandOptions li em{color:#ffbaba}.text-small{font-size:.9rem}.text-gray{color:#a8a8a8}.circle{display:inline-block;width:2rem;height:2rem;border-radius:50%}
