#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#29d;width:100%;height:2px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031;display:block;position:fixed;top:15px;right:15px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid #0000;border-color:#29d #0000 #0000 #29d;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#nprogress .bar{background:var(--color-primary);border-radius:var(--radius-sm);z-index:9999;height:3px}#nprogress .spinner{display:none}#nprogress .peg{box-shadow:0 0 10px var(--color-primary),0 0 5px var(--color-primary)}.dark #nprogress .bar{background:var(--color-primary)}*{scrollbar-width:thin;scrollbar-color:var(--color-muted)var(--background);font-weight:400}body::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar-track{background:var(--background);border-radius:var(--radius-lg)}body::-webkit-scrollbar-thumb{background:var(--color-muted);border-radius:var(--radius-xl);border:2px solid var(--background);transition:all .3s}body::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}body::-webkit-scrollbar-thumb:active{background:var(--color-primary);opacity:.8}.card-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.card-header-title{color:var(--foreground);align-items:center;column-gap:.55rem;font-size:1.125rem;font-weight:500;display:flex}.card-header-action{width:auto}.not_found_page{background-color:hsl(var(--background));justify-content:center;align-items:center;width:100%;min-height:100vh;padding:1.5rem;display:flex}.not_found_page_content{text-align:center;width:100%;max-width:32rem}.not_found_page_number{color:hsl(var(--primary));letter-spacing:-.05em;margin-bottom:1.5rem;font-size:8rem;font-weight:800;line-height:1}.not_found_page_icon{justify-content:center;margin-bottom:2rem;display:flex}.not_found_page_icon svg{width:4rem;height:4rem;color:hsl(var(--primary))}.not_found_page_title{color:hsl(var(--foreground));letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:600}.not_found_page_description{color:hsl(var(--muted-foreground));max-width:28rem;margin:0 auto 2.5rem;font-size:1rem;line-height:1.6}.not_found_page_highlight{color:hsl(var(--primary));font-weight:500}.not_found_page_buttons{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.not_found_page_primary_button{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;min-width:160px;padding:.75rem 2rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.not_found_page_primary_button:hover{opacity:.9}.not_found_page_secondary_button{color:hsl(var(--foreground));border:1px solid hsl(var(--border));cursor:pointer;background-color:#0000;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;min-width:160px;padding:.75rem 2rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.not_found_page_secondary_button:hover{background-color:hsl(var(--secondary));border-color:hsl(var(--border))}.not_found_page_button_icon{width:1rem;height:1rem}.not_found_page_footer{border-top:1px solid hsl(var(--border));padding-top:2rem}.not_found_page_footer_text{color:hsl(var(--muted-foreground));justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.not_found_page_footer_text span{color:hsl(var(--primary));font-weight:500}.table-action-col-wrap{justify-content:center;align-items:center;column-gap:.85rem;display:flex}.item-align-end{justify-content:end;align-items:center;display:flex}@media (max-width:640px){.not_found_page_buttons{flex-direction:column;align-items:center}}@media (min-width:768px){.not_found_page_title{font-size:2.5rem}}@media (max-width:999px){.card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.card-header-action,.card-header-action a{width:100%}.card-header-title{line-height:1.4}}
