*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container[data-v-196f4610] {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto 1fr;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.container .header[data-v-196f4610] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.5rem;
}
.container .header .navbar[data-v-196f4610] {
  height: auto;
  display: flex;
  gap: 1rem;
  padding: 0.5rem;
}
.container .view[data-v-196f4610] {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}.timeline-view[data-v-ed53d292] {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
  height: 100%;
  overflow-y: auto;
}
h2[data-v-ed53d292] {
  flex-shrink: 0;
  margin: 10px 0;
}
.editor-header[data-v-ed53d292] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.editor-header h2[data-v-ed53d292] {
  margin: 0;
}
.editor-toolbar[data-v-ed53d292] {
  display: flex;
  gap: 10px;
}
.editor-toolbar .mock-btn[data-v-ed53d292] {
  padding: 6px 12px;
  background-color: #006fa7;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  transition: background-color 0.2s;
}
.editor-toolbar .mock-btn[data-v-ed53d292]:hover:not(:disabled) {
  background-color: #005b8a;
}
.editor-toolbar .mock-btn[data-v-ed53d292]:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.editor-toolbar .mock-btn.remove-btn[data-v-ed53d292] {
  background-color: #dc3545;
}
.editor-toolbar .mock-btn.remove-btn[data-v-ed53d292]:hover:not(:disabled) {
  background-color: #c82333;
}
.editor-section[data-v-ed53d292] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.editor-section .json-editor[data-v-ed53d292] {
  width: 100%;
  height: 300px;
  font-family: monospace;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  resize: vertical;
}
.editor-section .error-msg[data-v-ed53d292] {
  color: red;
  font-size: 14px;
}
.display-section[data-v-ed53d292] {
  flex: 1;
}
.vars[data-v-ed53d292] {
  /* Main */
  --edr-module-timeline-main-background-color: #f1f3f8;
  --edr-module-timeline-main-text-color: black;
  /* Timeline */
  --edr-module-timeline-timeline-color: #d8d8d8;
  --edr-module-timeline-timeline-title-font-size: 13px;
  /* Legend */
  --edr-module-timeline-legend-title-font-size: 13px;
  --edr-module-timeline-legend-item-font-size: 12px;
  /* Critical Status */
  --edr-module-timeline-critical-background-color: #ff3030;
  --edr-module-timeline-critical-border-color: #ff3030;
  --edr-module-timeline-critical-text-color: #fff;
  /* High Status */
  --edr-module-timeline-high-background-color: #fb8a00;
  --edr-module-timeline-high-border-color: #fb8a00;
  --edr-module-timeline-high-text-color: #000;
  /* Medium Status */
  --edr-module-timeline-medium-background-color: #f2ca00;
  --edr-module-timeline-medium-border-color: #f2ca00;
  --edr-module-timeline-medium-text-color: #000;
  /* Low Status */
  --edr-module-timeline-low-background-color: #4b5563;
  --edr-module-timeline-low-border-color: #4b5563;
  --edr-module-timeline-low-text-color: #fff;
  /* Icon */
  --edr-module-timeline-icon-background-color: yellow;
  --edr-module-timeline-icon-text-color: #4b5563;
  --edr-module-timeline-icon-text-size: 24px;
  /* Card */
  --edr-module-timeline-card-background-color: white;
  --edr-module-timeline-card-border-color: #e5e5e5;
  --edr-module-timeline-card-content-text-color: black;
  --edr-module-timeline-card-header-text-color: black;
  --edr-module-timeline-card-footer-text-color: gray;
  --edr-module-timeline-card-content-font-size: 13px;
  --edr-module-timeline-card-header-font-size: 13px;
  --edr-module-timeline-card-footer-font-size: 13px;
  --edr-module-timeline-card-border-hover-color: #006fa7;
  --edr-module-timeline-card-border-radius: 16px;
  /* Card Detail */
  --edr-module-timeline-card-detail-background-color: white;
  --edr-module-timeline-card-detail-border-color: #e5e5e5;
  --edr-module-timeline-card-detail-title-font-size: 12px;
  --edr-module-timeline-card-detail-text-color: #121212;
  --edr-module-timeline-card-detail-info-text-size: 13px;
  --edr-module-timeline-card-detail-data-manipulation-info-text-size: 13px;
  --edr-module-timeline-card-detail-container-background-color: #f2f2f2;
  --edr-module-timeline-card-detail-header-info-background-color: #f2f2f2;
  --edr-module-timeline-card-detail-underlined-color: #006fa7;
  --edr-module-timeline-card-detail-divider-color: #e5e5e5;
  --edr-module-timeline-card-detail-process-path-background-color: #ebf5fd;
  --edr-module-timeline-card-detail-slider-container-background-color: #ebf5fd;
  --edr-module-timeline-card-detail-slider-container-text-color: #121212;
  --edr-module-timeline-card-detail-slider-activated-color: #006fa7;
  --edr-module-timeline-card-detail-slider-deactivated-color: #ebf5fd;
  --edr-module-timeline-card-detail-slider-dot-color: #006fa7;
  --edr-module-timeline-card-detail-slider-arrow-color: white;
  --edr-module-timeline-card-detail-slider-container-button-background-color: blue;
}.modal-overlay[data-v-da376687] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content[data-v-da376687] {
  background: white;
  padding: 20px;
  border-radius: 8px;
  min-width: 300px;
  max-width: 500px;
  width: 50%;
}
.account-form[data-v-da376687] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.form-row[data-v-da376687] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.form-group[data-v-da376687] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
label[data-v-da376687] {
  font-size: 0.8rem;
  font-weight: bold;
  color: #666;
}
input[data-v-da376687], textarea[data-v-da376687] {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: monospace;
}
.readonly-input[data-v-da376687] {
  background: #f5f5f5;
  cursor: not-allowed;
}
fieldset[data-v-da376687] {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 4px;
}
.modal-actions[data-v-da376687] {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.primary-btn[data-v-da376687] {
  background: #007bff;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}h2[data-v-c9bfa785] {
  flex-shrink: 0;
  margin: 10px;
}
.remote-shell-wrapper[data-v-c9bfa785] {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.remote-shell-container[data-v-c9bfa785] {
  display: flex;
  width: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}.main[data-v-8e46ef38] {
  display: flex;
  justify-content: center;
  align-items: center;
}