.minimal.svelte-67rbw0 {
  width: 100%;
  border-collapse: collapse;
}
.minimal.svelte-67rbw0 th:where(.svelte-67rbw0), .minimal.svelte-67rbw0 td:where(.svelte-67rbw0) {
  border: 1px solid #ddd;
  padding: 8px;
}
.minimal.svelte-67rbw0 th:where(.svelte-67rbw0) {
  background-color: #f2f2f2;
  text-align: left;
}
.minimal.svelte-67rbw0 tr:where(.svelte-67rbw0):nth-child(even) {
  background-color: #f9f9f9;
}
.minimal.svelte-67rbw0 tr:where(.svelte-67rbw0):hover {
  background-color: #f1f1f1;
}
.minimal.svelte-67rbw0 td:where(.svelte-67rbw0):has(> span.minimal-icon:where(.svelte-67rbw0)) {
  text-align: center;
}
.minimal.svelte-67rbw0 .error:where(.svelte-67rbw0) {
  color: #dc3545;
}
.minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) {
  font-size: 0.9em;
}
.minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) > div:where(.svelte-67rbw0) {
  display: flex;
  flex-direction: row;
  gap: 1em;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: baseline;
}
.minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) span.router-property:where(.svelte-67rbw0) {
  font-weight: bold;
  margin-left: 0.5em;
  background-color: #f8f9fa;
}
.minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) .children-picker:where(.svelte-67rbw0) {
  position: relative;
}
.minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) .children-picker:where(.svelte-67rbw0) button:where(.svelte-67rbw0) {
  border: none;
  border-radius: 4px;
}
.minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) .children-picker:where(.svelte-67rbw0) .children-menu:where(.svelte-67rbw0) {
  position: absolute;
  left: 0;
  width: max-content;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.5em 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.1);
}
.minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) .children-picker:where(.svelte-67rbw0) .children-menu:where(.svelte-67rbw0) li:where(.svelte-67rbw0) {
  list-style: none;
}
.minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) .children-picker:where(.svelte-67rbw0) .children-menu:where(.svelte-67rbw0) li:where(.svelte-67rbw0) button:where(.svelte-67rbw0) {
  border: none;
  background-color: transparent;
  padding: 0.25em;
}
.minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) .children-picker:where(.svelte-67rbw0) .children-menu:where(.svelte-67rbw0) li:where(.svelte-67rbw0):hover, .minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) .children-picker:where(.svelte-67rbw0) .children-menu:where(.svelte-67rbw0) li:where(.svelte-67rbw0) button:where(.svelte-67rbw0):hover {
  background-color: #e9ecef;
}
.minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) .children-picker:where(.svelte-67rbw0) .children-menu.children-menu-top:where(.svelte-67rbw0) {
  bottom: 0;
}
.minimal.svelte-67rbw0 caption:where(.svelte-67rbw0) .children-picker:where(.svelte-67rbw0) .children-menu.children-menu-bottom:where(.svelte-67rbw0) {
  top: 100%;
}
  .remote-component-container.svelte-eyhzaf {
    position: relative;
    height: 100%;
  }

  .wrapped-component-container.svelte-eyhzaf {
    width: 100%;
    height: 100%;
    min-height: 100px;
  }

  .performance-info.svelte-eyhzaf {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #28a745;
    color: white;
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 1000;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }

  .remote-component-loading.svelte-eyhzaf {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
  }

  .loading-content.svelte-eyhzaf {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .loading-spinner.svelte-eyhzaf {
    width: 32px;
    height: 32px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: svelte-eyhzaf-spin 1s linear infinite;
  }

  @keyframes svelte-eyhzaf-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .remote-component-error.svelte-eyhzaf {
    padding: 1rem;
    border: 2px solid #ff4444;
    border-radius: 8px;
    background: #fff5f5;
    color: #cc0000;
    text-align: center;
  }

  .error-content.svelte-eyhzaf h4:where(.svelte-eyhzaf) {
    margin: 0 0 0.5rem 0;
    color: #cc0000;
  }

  .error-content.svelte-eyhzaf p:where(.svelte-eyhzaf) {
    margin: 0.5rem 0;
  }

  .retry-button.svelte-eyhzaf {
    margin-top: 10px;
    padding: 8px 16px;
    background: #ff4444;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .retry-button.svelte-eyhzaf:hover {
    background: #cc0000;
  }

  .remote-component-fallback.svelte-eyhzaf {
    padding: 1rem;
    text-align: center;
    color: #666;
    font-style: italic;
  }
