@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--border-color:#e2e8f0;--border-focus:#1991bd;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--accent-primary:#1991bd;--accent-secondary:#e9b41f;--color-success:#16a34a;--color-success-bg:#f0fdf4;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-pending:#d97706;--color-pending-bg:#fffbeb;--color-processing:#2563eb;--color-processing-bg:#eff6ff;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000a, 0 4px 6px -2px #00000005;--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:12px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.glass-panel{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm)}.accent-btn{background:var(--accent-primary);color:#fff;border:1px solid var(--accent-primary);border-radius:var(--border-radius-sm);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.accent-btn:hover{background:#147da5;border-color:#147da5}.accent-btn:active{transform:translateY(0)}.sec-btn{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.sec-btn:hover{color:var(--text-primary);background:#f8fafc;border-color:#cbd5e1}.icon-btn{color:var(--text-secondary);cursor:pointer;border-radius:var(--border-radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.35rem;transition:all .15s;display:inline-flex}.icon-btn:hover{color:var(--text-primary);background:#f1f5f9}.badge{border-radius:4px;align-items:center;padding:.2rem .5rem;font-size:.75rem;font-weight:550;display:inline-flex}.badge-success{background-color:var(--color-success-bg);color:var(--color-success);border:1px solid #16a34a26}.badge-failed{background-color:var(--color-error-bg);color:var(--color-error);border:1px solid #dc262626}.badge-pending{background-color:var(--color-pending-bg);color:var(--color-pending);border:1px solid #d9770626}.badge-processing{background-color:var(--color-processing-bg);color:var(--color-processing);border:1px solid #2563eb26}
