:root{--navy: #0d2137;--navy-light: #122840;--white: #ffffff;--bg-page: #f8f9fb;--bg-card: #ffffff;--bg-sidebar: #f1f5f9;--bg-table-hover: #f8fafc;--border: #e2e8f0;--border-input: #cbd5e1;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--text-white: #ffffff;--primary: #0d2137;--primary-hover: #122840;--primary-fg: #ffffff;--destructive: #dc2626;--sla-green-bg: #dcfce7;--sla-green-text: #16a34a;--sla-amber-bg: #fef3c7;--sla-amber-text: #d97706;--sla-red-bg: #fee2e2;--sla-red-text: #dc2626;--stage-initial: #22c55e;--stage-network: #eab308;--stage-merchant: #3b82f6;--stage-represent: #a855f7;--stage-final: #f97316;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-full: 9999px;--header-h: 56px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5;background:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--text-primary);line-height:1.3}.btn-primary{display:inline-flex;align-items:center;gap:6px;padding:0 16px;height:36px;background:var(--navy);color:var(--white);border-radius:var(--radius-sm);font-size:13px;font-weight:500;white-space:nowrap;transition:background .15s;cursor:pointer;border:none}.btn-primary:hover{background:var(--navy-light)}.btn-primary:active{opacity:.9}.btn-outline{display:inline-flex;align-items:center;gap:6px;padding:0 14px;height:34px;background:transparent;color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.btn-outline:hover{background:var(--bg-sidebar);border-color:var(--border-input)}.form-field{display:flex;flex-direction:column;gap:4px}.form-field label{font-size:13px;font-weight:500;color:var(--text-secondary)}.form-field input,.form-field select,.form-field textarea{height:36px;padding:0 10px;border:1px solid var(--border-input);border-radius:var(--radius-sm);background:var(--white);font-size:14px;outline:none;transition:border-color .15s;color:var(--text-primary)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--navy)}.form-field input::placeholder,.form-field select::placeholder,.form-field textarea::placeholder{color:var(--text-muted)}.form-field textarea{height:auto;padding:8px 10px;resize:vertical}.filter-input{width:100%;height:30px;padding:0 8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);font-size:12px;color:var(--text-primary);outline:none}.filter-input:focus{border-color:var(--navy)}.filter-input::placeholder{color:var(--text-muted)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg)}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:var(--radius-full);font-size:12px;font-weight:500}.page-content{padding:24px;flex:1;overflow-y:auto}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-header h2{font-size:18px;font-weight:600}.divider{height:1px;background:var(--border)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
