body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f4f6!important;background-color:#f3f4f6!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.container{margin:0 auto;max-width:1200px;padding:0 20px}.login-container{align-items:center;display:flex;justify-content:center;min-height:100vh}.login-form{background:#fff;border-radius:10px;max-width:400px;padding:2rem;width:100%}.login-form h2{color:#333;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus{border-color:#667eea;outline:none}.btn{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;transition:background-color .3s;width:100%}.btn:hover{background:#5a67d8}.btn:disabled{background:#ccc;cursor:not-allowed}.error{color:#e53e3e}.error,.success{margin-top:1rem;text-align:center}.success{color:#38a169}.app-layout{min-height:100vh;position:relative}.main-content{min-height:100vh;padding-left:30px;padding-right:30px;padding-top:30px;transition:margin-left .3s ease}.top-bar{background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a;height:50px;left:0;position:fixed;right:0;top:0;z-index:1000}.top-bar-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 1rem}.menu-toggle{background:none;border:none;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;height:40px;justify-content:center;padding:8px;transition:background-color .2s;width:40px}.menu-toggle:hover{background:#0000001a}.hamburger-line{background:#5f6368;border-radius:2px;height:3px;margin:2px 0;transition:.3s;width:24px}.app-title{align-items:center;color:#5f6368;display:flex;flex:1 1;font-size:1.375rem;font-weight:400;gap:.5rem;margin-left:1rem}.app-title .brand-icon{font-size:1.5rem}.app-title .brand-text{font-size:1.375rem;font-weight:400}.top-bar-user-info{align-items:center;display:flex;gap:1rem}.user-name{color:#5f6368;font-size:.875rem;font-weight:500}.logout-btn-top{background:none;border:none;border-radius:50%;cursor:pointer;font-size:1.2rem;padding:8px;transition:background-color .2s}.logout-btn-top:hover{background:#0000001a}.user-avatar-container{position:relative}.user-avatar-topbar{align-items:center;background:#667eea;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;height:32px;justify-content:center;transition:background-color .2s;width:32px}.user-avatar-topbar:hover{background:#5a67d8}.dropdown-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.user-dropdown{background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:240px;overflow:hidden;position:absolute;right:0;top:45px;z-index:1000}.user-dropdown-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;gap:12px;padding:16px}.user-dropdown-avatar{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:flex;font-size:1rem;font-weight:500;height:40px;justify-content:center;width:40px}.user-dropdown-info{flex:1 1}.user-dropdown-name{color:#202124;font-size:14px;font-weight:500}.user-dropdown-email{color:#5f6368;font-size:12px;margin-top:2px}.user-dropdown-divider{background:#e0e0e0;height:1px}.user-dropdown-actions{padding:8px 0}.user-dropdown-item{align-items:center;background:none;border:none;color:#5f6368;cursor:pointer;display:flex;font-size:14px;padding:10px 16px;text-align:left;text-decoration:none;transition:background-color .2s;width:100%}.user-dropdown-item:hover{background:#f5f5f5}.user-dropdown-icon{font-size:16px;margin-right:12px}.sidebar{background:#fff;box-shadow:2px 0 10px #0000001a;height:100vh;left:-320px;overflow-y:auto;position:fixed;top:0;transition:left .3s ease;width:320px;z-index:1001}.sidebar-open{left:0}.sidebar-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.sidebar-header{border-bottom:1px solid #e0e0e0;height:50px;justify-content:space-between;padding:1rem 1.5rem}.sidebar-brand,.sidebar-header{align-items:center;display:flex}.sidebar-brand{gap:.75rem}.brand-icon{font-size:1.5rem}.brand-text{color:#202124;font-size:1.375rem;font-weight:500}.sidebar-close{background:none;border:none;border-radius:50%;color:#5f6368;cursor:pointer;font-size:1.2rem;padding:8px;transition:background-color .2s}.sidebar-close:hover{background:#0000001a}.sidebar-content{padding:2rem 0 1rem}.sidebar-nav{padding:0 .5rem}.nav-section{margin-bottom:2rem}.nav-section-title{color:#5f6368;font-size:.875rem;font-weight:500;letter-spacing:.5px;margin-bottom:.5rem;padding:.5rem 1rem;text-transform:uppercase}.nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#5f6368;cursor:pointer;display:flex;margin:.25rem 0;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:all .2s;width:100%}.nav-item:hover{background:#677eea1a;color:#667eea}.nav-item.active{background:#677eea26;color:#667eea;font-weight:500}.nav-icon{font-size:1.25rem;margin-right:.75rem;text-align:center;width:24px}.nav-label{font-size:.875rem}.nav-logout{color:#d93025}.nav-logout:hover{background:#d930251a;color:#d93025}.dashboard-content{min-height:100vh;transition:margin-left .3s ease}.transaction-summary{background:#fff;border-radius:3px;margin-bottom:.75rem;padding:2rem;width:100%}.welcome-card{background:#fff;border-radius:15px;padding:3rem;text-align:center;width:100%}@media (max-width:768px){.user-name{display:none}.business-name{font-size:.75rem!important}.business-name,.business-selector{margin-right:.5rem!important}.business-dropdown{min-width:160px!important}.app-title{font-size:1.125rem}.menu-toggle{display:flex!important;z-index:1002!important}.sidebar{left:-280px;width:280px;z-index:1001!important}.sidebar-open{left:0!important}.sidebar-overlay{z-index:1000!important}.top-bar{z-index:1003!important}.settings-container,.transactions-container{margin:.5rem;padding:1rem}.settings-grid,.summary-cards{grid-template-columns:1fr}.settings-section .wide-dash-border-btn{overflow:hidden;position:relative;text-indent:-9999px}.settings-section .wide-dash-border-btn:before{content:attr(data-icon);font-size:1rem;left:50%;position:absolute;text-indent:0;top:50%;transform:translate(-50%,-50%)}}@media (max-width:430px){.sidebar{left:-85vw;width:85vw;z-index:1001!important}.sidebar-open{left:0!important}.sidebar-overlay{display:block;z-index:1000!important}.menu-toggle{z-index:1002!important}.app-title{font-size:1rem}.top-bar{z-index:1003!important}}.page-header{margin-top:2.5rem;text-align:left}.page-header h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.page-header p{color:#666;font-size:1.1rem}.transactions-summary{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;margin:2rem 0;padding:2rem}.summary-header{margin-bottom:2rem;text-align:left}.summary-header h2{color:#333;font-size:1.8rem;margin-bottom:.5rem}.summary-header p{color:#666;font-size:1rem;margin:0}.summary-cards{grid-gap:1.5rem;gap:1.5rem}.summary-card{box-shadow:0 2px 8px #0000001a}.summary-card h3{margin-bottom:1rem;opacity:.9}.summary-amount{font-size:2rem;font-weight:700;margin-bottom:.5rem}.summary-subtitle{font-size:.9rem;opacity:.8}.summary-card.expense{background:linear-gradient(135deg,#f44336,#d32f2f)}.summary-card.balance{background:linear-gradient(135deg,#2196f3,#1976d2)}.quick-actions{margin-top:2rem}.action-card{background:#f8f9fa;border-radius:10px;padding:1.5rem;text-align:center}.action-card h3{color:#333;margin-bottom:1rem}.action-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.action-btn{align-items:center;background:#fff;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;display:flex;flex-direction:column;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:all .3s ease}.action-btn:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.action-btn span:first-child{font-size:1.5rem}.action-btn span:last-child{font-size:.9rem}.transactions-container{background:#fff;border-radius:5px;padding:2rem;width:100%}.summary-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.summary-card{border-radius:10px;padding:1.5rem;text-align:center}.summary-card.income{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.summary-card.expense{background:linear-gradient(135deg,#f44336,#da190b);color:#fff}.summary-card.balance{background:linear-gradient(135deg,#2196f3,#0b7dda);color:#fff}.summary-card h3{font-size:1rem;margin:0 0 .5rem}.summary-card .amount{font-size:2rem;font-weight:700;margin:0}.filter-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:.5rem}.filter-btn{background:#f8f9fa;border:2px solid #dadce0;border-radius:25px;color:#5f6368;cursor:pointer;padding:.75rem 1.5rem;transition:all .3s}.filter-btn:hover{color:#667eea}.filter-btn.active{color:#667eea;font-weight:bolder}.transactions-list h2{color:#333;margin-bottom:1rem}.transaction-item{align-items:center;border:1px solid #eee;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:1rem;transition:all .3s}.transaction-item:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.transaction-info{flex:1 1}.transaction-description strong{display:block;font-size:1.1rem;margin-bottom:.25rem}.transaction-category{background:#f0f0f0;border-radius:12px;color:#666;font-size:.9rem;margin-left:.5rem;padding:.25rem .5rem}.transaction-date{color:#888;font-size:.9rem;margin-top:.25rem}.transaction-amount{font-size:1.2rem;font-weight:700}.transaction-amount.income{color:#4caf50}.transaction-amount.expense{color:#f44336}.settings-container{background:#fff;border-radius:5px;padding:2rem;width:100%}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724}.error-message,.success-message{margin-bottom:2rem;padding:1rem;text-align:center}.error-message{background:#f8d7da;border:1px solid #f1aeb5;border-radius:8px;color:#721c24;font-weight:500}.settings-section,.settings-sections{margin-bottom:2rem}.settings-section{border:1px solid #eee;border-radius:10px;padding:1.5rem}.settings-section h2{color:#333;font-size:1.5rem;margin:0 0 1rem}.settings-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.setting-item{display:flex;flex-direction:column}.setting-item label{color:#555;font-weight:500;margin-bottom:.5rem}.setting-item input,.setting-item select{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.75rem}.setting-item input:disabled{background:#f5f5f5;color:#888}.settings-toggles{display:flex;flex-direction:column;gap:1rem}.setting-toggle{border:1px solid #eee;border-radius:8px;padding:1rem}.setting-toggle label{align-items:center;cursor:pointer;display:flex;gap:.5rem;margin-bottom:.5rem}.setting-toggle input[type=checkbox]{height:18px;width:18px}.toggle-text{color:#333;font-weight:500}.setting-toggle p{color:#666;font-size:.9rem;margin:0}.security-actions{display:flex;flex-direction:column;gap:1rem}.security-btn{background:#fff;border:1px solid #ddd;border-radius:5px;color:#333;cursor:pointer;padding:.75rem 1rem;text-align:left;transition:all .3s}.security-btn:hover{background:#f5f5f5}.security-btn.danger{border-color:#dc3545;color:#dc3545}.security-btn.danger:hover{background:#dc3545;color:#fff}.settings-actions{display:flex;gap:1rem;justify-content:flex-end}.payment-methods{display:flex;flex-direction:column;gap:1rem}.payment-method-card{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:1.5rem}.payment-method-info{align-items:center;display:flex;gap:1rem}.payment-method-icon{font-size:2rem}.payment-method-details{display:flex;flex-direction:column;gap:.25rem}.payment-method-name{color:#202124;font-weight:500}.payment-method-number{color:#5f6368;font-family:monospace}.payment-method-expiry{color:#5f6368;font-size:.875rem}.payment-method-actions{align-items:center;display:flex;gap:1rem}.add-terminal-btn{align-items:center;background:#f8f9fa;border:2px dashed #dadce0;border-radius:8px;color:#5f6368;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:center;padding:1.5rem;transition:all .2s}.add-terminal-btn:hover{background:#f1f3f4;border-color:#5f6368}.payment-list-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.payment-list{border:1px solid #eee;border-radius:10px;margin-bottom:2rem;padding:1.5rem}.payment-list h2{color:#333;font-size:1.5rem;margin:0 0 1rem}.payment-history{display:flex;flex-direction:column;gap:.75rem}.payment-history-item{grid-gap:1rem;align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:6px;display:grid;gap:1rem;grid-template-columns:120px 1fr 100px 80px;padding:1rem}.payment-date{color:#5f6368;font-size:.875rem}.payment-amount,.payment-description{color:#202124;font-weight:500}.payment-amount{text-align:right}.payment-status{border-radius:12px;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-align:center}.payment-status.success{background:#e8f5e8;color:#2e7d32}.setting-item.full-width{grid-column:1/-1}@media (max-width:768px){.payment-method-card{align-items:flex-start;flex-direction:column;gap:1rem}.payment-method-actions{justify-content:flex-end;width:100%}.payment-history-item{gap:.5rem;grid-template-columns:1fr;text-align:left}.payment-amount{text-align:left}.table-container{overflow-x:auto}.payment-history-table{min-width:500px}.payment-history-table td,.payment-history-table th{font-size:.8rem;padding:.75rem .5rem}.payment-history-table th{font-size:.7rem}.business-selector{max-width:100%}.business-dropdown{font-size:16px}}.slide-overlay{background:#00000080;bottom:0;left:0;opacity:1;position:fixed;right:0;top:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);z-index:1500}.slide-panel{background:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;height:100vh;position:fixed;right:-500px;top:0;transition:right .3s cubic-bezier(.4,0,.2,1);width:500px;will-change:transform;z-index:1600}.slide-panel-open{right:0}.slide-panel-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;height:50px;justify-content:space-between;padding:1.5rem}.slide-panel-header h2{color:#333;font-size:1.25rem;font-weight:600;margin:0}.slide-panel-close{background:none;border:none;border-radius:50%;color:#666;cursor:pointer;font-size:1.5rem;padding:8px;transition:background-color .2s}.slide-panel-close:hover{background:#0000001a}.slide-panel-content{flex:1 1;overflow-y:auto;padding:1.5rem}.slide-panel-footer{background:#f8f9fa;border-top:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}.form-input{border:1px solid #ddd;border-radius:6px;font-size:.875rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-input-error{border-color:#e53e3e}.form-input:disabled{background:#f5f5f5;color:#888;cursor:not-allowed}.form-input-readonly{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#374151;display:flex;font-size:.875rem;line-height:1.5;min-height:44px;padding:.75rem;width:100%;word-break:break-word}.form-error{color:#e53e3e;display:block;font-size:.75rem;margin-top:.25rem}.checkbox-label{align-items:center;cursor:pointer;display:flex!important;gap:.5rem;margin-bottom:0!important}.form-checkbox{margin:0!important;width:auto!important}@media (max-width:768px){.slide-panel{right:-100vw;width:100vw}.slide-panel-open{right:0}}.table-container{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.payment-history-table{border-collapse:collapse;font-size:.875rem;width:100%}.payment-history-table thead{background:#f8f9fa}.payment-history-table th{border-bottom:1px solid #e0e0e0;color:#5f6368;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.payment-history-table th:last-child{text-align:right}.payment-history-table tbody tr{transition:background-color .2s ease}.payment-history-table tbody tr:hover{background:#f8f9fa}.payment-history-table td{border-bottom:1px solid #f0f0f0;color:#202124;padding:1rem}.payment-history-table td:last-child{text-align:right}.payment-history-table tbody tr:last-child td{border-bottom:none}.status-badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-align:center}.status-badge.status-success{background:#e8f5e8;color:#2e7d32}.status-badge.status-pending{background:#fff3cd;color:#856404}.status-badge.status-failed{background:#f8d7da;color:#721c24}.btn.primary{background:#667eea;border:none;color:#fff}.btn.primary:hover{background:#5a67d8}.btn.secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn.secondary:hover{background:#f5f5f5}.business-selector{max-width:300px}.business-label{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.business-dropdown{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.business-dropdown:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.business-dropdown:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.business-dropdown option{padding:.5rem}.account-list-container{background:#fff;border:1px solid #e5e7eb;border-radius:5px;margin-bottom:2rem;padding:1.5rem}.account-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.account-list-header h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.wide-dash-border-btn{align-items:center;background:#f8f9fa;border:2px solid #dadce0;border-radius:8px;color:#5f6368;cursor:pointer;display:flex;gap:.5rem;justify-content:center;padding:.75rem;transition:all .2s}.wide-dash-border-btn:hover{background:#f1f3f4;color:#667eea}.account-list-message{margin:0}.account-list-loading,.account-list-message{color:#6b7280;font-style:italic;padding:2rem 1rem;text-align:center}.account-list-error{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;margin:1rem 0;padding:2rem 1rem;text-align:center}.account-list{display:flex;flex-direction:column;gap:1rem}.account-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.account-item:hover{background:#f3f4f6;border-color:#d1d5db}.account-info{flex:1 1}.account-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.account-header-actions{align-items:center;display:flex;gap:.5rem}.btn-icon{align-items:center;background:none;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;font-size:1rem;height:36px;justify-content:center;padding:.5rem;transition:all .2s ease;width:36px}.btn-icon:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px)}.btn-view-icon:hover{background:#eff6ff;border-color:#3b82f6}.btn-edit-icon:hover{background:#ecfdf5;border-color:#10b981}.btn-remove-icon:hover{background:#fef2f2;border-color:#dc2626}.account-name{color:#111827;font-size:1.125rem;font-weight:600;margin:0}.account-details{display:flex;flex-direction:column;gap:.5rem}.account-detail-row{align-items:center;display:flex;justify-content:space-between;padding:.25rem 0}.detail-label{color:#6b7280;font-size:.875rem;font-weight:500;min-width:120px}.detail-value{background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;color:#111827;flex:1 1;font-family:Monaco,Consolas,monospace;font-size:.875rem;margin-left:1rem;padding:.25rem .5rem;text-align:right}.detail-value-with-copy{align-items:center;display:flex;flex:1 1;gap:.5rem;justify-content:flex-end;margin-left:1rem}.btn-copy-icon{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-size:.875rem;height:28px;justify-content:center;min-width:28px;padding:.25rem .5rem}.btn-copy-icon:hover{background:#667eea!important;border-color:#667eea!important;color:#fff!important}.account-id{color:#a16207}.account-gateway,.account-id{background:#eff6ff;border-color:#dbeafe}.account-gateway{color:#1e40af}.account-mid{background:#f0fdf4;border-color:#dcfce7;color:#166534}.account-gmpw{background:#fefce8;border-color:#fef3c7;color:#a16207}.account-status{border-radius:4px;font-size:.75rem;font-weight:500;letter-spacing:.025em;margin-right:.5rem;padding:.25rem .5rem;text-transform:uppercase}.account-status.status-active{background:#d1fae5;color:#065f46}.account-status.status-inactive{background:#fee2e2;color:#991b1b}.account-status.status-pending{background:#fef3c7;color:#92400e}.account-status.status-unknown{background:#f3f4f6;color:#6b7280}@media (max-width:768px){.account-item{gap:1rem}.account-header,.account-item{align-items:flex-start;flex-direction:column}.account-header{gap:.5rem}.account-header-actions{justify-content:space-between;width:100%}.btn-icon{width:32px}.btn-add-icon,.btn-icon{font-size:.875rem;height:32px}.btn-add-icon{gap:.25rem;padding:.4rem .8rem}.btn-add-icon .btn-text{font-size:.8rem}.account-detail-row{align-items:flex-start;flex-direction:column;gap:.25rem}.detail-label{font-weight:600;min-width:auto}.detail-value{margin-left:0;text-align:left;width:100%}.detail-value-with-copy{justify-content:flex-start;margin-left:0;width:100%}.terminal-list-container{margin-top:.75rem;padding:.75rem}}.terminal-list-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:1rem}.terminal-list-container h4{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.terminal-list-message{color:#6b7280;font-style:italic;margin:0}.payment-method-extra{color:#6b7280;font-size:.8rem;margin-top:.25rem}.terminal-status-badge{border-radius:4px;font-size:.75rem;font-weight:500;letter-spacing:.025em;margin-right:.5rem;padding:.25rem .5rem;text-transform:uppercase}.terminal-status-badge.status-active{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.terminal-status-badge.status-inactive{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.user-list-container{background:#fff;border:1px solid #e5e7eb;border-radius:5px;margin-bottom:2rem;padding:1.5rem}.user-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.user-list-header h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.user-list-message{margin:0}.user-list-loading,.user-list-message{color:#6b7280;font-style:italic;padding:2rem 1rem;text-align:center}.user-list-error{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;margin:1rem 0;padding:2rem 1rem;text-align:center}.user-list{display:flex;flex-direction:column;gap:1rem}.user-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.user-item:hover{background:#f3f4f6;border-color:#d1d5db}.user-info{flex:1 1;gap:1rem}.user-header,.user-info{align-items:center;display:flex}.user-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.user-header-actions{align-items:center;display:flex;gap:.5rem}.user-list .user-name{color:#111827;font-size:1.125rem;font-weight:600;margin:0}.user-details{display:flex;flex-direction:column;gap:.5rem}.user-detail-row{align-items:center;display:flex;justify-content:space-between;padding:.25rem 0}.user-status{border-radius:12px;font-size:.75rem;font-weight:500;letter-spacing:.025em;padding:.25rem .75rem;text-transform:uppercase}.user-status.status-active{background:#ecfdf5;border:1px solid #a7f3d0;color:#10b981}.user-status.status-inactive{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.user-role{background:#e0e7ff;border:1px solid #c7d2fe;border-radius:12px;color:#3730a3;font-size:.75rem;font-weight:500;letter-spacing:.025em;padding:.25rem .75rem;text-transform:uppercase}.user-id{background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;color:#111827;font-family:Monaco,Consolas,monospace;font-size:.875rem;padding:.25rem .5rem}@media (max-width:768px){.user-item{gap:1rem}.user-header,.user-item{align-items:flex-start;flex-direction:column}.user-header{gap:.5rem}.user-detail-row,.user-header-actions{align-items:flex-start;flex-direction:column;gap:.25rem}.detail-label{min-width:auto}.detail-value{margin-left:0;text-align:left}.detail-value-with-copy{justify-content:flex-start;margin-left:0}}.transaction-preview{padding:0}.preview-header{border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1rem}.preview-header h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.preview-header p{color:#6b7280;font-size:.875rem;margin:0}.preview-details{display:flex;flex-direction:column;gap:1.5rem}.preview-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.preview-section h4{border-bottom:1px solid #d1d5db;color:#374151;font-size:1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.preview-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.75rem 0}.preview-item:last-child{border-bottom:none}.preview-item.total{border-top:2px solid #d1d5db;font-weight:600;padding-top:1rem}.preview-label{color:#6b7280;font-size:.875rem;font-weight:500;min-width:120px}.preview-value{color:#111827;flex:1 1;font-weight:500;text-align:right}.preview-value.highlight{color:#059669;font-size:1.125rem;font-weight:600}.preview-item.total .preview-value.highlight{color:#dc2626;font-size:1.25rem}.form-info{color:#6b7280;font-size:.875rem;font-style:italic;margin-top:.25rem}@media (max-width:768px){.preview-item{align-items:flex-start;flex-direction:column;gap:.5rem}.preview-label{font-weight:600;min-width:auto}.preview-value{text-align:left}.preview-section{padding:1rem}}.preview-actions{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem}@media (max-width:768px){.preview-actions{flex-direction:column;gap:.75rem}.preview-actions .btn{width:100%}}
/*# sourceMappingURL=main.66df8f63.css.map*/