html{box-sizing:border-box}*,:before,:after{box-sizing:inherit}html,body{max-width:100%;height:100%;margin:0;overflow-x:hidden}input[type=file]{box-sizing:border-box;max-width:100%}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}#search-form,#search-form-mobile{position:relative}#search-form input[type=search],#search-form-mobile input[type=search]{box-sizing:border-box;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23999' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z' /%3E%3C/svg%3E");background-position:.625rem .75rem;background-repeat:no-repeat;background-size:1rem;border:1px solid #ced4da;border-radius:8px;width:100%;padding:.5rem .75rem .5rem 2rem;font-size:.875rem}#search-form input[type=search].loading,#search-form-mobile input[type=search].loading{background-image:none}#search-spinner,#search-spinner-mobile{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' strokeLinecap='round' strokeLinejoin='round' strokeWidth='2' d='M20 4v5h-.582m0 0a8.001 8.001 0 00-15.356 2m15.356-2H15M4 20v-5h.581m0 0a8.003 8.003 0 0015.357-2M4.581 15H9' /%3E%3C/svg%3E");width:1rem;height:1rem;animation:1s linear infinite spin;position:absolute;top:.75rem;left:.625rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#sidebar-nav ul{margin:0;padding:0;list-style:none}#sidebar-nav li{margin:.25rem 0}#sidebar-nav a{white-space:pre;color:inherit;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem;text-decoration:none;transition:background-color .1s;display:flex;overflow:hidden}#sidebar-nav a:hover{background:#e3e3e3}#sidebar-nav a.active{color:#fff;background:#2b63fd}#sidebar-nav a span{float:right;color:#eeb004}#sidebar-nav a.active span{color:inherit}#sidebar-nav a.pending{animation:2s ease-in-out .2s infinite progress}@keyframes progress{0%{background:#e3e3e3}50%{background:#2b63fd80}to{background:#e3e3e3}}.loading{opacity:.25;transition:opacity .2s .2s}i{color:#818181}#sidebar-nav a.active i{color:inherit}#error-page{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}#about{padding:2rem}#loading-splash{flex-direction:column;align-items:center;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}#loading-splash-spinner{border:.5rem solid #e3e3e3;border-top-color:#3992ff;border-radius:50%;width:3rem;height:3rem;margin-bottom:1rem;animation:1s linear infinite spin}
