:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}._container_16e4e_2{min-height:100vh;background-color:#f9fafb;display:flex;flex-direction:column;justify-content:center}._wrapper_16e4e_10{max-width:28rem;width:100%;margin-left:auto;margin-right:auto}._header_16e4e_17{text-align:center;margin-bottom:2rem}._title_16e4e_22{font-size:1.875rem;font-weight:700;color:#111827}._subtitle_16e4e_28{margin-top:.5rem;color:#4b5563}._card_16e4e_33{background-color:#fff;padding:2rem 4rem;box-shadow:0 1px 3px #0000001a;border-radius:.5rem}._error_16e4e_40{margin-bottom:1rem;padding:.75rem;background-color:#fef2f2;color:#b91c1c;font-size:.875rem;border-radius:.375rem;display:flex;align-items:center}._errorIcon_16e4e_51{width:1.25rem;height:1.25rem;margin-right:.5rem}._form_16e4e_57{display:flex;flex-direction:column;gap:1.5rem}._inputGroup_16e4e_63{display:flex;flex-direction:column}._label_16e4e_68{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}._input_16e4e_63{display:block;width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;margin-top:.25rem}._input_16e4e_63:focus{outline:none;ring:2px;ring-color:#6366f1;border-color:#6366f1}._rememberMe_16e4e_91{display:flex;align-items:center}._checkbox_16e4e_96{width:1rem;height:1rem;color:#6366f1;border-color:#d1d5db;border-radius:.25rem}._checkboxLabel_16e4e_104{margin-left:.5rem;font-size:.875rem;color:#374151}._forgotPassword_16e4e_110{font-size:.875rem;font-weight:500;color:#6366f1}._forgotPassword_16e4e_110:hover{color:#4f46e5}._button_16e4e_120{width:100%;display:flex;justify-content:center;padding:.5rem 1rem;border:transparent;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;font-size:.875rem;font-weight:500;color:#fff;background-color:#6366f1}._button_16e4e_120:hover{background-color:#4f46e5}._button_16e4e_120:focus{outline:none;ring:2px;ring-offset:2px;ring-color:#6366f1}._button_16e4e_120:disabled{opacity:.7}._spinner_16e4e_149{animation:_spin_16e4e_149 1s linear infinite;margin-right:.75rem;margin-left:-.25rem;width:1.25rem;height:1.25rem;color:#fff}._footer_16e4e_158{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#4b5563}._registerLink_16e4e_165{font-weight:500;color:#6366f1}._registerLink_16e4e_165:hover{color:#4f46e5}@keyframes _spin_16e4e_149{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.entry-container{padding:20px;max-width:1200px;margin:0 auto}.header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.language-toggle{background:#007bff;color:#fff;border:none;border-radius:4px;padding:8px 16px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.language-toggle:hover{background:#0056b3}@media (max-width: 768px){.header-row{flex-direction:column;gap:10px;text-align:center}.language-toggle{align-self:center}}.message{padding:10px;margin-bottom:20px;border-radius:4px}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.tabs{display:flex;margin-bottom:20px;border-bottom:1px solid #ddd}.tabs button{padding:10px 20px;background:none;border:none;cursor:pointer;font-size:16px;border-bottom:2px solid transparent}.tabs button.active{border-bottom:2px solid #007bff;color:#007bff}.tabs button:hover{background-color:#f5f5f5}.batch-section{margin-bottom:20px;padding:15px;background-color:#f8f9fa;border-radius:4px}.batch-controls{display:flex;gap:10px;align-items:center}.batch-controls input{padding:8px;border:1px solid #ddd;border-radius:4px;flex:1}.batch-controls button{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.batch-controls button:disabled{background-color:#6c757d;cursor:not-allowed}.entry-form{margin-bottom:30px}.form-section{padding:20px;border:1px solid #ddd;border-radius:4px;background-color:#fff}.form-section h3{margin-top:0;margin-bottom:20px}.form-row{display:flex;gap:20px;margin-bottom:15px}.form-group{flex:1;display:flex;flex-direction:column}.form-group.full-width{flex:2}.form-group label{margin-bottom:5px;font-weight:500}.form-group input,.form-group select,.form-group textarea{padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.form-section button{padding:10px 20px;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px}.form-section button:disabled{background-color:#6c757d;cursor:not-allowed}.form-group select{padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#fff;cursor:pointer}.form-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.form-group select option{padding:8px}.transactions-section{margin-top:30px}.table-container{overflow-x:auto}.transactions-table{width:100%;border-collapse:collapse}.export-section{margin:20px 0;padding:15px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.export-section h3{margin:0 0 10px;color:#495057}.export-btn{background-color:#28a745;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-weight:500;margin-right:10px}.export-btn:hover:not(:disabled){background-color:#218838}.export-btn:disabled{background-color:#6c757d;cursor:not-allowed}.export-info{color:#6c757d;font-size:.9rem}.batch-section,.export-section{margin-bottom:20px}.batch-controls{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.batch-controls input{padding:8px 12px;border:1px solid #ced4da;border-radius:4px;min-width:200px}.transactions-table th,.transactions-table td{padding:10px;text-align:left;border-bottom:1px solid #ddd}.transactions-table th{background-color:#f8f9fa;font-weight:600}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.pending{background-color:#fff3cd;color:#856404}.status-badge.validated{background-color:#d4edda;color:#155724}.status-badge.error{background-color:#f8d7da;color:#721c24}.status-badge.imported{background-color:#d1ecf1;color:#0c5460}.btn-sm{padding:4px 8px;font-size:12px;margin-right:5px;border:1px solid #ddd;border-radius:3px;background-color:#f8f9fa;cursor:pointer}.btn-sm.btn-danger{background-color:#dc3545;color:#fff;border-color:#dc3545}.pagination{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:20px}.pagination button{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.pagination button:disabled{background-color:#6c757d;cursor:not-allowed}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
