@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
.UPalD {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgb(249, 250, 251);
  color: rgb(31, 41, 55);
  min-height: 100vh;
}

.RMIWH {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem;
}

@media (min-width: 640px) {
  .RMIWH {
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .RMIWH {
    padding: 2rem;
  }
}

.BzQ5h {
  margin-bottom: 2rem;
}

.JOC7M {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.pouhc {
  text-align: center;
  flex: 1;
}

.kGAdi {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.hfKKM {
  text-align: right;
  font-size: 0.875rem;
  color: rgb(107, 114, 128);
}

.hfKKM small {
  font-size: 0.75rem;
  color: rgb(156, 163, 175);
}

.qwaPH {
  background-color: rgb(239, 68, 68);
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.2s;
}

.qwaPH:hover {
  background-color: rgb(220, 38, 38);
}

.GbmBr {
  font-size: 2.25rem;
  font-weight: 700;
  color: rgb(17, 24, 39);
  margin-bottom: 0.5rem;
}

.sGwHZ {
  font-size: 1.125rem;
  color: rgb(107, 114, 128);
}

.bSomu {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .bSomu {
    grid-template-columns: 1fr 1fr;
  }
}

.nYupI {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid rgb(229, 231, 235);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: fit-content;
}

.Ny_tV {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
} 
.auFqC {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-bottom: 0;
}

.auFqC:hover {
  background-color: #e9ecef;
}

.s6Rs3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #495057;
}

.Z7MZ0 {
  font-size: 0.8rem;
  color: #6c757d;
  transition: transform 0.2s;
  user-select: none;
}

.VPqEY {
  transform: rotate(180deg);
}

.jji1A {
  transform: rotate(0deg);
}

.zyoTL {
  border: 1px solid #e9ecef;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 1rem;
  background-color: #ffffff;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  overflow: hidden;
  opacity: 1;
}

.l_PcO {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
} 
.NMI76 {
  margin-bottom: 1rem;
}

.kh9XT {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
}

.dynl7 {
  margin-top: 0.25rem;
  padding: 0.5rem;
  background-color: #fff5f5;
  border: 1px solid #feb2b2;
  border-radius: 4px;
  color: #c53030;
  font-size: 0.875rem;
} 
.eXuk0 {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.eXuk0:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.eXuk0:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
} 
.h6693 {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.h6693:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.h6693:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
} 
/* ConfigurationForm specific styles */

.maXh6 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.Kb11R {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.Kb11R:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.Kb11R:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
}

.fhGTn {
  padding: 0.5rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.2s;
  min-width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fhGTn:hover:not(:disabled) {
  background-color: #0056b3;
}

.fhGTn:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
} 
.RBF05 {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 4px;
}

.Viiqy {
  margin: 0 0 0.5rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #495057;
}

.dOcr7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.HwwRe {
  padding: 0.25rem 0.5rem;
  background-color: #e9ecef;
  border-radius: 4px;
  font-size: 0.75rem;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  color: #495057;
}

.sCC9Y {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background-color: #ffffff;
}

._6ZUE {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.wDz19 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.m_Enf {
  font-weight: 500;
  color: #495057;
}

.GOvEB {
  padding: 0.5rem 1rem;
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: background-color 0.2s;
}

.GOvEB:hover:not(:disabled) {
  background-color: #c82333;
}

.GOvEB:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

.qRiFL {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.qRiFL:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.qRiFL:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
}

.s9BVa {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.s9BVa:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.s9BVa:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
}

.BWydS {
  padding: 0.75rem 1.5rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.2s;
}

.BWydS:hover:not(:disabled) {
  background-color: #0056b3;
}

.BWydS:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
} 
._dJxr {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: wJbSs 1s linear infinite;
}

@keyframes wJbSs {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} 
.A4TA5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.A4TA5:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

.A4TA5:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.KNI1w {
  background-color: rgb(37, 99, 235);
  color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.KNI1w:hover:not(:disabled) {
  background-color: rgb(29, 78, 216);
}

.b0rwE {
  background-color: white;
  color: rgb(55, 65, 81);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(209, 213, 219);
}

.b0rwE:hover:not(:disabled) {
  background-color: rgb(249, 250, 251);
}

.MJn_C {
  background-color: rgb(220, 38, 38);
  color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.MJn_C:hover:not(:disabled) {
  background-color: rgb(185, 28, 28);
}

.XEmrZ {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
}

.Ka9cP {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.BuGGP {
  margin-right: 0.75rem;
  color: white;
}

@keyframes vAThm {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} 
.dYTfd {
  display: flex;
  gap: 1rem;
  align-items: center;
} 
.LmM7A {
  border-left: 3px solid transparent;
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}

.LZDNL {
  border-left-color: rgb(34, 197, 94);
  background-color: rgb(240, 253, 244);
  color: rgb(20, 83, 45);
}

.zabEX {
  border-left-color: rgb(239, 68, 68);
  background-color: rgb(254, 242, 242);
  color: rgb(153, 27, 27);
}

.lE4vv {
  border-left-color: rgb(59, 130, 246);
  background-color: rgb(239, 246, 255);
  color: rgb(30, 64, 175);
}

.HjEbk {
  border-left-color: rgb(168, 85, 247);
  background-color: rgb(250, 245, 255);
  color: rgb(107, 33, 168);
  font-weight: 600;
}

.TCiLT {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.KhlHm {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.Yz3mY {
  flex: 1;
}

.fKBWu {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: rgb(243, 244, 246);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-family: 'Courier New', monospace;
  white-space: pre-wrap;
  word-break: break-word;
}

.nURdR {
  cursor: pointer;
  user-select: none;
}

.nURdR:hover {
  opacity: 0.8;
}

.t4dUh {
  font-size: 0.75rem;
  color: rgb(107, 114, 128);
  margin-left: auto;
  flex-shrink: 0;
} 
.EKkqO {
  background-color: white;
  border: 1px solid rgb(229, 231, 235);
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.a4nGG {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  border-bottom: 1px solid rgb(229, 231, 235);
}

.xCOPA {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: rgb(17, 24, 39);
}

.sELCa {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgb(75, 85, 99);
  cursor: pointer;
  user-select: none;
}

.cSgOi {
  width: 1rem;
  height: 1rem;
  accent-color: rgb(59, 130, 246);
  cursor: pointer;
}

.hQj6h {
  height: 24rem;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  background-color: rgb(249, 250, 251);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.w9erA {
  color: rgb(107, 114, 128);
  text-align: center;
  padding: 4rem 0;
  font-style: italic;
}

.dznMC {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  background-color: rgb(59, 130, 246);
  color: white;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

.B8Jtp {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: _E7a7 1s linear infinite;
}

@keyframes _E7a7 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.N0xaL {
  font-size: 0.875rem;
}

 
.vv_OP {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.dAZwC {
  font-size: 1.25rem;
  font-weight: 600;
}

.yPc43 {
  background-color: #1f2937;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.FHYH_ {
  height: 24rem;
  overflow-x: auto;
  padding: 1rem;
  margin: 0;
  color: white;
  font-size: 0.875rem;
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  white-space: pre-wrap;
} 
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgb(249, 250, 251);
  color: rgb(31, 41, 55);
}

code {
  font-family: 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
}

#root {
  min-height: 100vh;
}

/* Ensure inputs and buttons have consistent styling */
input, textarea, select, button {
  font-family: inherit;
}

/* Focus styles for accessibility */
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 2px solid rgba(59, 130, 246, 0.5);
  outline-offset: 2px;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
} 
