:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  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;
}

.card {
  padding: 2em;
}

#app {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.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: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

  .modal-overlay.svelte-16ybbk4 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .modal.svelte-16ybbk4 {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
  }
  .modal-header.svelte-16ybbk4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }

  .modal-header.svelte-16ybbk4 h3:where(.svelte-16ybbk4) {
    margin: 0;
    font-size: 20px;
    color: #333;
  }

  .close-button.svelte-16ybbk4 {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
  }

  .close-button.svelte-16ybbk4:hover {
    background-color: #f0f0f0;
    color: #333;
  }

  .modal-body.svelte-16ybbk4 {
    padding: 20px;
  }

  .confirm.svelte-1mnb2qq {
    display: flex;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
  }

  .btn-cancel.svelte-1mnb2qq,
  .btn-confirm.svelte-1mnb2qq {
    flex: 1;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .btn-cancel.svelte-1mnb2qq {
    flex: 1;
    background-color: #f0f0f0;
    color: #333;
  }

  .btn-cancel.svelte-1mnb2qq:hover {
    background-color: #e0e0e0;
  }

  .btn-confirm.svelte-1mnb2qq {
    flex: 1;
    background-color: #0066cc;
    color: white;
  }

  .btn-confirm.svelte-1mnb2qq:hover {
    background-color: #0052a3;
  }

  form.svelte-uqr7nx {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .form-group.svelte-uqr7nx {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .form-group.svelte-uqr7nx label:where(.svelte-uqr7nx) {
    font-weight: 600;
    color: #333;
    font-size: 14px;
  }

  .form-group.svelte-uqr7nx input:where(.svelte-uqr7nx) {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
  }

  .form-group.svelte-uqr7nx input:where(.svelte-uqr7nx):focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
  }

  .form-options.svelte-uqr7nx {
    display: flex;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
  }

  .btn-cancel.svelte-uqr7nx,
  .btn-delete.svelte-uqr7nx,
  .btn-submit.svelte-uqr7nx {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .btn-cancel.svelte-uqr7nx {
    flex: 1;
    background-color: #f0f0f0;
    color: #333;
  }

  .btn-cancel.svelte-uqr7nx:hover {
    background-color: #e0e0e0;
  }

  .btn-delete.svelte-uqr7nx {
    flex: 1;
    background-color: #b62020;
    color: white;
  }

  .btn-delete.svelte-uqr7nx:hover {
    background-color: #8a1616;
  }

  .btn-submit.svelte-uqr7nx {
    flex: 1;
    background-color: #0066cc;
    color: white;
  }

  .btn-submit.svelte-uqr7nx:hover {
    background-color: #0052a3;
  }

  .client-overview.svelte-sbpsj9 {
    padding: 20px;
  }

  .loading.svelte-sbpsj9,
  .empty.svelte-sbpsj9 {
    text-align: center;
    padding: 20px;
    border-radius: 4px;
  }

  .loading.svelte-sbpsj9 {
    background-color: #f0f0f0;
    color: #666;
  }

  .empty.svelte-sbpsj9 {
    background-color: #efe;
    color: #363;
    border: 1px solid #cfc;
  }

  .client-container.svelte-sbpsj9 {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .add-icon-button.svelte-sbpsj9 {
    background: none;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
    margin-top: 2px;
  }

  .add-icon-button.svelte-sbpsj9:hover {
    background-color: #f0f0f0;
    color: #333;
    border-color: #999;
  }

  .client-table.svelte-sbpsj9 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }

  .table-row.svelte-sbpsj9 {
    cursor: pointer;
  }

  .table-row.svelte-sbpsj9:hover .table-cell:where(.svelte-sbpsj9) {
    background-color: #f9f9f9;
  }

  .table-header.svelte-sbpsj9 {
    display: contents;
  }

  .table-header.svelte-sbpsj9 .table-cell:where(.svelte-sbpsj9) {
    background-color: #f5f5f5;
    padding: 12px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .table-header.svelte-sbpsj9 .table-cell:where(.svelte-sbpsj9):last-child {
    border-right: none;
  }

  .table-row.svelte-sbpsj9 {
    display: contents;
  }

  .table-row.svelte-sbpsj9 .table-cell:where(.svelte-sbpsj9) {
    padding: 6px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #666;
  }

  /* overflow handling for client column */
  .client-cell.svelte-sbpsj9 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .id-cell.svelte-sbpsj9 {
    cursor: default
  }

  .table-row.svelte-sbpsj9 .table-cell:where(.svelte-sbpsj9):last-child {
    border-right: none;
  }

  .table-row.svelte-sbpsj9:hover .table-cell:where(.svelte-sbpsj9) {
    background-color: #f9f9f9;
  }

  .modal-overlay.svelte-sv7f19 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .modal.svelte-sv7f19 {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
  }

  .modal-header.svelte-sv7f19 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
  }

  .modal-header.svelte-sv7f19 h3:where(.svelte-sv7f19) {
    margin: 0;
    font-size: 20px;
    color: #333;
  }

  .close-button.svelte-sv7f19 {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
  }

  .close-button.svelte-sv7f19:hover {
    background-color: #f0f0f0;
    color: #333;
  }

  .modal-body.svelte-sv7f19 {
    padding: 20px;
  }

  form.svelte-sv7f19 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .form-group.svelte-sv7f19 {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .form-group.svelte-sv7f19 label:where(.svelte-sv7f19) {
    font-weight: 600;
    color: #333;
    font-size: 14px;
  }

  .form-group.svelte-sv7f19 input:where(.svelte-sv7f19),
  .form-group.svelte-sv7f19 select:where(.svelte-sv7f19) {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
  }

  .form-group.svelte-sv7f19 select:where(.svelte-sv7f19) {
    background-color: #f5f5f5;
  }

  .form-group.svelte-sv7f19 input:where(.svelte-sv7f19):focus,
  .form-group.svelte-sv7f19 select:where(.svelte-sv7f19):focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
  }

  .modal-footer.svelte-sv7f19 {
    display: flex;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
  }

  .btn-cancel.svelte-sv7f19,
  .btn-submit.svelte-sv7f19 {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .btn-cancel.svelte-sv7f19 {
    flex: 1;
    background-color: #f0f0f0;
    color: #333;
  }

  .btn-cancel.svelte-sv7f19:hover {
    background-color: #e0e0e0;
  }

  .btn-delete.svelte-sv7f19 {
    background-color: #b62020;
    color: white;
  }

  .btn-delete.svelte-sv7f19:hover {
    background-color: #8a1616;
  }

  .btn-submit.svelte-sv7f19 {
    flex: 1;
    background-color: #0066cc;
    color: white;
  }

  .btn-submit.svelte-sv7f19:hover {
    background-color: #0052a3;
  }

  .action-button-container.svelte-1tzcj7f {
    display: flex;
    gap: 6px;
  }

  .action-button.svelte-1tzcj7f {
    background-color: #ebebeb;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .action-button.svelte-1tzcj7f:hover {
    background-color: #b1b1b1;
  }

  .action-button.svelte-1tzcj7f:disabled {
    background-color: #dadada;
    cursor: default;
  }

  .action-button.svelte-1tzcj7f > img:where(.svelte-1tzcj7f) {
    width: 28px;
    height: 28px;
    filter: brightness(20%);
    user-select: none;
  }

  .action-button.svelte-1tzcj7f:hover > img:where(.svelte-1tzcj7f) {
    filter: brightness(0%);
  }

  .action-button.svelte-1tzcj7f:disabled > img:where(.svelte-1tzcj7f) {
    filter: brightness(60%);
  }

  .instance-overview.svelte-w4qt6y {
    padding: 20px;
  }

  .loading.svelte-w4qt6y,
  .empty.svelte-w4qt6y {
    text-align: center;
    padding: 20px;
    border-radius: 4px;
  }

  .loading.svelte-w4qt6y {
    background-color: #f0f0f0;
    color: #666;
  }

  .empty.svelte-w4qt6y {
    background-color: #efe;
    color: #363;
    border: 1px solid #cfc;
  }

  .instances-container.svelte-w4qt6y {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .add-icon-button.svelte-w4qt6y {
    background: none;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
    margin-top: 2px;
  }

  .add-icon-button.svelte-w4qt6y:hover {
    background-color: #f0f0f0;
    color: #333;
    border-color: #999;
  }

  .instances-table.svelte-w4qt6y {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }

  .table-row.svelte-w4qt6y:hover .table-cell:where(.svelte-w4qt6y) {
    background-color: #f9f9f9;
  }

  .table-header.svelte-w4qt6y {
    display: contents;
  }

  .table-header.svelte-w4qt6y .table-cell:where(.svelte-w4qt6y) {
    background-color: #f5f5f5;
    padding: 12px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .table-header.svelte-w4qt6y .table-cell:where(.svelte-w4qt6y):last-child {
    border-right: none;
  }

  .table-row.svelte-w4qt6y {
    display: contents;
  }

  .table-row.svelte-w4qt6y .table-cell:where(.svelte-w4qt6y) {
    padding: 6px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #666;
  }

  /* overflow handling for client column */
  .client-cell.svelte-w4qt6y {
    max-width: 120px; /* adjust as needed */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .table-row.svelte-w4qt6y .table-cell:where(.svelte-w4qt6y):last-child {
    border-right: none;
  }

  .table-row.svelte-w4qt6y:hover .table-cell:where(.svelte-w4qt6y) {
    background-color: #f9f9f9;
  }

  .action-button-container.svelte-1dkde5 {
    display: flex;
    gap: 6px;
  }

  .action-button.svelte-1dkde5 {
    background-color: #ebebeb;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .action-button.svelte-1dkde5:hover {
    background-color: #b1b1b1;
  }

  .action-button.svelte-1dkde5:disabled {
    background-color: #dadada;
    cursor: default;
  }

  .action-button.svelte-1dkde5 > img:where(.svelte-1dkde5) {
    width: 28px;
    height: 28px;
    filter: brightness(20%);
    user-select: none;
  }

  .action-button.svelte-1dkde5:hover > img:where(.svelte-1dkde5) {
    filter: brightness(0%);
  }

  .action-button.svelte-1dkde5:disabled > img:where(.svelte-1dkde5) {
    filter: brightness(60%);
  }

  .form-container.svelte-yb3ajf {
    display: flex;
    flex-direction: column;
  }
  .form-group.svelte-yb3ajf {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .form-group.svelte-yb3ajf label:where(.svelte-yb3ajf) {
    font-weight: 600;
    color: #333;
    font-size: 14px;
  }

  .render-request.svelte-yb3ajf {
    resize: vertical;
    max-height: 300px;
  }

  .form-group.svelte-yb3ajf input:where(.svelte-yb3ajf),
  .form-group.svelte-yb3ajf select:where(.svelte-yb3ajf) /* (unused) .form-group textarea*/ {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
  }

  .form-options.svelte-yb3ajf {
    display: flex;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
  }

  .btn-cancel.svelte-yb3ajf,
  .btn-submit.svelte-yb3ajf {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .btn-cancel.svelte-yb3ajf {
    flex: 1;
    background-color: #f0f0f0;
    color: #333;
  }

  .btn-cancel.svelte-yb3ajf:hover {
    background-color: #e0e0e0;
  }

  .btn-submit.svelte-yb3ajf {
    flex: 1;
    background-color: #0066cc;
    color: white;
  }

  .btn-submit.svelte-yb3ajf:disabled {
    flex: 1;
    background-color: #cecece;
    color: rgb(175, 175, 175);
  }

  .btn-submit.svelte-yb3ajf:hover {
    background-color: #0052a3;
  }

  .job-overview.svelte-7kven3 {
    padding: 20px;
  }
  .loading.svelte-7kven3,
  .empty.svelte-7kven3 {
    text-align: center;
    padding: 20px;
    border-radius: 4px;
  }

  .loading.svelte-7kven3 {
    background-color: #f0f0f0;
    color: #666;
  }

  .empty.svelte-7kven3 {
    background-color: #efe;
    color: #363;
    border: 1px solid #cfc;
  }

  .job-container.svelte-7kven3 {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .add-icon-button.svelte-7kven3 {
    background: none;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
    margin-top: 2px;
  }

  .add-icon-button.svelte-7kven3:hover {
    background-color: #f0f0f0;
    color: #333;
    border-color: #999;
  }

  .job-table.svelte-7kven3 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }

  .table-row.svelte-7kven3 {
    cursor: pointer;
  }

  .table-row.svelte-7kven3:hover .table-cell:where(.svelte-7kven3) {
    background-color: #f9f9f9;
  }

  .table-header.svelte-7kven3 {
    display: contents;
  }

  .table-header.svelte-7kven3 .table-cell:where(.svelte-7kven3) {
    background-color: #f5f5f5;
    padding: 12px;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .table-header.svelte-7kven3 .table-cell:where(.svelte-7kven3):last-child {
    border-right: none;
  }

  .table-row.svelte-7kven3 {
    display: contents;
  }

  .table-row.svelte-7kven3 .table-cell:where(.svelte-7kven3) {
    padding: 6px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #666;
  }

  .table-row.svelte-7kven3 .table-cell:where(.svelte-7kven3):last-child {
    border-right: none;
  }

  .table-row.svelte-7kven3:hover .table-cell:where(.svelte-7kven3) {
    background-color: #f9f9f9;
  }

  .overflow.svelte-7kven3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dashboard.svelte-1y1a8hs {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .tabs.svelte-1y1a8hs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #ddd;
    background-color: #fafafa;
    padding: 5px 10px; /* vertical 5px, horizontal 10px */
  }

  .tab-button.svelte-1y1a8hs {
    background: none;
    border: none;
    padding: 16px 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
    position: relative;
    top: 2px;
  }

  .tab-button.svelte-1y1a8hs:hover {
    color: #333;
    background-color: #f0f0f0;
  }

  .tab-button.active.svelte-1y1a8hs {
    border-bottom-color: #868686;
    background-color: white;
  }

  .tab-content.svelte-1y1a8hs {
    flex: 1;
    overflow-y: auto;
  }

  /* (unused) .placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
    font-size: 16px;
  }*/

  .notification-container.svelte-kl24pr {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 400px;
  }

  .notification-item.svelte-kl24pr {
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: svelte-kl24pr-slideIn 0.3s ease-out;
  }

  .notification-content.svelte-kl24pr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
  }

  .notification-text.svelte-kl24pr {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
  }

  .notification-error.svelte-kl24pr {
    background-color: #fee;
    color: #c33;
    border: 1px solid #fcc;
  }

  .notification-warning.svelte-kl24pr {
    background-color: #ffeaa7;
    color: #d63031;
    border: 1px solid #fdcb6e;
  }

  .notification-success.svelte-kl24pr {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
  }

  .notification-info.svelte-kl24pr {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
  }

  .notification-close.svelte-kl24pr {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: inherit;
    padding: 0;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .notification-close.svelte-kl24pr:hover {
    opacity: 0.7;
  }

  @keyframes svelte-kl24pr-slideIn {
    from {
      transform: translateX(400px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .app-container.svelte-1n46o8q {
    max-width: 960px;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
