body{margin:0;background:#f1f5f9;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a}*{box-sizing:border-box}a{color:inherit}.app-shell{min-height:100vh}.app-header{background:#0f172a;color:#fff;padding:2rem 3rem;display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.app-header h1{margin:0;font-size:2rem}.stats{display:flex;gap:1rem}.stat-box{background:#ffffff26;padding:.75rem 1.25rem;border-radius:.75rem}.stat-box span{display:block;font-size:.85rem;opacity:.8}.stat-box strong{font-size:1.5rem}.app-main{max-width:1100px;margin:0 auto;padding:2rem 1rem 4rem;display:flex;flex-direction:column;gap:1.5rem}.card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 50px #0f172a14}.card h2{margin:0 0 .5rem}.muted{color:#64748b;font-size:.9rem;margin:.25rem 0 0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}.form-grid label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.form-grid input,.form-grid select{border:1px solid #cbd5f5;border-radius:.6rem;padding:.55rem .75rem;font-size:.95rem}.input-hint{font-size:.75rem;color:#94a3b8}.form-grid input:focus,.form-grid select:focus{outline:2px solid #2563eb;border-color:transparent}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.form-actions{display:flex;align-items:flex-end}.form-actions button{background:#0f172a;color:#fff;border:none;border-radius:.6rem;padding:.65rem 1.5rem;font-weight:600;cursor:pointer}.form-actions button:disabled{opacity:.6;cursor:not-allowed}.card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.95rem}th,td{padding:.85rem;text-align:left;border-bottom:1px solid #e2e8f0;vertical-align:top}th{background:#f8fafc;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:#64748b}tr:hover td{background:#f8fafc}.ghost-button{border:1px solid #0f172a;background:transparent;padding:.3rem .8rem;border-radius:.5rem;font-size:.85rem;cursor:pointer;margin-right:.4rem}.ghost-button.danger{border-color:#b91c1c;color:#b91c1c}.ghost-button.danger:hover{background:#fee2e2}.pill-group{display:flex;flex-wrap:wrap;gap:.5rem}.pill{display:inline-flex;padding:.4rem .8rem;border-radius:999px;font-size:.85rem;background:#e2e8f0}.pill-warning{background:#fef3c7;color:#92400e}.pill-muted{background:#e2e8f0;color:#0f172a}@media(max-width:768px){.app-header{padding:1.5rem}.stats{width:100%;flex-direction:column}table{font-size:.85rem}}.login-container{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1d4ed8);display:flex;align-items:center;justify-content:center;padding:2rem}.login-card{background:#fff;padding:2.5rem;border-radius:1rem;width:100%;max-width:420px;display:flex;flex-direction:column;gap:1rem;box-shadow:0 30px 60px #0f172a4d}.login-card h1{margin:0 0 .5rem}.login-card label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.login-card input{border:1px solid #cbd5f5;border-radius:.6rem;padding:.55rem .75rem;font-size:.95rem}.login-card button{border:none;background:#0f172a;color:#fff;border-radius:.6rem;padding:.75rem;font-size:1rem;font-weight:600;cursor:pointer}.login-card .error{color:#dc2626;font-size:.9rem}.job-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem;max-height:320px;overflow-y:auto}.job-list li{border:1px solid #e2e8f0;border-radius:.8rem;padding:.75rem 1rem;background:#f8fafc}.ghost-button.tiny{padding:.2rem .5rem;font-size:.75rem;margin-top:.5rem;margin-right:0;align-self:flex-start}.ghost-button.tiny.danger{margin-top:0}.job-list small{display:block;font-size:.8rem;color:#64748b;margin-top:.25rem}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;margin-left:.5rem}.status-pending{background:#fef3c7;color:#92400e}.status-running{background:#dbeafe;color:#1e40af}.status-success{background:#dcfce7;color:#15803d}.status-failed{background:#fee2e2;color:#b91c1c}.db-chip-list{display:flex;flex-direction:column;gap:.35rem}.db-chip{border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem .75rem;background:#f8fafc;display:flex;flex-direction:column;gap:.15rem}.db-chip-name{font-weight:600;color:#0f172a}.db-chip small{color:#475569}.small{font-size:.8rem}
