.auth-page{align-items:center;background:linear-gradient(135deg,#eef2ff,#f8fafc);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;gap:14px;padding:28px;width:min(420px,100%)}.auth-card h2{margin:0 0 8px}.auth-error{color:#b91c1c;font-size:14px}@media (max-width:480px){.auth-card{border-radius:16px;padding:20px}}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;position:relative}.sidebar{background:#111827;color:#fff;display:flex;flex-direction:column;height:100vh;padding:20px;z-index:1100}.sidebar-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:24px}.sidebar-brand{font-size:22px;font-weight:700}.sidebar-close-btn{background:#0000;border-radius:10px;color:#fff;display:none;padding:6px}.sidebar-body{flex:1 1;overflow-y:auto}.sidebar-nav{display:flex;flex-direction:column;gap:10px}.sidebar-link{align-items:center;border-radius:12px;color:#d1d5db;display:flex;gap:10px;padding:12px 14px;text-decoration:none}.sidebar-link.active,.sidebar-link:hover{background:#1f2937;color:#fff}.sidebar-footer{border-top:1px solid #ffffff14;display:flex;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px}.sidebar-user-name{color:#d1d5db;font-size:14px;font-weight:600}.sidebar-logout-btn{width:100%}.sidebar-profile-box{margin-top:auto;padding:12px}.sidebar-profile-link{align-items:center;background:#ffffff0f;border-radius:14px;color:#fff;display:flex;gap:10px;padding:10px;text-decoration:none}.sidebar-profile-avatar,.sidebar-profile-fallback{border-radius:50%;flex-shrink:0;height:42px;object-fit:cover;width:42px}.sidebar-profile-fallback{align-items:center;background:#2563eb;display:flex;font-weight:700;justify-content:center}.sidebar-profile-text{display:flex;flex-direction:column;min-width:0}.sidebar-profile-text strong{font-size:14px}.sidebar-profile-text span,.sidebar-profile-text strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-profile-text span{font-size:12px;opacity:.8}.app-main{display:flex;flex-direction:column;min-width:0}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;padding:16px 24px}.topbar,.topbar-left{align-items:center;display:flex;gap:12px}.topbar-left h1{margin:0}.topbar-menu-btn{background:#e5e7eb;border-radius:12px;color:#111827;display:none;padding:10px 12px}.app-content{min-width:0;padding:24px}.sidebar-backdrop{display:none}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{box-shadow:0 10px 30px #00000040;height:100vh;left:0;max-width:85vw;overflow:hidden;position:fixed;top:0;transform:translateX(-100%);transition:transform .25s ease;width:280px}.sidebar.sidebar-open{transform:translateX(0)}.sidebar-close-btn,.topbar-menu-btn{align-items:center;display:inline-flex;justify-content:center}.sidebar-backdrop{background:#00000059;display:block;inset:0;position:fixed;z-index:1000}.topbar{padding:14px 16px}.app-content{padding:16px}}.dashboard-grid{grid-gap:16px;grid-template-columns:repeat(4,1fr)}.dashboard-grid,.dashboard-panels{display:grid;gap:16px;margin-bottom:20px}.dashboard-panels{grid-gap:16px;grid-template-columns:1fr 1fr}.kpi-card{background:#fff;border-radius:18px;box-shadow:0 6px 18px #0000000d;padding:18px}.kpi-title{color:#6b7280;font-size:13px}.kpi-value{font-size:26px;font-weight:700;margin-top:10px}@media (max-width:1024px){.dashboard-grid,.dashboard-panels{grid-template-columns:1fr}}.filters-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:16px}.grid-form{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}.form-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:8px}.check-row{align-items:center;display:flex;gap:10px;min-height:44px}.check-row input[type=checkbox]{height:18px;width:18px}.error-text{color:#b91c1c;display:block;font-size:12px;margin-top:6px}.progress-wrap{background:#e5e7eb;border-radius:999px;height:12px;overflow:hidden;width:100%}.progress-bar{background:#2563eb;border-radius:999px;height:100%}@media (max-width:768px){.grid-form{grid-template-columns:1fr}.form-actions{align-items:stretch;flex-direction:column}.filters-grid{grid-template-columns:1fr}}.profile-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 12px 30px #0f172a0f;max-width:760px;padding:28px;width:100%}.profile-form-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:24px}.profile-form-header h3{color:#0f172a;font-size:28px;font-weight:700;margin:0}.profile-form-header p{color:#64748b;font-size:14px;line-height:1.5;margin:8px 0 0}.profile-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-form-group{display:flex;flex-direction:column;gap:8px}.profile-form-group-full{grid-column:1/-1}.profile-form-group label{color:#334155;font-size:14px;font-weight:600}.profile-form-group input{background:#f8fafc;border:1px solid #cbd5e1;border-radius:14px;box-sizing:border-box;color:#0f172a;font-size:16px;height:52px;outline:none;padding:0 16px;transition:all .2s ease;width:100%}.profile-form-group input::placeholder{color:#94a3b8}.profile-form-group input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.profile-form-actions{display:flex;justify-content:flex-end;margin-top:26px}.profile-form-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:14px;box-shadow:0 10px 24px #2563eb38;color:#fff;cursor:pointer;font-size:15px;font-weight:700;height:48px;min-width:200px;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.profile-form-button:hover:not(:disabled){box-shadow:0 14px 28px #2563eb47;transform:translateY(-1px)}.profile-form-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}@media (max-width:768px){.profile-form-card{border-radius:20px;padding:20px}.profile-form-header h3{font-size:24px}.profile-form-grid{gap:16px;grid-template-columns:1fr}.profile-form-group-full{grid-column:auto}.profile-form-actions{justify-content:stretch}.profile-form-button{min-width:100%;width:100%}}:root{--bg-body:#f5f7fb;--bg-surface:#fff;--bg-soft:#f8fafc;--bg-overlay:#00000059;--text-main:#111827;--text-soft:#6b7280;--text-white:#fff;--border-color:#d1d5db;--border-soft:#eef2f7;--primary:#2563eb;--primary-hover:#1d4ed8;--secondary:#e5e7eb;--secondary-hover:#d1d5db;--danger:#dc2626;--danger-hover:#b91c1c;--radius-sm:10px;--radius-md:12px;--radius-lg:18px;--radius-xl:20px;--shadow-sm:0 6px 18px #0000000d;--shadow-md:0 10px 30px #00000014;--sidebar-width:260px;--content-padding:24px;--gap:16px}*{box-sizing:border-box}#root,body,html{margin:0;min-height:100%;padding:0}body{background:#f5f7fb;background:var(--bg-body);color:#111827;color:var(--text-main);font-family:Inter,Arial,sans-serif;line-height:1.4}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer;transition:.2s ease}input,select,textarea{background:#fff;background:var(--bg-surface);border:1px solid #d1d5db;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-md);color:#111827;color:var(--text-main);outline:none;padding:12px 14px;width:100%}input:focus,select:focus,textarea:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}textarea{min-height:90px;resize:vertical}label{color:#111827;color:var(--text-main);display:block;font-weight:600;margin-bottom:8px}h1,h2,h3,h4,h5,h6,p{margin-top:0}.btn-danger,.btn-info,.btn-primary,.btn-secondary{align-items:center;border-radius:12px;border-radius:var(--radius-md);display:inline-flex;font-weight:600;gap:8px;justify-content:center;min-height:42px;padding:10px 14px;transition:.2s ease}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#e5e7eb;color:#111827}.btn-secondary:hover{background:#d1d5db}.btn-info{background:#dbeafe;color:#1d4ed8}.btn-info:hover{background:#bfdbfe}.btn-danger{background:#fee2e2;color:#b91c1c}.btn-danger:hover{background:#fecaca}.card-panel,.cuenta-card{background:#fff;background:var(--bg-surface);border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 6px 18px #0000000d;box-shadow:var(--shadow-sm);padding:16px}.cuenta-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.cuenta-card-actions .btn-danger,.cuenta-card-actions .btn-secondary{min-width:110px}.modal-backdrop{align-items:center;background:#00000059;background:var(--bg-overlay);display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.modal-card{background:#fff;background:var(--bg-surface);border-radius:20px;border-radius:var(--radius-xl);box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow-md);max-height:90vh;overflow-y:auto;padding:20px;width:min(680px,100%)}.modal-card.large{width:min(980px,100%)}.modal-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.modal-header h3{margin:0}.full-width{grid-column:1/-1}.toolbar-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.cuentas-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.empty-state{color:#6b7280;color:var(--text-soft);padding:30px 20px;text-align:center}.badge{border-radius:999px;font-size:12px;font-weight:600;padding:6px 10px}.badge.ok{background:#dcfce7;color:#166534}.badge.off{background:#fee2e2;color:#991b1b}@media (max-width:768px){:root{--content-padding:16px;--gap:12px}.modal-backdrop{align-items:flex-end;padding:0}.modal-card,.modal-card.large{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:20px;border-top-right-radius:20px;max-height:92vh;max-width:100%;padding:18px;width:100%}.toolbar-row{align-items:stretch;flex-direction:column}.btn-danger,.btn-primary,.btn-secondary{width:100%}}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.table-app{background:#fff;border-collapse:collapse;border-radius:18px;min-width:720px;overflow:hidden;width:100%}.table-app thead{background:#f8fafc}.table-app th{color:#6b7280;font-size:13px;font-weight:700;text-transform:uppercase}.table-app td,.table-app th{border-bottom:1px solid #eef2f7;padding:14px 12px;text-align:left;white-space:nowrap}.table-app tbody tr:hover{background:#f9fafb}.simple-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.simple-list li{border:1px solid #e5e7eb;border-radius:12px;padding:12px}.loader-wrap{align-items:center;display:flex;gap:10px}.loader-spinner{animation:spin .9s linear infinite;border:3px solid #dbeafe;border-radius:50%;border-top-color:#2563eb;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.table-app{min-width:640px}.table-app td,.table-app th{font-size:14px;padding:12px 10px}}
/*# sourceMappingURL=main.6d7cd4ae.css.map*/