.reset-list{list-style:none;margin:0;padding:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.p-sm{padding:.5rem}.p-md{padding:1rem}.p-lg{padding:1.5rem}.p-xl{padding:2rem}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}@media (max-width:639px){.hide-mobile{display:none!important}}@media (min-width:640px){.hide-desktop{display:none!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.15);-webkit-border-radius:10px;border-radius:10px}::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:rgba(0,0,0,.05)}::-webkit-scrollbar-thumb:window-inactive{background:rgba(0,0,0,.2)}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}.darkenScroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.scroll-y{overflow-y:auto}.scroll-y:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.flex-full-core{width:100%;height:100%}.flex-full-w-core{width:100%}.flex-col,.flex-column{display:flex;flex-direction:column}.flex-col-full,.flex-column-full{display:flex;flex-direction:column;width:100%;height:100%}.flex-col-w,.flex-column-w{display:flex;flex-direction:column;width:100%}.flex-row{display:flex;flex-direction:row}.flex-row-full{display:flex;flex-direction:row;width:100%;height:100%}.flex-row-w{display:flex;flex-direction:row;width:100%}.flex-row-rev{display:flex;flex-direction:row-reverse}.flex-row-rev-full{display:flex;flex-direction:row-reverse;width:100%;height:100%}.flex-row-rev-w{display:flex;flex-direction:row-reverse;width:100%}.gap-sm{gap:.5em}.gap-md{gap:1em}.gap-lg{gap:2em}.gap-xl{gap:4em}.gap-xxl{gap:8em}.vr-delete{display:none!important}.box-shadow{box-shadow:0 5px 15px rgba(0,0,0,.25)}.box-shadow-light{box-shadow:0 5px 15px rgba(0,0,0,.1)}.box-shadow-big{box-shadow:0 5px 3em rgba(0,0,0,.2)}.smooth-ultra{transition:50ms}.smooth-fast{transition:.15s}.smooth{transition:.5s}.smooth-long{transition:1s}.text-shadow-1{text-shadow:2px 2px 2px rgba(0,0,0,.3)}.vr-hidden{display:none!important}.pad-xs{padding:.5em}.pad-sm{padding:1em}.pad-md{padding:1.5em}.pad-lg{padding:2em}.pad-xl{padding:2.5em}.pad-xxl{padding:3em}.mar-t-sm{margin-top:.5em}.mar-t-md{margin-top:1em}.mar-t-lg{margin-top:1.5em}.mar-t-xl{margin-top:2em}.mar-t-xxl{margin-top:2.5em}.mar-b-sm{margin-bottom:.5em}.mar-b-md{margin-bottom:1em}.mar-b-lg{margin-bottom:1.5em}.mar-b-xl{margin-bottom:2em}.mar-b-xxl{margin-bottom:2.5em}.mar-lr-auto{margin-left:auto;margin-right:auto}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;line-height:1.5;color:#1e293b;background-color:#fff;margin:0;padding:0}main{padding-bottom:80px}@media (min-width:640px){main{padding-bottom:0}}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}.card{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .2s}.card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.card-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.card-header h2,.card-header h3{margin:0;color:#1e293b}.card-body{margin-bottom:1rem}.card-body p{margin:.5rem 0}.card-body p:last-child{margin-bottom:0}.card-footer{padding-top:1rem;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:500;border:none;border-radius:.375rem;cursor:pointer;transition:.2s;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8}.btn-secondary{background-color:#e2e8f0;color:#1e293b}.btn-secondary:hover:not(:disabled){background-color:#cbd5e1}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#1e293b}.form-input,.form-select,.form-textarea{width:100%;padding:.5rem 1rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;border:1px solid #e2e8f0;border-radius:.375rem;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-textarea{resize:vertical;min-height:120px}.nav-container{position:fixed;bottom:0;left:0;right:0;z-index:50;background-color:#fff;border-top:1px solid #e2e8f0;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}@media (min-width:640px){.nav-container{position:relative;box-shadow:none}}.nav-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem;max-width:100%;margin:0 auto}@media (min-width:768px){.nav-inner{max-width:1024px;padding:1.5rem}}@media (min-width:1024px){.nav-inner{max-width:1280px}}.nav-item{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;color:#475569;text-decoration:none;transition:color .2s;font-size:1rem}.nav-item:hover{color:#3b82f6}.nav-item.active{color:#3b82f6;font-weight:600}.nav-link{position:relative;color:inherit;text-decoration:none}.nav-link::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#3b82f6;transition:width .3s}.nav-link:hover::after{width:100%}.hiveminds-dashboard-nav-main{display:flex;flex-direction:row;width:100%;background:#ff69b4!important}