@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes nyxLoaderDraw{0%{stroke-dashoffset:800;fill:transparent}35%{stroke-dashoffset:0;fill:transparent}55%,to{stroke-dashoffset:0;fill:var(--nyx-target-fill)}}@keyframes nyxLoaderFadeText{0%,to{opacity:.4}50%{opacity:1}}@keyframes nyxLoaderBounceX{0%{transform:translate(-100%)}to{transform:translate(300%)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-fade-in-down{animation:fadeInDown .5s ease-out forwards}.animate-scale-in{animation:scaleIn .3s ease-out forwards}.nyx-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--nyx-loader-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:system-ui,-apple-system,sans-serif;opacity:1;pointer-events:auto;transition:opacity .5s ease,background-color .5s ease}.nyx-loader-overlay--exiting{opacity:0;pointer-events:none}.nyx-loader-container{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.nyx-logo-draw{width:220px;height:auto;overflow:visible;filter:drop-shadow(0px 4px 12px rgba(139,69,247,.15))}.nyx-loader-path-n,.nyx-loader-path-x{stroke:#8b45f7;stroke-width:2.5;stroke-linejoin:round;stroke-dasharray:800;stroke-dashoffset:800;animation:nyxLoaderDraw 3.2s infinite cubic-bezier(.64,0,.35,1)}.nyx-loader-path-y{stroke:var(--nyx-loader-secondary);stroke-width:2.5;stroke-linejoin:round;stroke-dasharray:800;stroke-dashoffset:800;animation:nyxLoaderDraw 3.2s infinite cubic-bezier(.64,0,.35,1);animation-delay:.15s;transition:stroke .5s ease,fill .5s ease}.nyx-loader-path-x{animation-delay:.3s}.nyx-loader-footer{display:flex;flex-direction:column;align-items:center}.nyx-loader-text{color:var(--nyx-loader-secondary);font-size:.8rem;letter-spacing:.4em;text-transform:uppercase;font-weight:600;animation:nyxLoaderFadeText 2s infinite ease-in-out;transition:color .5s ease}.nyx-loader-progress-track{width:8rem;height:2px;background-color:var(--nyx-loader-track);border-radius:9999px;overflow:hidden;margin-top:.5rem;transition:background-color .5s ease}.nyx-loader-progress-indicator{height:100%;background-color:#8b45f7;width:40%;border-radius:9999px;animation:nyxLoaderBounceX 2s infinite cubic-bezier(.65,0,.35,1);transform-origin:left;box-shadow:0 0 10px #8b45f7cc}button{transition:all .2s ease-in-out}.form-input{background-color:#f8fafc;border:1px solid #CBD5E1;color:#0f172a;font-size:.875rem;border-radius:.5rem;display:block;width:100%;padding:.625rem;transition:box-shadow .2s ease-in-out,border-color .2s ease-in-out,background-color .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=date].form-input,input[type=datetime-local].form-input,input[type=month].form-input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;min-height:2.75rem}select.form-input{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2364748B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1em 1em;padding-right:2.5rem}.dark .form-input{background-color:#334155;border-color:#475569;color:#f8fafc}.dark select.form-input{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2394A3B8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e")}.form-input:focus{outline:none;border-color:#6a3093;box-shadow:0 0 0 2px #6366f166}.form-input:disabled{background-color:#e2e8f0;cursor:not-allowed;color:#64748b}.dark .form-input:disabled{background-color:#475569;color:#94a3b8}.form-input-view{background-color:transparent!important;border-color:transparent!important;padding-left:.625rem!important;padding-right:.625rem!important;color:#334155!important;cursor:default;box-shadow:none!important}.dark .form-input-view{color:#cbd5e1!important}.form-input::placeholder{color:#94a3b8}.dark .form-input::placeholder{color:#64748b}.colorAda,.bg-indigo-700,.bg-indigo-600,.bg-indigo-500{background:#6a3093;background:-webkit-linear-gradient(to right,#a044ff,#6a3093);background:linear-gradient(to right,#a044ff,#6a3093)}.login-info-panel-gradient{background:#6a3093;background:-webkit-linear-gradient(top,#a044ff,#6a3093);background:linear-gradient(to bottom,#a044ff,#6a3093)}.nyx-section-tab--active{border-bottom-color:#6a3093!important;color:#5b2877;background-color:#6a309317;box-shadow:0 1px 2px #6a309312}.dark .nyx-section-tab--active{border-bottom-color:#a044ff!important;color:#e9d5ff;background-color:#a044ff1f;box-shadow:0 1px 2px #0003}.nyx-section-tab-icon--active{color:#6a3093}.dark .nyx-section-tab-icon--active{color:#d8b4ff}.nyx-subsection-tab--active{border-bottom-color:#6a3093!important;color:#5b2877}.dark .nyx-subsection-tab--active{border-bottom-color:#a044ff!important;color:#e9d5ff}.nyx-subsection-nav{display:inline-flex;max-width:100%;padding:.3rem;border-radius:.875rem;background-color:#f1f5f9d9;border:1px solid rgba(226,232,240,.9)}.dark .nyx-subsection-nav{background-color:#0f172a73;border-color:#334155bf}.nyx-subsection-pill{color:#64748b}.nyx-subsection-pill:hover:not(.nyx-subsection-pill--active){color:#334155;background-color:#ffffff8c}.dark .nyx-subsection-pill{color:#94a3b8}.dark .nyx-subsection-pill:hover:not(.nyx-subsection-pill--active){color:#e2e8f0;background-color:#1e293b73}.nyx-subsection-pill--active{color:#5b2877;background-color:#fff;box-shadow:0 1px 3px #6a30931f,0 1px 2px #0f172a0f}.dark .nyx-subsection-pill--active{color:#e9d5ff;background-color:#1e293b;box-shadow:0 1px 3px #00000047}.nyx-subsection-pill-icon{background-color:#64748b1a;color:#64748b}.dark .nyx-subsection-pill-icon{background-color:#94a3b81f;color:#94a3b8}.nyx-subsection-pill-icon--active{background-color:#6a30931f;color:#6a3093}.dark .nyx-subsection-pill-icon--active{background-color:#a044ff2e;color:#d8b4ff}.nyx-list-filter-field{display:flex;flex-direction:column;gap:.3rem;min-width:0}.nyx-list-filter-label{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.dark .nyx-list-filter-label{color:#94a3b8}.nyx-list-filter-control{height:2.25rem;width:100%;padding:0 .75rem;font-size:.875rem;line-height:1.25rem;border-radius:.5rem;border:1px solid rgb(203 213 225);background-color:#fff;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.nyx-list-filter-control::placeholder{color:#94a3b8}.nyx-list-filter-control:hover:not(:focus){border-color:#94a3b8}.nyx-list-filter-control:focus{outline:none;border-color:#6a30938c;box-shadow:0 0 0 2px #6a309324}.dark .nyx-list-filter-control{border-color:#475569;background-color:#1e293b;color:#e2e8f0}.dark .nyx-list-filter-control:hover:not(:focus){border-color:#64748b}.dark .nyx-list-filter-control:focus{border-color:#a044ff8c;box-shadow:0 0 0 2px #a044ff2e}.nyx-list-filter-search-icon{position:absolute;left:.625rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#94a3b8;pointer-events:none}.nyx-list-filter-clear-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:.375rem;color:#94a3b8;transition:color .15s ease,background-color .15s ease}.nyx-list-filter-clear-btn:hover{color:#475569;background-color:#94a3b826}.dark .nyx-list-filter-clear-btn:hover{color:#e2e8f0;background-color:#47556973}.nyx-list-filter-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-left:auto;align-self:flex-end;padding-bottom:.125rem}.nyx-list-filter-count{font-size:.75rem;font-weight:500;color:#5b2877;padding:.25rem .625rem;border-radius:9999px;background-color:#6a309317;white-space:nowrap}.dark .nyx-list-filter-count{color:#e9d5ff;background-color:#a044ff24}.nyx-list-filter-reset{font-size:.75rem;font-weight:500;color:#64748b;padding:.25rem .5rem;border-radius:.375rem;transition:color .15s ease,background-color .15s ease}.nyx-list-filter-reset:hover{color:#5b2877;background-color:#6a309314}.dark .nyx-list-filter-reset{color:#94a3b8}.dark .nyx-list-filter-reset:hover{color:#e9d5ff;background-color:#a044ff1f}.nyx-list-view-toggle{display:inline-flex;gap:.2rem;padding:.2rem;border-radius:.625rem;background-color:#f1f5f9e6;border:1px solid rgba(226,232,240,.9)}.dark .nyx-list-view-toggle{background-color:#0f172a80;border-color:#334155bf}.nyx-list-view-toggle-btn{padding:.35rem .65rem;font-size:.8125rem;font-weight:500;border-radius:.45rem;color:#64748b;white-space:nowrap;transition:color .15s ease,background-color .15s ease,box-shadow .15s ease}.nyx-list-view-toggle-btn:hover:not(.nyx-list-view-toggle-btn--active){color:#334155;background-color:#fff9}.dark .nyx-list-view-toggle-btn{color:#94a3b8}.dark .nyx-list-view-toggle-btn:hover:not(.nyx-list-view-toggle-btn--active){color:#e2e8f0;background-color:#1e293b73}.nyx-list-view-toggle-btn--active{color:#5b2877;background-color:#fff;box-shadow:0 1px 2px #6a30931a}.dark .nyx-list-view-toggle-btn--active{color:#e9d5ff;background-color:#1e293b;box-shadow:0 1px 2px #00000040}.nyx-brand-selectable--active{border-color:#6a3093!important;background-color:#6a309317}.dark .nyx-brand-selectable--active{border-color:#a044ff!important;background-color:#a044ff1f}.nyx-brand-border-hover:hover{border-color:#6a30938c!important}.dark .nyx-brand-border-hover:hover{border-color:#a044ff8c!important}.nyx-brand-accent-text{color:#6a3093}.dark .nyx-brand-accent-text{color:#d8b4ff}
