:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;min-width:320px;background:#f7f7fb;color:#111827}.app{display:flex;height:100%}.sidebar{width:240px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:12px;gap:12px}.brand{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;padding:10px;height:56px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.brand-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,#60a5fa,#2563eb);color:#fff;font-size:14px}.brand-title{font-weight:600;font-size:14px}.brand-text{display:flex;flex-direction:column;gap:2px}.brand-subtitle{font-size:12px;color:#6b7280}.brand-caret{color:#6b7280;font-size:14px}.menu ul{list-style:none;padding:0;margin:0;display:grid;gap:4px}.menu button{width:100%;border:0;background:transparent;padding:8px 10px;border-radius:8px;display:flex;align-items:center;gap:10px;color:#111827;font-size:14px;cursor:pointer}.menu li.active button{background:#eef2ff;color:#1d4ed8;font-weight:600}.menu.secondary{margin-top:auto}.icon{width:20px;display:inline-grid;place-items:center}.content{flex:1;padding:12px;display:flex;flex-direction:column;gap:12px}.top-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#111827;border:1px solid #111827;border-radius:12px;width:100%;height:56px}.top-nav-title{font-size:14px;color:#e5e7eb}.top-nav-balance,.top-nav-overdraft{font-size:13px;color:#e5e7eb;white-space:nowrap}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1118278c;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal-card{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:20px;box-shadow:0 16px 32px #00000026;border:1px solid #e5e7eb}.modal-title{font-size:16px;font-weight:600;color:#111827;margin-bottom:8px}.modal-text{font-size:14px;color:#4b5563;line-height:1.4}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:16px}.icon-button-danger{color:#dc2626;border-color:#fecaca;background:#fee2e2}.icon-button-danger:hover{color:#b91c1c;border-color:#fca5a5;background:#fecaca}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:12px;font-size:14px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;box-shadow:0 8px 16px #0f172a0f}.pagination button{border:1px solid #e5e7eb;background:#fff;padding:6px 10px;border-radius:6px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.pagination button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5f5}.pagination button:disabled{opacity:.5;cursor:default}.page-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000d}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:2rem;background:linear-gradient(135deg,#0f172a8c,#0f172a33),url(/assets/back-client-CZ_J0XWV.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.auth-card{width:100%;max-width:460px;background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000001f;margin-left:5%}.auth-title{text-align:center;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.form-field{display:block;margin-bottom:1rem}.form-field span{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.form-field input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.form-field select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;background:#fff}.required-star{color:#dc2626;font-weight:600}.input-error{border-color:#dc2626;box-shadow:0 0 0 2px #dc262626}.primary-button{border:1px solid #2563eb;background:#2563eb;color:#fff;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:14px}.secondary-button{border:1px solid #e5e7eb;background:#fff;color:#111827;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:14px}.auth-card .primary-button,.auth-card .secondary-button{width:100%}.helper-link{margin-top:1rem;text-align:center;font-size:.875rem;color:#2563eb;cursor:pointer}.error-banner{padding:.75rem;margin-bottom:1rem;background:#fee;color:#c33;border-radius:4px;font-size:.875rem}.success-banner{padding:.75rem;margin-bottom:1rem;background:#ecfdf3;color:#166534;border-radius:4px;font-size:.875rem}.table-wrapper{width:100%;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th,.data-table td{text-align:left;padding:10px 12px;border-bottom:1px solid #e5e7eb}.data-table thead th{color:#6b7280;font-weight:600}.data-table tbody tr:hover{background:#f9fafb}.empty-cell{text-align:center;padding:16px;color:#6b7280}
