@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{color:#18181b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f7f8;height:100%;font-family:Inter,system-ui,sans-serif}#root{height:100%}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite spin}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:6px}::-webkit-scrollbar-track{background:0 0}@keyframes scin{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes popin{0%{opacity:0;transform:translateY(4px)scale(.98)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.screen-in{animation:.18s ease-out scin}.pop-in{animation:.14s ease-out popin}.pulse{animation:2s ease-in-out infinite pulse}.nx-row:hover{background:#fafafa}.nx-input{color:#18181b;background:#fff;border:1px solid #e4e4e7;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-family:Inter,sans-serif;font-size:13.5px;transition:all .12s}.nx-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #eef2ff}.nx-input::placeholder{color:#a1a1aa}.nx-check{appearance:none;cursor:pointer;vertical-align:middle;background:#fff;border:1.5px solid #d4d4d8;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.nx-check:checked{background:#4f46e5;border-color:#4f46e5}.nx-check:checked:after{content:"✓";color:#fff;font-size:12px;font-weight:700;line-height:1}.nx-check-lg{border-radius:6px;width:22px;height:22px}.seg input[type=radio]{display:none}.seg label{cursor:pointer;color:#52525b;border-radius:6px;align-items:center;gap:6px;height:28px;padding:0 12px;font-size:12.5px;font-weight:500;display:inline-flex}.seg input[type=radio]:checked+label{color:#18181b;background:#fff;box-shadow:0 1px 2px #0000000f}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes dashboard-in{0%{opacity:0;transform:translateY(8px)scale(.997)}to{opacity:1;transform:none}}.dash-in{animation:.38s cubic-bezier(.2,.7,.3,1) both dashboard-in}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton{background:linear-gradient(90deg,#f1f1f3 25%,#e8e8eb 50%,#f1f1f3 75%) 0 0/1200px 100%;border-radius:5px;animation:1.5s ease-in-out infinite shimmer}@keyframes hyperspaceExpand{0%{clip-path:inset(0 0 0 58%);opacity:.85}to{clip-path:inset(0 0 0 0%);opacity:1}}.hyperspace-in{animation:.38s cubic-bezier(.25,.46,.45,.94) forwards hyperspaceExpand}.num{font-variant-numeric:tabular-nums;font-family:JetBrains Mono,monospace}.kbd{color:#52525b;background:#fff;border:1px solid #e4e4e7;border-bottom-width:2px;border-radius:4px;padding:1px 5px;font-family:JetBrains Mono,monospace;font-size:11px}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0b0b0d}html[data-theme=dark] body{background:#0b0b0d}html[data-theme=dark] body>#root{filter:invert(.92)hue-rotate(180deg)}html[data-theme=dark] img,html[data-theme=dark] video,html[data-theme=dark] canvas,html[data-theme=dark] [data-keep-color]{filter:invert()hue-rotate(180deg)}.btn{cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:6px;font-family:Inter,sans-serif;font-weight:500;transition:opacity 80ms;display:inline-flex}.btn:disabled{cursor:not-allowed;opacity:.6}.btn--sm{height:32px;padding:0 10px;font-size:12.5px}.btn--md{height:36px;padding:0 14px;font-size:13.5px}.btn--lg{height:40px;padding:0 16px;font-size:14px}.btn--primary{color:#fff;background:#0a0a0b;border:1px solid #0a0a0b}.btn--accent{color:#fff;background:#4f46e5;border:1px solid #4338ca}.btn--secondary{color:#18181b;background:#fff;border:1px solid #e4e4e7}.btn--ghost{color:#27272a;background:0 0;border:none}.btn--danger{color:#b91c1c;background:#fff;border:1px solid #fecaca}.bdg{letter-spacing:.04em;border-radius:4px;align-items:center;gap:4px;height:20px;padding:0 6px;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:700;display:inline-flex}.bdg--neutral{color:#27272a;background:#f1f1f3;border:1px solid #e4e4e7}.bdg--accent{color:#312e81;background:#eef2ff;border:1px solid #c7d2fe}.bdg--outline{color:#3f3f46;background:#fff;border:1px solid #e4e4e7}.bdg--ok{color:#15803d;background:#dcfce7;border:1px solid #86efac}.bdg--warn{color:#a16207;background:#fef9c3;border:1px solid #fde68a}.bdg--err{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.bdg--blue{color:#1d4ed8;background:#dbeafe;border:1px solid #bfdbfe}.bdg--green{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.bdg--purple{color:#6b21a8;background:#f3e8ff;border:1px solid #d8b4fe}.modal-overlay{z-index:200;background:#0a0a0b73;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border:1px solid #e4e4e7;border-radius:14px;max-width:100%;overflow:hidden;box-shadow:0 20px 50px #00000040}.modal-head{border-bottom:1px solid #f1f1f3;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.modal-head__title{color:#0a0a0b;align-items:center;gap:8px;font-size:14.5px;font-weight:600;display:flex}.modal-head__close{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:7px;place-items:center;width:28px;height:28px;display:grid}.modal-head__close:hover{background:#f1f1f3}.modal-body{padding:18px}.modal-foot{background:#fafafa;border-top:1px solid #f1f1f3;justify-content:flex-end;gap:8px;padding:14px 18px;display:flex}.pager{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.pager__info{color:#71717a;font-size:12.5px}.pager__info strong{color:#3f3f46;font-family:JetBrains Mono,monospace;font-weight:600}.pager__controls{align-items:center;gap:4px;display:flex}.pager__btn,.pager__num{color:#3f3f46;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:7px;place-items:center;min-width:30px;height:30px;padding:0 8px;font-family:JetBrains Mono,monospace;font-size:12.5px;transition:all .12s;display:grid}.pager__btn:hover:not(:disabled),.pager__num:hover{background:#f5f3ff;border-color:#c7d2fe}.pager__btn:disabled{opacity:.45;cursor:not-allowed}.pager__num--active,.pager__num--active:hover{color:#fff;background:#4f46e5;border-color:#4f46e5;font-weight:600}.card{background:#fff;border:1px solid #e4e4e7;border-radius:12px}.card--clickable{cursor:pointer}.tag{color:#3f3f46;background:#fff;border:1px solid #e4e4e7;border-radius:4px;align-items:center;height:20px;padding:0 6px;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:500;display:inline-flex}.prog{align-items:center;gap:8px;display:flex}.prog__track{background:#f1f1f3;flex:1;overflow:hidden}.prog__fill{height:100%;transition:width .6s}.prog__label{color:#52525b;text-align:right;width:36px;font-family:JetBrains Mono,monospace;font-size:12px}.metric__header{justify-content:space-between;align-items:flex-start;display:flex}.metric__label{text-transform:uppercase;letter-spacing:.08em;color:#52525b;font-size:11px;font-weight:600}.metric__values{align-items:baseline;gap:8px;margin-top:12px;display:flex}.metric__value{color:#0a0a0b;font-family:JetBrains Mono,monospace;font-size:28px;font-weight:600;line-height:1}.metric__delta{font-family:JetBrains Mono,monospace;font-size:12px}.metric__sub{color:#52525b;margin-top:6px;font-size:12px}.forma3d-mount{width:100%;height:100%;position:absolute;inset:0}.auth-shell{background:#fff;min-height:100vh;display:flex}.auth-shell__left{flex-direction:column;flex:1;display:flex}.auth-shell__logo{padding:28px 36px}.auth-shell__logo-inner{align-items:center;gap:10px;display:inline-flex}.auth-shell__brand-name{color:#0a0a0b;font-size:14px;font-weight:600}.auth-shell__brand-sub{color:#71717a;letter-spacing:.07em;text-transform:uppercase;margin-top:3px;font-size:9.5px}.auth-shell__content{flex:1;place-items:center;padding:0 36px;display:grid}.auth-shell__content-inner{width:100%;max-width:360px}.auth-shell__footer{color:#71717a;justify-content:space-between;padding:0 36px 24px;font-size:11px;display:flex}.auth-shell__footer-version{font-family:JetBrains Mono,monospace}.auth-shell__right{background:#060610;flex-direction:column;width:42%;display:flex;position:relative;overflow:hidden}.auth-shell__halo-top{pointer-events:none;background:radial-gradient(closest-side,#4f46e559 0%,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:-100px;right:-100px}.auth-shell__halo-bottom{pointer-events:none;background:radial-gradient(closest-side,#6366f12e 0%,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;bottom:-60px;left:-60px}.auth-shell__overlay{pointer-events:none;z-index:10;flex-direction:column;justify-content:space-between;padding:32px;display:flex;position:absolute;inset:0}.auth-shell__badge{align-items:center;gap:8px;display:flex}.auth-shell__badge-dot{background:#4f46e5;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px 2px #4f46e5b3}.auth-shell__badge-text{color:#ffffff8c;letter-spacing:.12em;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600}.auth-shell__tagline{color:#fff;text-shadow:0 2px 20px #0009;max-width:340px;font-size:26px;font-weight:600;line-height:1.3}.auth-shell__sub{color:#fff6;max-width:320px;margin-top:8px;font-size:13px}.auth-shell__security{color:#ffffff40;align-items:center;gap:8px;margin-top:28px;font-size:11px;display:flex}.space-transition-mount{z-index:9999;background:#060610;transition:left .48s cubic-bezier(.25,.46,.45,.94);position:fixed;top:0;bottom:0;right:0}.login__title{color:#0a0a0b;font-size:21px;font-weight:600}.login__subtitle{color:#52525b;margin-top:6px;margin-bottom:24px;font-size:13px}.login__submit-btn{color:#fff;background:#0a0a0b;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:40px;margin-top:18px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;display:flex}.login__submit-btn:disabled{cursor:not-allowed}.login__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;display:inline-block}.login__api-error{color:#b91c1c;align-items:center;gap:6px;margin-top:12px;font-size:12.5px;display:flex}.login__info-box{color:#52525b;background:#f7f7f8;border:1px solid #e4e4e7;border-radius:8px;gap:8px;margin-top:20px;padding:12px;font-size:11.5px;display:flex}.field__header{justify-content:space-between;margin-bottom:6px;display:flex}.field__label{color:#27272a;font-size:12px;font-weight:500}.field__required{color:#b91c1c}.field__error{color:#b91c1c;margin-top:4px;font-size:11px;display:block}.cambiar__title{color:#0a0a0b;margin-top:10px;font-size:21px;font-weight:600}.cambiar__subtitle{color:#52525b;margin-top:6px;margin-bottom:20px;font-size:13px}.cambiar__pwd-wrapper{position:relative}.cambiar__pwd-toggle{cursor:pointer;color:#71717a;background:0 0;border:none;align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.cambiar__strength-bars{gap:4px;margin-top:8px;margin-bottom:6px;display:flex}.cambiar__strength-bar{border-radius:4px;flex:1;height:4px;transition:background .2s}.cambiar__strength-label{color:#52525b;justify-content:space-between;font-size:11.5px;display:flex}.cambiar__submit-btn{color:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:40px;margin-top:18px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:background .15s;display:flex}.cambiar__submit-btn:disabled{cursor:not-allowed}.cambiar__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;display:inline-block}.cambiar__api-error{color:#b91c1c;align-items:center;gap:6px;margin-top:12px;font-size:12.5px;display:flex}.field__hint{color:#71717a;font-size:11px}.root-spinner{justify-content:center;align-items:center;min-height:100vh;display:flex}
